push 17e2dc55811cd90cc188e62454531c17ba44e341
[wine/hacks.git] / configure
bloba6192d88411eeabbe7e6104c133835c51462cc7d
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.33.
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.33'
578 PACKAGE_STRING='Wine 1.1.33'
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.33 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.33:";;
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.33
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.33, 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
6020 for ac_header in \
6021 AL/al.h \
6022 AudioUnit/AudioUnit.h \
6023 Carbon/Carbon.h \
6024 CoreAudio/CoreAudio.h \
6025 DiskArbitration/DiskArbitration.h \
6026 IOKit/IOKitLib.h \
6027 IOKit/hid/IOHIDLib.h \
6028 OpenAL/al.h \
6029 alias.h \
6030 alsa/asoundlib.h \
6031 arpa/inet.h \
6032 arpa/nameser.h \
6033 asm/types.h \
6034 capi20.h \
6035 curses.h \
6036 direct.h \
6037 dirent.h \
6038 dlfcn.h \
6039 elf.h \
6040 float.h \
6041 fnmatch.h \
6042 fontconfig/fontconfig.h \
6043 getopt.h \
6044 grp.h \
6045 gsm.h \
6046 gsm/gsm.h \
6047 ieeefp.h \
6048 inet/mib2.h \
6049 io.h \
6050 jack/jack.h \
6051 jpeglib.h \
6052 kstat.h \
6053 lber.h \
6054 lcms.h \
6055 lcms/lcms.h \
6056 ldap.h \
6057 libaudioio.h \
6058 link.h \
6059 linux/cdrom.h \
6060 linux/compiler.h \
6061 linux/hdreg.h \
6062 linux/input.h \
6063 linux/ioctl.h \
6064 linux/joystick.h \
6065 linux/major.h \
6066 linux/param.h \
6067 linux/serial.h \
6068 linux/types.h \
6069 linux/ucdrom.h \
6070 mach-o/nlist.h \
6071 mach/mach.h \
6072 mach/machine.h \
6073 machine/cpu.h \
6074 machine/limits.h \
6075 machine/soundcard.h \
6076 mntent.h \
6077 mpg123.h \
6078 ncurses.h \
6079 netdb.h \
6080 netinet/in.h \
6081 netinet/in_systm.h \
6082 netinet/tcp.h \
6083 netinet/tcp_fsm.h \
6084 openssl/err.h \
6085 openssl/ssl.h \
6086 png.h \
6087 poll.h \
6088 process.h \
6089 pthread.h \
6090 pwd.h \
6091 regex.h \
6092 sched.h \
6093 scsi/scsi.h \
6094 scsi/scsi_ioctl.h \
6095 scsi/sg.h \
6096 soundcard.h \
6097 stdbool.h \
6098 stdint.h \
6099 strings.h \
6100 stropts.h \
6101 sys/asoundlib.h \
6102 sys/cdio.h \
6103 sys/elf32.h \
6104 sys/epoll.h \
6105 sys/errno.h \
6106 sys/event.h \
6107 sys/exec_elf.h \
6108 sys/filio.h \
6109 sys/inotify.h \
6110 sys/ioctl.h \
6111 sys/ipc.h \
6112 sys/limits.h \
6113 sys/link.h \
6114 sys/mman.h \
6115 sys/modem.h \
6116 sys/msg.h \
6117 sys/mtio.h \
6118 sys/param.h \
6119 sys/poll.h \
6120 sys/prctl.h \
6121 sys/protosw.h \
6122 sys/ptrace.h \
6123 sys/resource.h \
6124 sys/scsiio.h \
6125 sys/shm.h \
6126 sys/signal.h \
6127 sys/socket.h \
6128 sys/socketvar.h \
6129 sys/sockio.h \
6130 sys/soundcard.h \
6131 sys/statvfs.h \
6132 sys/strtio.h \
6133 sys/syscall.h \
6134 sys/tihdr.h \
6135 sys/time.h \
6136 sys/timeout.h \
6137 sys/times.h \
6138 sys/uio.h \
6139 sys/un.h \
6140 sys/utsname.h \
6141 sys/vm86.h \
6142 sys/wait.h \
6143 syscall.h \
6144 termios.h \
6145 unistd.h \
6146 utime.h \
6147 valgrind/memcheck.h \
6148 valgrind/valgrind.h \
6149 zlib.h
6152 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6153 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6154 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6155 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6157 echo $ECHO_N "(cached) $ECHO_C" >&6
6159 ac_res=`eval echo '${'$as_ac_Header'}'`
6160 { echo "$as_me:$LINENO: result: $ac_res" >&5
6161 echo "${ECHO_T}$ac_res" >&6; }
6162 else
6163 # Is the header compilable?
6164 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6165 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6166 cat >conftest.$ac_ext <<_ACEOF
6167 /* confdefs.h. */
6168 _ACEOF
6169 cat confdefs.h >>conftest.$ac_ext
6170 cat >>conftest.$ac_ext <<_ACEOF
6171 /* end confdefs.h. */
6172 $ac_includes_default
6173 #include <$ac_header>
6174 _ACEOF
6175 rm -f conftest.$ac_objext
6176 if { (ac_try="$ac_compile"
6177 case "(($ac_try" in
6178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6179 *) ac_try_echo=$ac_try;;
6180 esac
6181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6182 (eval "$ac_compile") 2>conftest.er1
6183 ac_status=$?
6184 grep -v '^ *+' conftest.er1 >conftest.err
6185 rm -f conftest.er1
6186 cat conftest.err >&5
6187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6188 (exit $ac_status); } && {
6189 test -z "$ac_c_werror_flag" ||
6190 test ! -s conftest.err
6191 } && test -s conftest.$ac_objext; then
6192 ac_header_compiler=yes
6193 else
6194 echo "$as_me: failed program was:" >&5
6195 sed 's/^/| /' conftest.$ac_ext >&5
6197 ac_header_compiler=no
6200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6201 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6202 echo "${ECHO_T}$ac_header_compiler" >&6; }
6204 # Is the header present?
6205 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6206 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6207 cat >conftest.$ac_ext <<_ACEOF
6208 /* confdefs.h. */
6209 _ACEOF
6210 cat confdefs.h >>conftest.$ac_ext
6211 cat >>conftest.$ac_ext <<_ACEOF
6212 /* end confdefs.h. */
6213 #include <$ac_header>
6214 _ACEOF
6215 if { (ac_try="$ac_cpp conftest.$ac_ext"
6216 case "(($ac_try" in
6217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6218 *) ac_try_echo=$ac_try;;
6219 esac
6220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6221 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6222 ac_status=$?
6223 grep -v '^ *+' conftest.er1 >conftest.err
6224 rm -f conftest.er1
6225 cat conftest.err >&5
6226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6227 (exit $ac_status); } >/dev/null && {
6228 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6229 test ! -s conftest.err
6230 }; then
6231 ac_header_preproc=yes
6232 else
6233 echo "$as_me: failed program was:" >&5
6234 sed 's/^/| /' conftest.$ac_ext >&5
6236 ac_header_preproc=no
6239 rm -f conftest.err conftest.$ac_ext
6240 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6241 echo "${ECHO_T}$ac_header_preproc" >&6; }
6243 # So? What about this header?
6244 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6245 yes:no: )
6246 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6247 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6249 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6250 ac_header_preproc=yes
6252 no:yes:* )
6253 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6254 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6255 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6256 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6257 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6258 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6259 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6260 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6261 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6262 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6263 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6264 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6265 ( cat <<\_ASBOX
6266 ## ------------------------------------ ##
6267 ## Report this to wine-devel@winehq.org ##
6268 ## ------------------------------------ ##
6269 _ASBOX
6270 ) | sed "s/^/$as_me: WARNING: /" >&2
6272 esac
6273 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6274 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6275 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6276 echo $ECHO_N "(cached) $ECHO_C" >&6
6277 else
6278 eval "$as_ac_Header=\$ac_header_preproc"
6280 ac_res=`eval echo '${'$as_ac_Header'}'`
6281 { echo "$as_me:$LINENO: result: $ac_res" >&5
6282 echo "${ECHO_T}$ac_res" >&6; }
6285 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6286 cat >>confdefs.h <<_ACEOF
6287 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6288 _ACEOF
6292 done
6294 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6295 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6296 if test "${ac_cv_header_stat_broken+set}" = set; then
6297 echo $ECHO_N "(cached) $ECHO_C" >&6
6298 else
6299 cat >conftest.$ac_ext <<_ACEOF
6300 /* confdefs.h. */
6301 _ACEOF
6302 cat confdefs.h >>conftest.$ac_ext
6303 cat >>conftest.$ac_ext <<_ACEOF
6304 /* end confdefs.h. */
6305 #include <sys/types.h>
6306 #include <sys/stat.h>
6308 #if defined S_ISBLK && defined S_IFDIR
6309 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6310 #endif
6312 #if defined S_ISBLK && defined S_IFCHR
6313 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6314 #endif
6316 #if defined S_ISLNK && defined S_IFREG
6317 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6318 #endif
6320 #if defined S_ISSOCK && defined S_IFREG
6321 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6322 #endif
6324 _ACEOF
6325 rm -f conftest.$ac_objext
6326 if { (ac_try="$ac_compile"
6327 case "(($ac_try" in
6328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6329 *) ac_try_echo=$ac_try;;
6330 esac
6331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6332 (eval "$ac_compile") 2>conftest.er1
6333 ac_status=$?
6334 grep -v '^ *+' conftest.er1 >conftest.err
6335 rm -f conftest.er1
6336 cat conftest.err >&5
6337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338 (exit $ac_status); } && {
6339 test -z "$ac_c_werror_flag" ||
6340 test ! -s conftest.err
6341 } && test -s conftest.$ac_objext; then
6342 ac_cv_header_stat_broken=no
6343 else
6344 echo "$as_me: failed program was:" >&5
6345 sed 's/^/| /' conftest.$ac_ext >&5
6347 ac_cv_header_stat_broken=yes
6350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6352 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6353 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6354 if test $ac_cv_header_stat_broken = yes; then
6356 cat >>confdefs.h <<\_ACEOF
6357 #define STAT_MACROS_BROKEN 1
6358 _ACEOF
6369 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6371 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6372 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6373 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6374 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6375 echo $ECHO_N "(cached) $ECHO_C" >&6
6376 else
6377 cat >conftest.$ac_ext <<_ACEOF
6378 /* confdefs.h. */
6379 _ACEOF
6380 cat confdefs.h >>conftest.$ac_ext
6381 cat >>conftest.$ac_ext <<_ACEOF
6382 /* end confdefs.h. */
6383 #include <sys/types.h>
6384 #ifdef HAVE_SYS_PARAM_H
6385 # include <sys/param.h>
6386 #endif
6388 #include <$ac_header>
6389 _ACEOF
6390 rm -f conftest.$ac_objext
6391 if { (ac_try="$ac_compile"
6392 case "(($ac_try" in
6393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6394 *) ac_try_echo=$ac_try;;
6395 esac
6396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6397 (eval "$ac_compile") 2>conftest.er1
6398 ac_status=$?
6399 grep -v '^ *+' conftest.er1 >conftest.err
6400 rm -f conftest.er1
6401 cat conftest.err >&5
6402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403 (exit $ac_status); } && {
6404 test -z "$ac_c_werror_flag" ||
6405 test ! -s conftest.err
6406 } && test -s conftest.$ac_objext; then
6407 eval "$as_ac_Header=yes"
6408 else
6409 echo "$as_me: failed program was:" >&5
6410 sed 's/^/| /' conftest.$ac_ext >&5
6412 eval "$as_ac_Header=no"
6415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6417 ac_res=`eval echo '${'$as_ac_Header'}'`
6418 { echo "$as_me:$LINENO: result: $ac_res" >&5
6419 echo "${ECHO_T}$ac_res" >&6; }
6420 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6421 cat >>confdefs.h <<_ACEOF
6422 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6423 _ACEOF
6427 done
6443 for ac_header in \
6444 netinet/ip.h \
6445 net/if.h \
6446 net/if_arp.h \
6447 net/if_dl.h \
6448 net/if_types.h \
6449 net/route.h \
6450 netinet/if_ether.h \
6451 netinet/if_inarp.h \
6452 netinet/in_pcb.h \
6453 netinet/ip_icmp.h \
6454 netinet/ip_var.h \
6455 netinet/udp.h \
6456 netipx/ipx.h \
6459 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6460 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6461 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6462 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6464 else
6465 cat >conftest.$ac_ext <<_ACEOF
6466 /* confdefs.h. */
6467 _ACEOF
6468 cat confdefs.h >>conftest.$ac_ext
6469 cat >>conftest.$ac_ext <<_ACEOF
6470 /* end confdefs.h. */
6471 #include <sys/types.h>
6472 #ifdef HAVE_SYS_SOCKET_H
6473 # include <sys/socket.h>
6474 #endif
6475 #ifdef HAVE_SYS_SOCKETVAR_H
6476 # include <sys/socketvar.h>
6477 #endif
6478 #ifdef HAVE_NET_ROUTE_H
6479 # include <net/route.h>
6480 #endif
6481 #ifdef HAVE_NETINET_IN_H
6482 # include <netinet/in.h>
6483 #endif
6484 #ifdef HAVE_NETINET_IN_SYSTM_H
6485 # include <netinet/in_systm.h>
6486 #endif
6487 #ifdef HAVE_NET_IF_H
6488 # include <net/if.h>
6489 #endif
6490 #ifdef HAVE_NETINET_IP_H
6491 # include <netinet/ip.h>
6492 #endif
6494 #include <$ac_header>
6495 _ACEOF
6496 rm -f conftest.$ac_objext
6497 if { (ac_try="$ac_compile"
6498 case "(($ac_try" in
6499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6500 *) ac_try_echo=$ac_try;;
6501 esac
6502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6503 (eval "$ac_compile") 2>conftest.er1
6504 ac_status=$?
6505 grep -v '^ *+' conftest.er1 >conftest.err
6506 rm -f conftest.er1
6507 cat conftest.err >&5
6508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6509 (exit $ac_status); } && {
6510 test -z "$ac_c_werror_flag" ||
6511 test ! -s conftest.err
6512 } && test -s conftest.$ac_objext; then
6513 eval "$as_ac_Header=yes"
6514 else
6515 echo "$as_me: failed program was:" >&5
6516 sed 's/^/| /' conftest.$ac_ext >&5
6518 eval "$as_ac_Header=no"
6521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6523 ac_res=`eval echo '${'$as_ac_Header'}'`
6524 { echo "$as_me:$LINENO: result: $ac_res" >&5
6525 echo "${ECHO_T}$ac_res" >&6; }
6526 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6527 cat >>confdefs.h <<_ACEOF
6528 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6529 _ACEOF
6533 done
6540 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6542 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6546 echo $ECHO_N "(cached) $ECHO_C" >&6
6547 else
6548 cat >conftest.$ac_ext <<_ACEOF
6549 /* confdefs.h. */
6550 _ACEOF
6551 cat confdefs.h >>conftest.$ac_ext
6552 cat >>conftest.$ac_ext <<_ACEOF
6553 /* end confdefs.h. */
6554 #include <sys/types.h>
6555 #ifdef HAVE_ALIAS_H
6556 # include <alias.h>
6557 #endif
6558 #ifdef HAVE_SYS_SOCKET_H
6559 # include <sys/socket.h>
6560 #endif
6561 #ifdef HAVE_SYS_SOCKETVAR_H
6562 # include <sys/socketvar.h>
6563 #endif
6564 #ifdef HAVE_SYS_TIMEOUT_H
6565 # include <sys/timeout.h>
6566 #endif
6567 #ifdef HAVE_NETINET_IN_H
6568 # include <netinet/in.h>
6569 #endif
6570 #ifdef HAVE_NETINET_IN_SYSTM_H
6571 # include <netinet/in_systm.h>
6572 #endif
6573 #ifdef HAVE_NETINET_IP_H
6574 # include <netinet/ip.h>
6575 #endif
6576 #ifdef HAVE_NETINET_IP_VAR_H
6577 # include <netinet/ip_var.h>
6578 #endif
6579 #ifdef HAVE_NETINET_IP_ICMP_H
6580 # include <netinet/ip_icmp.h>
6581 #endif
6582 #ifdef HAVE_NETINET_UDP_H
6583 # include <netinet/udp.h>
6584 #endif
6585 #ifdef HAVE_NETINET_TCP_H
6586 # include <netinet/tcp.h>
6587 #endif
6588 #ifdef HAVE_NETINET_TCP_TIMER_H
6589 #include <netinet/tcp_timer.h>
6590 #endif
6592 #include <$ac_header>
6593 _ACEOF
6594 rm -f conftest.$ac_objext
6595 if { (ac_try="$ac_compile"
6596 case "(($ac_try" in
6597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6598 *) ac_try_echo=$ac_try;;
6599 esac
6600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6601 (eval "$ac_compile") 2>conftest.er1
6602 ac_status=$?
6603 grep -v '^ *+' conftest.er1 >conftest.err
6604 rm -f conftest.er1
6605 cat conftest.err >&5
6606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6607 (exit $ac_status); } && {
6608 test -z "$ac_c_werror_flag" ||
6609 test ! -s conftest.err
6610 } && test -s conftest.$ac_objext; then
6611 eval "$as_ac_Header=yes"
6612 else
6613 echo "$as_me: failed program was:" >&5
6614 sed 's/^/| /' conftest.$ac_ext >&5
6616 eval "$as_ac_Header=no"
6619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6621 ac_res=`eval echo '${'$as_ac_Header'}'`
6622 { echo "$as_me:$LINENO: result: $ac_res" >&5
6623 echo "${ECHO_T}$ac_res" >&6; }
6624 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6625 cat >>confdefs.h <<_ACEOF
6626 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6627 _ACEOF
6631 done
6636 for ac_header in linux/ipx.h linux/irda.h
6638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6642 echo $ECHO_N "(cached) $ECHO_C" >&6
6643 else
6644 cat >conftest.$ac_ext <<_ACEOF
6645 /* confdefs.h. */
6646 _ACEOF
6647 cat confdefs.h >>conftest.$ac_ext
6648 cat >>conftest.$ac_ext <<_ACEOF
6649 /* end confdefs.h. */
6650 #include <sys/types.h>
6651 #ifdef HAVE_ASM_TYPES_H
6652 # include <asm/types.h>
6653 #endif
6654 #ifdef HAVE_SYS_SOCKET_H
6655 # include <sys/socket.h>
6656 #endif
6657 #ifdef HAVE_LINUX_TYPES_H
6658 # include <linux/types.h>
6659 #endif
6661 #include <$ac_header>
6662 _ACEOF
6663 rm -f conftest.$ac_objext
6664 if { (ac_try="$ac_compile"
6665 case "(($ac_try" in
6666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6667 *) ac_try_echo=$ac_try;;
6668 esac
6669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6670 (eval "$ac_compile") 2>conftest.er1
6671 ac_status=$?
6672 grep -v '^ *+' conftest.er1 >conftest.err
6673 rm -f conftest.er1
6674 cat conftest.err >&5
6675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6676 (exit $ac_status); } && {
6677 test -z "$ac_c_werror_flag" ||
6678 test ! -s conftest.err
6679 } && test -s conftest.$ac_objext; then
6680 eval "$as_ac_Header=yes"
6681 else
6682 echo "$as_me: failed program was:" >&5
6683 sed 's/^/| /' conftest.$ac_ext >&5
6685 eval "$as_ac_Header=no"
6688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6690 ac_res=`eval echo '${'$as_ac_Header'}'`
6691 { echo "$as_me:$LINENO: result: $ac_res" >&5
6692 echo "${ECHO_T}$ac_res" >&6; }
6693 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6694 cat >>confdefs.h <<_ACEOF
6695 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6696 _ACEOF
6700 done
6704 for ac_header in mach-o/dyld_images.h
6706 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6707 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6708 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6709 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6710 echo $ECHO_N "(cached) $ECHO_C" >&6
6711 else
6712 cat >conftest.$ac_ext <<_ACEOF
6713 /* confdefs.h. */
6714 _ACEOF
6715 cat confdefs.h >>conftest.$ac_ext
6716 cat >>conftest.$ac_ext <<_ACEOF
6717 /* end confdefs.h. */
6718 #ifdef HAVE_STDBOOL_H
6719 # include <stdbool.h>
6720 #endif
6721 #ifdef HAVE_STDINT_H
6722 # include <stdint.h>
6723 #endif
6725 #include <$ac_header>
6726 _ACEOF
6727 rm -f conftest.$ac_objext
6728 if { (ac_try="$ac_compile"
6729 case "(($ac_try" in
6730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6731 *) ac_try_echo=$ac_try;;
6732 esac
6733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6734 (eval "$ac_compile") 2>conftest.er1
6735 ac_status=$?
6736 grep -v '^ *+' conftest.er1 >conftest.err
6737 rm -f conftest.er1
6738 cat conftest.err >&5
6739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6740 (exit $ac_status); } && {
6741 test -z "$ac_c_werror_flag" ||
6742 test ! -s conftest.err
6743 } && test -s conftest.$ac_objext; then
6744 eval "$as_ac_Header=yes"
6745 else
6746 echo "$as_me: failed program was:" >&5
6747 sed 's/^/| /' conftest.$ac_ext >&5
6749 eval "$as_ac_Header=no"
6752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6754 ac_res=`eval echo '${'$as_ac_Header'}'`
6755 { echo "$as_me:$LINENO: result: $ac_res" >&5
6756 echo "${ECHO_T}$ac_res" >&6; }
6757 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6758 cat >>confdefs.h <<_ACEOF
6759 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6760 _ACEOF
6764 done
6768 for ac_header in resolv.h
6770 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6771 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6772 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6773 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6774 echo $ECHO_N "(cached) $ECHO_C" >&6
6775 else
6776 cat >conftest.$ac_ext <<_ACEOF
6777 /* confdefs.h. */
6778 _ACEOF
6779 cat confdefs.h >>conftest.$ac_ext
6780 cat >>conftest.$ac_ext <<_ACEOF
6781 /* end confdefs.h. */
6782 #include <sys/types.h>
6783 #ifdef HAVE_SYS_SOCKET_H
6784 # include <sys/socket.h>
6785 #endif
6786 #ifdef HAVE_NETINET_IN_H
6787 # include <netinet/in.h>
6788 #endif
6789 #ifdef HAVE_ARPA_NAMESER_H
6790 # include <arpa/nameser.h>
6791 #endif
6793 #include <$ac_header>
6794 _ACEOF
6795 rm -f conftest.$ac_objext
6796 if { (ac_try="$ac_compile"
6797 case "(($ac_try" in
6798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6799 *) ac_try_echo=$ac_try;;
6800 esac
6801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6802 (eval "$ac_compile") 2>conftest.er1
6803 ac_status=$?
6804 grep -v '^ *+' conftest.er1 >conftest.err
6805 rm -f conftest.er1
6806 cat conftest.err >&5
6807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6808 (exit $ac_status); } && {
6809 test -z "$ac_c_werror_flag" ||
6810 test ! -s conftest.err
6811 } && test -s conftest.$ac_objext; then
6812 eval "$as_ac_Header=yes"
6813 else
6814 echo "$as_me: failed program was:" >&5
6815 sed 's/^/| /' conftest.$ac_ext >&5
6817 eval "$as_ac_Header=no"
6820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6822 ac_res=`eval echo '${'$as_ac_Header'}'`
6823 { echo "$as_me:$LINENO: result: $ac_res" >&5
6824 echo "${ECHO_T}$ac_res" >&6; }
6825 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6826 cat >>confdefs.h <<_ACEOF
6827 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6828 _ACEOF
6832 done
6836 for ac_header in ucontext.h
6838 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6839 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6841 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6842 echo $ECHO_N "(cached) $ECHO_C" >&6
6843 else
6844 cat >conftest.$ac_ext <<_ACEOF
6845 /* confdefs.h. */
6846 _ACEOF
6847 cat confdefs.h >>conftest.$ac_ext
6848 cat >>conftest.$ac_ext <<_ACEOF
6849 /* end confdefs.h. */
6850 #include <signal.h>
6852 #include <$ac_header>
6853 _ACEOF
6854 rm -f conftest.$ac_objext
6855 if { (ac_try="$ac_compile"
6856 case "(($ac_try" in
6857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6858 *) ac_try_echo=$ac_try;;
6859 esac
6860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6861 (eval "$ac_compile") 2>conftest.er1
6862 ac_status=$?
6863 grep -v '^ *+' conftest.er1 >conftest.err
6864 rm -f conftest.er1
6865 cat conftest.err >&5
6866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6867 (exit $ac_status); } && {
6868 test -z "$ac_c_werror_flag" ||
6869 test ! -s conftest.err
6870 } && test -s conftest.$ac_objext; then
6871 eval "$as_ac_Header=yes"
6872 else
6873 echo "$as_me: failed program was:" >&5
6874 sed 's/^/| /' conftest.$ac_ext >&5
6876 eval "$as_ac_Header=no"
6879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6881 ac_res=`eval echo '${'$as_ac_Header'}'`
6882 { echo "$as_me:$LINENO: result: $ac_res" >&5
6883 echo "${ECHO_T}$ac_res" >&6; }
6884 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6885 cat >>confdefs.h <<_ACEOF
6886 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6887 _ACEOF
6891 done
6895 for ac_header in sys/thr.h
6897 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6898 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6899 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6901 echo $ECHO_N "(cached) $ECHO_C" >&6
6902 else
6903 cat >conftest.$ac_ext <<_ACEOF
6904 /* confdefs.h. */
6905 _ACEOF
6906 cat confdefs.h >>conftest.$ac_ext
6907 cat >>conftest.$ac_ext <<_ACEOF
6908 /* end confdefs.h. */
6909 #include <sys/types.h>
6910 #ifdef HAVE_UCONTEXT_H
6911 #include <ucontext.h>
6912 #endif
6914 #include <$ac_header>
6915 _ACEOF
6916 rm -f conftest.$ac_objext
6917 if { (ac_try="$ac_compile"
6918 case "(($ac_try" in
6919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6920 *) ac_try_echo=$ac_try;;
6921 esac
6922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6923 (eval "$ac_compile") 2>conftest.er1
6924 ac_status=$?
6925 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -f conftest.er1
6927 cat conftest.err >&5
6928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6929 (exit $ac_status); } && {
6930 test -z "$ac_c_werror_flag" ||
6931 test ! -s conftest.err
6932 } && test -s conftest.$ac_objext; then
6933 eval "$as_ac_Header=yes"
6934 else
6935 echo "$as_me: failed program was:" >&5
6936 sed 's/^/| /' conftest.$ac_ext >&5
6938 eval "$as_ac_Header=no"
6941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6943 ac_res=`eval echo '${'$as_ac_Header'}'`
6944 { echo "$as_me:$LINENO: result: $ac_res" >&5
6945 echo "${ECHO_T}$ac_res" >&6; }
6946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6947 cat >>confdefs.h <<_ACEOF
6948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6949 _ACEOF
6953 done
6957 for ac_header in pthread_np.h
6959 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6960 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6961 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6963 echo $ECHO_N "(cached) $ECHO_C" >&6
6964 else
6965 cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h. */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6971 #ifdef HAVE_PTHREAD_H
6972 #include <pthread.h>
6973 #endif
6975 #include <$ac_header>
6976 _ACEOF
6977 rm -f conftest.$ac_objext
6978 if { (ac_try="$ac_compile"
6979 case "(($ac_try" in
6980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6981 *) ac_try_echo=$ac_try;;
6982 esac
6983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6984 (eval "$ac_compile") 2>conftest.er1
6985 ac_status=$?
6986 grep -v '^ *+' conftest.er1 >conftest.err
6987 rm -f conftest.er1
6988 cat conftest.err >&5
6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6990 (exit $ac_status); } && {
6991 test -z "$ac_c_werror_flag" ||
6992 test ! -s conftest.err
6993 } && test -s conftest.$ac_objext; then
6994 eval "$as_ac_Header=yes"
6995 else
6996 echo "$as_me: failed program was:" >&5
6997 sed 's/^/| /' conftest.$ac_ext >&5
6999 eval "$as_ac_Header=no"
7002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7004 ac_res=`eval echo '${'$as_ac_Header'}'`
7005 { echo "$as_me:$LINENO: result: $ac_res" >&5
7006 echo "${ECHO_T}$ac_res" >&6; }
7007 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7008 cat >>confdefs.h <<_ACEOF
7009 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7010 _ACEOF
7014 done
7018 for ac_header in linux/videodev.h
7020 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7021 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7022 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7023 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7024 echo $ECHO_N "(cached) $ECHO_C" >&6
7025 else
7026 cat >conftest.$ac_ext <<_ACEOF
7027 /* confdefs.h. */
7028 _ACEOF
7029 cat confdefs.h >>conftest.$ac_ext
7030 cat >>conftest.$ac_ext <<_ACEOF
7031 /* end confdefs.h. */
7032 #ifdef HAVE_SYS_TIME_H
7033 #include <sys/time.h>
7034 #endif
7035 #include <sys/types.h>
7036 #ifdef HAVE_ASM_TYPES_H
7037 #include <asm/types.h>
7038 #endif
7040 #include <$ac_header>
7041 _ACEOF
7042 rm -f conftest.$ac_objext
7043 if { (ac_try="$ac_compile"
7044 case "(($ac_try" in
7045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7046 *) ac_try_echo=$ac_try;;
7047 esac
7048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7049 (eval "$ac_compile") 2>conftest.er1
7050 ac_status=$?
7051 grep -v '^ *+' conftest.er1 >conftest.err
7052 rm -f conftest.er1
7053 cat conftest.err >&5
7054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7055 (exit $ac_status); } && {
7056 test -z "$ac_c_werror_flag" ||
7057 test ! -s conftest.err
7058 } && test -s conftest.$ac_objext; then
7059 eval "$as_ac_Header=yes"
7060 else
7061 echo "$as_me: failed program was:" >&5
7062 sed 's/^/| /' conftest.$ac_ext >&5
7064 eval "$as_ac_Header=no"
7067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7069 ac_res=`eval echo '${'$as_ac_Header'}'`
7070 { echo "$as_me:$LINENO: result: $ac_res" >&5
7071 echo "${ECHO_T}$ac_res" >&6; }
7072 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7073 cat >>confdefs.h <<_ACEOF
7074 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7075 _ACEOF
7079 done
7083 for ac_header in linux/capi.h
7085 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7086 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7087 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7089 echo $ECHO_N "(cached) $ECHO_C" >&6
7090 else
7091 cat >conftest.$ac_ext <<_ACEOF
7092 /* confdefs.h. */
7093 _ACEOF
7094 cat confdefs.h >>conftest.$ac_ext
7095 cat >>conftest.$ac_ext <<_ACEOF
7096 /* end confdefs.h. */
7097 #define __user
7099 #include <$ac_header>
7100 _ACEOF
7101 rm -f conftest.$ac_objext
7102 if { (ac_try="$ac_compile"
7103 case "(($ac_try" in
7104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7105 *) ac_try_echo=$ac_try;;
7106 esac
7107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7108 (eval "$ac_compile") 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } && {
7115 test -z "$ac_c_werror_flag" ||
7116 test ! -s conftest.err
7117 } && test -s conftest.$ac_objext; then
7118 eval "$as_ac_Header=yes"
7119 else
7120 echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7123 eval "$as_ac_Header=no"
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 ac_res=`eval echo '${'$as_ac_Header'}'`
7129 { echo "$as_me:$LINENO: result: $ac_res" >&5
7130 echo "${ECHO_T}$ac_res" >&6; }
7131 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7132 cat >>confdefs.h <<_ACEOF
7133 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7134 _ACEOF
7138 done
7142 DLLEXT=""
7144 DLLFLAGS="-D_REENTRANT"
7146 LDSHARED=""
7148 LDDLLFLAGS=""
7150 LIBEXT="so"
7152 IMPLIBEXT="def"
7154 LDRPATH_INSTALL=""
7156 LDRPATH_LOCAL=""
7158 # Extract the first word of "ldd", so it can be a program name with args.
7159 set dummy ldd; ac_word=$2
7160 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7162 if test "${ac_cv_path_LDD+set}" = set; then
7163 echo $ECHO_N "(cached) $ECHO_C" >&6
7164 else
7165 case $LDD in
7166 [\\/]* | ?:[\\/]*)
7167 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171 as_dummy="/sbin:/usr/sbin:$PATH"
7172 for as_dir in $as_dummy
7174 IFS=$as_save_IFS
7175 test -z "$as_dir" && as_dir=.
7176 for ac_exec_ext in '' $ac_executable_extensions; do
7177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7178 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7179 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7180 break 2
7182 done
7183 done
7184 IFS=$as_save_IFS
7186 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7188 esac
7190 LDD=$ac_cv_path_LDD
7191 if test -n "$LDD"; then
7192 { echo "$as_me:$LINENO: result: $LDD" >&5
7193 echo "${ECHO_T}$LDD" >&6; }
7194 else
7195 { echo "$as_me:$LINENO: result: no" >&5
7196 echo "${ECHO_T}no" >&6; }
7201 case $host_os in
7202 cygwin*|mingw32*)
7203 if test -n "$ac_tool_prefix"; then
7204 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7205 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7206 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7208 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7209 echo $ECHO_N "(cached) $ECHO_C" >&6
7210 else
7211 if test -n "$DLLTOOL"; then
7212 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7213 else
7214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7215 for as_dir in $PATH
7217 IFS=$as_save_IFS
7218 test -z "$as_dir" && as_dir=.
7219 for ac_exec_ext in '' $ac_executable_extensions; do
7220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7221 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7223 break 2
7225 done
7226 done
7227 IFS=$as_save_IFS
7231 DLLTOOL=$ac_cv_prog_DLLTOOL
7232 if test -n "$DLLTOOL"; then
7233 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7234 echo "${ECHO_T}$DLLTOOL" >&6; }
7235 else
7236 { echo "$as_me:$LINENO: result: no" >&5
7237 echo "${ECHO_T}no" >&6; }
7242 if test -z "$ac_cv_prog_DLLTOOL"; then
7243 ac_ct_DLLTOOL=$DLLTOOL
7244 # Extract the first word of "dlltool", so it can be a program name with args.
7245 set dummy dlltool; ac_word=$2
7246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7248 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7249 echo $ECHO_N "(cached) $ECHO_C" >&6
7250 else
7251 if test -n "$ac_ct_DLLTOOL"; then
7252 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7253 else
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7255 for as_dir in $PATH
7257 IFS=$as_save_IFS
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7261 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7263 break 2
7265 done
7266 done
7267 IFS=$as_save_IFS
7271 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7272 if test -n "$ac_ct_DLLTOOL"; then
7273 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7274 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7275 else
7276 { echo "$as_me:$LINENO: result: no" >&5
7277 echo "${ECHO_T}no" >&6; }
7280 if test "x$ac_ct_DLLTOOL" = x; then
7281 DLLTOOL="false"
7282 else
7283 case $cross_compiling:$ac_tool_warned in
7284 yes:)
7285 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7286 whose name does not start with the host triplet. If you think this
7287 configuration is useful to you, please write to autoconf@gnu.org." >&5
7288 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7289 whose name does not start with the host triplet. If you think this
7290 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7291 ac_tool_warned=yes ;;
7292 esac
7293 DLLTOOL=$ac_ct_DLLTOOL
7295 else
7296 DLLTOOL="$ac_cv_prog_DLLTOOL"
7299 if test -n "$ac_tool_prefix"; then
7300 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7301 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7304 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7305 echo $ECHO_N "(cached) $ECHO_C" >&6
7306 else
7307 if test -n "$DLLWRAP"; then
7308 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7309 else
7310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7311 for as_dir in $PATH
7313 IFS=$as_save_IFS
7314 test -z "$as_dir" && as_dir=.
7315 for ac_exec_ext in '' $ac_executable_extensions; do
7316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7317 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7319 break 2
7321 done
7322 done
7323 IFS=$as_save_IFS
7327 DLLWRAP=$ac_cv_prog_DLLWRAP
7328 if test -n "$DLLWRAP"; then
7329 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7330 echo "${ECHO_T}$DLLWRAP" >&6; }
7331 else
7332 { echo "$as_me:$LINENO: result: no" >&5
7333 echo "${ECHO_T}no" >&6; }
7338 if test -z "$ac_cv_prog_DLLWRAP"; then
7339 ac_ct_DLLWRAP=$DLLWRAP
7340 # Extract the first word of "dllwrap", so it can be a program name with args.
7341 set dummy dllwrap; ac_word=$2
7342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7344 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7345 echo $ECHO_N "(cached) $ECHO_C" >&6
7346 else
7347 if test -n "$ac_ct_DLLWRAP"; then
7348 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7349 else
7350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351 for as_dir in $PATH
7353 IFS=$as_save_IFS
7354 test -z "$as_dir" && as_dir=.
7355 for ac_exec_ext in '' $ac_executable_extensions; do
7356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7359 break 2
7361 done
7362 done
7363 IFS=$as_save_IFS
7367 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7368 if test -n "$ac_ct_DLLWRAP"; then
7369 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7370 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7371 else
7372 { echo "$as_me:$LINENO: result: no" >&5
7373 echo "${ECHO_T}no" >&6; }
7376 if test "x$ac_ct_DLLWRAP" = x; then
7377 DLLWRAP="false"
7378 else
7379 case $cross_compiling:$ac_tool_warned in
7380 yes:)
7381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7382 whose name does not start with the host triplet. If you think this
7383 configuration is useful to you, please write to autoconf@gnu.org." >&5
7384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7385 whose name does not start with the host triplet. If you think this
7386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7387 ac_tool_warned=yes ;;
7388 esac
7389 DLLWRAP=$ac_ct_DLLWRAP
7391 else
7392 DLLWRAP="$ac_cv_prog_DLLWRAP"
7395 if test -n "$ac_tool_prefix"; then
7396 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7397 set dummy ${ac_tool_prefix}ar; ac_word=$2
7398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7400 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7401 echo $ECHO_N "(cached) $ECHO_C" >&6
7402 else
7403 if test -n "$MINGWAR"; then
7404 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7405 else
7406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7407 for as_dir in $PATH
7409 IFS=$as_save_IFS
7410 test -z "$as_dir" && as_dir=.
7411 for ac_exec_ext in '' $ac_executable_extensions; do
7412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7413 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7415 break 2
7417 done
7418 done
7419 IFS=$as_save_IFS
7423 MINGWAR=$ac_cv_prog_MINGWAR
7424 if test -n "$MINGWAR"; then
7425 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7426 echo "${ECHO_T}$MINGWAR" >&6; }
7427 else
7428 { echo "$as_me:$LINENO: result: no" >&5
7429 echo "${ECHO_T}no" >&6; }
7434 if test -z "$ac_cv_prog_MINGWAR"; then
7435 ac_ct_MINGWAR=$MINGWAR
7436 # Extract the first word of "ar", so it can be a program name with args.
7437 set dummy ar; ac_word=$2
7438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7440 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7441 echo $ECHO_N "(cached) $ECHO_C" >&6
7442 else
7443 if test -n "$ac_ct_MINGWAR"; then
7444 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7445 else
7446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7447 for as_dir in $PATH
7449 IFS=$as_save_IFS
7450 test -z "$as_dir" && as_dir=.
7451 for ac_exec_ext in '' $ac_executable_extensions; do
7452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7453 ac_cv_prog_ac_ct_MINGWAR="ar"
7454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7455 break 2
7457 done
7458 done
7459 IFS=$as_save_IFS
7463 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7464 if test -n "$ac_ct_MINGWAR"; then
7465 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7466 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7467 else
7468 { echo "$as_me:$LINENO: result: no" >&5
7469 echo "${ECHO_T}no" >&6; }
7472 if test "x$ac_ct_MINGWAR" = x; then
7473 MINGWAR="false"
7474 else
7475 case $cross_compiling:$ac_tool_warned in
7476 yes:)
7477 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7478 whose name does not start with the host triplet. If you think this
7479 configuration is useful to you, please write to autoconf@gnu.org." >&5
7480 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7481 whose name does not start with the host triplet. If you think this
7482 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7483 ac_tool_warned=yes ;;
7484 esac
7485 MINGWAR=$ac_ct_MINGWAR
7487 else
7488 MINGWAR="$ac_cv_prog_MINGWAR"
7491 if test "$DLLWRAP" = "false"; then
7492 LIBEXT="a"
7493 else
7494 LIBEXT="dll"
7496 IMPLIBEXT="a"
7497 enable_iphlpapi=${enable_iphlpapi:-no}
7498 enable_kernel32=${enable_kernel32:-no}
7499 enable_msvcrt=${enable_msvcrt:-no}
7500 enable_ntdll=${enable_ntdll:-no}
7501 enable_ws2_32=${enable_ws2_32:-no}
7502 enable_loader=${enable_loader:-no}
7503 enable_server=${enable_server:-no}
7504 with_x=${with_x:-no}
7505 with_pthread=${with_pthread:-no}
7507 darwin*|macosx*)
7508 DLLEXT=".so"
7509 LIBEXT="dylib"
7510 DLLFLAGS="$DLLFLAGS -fPIC"
7511 LDDLLFLAGS="-bundle -multiply_defined suppress"
7512 LIBWINE_LDFLAGS="-multiply_defined suppress"
7513 LDSHARED="\$(CC) -dynamiclib"
7514 STRIP="$STRIP -x"
7515 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7516 SECURITYLIB="-framework Security -framework CoreFoundation"
7518 COREFOUNDATIONLIB="-framework CoreFoundation"
7520 IOKITLIB="-framework IOKit -framework CoreFoundation"
7522 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7524 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7525 then
7526 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7529 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7530 then
7531 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7534 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7535 then
7536 LIBOPENAL="-framework OpenAL"
7538 ac_cv_lib_openal_alGetSource3i=yes
7540 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7541 then
7542 ac_save_LIBS="$LIBS"
7543 LIBS="$LIBS $IOKITLIB"
7545 for ac_func in IOHIDManagerCreate
7547 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7548 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7549 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7550 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7551 echo $ECHO_N "(cached) $ECHO_C" >&6
7552 else
7553 cat >conftest.$ac_ext <<_ACEOF
7554 /* confdefs.h. */
7555 _ACEOF
7556 cat confdefs.h >>conftest.$ac_ext
7557 cat >>conftest.$ac_ext <<_ACEOF
7558 /* end confdefs.h. */
7559 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7560 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7561 #define $ac_func innocuous_$ac_func
7563 /* System header to define __stub macros and hopefully few prototypes,
7564 which can conflict with char $ac_func (); below.
7565 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7566 <limits.h> exists even on freestanding compilers. */
7568 #ifdef __STDC__
7569 # include <limits.h>
7570 #else
7571 # include <assert.h>
7572 #endif
7574 #undef $ac_func
7576 /* Override any GCC internal prototype to avoid an error.
7577 Use char because int might match the return type of a GCC
7578 builtin and then its argument prototype would still apply. */
7579 #ifdef __cplusplus
7580 extern "C"
7581 #endif
7582 char $ac_func ();
7583 /* The GNU C library defines this for functions which it implements
7584 to always fail with ENOSYS. Some functions are actually named
7585 something starting with __ and the normal name is an alias. */
7586 #if defined __stub_$ac_func || defined __stub___$ac_func
7587 choke me
7588 #endif
7591 main ()
7593 return $ac_func ();
7595 return 0;
7597 _ACEOF
7598 rm -f conftest.$ac_objext conftest$ac_exeext
7599 if { (ac_try="$ac_link"
7600 case "(($ac_try" in
7601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7602 *) ac_try_echo=$ac_try;;
7603 esac
7604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7605 (eval "$ac_link") 2>conftest.er1
7606 ac_status=$?
7607 grep -v '^ *+' conftest.er1 >conftest.err
7608 rm -f conftest.er1
7609 cat conftest.err >&5
7610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); } && {
7612 test -z "$ac_c_werror_flag" ||
7613 test ! -s conftest.err
7614 } && test -s conftest$ac_exeext &&
7615 $as_test_x conftest$ac_exeext; then
7616 eval "$as_ac_var=yes"
7617 else
7618 echo "$as_me: failed program was:" >&5
7619 sed 's/^/| /' conftest.$ac_ext >&5
7621 eval "$as_ac_var=no"
7624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7625 conftest$ac_exeext conftest.$ac_ext
7627 ac_res=`eval echo '${'$as_ac_var'}'`
7628 { echo "$as_me:$LINENO: result: $ac_res" >&5
7629 echo "${ECHO_T}$ac_res" >&6; }
7630 if test `eval echo '${'$as_ac_var'}'` = yes; then
7631 cat >>confdefs.h <<_ACEOF
7632 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7633 _ACEOF
7636 done
7638 LIBS="$ac_save_LIBS"
7640 case $host_cpu in
7641 *powerpc*)
7642 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7643 esac
7644 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7645 then
7646 CARBONLIB="-framework Carbon"
7648 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7650 if test "x$enable_win16" = "xyes"
7651 then
7652 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7653 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7654 if test "$cross_compiling" = yes; then
7655 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7656 echo "${ECHO_T}cross-compiling, assuming yes" >&6; }
7657 else
7658 cat >conftest.$ac_ext <<_ACEOF
7659 /* confdefs.h. */
7660 _ACEOF
7661 cat confdefs.h >>conftest.$ac_ext
7662 cat >>conftest.$ac_ext <<_ACEOF
7663 /* end confdefs.h. */
7664 asm(".text\n"
7665 "bad:\tnop;nop\n"
7666 "good:\tnop;nop\n\t"
7667 ".globl _testfunc\n"
7668 "_testfunc:\tcallw good");
7669 extern void testfunc();
7671 main ()
7673 unsigned short *p = (unsigned short *)testfunc;
7674 return p[0] != 0xe866 || p[1] != 0xfffa
7676 return 0;
7678 _ACEOF
7679 rm -f conftest$ac_exeext
7680 if { (ac_try="$ac_link"
7681 case "(($ac_try" in
7682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7683 *) ac_try_echo=$ac_try;;
7684 esac
7685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7686 (eval "$ac_link") 2>&5
7687 ac_status=$?
7688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7689 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7690 { (case "(($ac_try" in
7691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7692 *) ac_try_echo=$ac_try;;
7693 esac
7694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7695 (eval "$ac_try") 2>&5
7696 ac_status=$?
7697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698 (exit $ac_status); }; }; then
7699 { echo "$as_me:$LINENO: result: yes" >&5
7700 echo "${ECHO_T}yes" >&6; }
7701 else
7702 echo "$as_me: program exited with status $ac_status" >&5
7703 echo "$as_me: failed program was:" >&5
7704 sed 's/^/| /' conftest.$ac_ext >&5
7706 ( exit $ac_status )
7707 { echo "$as_me:$LINENO: result: no" >&5
7708 echo "${ECHO_T}no" >&6; }
7709 { { 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
7710 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;}
7711 { (exit 1); exit 1; }; }
7713 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7720 DLLFLAGS="$DLLFLAGS -fPIC"
7721 DLLEXT=".so"
7722 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7723 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7724 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7725 echo $ECHO_N "(cached) $ECHO_C" >&6
7726 else
7727 ac_wine_try_cflags_saved=$CFLAGS
7728 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7729 cat >conftest.$ac_ext <<_ACEOF
7730 void myfunc() {}
7731 _ACEOF
7732 rm -f conftest.$ac_objext conftest$ac_exeext
7733 if { (ac_try="$ac_link"
7734 case "(($ac_try" in
7735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7736 *) ac_try_echo=$ac_try;;
7737 esac
7738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7739 (eval "$ac_link") 2>conftest.er1
7740 ac_status=$?
7741 grep -v '^ *+' conftest.er1 >conftest.err
7742 rm -f conftest.er1
7743 cat conftest.err >&5
7744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7745 (exit $ac_status); } && {
7746 test -z "$ac_c_werror_flag" ||
7747 test ! -s conftest.err
7748 } && test -s conftest$ac_exeext &&
7749 $as_test_x conftest$ac_exeext; then
7750 ac_cv_c_dll_gnuelf="yes"
7751 else
7752 echo "$as_me: failed program was:" >&5
7753 sed 's/^/| /' conftest.$ac_ext >&5
7755 ac_cv_c_dll_gnuelf="no"
7758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7759 conftest$ac_exeext conftest.$ac_ext
7760 CFLAGS=$ac_wine_try_cflags_saved
7762 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7763 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7764 if test "$ac_cv_c_dll_gnuelf" = "yes"
7765 then
7766 LDSHARED="\$(CC) -shared"
7767 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7768 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7769 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7770 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7771 echo $ECHO_N "(cached) $ECHO_C" >&6
7772 else
7773 ac_wine_try_cflags_saved=$CFLAGS
7774 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7775 cat >conftest.$ac_ext <<_ACEOF
7776 /* confdefs.h. */
7777 _ACEOF
7778 cat confdefs.h >>conftest.$ac_ext
7779 cat >>conftest.$ac_ext <<_ACEOF
7780 /* end confdefs.h. */
7781 int main(int argc, char *argv) { return 0; }
7782 _ACEOF
7783 rm -f conftest.$ac_objext conftest$ac_exeext
7784 if { (ac_try="$ac_link"
7785 case "(($ac_try" in
7786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7787 *) ac_try_echo=$ac_try;;
7788 esac
7789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7790 (eval "$ac_link") 2>conftest.er1
7791 ac_status=$?
7792 grep -v '^ *+' conftest.er1 >conftest.err
7793 rm -f conftest.er1
7794 cat conftest.err >&5
7795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7796 (exit $ac_status); } && {
7797 test -z "$ac_c_werror_flag" ||
7798 test ! -s conftest.err
7799 } && test -s conftest$ac_exeext &&
7800 $as_test_x conftest$ac_exeext; then
7801 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7802 else
7803 echo "$as_me: failed program was:" >&5
7804 sed 's/^/| /' conftest.$ac_ext >&5
7806 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7810 conftest$ac_exeext conftest.$ac_ext
7811 CFLAGS=$ac_wine_try_cflags_saved
7813 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7814 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7815 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7816 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7817 else
7818 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7819 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7820 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7821 echo $ECHO_N "(cached) $ECHO_C" >&6
7822 else
7823 ac_wine_try_cflags_saved=$CFLAGS
7824 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7825 cat >conftest.$ac_ext <<_ACEOF
7826 /* confdefs.h. */
7827 _ACEOF
7828 cat confdefs.h >>conftest.$ac_ext
7829 cat >>conftest.$ac_ext <<_ACEOF
7830 /* end confdefs.h. */
7831 int main(int argc, char *argv) { return 0; }
7832 _ACEOF
7833 rm -f conftest.$ac_objext conftest$ac_exeext
7834 if { (ac_try="$ac_link"
7835 case "(($ac_try" in
7836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7837 *) ac_try_echo=$ac_try;;
7838 esac
7839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7840 (eval "$ac_link") 2>conftest.er1
7841 ac_status=$?
7842 grep -v '^ *+' conftest.er1 >conftest.err
7843 rm -f conftest.er1
7844 cat conftest.err >&5
7845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7846 (exit $ac_status); } && {
7847 test -z "$ac_c_werror_flag" ||
7848 test ! -s conftest.err
7849 } && test -s conftest$ac_exeext &&
7850 $as_test_x conftest$ac_exeext; then
7851 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7852 else
7853 echo "$as_me: failed program was:" >&5
7854 sed 's/^/| /' conftest.$ac_ext >&5
7856 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7860 conftest$ac_exeext conftest.$ac_ext
7861 CFLAGS=$ac_wine_try_cflags_saved
7863 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7864 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7865 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7866 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7872 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7873 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7874 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7875 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 else
7877 ac_wine_try_cflags_saved=$CFLAGS
7878 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7879 cat >conftest.$ac_ext <<_ACEOF
7880 /* confdefs.h. */
7881 _ACEOF
7882 cat confdefs.h >>conftest.$ac_ext
7883 cat >>conftest.$ac_ext <<_ACEOF
7884 /* end confdefs.h. */
7885 int main(int argc, char *argv) { return 0; }
7886 _ACEOF
7887 rm -f conftest.$ac_objext conftest$ac_exeext
7888 if { (ac_try="$ac_link"
7889 case "(($ac_try" in
7890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7891 *) ac_try_echo=$ac_try;;
7892 esac
7893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7894 (eval "$ac_link") 2>conftest.er1
7895 ac_status=$?
7896 grep -v '^ *+' conftest.er1 >conftest.err
7897 rm -f conftest.er1
7898 cat conftest.err >&5
7899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7900 (exit $ac_status); } && {
7901 test -z "$ac_c_werror_flag" ||
7902 test ! -s conftest.err
7903 } && test -s conftest$ac_exeext &&
7904 $as_test_x conftest$ac_exeext; then
7905 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7906 else
7907 echo "$as_me: failed program was:" >&5
7908 sed 's/^/| /' conftest.$ac_ext >&5
7910 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7914 conftest$ac_exeext conftest.$ac_ext
7915 CFLAGS=$ac_wine_try_cflags_saved
7917 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7918 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7919 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7920 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7926 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6
7928 else
7929 ac_wine_try_cflags_saved=$CFLAGS
7930 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7931 cat >conftest.$ac_ext <<_ACEOF
7932 /* confdefs.h. */
7933 _ACEOF
7934 cat confdefs.h >>conftest.$ac_ext
7935 cat >>conftest.$ac_ext <<_ACEOF
7936 /* end confdefs.h. */
7937 int main(int argc, char *argv) { return 0; }
7938 _ACEOF
7939 rm -f conftest.$ac_objext conftest$ac_exeext
7940 if { (ac_try="$ac_link"
7941 case "(($ac_try" in
7942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7943 *) ac_try_echo=$ac_try;;
7944 esac
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_link") 2>conftest.er1
7947 ac_status=$?
7948 grep -v '^ *+' conftest.er1 >conftest.err
7949 rm -f conftest.er1
7950 cat conftest.err >&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest$ac_exeext &&
7956 $as_test_x conftest$ac_exeext; then
7957 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7958 else
7959 echo "$as_me: failed program was:" >&5
7960 sed 's/^/| /' conftest.$ac_ext >&5
7962 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7966 conftest$ac_exeext conftest.$ac_ext
7967 CFLAGS=$ac_wine_try_cflags_saved
7969 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7970 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7971 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7972 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7976 echo '{ global: *; };' >conftest.map
7977 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7978 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7979 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7980 echo $ECHO_N "(cached) $ECHO_C" >&6
7981 else
7982 ac_wine_try_cflags_saved=$CFLAGS
7983 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7990 int main(int argc, char *argv) { return 0; }
7991 _ACEOF
7992 rm -f conftest.$ac_objext conftest$ac_exeext
7993 if { (ac_try="$ac_link"
7994 case "(($ac_try" in
7995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7996 *) ac_try_echo=$ac_try;;
7997 esac
7998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7999 (eval "$ac_link") 2>conftest.er1
8000 ac_status=$?
8001 grep -v '^ *+' conftest.er1 >conftest.err
8002 rm -f conftest.er1
8003 cat conftest.err >&5
8004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005 (exit $ac_status); } && {
8006 test -z "$ac_c_werror_flag" ||
8007 test ! -s conftest.err
8008 } && test -s conftest$ac_exeext &&
8009 $as_test_x conftest$ac_exeext; then
8010 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8011 else
8012 echo "$as_me: failed program was:" >&5
8013 sed 's/^/| /' conftest.$ac_ext >&5
8015 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8019 conftest$ac_exeext conftest.$ac_ext
8020 CFLAGS=$ac_wine_try_cflags_saved
8022 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8023 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8024 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8025 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8028 rm -f conftest.map
8030 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8031 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8032 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8033 echo $ECHO_N "(cached) $ECHO_C" >&6
8034 else
8035 ac_wine_try_cflags_saved=$CFLAGS
8036 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8037 cat >conftest.$ac_ext <<_ACEOF
8038 /* confdefs.h. */
8039 _ACEOF
8040 cat confdefs.h >>conftest.$ac_ext
8041 cat >>conftest.$ac_ext <<_ACEOF
8042 /* end confdefs.h. */
8043 int main(int argc, char *argv) { return 0; }
8044 _ACEOF
8045 rm -f conftest.$ac_objext conftest$ac_exeext
8046 if { (ac_try="$ac_link"
8047 case "(($ac_try" in
8048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8049 *) ac_try_echo=$ac_try;;
8050 esac
8051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8052 (eval "$ac_link") 2>conftest.er1
8053 ac_status=$?
8054 grep -v '^ *+' conftest.er1 >conftest.err
8055 rm -f conftest.er1
8056 cat conftest.err >&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } && {
8059 test -z "$ac_c_werror_flag" ||
8060 test ! -s conftest.err
8061 } && test -s conftest$ac_exeext &&
8062 $as_test_x conftest$ac_exeext; then
8063 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8064 else
8065 echo "$as_me: failed program was:" >&5
8066 sed 's/^/| /' conftest.$ac_ext >&5
8068 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8072 conftest$ac_exeext conftest.$ac_ext
8073 CFLAGS=$ac_wine_try_cflags_saved
8075 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8076 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8077 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8078 LDEXECFLAGS="-Wl,--export-dynamic"
8083 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8084 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8085 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8086 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8087 echo $ECHO_N "(cached) $ECHO_C" >&6
8088 else
8089 ac_wine_try_cflags_saved=$CFLAGS
8090 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8091 cat >conftest.$ac_ext <<_ACEOF
8092 /* confdefs.h. */
8093 _ACEOF
8094 cat confdefs.h >>conftest.$ac_ext
8095 cat >>conftest.$ac_ext <<_ACEOF
8096 /* end confdefs.h. */
8097 int main(int argc, char *argv) { return 0; }
8098 _ACEOF
8099 rm -f conftest.$ac_objext conftest$ac_exeext
8100 if { (ac_try="$ac_link"
8101 case "(($ac_try" in
8102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8103 *) ac_try_echo=$ac_try;;
8104 esac
8105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8106 (eval "$ac_link") 2>conftest.er1
8107 ac_status=$?
8108 grep -v '^ *+' conftest.er1 >conftest.err
8109 rm -f conftest.er1
8110 cat conftest.err >&5
8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8112 (exit $ac_status); } && {
8113 test -z "$ac_c_werror_flag" ||
8114 test ! -s conftest.err
8115 } && test -s conftest$ac_exeext &&
8116 $as_test_x conftest$ac_exeext; then
8117 eval "$as_ac_var=yes"
8118 else
8119 echo "$as_me: failed program was:" >&5
8120 sed 's/^/| /' conftest.$ac_ext >&5
8122 eval "$as_ac_var=no"
8125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8126 conftest$ac_exeext conftest.$ac_ext
8127 CFLAGS=$ac_wine_try_cflags_saved
8129 ac_res=`eval echo '${'$as_ac_var'}'`
8130 { echo "$as_me:$LINENO: result: $ac_res" >&5
8131 echo "${ECHO_T}$ac_res" >&6; }
8132 if test `eval echo '${'$as_ac_var'}'` = yes; then
8133 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8134 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8135 else
8136 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8137 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8138 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8139 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8140 echo $ECHO_N "(cached) $ECHO_C" >&6
8141 else
8142 ac_wine_try_cflags_saved=$CFLAGS
8143 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8144 cat >conftest.$ac_ext <<_ACEOF
8145 /* confdefs.h. */
8146 _ACEOF
8147 cat confdefs.h >>conftest.$ac_ext
8148 cat >>conftest.$ac_ext <<_ACEOF
8149 /* end confdefs.h. */
8150 int main(int argc, char *argv) { return 0; }
8151 _ACEOF
8152 rm -f conftest.$ac_objext conftest$ac_exeext
8153 if { (ac_try="$ac_link"
8154 case "(($ac_try" in
8155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8156 *) ac_try_echo=$ac_try;;
8157 esac
8158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8159 (eval "$ac_link") 2>conftest.er1
8160 ac_status=$?
8161 grep -v '^ *+' conftest.er1 >conftest.err
8162 rm -f conftest.er1
8163 cat conftest.err >&5
8164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8165 (exit $ac_status); } && {
8166 test -z "$ac_c_werror_flag" ||
8167 test ! -s conftest.err
8168 } && test -s conftest$ac_exeext &&
8169 $as_test_x conftest$ac_exeext; then
8170 eval "$as_ac_var=yes"
8171 else
8172 echo "$as_me: failed program was:" >&5
8173 sed 's/^/| /' conftest.$ac_ext >&5
8175 eval "$as_ac_var=no"
8178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8179 conftest$ac_exeext conftest.$ac_ext
8180 CFLAGS=$ac_wine_try_cflags_saved
8182 ac_res=`eval echo '${'$as_ac_var'}'`
8183 { echo "$as_me:$LINENO: result: $ac_res" >&5
8184 echo "${ECHO_T}$ac_res" >&6; }
8185 if test `eval echo '${'$as_ac_var'}'` = yes; then
8186 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8187 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8193 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8194 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8195 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8196 echo $ECHO_N "(cached) $ECHO_C" >&6
8197 else
8198 ac_wine_try_cflags_saved=$CFLAGS
8199 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8200 cat >conftest.$ac_ext <<_ACEOF
8201 /* confdefs.h. */
8202 _ACEOF
8203 cat confdefs.h >>conftest.$ac_ext
8204 cat >>conftest.$ac_ext <<_ACEOF
8205 /* end confdefs.h. */
8206 int main(int argc, char *argv) { return 0; }
8207 _ACEOF
8208 rm -f conftest.$ac_objext conftest$ac_exeext
8209 if { (ac_try="$ac_link"
8210 case "(($ac_try" in
8211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8212 *) ac_try_echo=$ac_try;;
8213 esac
8214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8215 (eval "$ac_link") 2>conftest.er1
8216 ac_status=$?
8217 grep -v '^ *+' conftest.er1 >conftest.err
8218 rm -f conftest.er1
8219 cat conftest.err >&5
8220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221 (exit $ac_status); } && {
8222 test -z "$ac_c_werror_flag" ||
8223 test ! -s conftest.err
8224 } && test -s conftest$ac_exeext &&
8225 $as_test_x conftest$ac_exeext; then
8226 ac_cv_cflags__Wl___enable_new_dtags=yes
8227 else
8228 echo "$as_me: failed program was:" >&5
8229 sed 's/^/| /' conftest.$ac_ext >&5
8231 ac_cv_cflags__Wl___enable_new_dtags=no
8234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8235 conftest$ac_exeext conftest.$ac_ext
8236 CFLAGS=$ac_wine_try_cflags_saved
8238 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8239 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8240 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8241 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8245 case $host_cpu in
8246 *i[3456789]86* | x86_64)
8247 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8248 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8249 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8250 echo $ECHO_N "(cached) $ECHO_C" >&6
8251 else
8252 ac_wine_try_cflags_saved=$CFLAGS
8253 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8254 cat >conftest.$ac_ext <<_ACEOF
8255 /* confdefs.h. */
8256 _ACEOF
8257 cat confdefs.h >>conftest.$ac_ext
8258 cat >>conftest.$ac_ext <<_ACEOF
8259 /* end confdefs.h. */
8260 int main(int argc, char *argv) { return 0; }
8261 _ACEOF
8262 rm -f conftest.$ac_objext conftest$ac_exeext
8263 if { (ac_try="$ac_link"
8264 case "(($ac_try" in
8265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8266 *) ac_try_echo=$ac_try;;
8267 esac
8268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8269 (eval "$ac_link") 2>conftest.er1
8270 ac_status=$?
8271 grep -v '^ *+' conftest.er1 >conftest.err
8272 rm -f conftest.er1
8273 cat conftest.err >&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 (exit $ac_status); } && {
8276 test -z "$ac_c_werror_flag" ||
8277 test ! -s conftest.err
8278 } && test -s conftest$ac_exeext &&
8279 $as_test_x conftest$ac_exeext; then
8280 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8281 else
8282 echo "$as_me: failed program was:" >&5
8283 sed 's/^/| /' conftest.$ac_ext >&5
8285 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8289 conftest$ac_exeext conftest.$ac_ext
8290 CFLAGS=$ac_wine_try_cflags_saved
8292 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8293 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8294 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8295 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8299 esac
8301 else
8302 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8303 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8304 if test "${ac_cv_c_dll_unixware+set}" = set; then
8305 echo $ECHO_N "(cached) $ECHO_C" >&6
8306 else
8307 ac_wine_try_cflags_saved=$CFLAGS
8308 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8309 cat >conftest.$ac_ext <<_ACEOF
8310 void myfunc() {}
8311 _ACEOF
8312 rm -f conftest.$ac_objext conftest$ac_exeext
8313 if { (ac_try="$ac_link"
8314 case "(($ac_try" in
8315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8316 *) ac_try_echo=$ac_try;;
8317 esac
8318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8319 (eval "$ac_link") 2>conftest.er1
8320 ac_status=$?
8321 grep -v '^ *+' conftest.er1 >conftest.err
8322 rm -f conftest.er1
8323 cat conftest.err >&5
8324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8325 (exit $ac_status); } && {
8326 test -z "$ac_c_werror_flag" ||
8327 test ! -s conftest.err
8328 } && test -s conftest$ac_exeext &&
8329 $as_test_x conftest$ac_exeext; then
8330 ac_cv_c_dll_unixware="yes"
8331 else
8332 echo "$as_me: failed program was:" >&5
8333 sed 's/^/| /' conftest.$ac_ext >&5
8335 ac_cv_c_dll_unixware="no"
8338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8339 conftest$ac_exeext conftest.$ac_ext
8340 CFLAGS=$ac_wine_try_cflags_saved
8342 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8343 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8344 if test "$ac_cv_c_dll_unixware" = "yes"
8345 then
8346 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8347 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8349 else
8350 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8351 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8352 if test "${ac_cv_c_dll_hpux+set}" = set; then
8353 echo $ECHO_N "(cached) $ECHO_C" >&6
8354 else
8355 ac_wine_try_cflags_saved=$CFLAGS
8356 CFLAGS="$CFLAGS -shared"
8357 cat >conftest.$ac_ext <<_ACEOF
8358 void myfunc() {}
8359 _ACEOF
8360 rm -f conftest.$ac_objext conftest$ac_exeext
8361 if { (ac_try="$ac_link"
8362 case "(($ac_try" in
8363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8364 *) ac_try_echo=$ac_try;;
8365 esac
8366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8367 (eval "$ac_link") 2>conftest.er1
8368 ac_status=$?
8369 grep -v '^ *+' conftest.er1 >conftest.err
8370 rm -f conftest.er1
8371 cat conftest.err >&5
8372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8373 (exit $ac_status); } && {
8374 test -z "$ac_c_werror_flag" ||
8375 test ! -s conftest.err
8376 } && test -s conftest$ac_exeext &&
8377 $as_test_x conftest$ac_exeext; then
8378 ac_cv_c_dll_hpux="yes"
8379 else
8380 echo "$as_me: failed program was:" >&5
8381 sed 's/^/| /' conftest.$ac_ext >&5
8383 ac_cv_c_dll_hpux="no"
8386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8387 conftest$ac_exeext conftest.$ac_ext
8388 CFLAGS=$ac_wine_try_cflags_saved
8390 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8391 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8392 if test "$ac_cv_c_dll_hpux" = "yes"
8393 then
8394 LIBEXT="sl"
8395 DLLEXT=".sl"
8396 LDDLLFLAGS="-shared -fPIC"
8397 LDSHARED="\$(CC) -shared"
8402 esac
8404 enable_winequartz_drv=${enable_winequartz_drv:-no}
8406 if test "$LIBEXT" = "a"; then
8407 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8408 It is currently not possible to build Wine without shared library
8409 (.so) support to allow transparent switch between .so and .dll files.
8410 If you are using Linux, you will need a newer binutils.
8411 " >&5
8412 echo "$as_me: error: could not find a way to build shared libraries.
8413 It is currently not possible to build Wine without shared library
8414 (.so) support to allow transparent switch between .so and .dll files.
8415 If you are using Linux, you will need a newer binutils.
8416 " >&2;}
8417 { (exit 1); exit 1; }; }
8420 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8421 then
8422 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8424 # Extract the first word of "$ac_prog", so it can be a program name with args.
8425 set dummy $ac_prog; ac_word=$2
8426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8428 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8429 echo $ECHO_N "(cached) $ECHO_C" >&6
8430 else
8431 if test -n "$CROSSCC"; then
8432 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8433 else
8434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8435 for as_dir in $PATH
8437 IFS=$as_save_IFS
8438 test -z "$as_dir" && as_dir=.
8439 for ac_exec_ext in '' $ac_executable_extensions; do
8440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8441 ac_cv_prog_CROSSCC="$ac_prog"
8442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8443 break 2
8445 done
8446 done
8447 IFS=$as_save_IFS
8451 CROSSCC=$ac_cv_prog_CROSSCC
8452 if test -n "$CROSSCC"; then
8453 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8454 echo "${ECHO_T}$CROSSCC" >&6; }
8455 else
8456 { echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6; }
8461 test -n "$CROSSCC" && break
8462 done
8463 test -n "$CROSSCC" || CROSSCC="false"
8465 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8467 # Extract the first word of "$ac_prog", so it can be a program name with args.
8468 set dummy $ac_prog; ac_word=$2
8469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8471 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8472 echo $ECHO_N "(cached) $ECHO_C" >&6
8473 else
8474 if test -n "$DLLTOOL"; then
8475 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8476 else
8477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8478 for as_dir in $PATH
8480 IFS=$as_save_IFS
8481 test -z "$as_dir" && as_dir=.
8482 for ac_exec_ext in '' $ac_executable_extensions; do
8483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8484 ac_cv_prog_DLLTOOL="$ac_prog"
8485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8486 break 2
8488 done
8489 done
8490 IFS=$as_save_IFS
8494 DLLTOOL=$ac_cv_prog_DLLTOOL
8495 if test -n "$DLLTOOL"; then
8496 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8497 echo "${ECHO_T}$DLLTOOL" >&6; }
8498 else
8499 { echo "$as_me:$LINENO: result: no" >&5
8500 echo "${ECHO_T}no" >&6; }
8504 test -n "$DLLTOOL" && break
8505 done
8506 test -n "$DLLTOOL" || DLLTOOL="false"
8508 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8510 # Extract the first word of "$ac_prog", so it can be a program name with args.
8511 set dummy $ac_prog; ac_word=$2
8512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8514 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8515 echo $ECHO_N "(cached) $ECHO_C" >&6
8516 else
8517 if test -n "$MINGWAR"; then
8518 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8519 else
8520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8521 for as_dir in $PATH
8523 IFS=$as_save_IFS
8524 test -z "$as_dir" && as_dir=.
8525 for ac_exec_ext in '' $ac_executable_extensions; do
8526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8527 ac_cv_prog_MINGWAR="$ac_prog"
8528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8529 break 2
8531 done
8532 done
8533 IFS=$as_save_IFS
8537 MINGWAR=$ac_cv_prog_MINGWAR
8538 if test -n "$MINGWAR"; then
8539 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8540 echo "${ECHO_T}$MINGWAR" >&6; }
8541 else
8542 { echo "$as_me:$LINENO: result: no" >&5
8543 echo "${ECHO_T}no" >&6; }
8547 test -n "$MINGWAR" && break
8548 done
8549 test -n "$MINGWAR" || MINGWAR="false"
8551 if test "$CROSSCC" != "false"
8552 then
8553 CROSSTEST="\$(CROSSTEST)"
8555 set x $CROSSCC
8556 shift
8557 target=""
8558 while test $# -ge 1
8560 case "$1" in
8561 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8562 esac
8563 shift
8564 done
8565 if test -n "$target"
8566 then
8567 CROSSTARGETFLAGS="-b $target"
8574 if test "$ac_cv_header_pthread_h" = "yes"
8575 then
8576 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8577 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8578 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8579 echo $ECHO_N "(cached) $ECHO_C" >&6
8580 else
8581 ac_check_lib_save_LIBS=$LIBS
8582 LIBS="-lpthread $LIBS"
8583 cat >conftest.$ac_ext <<_ACEOF
8584 /* confdefs.h. */
8585 _ACEOF
8586 cat confdefs.h >>conftest.$ac_ext
8587 cat >>conftest.$ac_ext <<_ACEOF
8588 /* end confdefs.h. */
8590 /* Override any GCC internal prototype to avoid an error.
8591 Use char because int might match the return type of a GCC
8592 builtin and then its argument prototype would still apply. */
8593 #ifdef __cplusplus
8594 extern "C"
8595 #endif
8596 char pthread_create ();
8598 main ()
8600 return pthread_create ();
8602 return 0;
8604 _ACEOF
8605 rm -f conftest.$ac_objext conftest$ac_exeext
8606 if { (ac_try="$ac_link"
8607 case "(($ac_try" in
8608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8609 *) ac_try_echo=$ac_try;;
8610 esac
8611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8612 (eval "$ac_link") 2>conftest.er1
8613 ac_status=$?
8614 grep -v '^ *+' conftest.er1 >conftest.err
8615 rm -f conftest.er1
8616 cat conftest.err >&5
8617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618 (exit $ac_status); } && {
8619 test -z "$ac_c_werror_flag" ||
8620 test ! -s conftest.err
8621 } && test -s conftest$ac_exeext &&
8622 $as_test_x conftest$ac_exeext; then
8623 ac_cv_lib_pthread_pthread_create=yes
8624 else
8625 echo "$as_me: failed program was:" >&5
8626 sed 's/^/| /' conftest.$ac_ext >&5
8628 ac_cv_lib_pthread_pthread_create=no
8631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_lib_save_LIBS
8635 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8636 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8637 if test $ac_cv_lib_pthread_pthread_create = yes; then
8638 LIBPTHREAD="-lpthread"
8643 if test "x$LIBPTHREAD" = "x"; then
8644 case "x$with_pthread" in
8645 xno) ;;
8646 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8647 Wine cannot support threads without libpthread.
8648 Use the --without-pthread option if you really want this." >&5
8649 echo "$as_me: error: pthread ${notice_platform}development files not found.
8650 Wine cannot support threads without libpthread.
8651 Use the --without-pthread option if you really want this." >&2;}
8652 { (exit 1); exit 1; }; } ;;
8653 esac
8658 { echo "$as_me:$LINENO: checking for X" >&5
8659 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8662 # Check whether --with-x was given.
8663 if test "${with_x+set}" = set; then
8664 withval=$with_x;
8667 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8668 if test "x$with_x" = xno; then
8669 # The user explicitly disabled X.
8670 have_x=disabled
8671 else
8672 case $x_includes,$x_libraries in #(
8673 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8674 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8675 { (exit 1); exit 1; }; };; #(
8676 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8677 echo $ECHO_N "(cached) $ECHO_C" >&6
8678 else
8679 # One or both of the vars are not set, and there is no cached value.
8680 ac_x_includes=no ac_x_libraries=no
8681 rm -f -r conftest.dir
8682 if mkdir conftest.dir; then
8683 cd conftest.dir
8684 cat >Imakefile <<'_ACEOF'
8685 incroot:
8686 @echo incroot='${INCROOT}'
8687 usrlibdir:
8688 @echo usrlibdir='${USRLIBDIR}'
8689 libdir:
8690 @echo libdir='${LIBDIR}'
8691 _ACEOF
8692 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8693 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8694 for ac_var in incroot usrlibdir libdir; do
8695 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8696 done
8697 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8698 for ac_extension in a so sl; do
8699 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8700 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8701 ac_im_usrlibdir=$ac_im_libdir; break
8703 done
8704 # Screen out bogus values from the imake configuration. They are
8705 # bogus both because they are the default anyway, and because
8706 # using them would break gcc on systems where it needs fixed includes.
8707 case $ac_im_incroot in
8708 /usr/include) ac_x_includes= ;;
8709 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8710 esac
8711 case $ac_im_usrlibdir in
8712 /usr/lib | /lib) ;;
8713 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8714 esac
8716 cd ..
8717 rm -f -r conftest.dir
8720 # Standard set of common directories for X headers.
8721 # Check X11 before X11Rn because it is often a symlink to the current release.
8722 ac_x_header_dirs='
8723 /usr/X11/include
8724 /usr/X11R6/include
8725 /usr/X11R5/include
8726 /usr/X11R4/include
8728 /usr/include/X11
8729 /usr/include/X11R6
8730 /usr/include/X11R5
8731 /usr/include/X11R4
8733 /usr/local/X11/include
8734 /usr/local/X11R6/include
8735 /usr/local/X11R5/include
8736 /usr/local/X11R4/include
8738 /usr/local/include/X11
8739 /usr/local/include/X11R6
8740 /usr/local/include/X11R5
8741 /usr/local/include/X11R4
8743 /usr/X386/include
8744 /usr/x386/include
8745 /usr/XFree86/include/X11
8747 /usr/include
8748 /usr/local/include
8749 /usr/unsupported/include
8750 /usr/athena/include
8751 /usr/local/x11r5/include
8752 /usr/lpp/Xamples/include
8754 /usr/openwin/include
8755 /usr/openwin/share/include'
8757 if test "$ac_x_includes" = no; then
8758 # Guess where to find include files, by looking for Xlib.h.
8759 # First, try using that file with no special directory specified.
8760 cat >conftest.$ac_ext <<_ACEOF
8761 /* confdefs.h. */
8762 _ACEOF
8763 cat confdefs.h >>conftest.$ac_ext
8764 cat >>conftest.$ac_ext <<_ACEOF
8765 /* end confdefs.h. */
8766 #include <X11/Xlib.h>
8767 _ACEOF
8768 if { (ac_try="$ac_cpp conftest.$ac_ext"
8769 case "(($ac_try" in
8770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8771 *) ac_try_echo=$ac_try;;
8772 esac
8773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8774 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8775 ac_status=$?
8776 grep -v '^ *+' conftest.er1 >conftest.err
8777 rm -f conftest.er1
8778 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } >/dev/null && {
8781 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8782 test ! -s conftest.err
8783 }; then
8784 # We can compile using X headers with no special include directory.
8785 ac_x_includes=
8786 else
8787 echo "$as_me: failed program was:" >&5
8788 sed 's/^/| /' conftest.$ac_ext >&5
8790 for ac_dir in $ac_x_header_dirs; do
8791 if test -r "$ac_dir/X11/Xlib.h"; then
8792 ac_x_includes=$ac_dir
8793 break
8795 done
8798 rm -f conftest.err conftest.$ac_ext
8799 fi # $ac_x_includes = no
8801 if test "$ac_x_libraries" = no; then
8802 # Check for the libraries.
8803 # See if we find them without any special options.
8804 # Don't add to $LIBS permanently.
8805 ac_save_LIBS=$LIBS
8806 LIBS="-lX11 $LIBS"
8807 cat >conftest.$ac_ext <<_ACEOF
8808 /* confdefs.h. */
8809 _ACEOF
8810 cat confdefs.h >>conftest.$ac_ext
8811 cat >>conftest.$ac_ext <<_ACEOF
8812 /* end confdefs.h. */
8813 #include <X11/Xlib.h>
8815 main ()
8817 XrmInitialize ()
8819 return 0;
8821 _ACEOF
8822 rm -f conftest.$ac_objext conftest$ac_exeext
8823 if { (ac_try="$ac_link"
8824 case "(($ac_try" in
8825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8826 *) ac_try_echo=$ac_try;;
8827 esac
8828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8829 (eval "$ac_link") 2>conftest.er1
8830 ac_status=$?
8831 grep -v '^ *+' conftest.er1 >conftest.err
8832 rm -f conftest.er1
8833 cat conftest.err >&5
8834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8835 (exit $ac_status); } && {
8836 test -z "$ac_c_werror_flag" ||
8837 test ! -s conftest.err
8838 } && test -s conftest$ac_exeext &&
8839 $as_test_x conftest$ac_exeext; then
8840 LIBS=$ac_save_LIBS
8841 # We can link X programs with no special library path.
8842 ac_x_libraries=
8843 else
8844 echo "$as_me: failed program was:" >&5
8845 sed 's/^/| /' conftest.$ac_ext >&5
8847 LIBS=$ac_save_LIBS
8848 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8850 # Don't even attempt the hair of trying to link an X program!
8851 for ac_extension in a so sl; do
8852 if test -r "$ac_dir/libX11.$ac_extension"; then
8853 ac_x_libraries=$ac_dir
8854 break 2
8856 done
8857 done
8860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8861 conftest$ac_exeext conftest.$ac_ext
8862 fi # $ac_x_libraries = no
8864 case $ac_x_includes,$ac_x_libraries in #(
8865 no,* | *,no | *\'*)
8866 # Didn't find X, or a directory has "'" in its name.
8867 ac_cv_have_x="have_x=no";; #(
8869 # Record where we found X for the cache.
8870 ac_cv_have_x="have_x=yes\
8871 ac_x_includes='$ac_x_includes'\
8872 ac_x_libraries='$ac_x_libraries'"
8873 esac
8875 ;; #(
8876 *) have_x=yes;;
8877 esac
8878 eval "$ac_cv_have_x"
8879 fi # $with_x != no
8881 if test "$have_x" != yes; then
8882 { echo "$as_me:$LINENO: result: $have_x" >&5
8883 echo "${ECHO_T}$have_x" >&6; }
8884 no_x=yes
8885 else
8886 # If each of the values was on the command line, it overrides each guess.
8887 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8888 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8889 # Update the cache value to reflect the command line values.
8890 ac_cv_have_x="have_x=yes\
8891 ac_x_includes='$x_includes'\
8892 ac_x_libraries='$x_libraries'"
8893 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8894 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8897 if test "$no_x" = yes; then
8898 # Not all programs may use this symbol, but it does not hurt to define it.
8900 cat >>confdefs.h <<\_ACEOF
8901 #define X_DISPLAY_MISSING 1
8902 _ACEOF
8904 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8905 else
8906 if test -n "$x_includes"; then
8907 X_CFLAGS="$X_CFLAGS -I$x_includes"
8910 # It would also be nice to do this for all -L options, not just this one.
8911 if test -n "$x_libraries"; then
8912 X_LIBS="$X_LIBS -L$x_libraries"
8913 # For Solaris; some versions of Sun CC require a space after -R and
8914 # others require no space. Words are not sufficient . . . .
8915 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8916 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8917 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8918 ac_xsave_c_werror_flag=$ac_c_werror_flag
8919 ac_c_werror_flag=yes
8920 cat >conftest.$ac_ext <<_ACEOF
8921 /* confdefs.h. */
8922 _ACEOF
8923 cat confdefs.h >>conftest.$ac_ext
8924 cat >>conftest.$ac_ext <<_ACEOF
8925 /* end confdefs.h. */
8928 main ()
8932 return 0;
8934 _ACEOF
8935 rm -f conftest.$ac_objext conftest$ac_exeext
8936 if { (ac_try="$ac_link"
8937 case "(($ac_try" in
8938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8939 *) ac_try_echo=$ac_try;;
8940 esac
8941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8942 (eval "$ac_link") 2>conftest.er1
8943 ac_status=$?
8944 grep -v '^ *+' conftest.er1 >conftest.err
8945 rm -f conftest.er1
8946 cat conftest.err >&5
8947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8948 (exit $ac_status); } && {
8949 test -z "$ac_c_werror_flag" ||
8950 test ! -s conftest.err
8951 } && test -s conftest$ac_exeext &&
8952 $as_test_x conftest$ac_exeext; then
8953 { echo "$as_me:$LINENO: result: no" >&5
8954 echo "${ECHO_T}no" >&6; }
8955 X_LIBS="$X_LIBS -R$x_libraries"
8956 else
8957 echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 LIBS="$ac_xsave_LIBS -R $x_libraries"
8961 cat >conftest.$ac_ext <<_ACEOF
8962 /* confdefs.h. */
8963 _ACEOF
8964 cat confdefs.h >>conftest.$ac_ext
8965 cat >>conftest.$ac_ext <<_ACEOF
8966 /* end confdefs.h. */
8969 main ()
8973 return 0;
8975 _ACEOF
8976 rm -f conftest.$ac_objext conftest$ac_exeext
8977 if { (ac_try="$ac_link"
8978 case "(($ac_try" in
8979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8980 *) ac_try_echo=$ac_try;;
8981 esac
8982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8983 (eval "$ac_link") 2>conftest.er1
8984 ac_status=$?
8985 grep -v '^ *+' conftest.er1 >conftest.err
8986 rm -f conftest.er1
8987 cat conftest.err >&5
8988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); } && {
8990 test -z "$ac_c_werror_flag" ||
8991 test ! -s conftest.err
8992 } && test -s conftest$ac_exeext &&
8993 $as_test_x conftest$ac_exeext; then
8994 { echo "$as_me:$LINENO: result: yes" >&5
8995 echo "${ECHO_T}yes" >&6; }
8996 X_LIBS="$X_LIBS -R $x_libraries"
8997 else
8998 echo "$as_me: failed program was:" >&5
8999 sed 's/^/| /' conftest.$ac_ext >&5
9001 { echo "$as_me:$LINENO: result: neither works" >&5
9002 echo "${ECHO_T}neither works" >&6; }
9005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9006 conftest$ac_exeext conftest.$ac_ext
9009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9010 conftest$ac_exeext conftest.$ac_ext
9011 ac_c_werror_flag=$ac_xsave_c_werror_flag
9012 LIBS=$ac_xsave_LIBS
9015 # Check for system-dependent libraries X programs must link with.
9016 # Do this before checking for the system-independent R6 libraries
9017 # (-lICE), since we may need -lsocket or whatever for X linking.
9019 if test "$ISC" = yes; then
9020 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9021 else
9022 # Martyn Johnson says this is needed for Ultrix, if the X
9023 # libraries were built with DECnet support. And Karl Berry says
9024 # the Alpha needs dnet_stub (dnet does not exist).
9025 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9026 cat >conftest.$ac_ext <<_ACEOF
9027 /* confdefs.h. */
9028 _ACEOF
9029 cat confdefs.h >>conftest.$ac_ext
9030 cat >>conftest.$ac_ext <<_ACEOF
9031 /* end confdefs.h. */
9033 /* Override any GCC internal prototype to avoid an error.
9034 Use char because int might match the return type of a GCC
9035 builtin and then its argument prototype would still apply. */
9036 #ifdef __cplusplus
9037 extern "C"
9038 #endif
9039 char XOpenDisplay ();
9041 main ()
9043 return XOpenDisplay ();
9045 return 0;
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052 *) ac_try_echo=$ac_try;;
9053 esac
9054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9055 (eval "$ac_link") 2>conftest.er1
9056 ac_status=$?
9057 grep -v '^ *+' conftest.er1 >conftest.err
9058 rm -f conftest.er1
9059 cat conftest.err >&5
9060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061 (exit $ac_status); } && {
9062 test -z "$ac_c_werror_flag" ||
9063 test ! -s conftest.err
9064 } && test -s conftest$ac_exeext &&
9065 $as_test_x conftest$ac_exeext; then
9067 else
9068 echo "$as_me: failed program was:" >&5
9069 sed 's/^/| /' conftest.$ac_ext >&5
9071 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9072 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
9073 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9074 echo $ECHO_N "(cached) $ECHO_C" >&6
9075 else
9076 ac_check_lib_save_LIBS=$LIBS
9077 LIBS="-ldnet $LIBS"
9078 cat >conftest.$ac_ext <<_ACEOF
9079 /* confdefs.h. */
9080 _ACEOF
9081 cat confdefs.h >>conftest.$ac_ext
9082 cat >>conftest.$ac_ext <<_ACEOF
9083 /* end confdefs.h. */
9085 /* Override any GCC internal prototype to avoid an error.
9086 Use char because int might match the return type of a GCC
9087 builtin and then its argument prototype would still apply. */
9088 #ifdef __cplusplus
9089 extern "C"
9090 #endif
9091 char dnet_ntoa ();
9093 main ()
9095 return dnet_ntoa ();
9097 return 0;
9099 _ACEOF
9100 rm -f conftest.$ac_objext conftest$ac_exeext
9101 if { (ac_try="$ac_link"
9102 case "(($ac_try" in
9103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9104 *) ac_try_echo=$ac_try;;
9105 esac
9106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9107 (eval "$ac_link") 2>conftest.er1
9108 ac_status=$?
9109 grep -v '^ *+' conftest.er1 >conftest.err
9110 rm -f conftest.er1
9111 cat conftest.err >&5
9112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9113 (exit $ac_status); } && {
9114 test -z "$ac_c_werror_flag" ||
9115 test ! -s conftest.err
9116 } && test -s conftest$ac_exeext &&
9117 $as_test_x conftest$ac_exeext; then
9118 ac_cv_lib_dnet_dnet_ntoa=yes
9119 else
9120 echo "$as_me: failed program was:" >&5
9121 sed 's/^/| /' conftest.$ac_ext >&5
9123 ac_cv_lib_dnet_dnet_ntoa=no
9126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9127 conftest$ac_exeext conftest.$ac_ext
9128 LIBS=$ac_check_lib_save_LIBS
9130 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9131 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9132 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9133 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9136 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9137 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9138 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9139 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9140 echo $ECHO_N "(cached) $ECHO_C" >&6
9141 else
9142 ac_check_lib_save_LIBS=$LIBS
9143 LIBS="-ldnet_stub $LIBS"
9144 cat >conftest.$ac_ext <<_ACEOF
9145 /* confdefs.h. */
9146 _ACEOF
9147 cat confdefs.h >>conftest.$ac_ext
9148 cat >>conftest.$ac_ext <<_ACEOF
9149 /* end confdefs.h. */
9151 /* Override any GCC internal prototype to avoid an error.
9152 Use char because int might match the return type of a GCC
9153 builtin and then its argument prototype would still apply. */
9154 #ifdef __cplusplus
9155 extern "C"
9156 #endif
9157 char dnet_ntoa ();
9159 main ()
9161 return dnet_ntoa ();
9163 return 0;
9165 _ACEOF
9166 rm -f conftest.$ac_objext conftest$ac_exeext
9167 if { (ac_try="$ac_link"
9168 case "(($ac_try" in
9169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9170 *) ac_try_echo=$ac_try;;
9171 esac
9172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9173 (eval "$ac_link") 2>conftest.er1
9174 ac_status=$?
9175 grep -v '^ *+' conftest.er1 >conftest.err
9176 rm -f conftest.er1
9177 cat conftest.err >&5
9178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9179 (exit $ac_status); } && {
9180 test -z "$ac_c_werror_flag" ||
9181 test ! -s conftest.err
9182 } && test -s conftest$ac_exeext &&
9183 $as_test_x conftest$ac_exeext; then
9184 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9185 else
9186 echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_lib_dnet_stub_dnet_ntoa=no
9192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9193 conftest$ac_exeext conftest.$ac_ext
9194 LIBS=$ac_check_lib_save_LIBS
9196 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9197 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9198 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9199 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9206 conftest$ac_exeext conftest.$ac_ext
9207 LIBS="$ac_xsave_LIBS"
9209 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9210 # to get the SysV transport functions.
9211 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9212 # needs -lnsl.
9213 # The nsl library prevents programs from opening the X display
9214 # on Irix 5.2, according to T.E. Dickey.
9215 # The functions gethostbyname, getservbyname, and inet_addr are
9216 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9217 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9218 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9219 if test "${ac_cv_func_gethostbyname+set}" = set; then
9220 echo $ECHO_N "(cached) $ECHO_C" >&6
9221 else
9222 cat >conftest.$ac_ext <<_ACEOF
9223 /* confdefs.h. */
9224 _ACEOF
9225 cat confdefs.h >>conftest.$ac_ext
9226 cat >>conftest.$ac_ext <<_ACEOF
9227 /* end confdefs.h. */
9228 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9229 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9230 #define gethostbyname innocuous_gethostbyname
9232 /* System header to define __stub macros and hopefully few prototypes,
9233 which can conflict with char gethostbyname (); below.
9234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9235 <limits.h> exists even on freestanding compilers. */
9237 #ifdef __STDC__
9238 # include <limits.h>
9239 #else
9240 # include <assert.h>
9241 #endif
9243 #undef gethostbyname
9245 /* Override any GCC internal prototype to avoid an error.
9246 Use char because int might match the return type of a GCC
9247 builtin and then its argument prototype would still apply. */
9248 #ifdef __cplusplus
9249 extern "C"
9250 #endif
9251 char gethostbyname ();
9252 /* The GNU C library defines this for functions which it implements
9253 to always fail with ENOSYS. Some functions are actually named
9254 something starting with __ and the normal name is an alias. */
9255 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9256 choke me
9257 #endif
9260 main ()
9262 return gethostbyname ();
9264 return 0;
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9269 case "(($ac_try" in
9270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9271 *) ac_try_echo=$ac_try;;
9272 esac
9273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9274 (eval "$ac_link") 2>conftest.er1
9275 ac_status=$?
9276 grep -v '^ *+' conftest.er1 >conftest.err
9277 rm -f conftest.er1
9278 cat conftest.err >&5
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); } && {
9281 test -z "$ac_c_werror_flag" ||
9282 test ! -s conftest.err
9283 } && test -s conftest$ac_exeext &&
9284 $as_test_x conftest$ac_exeext; then
9285 ac_cv_func_gethostbyname=yes
9286 else
9287 echo "$as_me: failed program was:" >&5
9288 sed 's/^/| /' conftest.$ac_ext >&5
9290 ac_cv_func_gethostbyname=no
9293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9294 conftest$ac_exeext conftest.$ac_ext
9296 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9297 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9299 if test $ac_cv_func_gethostbyname = no; then
9300 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9301 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9302 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9303 echo $ECHO_N "(cached) $ECHO_C" >&6
9304 else
9305 ac_check_lib_save_LIBS=$LIBS
9306 LIBS="-lnsl $LIBS"
9307 cat >conftest.$ac_ext <<_ACEOF
9308 /* confdefs.h. */
9309 _ACEOF
9310 cat confdefs.h >>conftest.$ac_ext
9311 cat >>conftest.$ac_ext <<_ACEOF
9312 /* end confdefs.h. */
9314 /* Override any GCC internal prototype to avoid an error.
9315 Use char because int might match the return type of a GCC
9316 builtin and then its argument prototype would still apply. */
9317 #ifdef __cplusplus
9318 extern "C"
9319 #endif
9320 char gethostbyname ();
9322 main ()
9324 return gethostbyname ();
9326 return 0;
9328 _ACEOF
9329 rm -f conftest.$ac_objext conftest$ac_exeext
9330 if { (ac_try="$ac_link"
9331 case "(($ac_try" in
9332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9333 *) ac_try_echo=$ac_try;;
9334 esac
9335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9336 (eval "$ac_link") 2>conftest.er1
9337 ac_status=$?
9338 grep -v '^ *+' conftest.er1 >conftest.err
9339 rm -f conftest.er1
9340 cat conftest.err >&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); } && {
9343 test -z "$ac_c_werror_flag" ||
9344 test ! -s conftest.err
9345 } && test -s conftest$ac_exeext &&
9346 $as_test_x conftest$ac_exeext; then
9347 ac_cv_lib_nsl_gethostbyname=yes
9348 else
9349 echo "$as_me: failed program was:" >&5
9350 sed 's/^/| /' conftest.$ac_ext >&5
9352 ac_cv_lib_nsl_gethostbyname=no
9355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9356 conftest$ac_exeext conftest.$ac_ext
9357 LIBS=$ac_check_lib_save_LIBS
9359 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9360 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9361 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9362 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9365 if test $ac_cv_lib_nsl_gethostbyname = no; then
9366 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9367 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9368 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9369 echo $ECHO_N "(cached) $ECHO_C" >&6
9370 else
9371 ac_check_lib_save_LIBS=$LIBS
9372 LIBS="-lbsd $LIBS"
9373 cat >conftest.$ac_ext <<_ACEOF
9374 /* confdefs.h. */
9375 _ACEOF
9376 cat confdefs.h >>conftest.$ac_ext
9377 cat >>conftest.$ac_ext <<_ACEOF
9378 /* end confdefs.h. */
9380 /* Override any GCC internal prototype to avoid an error.
9381 Use char because int might match the return type of a GCC
9382 builtin and then its argument prototype would still apply. */
9383 #ifdef __cplusplus
9384 extern "C"
9385 #endif
9386 char gethostbyname ();
9388 main ()
9390 return gethostbyname ();
9392 return 0;
9394 _ACEOF
9395 rm -f conftest.$ac_objext conftest$ac_exeext
9396 if { (ac_try="$ac_link"
9397 case "(($ac_try" in
9398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9399 *) ac_try_echo=$ac_try;;
9400 esac
9401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9402 (eval "$ac_link") 2>conftest.er1
9403 ac_status=$?
9404 grep -v '^ *+' conftest.er1 >conftest.err
9405 rm -f conftest.er1
9406 cat conftest.err >&5
9407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408 (exit $ac_status); } && {
9409 test -z "$ac_c_werror_flag" ||
9410 test ! -s conftest.err
9411 } && test -s conftest$ac_exeext &&
9412 $as_test_x conftest$ac_exeext; then
9413 ac_cv_lib_bsd_gethostbyname=yes
9414 else
9415 echo "$as_me: failed program was:" >&5
9416 sed 's/^/| /' conftest.$ac_ext >&5
9418 ac_cv_lib_bsd_gethostbyname=no
9421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9422 conftest$ac_exeext conftest.$ac_ext
9423 LIBS=$ac_check_lib_save_LIBS
9425 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9426 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9427 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9428 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9434 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9435 # socket/setsockopt and other routines are undefined under SCO ODT
9436 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9437 # on later versions), says Simon Leinen: it contains gethostby*
9438 # variants that don't use the name server (or something). -lsocket
9439 # must be given before -lnsl if both are needed. We assume that
9440 # if connect needs -lnsl, so does gethostbyname.
9441 { echo "$as_me:$LINENO: checking for connect" >&5
9442 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9443 if test "${ac_cv_func_connect+set}" = set; then
9444 echo $ECHO_N "(cached) $ECHO_C" >&6
9445 else
9446 cat >conftest.$ac_ext <<_ACEOF
9447 /* confdefs.h. */
9448 _ACEOF
9449 cat confdefs.h >>conftest.$ac_ext
9450 cat >>conftest.$ac_ext <<_ACEOF
9451 /* end confdefs.h. */
9452 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9453 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9454 #define connect innocuous_connect
9456 /* System header to define __stub macros and hopefully few prototypes,
9457 which can conflict with char connect (); below.
9458 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9459 <limits.h> exists even on freestanding compilers. */
9461 #ifdef __STDC__
9462 # include <limits.h>
9463 #else
9464 # include <assert.h>
9465 #endif
9467 #undef connect
9469 /* Override any GCC internal prototype to avoid an error.
9470 Use char because int might match the return type of a GCC
9471 builtin and then its argument prototype would still apply. */
9472 #ifdef __cplusplus
9473 extern "C"
9474 #endif
9475 char connect ();
9476 /* The GNU C library defines this for functions which it implements
9477 to always fail with ENOSYS. Some functions are actually named
9478 something starting with __ and the normal name is an alias. */
9479 #if defined __stub_connect || defined __stub___connect
9480 choke me
9481 #endif
9484 main ()
9486 return connect ();
9488 return 0;
9490 _ACEOF
9491 rm -f conftest.$ac_objext conftest$ac_exeext
9492 if { (ac_try="$ac_link"
9493 case "(($ac_try" in
9494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9495 *) ac_try_echo=$ac_try;;
9496 esac
9497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9498 (eval "$ac_link") 2>conftest.er1
9499 ac_status=$?
9500 grep -v '^ *+' conftest.er1 >conftest.err
9501 rm -f conftest.er1
9502 cat conftest.err >&5
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); } && {
9505 test -z "$ac_c_werror_flag" ||
9506 test ! -s conftest.err
9507 } && test -s conftest$ac_exeext &&
9508 $as_test_x conftest$ac_exeext; then
9509 ac_cv_func_connect=yes
9510 else
9511 echo "$as_me: failed program was:" >&5
9512 sed 's/^/| /' conftest.$ac_ext >&5
9514 ac_cv_func_connect=no
9517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9518 conftest$ac_exeext conftest.$ac_ext
9520 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9521 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9523 if test $ac_cv_func_connect = no; then
9524 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9525 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9526 if test "${ac_cv_lib_socket_connect+set}" = set; then
9527 echo $ECHO_N "(cached) $ECHO_C" >&6
9528 else
9529 ac_check_lib_save_LIBS=$LIBS
9530 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9531 cat >conftest.$ac_ext <<_ACEOF
9532 /* confdefs.h. */
9533 _ACEOF
9534 cat confdefs.h >>conftest.$ac_ext
9535 cat >>conftest.$ac_ext <<_ACEOF
9536 /* end confdefs.h. */
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9541 #ifdef __cplusplus
9542 extern "C"
9543 #endif
9544 char connect ();
9546 main ()
9548 return connect ();
9550 return 0;
9552 _ACEOF
9553 rm -f conftest.$ac_objext conftest$ac_exeext
9554 if { (ac_try="$ac_link"
9555 case "(($ac_try" in
9556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9557 *) ac_try_echo=$ac_try;;
9558 esac
9559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9560 (eval "$ac_link") 2>conftest.er1
9561 ac_status=$?
9562 grep -v '^ *+' conftest.er1 >conftest.err
9563 rm -f conftest.er1
9564 cat conftest.err >&5
9565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9566 (exit $ac_status); } && {
9567 test -z "$ac_c_werror_flag" ||
9568 test ! -s conftest.err
9569 } && test -s conftest$ac_exeext &&
9570 $as_test_x conftest$ac_exeext; then
9571 ac_cv_lib_socket_connect=yes
9572 else
9573 echo "$as_me: failed program was:" >&5
9574 sed 's/^/| /' conftest.$ac_ext >&5
9576 ac_cv_lib_socket_connect=no
9579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9580 conftest$ac_exeext conftest.$ac_ext
9581 LIBS=$ac_check_lib_save_LIBS
9583 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9584 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9585 if test $ac_cv_lib_socket_connect = yes; then
9586 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9591 # Guillermo Gomez says -lposix is necessary on A/UX.
9592 { echo "$as_me:$LINENO: checking for remove" >&5
9593 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9594 if test "${ac_cv_func_remove+set}" = set; then
9595 echo $ECHO_N "(cached) $ECHO_C" >&6
9596 else
9597 cat >conftest.$ac_ext <<_ACEOF
9598 /* confdefs.h. */
9599 _ACEOF
9600 cat confdefs.h >>conftest.$ac_ext
9601 cat >>conftest.$ac_ext <<_ACEOF
9602 /* end confdefs.h. */
9603 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9604 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9605 #define remove innocuous_remove
9607 /* System header to define __stub macros and hopefully few prototypes,
9608 which can conflict with char remove (); below.
9609 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9610 <limits.h> exists even on freestanding compilers. */
9612 #ifdef __STDC__
9613 # include <limits.h>
9614 #else
9615 # include <assert.h>
9616 #endif
9618 #undef remove
9620 /* Override any GCC internal prototype to avoid an error.
9621 Use char because int might match the return type of a GCC
9622 builtin and then its argument prototype would still apply. */
9623 #ifdef __cplusplus
9624 extern "C"
9625 #endif
9626 char remove ();
9627 /* The GNU C library defines this for functions which it implements
9628 to always fail with ENOSYS. Some functions are actually named
9629 something starting with __ and the normal name is an alias. */
9630 #if defined __stub_remove || defined __stub___remove
9631 choke me
9632 #endif
9635 main ()
9637 return remove ();
9639 return 0;
9641 _ACEOF
9642 rm -f conftest.$ac_objext conftest$ac_exeext
9643 if { (ac_try="$ac_link"
9644 case "(($ac_try" in
9645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9646 *) ac_try_echo=$ac_try;;
9647 esac
9648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9649 (eval "$ac_link") 2>conftest.er1
9650 ac_status=$?
9651 grep -v '^ *+' conftest.er1 >conftest.err
9652 rm -f conftest.er1
9653 cat conftest.err >&5
9654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655 (exit $ac_status); } && {
9656 test -z "$ac_c_werror_flag" ||
9657 test ! -s conftest.err
9658 } && test -s conftest$ac_exeext &&
9659 $as_test_x conftest$ac_exeext; then
9660 ac_cv_func_remove=yes
9661 else
9662 echo "$as_me: failed program was:" >&5
9663 sed 's/^/| /' conftest.$ac_ext >&5
9665 ac_cv_func_remove=no
9668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9669 conftest$ac_exeext conftest.$ac_ext
9671 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9672 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9674 if test $ac_cv_func_remove = no; then
9675 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9676 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9677 if test "${ac_cv_lib_posix_remove+set}" = set; then
9678 echo $ECHO_N "(cached) $ECHO_C" >&6
9679 else
9680 ac_check_lib_save_LIBS=$LIBS
9681 LIBS="-lposix $LIBS"
9682 cat >conftest.$ac_ext <<_ACEOF
9683 /* confdefs.h. */
9684 _ACEOF
9685 cat confdefs.h >>conftest.$ac_ext
9686 cat >>conftest.$ac_ext <<_ACEOF
9687 /* end confdefs.h. */
9689 /* Override any GCC internal prototype to avoid an error.
9690 Use char because int might match the return type of a GCC
9691 builtin and then its argument prototype would still apply. */
9692 #ifdef __cplusplus
9693 extern "C"
9694 #endif
9695 char remove ();
9697 main ()
9699 return remove ();
9701 return 0;
9703 _ACEOF
9704 rm -f conftest.$ac_objext conftest$ac_exeext
9705 if { (ac_try="$ac_link"
9706 case "(($ac_try" in
9707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9708 *) ac_try_echo=$ac_try;;
9709 esac
9710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9711 (eval "$ac_link") 2>conftest.er1
9712 ac_status=$?
9713 grep -v '^ *+' conftest.er1 >conftest.err
9714 rm -f conftest.er1
9715 cat conftest.err >&5
9716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717 (exit $ac_status); } && {
9718 test -z "$ac_c_werror_flag" ||
9719 test ! -s conftest.err
9720 } && test -s conftest$ac_exeext &&
9721 $as_test_x conftest$ac_exeext; then
9722 ac_cv_lib_posix_remove=yes
9723 else
9724 echo "$as_me: failed program was:" >&5
9725 sed 's/^/| /' conftest.$ac_ext >&5
9727 ac_cv_lib_posix_remove=no
9730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9731 conftest$ac_exeext conftest.$ac_ext
9732 LIBS=$ac_check_lib_save_LIBS
9734 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9735 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9736 if test $ac_cv_lib_posix_remove = yes; then
9737 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9742 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9743 { echo "$as_me:$LINENO: checking for shmat" >&5
9744 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9745 if test "${ac_cv_func_shmat+set}" = set; then
9746 echo $ECHO_N "(cached) $ECHO_C" >&6
9747 else
9748 cat >conftest.$ac_ext <<_ACEOF
9749 /* confdefs.h. */
9750 _ACEOF
9751 cat confdefs.h >>conftest.$ac_ext
9752 cat >>conftest.$ac_ext <<_ACEOF
9753 /* end confdefs.h. */
9754 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9755 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9756 #define shmat innocuous_shmat
9758 /* System header to define __stub macros and hopefully few prototypes,
9759 which can conflict with char shmat (); below.
9760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9761 <limits.h> exists even on freestanding compilers. */
9763 #ifdef __STDC__
9764 # include <limits.h>
9765 #else
9766 # include <assert.h>
9767 #endif
9769 #undef shmat
9771 /* Override any GCC internal prototype to avoid an error.
9772 Use char because int might match the return type of a GCC
9773 builtin and then its argument prototype would still apply. */
9774 #ifdef __cplusplus
9775 extern "C"
9776 #endif
9777 char shmat ();
9778 /* The GNU C library defines this for functions which it implements
9779 to always fail with ENOSYS. Some functions are actually named
9780 something starting with __ and the normal name is an alias. */
9781 #if defined __stub_shmat || defined __stub___shmat
9782 choke me
9783 #endif
9786 main ()
9788 return shmat ();
9790 return 0;
9792 _ACEOF
9793 rm -f conftest.$ac_objext conftest$ac_exeext
9794 if { (ac_try="$ac_link"
9795 case "(($ac_try" in
9796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9797 *) ac_try_echo=$ac_try;;
9798 esac
9799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9800 (eval "$ac_link") 2>conftest.er1
9801 ac_status=$?
9802 grep -v '^ *+' conftest.er1 >conftest.err
9803 rm -f conftest.er1
9804 cat conftest.err >&5
9805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9806 (exit $ac_status); } && {
9807 test -z "$ac_c_werror_flag" ||
9808 test ! -s conftest.err
9809 } && test -s conftest$ac_exeext &&
9810 $as_test_x conftest$ac_exeext; then
9811 ac_cv_func_shmat=yes
9812 else
9813 echo "$as_me: failed program was:" >&5
9814 sed 's/^/| /' conftest.$ac_ext >&5
9816 ac_cv_func_shmat=no
9819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9820 conftest$ac_exeext conftest.$ac_ext
9822 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9823 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9825 if test $ac_cv_func_shmat = no; then
9826 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9827 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9828 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9829 echo $ECHO_N "(cached) $ECHO_C" >&6
9830 else
9831 ac_check_lib_save_LIBS=$LIBS
9832 LIBS="-lipc $LIBS"
9833 cat >conftest.$ac_ext <<_ACEOF
9834 /* confdefs.h. */
9835 _ACEOF
9836 cat confdefs.h >>conftest.$ac_ext
9837 cat >>conftest.$ac_ext <<_ACEOF
9838 /* end confdefs.h. */
9840 /* Override any GCC internal prototype to avoid an error.
9841 Use char because int might match the return type of a GCC
9842 builtin and then its argument prototype would still apply. */
9843 #ifdef __cplusplus
9844 extern "C"
9845 #endif
9846 char shmat ();
9848 main ()
9850 return shmat ();
9852 return 0;
9854 _ACEOF
9855 rm -f conftest.$ac_objext conftest$ac_exeext
9856 if { (ac_try="$ac_link"
9857 case "(($ac_try" in
9858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9859 *) ac_try_echo=$ac_try;;
9860 esac
9861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9862 (eval "$ac_link") 2>conftest.er1
9863 ac_status=$?
9864 grep -v '^ *+' conftest.er1 >conftest.err
9865 rm -f conftest.er1
9866 cat conftest.err >&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); } && {
9869 test -z "$ac_c_werror_flag" ||
9870 test ! -s conftest.err
9871 } && test -s conftest$ac_exeext &&
9872 $as_test_x conftest$ac_exeext; then
9873 ac_cv_lib_ipc_shmat=yes
9874 else
9875 echo "$as_me: failed program was:" >&5
9876 sed 's/^/| /' conftest.$ac_ext >&5
9878 ac_cv_lib_ipc_shmat=no
9881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9882 conftest$ac_exeext conftest.$ac_ext
9883 LIBS=$ac_check_lib_save_LIBS
9885 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9886 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9887 if test $ac_cv_lib_ipc_shmat = yes; then
9888 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9894 # Check for libraries that X11R6 Xt/Xaw programs need.
9895 ac_save_LDFLAGS=$LDFLAGS
9896 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9897 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9898 # check for ICE first), but we must link in the order -lSM -lICE or
9899 # we get undefined symbols. So assume we have SM if we have ICE.
9900 # These have to be linked with before -lX11, unlike the other
9901 # libraries we check for below, so use a different variable.
9902 # John Interrante, Karl Berry
9903 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9904 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9905 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9906 echo $ECHO_N "(cached) $ECHO_C" >&6
9907 else
9908 ac_check_lib_save_LIBS=$LIBS
9909 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9910 cat >conftest.$ac_ext <<_ACEOF
9911 /* confdefs.h. */
9912 _ACEOF
9913 cat confdefs.h >>conftest.$ac_ext
9914 cat >>conftest.$ac_ext <<_ACEOF
9915 /* end confdefs.h. */
9917 /* Override any GCC internal prototype to avoid an error.
9918 Use char because int might match the return type of a GCC
9919 builtin and then its argument prototype would still apply. */
9920 #ifdef __cplusplus
9921 extern "C"
9922 #endif
9923 char IceConnectionNumber ();
9925 main ()
9927 return IceConnectionNumber ();
9929 return 0;
9931 _ACEOF
9932 rm -f conftest.$ac_objext conftest$ac_exeext
9933 if { (ac_try="$ac_link"
9934 case "(($ac_try" in
9935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9936 *) ac_try_echo=$ac_try;;
9937 esac
9938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9939 (eval "$ac_link") 2>conftest.er1
9940 ac_status=$?
9941 grep -v '^ *+' conftest.er1 >conftest.err
9942 rm -f conftest.er1
9943 cat conftest.err >&5
9944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9945 (exit $ac_status); } && {
9946 test -z "$ac_c_werror_flag" ||
9947 test ! -s conftest.err
9948 } && test -s conftest$ac_exeext &&
9949 $as_test_x conftest$ac_exeext; then
9950 ac_cv_lib_ICE_IceConnectionNumber=yes
9951 else
9952 echo "$as_me: failed program was:" >&5
9953 sed 's/^/| /' conftest.$ac_ext >&5
9955 ac_cv_lib_ICE_IceConnectionNumber=no
9958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9959 conftest$ac_exeext conftest.$ac_ext
9960 LIBS=$ac_check_lib_save_LIBS
9962 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9963 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9964 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9965 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9968 LDFLAGS=$ac_save_LDFLAGS
9973 if test "$have_x" = "yes"
9974 then
9975 XLIB="-lX11"
9976 ac_save_CPPFLAGS="$CPPFLAGS"
9977 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9979 { echo "$as_me:$LINENO: checking for -lX11" >&5
9980 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9981 if test "${ac_cv_lib_soname_X11+set}" = set; then
9982 echo $ECHO_N "(cached) $ECHO_C" >&6
9983 else
9984 ac_check_soname_save_LIBS=$LIBS
9985 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9986 cat >conftest.$ac_ext <<_ACEOF
9987 /* confdefs.h. */
9988 _ACEOF
9989 cat confdefs.h >>conftest.$ac_ext
9990 cat >>conftest.$ac_ext <<_ACEOF
9991 /* end confdefs.h. */
9993 /* Override any GCC internal prototype to avoid an error.
9994 Use char because int might match the return type of a GCC
9995 builtin and then its argument prototype would still apply. */
9996 #ifdef __cplusplus
9997 extern "C"
9998 #endif
9999 char XCreateWindow ();
10001 main ()
10003 return XCreateWindow ();
10005 return 0;
10007 _ACEOF
10008 rm -f conftest.$ac_objext conftest$ac_exeext
10009 if { (ac_try="$ac_link"
10010 case "(($ac_try" in
10011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10012 *) ac_try_echo=$ac_try;;
10013 esac
10014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10015 (eval "$ac_link") 2>conftest.er1
10016 ac_status=$?
10017 grep -v '^ *+' conftest.er1 >conftest.err
10018 rm -f conftest.er1
10019 cat conftest.err >&5
10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); } && {
10022 test -z "$ac_c_werror_flag" ||
10023 test ! -s conftest.err
10024 } && test -s conftest$ac_exeext &&
10025 $as_test_x conftest$ac_exeext; then
10026 case "$LIBEXT" in
10027 dll) ;;
10028 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'` ;;
10029 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10030 esac
10031 else
10032 echo "$as_me: failed program was:" >&5
10033 sed 's/^/| /' conftest.$ac_ext >&5
10038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10039 conftest$ac_exeext conftest.$ac_ext
10040 LIBS=$ac_check_soname_save_LIBS
10042 if test "x$ac_cv_lib_soname_X11" = "x"; then
10043 { echo "$as_me:$LINENO: result: not found" >&5
10044 echo "${ECHO_T}not found" >&6; }
10046 else
10047 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10048 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
10050 cat >>confdefs.h <<_ACEOF
10051 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10052 _ACEOF
10057 { echo "$as_me:$LINENO: checking for -lXext" >&5
10058 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
10059 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10060 echo $ECHO_N "(cached) $ECHO_C" >&6
10061 else
10062 ac_check_soname_save_LIBS=$LIBS
10063 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10064 cat >conftest.$ac_ext <<_ACEOF
10065 /* confdefs.h. */
10066 _ACEOF
10067 cat confdefs.h >>conftest.$ac_ext
10068 cat >>conftest.$ac_ext <<_ACEOF
10069 /* end confdefs.h. */
10071 /* Override any GCC internal prototype to avoid an error.
10072 Use char because int might match the return type of a GCC
10073 builtin and then its argument prototype would still apply. */
10074 #ifdef __cplusplus
10075 extern "C"
10076 #endif
10077 char XextCreateExtension ();
10079 main ()
10081 return XextCreateExtension ();
10083 return 0;
10085 _ACEOF
10086 rm -f conftest.$ac_objext conftest$ac_exeext
10087 if { (ac_try="$ac_link"
10088 case "(($ac_try" in
10089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10090 *) ac_try_echo=$ac_try;;
10091 esac
10092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10093 (eval "$ac_link") 2>conftest.er1
10094 ac_status=$?
10095 grep -v '^ *+' conftest.er1 >conftest.err
10096 rm -f conftest.er1
10097 cat conftest.err >&5
10098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10099 (exit $ac_status); } && {
10100 test -z "$ac_c_werror_flag" ||
10101 test ! -s conftest.err
10102 } && test -s conftest$ac_exeext &&
10103 $as_test_x conftest$ac_exeext; then
10104 case "$LIBEXT" in
10105 dll) ;;
10106 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'` ;;
10107 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10108 esac
10109 else
10110 echo "$as_me: failed program was:" >&5
10111 sed 's/^/| /' conftest.$ac_ext >&5
10116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10117 conftest$ac_exeext conftest.$ac_ext
10118 LIBS=$ac_check_soname_save_LIBS
10120 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10121 { echo "$as_me:$LINENO: result: not found" >&5
10122 echo "${ECHO_T}not found" >&6; }
10124 else
10125 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10126 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10128 cat >>confdefs.h <<_ACEOF
10129 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10130 _ACEOF
10132 XLIB="-lXext $XLIB"
10149 for ac_header in X11/Xlib.h \
10150 X11/XKBlib.h \
10151 X11/Xutil.h \
10152 X11/Xcursor/Xcursor.h \
10153 X11/extensions/shape.h \
10154 X11/extensions/XInput.h \
10155 X11/extensions/XShm.h \
10156 X11/extensions/Xcomposite.h \
10157 X11/extensions/Xinerama.h \
10158 X11/extensions/Xrandr.h \
10159 X11/extensions/Xrender.h \
10160 X11/extensions/xf86vmode.h \
10161 X11/extensions/xf86vmproto.h
10163 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10164 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10167 echo $ECHO_N "(cached) $ECHO_C" >&6
10168 else
10169 cat >conftest.$ac_ext <<_ACEOF
10170 /* confdefs.h. */
10171 _ACEOF
10172 cat confdefs.h >>conftest.$ac_ext
10173 cat >>conftest.$ac_ext <<_ACEOF
10174 /* end confdefs.h. */
10175 #ifdef HAVE_X11_XLIB_H
10176 # include <X11/Xlib.h>
10177 #endif
10178 #ifdef HAVE_X11_XUTIL_H
10179 # include <X11/Xutil.h>
10180 #endif
10182 #include <$ac_header>
10183 _ACEOF
10184 rm -f conftest.$ac_objext
10185 if { (ac_try="$ac_compile"
10186 case "(($ac_try" in
10187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10188 *) ac_try_echo=$ac_try;;
10189 esac
10190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10191 (eval "$ac_compile") 2>conftest.er1
10192 ac_status=$?
10193 grep -v '^ *+' conftest.er1 >conftest.err
10194 rm -f conftest.er1
10195 cat conftest.err >&5
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); } && {
10198 test -z "$ac_c_werror_flag" ||
10199 test ! -s conftest.err
10200 } && test -s conftest.$ac_objext; then
10201 eval "$as_ac_Header=yes"
10202 else
10203 echo "$as_me: failed program was:" >&5
10204 sed 's/^/| /' conftest.$ac_ext >&5
10206 eval "$as_ac_Header=no"
10209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10211 ac_res=`eval echo '${'$as_ac_Header'}'`
10212 { echo "$as_me:$LINENO: result: $ac_res" >&5
10213 echo "${ECHO_T}$ac_res" >&6; }
10214 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10215 cat >>confdefs.h <<_ACEOF
10216 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10217 _ACEOF
10221 done
10224 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10225 then
10226 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10227 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10228 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10229 echo $ECHO_N "(cached) $ECHO_C" >&6
10230 else
10231 ac_check_lib_save_LIBS=$LIBS
10232 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10233 cat >conftest.$ac_ext <<_ACEOF
10234 /* confdefs.h. */
10235 _ACEOF
10236 cat confdefs.h >>conftest.$ac_ext
10237 cat >>conftest.$ac_ext <<_ACEOF
10238 /* end confdefs.h. */
10240 /* Override any GCC internal prototype to avoid an error.
10241 Use char because int might match the return type of a GCC
10242 builtin and then its argument prototype would still apply. */
10243 #ifdef __cplusplus
10244 extern "C"
10245 #endif
10246 char XkbQueryExtension ();
10248 main ()
10250 return XkbQueryExtension ();
10252 return 0;
10254 _ACEOF
10255 rm -f conftest.$ac_objext conftest$ac_exeext
10256 if { (ac_try="$ac_link"
10257 case "(($ac_try" in
10258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10259 *) ac_try_echo=$ac_try;;
10260 esac
10261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10262 (eval "$ac_link") 2>conftest.er1
10263 ac_status=$?
10264 grep -v '^ *+' conftest.er1 >conftest.err
10265 rm -f conftest.er1
10266 cat conftest.err >&5
10267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10268 (exit $ac_status); } && {
10269 test -z "$ac_c_werror_flag" ||
10270 test ! -s conftest.err
10271 } && test -s conftest$ac_exeext &&
10272 $as_test_x conftest$ac_exeext; then
10273 ac_cv_lib_X11_XkbQueryExtension=yes
10274 else
10275 echo "$as_me: failed program was:" >&5
10276 sed 's/^/| /' conftest.$ac_ext >&5
10278 ac_cv_lib_X11_XkbQueryExtension=no
10281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10282 conftest$ac_exeext conftest.$ac_ext
10283 LIBS=$ac_check_lib_save_LIBS
10285 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10286 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10287 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10289 cat >>confdefs.h <<\_ACEOF
10290 #define HAVE_XKB 1
10291 _ACEOF
10297 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10298 then
10299 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10300 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10301 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10302 echo $ECHO_N "(cached) $ECHO_C" >&6
10303 else
10304 ac_check_soname_save_LIBS=$LIBS
10305 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10306 cat >conftest.$ac_ext <<_ACEOF
10307 /* confdefs.h. */
10308 _ACEOF
10309 cat confdefs.h >>conftest.$ac_ext
10310 cat >>conftest.$ac_ext <<_ACEOF
10311 /* end confdefs.h. */
10313 /* Override any GCC internal prototype to avoid an error.
10314 Use char because int might match the return type of a GCC
10315 builtin and then its argument prototype would still apply. */
10316 #ifdef __cplusplus
10317 extern "C"
10318 #endif
10319 char XcursorImageLoadCursor ();
10321 main ()
10323 return XcursorImageLoadCursor ();
10325 return 0;
10327 _ACEOF
10328 rm -f conftest.$ac_objext conftest$ac_exeext
10329 if { (ac_try="$ac_link"
10330 case "(($ac_try" in
10331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10332 *) ac_try_echo=$ac_try;;
10333 esac
10334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10335 (eval "$ac_link") 2>conftest.er1
10336 ac_status=$?
10337 grep -v '^ *+' conftest.er1 >conftest.err
10338 rm -f conftest.er1
10339 cat conftest.err >&5
10340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10341 (exit $ac_status); } && {
10342 test -z "$ac_c_werror_flag" ||
10343 test ! -s conftest.err
10344 } && test -s conftest$ac_exeext &&
10345 $as_test_x conftest$ac_exeext; then
10346 case "$LIBEXT" in
10347 dll) ;;
10348 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'` ;;
10349 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10350 esac
10351 else
10352 echo "$as_me: failed program was:" >&5
10353 sed 's/^/| /' conftest.$ac_ext >&5
10358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10359 conftest$ac_exeext conftest.$ac_ext
10360 LIBS=$ac_check_soname_save_LIBS
10362 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10363 { echo "$as_me:$LINENO: result: not found" >&5
10364 echo "${ECHO_T}not found" >&6; }
10366 else
10367 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10368 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10370 cat >>confdefs.h <<_ACEOF
10371 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10372 _ACEOF
10378 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10379 case "x$with_xcursor" in
10380 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10381 xno) ;;
10382 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10383 This is an error since --with-xcursor was requested." >&5
10384 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10385 This is an error since --with-xcursor was requested." >&2;}
10386 { (exit 1); exit 1; }; } ;;
10387 esac
10391 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10392 then
10393 { echo "$as_me:$LINENO: checking for -lXi" >&5
10394 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10395 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10396 echo $ECHO_N "(cached) $ECHO_C" >&6
10397 else
10398 ac_check_soname_save_LIBS=$LIBS
10399 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10400 cat >conftest.$ac_ext <<_ACEOF
10401 /* confdefs.h. */
10402 _ACEOF
10403 cat confdefs.h >>conftest.$ac_ext
10404 cat >>conftest.$ac_ext <<_ACEOF
10405 /* end confdefs.h. */
10407 /* Override any GCC internal prototype to avoid an error.
10408 Use char because int might match the return type of a GCC
10409 builtin and then its argument prototype would still apply. */
10410 #ifdef __cplusplus
10411 extern "C"
10412 #endif
10413 char XOpenDevice ();
10415 main ()
10417 return XOpenDevice ();
10419 return 0;
10421 _ACEOF
10422 rm -f conftest.$ac_objext conftest$ac_exeext
10423 if { (ac_try="$ac_link"
10424 case "(($ac_try" in
10425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10426 *) ac_try_echo=$ac_try;;
10427 esac
10428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10429 (eval "$ac_link") 2>conftest.er1
10430 ac_status=$?
10431 grep -v '^ *+' conftest.er1 >conftest.err
10432 rm -f conftest.er1
10433 cat conftest.err >&5
10434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 (exit $ac_status); } && {
10436 test -z "$ac_c_werror_flag" ||
10437 test ! -s conftest.err
10438 } && test -s conftest$ac_exeext &&
10439 $as_test_x conftest$ac_exeext; then
10440 case "$LIBEXT" in
10441 dll) ;;
10442 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'` ;;
10443 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10444 esac
10445 else
10446 echo "$as_me: failed program was:" >&5
10447 sed 's/^/| /' conftest.$ac_ext >&5
10452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10453 conftest$ac_exeext conftest.$ac_ext
10454 LIBS=$ac_check_soname_save_LIBS
10456 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10457 { echo "$as_me:$LINENO: result: not found" >&5
10458 echo "${ECHO_T}not found" >&6; }
10460 else
10461 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10462 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10464 cat >>confdefs.h <<_ACEOF
10465 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10466 _ACEOF
10472 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10473 case "x$with_xinput" in
10474 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10475 xno) ;;
10476 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10477 This is an error since --with-xinput was requested." >&5
10478 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10479 This is an error since --with-xinput was requested." >&2;}
10480 { (exit 1); exit 1; }; } ;;
10481 esac
10485 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10486 then
10487 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10488 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10489 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10490 echo $ECHO_N "(cached) $ECHO_C" >&6
10491 else
10492 ac_check_lib_save_LIBS=$LIBS
10493 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10494 cat >conftest.$ac_ext <<_ACEOF
10495 /* confdefs.h. */
10496 _ACEOF
10497 cat confdefs.h >>conftest.$ac_ext
10498 cat >>conftest.$ac_ext <<_ACEOF
10499 /* end confdefs.h. */
10501 /* Override any GCC internal prototype to avoid an error.
10502 Use char because int might match the return type of a GCC
10503 builtin and then its argument prototype would still apply. */
10504 #ifdef __cplusplus
10505 extern "C"
10506 #endif
10507 char XShmQueryExtension ();
10509 main ()
10511 return XShmQueryExtension ();
10513 return 0;
10515 _ACEOF
10516 rm -f conftest.$ac_objext conftest$ac_exeext
10517 if { (ac_try="$ac_link"
10518 case "(($ac_try" in
10519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10520 *) ac_try_echo=$ac_try;;
10521 esac
10522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10523 (eval "$ac_link") 2>conftest.er1
10524 ac_status=$?
10525 grep -v '^ *+' conftest.er1 >conftest.err
10526 rm -f conftest.er1
10527 cat conftest.err >&5
10528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10529 (exit $ac_status); } && {
10530 test -z "$ac_c_werror_flag" ||
10531 test ! -s conftest.err
10532 } && test -s conftest$ac_exeext &&
10533 $as_test_x conftest$ac_exeext; then
10534 ac_cv_lib_Xext_XShmQueryExtension=yes
10535 else
10536 echo "$as_me: failed program was:" >&5
10537 sed 's/^/| /' conftest.$ac_ext >&5
10539 ac_cv_lib_Xext_XShmQueryExtension=no
10542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10543 conftest$ac_exeext conftest.$ac_ext
10544 LIBS=$ac_check_lib_save_LIBS
10546 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10547 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10548 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10550 cat >>confdefs.h <<\_ACEOF
10551 #define HAVE_LIBXXSHM 1
10552 _ACEOF
10557 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10558 case "x$with_xshm" in
10559 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10560 xno) ;;
10561 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10562 This is an error since --with-xshm was requested." >&5
10563 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10564 This is an error since --with-xshm was requested." >&2;}
10565 { (exit 1); exit 1; }; } ;;
10566 esac
10570 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10571 then
10572 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10573 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10574 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10575 echo $ECHO_N "(cached) $ECHO_C" >&6
10576 else
10577 ac_check_lib_save_LIBS=$LIBS
10578 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10579 cat >conftest.$ac_ext <<_ACEOF
10580 /* confdefs.h. */
10581 _ACEOF
10582 cat confdefs.h >>conftest.$ac_ext
10583 cat >>conftest.$ac_ext <<_ACEOF
10584 /* end confdefs.h. */
10586 /* Override any GCC internal prototype to avoid an error.
10587 Use char because int might match the return type of a GCC
10588 builtin and then its argument prototype would still apply. */
10589 #ifdef __cplusplus
10590 extern "C"
10591 #endif
10592 char XShapeQueryExtension ();
10594 main ()
10596 return XShapeQueryExtension ();
10598 return 0;
10600 _ACEOF
10601 rm -f conftest.$ac_objext conftest$ac_exeext
10602 if { (ac_try="$ac_link"
10603 case "(($ac_try" in
10604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10605 *) ac_try_echo=$ac_try;;
10606 esac
10607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10608 (eval "$ac_link") 2>conftest.er1
10609 ac_status=$?
10610 grep -v '^ *+' conftest.er1 >conftest.err
10611 rm -f conftest.er1
10612 cat conftest.err >&5
10613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10614 (exit $ac_status); } && {
10615 test -z "$ac_c_werror_flag" ||
10616 test ! -s conftest.err
10617 } && test -s conftest$ac_exeext &&
10618 $as_test_x conftest$ac_exeext; then
10619 ac_cv_lib_Xext_XShapeQueryExtension=yes
10620 else
10621 echo "$as_me: failed program was:" >&5
10622 sed 's/^/| /' conftest.$ac_ext >&5
10624 ac_cv_lib_Xext_XShapeQueryExtension=no
10627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10628 conftest$ac_exeext conftest.$ac_ext
10629 LIBS=$ac_check_lib_save_LIBS
10631 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10632 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10633 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10635 cat >>confdefs.h <<\_ACEOF
10636 #define HAVE_LIBXSHAPE 1
10637 _ACEOF
10642 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10643 case "x$with_xshape" in
10644 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10645 xno) ;;
10646 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10647 This is an error since --with-xshape was requested." >&5
10648 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10649 This is an error since --with-xshape was requested." >&2;}
10650 { (exit 1); exit 1; }; } ;;
10651 esac
10655 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10656 then
10657 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10658 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10659 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10660 echo $ECHO_N "(cached) $ECHO_C" >&6
10661 else
10662 ac_check_soname_save_LIBS=$LIBS
10663 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10664 cat >conftest.$ac_ext <<_ACEOF
10665 /* confdefs.h. */
10666 _ACEOF
10667 cat confdefs.h >>conftest.$ac_ext
10668 cat >>conftest.$ac_ext <<_ACEOF
10669 /* end confdefs.h. */
10671 /* Override any GCC internal prototype to avoid an error.
10672 Use char because int might match the return type of a GCC
10673 builtin and then its argument prototype would still apply. */
10674 #ifdef __cplusplus
10675 extern "C"
10676 #endif
10677 char XF86VidModeQueryExtension ();
10679 main ()
10681 return XF86VidModeQueryExtension ();
10683 return 0;
10685 _ACEOF
10686 rm -f conftest.$ac_objext conftest$ac_exeext
10687 if { (ac_try="$ac_link"
10688 case "(($ac_try" in
10689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10690 *) ac_try_echo=$ac_try;;
10691 esac
10692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10693 (eval "$ac_link") 2>conftest.er1
10694 ac_status=$?
10695 grep -v '^ *+' conftest.er1 >conftest.err
10696 rm -f conftest.er1
10697 cat conftest.err >&5
10698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10699 (exit $ac_status); } && {
10700 test -z "$ac_c_werror_flag" ||
10701 test ! -s conftest.err
10702 } && test -s conftest$ac_exeext &&
10703 $as_test_x conftest$ac_exeext; then
10704 case "$LIBEXT" in
10705 dll) ;;
10706 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'` ;;
10707 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10708 esac
10709 else
10710 echo "$as_me: failed program was:" >&5
10711 sed 's/^/| /' conftest.$ac_ext >&5
10716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10717 conftest$ac_exeext conftest.$ac_ext
10718 LIBS=$ac_check_soname_save_LIBS
10720 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10721 { echo "$as_me:$LINENO: result: not found" >&5
10722 echo "${ECHO_T}not found" >&6; }
10724 else
10725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10726 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10728 cat >>confdefs.h <<_ACEOF
10729 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10730 _ACEOF
10736 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10737 case "x$with_xxf86vm" in
10738 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10739 xno) ;;
10740 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10741 This is an error since --with-xxf86vm was requested." >&5
10742 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10743 This is an error since --with-xxf86vm was requested." >&2;}
10744 { (exit 1); exit 1; }; } ;;
10745 esac
10749 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"
10750 then
10751 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10752 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10753 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10754 echo $ECHO_N "(cached) $ECHO_C" >&6
10755 else
10756 ac_check_soname_save_LIBS=$LIBS
10757 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10758 cat >conftest.$ac_ext <<_ACEOF
10759 /* confdefs.h. */
10760 _ACEOF
10761 cat confdefs.h >>conftest.$ac_ext
10762 cat >>conftest.$ac_ext <<_ACEOF
10763 /* end confdefs.h. */
10765 /* Override any GCC internal prototype to avoid an error.
10766 Use char because int might match the return type of a GCC
10767 builtin and then its argument prototype would still apply. */
10768 #ifdef __cplusplus
10769 extern "C"
10770 #endif
10771 char XRenderQueryExtension ();
10773 main ()
10775 return XRenderQueryExtension ();
10777 return 0;
10779 _ACEOF
10780 rm -f conftest.$ac_objext conftest$ac_exeext
10781 if { (ac_try="$ac_link"
10782 case "(($ac_try" in
10783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10784 *) ac_try_echo=$ac_try;;
10785 esac
10786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10787 (eval "$ac_link") 2>conftest.er1
10788 ac_status=$?
10789 grep -v '^ *+' conftest.er1 >conftest.err
10790 rm -f conftest.er1
10791 cat conftest.err >&5
10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); } && {
10794 test -z "$ac_c_werror_flag" ||
10795 test ! -s conftest.err
10796 } && test -s conftest$ac_exeext &&
10797 $as_test_x conftest$ac_exeext; then
10798 case "$LIBEXT" in
10799 dll) ;;
10800 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'` ;;
10801 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10802 esac
10803 else
10804 echo "$as_me: failed program was:" >&5
10805 sed 's/^/| /' conftest.$ac_ext >&5
10810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10811 conftest$ac_exeext conftest.$ac_ext
10812 LIBS=$ac_check_soname_save_LIBS
10814 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10815 { echo "$as_me:$LINENO: result: not found" >&5
10816 echo "${ECHO_T}not found" >&6; }
10818 else
10819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10820 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10822 cat >>confdefs.h <<_ACEOF
10823 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10824 _ACEOF
10826 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10827 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10828 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6
10830 else
10831 ac_check_lib_save_LIBS=$LIBS
10832 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10833 cat >conftest.$ac_ext <<_ACEOF
10834 /* confdefs.h. */
10835 _ACEOF
10836 cat confdefs.h >>conftest.$ac_ext
10837 cat >>conftest.$ac_ext <<_ACEOF
10838 /* end confdefs.h. */
10840 /* Override any GCC internal prototype to avoid an error.
10841 Use char because int might match the return type of a GCC
10842 builtin and then its argument prototype would still apply. */
10843 #ifdef __cplusplus
10844 extern "C"
10845 #endif
10846 char XRenderSetPictureTransform ();
10848 main ()
10850 return XRenderSetPictureTransform ();
10852 return 0;
10854 _ACEOF
10855 rm -f conftest.$ac_objext conftest$ac_exeext
10856 if { (ac_try="$ac_link"
10857 case "(($ac_try" in
10858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10859 *) ac_try_echo=$ac_try;;
10860 esac
10861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10862 (eval "$ac_link") 2>conftest.er1
10863 ac_status=$?
10864 grep -v '^ *+' conftest.er1 >conftest.err
10865 rm -f conftest.er1
10866 cat conftest.err >&5
10867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10868 (exit $ac_status); } && {
10869 test -z "$ac_c_werror_flag" ||
10870 test ! -s conftest.err
10871 } && test -s conftest$ac_exeext &&
10872 $as_test_x conftest$ac_exeext; then
10873 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10874 else
10875 echo "$as_me: failed program was:" >&5
10876 sed 's/^/| /' conftest.$ac_ext >&5
10878 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10882 conftest$ac_exeext conftest.$ac_ext
10883 LIBS=$ac_check_lib_save_LIBS
10885 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10886 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10887 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10889 cat >>confdefs.h <<\_ACEOF
10890 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10891 _ACEOF
10899 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10900 case "x$with_xrender" in
10901 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10902 xno) ;;
10903 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10904 This is an error since --with-xrender was requested." >&5
10905 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10906 This is an error since --with-xrender was requested." >&2;}
10907 { (exit 1); exit 1; }; } ;;
10908 esac
10912 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10913 then
10914 cat >conftest.$ac_ext <<_ACEOF
10915 /* confdefs.h. */
10916 _ACEOF
10917 cat confdefs.h >>conftest.$ac_ext
10918 cat >>conftest.$ac_ext <<_ACEOF
10919 /* end confdefs.h. */
10920 #include <X11/Xlib.h>
10921 #include <X11/extensions/Xrandr.h>
10923 main ()
10925 static typeof(XRRSetScreenConfigAndRate) * func;
10927 return 0;
10929 _ACEOF
10930 rm -f conftest.$ac_objext
10931 if { (ac_try="$ac_compile"
10932 case "(($ac_try" in
10933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10934 *) ac_try_echo=$ac_try;;
10935 esac
10936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10937 (eval "$ac_compile") 2>conftest.er1
10938 ac_status=$?
10939 grep -v '^ *+' conftest.er1 >conftest.err
10940 rm -f conftest.er1
10941 cat conftest.err >&5
10942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10943 (exit $ac_status); } && {
10944 test -z "$ac_c_werror_flag" ||
10945 test ! -s conftest.err
10946 } && test -s conftest.$ac_objext; then
10947 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10948 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10949 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10950 echo $ECHO_N "(cached) $ECHO_C" >&6
10951 else
10952 ac_check_soname_save_LIBS=$LIBS
10953 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10954 cat >conftest.$ac_ext <<_ACEOF
10955 /* confdefs.h. */
10956 _ACEOF
10957 cat confdefs.h >>conftest.$ac_ext
10958 cat >>conftest.$ac_ext <<_ACEOF
10959 /* end confdefs.h. */
10961 /* Override any GCC internal prototype to avoid an error.
10962 Use char because int might match the return type of a GCC
10963 builtin and then its argument prototype would still apply. */
10964 #ifdef __cplusplus
10965 extern "C"
10966 #endif
10967 char XRRQueryExtension ();
10969 main ()
10971 return XRRQueryExtension ();
10973 return 0;
10975 _ACEOF
10976 rm -f conftest.$ac_objext conftest$ac_exeext
10977 if { (ac_try="$ac_link"
10978 case "(($ac_try" in
10979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10980 *) ac_try_echo=$ac_try;;
10981 esac
10982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10983 (eval "$ac_link") 2>conftest.er1
10984 ac_status=$?
10985 grep -v '^ *+' conftest.er1 >conftest.err
10986 rm -f conftest.er1
10987 cat conftest.err >&5
10988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10989 (exit $ac_status); } && {
10990 test -z "$ac_c_werror_flag" ||
10991 test ! -s conftest.err
10992 } && test -s conftest$ac_exeext &&
10993 $as_test_x conftest$ac_exeext; then
10994 case "$LIBEXT" in
10995 dll) ;;
10996 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'` ;;
10997 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10998 esac
10999 else
11000 echo "$as_me: failed program was:" >&5
11001 sed 's/^/| /' conftest.$ac_ext >&5
11006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11007 conftest$ac_exeext conftest.$ac_ext
11008 LIBS=$ac_check_soname_save_LIBS
11010 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11011 { echo "$as_me:$LINENO: result: not found" >&5
11012 echo "${ECHO_T}not found" >&6; }
11014 else
11015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11016 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
11018 cat >>confdefs.h <<_ACEOF
11019 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11020 _ACEOF
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.$ac_ext
11034 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11035 case "x$with_xrandr" in
11036 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11037 xno) ;;
11038 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11039 This is an error since --with-xrandr was requested." >&5
11040 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11041 This is an error since --with-xrandr was requested." >&2;}
11042 { (exit 1); exit 1; }; } ;;
11043 esac
11047 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11048 then
11049 cat >conftest.$ac_ext <<_ACEOF
11050 /* confdefs.h. */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11055 #include <X11/Xlib.h>
11056 #include <X11/extensions/Xinerama.h>
11058 main ()
11060 static typeof(XineramaQueryScreens) * func;
11062 return 0;
11064 _ACEOF
11065 rm -f conftest.$ac_objext
11066 if { (ac_try="$ac_compile"
11067 case "(($ac_try" in
11068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11069 *) ac_try_echo=$ac_try;;
11070 esac
11071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11072 (eval "$ac_compile") 2>conftest.er1
11073 ac_status=$?
11074 grep -v '^ *+' conftest.er1 >conftest.err
11075 rm -f conftest.er1
11076 cat conftest.err >&5
11077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11078 (exit $ac_status); } && {
11079 test -z "$ac_c_werror_flag" ||
11080 test ! -s conftest.err
11081 } && test -s conftest.$ac_objext; then
11082 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
11083 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
11084 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11085 echo $ECHO_N "(cached) $ECHO_C" >&6
11086 else
11087 ac_check_soname_save_LIBS=$LIBS
11088 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11089 cat >conftest.$ac_ext <<_ACEOF
11090 /* confdefs.h. */
11091 _ACEOF
11092 cat confdefs.h >>conftest.$ac_ext
11093 cat >>conftest.$ac_ext <<_ACEOF
11094 /* end confdefs.h. */
11096 /* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11099 #ifdef __cplusplus
11100 extern "C"
11101 #endif
11102 char XineramaQueryScreens ();
11104 main ()
11106 return XineramaQueryScreens ();
11108 return 0;
11110 _ACEOF
11111 rm -f conftest.$ac_objext conftest$ac_exeext
11112 if { (ac_try="$ac_link"
11113 case "(($ac_try" in
11114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11115 *) ac_try_echo=$ac_try;;
11116 esac
11117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11118 (eval "$ac_link") 2>conftest.er1
11119 ac_status=$?
11120 grep -v '^ *+' conftest.er1 >conftest.err
11121 rm -f conftest.er1
11122 cat conftest.err >&5
11123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); } && {
11125 test -z "$ac_c_werror_flag" ||
11126 test ! -s conftest.err
11127 } && test -s conftest$ac_exeext &&
11128 $as_test_x conftest$ac_exeext; then
11129 case "$LIBEXT" in
11130 dll) ;;
11131 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'` ;;
11132 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11133 esac
11134 else
11135 echo "$as_me: failed program was:" >&5
11136 sed 's/^/| /' conftest.$ac_ext >&5
11141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11142 conftest$ac_exeext conftest.$ac_ext
11143 LIBS=$ac_check_soname_save_LIBS
11145 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11146 { echo "$as_me:$LINENO: result: not found" >&5
11147 echo "${ECHO_T}not found" >&6; }
11149 else
11150 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11151 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11153 cat >>confdefs.h <<_ACEOF
11154 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11155 _ACEOF
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.$ac_ext
11169 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11170 case "x$with_xinerama" in
11171 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11172 xno) ;;
11173 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11174 This is an error since --with-xinerama was requested." >&5
11175 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11176 This is an error since --with-xinerama was requested." >&2;}
11177 { (exit 1); exit 1; }; } ;;
11178 esac
11182 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11183 then
11184 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11185 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11186 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11187 echo $ECHO_N "(cached) $ECHO_C" >&6
11188 else
11189 ac_check_soname_save_LIBS=$LIBS
11190 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11191 cat >conftest.$ac_ext <<_ACEOF
11192 /* confdefs.h. */
11193 _ACEOF
11194 cat confdefs.h >>conftest.$ac_ext
11195 cat >>conftest.$ac_ext <<_ACEOF
11196 /* end confdefs.h. */
11198 /* Override any GCC internal prototype to avoid an error.
11199 Use char because int might match the return type of a GCC
11200 builtin and then its argument prototype would still apply. */
11201 #ifdef __cplusplus
11202 extern "C"
11203 #endif
11204 char XCompositeRedirectWindow ();
11206 main ()
11208 return XCompositeRedirectWindow ();
11210 return 0;
11212 _ACEOF
11213 rm -f conftest.$ac_objext conftest$ac_exeext
11214 if { (ac_try="$ac_link"
11215 case "(($ac_try" in
11216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11217 *) ac_try_echo=$ac_try;;
11218 esac
11219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11220 (eval "$ac_link") 2>conftest.er1
11221 ac_status=$?
11222 grep -v '^ *+' conftest.er1 >conftest.err
11223 rm -f conftest.er1
11224 cat conftest.err >&5
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); } && {
11227 test -z "$ac_c_werror_flag" ||
11228 test ! -s conftest.err
11229 } && test -s conftest$ac_exeext &&
11230 $as_test_x conftest$ac_exeext; then
11231 case "$LIBEXT" in
11232 dll) ;;
11233 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'` ;;
11234 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11235 esac
11236 else
11237 echo "$as_me: failed program was:" >&5
11238 sed 's/^/| /' conftest.$ac_ext >&5
11243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11244 conftest$ac_exeext conftest.$ac_ext
11245 LIBS=$ac_check_soname_save_LIBS
11247 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11248 { echo "$as_me:$LINENO: result: not found" >&5
11249 echo "${ECHO_T}not found" >&6; }
11251 else
11252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11253 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11255 cat >>confdefs.h <<_ACEOF
11256 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11257 _ACEOF
11263 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11264 case "x$with_xcomposite" in
11265 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11266 xno) ;;
11267 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11268 This is an error since --with-xcomposite was requested." >&5
11269 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11270 This is an error since --with-xcomposite was requested." >&2;}
11271 { (exit 1); exit 1; }; } ;;
11272 esac
11276 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11277 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11278 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11279 echo $ECHO_N "(cached) $ECHO_C" >&6
11280 else
11281 cat >conftest.$ac_ext <<_ACEOF
11282 /* confdefs.h. */
11283 _ACEOF
11284 cat confdefs.h >>conftest.$ac_ext
11285 cat >>conftest.$ac_ext <<_ACEOF
11286 /* end confdefs.h. */
11287 #ifdef HAVE_X11_XLIB_H
11288 #include <X11/Xlib.h>
11289 #endif
11292 main ()
11294 static XICCallback ac_aggr;
11295 if (ac_aggr.callback)
11296 return 0;
11298 return 0;
11300 _ACEOF
11301 rm -f conftest.$ac_objext
11302 if { (ac_try="$ac_compile"
11303 case "(($ac_try" in
11304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11305 *) ac_try_echo=$ac_try;;
11306 esac
11307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11308 (eval "$ac_compile") 2>conftest.er1
11309 ac_status=$?
11310 grep -v '^ *+' conftest.er1 >conftest.err
11311 rm -f conftest.er1
11312 cat conftest.err >&5
11313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); } && {
11315 test -z "$ac_c_werror_flag" ||
11316 test ! -s conftest.err
11317 } && test -s conftest.$ac_objext; then
11318 ac_cv_member_XICCallback_callback=yes
11319 else
11320 echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.$ac_ext >&5
11323 cat >conftest.$ac_ext <<_ACEOF
11324 /* confdefs.h. */
11325 _ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h. */
11329 #ifdef HAVE_X11_XLIB_H
11330 #include <X11/Xlib.h>
11331 #endif
11334 main ()
11336 static XICCallback ac_aggr;
11337 if (sizeof ac_aggr.callback)
11338 return 0;
11340 return 0;
11342 _ACEOF
11343 rm -f conftest.$ac_objext
11344 if { (ac_try="$ac_compile"
11345 case "(($ac_try" in
11346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11347 *) ac_try_echo=$ac_try;;
11348 esac
11349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11350 (eval "$ac_compile") 2>conftest.er1
11351 ac_status=$?
11352 grep -v '^ *+' conftest.er1 >conftest.err
11353 rm -f conftest.er1
11354 cat conftest.err >&5
11355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11356 (exit $ac_status); } && {
11357 test -z "$ac_c_werror_flag" ||
11358 test ! -s conftest.err
11359 } && test -s conftest.$ac_objext; then
11360 ac_cv_member_XICCallback_callback=yes
11361 else
11362 echo "$as_me: failed program was:" >&5
11363 sed 's/^/| /' conftest.$ac_ext >&5
11365 ac_cv_member_XICCallback_callback=no
11368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11373 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11374 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11375 if test $ac_cv_member_XICCallback_callback = yes; then
11377 cat >>confdefs.h <<_ACEOF
11378 #define HAVE_XICCALLBACK_CALLBACK 1
11379 _ACEOF
11386 opengl_msg=""
11387 if test "x$with_opengl" != "xno"
11388 then
11392 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11394 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11395 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11396 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11397 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11398 echo $ECHO_N "(cached) $ECHO_C" >&6
11399 else
11400 cat >conftest.$ac_ext <<_ACEOF
11401 /* confdefs.h. */
11402 _ACEOF
11403 cat confdefs.h >>conftest.$ac_ext
11404 cat >>conftest.$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11406 #ifdef HAVE_GL_GLX_H
11407 # include <GL/glx.h>
11408 #endif
11410 #include <$ac_header>
11411 _ACEOF
11412 rm -f conftest.$ac_objext
11413 if { (ac_try="$ac_compile"
11414 case "(($ac_try" in
11415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11416 *) ac_try_echo=$ac_try;;
11417 esac
11418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11419 (eval "$ac_compile") 2>conftest.er1
11420 ac_status=$?
11421 grep -v '^ *+' conftest.er1 >conftest.err
11422 rm -f conftest.er1
11423 cat conftest.err >&5
11424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11425 (exit $ac_status); } && {
11426 test -z "$ac_c_werror_flag" ||
11427 test ! -s conftest.err
11428 } && test -s conftest.$ac_objext; then
11429 eval "$as_ac_Header=yes"
11430 else
11431 echo "$as_me: failed program was:" >&5
11432 sed 's/^/| /' conftest.$ac_ext >&5
11434 eval "$as_ac_Header=no"
11437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11439 ac_res=`eval echo '${'$as_ac_Header'}'`
11440 { echo "$as_me:$LINENO: result: $ac_res" >&5
11441 echo "${ECHO_T}$ac_res" >&6; }
11442 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11443 cat >>confdefs.h <<_ACEOF
11444 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11445 _ACEOF
11449 done
11451 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11452 then
11453 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11454 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11455 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11456 echo $ECHO_N "(cached) $ECHO_C" >&6
11457 else
11458 cat >conftest.$ac_ext <<_ACEOF
11459 /* confdefs.h. */
11460 _ACEOF
11461 cat confdefs.h >>conftest.$ac_ext
11462 cat >>conftest.$ac_ext <<_ACEOF
11463 /* end confdefs.h. */
11464 #include <GL/gl.h>
11466 main ()
11468 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11470 return 0;
11472 _ACEOF
11473 rm -f conftest.$ac_objext
11474 if { (ac_try="$ac_compile"
11475 case "(($ac_try" in
11476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11477 *) ac_try_echo=$ac_try;;
11478 esac
11479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11480 (eval "$ac_compile") 2>conftest.er1
11481 ac_status=$?
11482 grep -v '^ *+' conftest.er1 >conftest.err
11483 rm -f conftest.er1
11484 cat conftest.err >&5
11485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11486 (exit $ac_status); } && {
11487 test -z "$ac_c_werror_flag" ||
11488 test ! -s conftest.err
11489 } && test -s conftest.$ac_objext; then
11490 wine_cv_opengl_header_version_OK="yes"
11491 else
11492 echo "$as_me: failed program was:" >&5
11493 sed 's/^/| /' conftest.$ac_ext >&5
11495 wine_cv_opengl_header_version_OK="no"
11498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11500 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11501 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11503 if test "$wine_cv_opengl_header_version_OK" = "yes"
11504 then
11505 { echo "$as_me:$LINENO: checking for -lGL" >&5
11506 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11507 if test "${ac_cv_lib_soname_GL+set}" = set; then
11508 echo $ECHO_N "(cached) $ECHO_C" >&6
11509 else
11510 ac_check_soname_save_LIBS=$LIBS
11511 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11512 cat >conftest.$ac_ext <<_ACEOF
11513 /* confdefs.h. */
11514 _ACEOF
11515 cat confdefs.h >>conftest.$ac_ext
11516 cat >>conftest.$ac_ext <<_ACEOF
11517 /* end confdefs.h. */
11519 /* Override any GCC internal prototype to avoid an error.
11520 Use char because int might match the return type of a GCC
11521 builtin and then its argument prototype would still apply. */
11522 #ifdef __cplusplus
11523 extern "C"
11524 #endif
11525 char glXCreateContext ();
11527 main ()
11529 return glXCreateContext ();
11531 return 0;
11533 _ACEOF
11534 rm -f conftest.$ac_objext conftest$ac_exeext
11535 if { (ac_try="$ac_link"
11536 case "(($ac_try" in
11537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11538 *) ac_try_echo=$ac_try;;
11539 esac
11540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11541 (eval "$ac_link") 2>conftest.er1
11542 ac_status=$?
11543 grep -v '^ *+' conftest.er1 >conftest.err
11544 rm -f conftest.er1
11545 cat conftest.err >&5
11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); } && {
11548 test -z "$ac_c_werror_flag" ||
11549 test ! -s conftest.err
11550 } && test -s conftest$ac_exeext &&
11551 $as_test_x conftest$ac_exeext; then
11552 case "$LIBEXT" in
11553 dll) ;;
11554 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'` ;;
11555 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11556 esac
11557 else
11558 echo "$as_me: failed program was:" >&5
11559 sed 's/^/| /' conftest.$ac_ext >&5
11564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11565 conftest$ac_exeext conftest.$ac_ext
11566 LIBS=$ac_check_soname_save_LIBS
11568 if test "x$ac_cv_lib_soname_GL" = "x"; then
11569 { echo "$as_me:$LINENO: result: not found" >&5
11570 echo "${ECHO_T}not found" >&6; }
11571 { echo "$as_me:$LINENO: checking for -lGL" >&5
11572 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11573 if test "${ac_cv_lib_soname_GL+set}" = set; then
11574 echo $ECHO_N "(cached) $ECHO_C" >&6
11575 else
11576 ac_check_soname_save_LIBS=$LIBS
11577 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"
11578 cat >conftest.$ac_ext <<_ACEOF
11579 /* confdefs.h. */
11580 _ACEOF
11581 cat confdefs.h >>conftest.$ac_ext
11582 cat >>conftest.$ac_ext <<_ACEOF
11583 /* end confdefs.h. */
11585 /* Override any GCC internal prototype to avoid an error.
11586 Use char because int might match the return type of a GCC
11587 builtin and then its argument prototype would still apply. */
11588 #ifdef __cplusplus
11589 extern "C"
11590 #endif
11591 char glXCreateContext ();
11593 main ()
11595 return glXCreateContext ();
11597 return 0;
11599 _ACEOF
11600 rm -f conftest.$ac_objext conftest$ac_exeext
11601 if { (ac_try="$ac_link"
11602 case "(($ac_try" in
11603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11604 *) ac_try_echo=$ac_try;;
11605 esac
11606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11607 (eval "$ac_link") 2>conftest.er1
11608 ac_status=$?
11609 grep -v '^ *+' conftest.er1 >conftest.err
11610 rm -f conftest.er1
11611 cat conftest.err >&5
11612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); } && {
11614 test -z "$ac_c_werror_flag" ||
11615 test ! -s conftest.err
11616 } && test -s conftest$ac_exeext &&
11617 $as_test_x conftest$ac_exeext; then
11618 case "$LIBEXT" in
11619 dll) ;;
11620 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'` ;;
11621 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11622 esac
11623 else
11624 echo "$as_me: failed program was:" >&5
11625 sed 's/^/| /' conftest.$ac_ext >&5
11630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11631 conftest$ac_exeext conftest.$ac_ext
11632 LIBS=$ac_check_soname_save_LIBS
11634 if test "x$ac_cv_lib_soname_GL" = "x"; then
11635 { echo "$as_me:$LINENO: result: not found" >&5
11636 echo "${ECHO_T}not found" >&6; }
11637 if test -f /usr/X11R6/lib/libGL.a
11638 then
11639 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11640 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11641 else
11642 opengl_msg="No OpenGL library found on this system."
11644 else
11645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11646 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11648 cat >>confdefs.h <<_ACEOF
11649 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11650 _ACEOF
11652 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"
11654 cat >>confdefs.h <<\_ACEOF
11655 #define HAVE_OPENGL 1
11656 _ACEOF
11660 else
11661 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11662 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11664 cat >>confdefs.h <<_ACEOF
11665 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11666 _ACEOF
11668 OPENGL_LIBS="-lGL"
11670 cat >>confdefs.h <<\_ACEOF
11671 #define HAVE_OPENGL 1
11672 _ACEOF
11676 if test "$ac_cv_header_GL_glu_h" = "yes"
11677 then
11678 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11679 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11680 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11681 echo $ECHO_N "(cached) $ECHO_C" >&6
11682 else
11683 ac_check_soname_save_LIBS=$LIBS
11684 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11685 cat >conftest.$ac_ext <<_ACEOF
11686 /* confdefs.h. */
11687 _ACEOF
11688 cat confdefs.h >>conftest.$ac_ext
11689 cat >>conftest.$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11692 /* Override any GCC internal prototype to avoid an error.
11693 Use char because int might match the return type of a GCC
11694 builtin and then its argument prototype would still apply. */
11695 #ifdef __cplusplus
11696 extern "C"
11697 #endif
11698 char gluLookAt ();
11700 main ()
11702 return gluLookAt ();
11704 return 0;
11706 _ACEOF
11707 rm -f conftest.$ac_objext conftest$ac_exeext
11708 if { (ac_try="$ac_link"
11709 case "(($ac_try" in
11710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11711 *) ac_try_echo=$ac_try;;
11712 esac
11713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11714 (eval "$ac_link") 2>conftest.er1
11715 ac_status=$?
11716 grep -v '^ *+' conftest.er1 >conftest.err
11717 rm -f conftest.er1
11718 cat conftest.err >&5
11719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11720 (exit $ac_status); } && {
11721 test -z "$ac_c_werror_flag" ||
11722 test ! -s conftest.err
11723 } && test -s conftest$ac_exeext &&
11724 $as_test_x conftest$ac_exeext; then
11725 case "$LIBEXT" in
11726 dll) ;;
11727 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'` ;;
11728 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11729 esac
11730 else
11731 echo "$as_me: failed program was:" >&5
11732 sed 's/^/| /' conftest.$ac_ext >&5
11737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11738 conftest$ac_exeext conftest.$ac_ext
11739 LIBS=$ac_check_soname_save_LIBS
11741 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11742 { echo "$as_me:$LINENO: result: not found" >&5
11743 echo "${ECHO_T}not found" >&6; }
11745 else
11746 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11747 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11749 cat >>confdefs.h <<_ACEOF
11750 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11751 _ACEOF
11757 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11758 case "x$with_glu" in
11759 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11760 xno) ;;
11761 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11762 This is an error since --with-glu was requested." >&5
11763 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11764 This is an error since --with-glu was requested." >&2;}
11765 { (exit 1); exit 1; }; } ;;
11766 esac
11769 else
11770 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11772 else
11773 opengl_msg="OpenGL development headers not found."
11775 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11776 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11777 else
11778 enable_opengl32=${enable_opengl32:-no}
11779 enable_glu32=${enable_glu32:-no}
11781 if test -n "$opengl_msg"; then
11782 case "x$with_opengl" in
11783 x) wine_warnings="$wine_warnings|$opengl_msg
11784 OpenGL and Direct3D won't be supported." ;;
11785 xno) ;;
11786 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11787 OpenGL and Direct3D won't be supported.
11788 This is an error since --with-opengl was requested." >&5
11789 echo "$as_me: error: $opengl_msg
11790 OpenGL and Direct3D won't be supported.
11791 This is an error since --with-opengl was requested." >&2;}
11792 { (exit 1); exit 1; }; } ;;
11793 esac
11797 NASLIBS=""
11800 for ac_header in audio/audiolib.h
11802 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11804 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11805 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6
11809 ac_res=`eval echo '${'$as_ac_Header'}'`
11810 { echo "$as_me:$LINENO: result: $ac_res" >&5
11811 echo "${ECHO_T}$ac_res" >&6; }
11812 else
11813 # Is the header compilable?
11814 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11815 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11816 cat >conftest.$ac_ext <<_ACEOF
11817 /* confdefs.h. */
11818 _ACEOF
11819 cat confdefs.h >>conftest.$ac_ext
11820 cat >>conftest.$ac_ext <<_ACEOF
11821 /* end confdefs.h. */
11822 $ac_includes_default
11823 #include <$ac_header>
11824 _ACEOF
11825 rm -f conftest.$ac_objext
11826 if { (ac_try="$ac_compile"
11827 case "(($ac_try" in
11828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11829 *) ac_try_echo=$ac_try;;
11830 esac
11831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11832 (eval "$ac_compile") 2>conftest.er1
11833 ac_status=$?
11834 grep -v '^ *+' conftest.er1 >conftest.err
11835 rm -f conftest.er1
11836 cat conftest.err >&5
11837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); } && {
11839 test -z "$ac_c_werror_flag" ||
11840 test ! -s conftest.err
11841 } && test -s conftest.$ac_objext; then
11842 ac_header_compiler=yes
11843 else
11844 echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.$ac_ext >&5
11847 ac_header_compiler=no
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11852 echo "${ECHO_T}$ac_header_compiler" >&6; }
11854 # Is the header present?
11855 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11856 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11857 cat >conftest.$ac_ext <<_ACEOF
11858 /* confdefs.h. */
11859 _ACEOF
11860 cat confdefs.h >>conftest.$ac_ext
11861 cat >>conftest.$ac_ext <<_ACEOF
11862 /* end confdefs.h. */
11863 #include <$ac_header>
11864 _ACEOF
11865 if { (ac_try="$ac_cpp conftest.$ac_ext"
11866 case "(($ac_try" in
11867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11868 *) ac_try_echo=$ac_try;;
11869 esac
11870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11871 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11872 ac_status=$?
11873 grep -v '^ *+' conftest.er1 >conftest.err
11874 rm -f conftest.er1
11875 cat conftest.err >&5
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); } >/dev/null && {
11878 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11879 test ! -s conftest.err
11880 }; then
11881 ac_header_preproc=yes
11882 else
11883 echo "$as_me: failed program was:" >&5
11884 sed 's/^/| /' conftest.$ac_ext >&5
11886 ac_header_preproc=no
11889 rm -f conftest.err conftest.$ac_ext
11890 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11891 echo "${ECHO_T}$ac_header_preproc" >&6; }
11893 # So? What about this header?
11894 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11895 yes:no: )
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11897 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11899 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11900 ac_header_preproc=yes
11902 no:yes:* )
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11904 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11906 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11907 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11908 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11910 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11912 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11914 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11915 ( cat <<\_ASBOX
11916 ## ------------------------------------ ##
11917 ## Report this to wine-devel@winehq.org ##
11918 ## ------------------------------------ ##
11919 _ASBOX
11920 ) | sed "s/^/$as_me: WARNING: /" >&2
11922 esac
11923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 else
11928 eval "$as_ac_Header=\$ac_header_preproc"
11930 ac_res=`eval echo '${'$as_ac_Header'}'`
11931 { echo "$as_me:$LINENO: result: $ac_res" >&5
11932 echo "${ECHO_T}$ac_res" >&6; }
11935 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11936 cat >>confdefs.h <<_ACEOF
11937 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11938 _ACEOF
11940 for ac_header in audio/soundlib.h
11942 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11943 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11944 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11945 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11946 echo $ECHO_N "(cached) $ECHO_C" >&6
11947 else
11948 cat >conftest.$ac_ext <<_ACEOF
11949 /* confdefs.h. */
11950 _ACEOF
11951 cat confdefs.h >>conftest.$ac_ext
11952 cat >>conftest.$ac_ext <<_ACEOF
11953 /* end confdefs.h. */
11954 #include <audio/audiolib.h>
11956 #include <$ac_header>
11957 _ACEOF
11958 rm -f conftest.$ac_objext
11959 if { (ac_try="$ac_compile"
11960 case "(($ac_try" in
11961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11962 *) ac_try_echo=$ac_try;;
11963 esac
11964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 (eval "$ac_compile") 2>conftest.er1
11966 ac_status=$?
11967 grep -v '^ *+' conftest.er1 >conftest.err
11968 rm -f conftest.er1
11969 cat conftest.err >&5
11970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971 (exit $ac_status); } && {
11972 test -z "$ac_c_werror_flag" ||
11973 test ! -s conftest.err
11974 } && test -s conftest.$ac_objext; then
11975 eval "$as_ac_Header=yes"
11976 else
11977 echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.$ac_ext >&5
11980 eval "$as_ac_Header=no"
11983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11985 ac_res=`eval echo '${'$as_ac_Header'}'`
11986 { echo "$as_me:$LINENO: result: $ac_res" >&5
11987 echo "${ECHO_T}$ac_res" >&6; }
11988 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11989 cat >>confdefs.h <<_ACEOF
11990 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11991 _ACEOF
11995 done
11997 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11998 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11999 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12000 echo $ECHO_N "(cached) $ECHO_C" >&6
12001 else
12002 ac_check_lib_save_LIBS=$LIBS
12003 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
12004 cat >conftest.$ac_ext <<_ACEOF
12005 /* confdefs.h. */
12006 _ACEOF
12007 cat confdefs.h >>conftest.$ac_ext
12008 cat >>conftest.$ac_ext <<_ACEOF
12009 /* end confdefs.h. */
12011 /* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12014 #ifdef __cplusplus
12015 extern "C"
12016 #endif
12017 char AuCreateFlow ();
12019 main ()
12021 return AuCreateFlow ();
12023 return 0;
12025 _ACEOF
12026 rm -f conftest.$ac_objext conftest$ac_exeext
12027 if { (ac_try="$ac_link"
12028 case "(($ac_try" in
12029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12030 *) ac_try_echo=$ac_try;;
12031 esac
12032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12033 (eval "$ac_link") 2>conftest.er1
12034 ac_status=$?
12035 grep -v '^ *+' conftest.er1 >conftest.err
12036 rm -f conftest.er1
12037 cat conftest.err >&5
12038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12039 (exit $ac_status); } && {
12040 test -z "$ac_c_werror_flag" ||
12041 test ! -s conftest.err
12042 } && test -s conftest$ac_exeext &&
12043 $as_test_x conftest$ac_exeext; then
12044 ac_cv_lib_audio_AuCreateFlow=yes
12045 else
12046 echo "$as_me: failed program was:" >&5
12047 sed 's/^/| /' conftest.$ac_ext >&5
12049 ac_cv_lib_audio_AuCreateFlow=no
12052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12053 conftest$ac_exeext conftest.$ac_ext
12054 LIBS=$ac_check_lib_save_LIBS
12056 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12057 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
12058 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
12060 cat >>confdefs.h <<\_ACEOF
12061 #define HAVE_NAS 1
12062 _ACEOF
12064 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12065 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
12066 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12067 echo $ECHO_N "(cached) $ECHO_C" >&6
12068 else
12069 ac_check_lib_save_LIBS=$LIBS
12070 LIBS="-lXau $X_LIBS $LIBS"
12071 cat >conftest.$ac_ext <<_ACEOF
12072 /* confdefs.h. */
12073 _ACEOF
12074 cat confdefs.h >>conftest.$ac_ext
12075 cat >>conftest.$ac_ext <<_ACEOF
12076 /* end confdefs.h. */
12078 /* Override any GCC internal prototype to avoid an error.
12079 Use char because int might match the return type of a GCC
12080 builtin and then its argument prototype would still apply. */
12081 #ifdef __cplusplus
12082 extern "C"
12083 #endif
12084 char XauGetBestAuthByAddr ();
12086 main ()
12088 return XauGetBestAuthByAddr ();
12090 return 0;
12092 _ACEOF
12093 rm -f conftest.$ac_objext conftest$ac_exeext
12094 if { (ac_try="$ac_link"
12095 case "(($ac_try" in
12096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12097 *) ac_try_echo=$ac_try;;
12098 esac
12099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12100 (eval "$ac_link") 2>conftest.er1
12101 ac_status=$?
12102 grep -v '^ *+' conftest.er1 >conftest.err
12103 rm -f conftest.er1
12104 cat conftest.err >&5
12105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106 (exit $ac_status); } && {
12107 test -z "$ac_c_werror_flag" ||
12108 test ! -s conftest.err
12109 } && test -s conftest$ac_exeext &&
12110 $as_test_x conftest$ac_exeext; then
12111 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12112 else
12113 echo "$as_me: failed program was:" >&5
12114 sed 's/^/| /' conftest.$ac_ext >&5
12116 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12120 conftest$ac_exeext conftest.$ac_ext
12121 LIBS=$ac_check_lib_save_LIBS
12123 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12124 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12125 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12126 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12127 else
12128 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12136 done
12139 CPPFLAGS="$ac_save_CPPFLAGS"
12140 else
12141 XLIB=""
12142 X_CFLAGS=""
12143 X_LIBS=""
12144 enable_winex11_drv=${enable_winex11_drv:-no}
12145 enable_opengl32=${enable_opengl32:-no}
12146 enable_glu32=${enable_glu32:-no}
12148 if test "x$XLIB" = "x"; then
12149 case "x$with_x" in
12150 xno) ;;
12151 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12152 without X support, which probably isn't what you want. You will need to install
12153 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12154 Use the --without-x option if you really want this." >&5
12155 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12156 without X support, which probably isn't what you want. You will need to install
12157 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12158 Use the --without-x option if you really want this." >&2;}
12159 { (exit 1); exit 1; }; } ;;
12160 esac
12165 XML2LIBS=""
12167 XML2INCL=""
12169 XSLTINCL=""
12171 if test "x$with_xml" != "xno"
12172 then
12173 ac_save_CPPFLAGS="$CPPFLAGS"
12174 if test "$PKG_CONFIG" != "false"
12175 then
12176 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12177 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12178 else
12179 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12180 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12182 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12184 for ac_header in libxml/parser.h
12186 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12188 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12193 ac_res=`eval echo '${'$as_ac_Header'}'`
12194 { echo "$as_me:$LINENO: result: $ac_res" >&5
12195 echo "${ECHO_T}$ac_res" >&6; }
12196 else
12197 # Is the header compilable?
12198 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12199 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12200 cat >conftest.$ac_ext <<_ACEOF
12201 /* confdefs.h. */
12202 _ACEOF
12203 cat confdefs.h >>conftest.$ac_ext
12204 cat >>conftest.$ac_ext <<_ACEOF
12205 /* end confdefs.h. */
12206 $ac_includes_default
12207 #include <$ac_header>
12208 _ACEOF
12209 rm -f conftest.$ac_objext
12210 if { (ac_try="$ac_compile"
12211 case "(($ac_try" in
12212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12213 *) ac_try_echo=$ac_try;;
12214 esac
12215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12216 (eval "$ac_compile") 2>conftest.er1
12217 ac_status=$?
12218 grep -v '^ *+' conftest.er1 >conftest.err
12219 rm -f conftest.er1
12220 cat conftest.err >&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } && {
12223 test -z "$ac_c_werror_flag" ||
12224 test ! -s conftest.err
12225 } && test -s conftest.$ac_objext; then
12226 ac_header_compiler=yes
12227 else
12228 echo "$as_me: failed program was:" >&5
12229 sed 's/^/| /' conftest.$ac_ext >&5
12231 ac_header_compiler=no
12234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12235 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12236 echo "${ECHO_T}$ac_header_compiler" >&6; }
12238 # Is the header present?
12239 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12240 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12241 cat >conftest.$ac_ext <<_ACEOF
12242 /* confdefs.h. */
12243 _ACEOF
12244 cat confdefs.h >>conftest.$ac_ext
12245 cat >>conftest.$ac_ext <<_ACEOF
12246 /* end confdefs.h. */
12247 #include <$ac_header>
12248 _ACEOF
12249 if { (ac_try="$ac_cpp conftest.$ac_ext"
12250 case "(($ac_try" in
12251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12252 *) ac_try_echo=$ac_try;;
12253 esac
12254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12255 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12256 ac_status=$?
12257 grep -v '^ *+' conftest.er1 >conftest.err
12258 rm -f conftest.er1
12259 cat conftest.err >&5
12260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12261 (exit $ac_status); } >/dev/null && {
12262 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12263 test ! -s conftest.err
12264 }; then
12265 ac_header_preproc=yes
12266 else
12267 echo "$as_me: failed program was:" >&5
12268 sed 's/^/| /' conftest.$ac_ext >&5
12270 ac_header_preproc=no
12273 rm -f conftest.err conftest.$ac_ext
12274 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12275 echo "${ECHO_T}$ac_header_preproc" >&6; }
12277 # So? What about this header?
12278 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12279 yes:no: )
12280 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12281 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12282 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12283 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12284 ac_header_preproc=yes
12286 no:yes:* )
12287 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12288 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12289 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12290 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12291 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12292 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12293 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12294 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12295 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12296 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12297 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12298 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12299 ( cat <<\_ASBOX
12300 ## ------------------------------------ ##
12301 ## Report this to wine-devel@winehq.org ##
12302 ## ------------------------------------ ##
12303 _ASBOX
12304 ) | sed "s/^/$as_me: WARNING: /" >&2
12306 esac
12307 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12308 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12309 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12310 echo $ECHO_N "(cached) $ECHO_C" >&6
12311 else
12312 eval "$as_ac_Header=\$ac_header_preproc"
12314 ac_res=`eval echo '${'$as_ac_Header'}'`
12315 { echo "$as_me:$LINENO: result: $ac_res" >&5
12316 echo "${ECHO_T}$ac_res" >&6; }
12319 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12320 cat >>confdefs.h <<_ACEOF
12321 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12322 _ACEOF
12323 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12324 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12325 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12326 echo $ECHO_N "(cached) $ECHO_C" >&6
12327 else
12328 ac_check_lib_save_LIBS=$LIBS
12329 LIBS="-lxml2 $ac_xml_libs $LIBS"
12330 cat >conftest.$ac_ext <<_ACEOF
12331 /* confdefs.h. */
12332 _ACEOF
12333 cat confdefs.h >>conftest.$ac_ext
12334 cat >>conftest.$ac_ext <<_ACEOF
12335 /* end confdefs.h. */
12337 /* Override any GCC internal prototype to avoid an error.
12338 Use char because int might match the return type of a GCC
12339 builtin and then its argument prototype would still apply. */
12340 #ifdef __cplusplus
12341 extern "C"
12342 #endif
12343 char xmlParseMemory ();
12345 main ()
12347 return xmlParseMemory ();
12349 return 0;
12351 _ACEOF
12352 rm -f conftest.$ac_objext conftest$ac_exeext
12353 if { (ac_try="$ac_link"
12354 case "(($ac_try" in
12355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12357 esac
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_link") 2>conftest.er1
12360 ac_status=$?
12361 grep -v '^ *+' conftest.er1 >conftest.err
12362 rm -f conftest.er1
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest$ac_exeext &&
12369 $as_test_x conftest$ac_exeext; then
12370 ac_cv_lib_xml2_xmlParseMemory=yes
12371 else
12372 echo "$as_me: failed program was:" >&5
12373 sed 's/^/| /' conftest.$ac_ext >&5
12375 ac_cv_lib_xml2_xmlParseMemory=no
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12380 LIBS=$ac_check_lib_save_LIBS
12382 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12383 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12384 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12386 cat >>confdefs.h <<\_ACEOF
12387 #define HAVE_LIBXML2 1
12388 _ACEOF
12390 XML2LIBS="$ac_xml_libs"
12391 XML2INCL="$ac_xml_cflags"
12394 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12395 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12396 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12397 echo $ECHO_N "(cached) $ECHO_C" >&6
12398 else
12399 ac_check_lib_save_LIBS=$LIBS
12400 LIBS="-lxml2 $ac_xml_libs $LIBS"
12401 cat >conftest.$ac_ext <<_ACEOF
12402 /* confdefs.h. */
12403 _ACEOF
12404 cat confdefs.h >>conftest.$ac_ext
12405 cat >>conftest.$ac_ext <<_ACEOF
12406 /* end confdefs.h. */
12408 /* Override any GCC internal prototype to avoid an error.
12409 Use char because int might match the return type of a GCC
12410 builtin and then its argument prototype would still apply. */
12411 #ifdef __cplusplus
12412 extern "C"
12413 #endif
12414 char xmlReadMemory ();
12416 main ()
12418 return xmlReadMemory ();
12420 return 0;
12422 _ACEOF
12423 rm -f conftest.$ac_objext conftest$ac_exeext
12424 if { (ac_try="$ac_link"
12425 case "(($ac_try" in
12426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12427 *) ac_try_echo=$ac_try;;
12428 esac
12429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12430 (eval "$ac_link") 2>conftest.er1
12431 ac_status=$?
12432 grep -v '^ *+' conftest.er1 >conftest.err
12433 rm -f conftest.er1
12434 cat conftest.err >&5
12435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12436 (exit $ac_status); } && {
12437 test -z "$ac_c_werror_flag" ||
12438 test ! -s conftest.err
12439 } && test -s conftest$ac_exeext &&
12440 $as_test_x conftest$ac_exeext; then
12441 ac_cv_lib_xml2_xmlReadMemory=yes
12442 else
12443 echo "$as_me: failed program was:" >&5
12444 sed 's/^/| /' conftest.$ac_ext >&5
12446 ac_cv_lib_xml2_xmlReadMemory=no
12449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12450 conftest$ac_exeext conftest.$ac_ext
12451 LIBS=$ac_check_lib_save_LIBS
12453 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12454 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12455 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12457 cat >>confdefs.h <<\_ACEOF
12458 #define HAVE_XMLREADMEMORY 1
12459 _ACEOF
12463 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12464 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12465 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12466 echo $ECHO_N "(cached) $ECHO_C" >&6
12467 else
12468 ac_check_lib_save_LIBS=$LIBS
12469 LIBS="-lxml2 $ac_xml_libs $LIBS"
12470 cat >conftest.$ac_ext <<_ACEOF
12471 /* confdefs.h. */
12472 _ACEOF
12473 cat confdefs.h >>conftest.$ac_ext
12474 cat >>conftest.$ac_ext <<_ACEOF
12475 /* end confdefs.h. */
12477 /* Override any GCC internal prototype to avoid an error.
12478 Use char because int might match the return type of a GCC
12479 builtin and then its argument prototype would still apply. */
12480 #ifdef __cplusplus
12481 extern "C"
12482 #endif
12483 char xmlNewDocPI ();
12485 main ()
12487 return xmlNewDocPI ();
12489 return 0;
12491 _ACEOF
12492 rm -f conftest.$ac_objext conftest$ac_exeext
12493 if { (ac_try="$ac_link"
12494 case "(($ac_try" in
12495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12497 esac
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_link") 2>conftest.er1
12500 ac_status=$?
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } && {
12506 test -z "$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12508 } && test -s conftest$ac_exeext &&
12509 $as_test_x conftest$ac_exeext; then
12510 ac_cv_lib_xml2_xmlNewDocPI=yes
12511 else
12512 echo "$as_me: failed program was:" >&5
12513 sed 's/^/| /' conftest.$ac_ext >&5
12515 ac_cv_lib_xml2_xmlNewDocPI=no
12518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12519 conftest$ac_exeext conftest.$ac_ext
12520 LIBS=$ac_check_lib_save_LIBS
12522 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12523 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12524 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12526 cat >>confdefs.h <<\_ACEOF
12527 #define HAVE_XMLNEWDOCPI 1
12528 _ACEOF
12535 done
12537 CPPFLAGS="$ac_save_CPPFLAGS"
12539 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12540 case "x$with_xml" in
12541 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12542 xno) ;;
12543 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12544 This is an error since --with-xml was requested." >&5
12545 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12546 This is an error since --with-xml was requested." >&2;}
12547 { (exit 1); exit 1; }; } ;;
12548 esac
12552 if test "x$with_xslt" != "xno"
12553 then
12554 if test "$PKG_CONFIG" != "false"
12555 then
12556 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12557 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12558 else
12559 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12560 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12562 ac_save_CPPFLAGS="$CPPFLAGS"
12563 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12566 for ac_header in libxslt/pattern.h libxslt/transform.h
12568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12572 echo $ECHO_N "(cached) $ECHO_C" >&6
12573 else
12574 cat >conftest.$ac_ext <<_ACEOF
12575 /* confdefs.h. */
12576 _ACEOF
12577 cat confdefs.h >>conftest.$ac_ext
12578 cat >>conftest.$ac_ext <<_ACEOF
12579 /* end confdefs.h. */
12580 #ifdef HAVE_LIBXSLT_PATTERN_H
12581 # include <libxslt/pattern.h>
12582 #endif
12584 #include <$ac_header>
12585 _ACEOF
12586 rm -f conftest.$ac_objext
12587 if { (ac_try="$ac_compile"
12588 case "(($ac_try" in
12589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12590 *) ac_try_echo=$ac_try;;
12591 esac
12592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12593 (eval "$ac_compile") 2>conftest.er1
12594 ac_status=$?
12595 grep -v '^ *+' conftest.er1 >conftest.err
12596 rm -f conftest.er1
12597 cat conftest.err >&5
12598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12599 (exit $ac_status); } && {
12600 test -z "$ac_c_werror_flag" ||
12601 test ! -s conftest.err
12602 } && test -s conftest.$ac_objext; then
12603 eval "$as_ac_Header=yes"
12604 else
12605 echo "$as_me: failed program was:" >&5
12606 sed 's/^/| /' conftest.$ac_ext >&5
12608 eval "$as_ac_Header=no"
12611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12613 ac_res=`eval echo '${'$as_ac_Header'}'`
12614 { echo "$as_me:$LINENO: result: $ac_res" >&5
12615 echo "${ECHO_T}$ac_res" >&6; }
12616 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12617 cat >>confdefs.h <<_ACEOF
12618 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12619 _ACEOF
12623 done
12625 CPPFLAGS="$ac_save_CPPFLAGS"
12626 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12627 then
12628 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12629 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12630 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12632 else
12633 ac_check_soname_save_LIBS=$LIBS
12634 LIBS="-lxslt $ac_xslt_libs $LIBS"
12635 cat >conftest.$ac_ext <<_ACEOF
12636 /* confdefs.h. */
12637 _ACEOF
12638 cat confdefs.h >>conftest.$ac_ext
12639 cat >>conftest.$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12645 #ifdef __cplusplus
12646 extern "C"
12647 #endif
12648 char xsltCompilePattern ();
12650 main ()
12652 return xsltCompilePattern ();
12654 return 0;
12656 _ACEOF
12657 rm -f conftest.$ac_objext conftest$ac_exeext
12658 if { (ac_try="$ac_link"
12659 case "(($ac_try" in
12660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12662 esac
12663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12664 (eval "$ac_link") 2>conftest.er1
12665 ac_status=$?
12666 grep -v '^ *+' conftest.er1 >conftest.err
12667 rm -f conftest.er1
12668 cat conftest.err >&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && {
12671 test -z "$ac_c_werror_flag" ||
12672 test ! -s conftest.err
12673 } && test -s conftest$ac_exeext &&
12674 $as_test_x conftest$ac_exeext; then
12675 case "$LIBEXT" in
12676 dll) ;;
12677 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'` ;;
12678 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12679 esac
12680 else
12681 echo "$as_me: failed program was:" >&5
12682 sed 's/^/| /' conftest.$ac_ext >&5
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_soname_save_LIBS
12691 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12692 { echo "$as_me:$LINENO: result: not found" >&5
12693 echo "${ECHO_T}not found" >&6; }
12695 else
12696 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12697 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12699 cat >>confdefs.h <<_ACEOF
12700 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12701 _ACEOF
12703 XSLTINCL="$ac_xslt_cflags"
12708 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12709 case "x$with_xslt" in
12710 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12711 xno) ;;
12712 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12713 This is an error since --with-xslt was requested." >&5
12714 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12715 This is an error since --with-xslt was requested." >&2;}
12716 { (exit 1); exit 1; }; } ;;
12717 esac
12721 HALINCL=""
12723 if test "x$with_hal" != "xno"
12724 then
12725 ac_save_CPPFLAGS="$CPPFLAGS"
12726 if test "$PKG_CONFIG" != "false"
12727 then
12728 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12729 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12730 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12734 for ac_header in dbus/dbus.h hal/libhal.h
12736 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12737 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12738 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12739 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12740 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12741 echo $ECHO_N "(cached) $ECHO_C" >&6
12743 ac_res=`eval echo '${'$as_ac_Header'}'`
12744 { echo "$as_me:$LINENO: result: $ac_res" >&5
12745 echo "${ECHO_T}$ac_res" >&6; }
12746 else
12747 # Is the header compilable?
12748 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12749 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12750 cat >conftest.$ac_ext <<_ACEOF
12751 /* confdefs.h. */
12752 _ACEOF
12753 cat confdefs.h >>conftest.$ac_ext
12754 cat >>conftest.$ac_ext <<_ACEOF
12755 /* end confdefs.h. */
12756 $ac_includes_default
12757 #include <$ac_header>
12758 _ACEOF
12759 rm -f conftest.$ac_objext
12760 if { (ac_try="$ac_compile"
12761 case "(($ac_try" in
12762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12763 *) ac_try_echo=$ac_try;;
12764 esac
12765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12766 (eval "$ac_compile") 2>conftest.er1
12767 ac_status=$?
12768 grep -v '^ *+' conftest.er1 >conftest.err
12769 rm -f conftest.er1
12770 cat conftest.err >&5
12771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12772 (exit $ac_status); } && {
12773 test -z "$ac_c_werror_flag" ||
12774 test ! -s conftest.err
12775 } && test -s conftest.$ac_objext; then
12776 ac_header_compiler=yes
12777 else
12778 echo "$as_me: failed program was:" >&5
12779 sed 's/^/| /' conftest.$ac_ext >&5
12781 ac_header_compiler=no
12784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12785 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12786 echo "${ECHO_T}$ac_header_compiler" >&6; }
12788 # Is the header present?
12789 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12790 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12791 cat >conftest.$ac_ext <<_ACEOF
12792 /* confdefs.h. */
12793 _ACEOF
12794 cat confdefs.h >>conftest.$ac_ext
12795 cat >>conftest.$ac_ext <<_ACEOF
12796 /* end confdefs.h. */
12797 #include <$ac_header>
12798 _ACEOF
12799 if { (ac_try="$ac_cpp conftest.$ac_ext"
12800 case "(($ac_try" in
12801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12802 *) ac_try_echo=$ac_try;;
12803 esac
12804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12805 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12806 ac_status=$?
12807 grep -v '^ *+' conftest.er1 >conftest.err
12808 rm -f conftest.er1
12809 cat conftest.err >&5
12810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); } >/dev/null && {
12812 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12813 test ! -s conftest.err
12814 }; then
12815 ac_header_preproc=yes
12816 else
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12820 ac_header_preproc=no
12823 rm -f conftest.err conftest.$ac_ext
12824 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12825 echo "${ECHO_T}$ac_header_preproc" >&6; }
12827 # So? What about this header?
12828 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12829 yes:no: )
12830 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12831 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12832 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12833 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12834 ac_header_preproc=yes
12836 no:yes:* )
12837 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12838 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12839 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12840 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12841 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12842 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12843 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12844 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12845 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12846 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12848 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12849 ( cat <<\_ASBOX
12850 ## ------------------------------------ ##
12851 ## Report this to wine-devel@winehq.org ##
12852 ## ------------------------------------ ##
12853 _ASBOX
12854 ) | sed "s/^/$as_me: WARNING: /" >&2
12856 esac
12857 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12859 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12860 echo $ECHO_N "(cached) $ECHO_C" >&6
12861 else
12862 eval "$as_ac_Header=\$ac_header_preproc"
12864 ac_res=`eval echo '${'$as_ac_Header'}'`
12865 { echo "$as_me:$LINENO: result: $ac_res" >&5
12866 echo "${ECHO_T}$ac_res" >&6; }
12869 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12870 cat >>confdefs.h <<_ACEOF
12871 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12872 _ACEOF
12876 done
12878 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12879 then
12880 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12881 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12882 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12883 echo $ECHO_N "(cached) $ECHO_C" >&6
12884 else
12885 ac_check_lib_save_LIBS=$LIBS
12886 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12887 cat >conftest.$ac_ext <<_ACEOF
12888 /* confdefs.h. */
12889 _ACEOF
12890 cat confdefs.h >>conftest.$ac_ext
12891 cat >>conftest.$ac_ext <<_ACEOF
12892 /* end confdefs.h. */
12894 /* Override any GCC internal prototype to avoid an error.
12895 Use char because int might match the return type of a GCC
12896 builtin and then its argument prototype would still apply. */
12897 #ifdef __cplusplus
12898 extern "C"
12899 #endif
12900 char dbus_connection_close ();
12902 main ()
12904 return dbus_connection_close ();
12906 return 0;
12908 _ACEOF
12909 rm -f conftest.$ac_objext conftest$ac_exeext
12910 if { (ac_try="$ac_link"
12911 case "(($ac_try" in
12912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12913 *) ac_try_echo=$ac_try;;
12914 esac
12915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12916 (eval "$ac_link") 2>conftest.er1
12917 ac_status=$?
12918 grep -v '^ *+' conftest.er1 >conftest.err
12919 rm -f conftest.er1
12920 cat conftest.err >&5
12921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12922 (exit $ac_status); } && {
12923 test -z "$ac_c_werror_flag" ||
12924 test ! -s conftest.err
12925 } && test -s conftest$ac_exeext &&
12926 $as_test_x conftest$ac_exeext; then
12927 ac_cv_lib_dbus_1_dbus_connection_close=yes
12928 else
12929 echo "$as_me: failed program was:" >&5
12930 sed 's/^/| /' conftest.$ac_ext >&5
12932 ac_cv_lib_dbus_1_dbus_connection_close=no
12935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12936 conftest$ac_exeext conftest.$ac_ext
12937 LIBS=$ac_check_lib_save_LIBS
12939 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12940 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12941 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12942 { echo "$as_me:$LINENO: checking for -lhal" >&5
12943 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12944 if test "${ac_cv_lib_soname_hal+set}" = set; then
12945 echo $ECHO_N "(cached) $ECHO_C" >&6
12946 else
12947 ac_check_soname_save_LIBS=$LIBS
12948 LIBS="-lhal $ac_hal_libs $LIBS"
12949 cat >conftest.$ac_ext <<_ACEOF
12950 /* confdefs.h. */
12951 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h. */
12956 /* Override any GCC internal prototype to avoid an error.
12957 Use char because int might match the return type of a GCC
12958 builtin and then its argument prototype would still apply. */
12959 #ifdef __cplusplus
12960 extern "C"
12961 #endif
12962 char libhal_ctx_new ();
12964 main ()
12966 return libhal_ctx_new ();
12968 return 0;
12970 _ACEOF
12971 rm -f conftest.$ac_objext conftest$ac_exeext
12972 if { (ac_try="$ac_link"
12973 case "(($ac_try" in
12974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12975 *) ac_try_echo=$ac_try;;
12976 esac
12977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12978 (eval "$ac_link") 2>conftest.er1
12979 ac_status=$?
12980 grep -v '^ *+' conftest.er1 >conftest.err
12981 rm -f conftest.er1
12982 cat conftest.err >&5
12983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984 (exit $ac_status); } && {
12985 test -z "$ac_c_werror_flag" ||
12986 test ! -s conftest.err
12987 } && test -s conftest$ac_exeext &&
12988 $as_test_x conftest$ac_exeext; then
12989 case "$LIBEXT" in
12990 dll) ;;
12991 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'` ;;
12992 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12993 esac
12994 else
12995 echo "$as_me: failed program was:" >&5
12996 sed 's/^/| /' conftest.$ac_ext >&5
13001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13002 conftest$ac_exeext conftest.$ac_ext
13003 LIBS=$ac_check_soname_save_LIBS
13005 if test "x$ac_cv_lib_soname_hal" = "x"; then
13006 { echo "$as_me:$LINENO: result: not found" >&5
13007 echo "${ECHO_T}not found" >&6; }
13009 else
13010 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13011 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
13013 cat >>confdefs.h <<_ACEOF
13014 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13015 _ACEOF
13017 HALINCL="$ac_hal_cflags"
13023 CPPFLAGS="$ac_save_CPPFLAGS"
13025 if test "x$ac_cv_lib_soname_hal" = "x"; then
13026 case "x$with_hal" in
13027 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13028 xno) ;;
13029 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13030 This is an error since --with-hal was requested." >&5
13031 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13032 This is an error since --with-hal was requested." >&2;}
13033 { (exit 1); exit 1; }; } ;;
13034 esac
13038 if test "x$with_gnutls" != "xno"
13039 then
13040 ac_save_CPPFLAGS="$CPPFLAGS"
13041 if test "$PKG_CONFIG" != "false"
13042 then
13043 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13044 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13045 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13047 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13048 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13049 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13050 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13053 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13054 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13055 else
13056 # Is the header compilable?
13057 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13058 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
13059 cat >conftest.$ac_ext <<_ACEOF
13060 /* confdefs.h. */
13061 _ACEOF
13062 cat confdefs.h >>conftest.$ac_ext
13063 cat >>conftest.$ac_ext <<_ACEOF
13064 /* end confdefs.h. */
13065 $ac_includes_default
13066 #include <gnutls/gnutls.h>
13067 _ACEOF
13068 rm -f conftest.$ac_objext
13069 if { (ac_try="$ac_compile"
13070 case "(($ac_try" in
13071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13072 *) ac_try_echo=$ac_try;;
13073 esac
13074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13075 (eval "$ac_compile") 2>conftest.er1
13076 ac_status=$?
13077 grep -v '^ *+' conftest.er1 >conftest.err
13078 rm -f conftest.er1
13079 cat conftest.err >&5
13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13081 (exit $ac_status); } && {
13082 test -z "$ac_c_werror_flag" ||
13083 test ! -s conftest.err
13084 } && test -s conftest.$ac_objext; then
13085 ac_header_compiler=yes
13086 else
13087 echo "$as_me: failed program was:" >&5
13088 sed 's/^/| /' conftest.$ac_ext >&5
13090 ac_header_compiler=no
13093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13094 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13095 echo "${ECHO_T}$ac_header_compiler" >&6; }
13097 # Is the header present?
13098 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13099 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
13100 cat >conftest.$ac_ext <<_ACEOF
13101 /* confdefs.h. */
13102 _ACEOF
13103 cat confdefs.h >>conftest.$ac_ext
13104 cat >>conftest.$ac_ext <<_ACEOF
13105 /* end confdefs.h. */
13106 #include <gnutls/gnutls.h>
13107 _ACEOF
13108 if { (ac_try="$ac_cpp conftest.$ac_ext"
13109 case "(($ac_try" in
13110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13111 *) ac_try_echo=$ac_try;;
13112 esac
13113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13114 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13115 ac_status=$?
13116 grep -v '^ *+' conftest.er1 >conftest.err
13117 rm -f conftest.er1
13118 cat conftest.err >&5
13119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13120 (exit $ac_status); } >/dev/null && {
13121 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13122 test ! -s conftest.err
13123 }; then
13124 ac_header_preproc=yes
13125 else
13126 echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.$ac_ext >&5
13129 ac_header_preproc=no
13132 rm -f conftest.err conftest.$ac_ext
13133 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13134 echo "${ECHO_T}$ac_header_preproc" >&6; }
13136 # So? What about this header?
13137 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13138 yes:no: )
13139 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13140 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13142 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13143 ac_header_preproc=yes
13145 no:yes:* )
13146 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13147 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13148 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13149 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13151 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13152 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13153 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13154 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13155 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13156 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13157 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13158 ( cat <<\_ASBOX
13159 ## ------------------------------------ ##
13160 ## Report this to wine-devel@winehq.org ##
13161 ## ------------------------------------ ##
13162 _ASBOX
13163 ) | sed "s/^/$as_me: WARNING: /" >&2
13165 esac
13166 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13167 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13168 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13169 echo $ECHO_N "(cached) $ECHO_C" >&6
13170 else
13171 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13173 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13174 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13177 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13178 cat >conftest.$ac_ext <<_ACEOF
13179 /* confdefs.h. */
13180 _ACEOF
13181 cat confdefs.h >>conftest.$ac_ext
13182 cat >>conftest.$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13184 #include <gnutls/gnutls.h>
13186 main ()
13188 typeof(gnutls_mac_get_key_size) *pfunc;
13190 return 0;
13192 _ACEOF
13193 rm -f conftest.$ac_objext
13194 if { (ac_try="$ac_compile"
13195 case "(($ac_try" in
13196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13197 *) ac_try_echo=$ac_try;;
13198 esac
13199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13200 (eval "$ac_compile") 2>conftest.er1
13201 ac_status=$?
13202 grep -v '^ *+' conftest.er1 >conftest.err
13203 rm -f conftest.er1
13204 cat conftest.err >&5
13205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13206 (exit $ac_status); } && {
13207 test -z "$ac_c_werror_flag" ||
13208 test ! -s conftest.err
13209 } && test -s conftest.$ac_objext; then
13210 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13211 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13212 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13213 echo $ECHO_N "(cached) $ECHO_C" >&6
13214 else
13215 ac_check_soname_save_LIBS=$LIBS
13216 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13217 cat >conftest.$ac_ext <<_ACEOF
13218 /* confdefs.h. */
13219 _ACEOF
13220 cat confdefs.h >>conftest.$ac_ext
13221 cat >>conftest.$ac_ext <<_ACEOF
13222 /* end confdefs.h. */
13224 /* Override any GCC internal prototype to avoid an error.
13225 Use char because int might match the return type of a GCC
13226 builtin and then its argument prototype would still apply. */
13227 #ifdef __cplusplus
13228 extern "C"
13229 #endif
13230 char gnutls_global_init ();
13232 main ()
13234 return gnutls_global_init ();
13236 return 0;
13238 _ACEOF
13239 rm -f conftest.$ac_objext conftest$ac_exeext
13240 if { (ac_try="$ac_link"
13241 case "(($ac_try" in
13242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13243 *) ac_try_echo=$ac_try;;
13244 esac
13245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13246 (eval "$ac_link") 2>conftest.er1
13247 ac_status=$?
13248 grep -v '^ *+' conftest.er1 >conftest.err
13249 rm -f conftest.er1
13250 cat conftest.err >&5
13251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); } && {
13253 test -z "$ac_c_werror_flag" ||
13254 test ! -s conftest.err
13255 } && test -s conftest$ac_exeext &&
13256 $as_test_x conftest$ac_exeext; then
13257 case "$LIBEXT" in
13258 dll) ;;
13259 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'` ;;
13260 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13261 esac
13262 else
13263 echo "$as_me: failed program was:" >&5
13264 sed 's/^/| /' conftest.$ac_ext >&5
13269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13270 conftest$ac_exeext conftest.$ac_ext
13271 LIBS=$ac_check_soname_save_LIBS
13273 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13274 { echo "$as_me:$LINENO: result: not found" >&5
13275 echo "${ECHO_T}not found" >&6; }
13277 else
13278 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13279 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13281 cat >>confdefs.h <<_ACEOF
13282 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13283 _ACEOF
13285 GNUTLSINCL="$ac_gnutls_cflags"
13289 else
13290 echo "$as_me: failed program was:" >&5
13291 sed 's/^/| /' conftest.$ac_ext >&5
13296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13300 CPPFLAGS="$ac_save_CPPFLAGS"
13302 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13303 case "x$with_gnutls" in
13304 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13305 xno) ;;
13306 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13307 This is an error since --with-gnutls was requested." >&5
13308 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13309 This is an error since --with-gnutls was requested." >&2;}
13310 { (exit 1); exit 1; }; } ;;
13311 esac
13315 CURSESLIBS=""
13316 if test "$ac_cv_header_ncurses_h" = "yes"
13317 then
13318 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13319 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13320 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13321 echo $ECHO_N "(cached) $ECHO_C" >&6
13322 else
13323 ac_check_soname_save_LIBS=$LIBS
13324 LIBS="-lncurses $LIBS"
13325 cat >conftest.$ac_ext <<_ACEOF
13326 /* confdefs.h. */
13327 _ACEOF
13328 cat confdefs.h >>conftest.$ac_ext
13329 cat >>conftest.$ac_ext <<_ACEOF
13330 /* end confdefs.h. */
13332 /* Override any GCC internal prototype to avoid an error.
13333 Use char because int might match the return type of a GCC
13334 builtin and then its argument prototype would still apply. */
13335 #ifdef __cplusplus
13336 extern "C"
13337 #endif
13338 char waddch ();
13340 main ()
13342 return waddch ();
13344 return 0;
13346 _ACEOF
13347 rm -f conftest.$ac_objext conftest$ac_exeext
13348 if { (ac_try="$ac_link"
13349 case "(($ac_try" in
13350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13351 *) ac_try_echo=$ac_try;;
13352 esac
13353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13354 (eval "$ac_link") 2>conftest.er1
13355 ac_status=$?
13356 grep -v '^ *+' conftest.er1 >conftest.err
13357 rm -f conftest.er1
13358 cat conftest.err >&5
13359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13360 (exit $ac_status); } && {
13361 test -z "$ac_c_werror_flag" ||
13362 test ! -s conftest.err
13363 } && test -s conftest$ac_exeext &&
13364 $as_test_x conftest$ac_exeext; then
13365 case "$LIBEXT" in
13366 dll) ;;
13367 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'` ;;
13368 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13369 esac
13370 else
13371 echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5
13377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13378 conftest$ac_exeext conftest.$ac_ext
13379 LIBS=$ac_check_soname_save_LIBS
13381 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13382 { echo "$as_me:$LINENO: result: not found" >&5
13383 echo "${ECHO_T}not found" >&6; }
13385 else
13386 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13387 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13389 cat >>confdefs.h <<_ACEOF
13390 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13391 _ACEOF
13393 CURSESLIBS="-lncurses"
13396 elif test "$ac_cv_header_curses_h" = "yes"
13397 then
13398 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13399 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13400 if test "${ac_cv_lib_soname_curses+set}" = set; then
13401 echo $ECHO_N "(cached) $ECHO_C" >&6
13402 else
13403 ac_check_soname_save_LIBS=$LIBS
13404 LIBS="-lcurses $LIBS"
13405 cat >conftest.$ac_ext <<_ACEOF
13406 /* confdefs.h. */
13407 _ACEOF
13408 cat confdefs.h >>conftest.$ac_ext
13409 cat >>conftest.$ac_ext <<_ACEOF
13410 /* end confdefs.h. */
13412 /* Override any GCC internal prototype to avoid an error.
13413 Use char because int might match the return type of a GCC
13414 builtin and then its argument prototype would still apply. */
13415 #ifdef __cplusplus
13416 extern "C"
13417 #endif
13418 char waddch ();
13420 main ()
13422 return waddch ();
13424 return 0;
13426 _ACEOF
13427 rm -f conftest.$ac_objext conftest$ac_exeext
13428 if { (ac_try="$ac_link"
13429 case "(($ac_try" in
13430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13431 *) ac_try_echo=$ac_try;;
13432 esac
13433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13434 (eval "$ac_link") 2>conftest.er1
13435 ac_status=$?
13436 grep -v '^ *+' conftest.er1 >conftest.err
13437 rm -f conftest.er1
13438 cat conftest.err >&5
13439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440 (exit $ac_status); } && {
13441 test -z "$ac_c_werror_flag" ||
13442 test ! -s conftest.err
13443 } && test -s conftest$ac_exeext &&
13444 $as_test_x conftest$ac_exeext; then
13445 case "$LIBEXT" in
13446 dll) ;;
13447 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'` ;;
13448 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13449 esac
13450 else
13451 echo "$as_me: failed program was:" >&5
13452 sed 's/^/| /' conftest.$ac_ext >&5
13457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13458 conftest$ac_exeext conftest.$ac_ext
13459 LIBS=$ac_check_soname_save_LIBS
13461 if test "x$ac_cv_lib_soname_curses" = "x"; then
13462 { echo "$as_me:$LINENO: result: not found" >&5
13463 echo "${ECHO_T}not found" >&6; }
13465 else
13466 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13467 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13469 cat >>confdefs.h <<_ACEOF
13470 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13471 _ACEOF
13473 CURSESLIBS="-lcurses"
13477 ac_save_LIBS="$LIBS"
13478 LIBS="$LIBS $CURSESLIBS"
13480 for ac_func in mousemask
13482 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13483 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13484 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13485 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13486 echo $ECHO_N "(cached) $ECHO_C" >&6
13487 else
13488 cat >conftest.$ac_ext <<_ACEOF
13489 /* confdefs.h. */
13490 _ACEOF
13491 cat confdefs.h >>conftest.$ac_ext
13492 cat >>conftest.$ac_ext <<_ACEOF
13493 /* end confdefs.h. */
13494 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13495 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13496 #define $ac_func innocuous_$ac_func
13498 /* System header to define __stub macros and hopefully few prototypes,
13499 which can conflict with char $ac_func (); below.
13500 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13501 <limits.h> exists even on freestanding compilers. */
13503 #ifdef __STDC__
13504 # include <limits.h>
13505 #else
13506 # include <assert.h>
13507 #endif
13509 #undef $ac_func
13511 /* Override any GCC internal prototype to avoid an error.
13512 Use char because int might match the return type of a GCC
13513 builtin and then its argument prototype would still apply. */
13514 #ifdef __cplusplus
13515 extern "C"
13516 #endif
13517 char $ac_func ();
13518 /* The GNU C library defines this for functions which it implements
13519 to always fail with ENOSYS. Some functions are actually named
13520 something starting with __ and the normal name is an alias. */
13521 #if defined __stub_$ac_func || defined __stub___$ac_func
13522 choke me
13523 #endif
13526 main ()
13528 return $ac_func ();
13530 return 0;
13532 _ACEOF
13533 rm -f conftest.$ac_objext conftest$ac_exeext
13534 if { (ac_try="$ac_link"
13535 case "(($ac_try" in
13536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 *) ac_try_echo=$ac_try;;
13538 esac
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_link") 2>conftest.er1
13541 ac_status=$?
13542 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1
13544 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest$ac_exeext &&
13550 $as_test_x conftest$ac_exeext; then
13551 eval "$as_ac_var=yes"
13552 else
13553 echo "$as_me: failed program was:" >&5
13554 sed 's/^/| /' conftest.$ac_ext >&5
13556 eval "$as_ac_var=no"
13559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13560 conftest$ac_exeext conftest.$ac_ext
13562 ac_res=`eval echo '${'$as_ac_var'}'`
13563 { echo "$as_me:$LINENO: result: $ac_res" >&5
13564 echo "${ECHO_T}$ac_res" >&6; }
13565 if test `eval echo '${'$as_ac_var'}'` = yes; then
13566 cat >>confdefs.h <<_ACEOF
13567 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13568 _ACEOF
13571 done
13573 LIBS="$ac_save_LIBS"
13574 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13575 case "x$with_curses" in
13576 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13577 xno) ;;
13578 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13579 This is an error since --with-curses was requested." >&5
13580 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13581 This is an error since --with-curses was requested." >&2;}
13582 { (exit 1); exit 1; }; } ;;
13583 esac
13587 if test "x$with_sane" != "xno"
13588 then
13589 ac_save_CPPFLAGS="$CPPFLAGS"
13590 # Extract the first word of "sane-config", so it can be a program name with args.
13591 set dummy sane-config; ac_word=$2
13592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13594 if test "${ac_cv_prog_sane_devel+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13596 else
13597 if test -n "$sane_devel"; then
13598 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13599 else
13600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13601 for as_dir in $PATH
13603 IFS=$as_save_IFS
13604 test -z "$as_dir" && as_dir=.
13605 for ac_exec_ext in '' $ac_executable_extensions; do
13606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13607 ac_cv_prog_sane_devel="sane-config"
13608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13609 break 2
13611 done
13612 done
13613 IFS=$as_save_IFS
13615 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13618 sane_devel=$ac_cv_prog_sane_devel
13619 if test -n "$sane_devel"; then
13620 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13621 echo "${ECHO_T}$sane_devel" >&6; }
13622 else
13623 { echo "$as_me:$LINENO: result: no" >&5
13624 echo "${ECHO_T}no" >&6; }
13628 if test "$sane_devel" != "no"
13629 then
13630 ac_sane_incl="`$sane_devel --cflags`"
13631 ac_sane_libs="`$sane_devel --ldflags`"
13632 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13634 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13635 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13636 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13637 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13638 echo $ECHO_N "(cached) $ECHO_C" >&6
13640 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13641 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13642 else
13643 # Is the header compilable?
13644 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13645 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13646 cat >conftest.$ac_ext <<_ACEOF
13647 /* confdefs.h. */
13648 _ACEOF
13649 cat confdefs.h >>conftest.$ac_ext
13650 cat >>conftest.$ac_ext <<_ACEOF
13651 /* end confdefs.h. */
13652 $ac_includes_default
13653 #include <sane/sane.h>
13654 _ACEOF
13655 rm -f conftest.$ac_objext
13656 if { (ac_try="$ac_compile"
13657 case "(($ac_try" in
13658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13659 *) ac_try_echo=$ac_try;;
13660 esac
13661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13662 (eval "$ac_compile") 2>conftest.er1
13663 ac_status=$?
13664 grep -v '^ *+' conftest.er1 >conftest.err
13665 rm -f conftest.er1
13666 cat conftest.err >&5
13667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13668 (exit $ac_status); } && {
13669 test -z "$ac_c_werror_flag" ||
13670 test ! -s conftest.err
13671 } && test -s conftest.$ac_objext; then
13672 ac_header_compiler=yes
13673 else
13674 echo "$as_me: failed program was:" >&5
13675 sed 's/^/| /' conftest.$ac_ext >&5
13677 ac_header_compiler=no
13680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13681 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13682 echo "${ECHO_T}$ac_header_compiler" >&6; }
13684 # Is the header present?
13685 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13686 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13687 cat >conftest.$ac_ext <<_ACEOF
13688 /* confdefs.h. */
13689 _ACEOF
13690 cat confdefs.h >>conftest.$ac_ext
13691 cat >>conftest.$ac_ext <<_ACEOF
13692 /* end confdefs.h. */
13693 #include <sane/sane.h>
13694 _ACEOF
13695 if { (ac_try="$ac_cpp conftest.$ac_ext"
13696 case "(($ac_try" in
13697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13698 *) ac_try_echo=$ac_try;;
13699 esac
13700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13701 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13702 ac_status=$?
13703 grep -v '^ *+' conftest.er1 >conftest.err
13704 rm -f conftest.er1
13705 cat conftest.err >&5
13706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13707 (exit $ac_status); } >/dev/null && {
13708 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13709 test ! -s conftest.err
13710 }; then
13711 ac_header_preproc=yes
13712 else
13713 echo "$as_me: failed program was:" >&5
13714 sed 's/^/| /' conftest.$ac_ext >&5
13716 ac_header_preproc=no
13719 rm -f conftest.err conftest.$ac_ext
13720 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13721 echo "${ECHO_T}$ac_header_preproc" >&6; }
13723 # So? What about this header?
13724 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13725 yes:no: )
13726 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13727 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13728 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13729 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13730 ac_header_preproc=yes
13732 no:yes:* )
13733 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13734 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13735 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13736 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13737 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13738 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13739 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13740 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13741 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13742 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13743 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13744 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13745 ( cat <<\_ASBOX
13746 ## ------------------------------------ ##
13747 ## Report this to wine-devel@winehq.org ##
13748 ## ------------------------------------ ##
13749 _ASBOX
13750 ) | sed "s/^/$as_me: WARNING: /" >&2
13752 esac
13753 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13754 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13755 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13756 echo $ECHO_N "(cached) $ECHO_C" >&6
13757 else
13758 ac_cv_header_sane_sane_h=$ac_header_preproc
13760 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13761 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13764 if test $ac_cv_header_sane_sane_h = yes; then
13765 { echo "$as_me:$LINENO: checking for -lsane" >&5
13766 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13767 if test "${ac_cv_lib_soname_sane+set}" = set; then
13768 echo $ECHO_N "(cached) $ECHO_C" >&6
13769 else
13770 ac_check_soname_save_LIBS=$LIBS
13771 LIBS="-lsane $ac_sane_libs $LIBS"
13772 cat >conftest.$ac_ext <<_ACEOF
13773 /* confdefs.h. */
13774 _ACEOF
13775 cat confdefs.h >>conftest.$ac_ext
13776 cat >>conftest.$ac_ext <<_ACEOF
13777 /* end confdefs.h. */
13779 /* Override any GCC internal prototype to avoid an error.
13780 Use char because int might match the return type of a GCC
13781 builtin and then its argument prototype would still apply. */
13782 #ifdef __cplusplus
13783 extern "C"
13784 #endif
13785 char sane_init ();
13787 main ()
13789 return sane_init ();
13791 return 0;
13793 _ACEOF
13794 rm -f conftest.$ac_objext conftest$ac_exeext
13795 if { (ac_try="$ac_link"
13796 case "(($ac_try" in
13797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13798 *) ac_try_echo=$ac_try;;
13799 esac
13800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13801 (eval "$ac_link") 2>conftest.er1
13802 ac_status=$?
13803 grep -v '^ *+' conftest.er1 >conftest.err
13804 rm -f conftest.er1
13805 cat conftest.err >&5
13806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13807 (exit $ac_status); } && {
13808 test -z "$ac_c_werror_flag" ||
13809 test ! -s conftest.err
13810 } && test -s conftest$ac_exeext &&
13811 $as_test_x conftest$ac_exeext; then
13812 case "$LIBEXT" in
13813 dll) ;;
13814 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'` ;;
13815 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13816 esac
13817 else
13818 echo "$as_me: failed program was:" >&5
13819 sed 's/^/| /' conftest.$ac_ext >&5
13824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13825 conftest$ac_exeext conftest.$ac_ext
13826 LIBS=$ac_check_soname_save_LIBS
13828 if test "x$ac_cv_lib_soname_sane" = "x"; then
13829 { echo "$as_me:$LINENO: result: not found" >&5
13830 echo "${ECHO_T}not found" >&6; }
13832 else
13833 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13834 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13836 cat >>confdefs.h <<_ACEOF
13837 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13838 _ACEOF
13840 SANEINCL="$ac_sane_incl"
13847 CPPFLAGS="$ac_save_CPPFLAGS"
13849 if test "x$ac_cv_lib_soname_sane" = "x"; then
13850 case "x$with_sane" in
13851 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13852 xno) ;;
13853 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13854 This is an error since --with-sane was requested." >&5
13855 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13856 This is an error since --with-sane was requested." >&2;}
13857 { (exit 1); exit 1; }; } ;;
13858 esac
13862 if test "x$with_gphoto" != "xno"
13863 then
13864 ac_save_CPPFLAGS="$CPPFLAGS"
13865 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13866 set dummy gphoto2-config; ac_word=$2
13867 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13869 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13870 echo $ECHO_N "(cached) $ECHO_C" >&6
13871 else
13872 if test -n "$gphoto2_devel"; then
13873 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13874 else
13875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13876 for as_dir in $PATH
13878 IFS=$as_save_IFS
13879 test -z "$as_dir" && as_dir=.
13880 for ac_exec_ext in '' $ac_executable_extensions; do
13881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13882 ac_cv_prog_gphoto2_devel="gphoto2-config"
13883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13884 break 2
13886 done
13887 done
13888 IFS=$as_save_IFS
13890 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13893 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13894 if test -n "$gphoto2_devel"; then
13895 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13896 echo "${ECHO_T}$gphoto2_devel" >&6; }
13897 else
13898 { echo "$as_me:$LINENO: result: no" >&5
13899 echo "${ECHO_T}no" >&6; }
13903 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13904 set dummy gphoto2-port-config; ac_word=$2
13905 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13906 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13907 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13908 echo $ECHO_N "(cached) $ECHO_C" >&6
13909 else
13910 if test -n "$gphoto2port_devel"; then
13911 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13912 else
13913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13914 for as_dir in $PATH
13916 IFS=$as_save_IFS
13917 test -z "$as_dir" && as_dir=.
13918 for ac_exec_ext in '' $ac_executable_extensions; do
13919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13920 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13921 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13922 break 2
13924 done
13925 done
13926 IFS=$as_save_IFS
13928 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13931 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13932 if test -n "$gphoto2port_devel"; then
13933 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13934 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13935 else
13936 { echo "$as_me:$LINENO: result: no" >&5
13937 echo "${ECHO_T}no" >&6; }
13941 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13942 then
13943 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13944 ac_gphoto2_libs=""
13945 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13947 case "$i" in
13948 -L/usr/lib|-L/usr/lib64) ;;
13949 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13950 esac
13951 done
13952 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13954 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13955 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13956 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13957 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13958 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13959 echo $ECHO_N "(cached) $ECHO_C" >&6
13961 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13962 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13963 else
13964 # Is the header compilable?
13965 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13966 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13967 cat >conftest.$ac_ext <<_ACEOF
13968 /* confdefs.h. */
13969 _ACEOF
13970 cat confdefs.h >>conftest.$ac_ext
13971 cat >>conftest.$ac_ext <<_ACEOF
13972 /* end confdefs.h. */
13973 $ac_includes_default
13974 #include <gphoto2-camera.h>
13975 _ACEOF
13976 rm -f conftest.$ac_objext
13977 if { (ac_try="$ac_compile"
13978 case "(($ac_try" in
13979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13980 *) ac_try_echo=$ac_try;;
13981 esac
13982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13983 (eval "$ac_compile") 2>conftest.er1
13984 ac_status=$?
13985 grep -v '^ *+' conftest.er1 >conftest.err
13986 rm -f conftest.er1
13987 cat conftest.err >&5
13988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13989 (exit $ac_status); } && {
13990 test -z "$ac_c_werror_flag" ||
13991 test ! -s conftest.err
13992 } && test -s conftest.$ac_objext; then
13993 ac_header_compiler=yes
13994 else
13995 echo "$as_me: failed program was:" >&5
13996 sed 's/^/| /' conftest.$ac_ext >&5
13998 ac_header_compiler=no
14001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14002 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14003 echo "${ECHO_T}$ac_header_compiler" >&6; }
14005 # Is the header present?
14006 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14007 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
14008 cat >conftest.$ac_ext <<_ACEOF
14009 /* confdefs.h. */
14010 _ACEOF
14011 cat confdefs.h >>conftest.$ac_ext
14012 cat >>conftest.$ac_ext <<_ACEOF
14013 /* end confdefs.h. */
14014 #include <gphoto2-camera.h>
14015 _ACEOF
14016 if { (ac_try="$ac_cpp conftest.$ac_ext"
14017 case "(($ac_try" in
14018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14019 *) ac_try_echo=$ac_try;;
14020 esac
14021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14022 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14023 ac_status=$?
14024 grep -v '^ *+' conftest.er1 >conftest.err
14025 rm -f conftest.er1
14026 cat conftest.err >&5
14027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028 (exit $ac_status); } >/dev/null && {
14029 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14030 test ! -s conftest.err
14031 }; then
14032 ac_header_preproc=yes
14033 else
14034 echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.$ac_ext >&5
14037 ac_header_preproc=no
14040 rm -f conftest.err conftest.$ac_ext
14041 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14042 echo "${ECHO_T}$ac_header_preproc" >&6; }
14044 # So? What about this header?
14045 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14046 yes:no: )
14047 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14048 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14049 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14050 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14051 ac_header_preproc=yes
14053 no:yes:* )
14054 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14055 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14056 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14057 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14058 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14059 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14060 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14061 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14062 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14063 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14064 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14065 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14066 ( cat <<\_ASBOX
14067 ## ------------------------------------ ##
14068 ## Report this to wine-devel@winehq.org ##
14069 ## ------------------------------------ ##
14070 _ASBOX
14071 ) | sed "s/^/$as_me: WARNING: /" >&2
14073 esac
14074 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14075 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14076 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14077 echo $ECHO_N "(cached) $ECHO_C" >&6
14078 else
14079 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14081 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14082 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14085 if test $ac_cv_header_gphoto2_camera_h = yes; then
14086 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14087 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
14088 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14089 echo $ECHO_N "(cached) $ECHO_C" >&6
14090 else
14091 ac_check_lib_save_LIBS=$LIBS
14092 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14093 cat >conftest.$ac_ext <<_ACEOF
14094 /* confdefs.h. */
14095 _ACEOF
14096 cat confdefs.h >>conftest.$ac_ext
14097 cat >>conftest.$ac_ext <<_ACEOF
14098 /* end confdefs.h. */
14100 /* Override any GCC internal prototype to avoid an error.
14101 Use char because int might match the return type of a GCC
14102 builtin and then its argument prototype would still apply. */
14103 #ifdef __cplusplus
14104 extern "C"
14105 #endif
14106 char gp_camera_new ();
14108 main ()
14110 return gp_camera_new ();
14112 return 0;
14114 _ACEOF
14115 rm -f conftest.$ac_objext conftest$ac_exeext
14116 if { (ac_try="$ac_link"
14117 case "(($ac_try" in
14118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14119 *) ac_try_echo=$ac_try;;
14120 esac
14121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14122 (eval "$ac_link") 2>conftest.er1
14123 ac_status=$?
14124 grep -v '^ *+' conftest.er1 >conftest.err
14125 rm -f conftest.er1
14126 cat conftest.err >&5
14127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14128 (exit $ac_status); } && {
14129 test -z "$ac_c_werror_flag" ||
14130 test ! -s conftest.err
14131 } && test -s conftest$ac_exeext &&
14132 $as_test_x conftest$ac_exeext; then
14133 ac_cv_lib_gphoto2_gp_camera_new=yes
14134 else
14135 echo "$as_me: failed program was:" >&5
14136 sed 's/^/| /' conftest.$ac_ext >&5
14138 ac_cv_lib_gphoto2_gp_camera_new=no
14141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14142 conftest$ac_exeext conftest.$ac_ext
14143 LIBS=$ac_check_lib_save_LIBS
14145 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14146 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14147 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14149 cat >>confdefs.h <<\_ACEOF
14150 #define HAVE_GPHOTO2 1
14151 _ACEOF
14153 GPHOTO2LIBS="$ac_gphoto2_libs"
14155 GPHOTO2INCL="$ac_gphoto2_incl"
14162 CPPFLAGS="$ac_save_CPPFLAGS"
14164 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14165 case "x$with_gphoto" in
14166 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14167 xno) ;;
14168 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14169 This is an error since --with-gphoto was requested." >&5
14170 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14171 This is an error since --with-gphoto was requested." >&2;}
14172 { (exit 1); exit 1; }; } ;;
14173 esac
14178 RESOLVLIBS=""
14180 if test "$ac_cv_header_resolv_h" = "yes"
14181 then
14182 ac_save_LIBS="$LIBS"
14183 LIBS="$LIBS -lresolv"
14184 cat >conftest.$ac_ext <<_ACEOF
14185 /* confdefs.h. */
14186 _ACEOF
14187 cat confdefs.h >>conftest.$ac_ext
14188 cat >>conftest.$ac_ext <<_ACEOF
14189 /* end confdefs.h. */
14190 #ifdef HAVE_NETINET_IN_H
14191 #include <netinet/in.h>
14192 #endif
14193 #include <resolv.h>
14195 main ()
14197 res_init();
14199 return 0;
14201 _ACEOF
14202 rm -f conftest.$ac_objext conftest$ac_exeext
14203 if { (ac_try="$ac_link"
14204 case "(($ac_try" in
14205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14206 *) ac_try_echo=$ac_try;;
14207 esac
14208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14209 (eval "$ac_link") 2>conftest.er1
14210 ac_status=$?
14211 grep -v '^ *+' conftest.er1 >conftest.err
14212 rm -f conftest.er1
14213 cat conftest.err >&5
14214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14215 (exit $ac_status); } && {
14216 test -z "$ac_c_werror_flag" ||
14217 test ! -s conftest.err
14218 } && test -s conftest$ac_exeext &&
14219 $as_test_x conftest$ac_exeext; then
14221 cat >>confdefs.h <<\_ACEOF
14222 #define HAVE_RESOLV 1
14223 _ACEOF
14225 RESOLVLIBS="-lresolv"
14226 else
14227 echo "$as_me: failed program was:" >&5
14228 sed 's/^/| /' conftest.$ac_ext >&5
14233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14234 conftest$ac_exeext conftest.$ac_ext
14235 LIBS="$ac_save_LIBS"
14238 LCMSLIBS=""
14240 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14241 then
14242 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14243 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14244 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14245 echo $ECHO_N "(cached) $ECHO_C" >&6
14246 else
14247 ac_check_lib_save_LIBS=$LIBS
14248 LIBS="-llcms $LIBS"
14249 cat >conftest.$ac_ext <<_ACEOF
14250 /* confdefs.h. */
14251 _ACEOF
14252 cat confdefs.h >>conftest.$ac_ext
14253 cat >>conftest.$ac_ext <<_ACEOF
14254 /* end confdefs.h. */
14256 /* Override any GCC internal prototype to avoid an error.
14257 Use char because int might match the return type of a GCC
14258 builtin and then its argument prototype would still apply. */
14259 #ifdef __cplusplus
14260 extern "C"
14261 #endif
14262 char cmsOpenProfileFromFile ();
14264 main ()
14266 return cmsOpenProfileFromFile ();
14268 return 0;
14270 _ACEOF
14271 rm -f conftest.$ac_objext conftest$ac_exeext
14272 if { (ac_try="$ac_link"
14273 case "(($ac_try" in
14274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14275 *) ac_try_echo=$ac_try;;
14276 esac
14277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14278 (eval "$ac_link") 2>conftest.er1
14279 ac_status=$?
14280 grep -v '^ *+' conftest.er1 >conftest.err
14281 rm -f conftest.er1
14282 cat conftest.err >&5
14283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284 (exit $ac_status); } && {
14285 test -z "$ac_c_werror_flag" ||
14286 test ! -s conftest.err
14287 } && test -s conftest$ac_exeext &&
14288 $as_test_x conftest$ac_exeext; then
14289 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14290 else
14291 echo "$as_me: failed program was:" >&5
14292 sed 's/^/| /' conftest.$ac_ext >&5
14294 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14298 conftest$ac_exeext conftest.$ac_ext
14299 LIBS=$ac_check_lib_save_LIBS
14301 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14302 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14303 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14305 cat >>confdefs.h <<\_ACEOF
14306 #define HAVE_LCMS 1
14307 _ACEOF
14309 LCMSLIBS="-llcms"
14313 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14314 case "x$with_cms" in
14315 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14316 xno) ;;
14317 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14318 This is an error since --with-cms was requested." >&5
14319 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14320 This is an error since --with-cms was requested." >&2;}
14321 { (exit 1); exit 1; }; } ;;
14322 esac
14326 if test "x$with_freetype" != "xno"
14327 then
14328 for ac_prog in freetype-config freetype2-config
14330 # Extract the first word of "$ac_prog", so it can be a program name with args.
14331 set dummy $ac_prog; ac_word=$2
14332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14334 if test "${ac_cv_prog_ft_devel+set}" = set; then
14335 echo $ECHO_N "(cached) $ECHO_C" >&6
14336 else
14337 if test -n "$ft_devel"; then
14338 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14339 else
14340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14341 for as_dir in $PATH
14343 IFS=$as_save_IFS
14344 test -z "$as_dir" && as_dir=.
14345 for ac_exec_ext in '' $ac_executable_extensions; do
14346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14347 ac_cv_prog_ft_devel="$ac_prog"
14348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14349 break 2
14351 done
14352 done
14353 IFS=$as_save_IFS
14357 ft_devel=$ac_cv_prog_ft_devel
14358 if test -n "$ft_devel"; then
14359 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14360 echo "${ECHO_T}$ft_devel" >&6; }
14361 else
14362 { echo "$as_me:$LINENO: result: no" >&5
14363 echo "${ECHO_T}no" >&6; }
14367 test -n "$ft_devel" && break
14368 done
14369 test -n "$ft_devel" || ft_devel="no"
14371 if test "$ft_devel" != "no"
14372 then
14373 ac_freetype_incl=`$ft_devel --cflags`
14374 ac_freetype_libs=`$ft_devel --libs`
14376 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14377 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14378 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14379 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14380 echo $ECHO_N "(cached) $ECHO_C" >&6
14381 else
14382 ac_check_soname_save_LIBS=$LIBS
14383 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14384 cat >conftest.$ac_ext <<_ACEOF
14385 /* confdefs.h. */
14386 _ACEOF
14387 cat confdefs.h >>conftest.$ac_ext
14388 cat >>conftest.$ac_ext <<_ACEOF
14389 /* end confdefs.h. */
14391 /* Override any GCC internal prototype to avoid an error.
14392 Use char because int might match the return type of a GCC
14393 builtin and then its argument prototype would still apply. */
14394 #ifdef __cplusplus
14395 extern "C"
14396 #endif
14397 char FT_Init_FreeType ();
14399 main ()
14401 return FT_Init_FreeType ();
14403 return 0;
14405 _ACEOF
14406 rm -f conftest.$ac_objext conftest$ac_exeext
14407 if { (ac_try="$ac_link"
14408 case "(($ac_try" in
14409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14410 *) ac_try_echo=$ac_try;;
14411 esac
14412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14413 (eval "$ac_link") 2>conftest.er1
14414 ac_status=$?
14415 grep -v '^ *+' conftest.er1 >conftest.err
14416 rm -f conftest.er1
14417 cat conftest.err >&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } && {
14420 test -z "$ac_c_werror_flag" ||
14421 test ! -s conftest.err
14422 } && test -s conftest$ac_exeext &&
14423 $as_test_x conftest$ac_exeext; then
14424 case "$LIBEXT" in
14425 dll) ;;
14426 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'` ;;
14427 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14428 esac
14429 else
14430 echo "$as_me: failed program was:" >&5
14431 sed 's/^/| /' conftest.$ac_ext >&5
14436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14437 conftest$ac_exeext conftest.$ac_ext
14438 LIBS=$ac_check_soname_save_LIBS
14440 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14441 { echo "$as_me:$LINENO: result: not found" >&5
14442 echo "${ECHO_T}not found" >&6; }
14443 ft_lib=no
14444 else
14445 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14446 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14448 cat >>confdefs.h <<_ACEOF
14449 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14450 _ACEOF
14452 ft_lib=yes
14455 if test "$ft_lib" = "yes"
14456 then
14457 ac_save_CPPFLAGS="$CPPFLAGS"
14458 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14471 for ac_header in ft2build.h \
14472 freetype/freetype.h \
14473 freetype/ftglyph.h \
14474 freetype/fttypes.h \
14475 freetype/tttables.h \
14476 freetype/ftsnames.h \
14477 freetype/ttnameid.h \
14478 freetype/ftoutln.h \
14479 freetype/ftwinfnt.h \
14480 freetype/ftmodapi.h \
14481 freetype/ftlcdfil.h \
14482 freetype/internal/sfnt.h
14484 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14485 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14486 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14487 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14488 echo $ECHO_N "(cached) $ECHO_C" >&6
14489 else
14490 cat >conftest.$ac_ext <<_ACEOF
14491 /* confdefs.h. */
14492 _ACEOF
14493 cat confdefs.h >>conftest.$ac_ext
14494 cat >>conftest.$ac_ext <<_ACEOF
14495 /* end confdefs.h. */
14496 #ifdef HAVE_FT2BUILD_H
14497 # include <ft2build.h>
14498 #endif
14500 #include <$ac_header>
14501 _ACEOF
14502 rm -f conftest.$ac_objext
14503 if { (ac_try="$ac_compile"
14504 case "(($ac_try" in
14505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14506 *) ac_try_echo=$ac_try;;
14507 esac
14508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14509 (eval "$ac_compile") 2>conftest.er1
14510 ac_status=$?
14511 grep -v '^ *+' conftest.er1 >conftest.err
14512 rm -f conftest.er1
14513 cat conftest.err >&5
14514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14515 (exit $ac_status); } && {
14516 test -z "$ac_c_werror_flag" ||
14517 test ! -s conftest.err
14518 } && test -s conftest.$ac_objext; then
14519 eval "$as_ac_Header=yes"
14520 else
14521 echo "$as_me: failed program was:" >&5
14522 sed 's/^/| /' conftest.$ac_ext >&5
14524 eval "$as_ac_Header=no"
14527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14529 ac_res=`eval echo '${'$as_ac_Header'}'`
14530 { echo "$as_me:$LINENO: result: $ac_res" >&5
14531 echo "${ECHO_T}$ac_res" >&6; }
14532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14533 cat >>confdefs.h <<_ACEOF
14534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14535 _ACEOF
14539 done
14541 cat >conftest.$ac_ext <<_ACEOF
14542 /* confdefs.h. */
14543 _ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14547 #include <ft2build.h>
14548 #include <freetype/fttrigon.h>
14549 _ACEOF
14550 if { (ac_try="$ac_cpp conftest.$ac_ext"
14551 case "(($ac_try" in
14552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14553 *) ac_try_echo=$ac_try;;
14554 esac
14555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14556 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14557 ac_status=$?
14558 grep -v '^ *+' conftest.er1 >conftest.err
14559 rm -f conftest.er1
14560 cat conftest.err >&5
14561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14562 (exit $ac_status); } >/dev/null && {
14563 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14564 test ! -s conftest.err
14565 }; then
14567 cat >>confdefs.h <<\_ACEOF
14568 #define HAVE_FREETYPE_FTTRIGON_H 1
14569 _ACEOF
14571 wine_cv_fttrigon=yes
14572 else
14573 echo "$as_me: failed program was:" >&5
14574 sed 's/^/| /' conftest.$ac_ext >&5
14576 wine_cv_fttrigon=no
14579 rm -f conftest.err conftest.$ac_ext
14580 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14581 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14582 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14583 echo $ECHO_N "(cached) $ECHO_C" >&6
14584 else
14585 cat >conftest.$ac_ext <<_ACEOF
14586 /* confdefs.h. */
14587 _ACEOF
14588 cat confdefs.h >>conftest.$ac_ext
14589 cat >>conftest.$ac_ext <<_ACEOF
14590 /* end confdefs.h. */
14591 #include <freetype/ftmodapi.h>
14593 typedef FT_TrueTypeEngineType ac__type_new_;
14595 main ()
14597 if ((ac__type_new_ *) 0)
14598 return 0;
14599 if (sizeof (ac__type_new_))
14600 return 0;
14602 return 0;
14604 _ACEOF
14605 rm -f conftest.$ac_objext
14606 if { (ac_try="$ac_compile"
14607 case "(($ac_try" in
14608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14609 *) ac_try_echo=$ac_try;;
14610 esac
14611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14612 (eval "$ac_compile") 2>conftest.er1
14613 ac_status=$?
14614 grep -v '^ *+' conftest.er1 >conftest.err
14615 rm -f conftest.er1
14616 cat conftest.err >&5
14617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14618 (exit $ac_status); } && {
14619 test -z "$ac_c_werror_flag" ||
14620 test ! -s conftest.err
14621 } && test -s conftest.$ac_objext; then
14622 ac_cv_type_FT_TrueTypeEngineType=yes
14623 else
14624 echo "$as_me: failed program was:" >&5
14625 sed 's/^/| /' conftest.$ac_ext >&5
14627 ac_cv_type_FT_TrueTypeEngineType=no
14630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14632 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14633 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14634 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14636 cat >>confdefs.h <<_ACEOF
14637 #define HAVE_FT_TRUETYPEENGINETYPE 1
14638 _ACEOF
14643 ac_save_CFLAGS="$CFLAGS"
14644 CFLAGS="$CFLAGS $ac_freetype_libs"
14646 for ac_func in FT_Load_Sfnt_Table
14648 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14649 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14650 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14651 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14652 echo $ECHO_N "(cached) $ECHO_C" >&6
14653 else
14654 cat >conftest.$ac_ext <<_ACEOF
14655 /* confdefs.h. */
14656 _ACEOF
14657 cat confdefs.h >>conftest.$ac_ext
14658 cat >>conftest.$ac_ext <<_ACEOF
14659 /* end confdefs.h. */
14660 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14661 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14662 #define $ac_func innocuous_$ac_func
14664 /* System header to define __stub macros and hopefully few prototypes,
14665 which can conflict with char $ac_func (); below.
14666 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14667 <limits.h> exists even on freestanding compilers. */
14669 #ifdef __STDC__
14670 # include <limits.h>
14671 #else
14672 # include <assert.h>
14673 #endif
14675 #undef $ac_func
14677 /* Override any GCC internal prototype to avoid an error.
14678 Use char because int might match the return type of a GCC
14679 builtin and then its argument prototype would still apply. */
14680 #ifdef __cplusplus
14681 extern "C"
14682 #endif
14683 char $ac_func ();
14684 /* The GNU C library defines this for functions which it implements
14685 to always fail with ENOSYS. Some functions are actually named
14686 something starting with __ and the normal name is an alias. */
14687 #if defined __stub_$ac_func || defined __stub___$ac_func
14688 choke me
14689 #endif
14692 main ()
14694 return $ac_func ();
14696 return 0;
14698 _ACEOF
14699 rm -f conftest.$ac_objext conftest$ac_exeext
14700 if { (ac_try="$ac_link"
14701 case "(($ac_try" in
14702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14703 *) ac_try_echo=$ac_try;;
14704 esac
14705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14706 (eval "$ac_link") 2>conftest.er1
14707 ac_status=$?
14708 grep -v '^ *+' conftest.er1 >conftest.err
14709 rm -f conftest.er1
14710 cat conftest.err >&5
14711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712 (exit $ac_status); } && {
14713 test -z "$ac_c_werror_flag" ||
14714 test ! -s conftest.err
14715 } && test -s conftest$ac_exeext &&
14716 $as_test_x conftest$ac_exeext; then
14717 eval "$as_ac_var=yes"
14718 else
14719 echo "$as_me: failed program was:" >&5
14720 sed 's/^/| /' conftest.$ac_ext >&5
14722 eval "$as_ac_var=no"
14725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14726 conftest$ac_exeext conftest.$ac_ext
14728 ac_res=`eval echo '${'$as_ac_var'}'`
14729 { echo "$as_me:$LINENO: result: $ac_res" >&5
14730 echo "${ECHO_T}$ac_res" >&6; }
14731 if test `eval echo '${'$as_ac_var'}'` = yes; then
14732 cat >>confdefs.h <<_ACEOF
14733 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14734 _ACEOF
14737 done
14739 CFLAGS="$ac_save_CFLAGS"
14740 CPPFLAGS="$ac_save_CPPFLAGS"
14741 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14742 then
14744 cat >>confdefs.h <<\_ACEOF
14745 #define HAVE_FREETYPE 1
14746 _ACEOF
14748 FREETYPELIBS="$ac_freetype_libs"
14750 FREETYPEINCL="$ac_freetype_incl"
14755 if test "x$FREETYPELIBS" = "x"; then
14756 case "x$with_freetype" in
14757 xno) ;;
14758 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14759 Use the --without-freetype option if you really want this." >&5
14760 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14761 Use the --without-freetype option if you really want this." >&2;}
14762 { (exit 1); exit 1; }; } ;;
14763 esac
14766 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14768 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14769 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14770 if test "${ac_cv_c_ppdev+set}" = set; then
14771 echo $ECHO_N "(cached) $ECHO_C" >&6
14772 else
14773 cat >conftest.$ac_ext <<_ACEOF
14774 /* confdefs.h. */
14775 _ACEOF
14776 cat confdefs.h >>conftest.$ac_ext
14777 cat >>conftest.$ac_ext <<_ACEOF
14778 /* end confdefs.h. */
14779 #include <linux/ppdev.h>
14781 main ()
14783 ioctl (1,PPCLAIM,0)
14785 return 0;
14787 _ACEOF
14788 rm -f conftest.$ac_objext
14789 if { (ac_try="$ac_compile"
14790 case "(($ac_try" in
14791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14792 *) ac_try_echo=$ac_try;;
14793 esac
14794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14795 (eval "$ac_compile") 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && {
14802 test -z "$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 } && test -s conftest.$ac_objext; then
14805 ac_cv_c_ppdev="yes"
14806 else
14807 echo "$as_me: failed program was:" >&5
14808 sed 's/^/| /' conftest.$ac_ext >&5
14810 ac_cv_c_ppdev="no"
14813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14816 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14817 if test "$ac_cv_c_ppdev" = "yes"
14818 then
14820 cat >>confdefs.h <<\_ACEOF
14821 #define HAVE_PPDEV 1
14822 _ACEOF
14826 ac_wine_check_funcs_save_LIBS="$LIBS"
14827 LIBS="$LIBS $LIBPTHREAD"
14832 for ac_func in \
14833 pthread_attr_get_np \
14834 pthread_getattr_np \
14835 pthread_get_stackaddr_np \
14836 pthread_get_stacksize_np
14838 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14839 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14840 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14841 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14842 echo $ECHO_N "(cached) $ECHO_C" >&6
14843 else
14844 cat >conftest.$ac_ext <<_ACEOF
14845 /* confdefs.h. */
14846 _ACEOF
14847 cat confdefs.h >>conftest.$ac_ext
14848 cat >>conftest.$ac_ext <<_ACEOF
14849 /* end confdefs.h. */
14850 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14852 #define $ac_func innocuous_$ac_func
14854 /* System header to define __stub macros and hopefully few prototypes,
14855 which can conflict with char $ac_func (); below.
14856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14857 <limits.h> exists even on freestanding compilers. */
14859 #ifdef __STDC__
14860 # include <limits.h>
14861 #else
14862 # include <assert.h>
14863 #endif
14865 #undef $ac_func
14867 /* Override any GCC internal prototype to avoid an error.
14868 Use char because int might match the return type of a GCC
14869 builtin and then its argument prototype would still apply. */
14870 #ifdef __cplusplus
14871 extern "C"
14872 #endif
14873 char $ac_func ();
14874 /* The GNU C library defines this for functions which it implements
14875 to always fail with ENOSYS. Some functions are actually named
14876 something starting with __ and the normal name is an alias. */
14877 #if defined __stub_$ac_func || defined __stub___$ac_func
14878 choke me
14879 #endif
14882 main ()
14884 return $ac_func ();
14886 return 0;
14888 _ACEOF
14889 rm -f conftest.$ac_objext conftest$ac_exeext
14890 if { (ac_try="$ac_link"
14891 case "(($ac_try" in
14892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14893 *) ac_try_echo=$ac_try;;
14894 esac
14895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14896 (eval "$ac_link") 2>conftest.er1
14897 ac_status=$?
14898 grep -v '^ *+' conftest.er1 >conftest.err
14899 rm -f conftest.er1
14900 cat conftest.err >&5
14901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14902 (exit $ac_status); } && {
14903 test -z "$ac_c_werror_flag" ||
14904 test ! -s conftest.err
14905 } && test -s conftest$ac_exeext &&
14906 $as_test_x conftest$ac_exeext; then
14907 eval "$as_ac_var=yes"
14908 else
14909 echo "$as_me: failed program was:" >&5
14910 sed 's/^/| /' conftest.$ac_ext >&5
14912 eval "$as_ac_var=no"
14915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14916 conftest$ac_exeext conftest.$ac_ext
14918 ac_res=`eval echo '${'$as_ac_var'}'`
14919 { echo "$as_me:$LINENO: result: $ac_res" >&5
14920 echo "${ECHO_T}$ac_res" >&6; }
14921 if test `eval echo '${'$as_ac_var'}'` = yes; then
14922 cat >>confdefs.h <<_ACEOF
14923 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14924 _ACEOF
14927 done
14929 LIBS="$ac_wine_check_funcs_save_LIBS"
14931 if test "$ac_cv_header_zlib_h" = "yes"
14932 then
14933 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14934 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14935 if test "${ac_cv_lib_z_inflate+set}" = set; then
14936 echo $ECHO_N "(cached) $ECHO_C" >&6
14937 else
14938 ac_check_lib_save_LIBS=$LIBS
14939 LIBS="-lz $LIBS"
14940 cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h. */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h. */
14947 /* Override any GCC internal prototype to avoid an error.
14948 Use char because int might match the return type of a GCC
14949 builtin and then its argument prototype would still apply. */
14950 #ifdef __cplusplus
14951 extern "C"
14952 #endif
14953 char inflate ();
14955 main ()
14957 return inflate ();
14959 return 0;
14961 _ACEOF
14962 rm -f conftest.$ac_objext conftest$ac_exeext
14963 if { (ac_try="$ac_link"
14964 case "(($ac_try" in
14965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14966 *) ac_try_echo=$ac_try;;
14967 esac
14968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14969 (eval "$ac_link") 2>conftest.er1
14970 ac_status=$?
14971 grep -v '^ *+' conftest.er1 >conftest.err
14972 rm -f conftest.er1
14973 cat conftest.err >&5
14974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14975 (exit $ac_status); } && {
14976 test -z "$ac_c_werror_flag" ||
14977 test ! -s conftest.err
14978 } && test -s conftest$ac_exeext &&
14979 $as_test_x conftest$ac_exeext; then
14980 ac_cv_lib_z_inflate=yes
14981 else
14982 echo "$as_me: failed program was:" >&5
14983 sed 's/^/| /' conftest.$ac_ext >&5
14985 ac_cv_lib_z_inflate=no
14988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14989 conftest$ac_exeext conftest.$ac_ext
14990 LIBS=$ac_check_lib_save_LIBS
14992 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14993 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14994 if test $ac_cv_lib_z_inflate = yes; then
14996 cat >>confdefs.h <<\_ACEOF
14997 #define HAVE_ZLIB 1
14998 _ACEOF
15000 ZLIB="-lz"
15006 if test "x$with_esd" != xno
15007 then
15008 save_CFLAGS="$CFLAGS"
15009 # Extract the first word of "esd-config", so it can be a program name with args.
15010 set dummy esd-config; ac_word=$2
15011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15013 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15014 echo $ECHO_N "(cached) $ECHO_C" >&6
15015 else
15016 case $ESDCONFIG in
15017 [\\/]* | ?:[\\/]*)
15018 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15022 for as_dir in $PATH
15024 IFS=$as_save_IFS
15025 test -z "$as_dir" && as_dir=.
15026 for ac_exec_ext in '' $ac_executable_extensions; do
15027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15028 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15029 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15030 break 2
15032 done
15033 done
15034 IFS=$as_save_IFS
15036 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15038 esac
15040 ESDCONFIG=$ac_cv_path_ESDCONFIG
15041 if test -n "$ESDCONFIG"; then
15042 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15043 echo "${ECHO_T}$ESDCONFIG" >&6; }
15044 else
15045 { echo "$as_me:$LINENO: result: no" >&5
15046 echo "${ECHO_T}no" >&6; }
15050 if test "x$ESDCONFIG" != "xno"
15051 then
15052 ac_esd_incl=""
15053 for i in `$ESDCONFIG --cflags`
15055 case "$i" in
15056 -I*) ac_esd_incl="$ac_esd_incl $i";;
15057 esac
15058 done
15059 ac_esd_libs=`$ESDCONFIG --libs`
15060 CFLAGS="$CFLAGS $ac_esd_incl"
15062 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15063 if test "${ac_cv_header_esd_h+set}" = set; then
15064 { echo "$as_me:$LINENO: checking for esd.h" >&5
15065 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15066 if test "${ac_cv_header_esd_h+set}" = set; then
15067 echo $ECHO_N "(cached) $ECHO_C" >&6
15069 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15070 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15071 else
15072 # Is the header compilable?
15073 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15074 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15075 cat >conftest.$ac_ext <<_ACEOF
15076 /* confdefs.h. */
15077 _ACEOF
15078 cat confdefs.h >>conftest.$ac_ext
15079 cat >>conftest.$ac_ext <<_ACEOF
15080 /* end confdefs.h. */
15081 $ac_includes_default
15082 #include <esd.h>
15083 _ACEOF
15084 rm -f conftest.$ac_objext
15085 if { (ac_try="$ac_compile"
15086 case "(($ac_try" in
15087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15088 *) ac_try_echo=$ac_try;;
15089 esac
15090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15091 (eval "$ac_compile") 2>conftest.er1
15092 ac_status=$?
15093 grep -v '^ *+' conftest.er1 >conftest.err
15094 rm -f conftest.er1
15095 cat conftest.err >&5
15096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15097 (exit $ac_status); } && {
15098 test -z "$ac_c_werror_flag" ||
15099 test ! -s conftest.err
15100 } && test -s conftest.$ac_objext; then
15101 ac_header_compiler=yes
15102 else
15103 echo "$as_me: failed program was:" >&5
15104 sed 's/^/| /' conftest.$ac_ext >&5
15106 ac_header_compiler=no
15109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15110 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15111 echo "${ECHO_T}$ac_header_compiler" >&6; }
15113 # Is the header present?
15114 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15115 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15116 cat >conftest.$ac_ext <<_ACEOF
15117 /* confdefs.h. */
15118 _ACEOF
15119 cat confdefs.h >>conftest.$ac_ext
15120 cat >>conftest.$ac_ext <<_ACEOF
15121 /* end confdefs.h. */
15122 #include <esd.h>
15123 _ACEOF
15124 if { (ac_try="$ac_cpp conftest.$ac_ext"
15125 case "(($ac_try" in
15126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15127 *) ac_try_echo=$ac_try;;
15128 esac
15129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15130 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15131 ac_status=$?
15132 grep -v '^ *+' conftest.er1 >conftest.err
15133 rm -f conftest.er1
15134 cat conftest.err >&5
15135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15136 (exit $ac_status); } >/dev/null && {
15137 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15138 test ! -s conftest.err
15139 }; then
15140 ac_header_preproc=yes
15141 else
15142 echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15145 ac_header_preproc=no
15148 rm -f conftest.err conftest.$ac_ext
15149 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15150 echo "${ECHO_T}$ac_header_preproc" >&6; }
15152 # So? What about this header?
15153 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15154 yes:no: )
15155 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15156 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15157 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15158 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15159 ac_header_preproc=yes
15161 no:yes:* )
15162 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15163 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15164 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15165 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15166 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15167 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15168 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15169 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15170 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15171 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15172 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15173 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15174 ( cat <<\_ASBOX
15175 ## ------------------------------------ ##
15176 ## Report this to wine-devel@winehq.org ##
15177 ## ------------------------------------ ##
15178 _ASBOX
15179 ) | sed "s/^/$as_me: WARNING: /" >&2
15181 esac
15182 { echo "$as_me:$LINENO: checking for esd.h" >&5
15183 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15184 if test "${ac_cv_header_esd_h+set}" = set; then
15185 echo $ECHO_N "(cached) $ECHO_C" >&6
15186 else
15187 ac_cv_header_esd_h=$ac_header_preproc
15189 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15190 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15193 if test $ac_cv_header_esd_h = yes; then
15194 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15195 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15196 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15197 echo $ECHO_N "(cached) $ECHO_C" >&6
15198 else
15199 ac_check_lib_save_LIBS=$LIBS
15200 LIBS="-lesd $ac_esd_libs $LIBS"
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15208 /* Override any GCC internal prototype to avoid an error.
15209 Use char because int might match the return type of a GCC
15210 builtin and then its argument prototype would still apply. */
15211 #ifdef __cplusplus
15212 extern "C"
15213 #endif
15214 char esd_open_sound ();
15216 main ()
15218 return esd_open_sound ();
15220 return 0;
15222 _ACEOF
15223 rm -f conftest.$ac_objext conftest$ac_exeext
15224 if { (ac_try="$ac_link"
15225 case "(($ac_try" in
15226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227 *) ac_try_echo=$ac_try;;
15228 esac
15229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15230 (eval "$ac_link") 2>conftest.er1
15231 ac_status=$?
15232 grep -v '^ *+' conftest.er1 >conftest.err
15233 rm -f conftest.er1
15234 cat conftest.err >&5
15235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15236 (exit $ac_status); } && {
15237 test -z "$ac_c_werror_flag" ||
15238 test ! -s conftest.err
15239 } && test -s conftest$ac_exeext &&
15240 $as_test_x conftest$ac_exeext; then
15241 ac_cv_lib_esd_esd_open_sound=yes
15242 else
15243 echo "$as_me: failed program was:" >&5
15244 sed 's/^/| /' conftest.$ac_ext >&5
15246 ac_cv_lib_esd_esd_open_sound=no
15249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15250 conftest$ac_exeext conftest.$ac_ext
15251 LIBS=$ac_check_lib_save_LIBS
15253 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15254 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15255 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15256 ESDINCL="$ac_esd_incl"
15258 ESDLIBS="$ac_esd_libs"
15261 cat >>confdefs.h <<\_ACEOF
15262 #define HAVE_ESD 1
15263 _ACEOF
15270 CFLAGS="$save_CFLAGS"
15273 if test "x$with_pulse" != "xno"; then
15274 if test "$PKG_CONFIG" != "false"; then
15275 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15276 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15277 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15278 have_pulseaudio="yes"
15279 else
15280 have_pulseaudio="no"
15282 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15283 echo "${ECHO_T}$have_pulseaudio" >&6; }
15284 if test x"$have_pulseaudio" = xyes; then
15285 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15287 cat >>confdefs.h <<\_ACEOF
15288 #define HAVE_PULSEAUDIO 1
15289 _ACEOF
15291 PULSELIBS="$ac_pulse_libs"
15293 else
15294 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15299 ALSALIBS=""
15301 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15302 then
15303 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15304 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15305 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15306 echo $ECHO_N "(cached) $ECHO_C" >&6
15307 else
15308 ac_check_lib_save_LIBS=$LIBS
15309 LIBS="-lasound $LIBS"
15310 cat >conftest.$ac_ext <<_ACEOF
15311 /* confdefs.h. */
15312 _ACEOF
15313 cat confdefs.h >>conftest.$ac_ext
15314 cat >>conftest.$ac_ext <<_ACEOF
15315 /* end confdefs.h. */
15317 /* Override any GCC internal prototype to avoid an error.
15318 Use char because int might match the return type of a GCC
15319 builtin and then its argument prototype would still apply. */
15320 #ifdef __cplusplus
15321 extern "C"
15322 #endif
15323 char snd_pcm_hw_params_get_access ();
15325 main ()
15327 return snd_pcm_hw_params_get_access ();
15329 return 0;
15331 _ACEOF
15332 rm -f conftest.$ac_objext conftest$ac_exeext
15333 if { (ac_try="$ac_link"
15334 case "(($ac_try" in
15335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15336 *) ac_try_echo=$ac_try;;
15337 esac
15338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15339 (eval "$ac_link") 2>conftest.er1
15340 ac_status=$?
15341 grep -v '^ *+' conftest.er1 >conftest.err
15342 rm -f conftest.er1
15343 cat conftest.err >&5
15344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15345 (exit $ac_status); } && {
15346 test -z "$ac_c_werror_flag" ||
15347 test ! -s conftest.err
15348 } && test -s conftest$ac_exeext &&
15349 $as_test_x conftest$ac_exeext; then
15350 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15351 else
15352 echo "$as_me: failed program was:" >&5
15353 sed 's/^/| /' conftest.$ac_ext >&5
15355 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15359 conftest$ac_exeext conftest.$ac_ext
15360 LIBS=$ac_check_lib_save_LIBS
15362 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15363 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15364 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15365 cat >conftest.$ac_ext <<_ACEOF
15366 /* confdefs.h. */
15367 _ACEOF
15368 cat confdefs.h >>conftest.$ac_ext
15369 cat >>conftest.$ac_ext <<_ACEOF
15370 /* end confdefs.h. */
15371 #ifdef HAVE_ALSA_ASOUNDLIB_H
15372 #include <alsa/asoundlib.h>
15373 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15374 #include <sys/asoundlib.h>
15375 #endif
15377 main ()
15379 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15381 return 0;
15383 _ACEOF
15384 rm -f conftest.$ac_objext
15385 if { (ac_try="$ac_compile"
15386 case "(($ac_try" in
15387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15388 *) ac_try_echo=$ac_try;;
15389 esac
15390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15391 (eval "$ac_compile") 2>conftest.er1
15392 ac_status=$?
15393 grep -v '^ *+' conftest.er1 >conftest.err
15394 rm -f conftest.er1
15395 cat conftest.err >&5
15396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397 (exit $ac_status); } && {
15398 test -z "$ac_c_werror_flag" ||
15399 test ! -s conftest.err
15400 } && test -s conftest.$ac_objext; then
15402 cat >>confdefs.h <<\_ACEOF
15403 #define HAVE_ALSA 1
15404 _ACEOF
15406 ALSALIBS="-lasound"
15407 else
15408 echo "$as_me: failed program was:" >&5
15409 sed 's/^/| /' conftest.$ac_ext >&5
15414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15419 AUDIOIOLIBS=""
15421 if test "$ac_cv_header_libaudioio_h" = "yes"
15422 then
15423 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15424 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15425 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15426 echo $ECHO_N "(cached) $ECHO_C" >&6
15427 else
15428 ac_check_lib_save_LIBS=$LIBS
15429 LIBS="-laudioio $LIBS"
15430 cat >conftest.$ac_ext <<_ACEOF
15431 /* confdefs.h. */
15432 _ACEOF
15433 cat confdefs.h >>conftest.$ac_ext
15434 cat >>conftest.$ac_ext <<_ACEOF
15435 /* end confdefs.h. */
15437 /* Override any GCC internal prototype to avoid an error.
15438 Use char because int might match the return type of a GCC
15439 builtin and then its argument prototype would still apply. */
15440 #ifdef __cplusplus
15441 extern "C"
15442 #endif
15443 char AudioIOGetVersion ();
15445 main ()
15447 return AudioIOGetVersion ();
15449 return 0;
15451 _ACEOF
15452 rm -f conftest.$ac_objext conftest$ac_exeext
15453 if { (ac_try="$ac_link"
15454 case "(($ac_try" in
15455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15456 *) ac_try_echo=$ac_try;;
15457 esac
15458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15459 (eval "$ac_link") 2>conftest.er1
15460 ac_status=$?
15461 grep -v '^ *+' conftest.er1 >conftest.err
15462 rm -f conftest.er1
15463 cat conftest.err >&5
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); } && {
15466 test -z "$ac_c_werror_flag" ||
15467 test ! -s conftest.err
15468 } && test -s conftest$ac_exeext &&
15469 $as_test_x conftest$ac_exeext; then
15470 ac_cv_lib_audioio_AudioIOGetVersion=yes
15471 else
15472 echo "$as_me: failed program was:" >&5
15473 sed 's/^/| /' conftest.$ac_ext >&5
15475 ac_cv_lib_audioio_AudioIOGetVersion=no
15478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15479 conftest$ac_exeext conftest.$ac_ext
15480 LIBS=$ac_check_lib_save_LIBS
15482 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15483 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15484 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15485 AUDIOIOLIBS="-laudioio"
15487 cat >>confdefs.h <<\_ACEOF
15488 #define HAVE_LIBAUDIOIO 1
15489 _ACEOF
15496 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15497 then
15498 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15499 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15500 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15501 echo $ECHO_N "(cached) $ECHO_C" >&6
15502 else
15503 ac_check_soname_save_LIBS=$LIBS
15504 LIBS="-lcapi20 $LIBS"
15505 cat >conftest.$ac_ext <<_ACEOF
15506 /* confdefs.h. */
15507 _ACEOF
15508 cat confdefs.h >>conftest.$ac_ext
15509 cat >>conftest.$ac_ext <<_ACEOF
15510 /* end confdefs.h. */
15512 /* Override any GCC internal prototype to avoid an error.
15513 Use char because int might match the return type of a GCC
15514 builtin and then its argument prototype would still apply. */
15515 #ifdef __cplusplus
15516 extern "C"
15517 #endif
15518 char capi20_register ();
15520 main ()
15522 return capi20_register ();
15524 return 0;
15526 _ACEOF
15527 rm -f conftest.$ac_objext conftest$ac_exeext
15528 if { (ac_try="$ac_link"
15529 case "(($ac_try" in
15530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15531 *) ac_try_echo=$ac_try;;
15532 esac
15533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15534 (eval "$ac_link") 2>conftest.er1
15535 ac_status=$?
15536 grep -v '^ *+' conftest.er1 >conftest.err
15537 rm -f conftest.er1
15538 cat conftest.err >&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); } && {
15541 test -z "$ac_c_werror_flag" ||
15542 test ! -s conftest.err
15543 } && test -s conftest$ac_exeext &&
15544 $as_test_x conftest$ac_exeext; then
15545 case "$LIBEXT" in
15546 dll) ;;
15547 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'` ;;
15548 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15549 esac
15550 else
15551 echo "$as_me: failed program was:" >&5
15552 sed 's/^/| /' conftest.$ac_ext >&5
15557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15558 conftest$ac_exeext conftest.$ac_ext
15559 LIBS=$ac_check_soname_save_LIBS
15561 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15562 { echo "$as_me:$LINENO: result: not found" >&5
15563 echo "${ECHO_T}not found" >&6; }
15565 else
15566 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15567 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15569 cat >>confdefs.h <<_ACEOF
15570 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15571 _ACEOF
15577 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15578 case "x$with_capi" in
15579 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15580 xno) ;;
15581 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15582 This is an error since --with-capi was requested." >&5
15583 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15584 This is an error since --with-capi was requested." >&2;}
15585 { (exit 1); exit 1; }; } ;;
15586 esac
15590 CUPSINCL=""
15592 if test "x$with_cups" != "xno"
15593 then
15594 ac_save_CPPFLAGS="$CPPFLAGS"
15595 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15596 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15597 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15599 for ac_header in cups/cups.h
15601 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15602 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15603 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15604 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15605 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15606 echo $ECHO_N "(cached) $ECHO_C" >&6
15608 ac_res=`eval echo '${'$as_ac_Header'}'`
15609 { echo "$as_me:$LINENO: result: $ac_res" >&5
15610 echo "${ECHO_T}$ac_res" >&6; }
15611 else
15612 # Is the header compilable?
15613 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15614 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15615 cat >conftest.$ac_ext <<_ACEOF
15616 /* confdefs.h. */
15617 _ACEOF
15618 cat confdefs.h >>conftest.$ac_ext
15619 cat >>conftest.$ac_ext <<_ACEOF
15620 /* end confdefs.h. */
15621 $ac_includes_default
15622 #include <$ac_header>
15623 _ACEOF
15624 rm -f conftest.$ac_objext
15625 if { (ac_try="$ac_compile"
15626 case "(($ac_try" in
15627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15628 *) ac_try_echo=$ac_try;;
15629 esac
15630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15631 (eval "$ac_compile") 2>conftest.er1
15632 ac_status=$?
15633 grep -v '^ *+' conftest.er1 >conftest.err
15634 rm -f conftest.er1
15635 cat conftest.err >&5
15636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15637 (exit $ac_status); } && {
15638 test -z "$ac_c_werror_flag" ||
15639 test ! -s conftest.err
15640 } && test -s conftest.$ac_objext; then
15641 ac_header_compiler=yes
15642 else
15643 echo "$as_me: failed program was:" >&5
15644 sed 's/^/| /' conftest.$ac_ext >&5
15646 ac_header_compiler=no
15649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15650 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15651 echo "${ECHO_T}$ac_header_compiler" >&6; }
15653 # Is the header present?
15654 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15655 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15656 cat >conftest.$ac_ext <<_ACEOF
15657 /* confdefs.h. */
15658 _ACEOF
15659 cat confdefs.h >>conftest.$ac_ext
15660 cat >>conftest.$ac_ext <<_ACEOF
15661 /* end confdefs.h. */
15662 #include <$ac_header>
15663 _ACEOF
15664 if { (ac_try="$ac_cpp conftest.$ac_ext"
15665 case "(($ac_try" in
15666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15667 *) ac_try_echo=$ac_try;;
15668 esac
15669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15670 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15671 ac_status=$?
15672 grep -v '^ *+' conftest.er1 >conftest.err
15673 rm -f conftest.er1
15674 cat conftest.err >&5
15675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15676 (exit $ac_status); } >/dev/null && {
15677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15678 test ! -s conftest.err
15679 }; then
15680 ac_header_preproc=yes
15681 else
15682 echo "$as_me: failed program was:" >&5
15683 sed 's/^/| /' conftest.$ac_ext >&5
15685 ac_header_preproc=no
15688 rm -f conftest.err conftest.$ac_ext
15689 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15690 echo "${ECHO_T}$ac_header_preproc" >&6; }
15692 # So? What about this header?
15693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15694 yes:no: )
15695 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15696 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15697 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15698 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15699 ac_header_preproc=yes
15701 no:yes:* )
15702 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15703 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15704 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15705 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15706 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15707 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15708 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15709 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15710 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15711 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15712 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15713 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15714 ( cat <<\_ASBOX
15715 ## ------------------------------------ ##
15716 ## Report this to wine-devel@winehq.org ##
15717 ## ------------------------------------ ##
15718 _ASBOX
15719 ) | sed "s/^/$as_me: WARNING: /" >&2
15721 esac
15722 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15723 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15725 echo $ECHO_N "(cached) $ECHO_C" >&6
15726 else
15727 eval "$as_ac_Header=\$ac_header_preproc"
15729 ac_res=`eval echo '${'$as_ac_Header'}'`
15730 { echo "$as_me:$LINENO: result: $ac_res" >&5
15731 echo "${ECHO_T}$ac_res" >&6; }
15734 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15735 cat >>confdefs.h <<_ACEOF
15736 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15737 _ACEOF
15738 { echo "$as_me:$LINENO: checking for -lcups" >&5
15739 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15740 if test "${ac_cv_lib_soname_cups+set}" = set; then
15741 echo $ECHO_N "(cached) $ECHO_C" >&6
15742 else
15743 ac_check_soname_save_LIBS=$LIBS
15744 LIBS="-lcups $ac_cups_libs $LIBS"
15745 cat >conftest.$ac_ext <<_ACEOF
15746 /* confdefs.h. */
15747 _ACEOF
15748 cat confdefs.h >>conftest.$ac_ext
15749 cat >>conftest.$ac_ext <<_ACEOF
15750 /* end confdefs.h. */
15752 /* Override any GCC internal prototype to avoid an error.
15753 Use char because int might match the return type of a GCC
15754 builtin and then its argument prototype would still apply. */
15755 #ifdef __cplusplus
15756 extern "C"
15757 #endif
15758 char cupsGetDefault ();
15760 main ()
15762 return cupsGetDefault ();
15764 return 0;
15766 _ACEOF
15767 rm -f conftest.$ac_objext conftest$ac_exeext
15768 if { (ac_try="$ac_link"
15769 case "(($ac_try" in
15770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15771 *) ac_try_echo=$ac_try;;
15772 esac
15773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15774 (eval "$ac_link") 2>conftest.er1
15775 ac_status=$?
15776 grep -v '^ *+' conftest.er1 >conftest.err
15777 rm -f conftest.er1
15778 cat conftest.err >&5
15779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15780 (exit $ac_status); } && {
15781 test -z "$ac_c_werror_flag" ||
15782 test ! -s conftest.err
15783 } && test -s conftest$ac_exeext &&
15784 $as_test_x conftest$ac_exeext; then
15785 case "$LIBEXT" in
15786 dll) ;;
15787 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'` ;;
15788 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15789 esac
15790 else
15791 echo "$as_me: failed program was:" >&5
15792 sed 's/^/| /' conftest.$ac_ext >&5
15797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15798 conftest$ac_exeext conftest.$ac_ext
15799 LIBS=$ac_check_soname_save_LIBS
15801 if test "x$ac_cv_lib_soname_cups" = "x"; then
15802 { echo "$as_me:$LINENO: result: not found" >&5
15803 echo "${ECHO_T}not found" >&6; }
15805 else
15806 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15807 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15809 cat >>confdefs.h <<_ACEOF
15810 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15811 _ACEOF
15813 CUPSINCL="$ac_cups_cflags"
15818 done
15820 CPPFLAGS="$ac_save_CPPFLAGS"
15822 if test "x$ac_cv_lib_soname_cups" = "x"; then
15823 case "x$with_cups" in
15824 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15825 xno) ;;
15826 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15827 This is an error since --with-cups was requested." >&5
15828 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15829 This is an error since --with-cups was requested." >&2;}
15830 { (exit 1); exit 1; }; } ;;
15831 esac
15835 if test "$ac_cv_header_jack_jack_h" = "yes"
15836 then
15837 { echo "$as_me:$LINENO: checking for -ljack" >&5
15838 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15839 if test "${ac_cv_lib_soname_jack+set}" = set; then
15840 echo $ECHO_N "(cached) $ECHO_C" >&6
15841 else
15842 ac_check_soname_save_LIBS=$LIBS
15843 LIBS="-ljack $LIBS"
15844 cat >conftest.$ac_ext <<_ACEOF
15845 /* confdefs.h. */
15846 _ACEOF
15847 cat confdefs.h >>conftest.$ac_ext
15848 cat >>conftest.$ac_ext <<_ACEOF
15849 /* end confdefs.h. */
15851 /* Override any GCC internal prototype to avoid an error.
15852 Use char because int might match the return type of a GCC
15853 builtin and then its argument prototype would still apply. */
15854 #ifdef __cplusplus
15855 extern "C"
15856 #endif
15857 char jack_client_new ();
15859 main ()
15861 return jack_client_new ();
15863 return 0;
15865 _ACEOF
15866 rm -f conftest.$ac_objext conftest$ac_exeext
15867 if { (ac_try="$ac_link"
15868 case "(($ac_try" in
15869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15870 *) ac_try_echo=$ac_try;;
15871 esac
15872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15873 (eval "$ac_link") 2>conftest.er1
15874 ac_status=$?
15875 grep -v '^ *+' conftest.er1 >conftest.err
15876 rm -f conftest.er1
15877 cat conftest.err >&5
15878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15879 (exit $ac_status); } && {
15880 test -z "$ac_c_werror_flag" ||
15881 test ! -s conftest.err
15882 } && test -s conftest$ac_exeext &&
15883 $as_test_x conftest$ac_exeext; then
15884 case "$LIBEXT" in
15885 dll) ;;
15886 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'` ;;
15887 *) 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'` ;;
15888 esac
15889 else
15890 echo "$as_me: failed program was:" >&5
15891 sed 's/^/| /' conftest.$ac_ext >&5
15896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15897 conftest$ac_exeext conftest.$ac_ext
15898 LIBS=$ac_check_soname_save_LIBS
15900 if test "x$ac_cv_lib_soname_jack" = "x"; then
15901 { echo "$as_me:$LINENO: result: not found" >&5
15902 echo "${ECHO_T}not found" >&6; }
15904 else
15905 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15906 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15908 cat >>confdefs.h <<_ACEOF
15909 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15910 _ACEOF
15917 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15918 then
15919 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15920 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15921 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15922 echo $ECHO_N "(cached) $ECHO_C" >&6
15923 else
15924 ac_check_soname_save_LIBS=$LIBS
15925 LIBS="-lfontconfig $LIBS"
15926 cat >conftest.$ac_ext <<_ACEOF
15927 /* confdefs.h. */
15928 _ACEOF
15929 cat confdefs.h >>conftest.$ac_ext
15930 cat >>conftest.$ac_ext <<_ACEOF
15931 /* end confdefs.h. */
15933 /* Override any GCC internal prototype to avoid an error.
15934 Use char because int might match the return type of a GCC
15935 builtin and then its argument prototype would still apply. */
15936 #ifdef __cplusplus
15937 extern "C"
15938 #endif
15939 char FcInit ();
15941 main ()
15943 return FcInit ();
15945 return 0;
15947 _ACEOF
15948 rm -f conftest.$ac_objext conftest$ac_exeext
15949 if { (ac_try="$ac_link"
15950 case "(($ac_try" in
15951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15952 *) ac_try_echo=$ac_try;;
15953 esac
15954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15955 (eval "$ac_link") 2>conftest.er1
15956 ac_status=$?
15957 grep -v '^ *+' conftest.er1 >conftest.err
15958 rm -f conftest.er1
15959 cat conftest.err >&5
15960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15961 (exit $ac_status); } && {
15962 test -z "$ac_c_werror_flag" ||
15963 test ! -s conftest.err
15964 } && test -s conftest$ac_exeext &&
15965 $as_test_x conftest$ac_exeext; then
15966 case "$LIBEXT" in
15967 dll) ;;
15968 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'` ;;
15969 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15970 esac
15971 else
15972 echo "$as_me: failed program was:" >&5
15973 sed 's/^/| /' conftest.$ac_ext >&5
15978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15979 conftest$ac_exeext conftest.$ac_ext
15980 LIBS=$ac_check_soname_save_LIBS
15982 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15983 { echo "$as_me:$LINENO: result: not found" >&5
15984 echo "${ECHO_T}not found" >&6; }
15986 else
15987 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15988 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15990 cat >>confdefs.h <<_ACEOF
15991 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15992 _ACEOF
15997 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15998 then
15999 ac_save_CPPFLAGS="$CPPFLAGS"
16000 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16001 $as_unset ac_cv_header_fontconfig_fontconfig_h
16003 for ac_header in fontconfig/fontconfig.h
16005 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16006 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16007 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16010 echo $ECHO_N "(cached) $ECHO_C" >&6
16012 ac_res=`eval echo '${'$as_ac_Header'}'`
16013 { echo "$as_me:$LINENO: result: $ac_res" >&5
16014 echo "${ECHO_T}$ac_res" >&6; }
16015 else
16016 # Is the header compilable?
16017 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16018 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16019 cat >conftest.$ac_ext <<_ACEOF
16020 /* confdefs.h. */
16021 _ACEOF
16022 cat confdefs.h >>conftest.$ac_ext
16023 cat >>conftest.$ac_ext <<_ACEOF
16024 /* end confdefs.h. */
16025 $ac_includes_default
16026 #include <$ac_header>
16027 _ACEOF
16028 rm -f conftest.$ac_objext
16029 if { (ac_try="$ac_compile"
16030 case "(($ac_try" in
16031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16032 *) ac_try_echo=$ac_try;;
16033 esac
16034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16035 (eval "$ac_compile") 2>conftest.er1
16036 ac_status=$?
16037 grep -v '^ *+' conftest.er1 >conftest.err
16038 rm -f conftest.er1
16039 cat conftest.err >&5
16040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041 (exit $ac_status); } && {
16042 test -z "$ac_c_werror_flag" ||
16043 test ! -s conftest.err
16044 } && test -s conftest.$ac_objext; then
16045 ac_header_compiler=yes
16046 else
16047 echo "$as_me: failed program was:" >&5
16048 sed 's/^/| /' conftest.$ac_ext >&5
16050 ac_header_compiler=no
16053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16054 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16055 echo "${ECHO_T}$ac_header_compiler" >&6; }
16057 # Is the header present?
16058 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16059 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16060 cat >conftest.$ac_ext <<_ACEOF
16061 /* confdefs.h. */
16062 _ACEOF
16063 cat confdefs.h >>conftest.$ac_ext
16064 cat >>conftest.$ac_ext <<_ACEOF
16065 /* end confdefs.h. */
16066 #include <$ac_header>
16067 _ACEOF
16068 if { (ac_try="$ac_cpp conftest.$ac_ext"
16069 case "(($ac_try" in
16070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16071 *) ac_try_echo=$ac_try;;
16072 esac
16073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16074 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16075 ac_status=$?
16076 grep -v '^ *+' conftest.er1 >conftest.err
16077 rm -f conftest.er1
16078 cat conftest.err >&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } >/dev/null && {
16081 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 }; then
16084 ac_header_preproc=yes
16085 else
16086 echo "$as_me: failed program was:" >&5
16087 sed 's/^/| /' conftest.$ac_ext >&5
16089 ac_header_preproc=no
16092 rm -f conftest.err conftest.$ac_ext
16093 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16094 echo "${ECHO_T}$ac_header_preproc" >&6; }
16096 # So? What about this header?
16097 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16098 yes:no: )
16099 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16100 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16101 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16102 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16103 ac_header_preproc=yes
16105 no:yes:* )
16106 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16107 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16108 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16109 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16110 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16111 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16112 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16113 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16114 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16115 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16116 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16117 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16118 ( cat <<\_ASBOX
16119 ## ------------------------------------ ##
16120 ## Report this to wine-devel@winehq.org ##
16121 ## ------------------------------------ ##
16122 _ASBOX
16123 ) | sed "s/^/$as_me: WARNING: /" >&2
16125 esac
16126 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16127 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16128 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16129 echo $ECHO_N "(cached) $ECHO_C" >&6
16130 else
16131 eval "$as_ac_Header=\$ac_header_preproc"
16133 ac_res=`eval echo '${'$as_ac_Header'}'`
16134 { echo "$as_me:$LINENO: result: $ac_res" >&5
16135 echo "${ECHO_T}$ac_res" >&6; }
16138 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16139 cat >>confdefs.h <<_ACEOF
16140 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16141 _ACEOF
16145 done
16147 CPPFLAGS="$ac_save_CPPFLAGS"
16148 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16149 then
16150 FONTCONFIGINCL="$X_CFLAGS"
16152 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16153 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16154 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16155 echo $ECHO_N "(cached) $ECHO_C" >&6
16156 else
16157 ac_check_soname_save_LIBS=$LIBS
16158 LIBS="-lfontconfig $X_LIBS $LIBS"
16159 cat >conftest.$ac_ext <<_ACEOF
16160 /* confdefs.h. */
16161 _ACEOF
16162 cat confdefs.h >>conftest.$ac_ext
16163 cat >>conftest.$ac_ext <<_ACEOF
16164 /* end confdefs.h. */
16166 /* Override any GCC internal prototype to avoid an error.
16167 Use char because int might match the return type of a GCC
16168 builtin and then its argument prototype would still apply. */
16169 #ifdef __cplusplus
16170 extern "C"
16171 #endif
16172 char FcInit ();
16174 main ()
16176 return FcInit ();
16178 return 0;
16180 _ACEOF
16181 rm -f conftest.$ac_objext conftest$ac_exeext
16182 if { (ac_try="$ac_link"
16183 case "(($ac_try" in
16184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16185 *) ac_try_echo=$ac_try;;
16186 esac
16187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16188 (eval "$ac_link") 2>conftest.er1
16189 ac_status=$?
16190 grep -v '^ *+' conftest.er1 >conftest.err
16191 rm -f conftest.er1
16192 cat conftest.err >&5
16193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16194 (exit $ac_status); } && {
16195 test -z "$ac_c_werror_flag" ||
16196 test ! -s conftest.err
16197 } && test -s conftest$ac_exeext &&
16198 $as_test_x conftest$ac_exeext; then
16199 case "$LIBEXT" in
16200 dll) ;;
16201 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'` ;;
16202 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16203 esac
16204 else
16205 echo "$as_me: failed program was:" >&5
16206 sed 's/^/| /' conftest.$ac_ext >&5
16211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16212 conftest$ac_exeext conftest.$ac_ext
16213 LIBS=$ac_check_soname_save_LIBS
16215 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16216 { echo "$as_me:$LINENO: result: not found" >&5
16217 echo "${ECHO_T}not found" >&6; }
16219 else
16220 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16221 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16223 cat >>confdefs.h <<_ACEOF
16224 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16225 _ACEOF
16232 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16233 case "x$with_fontconfig" in
16234 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16235 xno) ;;
16236 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16237 This is an error since --with-fontconfig was requested." >&5
16238 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16239 This is an error since --with-fontconfig was requested." >&2;}
16240 { (exit 1); exit 1; }; } ;;
16241 esac
16245 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16246 then
16247 { echo "$as_me:$LINENO: checking for -lssl" >&5
16248 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16249 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16250 echo $ECHO_N "(cached) $ECHO_C" >&6
16251 else
16252 ac_check_soname_save_LIBS=$LIBS
16253 LIBS="-lssl $LIBS"
16254 cat >conftest.$ac_ext <<_ACEOF
16255 /* confdefs.h. */
16256 _ACEOF
16257 cat confdefs.h >>conftest.$ac_ext
16258 cat >>conftest.$ac_ext <<_ACEOF
16259 /* end confdefs.h. */
16261 /* Override any GCC internal prototype to avoid an error.
16262 Use char because int might match the return type of a GCC
16263 builtin and then its argument prototype would still apply. */
16264 #ifdef __cplusplus
16265 extern "C"
16266 #endif
16267 char SSL_library_init ();
16269 main ()
16271 return SSL_library_init ();
16273 return 0;
16275 _ACEOF
16276 rm -f conftest.$ac_objext conftest$ac_exeext
16277 if { (ac_try="$ac_link"
16278 case "(($ac_try" in
16279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16280 *) ac_try_echo=$ac_try;;
16281 esac
16282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16283 (eval "$ac_link") 2>conftest.er1
16284 ac_status=$?
16285 grep -v '^ *+' conftest.er1 >conftest.err
16286 rm -f conftest.er1
16287 cat conftest.err >&5
16288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16289 (exit $ac_status); } && {
16290 test -z "$ac_c_werror_flag" ||
16291 test ! -s conftest.err
16292 } && test -s conftest$ac_exeext &&
16293 $as_test_x conftest$ac_exeext; then
16294 case "$LIBEXT" in
16295 dll) ;;
16296 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'` ;;
16297 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16298 esac
16299 else
16300 echo "$as_me: failed program was:" >&5
16301 sed 's/^/| /' conftest.$ac_ext >&5
16306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16307 conftest$ac_exeext conftest.$ac_ext
16308 LIBS=$ac_check_soname_save_LIBS
16310 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16311 { echo "$as_me:$LINENO: result: not found" >&5
16312 echo "${ECHO_T}not found" >&6; }
16314 else
16315 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16316 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16318 cat >>confdefs.h <<_ACEOF
16319 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16320 _ACEOF
16325 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16326 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16327 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16328 echo $ECHO_N "(cached) $ECHO_C" >&6
16329 else
16330 ac_check_soname_save_LIBS=$LIBS
16331 LIBS="-lcrypto $LIBS"
16332 cat >conftest.$ac_ext <<_ACEOF
16333 /* confdefs.h. */
16334 _ACEOF
16335 cat confdefs.h >>conftest.$ac_ext
16336 cat >>conftest.$ac_ext <<_ACEOF
16337 /* end confdefs.h. */
16339 /* Override any GCC internal prototype to avoid an error.
16340 Use char because int might match the return type of a GCC
16341 builtin and then its argument prototype would still apply. */
16342 #ifdef __cplusplus
16343 extern "C"
16344 #endif
16345 char BIO_new_socket ();
16347 main ()
16349 return BIO_new_socket ();
16351 return 0;
16353 _ACEOF
16354 rm -f conftest.$ac_objext conftest$ac_exeext
16355 if { (ac_try="$ac_link"
16356 case "(($ac_try" in
16357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16358 *) ac_try_echo=$ac_try;;
16359 esac
16360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16361 (eval "$ac_link") 2>conftest.er1
16362 ac_status=$?
16363 grep -v '^ *+' conftest.er1 >conftest.err
16364 rm -f conftest.er1
16365 cat conftest.err >&5
16366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16367 (exit $ac_status); } && {
16368 test -z "$ac_c_werror_flag" ||
16369 test ! -s conftest.err
16370 } && test -s conftest$ac_exeext &&
16371 $as_test_x conftest$ac_exeext; then
16372 case "$LIBEXT" in
16373 dll) ;;
16374 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'` ;;
16375 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16376 esac
16377 else
16378 echo "$as_me: failed program was:" >&5
16379 sed 's/^/| /' conftest.$ac_ext >&5
16384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16385 conftest$ac_exeext conftest.$ac_ext
16386 LIBS=$ac_check_soname_save_LIBS
16388 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16389 { echo "$as_me:$LINENO: result: not found" >&5
16390 echo "${ECHO_T}not found" >&6; }
16392 else
16393 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16394 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16396 cat >>confdefs.h <<_ACEOF
16397 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16398 _ACEOF
16404 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16405 case "x$with_openssl" in
16406 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16407 xno) ;;
16408 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16409 This is an error since --with-openssl was requested." >&5
16410 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16411 This is an error since --with-openssl was requested." >&2;}
16412 { (exit 1); exit 1; }; } ;;
16413 esac
16417 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16418 then
16419 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16420 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16421 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16422 echo $ECHO_N "(cached) $ECHO_C" >&6
16423 else
16424 ac_check_soname_save_LIBS=$LIBS
16425 LIBS="-lgsm $LIBS"
16426 cat >conftest.$ac_ext <<_ACEOF
16427 /* confdefs.h. */
16428 _ACEOF
16429 cat confdefs.h >>conftest.$ac_ext
16430 cat >>conftest.$ac_ext <<_ACEOF
16431 /* end confdefs.h. */
16433 /* Override any GCC internal prototype to avoid an error.
16434 Use char because int might match the return type of a GCC
16435 builtin and then its argument prototype would still apply. */
16436 #ifdef __cplusplus
16437 extern "C"
16438 #endif
16439 char gsm_create ();
16441 main ()
16443 return gsm_create ();
16445 return 0;
16447 _ACEOF
16448 rm -f conftest.$ac_objext conftest$ac_exeext
16449 if { (ac_try="$ac_link"
16450 case "(($ac_try" in
16451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16452 *) ac_try_echo=$ac_try;;
16453 esac
16454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16455 (eval "$ac_link") 2>conftest.er1
16456 ac_status=$?
16457 grep -v '^ *+' conftest.er1 >conftest.err
16458 rm -f conftest.er1
16459 cat conftest.err >&5
16460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16461 (exit $ac_status); } && {
16462 test -z "$ac_c_werror_flag" ||
16463 test ! -s conftest.err
16464 } && test -s conftest$ac_exeext &&
16465 $as_test_x conftest$ac_exeext; then
16466 case "$LIBEXT" in
16467 dll) ;;
16468 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'` ;;
16469 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16470 esac
16471 else
16472 echo "$as_me: failed program was:" >&5
16473 sed 's/^/| /' conftest.$ac_ext >&5
16478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16479 conftest$ac_exeext conftest.$ac_ext
16480 LIBS=$ac_check_soname_save_LIBS
16482 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16483 { echo "$as_me:$LINENO: result: not found" >&5
16484 echo "${ECHO_T}not found" >&6; }
16486 else
16487 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16488 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16490 cat >>confdefs.h <<_ACEOF
16491 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16492 _ACEOF
16498 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16499 case "x$with_gsm" in
16500 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16501 xno) ;;
16502 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16503 This is an error since --with-gsm was requested." >&5
16504 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16505 This is an error since --with-gsm was requested." >&2;}
16506 { (exit 1); exit 1; }; } ;;
16507 esac
16511 if test "$ac_cv_header_jpeglib_h" = "yes"
16512 then
16513 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16514 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16515 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16517 else
16518 ac_check_soname_save_LIBS=$LIBS
16519 LIBS="-ljpeg $LIBS"
16520 cat >conftest.$ac_ext <<_ACEOF
16521 /* confdefs.h. */
16522 _ACEOF
16523 cat confdefs.h >>conftest.$ac_ext
16524 cat >>conftest.$ac_ext <<_ACEOF
16525 /* end confdefs.h. */
16527 /* Override any GCC internal prototype to avoid an error.
16528 Use char because int might match the return type of a GCC
16529 builtin and then its argument prototype would still apply. */
16530 #ifdef __cplusplus
16531 extern "C"
16532 #endif
16533 char jpeg_start_decompress ();
16535 main ()
16537 return jpeg_start_decompress ();
16539 return 0;
16541 _ACEOF
16542 rm -f conftest.$ac_objext conftest$ac_exeext
16543 if { (ac_try="$ac_link"
16544 case "(($ac_try" in
16545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16546 *) ac_try_echo=$ac_try;;
16547 esac
16548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16549 (eval "$ac_link") 2>conftest.er1
16550 ac_status=$?
16551 grep -v '^ *+' conftest.er1 >conftest.err
16552 rm -f conftest.er1
16553 cat conftest.err >&5
16554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16555 (exit $ac_status); } && {
16556 test -z "$ac_c_werror_flag" ||
16557 test ! -s conftest.err
16558 } && test -s conftest$ac_exeext &&
16559 $as_test_x conftest$ac_exeext; then
16560 case "$LIBEXT" in
16561 dll) ;;
16562 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'` ;;
16563 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16564 esac
16565 else
16566 echo "$as_me: failed program was:" >&5
16567 sed 's/^/| /' conftest.$ac_ext >&5
16572 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16573 conftest$ac_exeext conftest.$ac_ext
16574 LIBS=$ac_check_soname_save_LIBS
16576 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16577 { echo "$as_me:$LINENO: result: not found" >&5
16578 echo "${ECHO_T}not found" >&6; }
16580 else
16581 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16582 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16584 cat >>confdefs.h <<_ACEOF
16585 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16586 _ACEOF
16592 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16593 case "x$with_jpeg" in
16594 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16595 xno) ;;
16596 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16597 This is an error since --with-jpeg was requested." >&5
16598 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16599 This is an error since --with-jpeg was requested." >&2;}
16600 { (exit 1); exit 1; }; } ;;
16601 esac
16605 if test "$ac_cv_header_png_h" = "yes"
16606 then
16607 { echo "$as_me:$LINENO: checking for -lpng" >&5
16608 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16609 if test "${ac_cv_lib_soname_png+set}" = set; then
16610 echo $ECHO_N "(cached) $ECHO_C" >&6
16611 else
16612 ac_check_soname_save_LIBS=$LIBS
16613 LIBS="-lpng -lm -lz $LIBS"
16614 cat >conftest.$ac_ext <<_ACEOF
16615 /* confdefs.h. */
16616 _ACEOF
16617 cat confdefs.h >>conftest.$ac_ext
16618 cat >>conftest.$ac_ext <<_ACEOF
16619 /* end confdefs.h. */
16621 /* Override any GCC internal prototype to avoid an error.
16622 Use char because int might match the return type of a GCC
16623 builtin and then its argument prototype would still apply. */
16624 #ifdef __cplusplus
16625 extern "C"
16626 #endif
16627 char png_create_read_struct ();
16629 main ()
16631 return png_create_read_struct ();
16633 return 0;
16635 _ACEOF
16636 rm -f conftest.$ac_objext conftest$ac_exeext
16637 if { (ac_try="$ac_link"
16638 case "(($ac_try" in
16639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16640 *) ac_try_echo=$ac_try;;
16641 esac
16642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16643 (eval "$ac_link") 2>conftest.er1
16644 ac_status=$?
16645 grep -v '^ *+' conftest.er1 >conftest.err
16646 rm -f conftest.er1
16647 cat conftest.err >&5
16648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16649 (exit $ac_status); } && {
16650 test -z "$ac_c_werror_flag" ||
16651 test ! -s conftest.err
16652 } && test -s conftest$ac_exeext &&
16653 $as_test_x conftest$ac_exeext; then
16654 case "$LIBEXT" in
16655 dll) ;;
16656 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'` ;;
16657 *) 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'` ;;
16658 esac
16659 else
16660 echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.$ac_ext >&5
16666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16667 conftest$ac_exeext conftest.$ac_ext
16668 LIBS=$ac_check_soname_save_LIBS
16670 if test "x$ac_cv_lib_soname_png" = "x"; then
16671 { echo "$as_me:$LINENO: result: not found" >&5
16672 echo "${ECHO_T}not found" >&6; }
16674 else
16675 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16676 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16678 cat >>confdefs.h <<_ACEOF
16679 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16680 _ACEOF
16685 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16686 then
16687 ac_save_CPPFLAGS="$CPPFLAGS"
16688 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16689 $as_unset ac_cv_header_png_h
16691 for ac_header in png.h
16693 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16695 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16696 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16697 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16698 echo $ECHO_N "(cached) $ECHO_C" >&6
16700 ac_res=`eval echo '${'$as_ac_Header'}'`
16701 { echo "$as_me:$LINENO: result: $ac_res" >&5
16702 echo "${ECHO_T}$ac_res" >&6; }
16703 else
16704 # Is the header compilable?
16705 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16706 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16707 cat >conftest.$ac_ext <<_ACEOF
16708 /* confdefs.h. */
16709 _ACEOF
16710 cat confdefs.h >>conftest.$ac_ext
16711 cat >>conftest.$ac_ext <<_ACEOF
16712 /* end confdefs.h. */
16713 $ac_includes_default
16714 #include <$ac_header>
16715 _ACEOF
16716 rm -f conftest.$ac_objext
16717 if { (ac_try="$ac_compile"
16718 case "(($ac_try" in
16719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16720 *) ac_try_echo=$ac_try;;
16721 esac
16722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16723 (eval "$ac_compile") 2>conftest.er1
16724 ac_status=$?
16725 grep -v '^ *+' conftest.er1 >conftest.err
16726 rm -f conftest.er1
16727 cat conftest.err >&5
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest.$ac_objext; then
16733 ac_header_compiler=yes
16734 else
16735 echo "$as_me: failed program was:" >&5
16736 sed 's/^/| /' conftest.$ac_ext >&5
16738 ac_header_compiler=no
16741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16742 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16743 echo "${ECHO_T}$ac_header_compiler" >&6; }
16745 # Is the header present?
16746 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16747 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16748 cat >conftest.$ac_ext <<_ACEOF
16749 /* confdefs.h. */
16750 _ACEOF
16751 cat confdefs.h >>conftest.$ac_ext
16752 cat >>conftest.$ac_ext <<_ACEOF
16753 /* end confdefs.h. */
16754 #include <$ac_header>
16755 _ACEOF
16756 if { (ac_try="$ac_cpp conftest.$ac_ext"
16757 case "(($ac_try" in
16758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16759 *) ac_try_echo=$ac_try;;
16760 esac
16761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16762 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16763 ac_status=$?
16764 grep -v '^ *+' conftest.er1 >conftest.err
16765 rm -f conftest.er1
16766 cat conftest.err >&5
16767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16768 (exit $ac_status); } >/dev/null && {
16769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16770 test ! -s conftest.err
16771 }; then
16772 ac_header_preproc=yes
16773 else
16774 echo "$as_me: failed program was:" >&5
16775 sed 's/^/| /' conftest.$ac_ext >&5
16777 ac_header_preproc=no
16780 rm -f conftest.err conftest.$ac_ext
16781 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16782 echo "${ECHO_T}$ac_header_preproc" >&6; }
16784 # So? What about this header?
16785 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16786 yes:no: )
16787 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16788 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16789 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16790 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16791 ac_header_preproc=yes
16793 no:yes:* )
16794 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16795 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16796 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16797 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16798 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16799 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16800 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16801 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16802 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16803 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16804 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16805 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16806 ( cat <<\_ASBOX
16807 ## ------------------------------------ ##
16808 ## Report this to wine-devel@winehq.org ##
16809 ## ------------------------------------ ##
16810 _ASBOX
16811 ) | sed "s/^/$as_me: WARNING: /" >&2
16813 esac
16814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16817 echo $ECHO_N "(cached) $ECHO_C" >&6
16818 else
16819 eval "$as_ac_Header=\$ac_header_preproc"
16821 ac_res=`eval echo '${'$as_ac_Header'}'`
16822 { echo "$as_me:$LINENO: result: $ac_res" >&5
16823 echo "${ECHO_T}$ac_res" >&6; }
16826 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16827 cat >>confdefs.h <<_ACEOF
16828 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16829 _ACEOF
16833 done
16835 CPPFLAGS="$ac_save_CPPFLAGS"
16836 if test "$ac_cv_header_png_h" = "yes"
16837 then
16838 PNGINCL="$X_CFLAGS"
16840 { echo "$as_me:$LINENO: checking for -lpng" >&5
16841 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16842 if test "${ac_cv_lib_soname_png+set}" = set; then
16843 echo $ECHO_N "(cached) $ECHO_C" >&6
16844 else
16845 ac_check_soname_save_LIBS=$LIBS
16846 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16847 cat >conftest.$ac_ext <<_ACEOF
16848 /* confdefs.h. */
16849 _ACEOF
16850 cat confdefs.h >>conftest.$ac_ext
16851 cat >>conftest.$ac_ext <<_ACEOF
16852 /* end confdefs.h. */
16854 /* Override any GCC internal prototype to avoid an error.
16855 Use char because int might match the return type of a GCC
16856 builtin and then its argument prototype would still apply. */
16857 #ifdef __cplusplus
16858 extern "C"
16859 #endif
16860 char png_create_read_struct ();
16862 main ()
16864 return png_create_read_struct ();
16866 return 0;
16868 _ACEOF
16869 rm -f conftest.$ac_objext conftest$ac_exeext
16870 if { (ac_try="$ac_link"
16871 case "(($ac_try" in
16872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16873 *) ac_try_echo=$ac_try;;
16874 esac
16875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16876 (eval "$ac_link") 2>conftest.er1
16877 ac_status=$?
16878 grep -v '^ *+' conftest.er1 >conftest.err
16879 rm -f conftest.er1
16880 cat conftest.err >&5
16881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16882 (exit $ac_status); } && {
16883 test -z "$ac_c_werror_flag" ||
16884 test ! -s conftest.err
16885 } && test -s conftest$ac_exeext &&
16886 $as_test_x conftest$ac_exeext; then
16887 case "$LIBEXT" in
16888 dll) ;;
16889 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'` ;;
16890 *) 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'` ;;
16891 esac
16892 else
16893 echo "$as_me: failed program was:" >&5
16894 sed 's/^/| /' conftest.$ac_ext >&5
16899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16900 conftest$ac_exeext conftest.$ac_ext
16901 LIBS=$ac_check_soname_save_LIBS
16903 if test "x$ac_cv_lib_soname_png" = "x"; then
16904 { echo "$as_me:$LINENO: result: not found" >&5
16905 echo "${ECHO_T}not found" >&6; }
16907 else
16908 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16909 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16911 cat >>confdefs.h <<_ACEOF
16912 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16913 _ACEOF
16920 if test "x$ac_cv_lib_soname_png" = "x"; then
16921 case "x$with_png" in
16922 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16923 xno) ;;
16924 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16925 This is an error since --with-png was requested." >&5
16926 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16927 This is an error since --with-png was requested." >&2;}
16928 { (exit 1); exit 1; }; } ;;
16929 esac
16933 if test "$ac_cv_header_mpg123_h" = "yes"
16934 then
16935 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
16936 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
16937 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
16938 echo $ECHO_N "(cached) $ECHO_C" >&6
16939 else
16940 ac_check_lib_save_LIBS=$LIBS
16941 LIBS="-lmpg123 $LIBS"
16942 cat >conftest.$ac_ext <<_ACEOF
16943 /* confdefs.h. */
16944 _ACEOF
16945 cat confdefs.h >>conftest.$ac_ext
16946 cat >>conftest.$ac_ext <<_ACEOF
16947 /* end confdefs.h. */
16949 /* Override any GCC internal prototype to avoid an error.
16950 Use char because int might match the return type of a GCC
16951 builtin and then its argument prototype would still apply. */
16952 #ifdef __cplusplus
16953 extern "C"
16954 #endif
16955 char mpg123_feed ();
16957 main ()
16959 return mpg123_feed ();
16961 return 0;
16963 _ACEOF
16964 rm -f conftest.$ac_objext conftest$ac_exeext
16965 if { (ac_try="$ac_link"
16966 case "(($ac_try" in
16967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16968 *) ac_try_echo=$ac_try;;
16969 esac
16970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16971 (eval "$ac_link") 2>conftest.er1
16972 ac_status=$?
16973 grep -v '^ *+' conftest.er1 >conftest.err
16974 rm -f conftest.er1
16975 cat conftest.err >&5
16976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16977 (exit $ac_status); } && {
16978 test -z "$ac_c_werror_flag" ||
16979 test ! -s conftest.err
16980 } && test -s conftest$ac_exeext &&
16981 $as_test_x conftest$ac_exeext; then
16982 ac_cv_lib_mpg123_mpg123_feed=yes
16983 else
16984 echo "$as_me: failed program was:" >&5
16985 sed 's/^/| /' conftest.$ac_ext >&5
16987 ac_cv_lib_mpg123_mpg123_feed=no
16990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16991 conftest$ac_exeext conftest.$ac_ext
16992 LIBS=$ac_check_lib_save_LIBS
16994 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16995 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16996 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
16997 LIBMPG123="-lmpg123"
17002 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
17003 case "x$with_mpg123" in
17004 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
17005 xno) ;;
17006 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17007 This is an error since --with-mpg123 was requested." >&5
17008 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17009 This is an error since --with-mpg123 was requested." >&2;}
17010 { (exit 1); exit 1; }; } ;;
17011 esac
17014 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
17016 if test "$ac_cv_header_AL_al_h" = "yes"
17017 then
17018 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
17019 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
17020 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
17021 echo $ECHO_N "(cached) $ECHO_C" >&6
17022 else
17023 ac_check_lib_save_LIBS=$LIBS
17024 LIBS="-lopenal $LIBS"
17025 cat >conftest.$ac_ext <<_ACEOF
17026 /* confdefs.h. */
17027 _ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17032 /* Override any GCC internal prototype to avoid an error.
17033 Use char because int might match the return type of a GCC
17034 builtin and then its argument prototype would still apply. */
17035 #ifdef __cplusplus
17036 extern "C"
17037 #endif
17038 char alGetSource3i ();
17040 main ()
17042 return alGetSource3i ();
17044 return 0;
17046 _ACEOF
17047 rm -f conftest.$ac_objext conftest$ac_exeext
17048 if { (ac_try="$ac_link"
17049 case "(($ac_try" in
17050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17051 *) ac_try_echo=$ac_try;;
17052 esac
17053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17054 (eval "$ac_link") 2>conftest.er1
17055 ac_status=$?
17056 grep -v '^ *+' conftest.er1 >conftest.err
17057 rm -f conftest.er1
17058 cat conftest.err >&5
17059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17060 (exit $ac_status); } && {
17061 test -z "$ac_c_werror_flag" ||
17062 test ! -s conftest.err
17063 } && test -s conftest$ac_exeext &&
17064 $as_test_x conftest$ac_exeext; then
17065 ac_cv_lib_openal_alGetSource3i=yes
17066 else
17067 echo "$as_me: failed program was:" >&5
17068 sed 's/^/| /' conftest.$ac_ext >&5
17070 ac_cv_lib_openal_alGetSource3i=no
17073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17074 conftest$ac_exeext conftest.$ac_ext
17075 LIBS=$ac_check_lib_save_LIBS
17077 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
17078 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
17079 if test $ac_cv_lib_openal_alGetSource3i = yes; then
17080 LIBOPENAL="-lopenal"
17085 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
17086 case "x$with_openal" in
17087 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
17088 xno) ;;
17089 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17090 This is an error since --with-openal was requested." >&5
17091 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17092 This is an error since --with-openal was requested." >&2;}
17093 { (exit 1); exit 1; }; } ;;
17094 esac
17097 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
17099 if test "$ac_cv_header_kstat_h" = "yes"
17100 then
17101 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17102 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17103 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17104 echo $ECHO_N "(cached) $ECHO_C" >&6
17105 else
17106 ac_check_lib_save_LIBS=$LIBS
17107 LIBS="-lkstat $LIBS"
17108 cat >conftest.$ac_ext <<_ACEOF
17109 /* confdefs.h. */
17110 _ACEOF
17111 cat confdefs.h >>conftest.$ac_ext
17112 cat >>conftest.$ac_ext <<_ACEOF
17113 /* end confdefs.h. */
17115 /* Override any GCC internal prototype to avoid an error.
17116 Use char because int might match the return type of a GCC
17117 builtin and then its argument prototype would still apply. */
17118 #ifdef __cplusplus
17119 extern "C"
17120 #endif
17121 char kstat_open ();
17123 main ()
17125 return kstat_open ();
17127 return 0;
17129 _ACEOF
17130 rm -f conftest.$ac_objext conftest$ac_exeext
17131 if { (ac_try="$ac_link"
17132 case "(($ac_try" in
17133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17134 *) ac_try_echo=$ac_try;;
17135 esac
17136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17137 (eval "$ac_link") 2>conftest.er1
17138 ac_status=$?
17139 grep -v '^ *+' conftest.er1 >conftest.err
17140 rm -f conftest.er1
17141 cat conftest.err >&5
17142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17143 (exit $ac_status); } && {
17144 test -z "$ac_c_werror_flag" ||
17145 test ! -s conftest.err
17146 } && test -s conftest$ac_exeext &&
17147 $as_test_x conftest$ac_exeext; then
17148 ac_cv_lib_kstat_kstat_open=yes
17149 else
17150 echo "$as_me: failed program was:" >&5
17151 sed 's/^/| /' conftest.$ac_ext >&5
17153 ac_cv_lib_kstat_kstat_open=no
17156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17157 conftest$ac_exeext conftest.$ac_ext
17158 LIBS=$ac_check_lib_save_LIBS
17160 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17161 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17162 if test $ac_cv_lib_kstat_kstat_open = yes; then
17164 cat >>confdefs.h <<\_ACEOF
17165 #define HAVE_LIBKSTAT 1
17166 _ACEOF
17168 LIBKSTAT="-lkstat"
17174 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17175 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17176 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17177 echo $ECHO_N "(cached) $ECHO_C" >&6
17178 else
17179 ac_check_soname_save_LIBS=$LIBS
17180 LIBS="-lodbc $LIBS"
17181 cat >conftest.$ac_ext <<_ACEOF
17182 /* confdefs.h. */
17183 _ACEOF
17184 cat confdefs.h >>conftest.$ac_ext
17185 cat >>conftest.$ac_ext <<_ACEOF
17186 /* end confdefs.h. */
17188 /* Override any GCC internal prototype to avoid an error.
17189 Use char because int might match the return type of a GCC
17190 builtin and then its argument prototype would still apply. */
17191 #ifdef __cplusplus
17192 extern "C"
17193 #endif
17194 char SQLConnect ();
17196 main ()
17198 return SQLConnect ();
17200 return 0;
17202 _ACEOF
17203 rm -f conftest.$ac_objext conftest$ac_exeext
17204 if { (ac_try="$ac_link"
17205 case "(($ac_try" in
17206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17207 *) ac_try_echo=$ac_try;;
17208 esac
17209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17210 (eval "$ac_link") 2>conftest.er1
17211 ac_status=$?
17212 grep -v '^ *+' conftest.er1 >conftest.err
17213 rm -f conftest.er1
17214 cat conftest.err >&5
17215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17216 (exit $ac_status); } && {
17217 test -z "$ac_c_werror_flag" ||
17218 test ! -s conftest.err
17219 } && test -s conftest$ac_exeext &&
17220 $as_test_x conftest$ac_exeext; then
17221 case "$LIBEXT" in
17222 dll) ;;
17223 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'` ;;
17224 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17225 esac
17226 else
17227 echo "$as_me: failed program was:" >&5
17228 sed 's/^/| /' conftest.$ac_ext >&5
17233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17234 conftest$ac_exeext conftest.$ac_ext
17235 LIBS=$ac_check_soname_save_LIBS
17237 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17238 { echo "$as_me:$LINENO: result: not found" >&5
17239 echo "${ECHO_T}not found" >&6; }
17240 cat >>confdefs.h <<_ACEOF
17241 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17242 _ACEOF
17244 else
17245 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17246 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17248 cat >>confdefs.h <<_ACEOF
17249 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17250 _ACEOF
17256 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17257 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17258 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17259 "$ac_cv_header_soundcard_h" != "yes" -a \
17260 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17261 then
17262 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17266 EXTRACFLAGS=""
17268 if test "x${GCC}" = "xyes"
17269 then
17270 EXTRACFLAGS="-Wall -pipe"
17272 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17273 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17274 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17275 echo $ECHO_N "(cached) $ECHO_C" >&6
17276 else
17277 if test "$cross_compiling" = yes; then
17278 ac_cv_c_gcc_strength_bug="yes"
17279 else
17280 cat >conftest.$ac_ext <<_ACEOF
17281 /* confdefs.h. */
17282 _ACEOF
17283 cat confdefs.h >>conftest.$ac_ext
17284 cat >>conftest.$ac_ext <<_ACEOF
17285 /* end confdefs.h. */
17286 int L[4] = {0,1,2,3};
17288 main ()
17290 static int Array[3];
17291 unsigned int B = 3;
17292 int i;
17293 for(i=0; i<B; i++) Array[i] = i - 3;
17294 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17295 L[i] = 4;
17296 return (Array[1] != -2 || L[2] != 3)
17298 return 0;
17300 _ACEOF
17301 rm -f conftest$ac_exeext
17302 if { (ac_try="$ac_link"
17303 case "(($ac_try" in
17304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17305 *) ac_try_echo=$ac_try;;
17306 esac
17307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17308 (eval "$ac_link") 2>&5
17309 ac_status=$?
17310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17311 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17312 { (case "(($ac_try" in
17313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17314 *) ac_try_echo=$ac_try;;
17315 esac
17316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17317 (eval "$ac_try") 2>&5
17318 ac_status=$?
17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17320 (exit $ac_status); }; }; then
17321 ac_cv_c_gcc_strength_bug="no"
17322 else
17323 echo "$as_me: program exited with status $ac_status" >&5
17324 echo "$as_me: failed program was:" >&5
17325 sed 's/^/| /' conftest.$ac_ext >&5
17327 ( exit $ac_status )
17328 ac_cv_c_gcc_strength_bug="yes"
17330 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17335 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17336 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17337 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17338 then
17339 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17342 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17343 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17344 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17345 echo $ECHO_N "(cached) $ECHO_C" >&6
17346 else
17347 ac_wine_try_cflags_saved=$CFLAGS
17348 CFLAGS="$CFLAGS -fno-builtin"
17349 cat >conftest.$ac_ext <<_ACEOF
17350 /* confdefs.h. */
17351 _ACEOF
17352 cat confdefs.h >>conftest.$ac_ext
17353 cat >>conftest.$ac_ext <<_ACEOF
17354 /* end confdefs.h. */
17355 int main(int argc, char *argv) { return 0; }
17356 _ACEOF
17357 rm -f conftest.$ac_objext conftest$ac_exeext
17358 if { (ac_try="$ac_link"
17359 case "(($ac_try" in
17360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17361 *) ac_try_echo=$ac_try;;
17362 esac
17363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17364 (eval "$ac_link") 2>conftest.er1
17365 ac_status=$?
17366 grep -v '^ *+' conftest.er1 >conftest.err
17367 rm -f conftest.er1
17368 cat conftest.err >&5
17369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17370 (exit $ac_status); } && {
17371 test -z "$ac_c_werror_flag" ||
17372 test ! -s conftest.err
17373 } && test -s conftest$ac_exeext &&
17374 $as_test_x conftest$ac_exeext; then
17375 ac_cv_cflags__fno_builtin=yes
17376 else
17377 echo "$as_me: failed program was:" >&5
17378 sed 's/^/| /' conftest.$ac_ext >&5
17380 ac_cv_cflags__fno_builtin=no
17383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17384 conftest$ac_exeext conftest.$ac_ext
17385 CFLAGS=$ac_wine_try_cflags_saved
17387 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17388 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17389 if test $ac_cv_cflags__fno_builtin = yes; then
17390 BUILTINFLAG="-fno-builtin"
17394 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17395 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17396 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17397 echo $ECHO_N "(cached) $ECHO_C" >&6
17398 else
17399 ac_wine_try_cflags_saved=$CFLAGS
17400 CFLAGS="$CFLAGS -fno-strict-aliasing"
17401 cat >conftest.$ac_ext <<_ACEOF
17402 /* confdefs.h. */
17403 _ACEOF
17404 cat confdefs.h >>conftest.$ac_ext
17405 cat >>conftest.$ac_ext <<_ACEOF
17406 /* end confdefs.h. */
17407 int main(int argc, char *argv) { return 0; }
17408 _ACEOF
17409 rm -f conftest.$ac_objext conftest$ac_exeext
17410 if { (ac_try="$ac_link"
17411 case "(($ac_try" in
17412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17413 *) ac_try_echo=$ac_try;;
17414 esac
17415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17416 (eval "$ac_link") 2>conftest.er1
17417 ac_status=$?
17418 grep -v '^ *+' conftest.er1 >conftest.err
17419 rm -f conftest.er1
17420 cat conftest.err >&5
17421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17422 (exit $ac_status); } && {
17423 test -z "$ac_c_werror_flag" ||
17424 test ! -s conftest.err
17425 } && test -s conftest$ac_exeext &&
17426 $as_test_x conftest$ac_exeext; then
17427 ac_cv_cflags__fno_strict_aliasing=yes
17428 else
17429 echo "$as_me: failed program was:" >&5
17430 sed 's/^/| /' conftest.$ac_ext >&5
17432 ac_cv_cflags__fno_strict_aliasing=no
17435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17436 conftest$ac_exeext conftest.$ac_ext
17437 CFLAGS=$ac_wine_try_cflags_saved
17439 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17440 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17441 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17442 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17445 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17446 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17447 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17448 echo $ECHO_N "(cached) $ECHO_C" >&6
17449 else
17450 ac_wine_try_cflags_saved=$CFLAGS
17451 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17452 cat >conftest.$ac_ext <<_ACEOF
17453 /* confdefs.h. */
17454 _ACEOF
17455 cat confdefs.h >>conftest.$ac_ext
17456 cat >>conftest.$ac_ext <<_ACEOF
17457 /* end confdefs.h. */
17458 int main(int argc, char *argv) { return 0; }
17459 _ACEOF
17460 rm -f conftest.$ac_objext conftest$ac_exeext
17461 if { (ac_try="$ac_link"
17462 case "(($ac_try" in
17463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17464 *) ac_try_echo=$ac_try;;
17465 esac
17466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17467 (eval "$ac_link") 2>conftest.er1
17468 ac_status=$?
17469 grep -v '^ *+' conftest.er1 >conftest.err
17470 rm -f conftest.er1
17471 cat conftest.err >&5
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); } && {
17474 test -z "$ac_c_werror_flag" ||
17475 test ! -s conftest.err
17476 } && test -s conftest$ac_exeext &&
17477 $as_test_x conftest$ac_exeext; then
17478 ac_cv_cflags__Wdeclaration_after_statement=yes
17479 else
17480 echo "$as_me: failed program was:" >&5
17481 sed 's/^/| /' conftest.$ac_ext >&5
17483 ac_cv_cflags__Wdeclaration_after_statement=no
17486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17487 conftest$ac_exeext conftest.$ac_ext
17488 CFLAGS=$ac_wine_try_cflags_saved
17490 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17491 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17492 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17493 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17496 { echo "$as_me:$LINENO: checking whether the compiler supports -Wstrict-prototypes" >&5
17497 echo $ECHO_N "checking whether the compiler supports -Wstrict-prototypes... $ECHO_C" >&6; }
17498 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then
17499 echo $ECHO_N "(cached) $ECHO_C" >&6
17500 else
17501 ac_wine_try_cflags_saved=$CFLAGS
17502 CFLAGS="$CFLAGS -Wstrict-prototypes"
17503 cat >conftest.$ac_ext <<_ACEOF
17504 /* confdefs.h. */
17505 _ACEOF
17506 cat confdefs.h >>conftest.$ac_ext
17507 cat >>conftest.$ac_ext <<_ACEOF
17508 /* end confdefs.h. */
17509 int main(int argc, char *argv) { return 0; }
17510 _ACEOF
17511 rm -f conftest.$ac_objext conftest$ac_exeext
17512 if { (ac_try="$ac_link"
17513 case "(($ac_try" in
17514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17515 *) ac_try_echo=$ac_try;;
17516 esac
17517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17518 (eval "$ac_link") 2>conftest.er1
17519 ac_status=$?
17520 grep -v '^ *+' conftest.er1 >conftest.err
17521 rm -f conftest.er1
17522 cat conftest.err >&5
17523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17524 (exit $ac_status); } && {
17525 test -z "$ac_c_werror_flag" ||
17526 test ! -s conftest.err
17527 } && test -s conftest$ac_exeext &&
17528 $as_test_x conftest$ac_exeext; then
17529 ac_cv_cflags__Wstrict_prototypes=yes
17530 else
17531 echo "$as_me: failed program was:" >&5
17532 sed 's/^/| /' conftest.$ac_ext >&5
17534 ac_cv_cflags__Wstrict_prototypes=no
17537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17538 conftest$ac_exeext conftest.$ac_ext
17539 CFLAGS=$ac_wine_try_cflags_saved
17541 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17542 echo "${ECHO_T}$ac_cv_cflags__Wstrict_prototypes" >&6; }
17543 if test $ac_cv_cflags__Wstrict_prototypes = yes; then
17544 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17547 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17548 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17549 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17550 echo $ECHO_N "(cached) $ECHO_C" >&6
17551 else
17552 ac_wine_try_cflags_saved=$CFLAGS
17553 CFLAGS="$CFLAGS -Wwrite-strings"
17554 cat >conftest.$ac_ext <<_ACEOF
17555 /* confdefs.h. */
17556 _ACEOF
17557 cat confdefs.h >>conftest.$ac_ext
17558 cat >>conftest.$ac_ext <<_ACEOF
17559 /* end confdefs.h. */
17560 int main(int argc, char *argv) { return 0; }
17561 _ACEOF
17562 rm -f conftest.$ac_objext conftest$ac_exeext
17563 if { (ac_try="$ac_link"
17564 case "(($ac_try" in
17565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17566 *) ac_try_echo=$ac_try;;
17567 esac
17568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17569 (eval "$ac_link") 2>conftest.er1
17570 ac_status=$?
17571 grep -v '^ *+' conftest.er1 >conftest.err
17572 rm -f conftest.er1
17573 cat conftest.err >&5
17574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); } && {
17576 test -z "$ac_c_werror_flag" ||
17577 test ! -s conftest.err
17578 } && test -s conftest$ac_exeext &&
17579 $as_test_x conftest$ac_exeext; then
17580 ac_cv_cflags__Wwrite_strings=yes
17581 else
17582 echo "$as_me: failed program was:" >&5
17583 sed 's/^/| /' conftest.$ac_ext >&5
17585 ac_cv_cflags__Wwrite_strings=no
17588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17589 conftest$ac_exeext conftest.$ac_ext
17590 CFLAGS=$ac_wine_try_cflags_saved
17592 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17593 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17594 if test $ac_cv_cflags__Wwrite_strings = yes; then
17595 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17598 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17599 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17600 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17601 echo $ECHO_N "(cached) $ECHO_C" >&6
17602 else
17603 ac_wine_try_cflags_saved=$CFLAGS
17604 CFLAGS="$CFLAGS -Wtype-limits"
17605 cat >conftest.$ac_ext <<_ACEOF
17606 /* confdefs.h. */
17607 _ACEOF
17608 cat confdefs.h >>conftest.$ac_ext
17609 cat >>conftest.$ac_ext <<_ACEOF
17610 /* end confdefs.h. */
17611 int main(int argc, char *argv) { return 0; }
17612 _ACEOF
17613 rm -f conftest.$ac_objext conftest$ac_exeext
17614 if { (ac_try="$ac_link"
17615 case "(($ac_try" in
17616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17617 *) ac_try_echo=$ac_try;;
17618 esac
17619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17620 (eval "$ac_link") 2>conftest.er1
17621 ac_status=$?
17622 grep -v '^ *+' conftest.er1 >conftest.err
17623 rm -f conftest.er1
17624 cat conftest.err >&5
17625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17626 (exit $ac_status); } && {
17627 test -z "$ac_c_werror_flag" ||
17628 test ! -s conftest.err
17629 } && test -s conftest$ac_exeext &&
17630 $as_test_x conftest$ac_exeext; then
17631 ac_cv_cflags__Wtype_limits=yes
17632 else
17633 echo "$as_me: failed program was:" >&5
17634 sed 's/^/| /' conftest.$ac_ext >&5
17636 ac_cv_cflags__Wtype_limits=no
17639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17640 conftest$ac_exeext conftest.$ac_ext
17641 CFLAGS=$ac_wine_try_cflags_saved
17643 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17644 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17645 if test $ac_cv_cflags__Wtype_limits = yes; then
17646 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17650 saved_CFLAGS="$CFLAGS"
17651 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17652 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17653 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17654 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17656 else
17657 cat >conftest.$ac_ext <<_ACEOF
17658 /* confdefs.h. */
17659 _ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17663 #include <string.h>
17665 main ()
17669 return 0;
17671 _ACEOF
17672 rm -f conftest.$ac_objext
17673 if { (ac_try="$ac_compile"
17674 case "(($ac_try" in
17675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17676 *) ac_try_echo=$ac_try;;
17677 esac
17678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17679 (eval "$ac_compile") 2>conftest.er1
17680 ac_status=$?
17681 grep -v '^ *+' conftest.er1 >conftest.err
17682 rm -f conftest.er1
17683 cat conftest.err >&5
17684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17685 (exit $ac_status); } && {
17686 test -z "$ac_c_werror_flag" ||
17687 test ! -s conftest.err
17688 } && test -s conftest.$ac_objext; then
17689 ac_cv_c_string_h_warnings=no
17690 else
17691 echo "$as_me: failed program was:" >&5
17692 sed 's/^/| /' conftest.$ac_ext >&5
17694 ac_cv_c_string_h_warnings=yes
17697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17699 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17700 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17701 CFLAGS="$saved_CFLAGS"
17702 if test "$ac_cv_c_string_h_warnings" = "no"
17703 then
17704 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17707 if test "${enable_maintainer_mode+set}" = set
17708 then
17709 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17710 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17711 if test "${ac_cv_cflags__Werror+set}" = set; then
17712 echo $ECHO_N "(cached) $ECHO_C" >&6
17713 else
17714 ac_wine_try_cflags_saved=$CFLAGS
17715 CFLAGS="$CFLAGS -Werror"
17716 cat >conftest.$ac_ext <<_ACEOF
17717 /* confdefs.h. */
17718 _ACEOF
17719 cat confdefs.h >>conftest.$ac_ext
17720 cat >>conftest.$ac_ext <<_ACEOF
17721 /* end confdefs.h. */
17722 int main(int argc, char *argv) { return 0; }
17723 _ACEOF
17724 rm -f conftest.$ac_objext conftest$ac_exeext
17725 if { (ac_try="$ac_link"
17726 case "(($ac_try" in
17727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17728 *) ac_try_echo=$ac_try;;
17729 esac
17730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17731 (eval "$ac_link") 2>conftest.er1
17732 ac_status=$?
17733 grep -v '^ *+' conftest.er1 >conftest.err
17734 rm -f conftest.er1
17735 cat conftest.err >&5
17736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17737 (exit $ac_status); } && {
17738 test -z "$ac_c_werror_flag" ||
17739 test ! -s conftest.err
17740 } && test -s conftest$ac_exeext &&
17741 $as_test_x conftest$ac_exeext; then
17742 ac_cv_cflags__Werror=yes
17743 else
17744 echo "$as_me: failed program was:" >&5
17745 sed 's/^/| /' conftest.$ac_ext >&5
17747 ac_cv_cflags__Werror=no
17750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17751 conftest$ac_exeext conftest.$ac_ext
17752 CFLAGS=$ac_wine_try_cflags_saved
17754 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17755 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17756 if test $ac_cv_cflags__Werror = yes; then
17757 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17762 saved_CFLAGS="$CFLAGS"
17763 CFLAGS="$CFLAGS -Werror"
17764 { echo "$as_me:$LINENO: checking for ms_hook_prologue attribute" >&5
17765 echo $ECHO_N "checking for ms_hook_prologue attribute... $ECHO_C" >&6; }
17766 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then
17767 echo $ECHO_N "(cached) $ECHO_C" >&6
17768 else
17769 cat >conftest.$ac_ext <<_ACEOF
17770 /* confdefs.h. */
17771 _ACEOF
17772 cat confdefs.h >>conftest.$ac_ext
17773 cat >>conftest.$ac_ext <<_ACEOF
17774 /* end confdefs.h. */
17775 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
17777 main ()
17781 return 0;
17783 _ACEOF
17784 rm -f conftest.$ac_objext
17785 if { (ac_try="$ac_compile"
17786 case "(($ac_try" in
17787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17788 *) ac_try_echo=$ac_try;;
17789 esac
17790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17791 (eval "$ac_compile") 2>conftest.er1
17792 ac_status=$?
17793 grep -v '^ *+' conftest.er1 >conftest.err
17794 rm -f conftest.er1
17795 cat conftest.err >&5
17796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17797 (exit $ac_status); } && {
17798 test -z "$ac_c_werror_flag" ||
17799 test ! -s conftest.err
17800 } && test -s conftest.$ac_objext; then
17801 ac_cv_have_ms_hook_prologue="yes"
17802 else
17803 echo "$as_me: failed program was:" >&5
17804 sed 's/^/| /' conftest.$ac_ext >&5
17806 ac_cv_have_ms_hook_prologue="no"
17809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17811 { echo "$as_me:$LINENO: result: $ac_cv_have_ms_hook_prologue" >&5
17812 echo "${ECHO_T}$ac_cv_have_ms_hook_prologue" >&6; }
17813 CFLAGS="$saved_CFLAGS"
17814 if test "$ac_cv_have_ms_hook_prologue" = "yes"
17815 then
17817 cat >>confdefs.h <<\_ACEOF
17818 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))
17819 _ACEOF
17821 else
17822 cat >>confdefs.h <<\_ACEOF
17823 #define DECLSPEC_HOTPATCH /* */
17824 _ACEOF
17830 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17831 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17832 if test "${ac_cv_c_extern_prefix+set}" = set; then
17833 echo $ECHO_N "(cached) $ECHO_C" >&6
17834 else
17835 cat >conftest.$ac_ext <<_ACEOF
17836 /* confdefs.h. */
17837 _ACEOF
17838 cat confdefs.h >>conftest.$ac_ext
17839 cat >>conftest.$ac_ext <<_ACEOF
17840 /* end confdefs.h. */
17841 extern int ac_test;
17843 main ()
17845 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17847 return 0;
17849 _ACEOF
17850 rm -f conftest.$ac_objext conftest$ac_exeext
17851 if { (ac_try="$ac_link"
17852 case "(($ac_try" in
17853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17854 *) ac_try_echo=$ac_try;;
17855 esac
17856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17857 (eval "$ac_link") 2>conftest.er1
17858 ac_status=$?
17859 grep -v '^ *+' conftest.er1 >conftest.err
17860 rm -f conftest.er1
17861 cat conftest.err >&5
17862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17863 (exit $ac_status); } && {
17864 test -z "$ac_c_werror_flag" ||
17865 test ! -s conftest.err
17866 } && test -s conftest$ac_exeext &&
17867 $as_test_x conftest$ac_exeext; then
17868 ac_cv_c_extern_prefix="yes"
17869 else
17870 echo "$as_me: failed program was:" >&5
17871 sed 's/^/| /' conftest.$ac_ext >&5
17873 ac_cv_c_extern_prefix="no"
17876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17877 conftest$ac_exeext conftest.$ac_ext
17879 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17880 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17882 case $host_cpu in
17883 *i[3456789]86*)
17884 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17885 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17886 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17887 echo $ECHO_N "(cached) $ECHO_C" >&6
17888 else
17889 cat >conftest.$ac_ext <<_ACEOF
17890 /* confdefs.h. */
17891 _ACEOF
17892 cat confdefs.h >>conftest.$ac_ext
17893 cat >>conftest.$ac_ext <<_ACEOF
17894 /* end confdefs.h. */
17895 #ifndef _MSC_VER
17896 #define __stdcall __attribute__((__stdcall__))
17897 #endif
17898 int __stdcall ac_test(int i) { return i; }
17900 main ()
17902 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17904 return 0;
17906 _ACEOF
17907 rm -f conftest.$ac_objext conftest$ac_exeext
17908 if { (ac_try="$ac_link"
17909 case "(($ac_try" in
17910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17911 *) ac_try_echo=$ac_try;;
17912 esac
17913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17914 (eval "$ac_link") 2>conftest.er1
17915 ac_status=$?
17916 grep -v '^ *+' conftest.er1 >conftest.err
17917 rm -f conftest.er1
17918 cat conftest.err >&5
17919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17920 (exit $ac_status); } && {
17921 test -z "$ac_c_werror_flag" ||
17922 test ! -s conftest.err
17923 } && test -s conftest$ac_exeext &&
17924 $as_test_x conftest$ac_exeext; then
17925 ac_cv_c_stdcall_suffix="yes"
17926 else
17927 echo "$as_me: failed program was:" >&5
17928 sed 's/^/| /' conftest.$ac_ext >&5
17930 ac_cv_c_stdcall_suffix="no"
17933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17934 conftest$ac_exeext conftest.$ac_ext
17936 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17937 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17938 *) ac_cv_c_stdcall_suffix="no" ;;
17939 esac
17943 if test "$ac_cv_c_extern_prefix" = "yes"
17944 then
17945 cat >>confdefs.h <<\_ACEOF
17946 #define __ASM_NAME(name) "_" name
17947 _ACEOF
17949 asm_name_prefix="_"
17950 else
17951 cat >>confdefs.h <<\_ACEOF
17952 #define __ASM_NAME(name) name
17953 _ACEOF
17955 asm_name_prefix=""
17960 if test "$ac_cv_c_stdcall_suffix" = "yes"
17961 then
17962 cat >>confdefs.h <<\_ACEOF
17963 #define __ASM_STDCALL(args) "@" #args
17964 _ACEOF
17966 else
17967 cat >>confdefs.h <<\_ACEOF
17968 #define __ASM_STDCALL(args) ""
17969 _ACEOF
17974 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17975 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17976 if test "${ac_cv_asm_func_def+set}" = set; then
17977 echo $ECHO_N "(cached) $ECHO_C" >&6
17978 else
17979 cat >conftest.$ac_ext <<_ACEOF
17980 /* confdefs.h. */
17981 _ACEOF
17982 cat confdefs.h >>conftest.$ac_ext
17983 cat >>conftest.$ac_ext <<_ACEOF
17984 /* end confdefs.h. */
17987 main ()
17989 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17991 return 0;
17993 _ACEOF
17994 rm -f conftest.$ac_objext conftest$ac_exeext
17995 if { (ac_try="$ac_link"
17996 case "(($ac_try" in
17997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17998 *) ac_try_echo=$ac_try;;
17999 esac
18000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001 (eval "$ac_link") 2>conftest.er1
18002 ac_status=$?
18003 grep -v '^ *+' conftest.er1 >conftest.err
18004 rm -f conftest.er1
18005 cat conftest.err >&5
18006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007 (exit $ac_status); } && {
18008 test -z "$ac_c_werror_flag" ||
18009 test ! -s conftest.err
18010 } && test -s conftest$ac_exeext &&
18011 $as_test_x conftest$ac_exeext; then
18012 ac_cv_asm_func_def=".def"
18013 else
18014 echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.$ac_ext >&5
18017 cat >conftest.$ac_ext <<_ACEOF
18018 /* confdefs.h. */
18019 _ACEOF
18020 cat confdefs.h >>conftest.$ac_ext
18021 cat >>conftest.$ac_ext <<_ACEOF
18022 /* end confdefs.h. */
18025 main ()
18027 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18029 return 0;
18031 _ACEOF
18032 rm -f conftest.$ac_objext conftest$ac_exeext
18033 if { (ac_try="$ac_link"
18034 case "(($ac_try" in
18035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18036 *) ac_try_echo=$ac_try;;
18037 esac
18038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18039 (eval "$ac_link") 2>conftest.er1
18040 ac_status=$?
18041 grep -v '^ *+' conftest.er1 >conftest.err
18042 rm -f conftest.er1
18043 cat conftest.err >&5
18044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18045 (exit $ac_status); } && {
18046 test -z "$ac_c_werror_flag" ||
18047 test ! -s conftest.err
18048 } && test -s conftest$ac_exeext &&
18049 $as_test_x conftest$ac_exeext; then
18050 ac_cv_asm_func_def=".type @function"
18051 else
18052 echo "$as_me: failed program was:" >&5
18053 sed 's/^/| /' conftest.$ac_ext >&5
18055 cat >conftest.$ac_ext <<_ACEOF
18056 /* confdefs.h. */
18057 _ACEOF
18058 cat confdefs.h >>conftest.$ac_ext
18059 cat >>conftest.$ac_ext <<_ACEOF
18060 /* end confdefs.h. */
18063 main ()
18065 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18067 return 0;
18069 _ACEOF
18070 rm -f conftest.$ac_objext conftest$ac_exeext
18071 if { (ac_try="$ac_link"
18072 case "(($ac_try" in
18073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18074 *) ac_try_echo=$ac_try;;
18075 esac
18076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18077 (eval "$ac_link") 2>conftest.er1
18078 ac_status=$?
18079 grep -v '^ *+' conftest.er1 >conftest.err
18080 rm -f conftest.er1
18081 cat conftest.err >&5
18082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); } && {
18084 test -z "$ac_c_werror_flag" ||
18085 test ! -s conftest.err
18086 } && test -s conftest$ac_exeext &&
18087 $as_test_x conftest$ac_exeext; then
18088 ac_cv_asm_func_def=".type 2"
18089 else
18090 echo "$as_me: failed program was:" >&5
18091 sed 's/^/| /' conftest.$ac_ext >&5
18093 ac_cv_asm_func_def="unknown"
18096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18097 conftest$ac_exeext conftest.$ac_ext
18100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18101 conftest$ac_exeext conftest.$ac_ext
18104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18105 conftest$ac_exeext conftest.$ac_ext
18107 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18108 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
18112 case "$ac_cv_asm_func_def" in
18113 ".def")
18114 cat >>confdefs.h <<\_ACEOF
18115 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18116 _ACEOF
18118 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18119 ".type @function")
18120 cat >>confdefs.h <<\_ACEOF
18121 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18122 _ACEOF
18124 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18125 ".type 2")
18126 cat >>confdefs.h <<\_ACEOF
18127 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18128 _ACEOF
18130 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18132 cat >>confdefs.h <<\_ACEOF
18133 #define __ASM_FUNC(name) ""
18134 _ACEOF
18136 asm_func_header="" ;;
18137 esac
18139 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18140 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
18141 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18142 echo $ECHO_N "(cached) $ECHO_C" >&6
18143 else
18144 cat >conftest.$ac_ext <<_ACEOF
18145 /* confdefs.h. */
18146 _ACEOF
18147 cat confdefs.h >>conftest.$ac_ext
18148 cat >>conftest.$ac_ext <<_ACEOF
18149 /* end confdefs.h. */
18150 asm(".text\n\t.long 0");
18152 main ()
18156 return 0;
18158 _ACEOF
18159 rm -f conftest.$ac_objext
18160 if { (ac_try="$ac_compile"
18161 case "(($ac_try" in
18162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18163 *) ac_try_echo=$ac_try;;
18164 esac
18165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18166 (eval "$ac_compile") 2>conftest.er1
18167 ac_status=$?
18168 grep -v '^ *+' conftest.er1 >conftest.err
18169 rm -f conftest.er1
18170 cat conftest.err >&5
18171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18172 (exit $ac_status); } && {
18173 test -z "$ac_c_werror_flag" ||
18174 test ! -s conftest.err
18175 } && test -s conftest.$ac_objext; then
18176 ac_cv_c_asm_outside_funcs="yes"
18177 else
18178 echo "$as_me: failed program was:" >&5
18179 sed 's/^/| /' conftest.$ac_ext >&5
18181 ac_cv_c_asm_outside_funcs="no"
18184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18186 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18187 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18189 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18190 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18191 if test "${ac_cv_c_dot_previous+set}" = set; then
18192 echo $ECHO_N "(cached) $ECHO_C" >&6
18193 else
18194 cat >conftest.$ac_ext <<_ACEOF
18195 /* confdefs.h. */
18196 _ACEOF
18197 cat confdefs.h >>conftest.$ac_ext
18198 cat >>conftest.$ac_ext <<_ACEOF
18199 /* end confdefs.h. */
18202 main ()
18204 asm(".text\nac_test:\t.long 0\n\t.previous");
18206 return 0;
18208 _ACEOF
18209 rm -f conftest.$ac_objext conftest$ac_exeext
18210 if { (ac_try="$ac_link"
18211 case "(($ac_try" in
18212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18213 *) ac_try_echo=$ac_try;;
18214 esac
18215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18216 (eval "$ac_link") 2>conftest.er1
18217 ac_status=$?
18218 grep -v '^ *+' conftest.er1 >conftest.err
18219 rm -f conftest.er1
18220 cat conftest.err >&5
18221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); } && {
18223 test -z "$ac_c_werror_flag" ||
18224 test ! -s conftest.err
18225 } && test -s conftest$ac_exeext &&
18226 $as_test_x conftest$ac_exeext; then
18227 ac_cv_c_dot_previous="yes"
18228 else
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18232 ac_cv_c_dot_previous="no"
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18238 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18239 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18241 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18242 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18243 if test "${ac_cv_c_cfi_support+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18245 else
18246 cat >conftest.$ac_ext <<_ACEOF
18247 /* confdefs.h. */
18248 _ACEOF
18249 cat confdefs.h >>conftest.$ac_ext
18250 cat >>conftest.$ac_ext <<_ACEOF
18251 /* end confdefs.h. */
18252 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18254 main ()
18258 return 0;
18260 _ACEOF
18261 rm -f conftest.$ac_objext
18262 if { (ac_try="$ac_compile"
18263 case "(($ac_try" in
18264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18265 *) ac_try_echo=$ac_try;;
18266 esac
18267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18268 (eval "$ac_compile") 2>conftest.er1
18269 ac_status=$?
18270 grep -v '^ *+' conftest.er1 >conftest.err
18271 rm -f conftest.er1
18272 cat conftest.err >&5
18273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18274 (exit $ac_status); } && {
18275 test -z "$ac_c_werror_flag" ||
18276 test ! -s conftest.err
18277 } && test -s conftest.$ac_objext; then
18278 ac_cv_c_cfi_support="yes"
18279 else
18280 echo "$as_me: failed program was:" >&5
18281 sed 's/^/| /' conftest.$ac_ext >&5
18283 ac_cv_c_cfi_support="no"
18286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18288 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18289 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18291 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18292 asm_func_trailer=""
18293 if test "$ac_cv_c_dot_previous" = "yes"
18294 then
18295 asm_func_trailer="\\n\\t.previous"
18297 if test "$ac_cv_c_cfi_support" = "yes"
18298 then
18299 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18300 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18302 cat >>confdefs.h <<\_ACEOF
18303 #define __ASM_CFI(str) str
18304 _ACEOF
18306 else
18307 cat >>confdefs.h <<\_ACEOF
18308 #define __ASM_CFI(str) ""
18309 _ACEOF
18313 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18317 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18318 then
18319 cat >>confdefs.h <<_ACEOF
18320 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18321 _ACEOF
18323 else
18324 cat >>confdefs.h <<_ACEOF
18325 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18326 _ACEOF
18330 cat >>confdefs.h <<\_ACEOF
18331 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18332 _ACEOF
18335 cat >>confdefs.h <<\_ACEOF
18336 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18337 _ACEOF
18341 LDPATH=""
18343 case $build_os in
18344 cygwin*|mingw32*)
18345 TOOLSEXT=".exe"
18347 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18349 darwin*|macosx*)
18352 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18354 esac
18356 case $host_os in
18357 mingw32*)
18358 CRTLIBS="-lmsvcrt"
18360 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18363 esac
18365 MAIN_BINARY="wine"
18367 test -z "$with_wine64" || MAIN_BINARY="wine32"
18369 case $host_cpu in
18370 *i[3456789]86*)
18371 case $host_os in
18372 linux*)
18373 EXTRA_BINARIES="wine-preloader"
18375 esac
18377 esac
18380 ac_save_CFLAGS="$CFLAGS"
18381 CFLAGS="$CFLAGS $BUILTINFLAG"
18453 for ac_func in \
18454 _pclose \
18455 _popen \
18456 _snprintf \
18457 _spawnvp \
18458 _strdup \
18459 _stricmp \
18460 _strnicmp \
18461 _strtoi64 \
18462 _strtoui64 \
18463 _vsnprintf \
18464 asctime_r \
18465 chsize \
18466 dlopen \
18467 epoll_create \
18468 ffs \
18469 finite \
18470 fnmatch \
18471 fork \
18472 fpclass \
18473 fstatfs \
18474 fstatvfs \
18475 ftruncate \
18476 futimes \
18477 futimesat \
18478 getdirentries \
18479 getopt_long \
18480 getpagesize \
18481 getpwuid \
18482 gettid \
18483 gettimeofday \
18484 getuid \
18485 kqueue \
18486 lstat \
18487 memmove \
18488 mmap \
18489 pclose \
18490 pipe2 \
18491 poll \
18492 popen \
18493 prctl \
18494 pread \
18495 pwrite \
18496 readdir \
18497 readlink \
18498 sched_setaffinity \
18499 sched_yield \
18500 select \
18501 setproctitle \
18502 setrlimit \
18503 settimeofday \
18504 sigaltstack \
18505 sigprocmask \
18506 snprintf \
18507 spawnvp \
18508 statfs \
18509 statvfs \
18510 strcasecmp \
18511 strdup \
18512 strerror \
18513 strncasecmp \
18514 strtold \
18515 strtoll \
18516 strtoull \
18517 symlink \
18518 tcgetattr \
18519 thr_kill2 \
18520 timegm \
18521 usleep \
18522 vsnprintf \
18523 wait4 \
18524 waitpid \
18527 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18528 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18529 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18530 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18531 echo $ECHO_N "(cached) $ECHO_C" >&6
18532 else
18533 cat >conftest.$ac_ext <<_ACEOF
18534 /* confdefs.h. */
18535 _ACEOF
18536 cat confdefs.h >>conftest.$ac_ext
18537 cat >>conftest.$ac_ext <<_ACEOF
18538 /* end confdefs.h. */
18539 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18541 #define $ac_func innocuous_$ac_func
18543 /* System header to define __stub macros and hopefully few prototypes,
18544 which can conflict with char $ac_func (); below.
18545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18546 <limits.h> exists even on freestanding compilers. */
18548 #ifdef __STDC__
18549 # include <limits.h>
18550 #else
18551 # include <assert.h>
18552 #endif
18554 #undef $ac_func
18556 /* Override any GCC internal prototype to avoid an error.
18557 Use char because int might match the return type of a GCC
18558 builtin and then its argument prototype would still apply. */
18559 #ifdef __cplusplus
18560 extern "C"
18561 #endif
18562 char $ac_func ();
18563 /* The GNU C library defines this for functions which it implements
18564 to always fail with ENOSYS. Some functions are actually named
18565 something starting with __ and the normal name is an alias. */
18566 #if defined __stub_$ac_func || defined __stub___$ac_func
18567 choke me
18568 #endif
18571 main ()
18573 return $ac_func ();
18575 return 0;
18577 _ACEOF
18578 rm -f conftest.$ac_objext conftest$ac_exeext
18579 if { (ac_try="$ac_link"
18580 case "(($ac_try" in
18581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18582 *) ac_try_echo=$ac_try;;
18583 esac
18584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18585 (eval "$ac_link") 2>conftest.er1
18586 ac_status=$?
18587 grep -v '^ *+' conftest.er1 >conftest.err
18588 rm -f conftest.er1
18589 cat conftest.err >&5
18590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18591 (exit $ac_status); } && {
18592 test -z "$ac_c_werror_flag" ||
18593 test ! -s conftest.err
18594 } && test -s conftest$ac_exeext &&
18595 $as_test_x conftest$ac_exeext; then
18596 eval "$as_ac_var=yes"
18597 else
18598 echo "$as_me: failed program was:" >&5
18599 sed 's/^/| /' conftest.$ac_ext >&5
18601 eval "$as_ac_var=no"
18604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18605 conftest$ac_exeext conftest.$ac_ext
18607 ac_res=`eval echo '${'$as_ac_var'}'`
18608 { echo "$as_me:$LINENO: result: $ac_res" >&5
18609 echo "${ECHO_T}$ac_res" >&6; }
18610 if test `eval echo '${'$as_ac_var'}'` = yes; then
18611 cat >>confdefs.h <<_ACEOF
18612 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18613 _ACEOF
18616 done
18618 CFLAGS="$ac_save_CFLAGS"
18620 if test "$ac_cv_func_dlopen" = no
18621 then
18622 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18623 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18624 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18625 echo $ECHO_N "(cached) $ECHO_C" >&6
18626 else
18627 ac_check_lib_save_LIBS=$LIBS
18628 LIBS="-ldl $LIBS"
18629 cat >conftest.$ac_ext <<_ACEOF
18630 /* confdefs.h. */
18631 _ACEOF
18632 cat confdefs.h >>conftest.$ac_ext
18633 cat >>conftest.$ac_ext <<_ACEOF
18634 /* end confdefs.h. */
18636 /* Override any GCC internal prototype to avoid an error.
18637 Use char because int might match the return type of a GCC
18638 builtin and then its argument prototype would still apply. */
18639 #ifdef __cplusplus
18640 extern "C"
18641 #endif
18642 char dlopen ();
18644 main ()
18646 return dlopen ();
18648 return 0;
18650 _ACEOF
18651 rm -f conftest.$ac_objext conftest$ac_exeext
18652 if { (ac_try="$ac_link"
18653 case "(($ac_try" in
18654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18655 *) ac_try_echo=$ac_try;;
18656 esac
18657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18658 (eval "$ac_link") 2>conftest.er1
18659 ac_status=$?
18660 grep -v '^ *+' conftest.er1 >conftest.err
18661 rm -f conftest.er1
18662 cat conftest.err >&5
18663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18664 (exit $ac_status); } && {
18665 test -z "$ac_c_werror_flag" ||
18666 test ! -s conftest.err
18667 } && test -s conftest$ac_exeext &&
18668 $as_test_x conftest$ac_exeext; then
18669 ac_cv_lib_dl_dlopen=yes
18670 else
18671 echo "$as_me: failed program was:" >&5
18672 sed 's/^/| /' conftest.$ac_ext >&5
18674 ac_cv_lib_dl_dlopen=no
18677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18678 conftest$ac_exeext conftest.$ac_ext
18679 LIBS=$ac_check_lib_save_LIBS
18681 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18682 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18683 if test $ac_cv_lib_dl_dlopen = yes; then
18684 cat >>confdefs.h <<\_ACEOF
18685 #define HAVE_DLOPEN 1
18686 _ACEOF
18687 LIBDL="-ldl"
18692 ac_wine_check_funcs_save_LIBS="$LIBS"
18693 LIBS="$LIBS $LIBDL"
18695 for ac_func in dladdr
18697 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18698 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18699 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18700 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18701 echo $ECHO_N "(cached) $ECHO_C" >&6
18702 else
18703 cat >conftest.$ac_ext <<_ACEOF
18704 /* confdefs.h. */
18705 _ACEOF
18706 cat confdefs.h >>conftest.$ac_ext
18707 cat >>conftest.$ac_ext <<_ACEOF
18708 /* end confdefs.h. */
18709 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18710 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18711 #define $ac_func innocuous_$ac_func
18713 /* System header to define __stub macros and hopefully few prototypes,
18714 which can conflict with char $ac_func (); below.
18715 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18716 <limits.h> exists even on freestanding compilers. */
18718 #ifdef __STDC__
18719 # include <limits.h>
18720 #else
18721 # include <assert.h>
18722 #endif
18724 #undef $ac_func
18726 /* Override any GCC internal prototype to avoid an error.
18727 Use char because int might match the return type of a GCC
18728 builtin and then its argument prototype would still apply. */
18729 #ifdef __cplusplus
18730 extern "C"
18731 #endif
18732 char $ac_func ();
18733 /* The GNU C library defines this for functions which it implements
18734 to always fail with ENOSYS. Some functions are actually named
18735 something starting with __ and the normal name is an alias. */
18736 #if defined __stub_$ac_func || defined __stub___$ac_func
18737 choke me
18738 #endif
18741 main ()
18743 return $ac_func ();
18745 return 0;
18747 _ACEOF
18748 rm -f conftest.$ac_objext conftest$ac_exeext
18749 if { (ac_try="$ac_link"
18750 case "(($ac_try" in
18751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18752 *) ac_try_echo=$ac_try;;
18753 esac
18754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18755 (eval "$ac_link") 2>conftest.er1
18756 ac_status=$?
18757 grep -v '^ *+' conftest.er1 >conftest.err
18758 rm -f conftest.er1
18759 cat conftest.err >&5
18760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761 (exit $ac_status); } && {
18762 test -z "$ac_c_werror_flag" ||
18763 test ! -s conftest.err
18764 } && test -s conftest$ac_exeext &&
18765 $as_test_x conftest$ac_exeext; then
18766 eval "$as_ac_var=yes"
18767 else
18768 echo "$as_me: failed program was:" >&5
18769 sed 's/^/| /' conftest.$ac_ext >&5
18771 eval "$as_ac_var=no"
18774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18775 conftest$ac_exeext conftest.$ac_ext
18777 ac_res=`eval echo '${'$as_ac_var'}'`
18778 { echo "$as_me:$LINENO: result: $ac_res" >&5
18779 echo "${ECHO_T}$ac_res" >&6; }
18780 if test `eval echo '${'$as_ac_var'}'` = yes; then
18781 cat >>confdefs.h <<_ACEOF
18782 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18783 _ACEOF
18786 done
18788 LIBS="$ac_wine_check_funcs_save_LIBS"
18790 if test "$ac_cv_func_poll" = no
18791 then
18792 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18793 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18794 if test "${ac_cv_lib_poll_poll+set}" = set; then
18795 echo $ECHO_N "(cached) $ECHO_C" >&6
18796 else
18797 ac_check_lib_save_LIBS=$LIBS
18798 LIBS="-lpoll $LIBS"
18799 cat >conftest.$ac_ext <<_ACEOF
18800 /* confdefs.h. */
18801 _ACEOF
18802 cat confdefs.h >>conftest.$ac_ext
18803 cat >>conftest.$ac_ext <<_ACEOF
18804 /* end confdefs.h. */
18806 /* Override any GCC internal prototype to avoid an error.
18807 Use char because int might match the return type of a GCC
18808 builtin and then its argument prototype would still apply. */
18809 #ifdef __cplusplus
18810 extern "C"
18811 #endif
18812 char poll ();
18814 main ()
18816 return poll ();
18818 return 0;
18820 _ACEOF
18821 rm -f conftest.$ac_objext conftest$ac_exeext
18822 if { (ac_try="$ac_link"
18823 case "(($ac_try" in
18824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18825 *) ac_try_echo=$ac_try;;
18826 esac
18827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18828 (eval "$ac_link") 2>conftest.er1
18829 ac_status=$?
18830 grep -v '^ *+' conftest.er1 >conftest.err
18831 rm -f conftest.er1
18832 cat conftest.err >&5
18833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18834 (exit $ac_status); } && {
18835 test -z "$ac_c_werror_flag" ||
18836 test ! -s conftest.err
18837 } && test -s conftest$ac_exeext &&
18838 $as_test_x conftest$ac_exeext; then
18839 ac_cv_lib_poll_poll=yes
18840 else
18841 echo "$as_me: failed program was:" >&5
18842 sed 's/^/| /' conftest.$ac_ext >&5
18844 ac_cv_lib_poll_poll=no
18847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18848 conftest$ac_exeext conftest.$ac_ext
18849 LIBS=$ac_check_lib_save_LIBS
18851 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18852 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18853 if test $ac_cv_lib_poll_poll = yes; then
18854 cat >>confdefs.h <<\_ACEOF
18855 #define HAVE_POLL 1
18856 _ACEOF
18857 LIBPOLL="-lpoll"
18863 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18864 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18865 if test "${ac_cv_search_gethostbyname+set}" = set; then
18866 echo $ECHO_N "(cached) $ECHO_C" >&6
18867 else
18868 ac_func_search_save_LIBS=$LIBS
18869 cat >conftest.$ac_ext <<_ACEOF
18870 /* confdefs.h. */
18871 _ACEOF
18872 cat confdefs.h >>conftest.$ac_ext
18873 cat >>conftest.$ac_ext <<_ACEOF
18874 /* end confdefs.h. */
18876 /* Override any GCC internal prototype to avoid an error.
18877 Use char because int might match the return type of a GCC
18878 builtin and then its argument prototype would still apply. */
18879 #ifdef __cplusplus
18880 extern "C"
18881 #endif
18882 char gethostbyname ();
18884 main ()
18886 return gethostbyname ();
18888 return 0;
18890 _ACEOF
18891 for ac_lib in '' nsl; do
18892 if test -z "$ac_lib"; then
18893 ac_res="none required"
18894 else
18895 ac_res=-l$ac_lib
18896 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18898 rm -f conftest.$ac_objext conftest$ac_exeext
18899 if { (ac_try="$ac_link"
18900 case "(($ac_try" in
18901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18902 *) ac_try_echo=$ac_try;;
18903 esac
18904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18905 (eval "$ac_link") 2>conftest.er1
18906 ac_status=$?
18907 grep -v '^ *+' conftest.er1 >conftest.err
18908 rm -f conftest.er1
18909 cat conftest.err >&5
18910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18911 (exit $ac_status); } && {
18912 test -z "$ac_c_werror_flag" ||
18913 test ! -s conftest.err
18914 } && test -s conftest$ac_exeext &&
18915 $as_test_x conftest$ac_exeext; then
18916 ac_cv_search_gethostbyname=$ac_res
18917 else
18918 echo "$as_me: failed program was:" >&5
18919 sed 's/^/| /' conftest.$ac_ext >&5
18924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18925 conftest$ac_exeext
18926 if test "${ac_cv_search_gethostbyname+set}" = set; then
18927 break
18929 done
18930 if test "${ac_cv_search_gethostbyname+set}" = set; then
18932 else
18933 ac_cv_search_gethostbyname=no
18935 rm conftest.$ac_ext
18936 LIBS=$ac_func_search_save_LIBS
18938 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18939 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18940 ac_res=$ac_cv_search_gethostbyname
18941 if test "$ac_res" != no; then
18942 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18947 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18948 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18949 if test "${ac_cv_search_connect+set}" = set; then
18950 echo $ECHO_N "(cached) $ECHO_C" >&6
18951 else
18952 ac_func_search_save_LIBS=$LIBS
18953 cat >conftest.$ac_ext <<_ACEOF
18954 /* confdefs.h. */
18955 _ACEOF
18956 cat confdefs.h >>conftest.$ac_ext
18957 cat >>conftest.$ac_ext <<_ACEOF
18958 /* end confdefs.h. */
18960 /* Override any GCC internal prototype to avoid an error.
18961 Use char because int might match the return type of a GCC
18962 builtin and then its argument prototype would still apply. */
18963 #ifdef __cplusplus
18964 extern "C"
18965 #endif
18966 char connect ();
18968 main ()
18970 return connect ();
18972 return 0;
18974 _ACEOF
18975 for ac_lib in '' socket; do
18976 if test -z "$ac_lib"; then
18977 ac_res="none required"
18978 else
18979 ac_res=-l$ac_lib
18980 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18982 rm -f conftest.$ac_objext conftest$ac_exeext
18983 if { (ac_try="$ac_link"
18984 case "(($ac_try" in
18985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18986 *) ac_try_echo=$ac_try;;
18987 esac
18988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18989 (eval "$ac_link") 2>conftest.er1
18990 ac_status=$?
18991 grep -v '^ *+' conftest.er1 >conftest.err
18992 rm -f conftest.er1
18993 cat conftest.err >&5
18994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); } && {
18996 test -z "$ac_c_werror_flag" ||
18997 test ! -s conftest.err
18998 } && test -s conftest$ac_exeext &&
18999 $as_test_x conftest$ac_exeext; then
19000 ac_cv_search_connect=$ac_res
19001 else
19002 echo "$as_me: failed program was:" >&5
19003 sed 's/^/| /' conftest.$ac_ext >&5
19008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19009 conftest$ac_exeext
19010 if test "${ac_cv_search_connect+set}" = set; then
19011 break
19013 done
19014 if test "${ac_cv_search_connect+set}" = set; then
19016 else
19017 ac_cv_search_connect=no
19019 rm conftest.$ac_ext
19020 LIBS=$ac_func_search_save_LIBS
19022 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19023 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
19024 ac_res=$ac_cv_search_connect
19025 if test "$ac_res" != no; then
19026 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19031 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19032 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
19033 if test "${ac_cv_search_inet_aton+set}" = set; then
19034 echo $ECHO_N "(cached) $ECHO_C" >&6
19035 else
19036 ac_func_search_save_LIBS=$LIBS
19037 cat >conftest.$ac_ext <<_ACEOF
19038 /* confdefs.h. */
19039 _ACEOF
19040 cat confdefs.h >>conftest.$ac_ext
19041 cat >>conftest.$ac_ext <<_ACEOF
19042 /* end confdefs.h. */
19044 /* Override any GCC internal prototype to avoid an error.
19045 Use char because int might match the return type of a GCC
19046 builtin and then its argument prototype would still apply. */
19047 #ifdef __cplusplus
19048 extern "C"
19049 #endif
19050 char inet_aton ();
19052 main ()
19054 return inet_aton ();
19056 return 0;
19058 _ACEOF
19059 for ac_lib in '' resolv; do
19060 if test -z "$ac_lib"; then
19061 ac_res="none required"
19062 else
19063 ac_res=-l$ac_lib
19064 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19066 rm -f conftest.$ac_objext conftest$ac_exeext
19067 if { (ac_try="$ac_link"
19068 case "(($ac_try" in
19069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19070 *) ac_try_echo=$ac_try;;
19071 esac
19072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19073 (eval "$ac_link") 2>conftest.er1
19074 ac_status=$?
19075 grep -v '^ *+' conftest.er1 >conftest.err
19076 rm -f conftest.er1
19077 cat conftest.err >&5
19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19079 (exit $ac_status); } && {
19080 test -z "$ac_c_werror_flag" ||
19081 test ! -s conftest.err
19082 } && test -s conftest$ac_exeext &&
19083 $as_test_x conftest$ac_exeext; then
19084 ac_cv_search_inet_aton=$ac_res
19085 else
19086 echo "$as_me: failed program was:" >&5
19087 sed 's/^/| /' conftest.$ac_ext >&5
19092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19093 conftest$ac_exeext
19094 if test "${ac_cv_search_inet_aton+set}" = set; then
19095 break
19097 done
19098 if test "${ac_cv_search_inet_aton+set}" = set; then
19100 else
19101 ac_cv_search_inet_aton=no
19103 rm conftest.$ac_ext
19104 LIBS=$ac_func_search_save_LIBS
19106 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19107 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
19108 ac_res=$ac_cv_search_inet_aton
19109 if test "$ac_res" != no; then
19110 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19126 for ac_func in \
19127 getaddrinfo \
19128 getnameinfo \
19129 getnetbyname \
19130 getprotobyname \
19131 getprotobynumber \
19132 getservbyport \
19133 inet_network \
19134 inet_ntop \
19135 inet_pton \
19136 sendmsg \
19137 socketpair \
19140 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19141 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19142 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19143 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19144 echo $ECHO_N "(cached) $ECHO_C" >&6
19145 else
19146 cat >conftest.$ac_ext <<_ACEOF
19147 /* confdefs.h. */
19148 _ACEOF
19149 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19152 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19153 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19154 #define $ac_func innocuous_$ac_func
19156 /* System header to define __stub macros and hopefully few prototypes,
19157 which can conflict with char $ac_func (); below.
19158 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19159 <limits.h> exists even on freestanding compilers. */
19161 #ifdef __STDC__
19162 # include <limits.h>
19163 #else
19164 # include <assert.h>
19165 #endif
19167 #undef $ac_func
19169 /* Override any GCC internal prototype to avoid an error.
19170 Use char because int might match the return type of a GCC
19171 builtin and then its argument prototype would still apply. */
19172 #ifdef __cplusplus
19173 extern "C"
19174 #endif
19175 char $ac_func ();
19176 /* The GNU C library defines this for functions which it implements
19177 to always fail with ENOSYS. Some functions are actually named
19178 something starting with __ and the normal name is an alias. */
19179 #if defined __stub_$ac_func || defined __stub___$ac_func
19180 choke me
19181 #endif
19184 main ()
19186 return $ac_func ();
19188 return 0;
19190 _ACEOF
19191 rm -f conftest.$ac_objext conftest$ac_exeext
19192 if { (ac_try="$ac_link"
19193 case "(($ac_try" in
19194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19196 esac
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_link") 2>conftest.er1
19199 ac_status=$?
19200 grep -v '^ *+' conftest.er1 >conftest.err
19201 rm -f conftest.er1
19202 cat conftest.err >&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest$ac_exeext &&
19208 $as_test_x conftest$ac_exeext; then
19209 eval "$as_ac_var=yes"
19210 else
19211 echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.$ac_ext >&5
19214 eval "$as_ac_var=no"
19217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19218 conftest$ac_exeext conftest.$ac_ext
19220 ac_res=`eval echo '${'$as_ac_var'}'`
19221 { echo "$as_me:$LINENO: result: $ac_res" >&5
19222 echo "${ECHO_T}$ac_res" >&6; }
19223 if test `eval echo '${'$as_ac_var'}'` = yes; then
19224 cat >>confdefs.h <<_ACEOF
19225 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19226 _ACEOF
19229 done
19232 LDAPLIBS=""
19234 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19235 then
19236 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19237 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19238 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19239 echo $ECHO_N "(cached) $ECHO_C" >&6
19240 else
19241 cat >conftest.$ac_ext <<_ACEOF
19242 /* confdefs.h. */
19243 _ACEOF
19244 cat confdefs.h >>conftest.$ac_ext
19245 cat >>conftest.$ac_ext <<_ACEOF
19246 /* end confdefs.h. */
19247 #include <ldap.h>
19249 typedef LDAPSortKey ac__type_new_;
19251 main ()
19253 if ((ac__type_new_ *) 0)
19254 return 0;
19255 if (sizeof (ac__type_new_))
19256 return 0;
19258 return 0;
19260 _ACEOF
19261 rm -f conftest.$ac_objext
19262 if { (ac_try="$ac_compile"
19263 case "(($ac_try" in
19264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19265 *) ac_try_echo=$ac_try;;
19266 esac
19267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19268 (eval "$ac_compile") 2>conftest.er1
19269 ac_status=$?
19270 grep -v '^ *+' conftest.er1 >conftest.err
19271 rm -f conftest.er1
19272 cat conftest.err >&5
19273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19274 (exit $ac_status); } && {
19275 test -z "$ac_c_werror_flag" ||
19276 test ! -s conftest.err
19277 } && test -s conftest.$ac_objext; then
19278 ac_cv_type_LDAPSortKey=yes
19279 else
19280 echo "$as_me: failed program was:" >&5
19281 sed 's/^/| /' conftest.$ac_ext >&5
19283 ac_cv_type_LDAPSortKey=no
19286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19288 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19289 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19290 if test $ac_cv_type_LDAPSortKey = yes; then
19291 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19292 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19293 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19294 echo $ECHO_N "(cached) $ECHO_C" >&6
19295 else
19296 ac_check_lib_save_LIBS=$LIBS
19297 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19298 cat >conftest.$ac_ext <<_ACEOF
19299 /* confdefs.h. */
19300 _ACEOF
19301 cat confdefs.h >>conftest.$ac_ext
19302 cat >>conftest.$ac_ext <<_ACEOF
19303 /* end confdefs.h. */
19305 /* Override any GCC internal prototype to avoid an error.
19306 Use char because int might match the return type of a GCC
19307 builtin and then its argument prototype would still apply. */
19308 #ifdef __cplusplus
19309 extern "C"
19310 #endif
19311 char ldap_initialize ();
19313 main ()
19315 return ldap_initialize ();
19317 return 0;
19319 _ACEOF
19320 rm -f conftest.$ac_objext conftest$ac_exeext
19321 if { (ac_try="$ac_link"
19322 case "(($ac_try" in
19323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19324 *) ac_try_echo=$ac_try;;
19325 esac
19326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19327 (eval "$ac_link") 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } && {
19334 test -z "$ac_c_werror_flag" ||
19335 test ! -s conftest.err
19336 } && test -s conftest$ac_exeext &&
19337 $as_test_x conftest$ac_exeext; then
19338 ac_cv_lib_ldap_r_ldap_initialize=yes
19339 else
19340 echo "$as_me: failed program was:" >&5
19341 sed 's/^/| /' conftest.$ac_ext >&5
19343 ac_cv_lib_ldap_r_ldap_initialize=no
19346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19347 conftest$ac_exeext conftest.$ac_ext
19348 LIBS=$ac_check_lib_save_LIBS
19350 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19351 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19352 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19353 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19354 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19355 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19356 echo $ECHO_N "(cached) $ECHO_C" >&6
19357 else
19358 ac_check_lib_save_LIBS=$LIBS
19359 LIBS="-llber $LIBPTHREAD $LIBS"
19360 cat >conftest.$ac_ext <<_ACEOF
19361 /* confdefs.h. */
19362 _ACEOF
19363 cat confdefs.h >>conftest.$ac_ext
19364 cat >>conftest.$ac_ext <<_ACEOF
19365 /* end confdefs.h. */
19367 /* Override any GCC internal prototype to avoid an error.
19368 Use char because int might match the return type of a GCC
19369 builtin and then its argument prototype would still apply. */
19370 #ifdef __cplusplus
19371 extern "C"
19372 #endif
19373 char ber_init ();
19375 main ()
19377 return ber_init ();
19379 return 0;
19381 _ACEOF
19382 rm -f conftest.$ac_objext conftest$ac_exeext
19383 if { (ac_try="$ac_link"
19384 case "(($ac_try" in
19385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19386 *) ac_try_echo=$ac_try;;
19387 esac
19388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19389 (eval "$ac_link") 2>conftest.er1
19390 ac_status=$?
19391 grep -v '^ *+' conftest.er1 >conftest.err
19392 rm -f conftest.er1
19393 cat conftest.err >&5
19394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19395 (exit $ac_status); } && {
19396 test -z "$ac_c_werror_flag" ||
19397 test ! -s conftest.err
19398 } && test -s conftest$ac_exeext &&
19399 $as_test_x conftest$ac_exeext; then
19400 ac_cv_lib_lber_ber_init=yes
19401 else
19402 echo "$as_me: failed program was:" >&5
19403 sed 's/^/| /' conftest.$ac_ext >&5
19405 ac_cv_lib_lber_ber_init=no
19408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19409 conftest$ac_exeext conftest.$ac_ext
19410 LIBS=$ac_check_lib_save_LIBS
19412 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19413 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19414 if test $ac_cv_lib_lber_ber_init = yes; then
19416 cat >>confdefs.h <<\_ACEOF
19417 #define HAVE_LDAP 1
19418 _ACEOF
19420 LDAPLIBS="-lldap_r -llber"
19427 ac_wine_check_funcs_save_LIBS="$LIBS"
19428 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19437 for ac_func in \
19438 ldap_count_references \
19439 ldap_first_reference \
19440 ldap_next_reference \
19441 ldap_parse_reference \
19442 ldap_parse_sort_control \
19443 ldap_parse_sortresponse_control \
19444 ldap_parse_vlv_control \
19445 ldap_parse_vlvresponse_control
19447 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19448 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19449 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19450 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19451 echo $ECHO_N "(cached) $ECHO_C" >&6
19452 else
19453 cat >conftest.$ac_ext <<_ACEOF
19454 /* confdefs.h. */
19455 _ACEOF
19456 cat confdefs.h >>conftest.$ac_ext
19457 cat >>conftest.$ac_ext <<_ACEOF
19458 /* end confdefs.h. */
19459 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19460 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19461 #define $ac_func innocuous_$ac_func
19463 /* System header to define __stub macros and hopefully few prototypes,
19464 which can conflict with char $ac_func (); below.
19465 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19466 <limits.h> exists even on freestanding compilers. */
19468 #ifdef __STDC__
19469 # include <limits.h>
19470 #else
19471 # include <assert.h>
19472 #endif
19474 #undef $ac_func
19476 /* Override any GCC internal prototype to avoid an error.
19477 Use char because int might match the return type of a GCC
19478 builtin and then its argument prototype would still apply. */
19479 #ifdef __cplusplus
19480 extern "C"
19481 #endif
19482 char $ac_func ();
19483 /* The GNU C library defines this for functions which it implements
19484 to always fail with ENOSYS. Some functions are actually named
19485 something starting with __ and the normal name is an alias. */
19486 #if defined __stub_$ac_func || defined __stub___$ac_func
19487 choke me
19488 #endif
19491 main ()
19493 return $ac_func ();
19495 return 0;
19497 _ACEOF
19498 rm -f conftest.$ac_objext conftest$ac_exeext
19499 if { (ac_try="$ac_link"
19500 case "(($ac_try" in
19501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19502 *) ac_try_echo=$ac_try;;
19503 esac
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505 (eval "$ac_link") 2>conftest.er1
19506 ac_status=$?
19507 grep -v '^ *+' conftest.er1 >conftest.err
19508 rm -f conftest.er1
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest$ac_exeext &&
19515 $as_test_x conftest$ac_exeext; then
19516 eval "$as_ac_var=yes"
19517 else
19518 echo "$as_me: failed program was:" >&5
19519 sed 's/^/| /' conftest.$ac_ext >&5
19521 eval "$as_ac_var=no"
19524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19525 conftest$ac_exeext conftest.$ac_ext
19527 ac_res=`eval echo '${'$as_ac_var'}'`
19528 { echo "$as_me:$LINENO: result: $ac_res" >&5
19529 echo "${ECHO_T}$ac_res" >&6; }
19530 if test `eval echo '${'$as_ac_var'}'` = yes; then
19531 cat >>confdefs.h <<_ACEOF
19532 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19533 _ACEOF
19536 done
19538 LIBS="$ac_wine_check_funcs_save_LIBS"
19540 if test "x$LDAPLIBS" = "x"; then
19541 case "x$with_ldap" in
19542 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19543 xno) ;;
19544 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19545 This is an error since --with-ldap was requested." >&5
19546 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19547 This is an error since --with-ldap was requested." >&2;}
19548 { (exit 1); exit 1; }; } ;;
19549 esac
19553 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19554 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19555 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19556 echo $ECHO_N "(cached) $ECHO_C" >&6
19557 else
19558 cat >conftest.$ac_ext <<_ACEOF
19559 /* confdefs.h. */
19560 _ACEOF
19561 cat confdefs.h >>conftest.$ac_ext
19562 cat >>conftest.$ac_ext <<_ACEOF
19563 /* end confdefs.h. */
19564 #include <sys/stat.h>
19566 main ()
19568 mkdir("foo");
19570 return 0;
19572 _ACEOF
19573 rm -f conftest.$ac_objext
19574 if { (ac_try="$ac_compile"
19575 case "(($ac_try" in
19576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19577 *) ac_try_echo=$ac_try;;
19578 esac
19579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19580 (eval "$ac_compile") 2>conftest.er1
19581 ac_status=$?
19582 grep -v '^ *+' conftest.er1 >conftest.err
19583 rm -f conftest.er1
19584 cat conftest.err >&5
19585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586 (exit $ac_status); } && {
19587 test -z "$ac_c_werror_flag" ||
19588 test ! -s conftest.err
19589 } && test -s conftest.$ac_objext; then
19590 wine_cv_one_arg_mkdir=yes
19591 else
19592 echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.$ac_ext >&5
19595 wine_cv_one_arg_mkdir=no
19598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19600 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19601 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19602 if test "$wine_cv_one_arg_mkdir" = "yes"
19603 then
19605 cat >>confdefs.h <<\_ACEOF
19606 #define HAVE_ONE_ARG_MKDIR 1
19607 _ACEOF
19612 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19613 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19614 if test "${ac_cv_c_const+set}" = set; then
19615 echo $ECHO_N "(cached) $ECHO_C" >&6
19616 else
19617 cat >conftest.$ac_ext <<_ACEOF
19618 /* confdefs.h. */
19619 _ACEOF
19620 cat confdefs.h >>conftest.$ac_ext
19621 cat >>conftest.$ac_ext <<_ACEOF
19622 /* end confdefs.h. */
19625 main ()
19627 /* FIXME: Include the comments suggested by Paul. */
19628 #ifndef __cplusplus
19629 /* Ultrix mips cc rejects this. */
19630 typedef int charset[2];
19631 const charset cs;
19632 /* SunOS 4.1.1 cc rejects this. */
19633 char const *const *pcpcc;
19634 char **ppc;
19635 /* NEC SVR4.0.2 mips cc rejects this. */
19636 struct point {int x, y;};
19637 static struct point const zero = {0,0};
19638 /* AIX XL C 1.02.0.0 rejects this.
19639 It does not let you subtract one const X* pointer from another in
19640 an arm of an if-expression whose if-part is not a constant
19641 expression */
19642 const char *g = "string";
19643 pcpcc = &g + (g ? g-g : 0);
19644 /* HPUX 7.0 cc rejects these. */
19645 ++pcpcc;
19646 ppc = (char**) pcpcc;
19647 pcpcc = (char const *const *) ppc;
19648 { /* SCO 3.2v4 cc rejects this. */
19649 char *t;
19650 char const *s = 0 ? (char *) 0 : (char const *) 0;
19652 *t++ = 0;
19653 if (s) return 0;
19655 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19656 int x[] = {25, 17};
19657 const int *foo = &x[0];
19658 ++foo;
19660 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19661 typedef const int *iptr;
19662 iptr p = 0;
19663 ++p;
19665 { /* AIX XL C 1.02.0.0 rejects this saying
19666 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19667 struct s { int j; const int *ap[3]; };
19668 struct s *b; b->j = 5;
19670 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19671 const int foo = 10;
19672 if (!foo) return 0;
19674 return !cs[0] && !zero.x;
19675 #endif
19678 return 0;
19680 _ACEOF
19681 rm -f conftest.$ac_objext
19682 if { (ac_try="$ac_compile"
19683 case "(($ac_try" in
19684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19685 *) ac_try_echo=$ac_try;;
19686 esac
19687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19688 (eval "$ac_compile") 2>conftest.er1
19689 ac_status=$?
19690 grep -v '^ *+' conftest.er1 >conftest.err
19691 rm -f conftest.er1
19692 cat conftest.err >&5
19693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19694 (exit $ac_status); } && {
19695 test -z "$ac_c_werror_flag" ||
19696 test ! -s conftest.err
19697 } && test -s conftest.$ac_objext; then
19698 ac_cv_c_const=yes
19699 else
19700 echo "$as_me: failed program was:" >&5
19701 sed 's/^/| /' conftest.$ac_ext >&5
19703 ac_cv_c_const=no
19706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19708 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19709 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19710 if test $ac_cv_c_const = no; then
19712 cat >>confdefs.h <<\_ACEOF
19713 #define const
19714 _ACEOF
19718 { echo "$as_me:$LINENO: checking for inline" >&5
19719 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19720 if test "${ac_cv_c_inline+set}" = set; then
19721 echo $ECHO_N "(cached) $ECHO_C" >&6
19722 else
19723 ac_cv_c_inline=no
19724 for ac_kw in inline __inline__ __inline; do
19725 cat >conftest.$ac_ext <<_ACEOF
19726 /* confdefs.h. */
19727 _ACEOF
19728 cat confdefs.h >>conftest.$ac_ext
19729 cat >>conftest.$ac_ext <<_ACEOF
19730 /* end confdefs.h. */
19731 #ifndef __cplusplus
19732 typedef int foo_t;
19733 static $ac_kw foo_t static_foo () {return 0; }
19734 $ac_kw foo_t foo () {return 0; }
19735 #endif
19737 _ACEOF
19738 rm -f conftest.$ac_objext
19739 if { (ac_try="$ac_compile"
19740 case "(($ac_try" in
19741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19742 *) ac_try_echo=$ac_try;;
19743 esac
19744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19745 (eval "$ac_compile") 2>conftest.er1
19746 ac_status=$?
19747 grep -v '^ *+' conftest.er1 >conftest.err
19748 rm -f conftest.er1
19749 cat conftest.err >&5
19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); } && {
19752 test -z "$ac_c_werror_flag" ||
19753 test ! -s conftest.err
19754 } && test -s conftest.$ac_objext; then
19755 ac_cv_c_inline=$ac_kw
19756 else
19757 echo "$as_me: failed program was:" >&5
19758 sed 's/^/| /' conftest.$ac_ext >&5
19763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19764 test "$ac_cv_c_inline" != no && break
19765 done
19768 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19769 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19772 case $ac_cv_c_inline in
19773 inline | yes) ;;
19775 case $ac_cv_c_inline in
19776 no) ac_val=;;
19777 *) ac_val=$ac_cv_c_inline;;
19778 esac
19779 cat >>confdefs.h <<_ACEOF
19780 #ifndef __cplusplus
19781 #define inline $ac_val
19782 #endif
19783 _ACEOF
19785 esac
19787 { echo "$as_me:$LINENO: checking for mode_t" >&5
19788 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19789 if test "${ac_cv_type_mode_t+set}" = set; then
19790 echo $ECHO_N "(cached) $ECHO_C" >&6
19791 else
19792 cat >conftest.$ac_ext <<_ACEOF
19793 /* confdefs.h. */
19794 _ACEOF
19795 cat confdefs.h >>conftest.$ac_ext
19796 cat >>conftest.$ac_ext <<_ACEOF
19797 /* end confdefs.h. */
19798 $ac_includes_default
19799 typedef mode_t ac__type_new_;
19801 main ()
19803 if ((ac__type_new_ *) 0)
19804 return 0;
19805 if (sizeof (ac__type_new_))
19806 return 0;
19808 return 0;
19810 _ACEOF
19811 rm -f conftest.$ac_objext
19812 if { (ac_try="$ac_compile"
19813 case "(($ac_try" in
19814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19815 *) ac_try_echo=$ac_try;;
19816 esac
19817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19818 (eval "$ac_compile") 2>conftest.er1
19819 ac_status=$?
19820 grep -v '^ *+' conftest.er1 >conftest.err
19821 rm -f conftest.er1
19822 cat conftest.err >&5
19823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19824 (exit $ac_status); } && {
19825 test -z "$ac_c_werror_flag" ||
19826 test ! -s conftest.err
19827 } && test -s conftest.$ac_objext; then
19828 ac_cv_type_mode_t=yes
19829 else
19830 echo "$as_me: failed program was:" >&5
19831 sed 's/^/| /' conftest.$ac_ext >&5
19833 ac_cv_type_mode_t=no
19836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19838 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19839 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19840 if test $ac_cv_type_mode_t = yes; then
19842 cat >>confdefs.h <<_ACEOF
19843 #define HAVE_MODE_T 1
19844 _ACEOF
19848 { echo "$as_me:$LINENO: checking for off_t" >&5
19849 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19850 if test "${ac_cv_type_off_t+set}" = set; then
19851 echo $ECHO_N "(cached) $ECHO_C" >&6
19852 else
19853 cat >conftest.$ac_ext <<_ACEOF
19854 /* confdefs.h. */
19855 _ACEOF
19856 cat confdefs.h >>conftest.$ac_ext
19857 cat >>conftest.$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19859 $ac_includes_default
19860 typedef off_t ac__type_new_;
19862 main ()
19864 if ((ac__type_new_ *) 0)
19865 return 0;
19866 if (sizeof (ac__type_new_))
19867 return 0;
19869 return 0;
19871 _ACEOF
19872 rm -f conftest.$ac_objext
19873 if { (ac_try="$ac_compile"
19874 case "(($ac_try" in
19875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19876 *) ac_try_echo=$ac_try;;
19877 esac
19878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19879 (eval "$ac_compile") 2>conftest.er1
19880 ac_status=$?
19881 grep -v '^ *+' conftest.er1 >conftest.err
19882 rm -f conftest.er1
19883 cat conftest.err >&5
19884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19885 (exit $ac_status); } && {
19886 test -z "$ac_c_werror_flag" ||
19887 test ! -s conftest.err
19888 } && test -s conftest.$ac_objext; then
19889 ac_cv_type_off_t=yes
19890 else
19891 echo "$as_me: failed program was:" >&5
19892 sed 's/^/| /' conftest.$ac_ext >&5
19894 ac_cv_type_off_t=no
19897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19899 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19900 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19901 if test $ac_cv_type_off_t = yes; then
19903 cat >>confdefs.h <<_ACEOF
19904 #define HAVE_OFF_T 1
19905 _ACEOF
19909 { echo "$as_me:$LINENO: checking for pid_t" >&5
19910 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19911 if test "${ac_cv_type_pid_t+set}" = set; then
19912 echo $ECHO_N "(cached) $ECHO_C" >&6
19913 else
19914 cat >conftest.$ac_ext <<_ACEOF
19915 /* confdefs.h. */
19916 _ACEOF
19917 cat confdefs.h >>conftest.$ac_ext
19918 cat >>conftest.$ac_ext <<_ACEOF
19919 /* end confdefs.h. */
19920 $ac_includes_default
19921 typedef pid_t ac__type_new_;
19923 main ()
19925 if ((ac__type_new_ *) 0)
19926 return 0;
19927 if (sizeof (ac__type_new_))
19928 return 0;
19930 return 0;
19932 _ACEOF
19933 rm -f conftest.$ac_objext
19934 if { (ac_try="$ac_compile"
19935 case "(($ac_try" in
19936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19937 *) ac_try_echo=$ac_try;;
19938 esac
19939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19940 (eval "$ac_compile") 2>conftest.er1
19941 ac_status=$?
19942 grep -v '^ *+' conftest.er1 >conftest.err
19943 rm -f conftest.er1
19944 cat conftest.err >&5
19945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); } && {
19947 test -z "$ac_c_werror_flag" ||
19948 test ! -s conftest.err
19949 } && test -s conftest.$ac_objext; then
19950 ac_cv_type_pid_t=yes
19951 else
19952 echo "$as_me: failed program was:" >&5
19953 sed 's/^/| /' conftest.$ac_ext >&5
19955 ac_cv_type_pid_t=no
19958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19960 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19961 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19962 if test $ac_cv_type_pid_t = yes; then
19964 cat >>confdefs.h <<_ACEOF
19965 #define HAVE_PID_T 1
19966 _ACEOF
19970 { echo "$as_me:$LINENO: checking for size_t" >&5
19971 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19972 if test "${ac_cv_type_size_t+set}" = set; then
19973 echo $ECHO_N "(cached) $ECHO_C" >&6
19974 else
19975 cat >conftest.$ac_ext <<_ACEOF
19976 /* confdefs.h. */
19977 _ACEOF
19978 cat confdefs.h >>conftest.$ac_ext
19979 cat >>conftest.$ac_ext <<_ACEOF
19980 /* end confdefs.h. */
19981 $ac_includes_default
19982 typedef size_t ac__type_new_;
19984 main ()
19986 if ((ac__type_new_ *) 0)
19987 return 0;
19988 if (sizeof (ac__type_new_))
19989 return 0;
19991 return 0;
19993 _ACEOF
19994 rm -f conftest.$ac_objext
19995 if { (ac_try="$ac_compile"
19996 case "(($ac_try" in
19997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19998 *) ac_try_echo=$ac_try;;
19999 esac
20000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20001 (eval "$ac_compile") 2>conftest.er1
20002 ac_status=$?
20003 grep -v '^ *+' conftest.er1 >conftest.err
20004 rm -f conftest.er1
20005 cat conftest.err >&5
20006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007 (exit $ac_status); } && {
20008 test -z "$ac_c_werror_flag" ||
20009 test ! -s conftest.err
20010 } && test -s conftest.$ac_objext; then
20011 ac_cv_type_size_t=yes
20012 else
20013 echo "$as_me: failed program was:" >&5
20014 sed 's/^/| /' conftest.$ac_ext >&5
20016 ac_cv_type_size_t=no
20019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20021 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20022 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
20023 if test $ac_cv_type_size_t = yes; then
20025 cat >>confdefs.h <<_ACEOF
20026 #define HAVE_SIZE_T 1
20027 _ACEOF
20031 { echo "$as_me:$LINENO: checking for ssize_t" >&5
20032 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
20033 if test "${ac_cv_type_ssize_t+set}" = set; then
20034 echo $ECHO_N "(cached) $ECHO_C" >&6
20035 else
20036 cat >conftest.$ac_ext <<_ACEOF
20037 /* confdefs.h. */
20038 _ACEOF
20039 cat confdefs.h >>conftest.$ac_ext
20040 cat >>conftest.$ac_ext <<_ACEOF
20041 /* end confdefs.h. */
20042 $ac_includes_default
20043 typedef ssize_t ac__type_new_;
20045 main ()
20047 if ((ac__type_new_ *) 0)
20048 return 0;
20049 if (sizeof (ac__type_new_))
20050 return 0;
20052 return 0;
20054 _ACEOF
20055 rm -f conftest.$ac_objext
20056 if { (ac_try="$ac_compile"
20057 case "(($ac_try" in
20058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20059 *) ac_try_echo=$ac_try;;
20060 esac
20061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20062 (eval "$ac_compile") 2>conftest.er1
20063 ac_status=$?
20064 grep -v '^ *+' conftest.er1 >conftest.err
20065 rm -f conftest.er1
20066 cat conftest.err >&5
20067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20068 (exit $ac_status); } && {
20069 test -z "$ac_c_werror_flag" ||
20070 test ! -s conftest.err
20071 } && test -s conftest.$ac_objext; then
20072 ac_cv_type_ssize_t=yes
20073 else
20074 echo "$as_me: failed program was:" >&5
20075 sed 's/^/| /' conftest.$ac_ext >&5
20077 ac_cv_type_ssize_t=no
20080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20082 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20083 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
20084 if test $ac_cv_type_ssize_t = yes; then
20086 cat >>confdefs.h <<_ACEOF
20087 #define HAVE_SSIZE_T 1
20088 _ACEOF
20092 { echo "$as_me:$LINENO: checking for long long" >&5
20093 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
20094 if test "${ac_cv_type_long_long+set}" = set; then
20095 echo $ECHO_N "(cached) $ECHO_C" >&6
20096 else
20097 cat >conftest.$ac_ext <<_ACEOF
20098 /* confdefs.h. */
20099 _ACEOF
20100 cat confdefs.h >>conftest.$ac_ext
20101 cat >>conftest.$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 $ac_includes_default
20104 typedef long long ac__type_new_;
20106 main ()
20108 if ((ac__type_new_ *) 0)
20109 return 0;
20110 if (sizeof (ac__type_new_))
20111 return 0;
20113 return 0;
20115 _ACEOF
20116 rm -f conftest.$ac_objext
20117 if { (ac_try="$ac_compile"
20118 case "(($ac_try" in
20119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20120 *) ac_try_echo=$ac_try;;
20121 esac
20122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20123 (eval "$ac_compile") 2>conftest.er1
20124 ac_status=$?
20125 grep -v '^ *+' conftest.er1 >conftest.err
20126 rm -f conftest.er1
20127 cat conftest.err >&5
20128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20129 (exit $ac_status); } && {
20130 test -z "$ac_c_werror_flag" ||
20131 test ! -s conftest.err
20132 } && test -s conftest.$ac_objext; then
20133 ac_cv_type_long_long=yes
20134 else
20135 echo "$as_me: failed program was:" >&5
20136 sed 's/^/| /' conftest.$ac_ext >&5
20138 ac_cv_type_long_long=no
20141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20143 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20144 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
20145 if test $ac_cv_type_long_long = yes; then
20147 cat >>confdefs.h <<_ACEOF
20148 #define HAVE_LONG_LONG 1
20149 _ACEOF
20153 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20154 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
20155 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20156 echo $ECHO_N "(cached) $ECHO_C" >&6
20157 else
20158 cat >conftest.$ac_ext <<_ACEOF
20159 /* confdefs.h. */
20160 _ACEOF
20161 cat confdefs.h >>conftest.$ac_ext
20162 cat >>conftest.$ac_ext <<_ACEOF
20163 /* end confdefs.h. */
20164 $ac_includes_default
20165 typedef fsblkcnt_t ac__type_new_;
20167 main ()
20169 if ((ac__type_new_ *) 0)
20170 return 0;
20171 if (sizeof (ac__type_new_))
20172 return 0;
20174 return 0;
20176 _ACEOF
20177 rm -f conftest.$ac_objext
20178 if { (ac_try="$ac_compile"
20179 case "(($ac_try" in
20180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20181 *) ac_try_echo=$ac_try;;
20182 esac
20183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20184 (eval "$ac_compile") 2>conftest.er1
20185 ac_status=$?
20186 grep -v '^ *+' conftest.er1 >conftest.err
20187 rm -f conftest.er1
20188 cat conftest.err >&5
20189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20190 (exit $ac_status); } && {
20191 test -z "$ac_c_werror_flag" ||
20192 test ! -s conftest.err
20193 } && test -s conftest.$ac_objext; then
20194 ac_cv_type_fsblkcnt_t=yes
20195 else
20196 echo "$as_me: failed program was:" >&5
20197 sed 's/^/| /' conftest.$ac_ext >&5
20199 ac_cv_type_fsblkcnt_t=no
20202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20204 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20205 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20206 if test $ac_cv_type_fsblkcnt_t = yes; then
20208 cat >>confdefs.h <<_ACEOF
20209 #define HAVE_FSBLKCNT_T 1
20210 _ACEOF
20214 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20215 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20216 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20217 echo $ECHO_N "(cached) $ECHO_C" >&6
20218 else
20219 cat >conftest.$ac_ext <<_ACEOF
20220 /* confdefs.h. */
20221 _ACEOF
20222 cat confdefs.h >>conftest.$ac_ext
20223 cat >>conftest.$ac_ext <<_ACEOF
20224 /* end confdefs.h. */
20225 $ac_includes_default
20226 typedef fsfilcnt_t ac__type_new_;
20228 main ()
20230 if ((ac__type_new_ *) 0)
20231 return 0;
20232 if (sizeof (ac__type_new_))
20233 return 0;
20235 return 0;
20237 _ACEOF
20238 rm -f conftest.$ac_objext
20239 if { (ac_try="$ac_compile"
20240 case "(($ac_try" in
20241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20242 *) ac_try_echo=$ac_try;;
20243 esac
20244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20245 (eval "$ac_compile") 2>conftest.er1
20246 ac_status=$?
20247 grep -v '^ *+' conftest.er1 >conftest.err
20248 rm -f conftest.er1
20249 cat conftest.err >&5
20250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20251 (exit $ac_status); } && {
20252 test -z "$ac_c_werror_flag" ||
20253 test ! -s conftest.err
20254 } && test -s conftest.$ac_objext; then
20255 ac_cv_type_fsfilcnt_t=yes
20256 else
20257 echo "$as_me: failed program was:" >&5
20258 sed 's/^/| /' conftest.$ac_ext >&5
20260 ac_cv_type_fsfilcnt_t=no
20263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20265 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20266 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20267 if test $ac_cv_type_fsfilcnt_t = yes; then
20269 cat >>confdefs.h <<_ACEOF
20270 #define HAVE_FSFILCNT_T 1
20271 _ACEOF
20276 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20277 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20278 if test "${ac_cv_type_sigset_t+set}" = set; then
20279 echo $ECHO_N "(cached) $ECHO_C" >&6
20280 else
20281 cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h. */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #include <signal.h>
20290 typedef sigset_t ac__type_new_;
20292 main ()
20294 if ((ac__type_new_ *) 0)
20295 return 0;
20296 if (sizeof (ac__type_new_))
20297 return 0;
20299 return 0;
20301 _ACEOF
20302 rm -f conftest.$ac_objext
20303 if { (ac_try="$ac_compile"
20304 case "(($ac_try" in
20305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20306 *) ac_try_echo=$ac_try;;
20307 esac
20308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20309 (eval "$ac_compile") 2>conftest.er1
20310 ac_status=$?
20311 grep -v '^ *+' conftest.er1 >conftest.err
20312 rm -f conftest.er1
20313 cat conftest.err >&5
20314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20315 (exit $ac_status); } && {
20316 test -z "$ac_c_werror_flag" ||
20317 test ! -s conftest.err
20318 } && test -s conftest.$ac_objext; then
20319 ac_cv_type_sigset_t=yes
20320 else
20321 echo "$as_me: failed program was:" >&5
20322 sed 's/^/| /' conftest.$ac_ext >&5
20324 ac_cv_type_sigset_t=no
20327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20329 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20330 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20331 if test $ac_cv_type_sigset_t = yes; then
20333 cat >>confdefs.h <<_ACEOF
20334 #define HAVE_SIGSET_T 1
20335 _ACEOF
20340 { echo "$as_me:$LINENO: checking for request_sense" >&5
20341 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20342 if test "${ac_cv_type_request_sense+set}" = set; then
20343 echo $ECHO_N "(cached) $ECHO_C" >&6
20344 else
20345 cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h. */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h. */
20351 #include <linux/cdrom.h>
20353 typedef request_sense ac__type_new_;
20355 main ()
20357 if ((ac__type_new_ *) 0)
20358 return 0;
20359 if (sizeof (ac__type_new_))
20360 return 0;
20362 return 0;
20364 _ACEOF
20365 rm -f conftest.$ac_objext
20366 if { (ac_try="$ac_compile"
20367 case "(($ac_try" in
20368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20369 *) ac_try_echo=$ac_try;;
20370 esac
20371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20372 (eval "$ac_compile") 2>conftest.er1
20373 ac_status=$?
20374 grep -v '^ *+' conftest.er1 >conftest.err
20375 rm -f conftest.er1
20376 cat conftest.err >&5
20377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20378 (exit $ac_status); } && {
20379 test -z "$ac_c_werror_flag" ||
20380 test ! -s conftest.err
20381 } && test -s conftest.$ac_objext; then
20382 ac_cv_type_request_sense=yes
20383 else
20384 echo "$as_me: failed program was:" >&5
20385 sed 's/^/| /' conftest.$ac_ext >&5
20387 ac_cv_type_request_sense=no
20390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20392 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20393 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20394 if test $ac_cv_type_request_sense = yes; then
20396 cat >>confdefs.h <<_ACEOF
20397 #define HAVE_REQUEST_SENSE 1
20398 _ACEOF
20404 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20405 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20406 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20407 echo $ECHO_N "(cached) $ECHO_C" >&6
20408 else
20409 cat >conftest.$ac_ext <<_ACEOF
20410 /* confdefs.h. */
20411 _ACEOF
20412 cat confdefs.h >>conftest.$ac_ext
20413 cat >>conftest.$ac_ext <<_ACEOF
20414 /* end confdefs.h. */
20415 #include <sys/types.h>
20416 #ifdef HAVE_SYS_SOCKET_H
20417 #include <sys/socket.h>
20418 #endif
20419 #ifdef HAVE_SYS_SOCKETVAR_H
20420 #include <sys/socketvar.h>
20421 #endif
20422 #ifdef HAVE_NET_ROUTE_H
20423 #include <net/route.h>
20424 #endif
20425 #ifdef HAVE_NETINET_IN_H
20426 #include <netinet/in.h>
20427 #endif
20428 #ifdef HAVE_NETINET_IN_SYSTM_H
20429 #include <netinet/in_systm.h>
20430 #endif
20431 #ifdef HAVE_NETINET_IP_H
20432 #include <netinet/ip.h>
20433 #endif
20434 #ifdef HAVE_NETINET_IN_PCB_H
20435 #include <netinet/in_pcb.h>
20436 #endif
20438 typedef struct xinpgen ac__type_new_;
20440 main ()
20442 if ((ac__type_new_ *) 0)
20443 return 0;
20444 if (sizeof (ac__type_new_))
20445 return 0;
20447 return 0;
20449 _ACEOF
20450 rm -f conftest.$ac_objext
20451 if { (ac_try="$ac_compile"
20452 case "(($ac_try" in
20453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20454 *) ac_try_echo=$ac_try;;
20455 esac
20456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20457 (eval "$ac_compile") 2>conftest.er1
20458 ac_status=$?
20459 grep -v '^ *+' conftest.er1 >conftest.err
20460 rm -f conftest.er1
20461 cat conftest.err >&5
20462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463 (exit $ac_status); } && {
20464 test -z "$ac_c_werror_flag" ||
20465 test ! -s conftest.err
20466 } && test -s conftest.$ac_objext; then
20467 ac_cv_type_struct_xinpgen=yes
20468 else
20469 echo "$as_me: failed program was:" >&5
20470 sed 's/^/| /' conftest.$ac_ext >&5
20472 ac_cv_type_struct_xinpgen=no
20475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20477 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20478 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20479 if test $ac_cv_type_struct_xinpgen = yes; then
20481 cat >>confdefs.h <<_ACEOF
20482 #define HAVE_STRUCT_XINPGEN 1
20483 _ACEOF
20489 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20490 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20491 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20492 echo $ECHO_N "(cached) $ECHO_C" >&6
20493 else
20494 cat >conftest.$ac_ext <<_ACEOF
20495 /* confdefs.h. */
20496 _ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h. */
20500 #ifdef HAVE_LINUX_INPUT_H
20501 #include <linux/input.h>
20502 #endif
20505 main ()
20507 static struct ff_effect ac_aggr;
20508 if (ac_aggr.direction)
20509 return 0;
20511 return 0;
20513 _ACEOF
20514 rm -f conftest.$ac_objext
20515 if { (ac_try="$ac_compile"
20516 case "(($ac_try" in
20517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20518 *) ac_try_echo=$ac_try;;
20519 esac
20520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20521 (eval "$ac_compile") 2>conftest.er1
20522 ac_status=$?
20523 grep -v '^ *+' conftest.er1 >conftest.err
20524 rm -f conftest.er1
20525 cat conftest.err >&5
20526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); } && {
20528 test -z "$ac_c_werror_flag" ||
20529 test ! -s conftest.err
20530 } && test -s conftest.$ac_objext; then
20531 ac_cv_member_struct_ff_effect_direction=yes
20532 else
20533 echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20536 cat >conftest.$ac_ext <<_ACEOF
20537 /* confdefs.h. */
20538 _ACEOF
20539 cat confdefs.h >>conftest.$ac_ext
20540 cat >>conftest.$ac_ext <<_ACEOF
20541 /* end confdefs.h. */
20542 #ifdef HAVE_LINUX_INPUT_H
20543 #include <linux/input.h>
20544 #endif
20547 main ()
20549 static struct ff_effect ac_aggr;
20550 if (sizeof ac_aggr.direction)
20551 return 0;
20553 return 0;
20555 _ACEOF
20556 rm -f conftest.$ac_objext
20557 if { (ac_try="$ac_compile"
20558 case "(($ac_try" in
20559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20560 *) ac_try_echo=$ac_try;;
20561 esac
20562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20563 (eval "$ac_compile") 2>conftest.er1
20564 ac_status=$?
20565 grep -v '^ *+' conftest.er1 >conftest.err
20566 rm -f conftest.er1
20567 cat conftest.err >&5
20568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20569 (exit $ac_status); } && {
20570 test -z "$ac_c_werror_flag" ||
20571 test ! -s conftest.err
20572 } && test -s conftest.$ac_objext; then
20573 ac_cv_member_struct_ff_effect_direction=yes
20574 else
20575 echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.$ac_ext >&5
20578 ac_cv_member_struct_ff_effect_direction=no
20581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20587 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20588 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20590 cat >>confdefs.h <<_ACEOF
20591 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20592 _ACEOF
20598 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20599 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20600 if test "${wine_cv_have_sigaddset+set}" = set; then
20601 echo $ECHO_N "(cached) $ECHO_C" >&6
20602 else
20603 cat >conftest.$ac_ext <<_ACEOF
20604 /* confdefs.h. */
20605 _ACEOF
20606 cat confdefs.h >>conftest.$ac_ext
20607 cat >>conftest.$ac_ext <<_ACEOF
20608 /* end confdefs.h. */
20609 #include <signal.h>
20611 main ()
20613 sigset_t set; sigaddset(&set,SIGTERM);
20615 return 0;
20617 _ACEOF
20618 rm -f conftest.$ac_objext conftest$ac_exeext
20619 if { (ac_try="$ac_link"
20620 case "(($ac_try" in
20621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20622 *) ac_try_echo=$ac_try;;
20623 esac
20624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20625 (eval "$ac_link") 2>conftest.er1
20626 ac_status=$?
20627 grep -v '^ *+' conftest.er1 >conftest.err
20628 rm -f conftest.er1
20629 cat conftest.err >&5
20630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20631 (exit $ac_status); } && {
20632 test -z "$ac_c_werror_flag" ||
20633 test ! -s conftest.err
20634 } && test -s conftest$ac_exeext &&
20635 $as_test_x conftest$ac_exeext; then
20636 wine_cv_have_sigaddset=yes
20637 else
20638 echo "$as_me: failed program was:" >&5
20639 sed 's/^/| /' conftest.$ac_ext >&5
20641 wine_cv_have_sigaddset=no
20644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20645 conftest$ac_exeext conftest.$ac_ext
20647 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20648 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20649 if test "$wine_cv_have_sigaddset" = "yes"
20650 then
20652 cat >>confdefs.h <<\_ACEOF
20653 #define HAVE_SIGADDSET 1
20654 _ACEOF
20659 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20660 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20661 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20662 echo $ECHO_N "(cached) $ECHO_C" >&6
20663 else
20664 cat >conftest.$ac_ext <<_ACEOF
20665 /* confdefs.h. */
20666 _ACEOF
20667 cat confdefs.h >>conftest.$ac_ext
20668 cat >>conftest.$ac_ext <<_ACEOF
20669 /* end confdefs.h. */
20670 #include <netdb.h>
20672 main ()
20675 char *name=0;
20676 struct hostent he;
20677 struct hostent *result;
20678 char *buf=0;
20679 int bufsize=0;
20680 int res,errnr;
20681 char *addr=0;
20682 int addrlen=0;
20683 int addrtype=0;
20684 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20685 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20688 return 0;
20690 _ACEOF
20691 rm -f conftest.$ac_objext conftest$ac_exeext
20692 if { (ac_try="$ac_link"
20693 case "(($ac_try" in
20694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20695 *) ac_try_echo=$ac_try;;
20696 esac
20697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20698 (eval "$ac_link") 2>conftest.er1
20699 ac_status=$?
20700 grep -v '^ *+' conftest.er1 >conftest.err
20701 rm -f conftest.er1
20702 cat conftest.err >&5
20703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20704 (exit $ac_status); } && {
20705 test -z "$ac_c_werror_flag" ||
20706 test ! -s conftest.err
20707 } && test -s conftest$ac_exeext &&
20708 $as_test_x conftest$ac_exeext; then
20709 wine_cv_linux_gethostbyname_r_6=yes
20710 else
20711 echo "$as_me: failed program was:" >&5
20712 sed 's/^/| /' conftest.$ac_ext >&5
20714 wine_cv_linux_gethostbyname_r_6=no
20718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20719 conftest$ac_exeext conftest.$ac_ext
20722 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20723 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20724 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20725 then
20727 cat >>confdefs.h <<\_ACEOF
20728 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20729 _ACEOF
20733 if test "$ac_cv_header_linux_joystick_h" = "yes"
20734 then
20735 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20736 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20737 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20738 echo $ECHO_N "(cached) $ECHO_C" >&6
20739 else
20740 cat >conftest.$ac_ext <<_ACEOF
20741 /* confdefs.h. */
20742 _ACEOF
20743 cat confdefs.h >>conftest.$ac_ext
20744 cat >>conftest.$ac_ext <<_ACEOF
20745 /* end confdefs.h. */
20747 #include <sys/ioctl.h>
20748 #include <sys/types.h>
20749 #include <linux/joystick.h>
20751 struct js_event blub;
20752 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20753 #error "no 2.2 header"
20754 #endif
20757 main ()
20759 /*empty*/
20761 return 0;
20763 _ACEOF
20764 rm -f conftest.$ac_objext
20765 if { (ac_try="$ac_compile"
20766 case "(($ac_try" in
20767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20768 *) ac_try_echo=$ac_try;;
20769 esac
20770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20771 (eval "$ac_compile") 2>conftest.er1
20772 ac_status=$?
20773 grep -v '^ *+' conftest.er1 >conftest.err
20774 rm -f conftest.er1
20775 cat conftest.err >&5
20776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20777 (exit $ac_status); } && {
20778 test -z "$ac_c_werror_flag" ||
20779 test ! -s conftest.err
20780 } && test -s conftest.$ac_objext; then
20781 wine_cv_linux_joystick_22_api=yes
20782 else
20783 echo "$as_me: failed program was:" >&5
20784 sed 's/^/| /' conftest.$ac_ext >&5
20786 wine_cv_linux_joystick_22_api=no
20789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20792 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20793 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20794 if test "$wine_cv_linux_joystick_22_api" = "yes"
20795 then
20797 cat >>confdefs.h <<\_ACEOF
20798 #define HAVE_LINUX_22_JOYSTICK_API 1
20799 _ACEOF
20805 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20806 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20807 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20808 echo $ECHO_N "(cached) $ECHO_C" >&6
20809 else
20810 cat >conftest.$ac_ext <<_ACEOF
20811 /* confdefs.h. */
20812 _ACEOF
20813 cat confdefs.h >>conftest.$ac_ext
20814 cat >>conftest.$ac_ext <<_ACEOF
20815 /* end confdefs.h. */
20816 #include <sys/types.h>
20817 #ifdef HAVE_SYS_PARAM_H
20818 # include <sys/param.h>
20819 #endif
20820 #ifdef HAVE_SYS_MOUNT_H
20821 # include <sys/mount.h>
20822 #endif
20823 #ifdef HAVE_SYS_VFS_H
20824 # include <sys/vfs.h>
20825 #endif
20826 #ifdef HAVE_SYS_STATFS_H
20827 # include <sys/statfs.h>
20828 #endif
20831 main ()
20833 static struct statfs ac_aggr;
20834 if (ac_aggr.f_bfree)
20835 return 0;
20837 return 0;
20839 _ACEOF
20840 rm -f conftest.$ac_objext
20841 if { (ac_try="$ac_compile"
20842 case "(($ac_try" in
20843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20844 *) ac_try_echo=$ac_try;;
20845 esac
20846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20847 (eval "$ac_compile") 2>conftest.er1
20848 ac_status=$?
20849 grep -v '^ *+' conftest.er1 >conftest.err
20850 rm -f conftest.er1
20851 cat conftest.err >&5
20852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20853 (exit $ac_status); } && {
20854 test -z "$ac_c_werror_flag" ||
20855 test ! -s conftest.err
20856 } && test -s conftest.$ac_objext; then
20857 ac_cv_member_struct_statfs_f_bfree=yes
20858 else
20859 echo "$as_me: failed program was:" >&5
20860 sed 's/^/| /' conftest.$ac_ext >&5
20862 cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h. */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h. */
20868 #include <sys/types.h>
20869 #ifdef HAVE_SYS_PARAM_H
20870 # include <sys/param.h>
20871 #endif
20872 #ifdef HAVE_SYS_MOUNT_H
20873 # include <sys/mount.h>
20874 #endif
20875 #ifdef HAVE_SYS_VFS_H
20876 # include <sys/vfs.h>
20877 #endif
20878 #ifdef HAVE_SYS_STATFS_H
20879 # include <sys/statfs.h>
20880 #endif
20883 main ()
20885 static struct statfs ac_aggr;
20886 if (sizeof ac_aggr.f_bfree)
20887 return 0;
20889 return 0;
20891 _ACEOF
20892 rm -f conftest.$ac_objext
20893 if { (ac_try="$ac_compile"
20894 case "(($ac_try" in
20895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20896 *) ac_try_echo=$ac_try;;
20897 esac
20898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20899 (eval "$ac_compile") 2>conftest.er1
20900 ac_status=$?
20901 grep -v '^ *+' conftest.er1 >conftest.err
20902 rm -f conftest.er1
20903 cat conftest.err >&5
20904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20905 (exit $ac_status); } && {
20906 test -z "$ac_c_werror_flag" ||
20907 test ! -s conftest.err
20908 } && test -s conftest.$ac_objext; then
20909 ac_cv_member_struct_statfs_f_bfree=yes
20910 else
20911 echo "$as_me: failed program was:" >&5
20912 sed 's/^/| /' conftest.$ac_ext >&5
20914 ac_cv_member_struct_statfs_f_bfree=no
20917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20922 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20923 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20924 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20926 cat >>confdefs.h <<_ACEOF
20927 #define HAVE_STRUCT_STATFS_F_BFREE 1
20928 _ACEOF
20932 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20933 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20934 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20935 echo $ECHO_N "(cached) $ECHO_C" >&6
20936 else
20937 cat >conftest.$ac_ext <<_ACEOF
20938 /* confdefs.h. */
20939 _ACEOF
20940 cat confdefs.h >>conftest.$ac_ext
20941 cat >>conftest.$ac_ext <<_ACEOF
20942 /* end confdefs.h. */
20943 #include <sys/types.h>
20944 #ifdef HAVE_SYS_PARAM_H
20945 # include <sys/param.h>
20946 #endif
20947 #ifdef HAVE_SYS_MOUNT_H
20948 # include <sys/mount.h>
20949 #endif
20950 #ifdef HAVE_SYS_VFS_H
20951 # include <sys/vfs.h>
20952 #endif
20953 #ifdef HAVE_SYS_STATFS_H
20954 # include <sys/statfs.h>
20955 #endif
20958 main ()
20960 static struct statfs ac_aggr;
20961 if (ac_aggr.f_bavail)
20962 return 0;
20964 return 0;
20966 _ACEOF
20967 rm -f conftest.$ac_objext
20968 if { (ac_try="$ac_compile"
20969 case "(($ac_try" in
20970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20971 *) ac_try_echo=$ac_try;;
20972 esac
20973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20974 (eval "$ac_compile") 2>conftest.er1
20975 ac_status=$?
20976 grep -v '^ *+' conftest.er1 >conftest.err
20977 rm -f conftest.er1
20978 cat conftest.err >&5
20979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20980 (exit $ac_status); } && {
20981 test -z "$ac_c_werror_flag" ||
20982 test ! -s conftest.err
20983 } && test -s conftest.$ac_objext; then
20984 ac_cv_member_struct_statfs_f_bavail=yes
20985 else
20986 echo "$as_me: failed program was:" >&5
20987 sed 's/^/| /' conftest.$ac_ext >&5
20989 cat >conftest.$ac_ext <<_ACEOF
20990 /* confdefs.h. */
20991 _ACEOF
20992 cat confdefs.h >>conftest.$ac_ext
20993 cat >>conftest.$ac_ext <<_ACEOF
20994 /* end confdefs.h. */
20995 #include <sys/types.h>
20996 #ifdef HAVE_SYS_PARAM_H
20997 # include <sys/param.h>
20998 #endif
20999 #ifdef HAVE_SYS_MOUNT_H
21000 # include <sys/mount.h>
21001 #endif
21002 #ifdef HAVE_SYS_VFS_H
21003 # include <sys/vfs.h>
21004 #endif
21005 #ifdef HAVE_SYS_STATFS_H
21006 # include <sys/statfs.h>
21007 #endif
21010 main ()
21012 static struct statfs ac_aggr;
21013 if (sizeof ac_aggr.f_bavail)
21014 return 0;
21016 return 0;
21018 _ACEOF
21019 rm -f conftest.$ac_objext
21020 if { (ac_try="$ac_compile"
21021 case "(($ac_try" in
21022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21023 *) ac_try_echo=$ac_try;;
21024 esac
21025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21026 (eval "$ac_compile") 2>conftest.er1
21027 ac_status=$?
21028 grep -v '^ *+' conftest.er1 >conftest.err
21029 rm -f conftest.er1
21030 cat conftest.err >&5
21031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21032 (exit $ac_status); } && {
21033 test -z "$ac_c_werror_flag" ||
21034 test ! -s conftest.err
21035 } && test -s conftest.$ac_objext; then
21036 ac_cv_member_struct_statfs_f_bavail=yes
21037 else
21038 echo "$as_me: failed program was:" >&5
21039 sed 's/^/| /' conftest.$ac_ext >&5
21041 ac_cv_member_struct_statfs_f_bavail=no
21044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21050 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
21051 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
21053 cat >>confdefs.h <<_ACEOF
21054 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21055 _ACEOF
21059 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21060 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
21061 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21062 echo $ECHO_N "(cached) $ECHO_C" >&6
21063 else
21064 cat >conftest.$ac_ext <<_ACEOF
21065 /* confdefs.h. */
21066 _ACEOF
21067 cat confdefs.h >>conftest.$ac_ext
21068 cat >>conftest.$ac_ext <<_ACEOF
21069 /* end confdefs.h. */
21070 #include <sys/types.h>
21071 #ifdef HAVE_SYS_PARAM_H
21072 # include <sys/param.h>
21073 #endif
21074 #ifdef HAVE_SYS_MOUNT_H
21075 # include <sys/mount.h>
21076 #endif
21077 #ifdef HAVE_SYS_VFS_H
21078 # include <sys/vfs.h>
21079 #endif
21080 #ifdef HAVE_SYS_STATFS_H
21081 # include <sys/statfs.h>
21082 #endif
21085 main ()
21087 static struct statfs ac_aggr;
21088 if (ac_aggr.f_frsize)
21089 return 0;
21091 return 0;
21093 _ACEOF
21094 rm -f conftest.$ac_objext
21095 if { (ac_try="$ac_compile"
21096 case "(($ac_try" in
21097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21098 *) ac_try_echo=$ac_try;;
21099 esac
21100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21101 (eval "$ac_compile") 2>conftest.er1
21102 ac_status=$?
21103 grep -v '^ *+' conftest.er1 >conftest.err
21104 rm -f conftest.er1
21105 cat conftest.err >&5
21106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21107 (exit $ac_status); } && {
21108 test -z "$ac_c_werror_flag" ||
21109 test ! -s conftest.err
21110 } && test -s conftest.$ac_objext; then
21111 ac_cv_member_struct_statfs_f_frsize=yes
21112 else
21113 echo "$as_me: failed program was:" >&5
21114 sed 's/^/| /' conftest.$ac_ext >&5
21116 cat >conftest.$ac_ext <<_ACEOF
21117 /* confdefs.h. */
21118 _ACEOF
21119 cat confdefs.h >>conftest.$ac_ext
21120 cat >>conftest.$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <sys/types.h>
21123 #ifdef HAVE_SYS_PARAM_H
21124 # include <sys/param.h>
21125 #endif
21126 #ifdef HAVE_SYS_MOUNT_H
21127 # include <sys/mount.h>
21128 #endif
21129 #ifdef HAVE_SYS_VFS_H
21130 # include <sys/vfs.h>
21131 #endif
21132 #ifdef HAVE_SYS_STATFS_H
21133 # include <sys/statfs.h>
21134 #endif
21137 main ()
21139 static struct statfs ac_aggr;
21140 if (sizeof ac_aggr.f_frsize)
21141 return 0;
21143 return 0;
21145 _ACEOF
21146 rm -f conftest.$ac_objext
21147 if { (ac_try="$ac_compile"
21148 case "(($ac_try" in
21149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21150 *) ac_try_echo=$ac_try;;
21151 esac
21152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21153 (eval "$ac_compile") 2>conftest.er1
21154 ac_status=$?
21155 grep -v '^ *+' conftest.er1 >conftest.err
21156 rm -f conftest.er1
21157 cat conftest.err >&5
21158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21159 (exit $ac_status); } && {
21160 test -z "$ac_c_werror_flag" ||
21161 test ! -s conftest.err
21162 } && test -s conftest.$ac_objext; then
21163 ac_cv_member_struct_statfs_f_frsize=yes
21164 else
21165 echo "$as_me: failed program was:" >&5
21166 sed 's/^/| /' conftest.$ac_ext >&5
21168 ac_cv_member_struct_statfs_f_frsize=no
21171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21177 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21178 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21180 cat >>confdefs.h <<_ACEOF
21181 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21182 _ACEOF
21186 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21187 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21188 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21189 echo $ECHO_N "(cached) $ECHO_C" >&6
21190 else
21191 cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h. */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h. */
21197 #include <sys/types.h>
21198 #ifdef HAVE_SYS_PARAM_H
21199 # include <sys/param.h>
21200 #endif
21201 #ifdef HAVE_SYS_MOUNT_H
21202 # include <sys/mount.h>
21203 #endif
21204 #ifdef HAVE_SYS_VFS_H
21205 # include <sys/vfs.h>
21206 #endif
21207 #ifdef HAVE_SYS_STATFS_H
21208 # include <sys/statfs.h>
21209 #endif
21212 main ()
21214 static struct statfs ac_aggr;
21215 if (ac_aggr.f_ffree)
21216 return 0;
21218 return 0;
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225 *) ac_try_echo=$ac_try;;
21226 esac
21227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21228 (eval "$ac_compile") 2>conftest.er1
21229 ac_status=$?
21230 grep -v '^ *+' conftest.er1 >conftest.err
21231 rm -f conftest.er1
21232 cat conftest.err >&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } && {
21235 test -z "$ac_c_werror_flag" ||
21236 test ! -s conftest.err
21237 } && test -s conftest.$ac_objext; then
21238 ac_cv_member_struct_statfs_f_ffree=yes
21239 else
21240 echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21243 cat >conftest.$ac_ext <<_ACEOF
21244 /* confdefs.h. */
21245 _ACEOF
21246 cat confdefs.h >>conftest.$ac_ext
21247 cat >>conftest.$ac_ext <<_ACEOF
21248 /* end confdefs.h. */
21249 #include <sys/types.h>
21250 #ifdef HAVE_SYS_PARAM_H
21251 # include <sys/param.h>
21252 #endif
21253 #ifdef HAVE_SYS_MOUNT_H
21254 # include <sys/mount.h>
21255 #endif
21256 #ifdef HAVE_SYS_VFS_H
21257 # include <sys/vfs.h>
21258 #endif
21259 #ifdef HAVE_SYS_STATFS_H
21260 # include <sys/statfs.h>
21261 #endif
21264 main ()
21266 static struct statfs ac_aggr;
21267 if (sizeof ac_aggr.f_ffree)
21268 return 0;
21270 return 0;
21272 _ACEOF
21273 rm -f conftest.$ac_objext
21274 if { (ac_try="$ac_compile"
21275 case "(($ac_try" in
21276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21277 *) ac_try_echo=$ac_try;;
21278 esac
21279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21280 (eval "$ac_compile") 2>conftest.er1
21281 ac_status=$?
21282 grep -v '^ *+' conftest.er1 >conftest.err
21283 rm -f conftest.er1
21284 cat conftest.err >&5
21285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21286 (exit $ac_status); } && {
21287 test -z "$ac_c_werror_flag" ||
21288 test ! -s conftest.err
21289 } && test -s conftest.$ac_objext; then
21290 ac_cv_member_struct_statfs_f_ffree=yes
21291 else
21292 echo "$as_me: failed program was:" >&5
21293 sed 's/^/| /' conftest.$ac_ext >&5
21295 ac_cv_member_struct_statfs_f_ffree=no
21298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21304 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21305 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21307 cat >>confdefs.h <<_ACEOF
21308 #define HAVE_STRUCT_STATFS_F_FFREE 1
21309 _ACEOF
21313 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21314 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21315 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21316 echo $ECHO_N "(cached) $ECHO_C" >&6
21317 else
21318 cat >conftest.$ac_ext <<_ACEOF
21319 /* confdefs.h. */
21320 _ACEOF
21321 cat confdefs.h >>conftest.$ac_ext
21322 cat >>conftest.$ac_ext <<_ACEOF
21323 /* end confdefs.h. */
21324 #include <sys/types.h>
21325 #ifdef HAVE_SYS_PARAM_H
21326 # include <sys/param.h>
21327 #endif
21328 #ifdef HAVE_SYS_MOUNT_H
21329 # include <sys/mount.h>
21330 #endif
21331 #ifdef HAVE_SYS_VFS_H
21332 # include <sys/vfs.h>
21333 #endif
21334 #ifdef HAVE_SYS_STATFS_H
21335 # include <sys/statfs.h>
21336 #endif
21339 main ()
21341 static struct statfs ac_aggr;
21342 if (ac_aggr.f_favail)
21343 return 0;
21345 return 0;
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352 *) ac_try_echo=$ac_try;;
21353 esac
21354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21355 (eval "$ac_compile") 2>conftest.er1
21356 ac_status=$?
21357 grep -v '^ *+' conftest.er1 >conftest.err
21358 rm -f conftest.er1
21359 cat conftest.err >&5
21360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21361 (exit $ac_status); } && {
21362 test -z "$ac_c_werror_flag" ||
21363 test ! -s conftest.err
21364 } && test -s conftest.$ac_objext; then
21365 ac_cv_member_struct_statfs_f_favail=yes
21366 else
21367 echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.$ac_ext >&5
21370 cat >conftest.$ac_ext <<_ACEOF
21371 /* confdefs.h. */
21372 _ACEOF
21373 cat confdefs.h >>conftest.$ac_ext
21374 cat >>conftest.$ac_ext <<_ACEOF
21375 /* end confdefs.h. */
21376 #include <sys/types.h>
21377 #ifdef HAVE_SYS_PARAM_H
21378 # include <sys/param.h>
21379 #endif
21380 #ifdef HAVE_SYS_MOUNT_H
21381 # include <sys/mount.h>
21382 #endif
21383 #ifdef HAVE_SYS_VFS_H
21384 # include <sys/vfs.h>
21385 #endif
21386 #ifdef HAVE_SYS_STATFS_H
21387 # include <sys/statfs.h>
21388 #endif
21391 main ()
21393 static struct statfs ac_aggr;
21394 if (sizeof ac_aggr.f_favail)
21395 return 0;
21397 return 0;
21399 _ACEOF
21400 rm -f conftest.$ac_objext
21401 if { (ac_try="$ac_compile"
21402 case "(($ac_try" in
21403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21404 *) ac_try_echo=$ac_try;;
21405 esac
21406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21407 (eval "$ac_compile") 2>conftest.er1
21408 ac_status=$?
21409 grep -v '^ *+' conftest.er1 >conftest.err
21410 rm -f conftest.er1
21411 cat conftest.err >&5
21412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413 (exit $ac_status); } && {
21414 test -z "$ac_c_werror_flag" ||
21415 test ! -s conftest.err
21416 } && test -s conftest.$ac_objext; then
21417 ac_cv_member_struct_statfs_f_favail=yes
21418 else
21419 echo "$as_me: failed program was:" >&5
21420 sed 's/^/| /' conftest.$ac_ext >&5
21422 ac_cv_member_struct_statfs_f_favail=no
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21431 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21432 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21434 cat >>confdefs.h <<_ACEOF
21435 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21436 _ACEOF
21440 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21441 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21442 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21443 echo $ECHO_N "(cached) $ECHO_C" >&6
21444 else
21445 cat >conftest.$ac_ext <<_ACEOF
21446 /* confdefs.h. */
21447 _ACEOF
21448 cat confdefs.h >>conftest.$ac_ext
21449 cat >>conftest.$ac_ext <<_ACEOF
21450 /* end confdefs.h. */
21451 #include <sys/types.h>
21452 #ifdef HAVE_SYS_PARAM_H
21453 # include <sys/param.h>
21454 #endif
21455 #ifdef HAVE_SYS_MOUNT_H
21456 # include <sys/mount.h>
21457 #endif
21458 #ifdef HAVE_SYS_VFS_H
21459 # include <sys/vfs.h>
21460 #endif
21461 #ifdef HAVE_SYS_STATFS_H
21462 # include <sys/statfs.h>
21463 #endif
21466 main ()
21468 static struct statfs ac_aggr;
21469 if (ac_aggr.f_namelen)
21470 return 0;
21472 return 0;
21474 _ACEOF
21475 rm -f conftest.$ac_objext
21476 if { (ac_try="$ac_compile"
21477 case "(($ac_try" in
21478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21479 *) ac_try_echo=$ac_try;;
21480 esac
21481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21482 (eval "$ac_compile") 2>conftest.er1
21483 ac_status=$?
21484 grep -v '^ *+' conftest.er1 >conftest.err
21485 rm -f conftest.er1
21486 cat conftest.err >&5
21487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21488 (exit $ac_status); } && {
21489 test -z "$ac_c_werror_flag" ||
21490 test ! -s conftest.err
21491 } && test -s conftest.$ac_objext; then
21492 ac_cv_member_struct_statfs_f_namelen=yes
21493 else
21494 echo "$as_me: failed program was:" >&5
21495 sed 's/^/| /' conftest.$ac_ext >&5
21497 cat >conftest.$ac_ext <<_ACEOF
21498 /* confdefs.h. */
21499 _ACEOF
21500 cat confdefs.h >>conftest.$ac_ext
21501 cat >>conftest.$ac_ext <<_ACEOF
21502 /* end confdefs.h. */
21503 #include <sys/types.h>
21504 #ifdef HAVE_SYS_PARAM_H
21505 # include <sys/param.h>
21506 #endif
21507 #ifdef HAVE_SYS_MOUNT_H
21508 # include <sys/mount.h>
21509 #endif
21510 #ifdef HAVE_SYS_VFS_H
21511 # include <sys/vfs.h>
21512 #endif
21513 #ifdef HAVE_SYS_STATFS_H
21514 # include <sys/statfs.h>
21515 #endif
21518 main ()
21520 static struct statfs ac_aggr;
21521 if (sizeof ac_aggr.f_namelen)
21522 return 0;
21524 return 0;
21526 _ACEOF
21527 rm -f conftest.$ac_objext
21528 if { (ac_try="$ac_compile"
21529 case "(($ac_try" in
21530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21531 *) ac_try_echo=$ac_try;;
21532 esac
21533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21534 (eval "$ac_compile") 2>conftest.er1
21535 ac_status=$?
21536 grep -v '^ *+' conftest.er1 >conftest.err
21537 rm -f conftest.er1
21538 cat conftest.err >&5
21539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21540 (exit $ac_status); } && {
21541 test -z "$ac_c_werror_flag" ||
21542 test ! -s conftest.err
21543 } && test -s conftest.$ac_objext; then
21544 ac_cv_member_struct_statfs_f_namelen=yes
21545 else
21546 echo "$as_me: failed program was:" >&5
21547 sed 's/^/| /' conftest.$ac_ext >&5
21549 ac_cv_member_struct_statfs_f_namelen=no
21552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21558 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21559 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21561 cat >>confdefs.h <<_ACEOF
21562 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21563 _ACEOF
21569 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21570 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21571 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21572 echo $ECHO_N "(cached) $ECHO_C" >&6
21573 else
21574 cat >conftest.$ac_ext <<_ACEOF
21575 /* confdefs.h. */
21576 _ACEOF
21577 cat confdefs.h >>conftest.$ac_ext
21578 cat >>conftest.$ac_ext <<_ACEOF
21579 /* end confdefs.h. */
21580 #ifdef HAVE_SYS_STATVFS_H
21581 #include <sys/statvfs.h>
21582 #endif
21585 main ()
21587 static struct statvfs ac_aggr;
21588 if (ac_aggr.f_blocks)
21589 return 0;
21591 return 0;
21593 _ACEOF
21594 rm -f conftest.$ac_objext
21595 if { (ac_try="$ac_compile"
21596 case "(($ac_try" in
21597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21598 *) ac_try_echo=$ac_try;;
21599 esac
21600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21601 (eval "$ac_compile") 2>conftest.er1
21602 ac_status=$?
21603 grep -v '^ *+' conftest.er1 >conftest.err
21604 rm -f conftest.er1
21605 cat conftest.err >&5
21606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21607 (exit $ac_status); } && {
21608 test -z "$ac_c_werror_flag" ||
21609 test ! -s conftest.err
21610 } && test -s conftest.$ac_objext; then
21611 ac_cv_member_struct_statvfs_f_blocks=yes
21612 else
21613 echo "$as_me: failed program was:" >&5
21614 sed 's/^/| /' conftest.$ac_ext >&5
21616 cat >conftest.$ac_ext <<_ACEOF
21617 /* confdefs.h. */
21618 _ACEOF
21619 cat confdefs.h >>conftest.$ac_ext
21620 cat >>conftest.$ac_ext <<_ACEOF
21621 /* end confdefs.h. */
21622 #ifdef HAVE_SYS_STATVFS_H
21623 #include <sys/statvfs.h>
21624 #endif
21627 main ()
21629 static struct statvfs ac_aggr;
21630 if (sizeof ac_aggr.f_blocks)
21631 return 0;
21633 return 0;
21635 _ACEOF
21636 rm -f conftest.$ac_objext
21637 if { (ac_try="$ac_compile"
21638 case "(($ac_try" in
21639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21640 *) ac_try_echo=$ac_try;;
21641 esac
21642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21643 (eval "$ac_compile") 2>conftest.er1
21644 ac_status=$?
21645 grep -v '^ *+' conftest.er1 >conftest.err
21646 rm -f conftest.er1
21647 cat conftest.err >&5
21648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21649 (exit $ac_status); } && {
21650 test -z "$ac_c_werror_flag" ||
21651 test ! -s conftest.err
21652 } && test -s conftest.$ac_objext; then
21653 ac_cv_member_struct_statvfs_f_blocks=yes
21654 else
21655 echo "$as_me: failed program was:" >&5
21656 sed 's/^/| /' conftest.$ac_ext >&5
21658 ac_cv_member_struct_statvfs_f_blocks=no
21661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21666 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21667 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21668 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21670 cat >>confdefs.h <<_ACEOF
21671 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21672 _ACEOF
21678 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21679 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21680 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21681 echo $ECHO_N "(cached) $ECHO_C" >&6
21682 else
21683 cat >conftest.$ac_ext <<_ACEOF
21684 /* confdefs.h. */
21685 _ACEOF
21686 cat confdefs.h >>conftest.$ac_ext
21687 cat >>conftest.$ac_ext <<_ACEOF
21688 /* end confdefs.h. */
21689 #include <sys/types.h>
21690 #ifdef HAVE_SYS_SOCKET_H
21691 # include <sys/socket.h>
21692 #endif
21693 #ifdef HAVE_SYS_UN_H
21694 # include <sys/un.h>
21695 #endif
21698 main ()
21700 static struct msghdr ac_aggr;
21701 if (ac_aggr.msg_accrights)
21702 return 0;
21704 return 0;
21706 _ACEOF
21707 rm -f conftest.$ac_objext
21708 if { (ac_try="$ac_compile"
21709 case "(($ac_try" in
21710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21711 *) ac_try_echo=$ac_try;;
21712 esac
21713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21714 (eval "$ac_compile") 2>conftest.er1
21715 ac_status=$?
21716 grep -v '^ *+' conftest.er1 >conftest.err
21717 rm -f conftest.er1
21718 cat conftest.err >&5
21719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21720 (exit $ac_status); } && {
21721 test -z "$ac_c_werror_flag" ||
21722 test ! -s conftest.err
21723 } && test -s conftest.$ac_objext; then
21724 ac_cv_member_struct_msghdr_msg_accrights=yes
21725 else
21726 echo "$as_me: failed program was:" >&5
21727 sed 's/^/| /' conftest.$ac_ext >&5
21729 cat >conftest.$ac_ext <<_ACEOF
21730 /* confdefs.h. */
21731 _ACEOF
21732 cat confdefs.h >>conftest.$ac_ext
21733 cat >>conftest.$ac_ext <<_ACEOF
21734 /* end confdefs.h. */
21735 #include <sys/types.h>
21736 #ifdef HAVE_SYS_SOCKET_H
21737 # include <sys/socket.h>
21738 #endif
21739 #ifdef HAVE_SYS_UN_H
21740 # include <sys/un.h>
21741 #endif
21744 main ()
21746 static struct msghdr ac_aggr;
21747 if (sizeof ac_aggr.msg_accrights)
21748 return 0;
21750 return 0;
21752 _ACEOF
21753 rm -f conftest.$ac_objext
21754 if { (ac_try="$ac_compile"
21755 case "(($ac_try" in
21756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21757 *) ac_try_echo=$ac_try;;
21758 esac
21759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21760 (eval "$ac_compile") 2>conftest.er1
21761 ac_status=$?
21762 grep -v '^ *+' conftest.er1 >conftest.err
21763 rm -f conftest.er1
21764 cat conftest.err >&5
21765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21766 (exit $ac_status); } && {
21767 test -z "$ac_c_werror_flag" ||
21768 test ! -s conftest.err
21769 } && test -s conftest.$ac_objext; then
21770 ac_cv_member_struct_msghdr_msg_accrights=yes
21771 else
21772 echo "$as_me: failed program was:" >&5
21773 sed 's/^/| /' conftest.$ac_ext >&5
21775 ac_cv_member_struct_msghdr_msg_accrights=no
21778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21783 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21784 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21785 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21787 cat >>confdefs.h <<_ACEOF
21788 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21789 _ACEOF
21793 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21794 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21795 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21796 echo $ECHO_N "(cached) $ECHO_C" >&6
21797 else
21798 cat >conftest.$ac_ext <<_ACEOF
21799 /* confdefs.h. */
21800 _ACEOF
21801 cat confdefs.h >>conftest.$ac_ext
21802 cat >>conftest.$ac_ext <<_ACEOF
21803 /* end confdefs.h. */
21804 #include <sys/types.h>
21805 #ifdef HAVE_SYS_SOCKET_H
21806 # include <sys/socket.h>
21807 #endif
21808 #ifdef HAVE_SYS_UN_H
21809 # include <sys/un.h>
21810 #endif
21813 main ()
21815 static struct sockaddr ac_aggr;
21816 if (ac_aggr.sa_len)
21817 return 0;
21819 return 0;
21821 _ACEOF
21822 rm -f conftest.$ac_objext
21823 if { (ac_try="$ac_compile"
21824 case "(($ac_try" in
21825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21826 *) ac_try_echo=$ac_try;;
21827 esac
21828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21829 (eval "$ac_compile") 2>conftest.er1
21830 ac_status=$?
21831 grep -v '^ *+' conftest.er1 >conftest.err
21832 rm -f conftest.er1
21833 cat conftest.err >&5
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); } && {
21836 test -z "$ac_c_werror_flag" ||
21837 test ! -s conftest.err
21838 } && test -s conftest.$ac_objext; then
21839 ac_cv_member_struct_sockaddr_sa_len=yes
21840 else
21841 echo "$as_me: failed program was:" >&5
21842 sed 's/^/| /' conftest.$ac_ext >&5
21844 cat >conftest.$ac_ext <<_ACEOF
21845 /* confdefs.h. */
21846 _ACEOF
21847 cat confdefs.h >>conftest.$ac_ext
21848 cat >>conftest.$ac_ext <<_ACEOF
21849 /* end confdefs.h. */
21850 #include <sys/types.h>
21851 #ifdef HAVE_SYS_SOCKET_H
21852 # include <sys/socket.h>
21853 #endif
21854 #ifdef HAVE_SYS_UN_H
21855 # include <sys/un.h>
21856 #endif
21859 main ()
21861 static struct sockaddr ac_aggr;
21862 if (sizeof ac_aggr.sa_len)
21863 return 0;
21865 return 0;
21867 _ACEOF
21868 rm -f conftest.$ac_objext
21869 if { (ac_try="$ac_compile"
21870 case "(($ac_try" in
21871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21872 *) ac_try_echo=$ac_try;;
21873 esac
21874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21875 (eval "$ac_compile") 2>conftest.er1
21876 ac_status=$?
21877 grep -v '^ *+' conftest.er1 >conftest.err
21878 rm -f conftest.er1
21879 cat conftest.err >&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); } && {
21882 test -z "$ac_c_werror_flag" ||
21883 test ! -s conftest.err
21884 } && test -s conftest.$ac_objext; then
21885 ac_cv_member_struct_sockaddr_sa_len=yes
21886 else
21887 echo "$as_me: failed program was:" >&5
21888 sed 's/^/| /' conftest.$ac_ext >&5
21890 ac_cv_member_struct_sockaddr_sa_len=no
21893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21898 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21899 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21900 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21902 cat >>confdefs.h <<_ACEOF
21903 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21904 _ACEOF
21908 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21909 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21910 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21912 else
21913 cat >conftest.$ac_ext <<_ACEOF
21914 /* confdefs.h. */
21915 _ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h. */
21919 #include <sys/types.h>
21920 #ifdef HAVE_SYS_SOCKET_H
21921 # include <sys/socket.h>
21922 #endif
21923 #ifdef HAVE_SYS_UN_H
21924 # include <sys/un.h>
21925 #endif
21928 main ()
21930 static struct sockaddr_un ac_aggr;
21931 if (ac_aggr.sun_len)
21932 return 0;
21934 return 0;
21936 _ACEOF
21937 rm -f conftest.$ac_objext
21938 if { (ac_try="$ac_compile"
21939 case "(($ac_try" in
21940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21941 *) ac_try_echo=$ac_try;;
21942 esac
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_compile") 2>conftest.er1
21945 ac_status=$?
21946 grep -v '^ *+' conftest.er1 >conftest.err
21947 rm -f conftest.er1
21948 cat conftest.err >&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest.$ac_objext; then
21954 ac_cv_member_struct_sockaddr_un_sun_len=yes
21955 else
21956 echo "$as_me: failed program was:" >&5
21957 sed 's/^/| /' conftest.$ac_ext >&5
21959 cat >conftest.$ac_ext <<_ACEOF
21960 /* confdefs.h. */
21961 _ACEOF
21962 cat confdefs.h >>conftest.$ac_ext
21963 cat >>conftest.$ac_ext <<_ACEOF
21964 /* end confdefs.h. */
21965 #include <sys/types.h>
21966 #ifdef HAVE_SYS_SOCKET_H
21967 # include <sys/socket.h>
21968 #endif
21969 #ifdef HAVE_SYS_UN_H
21970 # include <sys/un.h>
21971 #endif
21974 main ()
21976 static struct sockaddr_un ac_aggr;
21977 if (sizeof ac_aggr.sun_len)
21978 return 0;
21980 return 0;
21982 _ACEOF
21983 rm -f conftest.$ac_objext
21984 if { (ac_try="$ac_compile"
21985 case "(($ac_try" in
21986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21987 *) ac_try_echo=$ac_try;;
21988 esac
21989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21990 (eval "$ac_compile") 2>conftest.er1
21991 ac_status=$?
21992 grep -v '^ *+' conftest.er1 >conftest.err
21993 rm -f conftest.er1
21994 cat conftest.err >&5
21995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21996 (exit $ac_status); } && {
21997 test -z "$ac_c_werror_flag" ||
21998 test ! -s conftest.err
21999 } && test -s conftest.$ac_objext; then
22000 ac_cv_member_struct_sockaddr_un_sun_len=yes
22001 else
22002 echo "$as_me: failed program was:" >&5
22003 sed 's/^/| /' conftest.$ac_ext >&5
22005 ac_cv_member_struct_sockaddr_un_sun_len=no
22008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22013 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22014 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22015 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
22017 cat >>confdefs.h <<_ACEOF
22018 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22019 _ACEOF
22025 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22026 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
22027 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22029 else
22030 cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h. */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22036 #include <sys/types.h>
22037 #ifdef HAVE_SCSI_SG_H
22038 #include <scsi/sg.h>
22039 #endif
22042 main ()
22044 static scsireq_t ac_aggr;
22045 if (ac_aggr.cmd)
22046 return 0;
22048 return 0;
22050 _ACEOF
22051 rm -f conftest.$ac_objext
22052 if { (ac_try="$ac_compile"
22053 case "(($ac_try" in
22054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22055 *) ac_try_echo=$ac_try;;
22056 esac
22057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22058 (eval "$ac_compile") 2>conftest.er1
22059 ac_status=$?
22060 grep -v '^ *+' conftest.er1 >conftest.err
22061 rm -f conftest.er1
22062 cat conftest.err >&5
22063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); } && {
22065 test -z "$ac_c_werror_flag" ||
22066 test ! -s conftest.err
22067 } && test -s conftest.$ac_objext; then
22068 ac_cv_member_scsireq_t_cmd=yes
22069 else
22070 echo "$as_me: failed program was:" >&5
22071 sed 's/^/| /' conftest.$ac_ext >&5
22073 cat >conftest.$ac_ext <<_ACEOF
22074 /* confdefs.h. */
22075 _ACEOF
22076 cat confdefs.h >>conftest.$ac_ext
22077 cat >>conftest.$ac_ext <<_ACEOF
22078 /* end confdefs.h. */
22079 #include <sys/types.h>
22080 #ifdef HAVE_SCSI_SG_H
22081 #include <scsi/sg.h>
22082 #endif
22085 main ()
22087 static scsireq_t ac_aggr;
22088 if (sizeof ac_aggr.cmd)
22089 return 0;
22091 return 0;
22093 _ACEOF
22094 rm -f conftest.$ac_objext
22095 if { (ac_try="$ac_compile"
22096 case "(($ac_try" in
22097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22098 *) ac_try_echo=$ac_try;;
22099 esac
22100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22101 (eval "$ac_compile") 2>conftest.er1
22102 ac_status=$?
22103 grep -v '^ *+' conftest.er1 >conftest.err
22104 rm -f conftest.er1
22105 cat conftest.err >&5
22106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22107 (exit $ac_status); } && {
22108 test -z "$ac_c_werror_flag" ||
22109 test ! -s conftest.err
22110 } && test -s conftest.$ac_objext; then
22111 ac_cv_member_scsireq_t_cmd=yes
22112 else
22113 echo "$as_me: failed program was:" >&5
22114 sed 's/^/| /' conftest.$ac_ext >&5
22116 ac_cv_member_scsireq_t_cmd=no
22119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22124 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22125 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22126 if test $ac_cv_member_scsireq_t_cmd = yes; then
22128 cat >>confdefs.h <<_ACEOF
22129 #define HAVE_SCSIREQ_T_CMD 1
22130 _ACEOF
22134 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22135 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22136 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22137 echo $ECHO_N "(cached) $ECHO_C" >&6
22138 else
22139 cat >conftest.$ac_ext <<_ACEOF
22140 /* confdefs.h. */
22141 _ACEOF
22142 cat confdefs.h >>conftest.$ac_ext
22143 cat >>conftest.$ac_ext <<_ACEOF
22144 /* end confdefs.h. */
22145 #include <sys/types.h>
22146 #ifdef HAVE_SCSI_SG_H
22147 #include <scsi/sg.h>
22148 #endif
22151 main ()
22153 static sg_io_hdr_t ac_aggr;
22154 if (ac_aggr.interface_id)
22155 return 0;
22157 return 0;
22159 _ACEOF
22160 rm -f conftest.$ac_objext
22161 if { (ac_try="$ac_compile"
22162 case "(($ac_try" in
22163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22164 *) ac_try_echo=$ac_try;;
22165 esac
22166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22167 (eval "$ac_compile") 2>conftest.er1
22168 ac_status=$?
22169 grep -v '^ *+' conftest.er1 >conftest.err
22170 rm -f conftest.er1
22171 cat conftest.err >&5
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); } && {
22174 test -z "$ac_c_werror_flag" ||
22175 test ! -s conftest.err
22176 } && test -s conftest.$ac_objext; then
22177 ac_cv_member_sg_io_hdr_t_interface_id=yes
22178 else
22179 echo "$as_me: failed program was:" >&5
22180 sed 's/^/| /' conftest.$ac_ext >&5
22182 cat >conftest.$ac_ext <<_ACEOF
22183 /* confdefs.h. */
22184 _ACEOF
22185 cat confdefs.h >>conftest.$ac_ext
22186 cat >>conftest.$ac_ext <<_ACEOF
22187 /* end confdefs.h. */
22188 #include <sys/types.h>
22189 #ifdef HAVE_SCSI_SG_H
22190 #include <scsi/sg.h>
22191 #endif
22194 main ()
22196 static sg_io_hdr_t ac_aggr;
22197 if (sizeof ac_aggr.interface_id)
22198 return 0;
22200 return 0;
22202 _ACEOF
22203 rm -f conftest.$ac_objext
22204 if { (ac_try="$ac_compile"
22205 case "(($ac_try" in
22206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22207 *) ac_try_echo=$ac_try;;
22208 esac
22209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22210 (eval "$ac_compile") 2>conftest.er1
22211 ac_status=$?
22212 grep -v '^ *+' conftest.er1 >conftest.err
22213 rm -f conftest.er1
22214 cat conftest.err >&5
22215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22216 (exit $ac_status); } && {
22217 test -z "$ac_c_werror_flag" ||
22218 test ! -s conftest.err
22219 } && test -s conftest.$ac_objext; then
22220 ac_cv_member_sg_io_hdr_t_interface_id=yes
22221 else
22222 echo "$as_me: failed program was:" >&5
22223 sed 's/^/| /' conftest.$ac_ext >&5
22225 ac_cv_member_sg_io_hdr_t_interface_id=no
22228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22233 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22234 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22235 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22237 cat >>confdefs.h <<_ACEOF
22238 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22239 _ACEOF
22245 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22246 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22247 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22248 echo $ECHO_N "(cached) $ECHO_C" >&6
22249 else
22250 cat >conftest.$ac_ext <<_ACEOF
22251 /* confdefs.h. */
22252 _ACEOF
22253 cat confdefs.h >>conftest.$ac_ext
22254 cat >>conftest.$ac_ext <<_ACEOF
22255 /* end confdefs.h. */
22256 #include <signal.h>
22259 main ()
22261 static siginfo_t ac_aggr;
22262 if (ac_aggr.si_fd)
22263 return 0;
22265 return 0;
22267 _ACEOF
22268 rm -f conftest.$ac_objext
22269 if { (ac_try="$ac_compile"
22270 case "(($ac_try" in
22271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22272 *) ac_try_echo=$ac_try;;
22273 esac
22274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22275 (eval "$ac_compile") 2>conftest.er1
22276 ac_status=$?
22277 grep -v '^ *+' conftest.er1 >conftest.err
22278 rm -f conftest.er1
22279 cat conftest.err >&5
22280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22281 (exit $ac_status); } && {
22282 test -z "$ac_c_werror_flag" ||
22283 test ! -s conftest.err
22284 } && test -s conftest.$ac_objext; then
22285 ac_cv_member_siginfo_t_si_fd=yes
22286 else
22287 echo "$as_me: failed program was:" >&5
22288 sed 's/^/| /' conftest.$ac_ext >&5
22290 cat >conftest.$ac_ext <<_ACEOF
22291 /* confdefs.h. */
22292 _ACEOF
22293 cat confdefs.h >>conftest.$ac_ext
22294 cat >>conftest.$ac_ext <<_ACEOF
22295 /* end confdefs.h. */
22296 #include <signal.h>
22299 main ()
22301 static siginfo_t ac_aggr;
22302 if (sizeof ac_aggr.si_fd)
22303 return 0;
22305 return 0;
22307 _ACEOF
22308 rm -f conftest.$ac_objext
22309 if { (ac_try="$ac_compile"
22310 case "(($ac_try" in
22311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22312 *) ac_try_echo=$ac_try;;
22313 esac
22314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22315 (eval "$ac_compile") 2>conftest.er1
22316 ac_status=$?
22317 grep -v '^ *+' conftest.er1 >conftest.err
22318 rm -f conftest.er1
22319 cat conftest.err >&5
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); } && {
22322 test -z "$ac_c_werror_flag" ||
22323 test ! -s conftest.err
22324 } && test -s conftest.$ac_objext; then
22325 ac_cv_member_siginfo_t_si_fd=yes
22326 else
22327 echo "$as_me: failed program was:" >&5
22328 sed 's/^/| /' conftest.$ac_ext >&5
22330 ac_cv_member_siginfo_t_si_fd=no
22333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22338 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22339 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22340 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22342 cat >>confdefs.h <<_ACEOF
22343 #define HAVE_SIGINFO_T_SI_FD 1
22344 _ACEOF
22350 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22351 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22352 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22353 echo $ECHO_N "(cached) $ECHO_C" >&6
22354 else
22355 cat >conftest.$ac_ext <<_ACEOF
22356 /* confdefs.h. */
22357 _ACEOF
22358 cat confdefs.h >>conftest.$ac_ext
22359 cat >>conftest.$ac_ext <<_ACEOF
22360 /* end confdefs.h. */
22361 #include <sys/types.h>
22362 #ifdef HAVE_SYS_MTIO_H
22363 #include <sys/mtio.h>
22364 #endif
22367 main ()
22369 static struct mtget ac_aggr;
22370 if (ac_aggr.mt_blksiz)
22371 return 0;
22373 return 0;
22375 _ACEOF
22376 rm -f conftest.$ac_objext
22377 if { (ac_try="$ac_compile"
22378 case "(($ac_try" in
22379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22380 *) ac_try_echo=$ac_try;;
22381 esac
22382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22383 (eval "$ac_compile") 2>conftest.er1
22384 ac_status=$?
22385 grep -v '^ *+' conftest.er1 >conftest.err
22386 rm -f conftest.er1
22387 cat conftest.err >&5
22388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22389 (exit $ac_status); } && {
22390 test -z "$ac_c_werror_flag" ||
22391 test ! -s conftest.err
22392 } && test -s conftest.$ac_objext; then
22393 ac_cv_member_struct_mtget_mt_blksiz=yes
22394 else
22395 echo "$as_me: failed program was:" >&5
22396 sed 's/^/| /' conftest.$ac_ext >&5
22398 cat >conftest.$ac_ext <<_ACEOF
22399 /* confdefs.h. */
22400 _ACEOF
22401 cat confdefs.h >>conftest.$ac_ext
22402 cat >>conftest.$ac_ext <<_ACEOF
22403 /* end confdefs.h. */
22404 #include <sys/types.h>
22405 #ifdef HAVE_SYS_MTIO_H
22406 #include <sys/mtio.h>
22407 #endif
22410 main ()
22412 static struct mtget ac_aggr;
22413 if (sizeof ac_aggr.mt_blksiz)
22414 return 0;
22416 return 0;
22418 _ACEOF
22419 rm -f conftest.$ac_objext
22420 if { (ac_try="$ac_compile"
22421 case "(($ac_try" in
22422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22423 *) ac_try_echo=$ac_try;;
22424 esac
22425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22426 (eval "$ac_compile") 2>conftest.er1
22427 ac_status=$?
22428 grep -v '^ *+' conftest.er1 >conftest.err
22429 rm -f conftest.er1
22430 cat conftest.err >&5
22431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); } && {
22433 test -z "$ac_c_werror_flag" ||
22434 test ! -s conftest.err
22435 } && test -s conftest.$ac_objext; then
22436 ac_cv_member_struct_mtget_mt_blksiz=yes
22437 else
22438 echo "$as_me: failed program was:" >&5
22439 sed 's/^/| /' conftest.$ac_ext >&5
22441 ac_cv_member_struct_mtget_mt_blksiz=no
22444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22449 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22450 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22451 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22453 cat >>confdefs.h <<_ACEOF
22454 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22455 _ACEOF
22459 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22460 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22461 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22462 echo $ECHO_N "(cached) $ECHO_C" >&6
22463 else
22464 cat >conftest.$ac_ext <<_ACEOF
22465 /* confdefs.h. */
22466 _ACEOF
22467 cat confdefs.h >>conftest.$ac_ext
22468 cat >>conftest.$ac_ext <<_ACEOF
22469 /* end confdefs.h. */
22470 #include <sys/types.h>
22471 #ifdef HAVE_SYS_MTIO_H
22472 #include <sys/mtio.h>
22473 #endif
22476 main ()
22478 static struct mtget ac_aggr;
22479 if (ac_aggr.mt_gstat)
22480 return 0;
22482 return 0;
22484 _ACEOF
22485 rm -f conftest.$ac_objext
22486 if { (ac_try="$ac_compile"
22487 case "(($ac_try" in
22488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22489 *) ac_try_echo=$ac_try;;
22490 esac
22491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22492 (eval "$ac_compile") 2>conftest.er1
22493 ac_status=$?
22494 grep -v '^ *+' conftest.er1 >conftest.err
22495 rm -f conftest.er1
22496 cat conftest.err >&5
22497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22498 (exit $ac_status); } && {
22499 test -z "$ac_c_werror_flag" ||
22500 test ! -s conftest.err
22501 } && test -s conftest.$ac_objext; then
22502 ac_cv_member_struct_mtget_mt_gstat=yes
22503 else
22504 echo "$as_me: failed program was:" >&5
22505 sed 's/^/| /' conftest.$ac_ext >&5
22507 cat >conftest.$ac_ext <<_ACEOF
22508 /* confdefs.h. */
22509 _ACEOF
22510 cat confdefs.h >>conftest.$ac_ext
22511 cat >>conftest.$ac_ext <<_ACEOF
22512 /* end confdefs.h. */
22513 #include <sys/types.h>
22514 #ifdef HAVE_SYS_MTIO_H
22515 #include <sys/mtio.h>
22516 #endif
22519 main ()
22521 static struct mtget ac_aggr;
22522 if (sizeof ac_aggr.mt_gstat)
22523 return 0;
22525 return 0;
22527 _ACEOF
22528 rm -f conftest.$ac_objext
22529 if { (ac_try="$ac_compile"
22530 case "(($ac_try" in
22531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22532 *) ac_try_echo=$ac_try;;
22533 esac
22534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22535 (eval "$ac_compile") 2>conftest.er1
22536 ac_status=$?
22537 grep -v '^ *+' conftest.er1 >conftest.err
22538 rm -f conftest.er1
22539 cat conftest.err >&5
22540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22541 (exit $ac_status); } && {
22542 test -z "$ac_c_werror_flag" ||
22543 test ! -s conftest.err
22544 } && test -s conftest.$ac_objext; then
22545 ac_cv_member_struct_mtget_mt_gstat=yes
22546 else
22547 echo "$as_me: failed program was:" >&5
22548 sed 's/^/| /' conftest.$ac_ext >&5
22550 ac_cv_member_struct_mtget_mt_gstat=no
22553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22558 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22559 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22560 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22562 cat >>confdefs.h <<_ACEOF
22563 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22564 _ACEOF
22568 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22569 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22570 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22571 echo $ECHO_N "(cached) $ECHO_C" >&6
22572 else
22573 cat >conftest.$ac_ext <<_ACEOF
22574 /* confdefs.h. */
22575 _ACEOF
22576 cat confdefs.h >>conftest.$ac_ext
22577 cat >>conftest.$ac_ext <<_ACEOF
22578 /* end confdefs.h. */
22579 #include <sys/types.h>
22580 #ifdef HAVE_SYS_MTIO_H
22581 #include <sys/mtio.h>
22582 #endif
22585 main ()
22587 static struct mtget ac_aggr;
22588 if (ac_aggr.mt_blkno)
22589 return 0;
22591 return 0;
22593 _ACEOF
22594 rm -f conftest.$ac_objext
22595 if { (ac_try="$ac_compile"
22596 case "(($ac_try" in
22597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22598 *) ac_try_echo=$ac_try;;
22599 esac
22600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22601 (eval "$ac_compile") 2>conftest.er1
22602 ac_status=$?
22603 grep -v '^ *+' conftest.er1 >conftest.err
22604 rm -f conftest.er1
22605 cat conftest.err >&5
22606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22607 (exit $ac_status); } && {
22608 test -z "$ac_c_werror_flag" ||
22609 test ! -s conftest.err
22610 } && test -s conftest.$ac_objext; then
22611 ac_cv_member_struct_mtget_mt_blkno=yes
22612 else
22613 echo "$as_me: failed program was:" >&5
22614 sed 's/^/| /' conftest.$ac_ext >&5
22616 cat >conftest.$ac_ext <<_ACEOF
22617 /* confdefs.h. */
22618 _ACEOF
22619 cat confdefs.h >>conftest.$ac_ext
22620 cat >>conftest.$ac_ext <<_ACEOF
22621 /* end confdefs.h. */
22622 #include <sys/types.h>
22623 #ifdef HAVE_SYS_MTIO_H
22624 #include <sys/mtio.h>
22625 #endif
22628 main ()
22630 static struct mtget ac_aggr;
22631 if (sizeof ac_aggr.mt_blkno)
22632 return 0;
22634 return 0;
22636 _ACEOF
22637 rm -f conftest.$ac_objext
22638 if { (ac_try="$ac_compile"
22639 case "(($ac_try" in
22640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22641 *) ac_try_echo=$ac_try;;
22642 esac
22643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22644 (eval "$ac_compile") 2>conftest.er1
22645 ac_status=$?
22646 grep -v '^ *+' conftest.er1 >conftest.err
22647 rm -f conftest.er1
22648 cat conftest.err >&5
22649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); } && {
22651 test -z "$ac_c_werror_flag" ||
22652 test ! -s conftest.err
22653 } && test -s conftest.$ac_objext; then
22654 ac_cv_member_struct_mtget_mt_blkno=yes
22655 else
22656 echo "$as_me: failed program was:" >&5
22657 sed 's/^/| /' conftest.$ac_ext >&5
22659 ac_cv_member_struct_mtget_mt_blkno=no
22662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22667 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22668 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22669 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22671 cat >>confdefs.h <<_ACEOF
22672 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22673 _ACEOF
22679 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22680 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22681 if test "${ac_cv_member_struct_option_name+set}" = set; then
22682 echo $ECHO_N "(cached) $ECHO_C" >&6
22683 else
22684 cat >conftest.$ac_ext <<_ACEOF
22685 /* confdefs.h. */
22686 _ACEOF
22687 cat confdefs.h >>conftest.$ac_ext
22688 cat >>conftest.$ac_ext <<_ACEOF
22689 /* end confdefs.h. */
22690 #ifdef HAVE_GETOPT_H
22691 #include <getopt.h>
22692 #endif
22695 main ()
22697 static struct option ac_aggr;
22698 if (ac_aggr.name)
22699 return 0;
22701 return 0;
22703 _ACEOF
22704 rm -f conftest.$ac_objext
22705 if { (ac_try="$ac_compile"
22706 case "(($ac_try" in
22707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22708 *) ac_try_echo=$ac_try;;
22709 esac
22710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22711 (eval "$ac_compile") 2>conftest.er1
22712 ac_status=$?
22713 grep -v '^ *+' conftest.er1 >conftest.err
22714 rm -f conftest.er1
22715 cat conftest.err >&5
22716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22717 (exit $ac_status); } && {
22718 test -z "$ac_c_werror_flag" ||
22719 test ! -s conftest.err
22720 } && test -s conftest.$ac_objext; then
22721 ac_cv_member_struct_option_name=yes
22722 else
22723 echo "$as_me: failed program was:" >&5
22724 sed 's/^/| /' conftest.$ac_ext >&5
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #ifdef HAVE_GETOPT_H
22733 #include <getopt.h>
22734 #endif
22737 main ()
22739 static struct option ac_aggr;
22740 if (sizeof ac_aggr.name)
22741 return 0;
22743 return 0;
22745 _ACEOF
22746 rm -f conftest.$ac_objext
22747 if { (ac_try="$ac_compile"
22748 case "(($ac_try" in
22749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22750 *) ac_try_echo=$ac_try;;
22751 esac
22752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22753 (eval "$ac_compile") 2>conftest.er1
22754 ac_status=$?
22755 grep -v '^ *+' conftest.er1 >conftest.err
22756 rm -f conftest.er1
22757 cat conftest.err >&5
22758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22759 (exit $ac_status); } && {
22760 test -z "$ac_c_werror_flag" ||
22761 test ! -s conftest.err
22762 } && test -s conftest.$ac_objext; then
22763 ac_cv_member_struct_option_name=yes
22764 else
22765 echo "$as_me: failed program was:" >&5
22766 sed 's/^/| /' conftest.$ac_ext >&5
22768 ac_cv_member_struct_option_name=no
22771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22776 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22777 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22778 if test $ac_cv_member_struct_option_name = yes; then
22780 cat >>confdefs.h <<_ACEOF
22781 #define HAVE_STRUCT_OPTION_NAME 1
22782 _ACEOF
22788 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22789 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22790 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22791 echo $ECHO_N "(cached) $ECHO_C" >&6
22792 else
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 $ac_includes_default
22801 main ()
22803 static struct stat ac_aggr;
22804 if (ac_aggr.st_blocks)
22805 return 0;
22807 return 0;
22809 _ACEOF
22810 rm -f conftest.$ac_objext
22811 if { (ac_try="$ac_compile"
22812 case "(($ac_try" in
22813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22814 *) ac_try_echo=$ac_try;;
22815 esac
22816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22817 (eval "$ac_compile") 2>conftest.er1
22818 ac_status=$?
22819 grep -v '^ *+' conftest.er1 >conftest.err
22820 rm -f conftest.er1
22821 cat conftest.err >&5
22822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22823 (exit $ac_status); } && {
22824 test -z "$ac_c_werror_flag" ||
22825 test ! -s conftest.err
22826 } && test -s conftest.$ac_objext; then
22827 ac_cv_member_struct_stat_st_blocks=yes
22828 else
22829 echo "$as_me: failed program was:" >&5
22830 sed 's/^/| /' conftest.$ac_ext >&5
22832 cat >conftest.$ac_ext <<_ACEOF
22833 /* confdefs.h. */
22834 _ACEOF
22835 cat confdefs.h >>conftest.$ac_ext
22836 cat >>conftest.$ac_ext <<_ACEOF
22837 /* end confdefs.h. */
22838 $ac_includes_default
22840 main ()
22842 static struct stat ac_aggr;
22843 if (sizeof ac_aggr.st_blocks)
22844 return 0;
22846 return 0;
22848 _ACEOF
22849 rm -f conftest.$ac_objext
22850 if { (ac_try="$ac_compile"
22851 case "(($ac_try" in
22852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22853 *) ac_try_echo=$ac_try;;
22854 esac
22855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22856 (eval "$ac_compile") 2>conftest.er1
22857 ac_status=$?
22858 grep -v '^ *+' conftest.er1 >conftest.err
22859 rm -f conftest.er1
22860 cat conftest.err >&5
22861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22862 (exit $ac_status); } && {
22863 test -z "$ac_c_werror_flag" ||
22864 test ! -s conftest.err
22865 } && test -s conftest.$ac_objext; then
22866 ac_cv_member_struct_stat_st_blocks=yes
22867 else
22868 echo "$as_me: failed program was:" >&5
22869 sed 's/^/| /' conftest.$ac_ext >&5
22871 ac_cv_member_struct_stat_st_blocks=no
22874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22879 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22880 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22881 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22883 cat >>confdefs.h <<_ACEOF
22884 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22885 _ACEOF
22889 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22890 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22891 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22892 echo $ECHO_N "(cached) $ECHO_C" >&6
22893 else
22894 cat >conftest.$ac_ext <<_ACEOF
22895 /* confdefs.h. */
22896 _ACEOF
22897 cat confdefs.h >>conftest.$ac_ext
22898 cat >>conftest.$ac_ext <<_ACEOF
22899 /* end confdefs.h. */
22900 $ac_includes_default
22902 main ()
22904 static struct stat ac_aggr;
22905 if (ac_aggr.st_mtim)
22906 return 0;
22908 return 0;
22910 _ACEOF
22911 rm -f conftest.$ac_objext
22912 if { (ac_try="$ac_compile"
22913 case "(($ac_try" in
22914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22915 *) ac_try_echo=$ac_try;;
22916 esac
22917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22918 (eval "$ac_compile") 2>conftest.er1
22919 ac_status=$?
22920 grep -v '^ *+' conftest.er1 >conftest.err
22921 rm -f conftest.er1
22922 cat conftest.err >&5
22923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22924 (exit $ac_status); } && {
22925 test -z "$ac_c_werror_flag" ||
22926 test ! -s conftest.err
22927 } && test -s conftest.$ac_objext; then
22928 ac_cv_member_struct_stat_st_mtim=yes
22929 else
22930 echo "$as_me: failed program was:" >&5
22931 sed 's/^/| /' conftest.$ac_ext >&5
22933 cat >conftest.$ac_ext <<_ACEOF
22934 /* confdefs.h. */
22935 _ACEOF
22936 cat confdefs.h >>conftest.$ac_ext
22937 cat >>conftest.$ac_ext <<_ACEOF
22938 /* end confdefs.h. */
22939 $ac_includes_default
22941 main ()
22943 static struct stat ac_aggr;
22944 if (sizeof ac_aggr.st_mtim)
22945 return 0;
22947 return 0;
22949 _ACEOF
22950 rm -f conftest.$ac_objext
22951 if { (ac_try="$ac_compile"
22952 case "(($ac_try" in
22953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22954 *) ac_try_echo=$ac_try;;
22955 esac
22956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22957 (eval "$ac_compile") 2>conftest.er1
22958 ac_status=$?
22959 grep -v '^ *+' conftest.er1 >conftest.err
22960 rm -f conftest.er1
22961 cat conftest.err >&5
22962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22963 (exit $ac_status); } && {
22964 test -z "$ac_c_werror_flag" ||
22965 test ! -s conftest.err
22966 } && test -s conftest.$ac_objext; then
22967 ac_cv_member_struct_stat_st_mtim=yes
22968 else
22969 echo "$as_me: failed program was:" >&5
22970 sed 's/^/| /' conftest.$ac_ext >&5
22972 ac_cv_member_struct_stat_st_mtim=no
22975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22980 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22981 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22982 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22984 cat >>confdefs.h <<_ACEOF
22985 #define HAVE_STRUCT_STAT_ST_MTIM 1
22986 _ACEOF
22990 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22991 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22992 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22993 echo $ECHO_N "(cached) $ECHO_C" >&6
22994 else
22995 cat >conftest.$ac_ext <<_ACEOF
22996 /* confdefs.h. */
22997 _ACEOF
22998 cat confdefs.h >>conftest.$ac_ext
22999 cat >>conftest.$ac_ext <<_ACEOF
23000 /* end confdefs.h. */
23001 $ac_includes_default
23003 main ()
23005 static struct stat ac_aggr;
23006 if (ac_aggr.st_ctim)
23007 return 0;
23009 return 0;
23011 _ACEOF
23012 rm -f conftest.$ac_objext
23013 if { (ac_try="$ac_compile"
23014 case "(($ac_try" in
23015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23016 *) ac_try_echo=$ac_try;;
23017 esac
23018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23019 (eval "$ac_compile") 2>conftest.er1
23020 ac_status=$?
23021 grep -v '^ *+' conftest.er1 >conftest.err
23022 rm -f conftest.er1
23023 cat conftest.err >&5
23024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025 (exit $ac_status); } && {
23026 test -z "$ac_c_werror_flag" ||
23027 test ! -s conftest.err
23028 } && test -s conftest.$ac_objext; then
23029 ac_cv_member_struct_stat_st_ctim=yes
23030 else
23031 echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23034 cat >conftest.$ac_ext <<_ACEOF
23035 /* confdefs.h. */
23036 _ACEOF
23037 cat confdefs.h >>conftest.$ac_ext
23038 cat >>conftest.$ac_ext <<_ACEOF
23039 /* end confdefs.h. */
23040 $ac_includes_default
23042 main ()
23044 static struct stat ac_aggr;
23045 if (sizeof ac_aggr.st_ctim)
23046 return 0;
23048 return 0;
23050 _ACEOF
23051 rm -f conftest.$ac_objext
23052 if { (ac_try="$ac_compile"
23053 case "(($ac_try" in
23054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23055 *) ac_try_echo=$ac_try;;
23056 esac
23057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23058 (eval "$ac_compile") 2>conftest.er1
23059 ac_status=$?
23060 grep -v '^ *+' conftest.er1 >conftest.err
23061 rm -f conftest.er1
23062 cat conftest.err >&5
23063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23064 (exit $ac_status); } && {
23065 test -z "$ac_c_werror_flag" ||
23066 test ! -s conftest.err
23067 } && test -s conftest.$ac_objext; then
23068 ac_cv_member_struct_stat_st_ctim=yes
23069 else
23070 echo "$as_me: failed program was:" >&5
23071 sed 's/^/| /' conftest.$ac_ext >&5
23073 ac_cv_member_struct_stat_st_ctim=no
23076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23081 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23082 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
23083 if test $ac_cv_member_struct_stat_st_ctim = yes; then
23085 cat >>confdefs.h <<_ACEOF
23086 #define HAVE_STRUCT_STAT_ST_CTIM 1
23087 _ACEOF
23091 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23092 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
23093 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23094 echo $ECHO_N "(cached) $ECHO_C" >&6
23095 else
23096 cat >conftest.$ac_ext <<_ACEOF
23097 /* confdefs.h. */
23098 _ACEOF
23099 cat confdefs.h >>conftest.$ac_ext
23100 cat >>conftest.$ac_ext <<_ACEOF
23101 /* end confdefs.h. */
23102 $ac_includes_default
23104 main ()
23106 static struct stat ac_aggr;
23107 if (ac_aggr.st_atim)
23108 return 0;
23110 return 0;
23112 _ACEOF
23113 rm -f conftest.$ac_objext
23114 if { (ac_try="$ac_compile"
23115 case "(($ac_try" in
23116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23117 *) ac_try_echo=$ac_try;;
23118 esac
23119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23120 (eval "$ac_compile") 2>conftest.er1
23121 ac_status=$?
23122 grep -v '^ *+' conftest.er1 >conftest.err
23123 rm -f conftest.er1
23124 cat conftest.err >&5
23125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23126 (exit $ac_status); } && {
23127 test -z "$ac_c_werror_flag" ||
23128 test ! -s conftest.err
23129 } && test -s conftest.$ac_objext; then
23130 ac_cv_member_struct_stat_st_atim=yes
23131 else
23132 echo "$as_me: failed program was:" >&5
23133 sed 's/^/| /' conftest.$ac_ext >&5
23135 cat >conftest.$ac_ext <<_ACEOF
23136 /* confdefs.h. */
23137 _ACEOF
23138 cat confdefs.h >>conftest.$ac_ext
23139 cat >>conftest.$ac_ext <<_ACEOF
23140 /* end confdefs.h. */
23141 $ac_includes_default
23143 main ()
23145 static struct stat ac_aggr;
23146 if (sizeof ac_aggr.st_atim)
23147 return 0;
23149 return 0;
23151 _ACEOF
23152 rm -f conftest.$ac_objext
23153 if { (ac_try="$ac_compile"
23154 case "(($ac_try" in
23155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23156 *) ac_try_echo=$ac_try;;
23157 esac
23158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23159 (eval "$ac_compile") 2>conftest.er1
23160 ac_status=$?
23161 grep -v '^ *+' conftest.er1 >conftest.err
23162 rm -f conftest.er1
23163 cat conftest.err >&5
23164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23165 (exit $ac_status); } && {
23166 test -z "$ac_c_werror_flag" ||
23167 test ! -s conftest.err
23168 } && test -s conftest.$ac_objext; then
23169 ac_cv_member_struct_stat_st_atim=yes
23170 else
23171 echo "$as_me: failed program was:" >&5
23172 sed 's/^/| /' conftest.$ac_ext >&5
23174 ac_cv_member_struct_stat_st_atim=no
23177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23182 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23183 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23184 if test $ac_cv_member_struct_stat_st_atim = yes; then
23186 cat >>confdefs.h <<_ACEOF
23187 #define HAVE_STRUCT_STAT_ST_ATIM 1
23188 _ACEOF
23194 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23195 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23196 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23197 echo $ECHO_N "(cached) $ECHO_C" >&6
23198 else
23199 cat >conftest.$ac_ext <<_ACEOF
23200 /* confdefs.h. */
23201 _ACEOF
23202 cat confdefs.h >>conftest.$ac_ext
23203 cat >>conftest.$ac_ext <<_ACEOF
23204 /* end confdefs.h. */
23205 #ifdef HAVE_SYS_TYPES_H
23206 #include <sys/types.h>
23207 #endif
23208 #ifdef HAVE_NETINET_IN_H
23209 #include <netinet/in.h>
23210 #endif
23213 main ()
23215 static struct sockaddr_in6 ac_aggr;
23216 if (ac_aggr.sin6_scope_id)
23217 return 0;
23219 return 0;
23221 _ACEOF
23222 rm -f conftest.$ac_objext
23223 if { (ac_try="$ac_compile"
23224 case "(($ac_try" in
23225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23226 *) ac_try_echo=$ac_try;;
23227 esac
23228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23229 (eval "$ac_compile") 2>conftest.er1
23230 ac_status=$?
23231 grep -v '^ *+' conftest.er1 >conftest.err
23232 rm -f conftest.er1
23233 cat conftest.err >&5
23234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235 (exit $ac_status); } && {
23236 test -z "$ac_c_werror_flag" ||
23237 test ! -s conftest.err
23238 } && test -s conftest.$ac_objext; then
23239 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23240 else
23241 echo "$as_me: failed program was:" >&5
23242 sed 's/^/| /' conftest.$ac_ext >&5
23244 cat >conftest.$ac_ext <<_ACEOF
23245 /* confdefs.h. */
23246 _ACEOF
23247 cat confdefs.h >>conftest.$ac_ext
23248 cat >>conftest.$ac_ext <<_ACEOF
23249 /* end confdefs.h. */
23250 #ifdef HAVE_SYS_TYPES_H
23251 #include <sys/types.h>
23252 #endif
23253 #ifdef HAVE_NETINET_IN_H
23254 #include <netinet/in.h>
23255 #endif
23258 main ()
23260 static struct sockaddr_in6 ac_aggr;
23261 if (sizeof ac_aggr.sin6_scope_id)
23262 return 0;
23264 return 0;
23266 _ACEOF
23267 rm -f conftest.$ac_objext
23268 if { (ac_try="$ac_compile"
23269 case "(($ac_try" in
23270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23271 *) ac_try_echo=$ac_try;;
23272 esac
23273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23274 (eval "$ac_compile") 2>conftest.er1
23275 ac_status=$?
23276 grep -v '^ *+' conftest.er1 >conftest.err
23277 rm -f conftest.er1
23278 cat conftest.err >&5
23279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23280 (exit $ac_status); } && {
23281 test -z "$ac_c_werror_flag" ||
23282 test ! -s conftest.err
23283 } && test -s conftest.$ac_objext; then
23284 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23285 else
23286 echo "$as_me: failed program was:" >&5
23287 sed 's/^/| /' conftest.$ac_ext >&5
23289 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23297 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23298 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23299 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23301 cat >>confdefs.h <<_ACEOF
23302 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23303 _ACEOF
23309 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23310 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23311 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23312 echo $ECHO_N "(cached) $ECHO_C" >&6
23313 else
23314 cat >conftest.$ac_ext <<_ACEOF
23315 /* confdefs.h. */
23316 _ACEOF
23317 cat confdefs.h >>conftest.$ac_ext
23318 cat >>conftest.$ac_ext <<_ACEOF
23319 /* end confdefs.h. */
23320 #ifdef HAVE_SYS_TYPES_H
23321 #include <sys/types.h>
23322 #endif
23323 #ifdef HAVE_NETINET_IN_H
23324 # include <netinet/in.h>
23325 #endif
23326 #ifdef HAVE_ARPA_NAMESER_H
23327 # include <arpa/nameser.h>
23328 #endif
23331 main ()
23333 static ns_msg ac_aggr;
23334 if (ac_aggr._msg_ptr)
23335 return 0;
23337 return 0;
23339 _ACEOF
23340 rm -f conftest.$ac_objext
23341 if { (ac_try="$ac_compile"
23342 case "(($ac_try" in
23343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23344 *) ac_try_echo=$ac_try;;
23345 esac
23346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23347 (eval "$ac_compile") 2>conftest.er1
23348 ac_status=$?
23349 grep -v '^ *+' conftest.er1 >conftest.err
23350 rm -f conftest.er1
23351 cat conftest.err >&5
23352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23353 (exit $ac_status); } && {
23354 test -z "$ac_c_werror_flag" ||
23355 test ! -s conftest.err
23356 } && test -s conftest.$ac_objext; then
23357 ac_cv_member_ns_msg__msg_ptr=yes
23358 else
23359 echo "$as_me: failed program was:" >&5
23360 sed 's/^/| /' conftest.$ac_ext >&5
23362 cat >conftest.$ac_ext <<_ACEOF
23363 /* confdefs.h. */
23364 _ACEOF
23365 cat confdefs.h >>conftest.$ac_ext
23366 cat >>conftest.$ac_ext <<_ACEOF
23367 /* end confdefs.h. */
23368 #ifdef HAVE_SYS_TYPES_H
23369 #include <sys/types.h>
23370 #endif
23371 #ifdef HAVE_NETINET_IN_H
23372 # include <netinet/in.h>
23373 #endif
23374 #ifdef HAVE_ARPA_NAMESER_H
23375 # include <arpa/nameser.h>
23376 #endif
23379 main ()
23381 static ns_msg ac_aggr;
23382 if (sizeof ac_aggr._msg_ptr)
23383 return 0;
23385 return 0;
23387 _ACEOF
23388 rm -f conftest.$ac_objext
23389 if { (ac_try="$ac_compile"
23390 case "(($ac_try" in
23391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23392 *) ac_try_echo=$ac_try;;
23393 esac
23394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23395 (eval "$ac_compile") 2>conftest.er1
23396 ac_status=$?
23397 grep -v '^ *+' conftest.er1 >conftest.err
23398 rm -f conftest.er1
23399 cat conftest.err >&5
23400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); } && {
23402 test -z "$ac_c_werror_flag" ||
23403 test ! -s conftest.err
23404 } && test -s conftest.$ac_objext; then
23405 ac_cv_member_ns_msg__msg_ptr=yes
23406 else
23407 echo "$as_me: failed program was:" >&5
23408 sed 's/^/| /' conftest.$ac_ext >&5
23410 ac_cv_member_ns_msg__msg_ptr=no
23413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23418 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23419 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23420 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23422 cat >>confdefs.h <<_ACEOF
23423 #define HAVE_NS_MSG__MSG_PTR 1
23424 _ACEOF
23430 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23431 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23432 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23433 echo $ECHO_N "(cached) $ECHO_C" >&6
23434 else
23435 cat >conftest.$ac_ext <<_ACEOF
23436 /* confdefs.h. */
23437 _ACEOF
23438 cat confdefs.h >>conftest.$ac_ext
23439 cat >>conftest.$ac_ext <<_ACEOF
23440 /* end confdefs.h. */
23441 #ifdef HAVE_SYS_TYPES_H
23442 #include <sys/types.h>
23443 #endif
23444 #ifdef HAVE_ALIAS_H
23445 #include <alias.h>
23446 #endif
23447 #ifdef HAVE_SYS_SOCKET_H
23448 #include <sys/socket.h>
23449 #endif
23450 #ifdef HAVE_SYS_SOCKETVAR_H
23451 #include <sys/socketvar.h>
23452 #endif
23453 #ifdef HAVE_SYS_TIMEOUT_H
23454 #include <sys/timeout.h>
23455 #endif
23456 #ifdef HAVE_NETINET_IN_H
23457 #include <netinet/in.h>
23458 #endif
23459 #ifdef HAVE_NETINET_IN_SYSTM_H
23460 #include <netinet/in_systm.h>
23461 #endif
23462 #ifdef HAVE_NETINET_IP_H
23463 #include <netinet/ip.h>
23464 #endif
23465 #ifdef HAVE_NETINET_IP_VAR_H
23466 #include <netinet/ip_var.h>
23467 #endif
23468 #ifdef HAVE_NETINET_IP_ICMP_H
23469 #include <netinet/ip_icmp.h>
23470 #endif
23471 #ifdef HAVE_NETINET_ICMP_VAR
23472 #include <netinet/icmp_var.h>
23473 #endif
23476 main ()
23478 static struct icmpstat ac_aggr;
23479 if (ac_aggr.icps_outhist)
23480 return 0;
23482 return 0;
23484 _ACEOF
23485 rm -f conftest.$ac_objext
23486 if { (ac_try="$ac_compile"
23487 case "(($ac_try" in
23488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23489 *) ac_try_echo=$ac_try;;
23490 esac
23491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23492 (eval "$ac_compile") 2>conftest.er1
23493 ac_status=$?
23494 grep -v '^ *+' conftest.er1 >conftest.err
23495 rm -f conftest.er1
23496 cat conftest.err >&5
23497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23498 (exit $ac_status); } && {
23499 test -z "$ac_c_werror_flag" ||
23500 test ! -s conftest.err
23501 } && test -s conftest.$ac_objext; then
23502 ac_cv_member_struct_icmpstat_icps_outhist=yes
23503 else
23504 echo "$as_me: failed program was:" >&5
23505 sed 's/^/| /' conftest.$ac_ext >&5
23507 cat >conftest.$ac_ext <<_ACEOF
23508 /* confdefs.h. */
23509 _ACEOF
23510 cat confdefs.h >>conftest.$ac_ext
23511 cat >>conftest.$ac_ext <<_ACEOF
23512 /* end confdefs.h. */
23513 #ifdef HAVE_SYS_TYPES_H
23514 #include <sys/types.h>
23515 #endif
23516 #ifdef HAVE_ALIAS_H
23517 #include <alias.h>
23518 #endif
23519 #ifdef HAVE_SYS_SOCKET_H
23520 #include <sys/socket.h>
23521 #endif
23522 #ifdef HAVE_SYS_SOCKETVAR_H
23523 #include <sys/socketvar.h>
23524 #endif
23525 #ifdef HAVE_SYS_TIMEOUT_H
23526 #include <sys/timeout.h>
23527 #endif
23528 #ifdef HAVE_NETINET_IN_H
23529 #include <netinet/in.h>
23530 #endif
23531 #ifdef HAVE_NETINET_IN_SYSTM_H
23532 #include <netinet/in_systm.h>
23533 #endif
23534 #ifdef HAVE_NETINET_IP_H
23535 #include <netinet/ip.h>
23536 #endif
23537 #ifdef HAVE_NETINET_IP_VAR_H
23538 #include <netinet/ip_var.h>
23539 #endif
23540 #ifdef HAVE_NETINET_IP_ICMP_H
23541 #include <netinet/ip_icmp.h>
23542 #endif
23543 #ifdef HAVE_NETINET_ICMP_VAR
23544 #include <netinet/icmp_var.h>
23545 #endif
23548 main ()
23550 static struct icmpstat ac_aggr;
23551 if (sizeof ac_aggr.icps_outhist)
23552 return 0;
23554 return 0;
23556 _ACEOF
23557 rm -f conftest.$ac_objext
23558 if { (ac_try="$ac_compile"
23559 case "(($ac_try" in
23560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23561 *) ac_try_echo=$ac_try;;
23562 esac
23563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23564 (eval "$ac_compile") 2>conftest.er1
23565 ac_status=$?
23566 grep -v '^ *+' conftest.er1 >conftest.err
23567 rm -f conftest.er1
23568 cat conftest.err >&5
23569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23570 (exit $ac_status); } && {
23571 test -z "$ac_c_werror_flag" ||
23572 test ! -s conftest.err
23573 } && test -s conftest.$ac_objext; then
23574 ac_cv_member_struct_icmpstat_icps_outhist=yes
23575 else
23576 echo "$as_me: failed program was:" >&5
23577 sed 's/^/| /' conftest.$ac_ext >&5
23579 ac_cv_member_struct_icmpstat_icps_outhist=no
23582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23587 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23588 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23589 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23591 cat >>confdefs.h <<_ACEOF
23592 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23593 _ACEOF
23599 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23600 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23601 if test "${ac_cv_have_timezone+set}" = set; then
23602 echo $ECHO_N "(cached) $ECHO_C" >&6
23603 else
23604 cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h. */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h. */
23610 #include <time.h>
23612 main ()
23614 timezone = 1
23616 return 0;
23618 _ACEOF
23619 rm -f conftest.$ac_objext conftest$ac_exeext
23620 if { (ac_try="$ac_link"
23621 case "(($ac_try" in
23622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23623 *) ac_try_echo=$ac_try;;
23624 esac
23625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23626 (eval "$ac_link") 2>conftest.er1
23627 ac_status=$?
23628 grep -v '^ *+' conftest.er1 >conftest.err
23629 rm -f conftest.er1
23630 cat conftest.err >&5
23631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23632 (exit $ac_status); } && {
23633 test -z "$ac_c_werror_flag" ||
23634 test ! -s conftest.err
23635 } && test -s conftest$ac_exeext &&
23636 $as_test_x conftest$ac_exeext; then
23637 ac_cv_have_timezone="yes"
23638 else
23639 echo "$as_me: failed program was:" >&5
23640 sed 's/^/| /' conftest.$ac_ext >&5
23642 ac_cv_have_timezone="no"
23645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23646 conftest$ac_exeext conftest.$ac_ext
23648 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23649 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23650 if test "$ac_cv_have_timezone" = "yes"
23651 then
23653 cat >>confdefs.h <<\_ACEOF
23654 #define HAVE_TIMEZONE 1
23655 _ACEOF
23658 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23659 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23660 if test "${ac_cv_have_daylight+set}" = set; then
23661 echo $ECHO_N "(cached) $ECHO_C" >&6
23662 else
23663 cat >conftest.$ac_ext <<_ACEOF
23664 /* confdefs.h. */
23665 _ACEOF
23666 cat confdefs.h >>conftest.$ac_ext
23667 cat >>conftest.$ac_ext <<_ACEOF
23668 /* end confdefs.h. */
23669 #include <time.h>
23671 main ()
23673 daylight = 1
23675 return 0;
23677 _ACEOF
23678 rm -f conftest.$ac_objext conftest$ac_exeext
23679 if { (ac_try="$ac_link"
23680 case "(($ac_try" in
23681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23682 *) ac_try_echo=$ac_try;;
23683 esac
23684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23685 (eval "$ac_link") 2>conftest.er1
23686 ac_status=$?
23687 grep -v '^ *+' conftest.er1 >conftest.err
23688 rm -f conftest.er1
23689 cat conftest.err >&5
23690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23691 (exit $ac_status); } && {
23692 test -z "$ac_c_werror_flag" ||
23693 test ! -s conftest.err
23694 } && test -s conftest$ac_exeext &&
23695 $as_test_x conftest$ac_exeext; then
23696 ac_cv_have_daylight="yes"
23697 else
23698 echo "$as_me: failed program was:" >&5
23699 sed 's/^/| /' conftest.$ac_ext >&5
23701 ac_cv_have_daylight="no"
23704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23705 conftest$ac_exeext conftest.$ac_ext
23707 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23708 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23709 if test "$ac_cv_have_daylight" = "yes"
23710 then
23712 cat >>confdefs.h <<\_ACEOF
23713 #define HAVE_DAYLIGHT 1
23714 _ACEOF
23718 { echo "$as_me:$LINENO: checking for isinf" >&5
23719 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23720 if test "${ac_cv_have_isinf+set}" = set; then
23721 echo $ECHO_N "(cached) $ECHO_C" >&6
23722 else
23723 cat >conftest.$ac_ext <<_ACEOF
23724 /* confdefs.h. */
23725 _ACEOF
23726 cat confdefs.h >>conftest.$ac_ext
23727 cat >>conftest.$ac_ext <<_ACEOF
23728 /* end confdefs.h. */
23729 #include <math.h>
23731 main ()
23733 float f = 0.0; int i=isinf(f)
23735 return 0;
23737 _ACEOF
23738 rm -f conftest.$ac_objext conftest$ac_exeext
23739 if { (ac_try="$ac_link"
23740 case "(($ac_try" in
23741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23742 *) ac_try_echo=$ac_try;;
23743 esac
23744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23745 (eval "$ac_link") 2>conftest.er1
23746 ac_status=$?
23747 grep -v '^ *+' conftest.er1 >conftest.err
23748 rm -f conftest.er1
23749 cat conftest.err >&5
23750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23751 (exit $ac_status); } && {
23752 test -z "$ac_c_werror_flag" ||
23753 test ! -s conftest.err
23754 } && test -s conftest$ac_exeext &&
23755 $as_test_x conftest$ac_exeext; then
23756 ac_cv_have_isinf="yes"
23757 else
23758 echo "$as_me: failed program was:" >&5
23759 sed 's/^/| /' conftest.$ac_ext >&5
23761 ac_cv_have_isinf="no"
23764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23765 conftest$ac_exeext conftest.$ac_ext
23767 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23768 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23769 if test "$ac_cv_have_isinf" = "yes"
23770 then
23772 cat >>confdefs.h <<\_ACEOF
23773 #define HAVE_ISINF 1
23774 _ACEOF
23778 { echo "$as_me:$LINENO: checking for isnan" >&5
23779 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23780 if test "${ac_cv_have_isnan+set}" = set; then
23781 echo $ECHO_N "(cached) $ECHO_C" >&6
23782 else
23783 cat >conftest.$ac_ext <<_ACEOF
23784 /* confdefs.h. */
23785 _ACEOF
23786 cat confdefs.h >>conftest.$ac_ext
23787 cat >>conftest.$ac_ext <<_ACEOF
23788 /* end confdefs.h. */
23789 #include <math.h>
23791 main ()
23793 float f = 0.0; int i=isnan(f)
23795 return 0;
23797 _ACEOF
23798 rm -f conftest.$ac_objext conftest$ac_exeext
23799 if { (ac_try="$ac_link"
23800 case "(($ac_try" in
23801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23802 *) ac_try_echo=$ac_try;;
23803 esac
23804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23805 (eval "$ac_link") 2>conftest.er1
23806 ac_status=$?
23807 grep -v '^ *+' conftest.er1 >conftest.err
23808 rm -f conftest.er1
23809 cat conftest.err >&5
23810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23811 (exit $ac_status); } && {
23812 test -z "$ac_c_werror_flag" ||
23813 test ! -s conftest.err
23814 } && test -s conftest$ac_exeext &&
23815 $as_test_x conftest$ac_exeext; then
23816 ac_cv_have_isnan="yes"
23817 else
23818 echo "$as_me: failed program was:" >&5
23819 sed 's/^/| /' conftest.$ac_ext >&5
23821 ac_cv_have_isnan="no"
23824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23825 conftest$ac_exeext conftest.$ac_ext
23827 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23828 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23829 if test "$ac_cv_have_isnan" = "yes"
23830 then
23832 cat >>confdefs.h <<\_ACEOF
23833 #define HAVE_ISNAN 1
23834 _ACEOF
23839 case $host_cpu in
23840 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23841 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23842 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23843 echo $ECHO_N "(cached) $ECHO_C" >&6
23844 else
23845 cat >conftest.$ac_ext <<_ACEOF
23846 /* confdefs.h. */
23847 _ACEOF
23848 cat confdefs.h >>conftest.$ac_ext
23849 cat >>conftest.$ac_ext <<_ACEOF
23850 /* end confdefs.h. */
23851 #ifndef __i386__
23853 #endif
23854 _ACEOF
23855 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23856 $EGREP "yes" >/dev/null 2>&1; then
23857 ac_cv_cpp_def___i386__=yes
23858 else
23859 ac_cv_cpp_def___i386__=no
23861 rm -f conftest*
23864 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23865 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23866 if test $ac_cv_cpp_def___i386__ = yes; then
23867 CFLAGS="$CFLAGS -D__i386__"
23868 LINTFLAGS="$LINTFLAGS -D__i386__"
23871 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23872 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23873 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23874 echo $ECHO_N "(cached) $ECHO_C" >&6
23875 else
23876 cat >conftest.$ac_ext <<_ACEOF
23877 /* confdefs.h. */
23878 _ACEOF
23879 cat confdefs.h >>conftest.$ac_ext
23880 cat >>conftest.$ac_ext <<_ACEOF
23881 /* end confdefs.h. */
23882 #ifndef __x86_64__
23884 #endif
23885 _ACEOF
23886 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23887 $EGREP "yes" >/dev/null 2>&1; then
23888 ac_cv_cpp_def___x86_64__=yes
23889 else
23890 ac_cv_cpp_def___x86_64__=no
23892 rm -f conftest*
23895 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23896 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23897 if test $ac_cv_cpp_def___x86_64__ = yes; then
23898 CFLAGS="$CFLAGS -D__x86_64__"
23899 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23902 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23903 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23904 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23905 echo $ECHO_N "(cached) $ECHO_C" >&6
23906 else
23907 cat >conftest.$ac_ext <<_ACEOF
23908 /* confdefs.h. */
23909 _ACEOF
23910 cat confdefs.h >>conftest.$ac_ext
23911 cat >>conftest.$ac_ext <<_ACEOF
23912 /* end confdefs.h. */
23913 #ifndef __ALPHA__
23915 #endif
23916 _ACEOF
23917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23918 $EGREP "yes" >/dev/null 2>&1; then
23919 ac_cv_cpp_def___ALPHA__=yes
23920 else
23921 ac_cv_cpp_def___ALPHA__=no
23923 rm -f conftest*
23926 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23927 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23928 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23929 CFLAGS="$CFLAGS -D__ALPHA__"
23930 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23933 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23934 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23935 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23936 echo $ECHO_N "(cached) $ECHO_C" >&6
23937 else
23938 cat >conftest.$ac_ext <<_ACEOF
23939 /* confdefs.h. */
23940 _ACEOF
23941 cat confdefs.h >>conftest.$ac_ext
23942 cat >>conftest.$ac_ext <<_ACEOF
23943 /* end confdefs.h. */
23944 #ifndef __sparc__
23946 #endif
23947 _ACEOF
23948 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23949 $EGREP "yes" >/dev/null 2>&1; then
23950 ac_cv_cpp_def___sparc__=yes
23951 else
23952 ac_cv_cpp_def___sparc__=no
23954 rm -f conftest*
23957 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23958 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23959 if test $ac_cv_cpp_def___sparc__ = yes; then
23960 CFLAGS="$CFLAGS -D__sparc__"
23961 LINTFLAGS="$LINTFLAGS -D__sparc__"
23964 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23965 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23966 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23967 echo $ECHO_N "(cached) $ECHO_C" >&6
23968 else
23969 cat >conftest.$ac_ext <<_ACEOF
23970 /* confdefs.h. */
23971 _ACEOF
23972 cat confdefs.h >>conftest.$ac_ext
23973 cat >>conftest.$ac_ext <<_ACEOF
23974 /* end confdefs.h. */
23975 #ifndef __powerpc__
23977 #endif
23978 _ACEOF
23979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23980 $EGREP "yes" >/dev/null 2>&1; then
23981 ac_cv_cpp_def___powerpc__=yes
23982 else
23983 ac_cv_cpp_def___powerpc__=no
23985 rm -f conftest*
23988 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23989 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23990 if test $ac_cv_cpp_def___powerpc__ = yes; then
23991 CFLAGS="$CFLAGS -D__powerpc__"
23992 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23995 esac
23997 case $host_vendor in
23998 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23999 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
24000 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24001 echo $ECHO_N "(cached) $ECHO_C" >&6
24002 else
24003 cat >conftest.$ac_ext <<_ACEOF
24004 /* confdefs.h. */
24005 _ACEOF
24006 cat confdefs.h >>conftest.$ac_ext
24007 cat >>conftest.$ac_ext <<_ACEOF
24008 /* end confdefs.h. */
24009 #ifndef __sun__
24011 #endif
24012 _ACEOF
24013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24014 $EGREP "yes" >/dev/null 2>&1; then
24015 ac_cv_cpp_def___sun__=yes
24016 else
24017 ac_cv_cpp_def___sun__=no
24019 rm -f conftest*
24022 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24023 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
24024 if test $ac_cv_cpp_def___sun__ = yes; then
24025 CFLAGS="$CFLAGS -D__sun__"
24026 LINTFLAGS="$LINTFLAGS -D__sun__"
24029 esac
24032 DEPENDENCIES="### Dependencies:
24034 .INIT: Makefile
24035 .BEGIN: Makefile
24036 .MAKEFILEDEPS:
24037 Makefile: dummy
24038 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24040 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24041 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24042 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24043 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24044 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24047 ALL_MAKERULES=""
24049 ALL_MAKEFILES=""
24051 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24054 ALL_TOP_DIRS=""
24056 ALL_DLL_DIRS=""
24058 ALL_IMPLIB_DIRS=""
24060 ALL_TEST_DIRS=""
24062 ALL_PROGRAM_DIRS=""
24064 ALL_PROGRAM_INSTALL_DIRS=""
24066 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24072 ac_config_commands="$ac_config_commands include/stamp-h"
24075 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24077 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24079 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24081 ac_config_commands="$ac_config_commands dlls/user32/resources"
24083 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24085 ac_config_commands="$ac_config_commands include/wine"
24088 ALL_MAKERULES="$ALL_MAKERULES \\
24089 Make.rules"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 Make.rules: Make.rules.in"
24092 MAKE_RULES=Make.rules
24093 ac_config_files="$ac_config_files Make.rules"
24095 ALL_MAKERULES="$ALL_MAKERULES \\
24096 dlls/Makedll.rules"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24099 MAKE_DLL_RULES=dlls/Makedll.rules
24100 ac_config_files="$ac_config_files dlls/Makedll.rules"
24102 ALL_MAKERULES="$ALL_MAKERULES \\
24103 dlls/Makeimplib.rules"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24106 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24107 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24109 ALL_MAKERULES="$ALL_MAKERULES \\
24110 dlls/Maketest.rules"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24113 MAKE_TEST_RULES=dlls/Maketest.rules
24114 ac_config_files="$ac_config_files dlls/Maketest.rules"
24116 ALL_MAKERULES="$ALL_MAKERULES \\
24117 programs/Makeprog.rules"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24120 MAKE_PROG_RULES=programs/Makeprog.rules
24121 ac_config_files="$ac_config_files programs/Makeprog.rules"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 Makefile: Makefile.in Make.rules"
24128 ac_config_files="$ac_config_files Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/Makefile"
24132 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24133 dlls"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/Makefile: dlls/Makefile.in Make.rules"
24136 ac_config_files="$ac_config_files dlls/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/acledit/Makefile"
24140 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24141 acledit"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24144 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/aclui/Makefile"
24148 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24149 aclui"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/activeds/Makefile"
24156 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24157 activeds"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24160 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/actxprxy/Makefile"
24164 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24165 actxprxy"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24168 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/adsiid/Makefile"
24172 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24173 adsiid"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24176 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/advapi32/Makefile"
24180 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24181 advapi32"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24184 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/advapi32/tests/Makefile"
24188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24189 advapi32/tests"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24192 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/advpack/Makefile"
24196 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24197 advpack"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24200 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/advpack/tests/Makefile"
24204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24205 advpack/tests"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24208 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/amstream/Makefile"
24212 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24213 amstream"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24216 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/amstream/tests/Makefile"
24220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24221 amstream/tests"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24224 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/appwiz.cpl/Makefile"
24228 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24229 appwiz.cpl"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24232 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/atl/Makefile"
24236 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 atl"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/atl/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/authz/Makefile"
24244 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24245 authz"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24248 ac_config_files="$ac_config_files dlls/authz/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/avicap32/Makefile"
24252 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24253 avicap32"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24256 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/avifil32/Makefile"
24260 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24261 avifil32"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24264 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/avifile.dll16/Makefile"
24268 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24269 avifile.dll16"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/avrt/Makefile"
24276 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24277 avrt"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
24280 ac_config_files="$ac_config_files dlls/avrt/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/bcrypt/Makefile"
24284 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24285 bcrypt"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24288 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/browseui/Makefile"
24292 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 browseui"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/browseui/tests/Makefile"
24300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24301 browseui/tests"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24304 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/cabinet/Makefile"
24308 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24309 cabinet"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24312 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/cabinet/tests/Makefile"
24316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24317 cabinet/tests"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24320 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/capi2032/Makefile"
24324 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325 capi2032"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/cards/Makefile"
24332 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333 cards"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/cards/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/cfgmgr32/Makefile"
24340 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24341 cfgmgr32"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/clusapi/Makefile"
24348 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 clusapi"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/comcat/Makefile"
24356 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24357 comcat"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24360 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/comcat/tests/Makefile"
24364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24365 comcat/tests"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24368 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/comctl32/Makefile"
24372 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 comctl32"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/comctl32/tests/Makefile"
24380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24381 comctl32/tests"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24384 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/comdlg32/Makefile"
24388 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24389 comdlg32"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/comdlg32/tests/Makefile"
24396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24397 comdlg32/tests"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24400 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/comm.drv16/Makefile"
24404 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 comm.drv16"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/commdlg.dll16/Makefile"
24412 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 commdlg.dll16"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/compobj.dll16/Makefile"
24420 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421 compobj.dll16"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/compstui/Makefile"
24428 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 compstui"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/credui/Makefile"
24436 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 credui"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/credui/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/credui/tests/Makefile"
24444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24445 credui/tests"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24448 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/crtdll/Makefile"
24452 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 crtdll"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/crypt32/Makefile"
24460 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461 crypt32"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/crypt32/tests/Makefile"
24468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24469 crypt32/tests"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24472 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/cryptdlg/Makefile"
24476 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477 cryptdlg"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/cryptdll/Makefile"
24484 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 cryptdll"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/cryptnet/Makefile"
24492 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 cryptnet"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/cryptnet/tests/Makefile"
24500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24501 cryptnet/tests"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24504 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/cryptui/Makefile"
24508 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509 cryptui"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/cryptui/tests/Makefile"
24516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24517 cryptui/tests"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24520 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/ctapi32/Makefile"
24524 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24525 ctapi32"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24528 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/ctl3d.dll16/Makefile"
24532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 ctl3d.dll16"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/ctl3d32/Makefile"
24540 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541 ctl3d32"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/ctl3dv2.dll16/Makefile"
24548 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549 ctl3dv2.dll16"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/d3d10/Makefile"
24556 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557 d3d10"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/d3d10/tests/Makefile"
24564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24565 d3d10/tests"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24568 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/d3d10core/Makefile"
24572 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573 d3d10core"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/d3d10core/tests/Makefile"
24580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24581 d3d10core/tests"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24584 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/d3d8/Makefile"
24588 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 d3d8"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/d3d8/tests/Makefile"
24596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597 d3d8/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/d3d9/Makefile"
24604 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605 d3d9"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/d3d9/tests/Makefile"
24612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24613 d3d9/tests"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24616 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/d3dim/Makefile"
24620 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 d3dim"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/d3drm/Makefile"
24628 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629 d3drm"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/d3drm/tests/Makefile"
24636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24637 d3drm/tests"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24640 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/d3dx9_24/Makefile"
24644 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24645 d3dx9_24"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24648 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/d3dx9_25/Makefile"
24652 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653 d3dx9_25"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/d3dx9_26/Makefile"
24660 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24661 d3dx9_26"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24664 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/d3dx9_27/Makefile"
24668 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669 d3dx9_27"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/d3dx9_28/Makefile"
24676 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677 d3dx9_28"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/d3dx9_29/Makefile"
24684 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685 d3dx9_29"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/d3dx9_30/Makefile"
24692 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693 d3dx9_30"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/d3dx9_31/Makefile"
24700 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701 d3dx9_31"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/d3dx9_32/Makefile"
24708 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709 d3dx9_32"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/d3dx9_33/Makefile"
24716 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717 d3dx9_33"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/d3dx9_34/Makefile"
24724 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725 d3dx9_34"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/d3dx9_35/Makefile"
24732 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733 d3dx9_35"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/d3dx9_36/Makefile"
24740 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 d3dx9_36"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/d3dx9_36/tests/Makefile"
24748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24749 d3dx9_36/tests"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24752 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/d3dx9_37/Makefile"
24756 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 d3dx9_37"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/d3dx9_38/Makefile"
24764 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765 d3dx9_38"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/d3dx9_39/Makefile"
24772 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 d3dx9_39"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/d3dx9_40/Makefile"
24780 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781 d3dx9_40"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/d3dx9_41/Makefile"
24788 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789 d3dx9_41"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/d3dx9_42/Makefile"
24796 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 d3dx9_42"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/d3dxof/Makefile"
24804 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 d3dxof"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/d3dxof/tests/Makefile"
24812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24813 d3dxof/tests"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24816 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/dbghelp/Makefile"
24820 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 dbghelp"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/dciman32/Makefile"
24828 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 dciman32"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/ddeml.dll16/Makefile"
24836 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 ddeml.dll16"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/ddraw/Makefile"
24844 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 ddraw"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/ddraw/tests/Makefile"
24852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24853 ddraw/tests"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24856 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/ddrawex/Makefile"
24860 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24861 ddrawex"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24864 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/ddrawex/tests/Makefile"
24868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24869 ddrawex/tests"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24872 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/devenum/Makefile"
24876 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 devenum"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/dinput/Makefile"
24884 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885 dinput"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/dinput/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893 dinput/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/dinput8/Makefile"
24900 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 dinput8"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/dispdib.dll16/Makefile"
24908 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 dispdib.dll16"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/display.drv16/Makefile"
24916 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917 display.drv16"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/dmband/Makefile"
24924 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 dmband"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/dmcompos/Makefile"
24932 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 dmcompos"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/dmime/Makefile"
24940 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941 dmime"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/dmloader/Makefile"
24948 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949 dmloader"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/dmscript/Makefile"
24956 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 dmscript"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/dmstyle/Makefile"
24964 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965 dmstyle"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/dmsynth/Makefile"
24972 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973 dmsynth"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/dmusic/Makefile"
24980 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24981 dmusic"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24984 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/dmusic32/Makefile"
24988 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989 dmusic32"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/dnsapi/Makefile"
24996 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997 dnsapi"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/dnsapi/tests/Makefile"
25004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25005 dnsapi/tests"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25008 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/dplay/Makefile"
25012 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013 dplay"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/dplayx/Makefile"
25020 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021 dplayx"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/dplayx/tests/Makefile"
25028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25029 dplayx/tests"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25032 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/dpnaddr/Makefile"
25036 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037 dpnaddr"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/dpnet/Makefile"
25044 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 dpnet"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/dpnhpast/Makefile"
25052 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053 dpnhpast"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/dpnlobby/Makefile"
25060 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061 dpnlobby"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/dpwsockx/Makefile"
25068 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069 dpwsockx"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/drmclien/Makefile"
25076 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 drmclien"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/dsound/Makefile"
25084 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 dsound"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/dsound/tests/Makefile"
25092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25093 dsound/tests"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25096 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/dssenh/Makefile"
25100 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 dssenh"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/dswave/Makefile"
25108 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 dswave"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/dwmapi/Makefile"
25116 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117 dwmapi"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/dxdiagn/Makefile"
25124 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125 dxdiagn"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/dxerr8/Makefile"
25132 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25133 dxerr8"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25136 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/dxerr9/Makefile"
25140 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25141 dxerr9"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25144 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/dxgi/Makefile"
25148 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 dxgi"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/dxgi/tests/Makefile"
25156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25157 dxgi/tests"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25160 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/dxguid/Makefile"
25164 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25165 dxguid"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25168 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/faultrep/Makefile"
25172 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 faultrep"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/fltlib/Makefile"
25180 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181 fltlib"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/fusion/Makefile"
25188 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 fusion"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/fusion/tests/Makefile"
25196 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25197 fusion/tests"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25200 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/gdi32/Makefile"
25204 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205 gdi32"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/gdi32/tests/Makefile"
25212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25213 gdi32/tests"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25216 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/gdiplus/Makefile"
25220 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 gdiplus"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/gdiplus/tests/Makefile"
25228 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25229 gdiplus/tests"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25232 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/glu32/Makefile"
25236 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 glu32"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/gphoto2.ds/Makefile"
25244 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245 gphoto2.ds"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/gpkcsp/Makefile"
25252 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 gpkcsp"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/hal/Makefile"
25260 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 hal"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/hal/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/hhctrl.ocx/Makefile"
25268 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269 hhctrl.ocx"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/hid/Makefile"
25276 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277 hid"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/hid/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/hlink/Makefile"
25284 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 hlink"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/hlink/tests/Makefile"
25292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25293 hlink/tests"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25296 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/hnetcfg/Makefile"
25300 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 hnetcfg"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/httpapi/Makefile"
25308 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309 httpapi"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/iccvid/Makefile"
25316 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 iccvid"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/icmp/Makefile"
25324 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325 icmp"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/ifsmgr.vxd/Makefile"
25332 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 ifsmgr.vxd"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/imaadp32.acm/Makefile"
25340 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341 imaadp32.acm"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/imagehlp/Makefile"
25348 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 imagehlp"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/imm.dll16/Makefile"
25356 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357 imm.dll16"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/imm32/Makefile"
25364 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25365 imm32"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25368 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/imm32/tests/Makefile"
25372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25373 imm32/tests"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25376 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/inetcomm/Makefile"
25380 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381 inetcomm"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/inetcomm/tests/Makefile"
25388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25389 inetcomm/tests"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25392 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/inetmib1/Makefile"
25396 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397 inetmib1"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/inetmib1/tests/Makefile"
25404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25405 inetmib1/tests"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25408 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/infosoft/Makefile"
25412 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 infosoft"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/infosoft/tests/Makefile"
25420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25421 infosoft/tests"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25424 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/initpki/Makefile"
25428 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429 initpki"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/inkobj/Makefile"
25436 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 inkobj"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/inseng/Makefile"
25444 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445 inseng"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/iphlpapi/Makefile"
25452 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 iphlpapi"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/iphlpapi/tests/Makefile"
25460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25461 iphlpapi/tests"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25464 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/itircl/Makefile"
25468 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25469 itircl"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25472 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/itss/Makefile"
25476 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477 itss"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/itss/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/itss/tests/Makefile"
25484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25485 itss/tests"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25488 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/jscript/Makefile"
25492 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493 jscript"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/jscript/tests/Makefile"
25500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25501 jscript/tests"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25504 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/kernel32/Makefile"
25508 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509 kernel32"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/kernel32/tests/Makefile"
25516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25517 kernel32/tests"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25520 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/keyboard.drv16/Makefile"
25524 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525 keyboard.drv16"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/loadperf/Makefile"
25532 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25533 loadperf"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25536 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 dlls/localspl/Makefile"
25540 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541 localspl"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 dlls/localspl/tests/Makefile"
25548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25549 localspl/tests"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25552 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 dlls/localui/Makefile"
25556 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557 localui"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/localui/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 dlls/localui/tests/Makefile"
25564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25565 localui/tests"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25568 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 dlls/lz32/Makefile"
25572 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573 lz32"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 dlls/lz32/tests/Makefile"
25580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25581 lz32/tests"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25584 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 dlls/lzexpand.dll16/Makefile"
25588 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589 lzexpand.dll16"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 dlls/mapi32/Makefile"
25596 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597 mapi32"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 dlls/mapi32/tests/Makefile"
25604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25605 mapi32/tests"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25608 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 dlls/mciavi32/Makefile"
25612 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613 mciavi32"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 dlls/mcicda/Makefile"
25620 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621 mcicda"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 dlls/mciqtz32/Makefile"
25628 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629 mciqtz32"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 dlls/mciseq/Makefile"
25636 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25637 mciseq"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25640 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 dlls/mciwave/Makefile"
25644 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645 mciwave"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651 dlls/midimap/Makefile"
25652 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653 midimap"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 dlls/mlang/Makefile"
25660 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661 mlang"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 dlls/mlang/tests/Makefile"
25668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25669 mlang/tests"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25672 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 dlls/mmdevldr.vxd/Makefile"
25676 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677 mmdevldr.vxd"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683 dlls/mmsystem.dll16/Makefile"
25684 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25685 mmsystem.dll16"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
25688 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 dlls/monodebg.vxd/Makefile"
25692 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693 monodebg.vxd"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699 dlls/mountmgr.sys/Makefile"
25700 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25701 mountmgr.sys"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25704 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 dlls/mouse.drv16/Makefile"
25708 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709 mouse.drv16"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 dlls/mpr/Makefile"
25716 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25717 mpr"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25720 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 dlls/mprapi/Makefile"
25724 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725 mprapi"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 dlls/msacm.dll16/Makefile"
25732 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733 msacm.dll16"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739 dlls/msacm32.drv/Makefile"
25740 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741 msacm32.drv"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 dlls/msacm32/Makefile"
25748 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749 msacm32"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 dlls/msacm32/tests/Makefile"
25756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25757 msacm32/tests"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25760 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 dlls/msadp32.acm/Makefile"
25764 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765 msadp32.acm"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 dlls/mscat32/Makefile"
25772 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25773 mscat32"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25776 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 dlls/mscms/Makefile"
25780 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781 mscms"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787 dlls/mscms/tests/Makefile"
25788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25789 mscms/tests"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25792 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795 dlls/mscoree/Makefile"
25796 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25797 mscoree"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25800 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803 dlls/msctf/Makefile"
25804 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25805 msctf"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25808 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 dlls/msctf/tests/Makefile"
25812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25813 msctf/tests"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25816 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 dlls/msdaps/Makefile"
25820 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821 msdaps"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 dlls/msdmo/Makefile"
25828 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25829 msdmo"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25832 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 dlls/msftedit/Makefile"
25836 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837 msftedit"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 dlls/msg711.acm/Makefile"
25844 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845 msg711.acm"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 dlls/msgsm32.acm/Makefile"
25852 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853 msgsm32.acm"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 dlls/mshtml.tlb/Makefile"
25860 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25861 mshtml.tlb"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25864 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 dlls/mshtml/Makefile"
25868 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869 mshtml"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 dlls/mshtml/tests/Makefile"
25876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25877 mshtml/tests"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25880 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 dlls/msi/Makefile"
25884 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885 msi"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/msi/Makefile"
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891 dlls/msi/tests/Makefile"
25892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25893 msi/tests"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25896 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 dlls/msimg32/Makefile"
25900 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901 msimg32"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 dlls/msimtf/Makefile"
25908 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25909 msimtf"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25912 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915 dlls/msisip/Makefile"
25916 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917 msisip"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 dlls/msisys.ocx/Makefile"
25924 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925 msisys.ocx"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 dlls/msnet32/Makefile"
25932 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933 msnet32"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 dlls/msrle32/Makefile"
25940 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941 msrle32"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947 dlls/mssign32/Makefile"
25948 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949 mssign32"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955 dlls/mssip32/Makefile"
25956 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957 mssip32"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963 dlls/mstask/Makefile"
25964 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965 mstask"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 dlls/mstask/tests/Makefile"
25972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25973 mstask/tests"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25976 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 dlls/msvcirt/Makefile"
25980 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981 msvcirt"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987 dlls/msvcr71/Makefile"
25988 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989 msvcr71"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995 dlls/msvcrt/Makefile"
25996 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997 msvcrt"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 dlls/msvcrt/tests/Makefile"
26004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26005 msvcrt/tests"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26008 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011 dlls/msvcrt20/Makefile"
26012 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013 msvcrt20"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 dlls/msvcrt40/Makefile"
26020 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021 msvcrt40"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027 dlls/msvcrtd/Makefile"
26028 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029 msvcrtd"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 dlls/msvcrtd/tests/Makefile"
26036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26037 msvcrtd/tests"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26040 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043 dlls/msvfw32/Makefile"
26044 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045 msvfw32"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051 dlls/msvfw32/tests/Makefile"
26052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26053 msvfw32/tests"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26056 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059 dlls/msvidc32/Makefile"
26060 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061 msvidc32"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067 dlls/msvideo.dll16/Makefile"
26068 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069 msvideo.dll16"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 dlls/mswsock/Makefile"
26076 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077 mswsock"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 dlls/msxml3/Makefile"
26084 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26085 msxml3"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26088 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091 dlls/msxml3/tests/Makefile"
26092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26093 msxml3/tests"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26096 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 dlls/nddeapi/Makefile"
26100 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101 nddeapi"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 dlls/netapi32/Makefile"
26108 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109 netapi32"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 dlls/netapi32/tests/Makefile"
26116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26117 netapi32/tests"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26120 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 dlls/newdev/Makefile"
26124 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125 newdev"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 dlls/ntdll/Makefile"
26132 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133 ntdll"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139 dlls/ntdll/tests/Makefile"
26140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26141 ntdll/tests"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26144 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 dlls/ntdsapi/Makefile"
26148 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26149 ntdsapi"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26152 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155 dlls/ntdsapi/tests/Makefile"
26156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26157 ntdsapi/tests"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26160 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163 dlls/ntoskrnl.exe/Makefile"
26164 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26165 ntoskrnl.exe"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26168 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171 dlls/ntprint/Makefile"
26172 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173 ntprint"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 dlls/ntprint/tests/Makefile"
26180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26181 ntprint/tests"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26184 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187 dlls/objsel/Makefile"
26188 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189 objsel"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 dlls/odbc32/Makefile"
26196 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197 odbc32"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 dlls/odbccp32/Makefile"
26204 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26205 odbccp32"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26208 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 dlls/odbccp32/tests/Makefile"
26212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26213 odbccp32/tests"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26216 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219 dlls/ole2.dll16/Makefile"
26220 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221 ole2.dll16"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227 dlls/ole2conv.dll16/Makefile"
26228 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229 ole2conv.dll16"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235 dlls/ole2disp.dll16/Makefile"
26236 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26237 ole2disp.dll16"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26240 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243 dlls/ole2nls.dll16/Makefile"
26244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245 ole2nls.dll16"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251 dlls/ole2prox.dll16/Makefile"
26252 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253 ole2prox.dll16"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 dlls/ole2thk.dll16/Makefile"
26260 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261 ole2thk.dll16"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 dlls/ole32/Makefile"
26268 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269 ole32"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 dlls/ole32/tests/Makefile"
26276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26277 ole32/tests"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26280 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 dlls/oleacc/Makefile"
26284 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285 oleacc"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291 dlls/oleacc/tests/Makefile"
26292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26293 oleacc/tests"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26296 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299 dlls/oleaut32/Makefile"
26300 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301 oleaut32"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 dlls/oleaut32/tests/Makefile"
26308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26309 oleaut32/tests"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26312 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 dlls/olecli.dll16/Makefile"
26316 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317 olecli.dll16"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323 dlls/olecli32/Makefile"
26324 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26325 olecli32"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26328 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331 dlls/oledb32/Makefile"
26332 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333 oledb32"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339 dlls/oledb32/tests/Makefile"
26340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26341 oledb32/tests"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26344 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347 dlls/oledlg/Makefile"
26348 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349 oledlg"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355 dlls/olepro32/Makefile"
26356 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357 olepro32"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363 dlls/olesvr.dll16/Makefile"
26364 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365 olesvr.dll16"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 dlls/olesvr32/Makefile"
26372 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26373 olesvr32"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26376 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 dlls/olethk32/Makefile"
26380 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381 olethk32"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387 dlls/openal32/Makefile"
26388 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389 openal32"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 dlls/opengl32/Makefile"
26396 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397 opengl32"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403 dlls/opengl32/tests/Makefile"
26404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26405 opengl32/tests"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26408 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411 dlls/pdh/Makefile"
26412 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413 pdh"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419 dlls/pdh/tests/Makefile"
26420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26421 pdh/tests"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26424 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427 dlls/pidgen/Makefile"
26428 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429 pidgen"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 dlls/powrprof/Makefile"
26436 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437 powrprof"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443 dlls/printui/Makefile"
26444 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26445 printui"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26448 ac_config_files="$ac_config_files dlls/printui/Makefile"
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451 dlls/propsys/Makefile"
26452 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453 propsys"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459 dlls/psapi/Makefile"
26460 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461 psapi"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 dlls/psapi/tests/Makefile"
26468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26469 psapi/tests"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26472 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 dlls/pstorec/Makefile"
26476 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477 pstorec"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 dlls/qcap/Makefile"
26484 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485 qcap"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 dlls/qedit/Makefile"
26492 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493 qedit"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499 dlls/qedit/tests/Makefile"
26500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26501 qedit/tests"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26504 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507 dlls/qmgr/Makefile"
26508 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509 qmgr"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 dlls/qmgr/tests/Makefile"
26516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26517 qmgr/tests"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26520 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523 dlls/qmgrprxy/Makefile"
26524 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525 qmgrprxy"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 dlls/quartz/Makefile"
26532 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533 quartz"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 dlls/quartz/tests/Makefile"
26540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26541 quartz/tests"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26544 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 dlls/query/Makefile"
26548 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549 query"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/query/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 dlls/rasapi16.dll16/Makefile"
26556 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26557 rasapi16.dll16"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26560 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 dlls/rasapi32/Makefile"
26564 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26565 rasapi32"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26568 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 dlls/rasapi32/tests/Makefile"
26572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26573 rasapi32/tests"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26576 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579 dlls/rasdlg/Makefile"
26580 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581 rasdlg"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587 dlls/resutils/Makefile"
26588 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26589 resutils"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26592 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 dlls/riched20/Makefile"
26596 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597 riched20"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 dlls/riched20/tests/Makefile"
26604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26605 riched20/tests"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26608 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611 dlls/riched32/Makefile"
26612 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613 riched32"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 dlls/riched32/tests/Makefile"
26620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26621 riched32/tests"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26624 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 dlls/rpcrt4/Makefile"
26628 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629 rpcrt4"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635 dlls/rpcrt4/tests/Makefile"
26636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26637 rpcrt4/tests"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26640 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 dlls/rsabase/Makefile"
26644 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645 rsabase"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 dlls/rsaenh/Makefile"
26652 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26653 rsaenh"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26656 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 dlls/rsaenh/tests/Makefile"
26660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26661 rsaenh/tests"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26664 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 dlls/rtutils/Makefile"
26668 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669 rtutils"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675 dlls/sane.ds/Makefile"
26676 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677 sane.ds"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 dlls/sccbase/Makefile"
26684 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685 sccbase"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691 dlls/schannel/Makefile"
26692 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693 schannel"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 dlls/schannel/tests/Makefile"
26700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26701 schannel/tests"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26704 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 dlls/secur32/Makefile"
26708 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26709 secur32"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26712 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 dlls/secur32/tests/Makefile"
26716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26717 secur32/tests"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26720 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 dlls/security/Makefile"
26724 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26725 security"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26728 ac_config_files="$ac_config_files dlls/security/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 dlls/sensapi/Makefile"
26732 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733 sensapi"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739 dlls/serialui/Makefile"
26740 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26741 serialui"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26744 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747 dlls/serialui/tests/Makefile"
26748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26749 serialui/tests"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26752 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 dlls/setupapi/Makefile"
26756 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26757 setupapi"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26760 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763 dlls/setupapi/tests/Makefile"
26764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26765 setupapi/tests"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26768 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771 dlls/setupx.dll16/Makefile"
26772 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26773 setupx.dll16"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26776 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 dlls/sfc/Makefile"
26780 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26781 sfc"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26784 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787 dlls/sfc_os/Makefile"
26788 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26789 sfc_os"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26792 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795 dlls/shdoclc/Makefile"
26796 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26797 shdoclc"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26800 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803 dlls/shdocvw/Makefile"
26804 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26805 shdocvw"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26808 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811 dlls/shdocvw/tests/Makefile"
26812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26813 shdocvw/tests"
26814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26815 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26816 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26818 ALL_MAKEFILES="$ALL_MAKEFILES \\
26819 dlls/shell.dll16/Makefile"
26820 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26821 shell.dll16"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26824 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 dlls/shell32/Makefile"
26828 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26829 shell32"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26832 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835 dlls/shell32/tests/Makefile"
26836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26837 shell32/tests"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26840 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843 dlls/shfolder/Makefile"
26844 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26845 shfolder"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26848 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851 dlls/shlwapi/Makefile"
26852 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26853 shlwapi"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26856 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859 dlls/shlwapi/tests/Makefile"
26860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26861 shlwapi/tests"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26864 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867 dlls/slbcsp/Makefile"
26868 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26869 slbcsp"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26872 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875 dlls/slc/Makefile"
26876 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26877 slc"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26880 ac_config_files="$ac_config_files dlls/slc/Makefile"
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883 dlls/snmpapi/Makefile"
26884 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26885 snmpapi"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26888 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891 dlls/snmpapi/tests/Makefile"
26892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26893 snmpapi/tests"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26896 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899 dlls/softpub/Makefile"
26900 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26901 softpub"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26904 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907 dlls/sound.drv16/Makefile"
26908 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26909 sound.drv16"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26912 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915 dlls/spoolss/Makefile"
26916 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26917 spoolss"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26920 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923 dlls/spoolss/tests/Makefile"
26924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26925 spoolss/tests"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26928 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931 dlls/stdole2.tlb/Makefile"
26932 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26933 stdole2.tlb"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26936 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939 dlls/stdole32.tlb/Makefile"
26940 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26941 stdole32.tlb"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26944 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947 dlls/sti/Makefile"
26948 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26949 sti"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26952 ac_config_files="$ac_config_files dlls/sti/Makefile"
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955 dlls/sti/tests/Makefile"
26956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26957 sti/tests"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
26960 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 dlls/storage.dll16/Makefile"
26964 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26965 storage.dll16"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26968 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971 dlls/stress.dll16/Makefile"
26972 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26973 stress.dll16"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26976 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979 dlls/strmiids/Makefile"
26980 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26981 strmiids"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26984 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987 dlls/svrapi/Makefile"
26988 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26989 svrapi"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26992 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995 dlls/sxs/Makefile"
26996 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26997 sxs"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27000 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003 dlls/system.drv16/Makefile"
27004 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27005 system.drv16"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
27008 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011 dlls/t2embed/Makefile"
27012 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27013 t2embed"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27016 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019 dlls/tapi32/Makefile"
27020 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27021 tapi32"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27024 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027 dlls/toolhelp.dll16/Makefile"
27028 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27029 toolhelp.dll16"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
27032 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035 dlls/traffic/Makefile"
27036 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27037 traffic"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27040 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043 dlls/twain.dll16/Makefile"
27044 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27045 twain.dll16"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27048 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051 dlls/twain_32/Makefile"
27052 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27053 twain_32"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27056 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 dlls/twain_32/tests/Makefile"
27060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27061 twain_32/tests"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27064 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067 dlls/typelib.dll16/Makefile"
27068 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27069 typelib.dll16"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27072 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075 dlls/unicows/Makefile"
27076 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27077 unicows"
27078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27079 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27080 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27082 ALL_MAKEFILES="$ALL_MAKEFILES \\
27083 dlls/updspapi/Makefile"
27084 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27085 updspapi"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27088 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091 dlls/url/Makefile"
27092 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27093 url"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27096 ac_config_files="$ac_config_files dlls/url/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 dlls/urlmon/Makefile"
27100 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27101 urlmon"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27104 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107 dlls/urlmon/tests/Makefile"
27108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27109 urlmon/tests"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27112 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115 dlls/user32/Makefile"
27116 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27117 user32"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27120 ac_config_files="$ac_config_files dlls/user32/Makefile"
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123 dlls/user32/tests/Makefile"
27124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27125 user32/tests"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27128 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131 dlls/userenv/Makefile"
27132 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27133 userenv"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27136 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139 dlls/userenv/tests/Makefile"
27140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27141 userenv/tests"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27144 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147 dlls/usp10/Makefile"
27148 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27149 usp10"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27152 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155 dlls/usp10/tests/Makefile"
27156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27157 usp10/tests"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27160 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 dlls/uuid/Makefile"
27164 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27165 uuid"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27168 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171 dlls/uxtheme/Makefile"
27172 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27173 uxtheme"
27174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27175 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27176 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27178 ALL_MAKEFILES="$ALL_MAKEFILES \\
27179 dlls/uxtheme/tests/Makefile"
27180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27181 uxtheme/tests"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27184 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 dlls/vdhcp.vxd/Makefile"
27188 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27189 vdhcp.vxd"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27192 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195 dlls/vdmdbg/Makefile"
27196 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27197 vdmdbg"
27198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27199 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27200 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27202 ALL_MAKEFILES="$ALL_MAKEFILES \\
27203 dlls/ver.dll16/Makefile"
27204 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27205 ver.dll16"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27208 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 dlls/version/Makefile"
27212 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27213 version"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27216 ac_config_files="$ac_config_files dlls/version/Makefile"
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219 dlls/version/tests/Makefile"
27220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27221 version/tests"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27224 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227 dlls/vmm.vxd/Makefile"
27228 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27229 vmm.vxd"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27232 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 dlls/vnbt.vxd/Makefile"
27236 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27237 vnbt.vxd"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27240 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243 dlls/vnetbios.vxd/Makefile"
27244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27245 vnetbios.vxd"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27248 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251 dlls/vtdapi.vxd/Makefile"
27252 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27253 vtdapi.vxd"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27256 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259 dlls/vwin32.vxd/Makefile"
27260 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27261 vwin32.vxd"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27264 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267 dlls/w32skrnl/Makefile"
27268 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27269 w32skrnl"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27272 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 dlls/w32sys.dll16/Makefile"
27276 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27277 w32sys.dll16"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27280 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 dlls/wbemprox/Makefile"
27284 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27285 wbemprox"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27288 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 dlls/wiaservc/Makefile"
27292 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27293 wiaservc"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
27296 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299 dlls/win32s16.dll16/Makefile"
27300 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27301 win32s16.dll16"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27304 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307 dlls/win87em.dll16/Makefile"
27308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27309 win87em.dll16"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27312 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315 dlls/winaspi.dll16/Makefile"
27316 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27317 winaspi.dll16"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27320 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 dlls/windebug.dll16/Makefile"
27324 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27325 windebug.dll16"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27328 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331 dlls/windowscodecs/Makefile"
27332 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27333 windowscodecs"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27336 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339 dlls/windowscodecs/tests/Makefile"
27340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27341 windowscodecs/tests"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27344 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347 dlls/winealsa.drv/Makefile"
27348 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27349 winealsa.drv"
27350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27351 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27352 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27354 ALL_MAKEFILES="$ALL_MAKEFILES \\
27355 dlls/wineaudioio.drv/Makefile"
27356 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27357 wineaudioio.drv"
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27360 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27362 ALL_MAKEFILES="$ALL_MAKEFILES \\
27363 dlls/winecoreaudio.drv/Makefile"
27364 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27365 winecoreaudio.drv"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27368 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371 dlls/winecrt0/Makefile"
27372 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27373 winecrt0"
27374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27375 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27376 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27378 ALL_MAKEFILES="$ALL_MAKEFILES \\
27379 dlls/wined3d/Makefile"
27380 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27381 wined3d"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27384 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387 dlls/winedos/Makefile"
27388 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27389 winedos"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27392 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395 dlls/wineesd.drv/Makefile"
27396 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27397 wineesd.drv"
27398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27399 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27400 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27402 ALL_MAKEFILES="$ALL_MAKEFILES \\
27403 dlls/winejack.drv/Makefile"
27404 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27405 winejack.drv"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27408 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411 dlls/winejoystick.drv/Makefile"
27412 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27413 winejoystick.drv"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27416 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419 dlls/winemp3.acm/Makefile"
27420 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27421 winemp3.acm"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27424 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427 dlls/winenas.drv/Makefile"
27428 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27429 winenas.drv"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27432 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435 dlls/wineoss.drv/Makefile"
27436 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27437 wineoss.drv"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27440 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443 dlls/wineps.drv/Makefile"
27444 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27445 wineps.drv"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27448 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451 dlls/wineps16.drv16/Makefile"
27452 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27453 wineps16.drv16"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27456 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459 dlls/winepulse.drv/Makefile"
27460 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27461 winepulse.drv"
27462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27463 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27464 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27466 ALL_MAKEFILES="$ALL_MAKEFILES \\
27467 dlls/winequartz.drv/Makefile"
27468 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27469 winequartz.drv"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27472 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475 dlls/winex11.drv/Makefile"
27476 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27477 winex11.drv"
27478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27479 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27480 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27482 ALL_MAKEFILES="$ALL_MAKEFILES \\
27483 dlls/wing.dll16/Makefile"
27484 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27485 wing.dll16"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27488 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491 dlls/wing32/Makefile"
27492 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27493 wing32"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27496 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499 dlls/winhttp/Makefile"
27500 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27501 winhttp"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27504 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507 dlls/winhttp/tests/Makefile"
27508 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27509 winhttp/tests"
27510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27511 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27512 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27514 ALL_MAKEFILES="$ALL_MAKEFILES \\
27515 dlls/wininet/Makefile"
27516 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27517 wininet"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27520 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523 dlls/wininet/tests/Makefile"
27524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27525 wininet/tests"
27526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27527 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27528 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27530 ALL_MAKEFILES="$ALL_MAKEFILES \\
27531 dlls/winmm/Makefile"
27532 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27533 winmm"
27534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27535 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27536 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27538 ALL_MAKEFILES="$ALL_MAKEFILES \\
27539 dlls/winmm/tests/Makefile"
27540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27541 winmm/tests"
27542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27543 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27544 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27546 ALL_MAKEFILES="$ALL_MAKEFILES \\
27547 dlls/winnls.dll16/Makefile"
27548 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27549 winnls.dll16"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27552 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555 dlls/winnls32/Makefile"
27556 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27557 winnls32"
27558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27559 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27560 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27562 ALL_MAKEFILES="$ALL_MAKEFILES \\
27563 dlls/winscard/Makefile"
27564 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27565 winscard"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27568 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571 dlls/winsock.dll16/Makefile"
27572 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27573 winsock.dll16"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27576 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579 dlls/winspool.drv/Makefile"
27580 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27581 winspool.drv"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27584 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587 dlls/winspool.drv/tests/Makefile"
27588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27589 winspool.drv/tests"
27590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27591 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27592 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27594 ALL_MAKEFILES="$ALL_MAKEFILES \\
27595 dlls/wintab.dll16/Makefile"
27596 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27597 wintab.dll16"
27598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27599 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27600 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27602 ALL_MAKEFILES="$ALL_MAKEFILES \\
27603 dlls/wintab32/Makefile"
27604 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27605 wintab32"
27606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27607 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27608 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27610 ALL_MAKEFILES="$ALL_MAKEFILES \\
27611 dlls/wintab32/tests/Makefile"
27612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27613 wintab32/tests"
27614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27615 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27616 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27618 ALL_MAKEFILES="$ALL_MAKEFILES \\
27619 dlls/wintrust/Makefile"
27620 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27621 wintrust"
27622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27623 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27624 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27626 ALL_MAKEFILES="$ALL_MAKEFILES \\
27627 dlls/wintrust/tests/Makefile"
27628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27629 wintrust/tests"
27630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27631 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27632 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27634 ALL_MAKEFILES="$ALL_MAKEFILES \\
27635 dlls/wldap32/Makefile"
27636 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27637 wldap32"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27640 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643 dlls/wldap32/tests/Makefile"
27644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27645 wldap32/tests"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27648 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651 dlls/wmi/Makefile"
27652 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27653 wmi"
27654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27655 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27656 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27658 ALL_MAKEFILES="$ALL_MAKEFILES \\
27659 dlls/wmiutils/Makefile"
27660 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27661 wmiutils"
27662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27663 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27664 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27666 ALL_MAKEFILES="$ALL_MAKEFILES \\
27667 dlls/wnaspi32/Makefile"
27668 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27669 wnaspi32"
27670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27671 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27672 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27674 ALL_MAKEFILES="$ALL_MAKEFILES \\
27675 dlls/wow32/Makefile"
27676 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27677 wow32"
27678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27679 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27680 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27682 ALL_MAKEFILES="$ALL_MAKEFILES \\
27683 dlls/ws2_32/Makefile"
27684 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27685 ws2_32"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27688 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691 dlls/ws2_32/tests/Makefile"
27692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27693 ws2_32/tests"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27696 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699 dlls/wsock32/Makefile"
27700 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27701 wsock32"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27704 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707 dlls/wtsapi32/Makefile"
27708 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27709 wtsapi32"
27710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27711 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27712 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27714 ALL_MAKEFILES="$ALL_MAKEFILES \\
27715 dlls/wuapi/Makefile"
27716 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27717 wuapi"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27720 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723 dlls/wuaueng/Makefile"
27724 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27725 wuaueng"
27726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27727 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
27728 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
27730 ALL_MAKEFILES="$ALL_MAKEFILES \\
27731 dlls/xinput1_1/Makefile"
27732 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27733 xinput1_1"
27734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27735 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27736 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27738 ALL_MAKEFILES="$ALL_MAKEFILES \\
27739 dlls/xinput1_2/Makefile"
27740 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27741 xinput1_2"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27744 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747 dlls/xinput1_3/Makefile"
27748 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27749 xinput1_3"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27752 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755 dlls/xinput1_3/tests/Makefile"
27756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27757 xinput1_3/tests"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27760 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763 dlls/xinput9_1_0/Makefile"
27764 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27765 xinput9_1_0"
27766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27767 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27768 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27770 ALL_MAKEFILES="$ALL_MAKEFILES \\
27771 dlls/xmllite/Makefile"
27772 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27773 xmllite"
27774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27775 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27776 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27778 ALL_MAKEFILES="$ALL_MAKEFILES \\
27779 documentation/Makefile"
27780 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27781 documentation"
27782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27783 documentation/Makefile: documentation/Makefile.in Make.rules"
27784 ac_config_files="$ac_config_files documentation/Makefile"
27786 ALL_MAKEFILES="$ALL_MAKEFILES \\
27787 fonts/Makefile"
27788 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27789 fonts"
27790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27791 fonts/Makefile: fonts/Makefile.in Make.rules"
27792 ac_config_files="$ac_config_files fonts/Makefile"
27794 ALL_MAKEFILES="$ALL_MAKEFILES \\
27795 include/Makefile"
27796 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27797 include"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 include/Makefile: include/Makefile.in Make.rules"
27800 ac_config_files="$ac_config_files include/Makefile"
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803 libs/Makefile"
27804 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27805 libs"
27806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27807 libs/Makefile: libs/Makefile.in Make.rules"
27808 ac_config_files="$ac_config_files libs/Makefile"
27810 ALL_MAKEFILES="$ALL_MAKEFILES \\
27811 libs/port/Makefile"
27813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27814 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27815 ac_config_files="$ac_config_files libs/port/Makefile"
27817 ALL_MAKEFILES="$ALL_MAKEFILES \\
27818 libs/wine/Makefile"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27822 ac_config_files="$ac_config_files libs/wine/Makefile"
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825 libs/wpp/Makefile"
27827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27828 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27829 ac_config_files="$ac_config_files libs/wpp/Makefile"
27831 ALL_MAKEFILES="$ALL_MAKEFILES \\
27832 loader/Makefile"
27833 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27834 loader"
27835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27836 loader/Makefile: loader/Makefile.in Make.rules"
27837 ac_config_files="$ac_config_files loader/Makefile"
27839 ALL_MAKEFILES="$ALL_MAKEFILES \\
27840 programs/Makefile"
27841 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27842 programs"
27843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27844 programs/Makefile: programs/Makefile.in Make.rules"
27845 ac_config_files="$ac_config_files programs/Makefile"
27847 ALL_MAKEFILES="$ALL_MAKEFILES \\
27848 programs/cacls/Makefile"
27849 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27850 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27851 cacls"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27854 ac_config_files="$ac_config_files programs/cacls/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 programs/clock/Makefile"
27858 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27859 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 clock"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/clock/Makefile"
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866 programs/cmd/Makefile"
27867 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27869 cmd"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/cmd/Makefile"
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875 programs/cmdlgtst/Makefile"
27876 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877 cmdlgtst"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/control/Makefile"
27884 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886 control"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/control/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 programs/dxdiag/Makefile"
27893 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895 dxdiag"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 programs/eject/Makefile"
27902 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904 eject"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27907 ac_config_files="$ac_config_files programs/eject/Makefile"
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910 programs/expand/Makefile"
27911 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27912 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27913 expand"
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27916 ac_config_files="$ac_config_files programs/expand/Makefile"
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919 programs/explorer/Makefile"
27920 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27921 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27922 explorer"
27923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27924 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27925 ac_config_files="$ac_config_files programs/explorer/Makefile"
27927 ALL_MAKEFILES="$ALL_MAKEFILES \\
27928 programs/extrac32/Makefile"
27929 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27930 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27931 extrac32"
27932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27933 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
27934 ac_config_files="$ac_config_files programs/extrac32/Makefile"
27936 ALL_MAKEFILES="$ALL_MAKEFILES \\
27937 programs/hh/Makefile"
27938 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27939 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27942 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27943 ac_config_files="$ac_config_files programs/hh/Makefile"
27945 ALL_MAKEFILES="$ALL_MAKEFILES \\
27946 programs/icinfo/Makefile"
27947 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27948 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27949 icinfo"
27950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27951 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27952 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27954 ALL_MAKEFILES="$ALL_MAKEFILES \\
27955 programs/iexplore/Makefile"
27956 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27957 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27958 iexplore"
27959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27960 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27961 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27963 ALL_MAKEFILES="$ALL_MAKEFILES \\
27964 programs/lodctr/Makefile"
27965 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27966 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27967 lodctr"
27968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27969 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27970 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27972 ALL_MAKEFILES="$ALL_MAKEFILES \\
27973 programs/mshta/Makefile"
27974 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27975 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27976 mshta"
27977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27978 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
27979 ac_config_files="$ac_config_files programs/mshta/Makefile"
27981 ALL_MAKEFILES="$ALL_MAKEFILES \\
27982 programs/msiexec/Makefile"
27983 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27984 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27985 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27986 msiexec"
27987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27988 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27989 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27991 ALL_MAKEFILES="$ALL_MAKEFILES \\
27992 programs/net/Makefile"
27993 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27994 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27995 net"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27998 ac_config_files="$ac_config_files programs/net/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 programs/notepad/Makefile"
28002 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28003 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28004 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28005 notepad"
28006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28007 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28008 ac_config_files="$ac_config_files programs/notepad/Makefile"
28010 ALL_MAKEFILES="$ALL_MAKEFILES \\
28011 programs/oleview/Makefile"
28012 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28013 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28014 oleview"
28015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28016 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28017 ac_config_files="$ac_config_files programs/oleview/Makefile"
28019 ALL_MAKEFILES="$ALL_MAKEFILES \\
28020 programs/progman/Makefile"
28021 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28022 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28023 progman"
28024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28025 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28026 ac_config_files="$ac_config_files programs/progman/Makefile"
28028 ALL_MAKEFILES="$ALL_MAKEFILES \\
28029 programs/reg/Makefile"
28030 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28031 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28032 reg"
28033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28034 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28035 ac_config_files="$ac_config_files programs/reg/Makefile"
28037 ALL_MAKEFILES="$ALL_MAKEFILES \\
28038 programs/regedit/Makefile"
28039 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28040 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28041 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28042 regedit"
28043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28044 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28045 ac_config_files="$ac_config_files programs/regedit/Makefile"
28047 ALL_MAKEFILES="$ALL_MAKEFILES \\
28048 programs/regsvr32/Makefile"
28049 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28050 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28051 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28052 regsvr32"
28053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28054 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28055 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28057 ALL_MAKEFILES="$ALL_MAKEFILES \\
28058 programs/rpcss/Makefile"
28059 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28060 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28061 rpcss"
28062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28063 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28064 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28066 ALL_MAKEFILES="$ALL_MAKEFILES \\
28067 programs/rundll32/Makefile"
28068 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28069 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28070 rundll32"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28073 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 programs/secedit/Makefile"
28077 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28078 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28079 secedit"
28080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28081 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28082 ac_config_files="$ac_config_files programs/secedit/Makefile"
28084 ALL_MAKEFILES="$ALL_MAKEFILES \\
28085 programs/services/Makefile"
28086 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28087 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28088 services"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/services/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/spoolsv/Makefile"
28095 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 spoolsv"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 programs/start/Makefile"
28104 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106 start"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/start/Makefile"
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112 programs/svchost/Makefile"
28113 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115 svchost"
28116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28117 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28118 ac_config_files="$ac_config_files programs/svchost/Makefile"
28120 ALL_MAKEFILES="$ALL_MAKEFILES \\
28121 programs/taskmgr/Makefile"
28122 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28123 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28124 taskmgr"
28125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28126 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28127 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28129 ALL_MAKEFILES="$ALL_MAKEFILES \\
28130 programs/termsv/Makefile"
28131 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28132 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28133 termsv"
28134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28135 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28136 ac_config_files="$ac_config_files programs/termsv/Makefile"
28138 ALL_MAKEFILES="$ALL_MAKEFILES \\
28139 programs/uninstaller/Makefile"
28140 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28141 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28142 uninstaller"
28143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28144 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28145 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28147 ALL_MAKEFILES="$ALL_MAKEFILES \\
28148 programs/unlodctr/Makefile"
28149 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28150 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28151 unlodctr"
28152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28153 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28154 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28156 ALL_MAKEFILES="$ALL_MAKEFILES \\
28157 programs/view/Makefile"
28158 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28159 view"
28160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28161 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28162 ac_config_files="$ac_config_files programs/view/Makefile"
28164 ALL_MAKEFILES="$ALL_MAKEFILES \\
28165 programs/wineboot/Makefile"
28166 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28167 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28168 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28169 wineboot"
28170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28171 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28172 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28174 ALL_MAKEFILES="$ALL_MAKEFILES \\
28175 programs/winebrowser/Makefile"
28176 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28177 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28178 winebrowser"
28179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28180 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28181 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28183 ALL_MAKEFILES="$ALL_MAKEFILES \\
28184 programs/winecfg/Makefile"
28185 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28186 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28187 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28188 winecfg"
28189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28190 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28191 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28193 ALL_MAKEFILES="$ALL_MAKEFILES \\
28194 programs/wineconsole/Makefile"
28195 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28196 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28197 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28198 wineconsole"
28199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28200 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28201 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28203 ALL_MAKEFILES="$ALL_MAKEFILES \\
28204 programs/winedbg/Makefile"
28205 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28206 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28207 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28208 winedbg"
28209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28210 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28211 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28213 ALL_MAKEFILES="$ALL_MAKEFILES \\
28214 programs/winedevice/Makefile"
28215 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28216 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28217 winedevice"
28218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28219 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28220 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28222 ALL_MAKEFILES="$ALL_MAKEFILES \\
28223 programs/winefile/Makefile"
28224 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28225 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28226 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28227 winefile"
28228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28229 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28230 ac_config_files="$ac_config_files programs/winefile/Makefile"
28232 ALL_MAKEFILES="$ALL_MAKEFILES \\
28233 programs/winemenubuilder/Makefile"
28234 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28235 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28236 winemenubuilder"
28237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28238 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28239 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28241 ALL_MAKEFILES="$ALL_MAKEFILES \\
28242 programs/winemine/Makefile"
28243 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28244 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28245 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28246 winemine"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/winemine/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/winepath/Makefile"
28253 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28255 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28256 winepath"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winepath/Makefile"
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262 programs/winetest/Makefile"
28263 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264 winetest"
28265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28266 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28267 ac_config_files="$ac_config_files programs/winetest/Makefile"
28269 ALL_MAKEFILES="$ALL_MAKEFILES \\
28270 programs/winevdm/Makefile"
28271 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28272 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28273 winevdm"
28274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28275 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28276 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28278 ALL_MAKEFILES="$ALL_MAKEFILES \\
28279 programs/winhelp.exe16/Makefile"
28280 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28281 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28282 winhelp.exe16"
28283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28284 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28285 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28287 ALL_MAKEFILES="$ALL_MAKEFILES \\
28288 programs/winhlp32/Makefile"
28289 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28290 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28291 winhlp32"
28292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28293 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28294 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28296 ALL_MAKEFILES="$ALL_MAKEFILES \\
28297 programs/winoldap.mod16/Makefile"
28298 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28299 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28300 winoldap.mod16"
28301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28302 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28303 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28305 ALL_MAKEFILES="$ALL_MAKEFILES \\
28306 programs/winver/Makefile"
28307 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28308 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28309 winver"
28310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28311 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28312 ac_config_files="$ac_config_files programs/winver/Makefile"
28314 ALL_MAKEFILES="$ALL_MAKEFILES \\
28315 programs/wordpad/Makefile"
28316 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28317 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28318 wordpad"
28319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28320 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28321 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28323 ALL_MAKEFILES="$ALL_MAKEFILES \\
28324 programs/write/Makefile"
28325 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28326 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28327 write"
28328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28329 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28330 ac_config_files="$ac_config_files programs/write/Makefile"
28332 ALL_MAKEFILES="$ALL_MAKEFILES \\
28333 programs/xcopy/Makefile"
28334 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28335 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28336 xcopy"
28337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28338 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28339 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28341 ALL_MAKEFILES="$ALL_MAKEFILES \\
28342 server/Makefile"
28343 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28344 server"
28345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28346 server/Makefile: server/Makefile.in Make.rules"
28347 ac_config_files="$ac_config_files server/Makefile"
28349 ALL_MAKEFILES="$ALL_MAKEFILES \\
28350 tools/Makefile"
28351 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28352 tools"
28353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28354 tools/Makefile: tools/Makefile.in Make.rules"
28355 ac_config_files="$ac_config_files tools/Makefile"
28357 ALL_MAKEFILES="$ALL_MAKEFILES \\
28358 tools/widl/Makefile"
28360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28361 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28362 ac_config_files="$ac_config_files tools/widl/Makefile"
28364 ALL_MAKEFILES="$ALL_MAKEFILES \\
28365 tools/winebuild/Makefile"
28367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28368 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28369 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28371 ALL_MAKEFILES="$ALL_MAKEFILES \\
28372 tools/winedump/Makefile"
28374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28375 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28376 ac_config_files="$ac_config_files tools/winedump/Makefile"
28378 ALL_MAKEFILES="$ALL_MAKEFILES \\
28379 tools/winegcc/Makefile"
28381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28382 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28383 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28385 ALL_MAKEFILES="$ALL_MAKEFILES \\
28386 tools/wmc/Makefile"
28388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28389 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28390 ac_config_files="$ac_config_files tools/wmc/Makefile"
28392 ALL_MAKEFILES="$ALL_MAKEFILES \\
28393 tools/wrc/Makefile"
28395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28396 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28397 ac_config_files="$ac_config_files tools/wrc/Makefile"
28401 ALL_WINETEST_DEPENDS="# Test binaries"
28403 for dir in $ALL_TEST_DIRS
28405 if test "$dir" != "\\"
28406 then
28407 testname=`expr $dir : '\(.*\)/tests'`_test
28408 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28410 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28411 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28412 $testname.rc:
28413 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28414 $testname.res: $testname.rc $testname.exe"
28416 done
28418 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28420 cat >confcache <<\_ACEOF
28421 # This file is a shell script that caches the results of configure
28422 # tests run on this system so they can be shared between configure
28423 # scripts and configure runs, see configure's option --config-cache.
28424 # It is not useful on other systems. If it contains results you don't
28425 # want to keep, you may remove or edit it.
28427 # config.status only pays attention to the cache file if you give it
28428 # the --recheck option to rerun configure.
28430 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28431 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28432 # following values.
28434 _ACEOF
28436 # The following way of writing the cache mishandles newlines in values,
28437 # but we know of no workaround that is simple, portable, and efficient.
28438 # So, we kill variables containing newlines.
28439 # Ultrix sh set writes to stderr and can't be redirected directly,
28440 # and sets the high bit in the cache file unless we assign to the vars.
28442 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28443 eval ac_val=\$$ac_var
28444 case $ac_val in #(
28445 *${as_nl}*)
28446 case $ac_var in #(
28447 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28448 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28449 esac
28450 case $ac_var in #(
28451 _ | IFS | as_nl) ;; #(
28452 *) $as_unset $ac_var ;;
28453 esac ;;
28454 esac
28455 done
28457 (set) 2>&1 |
28458 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28459 *${as_nl}ac_space=\ *)
28460 # `set' does not quote correctly, so add quotes (double-quote
28461 # substitution turns \\\\ into \\, and sed turns \\ into \).
28462 sed -n \
28463 "s/'/'\\\\''/g;
28464 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28465 ;; #(
28467 # `set' quotes correctly as required by POSIX, so do not add quotes.
28468 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28470 esac |
28471 sort
28473 sed '
28474 /^ac_cv_env_/b end
28475 t clear
28476 :clear
28477 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28478 t end
28479 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28480 :end' >>confcache
28481 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28482 if test -w "$cache_file"; then
28483 test "x$cache_file" != "x/dev/null" &&
28484 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28485 echo "$as_me: updating cache $cache_file" >&6;}
28486 cat confcache >$cache_file
28487 else
28488 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28489 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28492 rm -f confcache
28494 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28495 # Let make expand exec_prefix.
28496 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28498 DEFS=-DHAVE_CONFIG_H
28500 ac_libobjs=
28501 ac_ltlibobjs=
28502 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28503 # 1. Remove the extension, and $U if already installed.
28504 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28505 ac_i=`echo "$ac_i" | sed "$ac_script"`
28506 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28507 # will be set to the directory where LIBOBJS objects are built.
28508 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28509 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28510 done
28511 LIBOBJS=$ac_libobjs
28513 LTLIBOBJS=$ac_ltlibobjs
28517 : ${CONFIG_STATUS=./config.status}
28518 ac_clean_files_save=$ac_clean_files
28519 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28520 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28521 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28522 cat >$CONFIG_STATUS <<_ACEOF
28523 #! $SHELL
28524 # Generated by $as_me.
28525 # Run this file to recreate the current configuration.
28526 # Compiler output produced by configure, useful for debugging
28527 # configure, is in config.log if it exists.
28529 debug=false
28530 ac_cs_recheck=false
28531 ac_cs_silent=false
28532 SHELL=\${CONFIG_SHELL-$SHELL}
28533 _ACEOF
28535 cat >>$CONFIG_STATUS <<\_ACEOF
28536 ## --------------------- ##
28537 ## M4sh Initialization. ##
28538 ## --------------------- ##
28540 # Be more Bourne compatible
28541 DUALCASE=1; export DUALCASE # for MKS sh
28542 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28543 emulate sh
28544 NULLCMD=:
28545 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28546 # is contrary to our usage. Disable this feature.
28547 alias -g '${1+"$@"}'='"$@"'
28548 setopt NO_GLOB_SUBST
28549 else
28550 case `(set -o) 2>/dev/null` in
28551 *posix*) set -o posix ;;
28552 esac
28559 # PATH needs CR
28560 # Avoid depending upon Character Ranges.
28561 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28562 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28563 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28564 as_cr_digits='0123456789'
28565 as_cr_alnum=$as_cr_Letters$as_cr_digits
28567 # The user is always right.
28568 if test "${PATH_SEPARATOR+set}" != set; then
28569 echo "#! /bin/sh" >conf$$.sh
28570 echo "exit 0" >>conf$$.sh
28571 chmod +x conf$$.sh
28572 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28573 PATH_SEPARATOR=';'
28574 else
28575 PATH_SEPARATOR=:
28577 rm -f conf$$.sh
28580 # Support unset when possible.
28581 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28582 as_unset=unset
28583 else
28584 as_unset=false
28588 # IFS
28589 # We need space, tab and new line, in precisely that order. Quoting is
28590 # there to prevent editors from complaining about space-tab.
28591 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28592 # splitting by setting IFS to empty value.)
28593 as_nl='
28595 IFS=" "" $as_nl"
28597 # Find who we are. Look in the path if we contain no directory separator.
28598 case $0 in
28599 *[\\/]* ) as_myself=$0 ;;
28600 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28601 for as_dir in $PATH
28603 IFS=$as_save_IFS
28604 test -z "$as_dir" && as_dir=.
28605 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28606 done
28607 IFS=$as_save_IFS
28610 esac
28611 # We did not find ourselves, most probably we were run as `sh COMMAND'
28612 # in which case we are not to be found in the path.
28613 if test "x$as_myself" = x; then
28614 as_myself=$0
28616 if test ! -f "$as_myself"; then
28617 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28618 { (exit 1); exit 1; }
28621 # Work around bugs in pre-3.0 UWIN ksh.
28622 for as_var in ENV MAIL MAILPATH
28623 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28624 done
28625 PS1='$ '
28626 PS2='> '
28627 PS4='+ '
28629 # NLS nuisances.
28630 for as_var in \
28631 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28632 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28633 LC_TELEPHONE LC_TIME
28635 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28636 eval $as_var=C; export $as_var
28637 else
28638 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28640 done
28642 # Required to use basename.
28643 if expr a : '\(a\)' >/dev/null 2>&1 &&
28644 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28645 as_expr=expr
28646 else
28647 as_expr=false
28650 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28651 as_basename=basename
28652 else
28653 as_basename=false
28657 # Name of the executable.
28658 as_me=`$as_basename -- "$0" ||
28659 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28660 X"$0" : 'X\(//\)$' \| \
28661 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28662 echo X/"$0" |
28663 sed '/^.*\/\([^/][^/]*\)\/*$/{
28664 s//\1/
28667 /^X\/\(\/\/\)$/{
28668 s//\1/
28671 /^X\/\(\/\).*/{
28672 s//\1/
28675 s/.*/./; q'`
28677 # CDPATH.
28678 $as_unset CDPATH
28682 as_lineno_1=$LINENO
28683 as_lineno_2=$LINENO
28684 test "x$as_lineno_1" != "x$as_lineno_2" &&
28685 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28687 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28688 # uniformly replaced by the line number. The first 'sed' inserts a
28689 # line-number line after each line using $LINENO; the second 'sed'
28690 # does the real work. The second script uses 'N' to pair each
28691 # line-number line with the line containing $LINENO, and appends
28692 # trailing '-' during substitution so that $LINENO is not a special
28693 # case at line end.
28694 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28695 # scripts with optimization help from Paolo Bonzini. Blame Lee
28696 # E. McMahon (1931-1989) for sed's syntax. :-)
28697 sed -n '
28699 /[$]LINENO/=
28700 ' <$as_myself |
28701 sed '
28702 s/[$]LINENO.*/&-/
28703 t lineno
28705 :lineno
28707 :loop
28708 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28709 t loop
28710 s/-\n.*//
28711 ' >$as_me.lineno &&
28712 chmod +x "$as_me.lineno" ||
28713 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28714 { (exit 1); exit 1; }; }
28716 # Don't try to exec as it changes $[0], causing all sort of problems
28717 # (the dirname of $[0] is not the place where we might find the
28718 # original and so on. Autoconf is especially sensitive to this).
28719 . "./$as_me.lineno"
28720 # Exit status is that of the last command.
28721 exit
28725 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28726 as_dirname=dirname
28727 else
28728 as_dirname=false
28731 ECHO_C= ECHO_N= ECHO_T=
28732 case `echo -n x` in
28733 -n*)
28734 case `echo 'x\c'` in
28735 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28736 *) ECHO_C='\c';;
28737 esac;;
28739 ECHO_N='-n';;
28740 esac
28742 if expr a : '\(a\)' >/dev/null 2>&1 &&
28743 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28744 as_expr=expr
28745 else
28746 as_expr=false
28749 rm -f conf$$ conf$$.exe conf$$.file
28750 if test -d conf$$.dir; then
28751 rm -f conf$$.dir/conf$$.file
28752 else
28753 rm -f conf$$.dir
28754 mkdir conf$$.dir
28756 echo >conf$$.file
28757 if ln -s conf$$.file conf$$ 2>/dev/null; then
28758 as_ln_s='ln -s'
28759 # ... but there are two gotchas:
28760 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28761 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28762 # In both cases, we have to default to `cp -p'.
28763 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28764 as_ln_s='cp -p'
28765 elif ln conf$$.file conf$$ 2>/dev/null; then
28766 as_ln_s=ln
28767 else
28768 as_ln_s='cp -p'
28770 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28771 rmdir conf$$.dir 2>/dev/null
28773 if mkdir -p . 2>/dev/null; then
28774 as_mkdir_p=:
28775 else
28776 test -d ./-p && rmdir ./-p
28777 as_mkdir_p=false
28780 if test -x / >/dev/null 2>&1; then
28781 as_test_x='test -x'
28782 else
28783 if ls -dL / >/dev/null 2>&1; then
28784 as_ls_L_option=L
28785 else
28786 as_ls_L_option=
28788 as_test_x='
28789 eval sh -c '\''
28790 if test -d "$1"; then
28791 test -d "$1/.";
28792 else
28793 case $1 in
28794 -*)set "./$1";;
28795 esac;
28796 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28797 ???[sx]*):;;*)false;;esac;fi
28798 '\'' sh
28801 as_executable_p=$as_test_x
28803 # Sed expression to map a string onto a valid CPP name.
28804 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28806 # Sed expression to map a string onto a valid variable name.
28807 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28810 exec 6>&1
28812 # Save the log message, to keep $[0] and so on meaningful, and to
28813 # report actual input values of CONFIG_FILES etc. instead of their
28814 # values after options handling.
28815 ac_log="
28816 This file was extended by Wine $as_me 1.1.33, which was
28817 generated by GNU Autoconf 2.61. Invocation command line was
28819 CONFIG_FILES = $CONFIG_FILES
28820 CONFIG_HEADERS = $CONFIG_HEADERS
28821 CONFIG_LINKS = $CONFIG_LINKS
28822 CONFIG_COMMANDS = $CONFIG_COMMANDS
28823 $ $0 $@
28825 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28828 _ACEOF
28830 cat >>$CONFIG_STATUS <<_ACEOF
28831 # Files that config.status was made for.
28832 config_files="$ac_config_files"
28833 config_headers="$ac_config_headers"
28834 config_commands="$ac_config_commands"
28836 _ACEOF
28838 cat >>$CONFIG_STATUS <<\_ACEOF
28839 ac_cs_usage="\
28840 \`$as_me' instantiates files from templates according to the
28841 current configuration.
28843 Usage: $0 [OPTIONS] [FILE]...
28845 -h, --help print this help, then exit
28846 -V, --version print version number and configuration settings, then exit
28847 -q, --quiet do not print progress messages
28848 -d, --debug don't remove temporary files
28849 --recheck update $as_me by reconfiguring in the same conditions
28850 --file=FILE[:TEMPLATE]
28851 instantiate the configuration file FILE
28852 --header=FILE[:TEMPLATE]
28853 instantiate the configuration header FILE
28855 Configuration files:
28856 $config_files
28858 Configuration headers:
28859 $config_headers
28861 Configuration commands:
28862 $config_commands
28864 Report bugs to <bug-autoconf@gnu.org>."
28866 _ACEOF
28867 cat >>$CONFIG_STATUS <<_ACEOF
28868 ac_cs_version="\\
28869 Wine config.status 1.1.33
28870 configured by $0, generated by GNU Autoconf 2.61,
28871 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28873 Copyright (C) 2006 Free Software Foundation, Inc.
28874 This config.status script is free software; the Free Software Foundation
28875 gives unlimited permission to copy, distribute and modify it."
28877 ac_pwd='$ac_pwd'
28878 srcdir='$srcdir'
28879 INSTALL='$INSTALL'
28880 _ACEOF
28882 cat >>$CONFIG_STATUS <<\_ACEOF
28883 # If no file are specified by the user, then we need to provide default
28884 # value. By we need to know if files were specified by the user.
28885 ac_need_defaults=:
28886 while test $# != 0
28888 case $1 in
28889 --*=*)
28890 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28891 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28892 ac_shift=:
28895 ac_option=$1
28896 ac_optarg=$2
28897 ac_shift=shift
28899 esac
28901 case $ac_option in
28902 # Handling of the options.
28903 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28904 ac_cs_recheck=: ;;
28905 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28906 echo "$ac_cs_version"; exit ;;
28907 --debug | --debu | --deb | --de | --d | -d )
28908 debug=: ;;
28909 --file | --fil | --fi | --f )
28910 $ac_shift
28911 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28912 ac_need_defaults=false;;
28913 --header | --heade | --head | --hea )
28914 $ac_shift
28915 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28916 ac_need_defaults=false;;
28917 --he | --h)
28918 # Conflict between --help and --header
28919 { echo "$as_me: error: ambiguous option: $1
28920 Try \`$0 --help' for more information." >&2
28921 { (exit 1); exit 1; }; };;
28922 --help | --hel | -h )
28923 echo "$ac_cs_usage"; exit ;;
28924 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28925 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28926 ac_cs_silent=: ;;
28928 # This is an error.
28929 -*) { echo "$as_me: error: unrecognized option: $1
28930 Try \`$0 --help' for more information." >&2
28931 { (exit 1); exit 1; }; } ;;
28933 *) ac_config_targets="$ac_config_targets $1"
28934 ac_need_defaults=false ;;
28936 esac
28937 shift
28938 done
28940 ac_configure_extra_args=
28942 if $ac_cs_silent; then
28943 exec 6>/dev/null
28944 ac_configure_extra_args="$ac_configure_extra_args --silent"
28947 _ACEOF
28948 cat >>$CONFIG_STATUS <<_ACEOF
28949 if \$ac_cs_recheck; then
28950 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28951 CONFIG_SHELL=$SHELL
28952 export CONFIG_SHELL
28953 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28956 _ACEOF
28957 cat >>$CONFIG_STATUS <<\_ACEOF
28958 exec 5>>config.log
28960 echo
28961 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28962 ## Running $as_me. ##
28963 _ASBOX
28964 echo "$ac_log"
28965 } >&5
28967 _ACEOF
28968 cat >>$CONFIG_STATUS <<_ACEOF
28969 _ACEOF
28971 cat >>$CONFIG_STATUS <<\_ACEOF
28973 # Handling of arguments.
28974 for ac_config_target in $ac_config_targets
28976 case $ac_config_target in
28977 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28978 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28979 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28980 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28981 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28982 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28983 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28984 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28985 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28986 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28987 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28988 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28989 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28990 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28991 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28992 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28993 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28994 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28995 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28996 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28997 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28998 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28999 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29000 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29001 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29002 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29003 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29004 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29005 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29006 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29007 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29008 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29009 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
29010 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29011 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29012 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29013 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29014 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29015 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29016 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29017 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29018 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29019 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29020 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29021 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29022 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29023 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29024 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29025 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29026 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
29027 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29028 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29029 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29030 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29031 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29032 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29033 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29034 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29035 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29036 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29037 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29038 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29039 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29040 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29041 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29042 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29043 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29044 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29045 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29046 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29047 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29048 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29049 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29050 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29051 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29052 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29053 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29054 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29055 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29056 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29057 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29058 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29059 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29060 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29061 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29062 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29063 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29064 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29065 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29066 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29067 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29068 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29069 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29070 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29071 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29072 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29073 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29074 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
29075 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29076 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29077 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29078 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29079 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29080 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29081 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29082 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29083 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29084 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29085 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29086 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29087 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29088 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29089 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29090 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29091 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29092 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29093 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29094 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29095 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29096 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29097 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29098 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29099 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29100 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29101 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29102 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29103 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29104 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29105 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29106 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29107 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29108 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29109 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29110 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29111 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29112 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29113 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29114 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29115 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29116 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29117 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29118 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29119 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29120 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29121 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29122 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29123 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29124 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29125 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29126 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29127 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29128 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29129 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29130 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29131 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29132 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29133 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29134 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29135 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29136 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29137 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29138 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29139 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29140 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29141 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29142 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29143 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29144 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29145 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29146 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29147 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29148 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29149 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29150 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29151 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29152 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29153 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29154 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29155 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29156 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29157 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29158 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29159 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29160 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29161 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29162 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29163 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29164 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29165 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29166 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29167 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29168 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29169 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29170 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29171 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29172 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29173 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29174 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29175 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29176 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29177 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29178 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29179 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29180 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29181 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29182 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29183 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29184 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29185 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
29186 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29187 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29188 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29189 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29190 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29191 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29192 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29193 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29194 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29195 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29196 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29197 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29198 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29199 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29200 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29201 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29202 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29203 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29204 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29205 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29206 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29207 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29208 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29209 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29210 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29211 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29212 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29213 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29214 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29215 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29216 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29217 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29218 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29219 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29220 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29221 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29222 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29223 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29224 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29225 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29226 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29227 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29228 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29229 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29230 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29231 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29232 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29233 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29234 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29235 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29236 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29237 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29238 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29239 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29240 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29241 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29242 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29243 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29244 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29245 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29246 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29247 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29248 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29249 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29250 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29251 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29252 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29253 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29254 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29255 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29256 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29257 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29258 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29259 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29260 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29261 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29262 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29263 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29264 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29265 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29266 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29267 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29268 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29269 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29270 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29271 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29272 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29273 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29274 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29275 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29276 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29277 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29278 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29279 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29280 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29281 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29282 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29283 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29284 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29285 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29286 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29287 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29288 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29289 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29290 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29291 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29292 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29293 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29294 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29295 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29296 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29297 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29298 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29299 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29300 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29301 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29302 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29303 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29304 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29305 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29306 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29307 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29308 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29309 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29310 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29311 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29312 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29313 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29314 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29315 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29316 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29317 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29318 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29319 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29320 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29321 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29322 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29323 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29324 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29325 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29326 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29327 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29328 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29329 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29330 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29331 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29332 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29333 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29334 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29335 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29336 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29337 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29338 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29339 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29340 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29341 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29342 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29343 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29344 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29345 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29346 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29347 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29348 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29349 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29350 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29351 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29352 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29353 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29354 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29355 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29356 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29357 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29358 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29359 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29360 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29361 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29362 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29363 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29364 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29365 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29366 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29367 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29368 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29369 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29370 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29371 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29372 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29373 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29374 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29375 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29376 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29377 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29378 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29379 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29380 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29381 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29382 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29383 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29384 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29385 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29386 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
29387 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29388 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29389 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29390 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29391 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29392 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29393 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29394 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29395 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29396 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29397 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29398 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29399 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29400 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29401 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29402 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29403 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29404 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29405 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29406 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29407 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29408 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29409 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29410 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29411 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29412 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29413 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29414 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29415 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29416 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29417 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29418 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29419 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29420 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29421 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29422 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29423 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29424 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29425 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29426 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29427 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29428 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29429 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29430 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29431 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29432 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29433 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29434 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29435 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29436 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29437 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29438 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29439 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29440 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
29441 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29442 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29443 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29444 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29445 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29446 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29447 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29448 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29449 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29450 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29451 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29452 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29453 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29454 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29455 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29456 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29457 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29458 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29459 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29460 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29461 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29462 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29463 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29464 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29465 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
29466 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29467 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29468 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29469 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29470 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
29471 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29472 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29473 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29474 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29475 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29476 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29477 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29478 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29479 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29480 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29481 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29482 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29483 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29484 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29485 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29486 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29487 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29488 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29489 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29490 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29491 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29492 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29493 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29494 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29495 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29496 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29497 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29498 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29499 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29500 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29501 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29502 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29503 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29504 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29505 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29506 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29507 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29508 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29509 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29510 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29511 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29512 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29513 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29514 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29515 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29516 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29517 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29519 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29520 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29521 { (exit 1); exit 1; }; };;
29522 esac
29523 done
29526 # If the user did not use the arguments to specify the items to instantiate,
29527 # then the envvar interface is used. Set only those that are not.
29528 # We use the long form for the default assignment because of an extremely
29529 # bizarre bug on SunOS 4.1.3.
29530 if $ac_need_defaults; then
29531 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29532 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29533 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29536 # Have a temporary directory for convenience. Make it in the build tree
29537 # simply because there is no reason against having it here, and in addition,
29538 # creating and moving files from /tmp can sometimes cause problems.
29539 # Hook for its removal unless debugging.
29540 # Note that there is a small window in which the directory will not be cleaned:
29541 # after its creation but before its name has been assigned to `$tmp'.
29542 $debug ||
29544 tmp=
29545 trap 'exit_status=$?
29546 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29548 trap '{ (exit 1); exit 1; }' 1 2 13 15
29550 # Create a (secure) tmp directory for tmp files.
29553 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29554 test -n "$tmp" && test -d "$tmp"
29555 } ||
29557 tmp=./conf$$-$RANDOM
29558 (umask 077 && mkdir "$tmp")
29559 } ||
29561 echo "$me: cannot create a temporary directory in ." >&2
29562 { (exit 1); exit 1; }
29566 # Set up the sed scripts for CONFIG_FILES section.
29569 # No need to generate the scripts if there are no CONFIG_FILES.
29570 # This happens for instance when ./config.status config.h
29571 if test -n "$CONFIG_FILES"; then
29573 _ACEOF
29575 # Create sed commands to just substitute file output variables.
29577 # Remaining file output variables are in a fragment that also has non-file
29578 # output varibles.
29582 ac_delim='%!_!# '
29583 for ac_last_try in false false false false false :; do
29584 cat >conf$$subs.sed <<_ACEOF
29585 SHELL!$SHELL$ac_delim
29586 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29587 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29588 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29589 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29590 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29591 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29592 exec_prefix!$exec_prefix$ac_delim
29593 prefix!$prefix$ac_delim
29594 program_transform_name!$program_transform_name$ac_delim
29595 bindir!$bindir$ac_delim
29596 sbindir!$sbindir$ac_delim
29597 libexecdir!$libexecdir$ac_delim
29598 datarootdir!$datarootdir$ac_delim
29599 datadir!$datadir$ac_delim
29600 sysconfdir!$sysconfdir$ac_delim
29601 sharedstatedir!$sharedstatedir$ac_delim
29602 localstatedir!$localstatedir$ac_delim
29603 includedir!$includedir$ac_delim
29604 oldincludedir!$oldincludedir$ac_delim
29605 docdir!$docdir$ac_delim
29606 infodir!$infodir$ac_delim
29607 htmldir!$htmldir$ac_delim
29608 dvidir!$dvidir$ac_delim
29609 pdfdir!$pdfdir$ac_delim
29610 psdir!$psdir$ac_delim
29611 libdir!$libdir$ac_delim
29612 localedir!$localedir$ac_delim
29613 mandir!$mandir$ac_delim
29614 DEFS!$DEFS$ac_delim
29615 ECHO_C!$ECHO_C$ac_delim
29616 ECHO_N!$ECHO_N$ac_delim
29617 ECHO_T!$ECHO_T$ac_delim
29618 LIBS!$LIBS$ac_delim
29619 build_alias!$build_alias$ac_delim
29620 host_alias!$host_alias$ac_delim
29621 target_alias!$target_alias$ac_delim
29622 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29623 build!$build$ac_delim
29624 build_cpu!$build_cpu$ac_delim
29625 build_vendor!$build_vendor$ac_delim
29626 build_os!$build_os$ac_delim
29627 host!$host$ac_delim
29628 host_cpu!$host_cpu$ac_delim
29629 host_vendor!$host_vendor$ac_delim
29630 host_os!$host_os$ac_delim
29631 SET_MAKE!$SET_MAKE$ac_delim
29632 CC!$CC$ac_delim
29633 CFLAGS!$CFLAGS$ac_delim
29634 LDFLAGS!$LDFLAGS$ac_delim
29635 CPPFLAGS!$CPPFLAGS$ac_delim
29636 ac_ct_CC!$ac_ct_CC$ac_delim
29637 EXEEXT!$EXEEXT$ac_delim
29638 OBJEXT!$OBJEXT$ac_delim
29639 CXX!$CXX$ac_delim
29640 CXXFLAGS!$CXXFLAGS$ac_delim
29641 ac_ct_CXX!$ac_ct_CXX$ac_delim
29642 CPPBIN!$CPPBIN$ac_delim
29643 TARGETFLAGS!$TARGETFLAGS$ac_delim
29644 WIN16_FILES!$WIN16_FILES$ac_delim
29645 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
29646 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29647 TOOLSDIR!$TOOLSDIR$ac_delim
29648 FLEX!$FLEX$ac_delim
29649 BISON!$BISON$ac_delim
29650 AR!$AR$ac_delim
29651 ac_ct_AR!$ac_ct_AR$ac_delim
29652 ARFLAGS!$ARFLAGS$ac_delim
29653 RANLIB!$RANLIB$ac_delim
29654 STRIP!$STRIP$ac_delim
29655 LN_S!$LN_S$ac_delim
29656 LN!$LN$ac_delim
29657 GREP!$GREP$ac_delim
29658 EGREP!$EGREP$ac_delim
29659 LDCONFIG!$LDCONFIG$ac_delim
29660 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29661 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29662 INSTALL_DATA!$INSTALL_DATA$ac_delim
29663 LINT!$LINT$ac_delim
29664 LINTFLAGS!$LINTFLAGS$ac_delim
29665 FONTFORGE!$FONTFORGE$ac_delim
29666 PKG_CONFIG!$PKG_CONFIG$ac_delim
29667 _ACEOF
29669 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29670 break
29671 elif $ac_last_try; then
29672 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29673 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29674 { (exit 1); exit 1; }; }
29675 else
29676 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29678 done
29680 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29681 if test -n "$ac_eof"; then
29682 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29683 ac_eof=`expr $ac_eof + 1`
29686 cat >>$CONFIG_STATUS <<_ACEOF
29687 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29688 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29689 /^[ ]*@MAKE_RULES@[ ]*$/{
29690 r $MAKE_RULES
29693 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29694 r $MAKE_DLL_RULES
29697 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29698 r $MAKE_IMPLIB_RULES
29701 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29702 r $MAKE_TEST_RULES
29705 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29706 r $MAKE_PROG_RULES
29709 _ACEOF
29710 sed '
29711 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29712 s/^/s,@/; s/!/@,|#_!!_#|/
29715 s/'"$ac_delim"'$/,g/; t
29716 s/$/\\/; p
29717 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29718 ' >>$CONFIG_STATUS <conf$$subs.sed
29719 rm -f conf$$subs.sed
29720 cat >>$CONFIG_STATUS <<_ACEOF
29721 CEOF$ac_eof
29722 _ACEOF
29725 ac_delim='%!_!# '
29726 for ac_last_try in false false false false false :; do
29727 cat >conf$$subs.sed <<_ACEOF
29728 RSVG!$RSVG$ac_delim
29729 ICOTOOL!$ICOTOOL$ac_delim
29730 PRELINK!$PRELINK$ac_delim
29731 XLIB!$XLIB$ac_delim
29732 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29733 CPP!$CPP$ac_delim
29734 DLLEXT!$DLLEXT$ac_delim
29735 DLLFLAGS!$DLLFLAGS$ac_delim
29736 LDSHARED!$LDSHARED$ac_delim
29737 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29738 LIBEXT!$LIBEXT$ac_delim
29739 IMPLIBEXT!$IMPLIBEXT$ac_delim
29740 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29741 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29742 LDD!$LDD$ac_delim
29743 DLLTOOL!$DLLTOOL$ac_delim
29744 DLLWRAP!$DLLWRAP$ac_delim
29745 MINGWAR!$MINGWAR$ac_delim
29746 SECURITYLIB!$SECURITYLIB$ac_delim
29747 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29748 IOKITLIB!$IOKITLIB$ac_delim
29749 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29750 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29751 COREAUDIO!$COREAUDIO$ac_delim
29752 LIBOPENAL!$LIBOPENAL$ac_delim
29753 CARBONLIB!$CARBONLIB$ac_delim
29754 CROSSCC!$CROSSCC$ac_delim
29755 CROSSTEST!$CROSSTEST$ac_delim
29756 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29757 LIBPTHREAD!$LIBPTHREAD$ac_delim
29758 XMKMF!$XMKMF$ac_delim
29759 X_CFLAGS!$X_CFLAGS$ac_delim
29760 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29761 X_LIBS!$X_LIBS$ac_delim
29762 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29763 NASLIBS!$NASLIBS$ac_delim
29764 XML2LIBS!$XML2LIBS$ac_delim
29765 XML2INCL!$XML2INCL$ac_delim
29766 XSLTINCL!$XSLTINCL$ac_delim
29767 HALINCL!$HALINCL$ac_delim
29768 GNUTLSINCL!$GNUTLSINCL$ac_delim
29769 sane_devel!$sane_devel$ac_delim
29770 SANEINCL!$SANEINCL$ac_delim
29771 gphoto2_devel!$gphoto2_devel$ac_delim
29772 gphoto2port_devel!$gphoto2port_devel$ac_delim
29773 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29774 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29775 RESOLVLIBS!$RESOLVLIBS$ac_delim
29776 LCMSLIBS!$LCMSLIBS$ac_delim
29777 ft_devel!$ft_devel$ac_delim
29778 FREETYPELIBS!$FREETYPELIBS$ac_delim
29779 FREETYPEINCL!$FREETYPEINCL$ac_delim
29780 ZLIB!$ZLIB$ac_delim
29781 ESDCONFIG!$ESDCONFIG$ac_delim
29782 ESDINCL!$ESDINCL$ac_delim
29783 ESDLIBS!$ESDLIBS$ac_delim
29784 PULSELIBS!$PULSELIBS$ac_delim
29785 ALSALIBS!$ALSALIBS$ac_delim
29786 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29787 CUPSINCL!$CUPSINCL$ac_delim
29788 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29789 PNGINCL!$PNGINCL$ac_delim
29790 LIBMPG123!$LIBMPG123$ac_delim
29791 LIBKSTAT!$LIBKSTAT$ac_delim
29792 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29793 BUILTINFLAG!$BUILTINFLAG$ac_delim
29794 LDPATH!$LDPATH$ac_delim
29795 TOOLSEXT!$TOOLSEXT$ac_delim
29796 CRTLIBS!$CRTLIBS$ac_delim
29797 SOCKETLIBS!$SOCKETLIBS$ac_delim
29798 MAIN_BINARY!$MAIN_BINARY$ac_delim
29799 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29800 LIBDL!$LIBDL$ac_delim
29801 LIBPOLL!$LIBPOLL$ac_delim
29802 LDAPLIBS!$LDAPLIBS$ac_delim
29803 DEPENDENCIES!$DEPENDENCIES$ac_delim
29804 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29805 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29806 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29807 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29808 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29809 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29810 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29811 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29812 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29813 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29814 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29815 LIBOBJS!$LIBOBJS$ac_delim
29816 LTLIBOBJS!$LTLIBOBJS$ac_delim
29817 _ACEOF
29819 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
29820 break
29821 elif $ac_last_try; then
29822 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29823 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29824 { (exit 1); exit 1; }; }
29825 else
29826 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29828 done
29830 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29831 if test -n "$ac_eof"; then
29832 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29833 ac_eof=`expr $ac_eof + 1`
29836 cat >>$CONFIG_STATUS <<_ACEOF
29837 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29838 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29839 _ACEOF
29840 sed '
29841 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29842 s/^/s,@/; s/!/@,|#_!!_#|/
29845 s/'"$ac_delim"'$/,g/; t
29846 s/$/\\/; p
29847 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29848 ' >>$CONFIG_STATUS <conf$$subs.sed
29849 rm -f conf$$subs.sed
29850 cat >>$CONFIG_STATUS <<_ACEOF
29851 :end
29852 s/|#_!!_#|//g
29853 CEOF$ac_eof
29854 _ACEOF
29857 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29858 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29859 # trailing colons and then remove the whole line if VPATH becomes empty
29860 # (actually we leave an empty line to preserve line numbers).
29861 if test "x$srcdir" = x.; then
29862 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29863 s/:*\$(srcdir):*/:/
29864 s/:*\${srcdir}:*/:/
29865 s/:*@srcdir@:*/:/
29866 s/^\([^=]*=[ ]*\):*/\1/
29867 s/:*$//
29868 s/^[^=]*=[ ]*$//
29872 cat >>$CONFIG_STATUS <<\_ACEOF
29873 fi # test -n "$CONFIG_FILES"
29876 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29878 case $ac_tag in
29879 :[FHLC]) ac_mode=$ac_tag; continue;;
29880 esac
29881 case $ac_mode$ac_tag in
29882 :[FHL]*:*);;
29883 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29884 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29885 { (exit 1); exit 1; }; };;
29886 :[FH]-) ac_tag=-:-;;
29887 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29888 esac
29889 ac_save_IFS=$IFS
29890 IFS=:
29891 set x $ac_tag
29892 IFS=$ac_save_IFS
29893 shift
29894 ac_file=$1
29895 shift
29897 case $ac_mode in
29898 :L) ac_source=$1;;
29899 :[FH])
29900 ac_file_inputs=
29901 for ac_f
29903 case $ac_f in
29904 -) ac_f="$tmp/stdin";;
29905 *) # Look for the file first in the build tree, then in the source tree
29906 # (if the path is not absolute). The absolute path cannot be DOS-style,
29907 # because $ac_f cannot contain `:'.
29908 test -f "$ac_f" ||
29909 case $ac_f in
29910 [\\/$]*) false;;
29911 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29912 esac ||
29913 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29914 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29915 { (exit 1); exit 1; }; };;
29916 esac
29917 ac_file_inputs="$ac_file_inputs $ac_f"
29918 done
29920 # Let's still pretend it is `configure' which instantiates (i.e., don't
29921 # use $as_me), people would be surprised to read:
29922 # /* config.h. Generated by config.status. */
29923 configure_input="Generated from "`IFS=:
29924 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29925 if test x"$ac_file" != x-; then
29926 configure_input="$ac_file. $configure_input"
29927 { echo "$as_me:$LINENO: creating $ac_file" >&5
29928 echo "$as_me: creating $ac_file" >&6;}
29931 case $ac_tag in
29932 *:-:* | *:-) cat >"$tmp/stdin";;
29933 esac
29935 esac
29937 ac_dir=`$as_dirname -- "$ac_file" ||
29938 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29939 X"$ac_file" : 'X\(//\)[^/]' \| \
29940 X"$ac_file" : 'X\(//\)$' \| \
29941 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29942 echo X"$ac_file" |
29943 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29944 s//\1/
29947 /^X\(\/\/\)[^/].*/{
29948 s//\1/
29951 /^X\(\/\/\)$/{
29952 s//\1/
29955 /^X\(\/\).*/{
29956 s//\1/
29959 s/.*/./; q'`
29960 { as_dir="$ac_dir"
29961 case $as_dir in #(
29962 -*) as_dir=./$as_dir;;
29963 esac
29964 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29965 as_dirs=
29966 while :; do
29967 case $as_dir in #(
29968 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29969 *) as_qdir=$as_dir;;
29970 esac
29971 as_dirs="'$as_qdir' $as_dirs"
29972 as_dir=`$as_dirname -- "$as_dir" ||
29973 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29974 X"$as_dir" : 'X\(//\)[^/]' \| \
29975 X"$as_dir" : 'X\(//\)$' \| \
29976 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29977 echo X"$as_dir" |
29978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29979 s//\1/
29982 /^X\(\/\/\)[^/].*/{
29983 s//\1/
29986 /^X\(\/\/\)$/{
29987 s//\1/
29990 /^X\(\/\).*/{
29991 s//\1/
29994 s/.*/./; q'`
29995 test -d "$as_dir" && break
29996 done
29997 test -z "$as_dirs" || eval "mkdir $as_dirs"
29998 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29999 echo "$as_me: error: cannot create directory $as_dir" >&2;}
30000 { (exit 1); exit 1; }; }; }
30001 ac_builddir=.
30003 case "$ac_dir" in
30004 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30006 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
30007 # A ".." for each directory in $ac_dir_suffix.
30008 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
30009 case $ac_top_builddir_sub in
30010 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30011 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30012 esac ;;
30013 esac
30014 ac_abs_top_builddir=$ac_pwd
30015 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30016 # for backward compatibility:
30017 ac_top_builddir=$ac_top_build_prefix
30019 case $srcdir in
30020 .) # We are building in place.
30021 ac_srcdir=.
30022 ac_top_srcdir=$ac_top_builddir_sub
30023 ac_abs_top_srcdir=$ac_pwd ;;
30024 [\\/]* | ?:[\\/]* ) # Absolute name.
30025 ac_srcdir=$srcdir$ac_dir_suffix;
30026 ac_top_srcdir=$srcdir
30027 ac_abs_top_srcdir=$srcdir ;;
30028 *) # Relative name.
30029 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30030 ac_top_srcdir=$ac_top_build_prefix$srcdir
30031 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30032 esac
30033 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30036 case $ac_mode in
30039 # CONFIG_FILE
30042 case $INSTALL in
30043 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30044 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30045 esac
30046 _ACEOF
30048 cat >>$CONFIG_STATUS <<\_ACEOF
30049 # If the template does not know about datarootdir, expand it.
30050 # FIXME: This hack should be removed a few years after 2.60.
30051 ac_datarootdir_hack=; ac_datarootdir_seen=
30053 case `sed -n '/datarootdir/ {
30057 /@datadir@/p
30058 /@docdir@/p
30059 /@infodir@/p
30060 /@localedir@/p
30061 /@mandir@/p
30062 ' $ac_file_inputs` in
30063 *datarootdir*) ac_datarootdir_seen=yes;;
30064 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30065 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30066 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30067 _ACEOF
30068 cat >>$CONFIG_STATUS <<_ACEOF
30069 ac_datarootdir_hack='
30070 s&@datadir@&$datadir&g
30071 s&@docdir@&$docdir&g
30072 s&@infodir@&$infodir&g
30073 s&@localedir@&$localedir&g
30074 s&@mandir@&$mandir&g
30075 s&\\\${datarootdir}&$datarootdir&g' ;;
30076 esac
30077 _ACEOF
30079 # Neutralize VPATH when `$srcdir' = `.'.
30080 # Shell code in configure.ac might set extrasub.
30081 # FIXME: do we really want to maintain this feature?
30082 cat >>$CONFIG_STATUS <<_ACEOF
30083 sed "$ac_vpsub
30084 $extrasub
30085 _ACEOF
30086 cat >>$CONFIG_STATUS <<\_ACEOF
30088 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30089 s&@configure_input@&$configure_input&;t t
30090 s&@top_builddir@&$ac_top_builddir_sub&;t t
30091 s&@srcdir@&$ac_srcdir&;t t
30092 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30093 s&@top_srcdir@&$ac_top_srcdir&;t t
30094 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30095 s&@builddir@&$ac_builddir&;t t
30096 s&@abs_builddir@&$ac_abs_builddir&;t t
30097 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30098 s&@INSTALL@&$ac_INSTALL&;t t
30099 $ac_datarootdir_hack
30100 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30102 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30103 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30104 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30105 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30106 which seems to be undefined. Please make sure it is defined." >&5
30107 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30108 which seems to be undefined. Please make sure it is defined." >&2;}
30110 rm -f "$tmp/stdin"
30111 case $ac_file in
30112 -) cat "$tmp/out"; rm -f "$tmp/out";;
30113 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30114 esac
30118 # CONFIG_HEADER
30120 _ACEOF
30122 # Transform confdefs.h into a sed script `conftest.defines', that
30123 # substitutes the proper values into config.h.in to produce config.h.
30124 rm -f conftest.defines conftest.tail
30125 # First, append a space to every undef/define line, to ease matching.
30126 echo 's/$/ /' >conftest.defines
30127 # Then, protect against being on the right side of a sed subst, or in
30128 # an unquoted here document, in config.status. If some macros were
30129 # called several times there might be several #defines for the same
30130 # symbol, which is useless. But do not sort them, since the last
30131 # AC_DEFINE must be honored.
30132 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30133 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30134 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30135 # PARAMS is the parameter list in the macro definition--in most cases, it's
30136 # just an empty string.
30137 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30138 ac_dB='\\)[ (].*,\\1define\\2'
30139 ac_dC=' '
30140 ac_dD=' ,'
30142 uniq confdefs.h |
30143 sed -n '
30144 t rset
30145 :rset
30146 s/^[ ]*#[ ]*define[ ][ ]*//
30147 t ok
30150 s/[\\&,]/\\&/g
30151 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30152 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30153 ' >>conftest.defines
30155 # Remove the space that was appended to ease matching.
30156 # Then replace #undef with comments. This is necessary, for
30157 # example, in the case of _POSIX_SOURCE, which is predefined and required
30158 # on some systems where configure will not decide to define it.
30159 # (The regexp can be short, since the line contains either #define or #undef.)
30160 echo 's/ $//
30161 s,^[ #]*u.*,/* & */,' >>conftest.defines
30163 # Break up conftest.defines:
30164 ac_max_sed_lines=50
30166 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30167 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30168 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30169 # et cetera.
30170 ac_in='$ac_file_inputs'
30171 ac_out='"$tmp/out1"'
30172 ac_nxt='"$tmp/out2"'
30174 while :
30176 # Write a here document:
30177 cat >>$CONFIG_STATUS <<_ACEOF
30178 # First, check the format of the line:
30179 cat >"\$tmp/defines.sed" <<\\CEOF
30180 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30181 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30183 :def
30184 _ACEOF
30185 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30186 echo 'CEOF
30187 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30188 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30189 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30190 grep . conftest.tail >/dev/null || break
30191 rm -f conftest.defines
30192 mv conftest.tail conftest.defines
30193 done
30194 rm -f conftest.defines conftest.tail
30196 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30197 cat >>$CONFIG_STATUS <<\_ACEOF
30198 if test x"$ac_file" != x-; then
30199 echo "/* $configure_input */" >"$tmp/config.h"
30200 cat "$ac_result" >>"$tmp/config.h"
30201 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30202 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30203 echo "$as_me: $ac_file is unchanged" >&6;}
30204 else
30205 rm -f $ac_file
30206 mv "$tmp/config.h" $ac_file
30208 else
30209 echo "/* $configure_input */"
30210 cat "$ac_result"
30212 rm -f "$tmp/out12"
30215 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30216 echo "$as_me: executing $ac_file commands" >&6;}
30218 esac
30221 case $ac_file$ac_mode in
30222 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30223 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30224 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30225 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30226 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30227 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30228 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30229 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30230 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30231 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30232 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30233 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30234 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30236 esac
30237 done # for ac_tag
30240 { (exit 0); exit 0; }
30241 _ACEOF
30242 chmod +x $CONFIG_STATUS
30243 ac_clean_files=$ac_clean_files_save
30246 # configure is writing to config.log, and then calls config.status.
30247 # config.status does its own redirection, appending to config.log.
30248 # Unfortunately, on DOS this fails, as config.log is still kept open
30249 # by configure, so config.status won't be able to write to it; its
30250 # output is simply discarded. So we exec the FD to /dev/null,
30251 # effectively closing config.log, so it can be properly (re)opened and
30252 # appended to by config.status. When coming back to configure, we
30253 # need to make the FD available again.
30254 if test "$no_create" != yes; then
30255 ac_cs_success=:
30256 ac_config_status_args=
30257 test "$silent" = yes &&
30258 ac_config_status_args="$ac_config_status_args --quiet"
30259 exec 5>/dev/null
30260 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30261 exec 5>>config.log
30262 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30263 # would make configure fail if this is the last instruction.
30264 $ac_cs_success || { (exit 1); exit 1; }
30268 if test "$no_create" = "yes"
30269 then
30270 exit 0
30273 ac_save_IFS="$IFS"
30274 if test "x$wine_notices != "x; then
30275 echo >&6
30276 IFS="|"
30277 for msg in $wine_notices; do
30278 IFS="$ac_save_IFS"
30279 if test -n "$msg"; then
30280 { echo "$as_me:$LINENO: $msg" >&5
30281 echo "$as_me: $msg" >&6;}
30283 done
30285 IFS="|"
30286 for msg in $wine_warnings; do
30287 IFS="$ac_save_IFS"
30288 if test -n "$msg"; then
30289 echo >&2
30290 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30291 echo "$as_me: WARNING: $msg" >&2;}
30293 done
30294 IFS="$ac_save_IFS"
30296 echo "
30297 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30298 " >&6