push 09baa143a170fb98d6c73138e5829f7b81ba989e
[wine/hacks.git] / configure
blob39ef92d8bd76e54ede15a816a3929321a98db4d5
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.30.
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.30'
578 PACKAGE_STRING='Wine 1.1.30'
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.30 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.30:";;
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.30
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.30, 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. */
7783 main ()
7787 return 0;
7789 _ACEOF
7790 rm -f conftest.$ac_objext conftest$ac_exeext
7791 if { (ac_try="$ac_link"
7792 case "(($ac_try" in
7793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7794 *) ac_try_echo=$ac_try;;
7795 esac
7796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7797 (eval "$ac_link") 2>conftest.er1
7798 ac_status=$?
7799 grep -v '^ *+' conftest.er1 >conftest.err
7800 rm -f conftest.er1
7801 cat conftest.err >&5
7802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7803 (exit $ac_status); } && {
7804 test -z "$ac_c_werror_flag" ||
7805 test ! -s conftest.err
7806 } && test -s conftest$ac_exeext &&
7807 $as_test_x conftest$ac_exeext; then
7808 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7809 else
7810 echo "$as_me: failed program was:" >&5
7811 sed 's/^/| /' conftest.$ac_ext >&5
7813 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7817 conftest$ac_exeext conftest.$ac_ext
7818 CFLAGS=$ac_wine_try_cflags_saved
7820 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7821 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7822 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7823 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7824 else
7825 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7826 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7827 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7828 echo $ECHO_N "(cached) $ECHO_C" >&6
7829 else
7830 ac_wine_try_cflags_saved=$CFLAGS
7831 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7832 cat >conftest.$ac_ext <<_ACEOF
7833 /* confdefs.h. */
7834 _ACEOF
7835 cat confdefs.h >>conftest.$ac_ext
7836 cat >>conftest.$ac_ext <<_ACEOF
7837 /* end confdefs.h. */
7840 main ()
7844 return 0;
7846 _ACEOF
7847 rm -f conftest.$ac_objext conftest$ac_exeext
7848 if { (ac_try="$ac_link"
7849 case "(($ac_try" in
7850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7851 *) ac_try_echo=$ac_try;;
7852 esac
7853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7854 (eval "$ac_link") 2>conftest.er1
7855 ac_status=$?
7856 grep -v '^ *+' conftest.er1 >conftest.err
7857 rm -f conftest.er1
7858 cat conftest.err >&5
7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7860 (exit $ac_status); } && {
7861 test -z "$ac_c_werror_flag" ||
7862 test ! -s conftest.err
7863 } && test -s conftest$ac_exeext &&
7864 $as_test_x conftest$ac_exeext; then
7865 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7866 else
7867 echo "$as_me: failed program was:" >&5
7868 sed 's/^/| /' conftest.$ac_ext >&5
7870 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7874 conftest$ac_exeext conftest.$ac_ext
7875 CFLAGS=$ac_wine_try_cflags_saved
7877 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7878 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7879 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7880 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7886 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7887 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7888 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7889 echo $ECHO_N "(cached) $ECHO_C" >&6
7890 else
7891 ac_wine_try_cflags_saved=$CFLAGS
7892 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7893 cat >conftest.$ac_ext <<_ACEOF
7894 /* confdefs.h. */
7895 _ACEOF
7896 cat confdefs.h >>conftest.$ac_ext
7897 cat >>conftest.$ac_ext <<_ACEOF
7898 /* end confdefs.h. */
7901 main ()
7905 return 0;
7907 _ACEOF
7908 rm -f conftest.$ac_objext conftest$ac_exeext
7909 if { (ac_try="$ac_link"
7910 case "(($ac_try" in
7911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7912 *) ac_try_echo=$ac_try;;
7913 esac
7914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7915 (eval "$ac_link") 2>conftest.er1
7916 ac_status=$?
7917 grep -v '^ *+' conftest.er1 >conftest.err
7918 rm -f conftest.er1
7919 cat conftest.err >&5
7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); } && {
7922 test -z "$ac_c_werror_flag" ||
7923 test ! -s conftest.err
7924 } && test -s conftest$ac_exeext &&
7925 $as_test_x conftest$ac_exeext; then
7926 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7927 else
7928 echo "$as_me: failed program was:" >&5
7929 sed 's/^/| /' conftest.$ac_ext >&5
7931 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7935 conftest$ac_exeext conftest.$ac_ext
7936 CFLAGS=$ac_wine_try_cflags_saved
7938 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7939 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7940 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7941 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7945 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7946 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7947 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7948 echo $ECHO_N "(cached) $ECHO_C" >&6
7949 else
7950 ac_wine_try_cflags_saved=$CFLAGS
7951 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7960 main ()
7964 return 0;
7966 _ACEOF
7967 rm -f conftest.$ac_objext conftest$ac_exeext
7968 if { (ac_try="$ac_link"
7969 case "(($ac_try" in
7970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7971 *) ac_try_echo=$ac_try;;
7972 esac
7973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7974 (eval "$ac_link") 2>conftest.er1
7975 ac_status=$?
7976 grep -v '^ *+' conftest.er1 >conftest.err
7977 rm -f conftest.er1
7978 cat conftest.err >&5
7979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7980 (exit $ac_status); } && {
7981 test -z "$ac_c_werror_flag" ||
7982 test ! -s conftest.err
7983 } && test -s conftest$ac_exeext &&
7984 $as_test_x conftest$ac_exeext; then
7985 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7986 else
7987 echo "$as_me: failed program was:" >&5
7988 sed 's/^/| /' conftest.$ac_ext >&5
7990 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7994 conftest$ac_exeext conftest.$ac_ext
7995 CFLAGS=$ac_wine_try_cflags_saved
7997 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7998 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7999 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8000 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8004 echo '{ global: *; };' >conftest.map
8005 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8006 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8007 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8008 echo $ECHO_N "(cached) $ECHO_C" >&6
8009 else
8010 ac_wine_try_cflags_saved=$CFLAGS
8011 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8012 cat >conftest.$ac_ext <<_ACEOF
8013 /* confdefs.h. */
8014 _ACEOF
8015 cat confdefs.h >>conftest.$ac_ext
8016 cat >>conftest.$ac_ext <<_ACEOF
8017 /* end confdefs.h. */
8020 main ()
8024 return 0;
8026 _ACEOF
8027 rm -f conftest.$ac_objext conftest$ac_exeext
8028 if { (ac_try="$ac_link"
8029 case "(($ac_try" in
8030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8031 *) ac_try_echo=$ac_try;;
8032 esac
8033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8034 (eval "$ac_link") 2>conftest.er1
8035 ac_status=$?
8036 grep -v '^ *+' conftest.er1 >conftest.err
8037 rm -f conftest.er1
8038 cat conftest.err >&5
8039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8040 (exit $ac_status); } && {
8041 test -z "$ac_c_werror_flag" ||
8042 test ! -s conftest.err
8043 } && test -s conftest$ac_exeext &&
8044 $as_test_x conftest$ac_exeext; then
8045 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8046 else
8047 echo "$as_me: failed program was:" >&5
8048 sed 's/^/| /' conftest.$ac_ext >&5
8050 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8054 conftest$ac_exeext conftest.$ac_ext
8055 CFLAGS=$ac_wine_try_cflags_saved
8057 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8058 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8059 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8060 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8063 rm -f conftest.map
8065 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8066 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8067 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8068 echo $ECHO_N "(cached) $ECHO_C" >&6
8069 else
8070 ac_wine_try_cflags_saved=$CFLAGS
8071 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8072 cat >conftest.$ac_ext <<_ACEOF
8073 /* confdefs.h. */
8074 _ACEOF
8075 cat confdefs.h >>conftest.$ac_ext
8076 cat >>conftest.$ac_ext <<_ACEOF
8077 /* end confdefs.h. */
8080 main ()
8084 return 0;
8086 _ACEOF
8087 rm -f conftest.$ac_objext conftest$ac_exeext
8088 if { (ac_try="$ac_link"
8089 case "(($ac_try" in
8090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8091 *) ac_try_echo=$ac_try;;
8092 esac
8093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8094 (eval "$ac_link") 2>conftest.er1
8095 ac_status=$?
8096 grep -v '^ *+' conftest.er1 >conftest.err
8097 rm -f conftest.er1
8098 cat conftest.err >&5
8099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8100 (exit $ac_status); } && {
8101 test -z "$ac_c_werror_flag" ||
8102 test ! -s conftest.err
8103 } && test -s conftest$ac_exeext &&
8104 $as_test_x conftest$ac_exeext; then
8105 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8106 else
8107 echo "$as_me: failed program was:" >&5
8108 sed 's/^/| /' conftest.$ac_ext >&5
8110 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8114 conftest$ac_exeext conftest.$ac_ext
8115 CFLAGS=$ac_wine_try_cflags_saved
8117 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8118 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8119 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8120 LDEXECFLAGS="-Wl,--export-dynamic"
8125 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8126 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8127 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8129 echo $ECHO_N "(cached) $ECHO_C" >&6
8130 else
8131 ac_wine_try_cflags_saved=$CFLAGS
8132 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8133 cat >conftest.$ac_ext <<_ACEOF
8134 /* confdefs.h. */
8135 _ACEOF
8136 cat confdefs.h >>conftest.$ac_ext
8137 cat >>conftest.$ac_ext <<_ACEOF
8138 /* end confdefs.h. */
8141 main ()
8145 return 0;
8147 _ACEOF
8148 rm -f conftest.$ac_objext conftest$ac_exeext
8149 if { (ac_try="$ac_link"
8150 case "(($ac_try" in
8151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8152 *) ac_try_echo=$ac_try;;
8153 esac
8154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8155 (eval "$ac_link") 2>conftest.er1
8156 ac_status=$?
8157 grep -v '^ *+' conftest.er1 >conftest.err
8158 rm -f conftest.er1
8159 cat conftest.err >&5
8160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8161 (exit $ac_status); } && {
8162 test -z "$ac_c_werror_flag" ||
8163 test ! -s conftest.err
8164 } && test -s conftest$ac_exeext &&
8165 $as_test_x conftest$ac_exeext; then
8166 eval "$as_ac_var=yes"
8167 else
8168 echo "$as_me: failed program was:" >&5
8169 sed 's/^/| /' conftest.$ac_ext >&5
8171 eval "$as_ac_var=no"
8174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8175 conftest$ac_exeext conftest.$ac_ext
8176 CFLAGS=$ac_wine_try_cflags_saved
8178 ac_res=`eval echo '${'$as_ac_var'}'`
8179 { echo "$as_me:$LINENO: result: $ac_res" >&5
8180 echo "${ECHO_T}$ac_res" >&6; }
8181 if test `eval echo '${'$as_ac_var'}'` = yes; then
8182 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8183 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8184 else
8185 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8186 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8187 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8188 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8189 echo $ECHO_N "(cached) $ECHO_C" >&6
8190 else
8191 ac_wine_try_cflags_saved=$CFLAGS
8192 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8193 cat >conftest.$ac_ext <<_ACEOF
8194 /* confdefs.h. */
8195 _ACEOF
8196 cat confdefs.h >>conftest.$ac_ext
8197 cat >>conftest.$ac_ext <<_ACEOF
8198 /* end confdefs.h. */
8201 main ()
8205 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 eval "$as_ac_var=yes"
8227 else
8228 echo "$as_me: failed program was:" >&5
8229 sed 's/^/| /' conftest.$ac_ext >&5
8231 eval "$as_ac_var=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 ac_res=`eval echo '${'$as_ac_var'}'`
8239 { echo "$as_me:$LINENO: result: $ac_res" >&5
8240 echo "${ECHO_T}$ac_res" >&6; }
8241 if test `eval echo '${'$as_ac_var'}'` = yes; then
8242 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8243 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8249 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8250 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8251 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8252 echo $ECHO_N "(cached) $ECHO_C" >&6
8253 else
8254 ac_wine_try_cflags_saved=$CFLAGS
8255 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8256 cat >conftest.$ac_ext <<_ACEOF
8257 /* confdefs.h. */
8258 _ACEOF
8259 cat confdefs.h >>conftest.$ac_ext
8260 cat >>conftest.$ac_ext <<_ACEOF
8261 /* end confdefs.h. */
8264 main ()
8268 return 0;
8270 _ACEOF
8271 rm -f conftest.$ac_objext conftest$ac_exeext
8272 if { (ac_try="$ac_link"
8273 case "(($ac_try" in
8274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8275 *) ac_try_echo=$ac_try;;
8276 esac
8277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8278 (eval "$ac_link") 2>conftest.er1
8279 ac_status=$?
8280 grep -v '^ *+' conftest.er1 >conftest.err
8281 rm -f conftest.er1
8282 cat conftest.err >&5
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); } && {
8285 test -z "$ac_c_werror_flag" ||
8286 test ! -s conftest.err
8287 } && test -s conftest$ac_exeext &&
8288 $as_test_x conftest$ac_exeext; then
8289 ac_cv_cflags__Wl___enable_new_dtags=yes
8290 else
8291 echo "$as_me: failed program was:" >&5
8292 sed 's/^/| /' conftest.$ac_ext >&5
8294 ac_cv_cflags__Wl___enable_new_dtags=no
8297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8298 conftest$ac_exeext conftest.$ac_ext
8299 CFLAGS=$ac_wine_try_cflags_saved
8301 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8302 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8303 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8304 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8308 case $host_cpu in
8309 *i[3456789]86* | x86_64)
8310 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8311 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8312 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8313 echo $ECHO_N "(cached) $ECHO_C" >&6
8314 else
8315 ac_wine_try_cflags_saved=$CFLAGS
8316 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8317 cat >conftest.$ac_ext <<_ACEOF
8318 /* confdefs.h. */
8319 _ACEOF
8320 cat confdefs.h >>conftest.$ac_ext
8321 cat >>conftest.$ac_ext <<_ACEOF
8322 /* end confdefs.h. */
8325 main ()
8329 return 0;
8331 _ACEOF
8332 rm -f conftest.$ac_objext conftest$ac_exeext
8333 if { (ac_try="$ac_link"
8334 case "(($ac_try" in
8335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8336 *) ac_try_echo=$ac_try;;
8337 esac
8338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8339 (eval "$ac_link") 2>conftest.er1
8340 ac_status=$?
8341 grep -v '^ *+' conftest.er1 >conftest.err
8342 rm -f conftest.er1
8343 cat conftest.err >&5
8344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8345 (exit $ac_status); } && {
8346 test -z "$ac_c_werror_flag" ||
8347 test ! -s conftest.err
8348 } && test -s conftest$ac_exeext &&
8349 $as_test_x conftest$ac_exeext; then
8350 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8351 else
8352 echo "$as_me: failed program was:" >&5
8353 sed 's/^/| /' conftest.$ac_ext >&5
8355 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8359 conftest$ac_exeext conftest.$ac_ext
8360 CFLAGS=$ac_wine_try_cflags_saved
8362 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8363 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8364 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8365 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8369 esac
8371 else
8372 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8373 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8374 if test "${ac_cv_c_dll_unixware+set}" = set; then
8375 echo $ECHO_N "(cached) $ECHO_C" >&6
8376 else
8377 ac_wine_try_cflags_saved=$CFLAGS
8378 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8379 cat >conftest.$ac_ext <<_ACEOF
8380 void myfunc() {}
8381 _ACEOF
8382 rm -f conftest.$ac_objext conftest$ac_exeext
8383 if { (ac_try="$ac_link"
8384 case "(($ac_try" in
8385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8386 *) ac_try_echo=$ac_try;;
8387 esac
8388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8389 (eval "$ac_link") 2>conftest.er1
8390 ac_status=$?
8391 grep -v '^ *+' conftest.er1 >conftest.err
8392 rm -f conftest.er1
8393 cat conftest.err >&5
8394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8395 (exit $ac_status); } && {
8396 test -z "$ac_c_werror_flag" ||
8397 test ! -s conftest.err
8398 } && test -s conftest$ac_exeext &&
8399 $as_test_x conftest$ac_exeext; then
8400 ac_cv_c_dll_unixware="yes"
8401 else
8402 echo "$as_me: failed program was:" >&5
8403 sed 's/^/| /' conftest.$ac_ext >&5
8405 ac_cv_c_dll_unixware="no"
8408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8409 conftest$ac_exeext conftest.$ac_ext
8410 CFLAGS=$ac_wine_try_cflags_saved
8412 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8413 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8414 if test "$ac_cv_c_dll_unixware" = "yes"
8415 then
8416 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8417 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8419 else
8420 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8421 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8422 if test "${ac_cv_c_dll_hpux+set}" = set; then
8423 echo $ECHO_N "(cached) $ECHO_C" >&6
8424 else
8425 ac_wine_try_cflags_saved=$CFLAGS
8426 CFLAGS="$CFLAGS -shared"
8427 cat >conftest.$ac_ext <<_ACEOF
8428 void myfunc() {}
8429 _ACEOF
8430 rm -f conftest.$ac_objext conftest$ac_exeext
8431 if { (ac_try="$ac_link"
8432 case "(($ac_try" in
8433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8434 *) ac_try_echo=$ac_try;;
8435 esac
8436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8437 (eval "$ac_link") 2>conftest.er1
8438 ac_status=$?
8439 grep -v '^ *+' conftest.er1 >conftest.err
8440 rm -f conftest.er1
8441 cat conftest.err >&5
8442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8443 (exit $ac_status); } && {
8444 test -z "$ac_c_werror_flag" ||
8445 test ! -s conftest.err
8446 } && test -s conftest$ac_exeext &&
8447 $as_test_x conftest$ac_exeext; then
8448 ac_cv_c_dll_hpux="yes"
8449 else
8450 echo "$as_me: failed program was:" >&5
8451 sed 's/^/| /' conftest.$ac_ext >&5
8453 ac_cv_c_dll_hpux="no"
8456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8457 conftest$ac_exeext conftest.$ac_ext
8458 CFLAGS=$ac_wine_try_cflags_saved
8460 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8461 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8462 if test "$ac_cv_c_dll_hpux" = "yes"
8463 then
8464 LIBEXT="sl"
8465 DLLEXT=".sl"
8466 LDDLLFLAGS="-shared -fPIC"
8467 LDSHARED="\$(CC) -shared"
8472 esac
8474 enable_winequartz_drv=${enable_winequartz_drv:-no}
8476 if test "$LIBEXT" = "a"; then
8477 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8478 It is currently not possible to build Wine without shared library
8479 (.so) support to allow transparent switch between .so and .dll files.
8480 If you are using Linux, you will need a newer binutils.
8481 " >&5
8482 echo "$as_me: error: could not find a way to build shared libraries.
8483 It is currently not possible to build Wine without shared library
8484 (.so) support to allow transparent switch between .so and .dll files.
8485 If you are using Linux, you will need a newer binutils.
8486 " >&2;}
8487 { (exit 1); exit 1; }; }
8490 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8491 then
8492 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
8494 # Extract the first word of "$ac_prog", so it can be a program name with args.
8495 set dummy $ac_prog; ac_word=$2
8496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8498 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8499 echo $ECHO_N "(cached) $ECHO_C" >&6
8500 else
8501 if test -n "$CROSSCC"; then
8502 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8503 else
8504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505 for as_dir in $PATH
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_CROSSCC="$ac_prog"
8512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8515 done
8516 done
8517 IFS=$as_save_IFS
8521 CROSSCC=$ac_cv_prog_CROSSCC
8522 if test -n "$CROSSCC"; then
8523 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8524 echo "${ECHO_T}$CROSSCC" >&6; }
8525 else
8526 { echo "$as_me:$LINENO: result: no" >&5
8527 echo "${ECHO_T}no" >&6; }
8531 test -n "$CROSSCC" && break
8532 done
8533 test -n "$CROSSCC" || CROSSCC="false"
8535 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
8537 # Extract the first word of "$ac_prog", so it can be a program name with args.
8538 set dummy $ac_prog; ac_word=$2
8539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544 if test -n "$DLLTOOL"; then
8545 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_DLLTOOL="$ac_prog"
8555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 DLLTOOL=$ac_cv_prog_DLLTOOL
8565 if test -n "$DLLTOOL"; then
8566 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8567 echo "${ECHO_T}$DLLTOOL" >&6; }
8568 else
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8574 test -n "$DLLTOOL" && break
8575 done
8576 test -n "$DLLTOOL" || DLLTOOL="false"
8578 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
8580 # Extract the first word of "$ac_prog", so it can be a program name with args.
8581 set dummy $ac_prog; ac_word=$2
8582 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8584 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8585 echo $ECHO_N "(cached) $ECHO_C" >&6
8586 else
8587 if test -n "$MINGWAR"; then
8588 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8589 else
8590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8591 for as_dir in $PATH
8593 IFS=$as_save_IFS
8594 test -z "$as_dir" && as_dir=.
8595 for ac_exec_ext in '' $ac_executable_extensions; do
8596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8597 ac_cv_prog_MINGWAR="$ac_prog"
8598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8599 break 2
8601 done
8602 done
8603 IFS=$as_save_IFS
8607 MINGWAR=$ac_cv_prog_MINGWAR
8608 if test -n "$MINGWAR"; then
8609 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8610 echo "${ECHO_T}$MINGWAR" >&6; }
8611 else
8612 { echo "$as_me:$LINENO: result: no" >&5
8613 echo "${ECHO_T}no" >&6; }
8617 test -n "$MINGWAR" && break
8618 done
8619 test -n "$MINGWAR" || MINGWAR="false"
8621 if test "$CROSSCC" != "false"
8622 then
8623 CROSSTEST="\$(CROSSTEST)"
8625 set x $CROSSCC
8626 shift
8627 target=""
8628 while test $# -ge 1
8630 case "$1" in
8631 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8632 esac
8633 shift
8634 done
8635 if test -n "$target"
8636 then
8637 CROSSTARGETFLAGS="-b $target"
8644 if test "$ac_cv_header_pthread_h" = "yes"
8645 then
8646 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8647 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8648 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8649 echo $ECHO_N "(cached) $ECHO_C" >&6
8650 else
8651 ac_check_lib_save_LIBS=$LIBS
8652 LIBS="-lpthread $LIBS"
8653 cat >conftest.$ac_ext <<_ACEOF
8654 /* confdefs.h. */
8655 _ACEOF
8656 cat confdefs.h >>conftest.$ac_ext
8657 cat >>conftest.$ac_ext <<_ACEOF
8658 /* end confdefs.h. */
8660 /* Override any GCC internal prototype to avoid an error.
8661 Use char because int might match the return type of a GCC
8662 builtin and then its argument prototype would still apply. */
8663 #ifdef __cplusplus
8664 extern "C"
8665 #endif
8666 char pthread_create ();
8668 main ()
8670 return pthread_create ();
8672 return 0;
8674 _ACEOF
8675 rm -f conftest.$ac_objext conftest$ac_exeext
8676 if { (ac_try="$ac_link"
8677 case "(($ac_try" in
8678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8679 *) ac_try_echo=$ac_try;;
8680 esac
8681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8682 (eval "$ac_link") 2>conftest.er1
8683 ac_status=$?
8684 grep -v '^ *+' conftest.er1 >conftest.err
8685 rm -f conftest.er1
8686 cat conftest.err >&5
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 (exit $ac_status); } && {
8689 test -z "$ac_c_werror_flag" ||
8690 test ! -s conftest.err
8691 } && test -s conftest$ac_exeext &&
8692 $as_test_x conftest$ac_exeext; then
8693 ac_cv_lib_pthread_pthread_create=yes
8694 else
8695 echo "$as_me: failed program was:" >&5
8696 sed 's/^/| /' conftest.$ac_ext >&5
8698 ac_cv_lib_pthread_pthread_create=no
8701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8702 conftest$ac_exeext conftest.$ac_ext
8703 LIBS=$ac_check_lib_save_LIBS
8705 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8706 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8707 if test $ac_cv_lib_pthread_pthread_create = yes; then
8708 LIBPTHREAD="-lpthread"
8713 if test "x$LIBPTHREAD" = "x"; then
8714 case "x$with_pthread" in
8715 xno) ;;
8716 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8717 Wine cannot support threads without libpthread.
8718 Use the --without-pthread option if you really want this." >&5
8719 echo "$as_me: error: pthread ${notice_platform}development files not found.
8720 Wine cannot support threads without libpthread.
8721 Use the --without-pthread option if you really want this." >&2;}
8722 { (exit 1); exit 1; }; } ;;
8723 esac
8728 { echo "$as_me:$LINENO: checking for X" >&5
8729 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8732 # Check whether --with-x was given.
8733 if test "${with_x+set}" = set; then
8734 withval=$with_x;
8737 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8738 if test "x$with_x" = xno; then
8739 # The user explicitly disabled X.
8740 have_x=disabled
8741 else
8742 case $x_includes,$x_libraries in #(
8743 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8744 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8745 { (exit 1); exit 1; }; };; #(
8746 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749 # One or both of the vars are not set, and there is no cached value.
8750 ac_x_includes=no ac_x_libraries=no
8751 rm -f -r conftest.dir
8752 if mkdir conftest.dir; then
8753 cd conftest.dir
8754 cat >Imakefile <<'_ACEOF'
8755 incroot:
8756 @echo incroot='${INCROOT}'
8757 usrlibdir:
8758 @echo usrlibdir='${USRLIBDIR}'
8759 libdir:
8760 @echo libdir='${LIBDIR}'
8761 _ACEOF
8762 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8763 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8764 for ac_var in incroot usrlibdir libdir; do
8765 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8766 done
8767 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8768 for ac_extension in a so sl; do
8769 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8770 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8771 ac_im_usrlibdir=$ac_im_libdir; break
8773 done
8774 # Screen out bogus values from the imake configuration. They are
8775 # bogus both because they are the default anyway, and because
8776 # using them would break gcc on systems where it needs fixed includes.
8777 case $ac_im_incroot in
8778 /usr/include) ac_x_includes= ;;
8779 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8780 esac
8781 case $ac_im_usrlibdir in
8782 /usr/lib | /lib) ;;
8783 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8784 esac
8786 cd ..
8787 rm -f -r conftest.dir
8790 # Standard set of common directories for X headers.
8791 # Check X11 before X11Rn because it is often a symlink to the current release.
8792 ac_x_header_dirs='
8793 /usr/X11/include
8794 /usr/X11R6/include
8795 /usr/X11R5/include
8796 /usr/X11R4/include
8798 /usr/include/X11
8799 /usr/include/X11R6
8800 /usr/include/X11R5
8801 /usr/include/X11R4
8803 /usr/local/X11/include
8804 /usr/local/X11R6/include
8805 /usr/local/X11R5/include
8806 /usr/local/X11R4/include
8808 /usr/local/include/X11
8809 /usr/local/include/X11R6
8810 /usr/local/include/X11R5
8811 /usr/local/include/X11R4
8813 /usr/X386/include
8814 /usr/x386/include
8815 /usr/XFree86/include/X11
8817 /usr/include
8818 /usr/local/include
8819 /usr/unsupported/include
8820 /usr/athena/include
8821 /usr/local/x11r5/include
8822 /usr/lpp/Xamples/include
8824 /usr/openwin/include
8825 /usr/openwin/share/include'
8827 if test "$ac_x_includes" = no; then
8828 # Guess where to find include files, by looking for Xlib.h.
8829 # First, try using that file with no special directory specified.
8830 cat >conftest.$ac_ext <<_ACEOF
8831 /* confdefs.h. */
8832 _ACEOF
8833 cat confdefs.h >>conftest.$ac_ext
8834 cat >>conftest.$ac_ext <<_ACEOF
8835 /* end confdefs.h. */
8836 #include <X11/Xlib.h>
8837 _ACEOF
8838 if { (ac_try="$ac_cpp conftest.$ac_ext"
8839 case "(($ac_try" in
8840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8841 *) ac_try_echo=$ac_try;;
8842 esac
8843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8844 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8845 ac_status=$?
8846 grep -v '^ *+' conftest.er1 >conftest.err
8847 rm -f conftest.er1
8848 cat conftest.err >&5
8849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850 (exit $ac_status); } >/dev/null && {
8851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8852 test ! -s conftest.err
8853 }; then
8854 # We can compile using X headers with no special include directory.
8855 ac_x_includes=
8856 else
8857 echo "$as_me: failed program was:" >&5
8858 sed 's/^/| /' conftest.$ac_ext >&5
8860 for ac_dir in $ac_x_header_dirs; do
8861 if test -r "$ac_dir/X11/Xlib.h"; then
8862 ac_x_includes=$ac_dir
8863 break
8865 done
8868 rm -f conftest.err conftest.$ac_ext
8869 fi # $ac_x_includes = no
8871 if test "$ac_x_libraries" = no; then
8872 # Check for the libraries.
8873 # See if we find them without any special options.
8874 # Don't add to $LIBS permanently.
8875 ac_save_LIBS=$LIBS
8876 LIBS="-lX11 $LIBS"
8877 cat >conftest.$ac_ext <<_ACEOF
8878 /* confdefs.h. */
8879 _ACEOF
8880 cat confdefs.h >>conftest.$ac_ext
8881 cat >>conftest.$ac_ext <<_ACEOF
8882 /* end confdefs.h. */
8883 #include <X11/Xlib.h>
8885 main ()
8887 XrmInitialize ()
8889 return 0;
8891 _ACEOF
8892 rm -f conftest.$ac_objext conftest$ac_exeext
8893 if { (ac_try="$ac_link"
8894 case "(($ac_try" in
8895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8896 *) ac_try_echo=$ac_try;;
8897 esac
8898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8899 (eval "$ac_link") 2>conftest.er1
8900 ac_status=$?
8901 grep -v '^ *+' conftest.er1 >conftest.err
8902 rm -f conftest.er1
8903 cat conftest.err >&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); } && {
8906 test -z "$ac_c_werror_flag" ||
8907 test ! -s conftest.err
8908 } && test -s conftest$ac_exeext &&
8909 $as_test_x conftest$ac_exeext; then
8910 LIBS=$ac_save_LIBS
8911 # We can link X programs with no special library path.
8912 ac_x_libraries=
8913 else
8914 echo "$as_me: failed program was:" >&5
8915 sed 's/^/| /' conftest.$ac_ext >&5
8917 LIBS=$ac_save_LIBS
8918 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8920 # Don't even attempt the hair of trying to link an X program!
8921 for ac_extension in a so sl; do
8922 if test -r "$ac_dir/libX11.$ac_extension"; then
8923 ac_x_libraries=$ac_dir
8924 break 2
8926 done
8927 done
8930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8931 conftest$ac_exeext conftest.$ac_ext
8932 fi # $ac_x_libraries = no
8934 case $ac_x_includes,$ac_x_libraries in #(
8935 no,* | *,no | *\'*)
8936 # Didn't find X, or a directory has "'" in its name.
8937 ac_cv_have_x="have_x=no";; #(
8939 # Record where we found X for the cache.
8940 ac_cv_have_x="have_x=yes\
8941 ac_x_includes='$ac_x_includes'\
8942 ac_x_libraries='$ac_x_libraries'"
8943 esac
8945 ;; #(
8946 *) have_x=yes;;
8947 esac
8948 eval "$ac_cv_have_x"
8949 fi # $with_x != no
8951 if test "$have_x" != yes; then
8952 { echo "$as_me:$LINENO: result: $have_x" >&5
8953 echo "${ECHO_T}$have_x" >&6; }
8954 no_x=yes
8955 else
8956 # If each of the values was on the command line, it overrides each guess.
8957 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8958 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8959 # Update the cache value to reflect the command line values.
8960 ac_cv_have_x="have_x=yes\
8961 ac_x_includes='$x_includes'\
8962 ac_x_libraries='$x_libraries'"
8963 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8964 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8967 if test "$no_x" = yes; then
8968 # Not all programs may use this symbol, but it does not hurt to define it.
8970 cat >>confdefs.h <<\_ACEOF
8971 #define X_DISPLAY_MISSING 1
8972 _ACEOF
8974 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8975 else
8976 if test -n "$x_includes"; then
8977 X_CFLAGS="$X_CFLAGS -I$x_includes"
8980 # It would also be nice to do this for all -L options, not just this one.
8981 if test -n "$x_libraries"; then
8982 X_LIBS="$X_LIBS -L$x_libraries"
8983 # For Solaris; some versions of Sun CC require a space after -R and
8984 # others require no space. Words are not sufficient . . . .
8985 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8986 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8987 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8988 ac_xsave_c_werror_flag=$ac_c_werror_flag
8989 ac_c_werror_flag=yes
8990 cat >conftest.$ac_ext <<_ACEOF
8991 /* confdefs.h. */
8992 _ACEOF
8993 cat confdefs.h >>conftest.$ac_ext
8994 cat >>conftest.$ac_ext <<_ACEOF
8995 /* end confdefs.h. */
8998 main ()
9002 return 0;
9004 _ACEOF
9005 rm -f conftest.$ac_objext conftest$ac_exeext
9006 if { (ac_try="$ac_link"
9007 case "(($ac_try" in
9008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9009 *) ac_try_echo=$ac_try;;
9010 esac
9011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9012 (eval "$ac_link") 2>conftest.er1
9013 ac_status=$?
9014 grep -v '^ *+' conftest.er1 >conftest.err
9015 rm -f conftest.er1
9016 cat conftest.err >&5
9017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018 (exit $ac_status); } && {
9019 test -z "$ac_c_werror_flag" ||
9020 test ! -s conftest.err
9021 } && test -s conftest$ac_exeext &&
9022 $as_test_x conftest$ac_exeext; then
9023 { echo "$as_me:$LINENO: result: no" >&5
9024 echo "${ECHO_T}no" >&6; }
9025 X_LIBS="$X_LIBS -R$x_libraries"
9026 else
9027 echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9030 LIBS="$ac_xsave_LIBS -R $x_libraries"
9031 cat >conftest.$ac_ext <<_ACEOF
9032 /* confdefs.h. */
9033 _ACEOF
9034 cat confdefs.h >>conftest.$ac_ext
9035 cat >>conftest.$ac_ext <<_ACEOF
9036 /* end confdefs.h. */
9039 main ()
9043 return 0;
9045 _ACEOF
9046 rm -f conftest.$ac_objext conftest$ac_exeext
9047 if { (ac_try="$ac_link"
9048 case "(($ac_try" in
9049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9050 *) ac_try_echo=$ac_try;;
9051 esac
9052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9053 (eval "$ac_link") 2>conftest.er1
9054 ac_status=$?
9055 grep -v '^ *+' conftest.er1 >conftest.err
9056 rm -f conftest.er1
9057 cat conftest.err >&5
9058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9059 (exit $ac_status); } && {
9060 test -z "$ac_c_werror_flag" ||
9061 test ! -s conftest.err
9062 } && test -s conftest$ac_exeext &&
9063 $as_test_x conftest$ac_exeext; then
9064 { echo "$as_me:$LINENO: result: yes" >&5
9065 echo "${ECHO_T}yes" >&6; }
9066 X_LIBS="$X_LIBS -R $x_libraries"
9067 else
9068 echo "$as_me: failed program was:" >&5
9069 sed 's/^/| /' conftest.$ac_ext >&5
9071 { echo "$as_me:$LINENO: result: neither works" >&5
9072 echo "${ECHO_T}neither works" >&6; }
9075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9076 conftest$ac_exeext conftest.$ac_ext
9079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9080 conftest$ac_exeext conftest.$ac_ext
9081 ac_c_werror_flag=$ac_xsave_c_werror_flag
9082 LIBS=$ac_xsave_LIBS
9085 # Check for system-dependent libraries X programs must link with.
9086 # Do this before checking for the system-independent R6 libraries
9087 # (-lICE), since we may need -lsocket or whatever for X linking.
9089 if test "$ISC" = yes; then
9090 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9091 else
9092 # Martyn Johnson says this is needed for Ultrix, if the X
9093 # libraries were built with DECnet support. And Karl Berry says
9094 # the Alpha needs dnet_stub (dnet does not exist).
9095 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9096 cat >conftest.$ac_ext <<_ACEOF
9097 /* confdefs.h. */
9098 _ACEOF
9099 cat confdefs.h >>conftest.$ac_ext
9100 cat >>conftest.$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9103 /* Override any GCC internal prototype to avoid an error.
9104 Use char because int might match the return type of a GCC
9105 builtin and then its argument prototype would still apply. */
9106 #ifdef __cplusplus
9107 extern "C"
9108 #endif
9109 char XOpenDisplay ();
9111 main ()
9113 return XOpenDisplay ();
9115 return 0;
9117 _ACEOF
9118 rm -f conftest.$ac_objext conftest$ac_exeext
9119 if { (ac_try="$ac_link"
9120 case "(($ac_try" in
9121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9122 *) ac_try_echo=$ac_try;;
9123 esac
9124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9125 (eval "$ac_link") 2>conftest.er1
9126 ac_status=$?
9127 grep -v '^ *+' conftest.er1 >conftest.err
9128 rm -f conftest.er1
9129 cat conftest.err >&5
9130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9131 (exit $ac_status); } && {
9132 test -z "$ac_c_werror_flag" ||
9133 test ! -s conftest.err
9134 } && test -s conftest$ac_exeext &&
9135 $as_test_x conftest$ac_exeext; then
9137 else
9138 echo "$as_me: failed program was:" >&5
9139 sed 's/^/| /' conftest.$ac_ext >&5
9141 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9142 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
9143 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9144 echo $ECHO_N "(cached) $ECHO_C" >&6
9145 else
9146 ac_check_lib_save_LIBS=$LIBS
9147 LIBS="-ldnet $LIBS"
9148 cat >conftest.$ac_ext <<_ACEOF
9149 /* confdefs.h. */
9150 _ACEOF
9151 cat confdefs.h >>conftest.$ac_ext
9152 cat >>conftest.$ac_ext <<_ACEOF
9153 /* end confdefs.h. */
9155 /* Override any GCC internal prototype to avoid an error.
9156 Use char because int might match the return type of a GCC
9157 builtin and then its argument prototype would still apply. */
9158 #ifdef __cplusplus
9159 extern "C"
9160 #endif
9161 char dnet_ntoa ();
9163 main ()
9165 return dnet_ntoa ();
9167 return 0;
9169 _ACEOF
9170 rm -f conftest.$ac_objext conftest$ac_exeext
9171 if { (ac_try="$ac_link"
9172 case "(($ac_try" in
9173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9174 *) ac_try_echo=$ac_try;;
9175 esac
9176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9177 (eval "$ac_link") 2>conftest.er1
9178 ac_status=$?
9179 grep -v '^ *+' conftest.er1 >conftest.err
9180 rm -f conftest.er1
9181 cat conftest.err >&5
9182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9183 (exit $ac_status); } && {
9184 test -z "$ac_c_werror_flag" ||
9185 test ! -s conftest.err
9186 } && test -s conftest$ac_exeext &&
9187 $as_test_x conftest$ac_exeext; then
9188 ac_cv_lib_dnet_dnet_ntoa=yes
9189 else
9190 echo "$as_me: failed program was:" >&5
9191 sed 's/^/| /' conftest.$ac_ext >&5
9193 ac_cv_lib_dnet_dnet_ntoa=no
9196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9197 conftest$ac_exeext conftest.$ac_ext
9198 LIBS=$ac_check_lib_save_LIBS
9200 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9201 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9202 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9203 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9206 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9207 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9208 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9209 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9210 echo $ECHO_N "(cached) $ECHO_C" >&6
9211 else
9212 ac_check_lib_save_LIBS=$LIBS
9213 LIBS="-ldnet_stub $LIBS"
9214 cat >conftest.$ac_ext <<_ACEOF
9215 /* confdefs.h. */
9216 _ACEOF
9217 cat confdefs.h >>conftest.$ac_ext
9218 cat >>conftest.$ac_ext <<_ACEOF
9219 /* end confdefs.h. */
9221 /* Override any GCC internal prototype to avoid an error.
9222 Use char because int might match the return type of a GCC
9223 builtin and then its argument prototype would still apply. */
9224 #ifdef __cplusplus
9225 extern "C"
9226 #endif
9227 char dnet_ntoa ();
9229 main ()
9231 return dnet_ntoa ();
9233 return 0;
9235 _ACEOF
9236 rm -f conftest.$ac_objext conftest$ac_exeext
9237 if { (ac_try="$ac_link"
9238 case "(($ac_try" in
9239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9240 *) ac_try_echo=$ac_try;;
9241 esac
9242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9243 (eval "$ac_link") 2>conftest.er1
9244 ac_status=$?
9245 grep -v '^ *+' conftest.er1 >conftest.err
9246 rm -f conftest.er1
9247 cat conftest.err >&5
9248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249 (exit $ac_status); } && {
9250 test -z "$ac_c_werror_flag" ||
9251 test ! -s conftest.err
9252 } && test -s conftest$ac_exeext &&
9253 $as_test_x conftest$ac_exeext; then
9254 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9255 else
9256 echo "$as_me: failed program was:" >&5
9257 sed 's/^/| /' conftest.$ac_ext >&5
9259 ac_cv_lib_dnet_stub_dnet_ntoa=no
9262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9263 conftest$ac_exeext conftest.$ac_ext
9264 LIBS=$ac_check_lib_save_LIBS
9266 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9267 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9268 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9269 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9276 conftest$ac_exeext conftest.$ac_ext
9277 LIBS="$ac_xsave_LIBS"
9279 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9280 # to get the SysV transport functions.
9281 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9282 # needs -lnsl.
9283 # The nsl library prevents programs from opening the X display
9284 # on Irix 5.2, according to T.E. Dickey.
9285 # The functions gethostbyname, getservbyname, and inet_addr are
9286 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9287 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9288 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9289 if test "${ac_cv_func_gethostbyname+set}" = set; then
9290 echo $ECHO_N "(cached) $ECHO_C" >&6
9291 else
9292 cat >conftest.$ac_ext <<_ACEOF
9293 /* confdefs.h. */
9294 _ACEOF
9295 cat confdefs.h >>conftest.$ac_ext
9296 cat >>conftest.$ac_ext <<_ACEOF
9297 /* end confdefs.h. */
9298 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9300 #define gethostbyname innocuous_gethostbyname
9302 /* System header to define __stub macros and hopefully few prototypes,
9303 which can conflict with char gethostbyname (); below.
9304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9305 <limits.h> exists even on freestanding compilers. */
9307 #ifdef __STDC__
9308 # include <limits.h>
9309 #else
9310 # include <assert.h>
9311 #endif
9313 #undef gethostbyname
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9318 #ifdef __cplusplus
9319 extern "C"
9320 #endif
9321 char gethostbyname ();
9322 /* The GNU C library defines this for functions which it implements
9323 to always fail with ENOSYS. Some functions are actually named
9324 something starting with __ and the normal name is an alias. */
9325 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9326 choke me
9327 #endif
9330 main ()
9332 return gethostbyname ();
9334 return 0;
9336 _ACEOF
9337 rm -f conftest.$ac_objext conftest$ac_exeext
9338 if { (ac_try="$ac_link"
9339 case "(($ac_try" in
9340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9341 *) ac_try_echo=$ac_try;;
9342 esac
9343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9344 (eval "$ac_link") 2>conftest.er1
9345 ac_status=$?
9346 grep -v '^ *+' conftest.er1 >conftest.err
9347 rm -f conftest.er1
9348 cat conftest.err >&5
9349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9350 (exit $ac_status); } && {
9351 test -z "$ac_c_werror_flag" ||
9352 test ! -s conftest.err
9353 } && test -s conftest$ac_exeext &&
9354 $as_test_x conftest$ac_exeext; then
9355 ac_cv_func_gethostbyname=yes
9356 else
9357 echo "$as_me: failed program was:" >&5
9358 sed 's/^/| /' conftest.$ac_ext >&5
9360 ac_cv_func_gethostbyname=no
9363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9364 conftest$ac_exeext conftest.$ac_ext
9366 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9367 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9369 if test $ac_cv_func_gethostbyname = no; then
9370 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9371 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9372 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9373 echo $ECHO_N "(cached) $ECHO_C" >&6
9374 else
9375 ac_check_lib_save_LIBS=$LIBS
9376 LIBS="-lnsl $LIBS"
9377 cat >conftest.$ac_ext <<_ACEOF
9378 /* confdefs.h. */
9379 _ACEOF
9380 cat confdefs.h >>conftest.$ac_ext
9381 cat >>conftest.$ac_ext <<_ACEOF
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9387 #ifdef __cplusplus
9388 extern "C"
9389 #endif
9390 char gethostbyname ();
9392 main ()
9394 return gethostbyname ();
9396 return 0;
9398 _ACEOF
9399 rm -f conftest.$ac_objext conftest$ac_exeext
9400 if { (ac_try="$ac_link"
9401 case "(($ac_try" in
9402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9403 *) ac_try_echo=$ac_try;;
9404 esac
9405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9406 (eval "$ac_link") 2>conftest.er1
9407 ac_status=$?
9408 grep -v '^ *+' conftest.er1 >conftest.err
9409 rm -f conftest.er1
9410 cat conftest.err >&5
9411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9412 (exit $ac_status); } && {
9413 test -z "$ac_c_werror_flag" ||
9414 test ! -s conftest.err
9415 } && test -s conftest$ac_exeext &&
9416 $as_test_x conftest$ac_exeext; then
9417 ac_cv_lib_nsl_gethostbyname=yes
9418 else
9419 echo "$as_me: failed program was:" >&5
9420 sed 's/^/| /' conftest.$ac_ext >&5
9422 ac_cv_lib_nsl_gethostbyname=no
9425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9426 conftest$ac_exeext conftest.$ac_ext
9427 LIBS=$ac_check_lib_save_LIBS
9429 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9430 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9431 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9432 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9435 if test $ac_cv_lib_nsl_gethostbyname = no; then
9436 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9437 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9438 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9439 echo $ECHO_N "(cached) $ECHO_C" >&6
9440 else
9441 ac_check_lib_save_LIBS=$LIBS
9442 LIBS="-lbsd $LIBS"
9443 cat >conftest.$ac_ext <<_ACEOF
9444 /* confdefs.h. */
9445 _ACEOF
9446 cat confdefs.h >>conftest.$ac_ext
9447 cat >>conftest.$ac_ext <<_ACEOF
9448 /* end confdefs.h. */
9450 /* Override any GCC internal prototype to avoid an error.
9451 Use char because int might match the return type of a GCC
9452 builtin and then its argument prototype would still apply. */
9453 #ifdef __cplusplus
9454 extern "C"
9455 #endif
9456 char gethostbyname ();
9458 main ()
9460 return gethostbyname ();
9462 return 0;
9464 _ACEOF
9465 rm -f conftest.$ac_objext conftest$ac_exeext
9466 if { (ac_try="$ac_link"
9467 case "(($ac_try" in
9468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9469 *) ac_try_echo=$ac_try;;
9470 esac
9471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9472 (eval "$ac_link") 2>conftest.er1
9473 ac_status=$?
9474 grep -v '^ *+' conftest.er1 >conftest.err
9475 rm -f conftest.er1
9476 cat conftest.err >&5
9477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9478 (exit $ac_status); } && {
9479 test -z "$ac_c_werror_flag" ||
9480 test ! -s conftest.err
9481 } && test -s conftest$ac_exeext &&
9482 $as_test_x conftest$ac_exeext; then
9483 ac_cv_lib_bsd_gethostbyname=yes
9484 else
9485 echo "$as_me: failed program was:" >&5
9486 sed 's/^/| /' conftest.$ac_ext >&5
9488 ac_cv_lib_bsd_gethostbyname=no
9491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9492 conftest$ac_exeext conftest.$ac_ext
9493 LIBS=$ac_check_lib_save_LIBS
9495 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9496 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9497 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9498 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9504 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9505 # socket/setsockopt and other routines are undefined under SCO ODT
9506 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9507 # on later versions), says Simon Leinen: it contains gethostby*
9508 # variants that don't use the name server (or something). -lsocket
9509 # must be given before -lnsl if both are needed. We assume that
9510 # if connect needs -lnsl, so does gethostbyname.
9511 { echo "$as_me:$LINENO: checking for connect" >&5
9512 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9513 if test "${ac_cv_func_connect+set}" = set; then
9514 echo $ECHO_N "(cached) $ECHO_C" >&6
9515 else
9516 cat >conftest.$ac_ext <<_ACEOF
9517 /* confdefs.h. */
9518 _ACEOF
9519 cat confdefs.h >>conftest.$ac_ext
9520 cat >>conftest.$ac_ext <<_ACEOF
9521 /* end confdefs.h. */
9522 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9523 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9524 #define connect innocuous_connect
9526 /* System header to define __stub macros and hopefully few prototypes,
9527 which can conflict with char connect (); below.
9528 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9529 <limits.h> exists even on freestanding compilers. */
9531 #ifdef __STDC__
9532 # include <limits.h>
9533 #else
9534 # include <assert.h>
9535 #endif
9537 #undef connect
9539 /* Override any GCC internal prototype to avoid an error.
9540 Use char because int might match the return type of a GCC
9541 builtin and then its argument prototype would still apply. */
9542 #ifdef __cplusplus
9543 extern "C"
9544 #endif
9545 char connect ();
9546 /* The GNU C library defines this for functions which it implements
9547 to always fail with ENOSYS. Some functions are actually named
9548 something starting with __ and the normal name is an alias. */
9549 #if defined __stub_connect || defined __stub___connect
9550 choke me
9551 #endif
9554 main ()
9556 return connect ();
9558 return 0;
9560 _ACEOF
9561 rm -f conftest.$ac_objext conftest$ac_exeext
9562 if { (ac_try="$ac_link"
9563 case "(($ac_try" in
9564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9565 *) ac_try_echo=$ac_try;;
9566 esac
9567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9568 (eval "$ac_link") 2>conftest.er1
9569 ac_status=$?
9570 grep -v '^ *+' conftest.er1 >conftest.err
9571 rm -f conftest.er1
9572 cat conftest.err >&5
9573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9574 (exit $ac_status); } && {
9575 test -z "$ac_c_werror_flag" ||
9576 test ! -s conftest.err
9577 } && test -s conftest$ac_exeext &&
9578 $as_test_x conftest$ac_exeext; then
9579 ac_cv_func_connect=yes
9580 else
9581 echo "$as_me: failed program was:" >&5
9582 sed 's/^/| /' conftest.$ac_ext >&5
9584 ac_cv_func_connect=no
9587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9588 conftest$ac_exeext conftest.$ac_ext
9590 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9591 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9593 if test $ac_cv_func_connect = no; then
9594 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9595 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9596 if test "${ac_cv_lib_socket_connect+set}" = set; then
9597 echo $ECHO_N "(cached) $ECHO_C" >&6
9598 else
9599 ac_check_lib_save_LIBS=$LIBS
9600 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9601 cat >conftest.$ac_ext <<_ACEOF
9602 /* confdefs.h. */
9603 _ACEOF
9604 cat confdefs.h >>conftest.$ac_ext
9605 cat >>conftest.$ac_ext <<_ACEOF
9606 /* end confdefs.h. */
9608 /* Override any GCC internal prototype to avoid an error.
9609 Use char because int might match the return type of a GCC
9610 builtin and then its argument prototype would still apply. */
9611 #ifdef __cplusplus
9612 extern "C"
9613 #endif
9614 char connect ();
9616 main ()
9618 return connect ();
9620 return 0;
9622 _ACEOF
9623 rm -f conftest.$ac_objext conftest$ac_exeext
9624 if { (ac_try="$ac_link"
9625 case "(($ac_try" in
9626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9627 *) ac_try_echo=$ac_try;;
9628 esac
9629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9630 (eval "$ac_link") 2>conftest.er1
9631 ac_status=$?
9632 grep -v '^ *+' conftest.er1 >conftest.err
9633 rm -f conftest.er1
9634 cat conftest.err >&5
9635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9636 (exit $ac_status); } && {
9637 test -z "$ac_c_werror_flag" ||
9638 test ! -s conftest.err
9639 } && test -s conftest$ac_exeext &&
9640 $as_test_x conftest$ac_exeext; then
9641 ac_cv_lib_socket_connect=yes
9642 else
9643 echo "$as_me: failed program was:" >&5
9644 sed 's/^/| /' conftest.$ac_ext >&5
9646 ac_cv_lib_socket_connect=no
9649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9650 conftest$ac_exeext conftest.$ac_ext
9651 LIBS=$ac_check_lib_save_LIBS
9653 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9654 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9655 if test $ac_cv_lib_socket_connect = yes; then
9656 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9661 # Guillermo Gomez says -lposix is necessary on A/UX.
9662 { echo "$as_me:$LINENO: checking for remove" >&5
9663 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9664 if test "${ac_cv_func_remove+set}" = set; then
9665 echo $ECHO_N "(cached) $ECHO_C" >&6
9666 else
9667 cat >conftest.$ac_ext <<_ACEOF
9668 /* confdefs.h. */
9669 _ACEOF
9670 cat confdefs.h >>conftest.$ac_ext
9671 cat >>conftest.$ac_ext <<_ACEOF
9672 /* end confdefs.h. */
9673 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9674 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9675 #define remove innocuous_remove
9677 /* System header to define __stub macros and hopefully few prototypes,
9678 which can conflict with char remove (); below.
9679 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9680 <limits.h> exists even on freestanding compilers. */
9682 #ifdef __STDC__
9683 # include <limits.h>
9684 #else
9685 # include <assert.h>
9686 #endif
9688 #undef remove
9690 /* Override any GCC internal prototype to avoid an error.
9691 Use char because int might match the return type of a GCC
9692 builtin and then its argument prototype would still apply. */
9693 #ifdef __cplusplus
9694 extern "C"
9695 #endif
9696 char remove ();
9697 /* The GNU C library defines this for functions which it implements
9698 to always fail with ENOSYS. Some functions are actually named
9699 something starting with __ and the normal name is an alias. */
9700 #if defined __stub_remove || defined __stub___remove
9701 choke me
9702 #endif
9705 main ()
9707 return remove ();
9709 return 0;
9711 _ACEOF
9712 rm -f conftest.$ac_objext conftest$ac_exeext
9713 if { (ac_try="$ac_link"
9714 case "(($ac_try" in
9715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9716 *) ac_try_echo=$ac_try;;
9717 esac
9718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9719 (eval "$ac_link") 2>conftest.er1
9720 ac_status=$?
9721 grep -v '^ *+' conftest.er1 >conftest.err
9722 rm -f conftest.er1
9723 cat conftest.err >&5
9724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9725 (exit $ac_status); } && {
9726 test -z "$ac_c_werror_flag" ||
9727 test ! -s conftest.err
9728 } && test -s conftest$ac_exeext &&
9729 $as_test_x conftest$ac_exeext; then
9730 ac_cv_func_remove=yes
9731 else
9732 echo "$as_me: failed program was:" >&5
9733 sed 's/^/| /' conftest.$ac_ext >&5
9735 ac_cv_func_remove=no
9738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9739 conftest$ac_exeext conftest.$ac_ext
9741 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9742 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9744 if test $ac_cv_func_remove = no; then
9745 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9746 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9747 if test "${ac_cv_lib_posix_remove+set}" = set; then
9748 echo $ECHO_N "(cached) $ECHO_C" >&6
9749 else
9750 ac_check_lib_save_LIBS=$LIBS
9751 LIBS="-lposix $LIBS"
9752 cat >conftest.$ac_ext <<_ACEOF
9753 /* confdefs.h. */
9754 _ACEOF
9755 cat confdefs.h >>conftest.$ac_ext
9756 cat >>conftest.$ac_ext <<_ACEOF
9757 /* end confdefs.h. */
9759 /* Override any GCC internal prototype to avoid an error.
9760 Use char because int might match the return type of a GCC
9761 builtin and then its argument prototype would still apply. */
9762 #ifdef __cplusplus
9763 extern "C"
9764 #endif
9765 char remove ();
9767 main ()
9769 return remove ();
9771 return 0;
9773 _ACEOF
9774 rm -f conftest.$ac_objext conftest$ac_exeext
9775 if { (ac_try="$ac_link"
9776 case "(($ac_try" in
9777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9778 *) ac_try_echo=$ac_try;;
9779 esac
9780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9781 (eval "$ac_link") 2>conftest.er1
9782 ac_status=$?
9783 grep -v '^ *+' conftest.er1 >conftest.err
9784 rm -f conftest.er1
9785 cat conftest.err >&5
9786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9787 (exit $ac_status); } && {
9788 test -z "$ac_c_werror_flag" ||
9789 test ! -s conftest.err
9790 } && test -s conftest$ac_exeext &&
9791 $as_test_x conftest$ac_exeext; then
9792 ac_cv_lib_posix_remove=yes
9793 else
9794 echo "$as_me: failed program was:" >&5
9795 sed 's/^/| /' conftest.$ac_ext >&5
9797 ac_cv_lib_posix_remove=no
9800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9801 conftest$ac_exeext conftest.$ac_ext
9802 LIBS=$ac_check_lib_save_LIBS
9804 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9805 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9806 if test $ac_cv_lib_posix_remove = yes; then
9807 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9812 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9813 { echo "$as_me:$LINENO: checking for shmat" >&5
9814 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9815 if test "${ac_cv_func_shmat+set}" = set; then
9816 echo $ECHO_N "(cached) $ECHO_C" >&6
9817 else
9818 cat >conftest.$ac_ext <<_ACEOF
9819 /* confdefs.h. */
9820 _ACEOF
9821 cat confdefs.h >>conftest.$ac_ext
9822 cat >>conftest.$ac_ext <<_ACEOF
9823 /* end confdefs.h. */
9824 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9825 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9826 #define shmat innocuous_shmat
9828 /* System header to define __stub macros and hopefully few prototypes,
9829 which can conflict with char shmat (); below.
9830 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9831 <limits.h> exists even on freestanding compilers. */
9833 #ifdef __STDC__
9834 # include <limits.h>
9835 #else
9836 # include <assert.h>
9837 #endif
9839 #undef shmat
9841 /* Override any GCC internal prototype to avoid an error.
9842 Use char because int might match the return type of a GCC
9843 builtin and then its argument prototype would still apply. */
9844 #ifdef __cplusplus
9845 extern "C"
9846 #endif
9847 char shmat ();
9848 /* The GNU C library defines this for functions which it implements
9849 to always fail with ENOSYS. Some functions are actually named
9850 something starting with __ and the normal name is an alias. */
9851 #if defined __stub_shmat || defined __stub___shmat
9852 choke me
9853 #endif
9856 main ()
9858 return shmat ();
9860 return 0;
9862 _ACEOF
9863 rm -f conftest.$ac_objext conftest$ac_exeext
9864 if { (ac_try="$ac_link"
9865 case "(($ac_try" in
9866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9867 *) ac_try_echo=$ac_try;;
9868 esac
9869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9870 (eval "$ac_link") 2>conftest.er1
9871 ac_status=$?
9872 grep -v '^ *+' conftest.er1 >conftest.err
9873 rm -f conftest.er1
9874 cat conftest.err >&5
9875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9876 (exit $ac_status); } && {
9877 test -z "$ac_c_werror_flag" ||
9878 test ! -s conftest.err
9879 } && test -s conftest$ac_exeext &&
9880 $as_test_x conftest$ac_exeext; then
9881 ac_cv_func_shmat=yes
9882 else
9883 echo "$as_me: failed program was:" >&5
9884 sed 's/^/| /' conftest.$ac_ext >&5
9886 ac_cv_func_shmat=no
9889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9890 conftest$ac_exeext conftest.$ac_ext
9892 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9893 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9895 if test $ac_cv_func_shmat = no; then
9896 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9897 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9898 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9899 echo $ECHO_N "(cached) $ECHO_C" >&6
9900 else
9901 ac_check_lib_save_LIBS=$LIBS
9902 LIBS="-lipc $LIBS"
9903 cat >conftest.$ac_ext <<_ACEOF
9904 /* confdefs.h. */
9905 _ACEOF
9906 cat confdefs.h >>conftest.$ac_ext
9907 cat >>conftest.$ac_ext <<_ACEOF
9908 /* end confdefs.h. */
9910 /* Override any GCC internal prototype to avoid an error.
9911 Use char because int might match the return type of a GCC
9912 builtin and then its argument prototype would still apply. */
9913 #ifdef __cplusplus
9914 extern "C"
9915 #endif
9916 char shmat ();
9918 main ()
9920 return shmat ();
9922 return 0;
9924 _ACEOF
9925 rm -f conftest.$ac_objext conftest$ac_exeext
9926 if { (ac_try="$ac_link"
9927 case "(($ac_try" in
9928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9929 *) ac_try_echo=$ac_try;;
9930 esac
9931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9932 (eval "$ac_link") 2>conftest.er1
9933 ac_status=$?
9934 grep -v '^ *+' conftest.er1 >conftest.err
9935 rm -f conftest.er1
9936 cat conftest.err >&5
9937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9938 (exit $ac_status); } && {
9939 test -z "$ac_c_werror_flag" ||
9940 test ! -s conftest.err
9941 } && test -s conftest$ac_exeext &&
9942 $as_test_x conftest$ac_exeext; then
9943 ac_cv_lib_ipc_shmat=yes
9944 else
9945 echo "$as_me: failed program was:" >&5
9946 sed 's/^/| /' conftest.$ac_ext >&5
9948 ac_cv_lib_ipc_shmat=no
9951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9952 conftest$ac_exeext conftest.$ac_ext
9953 LIBS=$ac_check_lib_save_LIBS
9955 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9956 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9957 if test $ac_cv_lib_ipc_shmat = yes; then
9958 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9964 # Check for libraries that X11R6 Xt/Xaw programs need.
9965 ac_save_LDFLAGS=$LDFLAGS
9966 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9967 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9968 # check for ICE first), but we must link in the order -lSM -lICE or
9969 # we get undefined symbols. So assume we have SM if we have ICE.
9970 # These have to be linked with before -lX11, unlike the other
9971 # libraries we check for below, so use a different variable.
9972 # John Interrante, Karl Berry
9973 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9974 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9975 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9976 echo $ECHO_N "(cached) $ECHO_C" >&6
9977 else
9978 ac_check_lib_save_LIBS=$LIBS
9979 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9980 cat >conftest.$ac_ext <<_ACEOF
9981 /* confdefs.h. */
9982 _ACEOF
9983 cat confdefs.h >>conftest.$ac_ext
9984 cat >>conftest.$ac_ext <<_ACEOF
9985 /* end confdefs.h. */
9987 /* Override any GCC internal prototype to avoid an error.
9988 Use char because int might match the return type of a GCC
9989 builtin and then its argument prototype would still apply. */
9990 #ifdef __cplusplus
9991 extern "C"
9992 #endif
9993 char IceConnectionNumber ();
9995 main ()
9997 return IceConnectionNumber ();
9999 return 0;
10001 _ACEOF
10002 rm -f conftest.$ac_objext conftest$ac_exeext
10003 if { (ac_try="$ac_link"
10004 case "(($ac_try" in
10005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10006 *) ac_try_echo=$ac_try;;
10007 esac
10008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10009 (eval "$ac_link") 2>conftest.er1
10010 ac_status=$?
10011 grep -v '^ *+' conftest.er1 >conftest.err
10012 rm -f conftest.er1
10013 cat conftest.err >&5
10014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015 (exit $ac_status); } && {
10016 test -z "$ac_c_werror_flag" ||
10017 test ! -s conftest.err
10018 } && test -s conftest$ac_exeext &&
10019 $as_test_x conftest$ac_exeext; then
10020 ac_cv_lib_ICE_IceConnectionNumber=yes
10021 else
10022 echo "$as_me: failed program was:" >&5
10023 sed 's/^/| /' conftest.$ac_ext >&5
10025 ac_cv_lib_ICE_IceConnectionNumber=no
10028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10029 conftest$ac_exeext conftest.$ac_ext
10030 LIBS=$ac_check_lib_save_LIBS
10032 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10033 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10034 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
10035 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10038 LDFLAGS=$ac_save_LDFLAGS
10043 if test "$have_x" = "yes"
10044 then
10045 XLIB="-lX11"
10046 ac_save_CPPFLAGS="$CPPFLAGS"
10047 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10049 { echo "$as_me:$LINENO: checking for -lX11" >&5
10050 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
10051 if test "${ac_cv_lib_soname_X11+set}" = set; then
10052 echo $ECHO_N "(cached) $ECHO_C" >&6
10053 else
10054 ac_check_soname_save_LIBS=$LIBS
10055 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10056 cat >conftest.$ac_ext <<_ACEOF
10057 /* confdefs.h. */
10058 _ACEOF
10059 cat confdefs.h >>conftest.$ac_ext
10060 cat >>conftest.$ac_ext <<_ACEOF
10061 /* end confdefs.h. */
10063 /* Override any GCC internal prototype to avoid an error.
10064 Use char because int might match the return type of a GCC
10065 builtin and then its argument prototype would still apply. */
10066 #ifdef __cplusplus
10067 extern "C"
10068 #endif
10069 char XCreateWindow ();
10071 main ()
10073 return XCreateWindow ();
10075 return 0;
10077 _ACEOF
10078 rm -f conftest.$ac_objext conftest$ac_exeext
10079 if { (ac_try="$ac_link"
10080 case "(($ac_try" in
10081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10082 *) ac_try_echo=$ac_try;;
10083 esac
10084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10085 (eval "$ac_link") 2>conftest.er1
10086 ac_status=$?
10087 grep -v '^ *+' conftest.er1 >conftest.err
10088 rm -f conftest.er1
10089 cat conftest.err >&5
10090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10091 (exit $ac_status); } && {
10092 test -z "$ac_c_werror_flag" ||
10093 test ! -s conftest.err
10094 } && test -s conftest$ac_exeext &&
10095 $as_test_x conftest$ac_exeext; then
10096 case "$LIBEXT" in
10097 dll) ;;
10098 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'` ;;
10099 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10100 esac
10101 else
10102 echo "$as_me: failed program was:" >&5
10103 sed 's/^/| /' conftest.$ac_ext >&5
10108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10109 conftest$ac_exeext conftest.$ac_ext
10110 LIBS=$ac_check_soname_save_LIBS
10112 if test "x$ac_cv_lib_soname_X11" = "x"; then
10113 { echo "$as_me:$LINENO: result: not found" >&5
10114 echo "${ECHO_T}not found" >&6; }
10116 else
10117 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10118 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
10120 cat >>confdefs.h <<_ACEOF
10121 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10122 _ACEOF
10127 { echo "$as_me:$LINENO: checking for -lXext" >&5
10128 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
10129 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10130 echo $ECHO_N "(cached) $ECHO_C" >&6
10131 else
10132 ac_check_soname_save_LIBS=$LIBS
10133 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10134 cat >conftest.$ac_ext <<_ACEOF
10135 /* confdefs.h. */
10136 _ACEOF
10137 cat confdefs.h >>conftest.$ac_ext
10138 cat >>conftest.$ac_ext <<_ACEOF
10139 /* end confdefs.h. */
10141 /* Override any GCC internal prototype to avoid an error.
10142 Use char because int might match the return type of a GCC
10143 builtin and then its argument prototype would still apply. */
10144 #ifdef __cplusplus
10145 extern "C"
10146 #endif
10147 char XextCreateExtension ();
10149 main ()
10151 return XextCreateExtension ();
10153 return 0;
10155 _ACEOF
10156 rm -f conftest.$ac_objext conftest$ac_exeext
10157 if { (ac_try="$ac_link"
10158 case "(($ac_try" in
10159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10160 *) ac_try_echo=$ac_try;;
10161 esac
10162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10163 (eval "$ac_link") 2>conftest.er1
10164 ac_status=$?
10165 grep -v '^ *+' conftest.er1 >conftest.err
10166 rm -f conftest.er1
10167 cat conftest.err >&5
10168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10169 (exit $ac_status); } && {
10170 test -z "$ac_c_werror_flag" ||
10171 test ! -s conftest.err
10172 } && test -s conftest$ac_exeext &&
10173 $as_test_x conftest$ac_exeext; then
10174 case "$LIBEXT" in
10175 dll) ;;
10176 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'` ;;
10177 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10178 esac
10179 else
10180 echo "$as_me: failed program was:" >&5
10181 sed 's/^/| /' conftest.$ac_ext >&5
10186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10187 conftest$ac_exeext conftest.$ac_ext
10188 LIBS=$ac_check_soname_save_LIBS
10190 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10191 { echo "$as_me:$LINENO: result: not found" >&5
10192 echo "${ECHO_T}not found" >&6; }
10194 else
10195 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10196 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10198 cat >>confdefs.h <<_ACEOF
10199 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10200 _ACEOF
10202 XLIB="-lXext $XLIB"
10219 for ac_header in X11/Xlib.h \
10220 X11/XKBlib.h \
10221 X11/Xutil.h \
10222 X11/Xcursor/Xcursor.h \
10223 X11/extensions/shape.h \
10224 X11/extensions/XInput.h \
10225 X11/extensions/XShm.h \
10226 X11/extensions/Xcomposite.h \
10227 X11/extensions/Xinerama.h \
10228 X11/extensions/Xrandr.h \
10229 X11/extensions/Xrender.h \
10230 X11/extensions/xf86vmode.h \
10231 X11/extensions/xf86vmproto.h
10233 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10234 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10237 echo $ECHO_N "(cached) $ECHO_C" >&6
10238 else
10239 cat >conftest.$ac_ext <<_ACEOF
10240 /* confdefs.h. */
10241 _ACEOF
10242 cat confdefs.h >>conftest.$ac_ext
10243 cat >>conftest.$ac_ext <<_ACEOF
10244 /* end confdefs.h. */
10245 #ifdef HAVE_X11_XLIB_H
10246 # include <X11/Xlib.h>
10247 #endif
10248 #ifdef HAVE_X11_XUTIL_H
10249 # include <X11/Xutil.h>
10250 #endif
10252 #include <$ac_header>
10253 _ACEOF
10254 rm -f conftest.$ac_objext
10255 if { (ac_try="$ac_compile"
10256 case "(($ac_try" in
10257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10258 *) ac_try_echo=$ac_try;;
10259 esac
10260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10261 (eval "$ac_compile") 2>conftest.er1
10262 ac_status=$?
10263 grep -v '^ *+' conftest.er1 >conftest.err
10264 rm -f conftest.er1
10265 cat conftest.err >&5
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); } && {
10268 test -z "$ac_c_werror_flag" ||
10269 test ! -s conftest.err
10270 } && test -s conftest.$ac_objext; then
10271 eval "$as_ac_Header=yes"
10272 else
10273 echo "$as_me: failed program was:" >&5
10274 sed 's/^/| /' conftest.$ac_ext >&5
10276 eval "$as_ac_Header=no"
10279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10281 ac_res=`eval echo '${'$as_ac_Header'}'`
10282 { echo "$as_me:$LINENO: result: $ac_res" >&5
10283 echo "${ECHO_T}$ac_res" >&6; }
10284 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10285 cat >>confdefs.h <<_ACEOF
10286 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10287 _ACEOF
10291 done
10294 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10295 then
10296 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10297 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10298 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10299 echo $ECHO_N "(cached) $ECHO_C" >&6
10300 else
10301 ac_check_lib_save_LIBS=$LIBS
10302 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10303 cat >conftest.$ac_ext <<_ACEOF
10304 /* confdefs.h. */
10305 _ACEOF
10306 cat confdefs.h >>conftest.$ac_ext
10307 cat >>conftest.$ac_ext <<_ACEOF
10308 /* end confdefs.h. */
10310 /* Override any GCC internal prototype to avoid an error.
10311 Use char because int might match the return type of a GCC
10312 builtin and then its argument prototype would still apply. */
10313 #ifdef __cplusplus
10314 extern "C"
10315 #endif
10316 char XkbQueryExtension ();
10318 main ()
10320 return XkbQueryExtension ();
10322 return 0;
10324 _ACEOF
10325 rm -f conftest.$ac_objext conftest$ac_exeext
10326 if { (ac_try="$ac_link"
10327 case "(($ac_try" in
10328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10329 *) ac_try_echo=$ac_try;;
10330 esac
10331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10332 (eval "$ac_link") 2>conftest.er1
10333 ac_status=$?
10334 grep -v '^ *+' conftest.er1 >conftest.err
10335 rm -f conftest.er1
10336 cat conftest.err >&5
10337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10338 (exit $ac_status); } && {
10339 test -z "$ac_c_werror_flag" ||
10340 test ! -s conftest.err
10341 } && test -s conftest$ac_exeext &&
10342 $as_test_x conftest$ac_exeext; then
10343 ac_cv_lib_X11_XkbQueryExtension=yes
10344 else
10345 echo "$as_me: failed program was:" >&5
10346 sed 's/^/| /' conftest.$ac_ext >&5
10348 ac_cv_lib_X11_XkbQueryExtension=no
10351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10352 conftest$ac_exeext conftest.$ac_ext
10353 LIBS=$ac_check_lib_save_LIBS
10355 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10356 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10357 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10359 cat >>confdefs.h <<\_ACEOF
10360 #define HAVE_XKB 1
10361 _ACEOF
10367 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10368 then
10369 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10370 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10371 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10372 echo $ECHO_N "(cached) $ECHO_C" >&6
10373 else
10374 ac_check_soname_save_LIBS=$LIBS
10375 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10376 cat >conftest.$ac_ext <<_ACEOF
10377 /* confdefs.h. */
10378 _ACEOF
10379 cat confdefs.h >>conftest.$ac_ext
10380 cat >>conftest.$ac_ext <<_ACEOF
10381 /* end confdefs.h. */
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10386 #ifdef __cplusplus
10387 extern "C"
10388 #endif
10389 char XcursorImageLoadCursor ();
10391 main ()
10393 return XcursorImageLoadCursor ();
10395 return 0;
10397 _ACEOF
10398 rm -f conftest.$ac_objext conftest$ac_exeext
10399 if { (ac_try="$ac_link"
10400 case "(($ac_try" in
10401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10402 *) ac_try_echo=$ac_try;;
10403 esac
10404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10405 (eval "$ac_link") 2>conftest.er1
10406 ac_status=$?
10407 grep -v '^ *+' conftest.er1 >conftest.err
10408 rm -f conftest.er1
10409 cat conftest.err >&5
10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); } && {
10412 test -z "$ac_c_werror_flag" ||
10413 test ! -s conftest.err
10414 } && test -s conftest$ac_exeext &&
10415 $as_test_x conftest$ac_exeext; then
10416 case "$LIBEXT" in
10417 dll) ;;
10418 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'` ;;
10419 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10420 esac
10421 else
10422 echo "$as_me: failed program was:" >&5
10423 sed 's/^/| /' conftest.$ac_ext >&5
10428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_soname_save_LIBS
10432 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10433 { echo "$as_me:$LINENO: result: not found" >&5
10434 echo "${ECHO_T}not found" >&6; }
10436 else
10437 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10438 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10442 _ACEOF
10448 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10449 case "x$with_xcursor" in
10450 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10451 xno) ;;
10452 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10453 This is an error since --with-xcursor was requested." >&5
10454 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10455 This is an error since --with-xcursor was requested." >&2;}
10456 { (exit 1); exit 1; }; } ;;
10457 esac
10461 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10462 then
10463 { echo "$as_me:$LINENO: checking for -lXi" >&5
10464 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10465 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10466 echo $ECHO_N "(cached) $ECHO_C" >&6
10467 else
10468 ac_check_soname_save_LIBS=$LIBS
10469 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10470 cat >conftest.$ac_ext <<_ACEOF
10471 /* confdefs.h. */
10472 _ACEOF
10473 cat confdefs.h >>conftest.$ac_ext
10474 cat >>conftest.$ac_ext <<_ACEOF
10475 /* end confdefs.h. */
10477 /* Override any GCC internal prototype to avoid an error.
10478 Use char because int might match the return type of a GCC
10479 builtin and then its argument prototype would still apply. */
10480 #ifdef __cplusplus
10481 extern "C"
10482 #endif
10483 char XOpenDevice ();
10485 main ()
10487 return XOpenDevice ();
10489 return 0;
10491 _ACEOF
10492 rm -f conftest.$ac_objext conftest$ac_exeext
10493 if { (ac_try="$ac_link"
10494 case "(($ac_try" in
10495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10496 *) ac_try_echo=$ac_try;;
10497 esac
10498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10499 (eval "$ac_link") 2>conftest.er1
10500 ac_status=$?
10501 grep -v '^ *+' conftest.er1 >conftest.err
10502 rm -f conftest.er1
10503 cat conftest.err >&5
10504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10505 (exit $ac_status); } && {
10506 test -z "$ac_c_werror_flag" ||
10507 test ! -s conftest.err
10508 } && test -s conftest$ac_exeext &&
10509 $as_test_x conftest$ac_exeext; then
10510 case "$LIBEXT" in
10511 dll) ;;
10512 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'` ;;
10513 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10514 esac
10515 else
10516 echo "$as_me: failed program was:" >&5
10517 sed 's/^/| /' conftest.$ac_ext >&5
10522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10523 conftest$ac_exeext conftest.$ac_ext
10524 LIBS=$ac_check_soname_save_LIBS
10526 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10527 { echo "$as_me:$LINENO: result: not found" >&5
10528 echo "${ECHO_T}not found" >&6; }
10530 else
10531 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10532 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10534 cat >>confdefs.h <<_ACEOF
10535 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10536 _ACEOF
10542 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10543 case "x$with_xinput" in
10544 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10545 xno) ;;
10546 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10547 This is an error since --with-xinput was requested." >&5
10548 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10549 This is an error since --with-xinput was requested." >&2;}
10550 { (exit 1); exit 1; }; } ;;
10551 esac
10555 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10556 then
10557 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10558 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10559 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10560 echo $ECHO_N "(cached) $ECHO_C" >&6
10561 else
10562 ac_check_lib_save_LIBS=$LIBS
10563 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10564 cat >conftest.$ac_ext <<_ACEOF
10565 /* confdefs.h. */
10566 _ACEOF
10567 cat confdefs.h >>conftest.$ac_ext
10568 cat >>conftest.$ac_ext <<_ACEOF
10569 /* end confdefs.h. */
10571 /* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574 #ifdef __cplusplus
10575 extern "C"
10576 #endif
10577 char XShmQueryExtension ();
10579 main ()
10581 return XShmQueryExtension ();
10583 return 0;
10585 _ACEOF
10586 rm -f conftest.$ac_objext conftest$ac_exeext
10587 if { (ac_try="$ac_link"
10588 case "(($ac_try" in
10589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10590 *) ac_try_echo=$ac_try;;
10591 esac
10592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10593 (eval "$ac_link") 2>conftest.er1
10594 ac_status=$?
10595 grep -v '^ *+' conftest.er1 >conftest.err
10596 rm -f conftest.er1
10597 cat conftest.err >&5
10598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10599 (exit $ac_status); } && {
10600 test -z "$ac_c_werror_flag" ||
10601 test ! -s conftest.err
10602 } && test -s conftest$ac_exeext &&
10603 $as_test_x conftest$ac_exeext; then
10604 ac_cv_lib_Xext_XShmQueryExtension=yes
10605 else
10606 echo "$as_me: failed program was:" >&5
10607 sed 's/^/| /' conftest.$ac_ext >&5
10609 ac_cv_lib_Xext_XShmQueryExtension=no
10612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10613 conftest$ac_exeext conftest.$ac_ext
10614 LIBS=$ac_check_lib_save_LIBS
10616 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10617 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10618 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10620 cat >>confdefs.h <<\_ACEOF
10621 #define HAVE_LIBXXSHM 1
10622 _ACEOF
10627 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10628 case "x$with_xshm" in
10629 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10630 xno) ;;
10631 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10632 This is an error since --with-xshm was requested." >&5
10633 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10634 This is an error since --with-xshm was requested." >&2;}
10635 { (exit 1); exit 1; }; } ;;
10636 esac
10640 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10641 then
10642 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10643 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10644 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10645 echo $ECHO_N "(cached) $ECHO_C" >&6
10646 else
10647 ac_check_lib_save_LIBS=$LIBS
10648 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10649 cat >conftest.$ac_ext <<_ACEOF
10650 /* confdefs.h. */
10651 _ACEOF
10652 cat confdefs.h >>conftest.$ac_ext
10653 cat >>conftest.$ac_ext <<_ACEOF
10654 /* end confdefs.h. */
10656 /* Override any GCC internal prototype to avoid an error.
10657 Use char because int might match the return type of a GCC
10658 builtin and then its argument prototype would still apply. */
10659 #ifdef __cplusplus
10660 extern "C"
10661 #endif
10662 char XShapeQueryExtension ();
10664 main ()
10666 return XShapeQueryExtension ();
10668 return 0;
10670 _ACEOF
10671 rm -f conftest.$ac_objext conftest$ac_exeext
10672 if { (ac_try="$ac_link"
10673 case "(($ac_try" in
10674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10675 *) ac_try_echo=$ac_try;;
10676 esac
10677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10678 (eval "$ac_link") 2>conftest.er1
10679 ac_status=$?
10680 grep -v '^ *+' conftest.er1 >conftest.err
10681 rm -f conftest.er1
10682 cat conftest.err >&5
10683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10684 (exit $ac_status); } && {
10685 test -z "$ac_c_werror_flag" ||
10686 test ! -s conftest.err
10687 } && test -s conftest$ac_exeext &&
10688 $as_test_x conftest$ac_exeext; then
10689 ac_cv_lib_Xext_XShapeQueryExtension=yes
10690 else
10691 echo "$as_me: failed program was:" >&5
10692 sed 's/^/| /' conftest.$ac_ext >&5
10694 ac_cv_lib_Xext_XShapeQueryExtension=no
10697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10698 conftest$ac_exeext conftest.$ac_ext
10699 LIBS=$ac_check_lib_save_LIBS
10701 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10702 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10703 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10705 cat >>confdefs.h <<\_ACEOF
10706 #define HAVE_LIBXSHAPE 1
10707 _ACEOF
10712 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10713 case "x$with_xshape" in
10714 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10715 xno) ;;
10716 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10717 This is an error since --with-xshape was requested." >&5
10718 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10719 This is an error since --with-xshape was requested." >&2;}
10720 { (exit 1); exit 1; }; } ;;
10721 esac
10725 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10726 then
10727 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10728 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10729 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10730 echo $ECHO_N "(cached) $ECHO_C" >&6
10731 else
10732 ac_check_soname_save_LIBS=$LIBS
10733 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10734 cat >conftest.$ac_ext <<_ACEOF
10735 /* confdefs.h. */
10736 _ACEOF
10737 cat confdefs.h >>conftest.$ac_ext
10738 cat >>conftest.$ac_ext <<_ACEOF
10739 /* end confdefs.h. */
10741 /* Override any GCC internal prototype to avoid an error.
10742 Use char because int might match the return type of a GCC
10743 builtin and then its argument prototype would still apply. */
10744 #ifdef __cplusplus
10745 extern "C"
10746 #endif
10747 char XF86VidModeQueryExtension ();
10749 main ()
10751 return XF86VidModeQueryExtension ();
10753 return 0;
10755 _ACEOF
10756 rm -f conftest.$ac_objext conftest$ac_exeext
10757 if { (ac_try="$ac_link"
10758 case "(($ac_try" in
10759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10760 *) ac_try_echo=$ac_try;;
10761 esac
10762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10763 (eval "$ac_link") 2>conftest.er1
10764 ac_status=$?
10765 grep -v '^ *+' conftest.er1 >conftest.err
10766 rm -f conftest.er1
10767 cat conftest.err >&5
10768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10769 (exit $ac_status); } && {
10770 test -z "$ac_c_werror_flag" ||
10771 test ! -s conftest.err
10772 } && test -s conftest$ac_exeext &&
10773 $as_test_x conftest$ac_exeext; then
10774 case "$LIBEXT" in
10775 dll) ;;
10776 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'` ;;
10777 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10778 esac
10779 else
10780 echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10787 conftest$ac_exeext conftest.$ac_ext
10788 LIBS=$ac_check_soname_save_LIBS
10790 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10791 { echo "$as_me:$LINENO: result: not found" >&5
10792 echo "${ECHO_T}not found" >&6; }
10794 else
10795 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10796 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10798 cat >>confdefs.h <<_ACEOF
10799 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10800 _ACEOF
10806 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10807 case "x$with_xxf86vm" in
10808 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10809 xno) ;;
10810 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10811 This is an error since --with-xxf86vm was requested." >&5
10812 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10813 This is an error since --with-xxf86vm was requested." >&2;}
10814 { (exit 1); exit 1; }; } ;;
10815 esac
10819 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"
10820 then
10821 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10822 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10823 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10824 echo $ECHO_N "(cached) $ECHO_C" >&6
10825 else
10826 ac_check_soname_save_LIBS=$LIBS
10827 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10828 cat >conftest.$ac_ext <<_ACEOF
10829 /* confdefs.h. */
10830 _ACEOF
10831 cat confdefs.h >>conftest.$ac_ext
10832 cat >>conftest.$ac_ext <<_ACEOF
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838 #ifdef __cplusplus
10839 extern "C"
10840 #endif
10841 char XRenderQueryExtension ();
10843 main ()
10845 return XRenderQueryExtension ();
10847 return 0;
10849 _ACEOF
10850 rm -f conftest.$ac_objext conftest$ac_exeext
10851 if { (ac_try="$ac_link"
10852 case "(($ac_try" in
10853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10854 *) ac_try_echo=$ac_try;;
10855 esac
10856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10857 (eval "$ac_link") 2>conftest.er1
10858 ac_status=$?
10859 grep -v '^ *+' conftest.er1 >conftest.err
10860 rm -f conftest.er1
10861 cat conftest.err >&5
10862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10863 (exit $ac_status); } && {
10864 test -z "$ac_c_werror_flag" ||
10865 test ! -s conftest.err
10866 } && test -s conftest$ac_exeext &&
10867 $as_test_x conftest$ac_exeext; then
10868 case "$LIBEXT" in
10869 dll) ;;
10870 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'` ;;
10871 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10872 esac
10873 else
10874 echo "$as_me: failed program was:" >&5
10875 sed 's/^/| /' conftest.$ac_ext >&5
10880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10881 conftest$ac_exeext conftest.$ac_ext
10882 LIBS=$ac_check_soname_save_LIBS
10884 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10885 { echo "$as_me:$LINENO: result: not found" >&5
10886 echo "${ECHO_T}not found" >&6; }
10888 else
10889 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10890 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10892 cat >>confdefs.h <<_ACEOF
10893 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10894 _ACEOF
10896 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10897 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10898 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10899 echo $ECHO_N "(cached) $ECHO_C" >&6
10900 else
10901 ac_check_lib_save_LIBS=$LIBS
10902 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10903 cat >conftest.$ac_ext <<_ACEOF
10904 /* confdefs.h. */
10905 _ACEOF
10906 cat confdefs.h >>conftest.$ac_ext
10907 cat >>conftest.$ac_ext <<_ACEOF
10908 /* end confdefs.h. */
10910 /* Override any GCC internal prototype to avoid an error.
10911 Use char because int might match the return type of a GCC
10912 builtin and then its argument prototype would still apply. */
10913 #ifdef __cplusplus
10914 extern "C"
10915 #endif
10916 char XRenderSetPictureTransform ();
10918 main ()
10920 return XRenderSetPictureTransform ();
10922 return 0;
10924 _ACEOF
10925 rm -f conftest.$ac_objext conftest$ac_exeext
10926 if { (ac_try="$ac_link"
10927 case "(($ac_try" in
10928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10929 *) ac_try_echo=$ac_try;;
10930 esac
10931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10932 (eval "$ac_link") 2>conftest.er1
10933 ac_status=$?
10934 grep -v '^ *+' conftest.er1 >conftest.err
10935 rm -f conftest.er1
10936 cat conftest.err >&5
10937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10938 (exit $ac_status); } && {
10939 test -z "$ac_c_werror_flag" ||
10940 test ! -s conftest.err
10941 } && test -s conftest$ac_exeext &&
10942 $as_test_x conftest$ac_exeext; then
10943 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10944 else
10945 echo "$as_me: failed program was:" >&5
10946 sed 's/^/| /' conftest.$ac_ext >&5
10948 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10952 conftest$ac_exeext conftest.$ac_ext
10953 LIBS=$ac_check_lib_save_LIBS
10955 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10956 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10957 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10959 cat >>confdefs.h <<\_ACEOF
10960 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10961 _ACEOF
10969 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10970 case "x$with_xrender" in
10971 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10972 xno) ;;
10973 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10974 This is an error since --with-xrender was requested." >&5
10975 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10976 This is an error since --with-xrender was requested." >&2;}
10977 { (exit 1); exit 1; }; } ;;
10978 esac
10982 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10983 then
10984 cat >conftest.$ac_ext <<_ACEOF
10985 /* confdefs.h. */
10986 _ACEOF
10987 cat confdefs.h >>conftest.$ac_ext
10988 cat >>conftest.$ac_ext <<_ACEOF
10989 /* end confdefs.h. */
10990 #include <X11/Xlib.h>
10991 #include <X11/extensions/Xrandr.h>
10993 main ()
10995 static typeof(XRRSetScreenConfigAndRate) * func;
10997 return 0;
10999 _ACEOF
11000 rm -f conftest.$ac_objext
11001 if { (ac_try="$ac_compile"
11002 case "(($ac_try" in
11003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11004 *) ac_try_echo=$ac_try;;
11005 esac
11006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11007 (eval "$ac_compile") 2>conftest.er1
11008 ac_status=$?
11009 grep -v '^ *+' conftest.er1 >conftest.err
11010 rm -f conftest.er1
11011 cat conftest.err >&5
11012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013 (exit $ac_status); } && {
11014 test -z "$ac_c_werror_flag" ||
11015 test ! -s conftest.err
11016 } && test -s conftest.$ac_objext; then
11017 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
11018 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
11019 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11020 echo $ECHO_N "(cached) $ECHO_C" >&6
11021 else
11022 ac_check_soname_save_LIBS=$LIBS
11023 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11024 cat >conftest.$ac_ext <<_ACEOF
11025 /* confdefs.h. */
11026 _ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h. */
11031 /* Override any GCC internal prototype to avoid an error.
11032 Use char because int might match the return type of a GCC
11033 builtin and then its argument prototype would still apply. */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char XRRQueryExtension ();
11039 main ()
11041 return XRRQueryExtension ();
11043 return 0;
11045 _ACEOF
11046 rm -f conftest.$ac_objext conftest$ac_exeext
11047 if { (ac_try="$ac_link"
11048 case "(($ac_try" in
11049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11050 *) ac_try_echo=$ac_try;;
11051 esac
11052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11053 (eval "$ac_link") 2>conftest.er1
11054 ac_status=$?
11055 grep -v '^ *+' conftest.er1 >conftest.err
11056 rm -f conftest.er1
11057 cat conftest.err >&5
11058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); } && {
11060 test -z "$ac_c_werror_flag" ||
11061 test ! -s conftest.err
11062 } && test -s conftest$ac_exeext &&
11063 $as_test_x conftest$ac_exeext; then
11064 case "$LIBEXT" in
11065 dll) ;;
11066 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'` ;;
11067 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11068 esac
11069 else
11070 echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.$ac_ext >&5
11076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11077 conftest$ac_exeext conftest.$ac_ext
11078 LIBS=$ac_check_soname_save_LIBS
11080 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11081 { echo "$as_me:$LINENO: result: not found" >&5
11082 echo "${ECHO_T}not found" >&6; }
11084 else
11085 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11086 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
11088 cat >>confdefs.h <<_ACEOF
11089 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11090 _ACEOF
11095 else
11096 echo "$as_me: failed program was:" >&5
11097 sed 's/^/| /' conftest.$ac_ext >&5
11102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11104 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11105 case "x$with_xrandr" in
11106 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11107 xno) ;;
11108 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11109 This is an error since --with-xrandr was requested." >&5
11110 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11111 This is an error since --with-xrandr was requested." >&2;}
11112 { (exit 1); exit 1; }; } ;;
11113 esac
11117 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11118 then
11119 cat >conftest.$ac_ext <<_ACEOF
11120 /* confdefs.h. */
11121 _ACEOF
11122 cat confdefs.h >>conftest.$ac_ext
11123 cat >>conftest.$ac_ext <<_ACEOF
11124 /* end confdefs.h. */
11125 #include <X11/Xlib.h>
11126 #include <X11/extensions/Xinerama.h>
11128 main ()
11130 static typeof(XineramaQueryScreens) * func;
11132 return 0;
11134 _ACEOF
11135 rm -f conftest.$ac_objext
11136 if { (ac_try="$ac_compile"
11137 case "(($ac_try" in
11138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11139 *) ac_try_echo=$ac_try;;
11140 esac
11141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11142 (eval "$ac_compile") 2>conftest.er1
11143 ac_status=$?
11144 grep -v '^ *+' conftest.er1 >conftest.err
11145 rm -f conftest.er1
11146 cat conftest.err >&5
11147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11148 (exit $ac_status); } && {
11149 test -z "$ac_c_werror_flag" ||
11150 test ! -s conftest.err
11151 } && test -s conftest.$ac_objext; then
11152 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
11153 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
11154 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11155 echo $ECHO_N "(cached) $ECHO_C" >&6
11156 else
11157 ac_check_soname_save_LIBS=$LIBS
11158 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11159 cat >conftest.$ac_ext <<_ACEOF
11160 /* confdefs.h. */
11161 _ACEOF
11162 cat confdefs.h >>conftest.$ac_ext
11163 cat >>conftest.$ac_ext <<_ACEOF
11164 /* end confdefs.h. */
11166 /* Override any GCC internal prototype to avoid an error.
11167 Use char because int might match the return type of a GCC
11168 builtin and then its argument prototype would still apply. */
11169 #ifdef __cplusplus
11170 extern "C"
11171 #endif
11172 char XineramaQueryScreens ();
11174 main ()
11176 return XineramaQueryScreens ();
11178 return 0;
11180 _ACEOF
11181 rm -f conftest.$ac_objext conftest$ac_exeext
11182 if { (ac_try="$ac_link"
11183 case "(($ac_try" in
11184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11185 *) ac_try_echo=$ac_try;;
11186 esac
11187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11188 (eval "$ac_link") 2>conftest.er1
11189 ac_status=$?
11190 grep -v '^ *+' conftest.er1 >conftest.err
11191 rm -f conftest.er1
11192 cat conftest.err >&5
11193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11194 (exit $ac_status); } && {
11195 test -z "$ac_c_werror_flag" ||
11196 test ! -s conftest.err
11197 } && test -s conftest$ac_exeext &&
11198 $as_test_x conftest$ac_exeext; then
11199 case "$LIBEXT" in
11200 dll) ;;
11201 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'` ;;
11202 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11203 esac
11204 else
11205 echo "$as_me: failed program was:" >&5
11206 sed 's/^/| /' conftest.$ac_ext >&5
11211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11212 conftest$ac_exeext conftest.$ac_ext
11213 LIBS=$ac_check_soname_save_LIBS
11215 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11216 { echo "$as_me:$LINENO: result: not found" >&5
11217 echo "${ECHO_T}not found" >&6; }
11219 else
11220 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11221 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11223 cat >>confdefs.h <<_ACEOF
11224 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11225 _ACEOF
11230 else
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11239 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11240 case "x$with_xinerama" in
11241 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11242 xno) ;;
11243 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11244 This is an error since --with-xinerama was requested." >&5
11245 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11246 This is an error since --with-xinerama was requested." >&2;}
11247 { (exit 1); exit 1; }; } ;;
11248 esac
11252 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11253 then
11254 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11255 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11256 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11257 echo $ECHO_N "(cached) $ECHO_C" >&6
11258 else
11259 ac_check_soname_save_LIBS=$LIBS
11260 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11261 cat >conftest.$ac_ext <<_ACEOF
11262 /* confdefs.h. */
11263 _ACEOF
11264 cat confdefs.h >>conftest.$ac_ext
11265 cat >>conftest.$ac_ext <<_ACEOF
11266 /* end confdefs.h. */
11268 /* Override any GCC internal prototype to avoid an error.
11269 Use char because int might match the return type of a GCC
11270 builtin and then its argument prototype would still apply. */
11271 #ifdef __cplusplus
11272 extern "C"
11273 #endif
11274 char XCompositeRedirectWindow ();
11276 main ()
11278 return XCompositeRedirectWindow ();
11280 return 0;
11282 _ACEOF
11283 rm -f conftest.$ac_objext conftest$ac_exeext
11284 if { (ac_try="$ac_link"
11285 case "(($ac_try" in
11286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11287 *) ac_try_echo=$ac_try;;
11288 esac
11289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11290 (eval "$ac_link") 2>conftest.er1
11291 ac_status=$?
11292 grep -v '^ *+' conftest.er1 >conftest.err
11293 rm -f conftest.er1
11294 cat conftest.err >&5
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); } && {
11297 test -z "$ac_c_werror_flag" ||
11298 test ! -s conftest.err
11299 } && test -s conftest$ac_exeext &&
11300 $as_test_x conftest$ac_exeext; then
11301 case "$LIBEXT" in
11302 dll) ;;
11303 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'` ;;
11304 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11305 esac
11306 else
11307 echo "$as_me: failed program was:" >&5
11308 sed 's/^/| /' conftest.$ac_ext >&5
11313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11314 conftest$ac_exeext conftest.$ac_ext
11315 LIBS=$ac_check_soname_save_LIBS
11317 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11318 { echo "$as_me:$LINENO: result: not found" >&5
11319 echo "${ECHO_T}not found" >&6; }
11321 else
11322 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11323 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11325 cat >>confdefs.h <<_ACEOF
11326 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11327 _ACEOF
11333 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11334 case "x$with_xcomposite" in
11335 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11336 xno) ;;
11337 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11338 This is an error since --with-xcomposite was requested." >&5
11339 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11340 This is an error since --with-xcomposite was requested." >&2;}
11341 { (exit 1); exit 1; }; } ;;
11342 esac
11346 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11347 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11348 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11349 echo $ECHO_N "(cached) $ECHO_C" >&6
11350 else
11351 cat >conftest.$ac_ext <<_ACEOF
11352 /* confdefs.h. */
11353 _ACEOF
11354 cat confdefs.h >>conftest.$ac_ext
11355 cat >>conftest.$ac_ext <<_ACEOF
11356 /* end confdefs.h. */
11357 #ifdef HAVE_X11_XLIB_H
11358 #include <X11/Xlib.h>
11359 #endif
11362 main ()
11364 static XICCallback ac_aggr;
11365 if (ac_aggr.callback)
11366 return 0;
11368 return 0;
11370 _ACEOF
11371 rm -f conftest.$ac_objext
11372 if { (ac_try="$ac_compile"
11373 case "(($ac_try" in
11374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11375 *) ac_try_echo=$ac_try;;
11376 esac
11377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11378 (eval "$ac_compile") 2>conftest.er1
11379 ac_status=$?
11380 grep -v '^ *+' conftest.er1 >conftest.err
11381 rm -f conftest.er1
11382 cat conftest.err >&5
11383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11384 (exit $ac_status); } && {
11385 test -z "$ac_c_werror_flag" ||
11386 test ! -s conftest.err
11387 } && test -s conftest.$ac_objext; then
11388 ac_cv_member_XICCallback_callback=yes
11389 else
11390 echo "$as_me: failed program was:" >&5
11391 sed 's/^/| /' conftest.$ac_ext >&5
11393 cat >conftest.$ac_ext <<_ACEOF
11394 /* confdefs.h. */
11395 _ACEOF
11396 cat confdefs.h >>conftest.$ac_ext
11397 cat >>conftest.$ac_ext <<_ACEOF
11398 /* end confdefs.h. */
11399 #ifdef HAVE_X11_XLIB_H
11400 #include <X11/Xlib.h>
11401 #endif
11404 main ()
11406 static XICCallback ac_aggr;
11407 if (sizeof ac_aggr.callback)
11408 return 0;
11410 return 0;
11412 _ACEOF
11413 rm -f conftest.$ac_objext
11414 if { (ac_try="$ac_compile"
11415 case "(($ac_try" in
11416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11417 *) ac_try_echo=$ac_try;;
11418 esac
11419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11420 (eval "$ac_compile") 2>conftest.er1
11421 ac_status=$?
11422 grep -v '^ *+' conftest.er1 >conftest.err
11423 rm -f conftest.er1
11424 cat conftest.err >&5
11425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11426 (exit $ac_status); } && {
11427 test -z "$ac_c_werror_flag" ||
11428 test ! -s conftest.err
11429 } && test -s conftest.$ac_objext; then
11430 ac_cv_member_XICCallback_callback=yes
11431 else
11432 echo "$as_me: failed program was:" >&5
11433 sed 's/^/| /' conftest.$ac_ext >&5
11435 ac_cv_member_XICCallback_callback=no
11438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11443 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11444 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11445 if test $ac_cv_member_XICCallback_callback = yes; then
11447 cat >>confdefs.h <<_ACEOF
11448 #define HAVE_XICCALLBACK_CALLBACK 1
11449 _ACEOF
11456 opengl_msg=""
11457 if test "x$with_opengl" != "xno"
11458 then
11462 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11464 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11465 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11466 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11467 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11468 echo $ECHO_N "(cached) $ECHO_C" >&6
11469 else
11470 cat >conftest.$ac_ext <<_ACEOF
11471 /* confdefs.h. */
11472 _ACEOF
11473 cat confdefs.h >>conftest.$ac_ext
11474 cat >>conftest.$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11476 #ifdef HAVE_GL_GLX_H
11477 # include <GL/glx.h>
11478 #endif
11480 #include <$ac_header>
11481 _ACEOF
11482 rm -f conftest.$ac_objext
11483 if { (ac_try="$ac_compile"
11484 case "(($ac_try" in
11485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11486 *) ac_try_echo=$ac_try;;
11487 esac
11488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11489 (eval "$ac_compile") 2>conftest.er1
11490 ac_status=$?
11491 grep -v '^ *+' conftest.er1 >conftest.err
11492 rm -f conftest.er1
11493 cat conftest.err >&5
11494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11495 (exit $ac_status); } && {
11496 test -z "$ac_c_werror_flag" ||
11497 test ! -s conftest.err
11498 } && test -s conftest.$ac_objext; then
11499 eval "$as_ac_Header=yes"
11500 else
11501 echo "$as_me: failed program was:" >&5
11502 sed 's/^/| /' conftest.$ac_ext >&5
11504 eval "$as_ac_Header=no"
11507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11509 ac_res=`eval echo '${'$as_ac_Header'}'`
11510 { echo "$as_me:$LINENO: result: $ac_res" >&5
11511 echo "${ECHO_T}$ac_res" >&6; }
11512 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11513 cat >>confdefs.h <<_ACEOF
11514 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11515 _ACEOF
11519 done
11521 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11522 then
11523 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11524 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11525 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11526 echo $ECHO_N "(cached) $ECHO_C" >&6
11527 else
11528 cat >conftest.$ac_ext <<_ACEOF
11529 /* confdefs.h. */
11530 _ACEOF
11531 cat confdefs.h >>conftest.$ac_ext
11532 cat >>conftest.$ac_ext <<_ACEOF
11533 /* end confdefs.h. */
11534 #include <GL/gl.h>
11536 main ()
11538 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11540 return 0;
11542 _ACEOF
11543 rm -f conftest.$ac_objext
11544 if { (ac_try="$ac_compile"
11545 case "(($ac_try" in
11546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11547 *) ac_try_echo=$ac_try;;
11548 esac
11549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11550 (eval "$ac_compile") 2>conftest.er1
11551 ac_status=$?
11552 grep -v '^ *+' conftest.er1 >conftest.err
11553 rm -f conftest.er1
11554 cat conftest.err >&5
11555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11556 (exit $ac_status); } && {
11557 test -z "$ac_c_werror_flag" ||
11558 test ! -s conftest.err
11559 } && test -s conftest.$ac_objext; then
11560 wine_cv_opengl_header_version_OK="yes"
11561 else
11562 echo "$as_me: failed program was:" >&5
11563 sed 's/^/| /' conftest.$ac_ext >&5
11565 wine_cv_opengl_header_version_OK="no"
11568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11570 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11571 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11573 if test "$wine_cv_opengl_header_version_OK" = "yes"
11574 then
11575 { echo "$as_me:$LINENO: checking for -lGL" >&5
11576 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11577 if test "${ac_cv_lib_soname_GL+set}" = set; then
11578 echo $ECHO_N "(cached) $ECHO_C" >&6
11579 else
11580 ac_check_soname_save_LIBS=$LIBS
11581 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11582 cat >conftest.$ac_ext <<_ACEOF
11583 /* confdefs.h. */
11584 _ACEOF
11585 cat confdefs.h >>conftest.$ac_ext
11586 cat >>conftest.$ac_ext <<_ACEOF
11587 /* end confdefs.h. */
11589 /* Override any GCC internal prototype to avoid an error.
11590 Use char because int might match the return type of a GCC
11591 builtin and then its argument prototype would still apply. */
11592 #ifdef __cplusplus
11593 extern "C"
11594 #endif
11595 char glXCreateContext ();
11597 main ()
11599 return glXCreateContext ();
11601 return 0;
11603 _ACEOF
11604 rm -f conftest.$ac_objext conftest$ac_exeext
11605 if { (ac_try="$ac_link"
11606 case "(($ac_try" in
11607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11608 *) ac_try_echo=$ac_try;;
11609 esac
11610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11611 (eval "$ac_link") 2>conftest.er1
11612 ac_status=$?
11613 grep -v '^ *+' conftest.er1 >conftest.err
11614 rm -f conftest.er1
11615 cat conftest.err >&5
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && {
11618 test -z "$ac_c_werror_flag" ||
11619 test ! -s conftest.err
11620 } && test -s conftest$ac_exeext &&
11621 $as_test_x conftest$ac_exeext; then
11622 case "$LIBEXT" in
11623 dll) ;;
11624 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'` ;;
11625 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11626 esac
11627 else
11628 echo "$as_me: failed program was:" >&5
11629 sed 's/^/| /' conftest.$ac_ext >&5
11634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11635 conftest$ac_exeext conftest.$ac_ext
11636 LIBS=$ac_check_soname_save_LIBS
11638 if test "x$ac_cv_lib_soname_GL" = "x"; then
11639 { echo "$as_me:$LINENO: result: not found" >&5
11640 echo "${ECHO_T}not found" >&6; }
11641 { echo "$as_me:$LINENO: checking for -lGL" >&5
11642 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11643 if test "${ac_cv_lib_soname_GL+set}" = set; then
11644 echo $ECHO_N "(cached) $ECHO_C" >&6
11645 else
11646 ac_check_soname_save_LIBS=$LIBS
11647 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"
11648 cat >conftest.$ac_ext <<_ACEOF
11649 /* confdefs.h. */
11650 _ACEOF
11651 cat confdefs.h >>conftest.$ac_ext
11652 cat >>conftest.$ac_ext <<_ACEOF
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11658 #ifdef __cplusplus
11659 extern "C"
11660 #endif
11661 char glXCreateContext ();
11663 main ()
11665 return glXCreateContext ();
11667 return 0;
11669 _ACEOF
11670 rm -f conftest.$ac_objext conftest$ac_exeext
11671 if { (ac_try="$ac_link"
11672 case "(($ac_try" in
11673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11674 *) ac_try_echo=$ac_try;;
11675 esac
11676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11677 (eval "$ac_link") 2>conftest.er1
11678 ac_status=$?
11679 grep -v '^ *+' conftest.er1 >conftest.err
11680 rm -f conftest.er1
11681 cat conftest.err >&5
11682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11683 (exit $ac_status); } && {
11684 test -z "$ac_c_werror_flag" ||
11685 test ! -s conftest.err
11686 } && test -s conftest$ac_exeext &&
11687 $as_test_x conftest$ac_exeext; then
11688 case "$LIBEXT" in
11689 dll) ;;
11690 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'` ;;
11691 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11692 esac
11693 else
11694 echo "$as_me: failed program was:" >&5
11695 sed 's/^/| /' conftest.$ac_ext >&5
11700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11701 conftest$ac_exeext conftest.$ac_ext
11702 LIBS=$ac_check_soname_save_LIBS
11704 if test "x$ac_cv_lib_soname_GL" = "x"; then
11705 { echo "$as_me:$LINENO: result: not found" >&5
11706 echo "${ECHO_T}not found" >&6; }
11707 if test -f /usr/X11R6/lib/libGL.a
11708 then
11709 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11710 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11711 else
11712 opengl_msg="No OpenGL library found on this system."
11714 else
11715 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11716 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11718 cat >>confdefs.h <<_ACEOF
11719 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11720 _ACEOF
11722 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"
11724 cat >>confdefs.h <<\_ACEOF
11725 #define HAVE_OPENGL 1
11726 _ACEOF
11730 else
11731 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11732 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11734 cat >>confdefs.h <<_ACEOF
11735 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11736 _ACEOF
11738 OPENGL_LIBS="-lGL"
11740 cat >>confdefs.h <<\_ACEOF
11741 #define HAVE_OPENGL 1
11742 _ACEOF
11746 if test "$ac_cv_header_GL_glu_h" = "yes"
11747 then
11748 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11749 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11750 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11751 echo $ECHO_N "(cached) $ECHO_C" >&6
11752 else
11753 ac_check_soname_save_LIBS=$LIBS
11754 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11755 cat >conftest.$ac_ext <<_ACEOF
11756 /* confdefs.h. */
11757 _ACEOF
11758 cat confdefs.h >>conftest.$ac_ext
11759 cat >>conftest.$ac_ext <<_ACEOF
11760 /* end confdefs.h. */
11762 /* Override any GCC internal prototype to avoid an error.
11763 Use char because int might match the return type of a GCC
11764 builtin and then its argument prototype would still apply. */
11765 #ifdef __cplusplus
11766 extern "C"
11767 #endif
11768 char gluLookAt ();
11770 main ()
11772 return gluLookAt ();
11774 return 0;
11776 _ACEOF
11777 rm -f conftest.$ac_objext conftest$ac_exeext
11778 if { (ac_try="$ac_link"
11779 case "(($ac_try" in
11780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11781 *) ac_try_echo=$ac_try;;
11782 esac
11783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11784 (eval "$ac_link") 2>conftest.er1
11785 ac_status=$?
11786 grep -v '^ *+' conftest.er1 >conftest.err
11787 rm -f conftest.er1
11788 cat conftest.err >&5
11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 (exit $ac_status); } && {
11791 test -z "$ac_c_werror_flag" ||
11792 test ! -s conftest.err
11793 } && test -s conftest$ac_exeext &&
11794 $as_test_x conftest$ac_exeext; then
11795 case "$LIBEXT" in
11796 dll) ;;
11797 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'` ;;
11798 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11799 esac
11800 else
11801 echo "$as_me: failed program was:" >&5
11802 sed 's/^/| /' conftest.$ac_ext >&5
11807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11808 conftest$ac_exeext conftest.$ac_ext
11809 LIBS=$ac_check_soname_save_LIBS
11811 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11812 { echo "$as_me:$LINENO: result: not found" >&5
11813 echo "${ECHO_T}not found" >&6; }
11815 else
11816 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11817 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11819 cat >>confdefs.h <<_ACEOF
11820 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11821 _ACEOF
11827 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11828 case "x$with_glu" in
11829 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11830 xno) ;;
11831 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11832 This is an error since --with-glu was requested." >&5
11833 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11834 This is an error since --with-glu was requested." >&2;}
11835 { (exit 1); exit 1; }; } ;;
11836 esac
11839 else
11840 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11842 else
11843 opengl_msg="OpenGL development headers not found."
11845 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11846 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11847 else
11848 enable_opengl32=${enable_opengl32:-no}
11849 enable_glu32=${enable_glu32:-no}
11851 if test -n "$opengl_msg"; then
11852 case "x$with_opengl" in
11853 x) wine_warnings="$wine_warnings|$opengl_msg
11854 OpenGL and Direct3D won't be supported." ;;
11855 xno) ;;
11856 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11857 OpenGL and Direct3D won't be supported.
11858 This is an error since --with-opengl was requested." >&5
11859 echo "$as_me: error: $opengl_msg
11860 OpenGL and Direct3D won't be supported.
11861 This is an error since --with-opengl was requested." >&2;}
11862 { (exit 1); exit 1; }; } ;;
11863 esac
11867 NASLIBS=""
11870 for ac_header in audio/audiolib.h
11872 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11874 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11875 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11876 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11877 echo $ECHO_N "(cached) $ECHO_C" >&6
11879 ac_res=`eval echo '${'$as_ac_Header'}'`
11880 { echo "$as_me:$LINENO: result: $ac_res" >&5
11881 echo "${ECHO_T}$ac_res" >&6; }
11882 else
11883 # Is the header compilable?
11884 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11885 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11886 cat >conftest.$ac_ext <<_ACEOF
11887 /* confdefs.h. */
11888 _ACEOF
11889 cat confdefs.h >>conftest.$ac_ext
11890 cat >>conftest.$ac_ext <<_ACEOF
11891 /* end confdefs.h. */
11892 $ac_includes_default
11893 #include <$ac_header>
11894 _ACEOF
11895 rm -f conftest.$ac_objext
11896 if { (ac_try="$ac_compile"
11897 case "(($ac_try" in
11898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11899 *) ac_try_echo=$ac_try;;
11900 esac
11901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11902 (eval "$ac_compile") 2>conftest.er1
11903 ac_status=$?
11904 grep -v '^ *+' conftest.er1 >conftest.err
11905 rm -f conftest.er1
11906 cat conftest.err >&5
11907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11908 (exit $ac_status); } && {
11909 test -z "$ac_c_werror_flag" ||
11910 test ! -s conftest.err
11911 } && test -s conftest.$ac_objext; then
11912 ac_header_compiler=yes
11913 else
11914 echo "$as_me: failed program was:" >&5
11915 sed 's/^/| /' conftest.$ac_ext >&5
11917 ac_header_compiler=no
11920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11921 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11922 echo "${ECHO_T}$ac_header_compiler" >&6; }
11924 # Is the header present?
11925 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11926 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11927 cat >conftest.$ac_ext <<_ACEOF
11928 /* confdefs.h. */
11929 _ACEOF
11930 cat confdefs.h >>conftest.$ac_ext
11931 cat >>conftest.$ac_ext <<_ACEOF
11932 /* end confdefs.h. */
11933 #include <$ac_header>
11934 _ACEOF
11935 if { (ac_try="$ac_cpp conftest.$ac_ext"
11936 case "(($ac_try" in
11937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11938 *) ac_try_echo=$ac_try;;
11939 esac
11940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11941 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11942 ac_status=$?
11943 grep -v '^ *+' conftest.er1 >conftest.err
11944 rm -f conftest.er1
11945 cat conftest.err >&5
11946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11947 (exit $ac_status); } >/dev/null && {
11948 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11949 test ! -s conftest.err
11950 }; then
11951 ac_header_preproc=yes
11952 else
11953 echo "$as_me: failed program was:" >&5
11954 sed 's/^/| /' conftest.$ac_ext >&5
11956 ac_header_preproc=no
11959 rm -f conftest.err conftest.$ac_ext
11960 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11961 echo "${ECHO_T}$ac_header_preproc" >&6; }
11963 # So? What about this header?
11964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11965 yes:no: )
11966 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11967 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11968 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11969 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11970 ac_header_preproc=yes
11972 no:yes:* )
11973 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11974 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11975 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11976 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11977 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11978 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11979 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11980 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11981 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11982 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11983 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11984 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11985 ( cat <<\_ASBOX
11986 ## ------------------------------------ ##
11987 ## Report this to wine-devel@winehq.org ##
11988 ## ------------------------------------ ##
11989 _ASBOX
11990 ) | sed "s/^/$as_me: WARNING: /" >&2
11992 esac
11993 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11996 echo $ECHO_N "(cached) $ECHO_C" >&6
11997 else
11998 eval "$as_ac_Header=\$ac_header_preproc"
12000 ac_res=`eval echo '${'$as_ac_Header'}'`
12001 { echo "$as_me:$LINENO: result: $ac_res" >&5
12002 echo "${ECHO_T}$ac_res" >&6; }
12005 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12006 cat >>confdefs.h <<_ACEOF
12007 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12008 _ACEOF
12010 for ac_header in audio/soundlib.h
12012 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12013 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12016 echo $ECHO_N "(cached) $ECHO_C" >&6
12017 else
12018 cat >conftest.$ac_ext <<_ACEOF
12019 /* confdefs.h. */
12020 _ACEOF
12021 cat confdefs.h >>conftest.$ac_ext
12022 cat >>conftest.$ac_ext <<_ACEOF
12023 /* end confdefs.h. */
12024 #include <audio/audiolib.h>
12026 #include <$ac_header>
12027 _ACEOF
12028 rm -f conftest.$ac_objext
12029 if { (ac_try="$ac_compile"
12030 case "(($ac_try" in
12031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12032 *) ac_try_echo=$ac_try;;
12033 esac
12034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12035 (eval "$ac_compile") 2>conftest.er1
12036 ac_status=$?
12037 grep -v '^ *+' conftest.er1 >conftest.err
12038 rm -f conftest.er1
12039 cat conftest.err >&5
12040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12041 (exit $ac_status); } && {
12042 test -z "$ac_c_werror_flag" ||
12043 test ! -s conftest.err
12044 } && test -s conftest.$ac_objext; then
12045 eval "$as_ac_Header=yes"
12046 else
12047 echo "$as_me: failed program was:" >&5
12048 sed 's/^/| /' conftest.$ac_ext >&5
12050 eval "$as_ac_Header=no"
12053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12055 ac_res=`eval echo '${'$as_ac_Header'}'`
12056 { echo "$as_me:$LINENO: result: $ac_res" >&5
12057 echo "${ECHO_T}$ac_res" >&6; }
12058 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12059 cat >>confdefs.h <<_ACEOF
12060 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12061 _ACEOF
12065 done
12067 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12068 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
12069 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12070 echo $ECHO_N "(cached) $ECHO_C" >&6
12071 else
12072 ac_check_lib_save_LIBS=$LIBS
12073 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
12074 cat >conftest.$ac_ext <<_ACEOF
12075 /* confdefs.h. */
12076 _ACEOF
12077 cat confdefs.h >>conftest.$ac_ext
12078 cat >>conftest.$ac_ext <<_ACEOF
12079 /* end confdefs.h. */
12081 /* Override any GCC internal prototype to avoid an error.
12082 Use char because int might match the return type of a GCC
12083 builtin and then its argument prototype would still apply. */
12084 #ifdef __cplusplus
12085 extern "C"
12086 #endif
12087 char AuCreateFlow ();
12089 main ()
12091 return AuCreateFlow ();
12093 return 0;
12095 _ACEOF
12096 rm -f conftest.$ac_objext conftest$ac_exeext
12097 if { (ac_try="$ac_link"
12098 case "(($ac_try" in
12099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12100 *) ac_try_echo=$ac_try;;
12101 esac
12102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12103 (eval "$ac_link") 2>conftest.er1
12104 ac_status=$?
12105 grep -v '^ *+' conftest.er1 >conftest.err
12106 rm -f conftest.er1
12107 cat conftest.err >&5
12108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12109 (exit $ac_status); } && {
12110 test -z "$ac_c_werror_flag" ||
12111 test ! -s conftest.err
12112 } && test -s conftest$ac_exeext &&
12113 $as_test_x conftest$ac_exeext; then
12114 ac_cv_lib_audio_AuCreateFlow=yes
12115 else
12116 echo "$as_me: failed program was:" >&5
12117 sed 's/^/| /' conftest.$ac_ext >&5
12119 ac_cv_lib_audio_AuCreateFlow=no
12122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12123 conftest$ac_exeext conftest.$ac_ext
12124 LIBS=$ac_check_lib_save_LIBS
12126 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12127 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
12128 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
12130 cat >>confdefs.h <<\_ACEOF
12131 #define HAVE_NAS 1
12132 _ACEOF
12134 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12135 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
12136 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12137 echo $ECHO_N "(cached) $ECHO_C" >&6
12138 else
12139 ac_check_lib_save_LIBS=$LIBS
12140 LIBS="-lXau $X_LIBS $LIBS"
12141 cat >conftest.$ac_ext <<_ACEOF
12142 /* confdefs.h. */
12143 _ACEOF
12144 cat confdefs.h >>conftest.$ac_ext
12145 cat >>conftest.$ac_ext <<_ACEOF
12146 /* end confdefs.h. */
12148 /* Override any GCC internal prototype to avoid an error.
12149 Use char because int might match the return type of a GCC
12150 builtin and then its argument prototype would still apply. */
12151 #ifdef __cplusplus
12152 extern "C"
12153 #endif
12154 char XauGetBestAuthByAddr ();
12156 main ()
12158 return XauGetBestAuthByAddr ();
12160 return 0;
12162 _ACEOF
12163 rm -f conftest.$ac_objext conftest$ac_exeext
12164 if { (ac_try="$ac_link"
12165 case "(($ac_try" in
12166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12167 *) ac_try_echo=$ac_try;;
12168 esac
12169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12170 (eval "$ac_link") 2>conftest.er1
12171 ac_status=$?
12172 grep -v '^ *+' conftest.er1 >conftest.err
12173 rm -f conftest.er1
12174 cat conftest.err >&5
12175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12176 (exit $ac_status); } && {
12177 test -z "$ac_c_werror_flag" ||
12178 test ! -s conftest.err
12179 } && test -s conftest$ac_exeext &&
12180 $as_test_x conftest$ac_exeext; then
12181 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12182 else
12183 echo "$as_me: failed program was:" >&5
12184 sed 's/^/| /' conftest.$ac_ext >&5
12186 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12190 conftest$ac_exeext conftest.$ac_ext
12191 LIBS=$ac_check_lib_save_LIBS
12193 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12194 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12195 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12196 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12197 else
12198 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12206 done
12209 CPPFLAGS="$ac_save_CPPFLAGS"
12210 else
12211 XLIB=""
12212 X_CFLAGS=""
12213 X_LIBS=""
12214 enable_winex11_drv=${enable_winex11_drv:-no}
12215 enable_opengl32=${enable_opengl32:-no}
12216 enable_glu32=${enable_glu32:-no}
12218 if test "x$XLIB" = "x"; then
12219 case "x$with_x" in
12220 xno) ;;
12221 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12222 without X support, which probably isn't what you want. You will need to install
12223 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12224 Use the --without-x option if you really want this." >&5
12225 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12226 without X support, which probably isn't what you want. You will need to install
12227 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12228 Use the --without-x option if you really want this." >&2;}
12229 { (exit 1); exit 1; }; } ;;
12230 esac
12235 XML2LIBS=""
12237 XML2INCL=""
12239 XSLTINCL=""
12241 if test "x$with_xml" != "xno"
12242 then
12243 ac_save_CPPFLAGS="$CPPFLAGS"
12244 if test "$PKG_CONFIG" != "false"
12245 then
12246 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12247 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12248 else
12249 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12250 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12252 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12254 for ac_header in libxml/parser.h
12256 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12257 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12258 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12259 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12260 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12261 echo $ECHO_N "(cached) $ECHO_C" >&6
12263 ac_res=`eval echo '${'$as_ac_Header'}'`
12264 { echo "$as_me:$LINENO: result: $ac_res" >&5
12265 echo "${ECHO_T}$ac_res" >&6; }
12266 else
12267 # Is the header compilable?
12268 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12269 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12270 cat >conftest.$ac_ext <<_ACEOF
12271 /* confdefs.h. */
12272 _ACEOF
12273 cat confdefs.h >>conftest.$ac_ext
12274 cat >>conftest.$ac_ext <<_ACEOF
12275 /* end confdefs.h. */
12276 $ac_includes_default
12277 #include <$ac_header>
12278 _ACEOF
12279 rm -f conftest.$ac_objext
12280 if { (ac_try="$ac_compile"
12281 case "(($ac_try" in
12282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283 *) ac_try_echo=$ac_try;;
12284 esac
12285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12286 (eval "$ac_compile") 2>conftest.er1
12287 ac_status=$?
12288 grep -v '^ *+' conftest.er1 >conftest.err
12289 rm -f conftest.er1
12290 cat conftest.err >&5
12291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292 (exit $ac_status); } && {
12293 test -z "$ac_c_werror_flag" ||
12294 test ! -s conftest.err
12295 } && test -s conftest.$ac_objext; then
12296 ac_header_compiler=yes
12297 else
12298 echo "$as_me: failed program was:" >&5
12299 sed 's/^/| /' conftest.$ac_ext >&5
12301 ac_header_compiler=no
12304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12305 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12306 echo "${ECHO_T}$ac_header_compiler" >&6; }
12308 # Is the header present?
12309 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12310 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12311 cat >conftest.$ac_ext <<_ACEOF
12312 /* confdefs.h. */
12313 _ACEOF
12314 cat confdefs.h >>conftest.$ac_ext
12315 cat >>conftest.$ac_ext <<_ACEOF
12316 /* end confdefs.h. */
12317 #include <$ac_header>
12318 _ACEOF
12319 if { (ac_try="$ac_cpp conftest.$ac_ext"
12320 case "(($ac_try" in
12321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12322 *) ac_try_echo=$ac_try;;
12323 esac
12324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12325 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12326 ac_status=$?
12327 grep -v '^ *+' conftest.er1 >conftest.err
12328 rm -f conftest.er1
12329 cat conftest.err >&5
12330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12331 (exit $ac_status); } >/dev/null && {
12332 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12333 test ! -s conftest.err
12334 }; then
12335 ac_header_preproc=yes
12336 else
12337 echo "$as_me: failed program was:" >&5
12338 sed 's/^/| /' conftest.$ac_ext >&5
12340 ac_header_preproc=no
12343 rm -f conftest.err conftest.$ac_ext
12344 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12345 echo "${ECHO_T}$ac_header_preproc" >&6; }
12347 # So? What about this header?
12348 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12349 yes:no: )
12350 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12351 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12352 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12353 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12354 ac_header_preproc=yes
12356 no:yes:* )
12357 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12358 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12359 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12360 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12361 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12362 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12363 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12364 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12365 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12366 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12367 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12368 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12369 ( cat <<\_ASBOX
12370 ## ------------------------------------ ##
12371 ## Report this to wine-devel@winehq.org ##
12372 ## ------------------------------------ ##
12373 _ASBOX
12374 ) | sed "s/^/$as_me: WARNING: /" >&2
12376 esac
12377 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12378 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12379 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12380 echo $ECHO_N "(cached) $ECHO_C" >&6
12381 else
12382 eval "$as_ac_Header=\$ac_header_preproc"
12384 ac_res=`eval echo '${'$as_ac_Header'}'`
12385 { echo "$as_me:$LINENO: result: $ac_res" >&5
12386 echo "${ECHO_T}$ac_res" >&6; }
12389 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12390 cat >>confdefs.h <<_ACEOF
12391 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12392 _ACEOF
12393 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12394 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12395 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12396 echo $ECHO_N "(cached) $ECHO_C" >&6
12397 else
12398 ac_check_lib_save_LIBS=$LIBS
12399 LIBS="-lxml2 $ac_xml_libs $LIBS"
12400 cat >conftest.$ac_ext <<_ACEOF
12401 /* confdefs.h. */
12402 _ACEOF
12403 cat confdefs.h >>conftest.$ac_ext
12404 cat >>conftest.$ac_ext <<_ACEOF
12405 /* end confdefs.h. */
12407 /* Override any GCC internal prototype to avoid an error.
12408 Use char because int might match the return type of a GCC
12409 builtin and then its argument prototype would still apply. */
12410 #ifdef __cplusplus
12411 extern "C"
12412 #endif
12413 char xmlParseMemory ();
12415 main ()
12417 return xmlParseMemory ();
12419 return 0;
12421 _ACEOF
12422 rm -f conftest.$ac_objext conftest$ac_exeext
12423 if { (ac_try="$ac_link"
12424 case "(($ac_try" in
12425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12426 *) ac_try_echo=$ac_try;;
12427 esac
12428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12429 (eval "$ac_link") 2>conftest.er1
12430 ac_status=$?
12431 grep -v '^ *+' conftest.er1 >conftest.err
12432 rm -f conftest.er1
12433 cat conftest.err >&5
12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12435 (exit $ac_status); } && {
12436 test -z "$ac_c_werror_flag" ||
12437 test ! -s conftest.err
12438 } && test -s conftest$ac_exeext &&
12439 $as_test_x conftest$ac_exeext; then
12440 ac_cv_lib_xml2_xmlParseMemory=yes
12441 else
12442 echo "$as_me: failed program was:" >&5
12443 sed 's/^/| /' conftest.$ac_ext >&5
12445 ac_cv_lib_xml2_xmlParseMemory=no
12448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12449 conftest$ac_exeext conftest.$ac_ext
12450 LIBS=$ac_check_lib_save_LIBS
12452 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12453 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12454 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12456 cat >>confdefs.h <<\_ACEOF
12457 #define HAVE_LIBXML2 1
12458 _ACEOF
12460 XML2LIBS="$ac_xml_libs"
12461 XML2INCL="$ac_xml_cflags"
12464 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12465 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12466 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12467 echo $ECHO_N "(cached) $ECHO_C" >&6
12468 else
12469 ac_check_lib_save_LIBS=$LIBS
12470 LIBS="-lxml2 $ac_xml_libs $LIBS"
12471 cat >conftest.$ac_ext <<_ACEOF
12472 /* confdefs.h. */
12473 _ACEOF
12474 cat confdefs.h >>conftest.$ac_ext
12475 cat >>conftest.$ac_ext <<_ACEOF
12476 /* end confdefs.h. */
12478 /* Override any GCC internal prototype to avoid an error.
12479 Use char because int might match the return type of a GCC
12480 builtin and then its argument prototype would still apply. */
12481 #ifdef __cplusplus
12482 extern "C"
12483 #endif
12484 char xmlReadMemory ();
12486 main ()
12488 return xmlReadMemory ();
12490 return 0;
12492 _ACEOF
12493 rm -f conftest.$ac_objext conftest$ac_exeext
12494 if { (ac_try="$ac_link"
12495 case "(($ac_try" in
12496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12497 *) ac_try_echo=$ac_try;;
12498 esac
12499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12500 (eval "$ac_link") 2>conftest.er1
12501 ac_status=$?
12502 grep -v '^ *+' conftest.er1 >conftest.err
12503 rm -f conftest.er1
12504 cat conftest.err >&5
12505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12506 (exit $ac_status); } && {
12507 test -z "$ac_c_werror_flag" ||
12508 test ! -s conftest.err
12509 } && test -s conftest$ac_exeext &&
12510 $as_test_x conftest$ac_exeext; then
12511 ac_cv_lib_xml2_xmlReadMemory=yes
12512 else
12513 echo "$as_me: failed program was:" >&5
12514 sed 's/^/| /' conftest.$ac_ext >&5
12516 ac_cv_lib_xml2_xmlReadMemory=no
12519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12520 conftest$ac_exeext conftest.$ac_ext
12521 LIBS=$ac_check_lib_save_LIBS
12523 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12524 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12525 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12527 cat >>confdefs.h <<\_ACEOF
12528 #define HAVE_XMLREADMEMORY 1
12529 _ACEOF
12533 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12534 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12535 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12536 echo $ECHO_N "(cached) $ECHO_C" >&6
12537 else
12538 ac_check_lib_save_LIBS=$LIBS
12539 LIBS="-lxml2 $ac_xml_libs $LIBS"
12540 cat >conftest.$ac_ext <<_ACEOF
12541 /* confdefs.h. */
12542 _ACEOF
12543 cat confdefs.h >>conftest.$ac_ext
12544 cat >>conftest.$ac_ext <<_ACEOF
12545 /* end confdefs.h. */
12547 /* Override any GCC internal prototype to avoid an error.
12548 Use char because int might match the return type of a GCC
12549 builtin and then its argument prototype would still apply. */
12550 #ifdef __cplusplus
12551 extern "C"
12552 #endif
12553 char xmlNewDocPI ();
12555 main ()
12557 return xmlNewDocPI ();
12559 return 0;
12561 _ACEOF
12562 rm -f conftest.$ac_objext conftest$ac_exeext
12563 if { (ac_try="$ac_link"
12564 case "(($ac_try" in
12565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12566 *) ac_try_echo=$ac_try;;
12567 esac
12568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12569 (eval "$ac_link") 2>conftest.er1
12570 ac_status=$?
12571 grep -v '^ *+' conftest.er1 >conftest.err
12572 rm -f conftest.er1
12573 cat conftest.err >&5
12574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12575 (exit $ac_status); } && {
12576 test -z "$ac_c_werror_flag" ||
12577 test ! -s conftest.err
12578 } && test -s conftest$ac_exeext &&
12579 $as_test_x conftest$ac_exeext; then
12580 ac_cv_lib_xml2_xmlNewDocPI=yes
12581 else
12582 echo "$as_me: failed program was:" >&5
12583 sed 's/^/| /' conftest.$ac_ext >&5
12585 ac_cv_lib_xml2_xmlNewDocPI=no
12588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12589 conftest$ac_exeext conftest.$ac_ext
12590 LIBS=$ac_check_lib_save_LIBS
12592 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12593 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12594 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12596 cat >>confdefs.h <<\_ACEOF
12597 #define HAVE_XMLNEWDOCPI 1
12598 _ACEOF
12605 done
12607 CPPFLAGS="$ac_save_CPPFLAGS"
12609 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12610 case "x$with_xml" in
12611 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12612 xno) ;;
12613 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12614 This is an error since --with-xml was requested." >&5
12615 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12616 This is an error since --with-xml was requested." >&2;}
12617 { (exit 1); exit 1; }; } ;;
12618 esac
12622 if test "x$with_xslt" != "xno"
12623 then
12624 if test "$PKG_CONFIG" != "false"
12625 then
12626 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12627 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12628 else
12629 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12630 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12632 ac_save_CPPFLAGS="$CPPFLAGS"
12633 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12636 for ac_header in libxslt/pattern.h libxslt/transform.h
12638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12642 echo $ECHO_N "(cached) $ECHO_C" >&6
12643 else
12644 cat >conftest.$ac_ext <<_ACEOF
12645 /* confdefs.h. */
12646 _ACEOF
12647 cat confdefs.h >>conftest.$ac_ext
12648 cat >>conftest.$ac_ext <<_ACEOF
12649 /* end confdefs.h. */
12650 #ifdef HAVE_LIBXSLT_PATTERN_H
12651 # include <libxslt/pattern.h>
12652 #endif
12654 #include <$ac_header>
12655 _ACEOF
12656 rm -f conftest.$ac_objext
12657 if { (ac_try="$ac_compile"
12658 case "(($ac_try" in
12659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12660 *) ac_try_echo=$ac_try;;
12661 esac
12662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12663 (eval "$ac_compile") 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } && {
12670 test -z "$ac_c_werror_flag" ||
12671 test ! -s conftest.err
12672 } && test -s conftest.$ac_objext; then
12673 eval "$as_ac_Header=yes"
12674 else
12675 echo "$as_me: failed program was:" >&5
12676 sed 's/^/| /' conftest.$ac_ext >&5
12678 eval "$as_ac_Header=no"
12681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12683 ac_res=`eval echo '${'$as_ac_Header'}'`
12684 { echo "$as_me:$LINENO: result: $ac_res" >&5
12685 echo "${ECHO_T}$ac_res" >&6; }
12686 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12687 cat >>confdefs.h <<_ACEOF
12688 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12689 _ACEOF
12693 done
12695 CPPFLAGS="$ac_save_CPPFLAGS"
12696 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12697 then
12698 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12699 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12700 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12701 echo $ECHO_N "(cached) $ECHO_C" >&6
12702 else
12703 ac_check_soname_save_LIBS=$LIBS
12704 LIBS="-lxslt $ac_xslt_libs $LIBS"
12705 cat >conftest.$ac_ext <<_ACEOF
12706 /* confdefs.h. */
12707 _ACEOF
12708 cat confdefs.h >>conftest.$ac_ext
12709 cat >>conftest.$ac_ext <<_ACEOF
12710 /* end confdefs.h. */
12712 /* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
12715 #ifdef __cplusplus
12716 extern "C"
12717 #endif
12718 char xsltCompilePattern ();
12720 main ()
12722 return xsltCompilePattern ();
12724 return 0;
12726 _ACEOF
12727 rm -f conftest.$ac_objext conftest$ac_exeext
12728 if { (ac_try="$ac_link"
12729 case "(($ac_try" in
12730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12731 *) ac_try_echo=$ac_try;;
12732 esac
12733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12734 (eval "$ac_link") 2>conftest.er1
12735 ac_status=$?
12736 grep -v '^ *+' conftest.er1 >conftest.err
12737 rm -f conftest.er1
12738 cat conftest.err >&5
12739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740 (exit $ac_status); } && {
12741 test -z "$ac_c_werror_flag" ||
12742 test ! -s conftest.err
12743 } && test -s conftest$ac_exeext &&
12744 $as_test_x conftest$ac_exeext; then
12745 case "$LIBEXT" in
12746 dll) ;;
12747 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'` ;;
12748 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12749 esac
12750 else
12751 echo "$as_me: failed program was:" >&5
12752 sed 's/^/| /' conftest.$ac_ext >&5
12757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12758 conftest$ac_exeext conftest.$ac_ext
12759 LIBS=$ac_check_soname_save_LIBS
12761 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12762 { echo "$as_me:$LINENO: result: not found" >&5
12763 echo "${ECHO_T}not found" >&6; }
12765 else
12766 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12767 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12769 cat >>confdefs.h <<_ACEOF
12770 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12771 _ACEOF
12773 XSLTINCL="$ac_xslt_cflags"
12778 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12779 case "x$with_xslt" in
12780 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12781 xno) ;;
12782 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12783 This is an error since --with-xslt was requested." >&5
12784 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12785 This is an error since --with-xslt was requested." >&2;}
12786 { (exit 1); exit 1; }; } ;;
12787 esac
12791 HALINCL=""
12793 if test "x$with_hal" != "xno"
12794 then
12795 ac_save_CPPFLAGS="$CPPFLAGS"
12796 if test "$PKG_CONFIG" != "false"
12797 then
12798 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12799 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12800 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12804 for ac_header in dbus/dbus.h hal/libhal.h
12806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12811 echo $ECHO_N "(cached) $ECHO_C" >&6
12813 ac_res=`eval echo '${'$as_ac_Header'}'`
12814 { echo "$as_me:$LINENO: result: $ac_res" >&5
12815 echo "${ECHO_T}$ac_res" >&6; }
12816 else
12817 # Is the header compilable?
12818 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12819 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12820 cat >conftest.$ac_ext <<_ACEOF
12821 /* confdefs.h. */
12822 _ACEOF
12823 cat confdefs.h >>conftest.$ac_ext
12824 cat >>conftest.$ac_ext <<_ACEOF
12825 /* end confdefs.h. */
12826 $ac_includes_default
12827 #include <$ac_header>
12828 _ACEOF
12829 rm -f conftest.$ac_objext
12830 if { (ac_try="$ac_compile"
12831 case "(($ac_try" in
12832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12833 *) ac_try_echo=$ac_try;;
12834 esac
12835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12836 (eval "$ac_compile") 2>conftest.er1
12837 ac_status=$?
12838 grep -v '^ *+' conftest.er1 >conftest.err
12839 rm -f conftest.er1
12840 cat conftest.err >&5
12841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842 (exit $ac_status); } && {
12843 test -z "$ac_c_werror_flag" ||
12844 test ! -s conftest.err
12845 } && test -s conftest.$ac_objext; then
12846 ac_header_compiler=yes
12847 else
12848 echo "$as_me: failed program was:" >&5
12849 sed 's/^/| /' conftest.$ac_ext >&5
12851 ac_header_compiler=no
12854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12855 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12856 echo "${ECHO_T}$ac_header_compiler" >&6; }
12858 # Is the header present?
12859 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12860 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12861 cat >conftest.$ac_ext <<_ACEOF
12862 /* confdefs.h. */
12863 _ACEOF
12864 cat confdefs.h >>conftest.$ac_ext
12865 cat >>conftest.$ac_ext <<_ACEOF
12866 /* end confdefs.h. */
12867 #include <$ac_header>
12868 _ACEOF
12869 if { (ac_try="$ac_cpp conftest.$ac_ext"
12870 case "(($ac_try" in
12871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12872 *) ac_try_echo=$ac_try;;
12873 esac
12874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12876 ac_status=$?
12877 grep -v '^ *+' conftest.er1 >conftest.err
12878 rm -f conftest.er1
12879 cat conftest.err >&5
12880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12881 (exit $ac_status); } >/dev/null && {
12882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12883 test ! -s conftest.err
12884 }; then
12885 ac_header_preproc=yes
12886 else
12887 echo "$as_me: failed program was:" >&5
12888 sed 's/^/| /' conftest.$ac_ext >&5
12890 ac_header_preproc=no
12893 rm -f conftest.err conftest.$ac_ext
12894 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12895 echo "${ECHO_T}$ac_header_preproc" >&6; }
12897 # So? What about this header?
12898 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12899 yes:no: )
12900 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12901 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12902 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12903 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12904 ac_header_preproc=yes
12906 no:yes:* )
12907 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12908 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12909 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12910 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12911 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12912 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12913 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12914 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12916 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12917 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12918 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12919 ( cat <<\_ASBOX
12920 ## ------------------------------------ ##
12921 ## Report this to wine-devel@winehq.org ##
12922 ## ------------------------------------ ##
12923 _ASBOX
12924 ) | sed "s/^/$as_me: WARNING: /" >&2
12926 esac
12927 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12928 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12930 echo $ECHO_N "(cached) $ECHO_C" >&6
12931 else
12932 eval "$as_ac_Header=\$ac_header_preproc"
12934 ac_res=`eval echo '${'$as_ac_Header'}'`
12935 { echo "$as_me:$LINENO: result: $ac_res" >&5
12936 echo "${ECHO_T}$ac_res" >&6; }
12939 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12940 cat >>confdefs.h <<_ACEOF
12941 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12942 _ACEOF
12946 done
12948 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12949 then
12950 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12951 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12952 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12953 echo $ECHO_N "(cached) $ECHO_C" >&6
12954 else
12955 ac_check_lib_save_LIBS=$LIBS
12956 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12957 cat >conftest.$ac_ext <<_ACEOF
12958 /* confdefs.h. */
12959 _ACEOF
12960 cat confdefs.h >>conftest.$ac_ext
12961 cat >>conftest.$ac_ext <<_ACEOF
12962 /* end confdefs.h. */
12964 /* Override any GCC internal prototype to avoid an error.
12965 Use char because int might match the return type of a GCC
12966 builtin and then its argument prototype would still apply. */
12967 #ifdef __cplusplus
12968 extern "C"
12969 #endif
12970 char dbus_connection_close ();
12972 main ()
12974 return dbus_connection_close ();
12976 return 0;
12978 _ACEOF
12979 rm -f conftest.$ac_objext conftest$ac_exeext
12980 if { (ac_try="$ac_link"
12981 case "(($ac_try" in
12982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12983 *) ac_try_echo=$ac_try;;
12984 esac
12985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12986 (eval "$ac_link") 2>conftest.er1
12987 ac_status=$?
12988 grep -v '^ *+' conftest.er1 >conftest.err
12989 rm -f conftest.er1
12990 cat conftest.err >&5
12991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12992 (exit $ac_status); } && {
12993 test -z "$ac_c_werror_flag" ||
12994 test ! -s conftest.err
12995 } && test -s conftest$ac_exeext &&
12996 $as_test_x conftest$ac_exeext; then
12997 ac_cv_lib_dbus_1_dbus_connection_close=yes
12998 else
12999 echo "$as_me: failed program was:" >&5
13000 sed 's/^/| /' conftest.$ac_ext >&5
13002 ac_cv_lib_dbus_1_dbus_connection_close=no
13005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13006 conftest$ac_exeext conftest.$ac_ext
13007 LIBS=$ac_check_lib_save_LIBS
13009 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13010 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13011 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
13012 { echo "$as_me:$LINENO: checking for -lhal" >&5
13013 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
13014 if test "${ac_cv_lib_soname_hal+set}" = set; then
13015 echo $ECHO_N "(cached) $ECHO_C" >&6
13016 else
13017 ac_check_soname_save_LIBS=$LIBS
13018 LIBS="-lhal $ac_hal_libs $LIBS"
13019 cat >conftest.$ac_ext <<_ACEOF
13020 /* confdefs.h. */
13021 _ACEOF
13022 cat confdefs.h >>conftest.$ac_ext
13023 cat >>conftest.$ac_ext <<_ACEOF
13024 /* end confdefs.h. */
13026 /* Override any GCC internal prototype to avoid an error.
13027 Use char because int might match the return type of a GCC
13028 builtin and then its argument prototype would still apply. */
13029 #ifdef __cplusplus
13030 extern "C"
13031 #endif
13032 char libhal_ctx_new ();
13034 main ()
13036 return libhal_ctx_new ();
13038 return 0;
13040 _ACEOF
13041 rm -f conftest.$ac_objext conftest$ac_exeext
13042 if { (ac_try="$ac_link"
13043 case "(($ac_try" in
13044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13045 *) ac_try_echo=$ac_try;;
13046 esac
13047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13048 (eval "$ac_link") 2>conftest.er1
13049 ac_status=$?
13050 grep -v '^ *+' conftest.er1 >conftest.err
13051 rm -f conftest.er1
13052 cat conftest.err >&5
13053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); } && {
13055 test -z "$ac_c_werror_flag" ||
13056 test ! -s conftest.err
13057 } && test -s conftest$ac_exeext &&
13058 $as_test_x conftest$ac_exeext; then
13059 case "$LIBEXT" in
13060 dll) ;;
13061 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'` ;;
13062 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13063 esac
13064 else
13065 echo "$as_me: failed program was:" >&5
13066 sed 's/^/| /' conftest.$ac_ext >&5
13071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13072 conftest$ac_exeext conftest.$ac_ext
13073 LIBS=$ac_check_soname_save_LIBS
13075 if test "x$ac_cv_lib_soname_hal" = "x"; then
13076 { echo "$as_me:$LINENO: result: not found" >&5
13077 echo "${ECHO_T}not found" >&6; }
13079 else
13080 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13081 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
13083 cat >>confdefs.h <<_ACEOF
13084 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13085 _ACEOF
13087 HALINCL="$ac_hal_cflags"
13093 CPPFLAGS="$ac_save_CPPFLAGS"
13095 if test "x$ac_cv_lib_soname_hal" = "x"; then
13096 case "x$with_hal" in
13097 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13098 xno) ;;
13099 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13100 This is an error since --with-hal was requested." >&5
13101 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13102 This is an error since --with-hal was requested." >&2;}
13103 { (exit 1); exit 1; }; } ;;
13104 esac
13108 if test "x$with_gnutls" != "xno"
13109 then
13110 ac_save_CPPFLAGS="$CPPFLAGS"
13111 if test "$PKG_CONFIG" != "false"
13112 then
13113 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13114 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13115 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13117 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13118 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13119 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13120 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13121 echo $ECHO_N "(cached) $ECHO_C" >&6
13123 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13124 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13125 else
13126 # Is the header compilable?
13127 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13128 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
13129 cat >conftest.$ac_ext <<_ACEOF
13130 /* confdefs.h. */
13131 _ACEOF
13132 cat confdefs.h >>conftest.$ac_ext
13133 cat >>conftest.$ac_ext <<_ACEOF
13134 /* end confdefs.h. */
13135 $ac_includes_default
13136 #include <gnutls/gnutls.h>
13137 _ACEOF
13138 rm -f conftest.$ac_objext
13139 if { (ac_try="$ac_compile"
13140 case "(($ac_try" in
13141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13142 *) ac_try_echo=$ac_try;;
13143 esac
13144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13145 (eval "$ac_compile") 2>conftest.er1
13146 ac_status=$?
13147 grep -v '^ *+' conftest.er1 >conftest.err
13148 rm -f conftest.er1
13149 cat conftest.err >&5
13150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13151 (exit $ac_status); } && {
13152 test -z "$ac_c_werror_flag" ||
13153 test ! -s conftest.err
13154 } && test -s conftest.$ac_objext; then
13155 ac_header_compiler=yes
13156 else
13157 echo "$as_me: failed program was:" >&5
13158 sed 's/^/| /' conftest.$ac_ext >&5
13160 ac_header_compiler=no
13163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13164 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13165 echo "${ECHO_T}$ac_header_compiler" >&6; }
13167 # Is the header present?
13168 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13169 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
13170 cat >conftest.$ac_ext <<_ACEOF
13171 /* confdefs.h. */
13172 _ACEOF
13173 cat confdefs.h >>conftest.$ac_ext
13174 cat >>conftest.$ac_ext <<_ACEOF
13175 /* end confdefs.h. */
13176 #include <gnutls/gnutls.h>
13177 _ACEOF
13178 if { (ac_try="$ac_cpp conftest.$ac_ext"
13179 case "(($ac_try" in
13180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13181 *) ac_try_echo=$ac_try;;
13182 esac
13183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13184 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13185 ac_status=$?
13186 grep -v '^ *+' conftest.er1 >conftest.err
13187 rm -f conftest.er1
13188 cat conftest.err >&5
13189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13190 (exit $ac_status); } >/dev/null && {
13191 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13192 test ! -s conftest.err
13193 }; then
13194 ac_header_preproc=yes
13195 else
13196 echo "$as_me: failed program was:" >&5
13197 sed 's/^/| /' conftest.$ac_ext >&5
13199 ac_header_preproc=no
13202 rm -f conftest.err conftest.$ac_ext
13203 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13204 echo "${ECHO_T}$ac_header_preproc" >&6; }
13206 # So? What about this header?
13207 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13208 yes:no: )
13209 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13210 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13211 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13212 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13213 ac_header_preproc=yes
13215 no:yes:* )
13216 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13217 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13218 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13219 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13220 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13221 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13222 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13223 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13224 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13225 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13226 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13227 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13228 ( cat <<\_ASBOX
13229 ## ------------------------------------ ##
13230 ## Report this to wine-devel@winehq.org ##
13231 ## ------------------------------------ ##
13232 _ASBOX
13233 ) | sed "s/^/$as_me: WARNING: /" >&2
13235 esac
13236 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13237 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13238 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13239 echo $ECHO_N "(cached) $ECHO_C" >&6
13240 else
13241 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13243 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13244 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13247 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13248 cat >conftest.$ac_ext <<_ACEOF
13249 /* confdefs.h. */
13250 _ACEOF
13251 cat confdefs.h >>conftest.$ac_ext
13252 cat >>conftest.$ac_ext <<_ACEOF
13253 /* end confdefs.h. */
13254 #include <gnutls/gnutls.h>
13256 main ()
13258 typeof(gnutls_mac_get_key_size) *pfunc;
13260 return 0;
13262 _ACEOF
13263 rm -f conftest.$ac_objext
13264 if { (ac_try="$ac_compile"
13265 case "(($ac_try" in
13266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13267 *) ac_try_echo=$ac_try;;
13268 esac
13269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13270 (eval "$ac_compile") 2>conftest.er1
13271 ac_status=$?
13272 grep -v '^ *+' conftest.er1 >conftest.err
13273 rm -f conftest.er1
13274 cat conftest.err >&5
13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); } && {
13277 test -z "$ac_c_werror_flag" ||
13278 test ! -s conftest.err
13279 } && test -s conftest.$ac_objext; then
13280 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13281 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13282 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13283 echo $ECHO_N "(cached) $ECHO_C" >&6
13284 else
13285 ac_check_soname_save_LIBS=$LIBS
13286 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13287 cat >conftest.$ac_ext <<_ACEOF
13288 /* confdefs.h. */
13289 _ACEOF
13290 cat confdefs.h >>conftest.$ac_ext
13291 cat >>conftest.$ac_ext <<_ACEOF
13292 /* end confdefs.h. */
13294 /* Override any GCC internal prototype to avoid an error.
13295 Use char because int might match the return type of a GCC
13296 builtin and then its argument prototype would still apply. */
13297 #ifdef __cplusplus
13298 extern "C"
13299 #endif
13300 char gnutls_global_init ();
13302 main ()
13304 return gnutls_global_init ();
13306 return 0;
13308 _ACEOF
13309 rm -f conftest.$ac_objext conftest$ac_exeext
13310 if { (ac_try="$ac_link"
13311 case "(($ac_try" in
13312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13313 *) ac_try_echo=$ac_try;;
13314 esac
13315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13316 (eval "$ac_link") 2>conftest.er1
13317 ac_status=$?
13318 grep -v '^ *+' conftest.er1 >conftest.err
13319 rm -f conftest.er1
13320 cat conftest.err >&5
13321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13322 (exit $ac_status); } && {
13323 test -z "$ac_c_werror_flag" ||
13324 test ! -s conftest.err
13325 } && test -s conftest$ac_exeext &&
13326 $as_test_x conftest$ac_exeext; then
13327 case "$LIBEXT" in
13328 dll) ;;
13329 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'` ;;
13330 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13331 esac
13332 else
13333 echo "$as_me: failed program was:" >&5
13334 sed 's/^/| /' conftest.$ac_ext >&5
13339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13340 conftest$ac_exeext conftest.$ac_ext
13341 LIBS=$ac_check_soname_save_LIBS
13343 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13344 { echo "$as_me:$LINENO: result: not found" >&5
13345 echo "${ECHO_T}not found" >&6; }
13347 else
13348 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13349 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13351 cat >>confdefs.h <<_ACEOF
13352 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13353 _ACEOF
13355 GNUTLSINCL="$ac_gnutls_cflags"
13359 else
13360 echo "$as_me: failed program was:" >&5
13361 sed 's/^/| /' conftest.$ac_ext >&5
13366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13370 CPPFLAGS="$ac_save_CPPFLAGS"
13372 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13373 case "x$with_gnutls" in
13374 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13375 xno) ;;
13376 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13377 This is an error since --with-gnutls was requested." >&5
13378 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13379 This is an error since --with-gnutls was requested." >&2;}
13380 { (exit 1); exit 1; }; } ;;
13381 esac
13385 CURSESLIBS=""
13386 if test "$ac_cv_header_ncurses_h" = "yes"
13387 then
13388 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13389 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13390 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13391 echo $ECHO_N "(cached) $ECHO_C" >&6
13392 else
13393 ac_check_soname_save_LIBS=$LIBS
13394 LIBS="-lncurses $LIBS"
13395 cat >conftest.$ac_ext <<_ACEOF
13396 /* confdefs.h. */
13397 _ACEOF
13398 cat confdefs.h >>conftest.$ac_ext
13399 cat >>conftest.$ac_ext <<_ACEOF
13400 /* end confdefs.h. */
13402 /* Override any GCC internal prototype to avoid an error.
13403 Use char because int might match the return type of a GCC
13404 builtin and then its argument prototype would still apply. */
13405 #ifdef __cplusplus
13406 extern "C"
13407 #endif
13408 char waddch ();
13410 main ()
13412 return waddch ();
13414 return 0;
13416 _ACEOF
13417 rm -f conftest.$ac_objext conftest$ac_exeext
13418 if { (ac_try="$ac_link"
13419 case "(($ac_try" in
13420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13422 esac
13423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13424 (eval "$ac_link") 2>conftest.er1
13425 ac_status=$?
13426 grep -v '^ *+' conftest.er1 >conftest.err
13427 rm -f conftest.er1
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } && {
13431 test -z "$ac_c_werror_flag" ||
13432 test ! -s conftest.err
13433 } && test -s conftest$ac_exeext &&
13434 $as_test_x conftest$ac_exeext; then
13435 case "$LIBEXT" in
13436 dll) ;;
13437 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'` ;;
13438 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13439 esac
13440 else
13441 echo "$as_me: failed program was:" >&5
13442 sed 's/^/| /' conftest.$ac_ext >&5
13447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13448 conftest$ac_exeext conftest.$ac_ext
13449 LIBS=$ac_check_soname_save_LIBS
13451 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13452 { echo "$as_me:$LINENO: result: not found" >&5
13453 echo "${ECHO_T}not found" >&6; }
13455 else
13456 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13457 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13459 cat >>confdefs.h <<_ACEOF
13460 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13461 _ACEOF
13463 CURSESLIBS="-lncurses"
13466 elif test "$ac_cv_header_curses_h" = "yes"
13467 then
13468 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13469 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13470 if test "${ac_cv_lib_soname_curses+set}" = set; then
13471 echo $ECHO_N "(cached) $ECHO_C" >&6
13472 else
13473 ac_check_soname_save_LIBS=$LIBS
13474 LIBS="-lcurses $LIBS"
13475 cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h. */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13482 /* Override any GCC internal prototype to avoid an error.
13483 Use char because int might match the return type of a GCC
13484 builtin and then its argument prototype would still apply. */
13485 #ifdef __cplusplus
13486 extern "C"
13487 #endif
13488 char waddch ();
13490 main ()
13492 return waddch ();
13494 return 0;
13496 _ACEOF
13497 rm -f conftest.$ac_objext conftest$ac_exeext
13498 if { (ac_try="$ac_link"
13499 case "(($ac_try" in
13500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13501 *) ac_try_echo=$ac_try;;
13502 esac
13503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13504 (eval "$ac_link") 2>conftest.er1
13505 ac_status=$?
13506 grep -v '^ *+' conftest.er1 >conftest.err
13507 rm -f conftest.er1
13508 cat conftest.err >&5
13509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && {
13511 test -z "$ac_c_werror_flag" ||
13512 test ! -s conftest.err
13513 } && test -s conftest$ac_exeext &&
13514 $as_test_x conftest$ac_exeext; then
13515 case "$LIBEXT" in
13516 dll) ;;
13517 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'` ;;
13518 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13519 esac
13520 else
13521 echo "$as_me: failed program was:" >&5
13522 sed 's/^/| /' conftest.$ac_ext >&5
13527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13528 conftest$ac_exeext conftest.$ac_ext
13529 LIBS=$ac_check_soname_save_LIBS
13531 if test "x$ac_cv_lib_soname_curses" = "x"; then
13532 { echo "$as_me:$LINENO: result: not found" >&5
13533 echo "${ECHO_T}not found" >&6; }
13535 else
13536 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13537 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13539 cat >>confdefs.h <<_ACEOF
13540 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13541 _ACEOF
13543 CURSESLIBS="-lcurses"
13547 ac_save_LIBS="$LIBS"
13548 LIBS="$LIBS $CURSESLIBS"
13550 for ac_func in mousemask
13552 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13553 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13554 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13555 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13556 echo $ECHO_N "(cached) $ECHO_C" >&6
13557 else
13558 cat >conftest.$ac_ext <<_ACEOF
13559 /* confdefs.h. */
13560 _ACEOF
13561 cat confdefs.h >>conftest.$ac_ext
13562 cat >>conftest.$ac_ext <<_ACEOF
13563 /* end confdefs.h. */
13564 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13565 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13566 #define $ac_func innocuous_$ac_func
13568 /* System header to define __stub macros and hopefully few prototypes,
13569 which can conflict with char $ac_func (); below.
13570 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13571 <limits.h> exists even on freestanding compilers. */
13573 #ifdef __STDC__
13574 # include <limits.h>
13575 #else
13576 # include <assert.h>
13577 #endif
13579 #undef $ac_func
13581 /* Override any GCC internal prototype to avoid an error.
13582 Use char because int might match the return type of a GCC
13583 builtin and then its argument prototype would still apply. */
13584 #ifdef __cplusplus
13585 extern "C"
13586 #endif
13587 char $ac_func ();
13588 /* The GNU C library defines this for functions which it implements
13589 to always fail with ENOSYS. Some functions are actually named
13590 something starting with __ and the normal name is an alias. */
13591 #if defined __stub_$ac_func || defined __stub___$ac_func
13592 choke me
13593 #endif
13596 main ()
13598 return $ac_func ();
13600 return 0;
13602 _ACEOF
13603 rm -f conftest.$ac_objext conftest$ac_exeext
13604 if { (ac_try="$ac_link"
13605 case "(($ac_try" in
13606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13607 *) ac_try_echo=$ac_try;;
13608 esac
13609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13610 (eval "$ac_link") 2>conftest.er1
13611 ac_status=$?
13612 grep -v '^ *+' conftest.er1 >conftest.err
13613 rm -f conftest.er1
13614 cat conftest.err >&5
13615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13616 (exit $ac_status); } && {
13617 test -z "$ac_c_werror_flag" ||
13618 test ! -s conftest.err
13619 } && test -s conftest$ac_exeext &&
13620 $as_test_x conftest$ac_exeext; then
13621 eval "$as_ac_var=yes"
13622 else
13623 echo "$as_me: failed program was:" >&5
13624 sed 's/^/| /' conftest.$ac_ext >&5
13626 eval "$as_ac_var=no"
13629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13630 conftest$ac_exeext conftest.$ac_ext
13632 ac_res=`eval echo '${'$as_ac_var'}'`
13633 { echo "$as_me:$LINENO: result: $ac_res" >&5
13634 echo "${ECHO_T}$ac_res" >&6; }
13635 if test `eval echo '${'$as_ac_var'}'` = yes; then
13636 cat >>confdefs.h <<_ACEOF
13637 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13638 _ACEOF
13641 done
13643 LIBS="$ac_save_LIBS"
13644 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13645 case "x$with_curses" in
13646 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13647 xno) ;;
13648 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13649 This is an error since --with-curses was requested." >&5
13650 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13651 This is an error since --with-curses was requested." >&2;}
13652 { (exit 1); exit 1; }; } ;;
13653 esac
13657 if test "x$with_sane" != "xno"
13658 then
13659 ac_save_CPPFLAGS="$CPPFLAGS"
13660 # Extract the first word of "sane-config", so it can be a program name with args.
13661 set dummy sane-config; ac_word=$2
13662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13664 if test "${ac_cv_prog_sane_devel+set}" = set; then
13665 echo $ECHO_N "(cached) $ECHO_C" >&6
13666 else
13667 if test -n "$sane_devel"; then
13668 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13669 else
13670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13671 for as_dir in $PATH
13673 IFS=$as_save_IFS
13674 test -z "$as_dir" && as_dir=.
13675 for ac_exec_ext in '' $ac_executable_extensions; do
13676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13677 ac_cv_prog_sane_devel="sane-config"
13678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13679 break 2
13681 done
13682 done
13683 IFS=$as_save_IFS
13685 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13688 sane_devel=$ac_cv_prog_sane_devel
13689 if test -n "$sane_devel"; then
13690 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13691 echo "${ECHO_T}$sane_devel" >&6; }
13692 else
13693 { echo "$as_me:$LINENO: result: no" >&5
13694 echo "${ECHO_T}no" >&6; }
13698 if test "$sane_devel" != "no"
13699 then
13700 ac_sane_incl="`$sane_devel --cflags`"
13701 ac_sane_libs="`$sane_devel --ldflags`"
13702 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13704 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13705 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13706 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13707 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13708 echo $ECHO_N "(cached) $ECHO_C" >&6
13710 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13711 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13712 else
13713 # Is the header compilable?
13714 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13715 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13716 cat >conftest.$ac_ext <<_ACEOF
13717 /* confdefs.h. */
13718 _ACEOF
13719 cat confdefs.h >>conftest.$ac_ext
13720 cat >>conftest.$ac_ext <<_ACEOF
13721 /* end confdefs.h. */
13722 $ac_includes_default
13723 #include <sane/sane.h>
13724 _ACEOF
13725 rm -f conftest.$ac_objext
13726 if { (ac_try="$ac_compile"
13727 case "(($ac_try" in
13728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13729 *) ac_try_echo=$ac_try;;
13730 esac
13731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13732 (eval "$ac_compile") 2>conftest.er1
13733 ac_status=$?
13734 grep -v '^ *+' conftest.er1 >conftest.err
13735 rm -f conftest.er1
13736 cat conftest.err >&5
13737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13738 (exit $ac_status); } && {
13739 test -z "$ac_c_werror_flag" ||
13740 test ! -s conftest.err
13741 } && test -s conftest.$ac_objext; then
13742 ac_header_compiler=yes
13743 else
13744 echo "$as_me: failed program was:" >&5
13745 sed 's/^/| /' conftest.$ac_ext >&5
13747 ac_header_compiler=no
13750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13751 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13752 echo "${ECHO_T}$ac_header_compiler" >&6; }
13754 # Is the header present?
13755 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13756 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13757 cat >conftest.$ac_ext <<_ACEOF
13758 /* confdefs.h. */
13759 _ACEOF
13760 cat confdefs.h >>conftest.$ac_ext
13761 cat >>conftest.$ac_ext <<_ACEOF
13762 /* end confdefs.h. */
13763 #include <sane/sane.h>
13764 _ACEOF
13765 if { (ac_try="$ac_cpp conftest.$ac_ext"
13766 case "(($ac_try" in
13767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13768 *) ac_try_echo=$ac_try;;
13769 esac
13770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13771 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13772 ac_status=$?
13773 grep -v '^ *+' conftest.er1 >conftest.err
13774 rm -f conftest.er1
13775 cat conftest.err >&5
13776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777 (exit $ac_status); } >/dev/null && {
13778 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13779 test ! -s conftest.err
13780 }; then
13781 ac_header_preproc=yes
13782 else
13783 echo "$as_me: failed program was:" >&5
13784 sed 's/^/| /' conftest.$ac_ext >&5
13786 ac_header_preproc=no
13789 rm -f conftest.err conftest.$ac_ext
13790 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13791 echo "${ECHO_T}$ac_header_preproc" >&6; }
13793 # So? What about this header?
13794 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13795 yes:no: )
13796 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13797 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13798 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13799 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13800 ac_header_preproc=yes
13802 no:yes:* )
13803 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13804 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13805 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13806 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13807 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13808 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13809 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13810 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13811 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13812 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13813 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13814 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13815 ( cat <<\_ASBOX
13816 ## ------------------------------------ ##
13817 ## Report this to wine-devel@winehq.org ##
13818 ## ------------------------------------ ##
13819 _ASBOX
13820 ) | sed "s/^/$as_me: WARNING: /" >&2
13822 esac
13823 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13824 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13825 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13826 echo $ECHO_N "(cached) $ECHO_C" >&6
13827 else
13828 ac_cv_header_sane_sane_h=$ac_header_preproc
13830 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13831 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13834 if test $ac_cv_header_sane_sane_h = yes; then
13835 { echo "$as_me:$LINENO: checking for -lsane" >&5
13836 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13837 if test "${ac_cv_lib_soname_sane+set}" = set; then
13838 echo $ECHO_N "(cached) $ECHO_C" >&6
13839 else
13840 ac_check_soname_save_LIBS=$LIBS
13841 LIBS="-lsane $ac_sane_libs $LIBS"
13842 cat >conftest.$ac_ext <<_ACEOF
13843 /* confdefs.h. */
13844 _ACEOF
13845 cat confdefs.h >>conftest.$ac_ext
13846 cat >>conftest.$ac_ext <<_ACEOF
13847 /* end confdefs.h. */
13849 /* Override any GCC internal prototype to avoid an error.
13850 Use char because int might match the return type of a GCC
13851 builtin and then its argument prototype would still apply. */
13852 #ifdef __cplusplus
13853 extern "C"
13854 #endif
13855 char sane_init ();
13857 main ()
13859 return sane_init ();
13861 return 0;
13863 _ACEOF
13864 rm -f conftest.$ac_objext conftest$ac_exeext
13865 if { (ac_try="$ac_link"
13866 case "(($ac_try" in
13867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13868 *) ac_try_echo=$ac_try;;
13869 esac
13870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13871 (eval "$ac_link") 2>conftest.er1
13872 ac_status=$?
13873 grep -v '^ *+' conftest.er1 >conftest.err
13874 rm -f conftest.er1
13875 cat conftest.err >&5
13876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877 (exit $ac_status); } && {
13878 test -z "$ac_c_werror_flag" ||
13879 test ! -s conftest.err
13880 } && test -s conftest$ac_exeext &&
13881 $as_test_x conftest$ac_exeext; then
13882 case "$LIBEXT" in
13883 dll) ;;
13884 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'` ;;
13885 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13886 esac
13887 else
13888 echo "$as_me: failed program was:" >&5
13889 sed 's/^/| /' conftest.$ac_ext >&5
13894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13895 conftest$ac_exeext conftest.$ac_ext
13896 LIBS=$ac_check_soname_save_LIBS
13898 if test "x$ac_cv_lib_soname_sane" = "x"; then
13899 { echo "$as_me:$LINENO: result: not found" >&5
13900 echo "${ECHO_T}not found" >&6; }
13902 else
13903 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13904 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13906 cat >>confdefs.h <<_ACEOF
13907 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13908 _ACEOF
13910 SANEINCL="$ac_sane_incl"
13917 CPPFLAGS="$ac_save_CPPFLAGS"
13919 if test "x$ac_cv_lib_soname_sane" = "x"; then
13920 case "x$with_sane" in
13921 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13922 xno) ;;
13923 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13924 This is an error since --with-sane was requested." >&5
13925 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13926 This is an error since --with-sane was requested." >&2;}
13927 { (exit 1); exit 1; }; } ;;
13928 esac
13932 if test "x$with_gphoto" != "xno"
13933 then
13934 ac_save_CPPFLAGS="$CPPFLAGS"
13935 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13936 set dummy gphoto2-config; ac_word=$2
13937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13939 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13940 echo $ECHO_N "(cached) $ECHO_C" >&6
13941 else
13942 if test -n "$gphoto2_devel"; then
13943 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13944 else
13945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13946 for as_dir in $PATH
13948 IFS=$as_save_IFS
13949 test -z "$as_dir" && as_dir=.
13950 for ac_exec_ext in '' $ac_executable_extensions; do
13951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13952 ac_cv_prog_gphoto2_devel="gphoto2-config"
13953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13954 break 2
13956 done
13957 done
13958 IFS=$as_save_IFS
13960 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13963 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13964 if test -n "$gphoto2_devel"; then
13965 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13966 echo "${ECHO_T}$gphoto2_devel" >&6; }
13967 else
13968 { echo "$as_me:$LINENO: result: no" >&5
13969 echo "${ECHO_T}no" >&6; }
13973 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13974 set dummy gphoto2-port-config; ac_word=$2
13975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13977 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13978 echo $ECHO_N "(cached) $ECHO_C" >&6
13979 else
13980 if test -n "$gphoto2port_devel"; then
13981 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13982 else
13983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13984 for as_dir in $PATH
13986 IFS=$as_save_IFS
13987 test -z "$as_dir" && as_dir=.
13988 for ac_exec_ext in '' $ac_executable_extensions; do
13989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13990 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13992 break 2
13994 done
13995 done
13996 IFS=$as_save_IFS
13998 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14001 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14002 if test -n "$gphoto2port_devel"; then
14003 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14004 echo "${ECHO_T}$gphoto2port_devel" >&6; }
14005 else
14006 { echo "$as_me:$LINENO: result: no" >&5
14007 echo "${ECHO_T}no" >&6; }
14011 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14012 then
14013 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14014 ac_gphoto2_libs=""
14015 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14017 case "$i" in
14018 -L/usr/lib|-L/usr/lib64) ;;
14019 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14020 esac
14021 done
14022 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14024 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14025 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14026 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14027 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14028 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14029 echo $ECHO_N "(cached) $ECHO_C" >&6
14031 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14032 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14033 else
14034 # Is the header compilable?
14035 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14036 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
14037 cat >conftest.$ac_ext <<_ACEOF
14038 /* confdefs.h. */
14039 _ACEOF
14040 cat confdefs.h >>conftest.$ac_ext
14041 cat >>conftest.$ac_ext <<_ACEOF
14042 /* end confdefs.h. */
14043 $ac_includes_default
14044 #include <gphoto2-camera.h>
14045 _ACEOF
14046 rm -f conftest.$ac_objext
14047 if { (ac_try="$ac_compile"
14048 case "(($ac_try" in
14049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14050 *) ac_try_echo=$ac_try;;
14051 esac
14052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14053 (eval "$ac_compile") 2>conftest.er1
14054 ac_status=$?
14055 grep -v '^ *+' conftest.er1 >conftest.err
14056 rm -f conftest.er1
14057 cat conftest.err >&5
14058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14059 (exit $ac_status); } && {
14060 test -z "$ac_c_werror_flag" ||
14061 test ! -s conftest.err
14062 } && test -s conftest.$ac_objext; then
14063 ac_header_compiler=yes
14064 else
14065 echo "$as_me: failed program was:" >&5
14066 sed 's/^/| /' conftest.$ac_ext >&5
14068 ac_header_compiler=no
14071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14072 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14073 echo "${ECHO_T}$ac_header_compiler" >&6; }
14075 # Is the header present?
14076 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14077 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
14078 cat >conftest.$ac_ext <<_ACEOF
14079 /* confdefs.h. */
14080 _ACEOF
14081 cat confdefs.h >>conftest.$ac_ext
14082 cat >>conftest.$ac_ext <<_ACEOF
14083 /* end confdefs.h. */
14084 #include <gphoto2-camera.h>
14085 _ACEOF
14086 if { (ac_try="$ac_cpp conftest.$ac_ext"
14087 case "(($ac_try" in
14088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14089 *) ac_try_echo=$ac_try;;
14090 esac
14091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14092 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14093 ac_status=$?
14094 grep -v '^ *+' conftest.er1 >conftest.err
14095 rm -f conftest.er1
14096 cat conftest.err >&5
14097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14098 (exit $ac_status); } >/dev/null && {
14099 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14100 test ! -s conftest.err
14101 }; then
14102 ac_header_preproc=yes
14103 else
14104 echo "$as_me: failed program was:" >&5
14105 sed 's/^/| /' conftest.$ac_ext >&5
14107 ac_header_preproc=no
14110 rm -f conftest.err conftest.$ac_ext
14111 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14112 echo "${ECHO_T}$ac_header_preproc" >&6; }
14114 # So? What about this header?
14115 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14116 yes:no: )
14117 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14118 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14119 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14120 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14121 ac_header_preproc=yes
14123 no:yes:* )
14124 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14125 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14126 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14127 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14128 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14129 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14130 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14131 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14132 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14133 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14134 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14135 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14136 ( cat <<\_ASBOX
14137 ## ------------------------------------ ##
14138 ## Report this to wine-devel@winehq.org ##
14139 ## ------------------------------------ ##
14140 _ASBOX
14141 ) | sed "s/^/$as_me: WARNING: /" >&2
14143 esac
14144 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14145 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14146 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14147 echo $ECHO_N "(cached) $ECHO_C" >&6
14148 else
14149 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14151 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14152 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14155 if test $ac_cv_header_gphoto2_camera_h = yes; then
14156 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14157 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
14158 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14159 echo $ECHO_N "(cached) $ECHO_C" >&6
14160 else
14161 ac_check_lib_save_LIBS=$LIBS
14162 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14163 cat >conftest.$ac_ext <<_ACEOF
14164 /* confdefs.h. */
14165 _ACEOF
14166 cat confdefs.h >>conftest.$ac_ext
14167 cat >>conftest.$ac_ext <<_ACEOF
14168 /* end confdefs.h. */
14170 /* Override any GCC internal prototype to avoid an error.
14171 Use char because int might match the return type of a GCC
14172 builtin and then its argument prototype would still apply. */
14173 #ifdef __cplusplus
14174 extern "C"
14175 #endif
14176 char gp_camera_new ();
14178 main ()
14180 return gp_camera_new ();
14182 return 0;
14184 _ACEOF
14185 rm -f conftest.$ac_objext conftest$ac_exeext
14186 if { (ac_try="$ac_link"
14187 case "(($ac_try" in
14188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14189 *) ac_try_echo=$ac_try;;
14190 esac
14191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14192 (eval "$ac_link") 2>conftest.er1
14193 ac_status=$?
14194 grep -v '^ *+' conftest.er1 >conftest.err
14195 rm -f conftest.er1
14196 cat conftest.err >&5
14197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14198 (exit $ac_status); } && {
14199 test -z "$ac_c_werror_flag" ||
14200 test ! -s conftest.err
14201 } && test -s conftest$ac_exeext &&
14202 $as_test_x conftest$ac_exeext; then
14203 ac_cv_lib_gphoto2_gp_camera_new=yes
14204 else
14205 echo "$as_me: failed program was:" >&5
14206 sed 's/^/| /' conftest.$ac_ext >&5
14208 ac_cv_lib_gphoto2_gp_camera_new=no
14211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14212 conftest$ac_exeext conftest.$ac_ext
14213 LIBS=$ac_check_lib_save_LIBS
14215 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14216 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14217 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14219 cat >>confdefs.h <<\_ACEOF
14220 #define HAVE_GPHOTO2 1
14221 _ACEOF
14223 GPHOTO2LIBS="$ac_gphoto2_libs"
14225 GPHOTO2INCL="$ac_gphoto2_incl"
14232 CPPFLAGS="$ac_save_CPPFLAGS"
14234 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14235 case "x$with_gphoto" in
14236 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14237 xno) ;;
14238 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14239 This is an error since --with-gphoto was requested." >&5
14240 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14241 This is an error since --with-gphoto was requested." >&2;}
14242 { (exit 1); exit 1; }; } ;;
14243 esac
14248 RESOLVLIBS=""
14250 if test "$ac_cv_header_resolv_h" = "yes"
14251 then
14252 ac_save_LIBS="$LIBS"
14253 LIBS="$LIBS -lresolv"
14254 cat >conftest.$ac_ext <<_ACEOF
14255 /* confdefs.h. */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h. */
14260 #ifdef HAVE_NETINET_IN_H
14261 #include <netinet/in.h>
14262 #endif
14263 #include <resolv.h>
14265 main ()
14267 res_init();
14269 return 0;
14271 _ACEOF
14272 rm -f conftest.$ac_objext conftest$ac_exeext
14273 if { (ac_try="$ac_link"
14274 case "(($ac_try" in
14275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14276 *) ac_try_echo=$ac_try;;
14277 esac
14278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14279 (eval "$ac_link") 2>conftest.er1
14280 ac_status=$?
14281 grep -v '^ *+' conftest.er1 >conftest.err
14282 rm -f conftest.er1
14283 cat conftest.err >&5
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); } && {
14286 test -z "$ac_c_werror_flag" ||
14287 test ! -s conftest.err
14288 } && test -s conftest$ac_exeext &&
14289 $as_test_x conftest$ac_exeext; then
14291 cat >>confdefs.h <<\_ACEOF
14292 #define HAVE_RESOLV 1
14293 _ACEOF
14295 RESOLVLIBS="-lresolv"
14296 else
14297 echo "$as_me: failed program was:" >&5
14298 sed 's/^/| /' conftest.$ac_ext >&5
14303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14304 conftest$ac_exeext conftest.$ac_ext
14305 LIBS="$ac_save_LIBS"
14308 LCMSLIBS=""
14310 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14311 then
14312 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14313 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14314 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14315 echo $ECHO_N "(cached) $ECHO_C" >&6
14316 else
14317 ac_check_lib_save_LIBS=$LIBS
14318 LIBS="-llcms $LIBS"
14319 cat >conftest.$ac_ext <<_ACEOF
14320 /* confdefs.h. */
14321 _ACEOF
14322 cat confdefs.h >>conftest.$ac_ext
14323 cat >>conftest.$ac_ext <<_ACEOF
14324 /* end confdefs.h. */
14326 /* Override any GCC internal prototype to avoid an error.
14327 Use char because int might match the return type of a GCC
14328 builtin and then its argument prototype would still apply. */
14329 #ifdef __cplusplus
14330 extern "C"
14331 #endif
14332 char cmsOpenProfileFromFile ();
14334 main ()
14336 return cmsOpenProfileFromFile ();
14338 return 0;
14340 _ACEOF
14341 rm -f conftest.$ac_objext conftest$ac_exeext
14342 if { (ac_try="$ac_link"
14343 case "(($ac_try" in
14344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14345 *) ac_try_echo=$ac_try;;
14346 esac
14347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14348 (eval "$ac_link") 2>conftest.er1
14349 ac_status=$?
14350 grep -v '^ *+' conftest.er1 >conftest.err
14351 rm -f conftest.er1
14352 cat conftest.err >&5
14353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14354 (exit $ac_status); } && {
14355 test -z "$ac_c_werror_flag" ||
14356 test ! -s conftest.err
14357 } && test -s conftest$ac_exeext &&
14358 $as_test_x conftest$ac_exeext; then
14359 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14360 else
14361 echo "$as_me: failed program was:" >&5
14362 sed 's/^/| /' conftest.$ac_ext >&5
14364 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14368 conftest$ac_exeext conftest.$ac_ext
14369 LIBS=$ac_check_lib_save_LIBS
14371 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14372 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14373 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14375 cat >>confdefs.h <<\_ACEOF
14376 #define HAVE_LCMS 1
14377 _ACEOF
14379 LCMSLIBS="-llcms"
14383 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14384 case "x$with_cms" in
14385 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14386 xno) ;;
14387 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14388 This is an error since --with-cms was requested." >&5
14389 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14390 This is an error since --with-cms was requested." >&2;}
14391 { (exit 1); exit 1; }; } ;;
14392 esac
14396 if test "x$with_freetype" != "xno"
14397 then
14398 for ac_prog in freetype-config freetype2-config
14400 # Extract the first word of "$ac_prog", so it can be a program name with args.
14401 set dummy $ac_prog; ac_word=$2
14402 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14403 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14404 if test "${ac_cv_prog_ft_devel+set}" = set; then
14405 echo $ECHO_N "(cached) $ECHO_C" >&6
14406 else
14407 if test -n "$ft_devel"; then
14408 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14409 else
14410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14411 for as_dir in $PATH
14413 IFS=$as_save_IFS
14414 test -z "$as_dir" && as_dir=.
14415 for ac_exec_ext in '' $ac_executable_extensions; do
14416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14417 ac_cv_prog_ft_devel="$ac_prog"
14418 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14419 break 2
14421 done
14422 done
14423 IFS=$as_save_IFS
14427 ft_devel=$ac_cv_prog_ft_devel
14428 if test -n "$ft_devel"; then
14429 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14430 echo "${ECHO_T}$ft_devel" >&6; }
14431 else
14432 { echo "$as_me:$LINENO: result: no" >&5
14433 echo "${ECHO_T}no" >&6; }
14437 test -n "$ft_devel" && break
14438 done
14439 test -n "$ft_devel" || ft_devel="no"
14441 if test "$ft_devel" != "no"
14442 then
14443 ac_freetype_incl=`$ft_devel --cflags`
14444 ac_freetype_libs=`$ft_devel --libs`
14446 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14447 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14448 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14449 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14450 echo $ECHO_N "(cached) $ECHO_C" >&6
14451 else
14452 ac_check_soname_save_LIBS=$LIBS
14453 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14454 cat >conftest.$ac_ext <<_ACEOF
14455 /* confdefs.h. */
14456 _ACEOF
14457 cat confdefs.h >>conftest.$ac_ext
14458 cat >>conftest.$ac_ext <<_ACEOF
14459 /* end confdefs.h. */
14461 /* Override any GCC internal prototype to avoid an error.
14462 Use char because int might match the return type of a GCC
14463 builtin and then its argument prototype would still apply. */
14464 #ifdef __cplusplus
14465 extern "C"
14466 #endif
14467 char FT_Init_FreeType ();
14469 main ()
14471 return FT_Init_FreeType ();
14473 return 0;
14475 _ACEOF
14476 rm -f conftest.$ac_objext conftest$ac_exeext
14477 if { (ac_try="$ac_link"
14478 case "(($ac_try" in
14479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14480 *) ac_try_echo=$ac_try;;
14481 esac
14482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14483 (eval "$ac_link") 2>conftest.er1
14484 ac_status=$?
14485 grep -v '^ *+' conftest.er1 >conftest.err
14486 rm -f conftest.er1
14487 cat conftest.err >&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } && {
14490 test -z "$ac_c_werror_flag" ||
14491 test ! -s conftest.err
14492 } && test -s conftest$ac_exeext &&
14493 $as_test_x conftest$ac_exeext; then
14494 case "$LIBEXT" in
14495 dll) ;;
14496 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'` ;;
14497 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14498 esac
14499 else
14500 echo "$as_me: failed program was:" >&5
14501 sed 's/^/| /' conftest.$ac_ext >&5
14506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14507 conftest$ac_exeext conftest.$ac_ext
14508 LIBS=$ac_check_soname_save_LIBS
14510 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14511 { echo "$as_me:$LINENO: result: not found" >&5
14512 echo "${ECHO_T}not found" >&6; }
14513 ft_lib=no
14514 else
14515 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14516 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14518 cat >>confdefs.h <<_ACEOF
14519 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14520 _ACEOF
14522 ft_lib=yes
14525 if test "$ft_lib" = "yes"
14526 then
14527 ac_save_CPPFLAGS="$CPPFLAGS"
14528 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14541 for ac_header in ft2build.h \
14542 freetype/freetype.h \
14543 freetype/ftglyph.h \
14544 freetype/fttypes.h \
14545 freetype/tttables.h \
14546 freetype/ftsnames.h \
14547 freetype/ttnameid.h \
14548 freetype/ftoutln.h \
14549 freetype/ftwinfnt.h \
14550 freetype/ftmodapi.h \
14551 freetype/ftlcdfil.h \
14552 freetype/internal/sfnt.h
14554 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14555 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14556 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14557 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14558 echo $ECHO_N "(cached) $ECHO_C" >&6
14559 else
14560 cat >conftest.$ac_ext <<_ACEOF
14561 /* confdefs.h. */
14562 _ACEOF
14563 cat confdefs.h >>conftest.$ac_ext
14564 cat >>conftest.$ac_ext <<_ACEOF
14565 /* end confdefs.h. */
14566 #ifdef HAVE_FT2BUILD_H
14567 # include <ft2build.h>
14568 #endif
14570 #include <$ac_header>
14571 _ACEOF
14572 rm -f conftest.$ac_objext
14573 if { (ac_try="$ac_compile"
14574 case "(($ac_try" in
14575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14576 *) ac_try_echo=$ac_try;;
14577 esac
14578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14579 (eval "$ac_compile") 2>conftest.er1
14580 ac_status=$?
14581 grep -v '^ *+' conftest.er1 >conftest.err
14582 rm -f conftest.er1
14583 cat conftest.err >&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } && {
14586 test -z "$ac_c_werror_flag" ||
14587 test ! -s conftest.err
14588 } && test -s conftest.$ac_objext; then
14589 eval "$as_ac_Header=yes"
14590 else
14591 echo "$as_me: failed program was:" >&5
14592 sed 's/^/| /' conftest.$ac_ext >&5
14594 eval "$as_ac_Header=no"
14597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14599 ac_res=`eval echo '${'$as_ac_Header'}'`
14600 { echo "$as_me:$LINENO: result: $ac_res" >&5
14601 echo "${ECHO_T}$ac_res" >&6; }
14602 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14603 cat >>confdefs.h <<_ACEOF
14604 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14605 _ACEOF
14609 done
14611 cat >conftest.$ac_ext <<_ACEOF
14612 /* confdefs.h. */
14613 _ACEOF
14614 cat confdefs.h >>conftest.$ac_ext
14615 cat >>conftest.$ac_ext <<_ACEOF
14616 /* end confdefs.h. */
14617 #include <ft2build.h>
14618 #include <freetype/fttrigon.h>
14619 _ACEOF
14620 if { (ac_try="$ac_cpp conftest.$ac_ext"
14621 case "(($ac_try" in
14622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14623 *) ac_try_echo=$ac_try;;
14624 esac
14625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14626 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14627 ac_status=$?
14628 grep -v '^ *+' conftest.er1 >conftest.err
14629 rm -f conftest.er1
14630 cat conftest.err >&5
14631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14632 (exit $ac_status); } >/dev/null && {
14633 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14634 test ! -s conftest.err
14635 }; then
14637 cat >>confdefs.h <<\_ACEOF
14638 #define HAVE_FREETYPE_FTTRIGON_H 1
14639 _ACEOF
14641 wine_cv_fttrigon=yes
14642 else
14643 echo "$as_me: failed program was:" >&5
14644 sed 's/^/| /' conftest.$ac_ext >&5
14646 wine_cv_fttrigon=no
14649 rm -f conftest.err conftest.$ac_ext
14650 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14651 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14652 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14653 echo $ECHO_N "(cached) $ECHO_C" >&6
14654 else
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 #include <freetype/ftmodapi.h>
14663 typedef FT_TrueTypeEngineType ac__type_new_;
14665 main ()
14667 if ((ac__type_new_ *) 0)
14668 return 0;
14669 if (sizeof (ac__type_new_))
14670 return 0;
14672 return 0;
14674 _ACEOF
14675 rm -f conftest.$ac_objext
14676 if { (ac_try="$ac_compile"
14677 case "(($ac_try" in
14678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14679 *) ac_try_echo=$ac_try;;
14680 esac
14681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14682 (eval "$ac_compile") 2>conftest.er1
14683 ac_status=$?
14684 grep -v '^ *+' conftest.er1 >conftest.err
14685 rm -f conftest.er1
14686 cat conftest.err >&5
14687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14688 (exit $ac_status); } && {
14689 test -z "$ac_c_werror_flag" ||
14690 test ! -s conftest.err
14691 } && test -s conftest.$ac_objext; then
14692 ac_cv_type_FT_TrueTypeEngineType=yes
14693 else
14694 echo "$as_me: failed program was:" >&5
14695 sed 's/^/| /' conftest.$ac_ext >&5
14697 ac_cv_type_FT_TrueTypeEngineType=no
14700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14702 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14703 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14704 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14706 cat >>confdefs.h <<_ACEOF
14707 #define HAVE_FT_TRUETYPEENGINETYPE 1
14708 _ACEOF
14713 ac_save_CFLAGS="$CFLAGS"
14714 CFLAGS="$CFLAGS $ac_freetype_libs"
14716 for ac_func in FT_Load_Sfnt_Table
14718 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14719 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14720 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14721 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14722 echo $ECHO_N "(cached) $ECHO_C" >&6
14723 else
14724 cat >conftest.$ac_ext <<_ACEOF
14725 /* confdefs.h. */
14726 _ACEOF
14727 cat confdefs.h >>conftest.$ac_ext
14728 cat >>conftest.$ac_ext <<_ACEOF
14729 /* end confdefs.h. */
14730 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14731 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14732 #define $ac_func innocuous_$ac_func
14734 /* System header to define __stub macros and hopefully few prototypes,
14735 which can conflict with char $ac_func (); below.
14736 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14737 <limits.h> exists even on freestanding compilers. */
14739 #ifdef __STDC__
14740 # include <limits.h>
14741 #else
14742 # include <assert.h>
14743 #endif
14745 #undef $ac_func
14747 /* Override any GCC internal prototype to avoid an error.
14748 Use char because int might match the return type of a GCC
14749 builtin and then its argument prototype would still apply. */
14750 #ifdef __cplusplus
14751 extern "C"
14752 #endif
14753 char $ac_func ();
14754 /* The GNU C library defines this for functions which it implements
14755 to always fail with ENOSYS. Some functions are actually named
14756 something starting with __ and the normal name is an alias. */
14757 #if defined __stub_$ac_func || defined __stub___$ac_func
14758 choke me
14759 #endif
14762 main ()
14764 return $ac_func ();
14766 return 0;
14768 _ACEOF
14769 rm -f conftest.$ac_objext conftest$ac_exeext
14770 if { (ac_try="$ac_link"
14771 case "(($ac_try" in
14772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14773 *) ac_try_echo=$ac_try;;
14774 esac
14775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14776 (eval "$ac_link") 2>conftest.er1
14777 ac_status=$?
14778 grep -v '^ *+' conftest.er1 >conftest.err
14779 rm -f conftest.er1
14780 cat conftest.err >&5
14781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14782 (exit $ac_status); } && {
14783 test -z "$ac_c_werror_flag" ||
14784 test ! -s conftest.err
14785 } && test -s conftest$ac_exeext &&
14786 $as_test_x conftest$ac_exeext; then
14787 eval "$as_ac_var=yes"
14788 else
14789 echo "$as_me: failed program was:" >&5
14790 sed 's/^/| /' conftest.$ac_ext >&5
14792 eval "$as_ac_var=no"
14795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14796 conftest$ac_exeext conftest.$ac_ext
14798 ac_res=`eval echo '${'$as_ac_var'}'`
14799 { echo "$as_me:$LINENO: result: $ac_res" >&5
14800 echo "${ECHO_T}$ac_res" >&6; }
14801 if test `eval echo '${'$as_ac_var'}'` = yes; then
14802 cat >>confdefs.h <<_ACEOF
14803 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14804 _ACEOF
14807 done
14809 CFLAGS="$ac_save_CFLAGS"
14810 CPPFLAGS="$ac_save_CPPFLAGS"
14811 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14812 then
14814 cat >>confdefs.h <<\_ACEOF
14815 #define HAVE_FREETYPE 1
14816 _ACEOF
14818 FREETYPELIBS="$ac_freetype_libs"
14820 FREETYPEINCL="$ac_freetype_incl"
14825 if test "x$FREETYPELIBS" = "x"; then
14826 case "x$with_freetype" in
14827 xno) ;;
14828 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14829 Use the --without-freetype option if you really want this." >&5
14830 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14831 Use the --without-freetype option if you really want this." >&2;}
14832 { (exit 1); exit 1; }; } ;;
14833 esac
14836 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14838 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14839 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14840 if test "${ac_cv_c_ppdev+set}" = set; then
14841 echo $ECHO_N "(cached) $ECHO_C" >&6
14842 else
14843 cat >conftest.$ac_ext <<_ACEOF
14844 /* confdefs.h. */
14845 _ACEOF
14846 cat confdefs.h >>conftest.$ac_ext
14847 cat >>conftest.$ac_ext <<_ACEOF
14848 /* end confdefs.h. */
14849 #include <linux/ppdev.h>
14851 main ()
14853 ioctl (1,PPCLAIM,0)
14855 return 0;
14857 _ACEOF
14858 rm -f conftest.$ac_objext
14859 if { (ac_try="$ac_compile"
14860 case "(($ac_try" in
14861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14862 *) ac_try_echo=$ac_try;;
14863 esac
14864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14865 (eval "$ac_compile") 2>conftest.er1
14866 ac_status=$?
14867 grep -v '^ *+' conftest.er1 >conftest.err
14868 rm -f conftest.er1
14869 cat conftest.err >&5
14870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14871 (exit $ac_status); } && {
14872 test -z "$ac_c_werror_flag" ||
14873 test ! -s conftest.err
14874 } && test -s conftest.$ac_objext; then
14875 ac_cv_c_ppdev="yes"
14876 else
14877 echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.$ac_ext >&5
14880 ac_cv_c_ppdev="no"
14883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14885 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14886 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14887 if test "$ac_cv_c_ppdev" = "yes"
14888 then
14890 cat >>confdefs.h <<\_ACEOF
14891 #define HAVE_PPDEV 1
14892 _ACEOF
14896 ac_wine_check_funcs_save_LIBS="$LIBS"
14897 LIBS="$LIBS $LIBPTHREAD"
14902 for ac_func in \
14903 pthread_attr_get_np \
14904 pthread_getattr_np \
14905 pthread_get_stackaddr_np \
14906 pthread_get_stacksize_np
14908 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14909 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14910 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14911 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14912 echo $ECHO_N "(cached) $ECHO_C" >&6
14913 else
14914 cat >conftest.$ac_ext <<_ACEOF
14915 /* confdefs.h. */
14916 _ACEOF
14917 cat confdefs.h >>conftest.$ac_ext
14918 cat >>conftest.$ac_ext <<_ACEOF
14919 /* end confdefs.h. */
14920 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14921 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14922 #define $ac_func innocuous_$ac_func
14924 /* System header to define __stub macros and hopefully few prototypes,
14925 which can conflict with char $ac_func (); below.
14926 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14927 <limits.h> exists even on freestanding compilers. */
14929 #ifdef __STDC__
14930 # include <limits.h>
14931 #else
14932 # include <assert.h>
14933 #endif
14935 #undef $ac_func
14937 /* Override any GCC internal prototype to avoid an error.
14938 Use char because int might match the return type of a GCC
14939 builtin and then its argument prototype would still apply. */
14940 #ifdef __cplusplus
14941 extern "C"
14942 #endif
14943 char $ac_func ();
14944 /* The GNU C library defines this for functions which it implements
14945 to always fail with ENOSYS. Some functions are actually named
14946 something starting with __ and the normal name is an alias. */
14947 #if defined __stub_$ac_func || defined __stub___$ac_func
14948 choke me
14949 #endif
14952 main ()
14954 return $ac_func ();
14956 return 0;
14958 _ACEOF
14959 rm -f conftest.$ac_objext conftest$ac_exeext
14960 if { (ac_try="$ac_link"
14961 case "(($ac_try" in
14962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14963 *) ac_try_echo=$ac_try;;
14964 esac
14965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14966 (eval "$ac_link") 2>conftest.er1
14967 ac_status=$?
14968 grep -v '^ *+' conftest.er1 >conftest.err
14969 rm -f conftest.er1
14970 cat conftest.err >&5
14971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14972 (exit $ac_status); } && {
14973 test -z "$ac_c_werror_flag" ||
14974 test ! -s conftest.err
14975 } && test -s conftest$ac_exeext &&
14976 $as_test_x conftest$ac_exeext; then
14977 eval "$as_ac_var=yes"
14978 else
14979 echo "$as_me: failed program was:" >&5
14980 sed 's/^/| /' conftest.$ac_ext >&5
14982 eval "$as_ac_var=no"
14985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14986 conftest$ac_exeext conftest.$ac_ext
14988 ac_res=`eval echo '${'$as_ac_var'}'`
14989 { echo "$as_me:$LINENO: result: $ac_res" >&5
14990 echo "${ECHO_T}$ac_res" >&6; }
14991 if test `eval echo '${'$as_ac_var'}'` = yes; then
14992 cat >>confdefs.h <<_ACEOF
14993 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14994 _ACEOF
14997 done
14999 LIBS="$ac_wine_check_funcs_save_LIBS"
15001 if test "$ac_cv_header_zlib_h" = "yes"
15002 then
15003 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15004 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
15005 if test "${ac_cv_lib_z_inflate+set}" = set; then
15006 echo $ECHO_N "(cached) $ECHO_C" >&6
15007 else
15008 ac_check_lib_save_LIBS=$LIBS
15009 LIBS="-lz $LIBS"
15010 cat >conftest.$ac_ext <<_ACEOF
15011 /* confdefs.h. */
15012 _ACEOF
15013 cat confdefs.h >>conftest.$ac_ext
15014 cat >>conftest.$ac_ext <<_ACEOF
15015 /* end confdefs.h. */
15017 /* Override any GCC internal prototype to avoid an error.
15018 Use char because int might match the return type of a GCC
15019 builtin and then its argument prototype would still apply. */
15020 #ifdef __cplusplus
15021 extern "C"
15022 #endif
15023 char inflate ();
15025 main ()
15027 return inflate ();
15029 return 0;
15031 _ACEOF
15032 rm -f conftest.$ac_objext conftest$ac_exeext
15033 if { (ac_try="$ac_link"
15034 case "(($ac_try" in
15035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15036 *) ac_try_echo=$ac_try;;
15037 esac
15038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15039 (eval "$ac_link") 2>conftest.er1
15040 ac_status=$?
15041 grep -v '^ *+' conftest.er1 >conftest.err
15042 rm -f conftest.er1
15043 cat conftest.err >&5
15044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15045 (exit $ac_status); } && {
15046 test -z "$ac_c_werror_flag" ||
15047 test ! -s conftest.err
15048 } && test -s conftest$ac_exeext &&
15049 $as_test_x conftest$ac_exeext; then
15050 ac_cv_lib_z_inflate=yes
15051 else
15052 echo "$as_me: failed program was:" >&5
15053 sed 's/^/| /' conftest.$ac_ext >&5
15055 ac_cv_lib_z_inflate=no
15058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15059 conftest$ac_exeext conftest.$ac_ext
15060 LIBS=$ac_check_lib_save_LIBS
15062 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15063 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
15064 if test $ac_cv_lib_z_inflate = yes; then
15066 cat >>confdefs.h <<\_ACEOF
15067 #define HAVE_ZLIB 1
15068 _ACEOF
15070 ZLIB="-lz"
15076 if test "x$with_esd" != xno
15077 then
15078 save_CFLAGS="$CFLAGS"
15079 # Extract the first word of "esd-config", so it can be a program name with args.
15080 set dummy esd-config; ac_word=$2
15081 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15083 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15084 echo $ECHO_N "(cached) $ECHO_C" >&6
15085 else
15086 case $ESDCONFIG in
15087 [\\/]* | ?:[\\/]*)
15088 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15092 for as_dir in $PATH
15094 IFS=$as_save_IFS
15095 test -z "$as_dir" && as_dir=.
15096 for ac_exec_ext in '' $ac_executable_extensions; do
15097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15098 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15099 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15100 break 2
15102 done
15103 done
15104 IFS=$as_save_IFS
15106 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15108 esac
15110 ESDCONFIG=$ac_cv_path_ESDCONFIG
15111 if test -n "$ESDCONFIG"; then
15112 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15113 echo "${ECHO_T}$ESDCONFIG" >&6; }
15114 else
15115 { echo "$as_me:$LINENO: result: no" >&5
15116 echo "${ECHO_T}no" >&6; }
15120 if test "x$ESDCONFIG" != "xno"
15121 then
15122 ac_esd_incl=""
15123 for i in `$ESDCONFIG --cflags`
15125 case "$i" in
15126 -I*) ac_esd_incl="$ac_esd_incl $i";;
15127 esac
15128 done
15129 ac_esd_libs=`$ESDCONFIG --libs`
15130 CFLAGS="$CFLAGS $ac_esd_incl"
15132 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15133 if test "${ac_cv_header_esd_h+set}" = set; then
15134 { echo "$as_me:$LINENO: checking for esd.h" >&5
15135 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15136 if test "${ac_cv_header_esd_h+set}" = set; then
15137 echo $ECHO_N "(cached) $ECHO_C" >&6
15139 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15140 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15141 else
15142 # Is the header compilable?
15143 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15144 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15145 cat >conftest.$ac_ext <<_ACEOF
15146 /* confdefs.h. */
15147 _ACEOF
15148 cat confdefs.h >>conftest.$ac_ext
15149 cat >>conftest.$ac_ext <<_ACEOF
15150 /* end confdefs.h. */
15151 $ac_includes_default
15152 #include <esd.h>
15153 _ACEOF
15154 rm -f conftest.$ac_objext
15155 if { (ac_try="$ac_compile"
15156 case "(($ac_try" in
15157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15158 *) ac_try_echo=$ac_try;;
15159 esac
15160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15161 (eval "$ac_compile") 2>conftest.er1
15162 ac_status=$?
15163 grep -v '^ *+' conftest.er1 >conftest.err
15164 rm -f conftest.er1
15165 cat conftest.err >&5
15166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15167 (exit $ac_status); } && {
15168 test -z "$ac_c_werror_flag" ||
15169 test ! -s conftest.err
15170 } && test -s conftest.$ac_objext; then
15171 ac_header_compiler=yes
15172 else
15173 echo "$as_me: failed program was:" >&5
15174 sed 's/^/| /' conftest.$ac_ext >&5
15176 ac_header_compiler=no
15179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15180 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15181 echo "${ECHO_T}$ac_header_compiler" >&6; }
15183 # Is the header present?
15184 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15185 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15186 cat >conftest.$ac_ext <<_ACEOF
15187 /* confdefs.h. */
15188 _ACEOF
15189 cat confdefs.h >>conftest.$ac_ext
15190 cat >>conftest.$ac_ext <<_ACEOF
15191 /* end confdefs.h. */
15192 #include <esd.h>
15193 _ACEOF
15194 if { (ac_try="$ac_cpp conftest.$ac_ext"
15195 case "(($ac_try" in
15196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15197 *) ac_try_echo=$ac_try;;
15198 esac
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15201 ac_status=$?
15202 grep -v '^ *+' conftest.er1 >conftest.err
15203 rm -f conftest.er1
15204 cat conftest.err >&5
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } >/dev/null && {
15207 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15208 test ! -s conftest.err
15209 }; then
15210 ac_header_preproc=yes
15211 else
15212 echo "$as_me: failed program was:" >&5
15213 sed 's/^/| /' conftest.$ac_ext >&5
15215 ac_header_preproc=no
15218 rm -f conftest.err conftest.$ac_ext
15219 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15220 echo "${ECHO_T}$ac_header_preproc" >&6; }
15222 # So? What about this header?
15223 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15224 yes:no: )
15225 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15226 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15227 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15228 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15229 ac_header_preproc=yes
15231 no:yes:* )
15232 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15233 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15235 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15236 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15237 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15238 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15239 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15240 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15241 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15242 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15243 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15244 ( cat <<\_ASBOX
15245 ## ------------------------------------ ##
15246 ## Report this to wine-devel@winehq.org ##
15247 ## ------------------------------------ ##
15248 _ASBOX
15249 ) | sed "s/^/$as_me: WARNING: /" >&2
15251 esac
15252 { echo "$as_me:$LINENO: checking for esd.h" >&5
15253 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15254 if test "${ac_cv_header_esd_h+set}" = set; then
15255 echo $ECHO_N "(cached) $ECHO_C" >&6
15256 else
15257 ac_cv_header_esd_h=$ac_header_preproc
15259 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15260 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15263 if test $ac_cv_header_esd_h = yes; then
15264 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15265 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15266 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15267 echo $ECHO_N "(cached) $ECHO_C" >&6
15268 else
15269 ac_check_lib_save_LIBS=$LIBS
15270 LIBS="-lesd $ac_esd_libs $LIBS"
15271 cat >conftest.$ac_ext <<_ACEOF
15272 /* confdefs.h. */
15273 _ACEOF
15274 cat confdefs.h >>conftest.$ac_ext
15275 cat >>conftest.$ac_ext <<_ACEOF
15276 /* end confdefs.h. */
15278 /* Override any GCC internal prototype to avoid an error.
15279 Use char because int might match the return type of a GCC
15280 builtin and then its argument prototype would still apply. */
15281 #ifdef __cplusplus
15282 extern "C"
15283 #endif
15284 char esd_open_sound ();
15286 main ()
15288 return esd_open_sound ();
15290 return 0;
15292 _ACEOF
15293 rm -f conftest.$ac_objext conftest$ac_exeext
15294 if { (ac_try="$ac_link"
15295 case "(($ac_try" in
15296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15297 *) ac_try_echo=$ac_try;;
15298 esac
15299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15300 (eval "$ac_link") 2>conftest.er1
15301 ac_status=$?
15302 grep -v '^ *+' conftest.er1 >conftest.err
15303 rm -f conftest.er1
15304 cat conftest.err >&5
15305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15306 (exit $ac_status); } && {
15307 test -z "$ac_c_werror_flag" ||
15308 test ! -s conftest.err
15309 } && test -s conftest$ac_exeext &&
15310 $as_test_x conftest$ac_exeext; then
15311 ac_cv_lib_esd_esd_open_sound=yes
15312 else
15313 echo "$as_me: failed program was:" >&5
15314 sed 's/^/| /' conftest.$ac_ext >&5
15316 ac_cv_lib_esd_esd_open_sound=no
15319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15320 conftest$ac_exeext conftest.$ac_ext
15321 LIBS=$ac_check_lib_save_LIBS
15323 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15324 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15325 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15326 ESDINCL="$ac_esd_incl"
15328 ESDLIBS="$ac_esd_libs"
15331 cat >>confdefs.h <<\_ACEOF
15332 #define HAVE_ESD 1
15333 _ACEOF
15340 CFLAGS="$save_CFLAGS"
15343 if test "x$with_pulse" != "xno"; then
15344 if test "$PKG_CONFIG" != "false"; then
15345 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15346 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15347 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15348 have_pulseaudio="yes"
15349 else
15350 have_pulseaudio="no"
15352 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15353 echo "${ECHO_T}$have_pulseaudio" >&6; }
15354 if test x"$have_pulseaudio" = xyes; then
15355 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15357 cat >>confdefs.h <<\_ACEOF
15358 #define HAVE_PULSEAUDIO 1
15359 _ACEOF
15361 PULSELIBS="$ac_pulse_libs"
15363 else
15364 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15369 ALSALIBS=""
15371 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15372 then
15373 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15374 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15375 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15376 echo $ECHO_N "(cached) $ECHO_C" >&6
15377 else
15378 ac_check_lib_save_LIBS=$LIBS
15379 LIBS="-lasound $LIBS"
15380 cat >conftest.$ac_ext <<_ACEOF
15381 /* confdefs.h. */
15382 _ACEOF
15383 cat confdefs.h >>conftest.$ac_ext
15384 cat >>conftest.$ac_ext <<_ACEOF
15385 /* end confdefs.h. */
15387 /* Override any GCC internal prototype to avoid an error.
15388 Use char because int might match the return type of a GCC
15389 builtin and then its argument prototype would still apply. */
15390 #ifdef __cplusplus
15391 extern "C"
15392 #endif
15393 char snd_pcm_hw_params_get_access ();
15395 main ()
15397 return snd_pcm_hw_params_get_access ();
15399 return 0;
15401 _ACEOF
15402 rm -f conftest.$ac_objext conftest$ac_exeext
15403 if { (ac_try="$ac_link"
15404 case "(($ac_try" in
15405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15406 *) ac_try_echo=$ac_try;;
15407 esac
15408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15409 (eval "$ac_link") 2>conftest.er1
15410 ac_status=$?
15411 grep -v '^ *+' conftest.er1 >conftest.err
15412 rm -f conftest.er1
15413 cat conftest.err >&5
15414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15415 (exit $ac_status); } && {
15416 test -z "$ac_c_werror_flag" ||
15417 test ! -s conftest.err
15418 } && test -s conftest$ac_exeext &&
15419 $as_test_x conftest$ac_exeext; then
15420 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15421 else
15422 echo "$as_me: failed program was:" >&5
15423 sed 's/^/| /' conftest.$ac_ext >&5
15425 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15429 conftest$ac_exeext conftest.$ac_ext
15430 LIBS=$ac_check_lib_save_LIBS
15432 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15433 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15434 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15435 cat >conftest.$ac_ext <<_ACEOF
15436 /* confdefs.h. */
15437 _ACEOF
15438 cat confdefs.h >>conftest.$ac_ext
15439 cat >>conftest.$ac_ext <<_ACEOF
15440 /* end confdefs.h. */
15441 #ifdef HAVE_ALSA_ASOUNDLIB_H
15442 #include <alsa/asoundlib.h>
15443 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15444 #include <sys/asoundlib.h>
15445 #endif
15447 main ()
15449 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15451 return 0;
15453 _ACEOF
15454 rm -f conftest.$ac_objext
15455 if { (ac_try="$ac_compile"
15456 case "(($ac_try" in
15457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15458 *) ac_try_echo=$ac_try;;
15459 esac
15460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15461 (eval "$ac_compile") 2>conftest.er1
15462 ac_status=$?
15463 grep -v '^ *+' conftest.er1 >conftest.err
15464 rm -f conftest.er1
15465 cat conftest.err >&5
15466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467 (exit $ac_status); } && {
15468 test -z "$ac_c_werror_flag" ||
15469 test ! -s conftest.err
15470 } && test -s conftest.$ac_objext; then
15472 cat >>confdefs.h <<\_ACEOF
15473 #define HAVE_ALSA 1
15474 _ACEOF
15476 ALSALIBS="-lasound"
15477 else
15478 echo "$as_me: failed program was:" >&5
15479 sed 's/^/| /' conftest.$ac_ext >&5
15484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15489 AUDIOIOLIBS=""
15491 if test "$ac_cv_header_libaudioio_h" = "yes"
15492 then
15493 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15494 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15495 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15496 echo $ECHO_N "(cached) $ECHO_C" >&6
15497 else
15498 ac_check_lib_save_LIBS=$LIBS
15499 LIBS="-laudioio $LIBS"
15500 cat >conftest.$ac_ext <<_ACEOF
15501 /* confdefs.h. */
15502 _ACEOF
15503 cat confdefs.h >>conftest.$ac_ext
15504 cat >>conftest.$ac_ext <<_ACEOF
15505 /* end confdefs.h. */
15507 /* Override any GCC internal prototype to avoid an error.
15508 Use char because int might match the return type of a GCC
15509 builtin and then its argument prototype would still apply. */
15510 #ifdef __cplusplus
15511 extern "C"
15512 #endif
15513 char AudioIOGetVersion ();
15515 main ()
15517 return AudioIOGetVersion ();
15519 return 0;
15521 _ACEOF
15522 rm -f conftest.$ac_objext conftest$ac_exeext
15523 if { (ac_try="$ac_link"
15524 case "(($ac_try" in
15525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15526 *) ac_try_echo=$ac_try;;
15527 esac
15528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15529 (eval "$ac_link") 2>conftest.er1
15530 ac_status=$?
15531 grep -v '^ *+' conftest.er1 >conftest.err
15532 rm -f conftest.er1
15533 cat conftest.err >&5
15534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15535 (exit $ac_status); } && {
15536 test -z "$ac_c_werror_flag" ||
15537 test ! -s conftest.err
15538 } && test -s conftest$ac_exeext &&
15539 $as_test_x conftest$ac_exeext; then
15540 ac_cv_lib_audioio_AudioIOGetVersion=yes
15541 else
15542 echo "$as_me: failed program was:" >&5
15543 sed 's/^/| /' conftest.$ac_ext >&5
15545 ac_cv_lib_audioio_AudioIOGetVersion=no
15548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15549 conftest$ac_exeext conftest.$ac_ext
15550 LIBS=$ac_check_lib_save_LIBS
15552 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15553 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15554 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15555 AUDIOIOLIBS="-laudioio"
15557 cat >>confdefs.h <<\_ACEOF
15558 #define HAVE_LIBAUDIOIO 1
15559 _ACEOF
15566 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15567 then
15568 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15569 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15570 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15572 else
15573 ac_check_soname_save_LIBS=$LIBS
15574 LIBS="-lcapi20 $LIBS"
15575 cat >conftest.$ac_ext <<_ACEOF
15576 /* confdefs.h. */
15577 _ACEOF
15578 cat confdefs.h >>conftest.$ac_ext
15579 cat >>conftest.$ac_ext <<_ACEOF
15580 /* end confdefs.h. */
15582 /* Override any GCC internal prototype to avoid an error.
15583 Use char because int might match the return type of a GCC
15584 builtin and then its argument prototype would still apply. */
15585 #ifdef __cplusplus
15586 extern "C"
15587 #endif
15588 char capi20_register ();
15590 main ()
15592 return capi20_register ();
15594 return 0;
15596 _ACEOF
15597 rm -f conftest.$ac_objext conftest$ac_exeext
15598 if { (ac_try="$ac_link"
15599 case "(($ac_try" in
15600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15601 *) ac_try_echo=$ac_try;;
15602 esac
15603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15604 (eval "$ac_link") 2>conftest.er1
15605 ac_status=$?
15606 grep -v '^ *+' conftest.er1 >conftest.err
15607 rm -f conftest.er1
15608 cat conftest.err >&5
15609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15610 (exit $ac_status); } && {
15611 test -z "$ac_c_werror_flag" ||
15612 test ! -s conftest.err
15613 } && test -s conftest$ac_exeext &&
15614 $as_test_x conftest$ac_exeext; then
15615 case "$LIBEXT" in
15616 dll) ;;
15617 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'` ;;
15618 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15619 esac
15620 else
15621 echo "$as_me: failed program was:" >&5
15622 sed 's/^/| /' conftest.$ac_ext >&5
15627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15628 conftest$ac_exeext conftest.$ac_ext
15629 LIBS=$ac_check_soname_save_LIBS
15631 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15632 { echo "$as_me:$LINENO: result: not found" >&5
15633 echo "${ECHO_T}not found" >&6; }
15635 else
15636 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15637 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15639 cat >>confdefs.h <<_ACEOF
15640 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15641 _ACEOF
15647 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15648 case "x$with_capi" in
15649 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15650 xno) ;;
15651 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15652 This is an error since --with-capi was requested." >&5
15653 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15654 This is an error since --with-capi was requested." >&2;}
15655 { (exit 1); exit 1; }; } ;;
15656 esac
15660 CUPSINCL=""
15662 if test "x$with_cups" != "xno"
15663 then
15664 ac_save_CPPFLAGS="$CPPFLAGS"
15665 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15666 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15667 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15669 for ac_header in cups/cups.h
15671 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15672 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15673 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15674 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15675 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15676 echo $ECHO_N "(cached) $ECHO_C" >&6
15678 ac_res=`eval echo '${'$as_ac_Header'}'`
15679 { echo "$as_me:$LINENO: result: $ac_res" >&5
15680 echo "${ECHO_T}$ac_res" >&6; }
15681 else
15682 # Is the header compilable?
15683 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15684 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15685 cat >conftest.$ac_ext <<_ACEOF
15686 /* confdefs.h. */
15687 _ACEOF
15688 cat confdefs.h >>conftest.$ac_ext
15689 cat >>conftest.$ac_ext <<_ACEOF
15690 /* end confdefs.h. */
15691 $ac_includes_default
15692 #include <$ac_header>
15693 _ACEOF
15694 rm -f conftest.$ac_objext
15695 if { (ac_try="$ac_compile"
15696 case "(($ac_try" in
15697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15698 *) ac_try_echo=$ac_try;;
15699 esac
15700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15701 (eval "$ac_compile") 2>conftest.er1
15702 ac_status=$?
15703 grep -v '^ *+' conftest.er1 >conftest.err
15704 rm -f conftest.er1
15705 cat conftest.err >&5
15706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15707 (exit $ac_status); } && {
15708 test -z "$ac_c_werror_flag" ||
15709 test ! -s conftest.err
15710 } && test -s conftest.$ac_objext; then
15711 ac_header_compiler=yes
15712 else
15713 echo "$as_me: failed program was:" >&5
15714 sed 's/^/| /' conftest.$ac_ext >&5
15716 ac_header_compiler=no
15719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15720 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15721 echo "${ECHO_T}$ac_header_compiler" >&6; }
15723 # Is the header present?
15724 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15725 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15726 cat >conftest.$ac_ext <<_ACEOF
15727 /* confdefs.h. */
15728 _ACEOF
15729 cat confdefs.h >>conftest.$ac_ext
15730 cat >>conftest.$ac_ext <<_ACEOF
15731 /* end confdefs.h. */
15732 #include <$ac_header>
15733 _ACEOF
15734 if { (ac_try="$ac_cpp conftest.$ac_ext"
15735 case "(($ac_try" in
15736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15737 *) ac_try_echo=$ac_try;;
15738 esac
15739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15740 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15741 ac_status=$?
15742 grep -v '^ *+' conftest.er1 >conftest.err
15743 rm -f conftest.er1
15744 cat conftest.err >&5
15745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15746 (exit $ac_status); } >/dev/null && {
15747 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15748 test ! -s conftest.err
15749 }; then
15750 ac_header_preproc=yes
15751 else
15752 echo "$as_me: failed program was:" >&5
15753 sed 's/^/| /' conftest.$ac_ext >&5
15755 ac_header_preproc=no
15758 rm -f conftest.err conftest.$ac_ext
15759 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15760 echo "${ECHO_T}$ac_header_preproc" >&6; }
15762 # So? What about this header?
15763 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15764 yes:no: )
15765 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15766 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15767 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15768 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15769 ac_header_preproc=yes
15771 no:yes:* )
15772 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15773 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15774 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15775 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15776 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15777 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15778 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15779 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15781 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15782 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15783 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15784 ( cat <<\_ASBOX
15785 ## ------------------------------------ ##
15786 ## Report this to wine-devel@winehq.org ##
15787 ## ------------------------------------ ##
15788 _ASBOX
15789 ) | sed "s/^/$as_me: WARNING: /" >&2
15791 esac
15792 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15795 echo $ECHO_N "(cached) $ECHO_C" >&6
15796 else
15797 eval "$as_ac_Header=\$ac_header_preproc"
15799 ac_res=`eval echo '${'$as_ac_Header'}'`
15800 { echo "$as_me:$LINENO: result: $ac_res" >&5
15801 echo "${ECHO_T}$ac_res" >&6; }
15804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15805 cat >>confdefs.h <<_ACEOF
15806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15807 _ACEOF
15808 { echo "$as_me:$LINENO: checking for -lcups" >&5
15809 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15810 if test "${ac_cv_lib_soname_cups+set}" = set; then
15811 echo $ECHO_N "(cached) $ECHO_C" >&6
15812 else
15813 ac_check_soname_save_LIBS=$LIBS
15814 LIBS="-lcups $ac_cups_libs $LIBS"
15815 cat >conftest.$ac_ext <<_ACEOF
15816 /* confdefs.h. */
15817 _ACEOF
15818 cat confdefs.h >>conftest.$ac_ext
15819 cat >>conftest.$ac_ext <<_ACEOF
15820 /* end confdefs.h. */
15822 /* Override any GCC internal prototype to avoid an error.
15823 Use char because int might match the return type of a GCC
15824 builtin and then its argument prototype would still apply. */
15825 #ifdef __cplusplus
15826 extern "C"
15827 #endif
15828 char cupsGetDefault ();
15830 main ()
15832 return cupsGetDefault ();
15834 return 0;
15836 _ACEOF
15837 rm -f conftest.$ac_objext conftest$ac_exeext
15838 if { (ac_try="$ac_link"
15839 case "(($ac_try" in
15840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15841 *) ac_try_echo=$ac_try;;
15842 esac
15843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15844 (eval "$ac_link") 2>conftest.er1
15845 ac_status=$?
15846 grep -v '^ *+' conftest.er1 >conftest.err
15847 rm -f conftest.er1
15848 cat conftest.err >&5
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); } && {
15851 test -z "$ac_c_werror_flag" ||
15852 test ! -s conftest.err
15853 } && test -s conftest$ac_exeext &&
15854 $as_test_x conftest$ac_exeext; then
15855 case "$LIBEXT" in
15856 dll) ;;
15857 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'` ;;
15858 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15859 esac
15860 else
15861 echo "$as_me: failed program was:" >&5
15862 sed 's/^/| /' conftest.$ac_ext >&5
15867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15868 conftest$ac_exeext conftest.$ac_ext
15869 LIBS=$ac_check_soname_save_LIBS
15871 if test "x$ac_cv_lib_soname_cups" = "x"; then
15872 { echo "$as_me:$LINENO: result: not found" >&5
15873 echo "${ECHO_T}not found" >&6; }
15875 else
15876 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15877 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15879 cat >>confdefs.h <<_ACEOF
15880 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15881 _ACEOF
15883 CUPSINCL="$ac_cups_cflags"
15888 done
15890 CPPFLAGS="$ac_save_CPPFLAGS"
15892 if test "x$ac_cv_lib_soname_cups" = "x"; then
15893 case "x$with_cups" in
15894 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15895 xno) ;;
15896 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15897 This is an error since --with-cups was requested." >&5
15898 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15899 This is an error since --with-cups was requested." >&2;}
15900 { (exit 1); exit 1; }; } ;;
15901 esac
15905 if test "$ac_cv_header_jack_jack_h" = "yes"
15906 then
15907 { echo "$as_me:$LINENO: checking for -ljack" >&5
15908 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15909 if test "${ac_cv_lib_soname_jack+set}" = set; then
15910 echo $ECHO_N "(cached) $ECHO_C" >&6
15911 else
15912 ac_check_soname_save_LIBS=$LIBS
15913 LIBS="-ljack $LIBS"
15914 cat >conftest.$ac_ext <<_ACEOF
15915 /* confdefs.h. */
15916 _ACEOF
15917 cat confdefs.h >>conftest.$ac_ext
15918 cat >>conftest.$ac_ext <<_ACEOF
15919 /* end confdefs.h. */
15921 /* Override any GCC internal prototype to avoid an error.
15922 Use char because int might match the return type of a GCC
15923 builtin and then its argument prototype would still apply. */
15924 #ifdef __cplusplus
15925 extern "C"
15926 #endif
15927 char jack_client_new ();
15929 main ()
15931 return jack_client_new ();
15933 return 0;
15935 _ACEOF
15936 rm -f conftest.$ac_objext conftest$ac_exeext
15937 if { (ac_try="$ac_link"
15938 case "(($ac_try" in
15939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15940 *) ac_try_echo=$ac_try;;
15941 esac
15942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15943 (eval "$ac_link") 2>conftest.er1
15944 ac_status=$?
15945 grep -v '^ *+' conftest.er1 >conftest.err
15946 rm -f conftest.er1
15947 cat conftest.err >&5
15948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15949 (exit $ac_status); } && {
15950 test -z "$ac_c_werror_flag" ||
15951 test ! -s conftest.err
15952 } && test -s conftest$ac_exeext &&
15953 $as_test_x conftest$ac_exeext; then
15954 case "$LIBEXT" in
15955 dll) ;;
15956 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'` ;;
15957 *) 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'` ;;
15958 esac
15959 else
15960 echo "$as_me: failed program was:" >&5
15961 sed 's/^/| /' conftest.$ac_ext >&5
15966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15967 conftest$ac_exeext conftest.$ac_ext
15968 LIBS=$ac_check_soname_save_LIBS
15970 if test "x$ac_cv_lib_soname_jack" = "x"; then
15971 { echo "$as_me:$LINENO: result: not found" >&5
15972 echo "${ECHO_T}not found" >&6; }
15974 else
15975 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15976 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15978 cat >>confdefs.h <<_ACEOF
15979 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15980 _ACEOF
15987 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15988 then
15989 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15990 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15991 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15992 echo $ECHO_N "(cached) $ECHO_C" >&6
15993 else
15994 ac_check_soname_save_LIBS=$LIBS
15995 LIBS="-lfontconfig $LIBS"
15996 cat >conftest.$ac_ext <<_ACEOF
15997 /* confdefs.h. */
15998 _ACEOF
15999 cat confdefs.h >>conftest.$ac_ext
16000 cat >>conftest.$ac_ext <<_ACEOF
16001 /* end confdefs.h. */
16003 /* Override any GCC internal prototype to avoid an error.
16004 Use char because int might match the return type of a GCC
16005 builtin and then its argument prototype would still apply. */
16006 #ifdef __cplusplus
16007 extern "C"
16008 #endif
16009 char FcInit ();
16011 main ()
16013 return FcInit ();
16015 return 0;
16017 _ACEOF
16018 rm -f conftest.$ac_objext conftest$ac_exeext
16019 if { (ac_try="$ac_link"
16020 case "(($ac_try" in
16021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16022 *) ac_try_echo=$ac_try;;
16023 esac
16024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16025 (eval "$ac_link") 2>conftest.er1
16026 ac_status=$?
16027 grep -v '^ *+' conftest.er1 >conftest.err
16028 rm -f conftest.er1
16029 cat conftest.err >&5
16030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16031 (exit $ac_status); } && {
16032 test -z "$ac_c_werror_flag" ||
16033 test ! -s conftest.err
16034 } && test -s conftest$ac_exeext &&
16035 $as_test_x conftest$ac_exeext; then
16036 case "$LIBEXT" in
16037 dll) ;;
16038 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16039 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16040 esac
16041 else
16042 echo "$as_me: failed program was:" >&5
16043 sed 's/^/| /' conftest.$ac_ext >&5
16048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16049 conftest$ac_exeext conftest.$ac_ext
16050 LIBS=$ac_check_soname_save_LIBS
16052 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16053 { echo "$as_me:$LINENO: result: not found" >&5
16054 echo "${ECHO_T}not found" >&6; }
16056 else
16057 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16058 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16060 cat >>confdefs.h <<_ACEOF
16061 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16062 _ACEOF
16067 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16068 then
16069 ac_save_CPPFLAGS="$CPPFLAGS"
16070 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16071 $as_unset ac_cv_header_fontconfig_fontconfig_h
16073 for ac_header in fontconfig/fontconfig.h
16075 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16076 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16077 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16080 echo $ECHO_N "(cached) $ECHO_C" >&6
16082 ac_res=`eval echo '${'$as_ac_Header'}'`
16083 { echo "$as_me:$LINENO: result: $ac_res" >&5
16084 echo "${ECHO_T}$ac_res" >&6; }
16085 else
16086 # Is the header compilable?
16087 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16088 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16089 cat >conftest.$ac_ext <<_ACEOF
16090 /* confdefs.h. */
16091 _ACEOF
16092 cat confdefs.h >>conftest.$ac_ext
16093 cat >>conftest.$ac_ext <<_ACEOF
16094 /* end confdefs.h. */
16095 $ac_includes_default
16096 #include <$ac_header>
16097 _ACEOF
16098 rm -f conftest.$ac_objext
16099 if { (ac_try="$ac_compile"
16100 case "(($ac_try" in
16101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16102 *) ac_try_echo=$ac_try;;
16103 esac
16104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16105 (eval "$ac_compile") 2>conftest.er1
16106 ac_status=$?
16107 grep -v '^ *+' conftest.er1 >conftest.err
16108 rm -f conftest.er1
16109 cat conftest.err >&5
16110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111 (exit $ac_status); } && {
16112 test -z "$ac_c_werror_flag" ||
16113 test ! -s conftest.err
16114 } && test -s conftest.$ac_objext; then
16115 ac_header_compiler=yes
16116 else
16117 echo "$as_me: failed program was:" >&5
16118 sed 's/^/| /' conftest.$ac_ext >&5
16120 ac_header_compiler=no
16123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16124 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16125 echo "${ECHO_T}$ac_header_compiler" >&6; }
16127 # Is the header present?
16128 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16129 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16130 cat >conftest.$ac_ext <<_ACEOF
16131 /* confdefs.h. */
16132 _ACEOF
16133 cat confdefs.h >>conftest.$ac_ext
16134 cat >>conftest.$ac_ext <<_ACEOF
16135 /* end confdefs.h. */
16136 #include <$ac_header>
16137 _ACEOF
16138 if { (ac_try="$ac_cpp conftest.$ac_ext"
16139 case "(($ac_try" in
16140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16141 *) ac_try_echo=$ac_try;;
16142 esac
16143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16144 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16145 ac_status=$?
16146 grep -v '^ *+' conftest.er1 >conftest.err
16147 rm -f conftest.er1
16148 cat conftest.err >&5
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); } >/dev/null && {
16151 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16152 test ! -s conftest.err
16153 }; then
16154 ac_header_preproc=yes
16155 else
16156 echo "$as_me: failed program was:" >&5
16157 sed 's/^/| /' conftest.$ac_ext >&5
16159 ac_header_preproc=no
16162 rm -f conftest.err conftest.$ac_ext
16163 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16164 echo "${ECHO_T}$ac_header_preproc" >&6; }
16166 # So? What about this header?
16167 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16168 yes:no: )
16169 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16170 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16171 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16172 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16173 ac_header_preproc=yes
16175 no:yes:* )
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16177 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16179 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16181 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16182 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16183 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16185 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16186 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16187 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16188 ( cat <<\_ASBOX
16189 ## ------------------------------------ ##
16190 ## Report this to wine-devel@winehq.org ##
16191 ## ------------------------------------ ##
16192 _ASBOX
16193 ) | sed "s/^/$as_me: WARNING: /" >&2
16195 esac
16196 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16199 echo $ECHO_N "(cached) $ECHO_C" >&6
16200 else
16201 eval "$as_ac_Header=\$ac_header_preproc"
16203 ac_res=`eval echo '${'$as_ac_Header'}'`
16204 { echo "$as_me:$LINENO: result: $ac_res" >&5
16205 echo "${ECHO_T}$ac_res" >&6; }
16208 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16209 cat >>confdefs.h <<_ACEOF
16210 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16211 _ACEOF
16215 done
16217 CPPFLAGS="$ac_save_CPPFLAGS"
16218 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16219 then
16220 FONTCONFIGINCL="$X_CFLAGS"
16222 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16223 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16224 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16225 echo $ECHO_N "(cached) $ECHO_C" >&6
16226 else
16227 ac_check_soname_save_LIBS=$LIBS
16228 LIBS="-lfontconfig $X_LIBS $LIBS"
16229 cat >conftest.$ac_ext <<_ACEOF
16230 /* confdefs.h. */
16231 _ACEOF
16232 cat confdefs.h >>conftest.$ac_ext
16233 cat >>conftest.$ac_ext <<_ACEOF
16234 /* end confdefs.h. */
16236 /* Override any GCC internal prototype to avoid an error.
16237 Use char because int might match the return type of a GCC
16238 builtin and then its argument prototype would still apply. */
16239 #ifdef __cplusplus
16240 extern "C"
16241 #endif
16242 char FcInit ();
16244 main ()
16246 return FcInit ();
16248 return 0;
16250 _ACEOF
16251 rm -f conftest.$ac_objext conftest$ac_exeext
16252 if { (ac_try="$ac_link"
16253 case "(($ac_try" in
16254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16255 *) ac_try_echo=$ac_try;;
16256 esac
16257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16258 (eval "$ac_link") 2>conftest.er1
16259 ac_status=$?
16260 grep -v '^ *+' conftest.er1 >conftest.err
16261 rm -f conftest.er1
16262 cat conftest.err >&5
16263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16264 (exit $ac_status); } && {
16265 test -z "$ac_c_werror_flag" ||
16266 test ! -s conftest.err
16267 } && test -s conftest$ac_exeext &&
16268 $as_test_x conftest$ac_exeext; then
16269 case "$LIBEXT" in
16270 dll) ;;
16271 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'` ;;
16272 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16273 esac
16274 else
16275 echo "$as_me: failed program was:" >&5
16276 sed 's/^/| /' conftest.$ac_ext >&5
16281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16282 conftest$ac_exeext conftest.$ac_ext
16283 LIBS=$ac_check_soname_save_LIBS
16285 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16286 { echo "$as_me:$LINENO: result: not found" >&5
16287 echo "${ECHO_T}not found" >&6; }
16289 else
16290 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16291 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16293 cat >>confdefs.h <<_ACEOF
16294 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16295 _ACEOF
16302 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16303 case "x$with_fontconfig" in
16304 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16305 xno) ;;
16306 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16307 This is an error since --with-fontconfig was requested." >&5
16308 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16309 This is an error since --with-fontconfig was requested." >&2;}
16310 { (exit 1); exit 1; }; } ;;
16311 esac
16315 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16316 then
16317 { echo "$as_me:$LINENO: checking for -lssl" >&5
16318 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16319 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16320 echo $ECHO_N "(cached) $ECHO_C" >&6
16321 else
16322 ac_check_soname_save_LIBS=$LIBS
16323 LIBS="-lssl $LIBS"
16324 cat >conftest.$ac_ext <<_ACEOF
16325 /* confdefs.h. */
16326 _ACEOF
16327 cat confdefs.h >>conftest.$ac_ext
16328 cat >>conftest.$ac_ext <<_ACEOF
16329 /* end confdefs.h. */
16331 /* Override any GCC internal prototype to avoid an error.
16332 Use char because int might match the return type of a GCC
16333 builtin and then its argument prototype would still apply. */
16334 #ifdef __cplusplus
16335 extern "C"
16336 #endif
16337 char SSL_library_init ();
16339 main ()
16341 return SSL_library_init ();
16343 return 0;
16345 _ACEOF
16346 rm -f conftest.$ac_objext conftest$ac_exeext
16347 if { (ac_try="$ac_link"
16348 case "(($ac_try" in
16349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16350 *) ac_try_echo=$ac_try;;
16351 esac
16352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16353 (eval "$ac_link") 2>conftest.er1
16354 ac_status=$?
16355 grep -v '^ *+' conftest.er1 >conftest.err
16356 rm -f conftest.er1
16357 cat conftest.err >&5
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); } && {
16360 test -z "$ac_c_werror_flag" ||
16361 test ! -s conftest.err
16362 } && test -s conftest$ac_exeext &&
16363 $as_test_x conftest$ac_exeext; then
16364 case "$LIBEXT" in
16365 dll) ;;
16366 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'` ;;
16367 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16368 esac
16369 else
16370 echo "$as_me: failed program was:" >&5
16371 sed 's/^/| /' conftest.$ac_ext >&5
16376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16377 conftest$ac_exeext conftest.$ac_ext
16378 LIBS=$ac_check_soname_save_LIBS
16380 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16381 { echo "$as_me:$LINENO: result: not found" >&5
16382 echo "${ECHO_T}not found" >&6; }
16384 else
16385 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16386 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16388 cat >>confdefs.h <<_ACEOF
16389 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16390 _ACEOF
16395 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16396 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16397 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16398 echo $ECHO_N "(cached) $ECHO_C" >&6
16399 else
16400 ac_check_soname_save_LIBS=$LIBS
16401 LIBS="-lcrypto $LIBS"
16402 cat >conftest.$ac_ext <<_ACEOF
16403 /* confdefs.h. */
16404 _ACEOF
16405 cat confdefs.h >>conftest.$ac_ext
16406 cat >>conftest.$ac_ext <<_ACEOF
16407 /* end confdefs.h. */
16409 /* Override any GCC internal prototype to avoid an error.
16410 Use char because int might match the return type of a GCC
16411 builtin and then its argument prototype would still apply. */
16412 #ifdef __cplusplus
16413 extern "C"
16414 #endif
16415 char BIO_new_socket ();
16417 main ()
16419 return BIO_new_socket ();
16421 return 0;
16423 _ACEOF
16424 rm -f conftest.$ac_objext conftest$ac_exeext
16425 if { (ac_try="$ac_link"
16426 case "(($ac_try" in
16427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16428 *) ac_try_echo=$ac_try;;
16429 esac
16430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16431 (eval "$ac_link") 2>conftest.er1
16432 ac_status=$?
16433 grep -v '^ *+' conftest.er1 >conftest.err
16434 rm -f conftest.er1
16435 cat conftest.err >&5
16436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16437 (exit $ac_status); } && {
16438 test -z "$ac_c_werror_flag" ||
16439 test ! -s conftest.err
16440 } && test -s conftest$ac_exeext &&
16441 $as_test_x conftest$ac_exeext; then
16442 case "$LIBEXT" in
16443 dll) ;;
16444 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'` ;;
16445 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16446 esac
16447 else
16448 echo "$as_me: failed program was:" >&5
16449 sed 's/^/| /' conftest.$ac_ext >&5
16454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16455 conftest$ac_exeext conftest.$ac_ext
16456 LIBS=$ac_check_soname_save_LIBS
16458 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16459 { echo "$as_me:$LINENO: result: not found" >&5
16460 echo "${ECHO_T}not found" >&6; }
16462 else
16463 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16464 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16466 cat >>confdefs.h <<_ACEOF
16467 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16468 _ACEOF
16474 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16475 case "x$with_openssl" in
16476 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16477 xno) ;;
16478 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16479 This is an error since --with-openssl was requested." >&5
16480 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16481 This is an error since --with-openssl was requested." >&2;}
16482 { (exit 1); exit 1; }; } ;;
16483 esac
16487 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16488 then
16489 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16490 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16491 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16492 echo $ECHO_N "(cached) $ECHO_C" >&6
16493 else
16494 ac_check_soname_save_LIBS=$LIBS
16495 LIBS="-lgsm $LIBS"
16496 cat >conftest.$ac_ext <<_ACEOF
16497 /* confdefs.h. */
16498 _ACEOF
16499 cat confdefs.h >>conftest.$ac_ext
16500 cat >>conftest.$ac_ext <<_ACEOF
16501 /* end confdefs.h. */
16503 /* Override any GCC internal prototype to avoid an error.
16504 Use char because int might match the return type of a GCC
16505 builtin and then its argument prototype would still apply. */
16506 #ifdef __cplusplus
16507 extern "C"
16508 #endif
16509 char gsm_create ();
16511 main ()
16513 return gsm_create ();
16515 return 0;
16517 _ACEOF
16518 rm -f conftest.$ac_objext conftest$ac_exeext
16519 if { (ac_try="$ac_link"
16520 case "(($ac_try" in
16521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522 *) ac_try_echo=$ac_try;;
16523 esac
16524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16525 (eval "$ac_link") 2>conftest.er1
16526 ac_status=$?
16527 grep -v '^ *+' conftest.er1 >conftest.err
16528 rm -f conftest.er1
16529 cat conftest.err >&5
16530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16531 (exit $ac_status); } && {
16532 test -z "$ac_c_werror_flag" ||
16533 test ! -s conftest.err
16534 } && test -s conftest$ac_exeext &&
16535 $as_test_x conftest$ac_exeext; then
16536 case "$LIBEXT" in
16537 dll) ;;
16538 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'` ;;
16539 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16540 esac
16541 else
16542 echo "$as_me: failed program was:" >&5
16543 sed 's/^/| /' conftest.$ac_ext >&5
16548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16549 conftest$ac_exeext conftest.$ac_ext
16550 LIBS=$ac_check_soname_save_LIBS
16552 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16553 { echo "$as_me:$LINENO: result: not found" >&5
16554 echo "${ECHO_T}not found" >&6; }
16556 else
16557 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16558 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16560 cat >>confdefs.h <<_ACEOF
16561 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16562 _ACEOF
16568 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16569 case "x$with_gsm" in
16570 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16571 xno) ;;
16572 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16573 This is an error since --with-gsm was requested." >&5
16574 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16575 This is an error since --with-gsm was requested." >&2;}
16576 { (exit 1); exit 1; }; } ;;
16577 esac
16581 if test "$ac_cv_header_jpeglib_h" = "yes"
16582 then
16583 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16584 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16585 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16586 echo $ECHO_N "(cached) $ECHO_C" >&6
16587 else
16588 ac_check_soname_save_LIBS=$LIBS
16589 LIBS="-ljpeg $LIBS"
16590 cat >conftest.$ac_ext <<_ACEOF
16591 /* confdefs.h. */
16592 _ACEOF
16593 cat confdefs.h >>conftest.$ac_ext
16594 cat >>conftest.$ac_ext <<_ACEOF
16595 /* end confdefs.h. */
16597 /* Override any GCC internal prototype to avoid an error.
16598 Use char because int might match the return type of a GCC
16599 builtin and then its argument prototype would still apply. */
16600 #ifdef __cplusplus
16601 extern "C"
16602 #endif
16603 char jpeg_start_decompress ();
16605 main ()
16607 return jpeg_start_decompress ();
16609 return 0;
16611 _ACEOF
16612 rm -f conftest.$ac_objext conftest$ac_exeext
16613 if { (ac_try="$ac_link"
16614 case "(($ac_try" in
16615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16616 *) ac_try_echo=$ac_try;;
16617 esac
16618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16619 (eval "$ac_link") 2>conftest.er1
16620 ac_status=$?
16621 grep -v '^ *+' conftest.er1 >conftest.err
16622 rm -f conftest.er1
16623 cat conftest.err >&5
16624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16625 (exit $ac_status); } && {
16626 test -z "$ac_c_werror_flag" ||
16627 test ! -s conftest.err
16628 } && test -s conftest$ac_exeext &&
16629 $as_test_x conftest$ac_exeext; then
16630 case "$LIBEXT" in
16631 dll) ;;
16632 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'` ;;
16633 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16634 esac
16635 else
16636 echo "$as_me: failed program was:" >&5
16637 sed 's/^/| /' conftest.$ac_ext >&5
16642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16643 conftest$ac_exeext conftest.$ac_ext
16644 LIBS=$ac_check_soname_save_LIBS
16646 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16647 { echo "$as_me:$LINENO: result: not found" >&5
16648 echo "${ECHO_T}not found" >&6; }
16650 else
16651 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16652 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16656 _ACEOF
16662 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16663 case "x$with_jpeg" in
16664 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16665 xno) ;;
16666 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16667 This is an error since --with-jpeg was requested." >&5
16668 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16669 This is an error since --with-jpeg was requested." >&2;}
16670 { (exit 1); exit 1; }; } ;;
16671 esac
16675 if test "$ac_cv_header_png_h" = "yes"
16676 then
16677 { echo "$as_me:$LINENO: checking for -lpng" >&5
16678 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16679 if test "${ac_cv_lib_soname_png+set}" = set; then
16680 echo $ECHO_N "(cached) $ECHO_C" >&6
16681 else
16682 ac_check_soname_save_LIBS=$LIBS
16683 LIBS="-lpng -lm -lz $LIBS"
16684 cat >conftest.$ac_ext <<_ACEOF
16685 /* confdefs.h. */
16686 _ACEOF
16687 cat confdefs.h >>conftest.$ac_ext
16688 cat >>conftest.$ac_ext <<_ACEOF
16689 /* end confdefs.h. */
16691 /* Override any GCC internal prototype to avoid an error.
16692 Use char because int might match the return type of a GCC
16693 builtin and then its argument prototype would still apply. */
16694 #ifdef __cplusplus
16695 extern "C"
16696 #endif
16697 char png_create_read_struct ();
16699 main ()
16701 return png_create_read_struct ();
16703 return 0;
16705 _ACEOF
16706 rm -f conftest.$ac_objext conftest$ac_exeext
16707 if { (ac_try="$ac_link"
16708 case "(($ac_try" in
16709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16710 *) ac_try_echo=$ac_try;;
16711 esac
16712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16713 (eval "$ac_link") 2>conftest.er1
16714 ac_status=$?
16715 grep -v '^ *+' conftest.er1 >conftest.err
16716 rm -f conftest.er1
16717 cat conftest.err >&5
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } && {
16720 test -z "$ac_c_werror_flag" ||
16721 test ! -s conftest.err
16722 } && test -s conftest$ac_exeext &&
16723 $as_test_x conftest$ac_exeext; then
16724 case "$LIBEXT" in
16725 dll) ;;
16726 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16727 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16728 esac
16729 else
16730 echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737 conftest$ac_exeext conftest.$ac_ext
16738 LIBS=$ac_check_soname_save_LIBS
16740 if test "x$ac_cv_lib_soname_png" = "x"; then
16741 { echo "$as_me:$LINENO: result: not found" >&5
16742 echo "${ECHO_T}not found" >&6; }
16744 else
16745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16746 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16748 cat >>confdefs.h <<_ACEOF
16749 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16750 _ACEOF
16755 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16756 then
16757 ac_save_CPPFLAGS="$CPPFLAGS"
16758 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16759 $as_unset ac_cv_header_png_h
16761 for ac_header in png.h
16763 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16765 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16766 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16768 echo $ECHO_N "(cached) $ECHO_C" >&6
16770 ac_res=`eval echo '${'$as_ac_Header'}'`
16771 { echo "$as_me:$LINENO: result: $ac_res" >&5
16772 echo "${ECHO_T}$ac_res" >&6; }
16773 else
16774 # Is the header compilable?
16775 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16776 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16777 cat >conftest.$ac_ext <<_ACEOF
16778 /* confdefs.h. */
16779 _ACEOF
16780 cat confdefs.h >>conftest.$ac_ext
16781 cat >>conftest.$ac_ext <<_ACEOF
16782 /* end confdefs.h. */
16783 $ac_includes_default
16784 #include <$ac_header>
16785 _ACEOF
16786 rm -f conftest.$ac_objext
16787 if { (ac_try="$ac_compile"
16788 case "(($ac_try" in
16789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16790 *) ac_try_echo=$ac_try;;
16791 esac
16792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16793 (eval "$ac_compile") 2>conftest.er1
16794 ac_status=$?
16795 grep -v '^ *+' conftest.er1 >conftest.err
16796 rm -f conftest.er1
16797 cat conftest.err >&5
16798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16799 (exit $ac_status); } && {
16800 test -z "$ac_c_werror_flag" ||
16801 test ! -s conftest.err
16802 } && test -s conftest.$ac_objext; then
16803 ac_header_compiler=yes
16804 else
16805 echo "$as_me: failed program was:" >&5
16806 sed 's/^/| /' conftest.$ac_ext >&5
16808 ac_header_compiler=no
16811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16812 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16813 echo "${ECHO_T}$ac_header_compiler" >&6; }
16815 # Is the header present?
16816 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16817 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16818 cat >conftest.$ac_ext <<_ACEOF
16819 /* confdefs.h. */
16820 _ACEOF
16821 cat confdefs.h >>conftest.$ac_ext
16822 cat >>conftest.$ac_ext <<_ACEOF
16823 /* end confdefs.h. */
16824 #include <$ac_header>
16825 _ACEOF
16826 if { (ac_try="$ac_cpp conftest.$ac_ext"
16827 case "(($ac_try" in
16828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16829 *) ac_try_echo=$ac_try;;
16830 esac
16831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16832 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16833 ac_status=$?
16834 grep -v '^ *+' conftest.er1 >conftest.err
16835 rm -f conftest.er1
16836 cat conftest.err >&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } >/dev/null && {
16839 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16840 test ! -s conftest.err
16841 }; then
16842 ac_header_preproc=yes
16843 else
16844 echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16847 ac_header_preproc=no
16850 rm -f conftest.err conftest.$ac_ext
16851 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16852 echo "${ECHO_T}$ac_header_preproc" >&6; }
16854 # So? What about this header?
16855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16856 yes:no: )
16857 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16858 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16859 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16860 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16861 ac_header_preproc=yes
16863 no:yes:* )
16864 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16865 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16866 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16867 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16868 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16869 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16870 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16871 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16872 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16873 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16874 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16875 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16876 ( cat <<\_ASBOX
16877 ## ------------------------------------ ##
16878 ## Report this to wine-devel@winehq.org ##
16879 ## ------------------------------------ ##
16880 _ASBOX
16881 ) | sed "s/^/$as_me: WARNING: /" >&2
16883 esac
16884 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16885 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16886 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16887 echo $ECHO_N "(cached) $ECHO_C" >&6
16888 else
16889 eval "$as_ac_Header=\$ac_header_preproc"
16891 ac_res=`eval echo '${'$as_ac_Header'}'`
16892 { echo "$as_me:$LINENO: result: $ac_res" >&5
16893 echo "${ECHO_T}$ac_res" >&6; }
16896 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16897 cat >>confdefs.h <<_ACEOF
16898 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16899 _ACEOF
16903 done
16905 CPPFLAGS="$ac_save_CPPFLAGS"
16906 if test "$ac_cv_header_png_h" = "yes"
16907 then
16908 PNGINCL="$X_CFLAGS"
16910 { echo "$as_me:$LINENO: checking for -lpng" >&5
16911 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16912 if test "${ac_cv_lib_soname_png+set}" = set; then
16913 echo $ECHO_N "(cached) $ECHO_C" >&6
16914 else
16915 ac_check_soname_save_LIBS=$LIBS
16916 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16917 cat >conftest.$ac_ext <<_ACEOF
16918 /* confdefs.h. */
16919 _ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h. */
16924 /* Override any GCC internal prototype to avoid an error.
16925 Use char because int might match the return type of a GCC
16926 builtin and then its argument prototype would still apply. */
16927 #ifdef __cplusplus
16928 extern "C"
16929 #endif
16930 char png_create_read_struct ();
16932 main ()
16934 return png_create_read_struct ();
16936 return 0;
16938 _ACEOF
16939 rm -f conftest.$ac_objext conftest$ac_exeext
16940 if { (ac_try="$ac_link"
16941 case "(($ac_try" in
16942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16943 *) ac_try_echo=$ac_try;;
16944 esac
16945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16946 (eval "$ac_link") 2>conftest.er1
16947 ac_status=$?
16948 grep -v '^ *+' conftest.er1 >conftest.err
16949 rm -f conftest.er1
16950 cat conftest.err >&5
16951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16952 (exit $ac_status); } && {
16953 test -z "$ac_c_werror_flag" ||
16954 test ! -s conftest.err
16955 } && test -s conftest$ac_exeext &&
16956 $as_test_x conftest$ac_exeext; then
16957 case "$LIBEXT" in
16958 dll) ;;
16959 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'` ;;
16960 *) 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'` ;;
16961 esac
16962 else
16963 echo "$as_me: failed program was:" >&5
16964 sed 's/^/| /' conftest.$ac_ext >&5
16969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16970 conftest$ac_exeext conftest.$ac_ext
16971 LIBS=$ac_check_soname_save_LIBS
16973 if test "x$ac_cv_lib_soname_png" = "x"; then
16974 { echo "$as_me:$LINENO: result: not found" >&5
16975 echo "${ECHO_T}not found" >&6; }
16977 else
16978 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16979 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16981 cat >>confdefs.h <<_ACEOF
16982 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16983 _ACEOF
16990 if test "x$ac_cv_lib_soname_png" = "x"; then
16991 case "x$with_png" in
16992 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16993 xno) ;;
16994 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16995 This is an error since --with-png was requested." >&5
16996 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16997 This is an error since --with-png was requested." >&2;}
16998 { (exit 1); exit 1; }; } ;;
16999 esac
17003 if test "$ac_cv_header_mpg123_h" = "yes"
17004 then
17005 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
17006 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
17007 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
17008 echo $ECHO_N "(cached) $ECHO_C" >&6
17009 else
17010 ac_check_lib_save_LIBS=$LIBS
17011 LIBS="-lmpg123 $LIBS"
17012 cat >conftest.$ac_ext <<_ACEOF
17013 /* confdefs.h. */
17014 _ACEOF
17015 cat confdefs.h >>conftest.$ac_ext
17016 cat >>conftest.$ac_ext <<_ACEOF
17017 /* end confdefs.h. */
17019 /* Override any GCC internal prototype to avoid an error.
17020 Use char because int might match the return type of a GCC
17021 builtin and then its argument prototype would still apply. */
17022 #ifdef __cplusplus
17023 extern "C"
17024 #endif
17025 char mpg123_feed ();
17027 main ()
17029 return mpg123_feed ();
17031 return 0;
17033 _ACEOF
17034 rm -f conftest.$ac_objext conftest$ac_exeext
17035 if { (ac_try="$ac_link"
17036 case "(($ac_try" in
17037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17038 *) ac_try_echo=$ac_try;;
17039 esac
17040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17041 (eval "$ac_link") 2>conftest.er1
17042 ac_status=$?
17043 grep -v '^ *+' conftest.er1 >conftest.err
17044 rm -f conftest.er1
17045 cat conftest.err >&5
17046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17047 (exit $ac_status); } && {
17048 test -z "$ac_c_werror_flag" ||
17049 test ! -s conftest.err
17050 } && test -s conftest$ac_exeext &&
17051 $as_test_x conftest$ac_exeext; then
17052 ac_cv_lib_mpg123_mpg123_feed=yes
17053 else
17054 echo "$as_me: failed program was:" >&5
17055 sed 's/^/| /' conftest.$ac_ext >&5
17057 ac_cv_lib_mpg123_mpg123_feed=no
17060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17061 conftest$ac_exeext conftest.$ac_ext
17062 LIBS=$ac_check_lib_save_LIBS
17064 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
17065 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
17066 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
17067 LIBMPG123="-lmpg123"
17072 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
17073 case "x$with_mpg123" in
17074 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
17075 xno) ;;
17076 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17077 This is an error since --with-mpg123 was requested." >&5
17078 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17079 This is an error since --with-mpg123 was requested." >&2;}
17080 { (exit 1); exit 1; }; } ;;
17081 esac
17084 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
17086 if test "$ac_cv_header_AL_al_h" = "yes"
17087 then
17088 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
17089 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
17090 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
17091 echo $ECHO_N "(cached) $ECHO_C" >&6
17092 else
17093 ac_check_lib_save_LIBS=$LIBS
17094 LIBS="-lopenal $LIBS"
17095 cat >conftest.$ac_ext <<_ACEOF
17096 /* confdefs.h. */
17097 _ACEOF
17098 cat confdefs.h >>conftest.$ac_ext
17099 cat >>conftest.$ac_ext <<_ACEOF
17100 /* end confdefs.h. */
17102 /* Override any GCC internal prototype to avoid an error.
17103 Use char because int might match the return type of a GCC
17104 builtin and then its argument prototype would still apply. */
17105 #ifdef __cplusplus
17106 extern "C"
17107 #endif
17108 char alGetSource3i ();
17110 main ()
17112 return alGetSource3i ();
17114 return 0;
17116 _ACEOF
17117 rm -f conftest.$ac_objext conftest$ac_exeext
17118 if { (ac_try="$ac_link"
17119 case "(($ac_try" in
17120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17121 *) ac_try_echo=$ac_try;;
17122 esac
17123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17124 (eval "$ac_link") 2>conftest.er1
17125 ac_status=$?
17126 grep -v '^ *+' conftest.er1 >conftest.err
17127 rm -f conftest.er1
17128 cat conftest.err >&5
17129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17130 (exit $ac_status); } && {
17131 test -z "$ac_c_werror_flag" ||
17132 test ! -s conftest.err
17133 } && test -s conftest$ac_exeext &&
17134 $as_test_x conftest$ac_exeext; then
17135 ac_cv_lib_openal_alGetSource3i=yes
17136 else
17137 echo "$as_me: failed program was:" >&5
17138 sed 's/^/| /' conftest.$ac_ext >&5
17140 ac_cv_lib_openal_alGetSource3i=no
17143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17144 conftest$ac_exeext conftest.$ac_ext
17145 LIBS=$ac_check_lib_save_LIBS
17147 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
17148 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
17149 if test $ac_cv_lib_openal_alGetSource3i = yes; then
17150 LIBOPENAL="-lopenal"
17155 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
17156 case "x$with_openal" in
17157 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
17158 xno) ;;
17159 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17160 This is an error since --with-openal was requested." >&5
17161 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17162 This is an error since --with-openal was requested." >&2;}
17163 { (exit 1); exit 1; }; } ;;
17164 esac
17167 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
17169 if test "$ac_cv_header_kstat_h" = "yes"
17170 then
17171 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17172 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17173 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17174 echo $ECHO_N "(cached) $ECHO_C" >&6
17175 else
17176 ac_check_lib_save_LIBS=$LIBS
17177 LIBS="-lkstat $LIBS"
17178 cat >conftest.$ac_ext <<_ACEOF
17179 /* confdefs.h. */
17180 _ACEOF
17181 cat confdefs.h >>conftest.$ac_ext
17182 cat >>conftest.$ac_ext <<_ACEOF
17183 /* end confdefs.h. */
17185 /* Override any GCC internal prototype to avoid an error.
17186 Use char because int might match the return type of a GCC
17187 builtin and then its argument prototype would still apply. */
17188 #ifdef __cplusplus
17189 extern "C"
17190 #endif
17191 char kstat_open ();
17193 main ()
17195 return kstat_open ();
17197 return 0;
17199 _ACEOF
17200 rm -f conftest.$ac_objext conftest$ac_exeext
17201 if { (ac_try="$ac_link"
17202 case "(($ac_try" in
17203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17204 *) ac_try_echo=$ac_try;;
17205 esac
17206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17207 (eval "$ac_link") 2>conftest.er1
17208 ac_status=$?
17209 grep -v '^ *+' conftest.er1 >conftest.err
17210 rm -f conftest.er1
17211 cat conftest.err >&5
17212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17213 (exit $ac_status); } && {
17214 test -z "$ac_c_werror_flag" ||
17215 test ! -s conftest.err
17216 } && test -s conftest$ac_exeext &&
17217 $as_test_x conftest$ac_exeext; then
17218 ac_cv_lib_kstat_kstat_open=yes
17219 else
17220 echo "$as_me: failed program was:" >&5
17221 sed 's/^/| /' conftest.$ac_ext >&5
17223 ac_cv_lib_kstat_kstat_open=no
17226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17227 conftest$ac_exeext conftest.$ac_ext
17228 LIBS=$ac_check_lib_save_LIBS
17230 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17231 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17232 if test $ac_cv_lib_kstat_kstat_open = yes; then
17234 cat >>confdefs.h <<\_ACEOF
17235 #define HAVE_LIBKSTAT 1
17236 _ACEOF
17238 LIBKSTAT="-lkstat"
17244 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17245 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17246 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17247 echo $ECHO_N "(cached) $ECHO_C" >&6
17248 else
17249 ac_check_soname_save_LIBS=$LIBS
17250 LIBS="-lodbc $LIBS"
17251 cat >conftest.$ac_ext <<_ACEOF
17252 /* confdefs.h. */
17253 _ACEOF
17254 cat confdefs.h >>conftest.$ac_ext
17255 cat >>conftest.$ac_ext <<_ACEOF
17256 /* end confdefs.h. */
17258 /* Override any GCC internal prototype to avoid an error.
17259 Use char because int might match the return type of a GCC
17260 builtin and then its argument prototype would still apply. */
17261 #ifdef __cplusplus
17262 extern "C"
17263 #endif
17264 char SQLConnect ();
17266 main ()
17268 return SQLConnect ();
17270 return 0;
17272 _ACEOF
17273 rm -f conftest.$ac_objext conftest$ac_exeext
17274 if { (ac_try="$ac_link"
17275 case "(($ac_try" in
17276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17277 *) ac_try_echo=$ac_try;;
17278 esac
17279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17280 (eval "$ac_link") 2>conftest.er1
17281 ac_status=$?
17282 grep -v '^ *+' conftest.er1 >conftest.err
17283 rm -f conftest.er1
17284 cat conftest.err >&5
17285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17286 (exit $ac_status); } && {
17287 test -z "$ac_c_werror_flag" ||
17288 test ! -s conftest.err
17289 } && test -s conftest$ac_exeext &&
17290 $as_test_x conftest$ac_exeext; then
17291 case "$LIBEXT" in
17292 dll) ;;
17293 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'` ;;
17294 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17295 esac
17296 else
17297 echo "$as_me: failed program was:" >&5
17298 sed 's/^/| /' conftest.$ac_ext >&5
17303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17304 conftest$ac_exeext conftest.$ac_ext
17305 LIBS=$ac_check_soname_save_LIBS
17307 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17308 { echo "$as_me:$LINENO: result: not found" >&5
17309 echo "${ECHO_T}not found" >&6; }
17310 cat >>confdefs.h <<_ACEOF
17311 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17312 _ACEOF
17314 else
17315 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17316 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17318 cat >>confdefs.h <<_ACEOF
17319 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17320 _ACEOF
17326 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17327 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17328 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17329 "$ac_cv_header_soundcard_h" != "yes" -a \
17330 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17331 then
17332 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17336 EXTRACFLAGS=""
17338 if test "x${GCC}" = "xyes"
17339 then
17340 EXTRACFLAGS="-Wall -pipe"
17342 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17343 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17344 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17345 echo $ECHO_N "(cached) $ECHO_C" >&6
17346 else
17347 if test "$cross_compiling" = yes; then
17348 ac_cv_c_gcc_strength_bug="yes"
17349 else
17350 cat >conftest.$ac_ext <<_ACEOF
17351 /* confdefs.h. */
17352 _ACEOF
17353 cat confdefs.h >>conftest.$ac_ext
17354 cat >>conftest.$ac_ext <<_ACEOF
17355 /* end confdefs.h. */
17356 int L[4] = {0,1,2,3};
17358 main ()
17360 static int Array[3];
17361 unsigned int B = 3;
17362 int i;
17363 for(i=0; i<B; i++) Array[i] = i - 3;
17364 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17365 L[i] = 4;
17366 return (Array[1] != -2 || L[2] != 3)
17368 return 0;
17370 _ACEOF
17371 rm -f conftest$ac_exeext
17372 if { (ac_try="$ac_link"
17373 case "(($ac_try" in
17374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17375 *) ac_try_echo=$ac_try;;
17376 esac
17377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17378 (eval "$ac_link") 2>&5
17379 ac_status=$?
17380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17381 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17382 { (case "(($ac_try" in
17383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17384 *) ac_try_echo=$ac_try;;
17385 esac
17386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17387 (eval "$ac_try") 2>&5
17388 ac_status=$?
17389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17390 (exit $ac_status); }; }; then
17391 ac_cv_c_gcc_strength_bug="no"
17392 else
17393 echo "$as_me: program exited with status $ac_status" >&5
17394 echo "$as_me: failed program was:" >&5
17395 sed 's/^/| /' conftest.$ac_ext >&5
17397 ( exit $ac_status )
17398 ac_cv_c_gcc_strength_bug="yes"
17400 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17405 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17406 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17407 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17408 then
17409 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17412 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17413 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17414 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17415 echo $ECHO_N "(cached) $ECHO_C" >&6
17416 else
17417 ac_wine_try_cflags_saved=$CFLAGS
17418 CFLAGS="$CFLAGS -fno-builtin"
17419 cat >conftest.$ac_ext <<_ACEOF
17420 /* confdefs.h. */
17421 _ACEOF
17422 cat confdefs.h >>conftest.$ac_ext
17423 cat >>conftest.$ac_ext <<_ACEOF
17424 /* end confdefs.h. */
17427 main ()
17431 return 0;
17433 _ACEOF
17434 rm -f conftest.$ac_objext conftest$ac_exeext
17435 if { (ac_try="$ac_link"
17436 case "(($ac_try" in
17437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17438 *) ac_try_echo=$ac_try;;
17439 esac
17440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17441 (eval "$ac_link") 2>conftest.er1
17442 ac_status=$?
17443 grep -v '^ *+' conftest.er1 >conftest.err
17444 rm -f conftest.er1
17445 cat conftest.err >&5
17446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17447 (exit $ac_status); } && {
17448 test -z "$ac_c_werror_flag" ||
17449 test ! -s conftest.err
17450 } && test -s conftest$ac_exeext &&
17451 $as_test_x conftest$ac_exeext; then
17452 ac_cv_cflags__fno_builtin=yes
17453 else
17454 echo "$as_me: failed program was:" >&5
17455 sed 's/^/| /' conftest.$ac_ext >&5
17457 ac_cv_cflags__fno_builtin=no
17460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17461 conftest$ac_exeext conftest.$ac_ext
17462 CFLAGS=$ac_wine_try_cflags_saved
17464 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17465 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17466 if test $ac_cv_cflags__fno_builtin = yes; then
17467 BUILTINFLAG="-fno-builtin"
17471 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17472 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17473 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17475 else
17476 ac_wine_try_cflags_saved=$CFLAGS
17477 CFLAGS="$CFLAGS -fno-strict-aliasing"
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17486 main ()
17490 return 0;
17492 _ACEOF
17493 rm -f conftest.$ac_objext conftest$ac_exeext
17494 if { (ac_try="$ac_link"
17495 case "(($ac_try" in
17496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17497 *) ac_try_echo=$ac_try;;
17498 esac
17499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17500 (eval "$ac_link") 2>conftest.er1
17501 ac_status=$?
17502 grep -v '^ *+' conftest.er1 >conftest.err
17503 rm -f conftest.er1
17504 cat conftest.err >&5
17505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17506 (exit $ac_status); } && {
17507 test -z "$ac_c_werror_flag" ||
17508 test ! -s conftest.err
17509 } && test -s conftest$ac_exeext &&
17510 $as_test_x conftest$ac_exeext; then
17511 ac_cv_cflags__fno_strict_aliasing=yes
17512 else
17513 echo "$as_me: failed program was:" >&5
17514 sed 's/^/| /' conftest.$ac_ext >&5
17516 ac_cv_cflags__fno_strict_aliasing=no
17519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17520 conftest$ac_exeext conftest.$ac_ext
17521 CFLAGS=$ac_wine_try_cflags_saved
17523 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17524 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17525 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17526 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17529 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17530 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17531 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17532 echo $ECHO_N "(cached) $ECHO_C" >&6
17533 else
17534 ac_wine_try_cflags_saved=$CFLAGS
17535 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17536 cat >conftest.$ac_ext <<_ACEOF
17537 /* confdefs.h. */
17538 _ACEOF
17539 cat confdefs.h >>conftest.$ac_ext
17540 cat >>conftest.$ac_ext <<_ACEOF
17541 /* end confdefs.h. */
17544 main ()
17548 return 0;
17550 _ACEOF
17551 rm -f conftest.$ac_objext conftest$ac_exeext
17552 if { (ac_try="$ac_link"
17553 case "(($ac_try" in
17554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17555 *) ac_try_echo=$ac_try;;
17556 esac
17557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17558 (eval "$ac_link") 2>conftest.er1
17559 ac_status=$?
17560 grep -v '^ *+' conftest.er1 >conftest.err
17561 rm -f conftest.er1
17562 cat conftest.err >&5
17563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); } && {
17565 test -z "$ac_c_werror_flag" ||
17566 test ! -s conftest.err
17567 } && test -s conftest$ac_exeext &&
17568 $as_test_x conftest$ac_exeext; then
17569 ac_cv_cflags__Wdeclaration_after_statement=yes
17570 else
17571 echo "$as_me: failed program was:" >&5
17572 sed 's/^/| /' conftest.$ac_ext >&5
17574 ac_cv_cflags__Wdeclaration_after_statement=no
17577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17578 conftest$ac_exeext conftest.$ac_ext
17579 CFLAGS=$ac_wine_try_cflags_saved
17581 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17582 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17583 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17584 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17587 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17588 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17589 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17590 echo $ECHO_N "(cached) $ECHO_C" >&6
17591 else
17592 ac_wine_try_cflags_saved=$CFLAGS
17593 CFLAGS="$CFLAGS -Wwrite-strings"
17594 cat >conftest.$ac_ext <<_ACEOF
17595 /* confdefs.h. */
17596 _ACEOF
17597 cat confdefs.h >>conftest.$ac_ext
17598 cat >>conftest.$ac_ext <<_ACEOF
17599 /* end confdefs.h. */
17602 main ()
17606 return 0;
17608 _ACEOF
17609 rm -f conftest.$ac_objext conftest$ac_exeext
17610 if { (ac_try="$ac_link"
17611 case "(($ac_try" in
17612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17613 *) ac_try_echo=$ac_try;;
17614 esac
17615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17616 (eval "$ac_link") 2>conftest.er1
17617 ac_status=$?
17618 grep -v '^ *+' conftest.er1 >conftest.err
17619 rm -f conftest.er1
17620 cat conftest.err >&5
17621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17622 (exit $ac_status); } && {
17623 test -z "$ac_c_werror_flag" ||
17624 test ! -s conftest.err
17625 } && test -s conftest$ac_exeext &&
17626 $as_test_x conftest$ac_exeext; then
17627 ac_cv_cflags__Wwrite_strings=yes
17628 else
17629 echo "$as_me: failed program was:" >&5
17630 sed 's/^/| /' conftest.$ac_ext >&5
17632 ac_cv_cflags__Wwrite_strings=no
17635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17636 conftest$ac_exeext conftest.$ac_ext
17637 CFLAGS=$ac_wine_try_cflags_saved
17639 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17640 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17641 if test $ac_cv_cflags__Wwrite_strings = yes; then
17642 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17645 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17646 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17647 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17648 echo $ECHO_N "(cached) $ECHO_C" >&6
17649 else
17650 ac_wine_try_cflags_saved=$CFLAGS
17651 CFLAGS="$CFLAGS -Wtype-limits"
17652 cat >conftest.$ac_ext <<_ACEOF
17653 /* confdefs.h. */
17654 _ACEOF
17655 cat confdefs.h >>conftest.$ac_ext
17656 cat >>conftest.$ac_ext <<_ACEOF
17657 /* end confdefs.h. */
17660 main ()
17664 return 0;
17666 _ACEOF
17667 rm -f conftest.$ac_objext conftest$ac_exeext
17668 if { (ac_try="$ac_link"
17669 case "(($ac_try" in
17670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17671 *) ac_try_echo=$ac_try;;
17672 esac
17673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17674 (eval "$ac_link") 2>conftest.er1
17675 ac_status=$?
17676 grep -v '^ *+' conftest.er1 >conftest.err
17677 rm -f conftest.er1
17678 cat conftest.err >&5
17679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17680 (exit $ac_status); } && {
17681 test -z "$ac_c_werror_flag" ||
17682 test ! -s conftest.err
17683 } && test -s conftest$ac_exeext &&
17684 $as_test_x conftest$ac_exeext; then
17685 ac_cv_cflags__Wtype_limits=yes
17686 else
17687 echo "$as_me: failed program was:" >&5
17688 sed 's/^/| /' conftest.$ac_ext >&5
17690 ac_cv_cflags__Wtype_limits=no
17693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17694 conftest$ac_exeext conftest.$ac_ext
17695 CFLAGS=$ac_wine_try_cflags_saved
17697 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17698 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17699 if test $ac_cv_cflags__Wtype_limits = yes; then
17700 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17704 saved_CFLAGS="$CFLAGS"
17705 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17706 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17707 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17708 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17709 echo $ECHO_N "(cached) $ECHO_C" >&6
17710 else
17711 cat >conftest.$ac_ext <<_ACEOF
17712 /* confdefs.h. */
17713 _ACEOF
17714 cat confdefs.h >>conftest.$ac_ext
17715 cat >>conftest.$ac_ext <<_ACEOF
17716 /* end confdefs.h. */
17717 #include <string.h>
17719 main ()
17723 return 0;
17725 _ACEOF
17726 rm -f conftest.$ac_objext
17727 if { (ac_try="$ac_compile"
17728 case "(($ac_try" in
17729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17730 *) ac_try_echo=$ac_try;;
17731 esac
17732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17733 (eval "$ac_compile") 2>conftest.er1
17734 ac_status=$?
17735 grep -v '^ *+' conftest.er1 >conftest.err
17736 rm -f conftest.er1
17737 cat conftest.err >&5
17738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17739 (exit $ac_status); } && {
17740 test -z "$ac_c_werror_flag" ||
17741 test ! -s conftest.err
17742 } && test -s conftest.$ac_objext; then
17743 ac_cv_c_string_h_warnings=no
17744 else
17745 echo "$as_me: failed program was:" >&5
17746 sed 's/^/| /' conftest.$ac_ext >&5
17748 ac_cv_c_string_h_warnings=yes
17751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17753 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17754 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17755 CFLAGS="$saved_CFLAGS"
17756 if test "$ac_cv_c_string_h_warnings" = "no"
17757 then
17758 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17761 if test "${enable_maintainer_mode+set}" = set
17762 then
17763 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17764 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17765 if test "${ac_cv_cflags__Werror+set}" = set; then
17766 echo $ECHO_N "(cached) $ECHO_C" >&6
17767 else
17768 ac_wine_try_cflags_saved=$CFLAGS
17769 CFLAGS="$CFLAGS -Werror"
17770 cat >conftest.$ac_ext <<_ACEOF
17771 /* confdefs.h. */
17772 _ACEOF
17773 cat confdefs.h >>conftest.$ac_ext
17774 cat >>conftest.$ac_ext <<_ACEOF
17775 /* end confdefs.h. */
17778 main ()
17782 return 0;
17784 _ACEOF
17785 rm -f conftest.$ac_objext conftest$ac_exeext
17786 if { (ac_try="$ac_link"
17787 case "(($ac_try" in
17788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17789 *) ac_try_echo=$ac_try;;
17790 esac
17791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17792 (eval "$ac_link") 2>conftest.er1
17793 ac_status=$?
17794 grep -v '^ *+' conftest.er1 >conftest.err
17795 rm -f conftest.er1
17796 cat conftest.err >&5
17797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17798 (exit $ac_status); } && {
17799 test -z "$ac_c_werror_flag" ||
17800 test ! -s conftest.err
17801 } && test -s conftest$ac_exeext &&
17802 $as_test_x conftest$ac_exeext; then
17803 ac_cv_cflags__Werror=yes
17804 else
17805 echo "$as_me: failed program was:" >&5
17806 sed 's/^/| /' conftest.$ac_ext >&5
17808 ac_cv_cflags__Werror=no
17811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17812 conftest$ac_exeext conftest.$ac_ext
17813 CFLAGS=$ac_wine_try_cflags_saved
17815 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17816 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17817 if test $ac_cv_cflags__Werror = yes; then
17818 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17825 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17826 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17827 if test "${ac_cv_c_extern_prefix+set}" = set; then
17828 echo $ECHO_N "(cached) $ECHO_C" >&6
17829 else
17830 cat >conftest.$ac_ext <<_ACEOF
17831 /* confdefs.h. */
17832 _ACEOF
17833 cat confdefs.h >>conftest.$ac_ext
17834 cat >>conftest.$ac_ext <<_ACEOF
17835 /* end confdefs.h. */
17836 extern int ac_test;
17838 main ()
17840 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17842 return 0;
17844 _ACEOF
17845 rm -f conftest.$ac_objext conftest$ac_exeext
17846 if { (ac_try="$ac_link"
17847 case "(($ac_try" in
17848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17849 *) ac_try_echo=$ac_try;;
17850 esac
17851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17852 (eval "$ac_link") 2>conftest.er1
17853 ac_status=$?
17854 grep -v '^ *+' conftest.er1 >conftest.err
17855 rm -f conftest.er1
17856 cat conftest.err >&5
17857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17858 (exit $ac_status); } && {
17859 test -z "$ac_c_werror_flag" ||
17860 test ! -s conftest.err
17861 } && test -s conftest$ac_exeext &&
17862 $as_test_x conftest$ac_exeext; then
17863 ac_cv_c_extern_prefix="yes"
17864 else
17865 echo "$as_me: failed program was:" >&5
17866 sed 's/^/| /' conftest.$ac_ext >&5
17868 ac_cv_c_extern_prefix="no"
17871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17872 conftest$ac_exeext conftest.$ac_ext
17874 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17875 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17877 case $host_cpu in
17878 *i[3456789]86*)
17879 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17880 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17881 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17882 echo $ECHO_N "(cached) $ECHO_C" >&6
17883 else
17884 cat >conftest.$ac_ext <<_ACEOF
17885 /* confdefs.h. */
17886 _ACEOF
17887 cat confdefs.h >>conftest.$ac_ext
17888 cat >>conftest.$ac_ext <<_ACEOF
17889 /* end confdefs.h. */
17890 #ifndef _MSC_VER
17891 #define __stdcall __attribute__((__stdcall__))
17892 #endif
17893 int __stdcall ac_test(int i) { return i; }
17895 main ()
17897 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17899 return 0;
17901 _ACEOF
17902 rm -f conftest.$ac_objext conftest$ac_exeext
17903 if { (ac_try="$ac_link"
17904 case "(($ac_try" in
17905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17906 *) ac_try_echo=$ac_try;;
17907 esac
17908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17909 (eval "$ac_link") 2>conftest.er1
17910 ac_status=$?
17911 grep -v '^ *+' conftest.er1 >conftest.err
17912 rm -f conftest.er1
17913 cat conftest.err >&5
17914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17915 (exit $ac_status); } && {
17916 test -z "$ac_c_werror_flag" ||
17917 test ! -s conftest.err
17918 } && test -s conftest$ac_exeext &&
17919 $as_test_x conftest$ac_exeext; then
17920 ac_cv_c_stdcall_suffix="yes"
17921 else
17922 echo "$as_me: failed program was:" >&5
17923 sed 's/^/| /' conftest.$ac_ext >&5
17925 ac_cv_c_stdcall_suffix="no"
17928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17929 conftest$ac_exeext conftest.$ac_ext
17931 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17932 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17933 *) ac_cv_c_stdcall_suffix="no" ;;
17934 esac
17938 if test "$ac_cv_c_extern_prefix" = "yes"
17939 then
17940 cat >>confdefs.h <<\_ACEOF
17941 #define __ASM_NAME(name) "_" name
17942 _ACEOF
17944 asm_name_prefix="_"
17945 else
17946 cat >>confdefs.h <<\_ACEOF
17947 #define __ASM_NAME(name) name
17948 _ACEOF
17950 asm_name_prefix=""
17955 if test "$ac_cv_c_stdcall_suffix" = "yes"
17956 then
17957 cat >>confdefs.h <<\_ACEOF
17958 #define __ASM_STDCALL(args) "@" #args
17959 _ACEOF
17961 else
17962 cat >>confdefs.h <<\_ACEOF
17963 #define __ASM_STDCALL(args) ""
17964 _ACEOF
17969 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17970 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17971 if test "${ac_cv_asm_func_def+set}" = set; then
17972 echo $ECHO_N "(cached) $ECHO_C" >&6
17973 else
17974 cat >conftest.$ac_ext <<_ACEOF
17975 /* confdefs.h. */
17976 _ACEOF
17977 cat confdefs.h >>conftest.$ac_ext
17978 cat >>conftest.$ac_ext <<_ACEOF
17979 /* end confdefs.h. */
17982 main ()
17984 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17986 return 0;
17988 _ACEOF
17989 rm -f conftest.$ac_objext conftest$ac_exeext
17990 if { (ac_try="$ac_link"
17991 case "(($ac_try" in
17992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17993 *) ac_try_echo=$ac_try;;
17994 esac
17995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17996 (eval "$ac_link") 2>conftest.er1
17997 ac_status=$?
17998 grep -v '^ *+' conftest.er1 >conftest.err
17999 rm -f conftest.er1
18000 cat conftest.err >&5
18001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18002 (exit $ac_status); } && {
18003 test -z "$ac_c_werror_flag" ||
18004 test ! -s conftest.err
18005 } && test -s conftest$ac_exeext &&
18006 $as_test_x conftest$ac_exeext; then
18007 ac_cv_asm_func_def=".def"
18008 else
18009 echo "$as_me: failed program was:" >&5
18010 sed 's/^/| /' conftest.$ac_ext >&5
18012 cat >conftest.$ac_ext <<_ACEOF
18013 /* confdefs.h. */
18014 _ACEOF
18015 cat confdefs.h >>conftest.$ac_ext
18016 cat >>conftest.$ac_ext <<_ACEOF
18017 /* end confdefs.h. */
18020 main ()
18022 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18024 return 0;
18026 _ACEOF
18027 rm -f conftest.$ac_objext conftest$ac_exeext
18028 if { (ac_try="$ac_link"
18029 case "(($ac_try" in
18030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18031 *) ac_try_echo=$ac_try;;
18032 esac
18033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18034 (eval "$ac_link") 2>conftest.er1
18035 ac_status=$?
18036 grep -v '^ *+' conftest.er1 >conftest.err
18037 rm -f conftest.er1
18038 cat conftest.err >&5
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); } && {
18041 test -z "$ac_c_werror_flag" ||
18042 test ! -s conftest.err
18043 } && test -s conftest$ac_exeext &&
18044 $as_test_x conftest$ac_exeext; then
18045 ac_cv_asm_func_def=".type @function"
18046 else
18047 echo "$as_me: failed program was:" >&5
18048 sed 's/^/| /' conftest.$ac_ext >&5
18050 cat >conftest.$ac_ext <<_ACEOF
18051 /* confdefs.h. */
18052 _ACEOF
18053 cat confdefs.h >>conftest.$ac_ext
18054 cat >>conftest.$ac_ext <<_ACEOF
18055 /* end confdefs.h. */
18058 main ()
18060 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18062 return 0;
18064 _ACEOF
18065 rm -f conftest.$ac_objext conftest$ac_exeext
18066 if { (ac_try="$ac_link"
18067 case "(($ac_try" in
18068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18069 *) ac_try_echo=$ac_try;;
18070 esac
18071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18072 (eval "$ac_link") 2>conftest.er1
18073 ac_status=$?
18074 grep -v '^ *+' conftest.er1 >conftest.err
18075 rm -f conftest.er1
18076 cat conftest.err >&5
18077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18078 (exit $ac_status); } && {
18079 test -z "$ac_c_werror_flag" ||
18080 test ! -s conftest.err
18081 } && test -s conftest$ac_exeext &&
18082 $as_test_x conftest$ac_exeext; then
18083 ac_cv_asm_func_def=".type 2"
18084 else
18085 echo "$as_me: failed program was:" >&5
18086 sed 's/^/| /' conftest.$ac_ext >&5
18088 ac_cv_asm_func_def="unknown"
18091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18092 conftest$ac_exeext conftest.$ac_ext
18095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18096 conftest$ac_exeext conftest.$ac_ext
18099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18100 conftest$ac_exeext conftest.$ac_ext
18102 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18103 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
18107 case "$ac_cv_asm_func_def" in
18108 ".def")
18109 cat >>confdefs.h <<\_ACEOF
18110 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18111 _ACEOF
18113 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18114 ".type @function")
18115 cat >>confdefs.h <<\_ACEOF
18116 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18117 _ACEOF
18119 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18120 ".type 2")
18121 cat >>confdefs.h <<\_ACEOF
18122 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18123 _ACEOF
18125 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18127 cat >>confdefs.h <<\_ACEOF
18128 #define __ASM_FUNC(name) ""
18129 _ACEOF
18131 asm_func_header="" ;;
18132 esac
18134 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18135 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
18136 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18137 echo $ECHO_N "(cached) $ECHO_C" >&6
18138 else
18139 cat >conftest.$ac_ext <<_ACEOF
18140 /* confdefs.h. */
18141 _ACEOF
18142 cat confdefs.h >>conftest.$ac_ext
18143 cat >>conftest.$ac_ext <<_ACEOF
18144 /* end confdefs.h. */
18145 asm(".text\n\t.long 0");
18147 main ()
18151 return 0;
18153 _ACEOF
18154 rm -f conftest.$ac_objext
18155 if { (ac_try="$ac_compile"
18156 case "(($ac_try" in
18157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18158 *) ac_try_echo=$ac_try;;
18159 esac
18160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18161 (eval "$ac_compile") 2>conftest.er1
18162 ac_status=$?
18163 grep -v '^ *+' conftest.er1 >conftest.err
18164 rm -f conftest.er1
18165 cat conftest.err >&5
18166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); } && {
18168 test -z "$ac_c_werror_flag" ||
18169 test ! -s conftest.err
18170 } && test -s conftest.$ac_objext; then
18171 ac_cv_c_asm_outside_funcs="yes"
18172 else
18173 echo "$as_me: failed program was:" >&5
18174 sed 's/^/| /' conftest.$ac_ext >&5
18176 ac_cv_c_asm_outside_funcs="no"
18179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18181 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18182 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18184 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18185 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18186 if test "${ac_cv_c_dot_previous+set}" = set; then
18187 echo $ECHO_N "(cached) $ECHO_C" >&6
18188 else
18189 cat >conftest.$ac_ext <<_ACEOF
18190 /* confdefs.h. */
18191 _ACEOF
18192 cat confdefs.h >>conftest.$ac_ext
18193 cat >>conftest.$ac_ext <<_ACEOF
18194 /* end confdefs.h. */
18197 main ()
18199 asm(".text\nac_test:\t.long 0\n\t.previous");
18201 return 0;
18203 _ACEOF
18204 rm -f conftest.$ac_objext conftest$ac_exeext
18205 if { (ac_try="$ac_link"
18206 case "(($ac_try" in
18207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18208 *) ac_try_echo=$ac_try;;
18209 esac
18210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18211 (eval "$ac_link") 2>conftest.er1
18212 ac_status=$?
18213 grep -v '^ *+' conftest.er1 >conftest.err
18214 rm -f conftest.er1
18215 cat conftest.err >&5
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } && {
18218 test -z "$ac_c_werror_flag" ||
18219 test ! -s conftest.err
18220 } && test -s conftest$ac_exeext &&
18221 $as_test_x conftest$ac_exeext; then
18222 ac_cv_c_dot_previous="yes"
18223 else
18224 echo "$as_me: failed program was:" >&5
18225 sed 's/^/| /' conftest.$ac_ext >&5
18227 ac_cv_c_dot_previous="no"
18230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18231 conftest$ac_exeext conftest.$ac_ext
18233 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18234 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18236 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18237 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18238 if test "${ac_cv_c_cfi_support+set}" = set; then
18239 echo $ECHO_N "(cached) $ECHO_C" >&6
18240 else
18241 cat >conftest.$ac_ext <<_ACEOF
18242 /* confdefs.h. */
18243 _ACEOF
18244 cat confdefs.h >>conftest.$ac_ext
18245 cat >>conftest.$ac_ext <<_ACEOF
18246 /* end confdefs.h. */
18247 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18249 main ()
18253 return 0;
18255 _ACEOF
18256 rm -f conftest.$ac_objext
18257 if { (ac_try="$ac_compile"
18258 case "(($ac_try" in
18259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18260 *) ac_try_echo=$ac_try;;
18261 esac
18262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18263 (eval "$ac_compile") 2>conftest.er1
18264 ac_status=$?
18265 grep -v '^ *+' conftest.er1 >conftest.err
18266 rm -f conftest.er1
18267 cat conftest.err >&5
18268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18269 (exit $ac_status); } && {
18270 test -z "$ac_c_werror_flag" ||
18271 test ! -s conftest.err
18272 } && test -s conftest.$ac_objext; then
18273 ac_cv_c_cfi_support="yes"
18274 else
18275 echo "$as_me: failed program was:" >&5
18276 sed 's/^/| /' conftest.$ac_ext >&5
18278 ac_cv_c_cfi_support="no"
18281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18283 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18284 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18286 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18287 asm_func_trailer=""
18288 if test "$ac_cv_c_dot_previous" = "yes"
18289 then
18290 asm_func_trailer="\\n\\t.previous"
18292 if test "$ac_cv_c_cfi_support" = "yes"
18293 then
18294 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18295 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18297 cat >>confdefs.h <<\_ACEOF
18298 #define __ASM_CFI(str) str
18299 _ACEOF
18301 else
18302 cat >>confdefs.h <<\_ACEOF
18303 #define __ASM_CFI(str) ""
18304 _ACEOF
18308 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18312 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18313 then
18314 cat >>confdefs.h <<_ACEOF
18315 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18316 _ACEOF
18318 else
18319 cat >>confdefs.h <<_ACEOF
18320 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18321 _ACEOF
18325 cat >>confdefs.h <<\_ACEOF
18326 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18327 _ACEOF
18330 cat >>confdefs.h <<\_ACEOF
18331 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18332 _ACEOF
18336 LDPATH=""
18338 case $build_os in
18339 cygwin*|mingw32*)
18340 TOOLSEXT=".exe"
18342 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18344 darwin*|macosx*)
18347 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18349 esac
18351 case $host_os in
18352 mingw32*)
18353 CRTLIBS="-lmsvcrt"
18355 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18358 esac
18360 MAIN_BINARY="wine"
18362 test -z "$with_wine64" || MAIN_BINARY="wine32"
18364 case $host_cpu in
18365 *i[3456789]86*)
18366 case $host_os in
18367 linux* | k*bsd*-gnu)
18368 EXTRA_BINARIES="wine-preloader"
18370 esac
18372 esac
18375 ac_save_CFLAGS="$CFLAGS"
18376 CFLAGS="$CFLAGS $BUILTINFLAG"
18448 for ac_func in \
18449 _pclose \
18450 _popen \
18451 _snprintf \
18452 _spawnvp \
18453 _strdup \
18454 _stricmp \
18455 _strnicmp \
18456 _strtoi64 \
18457 _strtoui64 \
18458 _vsnprintf \
18459 asctime_r \
18460 chsize \
18461 dlopen \
18462 epoll_create \
18463 ffs \
18464 finite \
18465 fnmatch \
18466 fork \
18467 fpclass \
18468 fstatfs \
18469 fstatvfs \
18470 ftruncate \
18471 futimes \
18472 futimesat \
18473 getdirentries \
18474 getopt_long \
18475 getpagesize \
18476 getpwuid \
18477 gettid \
18478 gettimeofday \
18479 getuid \
18480 kqueue \
18481 lstat \
18482 memmove \
18483 mmap \
18484 pclose \
18485 pipe2 \
18486 poll \
18487 popen \
18488 prctl \
18489 pread \
18490 pwrite \
18491 readdir \
18492 readlink \
18493 sched_setaffinity \
18494 sched_yield \
18495 select \
18496 setproctitle \
18497 setrlimit \
18498 settimeofday \
18499 sigaltstack \
18500 sigprocmask \
18501 snprintf \
18502 spawnvp \
18503 statfs \
18504 statvfs \
18505 strcasecmp \
18506 strdup \
18507 strerror \
18508 strncasecmp \
18509 strtold \
18510 strtoll \
18511 strtoull \
18512 symlink \
18513 tcgetattr \
18514 thr_kill2 \
18515 timegm \
18516 usleep \
18517 vsnprintf \
18518 wait4 \
18519 waitpid \
18522 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18523 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18524 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18525 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18526 echo $ECHO_N "(cached) $ECHO_C" >&6
18527 else
18528 cat >conftest.$ac_ext <<_ACEOF
18529 /* confdefs.h. */
18530 _ACEOF
18531 cat confdefs.h >>conftest.$ac_ext
18532 cat >>conftest.$ac_ext <<_ACEOF
18533 /* end confdefs.h. */
18534 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18535 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18536 #define $ac_func innocuous_$ac_func
18538 /* System header to define __stub macros and hopefully few prototypes,
18539 which can conflict with char $ac_func (); below.
18540 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18541 <limits.h> exists even on freestanding compilers. */
18543 #ifdef __STDC__
18544 # include <limits.h>
18545 #else
18546 # include <assert.h>
18547 #endif
18549 #undef $ac_func
18551 /* Override any GCC internal prototype to avoid an error.
18552 Use char because int might match the return type of a GCC
18553 builtin and then its argument prototype would still apply. */
18554 #ifdef __cplusplus
18555 extern "C"
18556 #endif
18557 char $ac_func ();
18558 /* The GNU C library defines this for functions which it implements
18559 to always fail with ENOSYS. Some functions are actually named
18560 something starting with __ and the normal name is an alias. */
18561 #if defined __stub_$ac_func || defined __stub___$ac_func
18562 choke me
18563 #endif
18566 main ()
18568 return $ac_func ();
18570 return 0;
18572 _ACEOF
18573 rm -f conftest.$ac_objext conftest$ac_exeext
18574 if { (ac_try="$ac_link"
18575 case "(($ac_try" in
18576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18577 *) ac_try_echo=$ac_try;;
18578 esac
18579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18580 (eval "$ac_link") 2>conftest.er1
18581 ac_status=$?
18582 grep -v '^ *+' conftest.er1 >conftest.err
18583 rm -f conftest.er1
18584 cat conftest.err >&5
18585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18586 (exit $ac_status); } && {
18587 test -z "$ac_c_werror_flag" ||
18588 test ! -s conftest.err
18589 } && test -s conftest$ac_exeext &&
18590 $as_test_x conftest$ac_exeext; then
18591 eval "$as_ac_var=yes"
18592 else
18593 echo "$as_me: failed program was:" >&5
18594 sed 's/^/| /' conftest.$ac_ext >&5
18596 eval "$as_ac_var=no"
18599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18600 conftest$ac_exeext conftest.$ac_ext
18602 ac_res=`eval echo '${'$as_ac_var'}'`
18603 { echo "$as_me:$LINENO: result: $ac_res" >&5
18604 echo "${ECHO_T}$ac_res" >&6; }
18605 if test `eval echo '${'$as_ac_var'}'` = yes; then
18606 cat >>confdefs.h <<_ACEOF
18607 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18608 _ACEOF
18611 done
18613 CFLAGS="$ac_save_CFLAGS"
18615 if test "$ac_cv_func_dlopen" = no
18616 then
18617 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18618 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18619 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18620 echo $ECHO_N "(cached) $ECHO_C" >&6
18621 else
18622 ac_check_lib_save_LIBS=$LIBS
18623 LIBS="-ldl $LIBS"
18624 cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h. */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h. */
18631 /* Override any GCC internal prototype to avoid an error.
18632 Use char because int might match the return type of a GCC
18633 builtin and then its argument prototype would still apply. */
18634 #ifdef __cplusplus
18635 extern "C"
18636 #endif
18637 char dlopen ();
18639 main ()
18641 return dlopen ();
18643 return 0;
18645 _ACEOF
18646 rm -f conftest.$ac_objext conftest$ac_exeext
18647 if { (ac_try="$ac_link"
18648 case "(($ac_try" in
18649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18650 *) ac_try_echo=$ac_try;;
18651 esac
18652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18653 (eval "$ac_link") 2>conftest.er1
18654 ac_status=$?
18655 grep -v '^ *+' conftest.er1 >conftest.err
18656 rm -f conftest.er1
18657 cat conftest.err >&5
18658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18659 (exit $ac_status); } && {
18660 test -z "$ac_c_werror_flag" ||
18661 test ! -s conftest.err
18662 } && test -s conftest$ac_exeext &&
18663 $as_test_x conftest$ac_exeext; then
18664 ac_cv_lib_dl_dlopen=yes
18665 else
18666 echo "$as_me: failed program was:" >&5
18667 sed 's/^/| /' conftest.$ac_ext >&5
18669 ac_cv_lib_dl_dlopen=no
18672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18673 conftest$ac_exeext conftest.$ac_ext
18674 LIBS=$ac_check_lib_save_LIBS
18676 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18677 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18678 if test $ac_cv_lib_dl_dlopen = yes; then
18679 cat >>confdefs.h <<\_ACEOF
18680 #define HAVE_DLOPEN 1
18681 _ACEOF
18682 LIBDL="-ldl"
18687 ac_wine_check_funcs_save_LIBS="$LIBS"
18688 LIBS="$LIBS $LIBDL"
18690 for ac_func in dladdr
18692 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18693 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18694 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18695 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18696 echo $ECHO_N "(cached) $ECHO_C" >&6
18697 else
18698 cat >conftest.$ac_ext <<_ACEOF
18699 /* confdefs.h. */
18700 _ACEOF
18701 cat confdefs.h >>conftest.$ac_ext
18702 cat >>conftest.$ac_ext <<_ACEOF
18703 /* end confdefs.h. */
18704 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18705 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18706 #define $ac_func innocuous_$ac_func
18708 /* System header to define __stub macros and hopefully few prototypes,
18709 which can conflict with char $ac_func (); below.
18710 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18711 <limits.h> exists even on freestanding compilers. */
18713 #ifdef __STDC__
18714 # include <limits.h>
18715 #else
18716 # include <assert.h>
18717 #endif
18719 #undef $ac_func
18721 /* Override any GCC internal prototype to avoid an error.
18722 Use char because int might match the return type of a GCC
18723 builtin and then its argument prototype would still apply. */
18724 #ifdef __cplusplus
18725 extern "C"
18726 #endif
18727 char $ac_func ();
18728 /* The GNU C library defines this for functions which it implements
18729 to always fail with ENOSYS. Some functions are actually named
18730 something starting with __ and the normal name is an alias. */
18731 #if defined __stub_$ac_func || defined __stub___$ac_func
18732 choke me
18733 #endif
18736 main ()
18738 return $ac_func ();
18740 return 0;
18742 _ACEOF
18743 rm -f conftest.$ac_objext conftest$ac_exeext
18744 if { (ac_try="$ac_link"
18745 case "(($ac_try" in
18746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18747 *) ac_try_echo=$ac_try;;
18748 esac
18749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18750 (eval "$ac_link") 2>conftest.er1
18751 ac_status=$?
18752 grep -v '^ *+' conftest.er1 >conftest.err
18753 rm -f conftest.er1
18754 cat conftest.err >&5
18755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18756 (exit $ac_status); } && {
18757 test -z "$ac_c_werror_flag" ||
18758 test ! -s conftest.err
18759 } && test -s conftest$ac_exeext &&
18760 $as_test_x conftest$ac_exeext; then
18761 eval "$as_ac_var=yes"
18762 else
18763 echo "$as_me: failed program was:" >&5
18764 sed 's/^/| /' conftest.$ac_ext >&5
18766 eval "$as_ac_var=no"
18769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18770 conftest$ac_exeext conftest.$ac_ext
18772 ac_res=`eval echo '${'$as_ac_var'}'`
18773 { echo "$as_me:$LINENO: result: $ac_res" >&5
18774 echo "${ECHO_T}$ac_res" >&6; }
18775 if test `eval echo '${'$as_ac_var'}'` = yes; then
18776 cat >>confdefs.h <<_ACEOF
18777 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18778 _ACEOF
18781 done
18783 LIBS="$ac_wine_check_funcs_save_LIBS"
18785 if test "$ac_cv_func_poll" = no
18786 then
18787 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18788 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18789 if test "${ac_cv_lib_poll_poll+set}" = set; then
18790 echo $ECHO_N "(cached) $ECHO_C" >&6
18791 else
18792 ac_check_lib_save_LIBS=$LIBS
18793 LIBS="-lpoll $LIBS"
18794 cat >conftest.$ac_ext <<_ACEOF
18795 /* confdefs.h. */
18796 _ACEOF
18797 cat confdefs.h >>conftest.$ac_ext
18798 cat >>conftest.$ac_ext <<_ACEOF
18799 /* end confdefs.h. */
18801 /* Override any GCC internal prototype to avoid an error.
18802 Use char because int might match the return type of a GCC
18803 builtin and then its argument prototype would still apply. */
18804 #ifdef __cplusplus
18805 extern "C"
18806 #endif
18807 char poll ();
18809 main ()
18811 return poll ();
18813 return 0;
18815 _ACEOF
18816 rm -f conftest.$ac_objext conftest$ac_exeext
18817 if { (ac_try="$ac_link"
18818 case "(($ac_try" in
18819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18820 *) ac_try_echo=$ac_try;;
18821 esac
18822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18823 (eval "$ac_link") 2>conftest.er1
18824 ac_status=$?
18825 grep -v '^ *+' conftest.er1 >conftest.err
18826 rm -f conftest.er1
18827 cat conftest.err >&5
18828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18829 (exit $ac_status); } && {
18830 test -z "$ac_c_werror_flag" ||
18831 test ! -s conftest.err
18832 } && test -s conftest$ac_exeext &&
18833 $as_test_x conftest$ac_exeext; then
18834 ac_cv_lib_poll_poll=yes
18835 else
18836 echo "$as_me: failed program was:" >&5
18837 sed 's/^/| /' conftest.$ac_ext >&5
18839 ac_cv_lib_poll_poll=no
18842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18843 conftest$ac_exeext conftest.$ac_ext
18844 LIBS=$ac_check_lib_save_LIBS
18846 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18847 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18848 if test $ac_cv_lib_poll_poll = yes; then
18849 cat >>confdefs.h <<\_ACEOF
18850 #define HAVE_POLL 1
18851 _ACEOF
18852 LIBPOLL="-lpoll"
18858 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18859 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18860 if test "${ac_cv_search_gethostbyname+set}" = set; then
18861 echo $ECHO_N "(cached) $ECHO_C" >&6
18862 else
18863 ac_func_search_save_LIBS=$LIBS
18864 cat >conftest.$ac_ext <<_ACEOF
18865 /* confdefs.h. */
18866 _ACEOF
18867 cat confdefs.h >>conftest.$ac_ext
18868 cat >>conftest.$ac_ext <<_ACEOF
18869 /* end confdefs.h. */
18871 /* Override any GCC internal prototype to avoid an error.
18872 Use char because int might match the return type of a GCC
18873 builtin and then its argument prototype would still apply. */
18874 #ifdef __cplusplus
18875 extern "C"
18876 #endif
18877 char gethostbyname ();
18879 main ()
18881 return gethostbyname ();
18883 return 0;
18885 _ACEOF
18886 for ac_lib in '' nsl; do
18887 if test -z "$ac_lib"; then
18888 ac_res="none required"
18889 else
18890 ac_res=-l$ac_lib
18891 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18893 rm -f conftest.$ac_objext conftest$ac_exeext
18894 if { (ac_try="$ac_link"
18895 case "(($ac_try" in
18896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18897 *) ac_try_echo=$ac_try;;
18898 esac
18899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18900 (eval "$ac_link") 2>conftest.er1
18901 ac_status=$?
18902 grep -v '^ *+' conftest.er1 >conftest.err
18903 rm -f conftest.er1
18904 cat conftest.err >&5
18905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18906 (exit $ac_status); } && {
18907 test -z "$ac_c_werror_flag" ||
18908 test ! -s conftest.err
18909 } && test -s conftest$ac_exeext &&
18910 $as_test_x conftest$ac_exeext; then
18911 ac_cv_search_gethostbyname=$ac_res
18912 else
18913 echo "$as_me: failed program was:" >&5
18914 sed 's/^/| /' conftest.$ac_ext >&5
18919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18920 conftest$ac_exeext
18921 if test "${ac_cv_search_gethostbyname+set}" = set; then
18922 break
18924 done
18925 if test "${ac_cv_search_gethostbyname+set}" = set; then
18927 else
18928 ac_cv_search_gethostbyname=no
18930 rm conftest.$ac_ext
18931 LIBS=$ac_func_search_save_LIBS
18933 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18934 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18935 ac_res=$ac_cv_search_gethostbyname
18936 if test "$ac_res" != no; then
18937 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18942 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18943 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18944 if test "${ac_cv_search_connect+set}" = set; then
18945 echo $ECHO_N "(cached) $ECHO_C" >&6
18946 else
18947 ac_func_search_save_LIBS=$LIBS
18948 cat >conftest.$ac_ext <<_ACEOF
18949 /* confdefs.h. */
18950 _ACEOF
18951 cat confdefs.h >>conftest.$ac_ext
18952 cat >>conftest.$ac_ext <<_ACEOF
18953 /* end confdefs.h. */
18955 /* Override any GCC internal prototype to avoid an error.
18956 Use char because int might match the return type of a GCC
18957 builtin and then its argument prototype would still apply. */
18958 #ifdef __cplusplus
18959 extern "C"
18960 #endif
18961 char connect ();
18963 main ()
18965 return connect ();
18967 return 0;
18969 _ACEOF
18970 for ac_lib in '' socket; do
18971 if test -z "$ac_lib"; then
18972 ac_res="none required"
18973 else
18974 ac_res=-l$ac_lib
18975 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18977 rm -f conftest.$ac_objext conftest$ac_exeext
18978 if { (ac_try="$ac_link"
18979 case "(($ac_try" in
18980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18981 *) ac_try_echo=$ac_try;;
18982 esac
18983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18984 (eval "$ac_link") 2>conftest.er1
18985 ac_status=$?
18986 grep -v '^ *+' conftest.er1 >conftest.err
18987 rm -f conftest.er1
18988 cat conftest.err >&5
18989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18990 (exit $ac_status); } && {
18991 test -z "$ac_c_werror_flag" ||
18992 test ! -s conftest.err
18993 } && test -s conftest$ac_exeext &&
18994 $as_test_x conftest$ac_exeext; then
18995 ac_cv_search_connect=$ac_res
18996 else
18997 echo "$as_me: failed program was:" >&5
18998 sed 's/^/| /' conftest.$ac_ext >&5
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004 conftest$ac_exeext
19005 if test "${ac_cv_search_connect+set}" = set; then
19006 break
19008 done
19009 if test "${ac_cv_search_connect+set}" = set; then
19011 else
19012 ac_cv_search_connect=no
19014 rm conftest.$ac_ext
19015 LIBS=$ac_func_search_save_LIBS
19017 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19018 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
19019 ac_res=$ac_cv_search_connect
19020 if test "$ac_res" != no; then
19021 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19026 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19027 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
19028 if test "${ac_cv_search_inet_aton+set}" = set; then
19029 echo $ECHO_N "(cached) $ECHO_C" >&6
19030 else
19031 ac_func_search_save_LIBS=$LIBS
19032 cat >conftest.$ac_ext <<_ACEOF
19033 /* confdefs.h. */
19034 _ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19039 /* Override any GCC internal prototype to avoid an error.
19040 Use char because int might match the return type of a GCC
19041 builtin and then its argument prototype would still apply. */
19042 #ifdef __cplusplus
19043 extern "C"
19044 #endif
19045 char inet_aton ();
19047 main ()
19049 return inet_aton ();
19051 return 0;
19053 _ACEOF
19054 for ac_lib in '' resolv; do
19055 if test -z "$ac_lib"; then
19056 ac_res="none required"
19057 else
19058 ac_res=-l$ac_lib
19059 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19061 rm -f conftest.$ac_objext conftest$ac_exeext
19062 if { (ac_try="$ac_link"
19063 case "(($ac_try" in
19064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19065 *) ac_try_echo=$ac_try;;
19066 esac
19067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19068 (eval "$ac_link") 2>conftest.er1
19069 ac_status=$?
19070 grep -v '^ *+' conftest.er1 >conftest.err
19071 rm -f conftest.er1
19072 cat conftest.err >&5
19073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19074 (exit $ac_status); } && {
19075 test -z "$ac_c_werror_flag" ||
19076 test ! -s conftest.err
19077 } && test -s conftest$ac_exeext &&
19078 $as_test_x conftest$ac_exeext; then
19079 ac_cv_search_inet_aton=$ac_res
19080 else
19081 echo "$as_me: failed program was:" >&5
19082 sed 's/^/| /' conftest.$ac_ext >&5
19087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19088 conftest$ac_exeext
19089 if test "${ac_cv_search_inet_aton+set}" = set; then
19090 break
19092 done
19093 if test "${ac_cv_search_inet_aton+set}" = set; then
19095 else
19096 ac_cv_search_inet_aton=no
19098 rm conftest.$ac_ext
19099 LIBS=$ac_func_search_save_LIBS
19101 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19102 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
19103 ac_res=$ac_cv_search_inet_aton
19104 if test "$ac_res" != no; then
19105 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19121 for ac_func in \
19122 getaddrinfo \
19123 getnameinfo \
19124 getnetbyname \
19125 getprotobyname \
19126 getprotobynumber \
19127 getservbyport \
19128 inet_network \
19129 inet_ntop \
19130 inet_pton \
19131 sendmsg \
19132 socketpair \
19135 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19136 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19137 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19138 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19139 echo $ECHO_N "(cached) $ECHO_C" >&6
19140 else
19141 cat >conftest.$ac_ext <<_ACEOF
19142 /* confdefs.h. */
19143 _ACEOF
19144 cat confdefs.h >>conftest.$ac_ext
19145 cat >>conftest.$ac_ext <<_ACEOF
19146 /* end confdefs.h. */
19147 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19148 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19149 #define $ac_func innocuous_$ac_func
19151 /* System header to define __stub macros and hopefully few prototypes,
19152 which can conflict with char $ac_func (); below.
19153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19154 <limits.h> exists even on freestanding compilers. */
19156 #ifdef __STDC__
19157 # include <limits.h>
19158 #else
19159 # include <assert.h>
19160 #endif
19162 #undef $ac_func
19164 /* Override any GCC internal prototype to avoid an error.
19165 Use char because int might match the return type of a GCC
19166 builtin and then its argument prototype would still apply. */
19167 #ifdef __cplusplus
19168 extern "C"
19169 #endif
19170 char $ac_func ();
19171 /* The GNU C library defines this for functions which it implements
19172 to always fail with ENOSYS. Some functions are actually named
19173 something starting with __ and the normal name is an alias. */
19174 #if defined __stub_$ac_func || defined __stub___$ac_func
19175 choke me
19176 #endif
19179 main ()
19181 return $ac_func ();
19183 return 0;
19185 _ACEOF
19186 rm -f conftest.$ac_objext conftest$ac_exeext
19187 if { (ac_try="$ac_link"
19188 case "(($ac_try" in
19189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19190 *) ac_try_echo=$ac_try;;
19191 esac
19192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19193 (eval "$ac_link") 2>conftest.er1
19194 ac_status=$?
19195 grep -v '^ *+' conftest.er1 >conftest.err
19196 rm -f conftest.er1
19197 cat conftest.err >&5
19198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19199 (exit $ac_status); } && {
19200 test -z "$ac_c_werror_flag" ||
19201 test ! -s conftest.err
19202 } && test -s conftest$ac_exeext &&
19203 $as_test_x conftest$ac_exeext; then
19204 eval "$as_ac_var=yes"
19205 else
19206 echo "$as_me: failed program was:" >&5
19207 sed 's/^/| /' conftest.$ac_ext >&5
19209 eval "$as_ac_var=no"
19212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19213 conftest$ac_exeext conftest.$ac_ext
19215 ac_res=`eval echo '${'$as_ac_var'}'`
19216 { echo "$as_me:$LINENO: result: $ac_res" >&5
19217 echo "${ECHO_T}$ac_res" >&6; }
19218 if test `eval echo '${'$as_ac_var'}'` = yes; then
19219 cat >>confdefs.h <<_ACEOF
19220 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19221 _ACEOF
19224 done
19227 LDAPLIBS=""
19229 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19230 then
19231 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19232 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19233 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19234 echo $ECHO_N "(cached) $ECHO_C" >&6
19235 else
19236 cat >conftest.$ac_ext <<_ACEOF
19237 /* confdefs.h. */
19238 _ACEOF
19239 cat confdefs.h >>conftest.$ac_ext
19240 cat >>conftest.$ac_ext <<_ACEOF
19241 /* end confdefs.h. */
19242 #include <ldap.h>
19244 typedef LDAPSortKey ac__type_new_;
19246 main ()
19248 if ((ac__type_new_ *) 0)
19249 return 0;
19250 if (sizeof (ac__type_new_))
19251 return 0;
19253 return 0;
19255 _ACEOF
19256 rm -f conftest.$ac_objext
19257 if { (ac_try="$ac_compile"
19258 case "(($ac_try" in
19259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19260 *) ac_try_echo=$ac_try;;
19261 esac
19262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19263 (eval "$ac_compile") 2>conftest.er1
19264 ac_status=$?
19265 grep -v '^ *+' conftest.er1 >conftest.err
19266 rm -f conftest.er1
19267 cat conftest.err >&5
19268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19269 (exit $ac_status); } && {
19270 test -z "$ac_c_werror_flag" ||
19271 test ! -s conftest.err
19272 } && test -s conftest.$ac_objext; then
19273 ac_cv_type_LDAPSortKey=yes
19274 else
19275 echo "$as_me: failed program was:" >&5
19276 sed 's/^/| /' conftest.$ac_ext >&5
19278 ac_cv_type_LDAPSortKey=no
19281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19283 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19284 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19285 if test $ac_cv_type_LDAPSortKey = yes; then
19286 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19287 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19288 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19289 echo $ECHO_N "(cached) $ECHO_C" >&6
19290 else
19291 ac_check_lib_save_LIBS=$LIBS
19292 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19293 cat >conftest.$ac_ext <<_ACEOF
19294 /* confdefs.h. */
19295 _ACEOF
19296 cat confdefs.h >>conftest.$ac_ext
19297 cat >>conftest.$ac_ext <<_ACEOF
19298 /* end confdefs.h. */
19300 /* Override any GCC internal prototype to avoid an error.
19301 Use char because int might match the return type of a GCC
19302 builtin and then its argument prototype would still apply. */
19303 #ifdef __cplusplus
19304 extern "C"
19305 #endif
19306 char ldap_initialize ();
19308 main ()
19310 return ldap_initialize ();
19312 return 0;
19314 _ACEOF
19315 rm -f conftest.$ac_objext conftest$ac_exeext
19316 if { (ac_try="$ac_link"
19317 case "(($ac_try" in
19318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19320 esac
19321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19322 (eval "$ac_link") 2>conftest.er1
19323 ac_status=$?
19324 grep -v '^ *+' conftest.er1 >conftest.err
19325 rm -f conftest.er1
19326 cat conftest.err >&5
19327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } && {
19329 test -z "$ac_c_werror_flag" ||
19330 test ! -s conftest.err
19331 } && test -s conftest$ac_exeext &&
19332 $as_test_x conftest$ac_exeext; then
19333 ac_cv_lib_ldap_r_ldap_initialize=yes
19334 else
19335 echo "$as_me: failed program was:" >&5
19336 sed 's/^/| /' conftest.$ac_ext >&5
19338 ac_cv_lib_ldap_r_ldap_initialize=no
19341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19342 conftest$ac_exeext conftest.$ac_ext
19343 LIBS=$ac_check_lib_save_LIBS
19345 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19346 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19347 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19348 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19349 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19350 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19351 echo $ECHO_N "(cached) $ECHO_C" >&6
19352 else
19353 ac_check_lib_save_LIBS=$LIBS
19354 LIBS="-llber $LIBPTHREAD $LIBS"
19355 cat >conftest.$ac_ext <<_ACEOF
19356 /* confdefs.h. */
19357 _ACEOF
19358 cat confdefs.h >>conftest.$ac_ext
19359 cat >>conftest.$ac_ext <<_ACEOF
19360 /* end confdefs.h. */
19362 /* Override any GCC internal prototype to avoid an error.
19363 Use char because int might match the return type of a GCC
19364 builtin and then its argument prototype would still apply. */
19365 #ifdef __cplusplus
19366 extern "C"
19367 #endif
19368 char ber_init ();
19370 main ()
19372 return ber_init ();
19374 return 0;
19376 _ACEOF
19377 rm -f conftest.$ac_objext conftest$ac_exeext
19378 if { (ac_try="$ac_link"
19379 case "(($ac_try" in
19380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19381 *) ac_try_echo=$ac_try;;
19382 esac
19383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19384 (eval "$ac_link") 2>conftest.er1
19385 ac_status=$?
19386 grep -v '^ *+' conftest.er1 >conftest.err
19387 rm -f conftest.er1
19388 cat conftest.err >&5
19389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19390 (exit $ac_status); } && {
19391 test -z "$ac_c_werror_flag" ||
19392 test ! -s conftest.err
19393 } && test -s conftest$ac_exeext &&
19394 $as_test_x conftest$ac_exeext; then
19395 ac_cv_lib_lber_ber_init=yes
19396 else
19397 echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.$ac_ext >&5
19400 ac_cv_lib_lber_ber_init=no
19403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19404 conftest$ac_exeext conftest.$ac_ext
19405 LIBS=$ac_check_lib_save_LIBS
19407 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19408 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19409 if test $ac_cv_lib_lber_ber_init = yes; then
19411 cat >>confdefs.h <<\_ACEOF
19412 #define HAVE_LDAP 1
19413 _ACEOF
19415 LDAPLIBS="-lldap_r -llber"
19422 ac_wine_check_funcs_save_LIBS="$LIBS"
19423 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19432 for ac_func in \
19433 ldap_count_references \
19434 ldap_first_reference \
19435 ldap_next_reference \
19436 ldap_parse_reference \
19437 ldap_parse_sort_control \
19438 ldap_parse_sortresponse_control \
19439 ldap_parse_vlv_control \
19440 ldap_parse_vlvresponse_control
19442 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19443 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19444 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19445 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19446 echo $ECHO_N "(cached) $ECHO_C" >&6
19447 else
19448 cat >conftest.$ac_ext <<_ACEOF
19449 /* confdefs.h. */
19450 _ACEOF
19451 cat confdefs.h >>conftest.$ac_ext
19452 cat >>conftest.$ac_ext <<_ACEOF
19453 /* end confdefs.h. */
19454 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19455 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19456 #define $ac_func innocuous_$ac_func
19458 /* System header to define __stub macros and hopefully few prototypes,
19459 which can conflict with char $ac_func (); below.
19460 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19461 <limits.h> exists even on freestanding compilers. */
19463 #ifdef __STDC__
19464 # include <limits.h>
19465 #else
19466 # include <assert.h>
19467 #endif
19469 #undef $ac_func
19471 /* Override any GCC internal prototype to avoid an error.
19472 Use char because int might match the return type of a GCC
19473 builtin and then its argument prototype would still apply. */
19474 #ifdef __cplusplus
19475 extern "C"
19476 #endif
19477 char $ac_func ();
19478 /* The GNU C library defines this for functions which it implements
19479 to always fail with ENOSYS. Some functions are actually named
19480 something starting with __ and the normal name is an alias. */
19481 #if defined __stub_$ac_func || defined __stub___$ac_func
19482 choke me
19483 #endif
19486 main ()
19488 return $ac_func ();
19490 return 0;
19492 _ACEOF
19493 rm -f conftest.$ac_objext conftest$ac_exeext
19494 if { (ac_try="$ac_link"
19495 case "(($ac_try" in
19496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19497 *) ac_try_echo=$ac_try;;
19498 esac
19499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19500 (eval "$ac_link") 2>conftest.er1
19501 ac_status=$?
19502 grep -v '^ *+' conftest.er1 >conftest.err
19503 rm -f conftest.er1
19504 cat conftest.err >&5
19505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19506 (exit $ac_status); } && {
19507 test -z "$ac_c_werror_flag" ||
19508 test ! -s conftest.err
19509 } && test -s conftest$ac_exeext &&
19510 $as_test_x conftest$ac_exeext; then
19511 eval "$as_ac_var=yes"
19512 else
19513 echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19516 eval "$as_ac_var=no"
19519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19520 conftest$ac_exeext conftest.$ac_ext
19522 ac_res=`eval echo '${'$as_ac_var'}'`
19523 { echo "$as_me:$LINENO: result: $ac_res" >&5
19524 echo "${ECHO_T}$ac_res" >&6; }
19525 if test `eval echo '${'$as_ac_var'}'` = yes; then
19526 cat >>confdefs.h <<_ACEOF
19527 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19528 _ACEOF
19531 done
19533 LIBS="$ac_wine_check_funcs_save_LIBS"
19535 if test "x$LDAPLIBS" = "x"; then
19536 case "x$with_ldap" in
19537 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19538 xno) ;;
19539 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19540 This is an error since --with-ldap was requested." >&5
19541 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19542 This is an error since --with-ldap was requested." >&2;}
19543 { (exit 1); exit 1; }; } ;;
19544 esac
19548 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19549 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19550 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19551 echo $ECHO_N "(cached) $ECHO_C" >&6
19552 else
19553 cat >conftest.$ac_ext <<_ACEOF
19554 /* confdefs.h. */
19555 _ACEOF
19556 cat confdefs.h >>conftest.$ac_ext
19557 cat >>conftest.$ac_ext <<_ACEOF
19558 /* end confdefs.h. */
19559 #include <sys/stat.h>
19561 main ()
19563 mkdir("foo");
19565 return 0;
19567 _ACEOF
19568 rm -f conftest.$ac_objext
19569 if { (ac_try="$ac_compile"
19570 case "(($ac_try" in
19571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19572 *) ac_try_echo=$ac_try;;
19573 esac
19574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19575 (eval "$ac_compile") 2>conftest.er1
19576 ac_status=$?
19577 grep -v '^ *+' conftest.er1 >conftest.err
19578 rm -f conftest.er1
19579 cat conftest.err >&5
19580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19581 (exit $ac_status); } && {
19582 test -z "$ac_c_werror_flag" ||
19583 test ! -s conftest.err
19584 } && test -s conftest.$ac_objext; then
19585 wine_cv_one_arg_mkdir=yes
19586 else
19587 echo "$as_me: failed program was:" >&5
19588 sed 's/^/| /' conftest.$ac_ext >&5
19590 wine_cv_one_arg_mkdir=no
19593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19595 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19596 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19597 if test "$wine_cv_one_arg_mkdir" = "yes"
19598 then
19600 cat >>confdefs.h <<\_ACEOF
19601 #define HAVE_ONE_ARG_MKDIR 1
19602 _ACEOF
19607 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19608 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19609 if test "${ac_cv_c_const+set}" = set; then
19610 echo $ECHO_N "(cached) $ECHO_C" >&6
19611 else
19612 cat >conftest.$ac_ext <<_ACEOF
19613 /* confdefs.h. */
19614 _ACEOF
19615 cat confdefs.h >>conftest.$ac_ext
19616 cat >>conftest.$ac_ext <<_ACEOF
19617 /* end confdefs.h. */
19620 main ()
19622 /* FIXME: Include the comments suggested by Paul. */
19623 #ifndef __cplusplus
19624 /* Ultrix mips cc rejects this. */
19625 typedef int charset[2];
19626 const charset cs;
19627 /* SunOS 4.1.1 cc rejects this. */
19628 char const *const *pcpcc;
19629 char **ppc;
19630 /* NEC SVR4.0.2 mips cc rejects this. */
19631 struct point {int x, y;};
19632 static struct point const zero = {0,0};
19633 /* AIX XL C 1.02.0.0 rejects this.
19634 It does not let you subtract one const X* pointer from another in
19635 an arm of an if-expression whose if-part is not a constant
19636 expression */
19637 const char *g = "string";
19638 pcpcc = &g + (g ? g-g : 0);
19639 /* HPUX 7.0 cc rejects these. */
19640 ++pcpcc;
19641 ppc = (char**) pcpcc;
19642 pcpcc = (char const *const *) ppc;
19643 { /* SCO 3.2v4 cc rejects this. */
19644 char *t;
19645 char const *s = 0 ? (char *) 0 : (char const *) 0;
19647 *t++ = 0;
19648 if (s) return 0;
19650 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19651 int x[] = {25, 17};
19652 const int *foo = &x[0];
19653 ++foo;
19655 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19656 typedef const int *iptr;
19657 iptr p = 0;
19658 ++p;
19660 { /* AIX XL C 1.02.0.0 rejects this saying
19661 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19662 struct s { int j; const int *ap[3]; };
19663 struct s *b; b->j = 5;
19665 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19666 const int foo = 10;
19667 if (!foo) return 0;
19669 return !cs[0] && !zero.x;
19670 #endif
19673 return 0;
19675 _ACEOF
19676 rm -f conftest.$ac_objext
19677 if { (ac_try="$ac_compile"
19678 case "(($ac_try" in
19679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19680 *) ac_try_echo=$ac_try;;
19681 esac
19682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19683 (eval "$ac_compile") 2>conftest.er1
19684 ac_status=$?
19685 grep -v '^ *+' conftest.er1 >conftest.err
19686 rm -f conftest.er1
19687 cat conftest.err >&5
19688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19689 (exit $ac_status); } && {
19690 test -z "$ac_c_werror_flag" ||
19691 test ! -s conftest.err
19692 } && test -s conftest.$ac_objext; then
19693 ac_cv_c_const=yes
19694 else
19695 echo "$as_me: failed program was:" >&5
19696 sed 's/^/| /' conftest.$ac_ext >&5
19698 ac_cv_c_const=no
19701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19703 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19704 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19705 if test $ac_cv_c_const = no; then
19707 cat >>confdefs.h <<\_ACEOF
19708 #define const
19709 _ACEOF
19713 { echo "$as_me:$LINENO: checking for inline" >&5
19714 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19715 if test "${ac_cv_c_inline+set}" = set; then
19716 echo $ECHO_N "(cached) $ECHO_C" >&6
19717 else
19718 ac_cv_c_inline=no
19719 for ac_kw in inline __inline__ __inline; do
19720 cat >conftest.$ac_ext <<_ACEOF
19721 /* confdefs.h. */
19722 _ACEOF
19723 cat confdefs.h >>conftest.$ac_ext
19724 cat >>conftest.$ac_ext <<_ACEOF
19725 /* end confdefs.h. */
19726 #ifndef __cplusplus
19727 typedef int foo_t;
19728 static $ac_kw foo_t static_foo () {return 0; }
19729 $ac_kw foo_t foo () {return 0; }
19730 #endif
19732 _ACEOF
19733 rm -f conftest.$ac_objext
19734 if { (ac_try="$ac_compile"
19735 case "(($ac_try" in
19736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19737 *) ac_try_echo=$ac_try;;
19738 esac
19739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19740 (eval "$ac_compile") 2>conftest.er1
19741 ac_status=$?
19742 grep -v '^ *+' conftest.er1 >conftest.err
19743 rm -f conftest.er1
19744 cat conftest.err >&5
19745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19746 (exit $ac_status); } && {
19747 test -z "$ac_c_werror_flag" ||
19748 test ! -s conftest.err
19749 } && test -s conftest.$ac_objext; then
19750 ac_cv_c_inline=$ac_kw
19751 else
19752 echo "$as_me: failed program was:" >&5
19753 sed 's/^/| /' conftest.$ac_ext >&5
19758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19759 test "$ac_cv_c_inline" != no && break
19760 done
19763 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19764 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19767 case $ac_cv_c_inline in
19768 inline | yes) ;;
19770 case $ac_cv_c_inline in
19771 no) ac_val=;;
19772 *) ac_val=$ac_cv_c_inline;;
19773 esac
19774 cat >>confdefs.h <<_ACEOF
19775 #ifndef __cplusplus
19776 #define inline $ac_val
19777 #endif
19778 _ACEOF
19780 esac
19782 { echo "$as_me:$LINENO: checking for mode_t" >&5
19783 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19784 if test "${ac_cv_type_mode_t+set}" = set; then
19785 echo $ECHO_N "(cached) $ECHO_C" >&6
19786 else
19787 cat >conftest.$ac_ext <<_ACEOF
19788 /* confdefs.h. */
19789 _ACEOF
19790 cat confdefs.h >>conftest.$ac_ext
19791 cat >>conftest.$ac_ext <<_ACEOF
19792 /* end confdefs.h. */
19793 $ac_includes_default
19794 typedef mode_t ac__type_new_;
19796 main ()
19798 if ((ac__type_new_ *) 0)
19799 return 0;
19800 if (sizeof (ac__type_new_))
19801 return 0;
19803 return 0;
19805 _ACEOF
19806 rm -f conftest.$ac_objext
19807 if { (ac_try="$ac_compile"
19808 case "(($ac_try" in
19809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19810 *) ac_try_echo=$ac_try;;
19811 esac
19812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19823 ac_cv_type_mode_t=yes
19824 else
19825 echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19828 ac_cv_type_mode_t=no
19831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19833 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19834 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19835 if test $ac_cv_type_mode_t = yes; then
19837 cat >>confdefs.h <<_ACEOF
19838 #define HAVE_MODE_T 1
19839 _ACEOF
19843 { echo "$as_me:$LINENO: checking for off_t" >&5
19844 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19845 if test "${ac_cv_type_off_t+set}" = set; then
19846 echo $ECHO_N "(cached) $ECHO_C" >&6
19847 else
19848 cat >conftest.$ac_ext <<_ACEOF
19849 /* confdefs.h. */
19850 _ACEOF
19851 cat confdefs.h >>conftest.$ac_ext
19852 cat >>conftest.$ac_ext <<_ACEOF
19853 /* end confdefs.h. */
19854 $ac_includes_default
19855 typedef off_t ac__type_new_;
19857 main ()
19859 if ((ac__type_new_ *) 0)
19860 return 0;
19861 if (sizeof (ac__type_new_))
19862 return 0;
19864 return 0;
19866 _ACEOF
19867 rm -f conftest.$ac_objext
19868 if { (ac_try="$ac_compile"
19869 case "(($ac_try" in
19870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19871 *) ac_try_echo=$ac_try;;
19872 esac
19873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19874 (eval "$ac_compile") 2>conftest.er1
19875 ac_status=$?
19876 grep -v '^ *+' conftest.er1 >conftest.err
19877 rm -f conftest.er1
19878 cat conftest.err >&5
19879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19880 (exit $ac_status); } && {
19881 test -z "$ac_c_werror_flag" ||
19882 test ! -s conftest.err
19883 } && test -s conftest.$ac_objext; then
19884 ac_cv_type_off_t=yes
19885 else
19886 echo "$as_me: failed program was:" >&5
19887 sed 's/^/| /' conftest.$ac_ext >&5
19889 ac_cv_type_off_t=no
19892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19894 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19895 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19896 if test $ac_cv_type_off_t = yes; then
19898 cat >>confdefs.h <<_ACEOF
19899 #define HAVE_OFF_T 1
19900 _ACEOF
19904 { echo "$as_me:$LINENO: checking for pid_t" >&5
19905 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19906 if test "${ac_cv_type_pid_t+set}" = set; then
19907 echo $ECHO_N "(cached) $ECHO_C" >&6
19908 else
19909 cat >conftest.$ac_ext <<_ACEOF
19910 /* confdefs.h. */
19911 _ACEOF
19912 cat confdefs.h >>conftest.$ac_ext
19913 cat >>conftest.$ac_ext <<_ACEOF
19914 /* end confdefs.h. */
19915 $ac_includes_default
19916 typedef pid_t ac__type_new_;
19918 main ()
19920 if ((ac__type_new_ *) 0)
19921 return 0;
19922 if (sizeof (ac__type_new_))
19923 return 0;
19925 return 0;
19927 _ACEOF
19928 rm -f conftest.$ac_objext
19929 if { (ac_try="$ac_compile"
19930 case "(($ac_try" in
19931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19932 *) ac_try_echo=$ac_try;;
19933 esac
19934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19935 (eval "$ac_compile") 2>conftest.er1
19936 ac_status=$?
19937 grep -v '^ *+' conftest.er1 >conftest.err
19938 rm -f conftest.er1
19939 cat conftest.err >&5
19940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19941 (exit $ac_status); } && {
19942 test -z "$ac_c_werror_flag" ||
19943 test ! -s conftest.err
19944 } && test -s conftest.$ac_objext; then
19945 ac_cv_type_pid_t=yes
19946 else
19947 echo "$as_me: failed program was:" >&5
19948 sed 's/^/| /' conftest.$ac_ext >&5
19950 ac_cv_type_pid_t=no
19953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19955 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19956 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19957 if test $ac_cv_type_pid_t = yes; then
19959 cat >>confdefs.h <<_ACEOF
19960 #define HAVE_PID_T 1
19961 _ACEOF
19965 { echo "$as_me:$LINENO: checking for size_t" >&5
19966 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19967 if test "${ac_cv_type_size_t+set}" = set; then
19968 echo $ECHO_N "(cached) $ECHO_C" >&6
19969 else
19970 cat >conftest.$ac_ext <<_ACEOF
19971 /* confdefs.h. */
19972 _ACEOF
19973 cat confdefs.h >>conftest.$ac_ext
19974 cat >>conftest.$ac_ext <<_ACEOF
19975 /* end confdefs.h. */
19976 $ac_includes_default
19977 typedef size_t ac__type_new_;
19979 main ()
19981 if ((ac__type_new_ *) 0)
19982 return 0;
19983 if (sizeof (ac__type_new_))
19984 return 0;
19986 return 0;
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993 *) ac_try_echo=$ac_try;;
19994 esac
19995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19996 (eval "$ac_compile") 2>conftest.er1
19997 ac_status=$?
19998 grep -v '^ *+' conftest.er1 >conftest.err
19999 rm -f conftest.er1
20000 cat conftest.err >&5
20001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } && {
20003 test -z "$ac_c_werror_flag" ||
20004 test ! -s conftest.err
20005 } && test -s conftest.$ac_objext; then
20006 ac_cv_type_size_t=yes
20007 else
20008 echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20011 ac_cv_type_size_t=no
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20017 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
20018 if test $ac_cv_type_size_t = yes; then
20020 cat >>confdefs.h <<_ACEOF
20021 #define HAVE_SIZE_T 1
20022 _ACEOF
20026 { echo "$as_me:$LINENO: checking for ssize_t" >&5
20027 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
20028 if test "${ac_cv_type_ssize_t+set}" = set; then
20029 echo $ECHO_N "(cached) $ECHO_C" >&6
20030 else
20031 cat >conftest.$ac_ext <<_ACEOF
20032 /* confdefs.h. */
20033 _ACEOF
20034 cat confdefs.h >>conftest.$ac_ext
20035 cat >>conftest.$ac_ext <<_ACEOF
20036 /* end confdefs.h. */
20037 $ac_includes_default
20038 typedef ssize_t ac__type_new_;
20040 main ()
20042 if ((ac__type_new_ *) 0)
20043 return 0;
20044 if (sizeof (ac__type_new_))
20045 return 0;
20047 return 0;
20049 _ACEOF
20050 rm -f conftest.$ac_objext
20051 if { (ac_try="$ac_compile"
20052 case "(($ac_try" in
20053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20054 *) ac_try_echo=$ac_try;;
20055 esac
20056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20057 (eval "$ac_compile") 2>conftest.er1
20058 ac_status=$?
20059 grep -v '^ *+' conftest.er1 >conftest.err
20060 rm -f conftest.er1
20061 cat conftest.err >&5
20062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20063 (exit $ac_status); } && {
20064 test -z "$ac_c_werror_flag" ||
20065 test ! -s conftest.err
20066 } && test -s conftest.$ac_objext; then
20067 ac_cv_type_ssize_t=yes
20068 else
20069 echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.$ac_ext >&5
20072 ac_cv_type_ssize_t=no
20075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20077 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20078 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
20079 if test $ac_cv_type_ssize_t = yes; then
20081 cat >>confdefs.h <<_ACEOF
20082 #define HAVE_SSIZE_T 1
20083 _ACEOF
20087 { echo "$as_me:$LINENO: checking for long long" >&5
20088 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
20089 if test "${ac_cv_type_long_long+set}" = set; then
20090 echo $ECHO_N "(cached) $ECHO_C" >&6
20091 else
20092 cat >conftest.$ac_ext <<_ACEOF
20093 /* confdefs.h. */
20094 _ACEOF
20095 cat confdefs.h >>conftest.$ac_ext
20096 cat >>conftest.$ac_ext <<_ACEOF
20097 /* end confdefs.h. */
20098 $ac_includes_default
20099 typedef long long ac__type_new_;
20101 main ()
20103 if ((ac__type_new_ *) 0)
20104 return 0;
20105 if (sizeof (ac__type_new_))
20106 return 0;
20108 return 0;
20110 _ACEOF
20111 rm -f conftest.$ac_objext
20112 if { (ac_try="$ac_compile"
20113 case "(($ac_try" in
20114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20115 *) ac_try_echo=$ac_try;;
20116 esac
20117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20118 (eval "$ac_compile") 2>conftest.er1
20119 ac_status=$?
20120 grep -v '^ *+' conftest.er1 >conftest.err
20121 rm -f conftest.er1
20122 cat conftest.err >&5
20123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20124 (exit $ac_status); } && {
20125 test -z "$ac_c_werror_flag" ||
20126 test ! -s conftest.err
20127 } && test -s conftest.$ac_objext; then
20128 ac_cv_type_long_long=yes
20129 else
20130 echo "$as_me: failed program was:" >&5
20131 sed 's/^/| /' conftest.$ac_ext >&5
20133 ac_cv_type_long_long=no
20136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20138 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20139 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
20140 if test $ac_cv_type_long_long = yes; then
20142 cat >>confdefs.h <<_ACEOF
20143 #define HAVE_LONG_LONG 1
20144 _ACEOF
20148 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20149 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
20150 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20151 echo $ECHO_N "(cached) $ECHO_C" >&6
20152 else
20153 cat >conftest.$ac_ext <<_ACEOF
20154 /* confdefs.h. */
20155 _ACEOF
20156 cat confdefs.h >>conftest.$ac_ext
20157 cat >>conftest.$ac_ext <<_ACEOF
20158 /* end confdefs.h. */
20159 $ac_includes_default
20160 typedef fsblkcnt_t ac__type_new_;
20162 main ()
20164 if ((ac__type_new_ *) 0)
20165 return 0;
20166 if (sizeof (ac__type_new_))
20167 return 0;
20169 return 0;
20171 _ACEOF
20172 rm -f conftest.$ac_objext
20173 if { (ac_try="$ac_compile"
20174 case "(($ac_try" in
20175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20176 *) ac_try_echo=$ac_try;;
20177 esac
20178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20179 (eval "$ac_compile") 2>conftest.er1
20180 ac_status=$?
20181 grep -v '^ *+' conftest.er1 >conftest.err
20182 rm -f conftest.er1
20183 cat conftest.err >&5
20184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20185 (exit $ac_status); } && {
20186 test -z "$ac_c_werror_flag" ||
20187 test ! -s conftest.err
20188 } && test -s conftest.$ac_objext; then
20189 ac_cv_type_fsblkcnt_t=yes
20190 else
20191 echo "$as_me: failed program was:" >&5
20192 sed 's/^/| /' conftest.$ac_ext >&5
20194 ac_cv_type_fsblkcnt_t=no
20197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20199 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20200 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20201 if test $ac_cv_type_fsblkcnt_t = yes; then
20203 cat >>confdefs.h <<_ACEOF
20204 #define HAVE_FSBLKCNT_T 1
20205 _ACEOF
20209 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20210 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20211 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20212 echo $ECHO_N "(cached) $ECHO_C" >&6
20213 else
20214 cat >conftest.$ac_ext <<_ACEOF
20215 /* confdefs.h. */
20216 _ACEOF
20217 cat confdefs.h >>conftest.$ac_ext
20218 cat >>conftest.$ac_ext <<_ACEOF
20219 /* end confdefs.h. */
20220 $ac_includes_default
20221 typedef fsfilcnt_t ac__type_new_;
20223 main ()
20225 if ((ac__type_new_ *) 0)
20226 return 0;
20227 if (sizeof (ac__type_new_))
20228 return 0;
20230 return 0;
20232 _ACEOF
20233 rm -f conftest.$ac_objext
20234 if { (ac_try="$ac_compile"
20235 case "(($ac_try" in
20236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20237 *) ac_try_echo=$ac_try;;
20238 esac
20239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20240 (eval "$ac_compile") 2>conftest.er1
20241 ac_status=$?
20242 grep -v '^ *+' conftest.er1 >conftest.err
20243 rm -f conftest.er1
20244 cat conftest.err >&5
20245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20246 (exit $ac_status); } && {
20247 test -z "$ac_c_werror_flag" ||
20248 test ! -s conftest.err
20249 } && test -s conftest.$ac_objext; then
20250 ac_cv_type_fsfilcnt_t=yes
20251 else
20252 echo "$as_me: failed program was:" >&5
20253 sed 's/^/| /' conftest.$ac_ext >&5
20255 ac_cv_type_fsfilcnt_t=no
20258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20260 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20261 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20262 if test $ac_cv_type_fsfilcnt_t = yes; then
20264 cat >>confdefs.h <<_ACEOF
20265 #define HAVE_FSFILCNT_T 1
20266 _ACEOF
20271 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20272 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20273 if test "${ac_cv_type_sigset_t+set}" = set; then
20274 echo $ECHO_N "(cached) $ECHO_C" >&6
20275 else
20276 cat >conftest.$ac_ext <<_ACEOF
20277 /* confdefs.h. */
20278 _ACEOF
20279 cat confdefs.h >>conftest.$ac_ext
20280 cat >>conftest.$ac_ext <<_ACEOF
20281 /* end confdefs.h. */
20282 #include <sys/types.h>
20283 #include <signal.h>
20285 typedef sigset_t ac__type_new_;
20287 main ()
20289 if ((ac__type_new_ *) 0)
20290 return 0;
20291 if (sizeof (ac__type_new_))
20292 return 0;
20294 return 0;
20296 _ACEOF
20297 rm -f conftest.$ac_objext
20298 if { (ac_try="$ac_compile"
20299 case "(($ac_try" in
20300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20301 *) ac_try_echo=$ac_try;;
20302 esac
20303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20304 (eval "$ac_compile") 2>conftest.er1
20305 ac_status=$?
20306 grep -v '^ *+' conftest.er1 >conftest.err
20307 rm -f conftest.er1
20308 cat conftest.err >&5
20309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310 (exit $ac_status); } && {
20311 test -z "$ac_c_werror_flag" ||
20312 test ! -s conftest.err
20313 } && test -s conftest.$ac_objext; then
20314 ac_cv_type_sigset_t=yes
20315 else
20316 echo "$as_me: failed program was:" >&5
20317 sed 's/^/| /' conftest.$ac_ext >&5
20319 ac_cv_type_sigset_t=no
20322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20324 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20325 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20326 if test $ac_cv_type_sigset_t = yes; then
20328 cat >>confdefs.h <<_ACEOF
20329 #define HAVE_SIGSET_T 1
20330 _ACEOF
20335 { echo "$as_me:$LINENO: checking for request_sense" >&5
20336 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20337 if test "${ac_cv_type_request_sense+set}" = set; then
20338 echo $ECHO_N "(cached) $ECHO_C" >&6
20339 else
20340 cat >conftest.$ac_ext <<_ACEOF
20341 /* confdefs.h. */
20342 _ACEOF
20343 cat confdefs.h >>conftest.$ac_ext
20344 cat >>conftest.$ac_ext <<_ACEOF
20345 /* end confdefs.h. */
20346 #include <linux/cdrom.h>
20348 typedef request_sense ac__type_new_;
20350 main ()
20352 if ((ac__type_new_ *) 0)
20353 return 0;
20354 if (sizeof (ac__type_new_))
20355 return 0;
20357 return 0;
20359 _ACEOF
20360 rm -f conftest.$ac_objext
20361 if { (ac_try="$ac_compile"
20362 case "(($ac_try" in
20363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20364 *) ac_try_echo=$ac_try;;
20365 esac
20366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20367 (eval "$ac_compile") 2>conftest.er1
20368 ac_status=$?
20369 grep -v '^ *+' conftest.er1 >conftest.err
20370 rm -f conftest.er1
20371 cat conftest.err >&5
20372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20373 (exit $ac_status); } && {
20374 test -z "$ac_c_werror_flag" ||
20375 test ! -s conftest.err
20376 } && test -s conftest.$ac_objext; then
20377 ac_cv_type_request_sense=yes
20378 else
20379 echo "$as_me: failed program was:" >&5
20380 sed 's/^/| /' conftest.$ac_ext >&5
20382 ac_cv_type_request_sense=no
20385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20387 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20388 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20389 if test $ac_cv_type_request_sense = yes; then
20391 cat >>confdefs.h <<_ACEOF
20392 #define HAVE_REQUEST_SENSE 1
20393 _ACEOF
20399 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20400 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20401 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20402 echo $ECHO_N "(cached) $ECHO_C" >&6
20403 else
20404 cat >conftest.$ac_ext <<_ACEOF
20405 /* confdefs.h. */
20406 _ACEOF
20407 cat confdefs.h >>conftest.$ac_ext
20408 cat >>conftest.$ac_ext <<_ACEOF
20409 /* end confdefs.h. */
20410 #include <sys/types.h>
20411 #ifdef HAVE_SYS_SOCKET_H
20412 #include <sys/socket.h>
20413 #endif
20414 #ifdef HAVE_SYS_SOCKETVAR_H
20415 #include <sys/socketvar.h>
20416 #endif
20417 #ifdef HAVE_NET_ROUTE_H
20418 #include <net/route.h>
20419 #endif
20420 #ifdef HAVE_NETINET_IN_H
20421 #include <netinet/in.h>
20422 #endif
20423 #ifdef HAVE_NETINET_IN_SYSTM_H
20424 #include <netinet/in_systm.h>
20425 #endif
20426 #ifdef HAVE_NETINET_IP_H
20427 #include <netinet/ip.h>
20428 #endif
20429 #ifdef HAVE_NETINET_IN_PCB_H
20430 #include <netinet/in_pcb.h>
20431 #endif
20433 typedef struct xinpgen ac__type_new_;
20435 main ()
20437 if ((ac__type_new_ *) 0)
20438 return 0;
20439 if (sizeof (ac__type_new_))
20440 return 0;
20442 return 0;
20444 _ACEOF
20445 rm -f conftest.$ac_objext
20446 if { (ac_try="$ac_compile"
20447 case "(($ac_try" in
20448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20449 *) ac_try_echo=$ac_try;;
20450 esac
20451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20452 (eval "$ac_compile") 2>conftest.er1
20453 ac_status=$?
20454 grep -v '^ *+' conftest.er1 >conftest.err
20455 rm -f conftest.er1
20456 cat conftest.err >&5
20457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } && {
20459 test -z "$ac_c_werror_flag" ||
20460 test ! -s conftest.err
20461 } && test -s conftest.$ac_objext; then
20462 ac_cv_type_struct_xinpgen=yes
20463 else
20464 echo "$as_me: failed program was:" >&5
20465 sed 's/^/| /' conftest.$ac_ext >&5
20467 ac_cv_type_struct_xinpgen=no
20470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20472 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20473 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20474 if test $ac_cv_type_struct_xinpgen = yes; then
20476 cat >>confdefs.h <<_ACEOF
20477 #define HAVE_STRUCT_XINPGEN 1
20478 _ACEOF
20484 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20485 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20486 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20487 echo $ECHO_N "(cached) $ECHO_C" >&6
20488 else
20489 cat >conftest.$ac_ext <<_ACEOF
20490 /* confdefs.h. */
20491 _ACEOF
20492 cat confdefs.h >>conftest.$ac_ext
20493 cat >>conftest.$ac_ext <<_ACEOF
20494 /* end confdefs.h. */
20495 #ifdef HAVE_LINUX_INPUT_H
20496 #include <linux/input.h>
20497 #endif
20500 main ()
20502 static struct ff_effect ac_aggr;
20503 if (ac_aggr.direction)
20504 return 0;
20506 return 0;
20508 _ACEOF
20509 rm -f conftest.$ac_objext
20510 if { (ac_try="$ac_compile"
20511 case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20516 (eval "$ac_compile") 2>conftest.er1
20517 ac_status=$?
20518 grep -v '^ *+' conftest.er1 >conftest.err
20519 rm -f conftest.er1
20520 cat conftest.err >&5
20521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20522 (exit $ac_status); } && {
20523 test -z "$ac_c_werror_flag" ||
20524 test ! -s conftest.err
20525 } && test -s conftest.$ac_objext; then
20526 ac_cv_member_struct_ff_effect_direction=yes
20527 else
20528 echo "$as_me: failed program was:" >&5
20529 sed 's/^/| /' conftest.$ac_ext >&5
20531 cat >conftest.$ac_ext <<_ACEOF
20532 /* confdefs.h. */
20533 _ACEOF
20534 cat confdefs.h >>conftest.$ac_ext
20535 cat >>conftest.$ac_ext <<_ACEOF
20536 /* end confdefs.h. */
20537 #ifdef HAVE_LINUX_INPUT_H
20538 #include <linux/input.h>
20539 #endif
20542 main ()
20544 static struct ff_effect ac_aggr;
20545 if (sizeof ac_aggr.direction)
20546 return 0;
20548 return 0;
20550 _ACEOF
20551 rm -f conftest.$ac_objext
20552 if { (ac_try="$ac_compile"
20553 case "(($ac_try" in
20554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20555 *) ac_try_echo=$ac_try;;
20556 esac
20557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20558 (eval "$ac_compile") 2>conftest.er1
20559 ac_status=$?
20560 grep -v '^ *+' conftest.er1 >conftest.err
20561 rm -f conftest.er1
20562 cat conftest.err >&5
20563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20564 (exit $ac_status); } && {
20565 test -z "$ac_c_werror_flag" ||
20566 test ! -s conftest.err
20567 } && test -s conftest.$ac_objext; then
20568 ac_cv_member_struct_ff_effect_direction=yes
20569 else
20570 echo "$as_me: failed program was:" >&5
20571 sed 's/^/| /' conftest.$ac_ext >&5
20573 ac_cv_member_struct_ff_effect_direction=no
20576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20581 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20582 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20583 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20585 cat >>confdefs.h <<_ACEOF
20586 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20587 _ACEOF
20593 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20594 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20595 if test "${wine_cv_have_sigaddset+set}" = set; then
20596 echo $ECHO_N "(cached) $ECHO_C" >&6
20597 else
20598 cat >conftest.$ac_ext <<_ACEOF
20599 /* confdefs.h. */
20600 _ACEOF
20601 cat confdefs.h >>conftest.$ac_ext
20602 cat >>conftest.$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604 #include <signal.h>
20606 main ()
20608 sigset_t set; sigaddset(&set,SIGTERM);
20610 return 0;
20612 _ACEOF
20613 rm -f conftest.$ac_objext conftest$ac_exeext
20614 if { (ac_try="$ac_link"
20615 case "(($ac_try" in
20616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20617 *) ac_try_echo=$ac_try;;
20618 esac
20619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20620 (eval "$ac_link") 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } && {
20627 test -z "$ac_c_werror_flag" ||
20628 test ! -s conftest.err
20629 } && test -s conftest$ac_exeext &&
20630 $as_test_x conftest$ac_exeext; then
20631 wine_cv_have_sigaddset=yes
20632 else
20633 echo "$as_me: failed program was:" >&5
20634 sed 's/^/| /' conftest.$ac_ext >&5
20636 wine_cv_have_sigaddset=no
20639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20640 conftest$ac_exeext conftest.$ac_ext
20642 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20643 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20644 if test "$wine_cv_have_sigaddset" = "yes"
20645 then
20647 cat >>confdefs.h <<\_ACEOF
20648 #define HAVE_SIGADDSET 1
20649 _ACEOF
20654 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20655 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20656 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20657 echo $ECHO_N "(cached) $ECHO_C" >&6
20658 else
20659 cat >conftest.$ac_ext <<_ACEOF
20660 /* confdefs.h. */
20661 _ACEOF
20662 cat confdefs.h >>conftest.$ac_ext
20663 cat >>conftest.$ac_ext <<_ACEOF
20664 /* end confdefs.h. */
20665 #include <netdb.h>
20667 main ()
20670 char *name=0;
20671 struct hostent he;
20672 struct hostent *result;
20673 char *buf=0;
20674 int bufsize=0;
20675 int res,errnr;
20676 char *addr=0;
20677 int addrlen=0;
20678 int addrtype=0;
20679 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20680 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20683 return 0;
20685 _ACEOF
20686 rm -f conftest.$ac_objext conftest$ac_exeext
20687 if { (ac_try="$ac_link"
20688 case "(($ac_try" in
20689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20690 *) ac_try_echo=$ac_try;;
20691 esac
20692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20693 (eval "$ac_link") 2>conftest.er1
20694 ac_status=$?
20695 grep -v '^ *+' conftest.er1 >conftest.err
20696 rm -f conftest.er1
20697 cat conftest.err >&5
20698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20699 (exit $ac_status); } && {
20700 test -z "$ac_c_werror_flag" ||
20701 test ! -s conftest.err
20702 } && test -s conftest$ac_exeext &&
20703 $as_test_x conftest$ac_exeext; then
20704 wine_cv_linux_gethostbyname_r_6=yes
20705 else
20706 echo "$as_me: failed program was:" >&5
20707 sed 's/^/| /' conftest.$ac_ext >&5
20709 wine_cv_linux_gethostbyname_r_6=no
20713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20714 conftest$ac_exeext conftest.$ac_ext
20717 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20718 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20719 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20720 then
20722 cat >>confdefs.h <<\_ACEOF
20723 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20724 _ACEOF
20728 if test "$ac_cv_header_linux_joystick_h" = "yes"
20729 then
20730 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20731 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20732 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20733 echo $ECHO_N "(cached) $ECHO_C" >&6
20734 else
20735 cat >conftest.$ac_ext <<_ACEOF
20736 /* confdefs.h. */
20737 _ACEOF
20738 cat confdefs.h >>conftest.$ac_ext
20739 cat >>conftest.$ac_ext <<_ACEOF
20740 /* end confdefs.h. */
20742 #include <sys/ioctl.h>
20743 #include <sys/types.h>
20744 #include <linux/joystick.h>
20746 struct js_event blub;
20747 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20748 #error "no 2.2 header"
20749 #endif
20752 main ()
20754 /*empty*/
20756 return 0;
20758 _ACEOF
20759 rm -f conftest.$ac_objext
20760 if { (ac_try="$ac_compile"
20761 case "(($ac_try" in
20762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20763 *) ac_try_echo=$ac_try;;
20764 esac
20765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20766 (eval "$ac_compile") 2>conftest.er1
20767 ac_status=$?
20768 grep -v '^ *+' conftest.er1 >conftest.err
20769 rm -f conftest.er1
20770 cat conftest.err >&5
20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); } && {
20773 test -z "$ac_c_werror_flag" ||
20774 test ! -s conftest.err
20775 } && test -s conftest.$ac_objext; then
20776 wine_cv_linux_joystick_22_api=yes
20777 else
20778 echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20781 wine_cv_linux_joystick_22_api=no
20784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20787 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20788 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20789 if test "$wine_cv_linux_joystick_22_api" = "yes"
20790 then
20792 cat >>confdefs.h <<\_ACEOF
20793 #define HAVE_LINUX_22_JOYSTICK_API 1
20794 _ACEOF
20800 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20801 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20802 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20803 echo $ECHO_N "(cached) $ECHO_C" >&6
20804 else
20805 cat >conftest.$ac_ext <<_ACEOF
20806 /* confdefs.h. */
20807 _ACEOF
20808 cat confdefs.h >>conftest.$ac_ext
20809 cat >>conftest.$ac_ext <<_ACEOF
20810 /* end confdefs.h. */
20811 #include <sys/types.h>
20812 #ifdef HAVE_SYS_PARAM_H
20813 # include <sys/param.h>
20814 #endif
20815 #ifdef HAVE_SYS_MOUNT_H
20816 # include <sys/mount.h>
20817 #endif
20818 #ifdef HAVE_SYS_VFS_H
20819 # include <sys/vfs.h>
20820 #endif
20821 #ifdef HAVE_SYS_STATFS_H
20822 # include <sys/statfs.h>
20823 #endif
20826 main ()
20828 static struct statfs ac_aggr;
20829 if (ac_aggr.f_bfree)
20830 return 0;
20832 return 0;
20834 _ACEOF
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20840 esac
20841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20842 (eval "$ac_compile") 2>conftest.er1
20843 ac_status=$?
20844 grep -v '^ *+' conftest.er1 >conftest.err
20845 rm -f conftest.er1
20846 cat conftest.err >&5
20847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848 (exit $ac_status); } && {
20849 test -z "$ac_c_werror_flag" ||
20850 test ! -s conftest.err
20851 } && test -s conftest.$ac_objext; then
20852 ac_cv_member_struct_statfs_f_bfree=yes
20853 else
20854 echo "$as_me: failed program was:" >&5
20855 sed 's/^/| /' conftest.$ac_ext >&5
20857 cat >conftest.$ac_ext <<_ACEOF
20858 /* confdefs.h. */
20859 _ACEOF
20860 cat confdefs.h >>conftest.$ac_ext
20861 cat >>conftest.$ac_ext <<_ACEOF
20862 /* end confdefs.h. */
20863 #include <sys/types.h>
20864 #ifdef HAVE_SYS_PARAM_H
20865 # include <sys/param.h>
20866 #endif
20867 #ifdef HAVE_SYS_MOUNT_H
20868 # include <sys/mount.h>
20869 #endif
20870 #ifdef HAVE_SYS_VFS_H
20871 # include <sys/vfs.h>
20872 #endif
20873 #ifdef HAVE_SYS_STATFS_H
20874 # include <sys/statfs.h>
20875 #endif
20878 main ()
20880 static struct statfs ac_aggr;
20881 if (sizeof ac_aggr.f_bfree)
20882 return 0;
20884 return 0;
20886 _ACEOF
20887 rm -f conftest.$ac_objext
20888 if { (ac_try="$ac_compile"
20889 case "(($ac_try" in
20890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20891 *) ac_try_echo=$ac_try;;
20892 esac
20893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20894 (eval "$ac_compile") 2>conftest.er1
20895 ac_status=$?
20896 grep -v '^ *+' conftest.er1 >conftest.err
20897 rm -f conftest.er1
20898 cat conftest.err >&5
20899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20900 (exit $ac_status); } && {
20901 test -z "$ac_c_werror_flag" ||
20902 test ! -s conftest.err
20903 } && test -s conftest.$ac_objext; then
20904 ac_cv_member_struct_statfs_f_bfree=yes
20905 else
20906 echo "$as_me: failed program was:" >&5
20907 sed 's/^/| /' conftest.$ac_ext >&5
20909 ac_cv_member_struct_statfs_f_bfree=no
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20918 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20919 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20921 cat >>confdefs.h <<_ACEOF
20922 #define HAVE_STRUCT_STATFS_F_BFREE 1
20923 _ACEOF
20927 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20928 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20929 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20930 echo $ECHO_N "(cached) $ECHO_C" >&6
20931 else
20932 cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h. */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #include <sys/types.h>
20939 #ifdef HAVE_SYS_PARAM_H
20940 # include <sys/param.h>
20941 #endif
20942 #ifdef HAVE_SYS_MOUNT_H
20943 # include <sys/mount.h>
20944 #endif
20945 #ifdef HAVE_SYS_VFS_H
20946 # include <sys/vfs.h>
20947 #endif
20948 #ifdef HAVE_SYS_STATFS_H
20949 # include <sys/statfs.h>
20950 #endif
20953 main ()
20955 static struct statfs ac_aggr;
20956 if (ac_aggr.f_bavail)
20957 return 0;
20959 return 0;
20961 _ACEOF
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20966 *) ac_try_echo=$ac_try;;
20967 esac
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_compile") 2>conftest.er1
20970 ac_status=$?
20971 grep -v '^ *+' conftest.er1 >conftest.err
20972 rm -f conftest.er1
20973 cat conftest.err >&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } && {
20976 test -z "$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20978 } && test -s conftest.$ac_objext; then
20979 ac_cv_member_struct_statfs_f_bavail=yes
20980 else
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.$ac_ext >&5
20984 cat >conftest.$ac_ext <<_ACEOF
20985 /* confdefs.h. */
20986 _ACEOF
20987 cat confdefs.h >>conftest.$ac_ext
20988 cat >>conftest.$ac_ext <<_ACEOF
20989 /* end confdefs.h. */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_PARAM_H
20992 # include <sys/param.h>
20993 #endif
20994 #ifdef HAVE_SYS_MOUNT_H
20995 # include <sys/mount.h>
20996 #endif
20997 #ifdef HAVE_SYS_VFS_H
20998 # include <sys/vfs.h>
20999 #endif
21000 #ifdef HAVE_SYS_STATFS_H
21001 # include <sys/statfs.h>
21002 #endif
21005 main ()
21007 static struct statfs ac_aggr;
21008 if (sizeof ac_aggr.f_bavail)
21009 return 0;
21011 return 0;
21013 _ACEOF
21014 rm -f conftest.$ac_objext
21015 if { (ac_try="$ac_compile"
21016 case "(($ac_try" in
21017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21018 *) ac_try_echo=$ac_try;;
21019 esac
21020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21021 (eval "$ac_compile") 2>conftest.er1
21022 ac_status=$?
21023 grep -v '^ *+' conftest.er1 >conftest.err
21024 rm -f conftest.er1
21025 cat conftest.err >&5
21026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21027 (exit $ac_status); } && {
21028 test -z "$ac_c_werror_flag" ||
21029 test ! -s conftest.err
21030 } && test -s conftest.$ac_objext; then
21031 ac_cv_member_struct_statfs_f_bavail=yes
21032 else
21033 echo "$as_me: failed program was:" >&5
21034 sed 's/^/| /' conftest.$ac_ext >&5
21036 ac_cv_member_struct_statfs_f_bavail=no
21039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21044 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21045 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
21046 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
21048 cat >>confdefs.h <<_ACEOF
21049 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21050 _ACEOF
21054 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21055 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
21056 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21057 echo $ECHO_N "(cached) $ECHO_C" >&6
21058 else
21059 cat >conftest.$ac_ext <<_ACEOF
21060 /* confdefs.h. */
21061 _ACEOF
21062 cat confdefs.h >>conftest.$ac_ext
21063 cat >>conftest.$ac_ext <<_ACEOF
21064 /* end confdefs.h. */
21065 #include <sys/types.h>
21066 #ifdef HAVE_SYS_PARAM_H
21067 # include <sys/param.h>
21068 #endif
21069 #ifdef HAVE_SYS_MOUNT_H
21070 # include <sys/mount.h>
21071 #endif
21072 #ifdef HAVE_SYS_VFS_H
21073 # include <sys/vfs.h>
21074 #endif
21075 #ifdef HAVE_SYS_STATFS_H
21076 # include <sys/statfs.h>
21077 #endif
21080 main ()
21082 static struct statfs ac_aggr;
21083 if (ac_aggr.f_frsize)
21084 return 0;
21086 return 0;
21088 _ACEOF
21089 rm -f conftest.$ac_objext
21090 if { (ac_try="$ac_compile"
21091 case "(($ac_try" in
21092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093 *) ac_try_echo=$ac_try;;
21094 esac
21095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21096 (eval "$ac_compile") 2>conftest.er1
21097 ac_status=$?
21098 grep -v '^ *+' conftest.er1 >conftest.err
21099 rm -f conftest.er1
21100 cat conftest.err >&5
21101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21102 (exit $ac_status); } && {
21103 test -z "$ac_c_werror_flag" ||
21104 test ! -s conftest.err
21105 } && test -s conftest.$ac_objext; then
21106 ac_cv_member_struct_statfs_f_frsize=yes
21107 else
21108 echo "$as_me: failed program was:" >&5
21109 sed 's/^/| /' conftest.$ac_ext >&5
21111 cat >conftest.$ac_ext <<_ACEOF
21112 /* confdefs.h. */
21113 _ACEOF
21114 cat confdefs.h >>conftest.$ac_ext
21115 cat >>conftest.$ac_ext <<_ACEOF
21116 /* end confdefs.h. */
21117 #include <sys/types.h>
21118 #ifdef HAVE_SYS_PARAM_H
21119 # include <sys/param.h>
21120 #endif
21121 #ifdef HAVE_SYS_MOUNT_H
21122 # include <sys/mount.h>
21123 #endif
21124 #ifdef HAVE_SYS_VFS_H
21125 # include <sys/vfs.h>
21126 #endif
21127 #ifdef HAVE_SYS_STATFS_H
21128 # include <sys/statfs.h>
21129 #endif
21132 main ()
21134 static struct statfs ac_aggr;
21135 if (sizeof ac_aggr.f_frsize)
21136 return 0;
21138 return 0;
21140 _ACEOF
21141 rm -f conftest.$ac_objext
21142 if { (ac_try="$ac_compile"
21143 case "(($ac_try" in
21144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21145 *) ac_try_echo=$ac_try;;
21146 esac
21147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21148 (eval "$ac_compile") 2>conftest.er1
21149 ac_status=$?
21150 grep -v '^ *+' conftest.er1 >conftest.err
21151 rm -f conftest.er1
21152 cat conftest.err >&5
21153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21154 (exit $ac_status); } && {
21155 test -z "$ac_c_werror_flag" ||
21156 test ! -s conftest.err
21157 } && test -s conftest.$ac_objext; then
21158 ac_cv_member_struct_statfs_f_frsize=yes
21159 else
21160 echo "$as_me: failed program was:" >&5
21161 sed 's/^/| /' conftest.$ac_ext >&5
21163 ac_cv_member_struct_statfs_f_frsize=no
21166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21171 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21172 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21173 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21175 cat >>confdefs.h <<_ACEOF
21176 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21177 _ACEOF
21181 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21182 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21183 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21184 echo $ECHO_N "(cached) $ECHO_C" >&6
21185 else
21186 cat >conftest.$ac_ext <<_ACEOF
21187 /* confdefs.h. */
21188 _ACEOF
21189 cat confdefs.h >>conftest.$ac_ext
21190 cat >>conftest.$ac_ext <<_ACEOF
21191 /* end confdefs.h. */
21192 #include <sys/types.h>
21193 #ifdef HAVE_SYS_PARAM_H
21194 # include <sys/param.h>
21195 #endif
21196 #ifdef HAVE_SYS_MOUNT_H
21197 # include <sys/mount.h>
21198 #endif
21199 #ifdef HAVE_SYS_VFS_H
21200 # include <sys/vfs.h>
21201 #endif
21202 #ifdef HAVE_SYS_STATFS_H
21203 # include <sys/statfs.h>
21204 #endif
21207 main ()
21209 static struct statfs ac_aggr;
21210 if (ac_aggr.f_ffree)
21211 return 0;
21213 return 0;
21215 _ACEOF
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21220 *) ac_try_echo=$ac_try;;
21221 esac
21222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21223 (eval "$ac_compile") 2>conftest.er1
21224 ac_status=$?
21225 grep -v '^ *+' conftest.er1 >conftest.err
21226 rm -f conftest.er1
21227 cat conftest.err >&5
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); } && {
21230 test -z "$ac_c_werror_flag" ||
21231 test ! -s conftest.err
21232 } && test -s conftest.$ac_objext; then
21233 ac_cv_member_struct_statfs_f_ffree=yes
21234 else
21235 echo "$as_me: failed program was:" >&5
21236 sed 's/^/| /' conftest.$ac_ext >&5
21238 cat >conftest.$ac_ext <<_ACEOF
21239 /* confdefs.h. */
21240 _ACEOF
21241 cat confdefs.h >>conftest.$ac_ext
21242 cat >>conftest.$ac_ext <<_ACEOF
21243 /* end confdefs.h. */
21244 #include <sys/types.h>
21245 #ifdef HAVE_SYS_PARAM_H
21246 # include <sys/param.h>
21247 #endif
21248 #ifdef HAVE_SYS_MOUNT_H
21249 # include <sys/mount.h>
21250 #endif
21251 #ifdef HAVE_SYS_VFS_H
21252 # include <sys/vfs.h>
21253 #endif
21254 #ifdef HAVE_SYS_STATFS_H
21255 # include <sys/statfs.h>
21256 #endif
21259 main ()
21261 static struct statfs ac_aggr;
21262 if (sizeof ac_aggr.f_ffree)
21263 return 0;
21265 return 0;
21267 _ACEOF
21268 rm -f conftest.$ac_objext
21269 if { (ac_try="$ac_compile"
21270 case "(($ac_try" in
21271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21272 *) ac_try_echo=$ac_try;;
21273 esac
21274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21275 (eval "$ac_compile") 2>conftest.er1
21276 ac_status=$?
21277 grep -v '^ *+' conftest.er1 >conftest.err
21278 rm -f conftest.er1
21279 cat conftest.err >&5
21280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21281 (exit $ac_status); } && {
21282 test -z "$ac_c_werror_flag" ||
21283 test ! -s conftest.err
21284 } && test -s conftest.$ac_objext; then
21285 ac_cv_member_struct_statfs_f_ffree=yes
21286 else
21287 echo "$as_me: failed program was:" >&5
21288 sed 's/^/| /' conftest.$ac_ext >&5
21290 ac_cv_member_struct_statfs_f_ffree=no
21293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21298 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21299 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21300 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21302 cat >>confdefs.h <<_ACEOF
21303 #define HAVE_STRUCT_STATFS_F_FFREE 1
21304 _ACEOF
21308 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21309 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21310 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21311 echo $ECHO_N "(cached) $ECHO_C" >&6
21312 else
21313 cat >conftest.$ac_ext <<_ACEOF
21314 /* confdefs.h. */
21315 _ACEOF
21316 cat confdefs.h >>conftest.$ac_ext
21317 cat >>conftest.$ac_ext <<_ACEOF
21318 /* end confdefs.h. */
21319 #include <sys/types.h>
21320 #ifdef HAVE_SYS_PARAM_H
21321 # include <sys/param.h>
21322 #endif
21323 #ifdef HAVE_SYS_MOUNT_H
21324 # include <sys/mount.h>
21325 #endif
21326 #ifdef HAVE_SYS_VFS_H
21327 # include <sys/vfs.h>
21328 #endif
21329 #ifdef HAVE_SYS_STATFS_H
21330 # include <sys/statfs.h>
21331 #endif
21334 main ()
21336 static struct statfs ac_aggr;
21337 if (ac_aggr.f_favail)
21338 return 0;
21340 return 0;
21342 _ACEOF
21343 rm -f conftest.$ac_objext
21344 if { (ac_try="$ac_compile"
21345 case "(($ac_try" in
21346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21347 *) ac_try_echo=$ac_try;;
21348 esac
21349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21350 (eval "$ac_compile") 2>conftest.er1
21351 ac_status=$?
21352 grep -v '^ *+' conftest.er1 >conftest.err
21353 rm -f conftest.er1
21354 cat conftest.err >&5
21355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21356 (exit $ac_status); } && {
21357 test -z "$ac_c_werror_flag" ||
21358 test ! -s conftest.err
21359 } && test -s conftest.$ac_objext; then
21360 ac_cv_member_struct_statfs_f_favail=yes
21361 else
21362 echo "$as_me: failed program was:" >&5
21363 sed 's/^/| /' conftest.$ac_ext >&5
21365 cat >conftest.$ac_ext <<_ACEOF
21366 /* confdefs.h. */
21367 _ACEOF
21368 cat confdefs.h >>conftest.$ac_ext
21369 cat >>conftest.$ac_ext <<_ACEOF
21370 /* end confdefs.h. */
21371 #include <sys/types.h>
21372 #ifdef HAVE_SYS_PARAM_H
21373 # include <sys/param.h>
21374 #endif
21375 #ifdef HAVE_SYS_MOUNT_H
21376 # include <sys/mount.h>
21377 #endif
21378 #ifdef HAVE_SYS_VFS_H
21379 # include <sys/vfs.h>
21380 #endif
21381 #ifdef HAVE_SYS_STATFS_H
21382 # include <sys/statfs.h>
21383 #endif
21386 main ()
21388 static struct statfs ac_aggr;
21389 if (sizeof ac_aggr.f_favail)
21390 return 0;
21392 return 0;
21394 _ACEOF
21395 rm -f conftest.$ac_objext
21396 if { (ac_try="$ac_compile"
21397 case "(($ac_try" in
21398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21399 *) ac_try_echo=$ac_try;;
21400 esac
21401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21402 (eval "$ac_compile") 2>conftest.er1
21403 ac_status=$?
21404 grep -v '^ *+' conftest.er1 >conftest.err
21405 rm -f conftest.er1
21406 cat conftest.err >&5
21407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21408 (exit $ac_status); } && {
21409 test -z "$ac_c_werror_flag" ||
21410 test ! -s conftest.err
21411 } && test -s conftest.$ac_objext; then
21412 ac_cv_member_struct_statfs_f_favail=yes
21413 else
21414 echo "$as_me: failed program was:" >&5
21415 sed 's/^/| /' conftest.$ac_ext >&5
21417 ac_cv_member_struct_statfs_f_favail=no
21420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21425 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21426 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21427 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21429 cat >>confdefs.h <<_ACEOF
21430 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21431 _ACEOF
21435 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21436 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21437 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21438 echo $ECHO_N "(cached) $ECHO_C" >&6
21439 else
21440 cat >conftest.$ac_ext <<_ACEOF
21441 /* confdefs.h. */
21442 _ACEOF
21443 cat confdefs.h >>conftest.$ac_ext
21444 cat >>conftest.$ac_ext <<_ACEOF
21445 /* end confdefs.h. */
21446 #include <sys/types.h>
21447 #ifdef HAVE_SYS_PARAM_H
21448 # include <sys/param.h>
21449 #endif
21450 #ifdef HAVE_SYS_MOUNT_H
21451 # include <sys/mount.h>
21452 #endif
21453 #ifdef HAVE_SYS_VFS_H
21454 # include <sys/vfs.h>
21455 #endif
21456 #ifdef HAVE_SYS_STATFS_H
21457 # include <sys/statfs.h>
21458 #endif
21461 main ()
21463 static struct statfs ac_aggr;
21464 if (ac_aggr.f_namelen)
21465 return 0;
21467 return 0;
21469 _ACEOF
21470 rm -f conftest.$ac_objext
21471 if { (ac_try="$ac_compile"
21472 case "(($ac_try" in
21473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21474 *) ac_try_echo=$ac_try;;
21475 esac
21476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21477 (eval "$ac_compile") 2>conftest.er1
21478 ac_status=$?
21479 grep -v '^ *+' conftest.er1 >conftest.err
21480 rm -f conftest.er1
21481 cat conftest.err >&5
21482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21483 (exit $ac_status); } && {
21484 test -z "$ac_c_werror_flag" ||
21485 test ! -s conftest.err
21486 } && test -s conftest.$ac_objext; then
21487 ac_cv_member_struct_statfs_f_namelen=yes
21488 else
21489 echo "$as_me: failed program was:" >&5
21490 sed 's/^/| /' conftest.$ac_ext >&5
21492 cat >conftest.$ac_ext <<_ACEOF
21493 /* confdefs.h. */
21494 _ACEOF
21495 cat confdefs.h >>conftest.$ac_ext
21496 cat >>conftest.$ac_ext <<_ACEOF
21497 /* end confdefs.h. */
21498 #include <sys/types.h>
21499 #ifdef HAVE_SYS_PARAM_H
21500 # include <sys/param.h>
21501 #endif
21502 #ifdef HAVE_SYS_MOUNT_H
21503 # include <sys/mount.h>
21504 #endif
21505 #ifdef HAVE_SYS_VFS_H
21506 # include <sys/vfs.h>
21507 #endif
21508 #ifdef HAVE_SYS_STATFS_H
21509 # include <sys/statfs.h>
21510 #endif
21513 main ()
21515 static struct statfs ac_aggr;
21516 if (sizeof ac_aggr.f_namelen)
21517 return 0;
21519 return 0;
21521 _ACEOF
21522 rm -f conftest.$ac_objext
21523 if { (ac_try="$ac_compile"
21524 case "(($ac_try" in
21525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21526 *) ac_try_echo=$ac_try;;
21527 esac
21528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21529 (eval "$ac_compile") 2>conftest.er1
21530 ac_status=$?
21531 grep -v '^ *+' conftest.er1 >conftest.err
21532 rm -f conftest.er1
21533 cat conftest.err >&5
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); } && {
21536 test -z "$ac_c_werror_flag" ||
21537 test ! -s conftest.err
21538 } && test -s conftest.$ac_objext; then
21539 ac_cv_member_struct_statfs_f_namelen=yes
21540 else
21541 echo "$as_me: failed program was:" >&5
21542 sed 's/^/| /' conftest.$ac_ext >&5
21544 ac_cv_member_struct_statfs_f_namelen=no
21547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21552 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21553 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21554 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21556 cat >>confdefs.h <<_ACEOF
21557 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21558 _ACEOF
21564 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21565 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21566 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21567 echo $ECHO_N "(cached) $ECHO_C" >&6
21568 else
21569 cat >conftest.$ac_ext <<_ACEOF
21570 /* confdefs.h. */
21571 _ACEOF
21572 cat confdefs.h >>conftest.$ac_ext
21573 cat >>conftest.$ac_ext <<_ACEOF
21574 /* end confdefs.h. */
21575 #ifdef HAVE_SYS_STATVFS_H
21576 #include <sys/statvfs.h>
21577 #endif
21580 main ()
21582 static struct statvfs ac_aggr;
21583 if (ac_aggr.f_blocks)
21584 return 0;
21586 return 0;
21588 _ACEOF
21589 rm -f conftest.$ac_objext
21590 if { (ac_try="$ac_compile"
21591 case "(($ac_try" in
21592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21593 *) ac_try_echo=$ac_try;;
21594 esac
21595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21596 (eval "$ac_compile") 2>conftest.er1
21597 ac_status=$?
21598 grep -v '^ *+' conftest.er1 >conftest.err
21599 rm -f conftest.er1
21600 cat conftest.err >&5
21601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21602 (exit $ac_status); } && {
21603 test -z "$ac_c_werror_flag" ||
21604 test ! -s conftest.err
21605 } && test -s conftest.$ac_objext; then
21606 ac_cv_member_struct_statvfs_f_blocks=yes
21607 else
21608 echo "$as_me: failed program was:" >&5
21609 sed 's/^/| /' conftest.$ac_ext >&5
21611 cat >conftest.$ac_ext <<_ACEOF
21612 /* confdefs.h. */
21613 _ACEOF
21614 cat confdefs.h >>conftest.$ac_ext
21615 cat >>conftest.$ac_ext <<_ACEOF
21616 /* end confdefs.h. */
21617 #ifdef HAVE_SYS_STATVFS_H
21618 #include <sys/statvfs.h>
21619 #endif
21622 main ()
21624 static struct statvfs ac_aggr;
21625 if (sizeof ac_aggr.f_blocks)
21626 return 0;
21628 return 0;
21630 _ACEOF
21631 rm -f conftest.$ac_objext
21632 if { (ac_try="$ac_compile"
21633 case "(($ac_try" in
21634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21635 *) ac_try_echo=$ac_try;;
21636 esac
21637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21638 (eval "$ac_compile") 2>conftest.er1
21639 ac_status=$?
21640 grep -v '^ *+' conftest.er1 >conftest.err
21641 rm -f conftest.er1
21642 cat conftest.err >&5
21643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21644 (exit $ac_status); } && {
21645 test -z "$ac_c_werror_flag" ||
21646 test ! -s conftest.err
21647 } && test -s conftest.$ac_objext; then
21648 ac_cv_member_struct_statvfs_f_blocks=yes
21649 else
21650 echo "$as_me: failed program was:" >&5
21651 sed 's/^/| /' conftest.$ac_ext >&5
21653 ac_cv_member_struct_statvfs_f_blocks=no
21656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21661 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21662 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21663 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21665 cat >>confdefs.h <<_ACEOF
21666 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21667 _ACEOF
21673 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21674 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21675 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21676 echo $ECHO_N "(cached) $ECHO_C" >&6
21677 else
21678 cat >conftest.$ac_ext <<_ACEOF
21679 /* confdefs.h. */
21680 _ACEOF
21681 cat confdefs.h >>conftest.$ac_ext
21682 cat >>conftest.$ac_ext <<_ACEOF
21683 /* end confdefs.h. */
21684 #include <sys/types.h>
21685 #ifdef HAVE_SYS_SOCKET_H
21686 # include <sys/socket.h>
21687 #endif
21688 #ifdef HAVE_SYS_UN_H
21689 # include <sys/un.h>
21690 #endif
21693 main ()
21695 static struct msghdr ac_aggr;
21696 if (ac_aggr.msg_accrights)
21697 return 0;
21699 return 0;
21701 _ACEOF
21702 rm -f conftest.$ac_objext
21703 if { (ac_try="$ac_compile"
21704 case "(($ac_try" in
21705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21706 *) ac_try_echo=$ac_try;;
21707 esac
21708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21709 (eval "$ac_compile") 2>conftest.er1
21710 ac_status=$?
21711 grep -v '^ *+' conftest.er1 >conftest.err
21712 rm -f conftest.er1
21713 cat conftest.err >&5
21714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21715 (exit $ac_status); } && {
21716 test -z "$ac_c_werror_flag" ||
21717 test ! -s conftest.err
21718 } && test -s conftest.$ac_objext; then
21719 ac_cv_member_struct_msghdr_msg_accrights=yes
21720 else
21721 echo "$as_me: failed program was:" >&5
21722 sed 's/^/| /' conftest.$ac_ext >&5
21724 cat >conftest.$ac_ext <<_ACEOF
21725 /* confdefs.h. */
21726 _ACEOF
21727 cat confdefs.h >>conftest.$ac_ext
21728 cat >>conftest.$ac_ext <<_ACEOF
21729 /* end confdefs.h. */
21730 #include <sys/types.h>
21731 #ifdef HAVE_SYS_SOCKET_H
21732 # include <sys/socket.h>
21733 #endif
21734 #ifdef HAVE_SYS_UN_H
21735 # include <sys/un.h>
21736 #endif
21739 main ()
21741 static struct msghdr ac_aggr;
21742 if (sizeof ac_aggr.msg_accrights)
21743 return 0;
21745 return 0;
21747 _ACEOF
21748 rm -f conftest.$ac_objext
21749 if { (ac_try="$ac_compile"
21750 case "(($ac_try" in
21751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21752 *) ac_try_echo=$ac_try;;
21753 esac
21754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21755 (eval "$ac_compile") 2>conftest.er1
21756 ac_status=$?
21757 grep -v '^ *+' conftest.er1 >conftest.err
21758 rm -f conftest.er1
21759 cat conftest.err >&5
21760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21761 (exit $ac_status); } && {
21762 test -z "$ac_c_werror_flag" ||
21763 test ! -s conftest.err
21764 } && test -s conftest.$ac_objext; then
21765 ac_cv_member_struct_msghdr_msg_accrights=yes
21766 else
21767 echo "$as_me: failed program was:" >&5
21768 sed 's/^/| /' conftest.$ac_ext >&5
21770 ac_cv_member_struct_msghdr_msg_accrights=no
21773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21778 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21779 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21780 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21782 cat >>confdefs.h <<_ACEOF
21783 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21784 _ACEOF
21788 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21789 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21790 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21791 echo $ECHO_N "(cached) $ECHO_C" >&6
21792 else
21793 cat >conftest.$ac_ext <<_ACEOF
21794 /* confdefs.h. */
21795 _ACEOF
21796 cat confdefs.h >>conftest.$ac_ext
21797 cat >>conftest.$ac_ext <<_ACEOF
21798 /* end confdefs.h. */
21799 #include <sys/types.h>
21800 #ifdef HAVE_SYS_SOCKET_H
21801 # include <sys/socket.h>
21802 #endif
21803 #ifdef HAVE_SYS_UN_H
21804 # include <sys/un.h>
21805 #endif
21808 main ()
21810 static struct sockaddr ac_aggr;
21811 if (ac_aggr.sa_len)
21812 return 0;
21814 return 0;
21816 _ACEOF
21817 rm -f conftest.$ac_objext
21818 if { (ac_try="$ac_compile"
21819 case "(($ac_try" in
21820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21821 *) ac_try_echo=$ac_try;;
21822 esac
21823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21824 (eval "$ac_compile") 2>conftest.er1
21825 ac_status=$?
21826 grep -v '^ *+' conftest.er1 >conftest.err
21827 rm -f conftest.er1
21828 cat conftest.err >&5
21829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21830 (exit $ac_status); } && {
21831 test -z "$ac_c_werror_flag" ||
21832 test ! -s conftest.err
21833 } && test -s conftest.$ac_objext; then
21834 ac_cv_member_struct_sockaddr_sa_len=yes
21835 else
21836 echo "$as_me: failed program was:" >&5
21837 sed 's/^/| /' conftest.$ac_ext >&5
21839 cat >conftest.$ac_ext <<_ACEOF
21840 /* confdefs.h. */
21841 _ACEOF
21842 cat confdefs.h >>conftest.$ac_ext
21843 cat >>conftest.$ac_ext <<_ACEOF
21844 /* end confdefs.h. */
21845 #include <sys/types.h>
21846 #ifdef HAVE_SYS_SOCKET_H
21847 # include <sys/socket.h>
21848 #endif
21849 #ifdef HAVE_SYS_UN_H
21850 # include <sys/un.h>
21851 #endif
21854 main ()
21856 static struct sockaddr ac_aggr;
21857 if (sizeof ac_aggr.sa_len)
21858 return 0;
21860 return 0;
21862 _ACEOF
21863 rm -f conftest.$ac_objext
21864 if { (ac_try="$ac_compile"
21865 case "(($ac_try" in
21866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21867 *) ac_try_echo=$ac_try;;
21868 esac
21869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21870 (eval "$ac_compile") 2>conftest.er1
21871 ac_status=$?
21872 grep -v '^ *+' conftest.er1 >conftest.err
21873 rm -f conftest.er1
21874 cat conftest.err >&5
21875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21876 (exit $ac_status); } && {
21877 test -z "$ac_c_werror_flag" ||
21878 test ! -s conftest.err
21879 } && test -s conftest.$ac_objext; then
21880 ac_cv_member_struct_sockaddr_sa_len=yes
21881 else
21882 echo "$as_me: failed program was:" >&5
21883 sed 's/^/| /' conftest.$ac_ext >&5
21885 ac_cv_member_struct_sockaddr_sa_len=no
21888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21893 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21894 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21895 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21897 cat >>confdefs.h <<_ACEOF
21898 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21899 _ACEOF
21903 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21904 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21905 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21906 echo $ECHO_N "(cached) $ECHO_C" >&6
21907 else
21908 cat >conftest.$ac_ext <<_ACEOF
21909 /* confdefs.h. */
21910 _ACEOF
21911 cat confdefs.h >>conftest.$ac_ext
21912 cat >>conftest.$ac_ext <<_ACEOF
21913 /* end confdefs.h. */
21914 #include <sys/types.h>
21915 #ifdef HAVE_SYS_SOCKET_H
21916 # include <sys/socket.h>
21917 #endif
21918 #ifdef HAVE_SYS_UN_H
21919 # include <sys/un.h>
21920 #endif
21923 main ()
21925 static struct sockaddr_un ac_aggr;
21926 if (ac_aggr.sun_len)
21927 return 0;
21929 return 0;
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;;
21937 esac
21938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21939 (eval "$ac_compile") 2>conftest.er1
21940 ac_status=$?
21941 grep -v '^ *+' conftest.er1 >conftest.err
21942 rm -f conftest.er1
21943 cat conftest.err >&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } && {
21946 test -z "$ac_c_werror_flag" ||
21947 test ! -s conftest.err
21948 } && test -s conftest.$ac_objext; then
21949 ac_cv_member_struct_sockaddr_un_sun_len=yes
21950 else
21951 echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5
21954 cat >conftest.$ac_ext <<_ACEOF
21955 /* confdefs.h. */
21956 _ACEOF
21957 cat confdefs.h >>conftest.$ac_ext
21958 cat >>conftest.$ac_ext <<_ACEOF
21959 /* end confdefs.h. */
21960 #include <sys/types.h>
21961 #ifdef HAVE_SYS_SOCKET_H
21962 # include <sys/socket.h>
21963 #endif
21964 #ifdef HAVE_SYS_UN_H
21965 # include <sys/un.h>
21966 #endif
21969 main ()
21971 static struct sockaddr_un ac_aggr;
21972 if (sizeof ac_aggr.sun_len)
21973 return 0;
21975 return 0;
21977 _ACEOF
21978 rm -f conftest.$ac_objext
21979 if { (ac_try="$ac_compile"
21980 case "(($ac_try" in
21981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21982 *) ac_try_echo=$ac_try;;
21983 esac
21984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21985 (eval "$ac_compile") 2>conftest.er1
21986 ac_status=$?
21987 grep -v '^ *+' conftest.er1 >conftest.err
21988 rm -f conftest.er1
21989 cat conftest.err >&5
21990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21991 (exit $ac_status); } && {
21992 test -z "$ac_c_werror_flag" ||
21993 test ! -s conftest.err
21994 } && test -s conftest.$ac_objext; then
21995 ac_cv_member_struct_sockaddr_un_sun_len=yes
21996 else
21997 echo "$as_me: failed program was:" >&5
21998 sed 's/^/| /' conftest.$ac_ext >&5
22000 ac_cv_member_struct_sockaddr_un_sun_len=no
22003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22008 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22009 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22010 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
22012 cat >>confdefs.h <<_ACEOF
22013 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22014 _ACEOF
22020 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22021 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
22022 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22023 echo $ECHO_N "(cached) $ECHO_C" >&6
22024 else
22025 cat >conftest.$ac_ext <<_ACEOF
22026 /* confdefs.h. */
22027 _ACEOF
22028 cat confdefs.h >>conftest.$ac_ext
22029 cat >>conftest.$ac_ext <<_ACEOF
22030 /* end confdefs.h. */
22031 #include <sys/types.h>
22032 #ifdef HAVE_SCSI_SG_H
22033 #include <scsi/sg.h>
22034 #endif
22037 main ()
22039 static scsireq_t ac_aggr;
22040 if (ac_aggr.cmd)
22041 return 0;
22043 return 0;
22045 _ACEOF
22046 rm -f conftest.$ac_objext
22047 if { (ac_try="$ac_compile"
22048 case "(($ac_try" in
22049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22050 *) ac_try_echo=$ac_try;;
22051 esac
22052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22053 (eval "$ac_compile") 2>conftest.er1
22054 ac_status=$?
22055 grep -v '^ *+' conftest.er1 >conftest.err
22056 rm -f conftest.er1
22057 cat conftest.err >&5
22058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22059 (exit $ac_status); } && {
22060 test -z "$ac_c_werror_flag" ||
22061 test ! -s conftest.err
22062 } && test -s conftest.$ac_objext; then
22063 ac_cv_member_scsireq_t_cmd=yes
22064 else
22065 echo "$as_me: failed program was:" >&5
22066 sed 's/^/| /' conftest.$ac_ext >&5
22068 cat >conftest.$ac_ext <<_ACEOF
22069 /* confdefs.h. */
22070 _ACEOF
22071 cat confdefs.h >>conftest.$ac_ext
22072 cat >>conftest.$ac_ext <<_ACEOF
22073 /* end confdefs.h. */
22074 #include <sys/types.h>
22075 #ifdef HAVE_SCSI_SG_H
22076 #include <scsi/sg.h>
22077 #endif
22080 main ()
22082 static scsireq_t ac_aggr;
22083 if (sizeof ac_aggr.cmd)
22084 return 0;
22086 return 0;
22088 _ACEOF
22089 rm -f conftest.$ac_objext
22090 if { (ac_try="$ac_compile"
22091 case "(($ac_try" in
22092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22093 *) ac_try_echo=$ac_try;;
22094 esac
22095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22096 (eval "$ac_compile") 2>conftest.er1
22097 ac_status=$?
22098 grep -v '^ *+' conftest.er1 >conftest.err
22099 rm -f conftest.er1
22100 cat conftest.err >&5
22101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22102 (exit $ac_status); } && {
22103 test -z "$ac_c_werror_flag" ||
22104 test ! -s conftest.err
22105 } && test -s conftest.$ac_objext; then
22106 ac_cv_member_scsireq_t_cmd=yes
22107 else
22108 echo "$as_me: failed program was:" >&5
22109 sed 's/^/| /' conftest.$ac_ext >&5
22111 ac_cv_member_scsireq_t_cmd=no
22114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22119 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22120 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22121 if test $ac_cv_member_scsireq_t_cmd = yes; then
22123 cat >>confdefs.h <<_ACEOF
22124 #define HAVE_SCSIREQ_T_CMD 1
22125 _ACEOF
22129 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22130 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22131 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22133 else
22134 cat >conftest.$ac_ext <<_ACEOF
22135 /* confdefs.h. */
22136 _ACEOF
22137 cat confdefs.h >>conftest.$ac_ext
22138 cat >>conftest.$ac_ext <<_ACEOF
22139 /* end confdefs.h. */
22140 #include <sys/types.h>
22141 #ifdef HAVE_SCSI_SG_H
22142 #include <scsi/sg.h>
22143 #endif
22146 main ()
22148 static sg_io_hdr_t ac_aggr;
22149 if (ac_aggr.interface_id)
22150 return 0;
22152 return 0;
22154 _ACEOF
22155 rm -f conftest.$ac_objext
22156 if { (ac_try="$ac_compile"
22157 case "(($ac_try" in
22158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22159 *) ac_try_echo=$ac_try;;
22160 esac
22161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22162 (eval "$ac_compile") 2>conftest.er1
22163 ac_status=$?
22164 grep -v '^ *+' conftest.er1 >conftest.err
22165 rm -f conftest.er1
22166 cat conftest.err >&5
22167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22168 (exit $ac_status); } && {
22169 test -z "$ac_c_werror_flag" ||
22170 test ! -s conftest.err
22171 } && test -s conftest.$ac_objext; then
22172 ac_cv_member_sg_io_hdr_t_interface_id=yes
22173 else
22174 echo "$as_me: failed program was:" >&5
22175 sed 's/^/| /' conftest.$ac_ext >&5
22177 cat >conftest.$ac_ext <<_ACEOF
22178 /* confdefs.h. */
22179 _ACEOF
22180 cat confdefs.h >>conftest.$ac_ext
22181 cat >>conftest.$ac_ext <<_ACEOF
22182 /* end confdefs.h. */
22183 #include <sys/types.h>
22184 #ifdef HAVE_SCSI_SG_H
22185 #include <scsi/sg.h>
22186 #endif
22189 main ()
22191 static sg_io_hdr_t ac_aggr;
22192 if (sizeof ac_aggr.interface_id)
22193 return 0;
22195 return 0;
22197 _ACEOF
22198 rm -f conftest.$ac_objext
22199 if { (ac_try="$ac_compile"
22200 case "(($ac_try" in
22201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22202 *) ac_try_echo=$ac_try;;
22203 esac
22204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22205 (eval "$ac_compile") 2>conftest.er1
22206 ac_status=$?
22207 grep -v '^ *+' conftest.er1 >conftest.err
22208 rm -f conftest.er1
22209 cat conftest.err >&5
22210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22211 (exit $ac_status); } && {
22212 test -z "$ac_c_werror_flag" ||
22213 test ! -s conftest.err
22214 } && test -s conftest.$ac_objext; then
22215 ac_cv_member_sg_io_hdr_t_interface_id=yes
22216 else
22217 echo "$as_me: failed program was:" >&5
22218 sed 's/^/| /' conftest.$ac_ext >&5
22220 ac_cv_member_sg_io_hdr_t_interface_id=no
22223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22228 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22229 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22230 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22232 cat >>confdefs.h <<_ACEOF
22233 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22234 _ACEOF
22240 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22241 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22242 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22243 echo $ECHO_N "(cached) $ECHO_C" >&6
22244 else
22245 cat >conftest.$ac_ext <<_ACEOF
22246 /* confdefs.h. */
22247 _ACEOF
22248 cat confdefs.h >>conftest.$ac_ext
22249 cat >>conftest.$ac_ext <<_ACEOF
22250 /* end confdefs.h. */
22251 #include <signal.h>
22254 main ()
22256 static siginfo_t ac_aggr;
22257 if (ac_aggr.si_fd)
22258 return 0;
22260 return 0;
22262 _ACEOF
22263 rm -f conftest.$ac_objext
22264 if { (ac_try="$ac_compile"
22265 case "(($ac_try" in
22266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22267 *) ac_try_echo=$ac_try;;
22268 esac
22269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22270 (eval "$ac_compile") 2>conftest.er1
22271 ac_status=$?
22272 grep -v '^ *+' conftest.er1 >conftest.err
22273 rm -f conftest.er1
22274 cat conftest.err >&5
22275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22276 (exit $ac_status); } && {
22277 test -z "$ac_c_werror_flag" ||
22278 test ! -s conftest.err
22279 } && test -s conftest.$ac_objext; then
22280 ac_cv_member_siginfo_t_si_fd=yes
22281 else
22282 echo "$as_me: failed program was:" >&5
22283 sed 's/^/| /' conftest.$ac_ext >&5
22285 cat >conftest.$ac_ext <<_ACEOF
22286 /* confdefs.h. */
22287 _ACEOF
22288 cat confdefs.h >>conftest.$ac_ext
22289 cat >>conftest.$ac_ext <<_ACEOF
22290 /* end confdefs.h. */
22291 #include <signal.h>
22294 main ()
22296 static siginfo_t ac_aggr;
22297 if (sizeof ac_aggr.si_fd)
22298 return 0;
22300 return 0;
22302 _ACEOF
22303 rm -f conftest.$ac_objext
22304 if { (ac_try="$ac_compile"
22305 case "(($ac_try" in
22306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22307 *) ac_try_echo=$ac_try;;
22308 esac
22309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22310 (eval "$ac_compile") 2>conftest.er1
22311 ac_status=$?
22312 grep -v '^ *+' conftest.er1 >conftest.err
22313 rm -f conftest.er1
22314 cat conftest.err >&5
22315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22316 (exit $ac_status); } && {
22317 test -z "$ac_c_werror_flag" ||
22318 test ! -s conftest.err
22319 } && test -s conftest.$ac_objext; then
22320 ac_cv_member_siginfo_t_si_fd=yes
22321 else
22322 echo "$as_me: failed program was:" >&5
22323 sed 's/^/| /' conftest.$ac_ext >&5
22325 ac_cv_member_siginfo_t_si_fd=no
22328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22333 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22334 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22335 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22337 cat >>confdefs.h <<_ACEOF
22338 #define HAVE_SIGINFO_T_SI_FD 1
22339 _ACEOF
22345 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22346 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22347 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22348 echo $ECHO_N "(cached) $ECHO_C" >&6
22349 else
22350 cat >conftest.$ac_ext <<_ACEOF
22351 /* confdefs.h. */
22352 _ACEOF
22353 cat confdefs.h >>conftest.$ac_ext
22354 cat >>conftest.$ac_ext <<_ACEOF
22355 /* end confdefs.h. */
22356 #include <sys/types.h>
22357 #ifdef HAVE_SYS_MTIO_H
22358 #include <sys/mtio.h>
22359 #endif
22362 main ()
22364 static struct mtget ac_aggr;
22365 if (ac_aggr.mt_blksiz)
22366 return 0;
22368 return 0;
22370 _ACEOF
22371 rm -f conftest.$ac_objext
22372 if { (ac_try="$ac_compile"
22373 case "(($ac_try" in
22374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22375 *) ac_try_echo=$ac_try;;
22376 esac
22377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22378 (eval "$ac_compile") 2>conftest.er1
22379 ac_status=$?
22380 grep -v '^ *+' conftest.er1 >conftest.err
22381 rm -f conftest.er1
22382 cat conftest.err >&5
22383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22384 (exit $ac_status); } && {
22385 test -z "$ac_c_werror_flag" ||
22386 test ! -s conftest.err
22387 } && test -s conftest.$ac_objext; then
22388 ac_cv_member_struct_mtget_mt_blksiz=yes
22389 else
22390 echo "$as_me: failed program was:" >&5
22391 sed 's/^/| /' conftest.$ac_ext >&5
22393 cat >conftest.$ac_ext <<_ACEOF
22394 /* confdefs.h. */
22395 _ACEOF
22396 cat confdefs.h >>conftest.$ac_ext
22397 cat >>conftest.$ac_ext <<_ACEOF
22398 /* end confdefs.h. */
22399 #include <sys/types.h>
22400 #ifdef HAVE_SYS_MTIO_H
22401 #include <sys/mtio.h>
22402 #endif
22405 main ()
22407 static struct mtget ac_aggr;
22408 if (sizeof ac_aggr.mt_blksiz)
22409 return 0;
22411 return 0;
22413 _ACEOF
22414 rm -f conftest.$ac_objext
22415 if { (ac_try="$ac_compile"
22416 case "(($ac_try" in
22417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22418 *) ac_try_echo=$ac_try;;
22419 esac
22420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22421 (eval "$ac_compile") 2>conftest.er1
22422 ac_status=$?
22423 grep -v '^ *+' conftest.er1 >conftest.err
22424 rm -f conftest.er1
22425 cat conftest.err >&5
22426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22427 (exit $ac_status); } && {
22428 test -z "$ac_c_werror_flag" ||
22429 test ! -s conftest.err
22430 } && test -s conftest.$ac_objext; then
22431 ac_cv_member_struct_mtget_mt_blksiz=yes
22432 else
22433 echo "$as_me: failed program was:" >&5
22434 sed 's/^/| /' conftest.$ac_ext >&5
22436 ac_cv_member_struct_mtget_mt_blksiz=no
22439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22444 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22445 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22446 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22448 cat >>confdefs.h <<_ACEOF
22449 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22450 _ACEOF
22454 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22455 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22456 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22457 echo $ECHO_N "(cached) $ECHO_C" >&6
22458 else
22459 cat >conftest.$ac_ext <<_ACEOF
22460 /* confdefs.h. */
22461 _ACEOF
22462 cat confdefs.h >>conftest.$ac_ext
22463 cat >>conftest.$ac_ext <<_ACEOF
22464 /* end confdefs.h. */
22465 #include <sys/types.h>
22466 #ifdef HAVE_SYS_MTIO_H
22467 #include <sys/mtio.h>
22468 #endif
22471 main ()
22473 static struct mtget ac_aggr;
22474 if (ac_aggr.mt_gstat)
22475 return 0;
22477 return 0;
22479 _ACEOF
22480 rm -f conftest.$ac_objext
22481 if { (ac_try="$ac_compile"
22482 case "(($ac_try" in
22483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22484 *) ac_try_echo=$ac_try;;
22485 esac
22486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22487 (eval "$ac_compile") 2>conftest.er1
22488 ac_status=$?
22489 grep -v '^ *+' conftest.er1 >conftest.err
22490 rm -f conftest.er1
22491 cat conftest.err >&5
22492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22493 (exit $ac_status); } && {
22494 test -z "$ac_c_werror_flag" ||
22495 test ! -s conftest.err
22496 } && test -s conftest.$ac_objext; then
22497 ac_cv_member_struct_mtget_mt_gstat=yes
22498 else
22499 echo "$as_me: failed program was:" >&5
22500 sed 's/^/| /' conftest.$ac_ext >&5
22502 cat >conftest.$ac_ext <<_ACEOF
22503 /* confdefs.h. */
22504 _ACEOF
22505 cat confdefs.h >>conftest.$ac_ext
22506 cat >>conftest.$ac_ext <<_ACEOF
22507 /* end confdefs.h. */
22508 #include <sys/types.h>
22509 #ifdef HAVE_SYS_MTIO_H
22510 #include <sys/mtio.h>
22511 #endif
22514 main ()
22516 static struct mtget ac_aggr;
22517 if (sizeof ac_aggr.mt_gstat)
22518 return 0;
22520 return 0;
22522 _ACEOF
22523 rm -f conftest.$ac_objext
22524 if { (ac_try="$ac_compile"
22525 case "(($ac_try" in
22526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22527 *) ac_try_echo=$ac_try;;
22528 esac
22529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22530 (eval "$ac_compile") 2>conftest.er1
22531 ac_status=$?
22532 grep -v '^ *+' conftest.er1 >conftest.err
22533 rm -f conftest.er1
22534 cat conftest.err >&5
22535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22536 (exit $ac_status); } && {
22537 test -z "$ac_c_werror_flag" ||
22538 test ! -s conftest.err
22539 } && test -s conftest.$ac_objext; then
22540 ac_cv_member_struct_mtget_mt_gstat=yes
22541 else
22542 echo "$as_me: failed program was:" >&5
22543 sed 's/^/| /' conftest.$ac_ext >&5
22545 ac_cv_member_struct_mtget_mt_gstat=no
22548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22553 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22554 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22555 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22557 cat >>confdefs.h <<_ACEOF
22558 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22559 _ACEOF
22563 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22564 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22565 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22566 echo $ECHO_N "(cached) $ECHO_C" >&6
22567 else
22568 cat >conftest.$ac_ext <<_ACEOF
22569 /* confdefs.h. */
22570 _ACEOF
22571 cat confdefs.h >>conftest.$ac_ext
22572 cat >>conftest.$ac_ext <<_ACEOF
22573 /* end confdefs.h. */
22574 #include <sys/types.h>
22575 #ifdef HAVE_SYS_MTIO_H
22576 #include <sys/mtio.h>
22577 #endif
22580 main ()
22582 static struct mtget ac_aggr;
22583 if (ac_aggr.mt_blkno)
22584 return 0;
22586 return 0;
22588 _ACEOF
22589 rm -f conftest.$ac_objext
22590 if { (ac_try="$ac_compile"
22591 case "(($ac_try" in
22592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22593 *) ac_try_echo=$ac_try;;
22594 esac
22595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22596 (eval "$ac_compile") 2>conftest.er1
22597 ac_status=$?
22598 grep -v '^ *+' conftest.er1 >conftest.err
22599 rm -f conftest.er1
22600 cat conftest.err >&5
22601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22602 (exit $ac_status); } && {
22603 test -z "$ac_c_werror_flag" ||
22604 test ! -s conftest.err
22605 } && test -s conftest.$ac_objext; then
22606 ac_cv_member_struct_mtget_mt_blkno=yes
22607 else
22608 echo "$as_me: failed program was:" >&5
22609 sed 's/^/| /' conftest.$ac_ext >&5
22611 cat >conftest.$ac_ext <<_ACEOF
22612 /* confdefs.h. */
22613 _ACEOF
22614 cat confdefs.h >>conftest.$ac_ext
22615 cat >>conftest.$ac_ext <<_ACEOF
22616 /* end confdefs.h. */
22617 #include <sys/types.h>
22618 #ifdef HAVE_SYS_MTIO_H
22619 #include <sys/mtio.h>
22620 #endif
22623 main ()
22625 static struct mtget ac_aggr;
22626 if (sizeof ac_aggr.mt_blkno)
22627 return 0;
22629 return 0;
22631 _ACEOF
22632 rm -f conftest.$ac_objext
22633 if { (ac_try="$ac_compile"
22634 case "(($ac_try" in
22635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22637 esac
22638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22639 (eval "$ac_compile") 2>conftest.er1
22640 ac_status=$?
22641 grep -v '^ *+' conftest.er1 >conftest.err
22642 rm -f conftest.er1
22643 cat conftest.err >&5
22644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645 (exit $ac_status); } && {
22646 test -z "$ac_c_werror_flag" ||
22647 test ! -s conftest.err
22648 } && test -s conftest.$ac_objext; then
22649 ac_cv_member_struct_mtget_mt_blkno=yes
22650 else
22651 echo "$as_me: failed program was:" >&5
22652 sed 's/^/| /' conftest.$ac_ext >&5
22654 ac_cv_member_struct_mtget_mt_blkno=no
22657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22662 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22663 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22664 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22666 cat >>confdefs.h <<_ACEOF
22667 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22668 _ACEOF
22674 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22675 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22676 if test "${ac_cv_member_struct_option_name+set}" = set; then
22677 echo $ECHO_N "(cached) $ECHO_C" >&6
22678 else
22679 cat >conftest.$ac_ext <<_ACEOF
22680 /* confdefs.h. */
22681 _ACEOF
22682 cat confdefs.h >>conftest.$ac_ext
22683 cat >>conftest.$ac_ext <<_ACEOF
22684 /* end confdefs.h. */
22685 #ifdef HAVE_GETOPT_H
22686 #include <getopt.h>
22687 #endif
22690 main ()
22692 static struct option ac_aggr;
22693 if (ac_aggr.name)
22694 return 0;
22696 return 0;
22698 _ACEOF
22699 rm -f conftest.$ac_objext
22700 if { (ac_try="$ac_compile"
22701 case "(($ac_try" in
22702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22703 *) ac_try_echo=$ac_try;;
22704 esac
22705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22706 (eval "$ac_compile") 2>conftest.er1
22707 ac_status=$?
22708 grep -v '^ *+' conftest.er1 >conftest.err
22709 rm -f conftest.er1
22710 cat conftest.err >&5
22711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22712 (exit $ac_status); } && {
22713 test -z "$ac_c_werror_flag" ||
22714 test ! -s conftest.err
22715 } && test -s conftest.$ac_objext; then
22716 ac_cv_member_struct_option_name=yes
22717 else
22718 echo "$as_me: failed program was:" >&5
22719 sed 's/^/| /' conftest.$ac_ext >&5
22721 cat >conftest.$ac_ext <<_ACEOF
22722 /* confdefs.h. */
22723 _ACEOF
22724 cat confdefs.h >>conftest.$ac_ext
22725 cat >>conftest.$ac_ext <<_ACEOF
22726 /* end confdefs.h. */
22727 #ifdef HAVE_GETOPT_H
22728 #include <getopt.h>
22729 #endif
22732 main ()
22734 static struct option ac_aggr;
22735 if (sizeof ac_aggr.name)
22736 return 0;
22738 return 0;
22740 _ACEOF
22741 rm -f conftest.$ac_objext
22742 if { (ac_try="$ac_compile"
22743 case "(($ac_try" in
22744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22745 *) ac_try_echo=$ac_try;;
22746 esac
22747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22748 (eval "$ac_compile") 2>conftest.er1
22749 ac_status=$?
22750 grep -v '^ *+' conftest.er1 >conftest.err
22751 rm -f conftest.er1
22752 cat conftest.err >&5
22753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22754 (exit $ac_status); } && {
22755 test -z "$ac_c_werror_flag" ||
22756 test ! -s conftest.err
22757 } && test -s conftest.$ac_objext; then
22758 ac_cv_member_struct_option_name=yes
22759 else
22760 echo "$as_me: failed program was:" >&5
22761 sed 's/^/| /' conftest.$ac_ext >&5
22763 ac_cv_member_struct_option_name=no
22766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22771 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22772 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22773 if test $ac_cv_member_struct_option_name = yes; then
22775 cat >>confdefs.h <<_ACEOF
22776 #define HAVE_STRUCT_OPTION_NAME 1
22777 _ACEOF
22783 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22784 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22785 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22786 echo $ECHO_N "(cached) $ECHO_C" >&6
22787 else
22788 cat >conftest.$ac_ext <<_ACEOF
22789 /* confdefs.h. */
22790 _ACEOF
22791 cat confdefs.h >>conftest.$ac_ext
22792 cat >>conftest.$ac_ext <<_ACEOF
22793 /* end confdefs.h. */
22794 $ac_includes_default
22796 main ()
22798 static struct stat ac_aggr;
22799 if (ac_aggr.st_blocks)
22800 return 0;
22802 return 0;
22804 _ACEOF
22805 rm -f conftest.$ac_objext
22806 if { (ac_try="$ac_compile"
22807 case "(($ac_try" in
22808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22809 *) ac_try_echo=$ac_try;;
22810 esac
22811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22812 (eval "$ac_compile") 2>conftest.er1
22813 ac_status=$?
22814 grep -v '^ *+' conftest.er1 >conftest.err
22815 rm -f conftest.er1
22816 cat conftest.err >&5
22817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22818 (exit $ac_status); } && {
22819 test -z "$ac_c_werror_flag" ||
22820 test ! -s conftest.err
22821 } && test -s conftest.$ac_objext; then
22822 ac_cv_member_struct_stat_st_blocks=yes
22823 else
22824 echo "$as_me: failed program was:" >&5
22825 sed 's/^/| /' conftest.$ac_ext >&5
22827 cat >conftest.$ac_ext <<_ACEOF
22828 /* confdefs.h. */
22829 _ACEOF
22830 cat confdefs.h >>conftest.$ac_ext
22831 cat >>conftest.$ac_ext <<_ACEOF
22832 /* end confdefs.h. */
22833 $ac_includes_default
22835 main ()
22837 static struct stat ac_aggr;
22838 if (sizeof ac_aggr.st_blocks)
22839 return 0;
22841 return 0;
22843 _ACEOF
22844 rm -f conftest.$ac_objext
22845 if { (ac_try="$ac_compile"
22846 case "(($ac_try" in
22847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22848 *) ac_try_echo=$ac_try;;
22849 esac
22850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22851 (eval "$ac_compile") 2>conftest.er1
22852 ac_status=$?
22853 grep -v '^ *+' conftest.er1 >conftest.err
22854 rm -f conftest.er1
22855 cat conftest.err >&5
22856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22857 (exit $ac_status); } && {
22858 test -z "$ac_c_werror_flag" ||
22859 test ! -s conftest.err
22860 } && test -s conftest.$ac_objext; then
22861 ac_cv_member_struct_stat_st_blocks=yes
22862 else
22863 echo "$as_me: failed program was:" >&5
22864 sed 's/^/| /' conftest.$ac_ext >&5
22866 ac_cv_member_struct_stat_st_blocks=no
22869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22874 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22875 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22876 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22878 cat >>confdefs.h <<_ACEOF
22879 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22880 _ACEOF
22884 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22885 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22886 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22887 echo $ECHO_N "(cached) $ECHO_C" >&6
22888 else
22889 cat >conftest.$ac_ext <<_ACEOF
22890 /* confdefs.h. */
22891 _ACEOF
22892 cat confdefs.h >>conftest.$ac_ext
22893 cat >>conftest.$ac_ext <<_ACEOF
22894 /* end confdefs.h. */
22895 $ac_includes_default
22897 main ()
22899 static struct stat ac_aggr;
22900 if (ac_aggr.st_mtim)
22901 return 0;
22903 return 0;
22905 _ACEOF
22906 rm -f conftest.$ac_objext
22907 if { (ac_try="$ac_compile"
22908 case "(($ac_try" in
22909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910 *) ac_try_echo=$ac_try;;
22911 esac
22912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22913 (eval "$ac_compile") 2>conftest.er1
22914 ac_status=$?
22915 grep -v '^ *+' conftest.er1 >conftest.err
22916 rm -f conftest.er1
22917 cat conftest.err >&5
22918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22919 (exit $ac_status); } && {
22920 test -z "$ac_c_werror_flag" ||
22921 test ! -s conftest.err
22922 } && test -s conftest.$ac_objext; then
22923 ac_cv_member_struct_stat_st_mtim=yes
22924 else
22925 echo "$as_me: failed program was:" >&5
22926 sed 's/^/| /' conftest.$ac_ext >&5
22928 cat >conftest.$ac_ext <<_ACEOF
22929 /* confdefs.h. */
22930 _ACEOF
22931 cat confdefs.h >>conftest.$ac_ext
22932 cat >>conftest.$ac_ext <<_ACEOF
22933 /* end confdefs.h. */
22934 $ac_includes_default
22936 main ()
22938 static struct stat ac_aggr;
22939 if (sizeof ac_aggr.st_mtim)
22940 return 0;
22942 return 0;
22944 _ACEOF
22945 rm -f conftest.$ac_objext
22946 if { (ac_try="$ac_compile"
22947 case "(($ac_try" in
22948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22949 *) ac_try_echo=$ac_try;;
22950 esac
22951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22952 (eval "$ac_compile") 2>conftest.er1
22953 ac_status=$?
22954 grep -v '^ *+' conftest.er1 >conftest.err
22955 rm -f conftest.er1
22956 cat conftest.err >&5
22957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22958 (exit $ac_status); } && {
22959 test -z "$ac_c_werror_flag" ||
22960 test ! -s conftest.err
22961 } && test -s conftest.$ac_objext; then
22962 ac_cv_member_struct_stat_st_mtim=yes
22963 else
22964 echo "$as_me: failed program was:" >&5
22965 sed 's/^/| /' conftest.$ac_ext >&5
22967 ac_cv_member_struct_stat_st_mtim=no
22970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22975 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22976 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22977 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22979 cat >>confdefs.h <<_ACEOF
22980 #define HAVE_STRUCT_STAT_ST_MTIM 1
22981 _ACEOF
22985 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22986 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22987 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22988 echo $ECHO_N "(cached) $ECHO_C" >&6
22989 else
22990 cat >conftest.$ac_ext <<_ACEOF
22991 /* confdefs.h. */
22992 _ACEOF
22993 cat confdefs.h >>conftest.$ac_ext
22994 cat >>conftest.$ac_ext <<_ACEOF
22995 /* end confdefs.h. */
22996 $ac_includes_default
22998 main ()
23000 static struct stat ac_aggr;
23001 if (ac_aggr.st_ctim)
23002 return 0;
23004 return 0;
23006 _ACEOF
23007 rm -f conftest.$ac_objext
23008 if { (ac_try="$ac_compile"
23009 case "(($ac_try" in
23010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23011 *) ac_try_echo=$ac_try;;
23012 esac
23013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23014 (eval "$ac_compile") 2>conftest.er1
23015 ac_status=$?
23016 grep -v '^ *+' conftest.er1 >conftest.err
23017 rm -f conftest.er1
23018 cat conftest.err >&5
23019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23020 (exit $ac_status); } && {
23021 test -z "$ac_c_werror_flag" ||
23022 test ! -s conftest.err
23023 } && test -s conftest.$ac_objext; then
23024 ac_cv_member_struct_stat_st_ctim=yes
23025 else
23026 echo "$as_me: failed program was:" >&5
23027 sed 's/^/| /' conftest.$ac_ext >&5
23029 cat >conftest.$ac_ext <<_ACEOF
23030 /* confdefs.h. */
23031 _ACEOF
23032 cat confdefs.h >>conftest.$ac_ext
23033 cat >>conftest.$ac_ext <<_ACEOF
23034 /* end confdefs.h. */
23035 $ac_includes_default
23037 main ()
23039 static struct stat ac_aggr;
23040 if (sizeof ac_aggr.st_ctim)
23041 return 0;
23043 return 0;
23045 _ACEOF
23046 rm -f conftest.$ac_objext
23047 if { (ac_try="$ac_compile"
23048 case "(($ac_try" in
23049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23050 *) ac_try_echo=$ac_try;;
23051 esac
23052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23053 (eval "$ac_compile") 2>conftest.er1
23054 ac_status=$?
23055 grep -v '^ *+' conftest.er1 >conftest.err
23056 rm -f conftest.er1
23057 cat conftest.err >&5
23058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); } && {
23060 test -z "$ac_c_werror_flag" ||
23061 test ! -s conftest.err
23062 } && test -s conftest.$ac_objext; then
23063 ac_cv_member_struct_stat_st_ctim=yes
23064 else
23065 echo "$as_me: failed program was:" >&5
23066 sed 's/^/| /' conftest.$ac_ext >&5
23068 ac_cv_member_struct_stat_st_ctim=no
23071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23076 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23077 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
23078 if test $ac_cv_member_struct_stat_st_ctim = yes; then
23080 cat >>confdefs.h <<_ACEOF
23081 #define HAVE_STRUCT_STAT_ST_CTIM 1
23082 _ACEOF
23086 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23087 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
23088 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23089 echo $ECHO_N "(cached) $ECHO_C" >&6
23090 else
23091 cat >conftest.$ac_ext <<_ACEOF
23092 /* confdefs.h. */
23093 _ACEOF
23094 cat confdefs.h >>conftest.$ac_ext
23095 cat >>conftest.$ac_ext <<_ACEOF
23096 /* end confdefs.h. */
23097 $ac_includes_default
23099 main ()
23101 static struct stat ac_aggr;
23102 if (ac_aggr.st_atim)
23103 return 0;
23105 return 0;
23107 _ACEOF
23108 rm -f conftest.$ac_objext
23109 if { (ac_try="$ac_compile"
23110 case "(($ac_try" in
23111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23112 *) ac_try_echo=$ac_try;;
23113 esac
23114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23115 (eval "$ac_compile") 2>conftest.er1
23116 ac_status=$?
23117 grep -v '^ *+' conftest.er1 >conftest.err
23118 rm -f conftest.er1
23119 cat conftest.err >&5
23120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23121 (exit $ac_status); } && {
23122 test -z "$ac_c_werror_flag" ||
23123 test ! -s conftest.err
23124 } && test -s conftest.$ac_objext; then
23125 ac_cv_member_struct_stat_st_atim=yes
23126 else
23127 echo "$as_me: failed program was:" >&5
23128 sed 's/^/| /' conftest.$ac_ext >&5
23130 cat >conftest.$ac_ext <<_ACEOF
23131 /* confdefs.h. */
23132 _ACEOF
23133 cat confdefs.h >>conftest.$ac_ext
23134 cat >>conftest.$ac_ext <<_ACEOF
23135 /* end confdefs.h. */
23136 $ac_includes_default
23138 main ()
23140 static struct stat ac_aggr;
23141 if (sizeof ac_aggr.st_atim)
23142 return 0;
23144 return 0;
23146 _ACEOF
23147 rm -f conftest.$ac_objext
23148 if { (ac_try="$ac_compile"
23149 case "(($ac_try" in
23150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23151 *) ac_try_echo=$ac_try;;
23152 esac
23153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23154 (eval "$ac_compile") 2>conftest.er1
23155 ac_status=$?
23156 grep -v '^ *+' conftest.er1 >conftest.err
23157 rm -f conftest.er1
23158 cat conftest.err >&5
23159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23160 (exit $ac_status); } && {
23161 test -z "$ac_c_werror_flag" ||
23162 test ! -s conftest.err
23163 } && test -s conftest.$ac_objext; then
23164 ac_cv_member_struct_stat_st_atim=yes
23165 else
23166 echo "$as_me: failed program was:" >&5
23167 sed 's/^/| /' conftest.$ac_ext >&5
23169 ac_cv_member_struct_stat_st_atim=no
23172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23177 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23178 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23179 if test $ac_cv_member_struct_stat_st_atim = yes; then
23181 cat >>confdefs.h <<_ACEOF
23182 #define HAVE_STRUCT_STAT_ST_ATIM 1
23183 _ACEOF
23189 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23190 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23191 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23192 echo $ECHO_N "(cached) $ECHO_C" >&6
23193 else
23194 cat >conftest.$ac_ext <<_ACEOF
23195 /* confdefs.h. */
23196 _ACEOF
23197 cat confdefs.h >>conftest.$ac_ext
23198 cat >>conftest.$ac_ext <<_ACEOF
23199 /* end confdefs.h. */
23200 #ifdef HAVE_SYS_TYPES_H
23201 #include <sys/types.h>
23202 #endif
23203 #ifdef HAVE_NETINET_IN_H
23204 #include <netinet/in.h>
23205 #endif
23208 main ()
23210 static struct sockaddr_in6 ac_aggr;
23211 if (ac_aggr.sin6_scope_id)
23212 return 0;
23214 return 0;
23216 _ACEOF
23217 rm -f conftest.$ac_objext
23218 if { (ac_try="$ac_compile"
23219 case "(($ac_try" in
23220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23221 *) ac_try_echo=$ac_try;;
23222 esac
23223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23224 (eval "$ac_compile") 2>conftest.er1
23225 ac_status=$?
23226 grep -v '^ *+' conftest.er1 >conftest.err
23227 rm -f conftest.er1
23228 cat conftest.err >&5
23229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23230 (exit $ac_status); } && {
23231 test -z "$ac_c_werror_flag" ||
23232 test ! -s conftest.err
23233 } && test -s conftest.$ac_objext; then
23234 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23235 else
23236 echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.$ac_ext >&5
23239 cat >conftest.$ac_ext <<_ACEOF
23240 /* confdefs.h. */
23241 _ACEOF
23242 cat confdefs.h >>conftest.$ac_ext
23243 cat >>conftest.$ac_ext <<_ACEOF
23244 /* end confdefs.h. */
23245 #ifdef HAVE_SYS_TYPES_H
23246 #include <sys/types.h>
23247 #endif
23248 #ifdef HAVE_NETINET_IN_H
23249 #include <netinet/in.h>
23250 #endif
23253 main ()
23255 static struct sockaddr_in6 ac_aggr;
23256 if (sizeof ac_aggr.sin6_scope_id)
23257 return 0;
23259 return 0;
23261 _ACEOF
23262 rm -f conftest.$ac_objext
23263 if { (ac_try="$ac_compile"
23264 case "(($ac_try" in
23265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23266 *) ac_try_echo=$ac_try;;
23267 esac
23268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23269 (eval "$ac_compile") 2>conftest.er1
23270 ac_status=$?
23271 grep -v '^ *+' conftest.er1 >conftest.err
23272 rm -f conftest.er1
23273 cat conftest.err >&5
23274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23275 (exit $ac_status); } && {
23276 test -z "$ac_c_werror_flag" ||
23277 test ! -s conftest.err
23278 } && test -s conftest.$ac_objext; then
23279 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23280 else
23281 echo "$as_me: failed program was:" >&5
23282 sed 's/^/| /' conftest.$ac_ext >&5
23284 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23292 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23293 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23294 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23296 cat >>confdefs.h <<_ACEOF
23297 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23298 _ACEOF
23304 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23305 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23306 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23307 echo $ECHO_N "(cached) $ECHO_C" >&6
23308 else
23309 cat >conftest.$ac_ext <<_ACEOF
23310 /* confdefs.h. */
23311 _ACEOF
23312 cat confdefs.h >>conftest.$ac_ext
23313 cat >>conftest.$ac_ext <<_ACEOF
23314 /* end confdefs.h. */
23315 #ifdef HAVE_SYS_TYPES_H
23316 #include <sys/types.h>
23317 #endif
23318 #ifdef HAVE_NETINET_IN_H
23319 # include <netinet/in.h>
23320 #endif
23321 #ifdef HAVE_ARPA_NAMESER_H
23322 # include <arpa/nameser.h>
23323 #endif
23326 main ()
23328 static ns_msg ac_aggr;
23329 if (ac_aggr._msg_ptr)
23330 return 0;
23332 return 0;
23334 _ACEOF
23335 rm -f conftest.$ac_objext
23336 if { (ac_try="$ac_compile"
23337 case "(($ac_try" in
23338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23339 *) ac_try_echo=$ac_try;;
23340 esac
23341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23342 (eval "$ac_compile") 2>conftest.er1
23343 ac_status=$?
23344 grep -v '^ *+' conftest.er1 >conftest.err
23345 rm -f conftest.er1
23346 cat conftest.err >&5
23347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23348 (exit $ac_status); } && {
23349 test -z "$ac_c_werror_flag" ||
23350 test ! -s conftest.err
23351 } && test -s conftest.$ac_objext; then
23352 ac_cv_member_ns_msg__msg_ptr=yes
23353 else
23354 echo "$as_me: failed program was:" >&5
23355 sed 's/^/| /' conftest.$ac_ext >&5
23357 cat >conftest.$ac_ext <<_ACEOF
23358 /* confdefs.h. */
23359 _ACEOF
23360 cat confdefs.h >>conftest.$ac_ext
23361 cat >>conftest.$ac_ext <<_ACEOF
23362 /* end confdefs.h. */
23363 #ifdef HAVE_SYS_TYPES_H
23364 #include <sys/types.h>
23365 #endif
23366 #ifdef HAVE_NETINET_IN_H
23367 # include <netinet/in.h>
23368 #endif
23369 #ifdef HAVE_ARPA_NAMESER_H
23370 # include <arpa/nameser.h>
23371 #endif
23374 main ()
23376 static ns_msg ac_aggr;
23377 if (sizeof ac_aggr._msg_ptr)
23378 return 0;
23380 return 0;
23382 _ACEOF
23383 rm -f conftest.$ac_objext
23384 if { (ac_try="$ac_compile"
23385 case "(($ac_try" in
23386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23387 *) ac_try_echo=$ac_try;;
23388 esac
23389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23390 (eval "$ac_compile") 2>conftest.er1
23391 ac_status=$?
23392 grep -v '^ *+' conftest.er1 >conftest.err
23393 rm -f conftest.er1
23394 cat conftest.err >&5
23395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23396 (exit $ac_status); } && {
23397 test -z "$ac_c_werror_flag" ||
23398 test ! -s conftest.err
23399 } && test -s conftest.$ac_objext; then
23400 ac_cv_member_ns_msg__msg_ptr=yes
23401 else
23402 echo "$as_me: failed program was:" >&5
23403 sed 's/^/| /' conftest.$ac_ext >&5
23405 ac_cv_member_ns_msg__msg_ptr=no
23408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23413 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23414 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23415 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23417 cat >>confdefs.h <<_ACEOF
23418 #define HAVE_NS_MSG__MSG_PTR 1
23419 _ACEOF
23425 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23426 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23427 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23428 echo $ECHO_N "(cached) $ECHO_C" >&6
23429 else
23430 cat >conftest.$ac_ext <<_ACEOF
23431 /* confdefs.h. */
23432 _ACEOF
23433 cat confdefs.h >>conftest.$ac_ext
23434 cat >>conftest.$ac_ext <<_ACEOF
23435 /* end confdefs.h. */
23436 #ifdef HAVE_SYS_TYPES_H
23437 #include <sys/types.h>
23438 #endif
23439 #ifdef HAVE_ALIAS_H
23440 #include <alias.h>
23441 #endif
23442 #ifdef HAVE_SYS_SOCKET_H
23443 #include <sys/socket.h>
23444 #endif
23445 #ifdef HAVE_SYS_SOCKETVAR_H
23446 #include <sys/socketvar.h>
23447 #endif
23448 #ifdef HAVE_SYS_TIMEOUT_H
23449 #include <sys/timeout.h>
23450 #endif
23451 #ifdef HAVE_NETINET_IN_H
23452 #include <netinet/in.h>
23453 #endif
23454 #ifdef HAVE_NETINET_IN_SYSTM_H
23455 #include <netinet/in_systm.h>
23456 #endif
23457 #ifdef HAVE_NETINET_IP_H
23458 #include <netinet/ip.h>
23459 #endif
23460 #ifdef HAVE_NETINET_IP_VAR_H
23461 #include <netinet/ip_var.h>
23462 #endif
23463 #ifdef HAVE_NETINET_IP_ICMP_H
23464 #include <netinet/ip_icmp.h>
23465 #endif
23466 #ifdef HAVE_NETINET_ICMP_VAR
23467 #include <netinet/icmp_var.h>
23468 #endif
23471 main ()
23473 static struct icmpstat ac_aggr;
23474 if (ac_aggr.icps_outhist)
23475 return 0;
23477 return 0;
23479 _ACEOF
23480 rm -f conftest.$ac_objext
23481 if { (ac_try="$ac_compile"
23482 case "(($ac_try" in
23483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23484 *) ac_try_echo=$ac_try;;
23485 esac
23486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23487 (eval "$ac_compile") 2>conftest.er1
23488 ac_status=$?
23489 grep -v '^ *+' conftest.er1 >conftest.err
23490 rm -f conftest.er1
23491 cat conftest.err >&5
23492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493 (exit $ac_status); } && {
23494 test -z "$ac_c_werror_flag" ||
23495 test ! -s conftest.err
23496 } && test -s conftest.$ac_objext; then
23497 ac_cv_member_struct_icmpstat_icps_outhist=yes
23498 else
23499 echo "$as_me: failed program was:" >&5
23500 sed 's/^/| /' conftest.$ac_ext >&5
23502 cat >conftest.$ac_ext <<_ACEOF
23503 /* confdefs.h. */
23504 _ACEOF
23505 cat confdefs.h >>conftest.$ac_ext
23506 cat >>conftest.$ac_ext <<_ACEOF
23507 /* end confdefs.h. */
23508 #ifdef HAVE_SYS_TYPES_H
23509 #include <sys/types.h>
23510 #endif
23511 #ifdef HAVE_ALIAS_H
23512 #include <alias.h>
23513 #endif
23514 #ifdef HAVE_SYS_SOCKET_H
23515 #include <sys/socket.h>
23516 #endif
23517 #ifdef HAVE_SYS_SOCKETVAR_H
23518 #include <sys/socketvar.h>
23519 #endif
23520 #ifdef HAVE_SYS_TIMEOUT_H
23521 #include <sys/timeout.h>
23522 #endif
23523 #ifdef HAVE_NETINET_IN_H
23524 #include <netinet/in.h>
23525 #endif
23526 #ifdef HAVE_NETINET_IN_SYSTM_H
23527 #include <netinet/in_systm.h>
23528 #endif
23529 #ifdef HAVE_NETINET_IP_H
23530 #include <netinet/ip.h>
23531 #endif
23532 #ifdef HAVE_NETINET_IP_VAR_H
23533 #include <netinet/ip_var.h>
23534 #endif
23535 #ifdef HAVE_NETINET_IP_ICMP_H
23536 #include <netinet/ip_icmp.h>
23537 #endif
23538 #ifdef HAVE_NETINET_ICMP_VAR
23539 #include <netinet/icmp_var.h>
23540 #endif
23543 main ()
23545 static struct icmpstat ac_aggr;
23546 if (sizeof ac_aggr.icps_outhist)
23547 return 0;
23549 return 0;
23551 _ACEOF
23552 rm -f conftest.$ac_objext
23553 if { (ac_try="$ac_compile"
23554 case "(($ac_try" in
23555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23556 *) ac_try_echo=$ac_try;;
23557 esac
23558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23559 (eval "$ac_compile") 2>conftest.er1
23560 ac_status=$?
23561 grep -v '^ *+' conftest.er1 >conftest.err
23562 rm -f conftest.er1
23563 cat conftest.err >&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); } && {
23566 test -z "$ac_c_werror_flag" ||
23567 test ! -s conftest.err
23568 } && test -s conftest.$ac_objext; then
23569 ac_cv_member_struct_icmpstat_icps_outhist=yes
23570 else
23571 echo "$as_me: failed program was:" >&5
23572 sed 's/^/| /' conftest.$ac_ext >&5
23574 ac_cv_member_struct_icmpstat_icps_outhist=no
23577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23582 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23583 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23584 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23586 cat >>confdefs.h <<_ACEOF
23587 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23588 _ACEOF
23594 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23595 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23596 if test "${ac_cv_have_timezone+set}" = set; then
23597 echo $ECHO_N "(cached) $ECHO_C" >&6
23598 else
23599 cat >conftest.$ac_ext <<_ACEOF
23600 /* confdefs.h. */
23601 _ACEOF
23602 cat confdefs.h >>conftest.$ac_ext
23603 cat >>conftest.$ac_ext <<_ACEOF
23604 /* end confdefs.h. */
23605 #include <time.h>
23607 main ()
23609 timezone = 1
23611 return 0;
23613 _ACEOF
23614 rm -f conftest.$ac_objext conftest$ac_exeext
23615 if { (ac_try="$ac_link"
23616 case "(($ac_try" in
23617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23618 *) ac_try_echo=$ac_try;;
23619 esac
23620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23621 (eval "$ac_link") 2>conftest.er1
23622 ac_status=$?
23623 grep -v '^ *+' conftest.er1 >conftest.err
23624 rm -f conftest.er1
23625 cat conftest.err >&5
23626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23627 (exit $ac_status); } && {
23628 test -z "$ac_c_werror_flag" ||
23629 test ! -s conftest.err
23630 } && test -s conftest$ac_exeext &&
23631 $as_test_x conftest$ac_exeext; then
23632 ac_cv_have_timezone="yes"
23633 else
23634 echo "$as_me: failed program was:" >&5
23635 sed 's/^/| /' conftest.$ac_ext >&5
23637 ac_cv_have_timezone="no"
23640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23641 conftest$ac_exeext conftest.$ac_ext
23643 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23644 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23645 if test "$ac_cv_have_timezone" = "yes"
23646 then
23648 cat >>confdefs.h <<\_ACEOF
23649 #define HAVE_TIMEZONE 1
23650 _ACEOF
23653 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23654 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23655 if test "${ac_cv_have_daylight+set}" = set; then
23656 echo $ECHO_N "(cached) $ECHO_C" >&6
23657 else
23658 cat >conftest.$ac_ext <<_ACEOF
23659 /* confdefs.h. */
23660 _ACEOF
23661 cat confdefs.h >>conftest.$ac_ext
23662 cat >>conftest.$ac_ext <<_ACEOF
23663 /* end confdefs.h. */
23664 #include <time.h>
23666 main ()
23668 daylight = 1
23670 return 0;
23672 _ACEOF
23673 rm -f conftest.$ac_objext conftest$ac_exeext
23674 if { (ac_try="$ac_link"
23675 case "(($ac_try" in
23676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23677 *) ac_try_echo=$ac_try;;
23678 esac
23679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23680 (eval "$ac_link") 2>conftest.er1
23681 ac_status=$?
23682 grep -v '^ *+' conftest.er1 >conftest.err
23683 rm -f conftest.er1
23684 cat conftest.err >&5
23685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23686 (exit $ac_status); } && {
23687 test -z "$ac_c_werror_flag" ||
23688 test ! -s conftest.err
23689 } && test -s conftest$ac_exeext &&
23690 $as_test_x conftest$ac_exeext; then
23691 ac_cv_have_daylight="yes"
23692 else
23693 echo "$as_me: failed program was:" >&5
23694 sed 's/^/| /' conftest.$ac_ext >&5
23696 ac_cv_have_daylight="no"
23699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23700 conftest$ac_exeext conftest.$ac_ext
23702 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23703 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23704 if test "$ac_cv_have_daylight" = "yes"
23705 then
23707 cat >>confdefs.h <<\_ACEOF
23708 #define HAVE_DAYLIGHT 1
23709 _ACEOF
23713 { echo "$as_me:$LINENO: checking for isinf" >&5
23714 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23715 if test "${ac_cv_have_isinf+set}" = set; then
23716 echo $ECHO_N "(cached) $ECHO_C" >&6
23717 else
23718 cat >conftest.$ac_ext <<_ACEOF
23719 /* confdefs.h. */
23720 _ACEOF
23721 cat confdefs.h >>conftest.$ac_ext
23722 cat >>conftest.$ac_ext <<_ACEOF
23723 /* end confdefs.h. */
23724 #include <math.h>
23726 main ()
23728 float f = 0.0; int i=isinf(f)
23730 return 0;
23732 _ACEOF
23733 rm -f conftest.$ac_objext conftest$ac_exeext
23734 if { (ac_try="$ac_link"
23735 case "(($ac_try" in
23736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23737 *) ac_try_echo=$ac_try;;
23738 esac
23739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23740 (eval "$ac_link") 2>conftest.er1
23741 ac_status=$?
23742 grep -v '^ *+' conftest.er1 >conftest.err
23743 rm -f conftest.er1
23744 cat conftest.err >&5
23745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23746 (exit $ac_status); } && {
23747 test -z "$ac_c_werror_flag" ||
23748 test ! -s conftest.err
23749 } && test -s conftest$ac_exeext &&
23750 $as_test_x conftest$ac_exeext; then
23751 ac_cv_have_isinf="yes"
23752 else
23753 echo "$as_me: failed program was:" >&5
23754 sed 's/^/| /' conftest.$ac_ext >&5
23756 ac_cv_have_isinf="no"
23759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23760 conftest$ac_exeext conftest.$ac_ext
23762 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23763 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23764 if test "$ac_cv_have_isinf" = "yes"
23765 then
23767 cat >>confdefs.h <<\_ACEOF
23768 #define HAVE_ISINF 1
23769 _ACEOF
23773 { echo "$as_me:$LINENO: checking for isnan" >&5
23774 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23775 if test "${ac_cv_have_isnan+set}" = set; then
23776 echo $ECHO_N "(cached) $ECHO_C" >&6
23777 else
23778 cat >conftest.$ac_ext <<_ACEOF
23779 /* confdefs.h. */
23780 _ACEOF
23781 cat confdefs.h >>conftest.$ac_ext
23782 cat >>conftest.$ac_ext <<_ACEOF
23783 /* end confdefs.h. */
23784 #include <math.h>
23786 main ()
23788 float f = 0.0; int i=isnan(f)
23790 return 0;
23792 _ACEOF
23793 rm -f conftest.$ac_objext conftest$ac_exeext
23794 if { (ac_try="$ac_link"
23795 case "(($ac_try" in
23796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23797 *) ac_try_echo=$ac_try;;
23798 esac
23799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23800 (eval "$ac_link") 2>conftest.er1
23801 ac_status=$?
23802 grep -v '^ *+' conftest.er1 >conftest.err
23803 rm -f conftest.er1
23804 cat conftest.err >&5
23805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23806 (exit $ac_status); } && {
23807 test -z "$ac_c_werror_flag" ||
23808 test ! -s conftest.err
23809 } && test -s conftest$ac_exeext &&
23810 $as_test_x conftest$ac_exeext; then
23811 ac_cv_have_isnan="yes"
23812 else
23813 echo "$as_me: failed program was:" >&5
23814 sed 's/^/| /' conftest.$ac_ext >&5
23816 ac_cv_have_isnan="no"
23819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23820 conftest$ac_exeext conftest.$ac_ext
23822 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23823 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23824 if test "$ac_cv_have_isnan" = "yes"
23825 then
23827 cat >>confdefs.h <<\_ACEOF
23828 #define HAVE_ISNAN 1
23829 _ACEOF
23834 case $host_cpu in
23835 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23836 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23837 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23838 echo $ECHO_N "(cached) $ECHO_C" >&6
23839 else
23840 cat >conftest.$ac_ext <<_ACEOF
23841 /* confdefs.h. */
23842 _ACEOF
23843 cat confdefs.h >>conftest.$ac_ext
23844 cat >>conftest.$ac_ext <<_ACEOF
23845 /* end confdefs.h. */
23846 #ifndef __i386__
23848 #endif
23849 _ACEOF
23850 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23851 $EGREP "yes" >/dev/null 2>&1; then
23852 ac_cv_cpp_def___i386__=yes
23853 else
23854 ac_cv_cpp_def___i386__=no
23856 rm -f conftest*
23859 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23860 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23861 if test $ac_cv_cpp_def___i386__ = yes; then
23862 CFLAGS="$CFLAGS -D__i386__"
23863 LINTFLAGS="$LINTFLAGS -D__i386__"
23866 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23867 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23868 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23869 echo $ECHO_N "(cached) $ECHO_C" >&6
23870 else
23871 cat >conftest.$ac_ext <<_ACEOF
23872 /* confdefs.h. */
23873 _ACEOF
23874 cat confdefs.h >>conftest.$ac_ext
23875 cat >>conftest.$ac_ext <<_ACEOF
23876 /* end confdefs.h. */
23877 #ifndef __x86_64__
23879 #endif
23880 _ACEOF
23881 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23882 $EGREP "yes" >/dev/null 2>&1; then
23883 ac_cv_cpp_def___x86_64__=yes
23884 else
23885 ac_cv_cpp_def___x86_64__=no
23887 rm -f conftest*
23890 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23891 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23892 if test $ac_cv_cpp_def___x86_64__ = yes; then
23893 CFLAGS="$CFLAGS -D__x86_64__"
23894 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23897 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23898 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23899 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23900 echo $ECHO_N "(cached) $ECHO_C" >&6
23901 else
23902 cat >conftest.$ac_ext <<_ACEOF
23903 /* confdefs.h. */
23904 _ACEOF
23905 cat confdefs.h >>conftest.$ac_ext
23906 cat >>conftest.$ac_ext <<_ACEOF
23907 /* end confdefs.h. */
23908 #ifndef __ALPHA__
23910 #endif
23911 _ACEOF
23912 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23913 $EGREP "yes" >/dev/null 2>&1; then
23914 ac_cv_cpp_def___ALPHA__=yes
23915 else
23916 ac_cv_cpp_def___ALPHA__=no
23918 rm -f conftest*
23921 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23922 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23923 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23924 CFLAGS="$CFLAGS -D__ALPHA__"
23925 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23928 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23929 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23930 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23931 echo $ECHO_N "(cached) $ECHO_C" >&6
23932 else
23933 cat >conftest.$ac_ext <<_ACEOF
23934 /* confdefs.h. */
23935 _ACEOF
23936 cat confdefs.h >>conftest.$ac_ext
23937 cat >>conftest.$ac_ext <<_ACEOF
23938 /* end confdefs.h. */
23939 #ifndef __sparc__
23941 #endif
23942 _ACEOF
23943 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23944 $EGREP "yes" >/dev/null 2>&1; then
23945 ac_cv_cpp_def___sparc__=yes
23946 else
23947 ac_cv_cpp_def___sparc__=no
23949 rm -f conftest*
23952 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23953 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23954 if test $ac_cv_cpp_def___sparc__ = yes; then
23955 CFLAGS="$CFLAGS -D__sparc__"
23956 LINTFLAGS="$LINTFLAGS -D__sparc__"
23959 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23960 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23961 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23962 echo $ECHO_N "(cached) $ECHO_C" >&6
23963 else
23964 cat >conftest.$ac_ext <<_ACEOF
23965 /* confdefs.h. */
23966 _ACEOF
23967 cat confdefs.h >>conftest.$ac_ext
23968 cat >>conftest.$ac_ext <<_ACEOF
23969 /* end confdefs.h. */
23970 #ifndef __powerpc__
23972 #endif
23973 _ACEOF
23974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23975 $EGREP "yes" >/dev/null 2>&1; then
23976 ac_cv_cpp_def___powerpc__=yes
23977 else
23978 ac_cv_cpp_def___powerpc__=no
23980 rm -f conftest*
23983 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23984 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23985 if test $ac_cv_cpp_def___powerpc__ = yes; then
23986 CFLAGS="$CFLAGS -D__powerpc__"
23987 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23990 esac
23992 case $host_vendor in
23993 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23994 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23995 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23996 echo $ECHO_N "(cached) $ECHO_C" >&6
23997 else
23998 cat >conftest.$ac_ext <<_ACEOF
23999 /* confdefs.h. */
24000 _ACEOF
24001 cat confdefs.h >>conftest.$ac_ext
24002 cat >>conftest.$ac_ext <<_ACEOF
24003 /* end confdefs.h. */
24004 #ifndef __sun__
24006 #endif
24007 _ACEOF
24008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24009 $EGREP "yes" >/dev/null 2>&1; then
24010 ac_cv_cpp_def___sun__=yes
24011 else
24012 ac_cv_cpp_def___sun__=no
24014 rm -f conftest*
24017 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24018 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
24019 if test $ac_cv_cpp_def___sun__ = yes; then
24020 CFLAGS="$CFLAGS -D__sun__"
24021 LINTFLAGS="$LINTFLAGS -D__sun__"
24024 esac
24027 DEPENDENCIES="### Dependencies:
24029 .INIT: Makefile
24030 .BEGIN: Makefile
24031 .MAKEFILEDEPS:
24032 Makefile: dummy
24033 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24035 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24036 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24037 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24038 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24039 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24042 ALL_MAKERULES=""
24044 ALL_MAKEFILES=""
24046 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24049 ALL_TOP_DIRS=""
24051 ALL_DLL_DIRS=""
24053 ALL_IMPLIB_DIRS=""
24055 ALL_TEST_DIRS=""
24057 ALL_PROGRAM_DIRS=""
24059 ALL_PROGRAM_INSTALL_DIRS=""
24061 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24067 ac_config_commands="$ac_config_commands include/stamp-h"
24070 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24072 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24074 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24076 ac_config_commands="$ac_config_commands dlls/user32/resources"
24078 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24080 ac_config_commands="$ac_config_commands include/wine"
24083 ALL_MAKERULES="$ALL_MAKERULES \\
24084 Make.rules"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 Make.rules: Make.rules.in"
24087 MAKE_RULES=Make.rules
24088 ac_config_files="$ac_config_files Make.rules"
24090 ALL_MAKERULES="$ALL_MAKERULES \\
24091 dlls/Makedll.rules"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24094 MAKE_DLL_RULES=dlls/Makedll.rules
24095 ac_config_files="$ac_config_files dlls/Makedll.rules"
24097 ALL_MAKERULES="$ALL_MAKERULES \\
24098 dlls/Makeimplib.rules"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24101 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24102 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24104 ALL_MAKERULES="$ALL_MAKERULES \\
24105 dlls/Maketest.rules"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24108 MAKE_TEST_RULES=dlls/Maketest.rules
24109 ac_config_files="$ac_config_files dlls/Maketest.rules"
24111 ALL_MAKERULES="$ALL_MAKERULES \\
24112 programs/Makeprog.rules"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24115 MAKE_PROG_RULES=programs/Makeprog.rules
24116 ac_config_files="$ac_config_files programs/Makeprog.rules"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 Makefile: Makefile.in Make.rules"
24123 ac_config_files="$ac_config_files Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/Makefile"
24127 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24128 dlls"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/Makefile: dlls/Makefile.in Make.rules"
24131 ac_config_files="$ac_config_files dlls/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/acledit/Makefile"
24135 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24136 acledit"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24139 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/aclui/Makefile"
24143 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24144 aclui"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24147 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/activeds/Makefile"
24151 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 activeds"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/actxprxy/Makefile"
24159 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24160 actxprxy"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24163 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/adsiid/Makefile"
24167 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24168 adsiid"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24171 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/advapi32/Makefile"
24175 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 advapi32"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24179 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/advapi32/tests/Makefile"
24183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24184 advapi32/tests"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24187 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/advpack/Makefile"
24191 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 advpack"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24195 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/advpack/tests/Makefile"
24199 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24200 advpack/tests"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24203 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/amstream/Makefile"
24207 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24208 amstream"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24211 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/amstream/tests/Makefile"
24215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24216 amstream/tests"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24219 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/appwiz.cpl/Makefile"
24223 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24224 appwiz.cpl"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24227 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/atl/Makefile"
24231 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 atl"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24235 ac_config_files="$ac_config_files dlls/atl/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/authz/Makefile"
24239 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24240 authz"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24243 ac_config_files="$ac_config_files dlls/authz/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/avicap32/Makefile"
24247 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 avicap32"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/avifil32/Makefile"
24255 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24256 avifil32"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24259 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/avifile.dll16/Makefile"
24263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24264 avifile.dll16"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24267 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/bcrypt/Makefile"
24271 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24272 bcrypt"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24275 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/browseui/Makefile"
24279 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24280 browseui"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24283 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/browseui/tests/Makefile"
24287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24288 browseui/tests"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24291 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/cabinet/Makefile"
24295 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 cabinet"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/cabinet/tests/Makefile"
24303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24304 cabinet/tests"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24307 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/capi2032/Makefile"
24311 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 capi2032"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/cards/Makefile"
24319 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 cards"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/cards/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/cfgmgr32/Makefile"
24327 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 cfgmgr32"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/clusapi/Makefile"
24335 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 clusapi"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/comcat/Makefile"
24343 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 comcat"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/comcat/tests/Makefile"
24351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24352 comcat/tests"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24355 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/comctl32/Makefile"
24359 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 comctl32"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/comctl32/tests/Makefile"
24367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24368 comctl32/tests"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24371 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/comdlg32/Makefile"
24375 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 comdlg32"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/comdlg32/tests/Makefile"
24383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24384 comdlg32/tests"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24387 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/comm.drv16/Makefile"
24391 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 comm.drv16"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/compobj.dll16/Makefile"
24399 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 compobj.dll16"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/compstui/Makefile"
24407 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 compstui"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/credui/Makefile"
24415 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 credui"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/credui/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/credui/tests/Makefile"
24423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24424 credui/tests"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24427 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/crtdll/Makefile"
24431 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 crtdll"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/crypt32/Makefile"
24439 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 crypt32"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/crypt32/tests/Makefile"
24447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24448 crypt32/tests"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24451 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/cryptdlg/Makefile"
24455 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 cryptdlg"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/cryptdll/Makefile"
24463 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 cryptdll"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/cryptnet/Makefile"
24471 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 cryptnet"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/cryptnet/tests/Makefile"
24479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24480 cryptnet/tests"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24483 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/cryptui/Makefile"
24487 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 cryptui"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/cryptui/tests/Makefile"
24495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24496 cryptui/tests"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24499 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/ctapi32/Makefile"
24503 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 ctapi32"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/ctl3d.dll16/Makefile"
24511 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 ctl3d.dll16"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/ctl3d32/Makefile"
24519 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 ctl3d32"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/ctl3dv2.dll16/Makefile"
24527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 ctl3dv2.dll16"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/d3d10/Makefile"
24535 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 d3d10"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/d3d10/tests/Makefile"
24543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24544 d3d10/tests"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24547 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/d3d10core/Makefile"
24551 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 d3d10core"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/d3d10core/tests/Makefile"
24559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24560 d3d10core/tests"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24563 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/d3d8/Makefile"
24567 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 d3d8"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/d3d8/tests/Makefile"
24575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24576 d3d8/tests"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24579 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/d3d9/Makefile"
24583 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 d3d9"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/d3d9/tests/Makefile"
24591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24592 d3d9/tests"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24595 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/d3dim/Makefile"
24599 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 d3dim"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/d3drm/Makefile"
24607 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 d3drm"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/d3drm/tests/Makefile"
24615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 d3drm/tests"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24619 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/d3dx9_24/Makefile"
24623 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 d3dx9_24"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/d3dx9_25/Makefile"
24631 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 d3dx9_25"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/d3dx9_26/Makefile"
24639 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 d3dx9_26"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/d3dx9_27/Makefile"
24647 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 d3dx9_27"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/d3dx9_28/Makefile"
24655 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 d3dx9_28"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/d3dx9_29/Makefile"
24663 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 d3dx9_29"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/d3dx9_30/Makefile"
24671 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 d3dx9_30"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/d3dx9_31/Makefile"
24679 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 d3dx9_31"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/d3dx9_32/Makefile"
24687 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 d3dx9_32"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/d3dx9_33/Makefile"
24695 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 d3dx9_33"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/d3dx9_34/Makefile"
24703 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 d3dx9_34"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/d3dx9_35/Makefile"
24711 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 d3dx9_35"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/d3dx9_36/Makefile"
24719 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 d3dx9_36"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/d3dx9_36/tests/Makefile"
24727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24728 d3dx9_36/tests"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24731 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/d3dx9_37/Makefile"
24735 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 d3dx9_37"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/d3dx9_38/Makefile"
24743 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 d3dx9_38"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/d3dx9_39/Makefile"
24751 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 d3dx9_39"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/d3dx9_40/Makefile"
24759 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 d3dx9_40"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/d3dx9_41/Makefile"
24767 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 d3dx9_41"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24771 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/d3dx9_42/Makefile"
24775 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 d3dx9_42"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/d3dxof/Makefile"
24783 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 d3dxof"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24787 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/d3dxof/tests/Makefile"
24791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24792 d3dxof/tests"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24795 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/dbghelp/Makefile"
24799 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 dbghelp"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/dciman32/Makefile"
24807 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 dciman32"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/ddeml.dll16/Makefile"
24815 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 ddeml.dll16"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/ddraw/Makefile"
24823 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 ddraw"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/ddraw/tests/Makefile"
24831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24832 ddraw/tests"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24835 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/ddrawex/Makefile"
24839 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 ddrawex"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/ddrawex/tests/Makefile"
24847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24848 ddrawex/tests"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24851 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/devenum/Makefile"
24855 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 devenum"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/dinput/Makefile"
24863 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 dinput"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/dinput/tests/Makefile"
24871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24872 dinput/tests"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24875 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/dinput8/Makefile"
24879 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 dinput8"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/dispdib.dll16/Makefile"
24887 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 dispdib.dll16"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/display.drv16/Makefile"
24895 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 display.drv16"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/dmband/Makefile"
24903 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 dmband"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/dmcompos/Makefile"
24911 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 dmcompos"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/dmime/Makefile"
24919 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 dmime"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/dmloader/Makefile"
24927 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 dmloader"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/dmscript/Makefile"
24935 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 dmscript"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/dmstyle/Makefile"
24943 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 dmstyle"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/dmsynth/Makefile"
24951 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 dmsynth"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/dmusic/Makefile"
24959 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 dmusic"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/dmusic32/Makefile"
24967 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 dmusic32"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/dnsapi/Makefile"
24975 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 dnsapi"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/dnsapi/tests/Makefile"
24983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24984 dnsapi/tests"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24987 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/dplay/Makefile"
24991 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 dplay"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/dplayx/Makefile"
24999 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 dplayx"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/dplayx/tests/Makefile"
25007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25008 dplayx/tests"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25011 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/dpnaddr/Makefile"
25015 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 dpnaddr"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/dpnet/Makefile"
25023 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 dpnet"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/dpnhpast/Makefile"
25031 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 dpnhpast"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/dpnlobby/Makefile"
25039 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 dpnlobby"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/dpwsockx/Makefile"
25047 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 dpwsockx"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/drmclien/Makefile"
25055 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 drmclien"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/dsound/Makefile"
25063 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 dsound"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/dsound/tests/Makefile"
25071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25072 dsound/tests"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25075 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/dssenh/Makefile"
25079 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 dssenh"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/dswave/Makefile"
25087 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 dswave"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/dwmapi/Makefile"
25095 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 dwmapi"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/dxdiagn/Makefile"
25103 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 dxdiagn"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/dxerr8/Makefile"
25111 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25112 dxerr8"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25115 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/dxerr9/Makefile"
25119 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25120 dxerr9"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25123 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/dxgi/Makefile"
25127 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 dxgi"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/dxgi/tests/Makefile"
25135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25136 dxgi/tests"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25139 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/dxguid/Makefile"
25143 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25144 dxguid"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25147 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/faultrep/Makefile"
25151 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 faultrep"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/fltlib/Makefile"
25159 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 fltlib"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/fusion/Makefile"
25167 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 fusion"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/fusion/tests/Makefile"
25175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25176 fusion/tests"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25179 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/gdi32/Makefile"
25183 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 gdi32"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/gdi32/tests/Makefile"
25191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25192 gdi32/tests"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25195 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/gdiplus/Makefile"
25199 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 gdiplus"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/gdiplus/tests/Makefile"
25207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25208 gdiplus/tests"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25211 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/glu32/Makefile"
25215 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 glu32"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/gphoto2.ds/Makefile"
25223 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 gphoto2.ds"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/gpkcsp/Makefile"
25231 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 gpkcsp"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/hal/Makefile"
25239 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 hal"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/hal/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/hhctrl.ocx/Makefile"
25247 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 hhctrl.ocx"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/hid/Makefile"
25255 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 hid"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/hid/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/hlink/Makefile"
25263 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 hlink"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/hlink/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 hlink/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/hnetcfg/Makefile"
25279 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 hnetcfg"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/httpapi/Makefile"
25287 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 httpapi"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/iccvid/Makefile"
25295 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 iccvid"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/icmp/Makefile"
25303 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 icmp"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/ifsmgr.vxd/Makefile"
25311 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 ifsmgr.vxd"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/imaadp32.acm/Makefile"
25319 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 imaadp32.acm"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/imagehlp/Makefile"
25327 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 imagehlp"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/imm.dll16/Makefile"
25335 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 imm.dll16"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/imm32/Makefile"
25343 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 imm32"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/imm32/tests/Makefile"
25351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25352 imm32/tests"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25355 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/inetcomm/Makefile"
25359 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 inetcomm"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/inetcomm/tests/Makefile"
25367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25368 inetcomm/tests"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25371 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/inetmib1/Makefile"
25375 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 inetmib1"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/inetmib1/tests/Makefile"
25383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25384 inetmib1/tests"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25387 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/infosoft/Makefile"
25391 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 infosoft"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/infosoft/tests/Makefile"
25399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25400 infosoft/tests"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25403 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/initpki/Makefile"
25407 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 initpki"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/inkobj/Makefile"
25415 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 inkobj"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/inseng/Makefile"
25423 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 inseng"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/iphlpapi/Makefile"
25431 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 iphlpapi"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/iphlpapi/tests/Makefile"
25439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25440 iphlpapi/tests"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25443 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/itircl/Makefile"
25447 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 itircl"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/itss/Makefile"
25455 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 itss"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/itss/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/itss/tests/Makefile"
25463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25464 itss/tests"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25467 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/jscript/Makefile"
25471 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 jscript"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/jscript/tests/Makefile"
25479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25480 jscript/tests"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25483 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/kernel32/Makefile"
25487 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 kernel32"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/kernel32/tests/Makefile"
25495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25496 kernel32/tests"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25499 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/keyboard.drv16/Makefile"
25503 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 keyboard.drv16"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/loadperf/Makefile"
25511 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 loadperf"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/localspl/Makefile"
25519 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 localspl"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/localspl/tests/Makefile"
25527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25528 localspl/tests"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25531 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/localui/Makefile"
25535 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 localui"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/localui/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/localui/tests/Makefile"
25543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25544 localui/tests"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25547 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/lz32/Makefile"
25551 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 lz32"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/lz32/tests/Makefile"
25559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25560 lz32/tests"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25563 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/lzexpand.dll16/Makefile"
25567 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 lzexpand.dll16"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/mapi32/Makefile"
25575 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 mapi32"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/mapi32/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 mapi32/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/mciavi32/Makefile"
25591 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 mciavi32"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/mcicda/Makefile"
25599 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 mcicda"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/mciqtz32/Makefile"
25607 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 mciqtz32"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/mciseq/Makefile"
25615 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 mciseq"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/mciwave/Makefile"
25623 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 mciwave"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/midimap/Makefile"
25631 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 midimap"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/mlang/Makefile"
25639 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 mlang"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/mlang/tests/Makefile"
25647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25648 mlang/tests"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25651 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/mmdevldr.vxd/Makefile"
25655 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 mmdevldr.vxd"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/monodebg.vxd/Makefile"
25663 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 monodebg.vxd"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/mountmgr.sys/Makefile"
25671 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 mountmgr.sys"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/mouse.drv16/Makefile"
25679 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 mouse.drv16"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/mpr/Makefile"
25687 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 mpr"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/mprapi/Makefile"
25695 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 mprapi"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/msacm.dll16/Makefile"
25703 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 msacm.dll16"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/msacm32.drv/Makefile"
25711 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 msacm32.drv"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/msacm32/Makefile"
25719 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 msacm32"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/msacm32/tests/Makefile"
25727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25728 msacm32/tests"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25731 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/msadp32.acm/Makefile"
25735 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 msadp32.acm"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/mscat32/Makefile"
25743 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 mscat32"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/mscms/Makefile"
25751 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 mscms"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/mscms/tests/Makefile"
25759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25760 mscms/tests"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25763 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/mscoree/Makefile"
25767 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 mscoree"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/msctf/Makefile"
25775 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 msctf"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/msctf/tests/Makefile"
25783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25784 msctf/tests"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25787 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/msdaps/Makefile"
25791 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 msdaps"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/msdmo/Makefile"
25799 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 msdmo"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/msftedit/Makefile"
25807 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 msftedit"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/msg711.acm/Makefile"
25815 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 msg711.acm"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/msgsm32.acm/Makefile"
25823 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 msgsm32.acm"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/mshtml.tlb/Makefile"
25831 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 mshtml.tlb"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/mshtml/Makefile"
25839 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 mshtml"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/mshtml/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 mshtml/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/msi/Makefile"
25855 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 msi"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/msi/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/msi/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 msi/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/msimg32/Makefile"
25871 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 msimg32"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/msimtf/Makefile"
25879 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 msimtf"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/msisip/Makefile"
25887 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 msisip"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/msisys.ocx/Makefile"
25895 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 msisys.ocx"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/msnet32/Makefile"
25903 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 msnet32"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/msrle32/Makefile"
25911 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 msrle32"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/mssign32/Makefile"
25919 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 mssign32"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/mssip32/Makefile"
25927 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 mssip32"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/mstask/Makefile"
25935 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 mstask"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/mstask/tests/Makefile"
25943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25944 mstask/tests"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25947 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/msvcirt/Makefile"
25951 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 msvcirt"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/msvcr71/Makefile"
25959 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 msvcr71"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/msvcrt/Makefile"
25967 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 msvcrt"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/msvcrt/tests/Makefile"
25975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25976 msvcrt/tests"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25979 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/msvcrt20/Makefile"
25983 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 msvcrt20"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/msvcrt40/Makefile"
25991 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 msvcrt40"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/msvcrtd/Makefile"
25999 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 msvcrtd"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/msvcrtd/tests/Makefile"
26007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26008 msvcrtd/tests"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26011 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/msvfw32/Makefile"
26015 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 msvfw32"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/msvfw32/tests/Makefile"
26023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26024 msvfw32/tests"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26027 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/msvidc32/Makefile"
26031 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 msvidc32"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/msvideo.dll16/Makefile"
26039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 msvideo.dll16"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/mswsock/Makefile"
26047 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 mswsock"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/msxml3/Makefile"
26055 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 msxml3"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/msxml3/tests/Makefile"
26063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26064 msxml3/tests"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26067 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/nddeapi/Makefile"
26071 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 nddeapi"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/netapi32/Makefile"
26079 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 netapi32"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/netapi32/tests/Makefile"
26087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26088 netapi32/tests"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26091 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/newdev/Makefile"
26095 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 newdev"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/ntdll/Makefile"
26103 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 ntdll"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/ntdll/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 ntdll/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/ntdsapi/Makefile"
26119 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 ntdsapi"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/ntdsapi/tests/Makefile"
26127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26128 ntdsapi/tests"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26131 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/ntoskrnl.exe/Makefile"
26135 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 ntoskrnl.exe"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/ntprint/Makefile"
26143 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 ntprint"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/ntprint/tests/Makefile"
26151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26152 ntprint/tests"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26155 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/objsel/Makefile"
26159 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 objsel"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/odbc32/Makefile"
26167 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 odbc32"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/odbccp32/Makefile"
26175 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 odbccp32"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/odbccp32/tests/Makefile"
26183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26184 odbccp32/tests"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26187 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/ole2.dll16/Makefile"
26191 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 ole2.dll16"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/ole2conv.dll16/Makefile"
26199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 ole2conv.dll16"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/ole2disp.dll16/Makefile"
26207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 ole2disp.dll16"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/ole2nls.dll16/Makefile"
26215 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 ole2nls.dll16"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/ole2prox.dll16/Makefile"
26223 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 ole2prox.dll16"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/ole2thk.dll16/Makefile"
26231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 ole2thk.dll16"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/ole32/Makefile"
26239 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 ole32"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/ole32/tests/Makefile"
26247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26248 ole32/tests"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26251 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/oleacc/Makefile"
26255 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 oleacc"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/oleacc/tests/Makefile"
26263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26264 oleacc/tests"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26267 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/oleaut32/Makefile"
26271 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 oleaut32"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/oleaut32/tests/Makefile"
26279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26280 oleaut32/tests"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26283 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/olecli.dll16/Makefile"
26287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 olecli.dll16"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/olecli32/Makefile"
26295 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 olecli32"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/oledb32/Makefile"
26303 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 oledb32"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/oledb32/tests/Makefile"
26311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26312 oledb32/tests"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26315 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/oledlg/Makefile"
26319 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 oledlg"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/olepro32/Makefile"
26327 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 olepro32"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/olesvr.dll16/Makefile"
26335 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 olesvr.dll16"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/olesvr32/Makefile"
26343 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 olesvr32"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/olethk32/Makefile"
26351 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 olethk32"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/openal32/Makefile"
26359 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 openal32"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/opengl32/Makefile"
26367 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 opengl32"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/opengl32/tests/Makefile"
26375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26376 opengl32/tests"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26379 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/pdh/Makefile"
26383 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 pdh"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/pdh/tests/Makefile"
26391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26392 pdh/tests"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26395 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/pidgen/Makefile"
26399 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 pidgen"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/powrprof/Makefile"
26407 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 powrprof"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/printui/Makefile"
26415 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 printui"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/printui/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/propsys/Makefile"
26423 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 propsys"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/psapi/Makefile"
26431 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 psapi"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/psapi/tests/Makefile"
26439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26440 psapi/tests"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26443 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/pstorec/Makefile"
26447 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 pstorec"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/qcap/Makefile"
26455 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 qcap"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/qedit/Makefile"
26463 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 qedit"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/qedit/tests/Makefile"
26471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26472 qedit/tests"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26475 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/qmgr/Makefile"
26479 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 qmgr"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/qmgr/tests/Makefile"
26487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26488 qmgr/tests"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26491 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/qmgrprxy/Makefile"
26495 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 qmgrprxy"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/quartz/Makefile"
26503 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 quartz"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/quartz/tests/Makefile"
26511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26512 quartz/tests"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26515 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/query/Makefile"
26519 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 query"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/query/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/rasapi16.dll16/Makefile"
26527 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 rasapi16.dll16"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/rasapi32/Makefile"
26535 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 rasapi32"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/rasapi32/tests/Makefile"
26543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26544 rasapi32/tests"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26547 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/rasdlg/Makefile"
26551 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 rasdlg"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/resutils/Makefile"
26559 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 resutils"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/riched20/Makefile"
26567 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 riched20"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/riched20/tests/Makefile"
26575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26576 riched20/tests"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26579 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/riched32/Makefile"
26583 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 riched32"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/riched32/tests/Makefile"
26591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26592 riched32/tests"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26595 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/rpcrt4/Makefile"
26599 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 rpcrt4"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/rpcrt4/tests/Makefile"
26607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26608 rpcrt4/tests"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26611 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/rsabase/Makefile"
26615 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26616 rsabase"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26619 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/rsaenh/Makefile"
26623 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 rsaenh"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/rsaenh/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 rsaenh/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/rtutils/Makefile"
26639 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 rtutils"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/sane.ds/Makefile"
26647 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 sane.ds"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/sccbase/Makefile"
26655 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 sccbase"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/schannel/Makefile"
26663 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 schannel"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/schannel/tests/Makefile"
26671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26672 schannel/tests"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26675 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/secur32/Makefile"
26679 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 secur32"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/secur32/tests/Makefile"
26687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26688 secur32/tests"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26691 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/security/Makefile"
26695 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 security"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/security/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/sensapi/Makefile"
26703 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 sensapi"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/serialui/Makefile"
26711 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 serialui"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/serialui/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 serialui/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/setupapi/Makefile"
26727 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 setupapi"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/setupapi/tests/Makefile"
26735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26736 setupapi/tests"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26739 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/setupx.dll16/Makefile"
26743 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 setupx.dll16"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/sfc/Makefile"
26751 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 sfc"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/sfc_os/Makefile"
26759 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 sfc_os"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/shdoclc/Makefile"
26767 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 shdoclc"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/shdocvw/Makefile"
26775 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 shdocvw"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/shdocvw/tests/Makefile"
26783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26784 shdocvw/tests"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26787 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/shell.dll16/Makefile"
26791 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 shell.dll16"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/shell32/Makefile"
26799 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 shell32"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/shell32/tests/Makefile"
26807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26808 shell32/tests"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26811 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/shfolder/Makefile"
26815 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 shfolder"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/shlwapi/Makefile"
26823 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26824 shlwapi"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26827 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/shlwapi/tests/Makefile"
26831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26832 shlwapi/tests"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26835 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/slbcsp/Makefile"
26839 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26840 slbcsp"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26843 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/slc/Makefile"
26847 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 slc"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/slc/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/snmpapi/Makefile"
26855 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26856 snmpapi"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26859 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/snmpapi/tests/Makefile"
26863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26864 snmpapi/tests"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26867 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/softpub/Makefile"
26871 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 softpub"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/sound.drv16/Makefile"
26879 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26880 sound.drv16"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26883 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/spoolss/Makefile"
26887 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26888 spoolss"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26891 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/spoolss/tests/Makefile"
26895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26896 spoolss/tests"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26899 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/stdole2.tlb/Makefile"
26903 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 stdole2.tlb"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/stdole32.tlb/Makefile"
26911 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26912 stdole32.tlb"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26915 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/sti/Makefile"
26919 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 sti"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/sti/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/sti/tests/Makefile"
26927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26928 sti/tests"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
26931 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/storage.dll16/Makefile"
26935 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26936 storage.dll16"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26939 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/stress.dll16/Makefile"
26943 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 stress.dll16"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/strmiids/Makefile"
26951 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26952 strmiids"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26955 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/svrapi/Makefile"
26959 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26960 svrapi"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26963 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/sxs/Makefile"
26967 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26968 sxs"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26971 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/system.drv16/Makefile"
26975 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26976 system.drv16"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
26979 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/t2embed/Makefile"
26983 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 t2embed"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/tapi32/Makefile"
26991 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26992 tapi32"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26995 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/toolhelp.dll16/Makefile"
26999 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 toolhelp.dll16"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/traffic/Makefile"
27007 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 traffic"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/twain.dll16/Makefile"
27015 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 twain.dll16"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/twain_32/Makefile"
27023 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27024 twain_32"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27027 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/twain_32/tests/Makefile"
27031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27032 twain_32/tests"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27035 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 dlls/typelib.dll16/Makefile"
27039 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27040 typelib.dll16"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27043 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 dlls/unicows/Makefile"
27047 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27048 unicows"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27051 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 dlls/updspapi/Makefile"
27055 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27056 updspapi"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27059 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 dlls/url/Makefile"
27063 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27064 url"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27067 ac_config_files="$ac_config_files dlls/url/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 dlls/urlmon/Makefile"
27071 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27072 urlmon"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27075 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 dlls/urlmon/tests/Makefile"
27079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27080 urlmon/tests"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27083 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 dlls/user32/Makefile"
27087 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27088 user32"
27089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27090 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27091 ac_config_files="$ac_config_files dlls/user32/Makefile"
27093 ALL_MAKEFILES="$ALL_MAKEFILES \\
27094 dlls/user32/tests/Makefile"
27095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27096 user32/tests"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27099 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 dlls/userenv/Makefile"
27103 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27104 userenv"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27107 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 dlls/userenv/tests/Makefile"
27111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27112 userenv/tests"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27115 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 dlls/usp10/Makefile"
27119 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27120 usp10"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27123 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 dlls/usp10/tests/Makefile"
27127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27128 usp10/tests"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27131 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 dlls/uuid/Makefile"
27135 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27136 uuid"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27139 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 dlls/uxtheme/Makefile"
27143 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27144 uxtheme"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27147 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 dlls/uxtheme/tests/Makefile"
27151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27152 uxtheme/tests"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27155 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 dlls/vdhcp.vxd/Makefile"
27159 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27160 vdhcp.vxd"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27163 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166 dlls/vdmdbg/Makefile"
27167 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27168 vdmdbg"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27171 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 dlls/ver.dll16/Makefile"
27175 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27176 ver.dll16"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27179 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 dlls/version/Makefile"
27183 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27184 version"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27187 ac_config_files="$ac_config_files dlls/version/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 dlls/version/tests/Makefile"
27191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27192 version/tests"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27195 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 dlls/vmm.vxd/Makefile"
27199 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27200 vmm.vxd"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27203 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 dlls/vnbt.vxd/Makefile"
27207 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27208 vnbt.vxd"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27211 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214 dlls/vnetbios.vxd/Makefile"
27215 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27216 vnetbios.vxd"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27219 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 dlls/vtdapi.vxd/Makefile"
27223 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27224 vtdapi.vxd"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27227 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 dlls/vwin32.vxd/Makefile"
27231 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27232 vwin32.vxd"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27235 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 dlls/w32skrnl/Makefile"
27239 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27240 w32skrnl"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27243 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 dlls/w32sys.dll16/Makefile"
27247 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27248 w32sys.dll16"
27249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27250 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27251 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27253 ALL_MAKEFILES="$ALL_MAKEFILES \\
27254 dlls/wbemprox/Makefile"
27255 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27256 wbemprox"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27259 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 dlls/win32s16.dll16/Makefile"
27263 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27264 win32s16.dll16"
27265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27266 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27267 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27269 ALL_MAKEFILES="$ALL_MAKEFILES \\
27270 dlls/win87em.dll16/Makefile"
27271 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27272 win87em.dll16"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27275 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 dlls/winaspi.dll16/Makefile"
27279 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27280 winaspi.dll16"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27283 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 dlls/windebug.dll16/Makefile"
27287 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27288 windebug.dll16"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27291 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 dlls/windowscodecs/Makefile"
27295 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27296 windowscodecs"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27299 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302 dlls/windowscodecs/tests/Makefile"
27303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27304 windowscodecs/tests"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27307 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 dlls/winealsa.drv/Makefile"
27311 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27312 winealsa.drv"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27315 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 dlls/wineaudioio.drv/Makefile"
27319 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27320 wineaudioio.drv"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27323 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 dlls/winecoreaudio.drv/Makefile"
27327 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27328 winecoreaudio.drv"
27329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27330 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27331 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27333 ALL_MAKEFILES="$ALL_MAKEFILES \\
27334 dlls/winecrt0/Makefile"
27335 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27336 winecrt0"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27339 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 dlls/wined3d/Makefile"
27343 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27344 wined3d"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27347 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 dlls/winedos/Makefile"
27351 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27352 winedos"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27355 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 dlls/wineesd.drv/Makefile"
27359 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27360 wineesd.drv"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27363 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 dlls/winejack.drv/Makefile"
27367 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27368 winejack.drv"
27369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27370 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27371 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27373 ALL_MAKEFILES="$ALL_MAKEFILES \\
27374 dlls/winejoystick.drv/Makefile"
27375 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27376 winejoystick.drv"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27379 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 dlls/winemp3.acm/Makefile"
27383 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27384 winemp3.acm"
27385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27386 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27387 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27389 ALL_MAKEFILES="$ALL_MAKEFILES \\
27390 dlls/winenas.drv/Makefile"
27391 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27392 winenas.drv"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27395 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 dlls/wineoss.drv/Makefile"
27399 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27400 wineoss.drv"
27401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27402 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27403 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27405 ALL_MAKEFILES="$ALL_MAKEFILES \\
27406 dlls/wineps.drv/Makefile"
27407 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27408 wineps.drv"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27411 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 dlls/wineps16.drv16/Makefile"
27415 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27416 wineps16.drv16"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27419 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 dlls/winepulse.drv/Makefile"
27423 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27424 winepulse.drv"
27425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27426 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27427 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27429 ALL_MAKEFILES="$ALL_MAKEFILES \\
27430 dlls/winequartz.drv/Makefile"
27431 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27432 winequartz.drv"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27435 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438 dlls/winex11.drv/Makefile"
27439 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27440 winex11.drv"
27441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27442 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27443 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27445 ALL_MAKEFILES="$ALL_MAKEFILES \\
27446 dlls/wing.dll16/Makefile"
27447 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27448 wing.dll16"
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27451 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454 dlls/wing32/Makefile"
27455 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27456 wing32"
27457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27458 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27459 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27461 ALL_MAKEFILES="$ALL_MAKEFILES \\
27462 dlls/winhttp/Makefile"
27463 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27464 winhttp"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27467 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 dlls/winhttp/tests/Makefile"
27471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27472 winhttp/tests"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27475 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 dlls/wininet/Makefile"
27479 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27480 wininet"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27483 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 dlls/wininet/tests/Makefile"
27487 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27488 wininet/tests"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27491 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494 dlls/winmm/Makefile"
27495 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27496 winmm"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27499 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502 dlls/winmm/tests/Makefile"
27503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27504 winmm/tests"
27505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27506 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27507 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27509 ALL_MAKEFILES="$ALL_MAKEFILES \\
27510 dlls/winnls.dll16/Makefile"
27511 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27512 winnls.dll16"
27513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27514 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27515 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27517 ALL_MAKEFILES="$ALL_MAKEFILES \\
27518 dlls/winnls32/Makefile"
27519 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27520 winnls32"
27521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27522 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27523 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27525 ALL_MAKEFILES="$ALL_MAKEFILES \\
27526 dlls/winscard/Makefile"
27527 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27528 winscard"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27531 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 dlls/winsock.dll16/Makefile"
27535 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27536 winsock.dll16"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27539 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542 dlls/winspool.drv/Makefile"
27543 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27544 winspool.drv"
27545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27546 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27547 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27549 ALL_MAKEFILES="$ALL_MAKEFILES \\
27550 dlls/winspool.drv/tests/Makefile"
27551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27552 winspool.drv/tests"
27553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27554 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27555 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27557 ALL_MAKEFILES="$ALL_MAKEFILES \\
27558 dlls/wintab.dll16/Makefile"
27559 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27560 wintab.dll16"
27561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27562 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27563 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27565 ALL_MAKEFILES="$ALL_MAKEFILES \\
27566 dlls/wintab32/Makefile"
27567 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27568 wintab32"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27571 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 dlls/wintab32/tests/Makefile"
27575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27576 wintab32/tests"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27579 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582 dlls/wintrust/Makefile"
27583 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27584 wintrust"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27587 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27589 ALL_MAKEFILES="$ALL_MAKEFILES \\
27590 dlls/wintrust/tests/Makefile"
27591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27592 wintrust/tests"
27593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27594 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27595 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27597 ALL_MAKEFILES="$ALL_MAKEFILES \\
27598 dlls/wldap32/Makefile"
27599 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27600 wldap32"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27603 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 dlls/wldap32/tests/Makefile"
27607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27608 wldap32/tests"
27609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27610 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27611 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27613 ALL_MAKEFILES="$ALL_MAKEFILES \\
27614 dlls/wmi/Makefile"
27615 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27616 wmi"
27617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27618 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27619 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27621 ALL_MAKEFILES="$ALL_MAKEFILES \\
27622 dlls/wmiutils/Makefile"
27623 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27624 wmiutils"
27625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27626 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27627 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27629 ALL_MAKEFILES="$ALL_MAKEFILES \\
27630 dlls/wnaspi32/Makefile"
27631 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27632 wnaspi32"
27633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27634 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27635 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27637 ALL_MAKEFILES="$ALL_MAKEFILES \\
27638 dlls/wow32/Makefile"
27639 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27640 wow32"
27641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27642 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27643 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27645 ALL_MAKEFILES="$ALL_MAKEFILES \\
27646 dlls/ws2_32/Makefile"
27647 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27648 ws2_32"
27649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27650 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27651 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27653 ALL_MAKEFILES="$ALL_MAKEFILES \\
27654 dlls/ws2_32/tests/Makefile"
27655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27656 ws2_32/tests"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27659 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662 dlls/wsock32/Makefile"
27663 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27664 wsock32"
27665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27666 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27667 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27669 ALL_MAKEFILES="$ALL_MAKEFILES \\
27670 dlls/wtsapi32/Makefile"
27671 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27672 wtsapi32"
27673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27674 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27675 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27677 ALL_MAKEFILES="$ALL_MAKEFILES \\
27678 dlls/wuapi/Makefile"
27679 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27680 wuapi"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27683 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686 dlls/xinput1_1/Makefile"
27687 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27688 xinput1_1"
27689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27690 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27691 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27693 ALL_MAKEFILES="$ALL_MAKEFILES \\
27694 dlls/xinput1_2/Makefile"
27695 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27696 xinput1_2"
27697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27698 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27699 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27701 ALL_MAKEFILES="$ALL_MAKEFILES \\
27702 dlls/xinput1_3/Makefile"
27703 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27704 xinput1_3"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27707 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710 dlls/xinput1_3/tests/Makefile"
27711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27712 xinput1_3/tests"
27713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27714 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27715 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27717 ALL_MAKEFILES="$ALL_MAKEFILES \\
27718 dlls/xinput9_1_0/Makefile"
27719 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27720 xinput9_1_0"
27721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27722 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27723 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27725 ALL_MAKEFILES="$ALL_MAKEFILES \\
27726 dlls/xmllite/Makefile"
27727 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27728 xmllite"
27729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27730 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27731 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27733 ALL_MAKEFILES="$ALL_MAKEFILES \\
27734 documentation/Makefile"
27735 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27736 documentation"
27737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27738 documentation/Makefile: documentation/Makefile.in Make.rules"
27739 ac_config_files="$ac_config_files documentation/Makefile"
27741 ALL_MAKEFILES="$ALL_MAKEFILES \\
27742 fonts/Makefile"
27743 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27744 fonts"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 fonts/Makefile: fonts/Makefile.in Make.rules"
27747 ac_config_files="$ac_config_files fonts/Makefile"
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750 include/Makefile"
27751 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27752 include"
27753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27754 include/Makefile: include/Makefile.in Make.rules"
27755 ac_config_files="$ac_config_files include/Makefile"
27757 ALL_MAKEFILES="$ALL_MAKEFILES \\
27758 libs/Makefile"
27759 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27760 libs"
27761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27762 libs/Makefile: libs/Makefile.in Make.rules"
27763 ac_config_files="$ac_config_files libs/Makefile"
27765 ALL_MAKEFILES="$ALL_MAKEFILES \\
27766 libs/port/Makefile"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27770 ac_config_files="$ac_config_files libs/port/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 libs/wine/Makefile"
27775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27776 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27777 ac_config_files="$ac_config_files libs/wine/Makefile"
27779 ALL_MAKEFILES="$ALL_MAKEFILES \\
27780 libs/wpp/Makefile"
27782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27783 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27784 ac_config_files="$ac_config_files libs/wpp/Makefile"
27786 ALL_MAKEFILES="$ALL_MAKEFILES \\
27787 loader/Makefile"
27788 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27789 loader"
27790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27791 loader/Makefile: loader/Makefile.in Make.rules"
27792 ac_config_files="$ac_config_files loader/Makefile"
27794 ALL_MAKEFILES="$ALL_MAKEFILES \\
27795 programs/Makefile"
27796 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27797 programs"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 programs/Makefile: programs/Makefile.in Make.rules"
27800 ac_config_files="$ac_config_files programs/Makefile"
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803 programs/cacls/Makefile"
27804 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27805 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27806 cacls"
27807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27808 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27809 ac_config_files="$ac_config_files programs/cacls/Makefile"
27811 ALL_MAKEFILES="$ALL_MAKEFILES \\
27812 programs/clock/Makefile"
27813 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27814 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27815 clock"
27816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27817 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27818 ac_config_files="$ac_config_files programs/clock/Makefile"
27820 ALL_MAKEFILES="$ALL_MAKEFILES \\
27821 programs/cmd/Makefile"
27822 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27823 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27824 cmd"
27825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27826 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27827 ac_config_files="$ac_config_files programs/cmd/Makefile"
27829 ALL_MAKEFILES="$ALL_MAKEFILES \\
27830 programs/cmdlgtst/Makefile"
27831 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27832 cmdlgtst"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27835 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 programs/control/Makefile"
27839 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27840 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27841 control"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27844 ac_config_files="$ac_config_files programs/control/Makefile"
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847 programs/dxdiag/Makefile"
27848 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27849 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27850 dxdiag"
27851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27852 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27853 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27855 ALL_MAKEFILES="$ALL_MAKEFILES \\
27856 programs/eject/Makefile"
27857 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27858 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27859 eject"
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27862 ac_config_files="$ac_config_files programs/eject/Makefile"
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865 programs/expand/Makefile"
27866 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27867 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27868 expand"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/expand/Makefile"
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874 programs/explorer/Makefile"
27875 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877 explorer"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/explorer/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/hh/Makefile"
27884 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/hh/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 programs/icinfo/Makefile"
27893 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895 icinfo"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 programs/iexplore/Makefile"
27902 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904 iexplore"
27905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27906 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27907 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27909 ALL_MAKEFILES="$ALL_MAKEFILES \\
27910 programs/lodctr/Makefile"
27911 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27912 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27913 lodctr"
27914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27915 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27916 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27918 ALL_MAKEFILES="$ALL_MAKEFILES \\
27919 programs/msiexec/Makefile"
27920 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27921 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27922 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27923 msiexec"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 programs/net/Makefile"
27930 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932 net"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/net/Makefile"
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938 programs/notepad/Makefile"
27939 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27942 notepad"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/notepad/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/oleview/Makefile"
27949 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 oleview"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/oleview/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/progman/Makefile"
27958 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 progman"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/progman/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/reg/Makefile"
27967 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 reg"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/reg/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/regedit/Makefile"
27976 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27979 regedit"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/regedit/Makefile"
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985 programs/regsvr32/Makefile"
27986 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27989 regsvr32"
27990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27991 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27992 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27994 ALL_MAKEFILES="$ALL_MAKEFILES \\
27995 programs/rpcss/Makefile"
27996 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27997 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27998 rpcss"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28001 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004 programs/rundll32/Makefile"
28005 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28006 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28007 rundll32"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28010 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013 programs/secedit/Makefile"
28014 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28015 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28016 secedit"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/secedit/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/services/Makefile"
28023 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 services"
28026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28027 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28028 ac_config_files="$ac_config_files programs/services/Makefile"
28030 ALL_MAKEFILES="$ALL_MAKEFILES \\
28031 programs/spoolsv/Makefile"
28032 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28033 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28034 spoolsv"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28037 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040 programs/start/Makefile"
28041 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28042 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28043 start"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/start/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 programs/svchost/Makefile"
28050 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052 svchost"
28053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28054 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28055 ac_config_files="$ac_config_files programs/svchost/Makefile"
28057 ALL_MAKEFILES="$ALL_MAKEFILES \\
28058 programs/taskmgr/Makefile"
28059 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28060 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28061 taskmgr"
28062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28063 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28064 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28066 ALL_MAKEFILES="$ALL_MAKEFILES \\
28067 programs/termsv/Makefile"
28068 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28069 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28070 termsv"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28073 ac_config_files="$ac_config_files programs/termsv/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 programs/uninstaller/Makefile"
28077 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28078 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28079 uninstaller"
28080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28081 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28082 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28084 ALL_MAKEFILES="$ALL_MAKEFILES \\
28085 programs/unlodctr/Makefile"
28086 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28087 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28088 unlodctr"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/view/Makefile"
28095 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 view"
28097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28098 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28099 ac_config_files="$ac_config_files programs/view/Makefile"
28101 ALL_MAKEFILES="$ALL_MAKEFILES \\
28102 programs/wineboot/Makefile"
28103 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28104 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28105 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28106 wineboot"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112 programs/winebrowser/Makefile"
28113 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115 winebrowser"
28116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28117 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28118 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28120 ALL_MAKEFILES="$ALL_MAKEFILES \\
28121 programs/winecfg/Makefile"
28122 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28123 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28124 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28125 winecfg"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131 programs/wineconsole/Makefile"
28132 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28135 wineconsole"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141 programs/winedbg/Makefile"
28142 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28144 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28145 winedbg"
28146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28147 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28148 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28150 ALL_MAKEFILES="$ALL_MAKEFILES \\
28151 programs/winedevice/Makefile"
28152 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28153 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28154 winedevice"
28155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28156 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28157 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28159 ALL_MAKEFILES="$ALL_MAKEFILES \\
28160 programs/winefile/Makefile"
28161 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28162 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28163 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28164 winefile"
28165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28166 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28167 ac_config_files="$ac_config_files programs/winefile/Makefile"
28169 ALL_MAKEFILES="$ALL_MAKEFILES \\
28170 programs/winemenubuilder/Makefile"
28171 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28172 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28173 winemenubuilder"
28174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28175 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28176 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28178 ALL_MAKEFILES="$ALL_MAKEFILES \\
28179 programs/winemine/Makefile"
28180 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28181 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28182 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28183 winemine"
28184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28185 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28186 ac_config_files="$ac_config_files programs/winemine/Makefile"
28188 ALL_MAKEFILES="$ALL_MAKEFILES \\
28189 programs/winepath/Makefile"
28190 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28191 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28192 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28193 winepath"
28194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28195 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28196 ac_config_files="$ac_config_files programs/winepath/Makefile"
28198 ALL_MAKEFILES="$ALL_MAKEFILES \\
28199 programs/winetest/Makefile"
28200 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28201 winetest"
28202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28203 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28204 ac_config_files="$ac_config_files programs/winetest/Makefile"
28206 ALL_MAKEFILES="$ALL_MAKEFILES \\
28207 programs/winevdm/Makefile"
28208 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28209 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28210 winevdm"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28213 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 programs/winhelp.exe16/Makefile"
28217 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28218 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28219 winhelp.exe16"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/winhlp32/Makefile"
28226 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 winhlp32"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 programs/winoldap.mod16/Makefile"
28235 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237 winoldap.mod16"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/winver/Makefile"
28244 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 winver"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/winver/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/wordpad/Makefile"
28253 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28255 wordpad"
28256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28257 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28258 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28260 ALL_MAKEFILES="$ALL_MAKEFILES \\
28261 programs/write/Makefile"
28262 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28263 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28264 write"
28265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28266 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28267 ac_config_files="$ac_config_files programs/write/Makefile"
28269 ALL_MAKEFILES="$ALL_MAKEFILES \\
28270 programs/xcopy/Makefile"
28271 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28272 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28273 xcopy"
28274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28275 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28276 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28278 ALL_MAKEFILES="$ALL_MAKEFILES \\
28279 server/Makefile"
28280 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28281 server"
28282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28283 server/Makefile: server/Makefile.in Make.rules"
28284 ac_config_files="$ac_config_files server/Makefile"
28286 ALL_MAKEFILES="$ALL_MAKEFILES \\
28287 tools/Makefile"
28288 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28289 tools"
28290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28291 tools/Makefile: tools/Makefile.in Make.rules"
28292 ac_config_files="$ac_config_files tools/Makefile"
28294 ALL_MAKEFILES="$ALL_MAKEFILES \\
28295 tools/widl/Makefile"
28297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28298 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28299 ac_config_files="$ac_config_files tools/widl/Makefile"
28301 ALL_MAKEFILES="$ALL_MAKEFILES \\
28302 tools/winebuild/Makefile"
28304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28305 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28306 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28308 ALL_MAKEFILES="$ALL_MAKEFILES \\
28309 tools/winedump/Makefile"
28311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28312 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28313 ac_config_files="$ac_config_files tools/winedump/Makefile"
28315 ALL_MAKEFILES="$ALL_MAKEFILES \\
28316 tools/winegcc/Makefile"
28318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28319 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28320 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28322 ALL_MAKEFILES="$ALL_MAKEFILES \\
28323 tools/wmc/Makefile"
28325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28326 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28327 ac_config_files="$ac_config_files tools/wmc/Makefile"
28329 ALL_MAKEFILES="$ALL_MAKEFILES \\
28330 tools/wrc/Makefile"
28332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28333 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28334 ac_config_files="$ac_config_files tools/wrc/Makefile"
28338 ALL_WINETEST_DEPENDS="# Test binaries"
28340 for dir in $ALL_TEST_DIRS
28342 if test "$dir" != "\\"
28343 then
28344 testname=`expr $dir : '\(.*\)/tests'`_test
28345 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28347 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28348 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28349 $testname.rc:
28350 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28351 $testname.res: $testname.rc $testname.exe"
28353 done
28355 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28357 cat >confcache <<\_ACEOF
28358 # This file is a shell script that caches the results of configure
28359 # tests run on this system so they can be shared between configure
28360 # scripts and configure runs, see configure's option --config-cache.
28361 # It is not useful on other systems. If it contains results you don't
28362 # want to keep, you may remove or edit it.
28364 # config.status only pays attention to the cache file if you give it
28365 # the --recheck option to rerun configure.
28367 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28368 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28369 # following values.
28371 _ACEOF
28373 # The following way of writing the cache mishandles newlines in values,
28374 # but we know of no workaround that is simple, portable, and efficient.
28375 # So, we kill variables containing newlines.
28376 # Ultrix sh set writes to stderr and can't be redirected directly,
28377 # and sets the high bit in the cache file unless we assign to the vars.
28379 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28380 eval ac_val=\$$ac_var
28381 case $ac_val in #(
28382 *${as_nl}*)
28383 case $ac_var in #(
28384 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28385 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28386 esac
28387 case $ac_var in #(
28388 _ | IFS | as_nl) ;; #(
28389 *) $as_unset $ac_var ;;
28390 esac ;;
28391 esac
28392 done
28394 (set) 2>&1 |
28395 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28396 *${as_nl}ac_space=\ *)
28397 # `set' does not quote correctly, so add quotes (double-quote
28398 # substitution turns \\\\ into \\, and sed turns \\ into \).
28399 sed -n \
28400 "s/'/'\\\\''/g;
28401 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28402 ;; #(
28404 # `set' quotes correctly as required by POSIX, so do not add quotes.
28405 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28407 esac |
28408 sort
28410 sed '
28411 /^ac_cv_env_/b end
28412 t clear
28413 :clear
28414 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28415 t end
28416 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28417 :end' >>confcache
28418 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28419 if test -w "$cache_file"; then
28420 test "x$cache_file" != "x/dev/null" &&
28421 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28422 echo "$as_me: updating cache $cache_file" >&6;}
28423 cat confcache >$cache_file
28424 else
28425 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28426 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28429 rm -f confcache
28431 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28432 # Let make expand exec_prefix.
28433 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28435 DEFS=-DHAVE_CONFIG_H
28437 ac_libobjs=
28438 ac_ltlibobjs=
28439 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28440 # 1. Remove the extension, and $U if already installed.
28441 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28442 ac_i=`echo "$ac_i" | sed "$ac_script"`
28443 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28444 # will be set to the directory where LIBOBJS objects are built.
28445 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28446 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28447 done
28448 LIBOBJS=$ac_libobjs
28450 LTLIBOBJS=$ac_ltlibobjs
28454 : ${CONFIG_STATUS=./config.status}
28455 ac_clean_files_save=$ac_clean_files
28456 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28457 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28458 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28459 cat >$CONFIG_STATUS <<_ACEOF
28460 #! $SHELL
28461 # Generated by $as_me.
28462 # Run this file to recreate the current configuration.
28463 # Compiler output produced by configure, useful for debugging
28464 # configure, is in config.log if it exists.
28466 debug=false
28467 ac_cs_recheck=false
28468 ac_cs_silent=false
28469 SHELL=\${CONFIG_SHELL-$SHELL}
28470 _ACEOF
28472 cat >>$CONFIG_STATUS <<\_ACEOF
28473 ## --------------------- ##
28474 ## M4sh Initialization. ##
28475 ## --------------------- ##
28477 # Be more Bourne compatible
28478 DUALCASE=1; export DUALCASE # for MKS sh
28479 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28480 emulate sh
28481 NULLCMD=:
28482 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28483 # is contrary to our usage. Disable this feature.
28484 alias -g '${1+"$@"}'='"$@"'
28485 setopt NO_GLOB_SUBST
28486 else
28487 case `(set -o) 2>/dev/null` in
28488 *posix*) set -o posix ;;
28489 esac
28496 # PATH needs CR
28497 # Avoid depending upon Character Ranges.
28498 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28499 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28500 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28501 as_cr_digits='0123456789'
28502 as_cr_alnum=$as_cr_Letters$as_cr_digits
28504 # The user is always right.
28505 if test "${PATH_SEPARATOR+set}" != set; then
28506 echo "#! /bin/sh" >conf$$.sh
28507 echo "exit 0" >>conf$$.sh
28508 chmod +x conf$$.sh
28509 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28510 PATH_SEPARATOR=';'
28511 else
28512 PATH_SEPARATOR=:
28514 rm -f conf$$.sh
28517 # Support unset when possible.
28518 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28519 as_unset=unset
28520 else
28521 as_unset=false
28525 # IFS
28526 # We need space, tab and new line, in precisely that order. Quoting is
28527 # there to prevent editors from complaining about space-tab.
28528 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28529 # splitting by setting IFS to empty value.)
28530 as_nl='
28532 IFS=" "" $as_nl"
28534 # Find who we are. Look in the path if we contain no directory separator.
28535 case $0 in
28536 *[\\/]* ) as_myself=$0 ;;
28537 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28538 for as_dir in $PATH
28540 IFS=$as_save_IFS
28541 test -z "$as_dir" && as_dir=.
28542 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28543 done
28544 IFS=$as_save_IFS
28547 esac
28548 # We did not find ourselves, most probably we were run as `sh COMMAND'
28549 # in which case we are not to be found in the path.
28550 if test "x$as_myself" = x; then
28551 as_myself=$0
28553 if test ! -f "$as_myself"; then
28554 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28555 { (exit 1); exit 1; }
28558 # Work around bugs in pre-3.0 UWIN ksh.
28559 for as_var in ENV MAIL MAILPATH
28560 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28561 done
28562 PS1='$ '
28563 PS2='> '
28564 PS4='+ '
28566 # NLS nuisances.
28567 for as_var in \
28568 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28569 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28570 LC_TELEPHONE LC_TIME
28572 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28573 eval $as_var=C; export $as_var
28574 else
28575 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28577 done
28579 # Required to use basename.
28580 if expr a : '\(a\)' >/dev/null 2>&1 &&
28581 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28582 as_expr=expr
28583 else
28584 as_expr=false
28587 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28588 as_basename=basename
28589 else
28590 as_basename=false
28594 # Name of the executable.
28595 as_me=`$as_basename -- "$0" ||
28596 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28597 X"$0" : 'X\(//\)$' \| \
28598 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28599 echo X/"$0" |
28600 sed '/^.*\/\([^/][^/]*\)\/*$/{
28601 s//\1/
28604 /^X\/\(\/\/\)$/{
28605 s//\1/
28608 /^X\/\(\/\).*/{
28609 s//\1/
28612 s/.*/./; q'`
28614 # CDPATH.
28615 $as_unset CDPATH
28619 as_lineno_1=$LINENO
28620 as_lineno_2=$LINENO
28621 test "x$as_lineno_1" != "x$as_lineno_2" &&
28622 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28624 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28625 # uniformly replaced by the line number. The first 'sed' inserts a
28626 # line-number line after each line using $LINENO; the second 'sed'
28627 # does the real work. The second script uses 'N' to pair each
28628 # line-number line with the line containing $LINENO, and appends
28629 # trailing '-' during substitution so that $LINENO is not a special
28630 # case at line end.
28631 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28632 # scripts with optimization help from Paolo Bonzini. Blame Lee
28633 # E. McMahon (1931-1989) for sed's syntax. :-)
28634 sed -n '
28636 /[$]LINENO/=
28637 ' <$as_myself |
28638 sed '
28639 s/[$]LINENO.*/&-/
28640 t lineno
28642 :lineno
28644 :loop
28645 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28646 t loop
28647 s/-\n.*//
28648 ' >$as_me.lineno &&
28649 chmod +x "$as_me.lineno" ||
28650 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28651 { (exit 1); exit 1; }; }
28653 # Don't try to exec as it changes $[0], causing all sort of problems
28654 # (the dirname of $[0] is not the place where we might find the
28655 # original and so on. Autoconf is especially sensitive to this).
28656 . "./$as_me.lineno"
28657 # Exit status is that of the last command.
28658 exit
28662 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28663 as_dirname=dirname
28664 else
28665 as_dirname=false
28668 ECHO_C= ECHO_N= ECHO_T=
28669 case `echo -n x` in
28670 -n*)
28671 case `echo 'x\c'` in
28672 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28673 *) ECHO_C='\c';;
28674 esac;;
28676 ECHO_N='-n';;
28677 esac
28679 if expr a : '\(a\)' >/dev/null 2>&1 &&
28680 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28681 as_expr=expr
28682 else
28683 as_expr=false
28686 rm -f conf$$ conf$$.exe conf$$.file
28687 if test -d conf$$.dir; then
28688 rm -f conf$$.dir/conf$$.file
28689 else
28690 rm -f conf$$.dir
28691 mkdir conf$$.dir
28693 echo >conf$$.file
28694 if ln -s conf$$.file conf$$ 2>/dev/null; then
28695 as_ln_s='ln -s'
28696 # ... but there are two gotchas:
28697 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28698 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28699 # In both cases, we have to default to `cp -p'.
28700 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28701 as_ln_s='cp -p'
28702 elif ln conf$$.file conf$$ 2>/dev/null; then
28703 as_ln_s=ln
28704 else
28705 as_ln_s='cp -p'
28707 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28708 rmdir conf$$.dir 2>/dev/null
28710 if mkdir -p . 2>/dev/null; then
28711 as_mkdir_p=:
28712 else
28713 test -d ./-p && rmdir ./-p
28714 as_mkdir_p=false
28717 if test -x / >/dev/null 2>&1; then
28718 as_test_x='test -x'
28719 else
28720 if ls -dL / >/dev/null 2>&1; then
28721 as_ls_L_option=L
28722 else
28723 as_ls_L_option=
28725 as_test_x='
28726 eval sh -c '\''
28727 if test -d "$1"; then
28728 test -d "$1/.";
28729 else
28730 case $1 in
28731 -*)set "./$1";;
28732 esac;
28733 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28734 ???[sx]*):;;*)false;;esac;fi
28735 '\'' sh
28738 as_executable_p=$as_test_x
28740 # Sed expression to map a string onto a valid CPP name.
28741 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28743 # Sed expression to map a string onto a valid variable name.
28744 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28747 exec 6>&1
28749 # Save the log message, to keep $[0] and so on meaningful, and to
28750 # report actual input values of CONFIG_FILES etc. instead of their
28751 # values after options handling.
28752 ac_log="
28753 This file was extended by Wine $as_me 1.1.30, which was
28754 generated by GNU Autoconf 2.61. Invocation command line was
28756 CONFIG_FILES = $CONFIG_FILES
28757 CONFIG_HEADERS = $CONFIG_HEADERS
28758 CONFIG_LINKS = $CONFIG_LINKS
28759 CONFIG_COMMANDS = $CONFIG_COMMANDS
28760 $ $0 $@
28762 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28765 _ACEOF
28767 cat >>$CONFIG_STATUS <<_ACEOF
28768 # Files that config.status was made for.
28769 config_files="$ac_config_files"
28770 config_headers="$ac_config_headers"
28771 config_commands="$ac_config_commands"
28773 _ACEOF
28775 cat >>$CONFIG_STATUS <<\_ACEOF
28776 ac_cs_usage="\
28777 \`$as_me' instantiates files from templates according to the
28778 current configuration.
28780 Usage: $0 [OPTIONS] [FILE]...
28782 -h, --help print this help, then exit
28783 -V, --version print version number and configuration settings, then exit
28784 -q, --quiet do not print progress messages
28785 -d, --debug don't remove temporary files
28786 --recheck update $as_me by reconfiguring in the same conditions
28787 --file=FILE[:TEMPLATE]
28788 instantiate the configuration file FILE
28789 --header=FILE[:TEMPLATE]
28790 instantiate the configuration header FILE
28792 Configuration files:
28793 $config_files
28795 Configuration headers:
28796 $config_headers
28798 Configuration commands:
28799 $config_commands
28801 Report bugs to <bug-autoconf@gnu.org>."
28803 _ACEOF
28804 cat >>$CONFIG_STATUS <<_ACEOF
28805 ac_cs_version="\\
28806 Wine config.status 1.1.30
28807 configured by $0, generated by GNU Autoconf 2.61,
28808 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28810 Copyright (C) 2006 Free Software Foundation, Inc.
28811 This config.status script is free software; the Free Software Foundation
28812 gives unlimited permission to copy, distribute and modify it."
28814 ac_pwd='$ac_pwd'
28815 srcdir='$srcdir'
28816 INSTALL='$INSTALL'
28817 _ACEOF
28819 cat >>$CONFIG_STATUS <<\_ACEOF
28820 # If no file are specified by the user, then we need to provide default
28821 # value. By we need to know if files were specified by the user.
28822 ac_need_defaults=:
28823 while test $# != 0
28825 case $1 in
28826 --*=*)
28827 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28828 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28829 ac_shift=:
28832 ac_option=$1
28833 ac_optarg=$2
28834 ac_shift=shift
28836 esac
28838 case $ac_option in
28839 # Handling of the options.
28840 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28841 ac_cs_recheck=: ;;
28842 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28843 echo "$ac_cs_version"; exit ;;
28844 --debug | --debu | --deb | --de | --d | -d )
28845 debug=: ;;
28846 --file | --fil | --fi | --f )
28847 $ac_shift
28848 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28849 ac_need_defaults=false;;
28850 --header | --heade | --head | --hea )
28851 $ac_shift
28852 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28853 ac_need_defaults=false;;
28854 --he | --h)
28855 # Conflict between --help and --header
28856 { echo "$as_me: error: ambiguous option: $1
28857 Try \`$0 --help' for more information." >&2
28858 { (exit 1); exit 1; }; };;
28859 --help | --hel | -h )
28860 echo "$ac_cs_usage"; exit ;;
28861 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28862 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28863 ac_cs_silent=: ;;
28865 # This is an error.
28866 -*) { echo "$as_me: error: unrecognized option: $1
28867 Try \`$0 --help' for more information." >&2
28868 { (exit 1); exit 1; }; } ;;
28870 *) ac_config_targets="$ac_config_targets $1"
28871 ac_need_defaults=false ;;
28873 esac
28874 shift
28875 done
28877 ac_configure_extra_args=
28879 if $ac_cs_silent; then
28880 exec 6>/dev/null
28881 ac_configure_extra_args="$ac_configure_extra_args --silent"
28884 _ACEOF
28885 cat >>$CONFIG_STATUS <<_ACEOF
28886 if \$ac_cs_recheck; then
28887 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28888 CONFIG_SHELL=$SHELL
28889 export CONFIG_SHELL
28890 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28893 _ACEOF
28894 cat >>$CONFIG_STATUS <<\_ACEOF
28895 exec 5>>config.log
28897 echo
28898 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28899 ## Running $as_me. ##
28900 _ASBOX
28901 echo "$ac_log"
28902 } >&5
28904 _ACEOF
28905 cat >>$CONFIG_STATUS <<_ACEOF
28906 _ACEOF
28908 cat >>$CONFIG_STATUS <<\_ACEOF
28910 # Handling of arguments.
28911 for ac_config_target in $ac_config_targets
28913 case $ac_config_target in
28914 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28915 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28916 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28917 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28918 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28919 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28920 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28921 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28922 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28923 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28924 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28925 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28926 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28927 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28928 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28929 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28930 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28931 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28932 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28933 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28934 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28935 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28936 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28937 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28938 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28939 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28940 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28941 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28942 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28943 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28944 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28945 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28946 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28947 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28948 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28949 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28950 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28951 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28952 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28953 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28954 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28955 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28956 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28957 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28958 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28959 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28960 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28961 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28962 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28963 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28964 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28965 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28966 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28967 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28968 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28969 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28970 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28971 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28972 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28973 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28974 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28975 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28976 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28977 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28978 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28979 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28980 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28981 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28982 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28983 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28984 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28985 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28986 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28987 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28988 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28989 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28990 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28991 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28992 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28993 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28994 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28995 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28996 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28997 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28998 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28999 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29000 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29001 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29002 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29003 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29004 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29005 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29006 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29007 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29008 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29009 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
29010 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29011 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29012 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29013 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29014 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29015 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29016 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29017 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29018 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29019 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29020 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29021 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29022 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29023 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29024 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29025 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29026 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29027 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29028 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29029 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29030 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29031 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29032 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29033 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29034 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29035 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29036 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29037 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29038 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29039 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29040 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29041 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29042 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29043 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29044 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29045 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29046 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29047 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29048 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29049 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29050 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29051 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29052 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29053 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29054 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29055 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29056 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29057 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29058 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29059 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29060 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29061 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29062 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29063 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29064 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29065 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29066 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29067 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29068 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29069 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29070 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29071 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29072 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29073 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29074 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29075 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29076 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29077 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29078 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29079 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29080 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29081 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29082 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29083 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29084 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29085 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29086 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29087 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29088 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29089 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29090 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29091 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29092 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29093 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29094 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29095 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29096 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29097 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29098 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29099 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29100 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29101 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29102 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29103 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29104 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29105 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29106 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29107 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29108 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29109 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29110 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29111 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29112 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29113 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29114 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29115 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29116 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29117 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29118 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29119 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29120 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29121 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29122 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29123 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29124 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29125 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29126 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29127 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29128 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29129 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29130 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29131 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29132 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29133 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29134 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29135 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29136 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29137 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29138 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29139 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29140 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29141 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29142 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29143 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29144 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29145 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29146 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29147 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29148 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29149 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29150 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29151 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29152 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29153 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29154 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29155 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29156 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29157 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29158 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29159 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29160 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29161 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29162 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29163 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29164 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29165 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29166 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29167 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29168 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29169 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29170 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29171 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29172 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29173 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29174 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29175 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29176 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29177 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29178 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29179 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29180 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29181 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29182 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29183 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29184 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29185 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29186 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29187 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29188 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29189 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29190 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29191 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29192 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29193 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29194 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29195 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29196 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29197 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29198 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29199 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29200 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29201 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29202 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29203 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29204 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29205 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29206 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29207 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29208 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29209 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29210 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29211 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29212 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29213 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29214 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29215 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29216 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29217 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29218 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29219 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29220 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29221 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29222 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29223 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29224 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29225 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29226 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29227 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29228 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29229 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29230 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29231 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29232 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29233 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29234 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29235 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29236 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29237 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29238 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29239 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29240 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29241 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29242 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29243 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29244 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29245 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29246 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29247 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29248 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29249 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29250 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29251 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29252 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29253 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29254 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29255 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29256 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29257 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29258 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29259 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29260 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29261 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29262 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29263 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29264 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29265 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29266 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29267 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29268 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29269 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29270 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29271 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29272 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29273 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29274 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29275 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29276 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29277 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29278 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29279 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29280 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29281 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29282 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29283 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29284 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29285 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29286 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29287 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29288 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29289 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29290 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29291 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29292 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29293 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29294 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29295 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29296 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29297 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29298 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29299 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29300 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29301 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29302 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29303 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29304 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29305 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29306 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29307 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29308 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29309 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29310 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29311 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29312 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29313 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29314 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29315 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29316 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29317 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29318 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29319 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29320 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29321 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29322 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29323 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29324 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29325 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29326 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29327 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29328 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29329 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29330 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29331 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29332 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29333 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29334 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29335 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29336 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29337 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29338 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29339 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29340 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29341 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29342 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29343 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29344 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29345 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29346 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29347 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29348 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29349 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29350 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29351 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29352 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29353 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29354 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29355 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29356 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29357 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29358 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29359 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29360 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29361 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29362 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29363 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29364 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29365 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29366 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29367 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29368 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29369 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29370 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29371 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29372 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29373 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29374 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29375 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29376 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29377 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29378 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29379 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29380 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29381 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29382 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29383 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29384 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29385 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29386 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29387 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29388 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29389 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29390 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29391 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29392 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29393 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29394 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29395 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29396 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29397 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29398 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29399 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29400 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29401 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29402 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29403 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29404 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29405 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29406 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29407 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29408 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29409 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29410 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29411 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29412 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29413 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29414 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29415 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29416 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29417 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29418 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29419 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29420 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29421 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29422 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29423 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29424 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29425 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29426 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29427 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29428 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29429 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29430 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29431 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29432 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29433 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29434 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29435 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29436 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29437 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29438 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29439 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29440 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29441 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29442 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29443 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29444 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29445 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29446 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29447 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29449 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29450 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29451 { (exit 1); exit 1; }; };;
29452 esac
29453 done
29456 # If the user did not use the arguments to specify the items to instantiate,
29457 # then the envvar interface is used. Set only those that are not.
29458 # We use the long form for the default assignment because of an extremely
29459 # bizarre bug on SunOS 4.1.3.
29460 if $ac_need_defaults; then
29461 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29462 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29463 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29466 # Have a temporary directory for convenience. Make it in the build tree
29467 # simply because there is no reason against having it here, and in addition,
29468 # creating and moving files from /tmp can sometimes cause problems.
29469 # Hook for its removal unless debugging.
29470 # Note that there is a small window in which the directory will not be cleaned:
29471 # after its creation but before its name has been assigned to `$tmp'.
29472 $debug ||
29474 tmp=
29475 trap 'exit_status=$?
29476 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29478 trap '{ (exit 1); exit 1; }' 1 2 13 15
29480 # Create a (secure) tmp directory for tmp files.
29483 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29484 test -n "$tmp" && test -d "$tmp"
29485 } ||
29487 tmp=./conf$$-$RANDOM
29488 (umask 077 && mkdir "$tmp")
29489 } ||
29491 echo "$me: cannot create a temporary directory in ." >&2
29492 { (exit 1); exit 1; }
29496 # Set up the sed scripts for CONFIG_FILES section.
29499 # No need to generate the scripts if there are no CONFIG_FILES.
29500 # This happens for instance when ./config.status config.h
29501 if test -n "$CONFIG_FILES"; then
29503 _ACEOF
29505 # Create sed commands to just substitute file output variables.
29507 # Remaining file output variables are in a fragment that also has non-file
29508 # output varibles.
29512 ac_delim='%!_!# '
29513 for ac_last_try in false false false false false :; do
29514 cat >conf$$subs.sed <<_ACEOF
29515 SHELL!$SHELL$ac_delim
29516 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29517 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29518 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29519 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29520 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29521 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29522 exec_prefix!$exec_prefix$ac_delim
29523 prefix!$prefix$ac_delim
29524 program_transform_name!$program_transform_name$ac_delim
29525 bindir!$bindir$ac_delim
29526 sbindir!$sbindir$ac_delim
29527 libexecdir!$libexecdir$ac_delim
29528 datarootdir!$datarootdir$ac_delim
29529 datadir!$datadir$ac_delim
29530 sysconfdir!$sysconfdir$ac_delim
29531 sharedstatedir!$sharedstatedir$ac_delim
29532 localstatedir!$localstatedir$ac_delim
29533 includedir!$includedir$ac_delim
29534 oldincludedir!$oldincludedir$ac_delim
29535 docdir!$docdir$ac_delim
29536 infodir!$infodir$ac_delim
29537 htmldir!$htmldir$ac_delim
29538 dvidir!$dvidir$ac_delim
29539 pdfdir!$pdfdir$ac_delim
29540 psdir!$psdir$ac_delim
29541 libdir!$libdir$ac_delim
29542 localedir!$localedir$ac_delim
29543 mandir!$mandir$ac_delim
29544 DEFS!$DEFS$ac_delim
29545 ECHO_C!$ECHO_C$ac_delim
29546 ECHO_N!$ECHO_N$ac_delim
29547 ECHO_T!$ECHO_T$ac_delim
29548 LIBS!$LIBS$ac_delim
29549 build_alias!$build_alias$ac_delim
29550 host_alias!$host_alias$ac_delim
29551 target_alias!$target_alias$ac_delim
29552 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29553 build!$build$ac_delim
29554 build_cpu!$build_cpu$ac_delim
29555 build_vendor!$build_vendor$ac_delim
29556 build_os!$build_os$ac_delim
29557 host!$host$ac_delim
29558 host_cpu!$host_cpu$ac_delim
29559 host_vendor!$host_vendor$ac_delim
29560 host_os!$host_os$ac_delim
29561 SET_MAKE!$SET_MAKE$ac_delim
29562 CC!$CC$ac_delim
29563 CFLAGS!$CFLAGS$ac_delim
29564 LDFLAGS!$LDFLAGS$ac_delim
29565 CPPFLAGS!$CPPFLAGS$ac_delim
29566 ac_ct_CC!$ac_ct_CC$ac_delim
29567 EXEEXT!$EXEEXT$ac_delim
29568 OBJEXT!$OBJEXT$ac_delim
29569 CXX!$CXX$ac_delim
29570 CXXFLAGS!$CXXFLAGS$ac_delim
29571 ac_ct_CXX!$ac_ct_CXX$ac_delim
29572 CPPBIN!$CPPBIN$ac_delim
29573 TARGETFLAGS!$TARGETFLAGS$ac_delim
29574 WIN16_FILES!$WIN16_FILES$ac_delim
29575 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
29576 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29577 TOOLSDIR!$TOOLSDIR$ac_delim
29578 FLEX!$FLEX$ac_delim
29579 BISON!$BISON$ac_delim
29580 AR!$AR$ac_delim
29581 ac_ct_AR!$ac_ct_AR$ac_delim
29582 ARFLAGS!$ARFLAGS$ac_delim
29583 RANLIB!$RANLIB$ac_delim
29584 STRIP!$STRIP$ac_delim
29585 LN_S!$LN_S$ac_delim
29586 LN!$LN$ac_delim
29587 GREP!$GREP$ac_delim
29588 EGREP!$EGREP$ac_delim
29589 LDCONFIG!$LDCONFIG$ac_delim
29590 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29591 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29592 INSTALL_DATA!$INSTALL_DATA$ac_delim
29593 LINT!$LINT$ac_delim
29594 LINTFLAGS!$LINTFLAGS$ac_delim
29595 FONTFORGE!$FONTFORGE$ac_delim
29596 PKG_CONFIG!$PKG_CONFIG$ac_delim
29597 _ACEOF
29599 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29600 break
29601 elif $ac_last_try; then
29602 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29603 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29604 { (exit 1); exit 1; }; }
29605 else
29606 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29608 done
29610 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29611 if test -n "$ac_eof"; then
29612 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29613 ac_eof=`expr $ac_eof + 1`
29616 cat >>$CONFIG_STATUS <<_ACEOF
29617 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29618 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29619 /^[ ]*@MAKE_RULES@[ ]*$/{
29620 r $MAKE_RULES
29623 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29624 r $MAKE_DLL_RULES
29627 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29628 r $MAKE_IMPLIB_RULES
29631 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29632 r $MAKE_TEST_RULES
29635 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29636 r $MAKE_PROG_RULES
29639 _ACEOF
29640 sed '
29641 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29642 s/^/s,@/; s/!/@,|#_!!_#|/
29645 s/'"$ac_delim"'$/,g/; t
29646 s/$/\\/; p
29647 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29648 ' >>$CONFIG_STATUS <conf$$subs.sed
29649 rm -f conf$$subs.sed
29650 cat >>$CONFIG_STATUS <<_ACEOF
29651 CEOF$ac_eof
29652 _ACEOF
29655 ac_delim='%!_!# '
29656 for ac_last_try in false false false false false :; do
29657 cat >conf$$subs.sed <<_ACEOF
29658 RSVG!$RSVG$ac_delim
29659 ICOTOOL!$ICOTOOL$ac_delim
29660 PRELINK!$PRELINK$ac_delim
29661 XLIB!$XLIB$ac_delim
29662 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29663 CPP!$CPP$ac_delim
29664 DLLEXT!$DLLEXT$ac_delim
29665 DLLFLAGS!$DLLFLAGS$ac_delim
29666 LDSHARED!$LDSHARED$ac_delim
29667 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29668 LIBEXT!$LIBEXT$ac_delim
29669 IMPLIBEXT!$IMPLIBEXT$ac_delim
29670 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29671 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29672 LDD!$LDD$ac_delim
29673 DLLTOOL!$DLLTOOL$ac_delim
29674 DLLWRAP!$DLLWRAP$ac_delim
29675 MINGWAR!$MINGWAR$ac_delim
29676 SECURITYLIB!$SECURITYLIB$ac_delim
29677 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29678 IOKITLIB!$IOKITLIB$ac_delim
29679 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29680 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29681 COREAUDIO!$COREAUDIO$ac_delim
29682 LIBOPENAL!$LIBOPENAL$ac_delim
29683 CARBONLIB!$CARBONLIB$ac_delim
29684 CROSSCC!$CROSSCC$ac_delim
29685 CROSSTEST!$CROSSTEST$ac_delim
29686 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29687 LIBPTHREAD!$LIBPTHREAD$ac_delim
29688 XMKMF!$XMKMF$ac_delim
29689 X_CFLAGS!$X_CFLAGS$ac_delim
29690 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29691 X_LIBS!$X_LIBS$ac_delim
29692 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29693 NASLIBS!$NASLIBS$ac_delim
29694 XML2LIBS!$XML2LIBS$ac_delim
29695 XML2INCL!$XML2INCL$ac_delim
29696 XSLTINCL!$XSLTINCL$ac_delim
29697 HALINCL!$HALINCL$ac_delim
29698 GNUTLSINCL!$GNUTLSINCL$ac_delim
29699 sane_devel!$sane_devel$ac_delim
29700 SANEINCL!$SANEINCL$ac_delim
29701 gphoto2_devel!$gphoto2_devel$ac_delim
29702 gphoto2port_devel!$gphoto2port_devel$ac_delim
29703 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29704 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29705 RESOLVLIBS!$RESOLVLIBS$ac_delim
29706 LCMSLIBS!$LCMSLIBS$ac_delim
29707 ft_devel!$ft_devel$ac_delim
29708 FREETYPELIBS!$FREETYPELIBS$ac_delim
29709 FREETYPEINCL!$FREETYPEINCL$ac_delim
29710 ZLIB!$ZLIB$ac_delim
29711 ESDCONFIG!$ESDCONFIG$ac_delim
29712 ESDINCL!$ESDINCL$ac_delim
29713 ESDLIBS!$ESDLIBS$ac_delim
29714 PULSELIBS!$PULSELIBS$ac_delim
29715 ALSALIBS!$ALSALIBS$ac_delim
29716 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29717 CUPSINCL!$CUPSINCL$ac_delim
29718 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29719 PNGINCL!$PNGINCL$ac_delim
29720 LIBMPG123!$LIBMPG123$ac_delim
29721 LIBKSTAT!$LIBKSTAT$ac_delim
29722 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29723 BUILTINFLAG!$BUILTINFLAG$ac_delim
29724 LDPATH!$LDPATH$ac_delim
29725 TOOLSEXT!$TOOLSEXT$ac_delim
29726 CRTLIBS!$CRTLIBS$ac_delim
29727 SOCKETLIBS!$SOCKETLIBS$ac_delim
29728 MAIN_BINARY!$MAIN_BINARY$ac_delim
29729 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29730 LIBDL!$LIBDL$ac_delim
29731 LIBPOLL!$LIBPOLL$ac_delim
29732 LDAPLIBS!$LDAPLIBS$ac_delim
29733 DEPENDENCIES!$DEPENDENCIES$ac_delim
29734 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29735 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29736 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29737 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29738 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29739 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29740 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29741 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29742 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29743 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29744 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29745 LIBOBJS!$LIBOBJS$ac_delim
29746 LTLIBOBJS!$LTLIBOBJS$ac_delim
29747 _ACEOF
29749 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
29750 break
29751 elif $ac_last_try; then
29752 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29753 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29754 { (exit 1); exit 1; }; }
29755 else
29756 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29758 done
29760 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29761 if test -n "$ac_eof"; then
29762 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29763 ac_eof=`expr $ac_eof + 1`
29766 cat >>$CONFIG_STATUS <<_ACEOF
29767 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29768 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29769 _ACEOF
29770 sed '
29771 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29772 s/^/s,@/; s/!/@,|#_!!_#|/
29775 s/'"$ac_delim"'$/,g/; t
29776 s/$/\\/; p
29777 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29778 ' >>$CONFIG_STATUS <conf$$subs.sed
29779 rm -f conf$$subs.sed
29780 cat >>$CONFIG_STATUS <<_ACEOF
29781 :end
29782 s/|#_!!_#|//g
29783 CEOF$ac_eof
29784 _ACEOF
29787 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29788 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29789 # trailing colons and then remove the whole line if VPATH becomes empty
29790 # (actually we leave an empty line to preserve line numbers).
29791 if test "x$srcdir" = x.; then
29792 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29793 s/:*\$(srcdir):*/:/
29794 s/:*\${srcdir}:*/:/
29795 s/:*@srcdir@:*/:/
29796 s/^\([^=]*=[ ]*\):*/\1/
29797 s/:*$//
29798 s/^[^=]*=[ ]*$//
29802 cat >>$CONFIG_STATUS <<\_ACEOF
29803 fi # test -n "$CONFIG_FILES"
29806 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29808 case $ac_tag in
29809 :[FHLC]) ac_mode=$ac_tag; continue;;
29810 esac
29811 case $ac_mode$ac_tag in
29812 :[FHL]*:*);;
29813 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29814 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29815 { (exit 1); exit 1; }; };;
29816 :[FH]-) ac_tag=-:-;;
29817 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29818 esac
29819 ac_save_IFS=$IFS
29820 IFS=:
29821 set x $ac_tag
29822 IFS=$ac_save_IFS
29823 shift
29824 ac_file=$1
29825 shift
29827 case $ac_mode in
29828 :L) ac_source=$1;;
29829 :[FH])
29830 ac_file_inputs=
29831 for ac_f
29833 case $ac_f in
29834 -) ac_f="$tmp/stdin";;
29835 *) # Look for the file first in the build tree, then in the source tree
29836 # (if the path is not absolute). The absolute path cannot be DOS-style,
29837 # because $ac_f cannot contain `:'.
29838 test -f "$ac_f" ||
29839 case $ac_f in
29840 [\\/$]*) false;;
29841 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29842 esac ||
29843 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29844 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29845 { (exit 1); exit 1; }; };;
29846 esac
29847 ac_file_inputs="$ac_file_inputs $ac_f"
29848 done
29850 # Let's still pretend it is `configure' which instantiates (i.e., don't
29851 # use $as_me), people would be surprised to read:
29852 # /* config.h. Generated by config.status. */
29853 configure_input="Generated from "`IFS=:
29854 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29855 if test x"$ac_file" != x-; then
29856 configure_input="$ac_file. $configure_input"
29857 { echo "$as_me:$LINENO: creating $ac_file" >&5
29858 echo "$as_me: creating $ac_file" >&6;}
29861 case $ac_tag in
29862 *:-:* | *:-) cat >"$tmp/stdin";;
29863 esac
29865 esac
29867 ac_dir=`$as_dirname -- "$ac_file" ||
29868 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29869 X"$ac_file" : 'X\(//\)[^/]' \| \
29870 X"$ac_file" : 'X\(//\)$' \| \
29871 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29872 echo X"$ac_file" |
29873 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29874 s//\1/
29877 /^X\(\/\/\)[^/].*/{
29878 s//\1/
29881 /^X\(\/\/\)$/{
29882 s//\1/
29885 /^X\(\/\).*/{
29886 s//\1/
29889 s/.*/./; q'`
29890 { as_dir="$ac_dir"
29891 case $as_dir in #(
29892 -*) as_dir=./$as_dir;;
29893 esac
29894 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29895 as_dirs=
29896 while :; do
29897 case $as_dir in #(
29898 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29899 *) as_qdir=$as_dir;;
29900 esac
29901 as_dirs="'$as_qdir' $as_dirs"
29902 as_dir=`$as_dirname -- "$as_dir" ||
29903 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29904 X"$as_dir" : 'X\(//\)[^/]' \| \
29905 X"$as_dir" : 'X\(//\)$' \| \
29906 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29907 echo X"$as_dir" |
29908 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29909 s//\1/
29912 /^X\(\/\/\)[^/].*/{
29913 s//\1/
29916 /^X\(\/\/\)$/{
29917 s//\1/
29920 /^X\(\/\).*/{
29921 s//\1/
29924 s/.*/./; q'`
29925 test -d "$as_dir" && break
29926 done
29927 test -z "$as_dirs" || eval "mkdir $as_dirs"
29928 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29929 echo "$as_me: error: cannot create directory $as_dir" >&2;}
29930 { (exit 1); exit 1; }; }; }
29931 ac_builddir=.
29933 case "$ac_dir" in
29934 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29936 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29937 # A ".." for each directory in $ac_dir_suffix.
29938 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
29939 case $ac_top_builddir_sub in
29940 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29941 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29942 esac ;;
29943 esac
29944 ac_abs_top_builddir=$ac_pwd
29945 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29946 # for backward compatibility:
29947 ac_top_builddir=$ac_top_build_prefix
29949 case $srcdir in
29950 .) # We are building in place.
29951 ac_srcdir=.
29952 ac_top_srcdir=$ac_top_builddir_sub
29953 ac_abs_top_srcdir=$ac_pwd ;;
29954 [\\/]* | ?:[\\/]* ) # Absolute name.
29955 ac_srcdir=$srcdir$ac_dir_suffix;
29956 ac_top_srcdir=$srcdir
29957 ac_abs_top_srcdir=$srcdir ;;
29958 *) # Relative name.
29959 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29960 ac_top_srcdir=$ac_top_build_prefix$srcdir
29961 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29962 esac
29963 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29966 case $ac_mode in
29969 # CONFIG_FILE
29972 case $INSTALL in
29973 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29974 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29975 esac
29976 _ACEOF
29978 cat >>$CONFIG_STATUS <<\_ACEOF
29979 # If the template does not know about datarootdir, expand it.
29980 # FIXME: This hack should be removed a few years after 2.60.
29981 ac_datarootdir_hack=; ac_datarootdir_seen=
29983 case `sed -n '/datarootdir/ {
29987 /@datadir@/p
29988 /@docdir@/p
29989 /@infodir@/p
29990 /@localedir@/p
29991 /@mandir@/p
29992 ' $ac_file_inputs` in
29993 *datarootdir*) ac_datarootdir_seen=yes;;
29994 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29995 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29996 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29997 _ACEOF
29998 cat >>$CONFIG_STATUS <<_ACEOF
29999 ac_datarootdir_hack='
30000 s&@datadir@&$datadir&g
30001 s&@docdir@&$docdir&g
30002 s&@infodir@&$infodir&g
30003 s&@localedir@&$localedir&g
30004 s&@mandir@&$mandir&g
30005 s&\\\${datarootdir}&$datarootdir&g' ;;
30006 esac
30007 _ACEOF
30009 # Neutralize VPATH when `$srcdir' = `.'.
30010 # Shell code in configure.ac might set extrasub.
30011 # FIXME: do we really want to maintain this feature?
30012 cat >>$CONFIG_STATUS <<_ACEOF
30013 sed "$ac_vpsub
30014 $extrasub
30015 _ACEOF
30016 cat >>$CONFIG_STATUS <<\_ACEOF
30018 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30019 s&@configure_input@&$configure_input&;t t
30020 s&@top_builddir@&$ac_top_builddir_sub&;t t
30021 s&@srcdir@&$ac_srcdir&;t t
30022 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30023 s&@top_srcdir@&$ac_top_srcdir&;t t
30024 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30025 s&@builddir@&$ac_builddir&;t t
30026 s&@abs_builddir@&$ac_abs_builddir&;t t
30027 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30028 s&@INSTALL@&$ac_INSTALL&;t t
30029 $ac_datarootdir_hack
30030 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30032 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30033 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30034 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30035 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30036 which seems to be undefined. Please make sure it is defined." >&5
30037 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30038 which seems to be undefined. Please make sure it is defined." >&2;}
30040 rm -f "$tmp/stdin"
30041 case $ac_file in
30042 -) cat "$tmp/out"; rm -f "$tmp/out";;
30043 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30044 esac
30048 # CONFIG_HEADER
30050 _ACEOF
30052 # Transform confdefs.h into a sed script `conftest.defines', that
30053 # substitutes the proper values into config.h.in to produce config.h.
30054 rm -f conftest.defines conftest.tail
30055 # First, append a space to every undef/define line, to ease matching.
30056 echo 's/$/ /' >conftest.defines
30057 # Then, protect against being on the right side of a sed subst, or in
30058 # an unquoted here document, in config.status. If some macros were
30059 # called several times there might be several #defines for the same
30060 # symbol, which is useless. But do not sort them, since the last
30061 # AC_DEFINE must be honored.
30062 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30063 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30064 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30065 # PARAMS is the parameter list in the macro definition--in most cases, it's
30066 # just an empty string.
30067 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30068 ac_dB='\\)[ (].*,\\1define\\2'
30069 ac_dC=' '
30070 ac_dD=' ,'
30072 uniq confdefs.h |
30073 sed -n '
30074 t rset
30075 :rset
30076 s/^[ ]*#[ ]*define[ ][ ]*//
30077 t ok
30080 s/[\\&,]/\\&/g
30081 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30082 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30083 ' >>conftest.defines
30085 # Remove the space that was appended to ease matching.
30086 # Then replace #undef with comments. This is necessary, for
30087 # example, in the case of _POSIX_SOURCE, which is predefined and required
30088 # on some systems where configure will not decide to define it.
30089 # (The regexp can be short, since the line contains either #define or #undef.)
30090 echo 's/ $//
30091 s,^[ #]*u.*,/* & */,' >>conftest.defines
30093 # Break up conftest.defines:
30094 ac_max_sed_lines=50
30096 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30097 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30098 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30099 # et cetera.
30100 ac_in='$ac_file_inputs'
30101 ac_out='"$tmp/out1"'
30102 ac_nxt='"$tmp/out2"'
30104 while :
30106 # Write a here document:
30107 cat >>$CONFIG_STATUS <<_ACEOF
30108 # First, check the format of the line:
30109 cat >"\$tmp/defines.sed" <<\\CEOF
30110 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30111 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30113 :def
30114 _ACEOF
30115 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30116 echo 'CEOF
30117 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30118 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30119 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30120 grep . conftest.tail >/dev/null || break
30121 rm -f conftest.defines
30122 mv conftest.tail conftest.defines
30123 done
30124 rm -f conftest.defines conftest.tail
30126 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30127 cat >>$CONFIG_STATUS <<\_ACEOF
30128 if test x"$ac_file" != x-; then
30129 echo "/* $configure_input */" >"$tmp/config.h"
30130 cat "$ac_result" >>"$tmp/config.h"
30131 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30132 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30133 echo "$as_me: $ac_file is unchanged" >&6;}
30134 else
30135 rm -f $ac_file
30136 mv "$tmp/config.h" $ac_file
30138 else
30139 echo "/* $configure_input */"
30140 cat "$ac_result"
30142 rm -f "$tmp/out12"
30145 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30146 echo "$as_me: executing $ac_file commands" >&6;}
30148 esac
30151 case $ac_file$ac_mode in
30152 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30153 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30154 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30155 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30156 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30157 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30158 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30159 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30160 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30161 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30162 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30163 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30164 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30166 esac
30167 done # for ac_tag
30170 { (exit 0); exit 0; }
30171 _ACEOF
30172 chmod +x $CONFIG_STATUS
30173 ac_clean_files=$ac_clean_files_save
30176 # configure is writing to config.log, and then calls config.status.
30177 # config.status does its own redirection, appending to config.log.
30178 # Unfortunately, on DOS this fails, as config.log is still kept open
30179 # by configure, so config.status won't be able to write to it; its
30180 # output is simply discarded. So we exec the FD to /dev/null,
30181 # effectively closing config.log, so it can be properly (re)opened and
30182 # appended to by config.status. When coming back to configure, we
30183 # need to make the FD available again.
30184 if test "$no_create" != yes; then
30185 ac_cs_success=:
30186 ac_config_status_args=
30187 test "$silent" = yes &&
30188 ac_config_status_args="$ac_config_status_args --quiet"
30189 exec 5>/dev/null
30190 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30191 exec 5>>config.log
30192 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30193 # would make configure fail if this is the last instruction.
30194 $ac_cs_success || { (exit 1); exit 1; }
30198 if test "$no_create" = "yes"
30199 then
30200 exit 0
30203 ac_save_IFS="$IFS"
30204 if test "x$wine_notices != "x; then
30205 echo >&6
30206 IFS="|"
30207 for msg in $wine_notices; do
30208 IFS="$ac_save_IFS"
30209 if test -n "$msg"; then
30210 { echo "$as_me:$LINENO: $msg" >&5
30211 echo "$as_me: $msg" >&6;}
30213 done
30215 IFS="|"
30216 for msg in $wine_warnings; do
30217 IFS="$ac_save_IFS"
30218 if test -n "$msg"; then
30219 echo >&2
30220 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30221 echo "$as_me: WARNING: $msg" >&2;}
30223 done
30224 IFS="$ac_save_IFS"
30226 echo "
30227 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30228 " >&6