push c1305fa47cb9668bae64d371dcb799102c36f834
[wine/hacks.git] / configure
blobe6ad3a9a3a2690a07a466b0479829c445a30a462
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.23.
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.23'
578 PACKAGE_STRING='Wine 1.1.23'
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 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AR
684 ARFLAGS
685 RANLIB
686 STRIP
687 LN_S
689 GREP
690 EGREP
691 LDCONFIG
692 INSTALL_PROGRAM
693 INSTALL_SCRIPT
694 INSTALL_DATA
695 LINT
696 LINTFLAGS
697 FONTFORGE
698 PKG_CONFIG
699 RSVG
700 ICOTOOL
701 PRELINK
702 XLIB
703 OPENGL_LIBS
705 DLLEXT
706 DLLFLAGS
707 LDSHARED
708 LDDLLFLAGS
709 LIBEXT
710 IMPLIBEXT
711 LDRPATH_INSTALL
712 LDRPATH_LOCAL
714 DLLTOOL
715 DLLWRAP
716 MINGWAR
717 SECURITYLIB
718 COREFOUNDATIONLIB
719 IOKITLIB
720 LDEXECFLAGS
721 DISKARBITRATIONLIB
722 COREAUDIO
723 CARBONLIB
724 CROSSCC
725 CROSSTEST
726 CROSSTARGETFLAGS
727 LIBPTHREAD
728 XMKMF
729 X_CFLAGS
730 X_PRE_LIBS
731 X_LIBS
732 X_EXTRA_LIBS
733 NASLIBS
734 XML2LIBS
735 XML2INCL
736 XSLTINCL
737 HALINCL
738 GNUTLSINCL
739 sane_devel
740 SANEINCL
741 gphoto2_devel
742 gphoto2port_devel
743 GPHOTO2LIBS
744 GPHOTO2INCL
745 RESOLVLIBS
746 LCMSLIBS
747 ft_devel
748 FREETYPELIBS
749 FREETYPEINCL
750 ZLIB
751 ESDCONFIG
752 ESDINCL
753 ESDLIBS
754 PULSELIBS
755 ALSALIBS
756 AUDIOIOLIBS
757 CUPSINCL
758 FONTCONFIGINCL
759 PNGINCL
760 LIBKSTAT
761 EXTRACFLAGS
762 BUILTINFLAG
763 LDPATH
764 CRTLIBS
765 SOCKETLIBS
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 LDAPLIBS
770 DEPENDENCIES
771 ALL_MAKERULES
772 ALL_MAKEFILES
773 ALL_MAKEFILE_DEPENDS
774 ALL_TOP_DIRS
775 ALL_DLL_DIRS
776 ALL_IMPLIB_DIRS
777 ALL_TEST_DIRS
778 ALL_PROGRAM_DIRS
779 ALL_PROGRAM_INSTALL_DIRS
780 ALL_PROGRAM_BIN_INSTALL_DIRS
781 ALL_WINETEST_DEPENDS
782 LIBOBJS
783 LTLIBOBJS'
784 ac_subst_files='MAKE_RULES
785 MAKE_DLL_RULES
786 MAKE_IMPLIB_RULES
787 MAKE_TEST_RULES
788 MAKE_PROG_RULES'
789 ac_precious_vars='build_alias
790 host_alias
791 target_alias
793 CFLAGS
794 LDFLAGS
795 LIBS
796 CPPFLAGS
798 CXXFLAGS
801 XMKMF'
804 # Initialize some variables set by options.
805 ac_init_help=
806 ac_init_version=false
807 # The variables have the same names as the options, with
808 # dashes changed to underlines.
809 cache_file=/dev/null
810 exec_prefix=NONE
811 no_create=
812 no_recursion=
813 prefix=NONE
814 program_prefix=NONE
815 program_suffix=NONE
816 program_transform_name=s,x,x,
817 silent=
818 site=
819 srcdir=
820 verbose=
821 x_includes=NONE
822 x_libraries=NONE
824 # Installation directory options.
825 # These are left unexpanded so users can "make install exec_prefix=/foo"
826 # and all the variables that are supposed to be based on exec_prefix
827 # by default will actually change.
828 # Use braces instead of parens because sh, perl, etc. also accept them.
829 # (The list follows the same order as the GNU Coding Standards.)
830 bindir='${exec_prefix}/bin'
831 sbindir='${exec_prefix}/sbin'
832 libexecdir='${exec_prefix}/libexec'
833 datarootdir='${prefix}/share'
834 datadir='${datarootdir}'
835 sysconfdir='${prefix}/etc'
836 sharedstatedir='${prefix}/com'
837 localstatedir='${prefix}/var'
838 includedir='${prefix}/include'
839 oldincludedir='/usr/include'
840 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
841 infodir='${datarootdir}/info'
842 htmldir='${docdir}'
843 dvidir='${docdir}'
844 pdfdir='${docdir}'
845 psdir='${docdir}'
846 libdir='${exec_prefix}/lib'
847 localedir='${datarootdir}/locale'
848 mandir='${datarootdir}/man'
850 ac_prev=
851 ac_dashdash=
852 for ac_option
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
856 eval $ac_prev=\$ac_option
857 ac_prev=
858 continue
861 case $ac_option in
862 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *) ac_optarg=yes ;;
864 esac
866 # Accept the important Cygnus configure options, so we can diagnose typos.
868 case $ac_dashdash$ac_option in
870 ac_dashdash=yes ;;
872 -bindir | --bindir | --bindi | --bind | --bin | --bi)
873 ac_prev=bindir ;;
874 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
875 bindir=$ac_optarg ;;
877 -build | --build | --buil | --bui | --bu)
878 ac_prev=build_alias ;;
879 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
880 build_alias=$ac_optarg ;;
882 -cache-file | --cache-file | --cache-fil | --cache-fi \
883 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
884 ac_prev=cache_file ;;
885 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
886 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
887 cache_file=$ac_optarg ;;
889 --config-cache | -C)
890 cache_file=config.cache ;;
892 -datadir | --datadir | --datadi | --datad)
893 ac_prev=datadir ;;
894 -datadir=* | --datadir=* | --datadi=* | --datad=*)
895 datadir=$ac_optarg ;;
897 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
898 | --dataroo | --dataro | --datar)
899 ac_prev=datarootdir ;;
900 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
901 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
902 datarootdir=$ac_optarg ;;
904 -disable-* | --disable-*)
905 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
906 # Reject names that are not valid shell variable names.
907 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
908 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
909 { (exit 1); exit 1; }; }
910 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
911 eval enable_$ac_feature=no ;;
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
923 -enable-* | --enable-*)
924 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
927 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
928 { (exit 1); exit 1; }; }
929 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
930 eval enable_$ac_feature=\$ac_optarg ;;
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1120 -with-* | --with-*)
1121 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1124 { echo "$as_me: error: invalid package name: $ac_package" >&2
1125 { (exit 1); exit 1; }; }
1126 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1127 eval with_$ac_package=\$ac_optarg ;;
1129 -without-* | --without-*)
1130 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1133 { echo "$as_me: error: invalid package name: $ac_package" >&2
1134 { (exit 1); exit 1; }; }
1135 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1136 eval with_$ac_package=no ;;
1138 --x)
1139 # Obsolete; use --with-x.
1140 with_x=yes ;;
1142 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1143 | --x-incl | --x-inc | --x-in | --x-i)
1144 ac_prev=x_includes ;;
1145 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1146 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1147 x_includes=$ac_optarg ;;
1149 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1150 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1151 ac_prev=x_libraries ;;
1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1154 x_libraries=$ac_optarg ;;
1156 -*) { echo "$as_me: error: unrecognized option: $ac_option
1157 Try \`$0 --help' for more information." >&2
1158 { (exit 1); exit 1; }; }
1161 *=*)
1162 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1165 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1166 { (exit 1); exit 1; }; }
1167 eval $ac_envvar=\$ac_optarg
1168 export $ac_envvar ;;
1171 # FIXME: should be removed in autoconf 3.0.
1172 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1174 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1175 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1178 esac
1179 done
1181 if test -n "$ac_prev"; then
1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1183 { echo "$as_me: error: missing argument to $ac_option" >&2
1184 { (exit 1); exit 1; }; }
1187 # Be sure to have absolute directory names.
1188 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1189 datadir sysconfdir sharedstatedir localstatedir includedir \
1190 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1191 libdir localedir mandir
1193 eval ac_val=\$$ac_var
1194 case $ac_val in
1195 [\\/$]* | ?:[\\/]* ) continue;;
1196 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1197 esac
1198 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1199 { (exit 1); exit 1; }; }
1200 done
1202 # There might be people who depend on the old broken behavior: `$host'
1203 # used to hold the argument of --host etc.
1204 # FIXME: To remove some day.
1205 build=$build_alias
1206 host=$host_alias
1207 target=$target_alias
1209 # FIXME: To remove some day.
1210 if test "x$host_alias" != x; then
1211 if test "x$build_alias" = x; then
1212 cross_compiling=maybe
1213 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1214 If a cross compiler is detected then cross compile mode will be used." >&2
1215 elif test "x$build_alias" != "x$host_alias"; then
1216 cross_compiling=yes
1220 ac_tool_prefix=
1221 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1223 test "$silent" = yes && exec 6>/dev/null
1226 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1227 ac_ls_di=`ls -di .` &&
1228 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1229 { echo "$as_me: error: Working directory cannot be determined" >&2
1230 { (exit 1); exit 1; }; }
1231 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1232 { echo "$as_me: error: pwd does not report name of working directory" >&2
1233 { (exit 1); exit 1; }; }
1236 # Find the source files, if location was not specified.
1237 if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$0" ||
1241 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$0" : 'X\(//\)[^/]' \| \
1243 X"$0" : 'X\(//\)$' \| \
1244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1245 echo X"$0" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1254 /^X\(\/\/\)$/{
1255 s//\1/
1258 /^X\(\/\).*/{
1259 s//\1/
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1267 else
1268 ac_srcdir_defaulted=no
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1273 { (exit 1); exit 1; }; }
1275 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1276 ac_abs_confdir=`(
1277 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1278 { (exit 1); exit 1; }; }
1279 pwd)`
1280 # When building in place, set srcdir=.
1281 if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1284 # Remove unnecessary trailing slashes from srcdir.
1285 # Double slashes in file names in object file debugging info
1286 # mess up M-x gdb in Emacs.
1287 case $srcdir in
1288 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289 esac
1290 for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295 done
1298 # Report the --help message.
1300 if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304 \`configure' configures Wine 1.1.23 to adapt to many kinds of systems.
1306 Usage: $0 [OPTION]... [VAR=VALUE]...
1308 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309 VAR=VALUE. See below for descriptions of some of the useful variables.
1311 Defaults for the options are specified in brackets.
1313 Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324 Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1330 By default, \`make install' will install all the files in
1331 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333 for instance \`--prefix=\$HOME'.
1335 For better control, use the options below.
1337 Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357 _ACEOF
1359 cat <<\_ACEOF
1361 X features:
1362 --x-includes=DIR X include files are in DIR
1363 --x-libraries=DIR X library files are in DIR
1365 System types:
1366 --build=BUILD configure for building on BUILD [guessed]
1367 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1368 _ACEOF
1371 if test -n "$ac_init_help"; then
1372 case $ac_init_help in
1373 short | recursive ) echo "Configuration of Wine 1.1.23:";;
1374 esac
1375 cat <<\_ACEOF
1377 Optional Features:
1378 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1379 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1380 --disable-win16 do not include Win16 support
1381 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1382 binaries)
1383 --disable-tests do not build the regression tests
1384 --enable-maintainer-mode
1385 enable maintainer-specific build rules
1387 Optional Packages:
1388 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1389 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1390 --without-alsa do not use the Alsa sound support
1391 --without-audioio do not use the AudioIO sound support
1392 --without-capi do not use CAPI (ISDN support)
1393 --without-cms do not use CMS (color management support)
1394 --without-coreaudio do not use the CoreAudio sound support
1395 --without-cups do not use CUPS
1396 --without-curses do not use (n)curses
1397 --without-esd do not use the EsounD sound support
1398 --without-fontconfig do not use fontconfig
1399 --without-freetype do not use the FreeType library
1400 --without-gphoto do not use gphoto (Digital Camera support)
1401 --without-glu do not use the GLU library
1402 --without-gnutls do not use GnuTLS (schannel support)
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-pthread do not use the pthread library
1413 --without-pulse do not use PulseAudio sound support
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 CPP C preprocessor
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1442 Use these variables to override the choices made by `configure' or to help
1443 it to find libraries and programs with nonstandard names/locations.
1445 Report bugs to <wine-devel@winehq.org>.
1446 _ACEOF
1447 ac_status=$?
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1453 test -d "$ac_dir" || continue
1454 ac_builddir=.
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 Wine configure 1.1.23
1507 generated by GNU Autoconf 2.61
1509 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1511 This configure script is free software; the Free Software Foundation
1512 gives unlimited permission to copy, distribute and modify it.
1513 _ACEOF
1514 exit
1516 cat >config.log <<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.23, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1523 $ $0 $@
1525 _ACEOF
1526 exec 5>>config.log
1528 cat <<_ASUNAME
1529 ## --------- ##
1530 ## Platform. ##
1531 ## --------- ##
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 _ASUNAME
1552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553 for as_dir in $PATH
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 echo "PATH: $as_dir"
1558 done
1559 IFS=$as_save_IFS
1561 } >&5
1563 cat >&5 <<_ACEOF
1566 ## ----------- ##
1567 ## Core tests. ##
1568 ## ----------- ##
1570 _ACEOF
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1578 ac_configure_args=
1579 ac_configure_args0=
1580 ac_configure_args1=
1581 ac_must_keep_next=false
1582 for ac_pass in 1 2
1584 for ac_arg
1586 case $ac_arg in
1587 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1589 | -silent | --silent | --silen | --sile | --sil)
1590 continue ;;
1591 *\'*)
1592 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 esac
1594 case $ac_pass in
1595 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true; then
1599 ac_must_keep_next=false # Got value, back to normal.
1600 else
1601 case $ac_arg in
1602 *=* | --config-cache | -C | -disable-* | --disable-* \
1603 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1604 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1605 | -with-* | --with-* | -without-* | --without-* | --x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 esac
1610 -* ) ac_must_keep_next=true ;;
1611 esac
1613 ac_configure_args="$ac_configure_args '$ac_arg'"
1615 esac
1616 done
1617 done
1618 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1619 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1629 echo
1631 cat <<\_ASBOX
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1635 _ASBOX
1636 echo
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1641 case $ac_val in #(
1642 *${as_nl}*)
1643 case $ac_var in #(
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 esac
1647 case $ac_var in #(
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1650 esac ;;
1651 esac
1652 done
1653 (set) 2>&1 |
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1656 sed -n \
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 ;; #(
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663 esac |
1664 sort
1666 echo
1668 cat <<\_ASBOX
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1672 _ASBOX
1673 echo
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1677 case $ac_val in
1678 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 esac
1680 echo "$ac_var='\''$ac_val'\''"
1681 done | sort
1682 echo
1684 if test -n "$ac_subst_files"; then
1685 cat <<\_ASBOX
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1689 _ASBOX
1690 echo
1691 for ac_var in $ac_subst_files
1693 eval ac_val=\$$ac_var
1694 case $ac_val in
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 esac
1697 echo "$ac_var='\''$ac_val'\''"
1698 done | sort
1699 echo
1702 if test -s confdefs.h; then
1703 cat <<\_ASBOX
1704 ## ----------- ##
1705 ## confdefs.h. ##
1706 ## ----------- ##
1707 _ASBOX
1708 echo
1709 cat confdefs.h
1710 echo
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1715 } >&5
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 exit $exit_status
1720 for ac_signal in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1722 done
1723 ac_signal=0
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1752 _ACEOF
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x "$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE; then
1760 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1761 else
1762 set x "$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1765 shift
1766 for ac_site_file
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1772 . "$ac_site_file"
1774 done
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1782 case $cache_file in
1783 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1784 *) . "./$cache_file";;
1785 esac
1787 else
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1790 >$cache_file
1793 # Check that the precious variables saved in the cache have kept the same
1794 # value.
1795 ac_cache_corrupted=false
1796 for ac_var in $ac_precious_vars; do
1797 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1798 eval ac_new_set=\$ac_env_${ac_var}_set
1799 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1800 eval ac_new_val=\$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1802 set,)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,set)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,);;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted=:
1820 fi;;
1821 esac
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1824 case $ac_new_val in
1825 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg=$ac_var=$ac_new_val ;;
1827 esac
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1831 esac
1833 done
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1866 ac_ext=c
1867 ac_cpp='$CPP $CPPFLAGS'
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1874 ac_config_headers="$ac_config_headers include/config.h"
1876 ac_aux_dir=
1877 for ac_dir in tools "$srcdir"/tools; do
1878 if test -f "$ac_dir/install-sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 break
1882 elif test -f "$ac_dir/install.sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 break
1886 elif test -f "$ac_dir/shtool"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/shtool install -c"
1889 break
1891 done
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval=$enable_win64;
1919 # Check whether --enable-tests was given.
1920 if test "${enable_tests+set}" = set; then
1921 enableval=$enable_tests;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pthread was given.
2067 if test "${with_pthread+set}" = set; then
2068 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2072 # Check whether --with-pulse was given.
2073 if test "${with_pulse+set}" = set; then
2074 withval=$with_pulse;
2078 # Check whether --with-sane was given.
2079 if test "${with_sane+set}" = set; then
2080 withval=$with_sane;
2084 # Check whether --with-xcomposite was given.
2085 if test "${with_xcomposite+set}" = set; then
2086 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2090 # Check whether --with-xcursor was given.
2091 if test "${with_xcursor+set}" = set; then
2092 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2096 # Check whether --with-xinerama was given.
2097 if test "${with_xinerama+set}" = set; then
2098 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2102 # Check whether --with-xinput was given.
2103 if test "${with_xinput+set}" = set; then
2104 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2108 # Check whether --with-xml was given.
2109 if test "${with_xml+set}" = set; then
2110 withval=$with_xml;
2114 # Check whether --with-xrandr was given.
2115 if test "${with_xrandr+set}" = set; then
2116 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2120 # Check whether --with-xrender was given.
2121 if test "${with_xrender+set}" = set; then
2122 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2126 # Check whether --with-xshape was given.
2127 if test "${with_xshape+set}" = set; then
2128 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2132 # Check whether --with-xshm was given.
2133 if test "${with_xshm+set}" = set; then
2134 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2138 # Check whether --with-xslt was given.
2139 if test "${with_xslt+set}" = set; then
2140 withval=$with_xslt;
2144 # Check whether --with-xxf86vm was given.
2145 if test "${with_xxf86vm+set}" = set; then
2146 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2151 # Check whether --with-wine-tools was given.
2152 if test "${with_wine_tools+set}" = set; then
2153 withval=$with_wine_tools;
2157 # Make sure we can run config.sub.
2158 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2159 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2160 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2161 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: checking build system type" >&5
2164 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2165 if test "${ac_cv_build+set}" = set; then
2166 echo $ECHO_N "(cached) $ECHO_C" >&6
2167 else
2168 ac_build_alias=$build_alias
2169 test "x$ac_build_alias" = x &&
2170 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2171 test "x$ac_build_alias" = x &&
2172 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2173 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2174 { (exit 1); exit 1; }; }
2175 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2176 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2177 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2178 { (exit 1); exit 1; }; }
2181 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2182 echo "${ECHO_T}$ac_cv_build" >&6; }
2183 case $ac_cv_build in
2184 *-*-*) ;;
2185 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2186 echo "$as_me: error: invalid value of canonical build" >&2;}
2187 { (exit 1); exit 1; }; };;
2188 esac
2189 build=$ac_cv_build
2190 ac_save_IFS=$IFS; IFS='-'
2191 set x $ac_cv_build
2192 shift
2193 build_cpu=$1
2194 build_vendor=$2
2195 shift; shift
2196 # Remember, the first character of IFS is used to create $*,
2197 # except with old shells:
2198 build_os=$*
2199 IFS=$ac_save_IFS
2200 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2203 { echo "$as_me:$LINENO: checking host system type" >&5
2204 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2205 if test "${ac_cv_host+set}" = set; then
2206 echo $ECHO_N "(cached) $ECHO_C" >&6
2207 else
2208 if test "x$host_alias" = x; then
2209 ac_cv_host=$ac_cv_build
2210 else
2211 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2212 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2213 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2214 { (exit 1); exit 1; }; }
2218 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2219 echo "${ECHO_T}$ac_cv_host" >&6; }
2220 case $ac_cv_host in
2221 *-*-*) ;;
2222 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2223 echo "$as_me: error: invalid value of canonical host" >&2;}
2224 { (exit 1); exit 1; }; };;
2225 esac
2226 host=$ac_cv_host
2227 ac_save_IFS=$IFS; IFS='-'
2228 set x $ac_cv_host
2229 shift
2230 host_cpu=$1
2231 host_vendor=$2
2232 shift; shift
2233 # Remember, the first character of IFS is used to create $*,
2234 # except with old shells:
2235 host_os=$*
2236 IFS=$ac_save_IFS
2237 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2241 case "$srcdir" in
2242 .) ;;
2243 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2244 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&5
2246 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2247 You need to run 'make distclean' in the source tree first." >&2;}
2248 { (exit 1); exit 1; }; }
2249 fi ;;
2250 esac
2253 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2254 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2255 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2256 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6
2258 else
2259 cat >conftest.make <<\_ACEOF
2260 SHELL = /bin/sh
2261 all:
2262 @echo '@@@%%%=$(MAKE)=@@@%%%'
2263 _ACEOF
2264 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2265 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2266 *@@@%%%=?*=@@@%%%*)
2267 eval ac_cv_prog_make_${ac_make}_set=yes;;
2269 eval ac_cv_prog_make_${ac_make}_set=no;;
2270 esac
2271 rm -f conftest.make
2273 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2274 { echo "$as_me:$LINENO: result: yes" >&5
2275 echo "${ECHO_T}yes" >&6; }
2276 SET_MAKE=
2277 else
2278 { echo "$as_me:$LINENO: result: no" >&5
2279 echo "${ECHO_T}no" >&6; }
2280 SET_MAKE="MAKE=${MAKE-make}"
2283 ac_ext=c
2284 ac_cpp='$CPP $CPPFLAGS'
2285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2288 if test -n "$ac_tool_prefix"; then
2289 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2290 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2293 if test "${ac_cv_prog_CC+set}" = set; then
2294 echo $ECHO_N "(cached) $ECHO_C" >&6
2295 else
2296 if test -n "$CC"; then
2297 ac_cv_prog_CC="$CC" # Let the user override the test.
2298 else
2299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300 for as_dir in $PATH
2302 IFS=$as_save_IFS
2303 test -z "$as_dir" && as_dir=.
2304 for ac_exec_ext in '' $ac_executable_extensions; do
2305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2306 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2308 break 2
2310 done
2311 done
2312 IFS=$as_save_IFS
2316 CC=$ac_cv_prog_CC
2317 if test -n "$CC"; then
2318 { echo "$as_me:$LINENO: result: $CC" >&5
2319 echo "${ECHO_T}$CC" >&6; }
2320 else
2321 { echo "$as_me:$LINENO: result: no" >&5
2322 echo "${ECHO_T}no" >&6; }
2327 if test -z "$ac_cv_prog_CC"; then
2328 ac_ct_CC=$CC
2329 # Extract the first word of "gcc", so it can be a program name with args.
2330 set dummy gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 if test -n "$ac_ct_CC"; then
2337 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2342 IFS=$as_save_IFS
2343 test -z "$as_dir" && as_dir=.
2344 for ac_exec_ext in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_ac_ct_CC="gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348 break 2
2350 done
2351 done
2352 IFS=$as_save_IFS
2356 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2357 if test -n "$ac_ct_CC"; then
2358 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2359 echo "${ECHO_T}$ac_ct_CC" >&6; }
2360 else
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2365 if test "x$ac_ct_CC" = x; then
2366 CC=""
2367 else
2368 case $cross_compiling:$ac_tool_warned in
2369 yes:)
2370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2371 whose name does not start with the host triplet. If you think this
2372 configuration is useful to you, please write to autoconf@gnu.org." >&5
2373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet. If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2376 ac_tool_warned=yes ;;
2377 esac
2378 CC=$ac_ct_CC
2380 else
2381 CC="$ac_cv_prog_CC"
2384 if test -z "$CC"; then
2385 if test -n "$ac_tool_prefix"; then
2386 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2387 set dummy ${ac_tool_prefix}cc; ac_word=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_CC+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2392 else
2393 if test -n "$CC"; then
2394 ac_cv_prog_CC="$CC" # Let the user override the test.
2395 else
2396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2397 for as_dir in $PATH
2399 IFS=$as_save_IFS
2400 test -z "$as_dir" && as_dir=.
2401 for ac_exec_ext in '' $ac_executable_extensions; do
2402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403 ac_cv_prog_CC="${ac_tool_prefix}cc"
2404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2405 break 2
2407 done
2408 done
2409 IFS=$as_save_IFS
2413 CC=$ac_cv_prog_CC
2414 if test -n "$CC"; then
2415 { echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6; }
2417 else
2418 { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2425 if test -z "$CC"; then
2426 # Extract the first word of "cc", so it can be a program name with args.
2427 set dummy cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 ac_prog_rejected=no
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438 for as_dir in $PATH
2440 IFS=$as_save_IFS
2441 test -z "$as_dir" && as_dir=.
2442 for ac_exec_ext in '' $ac_executable_extensions; do
2443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2445 ac_prog_rejected=yes
2446 continue
2448 ac_cv_prog_CC="cc"
2449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 2
2452 done
2453 done
2454 IFS=$as_save_IFS
2456 if test $ac_prog_rejected = yes; then
2457 # We found a bogon in the path, so make sure we never use it.
2458 set dummy $ac_cv_prog_CC
2459 shift
2460 if test $# != 0; then
2461 # We chose a different compiler from the bogus one.
2462 # However, it has the same basename, so the bogon will be chosen
2463 # first if we set CC to just the basename; use the full file name.
2464 shift
2465 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2470 CC=$ac_cv_prog_CC
2471 if test -n "$CC"; then
2472 { echo "$as_me:$LINENO: result: $CC" >&5
2473 echo "${ECHO_T}$CC" >&6; }
2474 else
2475 { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2481 if test -z "$CC"; then
2482 if test -n "$ac_tool_prefix"; then
2483 for ac_prog in cl.exe
2485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490 echo $ECHO_N "(cached) $ECHO_C" >&6
2491 else
2492 if test -n "$CC"; then
2493 ac_cv_prog_CC="$CC" # Let the user override the test.
2494 else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496 for as_dir in $PATH
2498 IFS=$as_save_IFS
2499 test -z "$as_dir" && as_dir=.
2500 for ac_exec_ext in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2504 break 2
2506 done
2507 done
2508 IFS=$as_save_IFS
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514 { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517 { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2522 test -n "$CC" && break
2523 done
2525 if test -z "$CC"; then
2526 ac_ct_CC=$CC
2527 for ac_prog in cl.exe
2529 # Extract the first word of "$ac_prog", so it can be a program name with args.
2530 set dummy $ac_prog; ac_word=$2
2531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2534 echo $ECHO_N "(cached) $ECHO_C" >&6
2535 else
2536 if test -n "$ac_ct_CC"; then
2537 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2538 else
2539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2540 for as_dir in $PATH
2542 IFS=$as_save_IFS
2543 test -z "$as_dir" && as_dir=.
2544 for ac_exec_ext in '' $ac_executable_extensions; do
2545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2546 ac_cv_prog_ac_ct_CC="$ac_prog"
2547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2548 break 2
2550 done
2551 done
2552 IFS=$as_save_IFS
2556 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2557 if test -n "$ac_ct_CC"; then
2558 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2559 echo "${ECHO_T}$ac_ct_CC" >&6; }
2560 else
2561 { echo "$as_me:$LINENO: result: no" >&5
2562 echo "${ECHO_T}no" >&6; }
2566 test -n "$ac_ct_CC" && break
2567 done
2569 if test "x$ac_ct_CC" = x; then
2570 CC=""
2571 else
2572 case $cross_compiling:$ac_tool_warned in
2573 yes:)
2574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2575 whose name does not start with the host triplet. If you think this
2576 configuration is useful to you, please write to autoconf@gnu.org." >&5
2577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet. If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2580 ac_tool_warned=yes ;;
2581 esac
2582 CC=$ac_ct_CC
2589 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: no acceptable C compiler found in \$PATH
2592 See \`config.log' for more details." >&2;}
2593 { (exit 1); exit 1; }; }
2595 # Provide some information about the compiler.
2596 echo "$as_me:$LINENO: checking for C compiler version" >&5
2597 ac_compiler=`set X $ac_compile; echo $2`
2598 { (ac_try="$ac_compiler --version >&5"
2599 case "(($ac_try" in
2600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2601 *) ac_try_echo=$ac_try;;
2602 esac
2603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2604 (eval "$ac_compiler --version >&5") 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
2608 { (ac_try="$ac_compiler -v >&5"
2609 case "(($ac_try" in
2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611 *) ac_try_echo=$ac_try;;
2612 esac
2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2614 (eval "$ac_compiler -v >&5") 2>&5
2615 ac_status=$?
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }
2618 { (ac_try="$ac_compiler -V >&5"
2619 case "(($ac_try" in
2620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2622 esac
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624 (eval "$ac_compiler -V >&5") 2>&5
2625 ac_status=$?
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); }
2629 cat >conftest.$ac_ext <<_ACEOF
2630 /* confdefs.h. */
2631 _ACEOF
2632 cat confdefs.h >>conftest.$ac_ext
2633 cat >>conftest.$ac_ext <<_ACEOF
2634 /* end confdefs.h. */
2637 main ()
2641 return 0;
2643 _ACEOF
2644 ac_clean_files_save=$ac_clean_files
2645 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2646 # Try to create an executable without -o first, disregard a.out.
2647 # It will help us diagnose broken compilers, and finding out an intuition
2648 # of exeext.
2649 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2650 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2651 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2653 # List of possible output files, starting from the most likely.
2654 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2655 # only as a last resort. b.out is created by i960 compilers.
2656 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2658 # The IRIX 6 linker writes into existing files which may not be
2659 # executable, retaining their permissions. Remove them first so a
2660 # subsequent execution test works.
2661 ac_rmfiles=
2662 for ac_file in $ac_files
2664 case $ac_file in
2665 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2666 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2667 esac
2668 done
2669 rm -f $ac_rmfiles
2671 if { (ac_try="$ac_link_default"
2672 case "(($ac_try" in
2673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2674 *) ac_try_echo=$ac_try;;
2675 esac
2676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2677 (eval "$ac_link_default") 2>&5
2678 ac_status=$?
2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680 (exit $ac_status); }; then
2681 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2684 # so that the user can short-circuit this test for compilers unknown to
2685 # Autoconf.
2686 for ac_file in $ac_files ''
2688 test -f "$ac_file" || continue
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2692 [ab].out )
2693 # We found the default executable, but exeext='' is most
2694 # certainly right.
2695 break;;
2696 *.* )
2697 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2698 then :; else
2699 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2701 # We set ac_cv_exeext here because the later test for it is not
2702 # safe: cross compilers may not add the suffix if given an `-o'
2703 # argument, so we may need to know it at that point already.
2704 # Even if this section looks crufty: it has the advantage of
2705 # actually working.
2706 break;;
2708 break;;
2709 esac
2710 done
2711 test "$ac_cv_exeext" = no && ac_cv_exeext=
2713 else
2714 ac_file=''
2717 { echo "$as_me:$LINENO: result: $ac_file" >&5
2718 echo "${ECHO_T}$ac_file" >&6; }
2719 if test -z "$ac_file"; then
2720 echo "$as_me: failed program was:" >&5
2721 sed 's/^/| /' conftest.$ac_ext >&5
2723 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: C compiler cannot create executables
2726 See \`config.log' for more details." >&2;}
2727 { (exit 77); exit 77; }; }
2730 ac_exeext=$ac_cv_exeext
2732 # Check that the compiler produces executables we can run. If not, either
2733 # the compiler is broken, or we cross compile.
2734 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2735 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2736 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2737 # If not cross compiling, check that we can run a simple program.
2738 if test "$cross_compiling" != yes; then
2739 if { ac_try='./$ac_file'
2740 { (case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2745 (eval "$ac_try") 2>&5
2746 ac_status=$?
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then
2749 cross_compiling=no
2750 else
2751 if test "$cross_compiling" = maybe; then
2752 cross_compiling=yes
2753 else
2754 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2755 If you meant to cross compile, use \`--host'.
2756 See \`config.log' for more details." >&5
2757 echo "$as_me: error: cannot run C compiled programs.
2758 If you meant to cross compile, use \`--host'.
2759 See \`config.log' for more details." >&2;}
2760 { (exit 1); exit 1; }; }
2764 { echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6; }
2767 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2768 ac_clean_files=$ac_clean_files_save
2769 # Check that the compiler produces executables we can run. If not, either
2770 # the compiler is broken, or we cross compile.
2771 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2772 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2773 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2774 echo "${ECHO_T}$cross_compiling" >&6; }
2776 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2777 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2778 if { (ac_try="$ac_link"
2779 case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_link") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; then
2788 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2789 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2790 # work properly (i.e., refer to `conftest.exe'), while it won't with
2791 # `rm'.
2792 for ac_file in conftest.exe conftest conftest.*; do
2793 test -f "$ac_file" || continue
2794 case $ac_file in
2795 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2796 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797 break;;
2798 * ) break;;
2799 esac
2800 done
2801 else
2802 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&5
2804 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2805 See \`config.log' for more details." >&2;}
2806 { (exit 1); exit 1; }; }
2809 rm -f conftest$ac_cv_exeext
2810 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2811 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2813 rm -f conftest.$ac_ext
2814 EXEEXT=$ac_cv_exeext
2815 ac_exeext=$EXEEXT
2816 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2817 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2818 if test "${ac_cv_objext+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2820 else
2821 cat >conftest.$ac_ext <<_ACEOF
2822 /* confdefs.h. */
2823 _ACEOF
2824 cat confdefs.h >>conftest.$ac_ext
2825 cat >>conftest.$ac_ext <<_ACEOF
2826 /* end confdefs.h. */
2829 main ()
2833 return 0;
2835 _ACEOF
2836 rm -f conftest.o conftest.obj
2837 if { (ac_try="$ac_compile"
2838 case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2841 esac
2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2843 (eval "$ac_compile") 2>&5
2844 ac_status=$?
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; then
2847 for ac_file in conftest.o conftest.obj conftest.*; do
2848 test -f "$ac_file" || continue;
2849 case $ac_file in
2850 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2851 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2852 break;;
2853 esac
2854 done
2855 else
2856 echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.$ac_ext >&5
2859 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&5
2861 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2862 See \`config.log' for more details." >&2;}
2863 { (exit 1); exit 1; }; }
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2868 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2869 echo "${ECHO_T}$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2871 ac_objext=$OBJEXT
2872 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2873 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2875 echo $ECHO_N "(cached) $ECHO_C" >&6
2876 else
2877 cat >conftest.$ac_ext <<_ACEOF
2878 /* confdefs.h. */
2879 _ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h. */
2885 main ()
2887 #ifndef __GNUC__
2888 choke me
2889 #endif
2892 return 0;
2894 _ACEOF
2895 rm -f conftest.$ac_objext
2896 if { (ac_try="$ac_compile"
2897 case "(($ac_try" in
2898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899 *) ac_try_echo=$ac_try;;
2900 esac
2901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2902 (eval "$ac_compile") 2>conftest.er1
2903 ac_status=$?
2904 grep -v '^ *+' conftest.er1 >conftest.err
2905 rm -f conftest.er1
2906 cat conftest.err >&5
2907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2908 (exit $ac_status); } && {
2909 test -z "$ac_c_werror_flag" ||
2910 test ! -s conftest.err
2911 } && test -s conftest.$ac_objext; then
2912 ac_compiler_gnu=yes
2913 else
2914 echo "$as_me: failed program was:" >&5
2915 sed 's/^/| /' conftest.$ac_ext >&5
2917 ac_compiler_gnu=no
2920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2924 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2925 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2926 GCC=`test $ac_compiler_gnu = yes && echo yes`
2927 ac_test_CFLAGS=${CFLAGS+set}
2928 ac_save_CFLAGS=$CFLAGS
2929 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2930 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2931 if test "${ac_cv_prog_cc_g+set}" = set; then
2932 echo $ECHO_N "(cached) $ECHO_C" >&6
2933 else
2934 ac_save_c_werror_flag=$ac_c_werror_flag
2935 ac_c_werror_flag=yes
2936 ac_cv_prog_cc_g=no
2937 CFLAGS="-g"
2938 cat >conftest.$ac_ext <<_ACEOF
2939 /* confdefs.h. */
2940 _ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h. */
2946 main ()
2950 return 0;
2952 _ACEOF
2953 rm -f conftest.$ac_objext
2954 if { (ac_try="$ac_compile"
2955 case "(($ac_try" in
2956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2957 *) ac_try_echo=$ac_try;;
2958 esac
2959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2960 (eval "$ac_compile") 2>conftest.er1
2961 ac_status=$?
2962 grep -v '^ *+' conftest.er1 >conftest.err
2963 rm -f conftest.er1
2964 cat conftest.err >&5
2965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966 (exit $ac_status); } && {
2967 test -z "$ac_c_werror_flag" ||
2968 test ! -s conftest.err
2969 } && test -s conftest.$ac_objext; then
2970 ac_cv_prog_cc_g=yes
2971 else
2972 echo "$as_me: failed program was:" >&5
2973 sed 's/^/| /' conftest.$ac_ext >&5
2975 CFLAGS=""
2976 cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h. */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2984 main ()
2988 return 0;
2990 _ACEOF
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2993 case "(($ac_try" in
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2996 esac
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998 (eval "$ac_compile") 2>conftest.er1
2999 ac_status=$?
3000 grep -v '^ *+' conftest.er1 >conftest.err
3001 rm -f conftest.er1
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } && {
3005 test -z "$ac_c_werror_flag" ||
3006 test ! -s conftest.err
3007 } && test -s conftest.$ac_objext; then
3009 else
3010 echo "$as_me: failed program was:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3013 ac_c_werror_flag=$ac_save_c_werror_flag
3014 CFLAGS="-g"
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3047 ac_cv_prog_cc_g=yes
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 ac_c_werror_flag=$ac_save_c_werror_flag
3064 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3065 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3066 if test "$ac_test_CFLAGS" = set; then
3067 CFLAGS=$ac_save_CFLAGS
3068 elif test $ac_cv_prog_cc_g = yes; then
3069 if test "$GCC" = yes; then
3070 CFLAGS="-g -O2"
3071 else
3072 CFLAGS="-g"
3074 else
3075 if test "$GCC" = yes; then
3076 CFLAGS="-O2"
3077 else
3078 CFLAGS=
3081 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3082 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3083 if test "${ac_cv_prog_cc_c89+set}" = set; then
3084 echo $ECHO_N "(cached) $ECHO_C" >&6
3085 else
3086 ac_cv_prog_cc_c89=no
3087 ac_save_CC=$CC
3088 cat >conftest.$ac_ext <<_ACEOF
3089 /* confdefs.h. */
3090 _ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3093 /* end confdefs.h. */
3094 #include <stdarg.h>
3095 #include <stdio.h>
3096 #include <sys/types.h>
3097 #include <sys/stat.h>
3098 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3099 struct buf { int x; };
3100 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3101 static char *e (p, i)
3102 char **p;
3103 int i;
3105 return p[i];
3107 static char *f (char * (*g) (char **, int), char **p, ...)
3109 char *s;
3110 va_list v;
3111 va_start (v,p);
3112 s = g (p, va_arg (v,int));
3113 va_end (v);
3114 return s;
3117 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3118 function prototypes and stuff, but not '\xHH' hex character constants.
3119 These don't provoke an error unfortunately, instead are silently treated
3120 as 'x'. The following induces an error, until -std is added to get
3121 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3122 array size at least. It's necessary to write '\x00'==0 to get something
3123 that's true only with -std. */
3124 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3126 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3127 inside strings and character constants. */
3128 #define FOO(x) 'x'
3129 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3131 int test (int i, double x);
3132 struct s1 {int (*f) (int a);};
3133 struct s2 {int (*f) (double a);};
3134 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3135 int argc;
3136 char **argv;
3138 main ()
3140 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3142 return 0;
3144 _ACEOF
3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3146 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3148 CC="$ac_save_CC $ac_arg"
3149 rm -f conftest.$ac_objext
3150 if { (ac_try="$ac_compile"
3151 case "(($ac_try" in
3152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3153 *) ac_try_echo=$ac_try;;
3154 esac
3155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3156 (eval "$ac_compile") 2>conftest.er1
3157 ac_status=$?
3158 grep -v '^ *+' conftest.er1 >conftest.err
3159 rm -f conftest.er1
3160 cat conftest.err >&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); } && {
3163 test -z "$ac_c_werror_flag" ||
3164 test ! -s conftest.err
3165 } && test -s conftest.$ac_objext; then
3166 ac_cv_prog_cc_c89=$ac_arg
3167 else
3168 echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.$ac_ext >&5
3174 rm -f core conftest.err conftest.$ac_objext
3175 test "x$ac_cv_prog_cc_c89" != "xno" && break
3176 done
3177 rm -f conftest.$ac_ext
3178 CC=$ac_save_CC
3181 # AC_CACHE_VAL
3182 case "x$ac_cv_prog_cc_c89" in
3184 { echo "$as_me:$LINENO: result: none needed" >&5
3185 echo "${ECHO_T}none needed" >&6; } ;;
3186 xno)
3187 { echo "$as_me:$LINENO: result: unsupported" >&5
3188 echo "${ECHO_T}unsupported" >&6; } ;;
3190 CC="$CC $ac_cv_prog_cc_c89"
3191 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3192 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3193 esac
3196 ac_ext=c
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3202 ac_ext=cpp
3203 ac_cpp='$CXXCPP $CPPFLAGS'
3204 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3207 if test -z "$CXX"; then
3208 if test -n "$CCC"; then
3209 CXX=$CCC
3210 else
3211 if test -n "$ac_tool_prefix"; then
3212 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3214 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3215 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3216 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3217 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3218 if test "${ac_cv_prog_CXX+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220 else
3221 if test -n "$CXX"; then
3222 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3223 else
3224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3225 for as_dir in $PATH
3227 IFS=$as_save_IFS
3228 test -z "$as_dir" && as_dir=.
3229 for ac_exec_ext in '' $ac_executable_extensions; do
3230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3232 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3233 break 2
3235 done
3236 done
3237 IFS=$as_save_IFS
3241 CXX=$ac_cv_prog_CXX
3242 if test -n "$CXX"; then
3243 { echo "$as_me:$LINENO: result: $CXX" >&5
3244 echo "${ECHO_T}$CXX" >&6; }
3245 else
3246 { echo "$as_me:$LINENO: result: no" >&5
3247 echo "${ECHO_T}no" >&6; }
3251 test -n "$CXX" && break
3252 done
3254 if test -z "$CXX"; then
3255 ac_ct_CXX=$CXX
3256 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3258 # Extract the first word of "$ac_prog", so it can be a program name with args.
3259 set dummy $ac_prog; ac_word=$2
3260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3262 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3263 echo $ECHO_N "(cached) $ECHO_C" >&6
3264 else
3265 if test -n "$ac_ct_CXX"; then
3266 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3267 else
3268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3269 for as_dir in $PATH
3271 IFS=$as_save_IFS
3272 test -z "$as_dir" && as_dir=.
3273 for ac_exec_ext in '' $ac_executable_extensions; do
3274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3275 ac_cv_prog_ac_ct_CXX="$ac_prog"
3276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3277 break 2
3279 done
3280 done
3281 IFS=$as_save_IFS
3285 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3286 if test -n "$ac_ct_CXX"; then
3287 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3288 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3289 else
3290 { echo "$as_me:$LINENO: result: no" >&5
3291 echo "${ECHO_T}no" >&6; }
3295 test -n "$ac_ct_CXX" && break
3296 done
3298 if test "x$ac_ct_CXX" = x; then
3299 CXX="g++"
3300 else
3301 case $cross_compiling:$ac_tool_warned in
3302 yes:)
3303 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3304 whose name does not start with the host triplet. If you think this
3305 configuration is useful to you, please write to autoconf@gnu.org." >&5
3306 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet. If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3309 ac_tool_warned=yes ;;
3310 esac
3311 CXX=$ac_ct_CXX
3317 # Provide some information about the compiler.
3318 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3319 ac_compiler=`set X $ac_compile; echo $2`
3320 { (ac_try="$ac_compiler --version >&5"
3321 case "(($ac_try" in
3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323 *) ac_try_echo=$ac_try;;
3324 esac
3325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3326 (eval "$ac_compiler --version >&5") 2>&5
3327 ac_status=$?
3328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3329 (exit $ac_status); }
3330 { (ac_try="$ac_compiler -v >&5"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3336 (eval "$ac_compiler -v >&5") 2>&5
3337 ac_status=$?
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); }
3340 { (ac_try="$ac_compiler -V >&5"
3341 case "(($ac_try" in
3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343 *) ac_try_echo=$ac_try;;
3344 esac
3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3346 (eval "$ac_compiler -V >&5") 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }
3351 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3352 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3353 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
3355 else
3356 cat >conftest.$ac_ext <<_ACEOF
3357 /* confdefs.h. */
3358 _ACEOF
3359 cat confdefs.h >>conftest.$ac_ext
3360 cat >>conftest.$ac_ext <<_ACEOF
3361 /* end confdefs.h. */
3364 main ()
3366 #ifndef __GNUC__
3367 choke me
3368 #endif
3371 return 0;
3373 _ACEOF
3374 rm -f conftest.$ac_objext
3375 if { (ac_try="$ac_compile"
3376 case "(($ac_try" in
3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3378 *) ac_try_echo=$ac_try;;
3379 esac
3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3381 (eval "$ac_compile") 2>conftest.er1
3382 ac_status=$?
3383 grep -v '^ *+' conftest.er1 >conftest.err
3384 rm -f conftest.er1
3385 cat conftest.err >&5
3386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3387 (exit $ac_status); } && {
3388 test -z "$ac_cxx_werror_flag" ||
3389 test ! -s conftest.err
3390 } && test -s conftest.$ac_objext; then
3391 ac_compiler_gnu=yes
3392 else
3393 echo "$as_me: failed program was:" >&5
3394 sed 's/^/| /' conftest.$ac_ext >&5
3396 ac_compiler_gnu=no
3399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3400 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3403 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3404 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3405 GXX=`test $ac_compiler_gnu = yes && echo yes`
3406 ac_test_CXXFLAGS=${CXXFLAGS+set}
3407 ac_save_CXXFLAGS=$CXXFLAGS
3408 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3409 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3410 if test "${ac_cv_prog_cxx_g+set}" = set; then
3411 echo $ECHO_N "(cached) $ECHO_C" >&6
3412 else
3413 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3414 ac_cxx_werror_flag=yes
3415 ac_cv_prog_cxx_g=no
3416 CXXFLAGS="-g"
3417 cat >conftest.$ac_ext <<_ACEOF
3418 /* confdefs.h. */
3419 _ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3425 main ()
3429 return 0;
3431 _ACEOF
3432 rm -f conftest.$ac_objext
3433 if { (ac_try="$ac_compile"
3434 case "(($ac_try" in
3435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436 *) ac_try_echo=$ac_try;;
3437 esac
3438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3439 (eval "$ac_compile") 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_cxx_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 ac_cv_prog_cxx_g=yes
3450 else
3451 echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3454 CXXFLAGS=""
3455 cat >conftest.$ac_ext <<_ACEOF
3456 /* confdefs.h. */
3457 _ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h. */
3463 main ()
3467 return 0;
3469 _ACEOF
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3472 case "(($ac_try" in
3473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474 *) ac_try_echo=$ac_try;;
3475 esac
3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3477 (eval "$ac_compile") 2>conftest.er1
3478 ac_status=$?
3479 grep -v '^ *+' conftest.er1 >conftest.err
3480 rm -f conftest.er1
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } && {
3484 test -z "$ac_cxx_werror_flag" ||
3485 test ! -s conftest.err
3486 } && test -s conftest.$ac_objext; then
3488 else
3489 echo "$as_me: failed program was:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3492 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3493 CXXFLAGS="-g"
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3526 ac_cv_prog_cxx_g=yes
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3543 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3544 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3545 if test "$ac_test_CXXFLAGS" = set; then
3546 CXXFLAGS=$ac_save_CXXFLAGS
3547 elif test $ac_cv_prog_cxx_g = yes; then
3548 if test "$GXX" = yes; then
3549 CXXFLAGS="-g -O2"
3550 else
3551 CXXFLAGS="-g"
3553 else
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-O2"
3556 else
3557 CXXFLAGS=
3560 ac_ext=c
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3566 if test -n "$ac_tool_prefix"; then
3567 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3568 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3571 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3572 echo $ECHO_N "(cached) $ECHO_C" >&6
3573 else
3574 if test -n "$CPPBIN"; then
3575 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3576 else
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 for as_dir in $PATH
3580 IFS=$as_save_IFS
3581 test -z "$as_dir" && as_dir=.
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3584 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3586 break 2
3588 done
3589 done
3590 IFS=$as_save_IFS
3594 CPPBIN=$ac_cv_prog_CPPBIN
3595 if test -n "$CPPBIN"; then
3596 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3597 echo "${ECHO_T}$CPPBIN" >&6; }
3598 else
3599 { echo "$as_me:$LINENO: result: no" >&5
3600 echo "${ECHO_T}no" >&6; }
3605 if test -z "$ac_cv_prog_CPPBIN"; then
3606 ac_ct_CPPBIN=$CPPBIN
3607 # Extract the first word of "cpp", so it can be a program name with args.
3608 set dummy cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614 if test -n "$ac_ct_CPPBIN"; then
3615 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3620 IFS=$as_save_IFS
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_ac_ct_CPPBIN="cpp"
3625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 break 2
3628 done
3629 done
3630 IFS=$as_save_IFS
3634 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3635 if test -n "$ac_ct_CPPBIN"; then
3636 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3637 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3638 else
3639 { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3643 if test "x$ac_ct_CPPBIN" = x; then
3644 CPPBIN="cpp"
3645 else
3646 case $cross_compiling:$ac_tool_warned in
3647 yes:)
3648 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3649 whose name does not start with the host triplet. If you think this
3650 configuration is useful to you, please write to autoconf@gnu.org." >&5
3651 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3652 whose name does not start with the host triplet. If you think this
3653 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3654 ac_tool_warned=yes ;;
3655 esac
3656 CPPBIN=$ac_ct_CPPBIN
3658 else
3659 CPPBIN="$ac_cv_prog_CPPBIN"
3663 case $host in
3664 *-darwin*)
3665 if test "x$enable_win64" == "xyes"
3666 then
3667 CC="$CC -m64"
3668 CXX="$CXX -m64"
3669 LD="${LD:-ld} -arch x86_64"
3670 AS="${AS:-as} -arch x86_64"
3671 host_cpu="x86_64"
3672 notice_platform="64-bit "
3673 TARGETFLAGS="-m64"
3675 else
3676 CC="$CC -m32"
3677 CXX="$CXX -m32"
3678 LD="${LD:-ld} -arch i386"
3679 AS="${AS:-as} -arch i386"
3680 host_cpu="i386"
3681 notice_platform="32-bit "
3682 TARGETFLAGS="-m32"
3684 enable_win16=${enable_win16:-yes}
3687 x86_64*)
3688 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3689 then
3690 CC="$CC -m32"
3691 CXX="$CXX -m32"
3692 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3693 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3695 cat >conftest.$ac_ext <<_ACEOF
3696 /* confdefs.h. */
3697 _ACEOF
3698 cat confdefs.h >>conftest.$ac_ext
3699 cat >>conftest.$ac_ext <<_ACEOF
3700 /* end confdefs.h. */
3703 main ()
3707 return 0;
3709 _ACEOF
3710 rm -f conftest.$ac_objext conftest$ac_exeext
3711 if { (ac_try="$ac_link"
3712 case "(($ac_try" in
3713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3714 *) ac_try_echo=$ac_try;;
3715 esac
3716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3717 (eval "$ac_link") 2>conftest.er1
3718 ac_status=$?
3719 grep -v '^ *+' conftest.er1 >conftest.err
3720 rm -f conftest.er1
3721 cat conftest.err >&5
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); } && {
3724 test -z "$ac_c_werror_flag" ||
3725 test ! -s conftest.err
3726 } && test -s conftest$ac_exeext &&
3727 $as_test_x conftest$ac_exeext; then
3728 { echo "$as_me:$LINENO: result: yes" >&5
3729 echo "${ECHO_T}yes" >&6; }
3730 else
3731 echo "$as_me: failed program was:" >&5
3732 sed 's/^/| /' conftest.$ac_ext >&5
3734 { echo "$as_me:$LINENO: result: no" >&5
3735 echo "${ECHO_T}no" >&6; }
3736 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3737 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3738 { (exit 1); exit 1; }; }
3741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3742 conftest$ac_exeext conftest.$ac_ext
3743 LD="${LD:-ld} -m elf_i386"
3744 AS="${AS:-as} --32"
3745 host_cpu="i386"
3746 notice_platform="32-bit "
3747 TARGETFLAGS="-m32"
3749 enable_win16=${enable_win16:-yes}
3750 else
3751 TARGETFLAGS="-m64"
3755 *-mingw32*|*-cygwin*)
3756 enable_win16=${enable_win16:-no}
3758 i[3456789]86*)
3759 enable_win16=${enable_win16:-yes}
3761 esac
3763 enable_win16=${enable_win16:-no}
3765 WIN16_FILES="\$(WIN16_FILES)"
3767 WIN16_INSTALL="\$(WIN16_INSTALL)"
3769 if test "x$enable_win16" != "xyes"
3770 then
3771 WIN16_FILES=""
3772 WIN16_INSTALL=""
3773 enable_w32skrnl=${enable_w32skrnl:-no}
3774 enable_winedos=${enable_winedos:-no}
3775 enable_winevdm=${enable_winevdm:-no}
3778 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3779 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3780 if test "${wine_cv_toolsdir+set}" = set; then
3781 echo $ECHO_N "(cached) $ECHO_C" >&6
3782 else
3783 if test -z "$with_wine_tools"; then
3784 if test "$cross_compiling" = "yes"; then
3785 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3786 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3787 { (exit 1); exit 1; }; }
3788 else
3789 wine_cv_toolsdir="\$(TOPOBJDIR)"
3791 elif test -d "$with_wine_tools/tools/winebuild"; then
3792 case $with_wine_tools in
3793 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3794 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3795 esac
3796 else
3797 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3798 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3799 { (exit 1); exit 1; }; }
3802 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3803 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3804 TOOLSDIR=$wine_cv_toolsdir
3806 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3807 then
3808 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3812 for ac_prog in flex
3814 # Extract the first word of "$ac_prog", so it can be a program name with args.
3815 set dummy $ac_prog; ac_word=$2
3816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3818 if test "${ac_cv_prog_FLEX+set}" = set; then
3819 echo $ECHO_N "(cached) $ECHO_C" >&6
3820 else
3821 if test -n "$FLEX"; then
3822 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3823 else
3824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3825 for as_dir in $PATH
3827 IFS=$as_save_IFS
3828 test -z "$as_dir" && as_dir=.
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3831 ac_cv_prog_FLEX="$ac_prog"
3832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3833 break 2
3835 done
3836 done
3837 IFS=$as_save_IFS
3841 FLEX=$ac_cv_prog_FLEX
3842 if test -n "$FLEX"; then
3843 { echo "$as_me:$LINENO: result: $FLEX" >&5
3844 echo "${ECHO_T}$FLEX" >&6; }
3845 else
3846 { echo "$as_me:$LINENO: result: no" >&5
3847 echo "${ECHO_T}no" >&6; }
3851 test -n "$FLEX" && break
3852 done
3853 test -n "$FLEX" || FLEX="none"
3855 if test "$FLEX" = "none"
3856 then
3857 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3858 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3859 { (exit 1); exit 1; }; }
3862 for ac_prog in bison
3864 # Extract the first word of "$ac_prog", so it can be a program name with args.
3865 set dummy $ac_prog; ac_word=$2
3866 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3868 if test "${ac_cv_prog_BISON+set}" = set; then
3869 echo $ECHO_N "(cached) $ECHO_C" >&6
3870 else
3871 if test -n "$BISON"; then
3872 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3873 else
3874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3875 for as_dir in $PATH
3877 IFS=$as_save_IFS
3878 test -z "$as_dir" && as_dir=.
3879 for ac_exec_ext in '' $ac_executable_extensions; do
3880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3881 ac_cv_prog_BISON="$ac_prog"
3882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3883 break 2
3885 done
3886 done
3887 IFS=$as_save_IFS
3891 BISON=$ac_cv_prog_BISON
3892 if test -n "$BISON"; then
3893 { echo "$as_me:$LINENO: result: $BISON" >&5
3894 echo "${ECHO_T}$BISON" >&6; }
3895 else
3896 { echo "$as_me:$LINENO: result: no" >&5
3897 echo "${ECHO_T}no" >&6; }
3901 test -n "$BISON" && break
3902 done
3903 test -n "$BISON" || BISON="none"
3905 if test "$BISON" = "none"
3906 then
3907 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3908 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3909 { (exit 1); exit 1; }; }
3912 if test -n "$ac_tool_prefix"; then
3913 for ac_prog in ar gar
3915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3916 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3919 if test "${ac_cv_prog_AR+set}" = set; then
3920 echo $ECHO_N "(cached) $ECHO_C" >&6
3921 else
3922 if test -n "$AR"; then
3923 ac_cv_prog_AR="$AR" # Let the user override the test.
3924 else
3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926 for as_dir in $PATH
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3936 done
3937 done
3938 IFS=$as_save_IFS
3942 AR=$ac_cv_prog_AR
3943 if test -n "$AR"; then
3944 { echo "$as_me:$LINENO: result: $AR" >&5
3945 echo "${ECHO_T}$AR" >&6; }
3946 else
3947 { echo "$as_me:$LINENO: result: no" >&5
3948 echo "${ECHO_T}no" >&6; }
3952 test -n "$AR" && break
3953 done
3955 if test -z "$AR"; then
3956 ac_ct_AR=$AR
3957 for ac_prog in ar gar
3959 # Extract the first word of "$ac_prog", so it can be a program name with args.
3960 set dummy $ac_prog; ac_word=$2
3961 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3962 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3963 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3964 echo $ECHO_N "(cached) $ECHO_C" >&6
3965 else
3966 if test -n "$ac_ct_AR"; then
3967 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976 ac_cv_prog_ac_ct_AR="$ac_prog"
3977 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 break 2
3980 done
3981 done
3982 IFS=$as_save_IFS
3986 ac_ct_AR=$ac_cv_prog_ac_ct_AR
3987 if test -n "$ac_ct_AR"; then
3988 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3989 echo "${ECHO_T}$ac_ct_AR" >&6; }
3990 else
3991 { echo "$as_me:$LINENO: result: no" >&5
3992 echo "${ECHO_T}no" >&6; }
3996 test -n "$ac_ct_AR" && break
3997 done
3999 if test "x$ac_ct_AR" = x; then
4000 AR="ar"
4001 else
4002 case $cross_compiling:$ac_tool_warned in
4003 yes:)
4004 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4005 whose name does not start with the host triplet. If you think this
4006 configuration is useful to you, please write to autoconf@gnu.org." >&5
4007 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4008 whose name does not start with the host triplet. If you think this
4009 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4010 ac_tool_warned=yes ;;
4011 esac
4012 AR=$ac_ct_AR
4016 ARFLAGS=rc
4018 if test -n "$ac_tool_prefix"; then
4019 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4020 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4021 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4022 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4023 if test "${ac_cv_prog_RANLIB+set}" = set; then
4024 echo $ECHO_N "(cached) $ECHO_C" >&6
4025 else
4026 if test -n "$RANLIB"; then
4027 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4028 else
4029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4030 for as_dir in $PATH
4032 IFS=$as_save_IFS
4033 test -z "$as_dir" && as_dir=.
4034 for ac_exec_ext in '' $ac_executable_extensions; do
4035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4036 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4037 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4038 break 2
4040 done
4041 done
4042 IFS=$as_save_IFS
4046 RANLIB=$ac_cv_prog_RANLIB
4047 if test -n "$RANLIB"; then
4048 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4049 echo "${ECHO_T}$RANLIB" >&6; }
4050 else
4051 { echo "$as_me:$LINENO: result: no" >&5
4052 echo "${ECHO_T}no" >&6; }
4057 if test -z "$ac_cv_prog_RANLIB"; then
4058 ac_ct_RANLIB=$RANLIB
4059 # Extract the first word of "ranlib", so it can be a program name with args.
4060 set dummy ranlib; ac_word=$2
4061 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4062 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4063 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4064 echo $ECHO_N "(cached) $ECHO_C" >&6
4065 else
4066 if test -n "$ac_ct_RANLIB"; then
4067 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4068 else
4069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4070 for as_dir in $PATH
4072 IFS=$as_save_IFS
4073 test -z "$as_dir" && as_dir=.
4074 for ac_exec_ext in '' $ac_executable_extensions; do
4075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4076 ac_cv_prog_ac_ct_RANLIB="ranlib"
4077 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4078 break 2
4080 done
4081 done
4082 IFS=$as_save_IFS
4086 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4087 if test -n "$ac_ct_RANLIB"; then
4088 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4089 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4090 else
4091 { echo "$as_me:$LINENO: result: no" >&5
4092 echo "${ECHO_T}no" >&6; }
4095 if test "x$ac_ct_RANLIB" = x; then
4096 RANLIB=":"
4097 else
4098 case $cross_compiling:$ac_tool_warned in
4099 yes:)
4100 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4101 whose name does not start with the host triplet. If you think this
4102 configuration is useful to you, please write to autoconf@gnu.org." >&5
4103 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4104 whose name does not start with the host triplet. If you think this
4105 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4106 ac_tool_warned=yes ;;
4107 esac
4108 RANLIB=$ac_ct_RANLIB
4110 else
4111 RANLIB="$ac_cv_prog_RANLIB"
4114 if test -n "$ac_tool_prefix"; then
4115 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4116 set dummy ${ac_tool_prefix}strip; ac_word=$2
4117 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4119 if test "${ac_cv_prog_STRIP+set}" = set; then
4120 echo $ECHO_N "(cached) $ECHO_C" >&6
4121 else
4122 if test -n "$STRIP"; then
4123 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4124 else
4125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4126 for as_dir in $PATH
4128 IFS=$as_save_IFS
4129 test -z "$as_dir" && as_dir=.
4130 for ac_exec_ext in '' $ac_executable_extensions; do
4131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4132 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4134 break 2
4136 done
4137 done
4138 IFS=$as_save_IFS
4142 STRIP=$ac_cv_prog_STRIP
4143 if test -n "$STRIP"; then
4144 { echo "$as_me:$LINENO: result: $STRIP" >&5
4145 echo "${ECHO_T}$STRIP" >&6; }
4146 else
4147 { echo "$as_me:$LINENO: result: no" >&5
4148 echo "${ECHO_T}no" >&6; }
4153 if test -z "$ac_cv_prog_STRIP"; then
4154 ac_ct_STRIP=$STRIP
4155 # Extract the first word of "strip", so it can be a program name with args.
4156 set dummy strip; ac_word=$2
4157 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4158 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4159 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4160 echo $ECHO_N "(cached) $ECHO_C" >&6
4161 else
4162 if test -n "$ac_ct_STRIP"; then
4163 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4164 else
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166 for as_dir in $PATH
4168 IFS=$as_save_IFS
4169 test -z "$as_dir" && as_dir=.
4170 for ac_exec_ext in '' $ac_executable_extensions; do
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172 ac_cv_prog_ac_ct_STRIP="strip"
4173 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174 break 2
4176 done
4177 done
4178 IFS=$as_save_IFS
4182 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4183 if test -n "$ac_ct_STRIP"; then
4184 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4185 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4186 else
4187 { echo "$as_me:$LINENO: result: no" >&5
4188 echo "${ECHO_T}no" >&6; }
4191 if test "x$ac_ct_STRIP" = x; then
4192 STRIP="strip"
4193 else
4194 case $cross_compiling:$ac_tool_warned in
4195 yes:)
4196 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4197 whose name does not start with the host triplet. If you think this
4198 configuration is useful to you, please write to autoconf@gnu.org." >&5
4199 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4200 whose name does not start with the host triplet. If you think this
4201 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4202 ac_tool_warned=yes ;;
4203 esac
4204 STRIP=$ac_ct_STRIP
4206 else
4207 STRIP="$ac_cv_prog_STRIP"
4210 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4211 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4212 LN_S=$as_ln_s
4213 if test "$LN_S" = "ln -s"; then
4214 { echo "$as_me:$LINENO: result: yes" >&5
4215 echo "${ECHO_T}yes" >&6; }
4216 else
4217 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4218 echo "${ECHO_T}no, using $LN_S" >&6; }
4221 { echo "$as_me:$LINENO: checking whether ln works" >&5
4222 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4223 rm -f conf$$ conf$$.file
4224 echo >conf$$.file
4225 if ln conf$$.file conf$$ 2>/dev/null; then
4226 LN=ln
4228 { echo "$as_me:$LINENO: result: yes" >&5
4229 echo "${ECHO_T}yes" >&6; }
4230 else
4231 LN="cp -p"
4233 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4234 echo "${ECHO_T}no, using $LN" >&6; }
4236 rm -f conf$$ conf$$.file
4237 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4238 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4239 if test "${ac_cv_path_GREP+set}" = set; then
4240 echo $ECHO_N "(cached) $ECHO_C" >&6
4241 else
4242 # Extract the first word of "grep ggrep" to use in msg output
4243 if test -z "$GREP"; then
4244 set dummy grep ggrep; ac_prog_name=$2
4245 if test "${ac_cv_path_GREP+set}" = set; then
4246 echo $ECHO_N "(cached) $ECHO_C" >&6
4247 else
4248 ac_path_GREP_found=false
4249 # Loop through the user's path and test for each of PROGNAME-LIST
4250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4251 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4253 IFS=$as_save_IFS
4254 test -z "$as_dir" && as_dir=.
4255 for ac_prog in grep ggrep; do
4256 for ac_exec_ext in '' $ac_executable_extensions; do
4257 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4258 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4259 # Check for GNU ac_path_GREP and select it if it is found.
4260 # Check for GNU $ac_path_GREP
4261 case `"$ac_path_GREP" --version 2>&1` in
4262 *GNU*)
4263 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4265 ac_count=0
4266 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4267 while :
4269 cat "conftest.in" "conftest.in" >"conftest.tmp"
4270 mv "conftest.tmp" "conftest.in"
4271 cp "conftest.in" "conftest.nl"
4272 echo 'GREP' >> "conftest.nl"
4273 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4274 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4275 ac_count=`expr $ac_count + 1`
4276 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4277 # Best one so far, save it but keep looking for a better one
4278 ac_cv_path_GREP="$ac_path_GREP"
4279 ac_path_GREP_max=$ac_count
4281 # 10*(2^10) chars as input seems more than enough
4282 test $ac_count -gt 10 && break
4283 done
4284 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4285 esac
4288 $ac_path_GREP_found && break 3
4289 done
4290 done
4292 done
4293 IFS=$as_save_IFS
4298 GREP="$ac_cv_path_GREP"
4299 if test -z "$GREP"; then
4300 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4301 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4302 { (exit 1); exit 1; }; }
4305 else
4306 ac_cv_path_GREP=$GREP
4311 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4312 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4313 GREP="$ac_cv_path_GREP"
4316 { echo "$as_me:$LINENO: checking for egrep" >&5
4317 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4318 if test "${ac_cv_path_EGREP+set}" = set; then
4319 echo $ECHO_N "(cached) $ECHO_C" >&6
4320 else
4321 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4322 then ac_cv_path_EGREP="$GREP -E"
4323 else
4324 # Extract the first word of "egrep" to use in msg output
4325 if test -z "$EGREP"; then
4326 set dummy egrep; ac_prog_name=$2
4327 if test "${ac_cv_path_EGREP+set}" = set; then
4328 echo $ECHO_N "(cached) $ECHO_C" >&6
4329 else
4330 ac_path_EGREP_found=false
4331 # Loop through the user's path and test for each of PROGNAME-LIST
4332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4333 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4335 IFS=$as_save_IFS
4336 test -z "$as_dir" && as_dir=.
4337 for ac_prog in egrep; do
4338 for ac_exec_ext in '' $ac_executable_extensions; do
4339 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4340 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4341 # Check for GNU ac_path_EGREP and select it if it is found.
4342 # Check for GNU $ac_path_EGREP
4343 case `"$ac_path_EGREP" --version 2>&1` in
4344 *GNU*)
4345 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4347 ac_count=0
4348 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4349 while :
4351 cat "conftest.in" "conftest.in" >"conftest.tmp"
4352 mv "conftest.tmp" "conftest.in"
4353 cp "conftest.in" "conftest.nl"
4354 echo 'EGREP' >> "conftest.nl"
4355 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4356 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4357 ac_count=`expr $ac_count + 1`
4358 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4359 # Best one so far, save it but keep looking for a better one
4360 ac_cv_path_EGREP="$ac_path_EGREP"
4361 ac_path_EGREP_max=$ac_count
4363 # 10*(2^10) chars as input seems more than enough
4364 test $ac_count -gt 10 && break
4365 done
4366 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4367 esac
4370 $ac_path_EGREP_found && break 3
4371 done
4372 done
4374 done
4375 IFS=$as_save_IFS
4380 EGREP="$ac_cv_path_EGREP"
4381 if test -z "$EGREP"; then
4382 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4383 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4384 { (exit 1); exit 1; }; }
4387 else
4388 ac_cv_path_EGREP=$EGREP
4394 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4395 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4396 EGREP="$ac_cv_path_EGREP"
4399 # Extract the first word of "ldconfig", so it can be a program name with args.
4400 set dummy ldconfig; ac_word=$2
4401 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4403 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4404 echo $ECHO_N "(cached) $ECHO_C" >&6
4405 else
4406 case $LDCONFIG in
4407 [\\/]* | ?:[\\/]*)
4408 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in /sbin /usr/sbin $PATH
4414 IFS=$as_save_IFS
4415 test -z "$as_dir" && as_dir=.
4416 for ac_exec_ext in '' $ac_executable_extensions; do
4417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4418 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 break 2
4422 done
4423 done
4424 IFS=$as_save_IFS
4426 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4428 esac
4430 LDCONFIG=$ac_cv_path_LDCONFIG
4431 if test -n "$LDCONFIG"; then
4432 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4433 echo "${ECHO_T}$LDCONFIG" >&6; }
4434 else
4435 { echo "$as_me:$LINENO: result: no" >&5
4436 echo "${ECHO_T}no" >&6; }
4440 # Find a good install program. We prefer a C program (faster),
4441 # so one script is as good as another. But avoid the broken or
4442 # incompatible versions:
4443 # SysV /etc/install, /usr/sbin/install
4444 # SunOS /usr/etc/install
4445 # IRIX /sbin/install
4446 # AIX /bin/install
4447 # AmigaOS /C/install, which installs bootblocks on floppy discs
4448 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4449 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4450 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4451 # OS/2's system install, which has a completely different semantic
4452 # ./install, which can be erroneously created by make from ./install.sh.
4453 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4454 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4455 if test -z "$INSTALL"; then
4456 if test "${ac_cv_path_install+set}" = set; then
4457 echo $ECHO_N "(cached) $ECHO_C" >&6
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 # Account for people who put trailing slashes in PATH elements.
4465 case $as_dir/ in
4466 ./ | .// | /cC/* | \
4467 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4468 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4469 /usr/ucb/* ) ;;
4471 # OSF1 and SCO ODT 3.0 have their own names for install.
4472 # Don't use installbsd from OSF since it installs stuff as root
4473 # by default.
4474 for ac_prog in ginstall scoinst install; do
4475 for ac_exec_ext in '' $ac_executable_extensions; do
4476 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4477 if test $ac_prog = install &&
4478 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4479 # AIX install. It has an incompatible calling convention.
4481 elif test $ac_prog = install &&
4482 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4483 # program-specific install script used by HP pwplus--don't use.
4485 else
4486 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4487 break 3
4490 done
4491 done
4493 esac
4494 done
4495 IFS=$as_save_IFS
4499 if test "${ac_cv_path_install+set}" = set; then
4500 INSTALL=$ac_cv_path_install
4501 else
4502 # As a last resort, use the slow shell script. Don't cache a
4503 # value for INSTALL within a source directory, because that will
4504 # break other packages using the cache if that directory is
4505 # removed, or if the value is a relative name.
4506 INSTALL=$ac_install_sh
4509 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4510 echo "${ECHO_T}$INSTALL" >&6; }
4512 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4513 # It thinks the first close brace ends the variable substitution.
4514 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4516 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4518 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4520 case "$INSTALL" in
4521 [\\/$]* | ?:[\\/]* ) ;;
4522 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4523 esac
4525 for ac_prog in lclint lint
4527 # Extract the first word of "$ac_prog", so it can be a program name with args.
4528 set dummy $ac_prog; ac_word=$2
4529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4531 if test "${ac_cv_prog_LINT+set}" = set; then
4532 echo $ECHO_N "(cached) $ECHO_C" >&6
4533 else
4534 if test -n "$LINT"; then
4535 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4536 else
4537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4538 for as_dir in $PATH
4540 IFS=$as_save_IFS
4541 test -z "$as_dir" && as_dir=.
4542 for ac_exec_ext in '' $ac_executable_extensions; do
4543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4544 ac_cv_prog_LINT="$ac_prog"
4545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4546 break 2
4548 done
4549 done
4550 IFS=$as_save_IFS
4554 LINT=$ac_cv_prog_LINT
4555 if test -n "$LINT"; then
4556 { echo "$as_me:$LINENO: result: $LINT" >&5
4557 echo "${ECHO_T}$LINT" >&6; }
4558 else
4559 { echo "$as_me:$LINENO: result: no" >&5
4560 echo "${ECHO_T}no" >&6; }
4564 test -n "$LINT" && break
4565 done
4567 if test "$LINT" = "lint"
4568 then
4569 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4574 for ac_prog in fontforge
4576 # Extract the first word of "$ac_prog", so it can be a program name with args.
4577 set dummy $ac_prog; ac_word=$2
4578 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4579 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4580 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4581 echo $ECHO_N "(cached) $ECHO_C" >&6
4582 else
4583 if test -n "$FONTFORGE"; then
4584 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4585 else
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4593 ac_cv_prog_FONTFORGE="$ac_prog"
4594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4595 break 2
4597 done
4598 done
4599 IFS=$as_save_IFS
4603 FONTFORGE=$ac_cv_prog_FONTFORGE
4604 if test -n "$FONTFORGE"; then
4605 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4606 echo "${ECHO_T}$FONTFORGE" >&6; }
4607 else
4608 { echo "$as_me:$LINENO: result: no" >&5
4609 echo "${ECHO_T}no" >&6; }
4613 test -n "$FONTFORGE" && break
4614 done
4615 test -n "$FONTFORGE" || FONTFORGE="false"
4617 for ac_prog in pkg-config
4619 # Extract the first word of "$ac_prog", so it can be a program name with args.
4620 set dummy $ac_prog; ac_word=$2
4621 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4623 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4624 echo $ECHO_N "(cached) $ECHO_C" >&6
4625 else
4626 if test -n "$PKG_CONFIG"; then
4627 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4628 else
4629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
4634 for ac_exec_ext in '' $ac_executable_extensions; do
4635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4636 ac_cv_prog_PKG_CONFIG="$ac_prog"
4637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4638 break 2
4640 done
4641 done
4642 IFS=$as_save_IFS
4646 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4647 if test -n "$PKG_CONFIG"; then
4648 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4649 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4650 else
4651 { echo "$as_me:$LINENO: result: no" >&5
4652 echo "${ECHO_T}no" >&6; }
4656 test -n "$PKG_CONFIG" && break
4657 done
4658 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4660 for ac_prog in rsvg
4662 # Extract the first word of "$ac_prog", so it can be a program name with args.
4663 set dummy $ac_prog; ac_word=$2
4664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4666 if test "${ac_cv_prog_RSVG+set}" = set; then
4667 echo $ECHO_N "(cached) $ECHO_C" >&6
4668 else
4669 if test -n "$RSVG"; then
4670 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4671 else
4672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673 for as_dir in $PATH
4675 IFS=$as_save_IFS
4676 test -z "$as_dir" && as_dir=.
4677 for ac_exec_ext in '' $ac_executable_extensions; do
4678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4679 ac_cv_prog_RSVG="$ac_prog"
4680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4681 break 2
4683 done
4684 done
4685 IFS=$as_save_IFS
4689 RSVG=$ac_cv_prog_RSVG
4690 if test -n "$RSVG"; then
4691 { echo "$as_me:$LINENO: result: $RSVG" >&5
4692 echo "${ECHO_T}$RSVG" >&6; }
4693 else
4694 { echo "$as_me:$LINENO: result: no" >&5
4695 echo "${ECHO_T}no" >&6; }
4699 test -n "$RSVG" && break
4700 done
4701 test -n "$RSVG" || RSVG="false"
4703 for ac_prog in icotool
4705 # Extract the first word of "$ac_prog", so it can be a program name with args.
4706 set dummy $ac_prog; ac_word=$2
4707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4709 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4710 echo $ECHO_N "(cached) $ECHO_C" >&6
4711 else
4712 if test -n "$ICOTOOL"; then
4713 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4714 else
4715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4716 for as_dir in $PATH
4718 IFS=$as_save_IFS
4719 test -z "$as_dir" && as_dir=.
4720 for ac_exec_ext in '' $ac_executable_extensions; do
4721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4722 ac_cv_prog_ICOTOOL="$ac_prog"
4723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4724 break 2
4726 done
4727 done
4728 IFS=$as_save_IFS
4732 ICOTOOL=$ac_cv_prog_ICOTOOL
4733 if test -n "$ICOTOOL"; then
4734 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4735 echo "${ECHO_T}$ICOTOOL" >&6; }
4736 else
4737 { echo "$as_me:$LINENO: result: no" >&5
4738 echo "${ECHO_T}no" >&6; }
4742 test -n "$ICOTOOL" && break
4743 done
4744 test -n "$ICOTOOL" || ICOTOOL="false"
4747 if test "${enable_maintainer_mode+set}" = set
4748 then
4749 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4750 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4751 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4754 case $host_cpu in
4755 *i[3456789]86*)
4756 # Extract the first word of "prelink", so it can be a program name with args.
4757 set dummy prelink; ac_word=$2
4758 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4760 if test "${ac_cv_path_PRELINK+set}" = set; then
4761 echo $ECHO_N "(cached) $ECHO_C" >&6
4762 else
4763 case $PRELINK in
4764 [\\/]* | ?:[\\/]*)
4765 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 for as_dir in /sbin /usr/sbin $PATH
4771 IFS=$as_save_IFS
4772 test -z "$as_dir" && as_dir=.
4773 for ac_exec_ext in '' $ac_executable_extensions; do
4774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4775 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4777 break 2
4779 done
4780 done
4781 IFS=$as_save_IFS
4783 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4785 esac
4787 PRELINK=$ac_cv_path_PRELINK
4788 if test -n "$PRELINK"; then
4789 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4790 echo "${ECHO_T}$PRELINK" >&6; }
4791 else
4792 { echo "$as_me:$LINENO: result: no" >&5
4793 echo "${ECHO_T}no" >&6; }
4798 esac
4802 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4803 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4804 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4805 echo $ECHO_N "(cached) $ECHO_C" >&6
4806 else
4807 ac_check_lib_save_LIBS=$LIBS
4808 LIBS="-li386 $LIBS"
4809 cat >conftest.$ac_ext <<_ACEOF
4810 /* confdefs.h. */
4811 _ACEOF
4812 cat confdefs.h >>conftest.$ac_ext
4813 cat >>conftest.$ac_ext <<_ACEOF
4814 /* end confdefs.h. */
4816 /* Override any GCC internal prototype to avoid an error.
4817 Use char because int might match the return type of a GCC
4818 builtin and then its argument prototype would still apply. */
4819 #ifdef __cplusplus
4820 extern "C"
4821 #endif
4822 char i386_set_ldt ();
4824 main ()
4826 return i386_set_ldt ();
4828 return 0;
4830 _ACEOF
4831 rm -f conftest.$ac_objext conftest$ac_exeext
4832 if { (ac_try="$ac_link"
4833 case "(($ac_try" in
4834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4835 *) ac_try_echo=$ac_try;;
4836 esac
4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4838 (eval "$ac_link") 2>conftest.er1
4839 ac_status=$?
4840 grep -v '^ *+' conftest.er1 >conftest.err
4841 rm -f conftest.er1
4842 cat conftest.err >&5
4843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4844 (exit $ac_status); } && {
4845 test -z "$ac_c_werror_flag" ||
4846 test ! -s conftest.err
4847 } && test -s conftest$ac_exeext &&
4848 $as_test_x conftest$ac_exeext; then
4849 ac_cv_lib_i386_i386_set_ldt=yes
4850 else
4851 echo "$as_me: failed program was:" >&5
4852 sed 's/^/| /' conftest.$ac_ext >&5
4854 ac_cv_lib_i386_i386_set_ldt=no
4857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4858 conftest$ac_exeext conftest.$ac_ext
4859 LIBS=$ac_check_lib_save_LIBS
4861 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4862 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4863 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4864 cat >>confdefs.h <<_ACEOF
4865 #define HAVE_LIBI386 1
4866 _ACEOF
4868 LIBS="-li386 $LIBS"
4873 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4874 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4875 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4877 else
4878 ac_check_lib_save_LIBS=$LIBS
4879 LIBS="-lossaudio $LIBS"
4880 cat >conftest.$ac_ext <<_ACEOF
4881 /* confdefs.h. */
4882 _ACEOF
4883 cat confdefs.h >>conftest.$ac_ext
4884 cat >>conftest.$ac_ext <<_ACEOF
4885 /* end confdefs.h. */
4887 /* Override any GCC internal prototype to avoid an error.
4888 Use char because int might match the return type of a GCC
4889 builtin and then its argument prototype would still apply. */
4890 #ifdef __cplusplus
4891 extern "C"
4892 #endif
4893 char _oss_ioctl ();
4895 main ()
4897 return _oss_ioctl ();
4899 return 0;
4901 _ACEOF
4902 rm -f conftest.$ac_objext conftest$ac_exeext
4903 if { (ac_try="$ac_link"
4904 case "(($ac_try" in
4905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4906 *) ac_try_echo=$ac_try;;
4907 esac
4908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4909 (eval "$ac_link") 2>conftest.er1
4910 ac_status=$?
4911 grep -v '^ *+' conftest.er1 >conftest.err
4912 rm -f conftest.er1
4913 cat conftest.err >&5
4914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4915 (exit $ac_status); } && {
4916 test -z "$ac_c_werror_flag" ||
4917 test ! -s conftest.err
4918 } && test -s conftest$ac_exeext &&
4919 $as_test_x conftest$ac_exeext; then
4920 ac_cv_lib_ossaudio__oss_ioctl=yes
4921 else
4922 echo "$as_me: failed program was:" >&5
4923 sed 's/^/| /' conftest.$ac_ext >&5
4925 ac_cv_lib_ossaudio__oss_ioctl=no
4928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4929 conftest$ac_exeext conftest.$ac_ext
4930 LIBS=$ac_check_lib_save_LIBS
4932 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4933 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
4934 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4935 cat >>confdefs.h <<_ACEOF
4936 #define HAVE_LIBOSSAUDIO 1
4937 _ACEOF
4939 LIBS="-lossaudio $LIBS"
4944 XLIB=""
4946 OPENGL_LIBS=""
4950 ac_ext=c
4951 ac_cpp='$CPP $CPPFLAGS'
4952 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4953 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4954 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4955 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4956 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4957 # On Suns, sometimes $CPP names a directory.
4958 if test -n "$CPP" && test -d "$CPP"; then
4959 CPP=
4961 if test -z "$CPP"; then
4962 if test "${ac_cv_prog_CPP+set}" = set; then
4963 echo $ECHO_N "(cached) $ECHO_C" >&6
4964 else
4965 # Double quotes because CPP needs to be expanded
4966 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4968 ac_preproc_ok=false
4969 for ac_c_preproc_warn_flag in '' yes
4971 # Use a header file that comes with gcc, so configuring glibc
4972 # with a fresh cross-compiler works.
4973 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4974 # <limits.h> exists even on freestanding compilers.
4975 # On the NeXT, cc -E runs the code through the compiler's parser,
4976 # not just through cpp. "Syntax error" is here to catch this case.
4977 cat >conftest.$ac_ext <<_ACEOF
4978 /* confdefs.h. */
4979 _ACEOF
4980 cat confdefs.h >>conftest.$ac_ext
4981 cat >>conftest.$ac_ext <<_ACEOF
4982 /* end confdefs.h. */
4983 #ifdef __STDC__
4984 # include <limits.h>
4985 #else
4986 # include <assert.h>
4987 #endif
4988 Syntax error
4989 _ACEOF
4990 if { (ac_try="$ac_cpp conftest.$ac_ext"
4991 case "(($ac_try" in
4992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4993 *) ac_try_echo=$ac_try;;
4994 esac
4995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4996 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4997 ac_status=$?
4998 grep -v '^ *+' conftest.er1 >conftest.err
4999 rm -f conftest.er1
5000 cat conftest.err >&5
5001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5002 (exit $ac_status); } >/dev/null && {
5003 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5004 test ! -s conftest.err
5005 }; then
5007 else
5008 echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5011 # Broken: fails on valid input.
5012 continue
5015 rm -f conftest.err conftest.$ac_ext
5017 # OK, works on sane cases. Now check whether nonexistent headers
5018 # can be detected and how.
5019 cat >conftest.$ac_ext <<_ACEOF
5020 /* confdefs.h. */
5021 _ACEOF
5022 cat confdefs.h >>conftest.$ac_ext
5023 cat >>conftest.$ac_ext <<_ACEOF
5024 /* end confdefs.h. */
5025 #include <ac_nonexistent.h>
5026 _ACEOF
5027 if { (ac_try="$ac_cpp conftest.$ac_ext"
5028 case "(($ac_try" in
5029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5030 *) ac_try_echo=$ac_try;;
5031 esac
5032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5033 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5034 ac_status=$?
5035 grep -v '^ *+' conftest.er1 >conftest.err
5036 rm -f conftest.er1
5037 cat conftest.err >&5
5038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5039 (exit $ac_status); } >/dev/null && {
5040 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5041 test ! -s conftest.err
5042 }; then
5043 # Broken: success on invalid input.
5044 continue
5045 else
5046 echo "$as_me: failed program was:" >&5
5047 sed 's/^/| /' conftest.$ac_ext >&5
5049 # Passes both tests.
5050 ac_preproc_ok=:
5051 break
5054 rm -f conftest.err conftest.$ac_ext
5056 done
5057 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5058 rm -f conftest.err conftest.$ac_ext
5059 if $ac_preproc_ok; then
5060 break
5063 done
5064 ac_cv_prog_CPP=$CPP
5067 CPP=$ac_cv_prog_CPP
5068 else
5069 ac_cv_prog_CPP=$CPP
5071 { echo "$as_me:$LINENO: result: $CPP" >&5
5072 echo "${ECHO_T}$CPP" >&6; }
5073 ac_preproc_ok=false
5074 for ac_c_preproc_warn_flag in '' yes
5076 # Use a header file that comes with gcc, so configuring glibc
5077 # with a fresh cross-compiler works.
5078 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5079 # <limits.h> exists even on freestanding compilers.
5080 # On the NeXT, cc -E runs the code through the compiler's parser,
5081 # not just through cpp. "Syntax error" is here to catch this case.
5082 cat >conftest.$ac_ext <<_ACEOF
5083 /* confdefs.h. */
5084 _ACEOF
5085 cat confdefs.h >>conftest.$ac_ext
5086 cat >>conftest.$ac_ext <<_ACEOF
5087 /* end confdefs.h. */
5088 #ifdef __STDC__
5089 # include <limits.h>
5090 #else
5091 # include <assert.h>
5092 #endif
5093 Syntax error
5094 _ACEOF
5095 if { (ac_try="$ac_cpp conftest.$ac_ext"
5096 case "(($ac_try" in
5097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5098 *) ac_try_echo=$ac_try;;
5099 esac
5100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5101 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5102 ac_status=$?
5103 grep -v '^ *+' conftest.er1 >conftest.err
5104 rm -f conftest.er1
5105 cat conftest.err >&5
5106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5107 (exit $ac_status); } >/dev/null && {
5108 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5109 test ! -s conftest.err
5110 }; then
5112 else
5113 echo "$as_me: failed program was:" >&5
5114 sed 's/^/| /' conftest.$ac_ext >&5
5116 # Broken: fails on valid input.
5117 continue
5120 rm -f conftest.err conftest.$ac_ext
5122 # OK, works on sane cases. Now check whether nonexistent headers
5123 # can be detected and how.
5124 cat >conftest.$ac_ext <<_ACEOF
5125 /* confdefs.h. */
5126 _ACEOF
5127 cat confdefs.h >>conftest.$ac_ext
5128 cat >>conftest.$ac_ext <<_ACEOF
5129 /* end confdefs.h. */
5130 #include <ac_nonexistent.h>
5131 _ACEOF
5132 if { (ac_try="$ac_cpp conftest.$ac_ext"
5133 case "(($ac_try" in
5134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5135 *) ac_try_echo=$ac_try;;
5136 esac
5137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5138 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5139 ac_status=$?
5140 grep -v '^ *+' conftest.er1 >conftest.err
5141 rm -f conftest.er1
5142 cat conftest.err >&5
5143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5144 (exit $ac_status); } >/dev/null && {
5145 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5146 test ! -s conftest.err
5147 }; then
5148 # Broken: success on invalid input.
5149 continue
5150 else
5151 echo "$as_me: failed program was:" >&5
5152 sed 's/^/| /' conftest.$ac_ext >&5
5154 # Passes both tests.
5155 ac_preproc_ok=:
5156 break
5159 rm -f conftest.err conftest.$ac_ext
5161 done
5162 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5163 rm -f conftest.err conftest.$ac_ext
5164 if $ac_preproc_ok; then
5166 else
5167 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5168 See \`config.log' for more details." >&5
5169 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5170 See \`config.log' for more details." >&2;}
5171 { (exit 1); exit 1; }; }
5174 ac_ext=c
5175 ac_cpp='$CPP $CPPFLAGS'
5176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5181 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5182 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5183 if test "${ac_cv_header_stdc+set}" = set; then
5184 echo $ECHO_N "(cached) $ECHO_C" >&6
5185 else
5186 cat >conftest.$ac_ext <<_ACEOF
5187 /* confdefs.h. */
5188 _ACEOF
5189 cat confdefs.h >>conftest.$ac_ext
5190 cat >>conftest.$ac_ext <<_ACEOF
5191 /* end confdefs.h. */
5192 #include <stdlib.h>
5193 #include <stdarg.h>
5194 #include <string.h>
5195 #include <float.h>
5198 main ()
5202 return 0;
5204 _ACEOF
5205 rm -f conftest.$ac_objext
5206 if { (ac_try="$ac_compile"
5207 case "(($ac_try" in
5208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209 *) ac_try_echo=$ac_try;;
5210 esac
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212 (eval "$ac_compile") 2>conftest.er1
5213 ac_status=$?
5214 grep -v '^ *+' conftest.er1 >conftest.err
5215 rm -f conftest.er1
5216 cat conftest.err >&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } && {
5219 test -z "$ac_c_werror_flag" ||
5220 test ! -s conftest.err
5221 } && test -s conftest.$ac_objext; then
5222 ac_cv_header_stdc=yes
5223 else
5224 echo "$as_me: failed program was:" >&5
5225 sed 's/^/| /' conftest.$ac_ext >&5
5227 ac_cv_header_stdc=no
5230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5232 if test $ac_cv_header_stdc = yes; then
5233 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5234 cat >conftest.$ac_ext <<_ACEOF
5235 /* confdefs.h. */
5236 _ACEOF
5237 cat confdefs.h >>conftest.$ac_ext
5238 cat >>conftest.$ac_ext <<_ACEOF
5239 /* end confdefs.h. */
5240 #include <string.h>
5242 _ACEOF
5243 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5244 $EGREP "memchr" >/dev/null 2>&1; then
5246 else
5247 ac_cv_header_stdc=no
5249 rm -f conftest*
5253 if test $ac_cv_header_stdc = yes; then
5254 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5255 cat >conftest.$ac_ext <<_ACEOF
5256 /* confdefs.h. */
5257 _ACEOF
5258 cat confdefs.h >>conftest.$ac_ext
5259 cat >>conftest.$ac_ext <<_ACEOF
5260 /* end confdefs.h. */
5261 #include <stdlib.h>
5263 _ACEOF
5264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5265 $EGREP "free" >/dev/null 2>&1; then
5267 else
5268 ac_cv_header_stdc=no
5270 rm -f conftest*
5274 if test $ac_cv_header_stdc = yes; then
5275 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5276 if test "$cross_compiling" = yes; then
5278 else
5279 cat >conftest.$ac_ext <<_ACEOF
5280 /* confdefs.h. */
5281 _ACEOF
5282 cat confdefs.h >>conftest.$ac_ext
5283 cat >>conftest.$ac_ext <<_ACEOF
5284 /* end confdefs.h. */
5285 #include <ctype.h>
5286 #include <stdlib.h>
5287 #if ((' ' & 0x0FF) == 0x020)
5288 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5289 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5290 #else
5291 # define ISLOWER(c) \
5292 (('a' <= (c) && (c) <= 'i') \
5293 || ('j' <= (c) && (c) <= 'r') \
5294 || ('s' <= (c) && (c) <= 'z'))
5295 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5296 #endif
5298 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5300 main ()
5302 int i;
5303 for (i = 0; i < 256; i++)
5304 if (XOR (islower (i), ISLOWER (i))
5305 || toupper (i) != TOUPPER (i))
5306 return 2;
5307 return 0;
5309 _ACEOF
5310 rm -f conftest$ac_exeext
5311 if { (ac_try="$ac_link"
5312 case "(($ac_try" in
5313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5314 *) ac_try_echo=$ac_try;;
5315 esac
5316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5317 (eval "$ac_link") 2>&5
5318 ac_status=$?
5319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5320 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5321 { (case "(($ac_try" in
5322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5323 *) ac_try_echo=$ac_try;;
5324 esac
5325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5326 (eval "$ac_try") 2>&5
5327 ac_status=$?
5328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5329 (exit $ac_status); }; }; then
5331 else
5332 echo "$as_me: program exited with status $ac_status" >&5
5333 echo "$as_me: failed program was:" >&5
5334 sed 's/^/| /' conftest.$ac_ext >&5
5336 ( exit $ac_status )
5337 ac_cv_header_stdc=no
5339 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5345 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5346 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5347 if test $ac_cv_header_stdc = yes; then
5349 cat >>confdefs.h <<\_ACEOF
5350 #define STDC_HEADERS 1
5351 _ACEOF
5355 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5365 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5366 inttypes.h stdint.h unistd.h
5368 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5369 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5370 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5371 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5372 echo $ECHO_N "(cached) $ECHO_C" >&6
5373 else
5374 cat >conftest.$ac_ext <<_ACEOF
5375 /* confdefs.h. */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5380 $ac_includes_default
5382 #include <$ac_header>
5383 _ACEOF
5384 rm -f conftest.$ac_objext
5385 if { (ac_try="$ac_compile"
5386 case "(($ac_try" in
5387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5388 *) ac_try_echo=$ac_try;;
5389 esac
5390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5391 (eval "$ac_compile") 2>conftest.er1
5392 ac_status=$?
5393 grep -v '^ *+' conftest.er1 >conftest.err
5394 rm -f conftest.er1
5395 cat conftest.err >&5
5396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5397 (exit $ac_status); } && {
5398 test -z "$ac_c_werror_flag" ||
5399 test ! -s conftest.err
5400 } && test -s conftest.$ac_objext; then
5401 eval "$as_ac_Header=yes"
5402 else
5403 echo "$as_me: failed program was:" >&5
5404 sed 's/^/| /' conftest.$ac_ext >&5
5406 eval "$as_ac_Header=no"
5409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5411 ac_res=`eval echo '${'$as_ac_Header'}'`
5412 { echo "$as_me:$LINENO: result: $ac_res" >&5
5413 echo "${ECHO_T}$ac_res" >&6; }
5414 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5415 cat >>confdefs.h <<_ACEOF
5416 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5417 _ACEOF
5421 done
5547 for ac_header in \
5548 AudioUnit/AudioUnit.h \
5549 Carbon/Carbon.h \
5550 CoreAudio/CoreAudio.h \
5551 DiskArbitration/DiskArbitration.h \
5552 IOKit/IOKitLib.h \
5553 IOKit/hid/IOHIDLib.h \
5554 alias.h \
5555 alsa/asoundlib.h \
5556 arpa/inet.h \
5557 arpa/nameser.h \
5558 asm/types.h \
5559 capi20.h \
5560 curses.h \
5561 direct.h \
5562 dirent.h \
5563 dlfcn.h \
5564 elf.h \
5565 float.h \
5566 fnmatch.h \
5567 fontconfig/fontconfig.h \
5568 getopt.h \
5569 grp.h \
5570 ieeefp.h \
5571 inet/mib2.h \
5572 io.h \
5573 jack/jack.h \
5574 jpeglib.h \
5575 kstat.h \
5576 lber.h \
5577 lcms.h \
5578 lcms/lcms.h \
5579 ldap.h \
5580 libaudioio.h \
5581 link.h \
5582 linux/cdrom.h \
5583 linux/compiler.h \
5584 linux/hdreg.h \
5585 linux/input.h \
5586 linux/ioctl.h \
5587 linux/joystick.h \
5588 linux/major.h \
5589 linux/param.h \
5590 linux/serial.h \
5591 linux/types.h \
5592 linux/ucdrom.h \
5593 mach-o/dyld_images.h \
5594 mach-o/nlist.h \
5595 mach/mach.h \
5596 mach/machine.h \
5597 machine/cpu.h \
5598 machine/limits.h \
5599 machine/soundcard.h \
5600 mntent.h \
5601 ncurses.h \
5602 netdb.h \
5603 netinet/in.h \
5604 netinet/in_systm.h \
5605 netinet/tcp.h \
5606 netinet/tcp_fsm.h \
5607 openssl/err.h \
5608 openssl/ssl.h \
5609 png.h \
5610 poll.h \
5611 process.h \
5612 pthread.h \
5613 pwd.h \
5614 regex.h \
5615 sched.h \
5616 scsi/scsi.h \
5617 scsi/scsi_ioctl.h \
5618 scsi/sg.h \
5619 soundcard.h \
5620 stdint.h \
5621 strings.h \
5622 stropts.h \
5623 sys/asoundlib.h \
5624 sys/cdio.h \
5625 sys/elf32.h \
5626 sys/epoll.h \
5627 sys/errno.h \
5628 sys/event.h \
5629 sys/exec_elf.h \
5630 sys/filio.h \
5631 sys/ioctl.h \
5632 sys/ipc.h \
5633 sys/limits.h \
5634 sys/link.h \
5635 sys/mman.h \
5636 sys/modem.h \
5637 sys/msg.h \
5638 sys/mtio.h \
5639 sys/param.h \
5640 sys/poll.h \
5641 sys/prctl.h \
5642 sys/protosw.h \
5643 sys/ptrace.h \
5644 sys/resource.h \
5645 sys/scsiio.h \
5646 sys/shm.h \
5647 sys/signal.h \
5648 sys/socket.h \
5649 sys/socketvar.h \
5650 sys/sockio.h \
5651 sys/soundcard.h \
5652 sys/statvfs.h \
5653 sys/strtio.h \
5654 sys/syscall.h \
5655 sys/tihdr.h \
5656 sys/time.h \
5657 sys/timeout.h \
5658 sys/times.h \
5659 sys/uio.h \
5660 sys/un.h \
5661 sys/utsname.h \
5662 sys/vm86.h \
5663 sys/wait.h \
5664 syscall.h \
5665 termios.h \
5666 unistd.h \
5667 utime.h \
5668 valgrind/memcheck.h \
5669 valgrind/valgrind.h \
5670 zlib.h
5673 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5674 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5675 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5676 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5677 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5678 echo $ECHO_N "(cached) $ECHO_C" >&6
5680 ac_res=`eval echo '${'$as_ac_Header'}'`
5681 { echo "$as_me:$LINENO: result: $ac_res" >&5
5682 echo "${ECHO_T}$ac_res" >&6; }
5683 else
5684 # Is the header compilable?
5685 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5686 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5687 cat >conftest.$ac_ext <<_ACEOF
5688 /* confdefs.h. */
5689 _ACEOF
5690 cat confdefs.h >>conftest.$ac_ext
5691 cat >>conftest.$ac_ext <<_ACEOF
5692 /* end confdefs.h. */
5693 $ac_includes_default
5694 #include <$ac_header>
5695 _ACEOF
5696 rm -f conftest.$ac_objext
5697 if { (ac_try="$ac_compile"
5698 case "(($ac_try" in
5699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5700 *) ac_try_echo=$ac_try;;
5701 esac
5702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5703 (eval "$ac_compile") 2>conftest.er1
5704 ac_status=$?
5705 grep -v '^ *+' conftest.er1 >conftest.err
5706 rm -f conftest.er1
5707 cat conftest.err >&5
5708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5709 (exit $ac_status); } && {
5710 test -z "$ac_c_werror_flag" ||
5711 test ! -s conftest.err
5712 } && test -s conftest.$ac_objext; then
5713 ac_header_compiler=yes
5714 else
5715 echo "$as_me: failed program was:" >&5
5716 sed 's/^/| /' conftest.$ac_ext >&5
5718 ac_header_compiler=no
5721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5722 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5723 echo "${ECHO_T}$ac_header_compiler" >&6; }
5725 # Is the header present?
5726 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5727 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5728 cat >conftest.$ac_ext <<_ACEOF
5729 /* confdefs.h. */
5730 _ACEOF
5731 cat confdefs.h >>conftest.$ac_ext
5732 cat >>conftest.$ac_ext <<_ACEOF
5733 /* end confdefs.h. */
5734 #include <$ac_header>
5735 _ACEOF
5736 if { (ac_try="$ac_cpp conftest.$ac_ext"
5737 case "(($ac_try" in
5738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5739 *) ac_try_echo=$ac_try;;
5740 esac
5741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5742 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5743 ac_status=$?
5744 grep -v '^ *+' conftest.er1 >conftest.err
5745 rm -f conftest.er1
5746 cat conftest.err >&5
5747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5748 (exit $ac_status); } >/dev/null && {
5749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5750 test ! -s conftest.err
5751 }; then
5752 ac_header_preproc=yes
5753 else
5754 echo "$as_me: failed program was:" >&5
5755 sed 's/^/| /' conftest.$ac_ext >&5
5757 ac_header_preproc=no
5760 rm -f conftest.err conftest.$ac_ext
5761 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5762 echo "${ECHO_T}$ac_header_preproc" >&6; }
5764 # So? What about this header?
5765 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5766 yes:no: )
5767 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5768 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5769 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5770 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5771 ac_header_preproc=yes
5773 no:yes:* )
5774 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5775 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5776 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5777 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5778 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5779 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5780 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5781 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5783 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5784 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5785 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5786 ( cat <<\_ASBOX
5787 ## ------------------------------------ ##
5788 ## Report this to wine-devel@winehq.org ##
5789 ## ------------------------------------ ##
5790 _ASBOX
5791 ) | sed "s/^/$as_me: WARNING: /" >&2
5793 esac
5794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5797 echo $ECHO_N "(cached) $ECHO_C" >&6
5798 else
5799 eval "$as_ac_Header=\$ac_header_preproc"
5801 ac_res=`eval echo '${'$as_ac_Header'}'`
5802 { echo "$as_me:$LINENO: result: $ac_res" >&5
5803 echo "${ECHO_T}$ac_res" >&6; }
5806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5807 cat >>confdefs.h <<_ACEOF
5808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5809 _ACEOF
5813 done
5815 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5816 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5817 if test "${ac_cv_header_stat_broken+set}" = set; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6
5819 else
5820 cat >conftest.$ac_ext <<_ACEOF
5821 /* confdefs.h. */
5822 _ACEOF
5823 cat confdefs.h >>conftest.$ac_ext
5824 cat >>conftest.$ac_ext <<_ACEOF
5825 /* end confdefs.h. */
5826 #include <sys/types.h>
5827 #include <sys/stat.h>
5829 #if defined S_ISBLK && defined S_IFDIR
5830 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5831 #endif
5833 #if defined S_ISBLK && defined S_IFCHR
5834 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5835 #endif
5837 #if defined S_ISLNK && defined S_IFREG
5838 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5839 #endif
5841 #if defined S_ISSOCK && defined S_IFREG
5842 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5843 #endif
5845 _ACEOF
5846 rm -f conftest.$ac_objext
5847 if { (ac_try="$ac_compile"
5848 case "(($ac_try" in
5849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5850 *) ac_try_echo=$ac_try;;
5851 esac
5852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5853 (eval "$ac_compile") 2>conftest.er1
5854 ac_status=$?
5855 grep -v '^ *+' conftest.er1 >conftest.err
5856 rm -f conftest.er1
5857 cat conftest.err >&5
5858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859 (exit $ac_status); } && {
5860 test -z "$ac_c_werror_flag" ||
5861 test ! -s conftest.err
5862 } && test -s conftest.$ac_objext; then
5863 ac_cv_header_stat_broken=no
5864 else
5865 echo "$as_me: failed program was:" >&5
5866 sed 's/^/| /' conftest.$ac_ext >&5
5868 ac_cv_header_stat_broken=yes
5871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5873 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
5874 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
5875 if test $ac_cv_header_stat_broken = yes; then
5877 cat >>confdefs.h <<\_ACEOF
5878 #define STAT_MACROS_BROKEN 1
5879 _ACEOF
5890 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5892 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5893 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5894 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5895 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5896 echo $ECHO_N "(cached) $ECHO_C" >&6
5897 else
5898 cat >conftest.$ac_ext <<_ACEOF
5899 /* confdefs.h. */
5900 _ACEOF
5901 cat confdefs.h >>conftest.$ac_ext
5902 cat >>conftest.$ac_ext <<_ACEOF
5903 /* end confdefs.h. */
5904 #include <sys/types.h>
5905 #ifdef HAVE_SYS_PARAM_H
5906 # include <sys/param.h>
5907 #endif
5909 #include <$ac_header>
5910 _ACEOF
5911 rm -f conftest.$ac_objext
5912 if { (ac_try="$ac_compile"
5913 case "(($ac_try" in
5914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5915 *) ac_try_echo=$ac_try;;
5916 esac
5917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5918 (eval "$ac_compile") 2>conftest.er1
5919 ac_status=$?
5920 grep -v '^ *+' conftest.er1 >conftest.err
5921 rm -f conftest.er1
5922 cat conftest.err >&5
5923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5924 (exit $ac_status); } && {
5925 test -z "$ac_c_werror_flag" ||
5926 test ! -s conftest.err
5927 } && test -s conftest.$ac_objext; then
5928 eval "$as_ac_Header=yes"
5929 else
5930 echo "$as_me: failed program was:" >&5
5931 sed 's/^/| /' conftest.$ac_ext >&5
5933 eval "$as_ac_Header=no"
5936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5938 ac_res=`eval echo '${'$as_ac_Header'}'`
5939 { echo "$as_me:$LINENO: result: $ac_res" >&5
5940 echo "${ECHO_T}$ac_res" >&6; }
5941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5942 cat >>confdefs.h <<_ACEOF
5943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5944 _ACEOF
5948 done
5964 for ac_header in \
5965 netinet/ip.h \
5966 net/if.h \
5967 net/if_arp.h \
5968 net/if_dl.h \
5969 net/if_types.h \
5970 net/route.h \
5971 netinet/if_ether.h \
5972 netinet/if_inarp.h \
5973 netinet/in_pcb.h \
5974 netinet/ip_icmp.h \
5975 netinet/ip_var.h \
5976 netinet/udp.h \
5977 netipx/ipx.h \
5980 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5981 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5982 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5983 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5984 echo $ECHO_N "(cached) $ECHO_C" >&6
5985 else
5986 cat >conftest.$ac_ext <<_ACEOF
5987 /* confdefs.h. */
5988 _ACEOF
5989 cat confdefs.h >>conftest.$ac_ext
5990 cat >>conftest.$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5992 #include <sys/types.h>
5993 #ifdef HAVE_SYS_SOCKET_H
5994 # include <sys/socket.h>
5995 #endif
5996 #ifdef HAVE_SYS_SOCKETVAR_H
5997 # include <sys/socketvar.h>
5998 #endif
5999 #ifdef HAVE_NET_ROUTE_H
6000 # include <net/route.h>
6001 #endif
6002 #ifdef HAVE_NETINET_IN_H
6003 # include <netinet/in.h>
6004 #endif
6005 #ifdef HAVE_NETINET_IN_SYSTM_H
6006 # include <netinet/in_systm.h>
6007 #endif
6008 #ifdef HAVE_NET_IF_H
6009 # include <net/if.h>
6010 #endif
6011 #ifdef HAVE_NETINET_IP_H
6012 # include <netinet/ip.h>
6013 #endif
6015 #include <$ac_header>
6016 _ACEOF
6017 rm -f conftest.$ac_objext
6018 if { (ac_try="$ac_compile"
6019 case "(($ac_try" in
6020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6021 *) ac_try_echo=$ac_try;;
6022 esac
6023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6024 (eval "$ac_compile") 2>conftest.er1
6025 ac_status=$?
6026 grep -v '^ *+' conftest.er1 >conftest.err
6027 rm -f conftest.er1
6028 cat conftest.err >&5
6029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6030 (exit $ac_status); } && {
6031 test -z "$ac_c_werror_flag" ||
6032 test ! -s conftest.err
6033 } && test -s conftest.$ac_objext; then
6034 eval "$as_ac_Header=yes"
6035 else
6036 echo "$as_me: failed program was:" >&5
6037 sed 's/^/| /' conftest.$ac_ext >&5
6039 eval "$as_ac_Header=no"
6042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6044 ac_res=`eval echo '${'$as_ac_Header'}'`
6045 { echo "$as_me:$LINENO: result: $ac_res" >&5
6046 echo "${ECHO_T}$ac_res" >&6; }
6047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6048 cat >>confdefs.h <<_ACEOF
6049 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6050 _ACEOF
6054 done
6061 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6063 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6064 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6065 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6066 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6067 echo $ECHO_N "(cached) $ECHO_C" >&6
6068 else
6069 cat >conftest.$ac_ext <<_ACEOF
6070 /* confdefs.h. */
6071 _ACEOF
6072 cat confdefs.h >>conftest.$ac_ext
6073 cat >>conftest.$ac_ext <<_ACEOF
6074 /* end confdefs.h. */
6075 #include <sys/types.h>
6076 #ifdef HAVE_ALIAS_H
6077 # include <alias.h>
6078 #endif
6079 #ifdef HAVE_SYS_SOCKET_H
6080 # include <sys/socket.h>
6081 #endif
6082 #ifdef HAVE_SYS_SOCKETVAR_H
6083 # include <sys/socketvar.h>
6084 #endif
6085 #ifdef HAVE_SYS_TIMEOUT_H
6086 # include <sys/timeout.h>
6087 #endif
6088 #ifdef HAVE_NETINET_IN_H
6089 # include <netinet/in.h>
6090 #endif
6091 #ifdef HAVE_NETINET_IN_SYSTM_H
6092 # include <netinet/in_systm.h>
6093 #endif
6094 #ifdef HAVE_NETINET_IP_H
6095 # include <netinet/ip.h>
6096 #endif
6097 #ifdef HAVE_NETINET_IP_VAR_H
6098 # include <netinet/ip_var.h>
6099 #endif
6100 #ifdef HAVE_NETINET_IP_ICMP_H
6101 # include <netinet/ip_icmp.h>
6102 #endif
6103 #ifdef HAVE_NETINET_UDP_H
6104 # include <netinet/udp.h>
6105 #endif
6106 #ifdef HAVE_NETINET_TCP_H
6107 # include <netinet/tcp.h>
6108 #endif
6109 #ifdef HAVE_NETINET_TCP_TIMER_H
6110 #include <netinet/tcp_timer.h>
6111 #endif
6113 #include <$ac_header>
6114 _ACEOF
6115 rm -f conftest.$ac_objext
6116 if { (ac_try="$ac_compile"
6117 case "(($ac_try" in
6118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6119 *) ac_try_echo=$ac_try;;
6120 esac
6121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6122 (eval "$ac_compile") 2>conftest.er1
6123 ac_status=$?
6124 grep -v '^ *+' conftest.er1 >conftest.err
6125 rm -f conftest.er1
6126 cat conftest.err >&5
6127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128 (exit $ac_status); } && {
6129 test -z "$ac_c_werror_flag" ||
6130 test ! -s conftest.err
6131 } && test -s conftest.$ac_objext; then
6132 eval "$as_ac_Header=yes"
6133 else
6134 echo "$as_me: failed program was:" >&5
6135 sed 's/^/| /' conftest.$ac_ext >&5
6137 eval "$as_ac_Header=no"
6140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6142 ac_res=`eval echo '${'$as_ac_Header'}'`
6143 { echo "$as_me:$LINENO: result: $ac_res" >&5
6144 echo "${ECHO_T}$ac_res" >&6; }
6145 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6146 cat >>confdefs.h <<_ACEOF
6147 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6148 _ACEOF
6152 done
6156 for ac_header in linux/ipx.h
6158 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6159 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6160 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6161 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6162 echo $ECHO_N "(cached) $ECHO_C" >&6
6163 else
6164 cat >conftest.$ac_ext <<_ACEOF
6165 /* confdefs.h. */
6166 _ACEOF
6167 cat confdefs.h >>conftest.$ac_ext
6168 cat >>conftest.$ac_ext <<_ACEOF
6169 /* end confdefs.h. */
6170 #include <sys/types.h>
6171 #ifdef HAVE_ASM_TYPES_H
6172 # include <asm/types.h>
6173 #endif
6174 #ifdef HAVE_SYS_SOCKET_H
6175 # include <sys/socket.h>
6176 #endif
6177 #ifdef HAVE_LINUX_TYPES_H
6178 # include <linux/types.h>
6179 #endif
6181 #include <$ac_header>
6182 _ACEOF
6183 rm -f conftest.$ac_objext
6184 if { (ac_try="$ac_compile"
6185 case "(($ac_try" in
6186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6187 *) ac_try_echo=$ac_try;;
6188 esac
6189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6190 (eval "$ac_compile") 2>conftest.er1
6191 ac_status=$?
6192 grep -v '^ *+' conftest.er1 >conftest.err
6193 rm -f conftest.er1
6194 cat conftest.err >&5
6195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6196 (exit $ac_status); } && {
6197 test -z "$ac_c_werror_flag" ||
6198 test ! -s conftest.err
6199 } && test -s conftest.$ac_objext; then
6200 eval "$as_ac_Header=yes"
6201 else
6202 echo "$as_me: failed program was:" >&5
6203 sed 's/^/| /' conftest.$ac_ext >&5
6205 eval "$as_ac_Header=no"
6208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6210 ac_res=`eval echo '${'$as_ac_Header'}'`
6211 { echo "$as_me:$LINENO: result: $ac_res" >&5
6212 echo "${ECHO_T}$ac_res" >&6; }
6213 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6214 cat >>confdefs.h <<_ACEOF
6215 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6216 _ACEOF
6220 done
6224 for ac_header in resolv.h
6226 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6227 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6228 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6229 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6230 echo $ECHO_N "(cached) $ECHO_C" >&6
6231 else
6232 cat >conftest.$ac_ext <<_ACEOF
6233 /* confdefs.h. */
6234 _ACEOF
6235 cat confdefs.h >>conftest.$ac_ext
6236 cat >>conftest.$ac_ext <<_ACEOF
6237 /* end confdefs.h. */
6238 #include <sys/types.h>
6239 #ifdef HAVE_SYS_SOCKET_H
6240 # include <sys/socket.h>
6241 #endif
6242 #ifdef HAVE_NETINET_IN_H
6243 # include <netinet/in.h>
6244 #endif
6245 #ifdef HAVE_ARPA_NAMESER_H
6246 # include <arpa/nameser.h>
6247 #endif
6249 #include <$ac_header>
6250 _ACEOF
6251 rm -f conftest.$ac_objext
6252 if { (ac_try="$ac_compile"
6253 case "(($ac_try" in
6254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6255 *) ac_try_echo=$ac_try;;
6256 esac
6257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6258 (eval "$ac_compile") 2>conftest.er1
6259 ac_status=$?
6260 grep -v '^ *+' conftest.er1 >conftest.err
6261 rm -f conftest.er1
6262 cat conftest.err >&5
6263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6264 (exit $ac_status); } && {
6265 test -z "$ac_c_werror_flag" ||
6266 test ! -s conftest.err
6267 } && test -s conftest.$ac_objext; then
6268 eval "$as_ac_Header=yes"
6269 else
6270 echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.$ac_ext >&5
6273 eval "$as_ac_Header=no"
6276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6278 ac_res=`eval echo '${'$as_ac_Header'}'`
6279 { echo "$as_me:$LINENO: result: $ac_res" >&5
6280 echo "${ECHO_T}$ac_res" >&6; }
6281 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6282 cat >>confdefs.h <<_ACEOF
6283 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6284 _ACEOF
6288 done
6292 for ac_header in ucontext.h
6294 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6295 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6296 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6297 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6299 else
6300 cat >conftest.$ac_ext <<_ACEOF
6301 /* confdefs.h. */
6302 _ACEOF
6303 cat confdefs.h >>conftest.$ac_ext
6304 cat >>conftest.$ac_ext <<_ACEOF
6305 /* end confdefs.h. */
6306 #include <signal.h>
6308 #include <$ac_header>
6309 _ACEOF
6310 rm -f conftest.$ac_objext
6311 if { (ac_try="$ac_compile"
6312 case "(($ac_try" in
6313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6314 *) ac_try_echo=$ac_try;;
6315 esac
6316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6317 (eval "$ac_compile") 2>conftest.er1
6318 ac_status=$?
6319 grep -v '^ *+' conftest.er1 >conftest.err
6320 rm -f conftest.er1
6321 cat conftest.err >&5
6322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6323 (exit $ac_status); } && {
6324 test -z "$ac_c_werror_flag" ||
6325 test ! -s conftest.err
6326 } && test -s conftest.$ac_objext; then
6327 eval "$as_ac_Header=yes"
6328 else
6329 echo "$as_me: failed program was:" >&5
6330 sed 's/^/| /' conftest.$ac_ext >&5
6332 eval "$as_ac_Header=no"
6335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6337 ac_res=`eval echo '${'$as_ac_Header'}'`
6338 { echo "$as_me:$LINENO: result: $ac_res" >&5
6339 echo "${ECHO_T}$ac_res" >&6; }
6340 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6341 cat >>confdefs.h <<_ACEOF
6342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6343 _ACEOF
6347 done
6351 for ac_header in sys/thr.h
6353 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6354 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6355 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6357 echo $ECHO_N "(cached) $ECHO_C" >&6
6358 else
6359 cat >conftest.$ac_ext <<_ACEOF
6360 /* confdefs.h. */
6361 _ACEOF
6362 cat confdefs.h >>conftest.$ac_ext
6363 cat >>conftest.$ac_ext <<_ACEOF
6364 /* end confdefs.h. */
6365 #include <sys/types.h>
6366 #ifdef HAVE_UCONTEXT_H
6367 #include <ucontext.h>
6368 #endif
6370 #include <$ac_header>
6371 _ACEOF
6372 rm -f conftest.$ac_objext
6373 if { (ac_try="$ac_compile"
6374 case "(($ac_try" in
6375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6376 *) ac_try_echo=$ac_try;;
6377 esac
6378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6379 (eval "$ac_compile") 2>conftest.er1
6380 ac_status=$?
6381 grep -v '^ *+' conftest.er1 >conftest.err
6382 rm -f conftest.er1
6383 cat conftest.err >&5
6384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6385 (exit $ac_status); } && {
6386 test -z "$ac_c_werror_flag" ||
6387 test ! -s conftest.err
6388 } && test -s conftest.$ac_objext; then
6389 eval "$as_ac_Header=yes"
6390 else
6391 echo "$as_me: failed program was:" >&5
6392 sed 's/^/| /' conftest.$ac_ext >&5
6394 eval "$as_ac_Header=no"
6397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6399 ac_res=`eval echo '${'$as_ac_Header'}'`
6400 { echo "$as_me:$LINENO: result: $ac_res" >&5
6401 echo "${ECHO_T}$ac_res" >&6; }
6402 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6403 cat >>confdefs.h <<_ACEOF
6404 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6405 _ACEOF
6409 done
6413 for ac_header in pthread_np.h
6415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6416 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6419 echo $ECHO_N "(cached) $ECHO_C" >&6
6420 else
6421 cat >conftest.$ac_ext <<_ACEOF
6422 /* confdefs.h. */
6423 _ACEOF
6424 cat confdefs.h >>conftest.$ac_ext
6425 cat >>conftest.$ac_ext <<_ACEOF
6426 /* end confdefs.h. */
6427 #ifdef HAVE_PTHREAD_H
6428 #include <pthread.h>
6429 #endif
6431 #include <$ac_header>
6432 _ACEOF
6433 rm -f conftest.$ac_objext
6434 if { (ac_try="$ac_compile"
6435 case "(($ac_try" in
6436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6437 *) ac_try_echo=$ac_try;;
6438 esac
6439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6440 (eval "$ac_compile") 2>conftest.er1
6441 ac_status=$?
6442 grep -v '^ *+' conftest.er1 >conftest.err
6443 rm -f conftest.er1
6444 cat conftest.err >&5
6445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6446 (exit $ac_status); } && {
6447 test -z "$ac_c_werror_flag" ||
6448 test ! -s conftest.err
6449 } && test -s conftest.$ac_objext; then
6450 eval "$as_ac_Header=yes"
6451 else
6452 echo "$as_me: failed program was:" >&5
6453 sed 's/^/| /' conftest.$ac_ext >&5
6455 eval "$as_ac_Header=no"
6458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6460 ac_res=`eval echo '${'$as_ac_Header'}'`
6461 { echo "$as_me:$LINENO: result: $ac_res" >&5
6462 echo "${ECHO_T}$ac_res" >&6; }
6463 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6464 cat >>confdefs.h <<_ACEOF
6465 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6466 _ACEOF
6470 done
6474 for ac_header in linux/videodev.h
6476 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6477 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6480 echo $ECHO_N "(cached) $ECHO_C" >&6
6481 else
6482 cat >conftest.$ac_ext <<_ACEOF
6483 /* confdefs.h. */
6484 _ACEOF
6485 cat confdefs.h >>conftest.$ac_ext
6486 cat >>conftest.$ac_ext <<_ACEOF
6487 /* end confdefs.h. */
6488 #ifdef HAVE_SYS_TIME_H
6489 #include <sys/time.h>
6490 #endif
6491 #include <sys/types.h>
6492 #ifdef HAVE_ASM_TYPES_H
6493 #include <asm/types.h>
6494 #endif
6496 #include <$ac_header>
6497 _ACEOF
6498 rm -f conftest.$ac_objext
6499 if { (ac_try="$ac_compile"
6500 case "(($ac_try" in
6501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6502 *) ac_try_echo=$ac_try;;
6503 esac
6504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6505 (eval "$ac_compile") 2>conftest.er1
6506 ac_status=$?
6507 grep -v '^ *+' conftest.er1 >conftest.err
6508 rm -f conftest.er1
6509 cat conftest.err >&5
6510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511 (exit $ac_status); } && {
6512 test -z "$ac_c_werror_flag" ||
6513 test ! -s conftest.err
6514 } && test -s conftest.$ac_objext; then
6515 eval "$as_ac_Header=yes"
6516 else
6517 echo "$as_me: failed program was:" >&5
6518 sed 's/^/| /' conftest.$ac_ext >&5
6520 eval "$as_ac_Header=no"
6523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525 ac_res=`eval echo '${'$as_ac_Header'}'`
6526 { echo "$as_me:$LINENO: result: $ac_res" >&5
6527 echo "${ECHO_T}$ac_res" >&6; }
6528 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6529 cat >>confdefs.h <<_ACEOF
6530 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6531 _ACEOF
6535 done
6539 for ac_header in linux/capi.h
6541 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6542 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6543 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6544 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6545 echo $ECHO_N "(cached) $ECHO_C" >&6
6546 else
6547 cat >conftest.$ac_ext <<_ACEOF
6548 /* confdefs.h. */
6549 _ACEOF
6550 cat confdefs.h >>conftest.$ac_ext
6551 cat >>conftest.$ac_ext <<_ACEOF
6552 /* end confdefs.h. */
6553 #define __user
6555 #include <$ac_header>
6556 _ACEOF
6557 rm -f conftest.$ac_objext
6558 if { (ac_try="$ac_compile"
6559 case "(($ac_try" in
6560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6561 *) ac_try_echo=$ac_try;;
6562 esac
6563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6564 (eval "$ac_compile") 2>conftest.er1
6565 ac_status=$?
6566 grep -v '^ *+' conftest.er1 >conftest.err
6567 rm -f conftest.er1
6568 cat conftest.err >&5
6569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6570 (exit $ac_status); } && {
6571 test -z "$ac_c_werror_flag" ||
6572 test ! -s conftest.err
6573 } && test -s conftest.$ac_objext; then
6574 eval "$as_ac_Header=yes"
6575 else
6576 echo "$as_me: failed program was:" >&5
6577 sed 's/^/| /' conftest.$ac_ext >&5
6579 eval "$as_ac_Header=no"
6582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6584 ac_res=`eval echo '${'$as_ac_Header'}'`
6585 { echo "$as_me:$LINENO: result: $ac_res" >&5
6586 echo "${ECHO_T}$ac_res" >&6; }
6587 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6588 cat >>confdefs.h <<_ACEOF
6589 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6590 _ACEOF
6594 done
6598 DLLEXT=""
6600 DLLFLAGS="-D_REENTRANT"
6602 LDSHARED=""
6604 LDDLLFLAGS=""
6606 LIBEXT="so"
6608 IMPLIBEXT="def"
6610 LDRPATH_INSTALL=""
6612 LDRPATH_LOCAL=""
6614 # Extract the first word of "ldd", so it can be a program name with args.
6615 set dummy ldd; ac_word=$2
6616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6618 if test "${ac_cv_path_LDD+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6
6620 else
6621 case $LDD in
6622 [\\/]* | ?:[\\/]*)
6623 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627 as_dummy="/sbin:/usr/sbin:$PATH"
6628 for as_dir in $as_dummy
6630 IFS=$as_save_IFS
6631 test -z "$as_dir" && as_dir=.
6632 for ac_exec_ext in '' $ac_executable_extensions; do
6633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6634 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6636 break 2
6638 done
6639 done
6640 IFS=$as_save_IFS
6642 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6644 esac
6646 LDD=$ac_cv_path_LDD
6647 if test -n "$LDD"; then
6648 { echo "$as_me:$LINENO: result: $LDD" >&5
6649 echo "${ECHO_T}$LDD" >&6; }
6650 else
6651 { echo "$as_me:$LINENO: result: no" >&5
6652 echo "${ECHO_T}no" >&6; }
6657 case $host_os in
6658 cygwin*|mingw32*)
6659 if test -n "$ac_tool_prefix"; then
6660 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6661 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6664 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6665 echo $ECHO_N "(cached) $ECHO_C" >&6
6666 else
6667 if test -n "$DLLTOOL"; then
6668 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6677 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6679 break 2
6681 done
6682 done
6683 IFS=$as_save_IFS
6687 DLLTOOL=$ac_cv_prog_DLLTOOL
6688 if test -n "$DLLTOOL"; then
6689 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6690 echo "${ECHO_T}$DLLTOOL" >&6; }
6691 else
6692 { echo "$as_me:$LINENO: result: no" >&5
6693 echo "${ECHO_T}no" >&6; }
6698 if test -z "$ac_cv_prog_DLLTOOL"; then
6699 ac_ct_DLLTOOL=$DLLTOOL
6700 # Extract the first word of "dlltool", so it can be a program name with args.
6701 set dummy dlltool; ac_word=$2
6702 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6703 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6704 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6705 echo $ECHO_N "(cached) $ECHO_C" >&6
6706 else
6707 if test -n "$ac_ct_DLLTOOL"; then
6708 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6709 else
6710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6711 for as_dir in $PATH
6713 IFS=$as_save_IFS
6714 test -z "$as_dir" && as_dir=.
6715 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6717 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6718 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6719 break 2
6721 done
6722 done
6723 IFS=$as_save_IFS
6727 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6728 if test -n "$ac_ct_DLLTOOL"; then
6729 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6730 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
6731 else
6732 { echo "$as_me:$LINENO: result: no" >&5
6733 echo "${ECHO_T}no" >&6; }
6736 if test "x$ac_ct_DLLTOOL" = x; then
6737 DLLTOOL="false"
6738 else
6739 case $cross_compiling:$ac_tool_warned in
6740 yes:)
6741 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6742 whose name does not start with the host triplet. If you think this
6743 configuration is useful to you, please write to autoconf@gnu.org." >&5
6744 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6745 whose name does not start with the host triplet. If you think this
6746 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6747 ac_tool_warned=yes ;;
6748 esac
6749 DLLTOOL=$ac_ct_DLLTOOL
6751 else
6752 DLLTOOL="$ac_cv_prog_DLLTOOL"
6755 if test -n "$ac_tool_prefix"; then
6756 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6757 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6758 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6760 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6761 echo $ECHO_N "(cached) $ECHO_C" >&6
6762 else
6763 if test -n "$DLLWRAP"; then
6764 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6765 else
6766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6767 for as_dir in $PATH
6769 IFS=$as_save_IFS
6770 test -z "$as_dir" && as_dir=.
6771 for ac_exec_ext in '' $ac_executable_extensions; do
6772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6773 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6775 break 2
6777 done
6778 done
6779 IFS=$as_save_IFS
6783 DLLWRAP=$ac_cv_prog_DLLWRAP
6784 if test -n "$DLLWRAP"; then
6785 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6786 echo "${ECHO_T}$DLLWRAP" >&6; }
6787 else
6788 { echo "$as_me:$LINENO: result: no" >&5
6789 echo "${ECHO_T}no" >&6; }
6794 if test -z "$ac_cv_prog_DLLWRAP"; then
6795 ac_ct_DLLWRAP=$DLLWRAP
6796 # Extract the first word of "dllwrap", so it can be a program name with args.
6797 set dummy dllwrap; ac_word=$2
6798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6800 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6801 echo $ECHO_N "(cached) $ECHO_C" >&6
6802 else
6803 if test -n "$ac_ct_DLLWRAP"; then
6804 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6805 else
6806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807 for as_dir in $PATH
6809 IFS=$as_save_IFS
6810 test -z "$as_dir" && as_dir=.
6811 for ac_exec_ext in '' $ac_executable_extensions; do
6812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6813 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6815 break 2
6817 done
6818 done
6819 IFS=$as_save_IFS
6823 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6824 if test -n "$ac_ct_DLLWRAP"; then
6825 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
6826 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
6827 else
6828 { echo "$as_me:$LINENO: result: no" >&5
6829 echo "${ECHO_T}no" >&6; }
6832 if test "x$ac_ct_DLLWRAP" = x; then
6833 DLLWRAP="false"
6834 else
6835 case $cross_compiling:$ac_tool_warned in
6836 yes:)
6837 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6838 whose name does not start with the host triplet. If you think this
6839 configuration is useful to you, please write to autoconf@gnu.org." >&5
6840 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6841 whose name does not start with the host triplet. If you think this
6842 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6843 ac_tool_warned=yes ;;
6844 esac
6845 DLLWRAP=$ac_ct_DLLWRAP
6847 else
6848 DLLWRAP="$ac_cv_prog_DLLWRAP"
6851 if test -n "$ac_tool_prefix"; then
6852 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6853 set dummy ${ac_tool_prefix}ar; ac_word=$2
6854 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6856 if test "${ac_cv_prog_MINGWAR+set}" = set; then
6857 echo $ECHO_N "(cached) $ECHO_C" >&6
6858 else
6859 if test -n "$MINGWAR"; then
6860 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6861 else
6862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6863 for as_dir in $PATH
6865 IFS=$as_save_IFS
6866 test -z "$as_dir" && as_dir=.
6867 for ac_exec_ext in '' $ac_executable_extensions; do
6868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6869 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6870 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6871 break 2
6873 done
6874 done
6875 IFS=$as_save_IFS
6879 MINGWAR=$ac_cv_prog_MINGWAR
6880 if test -n "$MINGWAR"; then
6881 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
6882 echo "${ECHO_T}$MINGWAR" >&6; }
6883 else
6884 { echo "$as_me:$LINENO: result: no" >&5
6885 echo "${ECHO_T}no" >&6; }
6890 if test -z "$ac_cv_prog_MINGWAR"; then
6891 ac_ct_MINGWAR=$MINGWAR
6892 # Extract the first word of "ar", so it can be a program name with args.
6893 set dummy ar; ac_word=$2
6894 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6895 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6896 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
6897 echo $ECHO_N "(cached) $ECHO_C" >&6
6898 else
6899 if test -n "$ac_ct_MINGWAR"; then
6900 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
6901 else
6902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903 for as_dir in $PATH
6905 IFS=$as_save_IFS
6906 test -z "$as_dir" && as_dir=.
6907 for ac_exec_ext in '' $ac_executable_extensions; do
6908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6909 ac_cv_prog_ac_ct_MINGWAR="ar"
6910 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6911 break 2
6913 done
6914 done
6915 IFS=$as_save_IFS
6919 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
6920 if test -n "$ac_ct_MINGWAR"; then
6921 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
6922 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
6923 else
6924 { echo "$as_me:$LINENO: result: no" >&5
6925 echo "${ECHO_T}no" >&6; }
6928 if test "x$ac_ct_MINGWAR" = x; then
6929 MINGWAR="false"
6930 else
6931 case $cross_compiling:$ac_tool_warned in
6932 yes:)
6933 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6934 whose name does not start with the host triplet. If you think this
6935 configuration is useful to you, please write to autoconf@gnu.org." >&5
6936 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6937 whose name does not start with the host triplet. If you think this
6938 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6939 ac_tool_warned=yes ;;
6940 esac
6941 MINGWAR=$ac_ct_MINGWAR
6943 else
6944 MINGWAR="$ac_cv_prog_MINGWAR"
6947 if test "$DLLWRAP" = "false"; then
6948 LIBEXT="a"
6949 else
6950 LIBEXT="dll"
6952 IMPLIBEXT="a"
6953 enable_iphlpapi=${enable_iphlpapi:-no}
6954 enable_kernel32=${enable_kernel32:-no}
6955 enable_msvcrt=${enable_msvcrt:-no}
6956 enable_ntdll=${enable_ntdll:-no}
6957 enable_ws2_32=${enable_ws2_32:-no}
6958 enable_loader=${enable_loader:-no}
6959 enable_server=${enable_server:-no}
6960 with_x=${with_x:-no}
6961 with_pthread=${with_pthread:-no}
6963 darwin*|macosx*)
6964 DLLEXT=".so"
6965 LIBEXT="dylib"
6966 DLLFLAGS="$DLLFLAGS -fPIC"
6967 LDDLLFLAGS="-bundle -multiply_defined suppress"
6968 LIBWINE_LDFLAGS="-multiply_defined suppress"
6969 LDSHARED="\$(CC) -dynamiclib"
6970 STRIP="$STRIP -x"
6971 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6972 SECURITYLIB="-framework Security -framework CoreFoundation"
6974 COREFOUNDATIONLIB="-framework CoreFoundation"
6976 IOKITLIB="-framework IOKit -framework CoreFoundation"
6978 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
6980 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6981 then
6982 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6985 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6986 then
6987 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6990 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6991 then
6992 ac_save_LIBS="$LIBS"
6993 LIBS="$LIBS $IOKITLIB"
6995 for ac_func in IOHIDManagerCreate
6997 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6998 { echo "$as_me:$LINENO: checking for $ac_func" >&5
6999 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7000 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7001 echo $ECHO_N "(cached) $ECHO_C" >&6
7002 else
7003 cat >conftest.$ac_ext <<_ACEOF
7004 /* confdefs.h. */
7005 _ACEOF
7006 cat confdefs.h >>conftest.$ac_ext
7007 cat >>conftest.$ac_ext <<_ACEOF
7008 /* end confdefs.h. */
7009 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7010 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7011 #define $ac_func innocuous_$ac_func
7013 /* System header to define __stub macros and hopefully few prototypes,
7014 which can conflict with char $ac_func (); below.
7015 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7016 <limits.h> exists even on freestanding compilers. */
7018 #ifdef __STDC__
7019 # include <limits.h>
7020 #else
7021 # include <assert.h>
7022 #endif
7024 #undef $ac_func
7026 /* Override any GCC internal prototype to avoid an error.
7027 Use char because int might match the return type of a GCC
7028 builtin and then its argument prototype would still apply. */
7029 #ifdef __cplusplus
7030 extern "C"
7031 #endif
7032 char $ac_func ();
7033 /* The GNU C library defines this for functions which it implements
7034 to always fail with ENOSYS. Some functions are actually named
7035 something starting with __ and the normal name is an alias. */
7036 #if defined __stub_$ac_func || defined __stub___$ac_func
7037 choke me
7038 #endif
7041 main ()
7043 return $ac_func ();
7045 return 0;
7047 _ACEOF
7048 rm -f conftest.$ac_objext conftest$ac_exeext
7049 if { (ac_try="$ac_link"
7050 case "(($ac_try" in
7051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7052 *) ac_try_echo=$ac_try;;
7053 esac
7054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7055 (eval "$ac_link") 2>conftest.er1
7056 ac_status=$?
7057 grep -v '^ *+' conftest.er1 >conftest.err
7058 rm -f conftest.er1
7059 cat conftest.err >&5
7060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7061 (exit $ac_status); } && {
7062 test -z "$ac_c_werror_flag" ||
7063 test ! -s conftest.err
7064 } && test -s conftest$ac_exeext &&
7065 $as_test_x conftest$ac_exeext; then
7066 eval "$as_ac_var=yes"
7067 else
7068 echo "$as_me: failed program was:" >&5
7069 sed 's/^/| /' conftest.$ac_ext >&5
7071 eval "$as_ac_var=no"
7074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7075 conftest$ac_exeext conftest.$ac_ext
7077 ac_res=`eval echo '${'$as_ac_var'}'`
7078 { echo "$as_me:$LINENO: result: $ac_res" >&5
7079 echo "${ECHO_T}$ac_res" >&6; }
7080 if test `eval echo '${'$as_ac_var'}'` = yes; then
7081 cat >>confdefs.h <<_ACEOF
7082 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7083 _ACEOF
7086 done
7088 LIBS="$ac_save_LIBS"
7090 case $host_cpu in
7091 *powerpc*)
7092 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7093 esac
7094 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7095 then
7096 CARBONLIB="-framework Carbon"
7098 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7102 DLLFLAGS="$DLLFLAGS -fPIC"
7103 DLLEXT=".so"
7104 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7105 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7106 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7107 echo $ECHO_N "(cached) $ECHO_C" >&6
7108 else
7109 ac_wine_try_cflags_saved=$CFLAGS
7110 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7111 cat >conftest.$ac_ext <<_ACEOF
7112 void myfunc() {}
7113 _ACEOF
7114 rm -f conftest.$ac_objext conftest$ac_exeext
7115 if { (ac_try="$ac_link"
7116 case "(($ac_try" in
7117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7118 *) ac_try_echo=$ac_try;;
7119 esac
7120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7121 (eval "$ac_link") 2>conftest.er1
7122 ac_status=$?
7123 grep -v '^ *+' conftest.er1 >conftest.err
7124 rm -f conftest.er1
7125 cat conftest.err >&5
7126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127 (exit $ac_status); } && {
7128 test -z "$ac_c_werror_flag" ||
7129 test ! -s conftest.err
7130 } && test -s conftest$ac_exeext &&
7131 $as_test_x conftest$ac_exeext; then
7132 ac_cv_c_dll_gnuelf="yes"
7133 else
7134 echo "$as_me: failed program was:" >&5
7135 sed 's/^/| /' conftest.$ac_ext >&5
7137 ac_cv_c_dll_gnuelf="no"
7140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7141 conftest$ac_exeext conftest.$ac_ext
7142 CFLAGS=$ac_wine_try_cflags_saved
7144 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7145 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7146 if test "$ac_cv_c_dll_gnuelf" = "yes"
7147 then
7148 LDSHARED="\$(CC) -shared"
7149 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7150 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7151 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7152 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7153 echo $ECHO_N "(cached) $ECHO_C" >&6
7154 else
7155 ac_wine_try_cflags_saved=$CFLAGS
7156 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7157 cat >conftest.$ac_ext <<_ACEOF
7158 /* confdefs.h. */
7159 _ACEOF
7160 cat confdefs.h >>conftest.$ac_ext
7161 cat >>conftest.$ac_ext <<_ACEOF
7162 /* end confdefs.h. */
7165 main ()
7169 return 0;
7171 _ACEOF
7172 rm -f conftest.$ac_objext conftest$ac_exeext
7173 if { (ac_try="$ac_link"
7174 case "(($ac_try" in
7175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7176 *) ac_try_echo=$ac_try;;
7177 esac
7178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7179 (eval "$ac_link") 2>conftest.er1
7180 ac_status=$?
7181 grep -v '^ *+' conftest.er1 >conftest.err
7182 rm -f conftest.er1
7183 cat conftest.err >&5
7184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7185 (exit $ac_status); } && {
7186 test -z "$ac_c_werror_flag" ||
7187 test ! -s conftest.err
7188 } && test -s conftest$ac_exeext &&
7189 $as_test_x conftest$ac_exeext; then
7190 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7191 else
7192 echo "$as_me: failed program was:" >&5
7193 sed 's/^/| /' conftest.$ac_ext >&5
7195 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7199 conftest$ac_exeext conftest.$ac_ext
7200 CFLAGS=$ac_wine_try_cflags_saved
7202 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7203 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7204 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7205 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7206 else
7207 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7208 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7209 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7210 echo $ECHO_N "(cached) $ECHO_C" >&6
7211 else
7212 ac_wine_try_cflags_saved=$CFLAGS
7213 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7214 cat >conftest.$ac_ext <<_ACEOF
7215 /* confdefs.h. */
7216 _ACEOF
7217 cat confdefs.h >>conftest.$ac_ext
7218 cat >>conftest.$ac_ext <<_ACEOF
7219 /* end confdefs.h. */
7222 main ()
7226 return 0;
7228 _ACEOF
7229 rm -f conftest.$ac_objext conftest$ac_exeext
7230 if { (ac_try="$ac_link"
7231 case "(($ac_try" in
7232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7233 *) ac_try_echo=$ac_try;;
7234 esac
7235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7236 (eval "$ac_link") 2>conftest.er1
7237 ac_status=$?
7238 grep -v '^ *+' conftest.er1 >conftest.err
7239 rm -f conftest.er1
7240 cat conftest.err >&5
7241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242 (exit $ac_status); } && {
7243 test -z "$ac_c_werror_flag" ||
7244 test ! -s conftest.err
7245 } && test -s conftest$ac_exeext &&
7246 $as_test_x conftest$ac_exeext; then
7247 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7248 else
7249 echo "$as_me: failed program was:" >&5
7250 sed 's/^/| /' conftest.$ac_ext >&5
7252 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7256 conftest$ac_exeext conftest.$ac_ext
7257 CFLAGS=$ac_wine_try_cflags_saved
7259 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7260 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7261 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7262 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7268 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7269 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7270 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7271 echo $ECHO_N "(cached) $ECHO_C" >&6
7272 else
7273 ac_wine_try_cflags_saved=$CFLAGS
7274 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7275 cat >conftest.$ac_ext <<_ACEOF
7276 /* confdefs.h. */
7277 _ACEOF
7278 cat confdefs.h >>conftest.$ac_ext
7279 cat >>conftest.$ac_ext <<_ACEOF
7280 /* end confdefs.h. */
7283 main ()
7287 return 0;
7289 _ACEOF
7290 rm -f conftest.$ac_objext conftest$ac_exeext
7291 if { (ac_try="$ac_link"
7292 case "(($ac_try" in
7293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7294 *) ac_try_echo=$ac_try;;
7295 esac
7296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7297 (eval "$ac_link") 2>conftest.er1
7298 ac_status=$?
7299 grep -v '^ *+' conftest.er1 >conftest.err
7300 rm -f conftest.er1
7301 cat conftest.err >&5
7302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7303 (exit $ac_status); } && {
7304 test -z "$ac_c_werror_flag" ||
7305 test ! -s conftest.err
7306 } && test -s conftest$ac_exeext &&
7307 $as_test_x conftest$ac_exeext; then
7308 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7309 else
7310 echo "$as_me: failed program was:" >&5
7311 sed 's/^/| /' conftest.$ac_ext >&5
7313 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7317 conftest$ac_exeext conftest.$ac_ext
7318 CFLAGS=$ac_wine_try_cflags_saved
7320 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7321 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7322 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7323 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7327 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7328 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7329 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7331 else
7332 ac_wine_try_cflags_saved=$CFLAGS
7333 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7334 cat >conftest.$ac_ext <<_ACEOF
7335 /* confdefs.h. */
7336 _ACEOF
7337 cat confdefs.h >>conftest.$ac_ext
7338 cat >>conftest.$ac_ext <<_ACEOF
7339 /* end confdefs.h. */
7342 main ()
7346 return 0;
7348 _ACEOF
7349 rm -f conftest.$ac_objext conftest$ac_exeext
7350 if { (ac_try="$ac_link"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7356 (eval "$ac_link") 2>conftest.er1
7357 ac_status=$?
7358 grep -v '^ *+' conftest.er1 >conftest.err
7359 rm -f conftest.er1
7360 cat conftest.err >&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && {
7363 test -z "$ac_c_werror_flag" ||
7364 test ! -s conftest.err
7365 } && test -s conftest$ac_exeext &&
7366 $as_test_x conftest$ac_exeext; then
7367 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7368 else
7369 echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7372 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7376 conftest$ac_exeext conftest.$ac_ext
7377 CFLAGS=$ac_wine_try_cflags_saved
7379 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7380 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7381 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7382 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7386 echo '{ global: *; };' >conftest.map
7387 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7388 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7389 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7390 echo $ECHO_N "(cached) $ECHO_C" >&6
7391 else
7392 ac_wine_try_cflags_saved=$CFLAGS
7393 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7394 cat >conftest.$ac_ext <<_ACEOF
7395 /* confdefs.h. */
7396 _ACEOF
7397 cat confdefs.h >>conftest.$ac_ext
7398 cat >>conftest.$ac_ext <<_ACEOF
7399 /* end confdefs.h. */
7402 main ()
7406 return 0;
7408 _ACEOF
7409 rm -f conftest.$ac_objext conftest$ac_exeext
7410 if { (ac_try="$ac_link"
7411 case "(($ac_try" in
7412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7413 *) ac_try_echo=$ac_try;;
7414 esac
7415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7416 (eval "$ac_link") 2>conftest.er1
7417 ac_status=$?
7418 grep -v '^ *+' conftest.er1 >conftest.err
7419 rm -f conftest.er1
7420 cat conftest.err >&5
7421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7422 (exit $ac_status); } && {
7423 test -z "$ac_c_werror_flag" ||
7424 test ! -s conftest.err
7425 } && test -s conftest$ac_exeext &&
7426 $as_test_x conftest$ac_exeext; then
7427 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7428 else
7429 echo "$as_me: failed program was:" >&5
7430 sed 's/^/| /' conftest.$ac_ext >&5
7432 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7436 conftest$ac_exeext conftest.$ac_ext
7437 CFLAGS=$ac_wine_try_cflags_saved
7439 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7440 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7441 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7442 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7445 rm -f conftest.map
7447 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7448 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7449 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7450 echo $ECHO_N "(cached) $ECHO_C" >&6
7451 else
7452 ac_wine_try_cflags_saved=$CFLAGS
7453 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7454 cat >conftest.$ac_ext <<_ACEOF
7455 /* confdefs.h. */
7456 _ACEOF
7457 cat confdefs.h >>conftest.$ac_ext
7458 cat >>conftest.$ac_ext <<_ACEOF
7459 /* end confdefs.h. */
7462 main ()
7466 return 0;
7468 _ACEOF
7469 rm -f conftest.$ac_objext conftest$ac_exeext
7470 if { (ac_try="$ac_link"
7471 case "(($ac_try" in
7472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7473 *) ac_try_echo=$ac_try;;
7474 esac
7475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7476 (eval "$ac_link") 2>conftest.er1
7477 ac_status=$?
7478 grep -v '^ *+' conftest.er1 >conftest.err
7479 rm -f conftest.er1
7480 cat conftest.err >&5
7481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7482 (exit $ac_status); } && {
7483 test -z "$ac_c_werror_flag" ||
7484 test ! -s conftest.err
7485 } && test -s conftest$ac_exeext &&
7486 $as_test_x conftest$ac_exeext; then
7487 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7488 else
7489 echo "$as_me: failed program was:" >&5
7490 sed 's/^/| /' conftest.$ac_ext >&5
7492 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7496 conftest$ac_exeext conftest.$ac_ext
7497 CFLAGS=$ac_wine_try_cflags_saved
7499 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7500 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7501 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7502 LDEXECFLAGS="-Wl,--export-dynamic"
7507 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7508 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7509 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7510 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7511 echo $ECHO_N "(cached) $ECHO_C" >&6
7512 else
7513 ac_wine_try_cflags_saved=$CFLAGS
7514 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7515 cat >conftest.$ac_ext <<_ACEOF
7516 /* confdefs.h. */
7517 _ACEOF
7518 cat confdefs.h >>conftest.$ac_ext
7519 cat >>conftest.$ac_ext <<_ACEOF
7520 /* end confdefs.h. */
7523 main ()
7527 return 0;
7529 _ACEOF
7530 rm -f conftest.$ac_objext conftest$ac_exeext
7531 if { (ac_try="$ac_link"
7532 case "(($ac_try" in
7533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7534 *) ac_try_echo=$ac_try;;
7535 esac
7536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7537 (eval "$ac_link") 2>conftest.er1
7538 ac_status=$?
7539 grep -v '^ *+' conftest.er1 >conftest.err
7540 rm -f conftest.er1
7541 cat conftest.err >&5
7542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7543 (exit $ac_status); } && {
7544 test -z "$ac_c_werror_flag" ||
7545 test ! -s conftest.err
7546 } && test -s conftest$ac_exeext &&
7547 $as_test_x conftest$ac_exeext; then
7548 eval "$as_ac_var=yes"
7549 else
7550 echo "$as_me: failed program was:" >&5
7551 sed 's/^/| /' conftest.$ac_ext >&5
7553 eval "$as_ac_var=no"
7556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7557 conftest$ac_exeext conftest.$ac_ext
7558 CFLAGS=$ac_wine_try_cflags_saved
7560 ac_res=`eval echo '${'$as_ac_var'}'`
7561 { echo "$as_me:$LINENO: result: $ac_res" >&5
7562 echo "${ECHO_T}$ac_res" >&6; }
7563 if test `eval echo '${'$as_ac_var'}'` = yes; then
7564 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7565 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7566 else
7567 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7568 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7569 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7570 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7571 echo $ECHO_N "(cached) $ECHO_C" >&6
7572 else
7573 ac_wine_try_cflags_saved=$CFLAGS
7574 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7575 cat >conftest.$ac_ext <<_ACEOF
7576 /* confdefs.h. */
7577 _ACEOF
7578 cat confdefs.h >>conftest.$ac_ext
7579 cat >>conftest.$ac_ext <<_ACEOF
7580 /* end confdefs.h. */
7583 main ()
7587 return 0;
7589 _ACEOF
7590 rm -f conftest.$ac_objext conftest$ac_exeext
7591 if { (ac_try="$ac_link"
7592 case "(($ac_try" in
7593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7594 *) ac_try_echo=$ac_try;;
7595 esac
7596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7597 (eval "$ac_link") 2>conftest.er1
7598 ac_status=$?
7599 grep -v '^ *+' conftest.er1 >conftest.err
7600 rm -f conftest.er1
7601 cat conftest.err >&5
7602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7603 (exit $ac_status); } && {
7604 test -z "$ac_c_werror_flag" ||
7605 test ! -s conftest.err
7606 } && test -s conftest$ac_exeext &&
7607 $as_test_x conftest$ac_exeext; then
7608 eval "$as_ac_var=yes"
7609 else
7610 echo "$as_me: failed program was:" >&5
7611 sed 's/^/| /' conftest.$ac_ext >&5
7613 eval "$as_ac_var=no"
7616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7617 conftest$ac_exeext conftest.$ac_ext
7618 CFLAGS=$ac_wine_try_cflags_saved
7620 ac_res=`eval echo '${'$as_ac_var'}'`
7621 { echo "$as_me:$LINENO: result: $ac_res" >&5
7622 echo "${ECHO_T}$ac_res" >&6; }
7623 if test `eval echo '${'$as_ac_var'}'` = yes; then
7624 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7625 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7631 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7632 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7633 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7634 echo $ECHO_N "(cached) $ECHO_C" >&6
7635 else
7636 ac_wine_try_cflags_saved=$CFLAGS
7637 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7638 cat >conftest.$ac_ext <<_ACEOF
7639 /* confdefs.h. */
7640 _ACEOF
7641 cat confdefs.h >>conftest.$ac_ext
7642 cat >>conftest.$ac_ext <<_ACEOF
7643 /* end confdefs.h. */
7646 main ()
7650 return 0;
7652 _ACEOF
7653 rm -f conftest.$ac_objext conftest$ac_exeext
7654 if { (ac_try="$ac_link"
7655 case "(($ac_try" in
7656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7657 *) ac_try_echo=$ac_try;;
7658 esac
7659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7660 (eval "$ac_link") 2>conftest.er1
7661 ac_status=$?
7662 grep -v '^ *+' conftest.er1 >conftest.err
7663 rm -f conftest.er1
7664 cat conftest.err >&5
7665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 (exit $ac_status); } && {
7667 test -z "$ac_c_werror_flag" ||
7668 test ! -s conftest.err
7669 } && test -s conftest$ac_exeext &&
7670 $as_test_x conftest$ac_exeext; then
7671 ac_cv_cflags__Wl___enable_new_dtags=yes
7672 else
7673 echo "$as_me: failed program was:" >&5
7674 sed 's/^/| /' conftest.$ac_ext >&5
7676 ac_cv_cflags__Wl___enable_new_dtags=no
7679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7680 conftest$ac_exeext conftest.$ac_ext
7681 CFLAGS=$ac_wine_try_cflags_saved
7683 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7684 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7685 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7686 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7690 case $host_cpu in
7691 *i[3456789]86* | x86_64)
7692 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7693 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7694 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7695 echo $ECHO_N "(cached) $ECHO_C" >&6
7696 else
7697 ac_wine_try_cflags_saved=$CFLAGS
7698 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7699 cat >conftest.$ac_ext <<_ACEOF
7700 /* confdefs.h. */
7701 _ACEOF
7702 cat confdefs.h >>conftest.$ac_ext
7703 cat >>conftest.$ac_ext <<_ACEOF
7704 /* end confdefs.h. */
7707 main ()
7711 return 0;
7713 _ACEOF
7714 rm -f conftest.$ac_objext conftest$ac_exeext
7715 if { (ac_try="$ac_link"
7716 case "(($ac_try" in
7717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7718 *) ac_try_echo=$ac_try;;
7719 esac
7720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7721 (eval "$ac_link") 2>conftest.er1
7722 ac_status=$?
7723 grep -v '^ *+' conftest.er1 >conftest.err
7724 rm -f conftest.er1
7725 cat conftest.err >&5
7726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7727 (exit $ac_status); } && {
7728 test -z "$ac_c_werror_flag" ||
7729 test ! -s conftest.err
7730 } && test -s conftest$ac_exeext &&
7731 $as_test_x conftest$ac_exeext; then
7732 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7733 else
7734 echo "$as_me: failed program was:" >&5
7735 sed 's/^/| /' conftest.$ac_ext >&5
7737 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7741 conftest$ac_exeext conftest.$ac_ext
7742 CFLAGS=$ac_wine_try_cflags_saved
7744 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7745 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7746 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7747 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7751 esac
7753 else
7754 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7755 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
7756 if test "${ac_cv_c_dll_unixware+set}" = set; then
7757 echo $ECHO_N "(cached) $ECHO_C" >&6
7758 else
7759 ac_wine_try_cflags_saved=$CFLAGS
7760 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7761 cat >conftest.$ac_ext <<_ACEOF
7762 void myfunc() {}
7763 _ACEOF
7764 rm -f conftest.$ac_objext conftest$ac_exeext
7765 if { (ac_try="$ac_link"
7766 case "(($ac_try" in
7767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7768 *) ac_try_echo=$ac_try;;
7769 esac
7770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7771 (eval "$ac_link") 2>conftest.er1
7772 ac_status=$?
7773 grep -v '^ *+' conftest.er1 >conftest.err
7774 rm -f conftest.er1
7775 cat conftest.err >&5
7776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7777 (exit $ac_status); } && {
7778 test -z "$ac_c_werror_flag" ||
7779 test ! -s conftest.err
7780 } && test -s conftest$ac_exeext &&
7781 $as_test_x conftest$ac_exeext; then
7782 ac_cv_c_dll_unixware="yes"
7783 else
7784 echo "$as_me: failed program was:" >&5
7785 sed 's/^/| /' conftest.$ac_ext >&5
7787 ac_cv_c_dll_unixware="no"
7790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7791 conftest$ac_exeext conftest.$ac_ext
7792 CFLAGS=$ac_wine_try_cflags_saved
7794 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
7795 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
7796 if test "$ac_cv_c_dll_unixware" = "yes"
7797 then
7798 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7799 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7801 else
7802 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
7803 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
7804 if test "${ac_cv_c_dll_hpux+set}" = set; then
7805 echo $ECHO_N "(cached) $ECHO_C" >&6
7806 else
7807 ac_wine_try_cflags_saved=$CFLAGS
7808 CFLAGS="$CFLAGS -shared"
7809 cat >conftest.$ac_ext <<_ACEOF
7810 void myfunc() {}
7811 _ACEOF
7812 rm -f conftest.$ac_objext conftest$ac_exeext
7813 if { (ac_try="$ac_link"
7814 case "(($ac_try" in
7815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7816 *) ac_try_echo=$ac_try;;
7817 esac
7818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819 (eval "$ac_link") 2>conftest.er1
7820 ac_status=$?
7821 grep -v '^ *+' conftest.er1 >conftest.err
7822 rm -f conftest.er1
7823 cat conftest.err >&5
7824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7825 (exit $ac_status); } && {
7826 test -z "$ac_c_werror_flag" ||
7827 test ! -s conftest.err
7828 } && test -s conftest$ac_exeext &&
7829 $as_test_x conftest$ac_exeext; then
7830 ac_cv_c_dll_hpux="yes"
7831 else
7832 echo "$as_me: failed program was:" >&5
7833 sed 's/^/| /' conftest.$ac_ext >&5
7835 ac_cv_c_dll_hpux="no"
7838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7839 conftest$ac_exeext conftest.$ac_ext
7840 CFLAGS=$ac_wine_try_cflags_saved
7842 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
7843 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
7844 if test "$ac_cv_c_dll_hpux" = "yes"
7845 then
7846 LIBEXT="sl"
7847 DLLEXT=".sl"
7848 LDDLLFLAGS="-shared -fPIC"
7849 LDSHARED="\$(CC) -shared"
7854 esac
7856 enable_winequartz_drv=${enable_winequartz_drv:-no}
7858 if test "$LIBEXT" = "a"; then
7859 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
7860 It is currently not possible to build Wine without shared library
7861 (.so) support to allow transparent switch between .so and .dll files.
7862 If you are using Linux, you will need a newer binutils.
7863 " >&5
7864 echo "$as_me: error: could not find a way to build shared libraries.
7865 It is currently not possible to build Wine without shared library
7866 (.so) support to allow transparent switch between .so and .dll files.
7867 If you are using Linux, you will need a newer binutils.
7868 " >&2;}
7869 { (exit 1); exit 1; }; }
7872 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7873 then
7874 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 mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
7876 # Extract the first word of "$ac_prog", so it can be a program name with args.
7877 set dummy $ac_prog; ac_word=$2
7878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7880 if test "${ac_cv_prog_CROSSCC+set}" = set; then
7881 echo $ECHO_N "(cached) $ECHO_C" >&6
7882 else
7883 if test -n "$CROSSCC"; then
7884 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7885 else
7886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7887 for as_dir in $PATH
7889 IFS=$as_save_IFS
7890 test -z "$as_dir" && as_dir=.
7891 for ac_exec_ext in '' $ac_executable_extensions; do
7892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7893 ac_cv_prog_CROSSCC="$ac_prog"
7894 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7895 break 2
7897 done
7898 done
7899 IFS=$as_save_IFS
7903 CROSSCC=$ac_cv_prog_CROSSCC
7904 if test -n "$CROSSCC"; then
7905 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
7906 echo "${ECHO_T}$CROSSCC" >&6; }
7907 else
7908 { echo "$as_me:$LINENO: result: no" >&5
7909 echo "${ECHO_T}no" >&6; }
7913 test -n "$CROSSCC" && break
7914 done
7915 test -n "$CROSSCC" || CROSSCC="false"
7917 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 mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
7919 # Extract the first word of "$ac_prog", so it can be a program name with args.
7920 set dummy $ac_prog; ac_word=$2
7921 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7923 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7924 echo $ECHO_N "(cached) $ECHO_C" >&6
7925 else
7926 if test -n "$DLLTOOL"; then
7927 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7928 else
7929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7930 for as_dir in $PATH
7932 IFS=$as_save_IFS
7933 test -z "$as_dir" && as_dir=.
7934 for ac_exec_ext in '' $ac_executable_extensions; do
7935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7936 ac_cv_prog_DLLTOOL="$ac_prog"
7937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7938 break 2
7940 done
7941 done
7942 IFS=$as_save_IFS
7946 DLLTOOL=$ac_cv_prog_DLLTOOL
7947 if test -n "$DLLTOOL"; then
7948 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7949 echo "${ECHO_T}$DLLTOOL" >&6; }
7950 else
7951 { echo "$as_me:$LINENO: result: no" >&5
7952 echo "${ECHO_T}no" >&6; }
7956 test -n "$DLLTOOL" && break
7957 done
7958 test -n "$DLLTOOL" || DLLTOOL="false"
7960 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 mingw32-ar i686-pc-mingw32-ar mingw-ar
7962 # Extract the first word of "$ac_prog", so it can be a program name with args.
7963 set dummy $ac_prog; ac_word=$2
7964 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7966 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7967 echo $ECHO_N "(cached) $ECHO_C" >&6
7968 else
7969 if test -n "$MINGWAR"; then
7970 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7971 else
7972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7973 for as_dir in $PATH
7975 IFS=$as_save_IFS
7976 test -z "$as_dir" && as_dir=.
7977 for ac_exec_ext in '' $ac_executable_extensions; do
7978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7979 ac_cv_prog_MINGWAR="$ac_prog"
7980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7981 break 2
7983 done
7984 done
7985 IFS=$as_save_IFS
7989 MINGWAR=$ac_cv_prog_MINGWAR
7990 if test -n "$MINGWAR"; then
7991 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7992 echo "${ECHO_T}$MINGWAR" >&6; }
7993 else
7994 { echo "$as_me:$LINENO: result: no" >&5
7995 echo "${ECHO_T}no" >&6; }
7999 test -n "$MINGWAR" && break
8000 done
8001 test -n "$MINGWAR" || MINGWAR="false"
8003 if test "$CROSSCC" != "false"
8004 then
8005 CROSSTEST="\$(CROSSTEST)"
8007 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8013 if test "$ac_cv_header_pthread_h" = "yes"
8014 then
8015 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8016 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8017 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8018 echo $ECHO_N "(cached) $ECHO_C" >&6
8019 else
8020 ac_check_lib_save_LIBS=$LIBS
8021 LIBS="-lpthread $LIBS"
8022 cat >conftest.$ac_ext <<_ACEOF
8023 /* confdefs.h. */
8024 _ACEOF
8025 cat confdefs.h >>conftest.$ac_ext
8026 cat >>conftest.$ac_ext <<_ACEOF
8027 /* end confdefs.h. */
8029 /* Override any GCC internal prototype to avoid an error.
8030 Use char because int might match the return type of a GCC
8031 builtin and then its argument prototype would still apply. */
8032 #ifdef __cplusplus
8033 extern "C"
8034 #endif
8035 char pthread_create ();
8037 main ()
8039 return pthread_create ();
8041 return 0;
8043 _ACEOF
8044 rm -f conftest.$ac_objext conftest$ac_exeext
8045 if { (ac_try="$ac_link"
8046 case "(($ac_try" in
8047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8048 *) ac_try_echo=$ac_try;;
8049 esac
8050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8051 (eval "$ac_link") 2>conftest.er1
8052 ac_status=$?
8053 grep -v '^ *+' conftest.er1 >conftest.err
8054 rm -f conftest.er1
8055 cat conftest.err >&5
8056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8057 (exit $ac_status); } && {
8058 test -z "$ac_c_werror_flag" ||
8059 test ! -s conftest.err
8060 } && test -s conftest$ac_exeext &&
8061 $as_test_x conftest$ac_exeext; then
8062 ac_cv_lib_pthread_pthread_create=yes
8063 else
8064 echo "$as_me: failed program was:" >&5
8065 sed 's/^/| /' conftest.$ac_ext >&5
8067 ac_cv_lib_pthread_pthread_create=no
8070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8071 conftest$ac_exeext conftest.$ac_ext
8072 LIBS=$ac_check_lib_save_LIBS
8074 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8075 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8076 if test $ac_cv_lib_pthread_pthread_create = yes; then
8077 LIBPTHREAD="-lpthread"
8082 if test "x$LIBPTHREAD" = "x"; then
8083 case "x$with_pthread" in
8084 xno) ;;
8085 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8086 Wine cannot support threads without libpthread.
8087 Use the --without-pthread option if you really want this." >&5
8088 echo "$as_me: error: pthread ${notice_platform}development files not found.
8089 Wine cannot support threads without libpthread.
8090 Use the --without-pthread option if you really want this." >&2;}
8091 { (exit 1); exit 1; }; } ;;
8092 esac
8097 { echo "$as_me:$LINENO: checking for X" >&5
8098 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8101 # Check whether --with-x was given.
8102 if test "${with_x+set}" = set; then
8103 withval=$with_x;
8106 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8107 if test "x$with_x" = xno; then
8108 # The user explicitly disabled X.
8109 have_x=disabled
8110 else
8111 case $x_includes,$x_libraries in #(
8112 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8113 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8114 { (exit 1); exit 1; }; };; #(
8115 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8116 echo $ECHO_N "(cached) $ECHO_C" >&6
8117 else
8118 # One or both of the vars are not set, and there is no cached value.
8119 ac_x_includes=no ac_x_libraries=no
8120 rm -f -r conftest.dir
8121 if mkdir conftest.dir; then
8122 cd conftest.dir
8123 cat >Imakefile <<'_ACEOF'
8124 incroot:
8125 @echo incroot='${INCROOT}'
8126 usrlibdir:
8127 @echo usrlibdir='${USRLIBDIR}'
8128 libdir:
8129 @echo libdir='${LIBDIR}'
8130 _ACEOF
8131 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8132 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8133 for ac_var in incroot usrlibdir libdir; do
8134 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8135 done
8136 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8137 for ac_extension in a so sl; do
8138 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8139 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8140 ac_im_usrlibdir=$ac_im_libdir; break
8142 done
8143 # Screen out bogus values from the imake configuration. They are
8144 # bogus both because they are the default anyway, and because
8145 # using them would break gcc on systems where it needs fixed includes.
8146 case $ac_im_incroot in
8147 /usr/include) ac_x_includes= ;;
8148 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8149 esac
8150 case $ac_im_usrlibdir in
8151 /usr/lib | /lib) ;;
8152 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8153 esac
8155 cd ..
8156 rm -f -r conftest.dir
8159 # Standard set of common directories for X headers.
8160 # Check X11 before X11Rn because it is often a symlink to the current release.
8161 ac_x_header_dirs='
8162 /usr/X11/include
8163 /usr/X11R6/include
8164 /usr/X11R5/include
8165 /usr/X11R4/include
8167 /usr/include/X11
8168 /usr/include/X11R6
8169 /usr/include/X11R5
8170 /usr/include/X11R4
8172 /usr/local/X11/include
8173 /usr/local/X11R6/include
8174 /usr/local/X11R5/include
8175 /usr/local/X11R4/include
8177 /usr/local/include/X11
8178 /usr/local/include/X11R6
8179 /usr/local/include/X11R5
8180 /usr/local/include/X11R4
8182 /usr/X386/include
8183 /usr/x386/include
8184 /usr/XFree86/include/X11
8186 /usr/include
8187 /usr/local/include
8188 /usr/unsupported/include
8189 /usr/athena/include
8190 /usr/local/x11r5/include
8191 /usr/lpp/Xamples/include
8193 /usr/openwin/include
8194 /usr/openwin/share/include'
8196 if test "$ac_x_includes" = no; then
8197 # Guess where to find include files, by looking for Xlib.h.
8198 # First, try using that file with no special directory specified.
8199 cat >conftest.$ac_ext <<_ACEOF
8200 /* confdefs.h. */
8201 _ACEOF
8202 cat confdefs.h >>conftest.$ac_ext
8203 cat >>conftest.$ac_ext <<_ACEOF
8204 /* end confdefs.h. */
8205 #include <X11/Xlib.h>
8206 _ACEOF
8207 if { (ac_try="$ac_cpp conftest.$ac_ext"
8208 case "(($ac_try" in
8209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8210 *) ac_try_echo=$ac_try;;
8211 esac
8212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8213 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8214 ac_status=$?
8215 grep -v '^ *+' conftest.er1 >conftest.err
8216 rm -f conftest.er1
8217 cat conftest.err >&5
8218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8219 (exit $ac_status); } >/dev/null && {
8220 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8221 test ! -s conftest.err
8222 }; then
8223 # We can compile using X headers with no special include directory.
8224 ac_x_includes=
8225 else
8226 echo "$as_me: failed program was:" >&5
8227 sed 's/^/| /' conftest.$ac_ext >&5
8229 for ac_dir in $ac_x_header_dirs; do
8230 if test -r "$ac_dir/X11/Xlib.h"; then
8231 ac_x_includes=$ac_dir
8232 break
8234 done
8237 rm -f conftest.err conftest.$ac_ext
8238 fi # $ac_x_includes = no
8240 if test "$ac_x_libraries" = no; then
8241 # Check for the libraries.
8242 # See if we find them without any special options.
8243 # Don't add to $LIBS permanently.
8244 ac_save_LIBS=$LIBS
8245 LIBS="-lX11 $LIBS"
8246 cat >conftest.$ac_ext <<_ACEOF
8247 /* confdefs.h. */
8248 _ACEOF
8249 cat confdefs.h >>conftest.$ac_ext
8250 cat >>conftest.$ac_ext <<_ACEOF
8251 /* end confdefs.h. */
8252 #include <X11/Xlib.h>
8254 main ()
8256 XrmInitialize ()
8258 return 0;
8260 _ACEOF
8261 rm -f conftest.$ac_objext conftest$ac_exeext
8262 if { (ac_try="$ac_link"
8263 case "(($ac_try" in
8264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8265 *) ac_try_echo=$ac_try;;
8266 esac
8267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8268 (eval "$ac_link") 2>conftest.er1
8269 ac_status=$?
8270 grep -v '^ *+' conftest.er1 >conftest.err
8271 rm -f conftest.er1
8272 cat conftest.err >&5
8273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 (exit $ac_status); } && {
8275 test -z "$ac_c_werror_flag" ||
8276 test ! -s conftest.err
8277 } && test -s conftest$ac_exeext &&
8278 $as_test_x conftest$ac_exeext; then
8279 LIBS=$ac_save_LIBS
8280 # We can link X programs with no special library path.
8281 ac_x_libraries=
8282 else
8283 echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8286 LIBS=$ac_save_LIBS
8287 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8289 # Don't even attempt the hair of trying to link an X program!
8290 for ac_extension in a so sl; do
8291 if test -r "$ac_dir/libX11.$ac_extension"; then
8292 ac_x_libraries=$ac_dir
8293 break 2
8295 done
8296 done
8299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8300 conftest$ac_exeext conftest.$ac_ext
8301 fi # $ac_x_libraries = no
8303 case $ac_x_includes,$ac_x_libraries in #(
8304 no,* | *,no | *\'*)
8305 # Didn't find X, or a directory has "'" in its name.
8306 ac_cv_have_x="have_x=no";; #(
8308 # Record where we found X for the cache.
8309 ac_cv_have_x="have_x=yes\
8310 ac_x_includes='$ac_x_includes'\
8311 ac_x_libraries='$ac_x_libraries'"
8312 esac
8314 ;; #(
8315 *) have_x=yes;;
8316 esac
8317 eval "$ac_cv_have_x"
8318 fi # $with_x != no
8320 if test "$have_x" != yes; then
8321 { echo "$as_me:$LINENO: result: $have_x" >&5
8322 echo "${ECHO_T}$have_x" >&6; }
8323 no_x=yes
8324 else
8325 # If each of the values was on the command line, it overrides each guess.
8326 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8327 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8328 # Update the cache value to reflect the command line values.
8329 ac_cv_have_x="have_x=yes\
8330 ac_x_includes='$x_includes'\
8331 ac_x_libraries='$x_libraries'"
8332 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8333 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8336 if test "$no_x" = yes; then
8337 # Not all programs may use this symbol, but it does not hurt to define it.
8339 cat >>confdefs.h <<\_ACEOF
8340 #define X_DISPLAY_MISSING 1
8341 _ACEOF
8343 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8344 else
8345 if test -n "$x_includes"; then
8346 X_CFLAGS="$X_CFLAGS -I$x_includes"
8349 # It would also be nice to do this for all -L options, not just this one.
8350 if test -n "$x_libraries"; then
8351 X_LIBS="$X_LIBS -L$x_libraries"
8352 # For Solaris; some versions of Sun CC require a space after -R and
8353 # others require no space. Words are not sufficient . . . .
8354 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8355 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8356 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8357 ac_xsave_c_werror_flag=$ac_c_werror_flag
8358 ac_c_werror_flag=yes
8359 cat >conftest.$ac_ext <<_ACEOF
8360 /* confdefs.h. */
8361 _ACEOF
8362 cat confdefs.h >>conftest.$ac_ext
8363 cat >>conftest.$ac_ext <<_ACEOF
8364 /* end confdefs.h. */
8367 main ()
8371 return 0;
8373 _ACEOF
8374 rm -f conftest.$ac_objext conftest$ac_exeext
8375 if { (ac_try="$ac_link"
8376 case "(($ac_try" in
8377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8378 *) ac_try_echo=$ac_try;;
8379 esac
8380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8381 (eval "$ac_link") 2>conftest.er1
8382 ac_status=$?
8383 grep -v '^ *+' conftest.er1 >conftest.err
8384 rm -f conftest.er1
8385 cat conftest.err >&5
8386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8387 (exit $ac_status); } && {
8388 test -z "$ac_c_werror_flag" ||
8389 test ! -s conftest.err
8390 } && test -s conftest$ac_exeext &&
8391 $as_test_x conftest$ac_exeext; then
8392 { echo "$as_me:$LINENO: result: no" >&5
8393 echo "${ECHO_T}no" >&6; }
8394 X_LIBS="$X_LIBS -R$x_libraries"
8395 else
8396 echo "$as_me: failed program was:" >&5
8397 sed 's/^/| /' conftest.$ac_ext >&5
8399 LIBS="$ac_xsave_LIBS -R $x_libraries"
8400 cat >conftest.$ac_ext <<_ACEOF
8401 /* confdefs.h. */
8402 _ACEOF
8403 cat confdefs.h >>conftest.$ac_ext
8404 cat >>conftest.$ac_ext <<_ACEOF
8405 /* end confdefs.h. */
8408 main ()
8412 return 0;
8414 _ACEOF
8415 rm -f conftest.$ac_objext conftest$ac_exeext
8416 if { (ac_try="$ac_link"
8417 case "(($ac_try" in
8418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8419 *) ac_try_echo=$ac_try;;
8420 esac
8421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8422 (eval "$ac_link") 2>conftest.er1
8423 ac_status=$?
8424 grep -v '^ *+' conftest.er1 >conftest.err
8425 rm -f conftest.er1
8426 cat conftest.err >&5
8427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8428 (exit $ac_status); } && {
8429 test -z "$ac_c_werror_flag" ||
8430 test ! -s conftest.err
8431 } && test -s conftest$ac_exeext &&
8432 $as_test_x conftest$ac_exeext; then
8433 { echo "$as_me:$LINENO: result: yes" >&5
8434 echo "${ECHO_T}yes" >&6; }
8435 X_LIBS="$X_LIBS -R $x_libraries"
8436 else
8437 echo "$as_me: failed program was:" >&5
8438 sed 's/^/| /' conftest.$ac_ext >&5
8440 { echo "$as_me:$LINENO: result: neither works" >&5
8441 echo "${ECHO_T}neither works" >&6; }
8444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8445 conftest$ac_exeext conftest.$ac_ext
8448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8449 conftest$ac_exeext conftest.$ac_ext
8450 ac_c_werror_flag=$ac_xsave_c_werror_flag
8451 LIBS=$ac_xsave_LIBS
8454 # Check for system-dependent libraries X programs must link with.
8455 # Do this before checking for the system-independent R6 libraries
8456 # (-lICE), since we may need -lsocket or whatever for X linking.
8458 if test "$ISC" = yes; then
8459 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8460 else
8461 # Martyn Johnson says this is needed for Ultrix, if the X
8462 # libraries were built with DECnet support. And Karl Berry says
8463 # the Alpha needs dnet_stub (dnet does not exist).
8464 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8465 cat >conftest.$ac_ext <<_ACEOF
8466 /* confdefs.h. */
8467 _ACEOF
8468 cat confdefs.h >>conftest.$ac_ext
8469 cat >>conftest.$ac_ext <<_ACEOF
8470 /* end confdefs.h. */
8472 /* Override any GCC internal prototype to avoid an error.
8473 Use char because int might match the return type of a GCC
8474 builtin and then its argument prototype would still apply. */
8475 #ifdef __cplusplus
8476 extern "C"
8477 #endif
8478 char XOpenDisplay ();
8480 main ()
8482 return XOpenDisplay ();
8484 return 0;
8486 _ACEOF
8487 rm -f conftest.$ac_objext conftest$ac_exeext
8488 if { (ac_try="$ac_link"
8489 case "(($ac_try" in
8490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8491 *) ac_try_echo=$ac_try;;
8492 esac
8493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8494 (eval "$ac_link") 2>conftest.er1
8495 ac_status=$?
8496 grep -v '^ *+' conftest.er1 >conftest.err
8497 rm -f conftest.er1
8498 cat conftest.err >&5
8499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8500 (exit $ac_status); } && {
8501 test -z "$ac_c_werror_flag" ||
8502 test ! -s conftest.err
8503 } && test -s conftest$ac_exeext &&
8504 $as_test_x conftest$ac_exeext; then
8506 else
8507 echo "$as_me: failed program was:" >&5
8508 sed 's/^/| /' conftest.$ac_ext >&5
8510 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8511 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8512 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8513 echo $ECHO_N "(cached) $ECHO_C" >&6
8514 else
8515 ac_check_lib_save_LIBS=$LIBS
8516 LIBS="-ldnet $LIBS"
8517 cat >conftest.$ac_ext <<_ACEOF
8518 /* confdefs.h. */
8519 _ACEOF
8520 cat confdefs.h >>conftest.$ac_ext
8521 cat >>conftest.$ac_ext <<_ACEOF
8522 /* end confdefs.h. */
8524 /* Override any GCC internal prototype to avoid an error.
8525 Use char because int might match the return type of a GCC
8526 builtin and then its argument prototype would still apply. */
8527 #ifdef __cplusplus
8528 extern "C"
8529 #endif
8530 char dnet_ntoa ();
8532 main ()
8534 return dnet_ntoa ();
8536 return 0;
8538 _ACEOF
8539 rm -f conftest.$ac_objext conftest$ac_exeext
8540 if { (ac_try="$ac_link"
8541 case "(($ac_try" in
8542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8543 *) ac_try_echo=$ac_try;;
8544 esac
8545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8546 (eval "$ac_link") 2>conftest.er1
8547 ac_status=$?
8548 grep -v '^ *+' conftest.er1 >conftest.err
8549 rm -f conftest.er1
8550 cat conftest.err >&5
8551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8552 (exit $ac_status); } && {
8553 test -z "$ac_c_werror_flag" ||
8554 test ! -s conftest.err
8555 } && test -s conftest$ac_exeext &&
8556 $as_test_x conftest$ac_exeext; then
8557 ac_cv_lib_dnet_dnet_ntoa=yes
8558 else
8559 echo "$as_me: failed program was:" >&5
8560 sed 's/^/| /' conftest.$ac_ext >&5
8562 ac_cv_lib_dnet_dnet_ntoa=no
8565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8566 conftest$ac_exeext conftest.$ac_ext
8567 LIBS=$ac_check_lib_save_LIBS
8569 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8570 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8571 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8572 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8575 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8576 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8577 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8578 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8579 echo $ECHO_N "(cached) $ECHO_C" >&6
8580 else
8581 ac_check_lib_save_LIBS=$LIBS
8582 LIBS="-ldnet_stub $LIBS"
8583 cat >conftest.$ac_ext <<_ACEOF
8584 /* confdefs.h. */
8585 _ACEOF
8586 cat confdefs.h >>conftest.$ac_ext
8587 cat >>conftest.$ac_ext <<_ACEOF
8588 /* end confdefs.h. */
8590 /* Override any GCC internal prototype to avoid an error.
8591 Use char because int might match the return type of a GCC
8592 builtin and then its argument prototype would still apply. */
8593 #ifdef __cplusplus
8594 extern "C"
8595 #endif
8596 char dnet_ntoa ();
8598 main ()
8600 return dnet_ntoa ();
8602 return 0;
8604 _ACEOF
8605 rm -f conftest.$ac_objext conftest$ac_exeext
8606 if { (ac_try="$ac_link"
8607 case "(($ac_try" in
8608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8609 *) ac_try_echo=$ac_try;;
8610 esac
8611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8612 (eval "$ac_link") 2>conftest.er1
8613 ac_status=$?
8614 grep -v '^ *+' conftest.er1 >conftest.err
8615 rm -f conftest.er1
8616 cat conftest.err >&5
8617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618 (exit $ac_status); } && {
8619 test -z "$ac_c_werror_flag" ||
8620 test ! -s conftest.err
8621 } && test -s conftest$ac_exeext &&
8622 $as_test_x conftest$ac_exeext; then
8623 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8624 else
8625 echo "$as_me: failed program was:" >&5
8626 sed 's/^/| /' conftest.$ac_ext >&5
8628 ac_cv_lib_dnet_stub_dnet_ntoa=no
8631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_lib_save_LIBS
8635 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8636 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8637 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8638 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8645 conftest$ac_exeext conftest.$ac_ext
8646 LIBS="$ac_xsave_LIBS"
8648 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8649 # to get the SysV transport functions.
8650 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8651 # needs -lnsl.
8652 # The nsl library prevents programs from opening the X display
8653 # on Irix 5.2, according to T.E. Dickey.
8654 # The functions gethostbyname, getservbyname, and inet_addr are
8655 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8656 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8657 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8658 if test "${ac_cv_func_gethostbyname+set}" = set; then
8659 echo $ECHO_N "(cached) $ECHO_C" >&6
8660 else
8661 cat >conftest.$ac_ext <<_ACEOF
8662 /* confdefs.h. */
8663 _ACEOF
8664 cat confdefs.h >>conftest.$ac_ext
8665 cat >>conftest.$ac_ext <<_ACEOF
8666 /* end confdefs.h. */
8667 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8668 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8669 #define gethostbyname innocuous_gethostbyname
8671 /* System header to define __stub macros and hopefully few prototypes,
8672 which can conflict with char gethostbyname (); below.
8673 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8674 <limits.h> exists even on freestanding compilers. */
8676 #ifdef __STDC__
8677 # include <limits.h>
8678 #else
8679 # include <assert.h>
8680 #endif
8682 #undef gethostbyname
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char gethostbyname ();
8691 /* The GNU C library defines this for functions which it implements
8692 to always fail with ENOSYS. Some functions are actually named
8693 something starting with __ and the normal name is an alias. */
8694 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8695 choke me
8696 #endif
8699 main ()
8701 return gethostbyname ();
8703 return 0;
8705 _ACEOF
8706 rm -f conftest.$ac_objext conftest$ac_exeext
8707 if { (ac_try="$ac_link"
8708 case "(($ac_try" in
8709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8710 *) ac_try_echo=$ac_try;;
8711 esac
8712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8713 (eval "$ac_link") 2>conftest.er1
8714 ac_status=$?
8715 grep -v '^ *+' conftest.er1 >conftest.err
8716 rm -f conftest.er1
8717 cat conftest.err >&5
8718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8719 (exit $ac_status); } && {
8720 test -z "$ac_c_werror_flag" ||
8721 test ! -s conftest.err
8722 } && test -s conftest$ac_exeext &&
8723 $as_test_x conftest$ac_exeext; then
8724 ac_cv_func_gethostbyname=yes
8725 else
8726 echo "$as_me: failed program was:" >&5
8727 sed 's/^/| /' conftest.$ac_ext >&5
8729 ac_cv_func_gethostbyname=no
8732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8733 conftest$ac_exeext conftest.$ac_ext
8735 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8736 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8738 if test $ac_cv_func_gethostbyname = no; then
8739 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8740 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8741 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8742 echo $ECHO_N "(cached) $ECHO_C" >&6
8743 else
8744 ac_check_lib_save_LIBS=$LIBS
8745 LIBS="-lnsl $LIBS"
8746 cat >conftest.$ac_ext <<_ACEOF
8747 /* confdefs.h. */
8748 _ACEOF
8749 cat confdefs.h >>conftest.$ac_ext
8750 cat >>conftest.$ac_ext <<_ACEOF
8751 /* end confdefs.h. */
8753 /* Override any GCC internal prototype to avoid an error.
8754 Use char because int might match the return type of a GCC
8755 builtin and then its argument prototype would still apply. */
8756 #ifdef __cplusplus
8757 extern "C"
8758 #endif
8759 char gethostbyname ();
8761 main ()
8763 return gethostbyname ();
8765 return 0;
8767 _ACEOF
8768 rm -f conftest.$ac_objext conftest$ac_exeext
8769 if { (ac_try="$ac_link"
8770 case "(($ac_try" in
8771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8773 esac
8774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8775 (eval "$ac_link") 2>conftest.er1
8776 ac_status=$?
8777 grep -v '^ *+' conftest.er1 >conftest.err
8778 rm -f conftest.er1
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } && {
8782 test -z "$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 } && test -s conftest$ac_exeext &&
8785 $as_test_x conftest$ac_exeext; then
8786 ac_cv_lib_nsl_gethostbyname=yes
8787 else
8788 echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 ac_cv_lib_nsl_gethostbyname=no
8794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8795 conftest$ac_exeext conftest.$ac_ext
8796 LIBS=$ac_check_lib_save_LIBS
8798 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8799 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
8800 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8801 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8804 if test $ac_cv_lib_nsl_gethostbyname = no; then
8805 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
8806 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
8807 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8809 else
8810 ac_check_lib_save_LIBS=$LIBS
8811 LIBS="-lbsd $LIBS"
8812 cat >conftest.$ac_ext <<_ACEOF
8813 /* confdefs.h. */
8814 _ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8819 /* Override any GCC internal prototype to avoid an error.
8820 Use char because int might match the return type of a GCC
8821 builtin and then its argument prototype would still apply. */
8822 #ifdef __cplusplus
8823 extern "C"
8824 #endif
8825 char gethostbyname ();
8827 main ()
8829 return gethostbyname ();
8831 return 0;
8833 _ACEOF
8834 rm -f conftest.$ac_objext conftest$ac_exeext
8835 if { (ac_try="$ac_link"
8836 case "(($ac_try" in
8837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8838 *) ac_try_echo=$ac_try;;
8839 esac
8840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8841 (eval "$ac_link") 2>conftest.er1
8842 ac_status=$?
8843 grep -v '^ *+' conftest.er1 >conftest.err
8844 rm -f conftest.er1
8845 cat conftest.err >&5
8846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 (exit $ac_status); } && {
8848 test -z "$ac_c_werror_flag" ||
8849 test ! -s conftest.err
8850 } && test -s conftest$ac_exeext &&
8851 $as_test_x conftest$ac_exeext; then
8852 ac_cv_lib_bsd_gethostbyname=yes
8853 else
8854 echo "$as_me: failed program was:" >&5
8855 sed 's/^/| /' conftest.$ac_ext >&5
8857 ac_cv_lib_bsd_gethostbyname=no
8860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8861 conftest$ac_exeext conftest.$ac_ext
8862 LIBS=$ac_check_lib_save_LIBS
8864 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
8865 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
8866 if test $ac_cv_lib_bsd_gethostbyname = yes; then
8867 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
8873 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8874 # socket/setsockopt and other routines are undefined under SCO ODT
8875 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8876 # on later versions), says Simon Leinen: it contains gethostby*
8877 # variants that don't use the name server (or something). -lsocket
8878 # must be given before -lnsl if both are needed. We assume that
8879 # if connect needs -lnsl, so does gethostbyname.
8880 { echo "$as_me:$LINENO: checking for connect" >&5
8881 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
8882 if test "${ac_cv_func_connect+set}" = set; then
8883 echo $ECHO_N "(cached) $ECHO_C" >&6
8884 else
8885 cat >conftest.$ac_ext <<_ACEOF
8886 /* confdefs.h. */
8887 _ACEOF
8888 cat confdefs.h >>conftest.$ac_ext
8889 cat >>conftest.$ac_ext <<_ACEOF
8890 /* end confdefs.h. */
8891 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
8892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8893 #define connect innocuous_connect
8895 /* System header to define __stub macros and hopefully few prototypes,
8896 which can conflict with char connect (); below.
8897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8898 <limits.h> exists even on freestanding compilers. */
8900 #ifdef __STDC__
8901 # include <limits.h>
8902 #else
8903 # include <assert.h>
8904 #endif
8906 #undef connect
8908 /* Override any GCC internal prototype to avoid an error.
8909 Use char because int might match the return type of a GCC
8910 builtin and then its argument prototype would still apply. */
8911 #ifdef __cplusplus
8912 extern "C"
8913 #endif
8914 char connect ();
8915 /* The GNU C library defines this for functions which it implements
8916 to always fail with ENOSYS. Some functions are actually named
8917 something starting with __ and the normal name is an alias. */
8918 #if defined __stub_connect || defined __stub___connect
8919 choke me
8920 #endif
8923 main ()
8925 return connect ();
8927 return 0;
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934 *) ac_try_echo=$ac_try;;
8935 esac
8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8937 (eval "$ac_link") 2>conftest.er1
8938 ac_status=$?
8939 grep -v '^ *+' conftest.er1 >conftest.err
8940 rm -f conftest.er1
8941 cat conftest.err >&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); } && {
8944 test -z "$ac_c_werror_flag" ||
8945 test ! -s conftest.err
8946 } && test -s conftest$ac_exeext &&
8947 $as_test_x conftest$ac_exeext; then
8948 ac_cv_func_connect=yes
8949 else
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.$ac_ext >&5
8953 ac_cv_func_connect=no
8956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8957 conftest$ac_exeext conftest.$ac_ext
8959 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
8960 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
8962 if test $ac_cv_func_connect = no; then
8963 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8964 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
8965 if test "${ac_cv_lib_socket_connect+set}" = set; then
8966 echo $ECHO_N "(cached) $ECHO_C" >&6
8967 else
8968 ac_check_lib_save_LIBS=$LIBS
8969 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
8970 cat >conftest.$ac_ext <<_ACEOF
8971 /* confdefs.h. */
8972 _ACEOF
8973 cat confdefs.h >>conftest.$ac_ext
8974 cat >>conftest.$ac_ext <<_ACEOF
8975 /* end confdefs.h. */
8977 /* Override any GCC internal prototype to avoid an error.
8978 Use char because int might match the return type of a GCC
8979 builtin and then its argument prototype would still apply. */
8980 #ifdef __cplusplus
8981 extern "C"
8982 #endif
8983 char connect ();
8985 main ()
8987 return connect ();
8989 return 0;
8991 _ACEOF
8992 rm -f conftest.$ac_objext conftest$ac_exeext
8993 if { (ac_try="$ac_link"
8994 case "(($ac_try" in
8995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8996 *) ac_try_echo=$ac_try;;
8997 esac
8998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8999 (eval "$ac_link") 2>conftest.er1
9000 ac_status=$?
9001 grep -v '^ *+' conftest.er1 >conftest.err
9002 rm -f conftest.er1
9003 cat conftest.err >&5
9004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); } && {
9006 test -z "$ac_c_werror_flag" ||
9007 test ! -s conftest.err
9008 } && test -s conftest$ac_exeext &&
9009 $as_test_x conftest$ac_exeext; then
9010 ac_cv_lib_socket_connect=yes
9011 else
9012 echo "$as_me: failed program was:" >&5
9013 sed 's/^/| /' conftest.$ac_ext >&5
9015 ac_cv_lib_socket_connect=no
9018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9019 conftest$ac_exeext conftest.$ac_ext
9020 LIBS=$ac_check_lib_save_LIBS
9022 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9023 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9024 if test $ac_cv_lib_socket_connect = yes; then
9025 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9030 # Guillermo Gomez says -lposix is necessary on A/UX.
9031 { echo "$as_me:$LINENO: checking for remove" >&5
9032 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9033 if test "${ac_cv_func_remove+set}" = set; then
9034 echo $ECHO_N "(cached) $ECHO_C" >&6
9035 else
9036 cat >conftest.$ac_ext <<_ACEOF
9037 /* confdefs.h. */
9038 _ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9042 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9044 #define remove innocuous_remove
9046 /* System header to define __stub macros and hopefully few prototypes,
9047 which can conflict with char remove (); below.
9048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9049 <limits.h> exists even on freestanding compilers. */
9051 #ifdef __STDC__
9052 # include <limits.h>
9053 #else
9054 # include <assert.h>
9055 #endif
9057 #undef remove
9059 /* Override any GCC internal prototype to avoid an error.
9060 Use char because int might match the return type of a GCC
9061 builtin and then its argument prototype would still apply. */
9062 #ifdef __cplusplus
9063 extern "C"
9064 #endif
9065 char remove ();
9066 /* The GNU C library defines this for functions which it implements
9067 to always fail with ENOSYS. Some functions are actually named
9068 something starting with __ and the normal name is an alias. */
9069 #if defined __stub_remove || defined __stub___remove
9070 choke me
9071 #endif
9074 main ()
9076 return remove ();
9078 return 0;
9080 _ACEOF
9081 rm -f conftest.$ac_objext conftest$ac_exeext
9082 if { (ac_try="$ac_link"
9083 case "(($ac_try" in
9084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9085 *) ac_try_echo=$ac_try;;
9086 esac
9087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9088 (eval "$ac_link") 2>conftest.er1
9089 ac_status=$?
9090 grep -v '^ *+' conftest.er1 >conftest.err
9091 rm -f conftest.er1
9092 cat conftest.err >&5
9093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9094 (exit $ac_status); } && {
9095 test -z "$ac_c_werror_flag" ||
9096 test ! -s conftest.err
9097 } && test -s conftest$ac_exeext &&
9098 $as_test_x conftest$ac_exeext; then
9099 ac_cv_func_remove=yes
9100 else
9101 echo "$as_me: failed program was:" >&5
9102 sed 's/^/| /' conftest.$ac_ext >&5
9104 ac_cv_func_remove=no
9107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9108 conftest$ac_exeext conftest.$ac_ext
9110 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9111 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9113 if test $ac_cv_func_remove = no; then
9114 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9115 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9116 if test "${ac_cv_lib_posix_remove+set}" = set; then
9117 echo $ECHO_N "(cached) $ECHO_C" >&6
9118 else
9119 ac_check_lib_save_LIBS=$LIBS
9120 LIBS="-lposix $LIBS"
9121 cat >conftest.$ac_ext <<_ACEOF
9122 /* confdefs.h. */
9123 _ACEOF
9124 cat confdefs.h >>conftest.$ac_ext
9125 cat >>conftest.$ac_ext <<_ACEOF
9126 /* end confdefs.h. */
9128 /* Override any GCC internal prototype to avoid an error.
9129 Use char because int might match the return type of a GCC
9130 builtin and then its argument prototype would still apply. */
9131 #ifdef __cplusplus
9132 extern "C"
9133 #endif
9134 char remove ();
9136 main ()
9138 return remove ();
9140 return 0;
9142 _ACEOF
9143 rm -f conftest.$ac_objext conftest$ac_exeext
9144 if { (ac_try="$ac_link"
9145 case "(($ac_try" in
9146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9147 *) ac_try_echo=$ac_try;;
9148 esac
9149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9150 (eval "$ac_link") 2>conftest.er1
9151 ac_status=$?
9152 grep -v '^ *+' conftest.er1 >conftest.err
9153 rm -f conftest.er1
9154 cat conftest.err >&5
9155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9156 (exit $ac_status); } && {
9157 test -z "$ac_c_werror_flag" ||
9158 test ! -s conftest.err
9159 } && test -s conftest$ac_exeext &&
9160 $as_test_x conftest$ac_exeext; then
9161 ac_cv_lib_posix_remove=yes
9162 else
9163 echo "$as_me: failed program was:" >&5
9164 sed 's/^/| /' conftest.$ac_ext >&5
9166 ac_cv_lib_posix_remove=no
9169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9170 conftest$ac_exeext conftest.$ac_ext
9171 LIBS=$ac_check_lib_save_LIBS
9173 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9174 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9175 if test $ac_cv_lib_posix_remove = yes; then
9176 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9181 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9182 { echo "$as_me:$LINENO: checking for shmat" >&5
9183 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9184 if test "${ac_cv_func_shmat+set}" = set; then
9185 echo $ECHO_N "(cached) $ECHO_C" >&6
9186 else
9187 cat >conftest.$ac_ext <<_ACEOF
9188 /* confdefs.h. */
9189 _ACEOF
9190 cat confdefs.h >>conftest.$ac_ext
9191 cat >>conftest.$ac_ext <<_ACEOF
9192 /* end confdefs.h. */
9193 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9195 #define shmat innocuous_shmat
9197 /* System header to define __stub macros and hopefully few prototypes,
9198 which can conflict with char shmat (); below.
9199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9200 <limits.h> exists even on freestanding compilers. */
9202 #ifdef __STDC__
9203 # include <limits.h>
9204 #else
9205 # include <assert.h>
9206 #endif
9208 #undef shmat
9210 /* Override any GCC internal prototype to avoid an error.
9211 Use char because int might match the return type of a GCC
9212 builtin and then its argument prototype would still apply. */
9213 #ifdef __cplusplus
9214 extern "C"
9215 #endif
9216 char shmat ();
9217 /* The GNU C library defines this for functions which it implements
9218 to always fail with ENOSYS. Some functions are actually named
9219 something starting with __ and the normal name is an alias. */
9220 #if defined __stub_shmat || defined __stub___shmat
9221 choke me
9222 #endif
9225 main ()
9227 return shmat ();
9229 return 0;
9231 _ACEOF
9232 rm -f conftest.$ac_objext conftest$ac_exeext
9233 if { (ac_try="$ac_link"
9234 case "(($ac_try" in
9235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9236 *) ac_try_echo=$ac_try;;
9237 esac
9238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9239 (eval "$ac_link") 2>conftest.er1
9240 ac_status=$?
9241 grep -v '^ *+' conftest.er1 >conftest.err
9242 rm -f conftest.er1
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); } && {
9246 test -z "$ac_c_werror_flag" ||
9247 test ! -s conftest.err
9248 } && test -s conftest$ac_exeext &&
9249 $as_test_x conftest$ac_exeext; then
9250 ac_cv_func_shmat=yes
9251 else
9252 echo "$as_me: failed program was:" >&5
9253 sed 's/^/| /' conftest.$ac_ext >&5
9255 ac_cv_func_shmat=no
9258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9259 conftest$ac_exeext conftest.$ac_ext
9261 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9262 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9264 if test $ac_cv_func_shmat = no; then
9265 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9266 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9267 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9268 echo $ECHO_N "(cached) $ECHO_C" >&6
9269 else
9270 ac_check_lib_save_LIBS=$LIBS
9271 LIBS="-lipc $LIBS"
9272 cat >conftest.$ac_ext <<_ACEOF
9273 /* confdefs.h. */
9274 _ACEOF
9275 cat confdefs.h >>conftest.$ac_ext
9276 cat >>conftest.$ac_ext <<_ACEOF
9277 /* end confdefs.h. */
9279 /* Override any GCC internal prototype to avoid an error.
9280 Use char because int might match the return type of a GCC
9281 builtin and then its argument prototype would still apply. */
9282 #ifdef __cplusplus
9283 extern "C"
9284 #endif
9285 char shmat ();
9287 main ()
9289 return shmat ();
9291 return 0;
9293 _ACEOF
9294 rm -f conftest.$ac_objext conftest$ac_exeext
9295 if { (ac_try="$ac_link"
9296 case "(($ac_try" in
9297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9298 *) ac_try_echo=$ac_try;;
9299 esac
9300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9301 (eval "$ac_link") 2>conftest.er1
9302 ac_status=$?
9303 grep -v '^ *+' conftest.er1 >conftest.err
9304 rm -f conftest.er1
9305 cat conftest.err >&5
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 (exit $ac_status); } && {
9308 test -z "$ac_c_werror_flag" ||
9309 test ! -s conftest.err
9310 } && test -s conftest$ac_exeext &&
9311 $as_test_x conftest$ac_exeext; then
9312 ac_cv_lib_ipc_shmat=yes
9313 else
9314 echo "$as_me: failed program was:" >&5
9315 sed 's/^/| /' conftest.$ac_ext >&5
9317 ac_cv_lib_ipc_shmat=no
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9322 LIBS=$ac_check_lib_save_LIBS
9324 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9325 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9326 if test $ac_cv_lib_ipc_shmat = yes; then
9327 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9333 # Check for libraries that X11R6 Xt/Xaw programs need.
9334 ac_save_LDFLAGS=$LDFLAGS
9335 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9336 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9337 # check for ICE first), but we must link in the order -lSM -lICE or
9338 # we get undefined symbols. So assume we have SM if we have ICE.
9339 # These have to be linked with before -lX11, unlike the other
9340 # libraries we check for below, so use a different variable.
9341 # John Interrante, Karl Berry
9342 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9343 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9344 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9345 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 else
9347 ac_check_lib_save_LIBS=$LIBS
9348 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9349 cat >conftest.$ac_ext <<_ACEOF
9350 /* confdefs.h. */
9351 _ACEOF
9352 cat confdefs.h >>conftest.$ac_ext
9353 cat >>conftest.$ac_ext <<_ACEOF
9354 /* end confdefs.h. */
9356 /* Override any GCC internal prototype to avoid an error.
9357 Use char because int might match the return type of a GCC
9358 builtin and then its argument prototype would still apply. */
9359 #ifdef __cplusplus
9360 extern "C"
9361 #endif
9362 char IceConnectionNumber ();
9364 main ()
9366 return IceConnectionNumber ();
9368 return 0;
9370 _ACEOF
9371 rm -f conftest.$ac_objext conftest$ac_exeext
9372 if { (ac_try="$ac_link"
9373 case "(($ac_try" in
9374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9375 *) ac_try_echo=$ac_try;;
9376 esac
9377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9378 (eval "$ac_link") 2>conftest.er1
9379 ac_status=$?
9380 grep -v '^ *+' conftest.er1 >conftest.err
9381 rm -f conftest.er1
9382 cat conftest.err >&5
9383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9384 (exit $ac_status); } && {
9385 test -z "$ac_c_werror_flag" ||
9386 test ! -s conftest.err
9387 } && test -s conftest$ac_exeext &&
9388 $as_test_x conftest$ac_exeext; then
9389 ac_cv_lib_ICE_IceConnectionNumber=yes
9390 else
9391 echo "$as_me: failed program was:" >&5
9392 sed 's/^/| /' conftest.$ac_ext >&5
9394 ac_cv_lib_ICE_IceConnectionNumber=no
9397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9398 conftest$ac_exeext conftest.$ac_ext
9399 LIBS=$ac_check_lib_save_LIBS
9401 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9402 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9403 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9404 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9407 LDFLAGS=$ac_save_LDFLAGS
9412 if test "$have_x" = "yes"
9413 then
9414 XLIB="-lXext -lX11"
9415 ac_save_CPPFLAGS="$CPPFLAGS"
9416 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9418 { echo "$as_me:$LINENO: checking for -lX11" >&5
9419 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9420 if test "${ac_cv_lib_soname_X11+set}" = set; then
9421 echo $ECHO_N "(cached) $ECHO_C" >&6
9422 else
9423 ac_check_soname_save_LIBS=$LIBS
9424 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9425 cat >conftest.$ac_ext <<_ACEOF
9426 /* confdefs.h. */
9427 _ACEOF
9428 cat confdefs.h >>conftest.$ac_ext
9429 cat >>conftest.$ac_ext <<_ACEOF
9430 /* end confdefs.h. */
9432 /* Override any GCC internal prototype to avoid an error.
9433 Use char because int might match the return type of a GCC
9434 builtin and then its argument prototype would still apply. */
9435 #ifdef __cplusplus
9436 extern "C"
9437 #endif
9438 char XCreateWindow ();
9440 main ()
9442 return XCreateWindow ();
9444 return 0;
9446 _ACEOF
9447 rm -f conftest.$ac_objext conftest$ac_exeext
9448 if { (ac_try="$ac_link"
9449 case "(($ac_try" in
9450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9451 *) ac_try_echo=$ac_try;;
9452 esac
9453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9454 (eval "$ac_link") 2>conftest.er1
9455 ac_status=$?
9456 grep -v '^ *+' conftest.er1 >conftest.err
9457 rm -f conftest.er1
9458 cat conftest.err >&5
9459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9460 (exit $ac_status); } && {
9461 test -z "$ac_c_werror_flag" ||
9462 test ! -s conftest.err
9463 } && test -s conftest$ac_exeext &&
9464 $as_test_x conftest$ac_exeext; then
9465 case "$LIBEXT" in
9466 dll) ;;
9467 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'` ;;
9468 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9469 esac
9470 else
9471 echo "$as_me: failed program was:" >&5
9472 sed 's/^/| /' conftest.$ac_ext >&5
9477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9478 conftest$ac_exeext conftest.$ac_ext
9479 LIBS=$ac_check_soname_save_LIBS
9481 if test "x$ac_cv_lib_soname_X11" = "x"; then
9482 { echo "$as_me:$LINENO: result: not found" >&5
9483 echo "${ECHO_T}not found" >&6; }
9485 else
9486 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9487 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9489 cat >>confdefs.h <<_ACEOF
9490 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9491 _ACEOF
9496 { echo "$as_me:$LINENO: checking for -lXext" >&5
9497 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9498 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9499 echo $ECHO_N "(cached) $ECHO_C" >&6
9500 else
9501 ac_check_soname_save_LIBS=$LIBS
9502 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9503 cat >conftest.$ac_ext <<_ACEOF
9504 /* confdefs.h. */
9505 _ACEOF
9506 cat confdefs.h >>conftest.$ac_ext
9507 cat >>conftest.$ac_ext <<_ACEOF
9508 /* end confdefs.h. */
9510 /* Override any GCC internal prototype to avoid an error.
9511 Use char because int might match the return type of a GCC
9512 builtin and then its argument prototype would still apply. */
9513 #ifdef __cplusplus
9514 extern "C"
9515 #endif
9516 char XextCreateExtension ();
9518 main ()
9520 return XextCreateExtension ();
9522 return 0;
9524 _ACEOF
9525 rm -f conftest.$ac_objext conftest$ac_exeext
9526 if { (ac_try="$ac_link"
9527 case "(($ac_try" in
9528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9529 *) ac_try_echo=$ac_try;;
9530 esac
9531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9532 (eval "$ac_link") 2>conftest.er1
9533 ac_status=$?
9534 grep -v '^ *+' conftest.er1 >conftest.err
9535 rm -f conftest.er1
9536 cat conftest.err >&5
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } && {
9539 test -z "$ac_c_werror_flag" ||
9540 test ! -s conftest.err
9541 } && test -s conftest$ac_exeext &&
9542 $as_test_x conftest$ac_exeext; then
9543 case "$LIBEXT" in
9544 dll) ;;
9545 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'` ;;
9546 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9547 esac
9548 else
9549 echo "$as_me: failed program was:" >&5
9550 sed 's/^/| /' conftest.$ac_ext >&5
9555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9556 conftest$ac_exeext conftest.$ac_ext
9557 LIBS=$ac_check_soname_save_LIBS
9559 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9560 { echo "$as_me:$LINENO: result: not found" >&5
9561 echo "${ECHO_T}not found" >&6; }
9563 else
9564 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9565 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9567 cat >>confdefs.h <<_ACEOF
9568 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9569 _ACEOF
9587 for ac_header in X11/Xlib.h \
9588 X11/XKBlib.h \
9589 X11/Xutil.h \
9590 X11/Xcursor/Xcursor.h \
9591 X11/extensions/shape.h \
9592 X11/extensions/XInput.h \
9593 X11/extensions/XShm.h \
9594 X11/extensions/Xcomposite.h \
9595 X11/extensions/Xinerama.h \
9596 X11/extensions/Xrandr.h \
9597 X11/extensions/Xrender.h \
9598 X11/extensions/xf86vmode.h
9600 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9601 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9602 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9604 echo $ECHO_N "(cached) $ECHO_C" >&6
9605 else
9606 cat >conftest.$ac_ext <<_ACEOF
9607 /* confdefs.h. */
9608 _ACEOF
9609 cat confdefs.h >>conftest.$ac_ext
9610 cat >>conftest.$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9612 #ifdef HAVE_X11_XLIB_H
9613 # include <X11/Xlib.h>
9614 #endif
9615 #ifdef HAVE_X11_XUTIL_H
9616 # include <X11/Xutil.h>
9617 #endif
9619 #include <$ac_header>
9620 _ACEOF
9621 rm -f conftest.$ac_objext
9622 if { (ac_try="$ac_compile"
9623 case "(($ac_try" in
9624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9625 *) ac_try_echo=$ac_try;;
9626 esac
9627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9628 (eval "$ac_compile") 2>conftest.er1
9629 ac_status=$?
9630 grep -v '^ *+' conftest.er1 >conftest.err
9631 rm -f conftest.er1
9632 cat conftest.err >&5
9633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9634 (exit $ac_status); } && {
9635 test -z "$ac_c_werror_flag" ||
9636 test ! -s conftest.err
9637 } && test -s conftest.$ac_objext; then
9638 eval "$as_ac_Header=yes"
9639 else
9640 echo "$as_me: failed program was:" >&5
9641 sed 's/^/| /' conftest.$ac_ext >&5
9643 eval "$as_ac_Header=no"
9646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9648 ac_res=`eval echo '${'$as_ac_Header'}'`
9649 { echo "$as_me:$LINENO: result: $ac_res" >&5
9650 echo "${ECHO_T}$ac_res" >&6; }
9651 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9652 cat >>confdefs.h <<_ACEOF
9653 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9654 _ACEOF
9658 done
9661 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9662 then
9663 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9664 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9665 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9666 echo $ECHO_N "(cached) $ECHO_C" >&6
9667 else
9668 ac_check_lib_save_LIBS=$LIBS
9669 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9670 cat >conftest.$ac_ext <<_ACEOF
9671 /* confdefs.h. */
9672 _ACEOF
9673 cat confdefs.h >>conftest.$ac_ext
9674 cat >>conftest.$ac_ext <<_ACEOF
9675 /* end confdefs.h. */
9677 /* Override any GCC internal prototype to avoid an error.
9678 Use char because int might match the return type of a GCC
9679 builtin and then its argument prototype would still apply. */
9680 #ifdef __cplusplus
9681 extern "C"
9682 #endif
9683 char XkbQueryExtension ();
9685 main ()
9687 return XkbQueryExtension ();
9689 return 0;
9691 _ACEOF
9692 rm -f conftest.$ac_objext conftest$ac_exeext
9693 if { (ac_try="$ac_link"
9694 case "(($ac_try" in
9695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9696 *) ac_try_echo=$ac_try;;
9697 esac
9698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9699 (eval "$ac_link") 2>conftest.er1
9700 ac_status=$?
9701 grep -v '^ *+' conftest.er1 >conftest.err
9702 rm -f conftest.er1
9703 cat conftest.err >&5
9704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9705 (exit $ac_status); } && {
9706 test -z "$ac_c_werror_flag" ||
9707 test ! -s conftest.err
9708 } && test -s conftest$ac_exeext &&
9709 $as_test_x conftest$ac_exeext; then
9710 ac_cv_lib_X11_XkbQueryExtension=yes
9711 else
9712 echo "$as_me: failed program was:" >&5
9713 sed 's/^/| /' conftest.$ac_ext >&5
9715 ac_cv_lib_X11_XkbQueryExtension=no
9718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9719 conftest$ac_exeext conftest.$ac_ext
9720 LIBS=$ac_check_lib_save_LIBS
9722 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9723 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9724 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9726 cat >>confdefs.h <<\_ACEOF
9727 #define HAVE_XKB 1
9728 _ACEOF
9734 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9735 then
9736 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9737 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9738 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9739 echo $ECHO_N "(cached) $ECHO_C" >&6
9740 else
9741 ac_check_soname_save_LIBS=$LIBS
9742 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9743 cat >conftest.$ac_ext <<_ACEOF
9744 /* confdefs.h. */
9745 _ACEOF
9746 cat confdefs.h >>conftest.$ac_ext
9747 cat >>conftest.$ac_ext <<_ACEOF
9748 /* end confdefs.h. */
9750 /* Override any GCC internal prototype to avoid an error.
9751 Use char because int might match the return type of a GCC
9752 builtin and then its argument prototype would still apply. */
9753 #ifdef __cplusplus
9754 extern "C"
9755 #endif
9756 char XcursorImageLoadCursor ();
9758 main ()
9760 return XcursorImageLoadCursor ();
9762 return 0;
9764 _ACEOF
9765 rm -f conftest.$ac_objext conftest$ac_exeext
9766 if { (ac_try="$ac_link"
9767 case "(($ac_try" in
9768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9769 *) ac_try_echo=$ac_try;;
9770 esac
9771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9772 (eval "$ac_link") 2>conftest.er1
9773 ac_status=$?
9774 grep -v '^ *+' conftest.er1 >conftest.err
9775 rm -f conftest.er1
9776 cat conftest.err >&5
9777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9778 (exit $ac_status); } && {
9779 test -z "$ac_c_werror_flag" ||
9780 test ! -s conftest.err
9781 } && test -s conftest$ac_exeext &&
9782 $as_test_x conftest$ac_exeext; then
9783 case "$LIBEXT" in
9784 dll) ;;
9785 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'` ;;
9786 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9787 esac
9788 else
9789 echo "$as_me: failed program was:" >&5
9790 sed 's/^/| /' conftest.$ac_ext >&5
9795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9796 conftest$ac_exeext conftest.$ac_ext
9797 LIBS=$ac_check_soname_save_LIBS
9799 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9800 { echo "$as_me:$LINENO: result: not found" >&5
9801 echo "${ECHO_T}not found" >&6; }
9803 else
9804 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9805 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9807 cat >>confdefs.h <<_ACEOF
9808 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9809 _ACEOF
9815 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9816 case "x$with_xcursor" in
9817 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9818 xno) ;;
9819 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9820 This is an error since --with-xcursor was requested." >&5
9821 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9822 This is an error since --with-xcursor was requested." >&2;}
9823 { (exit 1); exit 1; }; } ;;
9824 esac
9828 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9829 then
9830 { echo "$as_me:$LINENO: checking for -lXi" >&5
9831 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9832 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9833 echo $ECHO_N "(cached) $ECHO_C" >&6
9834 else
9835 ac_check_soname_save_LIBS=$LIBS
9836 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9837 cat >conftest.$ac_ext <<_ACEOF
9838 /* confdefs.h. */
9839 _ACEOF
9840 cat confdefs.h >>conftest.$ac_ext
9841 cat >>conftest.$ac_ext <<_ACEOF
9842 /* end confdefs.h. */
9844 /* Override any GCC internal prototype to avoid an error.
9845 Use char because int might match the return type of a GCC
9846 builtin and then its argument prototype would still apply. */
9847 #ifdef __cplusplus
9848 extern "C"
9849 #endif
9850 char XOpenDevice ();
9852 main ()
9854 return XOpenDevice ();
9856 return 0;
9858 _ACEOF
9859 rm -f conftest.$ac_objext conftest$ac_exeext
9860 if { (ac_try="$ac_link"
9861 case "(($ac_try" in
9862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9863 *) ac_try_echo=$ac_try;;
9864 esac
9865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9866 (eval "$ac_link") 2>conftest.er1
9867 ac_status=$?
9868 grep -v '^ *+' conftest.er1 >conftest.err
9869 rm -f conftest.er1
9870 cat conftest.err >&5
9871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9872 (exit $ac_status); } && {
9873 test -z "$ac_c_werror_flag" ||
9874 test ! -s conftest.err
9875 } && test -s conftest$ac_exeext &&
9876 $as_test_x conftest$ac_exeext; then
9877 case "$LIBEXT" in
9878 dll) ;;
9879 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'` ;;
9880 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9881 esac
9882 else
9883 echo "$as_me: failed program was:" >&5
9884 sed 's/^/| /' conftest.$ac_ext >&5
9889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9890 conftest$ac_exeext conftest.$ac_ext
9891 LIBS=$ac_check_soname_save_LIBS
9893 if test "x$ac_cv_lib_soname_Xi" = "x"; then
9894 { echo "$as_me:$LINENO: result: not found" >&5
9895 echo "${ECHO_T}not found" >&6; }
9897 else
9898 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
9899 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
9901 cat >>confdefs.h <<_ACEOF
9902 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9903 _ACEOF
9909 if test "x$ac_cv_lib_soname_Xi" = "x"; then
9910 case "x$with_xinput" in
9911 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9912 xno) ;;
9913 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9914 This is an error since --with-xinput was requested." >&5
9915 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9916 This is an error since --with-xinput was requested." >&2;}
9917 { (exit 1); exit 1; }; } ;;
9918 esac
9922 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9923 then
9924 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9925 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9926 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9927 echo $ECHO_N "(cached) $ECHO_C" >&6
9928 else
9929 ac_check_lib_save_LIBS=$LIBS
9930 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9931 cat >conftest.$ac_ext <<_ACEOF
9932 /* confdefs.h. */
9933 _ACEOF
9934 cat confdefs.h >>conftest.$ac_ext
9935 cat >>conftest.$ac_ext <<_ACEOF
9936 /* end confdefs.h. */
9938 /* Override any GCC internal prototype to avoid an error.
9939 Use char because int might match the return type of a GCC
9940 builtin and then its argument prototype would still apply. */
9941 #ifdef __cplusplus
9942 extern "C"
9943 #endif
9944 char XShmQueryExtension ();
9946 main ()
9948 return XShmQueryExtension ();
9950 return 0;
9952 _ACEOF
9953 rm -f conftest.$ac_objext conftest$ac_exeext
9954 if { (ac_try="$ac_link"
9955 case "(($ac_try" in
9956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9957 *) ac_try_echo=$ac_try;;
9958 esac
9959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9960 (eval "$ac_link") 2>conftest.er1
9961 ac_status=$?
9962 grep -v '^ *+' conftest.er1 >conftest.err
9963 rm -f conftest.er1
9964 cat conftest.err >&5
9965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9966 (exit $ac_status); } && {
9967 test -z "$ac_c_werror_flag" ||
9968 test ! -s conftest.err
9969 } && test -s conftest$ac_exeext &&
9970 $as_test_x conftest$ac_exeext; then
9971 ac_cv_lib_Xext_XShmQueryExtension=yes
9972 else
9973 echo "$as_me: failed program was:" >&5
9974 sed 's/^/| /' conftest.$ac_ext >&5
9976 ac_cv_lib_Xext_XShmQueryExtension=no
9979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9980 conftest$ac_exeext conftest.$ac_ext
9981 LIBS=$ac_check_lib_save_LIBS
9983 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9984 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9985 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9987 cat >>confdefs.h <<\_ACEOF
9988 #define HAVE_LIBXXSHM 1
9989 _ACEOF
9994 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
9995 case "x$with_xshm" in
9996 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9997 xno) ;;
9998 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9999 This is an error since --with-xshm was requested." >&5
10000 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10001 This is an error since --with-xshm was requested." >&2;}
10002 { (exit 1); exit 1; }; } ;;
10003 esac
10007 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10008 then
10009 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10010 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10011 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10012 echo $ECHO_N "(cached) $ECHO_C" >&6
10013 else
10014 ac_check_lib_save_LIBS=$LIBS
10015 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10016 cat >conftest.$ac_ext <<_ACEOF
10017 /* confdefs.h. */
10018 _ACEOF
10019 cat confdefs.h >>conftest.$ac_ext
10020 cat >>conftest.$ac_ext <<_ACEOF
10021 /* end confdefs.h. */
10023 /* Override any GCC internal prototype to avoid an error.
10024 Use char because int might match the return type of a GCC
10025 builtin and then its argument prototype would still apply. */
10026 #ifdef __cplusplus
10027 extern "C"
10028 #endif
10029 char XShapeQueryExtension ();
10031 main ()
10033 return XShapeQueryExtension ();
10035 return 0;
10037 _ACEOF
10038 rm -f conftest.$ac_objext conftest$ac_exeext
10039 if { (ac_try="$ac_link"
10040 case "(($ac_try" in
10041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10042 *) ac_try_echo=$ac_try;;
10043 esac
10044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10045 (eval "$ac_link") 2>conftest.er1
10046 ac_status=$?
10047 grep -v '^ *+' conftest.er1 >conftest.err
10048 rm -f conftest.er1
10049 cat conftest.err >&5
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); } && {
10052 test -z "$ac_c_werror_flag" ||
10053 test ! -s conftest.err
10054 } && test -s conftest$ac_exeext &&
10055 $as_test_x conftest$ac_exeext; then
10056 ac_cv_lib_Xext_XShapeQueryExtension=yes
10057 else
10058 echo "$as_me: failed program was:" >&5
10059 sed 's/^/| /' conftest.$ac_ext >&5
10061 ac_cv_lib_Xext_XShapeQueryExtension=no
10064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10065 conftest$ac_exeext conftest.$ac_ext
10066 LIBS=$ac_check_lib_save_LIBS
10068 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10069 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10070 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10072 cat >>confdefs.h <<\_ACEOF
10073 #define HAVE_LIBXSHAPE 1
10074 _ACEOF
10079 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10080 case "x$with_xshape" in
10081 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10082 xno) ;;
10083 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10084 This is an error since --with-xshape was requested." >&5
10085 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10086 This is an error since --with-xshape was requested." >&2;}
10087 { (exit 1); exit 1; }; } ;;
10088 esac
10092 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10093 then
10094 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10095 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10096 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10097 echo $ECHO_N "(cached) $ECHO_C" >&6
10098 else
10099 ac_check_soname_save_LIBS=$LIBS
10100 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10101 cat >conftest.$ac_ext <<_ACEOF
10102 /* confdefs.h. */
10103 _ACEOF
10104 cat confdefs.h >>conftest.$ac_ext
10105 cat >>conftest.$ac_ext <<_ACEOF
10106 /* end confdefs.h. */
10108 /* Override any GCC internal prototype to avoid an error.
10109 Use char because int might match the return type of a GCC
10110 builtin and then its argument prototype would still apply. */
10111 #ifdef __cplusplus
10112 extern "C"
10113 #endif
10114 char XF86VidModeQueryExtension ();
10116 main ()
10118 return XF86VidModeQueryExtension ();
10120 return 0;
10122 _ACEOF
10123 rm -f conftest.$ac_objext conftest$ac_exeext
10124 if { (ac_try="$ac_link"
10125 case "(($ac_try" in
10126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127 *) ac_try_echo=$ac_try;;
10128 esac
10129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10130 (eval "$ac_link") 2>conftest.er1
10131 ac_status=$?
10132 grep -v '^ *+' conftest.er1 >conftest.err
10133 rm -f conftest.er1
10134 cat conftest.err >&5
10135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10136 (exit $ac_status); } && {
10137 test -z "$ac_c_werror_flag" ||
10138 test ! -s conftest.err
10139 } && test -s conftest$ac_exeext &&
10140 $as_test_x conftest$ac_exeext; then
10141 case "$LIBEXT" in
10142 dll) ;;
10143 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'` ;;
10144 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10145 esac
10146 else
10147 echo "$as_me: failed program was:" >&5
10148 sed 's/^/| /' conftest.$ac_ext >&5
10153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10154 conftest$ac_exeext conftest.$ac_ext
10155 LIBS=$ac_check_soname_save_LIBS
10157 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10158 { echo "$as_me:$LINENO: result: not found" >&5
10159 echo "${ECHO_T}not found" >&6; }
10161 else
10162 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10163 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10165 cat >>confdefs.h <<_ACEOF
10166 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10167 _ACEOF
10173 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10174 case "x$with_xxf86vm" in
10175 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10176 xno) ;;
10177 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10178 This is an error since --with-xxf86vm was requested." >&5
10179 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10180 This is an error since --with-xxf86vm was requested." >&2;}
10181 { (exit 1); exit 1; }; } ;;
10182 esac
10186 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"
10187 then
10188 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10189 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10190 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10191 echo $ECHO_N "(cached) $ECHO_C" >&6
10192 else
10193 ac_check_soname_save_LIBS=$LIBS
10194 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10195 cat >conftest.$ac_ext <<_ACEOF
10196 /* confdefs.h. */
10197 _ACEOF
10198 cat confdefs.h >>conftest.$ac_ext
10199 cat >>conftest.$ac_ext <<_ACEOF
10200 /* end confdefs.h. */
10202 /* Override any GCC internal prototype to avoid an error.
10203 Use char because int might match the return type of a GCC
10204 builtin and then its argument prototype would still apply. */
10205 #ifdef __cplusplus
10206 extern "C"
10207 #endif
10208 char XRenderQueryExtension ();
10210 main ()
10212 return XRenderQueryExtension ();
10214 return 0;
10216 _ACEOF
10217 rm -f conftest.$ac_objext conftest$ac_exeext
10218 if { (ac_try="$ac_link"
10219 case "(($ac_try" in
10220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10221 *) ac_try_echo=$ac_try;;
10222 esac
10223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10224 (eval "$ac_link") 2>conftest.er1
10225 ac_status=$?
10226 grep -v '^ *+' conftest.er1 >conftest.err
10227 rm -f conftest.er1
10228 cat conftest.err >&5
10229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10230 (exit $ac_status); } && {
10231 test -z "$ac_c_werror_flag" ||
10232 test ! -s conftest.err
10233 } && test -s conftest$ac_exeext &&
10234 $as_test_x conftest$ac_exeext; then
10235 case "$LIBEXT" in
10236 dll) ;;
10237 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'` ;;
10238 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10239 esac
10240 else
10241 echo "$as_me: failed program was:" >&5
10242 sed 's/^/| /' conftest.$ac_ext >&5
10247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10248 conftest$ac_exeext conftest.$ac_ext
10249 LIBS=$ac_check_soname_save_LIBS
10251 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10252 { echo "$as_me:$LINENO: result: not found" >&5
10253 echo "${ECHO_T}not found" >&6; }
10255 else
10256 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10257 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10259 cat >>confdefs.h <<_ACEOF
10260 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10261 _ACEOF
10263 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10264 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10267 else
10268 ac_check_lib_save_LIBS=$LIBS
10269 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h. */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XRenderSetPictureTransform ();
10285 main ()
10287 return XRenderSetPictureTransform ();
10289 return 0;
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10297 esac
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10300 ac_status=$?
10301 grep -v '^ *+' conftest.er1 >conftest.err
10302 rm -f conftest.er1
10303 cat conftest.err >&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest$ac_exeext &&
10309 $as_test_x conftest$ac_exeext; then
10310 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10311 else
10312 echo "$as_me: failed program was:" >&5
10313 sed 's/^/| /' conftest.$ac_ext >&5
10315 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10319 conftest$ac_exeext conftest.$ac_ext
10320 LIBS=$ac_check_lib_save_LIBS
10322 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10323 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10324 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10326 cat >>confdefs.h <<\_ACEOF
10327 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10328 _ACEOF
10336 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10337 case "x$with_xrender" in
10338 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10339 xno) ;;
10340 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10341 This is an error since --with-xrender was requested." >&5
10342 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10343 This is an error since --with-xrender was requested." >&2;}
10344 { (exit 1); exit 1; }; } ;;
10345 esac
10349 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10350 then
10351 cat >conftest.$ac_ext <<_ACEOF
10352 /* confdefs.h. */
10353 _ACEOF
10354 cat confdefs.h >>conftest.$ac_ext
10355 cat >>conftest.$ac_ext <<_ACEOF
10356 /* end confdefs.h. */
10357 #include <X11/Xlib.h>
10358 #include <X11/extensions/Xrandr.h>
10360 main ()
10362 static typeof(XRRSetScreenConfigAndRate) * func;
10364 return 0;
10366 _ACEOF
10367 rm -f conftest.$ac_objext
10368 if { (ac_try="$ac_compile"
10369 case "(($ac_try" in
10370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10371 *) ac_try_echo=$ac_try;;
10372 esac
10373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10374 (eval "$ac_compile") 2>conftest.er1
10375 ac_status=$?
10376 grep -v '^ *+' conftest.er1 >conftest.err
10377 rm -f conftest.er1
10378 cat conftest.err >&5
10379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 (exit $ac_status); } && {
10381 test -z "$ac_c_werror_flag" ||
10382 test ! -s conftest.err
10383 } && test -s conftest.$ac_objext; then
10384 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10385 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10386 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10387 echo $ECHO_N "(cached) $ECHO_C" >&6
10388 else
10389 ac_check_soname_save_LIBS=$LIBS
10390 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10391 cat >conftest.$ac_ext <<_ACEOF
10392 /* confdefs.h. */
10393 _ACEOF
10394 cat confdefs.h >>conftest.$ac_ext
10395 cat >>conftest.$ac_ext <<_ACEOF
10396 /* end confdefs.h. */
10398 /* Override any GCC internal prototype to avoid an error.
10399 Use char because int might match the return type of a GCC
10400 builtin and then its argument prototype would still apply. */
10401 #ifdef __cplusplus
10402 extern "C"
10403 #endif
10404 char XRRQueryExtension ();
10406 main ()
10408 return XRRQueryExtension ();
10410 return 0;
10412 _ACEOF
10413 rm -f conftest.$ac_objext conftest$ac_exeext
10414 if { (ac_try="$ac_link"
10415 case "(($ac_try" in
10416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10417 *) ac_try_echo=$ac_try;;
10418 esac
10419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10420 (eval "$ac_link") 2>conftest.er1
10421 ac_status=$?
10422 grep -v '^ *+' conftest.er1 >conftest.err
10423 rm -f conftest.er1
10424 cat conftest.err >&5
10425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10426 (exit $ac_status); } && {
10427 test -z "$ac_c_werror_flag" ||
10428 test ! -s conftest.err
10429 } && test -s conftest$ac_exeext &&
10430 $as_test_x conftest$ac_exeext; then
10431 case "$LIBEXT" in
10432 dll) ;;
10433 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'` ;;
10434 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10435 esac
10436 else
10437 echo "$as_me: failed program was:" >&5
10438 sed 's/^/| /' conftest.$ac_ext >&5
10443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10444 conftest$ac_exeext conftest.$ac_ext
10445 LIBS=$ac_check_soname_save_LIBS
10447 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10448 { echo "$as_me:$LINENO: result: not found" >&5
10449 echo "${ECHO_T}not found" >&6; }
10451 else
10452 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10453 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10455 cat >>confdefs.h <<_ACEOF
10456 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10457 _ACEOF
10462 else
10463 echo "$as_me: failed program was:" >&5
10464 sed 's/^/| /' conftest.$ac_ext >&5
10469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10471 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10472 case "x$with_xrandr" in
10473 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10474 xno) ;;
10475 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10476 This is an error since --with-xrandr was requested." >&5
10477 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10478 This is an error since --with-xrandr was requested." >&2;}
10479 { (exit 1); exit 1; }; } ;;
10480 esac
10484 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10485 then
10486 cat >conftest.$ac_ext <<_ACEOF
10487 /* confdefs.h. */
10488 _ACEOF
10489 cat confdefs.h >>conftest.$ac_ext
10490 cat >>conftest.$ac_ext <<_ACEOF
10491 /* end confdefs.h. */
10492 #include <X11/Xlib.h>
10493 #include <X11/extensions/Xinerama.h>
10495 main ()
10497 static typeof(XineramaQueryScreens) * func;
10499 return 0;
10501 _ACEOF
10502 rm -f conftest.$ac_objext
10503 if { (ac_try="$ac_compile"
10504 case "(($ac_try" in
10505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10506 *) ac_try_echo=$ac_try;;
10507 esac
10508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10509 (eval "$ac_compile") 2>conftest.er1
10510 ac_status=$?
10511 grep -v '^ *+' conftest.er1 >conftest.err
10512 rm -f conftest.er1
10513 cat conftest.err >&5
10514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10515 (exit $ac_status); } && {
10516 test -z "$ac_c_werror_flag" ||
10517 test ! -s conftest.err
10518 } && test -s conftest.$ac_objext; then
10519 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10520 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10521 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6
10523 else
10524 ac_check_soname_save_LIBS=$LIBS
10525 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10526 cat >conftest.$ac_ext <<_ACEOF
10527 /* confdefs.h. */
10528 _ACEOF
10529 cat confdefs.h >>conftest.$ac_ext
10530 cat >>conftest.$ac_ext <<_ACEOF
10531 /* end confdefs.h. */
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10536 #ifdef __cplusplus
10537 extern "C"
10538 #endif
10539 char XineramaQueryScreens ();
10541 main ()
10543 return XineramaQueryScreens ();
10545 return 0;
10547 _ACEOF
10548 rm -f conftest.$ac_objext conftest$ac_exeext
10549 if { (ac_try="$ac_link"
10550 case "(($ac_try" in
10551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10552 *) ac_try_echo=$ac_try;;
10553 esac
10554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10555 (eval "$ac_link") 2>conftest.er1
10556 ac_status=$?
10557 grep -v '^ *+' conftest.er1 >conftest.err
10558 rm -f conftest.er1
10559 cat conftest.err >&5
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } && {
10562 test -z "$ac_c_werror_flag" ||
10563 test ! -s conftest.err
10564 } && test -s conftest$ac_exeext &&
10565 $as_test_x conftest$ac_exeext; then
10566 case "$LIBEXT" in
10567 dll) ;;
10568 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'` ;;
10569 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10570 esac
10571 else
10572 echo "$as_me: failed program was:" >&5
10573 sed 's/^/| /' conftest.$ac_ext >&5
10578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10579 conftest$ac_exeext conftest.$ac_ext
10580 LIBS=$ac_check_soname_save_LIBS
10582 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10583 { echo "$as_me:$LINENO: result: not found" >&5
10584 echo "${ECHO_T}not found" >&6; }
10586 else
10587 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10588 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10590 cat >>confdefs.h <<_ACEOF
10591 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10592 _ACEOF
10597 else
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.$ac_ext >&5
10604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10606 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10607 case "x$with_xinerama" in
10608 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10609 xno) ;;
10610 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10611 This is an error since --with-xinerama was requested." >&5
10612 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10613 This is an error since --with-xinerama was requested." >&2;}
10614 { (exit 1); exit 1; }; } ;;
10615 esac
10619 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10620 then
10621 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10622 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10623 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6
10625 else
10626 ac_check_soname_save_LIBS=$LIBS
10627 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10628 cat >conftest.$ac_ext <<_ACEOF
10629 /* confdefs.h. */
10630 _ACEOF
10631 cat confdefs.h >>conftest.$ac_ext
10632 cat >>conftest.$ac_ext <<_ACEOF
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char XCompositeRedirectWindow ();
10643 main ()
10645 return XCompositeRedirectWindow ();
10647 return 0;
10649 _ACEOF
10650 rm -f conftest.$ac_objext conftest$ac_exeext
10651 if { (ac_try="$ac_link"
10652 case "(($ac_try" in
10653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10654 *) ac_try_echo=$ac_try;;
10655 esac
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657 (eval "$ac_link") 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest$ac_exeext &&
10667 $as_test_x conftest$ac_exeext; then
10668 case "$LIBEXT" in
10669 dll) ;;
10670 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'` ;;
10671 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10672 esac
10673 else
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10681 conftest$ac_exeext conftest.$ac_ext
10682 LIBS=$ac_check_soname_save_LIBS
10684 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10685 { echo "$as_me:$LINENO: result: not found" >&5
10686 echo "${ECHO_T}not found" >&6; }
10688 else
10689 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10690 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10692 cat >>confdefs.h <<_ACEOF
10693 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10694 _ACEOF
10700 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10701 case "x$with_xcomposite" in
10702 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10703 xno) ;;
10704 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10705 This is an error since --with-xcomposite was requested." >&5
10706 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10707 This is an error since --with-xcomposite was requested." >&2;}
10708 { (exit 1); exit 1; }; } ;;
10709 esac
10713 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10714 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10715 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10716 echo $ECHO_N "(cached) $ECHO_C" >&6
10717 else
10718 cat >conftest.$ac_ext <<_ACEOF
10719 /* confdefs.h. */
10720 _ACEOF
10721 cat confdefs.h >>conftest.$ac_ext
10722 cat >>conftest.$ac_ext <<_ACEOF
10723 /* end confdefs.h. */
10724 #ifdef HAVE_X11_XLIB_H
10725 #include <X11/Xlib.h>
10726 #endif
10729 main ()
10731 static XICCallback ac_aggr;
10732 if (ac_aggr.callback)
10733 return 0;
10735 return 0;
10737 _ACEOF
10738 rm -f conftest.$ac_objext
10739 if { (ac_try="$ac_compile"
10740 case "(($ac_try" in
10741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10742 *) ac_try_echo=$ac_try;;
10743 esac
10744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10745 (eval "$ac_compile") 2>conftest.er1
10746 ac_status=$?
10747 grep -v '^ *+' conftest.er1 >conftest.err
10748 rm -f conftest.er1
10749 cat conftest.err >&5
10750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751 (exit $ac_status); } && {
10752 test -z "$ac_c_werror_flag" ||
10753 test ! -s conftest.err
10754 } && test -s conftest.$ac_objext; then
10755 ac_cv_member_XICCallback_callback=yes
10756 else
10757 echo "$as_me: failed program was:" >&5
10758 sed 's/^/| /' conftest.$ac_ext >&5
10760 cat >conftest.$ac_ext <<_ACEOF
10761 /* confdefs.h. */
10762 _ACEOF
10763 cat confdefs.h >>conftest.$ac_ext
10764 cat >>conftest.$ac_ext <<_ACEOF
10765 /* end confdefs.h. */
10766 #ifdef HAVE_X11_XLIB_H
10767 #include <X11/Xlib.h>
10768 #endif
10771 main ()
10773 static XICCallback ac_aggr;
10774 if (sizeof ac_aggr.callback)
10775 return 0;
10777 return 0;
10779 _ACEOF
10780 rm -f conftest.$ac_objext
10781 if { (ac_try="$ac_compile"
10782 case "(($ac_try" in
10783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10784 *) ac_try_echo=$ac_try;;
10785 esac
10786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10787 (eval "$ac_compile") 2>conftest.er1
10788 ac_status=$?
10789 grep -v '^ *+' conftest.er1 >conftest.err
10790 rm -f conftest.er1
10791 cat conftest.err >&5
10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); } && {
10794 test -z "$ac_c_werror_flag" ||
10795 test ! -s conftest.err
10796 } && test -s conftest.$ac_objext; then
10797 ac_cv_member_XICCallback_callback=yes
10798 else
10799 echo "$as_me: failed program was:" >&5
10800 sed 's/^/| /' conftest.$ac_ext >&5
10802 ac_cv_member_XICCallback_callback=no
10805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10810 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10811 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10812 if test $ac_cv_member_XICCallback_callback = yes; then
10814 cat >>confdefs.h <<_ACEOF
10815 #define HAVE_XICCALLBACK_CALLBACK 1
10816 _ACEOF
10823 opengl_msg=""
10824 if test "x$with_opengl" != "xno"
10825 then
10830 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10832 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10833 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10834 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10835 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10836 echo $ECHO_N "(cached) $ECHO_C" >&6
10837 else
10838 cat >conftest.$ac_ext <<_ACEOF
10839 /* confdefs.h. */
10840 _ACEOF
10841 cat confdefs.h >>conftest.$ac_ext
10842 cat >>conftest.$ac_ext <<_ACEOF
10843 /* end confdefs.h. */
10844 #ifdef HAVE_GL_GLX_H
10845 # include <GL/glx.h>
10846 #endif
10848 #include <$ac_header>
10849 _ACEOF
10850 rm -f conftest.$ac_objext
10851 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
10867 eval "$as_ac_Header=yes"
10868 else
10869 echo "$as_me: failed program was:" >&5
10870 sed 's/^/| /' conftest.$ac_ext >&5
10872 eval "$as_ac_Header=no"
10875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10877 ac_res=`eval echo '${'$as_ac_Header'}'`
10878 { echo "$as_me:$LINENO: result: $ac_res" >&5
10879 echo "${ECHO_T}$ac_res" >&6; }
10880 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10881 cat >>confdefs.h <<_ACEOF
10882 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10883 _ACEOF
10887 done
10889 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
10890 then
10891 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
10892 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
10893 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10895 else
10896 cat >conftest.$ac_ext <<_ACEOF
10897 /* confdefs.h. */
10898 _ACEOF
10899 cat confdefs.h >>conftest.$ac_ext
10900 cat >>conftest.$ac_ext <<_ACEOF
10901 /* end confdefs.h. */
10902 #include <GL/gl.h>
10904 main ()
10906 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
10908 return 0;
10910 _ACEOF
10911 rm -f conftest.$ac_objext
10912 if { (ac_try="$ac_compile"
10913 case "(($ac_try" in
10914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10915 *) ac_try_echo=$ac_try;;
10916 esac
10917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10918 (eval "$ac_compile") 2>conftest.er1
10919 ac_status=$?
10920 grep -v '^ *+' conftest.er1 >conftest.err
10921 rm -f conftest.er1
10922 cat conftest.err >&5
10923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10924 (exit $ac_status); } && {
10925 test -z "$ac_c_werror_flag" ||
10926 test ! -s conftest.err
10927 } && test -s conftest.$ac_objext; then
10928 wine_cv_opengl_header_version_OK="yes"
10929 else
10930 echo "$as_me: failed program was:" >&5
10931 sed 's/^/| /' conftest.$ac_ext >&5
10933 wine_cv_opengl_header_version_OK="no"
10936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10938 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
10939 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
10941 if test "$wine_cv_opengl_header_version_OK" = "yes"
10942 then
10943 { echo "$as_me:$LINENO: checking for -lGL" >&5
10944 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
10945 if test "${ac_cv_lib_soname_GL+set}" = set; then
10946 echo $ECHO_N "(cached) $ECHO_C" >&6
10947 else
10948 ac_check_soname_save_LIBS=$LIBS
10949 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
10950 cat >conftest.$ac_ext <<_ACEOF
10951 /* confdefs.h. */
10952 _ACEOF
10953 cat confdefs.h >>conftest.$ac_ext
10954 cat >>conftest.$ac_ext <<_ACEOF
10955 /* end confdefs.h. */
10957 /* Override any GCC internal prototype to avoid an error.
10958 Use char because int might match the return type of a GCC
10959 builtin and then its argument prototype would still apply. */
10960 #ifdef __cplusplus
10961 extern "C"
10962 #endif
10963 char glXCreateContext ();
10965 main ()
10967 return glXCreateContext ();
10969 return 0;
10971 _ACEOF
10972 rm -f conftest.$ac_objext conftest$ac_exeext
10973 if { (ac_try="$ac_link"
10974 case "(($ac_try" in
10975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10976 *) ac_try_echo=$ac_try;;
10977 esac
10978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10979 (eval "$ac_link") 2>conftest.er1
10980 ac_status=$?
10981 grep -v '^ *+' conftest.er1 >conftest.err
10982 rm -f conftest.er1
10983 cat conftest.err >&5
10984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10985 (exit $ac_status); } && {
10986 test -z "$ac_c_werror_flag" ||
10987 test ! -s conftest.err
10988 } && test -s conftest$ac_exeext &&
10989 $as_test_x conftest$ac_exeext; then
10990 case "$LIBEXT" in
10991 dll) ;;
10992 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'` ;;
10993 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10994 esac
10995 else
10996 echo "$as_me: failed program was:" >&5
10997 sed 's/^/| /' conftest.$ac_ext >&5
11002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11003 conftest$ac_exeext conftest.$ac_ext
11004 LIBS=$ac_check_soname_save_LIBS
11006 if test "x$ac_cv_lib_soname_GL" = "x"; then
11007 { echo "$as_me:$LINENO: result: not found" >&5
11008 echo "${ECHO_T}not found" >&6; }
11009 { echo "$as_me:$LINENO: checking for -lGL" >&5
11010 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11011 if test "${ac_cv_lib_soname_GL+set}" = set; then
11012 echo $ECHO_N "(cached) $ECHO_C" >&6
11013 else
11014 ac_check_soname_save_LIBS=$LIBS
11015 LIBS="-lGL $X_LIBS -lXext -lX11 -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"
11016 cat >conftest.$ac_ext <<_ACEOF
11017 /* confdefs.h. */
11018 _ACEOF
11019 cat confdefs.h >>conftest.$ac_ext
11020 cat >>conftest.$ac_ext <<_ACEOF
11021 /* end confdefs.h. */
11023 /* Override any GCC internal prototype to avoid an error.
11024 Use char because int might match the return type of a GCC
11025 builtin and then its argument prototype would still apply. */
11026 #ifdef __cplusplus
11027 extern "C"
11028 #endif
11029 char glXCreateContext ();
11031 main ()
11033 return glXCreateContext ();
11035 return 0;
11037 _ACEOF
11038 rm -f conftest.$ac_objext conftest$ac_exeext
11039 if { (ac_try="$ac_link"
11040 case "(($ac_try" in
11041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11042 *) ac_try_echo=$ac_try;;
11043 esac
11044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11045 (eval "$ac_link") 2>conftest.er1
11046 ac_status=$?
11047 grep -v '^ *+' conftest.er1 >conftest.err
11048 rm -f conftest.er1
11049 cat conftest.err >&5
11050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11051 (exit $ac_status); } && {
11052 test -z "$ac_c_werror_flag" ||
11053 test ! -s conftest.err
11054 } && test -s conftest$ac_exeext &&
11055 $as_test_x conftest$ac_exeext; then
11056 case "$LIBEXT" in
11057 dll) ;;
11058 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'` ;;
11059 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11060 esac
11061 else
11062 echo "$as_me: failed program was:" >&5
11063 sed 's/^/| /' conftest.$ac_ext >&5
11068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11069 conftest$ac_exeext conftest.$ac_ext
11070 LIBS=$ac_check_soname_save_LIBS
11072 if test "x$ac_cv_lib_soname_GL" = "x"; then
11073 { echo "$as_me:$LINENO: result: not found" >&5
11074 echo "${ECHO_T}not found" >&6; }
11075 if test -f /usr/X11R6/lib/libGL.a
11076 then
11077 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11078 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11079 else
11080 opengl_msg="No OpenGL library found on this system."
11082 else
11083 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11084 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11086 cat >>confdefs.h <<_ACEOF
11087 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11088 _ACEOF
11090 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"
11092 cat >>confdefs.h <<\_ACEOF
11093 #define HAVE_OPENGL 1
11094 _ACEOF
11098 else
11099 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11100 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11102 cat >>confdefs.h <<_ACEOF
11103 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11104 _ACEOF
11106 OPENGL_LIBS="-lGL"
11108 cat >>confdefs.h <<\_ACEOF
11109 #define HAVE_OPENGL 1
11110 _ACEOF
11114 if test "$ac_cv_header_GL_glu_h" = "yes"
11115 then
11116 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11117 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11118 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11119 echo $ECHO_N "(cached) $ECHO_C" >&6
11120 else
11121 ac_check_soname_save_LIBS=$LIBS
11122 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11123 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h. */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h. */
11130 /* Override any GCC internal prototype to avoid an error.
11131 Use char because int might match the return type of a GCC
11132 builtin and then its argument prototype would still apply. */
11133 #ifdef __cplusplus
11134 extern "C"
11135 #endif
11136 char gluLookAt ();
11138 main ()
11140 return gluLookAt ();
11142 return 0;
11144 _ACEOF
11145 rm -f conftest.$ac_objext conftest$ac_exeext
11146 if { (ac_try="$ac_link"
11147 case "(($ac_try" in
11148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11149 *) ac_try_echo=$ac_try;;
11150 esac
11151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11152 (eval "$ac_link") 2>conftest.er1
11153 ac_status=$?
11154 grep -v '^ *+' conftest.er1 >conftest.err
11155 rm -f conftest.er1
11156 cat conftest.err >&5
11157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11158 (exit $ac_status); } && {
11159 test -z "$ac_c_werror_flag" ||
11160 test ! -s conftest.err
11161 } && test -s conftest$ac_exeext &&
11162 $as_test_x conftest$ac_exeext; then
11163 case "$LIBEXT" in
11164 dll) ;;
11165 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'` ;;
11166 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11167 esac
11168 else
11169 echo "$as_me: failed program was:" >&5
11170 sed 's/^/| /' conftest.$ac_ext >&5
11175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_soname_save_LIBS
11179 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11180 { echo "$as_me:$LINENO: result: not found" >&5
11181 echo "${ECHO_T}not found" >&6; }
11183 else
11184 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11185 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11187 cat >>confdefs.h <<_ACEOF
11188 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11189 _ACEOF
11195 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11196 case "x$with_glu" in
11197 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11198 xno) ;;
11199 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11200 This is an error since --with-glu was requested." >&5
11201 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11202 This is an error since --with-glu was requested." >&2;}
11203 { (exit 1); exit 1; }; } ;;
11204 esac
11207 else
11208 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11210 else
11211 opengl_msg="OpenGL development headers not found."
11213 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11214 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11215 else
11216 enable_opengl32=${enable_opengl32:-no}
11217 enable_glu32=${enable_glu32:-no}
11219 if test -n "$opengl_msg"; then
11220 case "x$with_opengl" in
11221 x) wine_warnings="$wine_warnings|$opengl_msg
11222 OpenGL and Direct3D won't be supported." ;;
11223 xno) ;;
11224 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11225 OpenGL and Direct3D won't be supported.
11226 This is an error since --with-opengl was requested." >&5
11227 echo "$as_me: error: $opengl_msg
11228 OpenGL and Direct3D won't be supported.
11229 This is an error since --with-opengl was requested." >&2;}
11230 { (exit 1); exit 1; }; } ;;
11231 esac
11235 NASLIBS=""
11238 for ac_header in audio/audiolib.h
11240 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11241 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11242 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11243 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11245 echo $ECHO_N "(cached) $ECHO_C" >&6
11247 ac_res=`eval echo '${'$as_ac_Header'}'`
11248 { echo "$as_me:$LINENO: result: $ac_res" >&5
11249 echo "${ECHO_T}$ac_res" >&6; }
11250 else
11251 # Is the header compilable?
11252 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11253 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11254 cat >conftest.$ac_ext <<_ACEOF
11255 /* confdefs.h. */
11256 _ACEOF
11257 cat confdefs.h >>conftest.$ac_ext
11258 cat >>conftest.$ac_ext <<_ACEOF
11259 /* end confdefs.h. */
11260 $ac_includes_default
11261 #include <$ac_header>
11262 _ACEOF
11263 rm -f conftest.$ac_objext
11264 if { (ac_try="$ac_compile"
11265 case "(($ac_try" in
11266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11267 *) ac_try_echo=$ac_try;;
11268 esac
11269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11270 (eval "$ac_compile") 2>conftest.er1
11271 ac_status=$?
11272 grep -v '^ *+' conftest.er1 >conftest.err
11273 rm -f conftest.er1
11274 cat conftest.err >&5
11275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11276 (exit $ac_status); } && {
11277 test -z "$ac_c_werror_flag" ||
11278 test ! -s conftest.err
11279 } && test -s conftest.$ac_objext; then
11280 ac_header_compiler=yes
11281 else
11282 echo "$as_me: failed program was:" >&5
11283 sed 's/^/| /' conftest.$ac_ext >&5
11285 ac_header_compiler=no
11288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11289 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11290 echo "${ECHO_T}$ac_header_compiler" >&6; }
11292 # Is the header present?
11293 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11294 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11295 cat >conftest.$ac_ext <<_ACEOF
11296 /* confdefs.h. */
11297 _ACEOF
11298 cat confdefs.h >>conftest.$ac_ext
11299 cat >>conftest.$ac_ext <<_ACEOF
11300 /* end confdefs.h. */
11301 #include <$ac_header>
11302 _ACEOF
11303 if { (ac_try="$ac_cpp conftest.$ac_ext"
11304 case "(($ac_try" in
11305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11306 *) ac_try_echo=$ac_try;;
11307 esac
11308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11309 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11310 ac_status=$?
11311 grep -v '^ *+' conftest.er1 >conftest.err
11312 rm -f conftest.er1
11313 cat conftest.err >&5
11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315 (exit $ac_status); } >/dev/null && {
11316 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11317 test ! -s conftest.err
11318 }; then
11319 ac_header_preproc=yes
11320 else
11321 echo "$as_me: failed program was:" >&5
11322 sed 's/^/| /' conftest.$ac_ext >&5
11324 ac_header_preproc=no
11327 rm -f conftest.err conftest.$ac_ext
11328 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11329 echo "${ECHO_T}$ac_header_preproc" >&6; }
11331 # So? What about this header?
11332 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11333 yes:no: )
11334 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11335 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11336 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11337 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11338 ac_header_preproc=yes
11340 no:yes:* )
11341 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11342 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11343 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11344 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11345 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11346 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11347 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11348 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11349 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11350 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11351 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11352 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11353 ( cat <<\_ASBOX
11354 ## ------------------------------------ ##
11355 ## Report this to wine-devel@winehq.org ##
11356 ## ------------------------------------ ##
11357 _ASBOX
11358 ) | sed "s/^/$as_me: WARNING: /" >&2
11360 esac
11361 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11362 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11364 echo $ECHO_N "(cached) $ECHO_C" >&6
11365 else
11366 eval "$as_ac_Header=\$ac_header_preproc"
11368 ac_res=`eval echo '${'$as_ac_Header'}'`
11369 { echo "$as_me:$LINENO: result: $ac_res" >&5
11370 echo "${ECHO_T}$ac_res" >&6; }
11373 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11374 cat >>confdefs.h <<_ACEOF
11375 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11376 _ACEOF
11378 for ac_header in audio/soundlib.h
11380 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11381 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11382 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11383 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11384 echo $ECHO_N "(cached) $ECHO_C" >&6
11385 else
11386 cat >conftest.$ac_ext <<_ACEOF
11387 /* confdefs.h. */
11388 _ACEOF
11389 cat confdefs.h >>conftest.$ac_ext
11390 cat >>conftest.$ac_ext <<_ACEOF
11391 /* end confdefs.h. */
11392 #include <audio/audiolib.h>
11394 #include <$ac_header>
11395 _ACEOF
11396 rm -f conftest.$ac_objext
11397 if { (ac_try="$ac_compile"
11398 case "(($ac_try" in
11399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11400 *) ac_try_echo=$ac_try;;
11401 esac
11402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11403 (eval "$ac_compile") 2>conftest.er1
11404 ac_status=$?
11405 grep -v '^ *+' conftest.er1 >conftest.err
11406 rm -f conftest.er1
11407 cat conftest.err >&5
11408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409 (exit $ac_status); } && {
11410 test -z "$ac_c_werror_flag" ||
11411 test ! -s conftest.err
11412 } && test -s conftest.$ac_objext; then
11413 eval "$as_ac_Header=yes"
11414 else
11415 echo "$as_me: failed program was:" >&5
11416 sed 's/^/| /' conftest.$ac_ext >&5
11418 eval "$as_ac_Header=no"
11421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11423 ac_res=`eval echo '${'$as_ac_Header'}'`
11424 { echo "$as_me:$LINENO: result: $ac_res" >&5
11425 echo "${ECHO_T}$ac_res" >&6; }
11426 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11427 cat >>confdefs.h <<_ACEOF
11428 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11429 _ACEOF
11433 done
11435 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11436 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11437 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11438 echo $ECHO_N "(cached) $ECHO_C" >&6
11439 else
11440 ac_check_lib_save_LIBS=$LIBS
11441 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11442 cat >conftest.$ac_ext <<_ACEOF
11443 /* confdefs.h. */
11444 _ACEOF
11445 cat confdefs.h >>conftest.$ac_ext
11446 cat >>conftest.$ac_ext <<_ACEOF
11447 /* end confdefs.h. */
11449 /* Override any GCC internal prototype to avoid an error.
11450 Use char because int might match the return type of a GCC
11451 builtin and then its argument prototype would still apply. */
11452 #ifdef __cplusplus
11453 extern "C"
11454 #endif
11455 char AuCreateFlow ();
11457 main ()
11459 return AuCreateFlow ();
11461 return 0;
11463 _ACEOF
11464 rm -f conftest.$ac_objext conftest$ac_exeext
11465 if { (ac_try="$ac_link"
11466 case "(($ac_try" in
11467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11468 *) ac_try_echo=$ac_try;;
11469 esac
11470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11471 (eval "$ac_link") 2>conftest.er1
11472 ac_status=$?
11473 grep -v '^ *+' conftest.er1 >conftest.err
11474 rm -f conftest.er1
11475 cat conftest.err >&5
11476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } && {
11478 test -z "$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 } && test -s conftest$ac_exeext &&
11481 $as_test_x conftest$ac_exeext; then
11482 ac_cv_lib_audio_AuCreateFlow=yes
11483 else
11484 echo "$as_me: failed program was:" >&5
11485 sed 's/^/| /' conftest.$ac_ext >&5
11487 ac_cv_lib_audio_AuCreateFlow=no
11490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11491 conftest$ac_exeext conftest.$ac_ext
11492 LIBS=$ac_check_lib_save_LIBS
11494 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11495 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11496 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11498 cat >>confdefs.h <<\_ACEOF
11499 #define HAVE_NAS 1
11500 _ACEOF
11502 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11503 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11504 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11505 echo $ECHO_N "(cached) $ECHO_C" >&6
11506 else
11507 ac_check_lib_save_LIBS=$LIBS
11508 LIBS="-lXau $X_LIBS $LIBS"
11509 cat >conftest.$ac_ext <<_ACEOF
11510 /* confdefs.h. */
11511 _ACEOF
11512 cat confdefs.h >>conftest.$ac_ext
11513 cat >>conftest.$ac_ext <<_ACEOF
11514 /* end confdefs.h. */
11516 /* Override any GCC internal prototype to avoid an error.
11517 Use char because int might match the return type of a GCC
11518 builtin and then its argument prototype would still apply. */
11519 #ifdef __cplusplus
11520 extern "C"
11521 #endif
11522 char XauGetBestAuthByAddr ();
11524 main ()
11526 return XauGetBestAuthByAddr ();
11528 return 0;
11530 _ACEOF
11531 rm -f conftest.$ac_objext conftest$ac_exeext
11532 if { (ac_try="$ac_link"
11533 case "(($ac_try" in
11534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11535 *) ac_try_echo=$ac_try;;
11536 esac
11537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11538 (eval "$ac_link") 2>conftest.er1
11539 ac_status=$?
11540 grep -v '^ *+' conftest.er1 >conftest.err
11541 rm -f conftest.er1
11542 cat conftest.err >&5
11543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11544 (exit $ac_status); } && {
11545 test -z "$ac_c_werror_flag" ||
11546 test ! -s conftest.err
11547 } && test -s conftest$ac_exeext &&
11548 $as_test_x conftest$ac_exeext; then
11549 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11550 else
11551 echo "$as_me: failed program was:" >&5
11552 sed 's/^/| /' conftest.$ac_ext >&5
11554 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11558 conftest$ac_exeext conftest.$ac_ext
11559 LIBS=$ac_check_lib_save_LIBS
11561 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11562 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11563 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11564 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11565 else
11566 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11574 done
11577 CPPFLAGS="$ac_save_CPPFLAGS"
11578 else
11579 XLIB=""
11580 X_CFLAGS=""
11581 X_LIBS=""
11582 enable_winex11_drv=${enable_winex11_drv:-no}
11583 enable_opengl32=${enable_opengl32:-no}
11584 enable_glu32=${enable_glu32:-no}
11586 if test "x$XLIB" = "x"; then
11587 case "x$with_x" in
11588 xno) ;;
11589 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11590 without X support, which probably isn't what you want. You will need to install
11591 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11592 Use the --without-x option if you really want this." >&5
11593 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11594 without X support, which probably isn't what you want. You will need to install
11595 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11596 Use the --without-x option if you really want this." >&2;}
11597 { (exit 1); exit 1; }; } ;;
11598 esac
11603 XML2LIBS=""
11605 XML2INCL=""
11607 XSLTINCL=""
11609 if test "x$with_xml" != "xno"
11610 then
11611 ac_save_CPPFLAGS="$CPPFLAGS"
11612 if test "$PKG_CONFIG" != "false"
11613 then
11614 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11615 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11616 else
11617 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11618 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11620 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11622 for ac_header in libxml/parser.h
11624 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11626 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11629 echo $ECHO_N "(cached) $ECHO_C" >&6
11631 ac_res=`eval echo '${'$as_ac_Header'}'`
11632 { echo "$as_me:$LINENO: result: $ac_res" >&5
11633 echo "${ECHO_T}$ac_res" >&6; }
11634 else
11635 # Is the header compilable?
11636 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11637 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11638 cat >conftest.$ac_ext <<_ACEOF
11639 /* confdefs.h. */
11640 _ACEOF
11641 cat confdefs.h >>conftest.$ac_ext
11642 cat >>conftest.$ac_ext <<_ACEOF
11643 /* end confdefs.h. */
11644 $ac_includes_default
11645 #include <$ac_header>
11646 _ACEOF
11647 rm -f conftest.$ac_objext
11648 if { (ac_try="$ac_compile"
11649 case "(($ac_try" in
11650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11652 esac
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_compile") 2>conftest.er1
11655 ac_status=$?
11656 grep -v '^ *+' conftest.er1 >conftest.err
11657 rm -f conftest.er1
11658 cat conftest.err >&5
11659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11660 (exit $ac_status); } && {
11661 test -z "$ac_c_werror_flag" ||
11662 test ! -s conftest.err
11663 } && test -s conftest.$ac_objext; then
11664 ac_header_compiler=yes
11665 else
11666 echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.$ac_ext >&5
11669 ac_header_compiler=no
11672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11673 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11674 echo "${ECHO_T}$ac_header_compiler" >&6; }
11676 # Is the header present?
11677 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11678 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11679 cat >conftest.$ac_ext <<_ACEOF
11680 /* confdefs.h. */
11681 _ACEOF
11682 cat confdefs.h >>conftest.$ac_ext
11683 cat >>conftest.$ac_ext <<_ACEOF
11684 /* end confdefs.h. */
11685 #include <$ac_header>
11686 _ACEOF
11687 if { (ac_try="$ac_cpp conftest.$ac_ext"
11688 case "(($ac_try" in
11689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11690 *) ac_try_echo=$ac_try;;
11691 esac
11692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11693 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11694 ac_status=$?
11695 grep -v '^ *+' conftest.er1 >conftest.err
11696 rm -f conftest.er1
11697 cat conftest.err >&5
11698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699 (exit $ac_status); } >/dev/null && {
11700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11701 test ! -s conftest.err
11702 }; then
11703 ac_header_preproc=yes
11704 else
11705 echo "$as_me: failed program was:" >&5
11706 sed 's/^/| /' conftest.$ac_ext >&5
11708 ac_header_preproc=no
11711 rm -f conftest.err conftest.$ac_ext
11712 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11713 echo "${ECHO_T}$ac_header_preproc" >&6; }
11715 # So? What about this header?
11716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11717 yes:no: )
11718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11722 ac_header_preproc=yes
11724 no:yes:* )
11725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11737 ( cat <<\_ASBOX
11738 ## ------------------------------------ ##
11739 ## Report this to wine-devel@winehq.org ##
11740 ## ------------------------------------ ##
11741 _ASBOX
11742 ) | sed "s/^/$as_me: WARNING: /" >&2
11744 esac
11745 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11747 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11748 echo $ECHO_N "(cached) $ECHO_C" >&6
11749 else
11750 eval "$as_ac_Header=\$ac_header_preproc"
11752 ac_res=`eval echo '${'$as_ac_Header'}'`
11753 { echo "$as_me:$LINENO: result: $ac_res" >&5
11754 echo "${ECHO_T}$ac_res" >&6; }
11757 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11758 cat >>confdefs.h <<_ACEOF
11759 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11760 _ACEOF
11761 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11762 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11763 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11764 echo $ECHO_N "(cached) $ECHO_C" >&6
11765 else
11766 ac_check_lib_save_LIBS=$LIBS
11767 LIBS="-lxml2 $ac_xml_libs $LIBS"
11768 cat >conftest.$ac_ext <<_ACEOF
11769 /* confdefs.h. */
11770 _ACEOF
11771 cat confdefs.h >>conftest.$ac_ext
11772 cat >>conftest.$ac_ext <<_ACEOF
11773 /* end confdefs.h. */
11775 /* Override any GCC internal prototype to avoid an error.
11776 Use char because int might match the return type of a GCC
11777 builtin and then its argument prototype would still apply. */
11778 #ifdef __cplusplus
11779 extern "C"
11780 #endif
11781 char xmlParseMemory ();
11783 main ()
11785 return xmlParseMemory ();
11787 return 0;
11789 _ACEOF
11790 rm -f conftest.$ac_objext conftest$ac_exeext
11791 if { (ac_try="$ac_link"
11792 case "(($ac_try" in
11793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11794 *) ac_try_echo=$ac_try;;
11795 esac
11796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11797 (eval "$ac_link") 2>conftest.er1
11798 ac_status=$?
11799 grep -v '^ *+' conftest.er1 >conftest.err
11800 rm -f conftest.er1
11801 cat conftest.err >&5
11802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11803 (exit $ac_status); } && {
11804 test -z "$ac_c_werror_flag" ||
11805 test ! -s conftest.err
11806 } && test -s conftest$ac_exeext &&
11807 $as_test_x conftest$ac_exeext; then
11808 ac_cv_lib_xml2_xmlParseMemory=yes
11809 else
11810 echo "$as_me: failed program was:" >&5
11811 sed 's/^/| /' conftest.$ac_ext >&5
11813 ac_cv_lib_xml2_xmlParseMemory=no
11816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11817 conftest$ac_exeext conftest.$ac_ext
11818 LIBS=$ac_check_lib_save_LIBS
11820 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11821 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11822 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11824 cat >>confdefs.h <<\_ACEOF
11825 #define HAVE_LIBXML2 1
11826 _ACEOF
11828 XML2LIBS="$ac_xml_libs"
11829 XML2INCL="$ac_xml_cflags"
11832 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11833 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11834 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11835 echo $ECHO_N "(cached) $ECHO_C" >&6
11836 else
11837 ac_check_lib_save_LIBS=$LIBS
11838 LIBS="-lxml2 $ac_xml_libs $LIBS"
11839 cat >conftest.$ac_ext <<_ACEOF
11840 /* confdefs.h. */
11841 _ACEOF
11842 cat confdefs.h >>conftest.$ac_ext
11843 cat >>conftest.$ac_ext <<_ACEOF
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11849 #ifdef __cplusplus
11850 extern "C"
11851 #endif
11852 char xmlReadMemory ();
11854 main ()
11856 return xmlReadMemory ();
11858 return 0;
11860 _ACEOF
11861 rm -f conftest.$ac_objext conftest$ac_exeext
11862 if { (ac_try="$ac_link"
11863 case "(($ac_try" in
11864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11865 *) ac_try_echo=$ac_try;;
11866 esac
11867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11868 (eval "$ac_link") 2>conftest.er1
11869 ac_status=$?
11870 grep -v '^ *+' conftest.er1 >conftest.err
11871 rm -f conftest.er1
11872 cat conftest.err >&5
11873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11874 (exit $ac_status); } && {
11875 test -z "$ac_c_werror_flag" ||
11876 test ! -s conftest.err
11877 } && test -s conftest$ac_exeext &&
11878 $as_test_x conftest$ac_exeext; then
11879 ac_cv_lib_xml2_xmlReadMemory=yes
11880 else
11881 echo "$as_me: failed program was:" >&5
11882 sed 's/^/| /' conftest.$ac_ext >&5
11884 ac_cv_lib_xml2_xmlReadMemory=no
11887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11888 conftest$ac_exeext conftest.$ac_ext
11889 LIBS=$ac_check_lib_save_LIBS
11891 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11892 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11893 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
11895 cat >>confdefs.h <<\_ACEOF
11896 #define HAVE_XMLREADMEMORY 1
11897 _ACEOF
11901 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
11902 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
11903 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
11904 echo $ECHO_N "(cached) $ECHO_C" >&6
11905 else
11906 ac_check_lib_save_LIBS=$LIBS
11907 LIBS="-lxml2 $ac_xml_libs $LIBS"
11908 cat >conftest.$ac_ext <<_ACEOF
11909 /* confdefs.h. */
11910 _ACEOF
11911 cat confdefs.h >>conftest.$ac_ext
11912 cat >>conftest.$ac_ext <<_ACEOF
11913 /* end confdefs.h. */
11915 /* Override any GCC internal prototype to avoid an error.
11916 Use char because int might match the return type of a GCC
11917 builtin and then its argument prototype would still apply. */
11918 #ifdef __cplusplus
11919 extern "C"
11920 #endif
11921 char xmlNewDocPI ();
11923 main ()
11925 return xmlNewDocPI ();
11927 return 0;
11929 _ACEOF
11930 rm -f conftest.$ac_objext conftest$ac_exeext
11931 if { (ac_try="$ac_link"
11932 case "(($ac_try" in
11933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11934 *) ac_try_echo=$ac_try;;
11935 esac
11936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11937 (eval "$ac_link") 2>conftest.er1
11938 ac_status=$?
11939 grep -v '^ *+' conftest.er1 >conftest.err
11940 rm -f conftest.er1
11941 cat conftest.err >&5
11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); } && {
11944 test -z "$ac_c_werror_flag" ||
11945 test ! -s conftest.err
11946 } && test -s conftest$ac_exeext &&
11947 $as_test_x conftest$ac_exeext; then
11948 ac_cv_lib_xml2_xmlNewDocPI=yes
11949 else
11950 echo "$as_me: failed program was:" >&5
11951 sed 's/^/| /' conftest.$ac_ext >&5
11953 ac_cv_lib_xml2_xmlNewDocPI=no
11956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11957 conftest$ac_exeext conftest.$ac_ext
11958 LIBS=$ac_check_lib_save_LIBS
11960 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11961 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11962 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
11964 cat >>confdefs.h <<\_ACEOF
11965 #define HAVE_XMLNEWDOCPI 1
11966 _ACEOF
11973 done
11975 CPPFLAGS="$ac_save_CPPFLAGS"
11977 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
11978 case "x$with_xml" in
11979 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
11980 xno) ;;
11981 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
11982 This is an error since --with-xml was requested." >&5
11983 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
11984 This is an error since --with-xml was requested." >&2;}
11985 { (exit 1); exit 1; }; } ;;
11986 esac
11990 if test "x$with_xslt" != "xno"
11991 then
11992 if test "$PKG_CONFIG" != "false"
11993 then
11994 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
11995 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
11996 else
11997 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
11998 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12000 ac_save_CPPFLAGS="$CPPFLAGS"
12001 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12004 for ac_header in libxslt/pattern.h libxslt/transform.h
12006 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12007 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12010 echo $ECHO_N "(cached) $ECHO_C" >&6
12011 else
12012 cat >conftest.$ac_ext <<_ACEOF
12013 /* confdefs.h. */
12014 _ACEOF
12015 cat confdefs.h >>conftest.$ac_ext
12016 cat >>conftest.$ac_ext <<_ACEOF
12017 /* end confdefs.h. */
12018 #ifdef HAVE_LIBXSLT_PATTERN_H
12019 # include <libxslt/pattern.h>
12020 #endif
12022 #include <$ac_header>
12023 _ACEOF
12024 rm -f conftest.$ac_objext
12025 if { (ac_try="$ac_compile"
12026 case "(($ac_try" in
12027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12028 *) ac_try_echo=$ac_try;;
12029 esac
12030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12031 (eval "$ac_compile") 2>conftest.er1
12032 ac_status=$?
12033 grep -v '^ *+' conftest.er1 >conftest.err
12034 rm -f conftest.er1
12035 cat conftest.err >&5
12036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12037 (exit $ac_status); } && {
12038 test -z "$ac_c_werror_flag" ||
12039 test ! -s conftest.err
12040 } && test -s conftest.$ac_objext; then
12041 eval "$as_ac_Header=yes"
12042 else
12043 echo "$as_me: failed program was:" >&5
12044 sed 's/^/| /' conftest.$ac_ext >&5
12046 eval "$as_ac_Header=no"
12049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12051 ac_res=`eval echo '${'$as_ac_Header'}'`
12052 { echo "$as_me:$LINENO: result: $ac_res" >&5
12053 echo "${ECHO_T}$ac_res" >&6; }
12054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12055 cat >>confdefs.h <<_ACEOF
12056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12057 _ACEOF
12061 done
12063 CPPFLAGS="$ac_save_CPPFLAGS"
12064 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12065 then
12066 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12067 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12068 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12070 else
12071 ac_check_soname_save_LIBS=$LIBS
12072 LIBS="-lxslt $ac_xslt_libs $LIBS"
12073 cat >conftest.$ac_ext <<_ACEOF
12074 /* confdefs.h. */
12075 _ACEOF
12076 cat confdefs.h >>conftest.$ac_ext
12077 cat >>conftest.$ac_ext <<_ACEOF
12078 /* end confdefs.h. */
12080 /* Override any GCC internal prototype to avoid an error.
12081 Use char because int might match the return type of a GCC
12082 builtin and then its argument prototype would still apply. */
12083 #ifdef __cplusplus
12084 extern "C"
12085 #endif
12086 char xsltCompilePattern ();
12088 main ()
12090 return xsltCompilePattern ();
12092 return 0;
12094 _ACEOF
12095 rm -f conftest.$ac_objext conftest$ac_exeext
12096 if { (ac_try="$ac_link"
12097 case "(($ac_try" in
12098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099 *) ac_try_echo=$ac_try;;
12100 esac
12101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12102 (eval "$ac_link") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } && {
12109 test -z "$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 } && test -s conftest$ac_exeext &&
12112 $as_test_x conftest$ac_exeext; then
12113 case "$LIBEXT" in
12114 dll) ;;
12115 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'` ;;
12116 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12117 esac
12118 else
12119 echo "$as_me: failed program was:" >&5
12120 sed 's/^/| /' conftest.$ac_ext >&5
12125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12126 conftest$ac_exeext conftest.$ac_ext
12127 LIBS=$ac_check_soname_save_LIBS
12129 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12130 { echo "$as_me:$LINENO: result: not found" >&5
12131 echo "${ECHO_T}not found" >&6; }
12133 else
12134 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12135 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12137 cat >>confdefs.h <<_ACEOF
12138 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12139 _ACEOF
12141 XSLTINCL="$ac_xslt_cflags"
12146 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12147 case "x$with_xslt" in
12148 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12149 xno) ;;
12150 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12151 This is an error since --with-xslt was requested." >&5
12152 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12153 This is an error since --with-xslt was requested." >&2;}
12154 { (exit 1); exit 1; }; } ;;
12155 esac
12159 HALINCL=""
12161 if test "x$with_hal" != "xno"
12162 then
12163 ac_save_CPPFLAGS="$CPPFLAGS"
12164 if test "$PKG_CONFIG" != "false"
12165 then
12166 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12167 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12168 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12172 for ac_header in dbus/dbus.h hal/libhal.h
12174 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12175 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12181 ac_res=`eval echo '${'$as_ac_Header'}'`
12182 { echo "$as_me:$LINENO: result: $ac_res" >&5
12183 echo "${ECHO_T}$ac_res" >&6; }
12184 else
12185 # Is the header compilable?
12186 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12187 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12188 cat >conftest.$ac_ext <<_ACEOF
12189 /* confdefs.h. */
12190 _ACEOF
12191 cat confdefs.h >>conftest.$ac_ext
12192 cat >>conftest.$ac_ext <<_ACEOF
12193 /* end confdefs.h. */
12194 $ac_includes_default
12195 #include <$ac_header>
12196 _ACEOF
12197 rm -f conftest.$ac_objext
12198 if { (ac_try="$ac_compile"
12199 case "(($ac_try" in
12200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12201 *) ac_try_echo=$ac_try;;
12202 esac
12203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12204 (eval "$ac_compile") 2>conftest.er1
12205 ac_status=$?
12206 grep -v '^ *+' conftest.er1 >conftest.err
12207 rm -f conftest.er1
12208 cat conftest.err >&5
12209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12210 (exit $ac_status); } && {
12211 test -z "$ac_c_werror_flag" ||
12212 test ! -s conftest.err
12213 } && test -s conftest.$ac_objext; then
12214 ac_header_compiler=yes
12215 else
12216 echo "$as_me: failed program was:" >&5
12217 sed 's/^/| /' conftest.$ac_ext >&5
12219 ac_header_compiler=no
12222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12223 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12224 echo "${ECHO_T}$ac_header_compiler" >&6; }
12226 # Is the header present?
12227 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12228 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12229 cat >conftest.$ac_ext <<_ACEOF
12230 /* confdefs.h. */
12231 _ACEOF
12232 cat confdefs.h >>conftest.$ac_ext
12233 cat >>conftest.$ac_ext <<_ACEOF
12234 /* end confdefs.h. */
12235 #include <$ac_header>
12236 _ACEOF
12237 if { (ac_try="$ac_cpp conftest.$ac_ext"
12238 case "(($ac_try" in
12239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12240 *) ac_try_echo=$ac_try;;
12241 esac
12242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12243 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12244 ac_status=$?
12245 grep -v '^ *+' conftest.er1 >conftest.err
12246 rm -f conftest.er1
12247 cat conftest.err >&5
12248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); } >/dev/null && {
12250 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12251 test ! -s conftest.err
12252 }; then
12253 ac_header_preproc=yes
12254 else
12255 echo "$as_me: failed program was:" >&5
12256 sed 's/^/| /' conftest.$ac_ext >&5
12258 ac_header_preproc=no
12261 rm -f conftest.err conftest.$ac_ext
12262 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12263 echo "${ECHO_T}$ac_header_preproc" >&6; }
12265 # So? What about this header?
12266 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12267 yes:no: )
12268 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12269 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12270 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12271 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12272 ac_header_preproc=yes
12274 no:yes:* )
12275 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12276 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12277 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12278 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12279 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12280 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12281 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12282 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12283 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12284 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12285 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12286 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12287 ( cat <<\_ASBOX
12288 ## ------------------------------------ ##
12289 ## Report this to wine-devel@winehq.org ##
12290 ## ------------------------------------ ##
12291 _ASBOX
12292 ) | sed "s/^/$as_me: WARNING: /" >&2
12294 esac
12295 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12296 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12297 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12298 echo $ECHO_N "(cached) $ECHO_C" >&6
12299 else
12300 eval "$as_ac_Header=\$ac_header_preproc"
12302 ac_res=`eval echo '${'$as_ac_Header'}'`
12303 { echo "$as_me:$LINENO: result: $ac_res" >&5
12304 echo "${ECHO_T}$ac_res" >&6; }
12307 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12308 cat >>confdefs.h <<_ACEOF
12309 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12310 _ACEOF
12314 done
12316 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12317 then
12318 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12319 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12320 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 ac_check_lib_save_LIBS=$LIBS
12324 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12325 cat >conftest.$ac_ext <<_ACEOF
12326 /* confdefs.h. */
12327 _ACEOF
12328 cat confdefs.h >>conftest.$ac_ext
12329 cat >>conftest.$ac_ext <<_ACEOF
12330 /* end confdefs.h. */
12332 /* Override any GCC internal prototype to avoid an error.
12333 Use char because int might match the return type of a GCC
12334 builtin and then its argument prototype would still apply. */
12335 #ifdef __cplusplus
12336 extern "C"
12337 #endif
12338 char dbus_connection_close ();
12340 main ()
12342 return dbus_connection_close ();
12344 return 0;
12346 _ACEOF
12347 rm -f conftest.$ac_objext conftest$ac_exeext
12348 if { (ac_try="$ac_link"
12349 case "(($ac_try" in
12350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12351 *) ac_try_echo=$ac_try;;
12352 esac
12353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12354 (eval "$ac_link") 2>conftest.er1
12355 ac_status=$?
12356 grep -v '^ *+' conftest.er1 >conftest.err
12357 rm -f conftest.er1
12358 cat conftest.err >&5
12359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12360 (exit $ac_status); } && {
12361 test -z "$ac_c_werror_flag" ||
12362 test ! -s conftest.err
12363 } && test -s conftest$ac_exeext &&
12364 $as_test_x conftest$ac_exeext; then
12365 ac_cv_lib_dbus_1_dbus_connection_close=yes
12366 else
12367 echo "$as_me: failed program was:" >&5
12368 sed 's/^/| /' conftest.$ac_ext >&5
12370 ac_cv_lib_dbus_1_dbus_connection_close=no
12373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12374 conftest$ac_exeext conftest.$ac_ext
12375 LIBS=$ac_check_lib_save_LIBS
12377 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12378 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12379 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12380 { echo "$as_me:$LINENO: checking for -lhal" >&5
12381 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12382 if test "${ac_cv_lib_soname_hal+set}" = set; then
12383 echo $ECHO_N "(cached) $ECHO_C" >&6
12384 else
12385 ac_check_soname_save_LIBS=$LIBS
12386 LIBS="-lhal $ac_hal_libs $LIBS"
12387 cat >conftest.$ac_ext <<_ACEOF
12388 /* confdefs.h. */
12389 _ACEOF
12390 cat confdefs.h >>conftest.$ac_ext
12391 cat >>conftest.$ac_ext <<_ACEOF
12392 /* end confdefs.h. */
12394 /* Override any GCC internal prototype to avoid an error.
12395 Use char because int might match the return type of a GCC
12396 builtin and then its argument prototype would still apply. */
12397 #ifdef __cplusplus
12398 extern "C"
12399 #endif
12400 char libhal_ctx_new ();
12402 main ()
12404 return libhal_ctx_new ();
12406 return 0;
12408 _ACEOF
12409 rm -f conftest.$ac_objext conftest$ac_exeext
12410 if { (ac_try="$ac_link"
12411 case "(($ac_try" in
12412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12413 *) ac_try_echo=$ac_try;;
12414 esac
12415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12416 (eval "$ac_link") 2>conftest.er1
12417 ac_status=$?
12418 grep -v '^ *+' conftest.er1 >conftest.err
12419 rm -f conftest.er1
12420 cat conftest.err >&5
12421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12422 (exit $ac_status); } && {
12423 test -z "$ac_c_werror_flag" ||
12424 test ! -s conftest.err
12425 } && test -s conftest$ac_exeext &&
12426 $as_test_x conftest$ac_exeext; then
12427 case "$LIBEXT" in
12428 dll) ;;
12429 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'` ;;
12430 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12431 esac
12432 else
12433 echo "$as_me: failed program was:" >&5
12434 sed 's/^/| /' conftest.$ac_ext >&5
12439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12440 conftest$ac_exeext conftest.$ac_ext
12441 LIBS=$ac_check_soname_save_LIBS
12443 if test "x$ac_cv_lib_soname_hal" = "x"; then
12444 { echo "$as_me:$LINENO: result: not found" >&5
12445 echo "${ECHO_T}not found" >&6; }
12447 else
12448 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12449 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12451 cat >>confdefs.h <<_ACEOF
12452 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12453 _ACEOF
12455 HALINCL="$ac_hal_cflags"
12461 CPPFLAGS="$ac_save_CPPFLAGS"
12463 if test "x$ac_cv_lib_soname_hal" = "x"; then
12464 case "x$with_hal" in
12465 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12466 xno) ;;
12467 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12468 This is an error since --with-hal was requested." >&5
12469 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12470 This is an error since --with-hal was requested." >&2;}
12471 { (exit 1); exit 1; }; } ;;
12472 esac
12476 if test "x$with_gnutls" != "xno"
12477 then
12478 ac_save_CPPFLAGS="$CPPFLAGS"
12479 if test "$PKG_CONFIG" != "false"
12480 then
12481 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12482 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12483 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12485 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12486 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12487 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12488 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12489 echo $ECHO_N "(cached) $ECHO_C" >&6
12491 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12492 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12493 else
12494 # Is the header compilable?
12495 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12496 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12497 cat >conftest.$ac_ext <<_ACEOF
12498 /* confdefs.h. */
12499 _ACEOF
12500 cat confdefs.h >>conftest.$ac_ext
12501 cat >>conftest.$ac_ext <<_ACEOF
12502 /* end confdefs.h. */
12503 $ac_includes_default
12504 #include <gnutls/gnutls.h>
12505 _ACEOF
12506 rm -f conftest.$ac_objext
12507 if { (ac_try="$ac_compile"
12508 case "(($ac_try" in
12509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12510 *) ac_try_echo=$ac_try;;
12511 esac
12512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12513 (eval "$ac_compile") 2>conftest.er1
12514 ac_status=$?
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } && {
12520 test -z "$ac_c_werror_flag" ||
12521 test ! -s conftest.err
12522 } && test -s conftest.$ac_objext; then
12523 ac_header_compiler=yes
12524 else
12525 echo "$as_me: failed program was:" >&5
12526 sed 's/^/| /' conftest.$ac_ext >&5
12528 ac_header_compiler=no
12531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12532 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12533 echo "${ECHO_T}$ac_header_compiler" >&6; }
12535 # Is the header present?
12536 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12537 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12538 cat >conftest.$ac_ext <<_ACEOF
12539 /* confdefs.h. */
12540 _ACEOF
12541 cat confdefs.h >>conftest.$ac_ext
12542 cat >>conftest.$ac_ext <<_ACEOF
12543 /* end confdefs.h. */
12544 #include <gnutls/gnutls.h>
12545 _ACEOF
12546 if { (ac_try="$ac_cpp conftest.$ac_ext"
12547 case "(($ac_try" in
12548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12549 *) ac_try_echo=$ac_try;;
12550 esac
12551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12552 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12553 ac_status=$?
12554 grep -v '^ *+' conftest.er1 >conftest.err
12555 rm -f conftest.er1
12556 cat conftest.err >&5
12557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558 (exit $ac_status); } >/dev/null && {
12559 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12560 test ! -s conftest.err
12561 }; then
12562 ac_header_preproc=yes
12563 else
12564 echo "$as_me: failed program was:" >&5
12565 sed 's/^/| /' conftest.$ac_ext >&5
12567 ac_header_preproc=no
12570 rm -f conftest.err conftest.$ac_ext
12571 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12572 echo "${ECHO_T}$ac_header_preproc" >&6; }
12574 # So? What about this header?
12575 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12576 yes:no: )
12577 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12578 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12579 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12580 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12581 ac_header_preproc=yes
12583 no:yes:* )
12584 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12585 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12586 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12587 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12588 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12589 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12590 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12591 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12592 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12593 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12594 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12595 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12596 ( cat <<\_ASBOX
12597 ## ------------------------------------ ##
12598 ## Report this to wine-devel@winehq.org ##
12599 ## ------------------------------------ ##
12600 _ASBOX
12601 ) | sed "s/^/$as_me: WARNING: /" >&2
12603 esac
12604 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12605 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12606 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12607 echo $ECHO_N "(cached) $ECHO_C" >&6
12608 else
12609 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12611 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12612 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12615 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12616 cat >conftest.$ac_ext <<_ACEOF
12617 /* confdefs.h. */
12618 _ACEOF
12619 cat confdefs.h >>conftest.$ac_ext
12620 cat >>conftest.$ac_ext <<_ACEOF
12621 /* end confdefs.h. */
12622 #include <gnutls/gnutls.h>
12624 main ()
12626 typeof(gnutls_mac_get_key_size) *pfunc;
12628 return 0;
12630 _ACEOF
12631 rm -f conftest.$ac_objext
12632 if { (ac_try="$ac_compile"
12633 case "(($ac_try" in
12634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12635 *) ac_try_echo=$ac_try;;
12636 esac
12637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12638 (eval "$ac_compile") 2>conftest.er1
12639 ac_status=$?
12640 grep -v '^ *+' conftest.er1 >conftest.err
12641 rm -f conftest.er1
12642 cat conftest.err >&5
12643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12644 (exit $ac_status); } && {
12645 test -z "$ac_c_werror_flag" ||
12646 test ! -s conftest.err
12647 } && test -s conftest.$ac_objext; then
12648 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12649 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12650 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12652 else
12653 ac_check_soname_save_LIBS=$LIBS
12654 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12655 cat >conftest.$ac_ext <<_ACEOF
12656 /* confdefs.h. */
12657 _ACEOF
12658 cat confdefs.h >>conftest.$ac_ext
12659 cat >>conftest.$ac_ext <<_ACEOF
12660 /* end confdefs.h. */
12662 /* Override any GCC internal prototype to avoid an error.
12663 Use char because int might match the return type of a GCC
12664 builtin and then its argument prototype would still apply. */
12665 #ifdef __cplusplus
12666 extern "C"
12667 #endif
12668 char gnutls_global_init ();
12670 main ()
12672 return gnutls_global_init ();
12674 return 0;
12676 _ACEOF
12677 rm -f conftest.$ac_objext conftest$ac_exeext
12678 if { (ac_try="$ac_link"
12679 case "(($ac_try" in
12680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12681 *) ac_try_echo=$ac_try;;
12682 esac
12683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12684 (eval "$ac_link") 2>conftest.er1
12685 ac_status=$?
12686 grep -v '^ *+' conftest.er1 >conftest.err
12687 rm -f conftest.er1
12688 cat conftest.err >&5
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); } && {
12691 test -z "$ac_c_werror_flag" ||
12692 test ! -s conftest.err
12693 } && test -s conftest$ac_exeext &&
12694 $as_test_x conftest$ac_exeext; then
12695 case "$LIBEXT" in
12696 dll) ;;
12697 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'` ;;
12698 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12699 esac
12700 else
12701 echo "$as_me: failed program was:" >&5
12702 sed 's/^/| /' conftest.$ac_ext >&5
12707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_soname_save_LIBS
12711 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12712 { echo "$as_me:$LINENO: result: not found" >&5
12713 echo "${ECHO_T}not found" >&6; }
12715 else
12716 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12717 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12719 cat >>confdefs.h <<_ACEOF
12720 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12721 _ACEOF
12723 GNUTLSINCL="$ac_gnutls_cflags"
12727 else
12728 echo "$as_me: failed program was:" >&5
12729 sed 's/^/| /' conftest.$ac_ext >&5
12734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12738 CPPFLAGS="$ac_save_CPPFLAGS"
12740 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12741 case "x$with_gnutls" in
12742 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12743 xno) ;;
12744 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12745 This is an error since --with-gnutls was requested." >&5
12746 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12747 This is an error since --with-gnutls was requested." >&2;}
12748 { (exit 1); exit 1; }; } ;;
12749 esac
12753 CURSESLIBS=""
12754 if test "$ac_cv_header_ncurses_h" = "yes"
12755 then
12756 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12757 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12758 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12759 echo $ECHO_N "(cached) $ECHO_C" >&6
12760 else
12761 ac_check_soname_save_LIBS=$LIBS
12762 LIBS="-lncurses $LIBS"
12763 cat >conftest.$ac_ext <<_ACEOF
12764 /* confdefs.h. */
12765 _ACEOF
12766 cat confdefs.h >>conftest.$ac_ext
12767 cat >>conftest.$ac_ext <<_ACEOF
12768 /* end confdefs.h. */
12770 /* Override any GCC internal prototype to avoid an error.
12771 Use char because int might match the return type of a GCC
12772 builtin and then its argument prototype would still apply. */
12773 #ifdef __cplusplus
12774 extern "C"
12775 #endif
12776 char waddch ();
12778 main ()
12780 return waddch ();
12782 return 0;
12784 _ACEOF
12785 rm -f conftest.$ac_objext conftest$ac_exeext
12786 if { (ac_try="$ac_link"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12792 (eval "$ac_link") 2>conftest.er1
12793 ac_status=$?
12794 grep -v '^ *+' conftest.er1 >conftest.err
12795 rm -f conftest.er1
12796 cat conftest.err >&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); } && {
12799 test -z "$ac_c_werror_flag" ||
12800 test ! -s conftest.err
12801 } && test -s conftest$ac_exeext &&
12802 $as_test_x conftest$ac_exeext; then
12803 case "$LIBEXT" in
12804 dll) ;;
12805 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'` ;;
12806 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12807 esac
12808 else
12809 echo "$as_me: failed program was:" >&5
12810 sed 's/^/| /' conftest.$ac_ext >&5
12815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12816 conftest$ac_exeext conftest.$ac_ext
12817 LIBS=$ac_check_soname_save_LIBS
12819 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12820 { echo "$as_me:$LINENO: result: not found" >&5
12821 echo "${ECHO_T}not found" >&6; }
12823 else
12824 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12825 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12827 cat >>confdefs.h <<_ACEOF
12828 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12829 _ACEOF
12831 CURSESLIBS="-lncurses"
12834 elif test "$ac_cv_header_curses_h" = "yes"
12835 then
12836 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12837 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12838 if test "${ac_cv_lib_soname_curses+set}" = set; then
12839 echo $ECHO_N "(cached) $ECHO_C" >&6
12840 else
12841 ac_check_soname_save_LIBS=$LIBS
12842 LIBS="-lcurses $LIBS"
12843 cat >conftest.$ac_ext <<_ACEOF
12844 /* confdefs.h. */
12845 _ACEOF
12846 cat confdefs.h >>conftest.$ac_ext
12847 cat >>conftest.$ac_ext <<_ACEOF
12848 /* end confdefs.h. */
12850 /* Override any GCC internal prototype to avoid an error.
12851 Use char because int might match the return type of a GCC
12852 builtin and then its argument prototype would still apply. */
12853 #ifdef __cplusplus
12854 extern "C"
12855 #endif
12856 char waddch ();
12858 main ()
12860 return waddch ();
12862 return 0;
12864 _ACEOF
12865 rm -f conftest.$ac_objext conftest$ac_exeext
12866 if { (ac_try="$ac_link"
12867 case "(($ac_try" in
12868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12869 *) ac_try_echo=$ac_try;;
12870 esac
12871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12872 (eval "$ac_link") 2>conftest.er1
12873 ac_status=$?
12874 grep -v '^ *+' conftest.er1 >conftest.err
12875 rm -f conftest.er1
12876 cat conftest.err >&5
12877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12878 (exit $ac_status); } && {
12879 test -z "$ac_c_werror_flag" ||
12880 test ! -s conftest.err
12881 } && test -s conftest$ac_exeext &&
12882 $as_test_x conftest$ac_exeext; then
12883 case "$LIBEXT" in
12884 dll) ;;
12885 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'` ;;
12886 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12887 esac
12888 else
12889 echo "$as_me: failed program was:" >&5
12890 sed 's/^/| /' conftest.$ac_ext >&5
12895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12896 conftest$ac_exeext conftest.$ac_ext
12897 LIBS=$ac_check_soname_save_LIBS
12899 if test "x$ac_cv_lib_soname_curses" = "x"; then
12900 { echo "$as_me:$LINENO: result: not found" >&5
12901 echo "${ECHO_T}not found" >&6; }
12903 else
12904 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12905 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12907 cat >>confdefs.h <<_ACEOF
12908 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12909 _ACEOF
12911 CURSESLIBS="-lcurses"
12915 ac_save_LIBS="$LIBS"
12916 LIBS="$LIBS $CURSESLIBS"
12918 for ac_func in mousemask
12920 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12921 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12922 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12923 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12924 echo $ECHO_N "(cached) $ECHO_C" >&6
12925 else
12926 cat >conftest.$ac_ext <<_ACEOF
12927 /* confdefs.h. */
12928 _ACEOF
12929 cat confdefs.h >>conftest.$ac_ext
12930 cat >>conftest.$ac_ext <<_ACEOF
12931 /* end confdefs.h. */
12932 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12933 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12934 #define $ac_func innocuous_$ac_func
12936 /* System header to define __stub macros and hopefully few prototypes,
12937 which can conflict with char $ac_func (); below.
12938 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12939 <limits.h> exists even on freestanding compilers. */
12941 #ifdef __STDC__
12942 # include <limits.h>
12943 #else
12944 # include <assert.h>
12945 #endif
12947 #undef $ac_func
12949 /* Override any GCC internal prototype to avoid an error.
12950 Use char because int might match the return type of a GCC
12951 builtin and then its argument prototype would still apply. */
12952 #ifdef __cplusplus
12953 extern "C"
12954 #endif
12955 char $ac_func ();
12956 /* The GNU C library defines this for functions which it implements
12957 to always fail with ENOSYS. Some functions are actually named
12958 something starting with __ and the normal name is an alias. */
12959 #if defined __stub_$ac_func || defined __stub___$ac_func
12960 choke me
12961 #endif
12964 main ()
12966 return $ac_func ();
12968 return 0;
12970 _ACEOF
12971 rm -f conftest.$ac_objext conftest$ac_exeext
12972 if { (ac_try="$ac_link"
12973 case "(($ac_try" in
12974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12975 *) ac_try_echo=$ac_try;;
12976 esac
12977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12978 (eval "$ac_link") 2>conftest.er1
12979 ac_status=$?
12980 grep -v '^ *+' conftest.er1 >conftest.err
12981 rm -f conftest.er1
12982 cat conftest.err >&5
12983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12984 (exit $ac_status); } && {
12985 test -z "$ac_c_werror_flag" ||
12986 test ! -s conftest.err
12987 } && test -s conftest$ac_exeext &&
12988 $as_test_x conftest$ac_exeext; then
12989 eval "$as_ac_var=yes"
12990 else
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12994 eval "$as_ac_var=no"
12997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12998 conftest$ac_exeext conftest.$ac_ext
13000 ac_res=`eval echo '${'$as_ac_var'}'`
13001 { echo "$as_me:$LINENO: result: $ac_res" >&5
13002 echo "${ECHO_T}$ac_res" >&6; }
13003 if test `eval echo '${'$as_ac_var'}'` = yes; then
13004 cat >>confdefs.h <<_ACEOF
13005 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13006 _ACEOF
13009 done
13011 LIBS="$ac_save_LIBS"
13012 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13013 case "x$with_curses" in
13014 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13015 xno) ;;
13016 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13017 This is an error since --with-curses was requested." >&5
13018 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13019 This is an error since --with-curses was requested." >&2;}
13020 { (exit 1); exit 1; }; } ;;
13021 esac
13025 if test "x$with_sane" != "xno"
13026 then
13027 ac_save_CPPFLAGS="$CPPFLAGS"
13028 # Extract the first word of "sane-config", so it can be a program name with args.
13029 set dummy sane-config; ac_word=$2
13030 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13031 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13032 if test "${ac_cv_prog_sane_devel+set}" = set; then
13033 echo $ECHO_N "(cached) $ECHO_C" >&6
13034 else
13035 if test -n "$sane_devel"; then
13036 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13037 else
13038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13039 for as_dir in $PATH
13041 IFS=$as_save_IFS
13042 test -z "$as_dir" && as_dir=.
13043 for ac_exec_ext in '' $ac_executable_extensions; do
13044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13045 ac_cv_prog_sane_devel="sane-config"
13046 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13047 break 2
13049 done
13050 done
13051 IFS=$as_save_IFS
13053 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13056 sane_devel=$ac_cv_prog_sane_devel
13057 if test -n "$sane_devel"; then
13058 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13059 echo "${ECHO_T}$sane_devel" >&6; }
13060 else
13061 { echo "$as_me:$LINENO: result: no" >&5
13062 echo "${ECHO_T}no" >&6; }
13066 if test "$sane_devel" != "no"
13067 then
13068 ac_sane_incl="`$sane_devel --cflags`"
13069 ac_sane_libs="`$sane_devel --ldflags`"
13070 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13072 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13073 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13074 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13075 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13076 echo $ECHO_N "(cached) $ECHO_C" >&6
13078 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13079 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13080 else
13081 # Is the header compilable?
13082 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13083 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13084 cat >conftest.$ac_ext <<_ACEOF
13085 /* confdefs.h. */
13086 _ACEOF
13087 cat confdefs.h >>conftest.$ac_ext
13088 cat >>conftest.$ac_ext <<_ACEOF
13089 /* end confdefs.h. */
13090 $ac_includes_default
13091 #include <sane/sane.h>
13092 _ACEOF
13093 rm -f conftest.$ac_objext
13094 if { (ac_try="$ac_compile"
13095 case "(($ac_try" in
13096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13097 *) ac_try_echo=$ac_try;;
13098 esac
13099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13100 (eval "$ac_compile") 2>conftest.er1
13101 ac_status=$?
13102 grep -v '^ *+' conftest.er1 >conftest.err
13103 rm -f conftest.er1
13104 cat conftest.err >&5
13105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13106 (exit $ac_status); } && {
13107 test -z "$ac_c_werror_flag" ||
13108 test ! -s conftest.err
13109 } && test -s conftest.$ac_objext; then
13110 ac_header_compiler=yes
13111 else
13112 echo "$as_me: failed program was:" >&5
13113 sed 's/^/| /' conftest.$ac_ext >&5
13115 ac_header_compiler=no
13118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13119 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13120 echo "${ECHO_T}$ac_header_compiler" >&6; }
13122 # Is the header present?
13123 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13124 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13125 cat >conftest.$ac_ext <<_ACEOF
13126 /* confdefs.h. */
13127 _ACEOF
13128 cat confdefs.h >>conftest.$ac_ext
13129 cat >>conftest.$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13131 #include <sane/sane.h>
13132 _ACEOF
13133 if { (ac_try="$ac_cpp conftest.$ac_ext"
13134 case "(($ac_try" in
13135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13136 *) ac_try_echo=$ac_try;;
13137 esac
13138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13139 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13140 ac_status=$?
13141 grep -v '^ *+' conftest.er1 >conftest.err
13142 rm -f conftest.er1
13143 cat conftest.err >&5
13144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145 (exit $ac_status); } >/dev/null && {
13146 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13147 test ! -s conftest.err
13148 }; then
13149 ac_header_preproc=yes
13150 else
13151 echo "$as_me: failed program was:" >&5
13152 sed 's/^/| /' conftest.$ac_ext >&5
13154 ac_header_preproc=no
13157 rm -f conftest.err conftest.$ac_ext
13158 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13159 echo "${ECHO_T}$ac_header_preproc" >&6; }
13161 # So? What about this header?
13162 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13163 yes:no: )
13164 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13165 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13166 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13167 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13168 ac_header_preproc=yes
13170 no:yes:* )
13171 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13172 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13173 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13174 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13175 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13176 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13177 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13178 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13179 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13180 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13181 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13182 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13183 ( cat <<\_ASBOX
13184 ## ------------------------------------ ##
13185 ## Report this to wine-devel@winehq.org ##
13186 ## ------------------------------------ ##
13187 _ASBOX
13188 ) | sed "s/^/$as_me: WARNING: /" >&2
13190 esac
13191 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13192 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13193 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13194 echo $ECHO_N "(cached) $ECHO_C" >&6
13195 else
13196 ac_cv_header_sane_sane_h=$ac_header_preproc
13198 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13199 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13202 if test $ac_cv_header_sane_sane_h = yes; then
13203 { echo "$as_me:$LINENO: checking for -lsane" >&5
13204 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13205 if test "${ac_cv_lib_soname_sane+set}" = set; then
13206 echo $ECHO_N "(cached) $ECHO_C" >&6
13207 else
13208 ac_check_soname_save_LIBS=$LIBS
13209 LIBS="-lsane $ac_sane_libs $LIBS"
13210 cat >conftest.$ac_ext <<_ACEOF
13211 /* confdefs.h. */
13212 _ACEOF
13213 cat confdefs.h >>conftest.$ac_ext
13214 cat >>conftest.$ac_ext <<_ACEOF
13215 /* end confdefs.h. */
13217 /* Override any GCC internal prototype to avoid an error.
13218 Use char because int might match the return type of a GCC
13219 builtin and then its argument prototype would still apply. */
13220 #ifdef __cplusplus
13221 extern "C"
13222 #endif
13223 char sane_init ();
13225 main ()
13227 return sane_init ();
13229 return 0;
13231 _ACEOF
13232 rm -f conftest.$ac_objext conftest$ac_exeext
13233 if { (ac_try="$ac_link"
13234 case "(($ac_try" in
13235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13236 *) ac_try_echo=$ac_try;;
13237 esac
13238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13239 (eval "$ac_link") 2>conftest.er1
13240 ac_status=$?
13241 grep -v '^ *+' conftest.er1 >conftest.err
13242 rm -f conftest.er1
13243 cat conftest.err >&5
13244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13245 (exit $ac_status); } && {
13246 test -z "$ac_c_werror_flag" ||
13247 test ! -s conftest.err
13248 } && test -s conftest$ac_exeext &&
13249 $as_test_x conftest$ac_exeext; then
13250 case "$LIBEXT" in
13251 dll) ;;
13252 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'` ;;
13253 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13254 esac
13255 else
13256 echo "$as_me: failed program was:" >&5
13257 sed 's/^/| /' conftest.$ac_ext >&5
13262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13263 conftest$ac_exeext conftest.$ac_ext
13264 LIBS=$ac_check_soname_save_LIBS
13266 if test "x$ac_cv_lib_soname_sane" = "x"; then
13267 { echo "$as_me:$LINENO: result: not found" >&5
13268 echo "${ECHO_T}not found" >&6; }
13270 else
13271 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13272 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13274 cat >>confdefs.h <<_ACEOF
13275 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13276 _ACEOF
13278 SANEINCL="$ac_sane_incl"
13285 CPPFLAGS="$ac_save_CPPFLAGS"
13287 if test "x$ac_cv_lib_soname_sane" = "x"; then
13288 case "x$with_sane" in
13289 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13290 xno) ;;
13291 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13292 This is an error since --with-sane was requested." >&5
13293 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13294 This is an error since --with-sane was requested." >&2;}
13295 { (exit 1); exit 1; }; } ;;
13296 esac
13300 if test "x$with_gphoto" != "xno"
13301 then
13302 ac_save_CPPFLAGS="$CPPFLAGS"
13303 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13304 set dummy gphoto2-config; ac_word=$2
13305 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13307 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13308 echo $ECHO_N "(cached) $ECHO_C" >&6
13309 else
13310 if test -n "$gphoto2_devel"; then
13311 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13312 else
13313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13314 for as_dir in $PATH
13316 IFS=$as_save_IFS
13317 test -z "$as_dir" && as_dir=.
13318 for ac_exec_ext in '' $ac_executable_extensions; do
13319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13320 ac_cv_prog_gphoto2_devel="gphoto2-config"
13321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13322 break 2
13324 done
13325 done
13326 IFS=$as_save_IFS
13328 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13331 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13332 if test -n "$gphoto2_devel"; then
13333 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13334 echo "${ECHO_T}$gphoto2_devel" >&6; }
13335 else
13336 { echo "$as_me:$LINENO: result: no" >&5
13337 echo "${ECHO_T}no" >&6; }
13341 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13342 set dummy gphoto2-port-config; ac_word=$2
13343 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13344 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13345 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13346 echo $ECHO_N "(cached) $ECHO_C" >&6
13347 else
13348 if test -n "$gphoto2port_devel"; then
13349 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13350 else
13351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13352 for as_dir in $PATH
13354 IFS=$as_save_IFS
13355 test -z "$as_dir" && as_dir=.
13356 for ac_exec_ext in '' $ac_executable_extensions; do
13357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13358 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13359 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13360 break 2
13362 done
13363 done
13364 IFS=$as_save_IFS
13366 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13369 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13370 if test -n "$gphoto2port_devel"; then
13371 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13372 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13373 else
13374 { echo "$as_me:$LINENO: result: no" >&5
13375 echo "${ECHO_T}no" >&6; }
13379 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13380 then
13381 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13382 ac_gphoto2_libs=""
13383 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13385 case "$i" in
13386 -L/usr/lib|-L/usr/lib64) ;;
13387 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13388 esac
13389 done
13390 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13392 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13393 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13394 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13395 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13396 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13397 echo $ECHO_N "(cached) $ECHO_C" >&6
13399 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13400 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13401 else
13402 # Is the header compilable?
13403 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13404 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13405 cat >conftest.$ac_ext <<_ACEOF
13406 /* confdefs.h. */
13407 _ACEOF
13408 cat confdefs.h >>conftest.$ac_ext
13409 cat >>conftest.$ac_ext <<_ACEOF
13410 /* end confdefs.h. */
13411 $ac_includes_default
13412 #include <gphoto2-camera.h>
13413 _ACEOF
13414 rm -f conftest.$ac_objext
13415 if { (ac_try="$ac_compile"
13416 case "(($ac_try" in
13417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13418 *) ac_try_echo=$ac_try;;
13419 esac
13420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13421 (eval "$ac_compile") 2>conftest.er1
13422 ac_status=$?
13423 grep -v '^ *+' conftest.er1 >conftest.err
13424 rm -f conftest.er1
13425 cat conftest.err >&5
13426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13427 (exit $ac_status); } && {
13428 test -z "$ac_c_werror_flag" ||
13429 test ! -s conftest.err
13430 } && test -s conftest.$ac_objext; then
13431 ac_header_compiler=yes
13432 else
13433 echo "$as_me: failed program was:" >&5
13434 sed 's/^/| /' conftest.$ac_ext >&5
13436 ac_header_compiler=no
13439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13441 echo "${ECHO_T}$ac_header_compiler" >&6; }
13443 # Is the header present?
13444 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13445 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13446 cat >conftest.$ac_ext <<_ACEOF
13447 /* confdefs.h. */
13448 _ACEOF
13449 cat confdefs.h >>conftest.$ac_ext
13450 cat >>conftest.$ac_ext <<_ACEOF
13451 /* end confdefs.h. */
13452 #include <gphoto2-camera.h>
13453 _ACEOF
13454 if { (ac_try="$ac_cpp conftest.$ac_ext"
13455 case "(($ac_try" in
13456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13457 *) ac_try_echo=$ac_try;;
13458 esac
13459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13460 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13461 ac_status=$?
13462 grep -v '^ *+' conftest.er1 >conftest.err
13463 rm -f conftest.er1
13464 cat conftest.err >&5
13465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 (exit $ac_status); } >/dev/null && {
13467 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13468 test ! -s conftest.err
13469 }; then
13470 ac_header_preproc=yes
13471 else
13472 echo "$as_me: failed program was:" >&5
13473 sed 's/^/| /' conftest.$ac_ext >&5
13475 ac_header_preproc=no
13478 rm -f conftest.err conftest.$ac_ext
13479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13480 echo "${ECHO_T}$ac_header_preproc" >&6; }
13482 # So? What about this header?
13483 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13484 yes:no: )
13485 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13486 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13487 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13488 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13489 ac_header_preproc=yes
13491 no:yes:* )
13492 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13493 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13494 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13495 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13496 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13497 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13498 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13499 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13500 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13501 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13502 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13503 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13504 ( cat <<\_ASBOX
13505 ## ------------------------------------ ##
13506 ## Report this to wine-devel@winehq.org ##
13507 ## ------------------------------------ ##
13508 _ASBOX
13509 ) | sed "s/^/$as_me: WARNING: /" >&2
13511 esac
13512 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13513 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13514 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13515 echo $ECHO_N "(cached) $ECHO_C" >&6
13516 else
13517 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13519 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13520 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13523 if test $ac_cv_header_gphoto2_camera_h = yes; then
13524 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13525 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13526 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13527 echo $ECHO_N "(cached) $ECHO_C" >&6
13528 else
13529 ac_check_lib_save_LIBS=$LIBS
13530 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13531 cat >conftest.$ac_ext <<_ACEOF
13532 /* confdefs.h. */
13533 _ACEOF
13534 cat confdefs.h >>conftest.$ac_ext
13535 cat >>conftest.$ac_ext <<_ACEOF
13536 /* end confdefs.h. */
13538 /* Override any GCC internal prototype to avoid an error.
13539 Use char because int might match the return type of a GCC
13540 builtin and then its argument prototype would still apply. */
13541 #ifdef __cplusplus
13542 extern "C"
13543 #endif
13544 char gp_camera_new ();
13546 main ()
13548 return gp_camera_new ();
13550 return 0;
13552 _ACEOF
13553 rm -f conftest.$ac_objext conftest$ac_exeext
13554 if { (ac_try="$ac_link"
13555 case "(($ac_try" in
13556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13557 *) ac_try_echo=$ac_try;;
13558 esac
13559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13560 (eval "$ac_link") 2>conftest.er1
13561 ac_status=$?
13562 grep -v '^ *+' conftest.er1 >conftest.err
13563 rm -f conftest.er1
13564 cat conftest.err >&5
13565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13566 (exit $ac_status); } && {
13567 test -z "$ac_c_werror_flag" ||
13568 test ! -s conftest.err
13569 } && test -s conftest$ac_exeext &&
13570 $as_test_x conftest$ac_exeext; then
13571 ac_cv_lib_gphoto2_gp_camera_new=yes
13572 else
13573 echo "$as_me: failed program was:" >&5
13574 sed 's/^/| /' conftest.$ac_ext >&5
13576 ac_cv_lib_gphoto2_gp_camera_new=no
13579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13580 conftest$ac_exeext conftest.$ac_ext
13581 LIBS=$ac_check_lib_save_LIBS
13583 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13584 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13585 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13587 cat >>confdefs.h <<\_ACEOF
13588 #define HAVE_GPHOTO2 1
13589 _ACEOF
13591 GPHOTO2LIBS="$ac_gphoto2_libs"
13593 GPHOTO2INCL="$ac_gphoto2_incl"
13600 CPPFLAGS="$ac_save_CPPFLAGS"
13602 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13603 case "x$with_gphoto" in
13604 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13605 xno) ;;
13606 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13607 This is an error since --with-gphoto was requested." >&5
13608 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13609 This is an error since --with-gphoto was requested." >&2;}
13610 { (exit 1); exit 1; }; } ;;
13611 esac
13616 RESOLVLIBS=""
13618 if test "$ac_cv_header_resolv_h" = "yes"
13619 then
13620 ac_save_LIBS="$LIBS"
13621 LIBS="$LIBS -lresolv"
13622 cat >conftest.$ac_ext <<_ACEOF
13623 /* confdefs.h. */
13624 _ACEOF
13625 cat confdefs.h >>conftest.$ac_ext
13626 cat >>conftest.$ac_ext <<_ACEOF
13627 /* end confdefs.h. */
13628 #ifdef HAVE_NETINET_IN_H
13629 #include <netinet/in.h>
13630 #endif
13631 #include <resolv.h>
13633 main ()
13635 res_init();
13637 return 0;
13639 _ACEOF
13640 rm -f conftest.$ac_objext conftest$ac_exeext
13641 if { (ac_try="$ac_link"
13642 case "(($ac_try" in
13643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13644 *) ac_try_echo=$ac_try;;
13645 esac
13646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13647 (eval "$ac_link") 2>conftest.er1
13648 ac_status=$?
13649 grep -v '^ *+' conftest.er1 >conftest.err
13650 rm -f conftest.er1
13651 cat conftest.err >&5
13652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13653 (exit $ac_status); } && {
13654 test -z "$ac_c_werror_flag" ||
13655 test ! -s conftest.err
13656 } && test -s conftest$ac_exeext &&
13657 $as_test_x conftest$ac_exeext; then
13659 cat >>confdefs.h <<\_ACEOF
13660 #define HAVE_RESOLV 1
13661 _ACEOF
13663 RESOLVLIBS="-lresolv"
13664 else
13665 echo "$as_me: failed program was:" >&5
13666 sed 's/^/| /' conftest.$ac_ext >&5
13671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13672 conftest$ac_exeext conftest.$ac_ext
13673 LIBS="$ac_save_LIBS"
13676 LCMSLIBS=""
13678 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13679 then
13680 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13681 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13682 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13683 echo $ECHO_N "(cached) $ECHO_C" >&6
13684 else
13685 ac_check_lib_save_LIBS=$LIBS
13686 LIBS="-llcms $LIBS"
13687 cat >conftest.$ac_ext <<_ACEOF
13688 /* confdefs.h. */
13689 _ACEOF
13690 cat confdefs.h >>conftest.$ac_ext
13691 cat >>conftest.$ac_ext <<_ACEOF
13692 /* end confdefs.h. */
13694 /* Override any GCC internal prototype to avoid an error.
13695 Use char because int might match the return type of a GCC
13696 builtin and then its argument prototype would still apply. */
13697 #ifdef __cplusplus
13698 extern "C"
13699 #endif
13700 char cmsOpenProfileFromFile ();
13702 main ()
13704 return cmsOpenProfileFromFile ();
13706 return 0;
13708 _ACEOF
13709 rm -f conftest.$ac_objext conftest$ac_exeext
13710 if { (ac_try="$ac_link"
13711 case "(($ac_try" in
13712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13713 *) ac_try_echo=$ac_try;;
13714 esac
13715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13716 (eval "$ac_link") 2>conftest.er1
13717 ac_status=$?
13718 grep -v '^ *+' conftest.er1 >conftest.err
13719 rm -f conftest.er1
13720 cat conftest.err >&5
13721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13722 (exit $ac_status); } && {
13723 test -z "$ac_c_werror_flag" ||
13724 test ! -s conftest.err
13725 } && test -s conftest$ac_exeext &&
13726 $as_test_x conftest$ac_exeext; then
13727 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13728 else
13729 echo "$as_me: failed program was:" >&5
13730 sed 's/^/| /' conftest.$ac_ext >&5
13732 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13736 conftest$ac_exeext conftest.$ac_ext
13737 LIBS=$ac_check_lib_save_LIBS
13739 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13740 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13741 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13743 cat >>confdefs.h <<\_ACEOF
13744 #define HAVE_LCMS 1
13745 _ACEOF
13747 LCMSLIBS="-llcms"
13751 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13752 case "x$with_cms" in
13753 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13754 xno) ;;
13755 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13756 This is an error since --with-cms was requested." >&5
13757 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13758 This is an error since --with-cms was requested." >&2;}
13759 { (exit 1); exit 1; }; } ;;
13760 esac
13764 if test "x$with_freetype" != "xno"
13765 then
13766 for ac_prog in freetype-config freetype2-config
13768 # Extract the first word of "$ac_prog", so it can be a program name with args.
13769 set dummy $ac_prog; ac_word=$2
13770 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13772 if test "${ac_cv_prog_ft_devel+set}" = set; then
13773 echo $ECHO_N "(cached) $ECHO_C" >&6
13774 else
13775 if test -n "$ft_devel"; then
13776 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13777 else
13778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13779 for as_dir in $PATH
13781 IFS=$as_save_IFS
13782 test -z "$as_dir" && as_dir=.
13783 for ac_exec_ext in '' $ac_executable_extensions; do
13784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13785 ac_cv_prog_ft_devel="$ac_prog"
13786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13787 break 2
13789 done
13790 done
13791 IFS=$as_save_IFS
13795 ft_devel=$ac_cv_prog_ft_devel
13796 if test -n "$ft_devel"; then
13797 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13798 echo "${ECHO_T}$ft_devel" >&6; }
13799 else
13800 { echo "$as_me:$LINENO: result: no" >&5
13801 echo "${ECHO_T}no" >&6; }
13805 test -n "$ft_devel" && break
13806 done
13807 test -n "$ft_devel" || ft_devel="no"
13809 if test "$ft_devel" != "no"
13810 then
13811 ac_freetype_incl=`$ft_devel --cflags`
13812 ac_freetype_libs=`$ft_devel --libs`
13814 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
13815 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13816 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13817 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13818 echo $ECHO_N "(cached) $ECHO_C" >&6
13819 else
13820 ac_check_soname_save_LIBS=$LIBS
13821 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13822 cat >conftest.$ac_ext <<_ACEOF
13823 /* confdefs.h. */
13824 _ACEOF
13825 cat confdefs.h >>conftest.$ac_ext
13826 cat >>conftest.$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13829 /* Override any GCC internal prototype to avoid an error.
13830 Use char because int might match the return type of a GCC
13831 builtin and then its argument prototype would still apply. */
13832 #ifdef __cplusplus
13833 extern "C"
13834 #endif
13835 char FT_Init_FreeType ();
13837 main ()
13839 return FT_Init_FreeType ();
13841 return 0;
13843 _ACEOF
13844 rm -f conftest.$ac_objext conftest$ac_exeext
13845 if { (ac_try="$ac_link"
13846 case "(($ac_try" in
13847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13848 *) ac_try_echo=$ac_try;;
13849 esac
13850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13851 (eval "$ac_link") 2>conftest.er1
13852 ac_status=$?
13853 grep -v '^ *+' conftest.er1 >conftest.err
13854 rm -f conftest.er1
13855 cat conftest.err >&5
13856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13857 (exit $ac_status); } && {
13858 test -z "$ac_c_werror_flag" ||
13859 test ! -s conftest.err
13860 } && test -s conftest$ac_exeext &&
13861 $as_test_x conftest$ac_exeext; then
13862 case "$LIBEXT" in
13863 dll) ;;
13864 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'` ;;
13865 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13866 esac
13867 else
13868 echo "$as_me: failed program was:" >&5
13869 sed 's/^/| /' conftest.$ac_ext >&5
13874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13875 conftest$ac_exeext conftest.$ac_ext
13876 LIBS=$ac_check_soname_save_LIBS
13878 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13879 { echo "$as_me:$LINENO: result: not found" >&5
13880 echo "${ECHO_T}not found" >&6; }
13881 ft_lib=no
13882 else
13883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13884 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13886 cat >>confdefs.h <<_ACEOF
13887 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13888 _ACEOF
13890 ft_lib=yes
13893 if test "$ft_lib" = "yes"
13894 then
13895 ac_save_CPPFLAGS="$CPPFLAGS"
13896 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13910 for ac_header in ft2build.h \
13911 freetype/freetype.h \
13912 freetype/ftglyph.h \
13913 freetype/fttypes.h \
13914 freetype/tttables.h \
13915 freetype/ftnames.h \
13916 freetype/ftsnames.h \
13917 freetype/ttnameid.h \
13918 freetype/ftoutln.h \
13919 freetype/ftwinfnt.h \
13920 freetype/ftmodapi.h \
13921 freetype/ftlcdfil.h \
13922 freetype/internal/sfnt.h
13924 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13925 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13928 echo $ECHO_N "(cached) $ECHO_C" >&6
13929 else
13930 cat >conftest.$ac_ext <<_ACEOF
13931 /* confdefs.h. */
13932 _ACEOF
13933 cat confdefs.h >>conftest.$ac_ext
13934 cat >>conftest.$ac_ext <<_ACEOF
13935 /* end confdefs.h. */
13936 #ifdef HAVE_FT2BUILD_H
13937 # include <ft2build.h>
13938 #endif
13940 #include <$ac_header>
13941 _ACEOF
13942 rm -f conftest.$ac_objext
13943 if { (ac_try="$ac_compile"
13944 case "(($ac_try" in
13945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13946 *) ac_try_echo=$ac_try;;
13947 esac
13948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13949 (eval "$ac_compile") 2>conftest.er1
13950 ac_status=$?
13951 grep -v '^ *+' conftest.er1 >conftest.err
13952 rm -f conftest.er1
13953 cat conftest.err >&5
13954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13955 (exit $ac_status); } && {
13956 test -z "$ac_c_werror_flag" ||
13957 test ! -s conftest.err
13958 } && test -s conftest.$ac_objext; then
13959 eval "$as_ac_Header=yes"
13960 else
13961 echo "$as_me: failed program was:" >&5
13962 sed 's/^/| /' conftest.$ac_ext >&5
13964 eval "$as_ac_Header=no"
13967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13969 ac_res=`eval echo '${'$as_ac_Header'}'`
13970 { echo "$as_me:$LINENO: result: $ac_res" >&5
13971 echo "${ECHO_T}$ac_res" >&6; }
13972 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13973 cat >>confdefs.h <<_ACEOF
13974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13975 _ACEOF
13979 done
13981 cat >conftest.$ac_ext <<_ACEOF
13982 /* confdefs.h. */
13983 _ACEOF
13984 cat confdefs.h >>conftest.$ac_ext
13985 cat >>conftest.$ac_ext <<_ACEOF
13986 /* end confdefs.h. */
13987 #include <ft2build.h>
13988 #include <freetype/fttrigon.h>
13989 _ACEOF
13990 if { (ac_try="$ac_cpp conftest.$ac_ext"
13991 case "(($ac_try" in
13992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13993 *) ac_try_echo=$ac_try;;
13994 esac
13995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13996 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13997 ac_status=$?
13998 grep -v '^ *+' conftest.er1 >conftest.err
13999 rm -f conftest.er1
14000 cat conftest.err >&5
14001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14002 (exit $ac_status); } >/dev/null && {
14003 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14004 test ! -s conftest.err
14005 }; then
14007 cat >>confdefs.h <<\_ACEOF
14008 #define HAVE_FREETYPE_FTTRIGON_H 1
14009 _ACEOF
14011 wine_cv_fttrigon=yes
14012 else
14013 echo "$as_me: failed program was:" >&5
14014 sed 's/^/| /' conftest.$ac_ext >&5
14016 wine_cv_fttrigon=no
14019 rm -f conftest.err conftest.$ac_ext
14020 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14021 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14022 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14023 echo $ECHO_N "(cached) $ECHO_C" >&6
14024 else
14025 cat >conftest.$ac_ext <<_ACEOF
14026 /* confdefs.h. */
14027 _ACEOF
14028 cat confdefs.h >>conftest.$ac_ext
14029 cat >>conftest.$ac_ext <<_ACEOF
14030 /* end confdefs.h. */
14031 #include <freetype/ftmodapi.h>
14033 typedef FT_TrueTypeEngineType ac__type_new_;
14035 main ()
14037 if ((ac__type_new_ *) 0)
14038 return 0;
14039 if (sizeof (ac__type_new_))
14040 return 0;
14042 return 0;
14044 _ACEOF
14045 rm -f conftest.$ac_objext
14046 if { (ac_try="$ac_compile"
14047 case "(($ac_try" in
14048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14049 *) ac_try_echo=$ac_try;;
14050 esac
14051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14052 (eval "$ac_compile") 2>conftest.er1
14053 ac_status=$?
14054 grep -v '^ *+' conftest.er1 >conftest.err
14055 rm -f conftest.er1
14056 cat conftest.err >&5
14057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14058 (exit $ac_status); } && {
14059 test -z "$ac_c_werror_flag" ||
14060 test ! -s conftest.err
14061 } && test -s conftest.$ac_objext; then
14062 ac_cv_type_FT_TrueTypeEngineType=yes
14063 else
14064 echo "$as_me: failed program was:" >&5
14065 sed 's/^/| /' conftest.$ac_ext >&5
14067 ac_cv_type_FT_TrueTypeEngineType=no
14070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14072 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14073 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14074 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14076 cat >>confdefs.h <<_ACEOF
14077 #define HAVE_FT_TRUETYPEENGINETYPE 1
14078 _ACEOF
14083 ac_save_CFLAGS="$CFLAGS"
14084 CFLAGS="$CFLAGS $ac_freetype_libs"
14086 for ac_func in FT_Load_Sfnt_Table
14088 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14089 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14090 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14091 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14092 echo $ECHO_N "(cached) $ECHO_C" >&6
14093 else
14094 cat >conftest.$ac_ext <<_ACEOF
14095 /* confdefs.h. */
14096 _ACEOF
14097 cat confdefs.h >>conftest.$ac_ext
14098 cat >>conftest.$ac_ext <<_ACEOF
14099 /* end confdefs.h. */
14100 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14102 #define $ac_func innocuous_$ac_func
14104 /* System header to define __stub macros and hopefully few prototypes,
14105 which can conflict with char $ac_func (); below.
14106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14107 <limits.h> exists even on freestanding compilers. */
14109 #ifdef __STDC__
14110 # include <limits.h>
14111 #else
14112 # include <assert.h>
14113 #endif
14115 #undef $ac_func
14117 /* Override any GCC internal prototype to avoid an error.
14118 Use char because int might match the return type of a GCC
14119 builtin and then its argument prototype would still apply. */
14120 #ifdef __cplusplus
14121 extern "C"
14122 #endif
14123 char $ac_func ();
14124 /* The GNU C library defines this for functions which it implements
14125 to always fail with ENOSYS. Some functions are actually named
14126 something starting with __ and the normal name is an alias. */
14127 #if defined __stub_$ac_func || defined __stub___$ac_func
14128 choke me
14129 #endif
14132 main ()
14134 return $ac_func ();
14136 return 0;
14138 _ACEOF
14139 rm -f conftest.$ac_objext conftest$ac_exeext
14140 if { (ac_try="$ac_link"
14141 case "(($ac_try" in
14142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14143 *) ac_try_echo=$ac_try;;
14144 esac
14145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14146 (eval "$ac_link") 2>conftest.er1
14147 ac_status=$?
14148 grep -v '^ *+' conftest.er1 >conftest.err
14149 rm -f conftest.er1
14150 cat conftest.err >&5
14151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14152 (exit $ac_status); } && {
14153 test -z "$ac_c_werror_flag" ||
14154 test ! -s conftest.err
14155 } && test -s conftest$ac_exeext &&
14156 $as_test_x conftest$ac_exeext; then
14157 eval "$as_ac_var=yes"
14158 else
14159 echo "$as_me: failed program was:" >&5
14160 sed 's/^/| /' conftest.$ac_ext >&5
14162 eval "$as_ac_var=no"
14165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14166 conftest$ac_exeext conftest.$ac_ext
14168 ac_res=`eval echo '${'$as_ac_var'}'`
14169 { echo "$as_me:$LINENO: result: $ac_res" >&5
14170 echo "${ECHO_T}$ac_res" >&6; }
14171 if test `eval echo '${'$as_ac_var'}'` = yes; then
14172 cat >>confdefs.h <<_ACEOF
14173 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14174 _ACEOF
14177 done
14179 CFLAGS="$ac_save_CFLAGS"
14180 CPPFLAGS="$ac_save_CPPFLAGS"
14181 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14182 then
14184 cat >>confdefs.h <<\_ACEOF
14185 #define HAVE_FREETYPE 1
14186 _ACEOF
14188 FREETYPELIBS="$ac_freetype_libs"
14190 FREETYPEINCL="$ac_freetype_incl"
14195 if test "x$FREETYPELIBS" = "x"; then
14196 case "x$with_freetype" in
14197 xno) ;;
14198 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14199 Use the --without-freetype option if you really want this." >&5
14200 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14201 Use the --without-freetype option if you really want this." >&2;}
14202 { (exit 1); exit 1; }; } ;;
14203 esac
14206 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14208 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14209 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14210 if test "${ac_cv_c_ppdev+set}" = set; then
14211 echo $ECHO_N "(cached) $ECHO_C" >&6
14212 else
14213 cat >conftest.$ac_ext <<_ACEOF
14214 /* confdefs.h. */
14215 _ACEOF
14216 cat confdefs.h >>conftest.$ac_ext
14217 cat >>conftest.$ac_ext <<_ACEOF
14218 /* end confdefs.h. */
14219 #include <linux/ppdev.h>
14221 main ()
14223 ioctl (1,PPCLAIM,0)
14225 return 0;
14227 _ACEOF
14228 rm -f conftest.$ac_objext
14229 if { (ac_try="$ac_compile"
14230 case "(($ac_try" in
14231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14232 *) ac_try_echo=$ac_try;;
14233 esac
14234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14235 (eval "$ac_compile") 2>conftest.er1
14236 ac_status=$?
14237 grep -v '^ *+' conftest.er1 >conftest.err
14238 rm -f conftest.er1
14239 cat conftest.err >&5
14240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14241 (exit $ac_status); } && {
14242 test -z "$ac_c_werror_flag" ||
14243 test ! -s conftest.err
14244 } && test -s conftest.$ac_objext; then
14245 ac_cv_c_ppdev="yes"
14246 else
14247 echo "$as_me: failed program was:" >&5
14248 sed 's/^/| /' conftest.$ac_ext >&5
14250 ac_cv_c_ppdev="no"
14253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14255 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14256 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14257 if test "$ac_cv_c_ppdev" = "yes"
14258 then
14260 cat >>confdefs.h <<\_ACEOF
14261 #define HAVE_PPDEV 1
14262 _ACEOF
14266 ac_wine_check_funcs_save_LIBS="$LIBS"
14267 LIBS="$LIBS $LIBPTHREAD"
14272 for ac_func in \
14273 pthread_attr_get_np \
14274 pthread_getattr_np \
14275 pthread_get_stackaddr_np \
14276 pthread_get_stacksize_np
14278 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14279 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14280 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14281 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14282 echo $ECHO_N "(cached) $ECHO_C" >&6
14283 else
14284 cat >conftest.$ac_ext <<_ACEOF
14285 /* confdefs.h. */
14286 _ACEOF
14287 cat confdefs.h >>conftest.$ac_ext
14288 cat >>conftest.$ac_ext <<_ACEOF
14289 /* end confdefs.h. */
14290 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14291 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14292 #define $ac_func innocuous_$ac_func
14294 /* System header to define __stub macros and hopefully few prototypes,
14295 which can conflict with char $ac_func (); below.
14296 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14297 <limits.h> exists even on freestanding compilers. */
14299 #ifdef __STDC__
14300 # include <limits.h>
14301 #else
14302 # include <assert.h>
14303 #endif
14305 #undef $ac_func
14307 /* Override any GCC internal prototype to avoid an error.
14308 Use char because int might match the return type of a GCC
14309 builtin and then its argument prototype would still apply. */
14310 #ifdef __cplusplus
14311 extern "C"
14312 #endif
14313 char $ac_func ();
14314 /* The GNU C library defines this for functions which it implements
14315 to always fail with ENOSYS. Some functions are actually named
14316 something starting with __ and the normal name is an alias. */
14317 #if defined __stub_$ac_func || defined __stub___$ac_func
14318 choke me
14319 #endif
14322 main ()
14324 return $ac_func ();
14326 return 0;
14328 _ACEOF
14329 rm -f conftest.$ac_objext conftest$ac_exeext
14330 if { (ac_try="$ac_link"
14331 case "(($ac_try" in
14332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14333 *) ac_try_echo=$ac_try;;
14334 esac
14335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14336 (eval "$ac_link") 2>conftest.er1
14337 ac_status=$?
14338 grep -v '^ *+' conftest.er1 >conftest.err
14339 rm -f conftest.er1
14340 cat conftest.err >&5
14341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14342 (exit $ac_status); } && {
14343 test -z "$ac_c_werror_flag" ||
14344 test ! -s conftest.err
14345 } && test -s conftest$ac_exeext &&
14346 $as_test_x conftest$ac_exeext; then
14347 eval "$as_ac_var=yes"
14348 else
14349 echo "$as_me: failed program was:" >&5
14350 sed 's/^/| /' conftest.$ac_ext >&5
14352 eval "$as_ac_var=no"
14355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14356 conftest$ac_exeext conftest.$ac_ext
14358 ac_res=`eval echo '${'$as_ac_var'}'`
14359 { echo "$as_me:$LINENO: result: $ac_res" >&5
14360 echo "${ECHO_T}$ac_res" >&6; }
14361 if test `eval echo '${'$as_ac_var'}'` = yes; then
14362 cat >>confdefs.h <<_ACEOF
14363 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14364 _ACEOF
14367 done
14369 LIBS="$ac_wine_check_funcs_save_LIBS"
14371 if test "$ac_cv_header_zlib_h" = "yes"
14372 then
14373 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14374 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14375 if test "${ac_cv_lib_z_inflate+set}" = set; then
14376 echo $ECHO_N "(cached) $ECHO_C" >&6
14377 else
14378 ac_check_lib_save_LIBS=$LIBS
14379 LIBS="-lz $LIBS"
14380 cat >conftest.$ac_ext <<_ACEOF
14381 /* confdefs.h. */
14382 _ACEOF
14383 cat confdefs.h >>conftest.$ac_ext
14384 cat >>conftest.$ac_ext <<_ACEOF
14385 /* end confdefs.h. */
14387 /* Override any GCC internal prototype to avoid an error.
14388 Use char because int might match the return type of a GCC
14389 builtin and then its argument prototype would still apply. */
14390 #ifdef __cplusplus
14391 extern "C"
14392 #endif
14393 char inflate ();
14395 main ()
14397 return inflate ();
14399 return 0;
14401 _ACEOF
14402 rm -f conftest.$ac_objext conftest$ac_exeext
14403 if { (ac_try="$ac_link"
14404 case "(($ac_try" in
14405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14406 *) ac_try_echo=$ac_try;;
14407 esac
14408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14409 (eval "$ac_link") 2>conftest.er1
14410 ac_status=$?
14411 grep -v '^ *+' conftest.er1 >conftest.err
14412 rm -f conftest.er1
14413 cat conftest.err >&5
14414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14415 (exit $ac_status); } && {
14416 test -z "$ac_c_werror_flag" ||
14417 test ! -s conftest.err
14418 } && test -s conftest$ac_exeext &&
14419 $as_test_x conftest$ac_exeext; then
14420 ac_cv_lib_z_inflate=yes
14421 else
14422 echo "$as_me: failed program was:" >&5
14423 sed 's/^/| /' conftest.$ac_ext >&5
14425 ac_cv_lib_z_inflate=no
14428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14429 conftest$ac_exeext conftest.$ac_ext
14430 LIBS=$ac_check_lib_save_LIBS
14432 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14433 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14434 if test $ac_cv_lib_z_inflate = yes; then
14436 cat >>confdefs.h <<\_ACEOF
14437 #define HAVE_ZLIB 1
14438 _ACEOF
14440 ZLIB="-lz"
14446 if test "x$with_esd" != xno
14447 then
14448 save_CFLAGS="$CFLAGS"
14449 # Extract the first word of "esd-config", so it can be a program name with args.
14450 set dummy esd-config; ac_word=$2
14451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14453 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14454 echo $ECHO_N "(cached) $ECHO_C" >&6
14455 else
14456 case $ESDCONFIG in
14457 [\\/]* | ?:[\\/]*)
14458 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14462 for as_dir in $PATH
14464 IFS=$as_save_IFS
14465 test -z "$as_dir" && as_dir=.
14466 for ac_exec_ext in '' $ac_executable_extensions; do
14467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14468 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14470 break 2
14472 done
14473 done
14474 IFS=$as_save_IFS
14476 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14478 esac
14480 ESDCONFIG=$ac_cv_path_ESDCONFIG
14481 if test -n "$ESDCONFIG"; then
14482 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14483 echo "${ECHO_T}$ESDCONFIG" >&6; }
14484 else
14485 { echo "$as_me:$LINENO: result: no" >&5
14486 echo "${ECHO_T}no" >&6; }
14490 if test "x$ESDCONFIG" != "xno"
14491 then
14492 ac_esd_incl=""
14493 for i in `$ESDCONFIG --cflags`
14495 case "$i" in
14496 -I*) ac_esd_incl="$ac_esd_incl $i";;
14497 esac
14498 done
14499 ac_esd_libs=`$ESDCONFIG --libs`
14500 CFLAGS="$CFLAGS $ac_esd_incl"
14502 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14503 if test "${ac_cv_header_esd_h+set}" = set; then
14504 { echo "$as_me:$LINENO: checking for esd.h" >&5
14505 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14506 if test "${ac_cv_header_esd_h+set}" = set; then
14507 echo $ECHO_N "(cached) $ECHO_C" >&6
14509 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14510 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14511 else
14512 # Is the header compilable?
14513 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14514 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14515 cat >conftest.$ac_ext <<_ACEOF
14516 /* confdefs.h. */
14517 _ACEOF
14518 cat confdefs.h >>conftest.$ac_ext
14519 cat >>conftest.$ac_ext <<_ACEOF
14520 /* end confdefs.h. */
14521 $ac_includes_default
14522 #include <esd.h>
14523 _ACEOF
14524 rm -f conftest.$ac_objext
14525 if { (ac_try="$ac_compile"
14526 case "(($ac_try" in
14527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14528 *) ac_try_echo=$ac_try;;
14529 esac
14530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14531 (eval "$ac_compile") 2>conftest.er1
14532 ac_status=$?
14533 grep -v '^ *+' conftest.er1 >conftest.err
14534 rm -f conftest.er1
14535 cat conftest.err >&5
14536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14537 (exit $ac_status); } && {
14538 test -z "$ac_c_werror_flag" ||
14539 test ! -s conftest.err
14540 } && test -s conftest.$ac_objext; then
14541 ac_header_compiler=yes
14542 else
14543 echo "$as_me: failed program was:" >&5
14544 sed 's/^/| /' conftest.$ac_ext >&5
14546 ac_header_compiler=no
14549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14550 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14551 echo "${ECHO_T}$ac_header_compiler" >&6; }
14553 # Is the header present?
14554 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14555 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14556 cat >conftest.$ac_ext <<_ACEOF
14557 /* confdefs.h. */
14558 _ACEOF
14559 cat confdefs.h >>conftest.$ac_ext
14560 cat >>conftest.$ac_ext <<_ACEOF
14561 /* end confdefs.h. */
14562 #include <esd.h>
14563 _ACEOF
14564 if { (ac_try="$ac_cpp conftest.$ac_ext"
14565 case "(($ac_try" in
14566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14567 *) ac_try_echo=$ac_try;;
14568 esac
14569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14571 ac_status=$?
14572 grep -v '^ *+' conftest.er1 >conftest.err
14573 rm -f conftest.er1
14574 cat conftest.err >&5
14575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14576 (exit $ac_status); } >/dev/null && {
14577 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14578 test ! -s conftest.err
14579 }; then
14580 ac_header_preproc=yes
14581 else
14582 echo "$as_me: failed program was:" >&5
14583 sed 's/^/| /' conftest.$ac_ext >&5
14585 ac_header_preproc=no
14588 rm -f conftest.err conftest.$ac_ext
14589 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14590 echo "${ECHO_T}$ac_header_preproc" >&6; }
14592 # So? What about this header?
14593 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14594 yes:no: )
14595 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14596 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14597 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14598 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14599 ac_header_preproc=yes
14601 no:yes:* )
14602 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14603 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14604 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14605 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14606 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14607 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14608 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14609 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14610 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14611 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14612 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14613 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14614 ( cat <<\_ASBOX
14615 ## ------------------------------------ ##
14616 ## Report this to wine-devel@winehq.org ##
14617 ## ------------------------------------ ##
14618 _ASBOX
14619 ) | sed "s/^/$as_me: WARNING: /" >&2
14621 esac
14622 { echo "$as_me:$LINENO: checking for esd.h" >&5
14623 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14624 if test "${ac_cv_header_esd_h+set}" = set; then
14625 echo $ECHO_N "(cached) $ECHO_C" >&6
14626 else
14627 ac_cv_header_esd_h=$ac_header_preproc
14629 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14630 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14633 if test $ac_cv_header_esd_h = yes; then
14634 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14635 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14636 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14637 echo $ECHO_N "(cached) $ECHO_C" >&6
14638 else
14639 ac_check_lib_save_LIBS=$LIBS
14640 LIBS="-lesd $ac_esd_libs $LIBS"
14641 cat >conftest.$ac_ext <<_ACEOF
14642 /* confdefs.h. */
14643 _ACEOF
14644 cat confdefs.h >>conftest.$ac_ext
14645 cat >>conftest.$ac_ext <<_ACEOF
14646 /* end confdefs.h. */
14648 /* Override any GCC internal prototype to avoid an error.
14649 Use char because int might match the return type of a GCC
14650 builtin and then its argument prototype would still apply. */
14651 #ifdef __cplusplus
14652 extern "C"
14653 #endif
14654 char esd_open_sound ();
14656 main ()
14658 return esd_open_sound ();
14660 return 0;
14662 _ACEOF
14663 rm -f conftest.$ac_objext conftest$ac_exeext
14664 if { (ac_try="$ac_link"
14665 case "(($ac_try" in
14666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14667 *) ac_try_echo=$ac_try;;
14668 esac
14669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14670 (eval "$ac_link") 2>conftest.er1
14671 ac_status=$?
14672 grep -v '^ *+' conftest.er1 >conftest.err
14673 rm -f conftest.er1
14674 cat conftest.err >&5
14675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14676 (exit $ac_status); } && {
14677 test -z "$ac_c_werror_flag" ||
14678 test ! -s conftest.err
14679 } && test -s conftest$ac_exeext &&
14680 $as_test_x conftest$ac_exeext; then
14681 ac_cv_lib_esd_esd_open_sound=yes
14682 else
14683 echo "$as_me: failed program was:" >&5
14684 sed 's/^/| /' conftest.$ac_ext >&5
14686 ac_cv_lib_esd_esd_open_sound=no
14689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14690 conftest$ac_exeext conftest.$ac_ext
14691 LIBS=$ac_check_lib_save_LIBS
14693 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14694 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14695 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14696 ESDINCL="$ac_esd_incl"
14698 ESDLIBS="$ac_esd_libs"
14701 cat >>confdefs.h <<\_ACEOF
14702 #define HAVE_ESD 1
14703 _ACEOF
14710 CFLAGS="$save_CFLAGS"
14713 if test "x$with_pulse" != "xno"; then
14714 if test "$PKG_CONFIG" != "false"; then
14715 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14716 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14717 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14718 have_pulseaudio="yes"
14719 else
14720 have_pulseaudio="no"
14722 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14723 echo "${ECHO_T}$have_pulseaudio" >&6; }
14724 if test x"$have_pulseaudio" = xyes; then
14725 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14727 cat >>confdefs.h <<\_ACEOF
14728 #define HAVE_PULSEAUDIO 1
14729 _ACEOF
14731 PULSELIBS="$ac_pulse_libs"
14737 ALSALIBS=""
14739 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14740 then
14741 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14742 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14743 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14744 echo $ECHO_N "(cached) $ECHO_C" >&6
14745 else
14746 ac_check_lib_save_LIBS=$LIBS
14747 LIBS="-lasound $LIBS"
14748 cat >conftest.$ac_ext <<_ACEOF
14749 /* confdefs.h. */
14750 _ACEOF
14751 cat confdefs.h >>conftest.$ac_ext
14752 cat >>conftest.$ac_ext <<_ACEOF
14753 /* end confdefs.h. */
14755 /* Override any GCC internal prototype to avoid an error.
14756 Use char because int might match the return type of a GCC
14757 builtin and then its argument prototype would still apply. */
14758 #ifdef __cplusplus
14759 extern "C"
14760 #endif
14761 char snd_pcm_hw_params_get_access ();
14763 main ()
14765 return snd_pcm_hw_params_get_access ();
14767 return 0;
14769 _ACEOF
14770 rm -f conftest.$ac_objext conftest$ac_exeext
14771 if { (ac_try="$ac_link"
14772 case "(($ac_try" in
14773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14774 *) ac_try_echo=$ac_try;;
14775 esac
14776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14777 (eval "$ac_link") 2>conftest.er1
14778 ac_status=$?
14779 grep -v '^ *+' conftest.er1 >conftest.err
14780 rm -f conftest.er1
14781 cat conftest.err >&5
14782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14783 (exit $ac_status); } && {
14784 test -z "$ac_c_werror_flag" ||
14785 test ! -s conftest.err
14786 } && test -s conftest$ac_exeext &&
14787 $as_test_x conftest$ac_exeext; then
14788 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14789 else
14790 echo "$as_me: failed program was:" >&5
14791 sed 's/^/| /' conftest.$ac_ext >&5
14793 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14797 conftest$ac_exeext conftest.$ac_ext
14798 LIBS=$ac_check_lib_save_LIBS
14800 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14801 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14802 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14803 cat >conftest.$ac_ext <<_ACEOF
14804 /* confdefs.h. */
14805 _ACEOF
14806 cat confdefs.h >>conftest.$ac_ext
14807 cat >>conftest.$ac_ext <<_ACEOF
14808 /* end confdefs.h. */
14809 #ifdef HAVE_ALSA_ASOUNDLIB_H
14810 #include <alsa/asoundlib.h>
14811 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14812 #include <sys/asoundlib.h>
14813 #endif
14815 main ()
14817 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14819 return 0;
14821 _ACEOF
14822 rm -f conftest.$ac_objext
14823 if { (ac_try="$ac_compile"
14824 case "(($ac_try" in
14825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14826 *) ac_try_echo=$ac_try;;
14827 esac
14828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14829 (eval "$ac_compile") 2>conftest.er1
14830 ac_status=$?
14831 grep -v '^ *+' conftest.er1 >conftest.err
14832 rm -f conftest.er1
14833 cat conftest.err >&5
14834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14835 (exit $ac_status); } && {
14836 test -z "$ac_c_werror_flag" ||
14837 test ! -s conftest.err
14838 } && test -s conftest.$ac_objext; then
14840 cat >>confdefs.h <<\_ACEOF
14841 #define HAVE_ALSA 1
14842 _ACEOF
14844 ALSALIBS="-lasound"
14845 else
14846 echo "$as_me: failed program was:" >&5
14847 sed 's/^/| /' conftest.$ac_ext >&5
14852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14857 AUDIOIOLIBS=""
14859 if test "$ac_cv_header_libaudioio_h" = "yes"
14860 then
14861 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14862 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14863 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14864 echo $ECHO_N "(cached) $ECHO_C" >&6
14865 else
14866 ac_check_lib_save_LIBS=$LIBS
14867 LIBS="-laudioio $LIBS"
14868 cat >conftest.$ac_ext <<_ACEOF
14869 /* confdefs.h. */
14870 _ACEOF
14871 cat confdefs.h >>conftest.$ac_ext
14872 cat >>conftest.$ac_ext <<_ACEOF
14873 /* end confdefs.h. */
14875 /* Override any GCC internal prototype to avoid an error.
14876 Use char because int might match the return type of a GCC
14877 builtin and then its argument prototype would still apply. */
14878 #ifdef __cplusplus
14879 extern "C"
14880 #endif
14881 char AudioIOGetVersion ();
14883 main ()
14885 return AudioIOGetVersion ();
14887 return 0;
14889 _ACEOF
14890 rm -f conftest.$ac_objext conftest$ac_exeext
14891 if { (ac_try="$ac_link"
14892 case "(($ac_try" in
14893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14894 *) ac_try_echo=$ac_try;;
14895 esac
14896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14897 (eval "$ac_link") 2>conftest.er1
14898 ac_status=$?
14899 grep -v '^ *+' conftest.er1 >conftest.err
14900 rm -f conftest.er1
14901 cat conftest.err >&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } && {
14904 test -z "$ac_c_werror_flag" ||
14905 test ! -s conftest.err
14906 } && test -s conftest$ac_exeext &&
14907 $as_test_x conftest$ac_exeext; then
14908 ac_cv_lib_audioio_AudioIOGetVersion=yes
14909 else
14910 echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14913 ac_cv_lib_audioio_AudioIOGetVersion=no
14916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14917 conftest$ac_exeext conftest.$ac_ext
14918 LIBS=$ac_check_lib_save_LIBS
14920 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14921 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14922 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14923 AUDIOIOLIBS="-laudioio"
14925 cat >>confdefs.h <<\_ACEOF
14926 #define HAVE_LIBAUDIOIO 1
14927 _ACEOF
14934 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14935 then
14936 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14937 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14938 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14939 echo $ECHO_N "(cached) $ECHO_C" >&6
14940 else
14941 ac_check_soname_save_LIBS=$LIBS
14942 LIBS="-lcapi20 $LIBS"
14943 cat >conftest.$ac_ext <<_ACEOF
14944 /* confdefs.h. */
14945 _ACEOF
14946 cat confdefs.h >>conftest.$ac_ext
14947 cat >>conftest.$ac_ext <<_ACEOF
14948 /* end confdefs.h. */
14950 /* Override any GCC internal prototype to avoid an error.
14951 Use char because int might match the return type of a GCC
14952 builtin and then its argument prototype would still apply. */
14953 #ifdef __cplusplus
14954 extern "C"
14955 #endif
14956 char capi20_register ();
14958 main ()
14960 return capi20_register ();
14962 return 0;
14964 _ACEOF
14965 rm -f conftest.$ac_objext conftest$ac_exeext
14966 if { (ac_try="$ac_link"
14967 case "(($ac_try" in
14968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14969 *) ac_try_echo=$ac_try;;
14970 esac
14971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14972 (eval "$ac_link") 2>conftest.er1
14973 ac_status=$?
14974 grep -v '^ *+' conftest.er1 >conftest.err
14975 rm -f conftest.er1
14976 cat conftest.err >&5
14977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14978 (exit $ac_status); } && {
14979 test -z "$ac_c_werror_flag" ||
14980 test ! -s conftest.err
14981 } && test -s conftest$ac_exeext &&
14982 $as_test_x conftest$ac_exeext; then
14983 case "$LIBEXT" in
14984 dll) ;;
14985 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'` ;;
14986 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14987 esac
14988 else
14989 echo "$as_me: failed program was:" >&5
14990 sed 's/^/| /' conftest.$ac_ext >&5
14995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14996 conftest$ac_exeext conftest.$ac_ext
14997 LIBS=$ac_check_soname_save_LIBS
14999 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15000 { echo "$as_me:$LINENO: result: not found" >&5
15001 echo "${ECHO_T}not found" >&6; }
15003 else
15004 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15005 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15007 cat >>confdefs.h <<_ACEOF
15008 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15009 _ACEOF
15015 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15016 case "x$with_capi" in
15017 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15018 xno) ;;
15019 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15020 This is an error since --with-capi was requested." >&5
15021 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15022 This is an error since --with-capi was requested." >&2;}
15023 { (exit 1); exit 1; }; } ;;
15024 esac
15028 CUPSINCL=""
15030 if test "x$with_cups" != "xno"
15031 then
15032 ac_save_CPPFLAGS="$CPPFLAGS"
15033 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15034 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15035 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15037 for ac_header in cups/cups.h
15039 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15041 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15044 echo $ECHO_N "(cached) $ECHO_C" >&6
15046 ac_res=`eval echo '${'$as_ac_Header'}'`
15047 { echo "$as_me:$LINENO: result: $ac_res" >&5
15048 echo "${ECHO_T}$ac_res" >&6; }
15049 else
15050 # Is the header compilable?
15051 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15052 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15053 cat >conftest.$ac_ext <<_ACEOF
15054 /* confdefs.h. */
15055 _ACEOF
15056 cat confdefs.h >>conftest.$ac_ext
15057 cat >>conftest.$ac_ext <<_ACEOF
15058 /* end confdefs.h. */
15059 $ac_includes_default
15060 #include <$ac_header>
15061 _ACEOF
15062 rm -f conftest.$ac_objext
15063 if { (ac_try="$ac_compile"
15064 case "(($ac_try" in
15065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15066 *) ac_try_echo=$ac_try;;
15067 esac
15068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15069 (eval "$ac_compile") 2>conftest.er1
15070 ac_status=$?
15071 grep -v '^ *+' conftest.er1 >conftest.err
15072 rm -f conftest.er1
15073 cat conftest.err >&5
15074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15075 (exit $ac_status); } && {
15076 test -z "$ac_c_werror_flag" ||
15077 test ! -s conftest.err
15078 } && test -s conftest.$ac_objext; then
15079 ac_header_compiler=yes
15080 else
15081 echo "$as_me: failed program was:" >&5
15082 sed 's/^/| /' conftest.$ac_ext >&5
15084 ac_header_compiler=no
15087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15088 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15089 echo "${ECHO_T}$ac_header_compiler" >&6; }
15091 # Is the header present?
15092 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15093 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15094 cat >conftest.$ac_ext <<_ACEOF
15095 /* confdefs.h. */
15096 _ACEOF
15097 cat confdefs.h >>conftest.$ac_ext
15098 cat >>conftest.$ac_ext <<_ACEOF
15099 /* end confdefs.h. */
15100 #include <$ac_header>
15101 _ACEOF
15102 if { (ac_try="$ac_cpp conftest.$ac_ext"
15103 case "(($ac_try" in
15104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15105 *) ac_try_echo=$ac_try;;
15106 esac
15107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15108 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15109 ac_status=$?
15110 grep -v '^ *+' conftest.er1 >conftest.err
15111 rm -f conftest.er1
15112 cat conftest.err >&5
15113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15114 (exit $ac_status); } >/dev/null && {
15115 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15116 test ! -s conftest.err
15117 }; then
15118 ac_header_preproc=yes
15119 else
15120 echo "$as_me: failed program was:" >&5
15121 sed 's/^/| /' conftest.$ac_ext >&5
15123 ac_header_preproc=no
15126 rm -f conftest.err conftest.$ac_ext
15127 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15128 echo "${ECHO_T}$ac_header_preproc" >&6; }
15130 # So? What about this header?
15131 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15132 yes:no: )
15133 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15134 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15136 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15137 ac_header_preproc=yes
15139 no:yes:* )
15140 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15141 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15142 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15143 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15145 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15147 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15149 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15151 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15152 ( cat <<\_ASBOX
15153 ## ------------------------------------ ##
15154 ## Report this to wine-devel@winehq.org ##
15155 ## ------------------------------------ ##
15156 _ASBOX
15157 ) | sed "s/^/$as_me: WARNING: /" >&2
15159 esac
15160 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15161 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15162 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15163 echo $ECHO_N "(cached) $ECHO_C" >&6
15164 else
15165 eval "$as_ac_Header=\$ac_header_preproc"
15167 ac_res=`eval echo '${'$as_ac_Header'}'`
15168 { echo "$as_me:$LINENO: result: $ac_res" >&5
15169 echo "${ECHO_T}$ac_res" >&6; }
15172 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15173 cat >>confdefs.h <<_ACEOF
15174 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15175 _ACEOF
15176 { echo "$as_me:$LINENO: checking for -lcups" >&5
15177 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15178 if test "${ac_cv_lib_soname_cups+set}" = set; then
15179 echo $ECHO_N "(cached) $ECHO_C" >&6
15180 else
15181 ac_check_soname_save_LIBS=$LIBS
15182 LIBS="-lcups $ac_cups_libs $LIBS"
15183 cat >conftest.$ac_ext <<_ACEOF
15184 /* confdefs.h. */
15185 _ACEOF
15186 cat confdefs.h >>conftest.$ac_ext
15187 cat >>conftest.$ac_ext <<_ACEOF
15188 /* end confdefs.h. */
15190 /* Override any GCC internal prototype to avoid an error.
15191 Use char because int might match the return type of a GCC
15192 builtin and then its argument prototype would still apply. */
15193 #ifdef __cplusplus
15194 extern "C"
15195 #endif
15196 char cupsGetDefault ();
15198 main ()
15200 return cupsGetDefault ();
15202 return 0;
15204 _ACEOF
15205 rm -f conftest.$ac_objext conftest$ac_exeext
15206 if { (ac_try="$ac_link"
15207 case "(($ac_try" in
15208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15209 *) ac_try_echo=$ac_try;;
15210 esac
15211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15212 (eval "$ac_link") 2>conftest.er1
15213 ac_status=$?
15214 grep -v '^ *+' conftest.er1 >conftest.err
15215 rm -f conftest.er1
15216 cat conftest.err >&5
15217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15218 (exit $ac_status); } && {
15219 test -z "$ac_c_werror_flag" ||
15220 test ! -s conftest.err
15221 } && test -s conftest$ac_exeext &&
15222 $as_test_x conftest$ac_exeext; then
15223 case "$LIBEXT" in
15224 dll) ;;
15225 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'` ;;
15226 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15227 esac
15228 else
15229 echo "$as_me: failed program was:" >&5
15230 sed 's/^/| /' conftest.$ac_ext >&5
15235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15236 conftest$ac_exeext conftest.$ac_ext
15237 LIBS=$ac_check_soname_save_LIBS
15239 if test "x$ac_cv_lib_soname_cups" = "x"; then
15240 { echo "$as_me:$LINENO: result: not found" >&5
15241 echo "${ECHO_T}not found" >&6; }
15243 else
15244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15245 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15247 cat >>confdefs.h <<_ACEOF
15248 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15249 _ACEOF
15251 CUPSINCL="$ac_cups_cflags"
15256 done
15258 CPPFLAGS="$ac_save_CPPFLAGS"
15260 if test "x$ac_cv_lib_soname_cups" = "x"; then
15261 case "x$with_cups" in
15262 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15263 xno) ;;
15264 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15265 This is an error since --with-cups was requested." >&5
15266 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15267 This is an error since --with-cups was requested." >&2;}
15268 { (exit 1); exit 1; }; } ;;
15269 esac
15273 if test "$ac_cv_header_jack_jack_h" = "yes"
15274 then
15275 { echo "$as_me:$LINENO: checking for -ljack" >&5
15276 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15277 if test "${ac_cv_lib_soname_jack+set}" = set; then
15278 echo $ECHO_N "(cached) $ECHO_C" >&6
15279 else
15280 ac_check_soname_save_LIBS=$LIBS
15281 LIBS="-ljack $LIBS"
15282 cat >conftest.$ac_ext <<_ACEOF
15283 /* confdefs.h. */
15284 _ACEOF
15285 cat confdefs.h >>conftest.$ac_ext
15286 cat >>conftest.$ac_ext <<_ACEOF
15287 /* end confdefs.h. */
15289 /* Override any GCC internal prototype to avoid an error.
15290 Use char because int might match the return type of a GCC
15291 builtin and then its argument prototype would still apply. */
15292 #ifdef __cplusplus
15293 extern "C"
15294 #endif
15295 char jack_client_new ();
15297 main ()
15299 return jack_client_new ();
15301 return 0;
15303 _ACEOF
15304 rm -f conftest.$ac_objext conftest$ac_exeext
15305 if { (ac_try="$ac_link"
15306 case "(($ac_try" in
15307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15308 *) ac_try_echo=$ac_try;;
15309 esac
15310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15311 (eval "$ac_link") 2>conftest.er1
15312 ac_status=$?
15313 grep -v '^ *+' conftest.er1 >conftest.err
15314 rm -f conftest.er1
15315 cat conftest.err >&5
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } && {
15318 test -z "$ac_c_werror_flag" ||
15319 test ! -s conftest.err
15320 } && test -s conftest$ac_exeext &&
15321 $as_test_x conftest$ac_exeext; then
15322 case "$LIBEXT" in
15323 dll) ;;
15324 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'` ;;
15325 *) 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'` ;;
15326 esac
15327 else
15328 echo "$as_me: failed program was:" >&5
15329 sed 's/^/| /' conftest.$ac_ext >&5
15334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15335 conftest$ac_exeext conftest.$ac_ext
15336 LIBS=$ac_check_soname_save_LIBS
15338 if test "x$ac_cv_lib_soname_jack" = "x"; then
15339 { echo "$as_me:$LINENO: result: not found" >&5
15340 echo "${ECHO_T}not found" >&6; }
15342 else
15343 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15344 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15346 cat >>confdefs.h <<_ACEOF
15347 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15348 _ACEOF
15355 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15356 then
15357 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15358 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15359 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15360 echo $ECHO_N "(cached) $ECHO_C" >&6
15361 else
15362 ac_check_soname_save_LIBS=$LIBS
15363 LIBS="-lfontconfig $LIBS"
15364 cat >conftest.$ac_ext <<_ACEOF
15365 /* confdefs.h. */
15366 _ACEOF
15367 cat confdefs.h >>conftest.$ac_ext
15368 cat >>conftest.$ac_ext <<_ACEOF
15369 /* end confdefs.h. */
15371 /* Override any GCC internal prototype to avoid an error.
15372 Use char because int might match the return type of a GCC
15373 builtin and then its argument prototype would still apply. */
15374 #ifdef __cplusplus
15375 extern "C"
15376 #endif
15377 char FcInit ();
15379 main ()
15381 return FcInit ();
15383 return 0;
15385 _ACEOF
15386 rm -f conftest.$ac_objext conftest$ac_exeext
15387 if { (ac_try="$ac_link"
15388 case "(($ac_try" in
15389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15390 *) ac_try_echo=$ac_try;;
15391 esac
15392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15393 (eval "$ac_link") 2>conftest.er1
15394 ac_status=$?
15395 grep -v '^ *+' conftest.er1 >conftest.err
15396 rm -f conftest.er1
15397 cat conftest.err >&5
15398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15399 (exit $ac_status); } && {
15400 test -z "$ac_c_werror_flag" ||
15401 test ! -s conftest.err
15402 } && test -s conftest$ac_exeext &&
15403 $as_test_x conftest$ac_exeext; then
15404 case "$LIBEXT" in
15405 dll) ;;
15406 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'` ;;
15407 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15408 esac
15409 else
15410 echo "$as_me: failed program was:" >&5
15411 sed 's/^/| /' conftest.$ac_ext >&5
15416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15417 conftest$ac_exeext conftest.$ac_ext
15418 LIBS=$ac_check_soname_save_LIBS
15420 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15421 { echo "$as_me:$LINENO: result: not found" >&5
15422 echo "${ECHO_T}not found" >&6; }
15424 else
15425 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15426 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15428 cat >>confdefs.h <<_ACEOF
15429 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15430 _ACEOF
15435 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15436 then
15437 ac_save_CPPFLAGS="$CPPFLAGS"
15438 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15439 $as_unset ac_cv_header_fontconfig_fontconfig_h
15441 for ac_header in fontconfig/fontconfig.h
15443 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15445 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15446 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15448 echo $ECHO_N "(cached) $ECHO_C" >&6
15450 ac_res=`eval echo '${'$as_ac_Header'}'`
15451 { echo "$as_me:$LINENO: result: $ac_res" >&5
15452 echo "${ECHO_T}$ac_res" >&6; }
15453 else
15454 # Is the header compilable?
15455 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15456 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15457 cat >conftest.$ac_ext <<_ACEOF
15458 /* confdefs.h. */
15459 _ACEOF
15460 cat confdefs.h >>conftest.$ac_ext
15461 cat >>conftest.$ac_ext <<_ACEOF
15462 /* end confdefs.h. */
15463 $ac_includes_default
15464 #include <$ac_header>
15465 _ACEOF
15466 rm -f conftest.$ac_objext
15467 if { (ac_try="$ac_compile"
15468 case "(($ac_try" in
15469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15470 *) ac_try_echo=$ac_try;;
15471 esac
15472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15473 (eval "$ac_compile") 2>conftest.er1
15474 ac_status=$?
15475 grep -v '^ *+' conftest.er1 >conftest.err
15476 rm -f conftest.er1
15477 cat conftest.err >&5
15478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15479 (exit $ac_status); } && {
15480 test -z "$ac_c_werror_flag" ||
15481 test ! -s conftest.err
15482 } && test -s conftest.$ac_objext; then
15483 ac_header_compiler=yes
15484 else
15485 echo "$as_me: failed program was:" >&5
15486 sed 's/^/| /' conftest.$ac_ext >&5
15488 ac_header_compiler=no
15491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15492 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15493 echo "${ECHO_T}$ac_header_compiler" >&6; }
15495 # Is the header present?
15496 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15497 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15498 cat >conftest.$ac_ext <<_ACEOF
15499 /* confdefs.h. */
15500 _ACEOF
15501 cat confdefs.h >>conftest.$ac_ext
15502 cat >>conftest.$ac_ext <<_ACEOF
15503 /* end confdefs.h. */
15504 #include <$ac_header>
15505 _ACEOF
15506 if { (ac_try="$ac_cpp conftest.$ac_ext"
15507 case "(($ac_try" in
15508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15509 *) ac_try_echo=$ac_try;;
15510 esac
15511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15512 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15513 ac_status=$?
15514 grep -v '^ *+' conftest.er1 >conftest.err
15515 rm -f conftest.er1
15516 cat conftest.err >&5
15517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15518 (exit $ac_status); } >/dev/null && {
15519 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15520 test ! -s conftest.err
15521 }; then
15522 ac_header_preproc=yes
15523 else
15524 echo "$as_me: failed program was:" >&5
15525 sed 's/^/| /' conftest.$ac_ext >&5
15527 ac_header_preproc=no
15530 rm -f conftest.err conftest.$ac_ext
15531 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15532 echo "${ECHO_T}$ac_header_preproc" >&6; }
15534 # So? What about this header?
15535 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15536 yes:no: )
15537 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15538 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15540 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15541 ac_header_preproc=yes
15543 no:yes:* )
15544 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15545 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15546 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15547 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15549 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15551 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15552 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15553 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15555 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15556 ( cat <<\_ASBOX
15557 ## ------------------------------------ ##
15558 ## Report this to wine-devel@winehq.org ##
15559 ## ------------------------------------ ##
15560 _ASBOX
15561 ) | sed "s/^/$as_me: WARNING: /" >&2
15563 esac
15564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15567 echo $ECHO_N "(cached) $ECHO_C" >&6
15568 else
15569 eval "$as_ac_Header=\$ac_header_preproc"
15571 ac_res=`eval echo '${'$as_ac_Header'}'`
15572 { echo "$as_me:$LINENO: result: $ac_res" >&5
15573 echo "${ECHO_T}$ac_res" >&6; }
15576 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15577 cat >>confdefs.h <<_ACEOF
15578 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15579 _ACEOF
15583 done
15585 CPPFLAGS="$ac_save_CPPFLAGS"
15586 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15587 then
15588 FONTCONFIGINCL="$X_CFLAGS"
15590 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15591 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15592 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15593 echo $ECHO_N "(cached) $ECHO_C" >&6
15594 else
15595 ac_check_soname_save_LIBS=$LIBS
15596 LIBS="-lfontconfig $X_LIBS $LIBS"
15597 cat >conftest.$ac_ext <<_ACEOF
15598 /* confdefs.h. */
15599 _ACEOF
15600 cat confdefs.h >>conftest.$ac_ext
15601 cat >>conftest.$ac_ext <<_ACEOF
15602 /* end confdefs.h. */
15604 /* Override any GCC internal prototype to avoid an error.
15605 Use char because int might match the return type of a GCC
15606 builtin and then its argument prototype would still apply. */
15607 #ifdef __cplusplus
15608 extern "C"
15609 #endif
15610 char FcInit ();
15612 main ()
15614 return FcInit ();
15616 return 0;
15618 _ACEOF
15619 rm -f conftest.$ac_objext conftest$ac_exeext
15620 if { (ac_try="$ac_link"
15621 case "(($ac_try" in
15622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15623 *) ac_try_echo=$ac_try;;
15624 esac
15625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15626 (eval "$ac_link") 2>conftest.er1
15627 ac_status=$?
15628 grep -v '^ *+' conftest.er1 >conftest.err
15629 rm -f conftest.er1
15630 cat conftest.err >&5
15631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15632 (exit $ac_status); } && {
15633 test -z "$ac_c_werror_flag" ||
15634 test ! -s conftest.err
15635 } && test -s conftest$ac_exeext &&
15636 $as_test_x conftest$ac_exeext; then
15637 case "$LIBEXT" in
15638 dll) ;;
15639 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'` ;;
15640 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15641 esac
15642 else
15643 echo "$as_me: failed program was:" >&5
15644 sed 's/^/| /' conftest.$ac_ext >&5
15649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15650 conftest$ac_exeext conftest.$ac_ext
15651 LIBS=$ac_check_soname_save_LIBS
15653 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15654 { echo "$as_me:$LINENO: result: not found" >&5
15655 echo "${ECHO_T}not found" >&6; }
15657 else
15658 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15659 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15661 cat >>confdefs.h <<_ACEOF
15662 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15663 _ACEOF
15670 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15671 case "x$with_fontconfig" in
15672 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15673 xno) ;;
15674 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15675 This is an error since --with-fontconfig was requested." >&5
15676 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15677 This is an error since --with-fontconfig was requested." >&2;}
15678 { (exit 1); exit 1; }; } ;;
15679 esac
15683 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15684 then
15685 { echo "$as_me:$LINENO: checking for -lssl" >&5
15686 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15687 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15688 echo $ECHO_N "(cached) $ECHO_C" >&6
15689 else
15690 ac_check_soname_save_LIBS=$LIBS
15691 LIBS="-lssl $LIBS"
15692 cat >conftest.$ac_ext <<_ACEOF
15693 /* confdefs.h. */
15694 _ACEOF
15695 cat confdefs.h >>conftest.$ac_ext
15696 cat >>conftest.$ac_ext <<_ACEOF
15697 /* end confdefs.h. */
15699 /* Override any GCC internal prototype to avoid an error.
15700 Use char because int might match the return type of a GCC
15701 builtin and then its argument prototype would still apply. */
15702 #ifdef __cplusplus
15703 extern "C"
15704 #endif
15705 char SSL_library_init ();
15707 main ()
15709 return SSL_library_init ();
15711 return 0;
15713 _ACEOF
15714 rm -f conftest.$ac_objext conftest$ac_exeext
15715 if { (ac_try="$ac_link"
15716 case "(($ac_try" in
15717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15718 *) ac_try_echo=$ac_try;;
15719 esac
15720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15721 (eval "$ac_link") 2>conftest.er1
15722 ac_status=$?
15723 grep -v '^ *+' conftest.er1 >conftest.err
15724 rm -f conftest.er1
15725 cat conftest.err >&5
15726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15727 (exit $ac_status); } && {
15728 test -z "$ac_c_werror_flag" ||
15729 test ! -s conftest.err
15730 } && test -s conftest$ac_exeext &&
15731 $as_test_x conftest$ac_exeext; then
15732 case "$LIBEXT" in
15733 dll) ;;
15734 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'` ;;
15735 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15736 esac
15737 else
15738 echo "$as_me: failed program was:" >&5
15739 sed 's/^/| /' conftest.$ac_ext >&5
15744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15745 conftest$ac_exeext conftest.$ac_ext
15746 LIBS=$ac_check_soname_save_LIBS
15748 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15749 { echo "$as_me:$LINENO: result: not found" >&5
15750 echo "${ECHO_T}not found" >&6; }
15752 else
15753 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15754 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15756 cat >>confdefs.h <<_ACEOF
15757 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15758 _ACEOF
15763 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15764 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15765 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15766 echo $ECHO_N "(cached) $ECHO_C" >&6
15767 else
15768 ac_check_soname_save_LIBS=$LIBS
15769 LIBS="-lcrypto $LIBS"
15770 cat >conftest.$ac_ext <<_ACEOF
15771 /* confdefs.h. */
15772 _ACEOF
15773 cat confdefs.h >>conftest.$ac_ext
15774 cat >>conftest.$ac_ext <<_ACEOF
15775 /* end confdefs.h. */
15777 /* Override any GCC internal prototype to avoid an error.
15778 Use char because int might match the return type of a GCC
15779 builtin and then its argument prototype would still apply. */
15780 #ifdef __cplusplus
15781 extern "C"
15782 #endif
15783 char BIO_new_socket ();
15785 main ()
15787 return BIO_new_socket ();
15789 return 0;
15791 _ACEOF
15792 rm -f conftest.$ac_objext conftest$ac_exeext
15793 if { (ac_try="$ac_link"
15794 case "(($ac_try" in
15795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15796 *) ac_try_echo=$ac_try;;
15797 esac
15798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15799 (eval "$ac_link") 2>conftest.er1
15800 ac_status=$?
15801 grep -v '^ *+' conftest.er1 >conftest.err
15802 rm -f conftest.er1
15803 cat conftest.err >&5
15804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15805 (exit $ac_status); } && {
15806 test -z "$ac_c_werror_flag" ||
15807 test ! -s conftest.err
15808 } && test -s conftest$ac_exeext &&
15809 $as_test_x conftest$ac_exeext; then
15810 case "$LIBEXT" in
15811 dll) ;;
15812 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'` ;;
15813 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15814 esac
15815 else
15816 echo "$as_me: failed program was:" >&5
15817 sed 's/^/| /' conftest.$ac_ext >&5
15822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15823 conftest$ac_exeext conftest.$ac_ext
15824 LIBS=$ac_check_soname_save_LIBS
15826 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15827 { echo "$as_me:$LINENO: result: not found" >&5
15828 echo "${ECHO_T}not found" >&6; }
15830 else
15831 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15832 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15834 cat >>confdefs.h <<_ACEOF
15835 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15836 _ACEOF
15842 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15843 case "x$with_openssl" in
15844 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
15845 xno) ;;
15846 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15847 This is an error since --with-openssl was requested." >&5
15848 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15849 This is an error since --with-openssl was requested." >&2;}
15850 { (exit 1); exit 1; }; } ;;
15851 esac
15855 if test "$ac_cv_header_jpeglib_h" = "yes"
15856 then
15857 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15858 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15859 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15860 echo $ECHO_N "(cached) $ECHO_C" >&6
15861 else
15862 ac_check_soname_save_LIBS=$LIBS
15863 LIBS="-ljpeg $LIBS"
15864 cat >conftest.$ac_ext <<_ACEOF
15865 /* confdefs.h. */
15866 _ACEOF
15867 cat confdefs.h >>conftest.$ac_ext
15868 cat >>conftest.$ac_ext <<_ACEOF
15869 /* end confdefs.h. */
15871 /* Override any GCC internal prototype to avoid an error.
15872 Use char because int might match the return type of a GCC
15873 builtin and then its argument prototype would still apply. */
15874 #ifdef __cplusplus
15875 extern "C"
15876 #endif
15877 char jpeg_start_decompress ();
15879 main ()
15881 return jpeg_start_decompress ();
15883 return 0;
15885 _ACEOF
15886 rm -f conftest.$ac_objext conftest$ac_exeext
15887 if { (ac_try="$ac_link"
15888 case "(($ac_try" in
15889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15890 *) ac_try_echo=$ac_try;;
15891 esac
15892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15893 (eval "$ac_link") 2>conftest.er1
15894 ac_status=$?
15895 grep -v '^ *+' conftest.er1 >conftest.err
15896 rm -f conftest.er1
15897 cat conftest.err >&5
15898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899 (exit $ac_status); } && {
15900 test -z "$ac_c_werror_flag" ||
15901 test ! -s conftest.err
15902 } && test -s conftest$ac_exeext &&
15903 $as_test_x conftest$ac_exeext; then
15904 case "$LIBEXT" in
15905 dll) ;;
15906 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'` ;;
15907 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15908 esac
15909 else
15910 echo "$as_me: failed program was:" >&5
15911 sed 's/^/| /' conftest.$ac_ext >&5
15916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15917 conftest$ac_exeext conftest.$ac_ext
15918 LIBS=$ac_check_soname_save_LIBS
15920 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15921 { echo "$as_me:$LINENO: result: not found" >&5
15922 echo "${ECHO_T}not found" >&6; }
15924 else
15925 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15926 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15928 cat >>confdefs.h <<_ACEOF
15929 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15930 _ACEOF
15936 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15937 case "x$with_jpeg" in
15938 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
15939 xno) ;;
15940 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15941 This is an error since --with-jpeg was requested." >&5
15942 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
15943 This is an error since --with-jpeg was requested." >&2;}
15944 { (exit 1); exit 1; }; } ;;
15945 esac
15949 if test "$ac_cv_header_png_h" = "yes"
15950 then
15951 { echo "$as_me:$LINENO: checking for -lpng" >&5
15952 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15953 if test "${ac_cv_lib_soname_png+set}" = set; then
15954 echo $ECHO_N "(cached) $ECHO_C" >&6
15955 else
15956 ac_check_soname_save_LIBS=$LIBS
15957 LIBS="-lpng -lm -lz $LIBS"
15958 cat >conftest.$ac_ext <<_ACEOF
15959 /* confdefs.h. */
15960 _ACEOF
15961 cat confdefs.h >>conftest.$ac_ext
15962 cat >>conftest.$ac_ext <<_ACEOF
15963 /* end confdefs.h. */
15965 /* Override any GCC internal prototype to avoid an error.
15966 Use char because int might match the return type of a GCC
15967 builtin and then its argument prototype would still apply. */
15968 #ifdef __cplusplus
15969 extern "C"
15970 #endif
15971 char png_create_read_struct ();
15973 main ()
15975 return png_create_read_struct ();
15977 return 0;
15979 _ACEOF
15980 rm -f conftest.$ac_objext conftest$ac_exeext
15981 if { (ac_try="$ac_link"
15982 case "(($ac_try" in
15983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15984 *) ac_try_echo=$ac_try;;
15985 esac
15986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15987 (eval "$ac_link") 2>conftest.er1
15988 ac_status=$?
15989 grep -v '^ *+' conftest.er1 >conftest.err
15990 rm -f conftest.er1
15991 cat conftest.err >&5
15992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15993 (exit $ac_status); } && {
15994 test -z "$ac_c_werror_flag" ||
15995 test ! -s conftest.err
15996 } && test -s conftest$ac_exeext &&
15997 $as_test_x conftest$ac_exeext; then
15998 case "$LIBEXT" in
15999 dll) ;;
16000 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'` ;;
16001 *) 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'` ;;
16002 esac
16003 else
16004 echo "$as_me: failed program was:" >&5
16005 sed 's/^/| /' conftest.$ac_ext >&5
16010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16011 conftest$ac_exeext conftest.$ac_ext
16012 LIBS=$ac_check_soname_save_LIBS
16014 if test "x$ac_cv_lib_soname_png" = "x"; then
16015 { echo "$as_me:$LINENO: result: not found" >&5
16016 echo "${ECHO_T}not found" >&6; }
16018 else
16019 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16020 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16022 cat >>confdefs.h <<_ACEOF
16023 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16024 _ACEOF
16029 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16030 then
16031 ac_save_CPPFLAGS="$CPPFLAGS"
16032 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16033 $as_unset ac_cv_header_png_h
16035 for ac_header in png.h
16037 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16039 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16040 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16042 echo $ECHO_N "(cached) $ECHO_C" >&6
16044 ac_res=`eval echo '${'$as_ac_Header'}'`
16045 { echo "$as_me:$LINENO: result: $ac_res" >&5
16046 echo "${ECHO_T}$ac_res" >&6; }
16047 else
16048 # Is the header compilable?
16049 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16050 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16051 cat >conftest.$ac_ext <<_ACEOF
16052 /* confdefs.h. */
16053 _ACEOF
16054 cat confdefs.h >>conftest.$ac_ext
16055 cat >>conftest.$ac_ext <<_ACEOF
16056 /* end confdefs.h. */
16057 $ac_includes_default
16058 #include <$ac_header>
16059 _ACEOF
16060 rm -f conftest.$ac_objext
16061 if { (ac_try="$ac_compile"
16062 case "(($ac_try" in
16063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16064 *) ac_try_echo=$ac_try;;
16065 esac
16066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16067 (eval "$ac_compile") 2>conftest.er1
16068 ac_status=$?
16069 grep -v '^ *+' conftest.er1 >conftest.err
16070 rm -f conftest.er1
16071 cat conftest.err >&5
16072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16073 (exit $ac_status); } && {
16074 test -z "$ac_c_werror_flag" ||
16075 test ! -s conftest.err
16076 } && test -s conftest.$ac_objext; then
16077 ac_header_compiler=yes
16078 else
16079 echo "$as_me: failed program was:" >&5
16080 sed 's/^/| /' conftest.$ac_ext >&5
16082 ac_header_compiler=no
16085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16086 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16087 echo "${ECHO_T}$ac_header_compiler" >&6; }
16089 # Is the header present?
16090 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16091 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16092 cat >conftest.$ac_ext <<_ACEOF
16093 /* confdefs.h. */
16094 _ACEOF
16095 cat confdefs.h >>conftest.$ac_ext
16096 cat >>conftest.$ac_ext <<_ACEOF
16097 /* end confdefs.h. */
16098 #include <$ac_header>
16099 _ACEOF
16100 if { (ac_try="$ac_cpp conftest.$ac_ext"
16101 case "(($ac_try" in
16102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16103 *) ac_try_echo=$ac_try;;
16104 esac
16105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16107 ac_status=$?
16108 grep -v '^ *+' conftest.er1 >conftest.err
16109 rm -f conftest.er1
16110 cat conftest.err >&5
16111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112 (exit $ac_status); } >/dev/null && {
16113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16114 test ! -s conftest.err
16115 }; then
16116 ac_header_preproc=yes
16117 else
16118 echo "$as_me: failed program was:" >&5
16119 sed 's/^/| /' conftest.$ac_ext >&5
16121 ac_header_preproc=no
16124 rm -f conftest.err conftest.$ac_ext
16125 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16126 echo "${ECHO_T}$ac_header_preproc" >&6; }
16128 # So? What about this header?
16129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16130 yes:no: )
16131 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16132 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16133 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16134 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16135 ac_header_preproc=yes
16137 no:yes:* )
16138 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16139 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16140 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16141 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16142 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16143 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16144 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16145 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16146 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16147 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16148 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16149 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16150 ( cat <<\_ASBOX
16151 ## ------------------------------------ ##
16152 ## Report this to wine-devel@winehq.org ##
16153 ## ------------------------------------ ##
16154 _ASBOX
16155 ) | sed "s/^/$as_me: WARNING: /" >&2
16157 esac
16158 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16159 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16160 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16161 echo $ECHO_N "(cached) $ECHO_C" >&6
16162 else
16163 eval "$as_ac_Header=\$ac_header_preproc"
16165 ac_res=`eval echo '${'$as_ac_Header'}'`
16166 { echo "$as_me:$LINENO: result: $ac_res" >&5
16167 echo "${ECHO_T}$ac_res" >&6; }
16170 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16171 cat >>confdefs.h <<_ACEOF
16172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16173 _ACEOF
16177 done
16179 CPPFLAGS="$ac_save_CPPFLAGS"
16180 if test "$ac_cv_header_png_h" = "yes"
16181 then
16182 PNGINCL="$X_CFLAGS"
16184 { echo "$as_me:$LINENO: checking for -lpng" >&5
16185 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16186 if test "${ac_cv_lib_soname_png+set}" = set; then
16187 echo $ECHO_N "(cached) $ECHO_C" >&6
16188 else
16189 ac_check_soname_save_LIBS=$LIBS
16190 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h. */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h. */
16198 /* Override any GCC internal prototype to avoid an error.
16199 Use char because int might match the return type of a GCC
16200 builtin and then its argument prototype would still apply. */
16201 #ifdef __cplusplus
16202 extern "C"
16203 #endif
16204 char png_create_read_struct ();
16206 main ()
16208 return png_create_read_struct ();
16210 return 0;
16212 _ACEOF
16213 rm -f conftest.$ac_objext conftest$ac_exeext
16214 if { (ac_try="$ac_link"
16215 case "(($ac_try" in
16216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 *) ac_try_echo=$ac_try;;
16218 esac
16219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 (eval "$ac_link") 2>conftest.er1
16221 ac_status=$?
16222 grep -v '^ *+' conftest.er1 >conftest.err
16223 rm -f conftest.er1
16224 cat conftest.err >&5
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest$ac_exeext &&
16230 $as_test_x conftest$ac_exeext; then
16231 case "$LIBEXT" in
16232 dll) ;;
16233 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'` ;;
16234 *) 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'` ;;
16235 esac
16236 else
16237 echo "$as_me: failed program was:" >&5
16238 sed 's/^/| /' conftest.$ac_ext >&5
16243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16244 conftest$ac_exeext conftest.$ac_ext
16245 LIBS=$ac_check_soname_save_LIBS
16247 if test "x$ac_cv_lib_soname_png" = "x"; then
16248 { echo "$as_me:$LINENO: result: not found" >&5
16249 echo "${ECHO_T}not found" >&6; }
16251 else
16252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16253 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16255 cat >>confdefs.h <<_ACEOF
16256 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16257 _ACEOF
16264 if test "x$ac_cv_lib_soname_png" = "x"; then
16265 case "x$with_png" in
16266 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16267 xno) ;;
16268 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16269 This is an error since --with-png was requested." >&5
16270 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16271 This is an error since --with-png was requested." >&2;}
16272 { (exit 1); exit 1; }; } ;;
16273 esac
16277 if test "$ac_cv_header_kstat_h" = "yes"
16278 then
16279 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16280 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16281 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16282 echo $ECHO_N "(cached) $ECHO_C" >&6
16283 else
16284 ac_check_lib_save_LIBS=$LIBS
16285 LIBS="-lkstat $LIBS"
16286 cat >conftest.$ac_ext <<_ACEOF
16287 /* confdefs.h. */
16288 _ACEOF
16289 cat confdefs.h >>conftest.$ac_ext
16290 cat >>conftest.$ac_ext <<_ACEOF
16291 /* end confdefs.h. */
16293 /* Override any GCC internal prototype to avoid an error.
16294 Use char because int might match the return type of a GCC
16295 builtin and then its argument prototype would still apply. */
16296 #ifdef __cplusplus
16297 extern "C"
16298 #endif
16299 char kstat_open ();
16301 main ()
16303 return kstat_open ();
16305 return 0;
16307 _ACEOF
16308 rm -f conftest.$ac_objext conftest$ac_exeext
16309 if { (ac_try="$ac_link"
16310 case "(($ac_try" in
16311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16312 *) ac_try_echo=$ac_try;;
16313 esac
16314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16315 (eval "$ac_link") 2>conftest.er1
16316 ac_status=$?
16317 grep -v '^ *+' conftest.er1 >conftest.err
16318 rm -f conftest.er1
16319 cat conftest.err >&5
16320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321 (exit $ac_status); } && {
16322 test -z "$ac_c_werror_flag" ||
16323 test ! -s conftest.err
16324 } && test -s conftest$ac_exeext &&
16325 $as_test_x conftest$ac_exeext; then
16326 ac_cv_lib_kstat_kstat_open=yes
16327 else
16328 echo "$as_me: failed program was:" >&5
16329 sed 's/^/| /' conftest.$ac_ext >&5
16331 ac_cv_lib_kstat_kstat_open=no
16334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16335 conftest$ac_exeext conftest.$ac_ext
16336 LIBS=$ac_check_lib_save_LIBS
16338 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16339 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16340 if test $ac_cv_lib_kstat_kstat_open = yes; then
16342 cat >>confdefs.h <<\_ACEOF
16343 #define HAVE_LIBKSTAT 1
16344 _ACEOF
16346 LIBKSTAT="-lkstat"
16352 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16353 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16354 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16355 echo $ECHO_N "(cached) $ECHO_C" >&6
16356 else
16357 ac_check_soname_save_LIBS=$LIBS
16358 LIBS="-lodbc $LIBS"
16359 cat >conftest.$ac_ext <<_ACEOF
16360 /* confdefs.h. */
16361 _ACEOF
16362 cat confdefs.h >>conftest.$ac_ext
16363 cat >>conftest.$ac_ext <<_ACEOF
16364 /* end confdefs.h. */
16366 /* Override any GCC internal prototype to avoid an error.
16367 Use char because int might match the return type of a GCC
16368 builtin and then its argument prototype would still apply. */
16369 #ifdef __cplusplus
16370 extern "C"
16371 #endif
16372 char SQLConnect ();
16374 main ()
16376 return SQLConnect ();
16378 return 0;
16380 _ACEOF
16381 rm -f conftest.$ac_objext conftest$ac_exeext
16382 if { (ac_try="$ac_link"
16383 case "(($ac_try" in
16384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16385 *) ac_try_echo=$ac_try;;
16386 esac
16387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16388 (eval "$ac_link") 2>conftest.er1
16389 ac_status=$?
16390 grep -v '^ *+' conftest.er1 >conftest.err
16391 rm -f conftest.er1
16392 cat conftest.err >&5
16393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16394 (exit $ac_status); } && {
16395 test -z "$ac_c_werror_flag" ||
16396 test ! -s conftest.err
16397 } && test -s conftest$ac_exeext &&
16398 $as_test_x conftest$ac_exeext; then
16399 case "$LIBEXT" in
16400 dll) ;;
16401 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'` ;;
16402 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16403 esac
16404 else
16405 echo "$as_me: failed program was:" >&5
16406 sed 's/^/| /' conftest.$ac_ext >&5
16411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16412 conftest$ac_exeext conftest.$ac_ext
16413 LIBS=$ac_check_soname_save_LIBS
16415 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16416 { echo "$as_me:$LINENO: result: not found" >&5
16417 echo "${ECHO_T}not found" >&6; }
16418 cat >>confdefs.h <<_ACEOF
16419 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16420 _ACEOF
16422 else
16423 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16424 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16426 cat >>confdefs.h <<_ACEOF
16427 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16428 _ACEOF
16434 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16435 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16436 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16437 "$ac_cv_header_soundcard_h" != "yes" -a \
16438 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16439 then
16440 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16444 EXTRACFLAGS=""
16446 if test "x${GCC}" = "xyes"
16447 then
16448 EXTRACFLAGS="-Wall -pipe"
16450 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16451 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16452 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16453 echo $ECHO_N "(cached) $ECHO_C" >&6
16454 else
16455 if test "$cross_compiling" = yes; then
16456 ac_cv_c_gcc_strength_bug="yes"
16457 else
16458 cat >conftest.$ac_ext <<_ACEOF
16459 /* confdefs.h. */
16460 _ACEOF
16461 cat confdefs.h >>conftest.$ac_ext
16462 cat >>conftest.$ac_ext <<_ACEOF
16463 /* end confdefs.h. */
16464 int L[4] = {0,1,2,3};
16466 main ()
16468 static int Array[3];
16469 unsigned int B = 3;
16470 int i;
16471 for(i=0; i<B; i++) Array[i] = i - 3;
16472 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16473 L[i] = 4;
16474 return (Array[1] != -2 || L[2] != 3)
16476 return 0;
16478 _ACEOF
16479 rm -f conftest$ac_exeext
16480 if { (ac_try="$ac_link"
16481 case "(($ac_try" in
16482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16483 *) ac_try_echo=$ac_try;;
16484 esac
16485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16486 (eval "$ac_link") 2>&5
16487 ac_status=$?
16488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16489 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16490 { (case "(($ac_try" in
16491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16492 *) ac_try_echo=$ac_try;;
16493 esac
16494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16495 (eval "$ac_try") 2>&5
16496 ac_status=$?
16497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16498 (exit $ac_status); }; }; then
16499 ac_cv_c_gcc_strength_bug="no"
16500 else
16501 echo "$as_me: program exited with status $ac_status" >&5
16502 echo "$as_me: failed program was:" >&5
16503 sed 's/^/| /' conftest.$ac_ext >&5
16505 ( exit $ac_status )
16506 ac_cv_c_gcc_strength_bug="yes"
16508 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16513 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16514 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16515 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16516 then
16517 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16520 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16521 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16522 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16523 echo $ECHO_N "(cached) $ECHO_C" >&6
16524 else
16525 ac_wine_try_cflags_saved=$CFLAGS
16526 CFLAGS="$CFLAGS -fno-builtin"
16527 cat >conftest.$ac_ext <<_ACEOF
16528 /* confdefs.h. */
16529 _ACEOF
16530 cat confdefs.h >>conftest.$ac_ext
16531 cat >>conftest.$ac_ext <<_ACEOF
16532 /* end confdefs.h. */
16535 main ()
16539 return 0;
16541 _ACEOF
16542 rm -f conftest.$ac_objext conftest$ac_exeext
16543 if { (ac_try="$ac_link"
16544 case "(($ac_try" in
16545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16546 *) ac_try_echo=$ac_try;;
16547 esac
16548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16549 (eval "$ac_link") 2>conftest.er1
16550 ac_status=$?
16551 grep -v '^ *+' conftest.er1 >conftest.err
16552 rm -f conftest.er1
16553 cat conftest.err >&5
16554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16555 (exit $ac_status); } && {
16556 test -z "$ac_c_werror_flag" ||
16557 test ! -s conftest.err
16558 } && test -s conftest$ac_exeext &&
16559 $as_test_x conftest$ac_exeext; then
16560 ac_cv_cflags__fno_builtin=yes
16561 else
16562 echo "$as_me: failed program was:" >&5
16563 sed 's/^/| /' conftest.$ac_ext >&5
16565 ac_cv_cflags__fno_builtin=no
16568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16569 conftest$ac_exeext conftest.$ac_ext
16570 CFLAGS=$ac_wine_try_cflags_saved
16572 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16573 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16574 if test $ac_cv_cflags__fno_builtin = yes; then
16575 BUILTINFLAG="-fno-builtin"
16579 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16580 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16581 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16582 echo $ECHO_N "(cached) $ECHO_C" >&6
16583 else
16584 ac_wine_try_cflags_saved=$CFLAGS
16585 CFLAGS="$CFLAGS -fno-strict-aliasing"
16586 cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h. */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h. */
16594 main ()
16598 return 0;
16600 _ACEOF
16601 rm -f conftest.$ac_objext conftest$ac_exeext
16602 if { (ac_try="$ac_link"
16603 case "(($ac_try" in
16604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16605 *) ac_try_echo=$ac_try;;
16606 esac
16607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16608 (eval "$ac_link") 2>conftest.er1
16609 ac_status=$?
16610 grep -v '^ *+' conftest.er1 >conftest.err
16611 rm -f conftest.er1
16612 cat conftest.err >&5
16613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16614 (exit $ac_status); } && {
16615 test -z "$ac_c_werror_flag" ||
16616 test ! -s conftest.err
16617 } && test -s conftest$ac_exeext &&
16618 $as_test_x conftest$ac_exeext; then
16619 ac_cv_cflags__fno_strict_aliasing=yes
16620 else
16621 echo "$as_me: failed program was:" >&5
16622 sed 's/^/| /' conftest.$ac_ext >&5
16624 ac_cv_cflags__fno_strict_aliasing=no
16627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16628 conftest$ac_exeext conftest.$ac_ext
16629 CFLAGS=$ac_wine_try_cflags_saved
16631 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16632 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16633 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16634 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16637 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16638 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16639 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16640 echo $ECHO_N "(cached) $ECHO_C" >&6
16641 else
16642 ac_wine_try_cflags_saved=$CFLAGS
16643 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16644 cat >conftest.$ac_ext <<_ACEOF
16645 /* confdefs.h. */
16646 _ACEOF
16647 cat confdefs.h >>conftest.$ac_ext
16648 cat >>conftest.$ac_ext <<_ACEOF
16649 /* end confdefs.h. */
16652 main ()
16656 return 0;
16658 _ACEOF
16659 rm -f conftest.$ac_objext conftest$ac_exeext
16660 if { (ac_try="$ac_link"
16661 case "(($ac_try" in
16662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16663 *) ac_try_echo=$ac_try;;
16664 esac
16665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16666 (eval "$ac_link") 2>conftest.er1
16667 ac_status=$?
16668 grep -v '^ *+' conftest.er1 >conftest.err
16669 rm -f conftest.er1
16670 cat conftest.err >&5
16671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); } && {
16673 test -z "$ac_c_werror_flag" ||
16674 test ! -s conftest.err
16675 } && test -s conftest$ac_exeext &&
16676 $as_test_x conftest$ac_exeext; then
16677 ac_cv_cflags__Wdeclaration_after_statement=yes
16678 else
16679 echo "$as_me: failed program was:" >&5
16680 sed 's/^/| /' conftest.$ac_ext >&5
16682 ac_cv_cflags__Wdeclaration_after_statement=no
16685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16686 conftest$ac_exeext conftest.$ac_ext
16687 CFLAGS=$ac_wine_try_cflags_saved
16689 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16690 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16691 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16692 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16695 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16696 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16697 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16698 echo $ECHO_N "(cached) $ECHO_C" >&6
16699 else
16700 ac_wine_try_cflags_saved=$CFLAGS
16701 CFLAGS="$CFLAGS -Wwrite-strings"
16702 cat >conftest.$ac_ext <<_ACEOF
16703 /* confdefs.h. */
16704 _ACEOF
16705 cat confdefs.h >>conftest.$ac_ext
16706 cat >>conftest.$ac_ext <<_ACEOF
16707 /* end confdefs.h. */
16710 main ()
16714 return 0;
16716 _ACEOF
16717 rm -f conftest.$ac_objext conftest$ac_exeext
16718 if { (ac_try="$ac_link"
16719 case "(($ac_try" in
16720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16721 *) ac_try_echo=$ac_try;;
16722 esac
16723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16724 (eval "$ac_link") 2>conftest.er1
16725 ac_status=$?
16726 grep -v '^ *+' conftest.er1 >conftest.err
16727 rm -f conftest.er1
16728 cat conftest.err >&5
16729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16730 (exit $ac_status); } && {
16731 test -z "$ac_c_werror_flag" ||
16732 test ! -s conftest.err
16733 } && test -s conftest$ac_exeext &&
16734 $as_test_x conftest$ac_exeext; then
16735 ac_cv_cflags__Wwrite_strings=yes
16736 else
16737 echo "$as_me: failed program was:" >&5
16738 sed 's/^/| /' conftest.$ac_ext >&5
16740 ac_cv_cflags__Wwrite_strings=no
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16745 CFLAGS=$ac_wine_try_cflags_saved
16747 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16748 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16749 if test $ac_cv_cflags__Wwrite_strings = yes; then
16750 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16753 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16754 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16755 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16756 echo $ECHO_N "(cached) $ECHO_C" >&6
16757 else
16758 ac_wine_try_cflags_saved=$CFLAGS
16759 CFLAGS="$CFLAGS -Wtype-limits"
16760 cat >conftest.$ac_ext <<_ACEOF
16761 /* confdefs.h. */
16762 _ACEOF
16763 cat confdefs.h >>conftest.$ac_ext
16764 cat >>conftest.$ac_ext <<_ACEOF
16765 /* end confdefs.h. */
16768 main ()
16772 return 0;
16774 _ACEOF
16775 rm -f conftest.$ac_objext conftest$ac_exeext
16776 if { (ac_try="$ac_link"
16777 case "(($ac_try" in
16778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16779 *) ac_try_echo=$ac_try;;
16780 esac
16781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16782 (eval "$ac_link") 2>conftest.er1
16783 ac_status=$?
16784 grep -v '^ *+' conftest.er1 >conftest.err
16785 rm -f conftest.er1
16786 cat conftest.err >&5
16787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16788 (exit $ac_status); } && {
16789 test -z "$ac_c_werror_flag" ||
16790 test ! -s conftest.err
16791 } && test -s conftest$ac_exeext &&
16792 $as_test_x conftest$ac_exeext; then
16793 ac_cv_cflags__Wtype_limits=yes
16794 else
16795 echo "$as_me: failed program was:" >&5
16796 sed 's/^/| /' conftest.$ac_ext >&5
16798 ac_cv_cflags__Wtype_limits=no
16801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16802 conftest$ac_exeext conftest.$ac_ext
16803 CFLAGS=$ac_wine_try_cflags_saved
16805 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16806 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16807 if test $ac_cv_cflags__Wtype_limits = yes; then
16808 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16812 saved_CFLAGS="$CFLAGS"
16813 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16814 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16815 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16816 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16817 echo $ECHO_N "(cached) $ECHO_C" >&6
16818 else
16819 cat >conftest.$ac_ext <<_ACEOF
16820 /* confdefs.h. */
16821 _ACEOF
16822 cat confdefs.h >>conftest.$ac_ext
16823 cat >>conftest.$ac_ext <<_ACEOF
16824 /* end confdefs.h. */
16825 #include <string.h>
16827 main ()
16831 return 0;
16833 _ACEOF
16834 rm -f conftest.$ac_objext
16835 if { (ac_try="$ac_compile"
16836 case "(($ac_try" in
16837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16838 *) ac_try_echo=$ac_try;;
16839 esac
16840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16841 (eval "$ac_compile") 2>conftest.er1
16842 ac_status=$?
16843 grep -v '^ *+' conftest.er1 >conftest.err
16844 rm -f conftest.er1
16845 cat conftest.err >&5
16846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16847 (exit $ac_status); } && {
16848 test -z "$ac_c_werror_flag" ||
16849 test ! -s conftest.err
16850 } && test -s conftest.$ac_objext; then
16851 ac_cv_c_string_h_warnings=no
16852 else
16853 echo "$as_me: failed program was:" >&5
16854 sed 's/^/| /' conftest.$ac_ext >&5
16856 ac_cv_c_string_h_warnings=yes
16859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16861 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16862 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16863 CFLAGS="$saved_CFLAGS"
16864 if test "$ac_cv_c_string_h_warnings" = "no"
16865 then
16866 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16871 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16872 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16873 if test "${ac_cv_c_extern_prefix+set}" = set; then
16874 echo $ECHO_N "(cached) $ECHO_C" >&6
16875 else
16876 cat >conftest.$ac_ext <<_ACEOF
16877 /* confdefs.h. */
16878 _ACEOF
16879 cat confdefs.h >>conftest.$ac_ext
16880 cat >>conftest.$ac_ext <<_ACEOF
16881 /* end confdefs.h. */
16882 extern int ac_test;
16884 main ()
16886 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16888 return 0;
16890 _ACEOF
16891 rm -f conftest.$ac_objext conftest$ac_exeext
16892 if { (ac_try="$ac_link"
16893 case "(($ac_try" in
16894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16895 *) ac_try_echo=$ac_try;;
16896 esac
16897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16898 (eval "$ac_link") 2>conftest.er1
16899 ac_status=$?
16900 grep -v '^ *+' conftest.er1 >conftest.err
16901 rm -f conftest.er1
16902 cat conftest.err >&5
16903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16904 (exit $ac_status); } && {
16905 test -z "$ac_c_werror_flag" ||
16906 test ! -s conftest.err
16907 } && test -s conftest$ac_exeext &&
16908 $as_test_x conftest$ac_exeext; then
16909 ac_cv_c_extern_prefix="yes"
16910 else
16911 echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.$ac_ext >&5
16914 ac_cv_c_extern_prefix="no"
16917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16918 conftest$ac_exeext conftest.$ac_ext
16920 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16921 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16925 if test "$ac_cv_c_extern_prefix" = "yes"
16926 then
16927 cat >>confdefs.h <<\_ACEOF
16928 #define __ASM_NAME(name) "_" name
16929 _ACEOF
16931 asm_name_prefix="_"
16932 else
16933 cat >>confdefs.h <<\_ACEOF
16934 #define __ASM_NAME(name) name
16935 _ACEOF
16937 asm_name_prefix=""
16941 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16942 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16943 if test "${ac_cv_asm_func_def+set}" = set; then
16944 echo $ECHO_N "(cached) $ECHO_C" >&6
16945 else
16946 cat >conftest.$ac_ext <<_ACEOF
16947 /* confdefs.h. */
16948 _ACEOF
16949 cat confdefs.h >>conftest.$ac_ext
16950 cat >>conftest.$ac_ext <<_ACEOF
16951 /* end confdefs.h. */
16954 main ()
16956 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16958 return 0;
16960 _ACEOF
16961 rm -f conftest.$ac_objext conftest$ac_exeext
16962 if { (ac_try="$ac_link"
16963 case "(($ac_try" in
16964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16965 *) ac_try_echo=$ac_try;;
16966 esac
16967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16968 (eval "$ac_link") 2>conftest.er1
16969 ac_status=$?
16970 grep -v '^ *+' conftest.er1 >conftest.err
16971 rm -f conftest.er1
16972 cat conftest.err >&5
16973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16974 (exit $ac_status); } && {
16975 test -z "$ac_c_werror_flag" ||
16976 test ! -s conftest.err
16977 } && test -s conftest$ac_exeext &&
16978 $as_test_x conftest$ac_exeext; then
16979 ac_cv_asm_func_def=".def"
16980 else
16981 echo "$as_me: failed program was:" >&5
16982 sed 's/^/| /' conftest.$ac_ext >&5
16984 cat >conftest.$ac_ext <<_ACEOF
16985 /* confdefs.h. */
16986 _ACEOF
16987 cat confdefs.h >>conftest.$ac_ext
16988 cat >>conftest.$ac_ext <<_ACEOF
16989 /* end confdefs.h. */
16992 main ()
16994 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16996 return 0;
16998 _ACEOF
16999 rm -f conftest.$ac_objext conftest$ac_exeext
17000 if { (ac_try="$ac_link"
17001 case "(($ac_try" in
17002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17003 *) ac_try_echo=$ac_try;;
17004 esac
17005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17006 (eval "$ac_link") 2>conftest.er1
17007 ac_status=$?
17008 grep -v '^ *+' conftest.er1 >conftest.err
17009 rm -f conftest.er1
17010 cat conftest.err >&5
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); } && {
17013 test -z "$ac_c_werror_flag" ||
17014 test ! -s conftest.err
17015 } && test -s conftest$ac_exeext &&
17016 $as_test_x conftest$ac_exeext; then
17017 ac_cv_asm_func_def=".type @function"
17018 else
17019 echo "$as_me: failed program was:" >&5
17020 sed 's/^/| /' conftest.$ac_ext >&5
17022 cat >conftest.$ac_ext <<_ACEOF
17023 /* confdefs.h. */
17024 _ACEOF
17025 cat confdefs.h >>conftest.$ac_ext
17026 cat >>conftest.$ac_ext <<_ACEOF
17027 /* end confdefs.h. */
17030 main ()
17032 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17034 return 0;
17036 _ACEOF
17037 rm -f conftest.$ac_objext conftest$ac_exeext
17038 if { (ac_try="$ac_link"
17039 case "(($ac_try" in
17040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17041 *) ac_try_echo=$ac_try;;
17042 esac
17043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17044 (eval "$ac_link") 2>conftest.er1
17045 ac_status=$?
17046 grep -v '^ *+' conftest.er1 >conftest.err
17047 rm -f conftest.er1
17048 cat conftest.err >&5
17049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17050 (exit $ac_status); } && {
17051 test -z "$ac_c_werror_flag" ||
17052 test ! -s conftest.err
17053 } && test -s conftest$ac_exeext &&
17054 $as_test_x conftest$ac_exeext; then
17055 ac_cv_asm_func_def=".type 2"
17056 else
17057 echo "$as_me: failed program was:" >&5
17058 sed 's/^/| /' conftest.$ac_ext >&5
17060 ac_cv_asm_func_def="unknown"
17063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17064 conftest$ac_exeext conftest.$ac_ext
17067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17068 conftest$ac_exeext conftest.$ac_ext
17071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17072 conftest$ac_exeext conftest.$ac_ext
17074 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17075 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17079 case "$ac_cv_asm_func_def" in
17080 ".def")
17081 cat >>confdefs.h <<\_ACEOF
17082 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17083 _ACEOF
17085 asm_func_header=".def $asm_name_prefix\" #name \"; .scl 2; .type 32; .endef" ;;
17086 ".type @function")
17087 cat >>confdefs.h <<\_ACEOF
17088 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17089 _ACEOF
17091 asm_func_header=".type $asm_name_prefix\" #name \",@function" ;;
17092 ".type 2")
17093 cat >>confdefs.h <<\_ACEOF
17094 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17095 _ACEOF
17097 asm_func_header=".type $asm_name_prefix\" #name \",2" ;;
17099 cat >>confdefs.h <<\_ACEOF
17100 #define __ASM_FUNC(name) ""
17101 _ACEOF
17103 asm_func_header="" ;;
17104 esac
17106 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17107 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17108 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17109 echo $ECHO_N "(cached) $ECHO_C" >&6
17110 else
17111 cat >conftest.$ac_ext <<_ACEOF
17112 /* confdefs.h. */
17113 _ACEOF
17114 cat confdefs.h >>conftest.$ac_ext
17115 cat >>conftest.$ac_ext <<_ACEOF
17116 /* end confdefs.h. */
17117 asm(".text\n\t.long 0");
17119 main ()
17123 return 0;
17125 _ACEOF
17126 rm -f conftest.$ac_objext
17127 if { (ac_try="$ac_compile"
17128 case "(($ac_try" in
17129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17130 *) ac_try_echo=$ac_try;;
17131 esac
17132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17133 (eval "$ac_compile") 2>conftest.er1
17134 ac_status=$?
17135 grep -v '^ *+' conftest.er1 >conftest.err
17136 rm -f conftest.er1
17137 cat conftest.err >&5
17138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); } && {
17140 test -z "$ac_c_werror_flag" ||
17141 test ! -s conftest.err
17142 } && test -s conftest.$ac_objext; then
17143 ac_cv_c_asm_outside_funcs="yes"
17144 else
17145 echo "$as_me: failed program was:" >&5
17146 sed 's/^/| /' conftest.$ac_ext >&5
17148 ac_cv_c_asm_outside_funcs="no"
17151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17153 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17154 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
17156 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17157 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
17158 if test "${ac_cv_c_dot_previous+set}" = set; then
17159 echo $ECHO_N "(cached) $ECHO_C" >&6
17160 else
17161 cat >conftest.$ac_ext <<_ACEOF
17162 /* confdefs.h. */
17163 _ACEOF
17164 cat confdefs.h >>conftest.$ac_ext
17165 cat >>conftest.$ac_ext <<_ACEOF
17166 /* end confdefs.h. */
17169 main ()
17171 asm(".text\nac_test:\t.long 0\n\t.previous");
17173 return 0;
17175 _ACEOF
17176 rm -f conftest.$ac_objext conftest$ac_exeext
17177 if { (ac_try="$ac_link"
17178 case "(($ac_try" in
17179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17180 *) ac_try_echo=$ac_try;;
17181 esac
17182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17183 (eval "$ac_link") 2>conftest.er1
17184 ac_status=$?
17185 grep -v '^ *+' conftest.er1 >conftest.err
17186 rm -f conftest.er1
17187 cat conftest.err >&5
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); } && {
17190 test -z "$ac_c_werror_flag" ||
17191 test ! -s conftest.err
17192 } && test -s conftest$ac_exeext &&
17193 $as_test_x conftest$ac_exeext; then
17194 ac_cv_c_dot_previous="yes"
17195 else
17196 echo "$as_me: failed program was:" >&5
17197 sed 's/^/| /' conftest.$ac_ext >&5
17199 ac_cv_c_dot_previous="no"
17202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17203 conftest$ac_exeext conftest.$ac_ext
17205 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17206 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
17208 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17209 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
17210 if test "${ac_cv_c_cfi_support+set}" = set; then
17211 echo $ECHO_N "(cached) $ECHO_C" >&6
17212 else
17213 cat >conftest.$ac_ext <<_ACEOF
17214 /* confdefs.h. */
17215 _ACEOF
17216 cat confdefs.h >>conftest.$ac_ext
17217 cat >>conftest.$ac_ext <<_ACEOF
17218 /* end confdefs.h. */
17219 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17221 main ()
17225 return 0;
17227 _ACEOF
17228 rm -f conftest.$ac_objext
17229 if { (ac_try="$ac_compile"
17230 case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;;
17233 esac
17234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17235 (eval "$ac_compile") 2>conftest.er1
17236 ac_status=$?
17237 grep -v '^ *+' conftest.er1 >conftest.err
17238 rm -f conftest.er1
17239 cat conftest.err >&5
17240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17241 (exit $ac_status); } && {
17242 test -z "$ac_c_werror_flag" ||
17243 test ! -s conftest.err
17244 } && test -s conftest.$ac_objext; then
17245 ac_cv_c_cfi_support="yes"
17246 else
17247 echo "$as_me: failed program was:" >&5
17248 sed 's/^/| /' conftest.$ac_ext >&5
17250 ac_cv_c_cfi_support="no"
17253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17255 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17256 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
17258 asm_func_header=".globl $asm_name_prefix\" #name \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name \":\\n\\t"
17259 asm_func_trailer=""
17260 if test "$ac_cv_c_dot_previous" = "yes"
17261 then
17262 asm_func_trailer="\\n\\t.previous"
17264 if test "$ac_cv_c_cfi_support" = "yes"
17265 then
17266 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17267 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17270 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17274 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17275 then
17276 cat >>confdefs.h <<_ACEOF
17277 #define __ASM_GLOBAL_FUNC(name,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17278 _ACEOF
17280 else
17281 cat >>confdefs.h <<_ACEOF
17282 #define __ASM_GLOBAL_FUNC(name,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17283 _ACEOF
17288 LDPATH=""
17290 case $build_os in
17291 cygwin*|mingw32*)
17292 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17294 darwin*|macosx*)
17297 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17299 esac
17301 case $host_os in
17302 mingw32*)
17303 CRTLIBS="-lmsvcrt"
17305 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17308 esac
17310 case $host_cpu in
17311 *i[3456789]86*)
17312 case $host_os in
17313 linux* | k*bsd*-gnu)
17314 EXTRA_BINARIES="wine-preloader"
17316 esac
17318 esac
17321 ac_save_CFLAGS="$CFLAGS"
17322 CFLAGS="$CFLAGS $BUILTINFLAG"
17392 for ac_func in \
17393 _pclose \
17394 _popen \
17395 _snprintf \
17396 _spawnvp \
17397 _strdup \
17398 _stricmp \
17399 _strnicmp \
17400 _strtoi64 \
17401 _strtoui64 \
17402 _vsnprintf \
17403 asctime_r \
17404 chsize \
17405 dlopen \
17406 epoll_create \
17407 ffs \
17408 finite \
17409 fnmatch \
17410 fork \
17411 fpclass \
17412 fstatfs \
17413 fstatvfs \
17414 ftruncate \
17415 futimes \
17416 futimesat \
17417 getdirentries \
17418 getopt_long \
17419 getpagesize \
17420 getpwuid \
17421 gettid \
17422 gettimeofday \
17423 getuid \
17424 kqueue \
17425 lstat \
17426 memmove \
17427 mmap \
17428 pclose \
17429 poll \
17430 popen \
17431 prctl \
17432 pread \
17433 pwrite \
17434 readdir \
17435 readlink \
17436 sched_yield \
17437 select \
17438 setproctitle \
17439 setrlimit \
17440 settimeofday \
17441 sigaltstack \
17442 sigprocmask \
17443 snprintf \
17444 spawnvp \
17445 statfs \
17446 statvfs \
17447 strcasecmp \
17448 strdup \
17449 strerror \
17450 strncasecmp \
17451 strtold \
17452 strtoll \
17453 strtoull \
17454 symlink \
17455 tcgetattr \
17456 thr_kill2 \
17457 timegm \
17458 usleep \
17459 vsnprintf \
17460 wait4 \
17461 waitpid \
17464 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17465 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17466 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17467 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17468 echo $ECHO_N "(cached) $ECHO_C" >&6
17469 else
17470 cat >conftest.$ac_ext <<_ACEOF
17471 /* confdefs.h. */
17472 _ACEOF
17473 cat confdefs.h >>conftest.$ac_ext
17474 cat >>conftest.$ac_ext <<_ACEOF
17475 /* end confdefs.h. */
17476 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17477 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17478 #define $ac_func innocuous_$ac_func
17480 /* System header to define __stub macros and hopefully few prototypes,
17481 which can conflict with char $ac_func (); below.
17482 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17483 <limits.h> exists even on freestanding compilers. */
17485 #ifdef __STDC__
17486 # include <limits.h>
17487 #else
17488 # include <assert.h>
17489 #endif
17491 #undef $ac_func
17493 /* Override any GCC internal prototype to avoid an error.
17494 Use char because int might match the return type of a GCC
17495 builtin and then its argument prototype would still apply. */
17496 #ifdef __cplusplus
17497 extern "C"
17498 #endif
17499 char $ac_func ();
17500 /* The GNU C library defines this for functions which it implements
17501 to always fail with ENOSYS. Some functions are actually named
17502 something starting with __ and the normal name is an alias. */
17503 #if defined __stub_$ac_func || defined __stub___$ac_func
17504 choke me
17505 #endif
17508 main ()
17510 return $ac_func ();
17512 return 0;
17514 _ACEOF
17515 rm -f conftest.$ac_objext conftest$ac_exeext
17516 if { (ac_try="$ac_link"
17517 case "(($ac_try" in
17518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17519 *) ac_try_echo=$ac_try;;
17520 esac
17521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17522 (eval "$ac_link") 2>conftest.er1
17523 ac_status=$?
17524 grep -v '^ *+' conftest.er1 >conftest.err
17525 rm -f conftest.er1
17526 cat conftest.err >&5
17527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17528 (exit $ac_status); } && {
17529 test -z "$ac_c_werror_flag" ||
17530 test ! -s conftest.err
17531 } && test -s conftest$ac_exeext &&
17532 $as_test_x conftest$ac_exeext; then
17533 eval "$as_ac_var=yes"
17534 else
17535 echo "$as_me: failed program was:" >&5
17536 sed 's/^/| /' conftest.$ac_ext >&5
17538 eval "$as_ac_var=no"
17541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17542 conftest$ac_exeext conftest.$ac_ext
17544 ac_res=`eval echo '${'$as_ac_var'}'`
17545 { echo "$as_me:$LINENO: result: $ac_res" >&5
17546 echo "${ECHO_T}$ac_res" >&6; }
17547 if test `eval echo '${'$as_ac_var'}'` = yes; then
17548 cat >>confdefs.h <<_ACEOF
17549 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17550 _ACEOF
17553 done
17555 CFLAGS="$ac_save_CFLAGS"
17557 if test "$ac_cv_func_dlopen" = no
17558 then
17559 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17560 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17561 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17562 echo $ECHO_N "(cached) $ECHO_C" >&6
17563 else
17564 ac_check_lib_save_LIBS=$LIBS
17565 LIBS="-ldl $LIBS"
17566 cat >conftest.$ac_ext <<_ACEOF
17567 /* confdefs.h. */
17568 _ACEOF
17569 cat confdefs.h >>conftest.$ac_ext
17570 cat >>conftest.$ac_ext <<_ACEOF
17571 /* end confdefs.h. */
17573 /* Override any GCC internal prototype to avoid an error.
17574 Use char because int might match the return type of a GCC
17575 builtin and then its argument prototype would still apply. */
17576 #ifdef __cplusplus
17577 extern "C"
17578 #endif
17579 char dlopen ();
17581 main ()
17583 return dlopen ();
17585 return 0;
17587 _ACEOF
17588 rm -f conftest.$ac_objext conftest$ac_exeext
17589 if { (ac_try="$ac_link"
17590 case "(($ac_try" in
17591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17592 *) ac_try_echo=$ac_try;;
17593 esac
17594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17595 (eval "$ac_link") 2>conftest.er1
17596 ac_status=$?
17597 grep -v '^ *+' conftest.er1 >conftest.err
17598 rm -f conftest.er1
17599 cat conftest.err >&5
17600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); } && {
17602 test -z "$ac_c_werror_flag" ||
17603 test ! -s conftest.err
17604 } && test -s conftest$ac_exeext &&
17605 $as_test_x conftest$ac_exeext; then
17606 ac_cv_lib_dl_dlopen=yes
17607 else
17608 echo "$as_me: failed program was:" >&5
17609 sed 's/^/| /' conftest.$ac_ext >&5
17611 ac_cv_lib_dl_dlopen=no
17614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17615 conftest$ac_exeext conftest.$ac_ext
17616 LIBS=$ac_check_lib_save_LIBS
17618 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17619 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17620 if test $ac_cv_lib_dl_dlopen = yes; then
17621 cat >>confdefs.h <<\_ACEOF
17622 #define HAVE_DLOPEN 1
17623 _ACEOF
17624 LIBDL="-ldl"
17629 ac_wine_check_funcs_save_LIBS="$LIBS"
17630 LIBS="$LIBS $LIBDL"
17632 for ac_func in dladdr
17634 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17635 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17636 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17637 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17638 echo $ECHO_N "(cached) $ECHO_C" >&6
17639 else
17640 cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h. */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h. */
17646 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17647 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17648 #define $ac_func innocuous_$ac_func
17650 /* System header to define __stub macros and hopefully few prototypes,
17651 which can conflict with char $ac_func (); below.
17652 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17653 <limits.h> exists even on freestanding compilers. */
17655 #ifdef __STDC__
17656 # include <limits.h>
17657 #else
17658 # include <assert.h>
17659 #endif
17661 #undef $ac_func
17663 /* Override any GCC internal prototype to avoid an error.
17664 Use char because int might match the return type of a GCC
17665 builtin and then its argument prototype would still apply. */
17666 #ifdef __cplusplus
17667 extern "C"
17668 #endif
17669 char $ac_func ();
17670 /* The GNU C library defines this for functions which it implements
17671 to always fail with ENOSYS. Some functions are actually named
17672 something starting with __ and the normal name is an alias. */
17673 #if defined __stub_$ac_func || defined __stub___$ac_func
17674 choke me
17675 #endif
17678 main ()
17680 return $ac_func ();
17682 return 0;
17684 _ACEOF
17685 rm -f conftest.$ac_objext conftest$ac_exeext
17686 if { (ac_try="$ac_link"
17687 case "(($ac_try" in
17688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17689 *) ac_try_echo=$ac_try;;
17690 esac
17691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17692 (eval "$ac_link") 2>conftest.er1
17693 ac_status=$?
17694 grep -v '^ *+' conftest.er1 >conftest.err
17695 rm -f conftest.er1
17696 cat conftest.err >&5
17697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17698 (exit $ac_status); } && {
17699 test -z "$ac_c_werror_flag" ||
17700 test ! -s conftest.err
17701 } && test -s conftest$ac_exeext &&
17702 $as_test_x conftest$ac_exeext; then
17703 eval "$as_ac_var=yes"
17704 else
17705 echo "$as_me: failed program was:" >&5
17706 sed 's/^/| /' conftest.$ac_ext >&5
17708 eval "$as_ac_var=no"
17711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17712 conftest$ac_exeext conftest.$ac_ext
17714 ac_res=`eval echo '${'$as_ac_var'}'`
17715 { echo "$as_me:$LINENO: result: $ac_res" >&5
17716 echo "${ECHO_T}$ac_res" >&6; }
17717 if test `eval echo '${'$as_ac_var'}'` = yes; then
17718 cat >>confdefs.h <<_ACEOF
17719 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17720 _ACEOF
17723 done
17725 LIBS="$ac_wine_check_funcs_save_LIBS"
17727 if test "$ac_cv_func_poll" = no
17728 then
17729 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17730 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17731 if test "${ac_cv_lib_poll_poll+set}" = set; then
17732 echo $ECHO_N "(cached) $ECHO_C" >&6
17733 else
17734 ac_check_lib_save_LIBS=$LIBS
17735 LIBS="-lpoll $LIBS"
17736 cat >conftest.$ac_ext <<_ACEOF
17737 /* confdefs.h. */
17738 _ACEOF
17739 cat confdefs.h >>conftest.$ac_ext
17740 cat >>conftest.$ac_ext <<_ACEOF
17741 /* end confdefs.h. */
17743 /* Override any GCC internal prototype to avoid an error.
17744 Use char because int might match the return type of a GCC
17745 builtin and then its argument prototype would still apply. */
17746 #ifdef __cplusplus
17747 extern "C"
17748 #endif
17749 char poll ();
17751 main ()
17753 return poll ();
17755 return 0;
17757 _ACEOF
17758 rm -f conftest.$ac_objext conftest$ac_exeext
17759 if { (ac_try="$ac_link"
17760 case "(($ac_try" in
17761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17762 *) ac_try_echo=$ac_try;;
17763 esac
17764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17765 (eval "$ac_link") 2>conftest.er1
17766 ac_status=$?
17767 grep -v '^ *+' conftest.er1 >conftest.err
17768 rm -f conftest.er1
17769 cat conftest.err >&5
17770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17771 (exit $ac_status); } && {
17772 test -z "$ac_c_werror_flag" ||
17773 test ! -s conftest.err
17774 } && test -s conftest$ac_exeext &&
17775 $as_test_x conftest$ac_exeext; then
17776 ac_cv_lib_poll_poll=yes
17777 else
17778 echo "$as_me: failed program was:" >&5
17779 sed 's/^/| /' conftest.$ac_ext >&5
17781 ac_cv_lib_poll_poll=no
17784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17785 conftest$ac_exeext conftest.$ac_ext
17786 LIBS=$ac_check_lib_save_LIBS
17788 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17789 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17790 if test $ac_cv_lib_poll_poll = yes; then
17791 cat >>confdefs.h <<\_ACEOF
17792 #define HAVE_POLL 1
17793 _ACEOF
17794 LIBPOLL="-lpoll"
17800 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17801 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17802 if test "${ac_cv_search_gethostbyname+set}" = set; then
17803 echo $ECHO_N "(cached) $ECHO_C" >&6
17804 else
17805 ac_func_search_save_LIBS=$LIBS
17806 cat >conftest.$ac_ext <<_ACEOF
17807 /* confdefs.h. */
17808 _ACEOF
17809 cat confdefs.h >>conftest.$ac_ext
17810 cat >>conftest.$ac_ext <<_ACEOF
17811 /* end confdefs.h. */
17813 /* Override any GCC internal prototype to avoid an error.
17814 Use char because int might match the return type of a GCC
17815 builtin and then its argument prototype would still apply. */
17816 #ifdef __cplusplus
17817 extern "C"
17818 #endif
17819 char gethostbyname ();
17821 main ()
17823 return gethostbyname ();
17825 return 0;
17827 _ACEOF
17828 for ac_lib in '' nsl; do
17829 if test -z "$ac_lib"; then
17830 ac_res="none required"
17831 else
17832 ac_res=-l$ac_lib
17833 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17835 rm -f conftest.$ac_objext conftest$ac_exeext
17836 if { (ac_try="$ac_link"
17837 case "(($ac_try" in
17838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17839 *) ac_try_echo=$ac_try;;
17840 esac
17841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17842 (eval "$ac_link") 2>conftest.er1
17843 ac_status=$?
17844 grep -v '^ *+' conftest.er1 >conftest.err
17845 rm -f conftest.er1
17846 cat conftest.err >&5
17847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17848 (exit $ac_status); } && {
17849 test -z "$ac_c_werror_flag" ||
17850 test ! -s conftest.err
17851 } && test -s conftest$ac_exeext &&
17852 $as_test_x conftest$ac_exeext; then
17853 ac_cv_search_gethostbyname=$ac_res
17854 else
17855 echo "$as_me: failed program was:" >&5
17856 sed 's/^/| /' conftest.$ac_ext >&5
17861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17862 conftest$ac_exeext
17863 if test "${ac_cv_search_gethostbyname+set}" = set; then
17864 break
17866 done
17867 if test "${ac_cv_search_gethostbyname+set}" = set; then
17869 else
17870 ac_cv_search_gethostbyname=no
17872 rm conftest.$ac_ext
17873 LIBS=$ac_func_search_save_LIBS
17875 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17876 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17877 ac_res=$ac_cv_search_gethostbyname
17878 if test "$ac_res" != no; then
17879 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17884 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17885 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17886 if test "${ac_cv_search_connect+set}" = set; then
17887 echo $ECHO_N "(cached) $ECHO_C" >&6
17888 else
17889 ac_func_search_save_LIBS=$LIBS
17890 cat >conftest.$ac_ext <<_ACEOF
17891 /* confdefs.h. */
17892 _ACEOF
17893 cat confdefs.h >>conftest.$ac_ext
17894 cat >>conftest.$ac_ext <<_ACEOF
17895 /* end confdefs.h. */
17897 /* Override any GCC internal prototype to avoid an error.
17898 Use char because int might match the return type of a GCC
17899 builtin and then its argument prototype would still apply. */
17900 #ifdef __cplusplus
17901 extern "C"
17902 #endif
17903 char connect ();
17905 main ()
17907 return connect ();
17909 return 0;
17911 _ACEOF
17912 for ac_lib in '' socket; do
17913 if test -z "$ac_lib"; then
17914 ac_res="none required"
17915 else
17916 ac_res=-l$ac_lib
17917 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17919 rm -f conftest.$ac_objext conftest$ac_exeext
17920 if { (ac_try="$ac_link"
17921 case "(($ac_try" in
17922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17923 *) ac_try_echo=$ac_try;;
17924 esac
17925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17926 (eval "$ac_link") 2>conftest.er1
17927 ac_status=$?
17928 grep -v '^ *+' conftest.er1 >conftest.err
17929 rm -f conftest.er1
17930 cat conftest.err >&5
17931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17932 (exit $ac_status); } && {
17933 test -z "$ac_c_werror_flag" ||
17934 test ! -s conftest.err
17935 } && test -s conftest$ac_exeext &&
17936 $as_test_x conftest$ac_exeext; then
17937 ac_cv_search_connect=$ac_res
17938 else
17939 echo "$as_me: failed program was:" >&5
17940 sed 's/^/| /' conftest.$ac_ext >&5
17945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17946 conftest$ac_exeext
17947 if test "${ac_cv_search_connect+set}" = set; then
17948 break
17950 done
17951 if test "${ac_cv_search_connect+set}" = set; then
17953 else
17954 ac_cv_search_connect=no
17956 rm conftest.$ac_ext
17957 LIBS=$ac_func_search_save_LIBS
17959 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17960 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17961 ac_res=$ac_cv_search_connect
17962 if test "$ac_res" != no; then
17963 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17968 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17969 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17970 if test "${ac_cv_search_inet_aton+set}" = set; then
17971 echo $ECHO_N "(cached) $ECHO_C" >&6
17972 else
17973 ac_func_search_save_LIBS=$LIBS
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. */
17981 /* Override any GCC internal prototype to avoid an error.
17982 Use char because int might match the return type of a GCC
17983 builtin and then its argument prototype would still apply. */
17984 #ifdef __cplusplus
17985 extern "C"
17986 #endif
17987 char inet_aton ();
17989 main ()
17991 return inet_aton ();
17993 return 0;
17995 _ACEOF
17996 for ac_lib in '' resolv; do
17997 if test -z "$ac_lib"; then
17998 ac_res="none required"
17999 else
18000 ac_res=-l$ac_lib
18001 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18003 rm -f conftest.$ac_objext conftest$ac_exeext
18004 if { (ac_try="$ac_link"
18005 case "(($ac_try" in
18006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18007 *) ac_try_echo=$ac_try;;
18008 esac
18009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18010 (eval "$ac_link") 2>conftest.er1
18011 ac_status=$?
18012 grep -v '^ *+' conftest.er1 >conftest.err
18013 rm -f conftest.er1
18014 cat conftest.err >&5
18015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18016 (exit $ac_status); } && {
18017 test -z "$ac_c_werror_flag" ||
18018 test ! -s conftest.err
18019 } && test -s conftest$ac_exeext &&
18020 $as_test_x conftest$ac_exeext; then
18021 ac_cv_search_inet_aton=$ac_res
18022 else
18023 echo "$as_me: failed program was:" >&5
18024 sed 's/^/| /' conftest.$ac_ext >&5
18029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18030 conftest$ac_exeext
18031 if test "${ac_cv_search_inet_aton+set}" = set; then
18032 break
18034 done
18035 if test "${ac_cv_search_inet_aton+set}" = set; then
18037 else
18038 ac_cv_search_inet_aton=no
18040 rm conftest.$ac_ext
18041 LIBS=$ac_func_search_save_LIBS
18043 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18044 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18045 ac_res=$ac_cv_search_inet_aton
18046 if test "$ac_res" != no; then
18047 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18063 for ac_func in \
18064 getaddrinfo \
18065 getnameinfo \
18066 getnetbyname \
18067 getprotobyname \
18068 getprotobynumber \
18069 getservbyport \
18070 inet_network \
18071 inet_ntop \
18072 inet_pton \
18073 sendmsg \
18074 socketpair \
18077 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18078 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18079 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18080 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18081 echo $ECHO_N "(cached) $ECHO_C" >&6
18082 else
18083 cat >conftest.$ac_ext <<_ACEOF
18084 /* confdefs.h. */
18085 _ACEOF
18086 cat confdefs.h >>conftest.$ac_ext
18087 cat >>conftest.$ac_ext <<_ACEOF
18088 /* end confdefs.h. */
18089 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18090 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18091 #define $ac_func innocuous_$ac_func
18093 /* System header to define __stub macros and hopefully few prototypes,
18094 which can conflict with char $ac_func (); below.
18095 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18096 <limits.h> exists even on freestanding compilers. */
18098 #ifdef __STDC__
18099 # include <limits.h>
18100 #else
18101 # include <assert.h>
18102 #endif
18104 #undef $ac_func
18106 /* Override any GCC internal prototype to avoid an error.
18107 Use char because int might match the return type of a GCC
18108 builtin and then its argument prototype would still apply. */
18109 #ifdef __cplusplus
18110 extern "C"
18111 #endif
18112 char $ac_func ();
18113 /* The GNU C library defines this for functions which it implements
18114 to always fail with ENOSYS. Some functions are actually named
18115 something starting with __ and the normal name is an alias. */
18116 #if defined __stub_$ac_func || defined __stub___$ac_func
18117 choke me
18118 #endif
18121 main ()
18123 return $ac_func ();
18125 return 0;
18127 _ACEOF
18128 rm -f conftest.$ac_objext conftest$ac_exeext
18129 if { (ac_try="$ac_link"
18130 case "(($ac_try" in
18131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18132 *) ac_try_echo=$ac_try;;
18133 esac
18134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18135 (eval "$ac_link") 2>conftest.er1
18136 ac_status=$?
18137 grep -v '^ *+' conftest.er1 >conftest.err
18138 rm -f conftest.er1
18139 cat conftest.err >&5
18140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18141 (exit $ac_status); } && {
18142 test -z "$ac_c_werror_flag" ||
18143 test ! -s conftest.err
18144 } && test -s conftest$ac_exeext &&
18145 $as_test_x conftest$ac_exeext; then
18146 eval "$as_ac_var=yes"
18147 else
18148 echo "$as_me: failed program was:" >&5
18149 sed 's/^/| /' conftest.$ac_ext >&5
18151 eval "$as_ac_var=no"
18154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18155 conftest$ac_exeext conftest.$ac_ext
18157 ac_res=`eval echo '${'$as_ac_var'}'`
18158 { echo "$as_me:$LINENO: result: $ac_res" >&5
18159 echo "${ECHO_T}$ac_res" >&6; }
18160 if test `eval echo '${'$as_ac_var'}'` = yes; then
18161 cat >>confdefs.h <<_ACEOF
18162 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18163 _ACEOF
18166 done
18169 LDAPLIBS=""
18171 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18172 then
18173 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18174 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18175 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18176 echo $ECHO_N "(cached) $ECHO_C" >&6
18177 else
18178 cat >conftest.$ac_ext <<_ACEOF
18179 /* confdefs.h. */
18180 _ACEOF
18181 cat confdefs.h >>conftest.$ac_ext
18182 cat >>conftest.$ac_ext <<_ACEOF
18183 /* end confdefs.h. */
18184 #include <ldap.h>
18186 typedef LDAPSortKey ac__type_new_;
18188 main ()
18190 if ((ac__type_new_ *) 0)
18191 return 0;
18192 if (sizeof (ac__type_new_))
18193 return 0;
18195 return 0;
18197 _ACEOF
18198 rm -f conftest.$ac_objext
18199 if { (ac_try="$ac_compile"
18200 case "(($ac_try" in
18201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18202 *) ac_try_echo=$ac_try;;
18203 esac
18204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18205 (eval "$ac_compile") 2>conftest.er1
18206 ac_status=$?
18207 grep -v '^ *+' conftest.er1 >conftest.err
18208 rm -f conftest.er1
18209 cat conftest.err >&5
18210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211 (exit $ac_status); } && {
18212 test -z "$ac_c_werror_flag" ||
18213 test ! -s conftest.err
18214 } && test -s conftest.$ac_objext; then
18215 ac_cv_type_LDAPSortKey=yes
18216 else
18217 echo "$as_me: failed program was:" >&5
18218 sed 's/^/| /' conftest.$ac_ext >&5
18220 ac_cv_type_LDAPSortKey=no
18223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18225 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18226 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18227 if test $ac_cv_type_LDAPSortKey = yes; then
18228 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18229 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18230 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18231 echo $ECHO_N "(cached) $ECHO_C" >&6
18232 else
18233 ac_check_lib_save_LIBS=$LIBS
18234 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18235 cat >conftest.$ac_ext <<_ACEOF
18236 /* confdefs.h. */
18237 _ACEOF
18238 cat confdefs.h >>conftest.$ac_ext
18239 cat >>conftest.$ac_ext <<_ACEOF
18240 /* end confdefs.h. */
18242 /* Override any GCC internal prototype to avoid an error.
18243 Use char because int might match the return type of a GCC
18244 builtin and then its argument prototype would still apply. */
18245 #ifdef __cplusplus
18246 extern "C"
18247 #endif
18248 char ldap_initialize ();
18250 main ()
18252 return ldap_initialize ();
18254 return 0;
18256 _ACEOF
18257 rm -f conftest.$ac_objext conftest$ac_exeext
18258 if { (ac_try="$ac_link"
18259 case "(($ac_try" in
18260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18261 *) ac_try_echo=$ac_try;;
18262 esac
18263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18264 (eval "$ac_link") 2>conftest.er1
18265 ac_status=$?
18266 grep -v '^ *+' conftest.er1 >conftest.err
18267 rm -f conftest.er1
18268 cat conftest.err >&5
18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); } && {
18271 test -z "$ac_c_werror_flag" ||
18272 test ! -s conftest.err
18273 } && test -s conftest$ac_exeext &&
18274 $as_test_x conftest$ac_exeext; then
18275 ac_cv_lib_ldap_r_ldap_initialize=yes
18276 else
18277 echo "$as_me: failed program was:" >&5
18278 sed 's/^/| /' conftest.$ac_ext >&5
18280 ac_cv_lib_ldap_r_ldap_initialize=no
18283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18284 conftest$ac_exeext conftest.$ac_ext
18285 LIBS=$ac_check_lib_save_LIBS
18287 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18288 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18289 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18290 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18291 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18292 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18293 echo $ECHO_N "(cached) $ECHO_C" >&6
18294 else
18295 ac_check_lib_save_LIBS=$LIBS
18296 LIBS="-llber $LIBPTHREAD $LIBS"
18297 cat >conftest.$ac_ext <<_ACEOF
18298 /* confdefs.h. */
18299 _ACEOF
18300 cat confdefs.h >>conftest.$ac_ext
18301 cat >>conftest.$ac_ext <<_ACEOF
18302 /* end confdefs.h. */
18304 /* Override any GCC internal prototype to avoid an error.
18305 Use char because int might match the return type of a GCC
18306 builtin and then its argument prototype would still apply. */
18307 #ifdef __cplusplus
18308 extern "C"
18309 #endif
18310 char ber_init ();
18312 main ()
18314 return ber_init ();
18316 return 0;
18318 _ACEOF
18319 rm -f conftest.$ac_objext conftest$ac_exeext
18320 if { (ac_try="$ac_link"
18321 case "(($ac_try" in
18322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18323 *) ac_try_echo=$ac_try;;
18324 esac
18325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18326 (eval "$ac_link") 2>conftest.er1
18327 ac_status=$?
18328 grep -v '^ *+' conftest.er1 >conftest.err
18329 rm -f conftest.er1
18330 cat conftest.err >&5
18331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18332 (exit $ac_status); } && {
18333 test -z "$ac_c_werror_flag" ||
18334 test ! -s conftest.err
18335 } && test -s conftest$ac_exeext &&
18336 $as_test_x conftest$ac_exeext; then
18337 ac_cv_lib_lber_ber_init=yes
18338 else
18339 echo "$as_me: failed program was:" >&5
18340 sed 's/^/| /' conftest.$ac_ext >&5
18342 ac_cv_lib_lber_ber_init=no
18345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18346 conftest$ac_exeext conftest.$ac_ext
18347 LIBS=$ac_check_lib_save_LIBS
18349 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18350 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18351 if test $ac_cv_lib_lber_ber_init = yes; then
18353 cat >>confdefs.h <<\_ACEOF
18354 #define HAVE_LDAP 1
18355 _ACEOF
18357 LDAPLIBS="-lldap_r -llber"
18364 ac_wine_check_funcs_save_LIBS="$LIBS"
18365 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18374 for ac_func in \
18375 ldap_count_references \
18376 ldap_first_reference \
18377 ldap_next_reference \
18378 ldap_parse_reference \
18379 ldap_parse_sort_control \
18380 ldap_parse_sortresponse_control \
18381 ldap_parse_vlv_control \
18382 ldap_parse_vlvresponse_control
18384 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18385 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18386 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18387 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18388 echo $ECHO_N "(cached) $ECHO_C" >&6
18389 else
18390 cat >conftest.$ac_ext <<_ACEOF
18391 /* confdefs.h. */
18392 _ACEOF
18393 cat confdefs.h >>conftest.$ac_ext
18394 cat >>conftest.$ac_ext <<_ACEOF
18395 /* end confdefs.h. */
18396 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18397 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18398 #define $ac_func innocuous_$ac_func
18400 /* System header to define __stub macros and hopefully few prototypes,
18401 which can conflict with char $ac_func (); below.
18402 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18403 <limits.h> exists even on freestanding compilers. */
18405 #ifdef __STDC__
18406 # include <limits.h>
18407 #else
18408 # include <assert.h>
18409 #endif
18411 #undef $ac_func
18413 /* Override any GCC internal prototype to avoid an error.
18414 Use char because int might match the return type of a GCC
18415 builtin and then its argument prototype would still apply. */
18416 #ifdef __cplusplus
18417 extern "C"
18418 #endif
18419 char $ac_func ();
18420 /* The GNU C library defines this for functions which it implements
18421 to always fail with ENOSYS. Some functions are actually named
18422 something starting with __ and the normal name is an alias. */
18423 #if defined __stub_$ac_func || defined __stub___$ac_func
18424 choke me
18425 #endif
18428 main ()
18430 return $ac_func ();
18432 return 0;
18434 _ACEOF
18435 rm -f conftest.$ac_objext conftest$ac_exeext
18436 if { (ac_try="$ac_link"
18437 case "(($ac_try" in
18438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18439 *) ac_try_echo=$ac_try;;
18440 esac
18441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18442 (eval "$ac_link") 2>conftest.er1
18443 ac_status=$?
18444 grep -v '^ *+' conftest.er1 >conftest.err
18445 rm -f conftest.er1
18446 cat conftest.err >&5
18447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); } && {
18449 test -z "$ac_c_werror_flag" ||
18450 test ! -s conftest.err
18451 } && test -s conftest$ac_exeext &&
18452 $as_test_x conftest$ac_exeext; then
18453 eval "$as_ac_var=yes"
18454 else
18455 echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.$ac_ext >&5
18458 eval "$as_ac_var=no"
18461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18462 conftest$ac_exeext conftest.$ac_ext
18464 ac_res=`eval echo '${'$as_ac_var'}'`
18465 { echo "$as_me:$LINENO: result: $ac_res" >&5
18466 echo "${ECHO_T}$ac_res" >&6; }
18467 if test `eval echo '${'$as_ac_var'}'` = yes; then
18468 cat >>confdefs.h <<_ACEOF
18469 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18470 _ACEOF
18473 done
18475 LIBS="$ac_wine_check_funcs_save_LIBS"
18477 if test "x$LDAPLIBS" = "x"; then
18478 case "x$with_ldap" in
18479 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18480 xno) ;;
18481 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18482 This is an error since --with-ldap was requested." >&5
18483 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18484 This is an error since --with-ldap was requested." >&2;}
18485 { (exit 1); exit 1; }; } ;;
18486 esac
18490 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18491 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18492 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18493 echo $ECHO_N "(cached) $ECHO_C" >&6
18494 else
18495 cat >conftest.$ac_ext <<_ACEOF
18496 /* confdefs.h. */
18497 _ACEOF
18498 cat confdefs.h >>conftest.$ac_ext
18499 cat >>conftest.$ac_ext <<_ACEOF
18500 /* end confdefs.h. */
18501 #include <sys/stat.h>
18503 main ()
18505 mkdir("foo");
18507 return 0;
18509 _ACEOF
18510 rm -f conftest.$ac_objext
18511 if { (ac_try="$ac_compile"
18512 case "(($ac_try" in
18513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18514 *) ac_try_echo=$ac_try;;
18515 esac
18516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18517 (eval "$ac_compile") 2>conftest.er1
18518 ac_status=$?
18519 grep -v '^ *+' conftest.er1 >conftest.err
18520 rm -f conftest.er1
18521 cat conftest.err >&5
18522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18523 (exit $ac_status); } && {
18524 test -z "$ac_c_werror_flag" ||
18525 test ! -s conftest.err
18526 } && test -s conftest.$ac_objext; then
18527 wine_cv_one_arg_mkdir=yes
18528 else
18529 echo "$as_me: failed program was:" >&5
18530 sed 's/^/| /' conftest.$ac_ext >&5
18532 wine_cv_one_arg_mkdir=no
18535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18537 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18538 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18539 if test "$wine_cv_one_arg_mkdir" = "yes"
18540 then
18542 cat >>confdefs.h <<\_ACEOF
18543 #define HAVE_ONE_ARG_MKDIR 1
18544 _ACEOF
18549 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18550 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18551 if test "${ac_cv_c_const+set}" = set; then
18552 echo $ECHO_N "(cached) $ECHO_C" >&6
18553 else
18554 cat >conftest.$ac_ext <<_ACEOF
18555 /* confdefs.h. */
18556 _ACEOF
18557 cat confdefs.h >>conftest.$ac_ext
18558 cat >>conftest.$ac_ext <<_ACEOF
18559 /* end confdefs.h. */
18562 main ()
18564 /* FIXME: Include the comments suggested by Paul. */
18565 #ifndef __cplusplus
18566 /* Ultrix mips cc rejects this. */
18567 typedef int charset[2];
18568 const charset cs;
18569 /* SunOS 4.1.1 cc rejects this. */
18570 char const *const *pcpcc;
18571 char **ppc;
18572 /* NEC SVR4.0.2 mips cc rejects this. */
18573 struct point {int x, y;};
18574 static struct point const zero = {0,0};
18575 /* AIX XL C 1.02.0.0 rejects this.
18576 It does not let you subtract one const X* pointer from another in
18577 an arm of an if-expression whose if-part is not a constant
18578 expression */
18579 const char *g = "string";
18580 pcpcc = &g + (g ? g-g : 0);
18581 /* HPUX 7.0 cc rejects these. */
18582 ++pcpcc;
18583 ppc = (char**) pcpcc;
18584 pcpcc = (char const *const *) ppc;
18585 { /* SCO 3.2v4 cc rejects this. */
18586 char *t;
18587 char const *s = 0 ? (char *) 0 : (char const *) 0;
18589 *t++ = 0;
18590 if (s) return 0;
18592 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18593 int x[] = {25, 17};
18594 const int *foo = &x[0];
18595 ++foo;
18597 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18598 typedef const int *iptr;
18599 iptr p = 0;
18600 ++p;
18602 { /* AIX XL C 1.02.0.0 rejects this saying
18603 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18604 struct s { int j; const int *ap[3]; };
18605 struct s *b; b->j = 5;
18607 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18608 const int foo = 10;
18609 if (!foo) return 0;
18611 return !cs[0] && !zero.x;
18612 #endif
18615 return 0;
18617 _ACEOF
18618 rm -f conftest.$ac_objext
18619 if { (ac_try="$ac_compile"
18620 case "(($ac_try" in
18621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18622 *) ac_try_echo=$ac_try;;
18623 esac
18624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18625 (eval "$ac_compile") 2>conftest.er1
18626 ac_status=$?
18627 grep -v '^ *+' conftest.er1 >conftest.err
18628 rm -f conftest.er1
18629 cat conftest.err >&5
18630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18631 (exit $ac_status); } && {
18632 test -z "$ac_c_werror_flag" ||
18633 test ! -s conftest.err
18634 } && test -s conftest.$ac_objext; then
18635 ac_cv_c_const=yes
18636 else
18637 echo "$as_me: failed program was:" >&5
18638 sed 's/^/| /' conftest.$ac_ext >&5
18640 ac_cv_c_const=no
18643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18645 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18646 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18647 if test $ac_cv_c_const = no; then
18649 cat >>confdefs.h <<\_ACEOF
18650 #define const
18651 _ACEOF
18655 { echo "$as_me:$LINENO: checking for inline" >&5
18656 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18657 if test "${ac_cv_c_inline+set}" = set; then
18658 echo $ECHO_N "(cached) $ECHO_C" >&6
18659 else
18660 ac_cv_c_inline=no
18661 for ac_kw in inline __inline__ __inline; do
18662 cat >conftest.$ac_ext <<_ACEOF
18663 /* confdefs.h. */
18664 _ACEOF
18665 cat confdefs.h >>conftest.$ac_ext
18666 cat >>conftest.$ac_ext <<_ACEOF
18667 /* end confdefs.h. */
18668 #ifndef __cplusplus
18669 typedef int foo_t;
18670 static $ac_kw foo_t static_foo () {return 0; }
18671 $ac_kw foo_t foo () {return 0; }
18672 #endif
18674 _ACEOF
18675 rm -f conftest.$ac_objext
18676 if { (ac_try="$ac_compile"
18677 case "(($ac_try" in
18678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18679 *) ac_try_echo=$ac_try;;
18680 esac
18681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18682 (eval "$ac_compile") 2>conftest.er1
18683 ac_status=$?
18684 grep -v '^ *+' conftest.er1 >conftest.err
18685 rm -f conftest.er1
18686 cat conftest.err >&5
18687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); } && {
18689 test -z "$ac_c_werror_flag" ||
18690 test ! -s conftest.err
18691 } && test -s conftest.$ac_objext; then
18692 ac_cv_c_inline=$ac_kw
18693 else
18694 echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.$ac_ext >&5
18700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18701 test "$ac_cv_c_inline" != no && break
18702 done
18705 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18706 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18709 case $ac_cv_c_inline in
18710 inline | yes) ;;
18712 case $ac_cv_c_inline in
18713 no) ac_val=;;
18714 *) ac_val=$ac_cv_c_inline;;
18715 esac
18716 cat >>confdefs.h <<_ACEOF
18717 #ifndef __cplusplus
18718 #define inline $ac_val
18719 #endif
18720 _ACEOF
18722 esac
18724 { echo "$as_me:$LINENO: checking for mode_t" >&5
18725 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18726 if test "${ac_cv_type_mode_t+set}" = set; then
18727 echo $ECHO_N "(cached) $ECHO_C" >&6
18728 else
18729 cat >conftest.$ac_ext <<_ACEOF
18730 /* confdefs.h. */
18731 _ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h. */
18735 $ac_includes_default
18736 typedef mode_t ac__type_new_;
18738 main ()
18740 if ((ac__type_new_ *) 0)
18741 return 0;
18742 if (sizeof (ac__type_new_))
18743 return 0;
18745 return 0;
18747 _ACEOF
18748 rm -f conftest.$ac_objext
18749 if { (ac_try="$ac_compile"
18750 case "(($ac_try" in
18751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18752 *) ac_try_echo=$ac_try;;
18753 esac
18754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18755 (eval "$ac_compile") 2>conftest.er1
18756 ac_status=$?
18757 grep -v '^ *+' conftest.er1 >conftest.err
18758 rm -f conftest.er1
18759 cat conftest.err >&5
18760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761 (exit $ac_status); } && {
18762 test -z "$ac_c_werror_flag" ||
18763 test ! -s conftest.err
18764 } && test -s conftest.$ac_objext; then
18765 ac_cv_type_mode_t=yes
18766 else
18767 echo "$as_me: failed program was:" >&5
18768 sed 's/^/| /' conftest.$ac_ext >&5
18770 ac_cv_type_mode_t=no
18773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18775 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18776 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18777 if test $ac_cv_type_mode_t = yes; then
18779 cat >>confdefs.h <<_ACEOF
18780 #define HAVE_MODE_T 1
18781 _ACEOF
18785 { echo "$as_me:$LINENO: checking for off_t" >&5
18786 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18787 if test "${ac_cv_type_off_t+set}" = set; then
18788 echo $ECHO_N "(cached) $ECHO_C" >&6
18789 else
18790 cat >conftest.$ac_ext <<_ACEOF
18791 /* confdefs.h. */
18792 _ACEOF
18793 cat confdefs.h >>conftest.$ac_ext
18794 cat >>conftest.$ac_ext <<_ACEOF
18795 /* end confdefs.h. */
18796 $ac_includes_default
18797 typedef off_t ac__type_new_;
18799 main ()
18801 if ((ac__type_new_ *) 0)
18802 return 0;
18803 if (sizeof (ac__type_new_))
18804 return 0;
18806 return 0;
18808 _ACEOF
18809 rm -f conftest.$ac_objext
18810 if { (ac_try="$ac_compile"
18811 case "(($ac_try" in
18812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18813 *) ac_try_echo=$ac_try;;
18814 esac
18815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18816 (eval "$ac_compile") 2>conftest.er1
18817 ac_status=$?
18818 grep -v '^ *+' conftest.er1 >conftest.err
18819 rm -f conftest.er1
18820 cat conftest.err >&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest.$ac_objext; then
18826 ac_cv_type_off_t=yes
18827 else
18828 echo "$as_me: failed program was:" >&5
18829 sed 's/^/| /' conftest.$ac_ext >&5
18831 ac_cv_type_off_t=no
18834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18836 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18837 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18838 if test $ac_cv_type_off_t = yes; then
18840 cat >>confdefs.h <<_ACEOF
18841 #define HAVE_OFF_T 1
18842 _ACEOF
18846 { echo "$as_me:$LINENO: checking for pid_t" >&5
18847 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18848 if test "${ac_cv_type_pid_t+set}" = set; then
18849 echo $ECHO_N "(cached) $ECHO_C" >&6
18850 else
18851 cat >conftest.$ac_ext <<_ACEOF
18852 /* confdefs.h. */
18853 _ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h. */
18857 $ac_includes_default
18858 typedef pid_t ac__type_new_;
18860 main ()
18862 if ((ac__type_new_ *) 0)
18863 return 0;
18864 if (sizeof (ac__type_new_))
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18877 (eval "$ac_compile") 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } && {
18884 test -z "$ac_c_werror_flag" ||
18885 test ! -s conftest.err
18886 } && test -s conftest.$ac_objext; then
18887 ac_cv_type_pid_t=yes
18888 else
18889 echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18892 ac_cv_type_pid_t=no
18895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18897 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18898 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18899 if test $ac_cv_type_pid_t = yes; then
18901 cat >>confdefs.h <<_ACEOF
18902 #define HAVE_PID_T 1
18903 _ACEOF
18907 { echo "$as_me:$LINENO: checking for size_t" >&5
18908 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18909 if test "${ac_cv_type_size_t+set}" = set; then
18910 echo $ECHO_N "(cached) $ECHO_C" >&6
18911 else
18912 cat >conftest.$ac_ext <<_ACEOF
18913 /* confdefs.h. */
18914 _ACEOF
18915 cat confdefs.h >>conftest.$ac_ext
18916 cat >>conftest.$ac_ext <<_ACEOF
18917 /* end confdefs.h. */
18918 $ac_includes_default
18919 typedef size_t ac__type_new_;
18921 main ()
18923 if ((ac__type_new_ *) 0)
18924 return 0;
18925 if (sizeof (ac__type_new_))
18926 return 0;
18928 return 0;
18930 _ACEOF
18931 rm -f conftest.$ac_objext
18932 if { (ac_try="$ac_compile"
18933 case "(($ac_try" in
18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18936 esac
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_compile") 2>conftest.er1
18939 ac_status=$?
18940 grep -v '^ *+' conftest.er1 >conftest.err
18941 rm -f conftest.er1
18942 cat conftest.err >&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } && {
18945 test -z "$ac_c_werror_flag" ||
18946 test ! -s conftest.err
18947 } && test -s conftest.$ac_objext; then
18948 ac_cv_type_size_t=yes
18949 else
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 ac_cv_type_size_t=no
18956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18958 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18959 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18960 if test $ac_cv_type_size_t = yes; then
18962 cat >>confdefs.h <<_ACEOF
18963 #define HAVE_SIZE_T 1
18964 _ACEOF
18968 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18969 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18970 if test "${ac_cv_type_ssize_t+set}" = set; then
18971 echo $ECHO_N "(cached) $ECHO_C" >&6
18972 else
18973 cat >conftest.$ac_ext <<_ACEOF
18974 /* confdefs.h. */
18975 _ACEOF
18976 cat confdefs.h >>conftest.$ac_ext
18977 cat >>conftest.$ac_ext <<_ACEOF
18978 /* end confdefs.h. */
18979 $ac_includes_default
18980 typedef ssize_t ac__type_new_;
18982 main ()
18984 if ((ac__type_new_ *) 0)
18985 return 0;
18986 if (sizeof (ac__type_new_))
18987 return 0;
18989 return 0;
18991 _ACEOF
18992 rm -f conftest.$ac_objext
18993 if { (ac_try="$ac_compile"
18994 case "(($ac_try" in
18995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18996 *) ac_try_echo=$ac_try;;
18997 esac
18998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18999 (eval "$ac_compile") 2>conftest.er1
19000 ac_status=$?
19001 grep -v '^ *+' conftest.er1 >conftest.err
19002 rm -f conftest.er1
19003 cat conftest.err >&5
19004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19005 (exit $ac_status); } && {
19006 test -z "$ac_c_werror_flag" ||
19007 test ! -s conftest.err
19008 } && test -s conftest.$ac_objext; then
19009 ac_cv_type_ssize_t=yes
19010 else
19011 echo "$as_me: failed program was:" >&5
19012 sed 's/^/| /' conftest.$ac_ext >&5
19014 ac_cv_type_ssize_t=no
19017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19019 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19020 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19021 if test $ac_cv_type_ssize_t = yes; then
19023 cat >>confdefs.h <<_ACEOF
19024 #define HAVE_SSIZE_T 1
19025 _ACEOF
19029 { echo "$as_me:$LINENO: checking for long long" >&5
19030 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19031 if test "${ac_cv_type_long_long+set}" = set; then
19032 echo $ECHO_N "(cached) $ECHO_C" >&6
19033 else
19034 cat >conftest.$ac_ext <<_ACEOF
19035 /* confdefs.h. */
19036 _ACEOF
19037 cat confdefs.h >>conftest.$ac_ext
19038 cat >>conftest.$ac_ext <<_ACEOF
19039 /* end confdefs.h. */
19040 $ac_includes_default
19041 typedef long long ac__type_new_;
19043 main ()
19045 if ((ac__type_new_ *) 0)
19046 return 0;
19047 if (sizeof (ac__type_new_))
19048 return 0;
19050 return 0;
19052 _ACEOF
19053 rm -f conftest.$ac_objext
19054 if { (ac_try="$ac_compile"
19055 case "(($ac_try" in
19056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19057 *) ac_try_echo=$ac_try;;
19058 esac
19059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19060 (eval "$ac_compile") 2>conftest.er1
19061 ac_status=$?
19062 grep -v '^ *+' conftest.er1 >conftest.err
19063 rm -f conftest.er1
19064 cat conftest.err >&5
19065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19066 (exit $ac_status); } && {
19067 test -z "$ac_c_werror_flag" ||
19068 test ! -s conftest.err
19069 } && test -s conftest.$ac_objext; then
19070 ac_cv_type_long_long=yes
19071 else
19072 echo "$as_me: failed program was:" >&5
19073 sed 's/^/| /' conftest.$ac_ext >&5
19075 ac_cv_type_long_long=no
19078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19080 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19081 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19082 if test $ac_cv_type_long_long = yes; then
19084 cat >>confdefs.h <<_ACEOF
19085 #define HAVE_LONG_LONG 1
19086 _ACEOF
19090 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19091 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19092 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19093 echo $ECHO_N "(cached) $ECHO_C" >&6
19094 else
19095 cat >conftest.$ac_ext <<_ACEOF
19096 /* confdefs.h. */
19097 _ACEOF
19098 cat confdefs.h >>conftest.$ac_ext
19099 cat >>conftest.$ac_ext <<_ACEOF
19100 /* end confdefs.h. */
19101 $ac_includes_default
19102 typedef fsblkcnt_t ac__type_new_;
19104 main ()
19106 if ((ac__type_new_ *) 0)
19107 return 0;
19108 if (sizeof (ac__type_new_))
19109 return 0;
19111 return 0;
19113 _ACEOF
19114 rm -f conftest.$ac_objext
19115 if { (ac_try="$ac_compile"
19116 case "(($ac_try" in
19117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19118 *) ac_try_echo=$ac_try;;
19119 esac
19120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19121 (eval "$ac_compile") 2>conftest.er1
19122 ac_status=$?
19123 grep -v '^ *+' conftest.er1 >conftest.err
19124 rm -f conftest.er1
19125 cat conftest.err >&5
19126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19127 (exit $ac_status); } && {
19128 test -z "$ac_c_werror_flag" ||
19129 test ! -s conftest.err
19130 } && test -s conftest.$ac_objext; then
19131 ac_cv_type_fsblkcnt_t=yes
19132 else
19133 echo "$as_me: failed program was:" >&5
19134 sed 's/^/| /' conftest.$ac_ext >&5
19136 ac_cv_type_fsblkcnt_t=no
19139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19141 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19142 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19143 if test $ac_cv_type_fsblkcnt_t = yes; then
19145 cat >>confdefs.h <<_ACEOF
19146 #define HAVE_FSBLKCNT_T 1
19147 _ACEOF
19151 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19152 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19153 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19154 echo $ECHO_N "(cached) $ECHO_C" >&6
19155 else
19156 cat >conftest.$ac_ext <<_ACEOF
19157 /* confdefs.h. */
19158 _ACEOF
19159 cat confdefs.h >>conftest.$ac_ext
19160 cat >>conftest.$ac_ext <<_ACEOF
19161 /* end confdefs.h. */
19162 $ac_includes_default
19163 typedef fsfilcnt_t ac__type_new_;
19165 main ()
19167 if ((ac__type_new_ *) 0)
19168 return 0;
19169 if (sizeof (ac__type_new_))
19170 return 0;
19172 return 0;
19174 _ACEOF
19175 rm -f conftest.$ac_objext
19176 if { (ac_try="$ac_compile"
19177 case "(($ac_try" in
19178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19179 *) ac_try_echo=$ac_try;;
19180 esac
19181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19182 (eval "$ac_compile") 2>conftest.er1
19183 ac_status=$?
19184 grep -v '^ *+' conftest.er1 >conftest.err
19185 rm -f conftest.er1
19186 cat conftest.err >&5
19187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19188 (exit $ac_status); } && {
19189 test -z "$ac_c_werror_flag" ||
19190 test ! -s conftest.err
19191 } && test -s conftest.$ac_objext; then
19192 ac_cv_type_fsfilcnt_t=yes
19193 else
19194 echo "$as_me: failed program was:" >&5
19195 sed 's/^/| /' conftest.$ac_ext >&5
19197 ac_cv_type_fsfilcnt_t=no
19200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19202 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19203 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19204 if test $ac_cv_type_fsfilcnt_t = yes; then
19206 cat >>confdefs.h <<_ACEOF
19207 #define HAVE_FSFILCNT_T 1
19208 _ACEOF
19213 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19214 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19215 if test "${ac_cv_type_sigset_t+set}" = set; then
19216 echo $ECHO_N "(cached) $ECHO_C" >&6
19217 else
19218 cat >conftest.$ac_ext <<_ACEOF
19219 /* confdefs.h. */
19220 _ACEOF
19221 cat confdefs.h >>conftest.$ac_ext
19222 cat >>conftest.$ac_ext <<_ACEOF
19223 /* end confdefs.h. */
19224 #include <sys/types.h>
19225 #include <signal.h>
19227 typedef sigset_t ac__type_new_;
19229 main ()
19231 if ((ac__type_new_ *) 0)
19232 return 0;
19233 if (sizeof (ac__type_new_))
19234 return 0;
19236 return 0;
19238 _ACEOF
19239 rm -f conftest.$ac_objext
19240 if { (ac_try="$ac_compile"
19241 case "(($ac_try" in
19242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19243 *) ac_try_echo=$ac_try;;
19244 esac
19245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19246 (eval "$ac_compile") 2>conftest.er1
19247 ac_status=$?
19248 grep -v '^ *+' conftest.er1 >conftest.err
19249 rm -f conftest.er1
19250 cat conftest.err >&5
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); } && {
19253 test -z "$ac_c_werror_flag" ||
19254 test ! -s conftest.err
19255 } && test -s conftest.$ac_objext; then
19256 ac_cv_type_sigset_t=yes
19257 else
19258 echo "$as_me: failed program was:" >&5
19259 sed 's/^/| /' conftest.$ac_ext >&5
19261 ac_cv_type_sigset_t=no
19264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19266 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19267 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19268 if test $ac_cv_type_sigset_t = yes; then
19270 cat >>confdefs.h <<_ACEOF
19271 #define HAVE_SIGSET_T 1
19272 _ACEOF
19277 { echo "$as_me:$LINENO: checking for request_sense" >&5
19278 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19279 if test "${ac_cv_type_request_sense+set}" = set; then
19280 echo $ECHO_N "(cached) $ECHO_C" >&6
19281 else
19282 cat >conftest.$ac_ext <<_ACEOF
19283 /* confdefs.h. */
19284 _ACEOF
19285 cat confdefs.h >>conftest.$ac_ext
19286 cat >>conftest.$ac_ext <<_ACEOF
19287 /* end confdefs.h. */
19288 #include <linux/cdrom.h>
19290 typedef request_sense ac__type_new_;
19292 main ()
19294 if ((ac__type_new_ *) 0)
19295 return 0;
19296 if (sizeof (ac__type_new_))
19297 return 0;
19299 return 0;
19301 _ACEOF
19302 rm -f conftest.$ac_objext
19303 if { (ac_try="$ac_compile"
19304 case "(($ac_try" in
19305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19306 *) ac_try_echo=$ac_try;;
19307 esac
19308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19309 (eval "$ac_compile") 2>conftest.er1
19310 ac_status=$?
19311 grep -v '^ *+' conftest.er1 >conftest.err
19312 rm -f conftest.er1
19313 cat conftest.err >&5
19314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19315 (exit $ac_status); } && {
19316 test -z "$ac_c_werror_flag" ||
19317 test ! -s conftest.err
19318 } && test -s conftest.$ac_objext; then
19319 ac_cv_type_request_sense=yes
19320 else
19321 echo "$as_me: failed program was:" >&5
19322 sed 's/^/| /' conftest.$ac_ext >&5
19324 ac_cv_type_request_sense=no
19327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19329 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19330 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19331 if test $ac_cv_type_request_sense = yes; then
19333 cat >>confdefs.h <<_ACEOF
19334 #define HAVE_REQUEST_SENSE 1
19335 _ACEOF
19341 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19342 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19343 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19344 echo $ECHO_N "(cached) $ECHO_C" >&6
19345 else
19346 cat >conftest.$ac_ext <<_ACEOF
19347 /* confdefs.h. */
19348 _ACEOF
19349 cat confdefs.h >>conftest.$ac_ext
19350 cat >>conftest.$ac_ext <<_ACEOF
19351 /* end confdefs.h. */
19352 #include <sys/types.h>
19353 #ifdef HAVE_SYS_SOCKET_H
19354 #include <sys/socket.h>
19355 #endif
19356 #ifdef HAVE_SYS_SOCKETVAR_H
19357 #include <sys/socketvar.h>
19358 #endif
19359 #ifdef HAVE_NET_ROUTE_H
19360 #include <net/route.h>
19361 #endif
19362 #ifdef HAVE_NETINET_IN_H
19363 #include <netinet/in.h>
19364 #endif
19365 #ifdef HAVE_NETINET_IN_SYSTM_H
19366 #include <netinet/in_systm.h>
19367 #endif
19368 #ifdef HAVE_NETINET_IP_H
19369 #include <netinet/ip.h>
19370 #endif
19371 #ifdef HAVE_NETINET_IN_PCB_H
19372 #include <netinet/in_pcb.h>
19373 #endif
19375 typedef struct xinpgen ac__type_new_;
19377 main ()
19379 if ((ac__type_new_ *) 0)
19380 return 0;
19381 if (sizeof (ac__type_new_))
19382 return 0;
19384 return 0;
19386 _ACEOF
19387 rm -f conftest.$ac_objext
19388 if { (ac_try="$ac_compile"
19389 case "(($ac_try" in
19390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19391 *) ac_try_echo=$ac_try;;
19392 esac
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394 (eval "$ac_compile") 2>conftest.er1
19395 ac_status=$?
19396 grep -v '^ *+' conftest.er1 >conftest.err
19397 rm -f conftest.er1
19398 cat conftest.err >&5
19399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400 (exit $ac_status); } && {
19401 test -z "$ac_c_werror_flag" ||
19402 test ! -s conftest.err
19403 } && test -s conftest.$ac_objext; then
19404 ac_cv_type_struct_xinpgen=yes
19405 else
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_type_struct_xinpgen=no
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19414 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19415 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19416 if test $ac_cv_type_struct_xinpgen = yes; then
19418 cat >>confdefs.h <<_ACEOF
19419 #define HAVE_STRUCT_XINPGEN 1
19420 _ACEOF
19426 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19427 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19428 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19429 echo $ECHO_N "(cached) $ECHO_C" >&6
19430 else
19431 cat >conftest.$ac_ext <<_ACEOF
19432 /* confdefs.h. */
19433 _ACEOF
19434 cat confdefs.h >>conftest.$ac_ext
19435 cat >>conftest.$ac_ext <<_ACEOF
19436 /* end confdefs.h. */
19437 #ifdef HAVE_LINUX_INPUT_H
19438 #include <linux/input.h>
19439 #endif
19442 main ()
19444 static struct ff_effect ac_aggr;
19445 if (ac_aggr.direction)
19446 return 0;
19448 return 0;
19450 _ACEOF
19451 rm -f conftest.$ac_objext
19452 if { (ac_try="$ac_compile"
19453 case "(($ac_try" in
19454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19455 *) ac_try_echo=$ac_try;;
19456 esac
19457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19458 (eval "$ac_compile") 2>conftest.er1
19459 ac_status=$?
19460 grep -v '^ *+' conftest.er1 >conftest.err
19461 rm -f conftest.er1
19462 cat conftest.err >&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); } && {
19465 test -z "$ac_c_werror_flag" ||
19466 test ! -s conftest.err
19467 } && test -s conftest.$ac_objext; then
19468 ac_cv_member_struct_ff_effect_direction=yes
19469 else
19470 echo "$as_me: failed program was:" >&5
19471 sed 's/^/| /' conftest.$ac_ext >&5
19473 cat >conftest.$ac_ext <<_ACEOF
19474 /* confdefs.h. */
19475 _ACEOF
19476 cat confdefs.h >>conftest.$ac_ext
19477 cat >>conftest.$ac_ext <<_ACEOF
19478 /* end confdefs.h. */
19479 #ifdef HAVE_LINUX_INPUT_H
19480 #include <linux/input.h>
19481 #endif
19484 main ()
19486 static struct ff_effect ac_aggr;
19487 if (sizeof ac_aggr.direction)
19488 return 0;
19490 return 0;
19492 _ACEOF
19493 rm -f conftest.$ac_objext
19494 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
19510 ac_cv_member_struct_ff_effect_direction=yes
19511 else
19512 echo "$as_me: failed program was:" >&5
19513 sed 's/^/| /' conftest.$ac_ext >&5
19515 ac_cv_member_struct_ff_effect_direction=no
19518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19523 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19524 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19525 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19527 cat >>confdefs.h <<_ACEOF
19528 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19529 _ACEOF
19535 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19536 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19537 if test "${wine_cv_have_sigaddset+set}" = set; then
19538 echo $ECHO_N "(cached) $ECHO_C" >&6
19539 else
19540 cat >conftest.$ac_ext <<_ACEOF
19541 /* confdefs.h. */
19542 _ACEOF
19543 cat confdefs.h >>conftest.$ac_ext
19544 cat >>conftest.$ac_ext <<_ACEOF
19545 /* end confdefs.h. */
19546 #include <signal.h>
19548 main ()
19550 sigset_t set; sigaddset(&set,SIGTERM);
19552 return 0;
19554 _ACEOF
19555 rm -f conftest.$ac_objext conftest$ac_exeext
19556 if { (ac_try="$ac_link"
19557 case "(($ac_try" in
19558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19559 *) ac_try_echo=$ac_try;;
19560 esac
19561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19562 (eval "$ac_link") 2>conftest.er1
19563 ac_status=$?
19564 grep -v '^ *+' conftest.er1 >conftest.err
19565 rm -f conftest.er1
19566 cat conftest.err >&5
19567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19568 (exit $ac_status); } && {
19569 test -z "$ac_c_werror_flag" ||
19570 test ! -s conftest.err
19571 } && test -s conftest$ac_exeext &&
19572 $as_test_x conftest$ac_exeext; then
19573 wine_cv_have_sigaddset=yes
19574 else
19575 echo "$as_me: failed program was:" >&5
19576 sed 's/^/| /' conftest.$ac_ext >&5
19578 wine_cv_have_sigaddset=no
19581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19582 conftest$ac_exeext conftest.$ac_ext
19584 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19585 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19586 if test "$wine_cv_have_sigaddset" = "yes"
19587 then
19589 cat >>confdefs.h <<\_ACEOF
19590 #define HAVE_SIGADDSET 1
19591 _ACEOF
19596 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19597 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19598 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19599 echo $ECHO_N "(cached) $ECHO_C" >&6
19600 else
19601 cat >conftest.$ac_ext <<_ACEOF
19602 /* confdefs.h. */
19603 _ACEOF
19604 cat confdefs.h >>conftest.$ac_ext
19605 cat >>conftest.$ac_ext <<_ACEOF
19606 /* end confdefs.h. */
19607 #include <netdb.h>
19609 main ()
19612 char *name=0;
19613 struct hostent he;
19614 struct hostent *result;
19615 char *buf=0;
19616 int bufsize=0;
19617 int res,errnr;
19618 char *addr=0;
19619 int addrlen=0;
19620 int addrtype=0;
19621 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19622 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19625 return 0;
19627 _ACEOF
19628 rm -f conftest.$ac_objext conftest$ac_exeext
19629 if { (ac_try="$ac_link"
19630 case "(($ac_try" in
19631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19632 *) ac_try_echo=$ac_try;;
19633 esac
19634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19635 (eval "$ac_link") 2>conftest.er1
19636 ac_status=$?
19637 grep -v '^ *+' conftest.er1 >conftest.err
19638 rm -f conftest.er1
19639 cat conftest.err >&5
19640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19641 (exit $ac_status); } && {
19642 test -z "$ac_c_werror_flag" ||
19643 test ! -s conftest.err
19644 } && test -s conftest$ac_exeext &&
19645 $as_test_x conftest$ac_exeext; then
19646 wine_cv_linux_gethostbyname_r_6=yes
19647 else
19648 echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.$ac_ext >&5
19651 wine_cv_linux_gethostbyname_r_6=no
19655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19656 conftest$ac_exeext conftest.$ac_ext
19659 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19660 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19661 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19662 then
19664 cat >>confdefs.h <<\_ACEOF
19665 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19666 _ACEOF
19670 if test "$ac_cv_header_linux_joystick_h" = "yes"
19671 then
19672 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19673 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19674 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19675 echo $ECHO_N "(cached) $ECHO_C" >&6
19676 else
19677 cat >conftest.$ac_ext <<_ACEOF
19678 /* confdefs.h. */
19679 _ACEOF
19680 cat confdefs.h >>conftest.$ac_ext
19681 cat >>conftest.$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19684 #include <sys/ioctl.h>
19685 #include <sys/types.h>
19686 #include <linux/joystick.h>
19688 struct js_event blub;
19689 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19690 #error "no 2.2 header"
19691 #endif
19694 main ()
19696 /*empty*/
19698 return 0;
19700 _ACEOF
19701 rm -f conftest.$ac_objext
19702 if { (ac_try="$ac_compile"
19703 case "(($ac_try" in
19704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19705 *) ac_try_echo=$ac_try;;
19706 esac
19707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19708 (eval "$ac_compile") 2>conftest.er1
19709 ac_status=$?
19710 grep -v '^ *+' conftest.er1 >conftest.err
19711 rm -f conftest.er1
19712 cat conftest.err >&5
19713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19714 (exit $ac_status); } && {
19715 test -z "$ac_c_werror_flag" ||
19716 test ! -s conftest.err
19717 } && test -s conftest.$ac_objext; then
19718 wine_cv_linux_joystick_22_api=yes
19719 else
19720 echo "$as_me: failed program was:" >&5
19721 sed 's/^/| /' conftest.$ac_ext >&5
19723 wine_cv_linux_joystick_22_api=no
19726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19729 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19730 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19731 if test "$wine_cv_linux_joystick_22_api" = "yes"
19732 then
19734 cat >>confdefs.h <<\_ACEOF
19735 #define HAVE_LINUX_22_JOYSTICK_API 1
19736 _ACEOF
19742 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19743 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19744 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19745 echo $ECHO_N "(cached) $ECHO_C" >&6
19746 else
19747 cat >conftest.$ac_ext <<_ACEOF
19748 /* confdefs.h. */
19749 _ACEOF
19750 cat confdefs.h >>conftest.$ac_ext
19751 cat >>conftest.$ac_ext <<_ACEOF
19752 /* end confdefs.h. */
19753 #include <sys/types.h>
19754 #ifdef HAVE_SYS_PARAM_H
19755 # include <sys/param.h>
19756 #endif
19757 #ifdef HAVE_SYS_MOUNT_H
19758 # include <sys/mount.h>
19759 #endif
19760 #ifdef HAVE_SYS_VFS_H
19761 # include <sys/vfs.h>
19762 #endif
19763 #ifdef HAVE_SYS_STATFS_H
19764 # include <sys/statfs.h>
19765 #endif
19768 main ()
19770 static struct statfs ac_aggr;
19771 if (ac_aggr.f_bfree)
19772 return 0;
19774 return 0;
19776 _ACEOF
19777 rm -f conftest.$ac_objext
19778 if { (ac_try="$ac_compile"
19779 case "(($ac_try" in
19780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19781 *) ac_try_echo=$ac_try;;
19782 esac
19783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19784 (eval "$ac_compile") 2>conftest.er1
19785 ac_status=$?
19786 grep -v '^ *+' conftest.er1 >conftest.err
19787 rm -f conftest.er1
19788 cat conftest.err >&5
19789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19790 (exit $ac_status); } && {
19791 test -z "$ac_c_werror_flag" ||
19792 test ! -s conftest.err
19793 } && test -s conftest.$ac_objext; then
19794 ac_cv_member_struct_statfs_f_bfree=yes
19795 else
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.$ac_ext >&5
19799 cat >conftest.$ac_ext <<_ACEOF
19800 /* confdefs.h. */
19801 _ACEOF
19802 cat confdefs.h >>conftest.$ac_ext
19803 cat >>conftest.$ac_ext <<_ACEOF
19804 /* end confdefs.h. */
19805 #include <sys/types.h>
19806 #ifdef HAVE_SYS_PARAM_H
19807 # include <sys/param.h>
19808 #endif
19809 #ifdef HAVE_SYS_MOUNT_H
19810 # include <sys/mount.h>
19811 #endif
19812 #ifdef HAVE_SYS_VFS_H
19813 # include <sys/vfs.h>
19814 #endif
19815 #ifdef HAVE_SYS_STATFS_H
19816 # include <sys/statfs.h>
19817 #endif
19820 main ()
19822 static struct statfs ac_aggr;
19823 if (sizeof ac_aggr.f_bfree)
19824 return 0;
19826 return 0;
19828 _ACEOF
19829 rm -f conftest.$ac_objext
19830 if { (ac_try="$ac_compile"
19831 case "(($ac_try" in
19832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19833 *) ac_try_echo=$ac_try;;
19834 esac
19835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19836 (eval "$ac_compile") 2>conftest.er1
19837 ac_status=$?
19838 grep -v '^ *+' conftest.er1 >conftest.err
19839 rm -f conftest.er1
19840 cat conftest.err >&5
19841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19842 (exit $ac_status); } && {
19843 test -z "$ac_c_werror_flag" ||
19844 test ! -s conftest.err
19845 } && test -s conftest.$ac_objext; then
19846 ac_cv_member_struct_statfs_f_bfree=yes
19847 else
19848 echo "$as_me: failed program was:" >&5
19849 sed 's/^/| /' conftest.$ac_ext >&5
19851 ac_cv_member_struct_statfs_f_bfree=no
19854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19859 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19860 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19861 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19863 cat >>confdefs.h <<_ACEOF
19864 #define HAVE_STRUCT_STATFS_F_BFREE 1
19865 _ACEOF
19869 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19870 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19871 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19872 echo $ECHO_N "(cached) $ECHO_C" >&6
19873 else
19874 cat >conftest.$ac_ext <<_ACEOF
19875 /* confdefs.h. */
19876 _ACEOF
19877 cat confdefs.h >>conftest.$ac_ext
19878 cat >>conftest.$ac_ext <<_ACEOF
19879 /* end confdefs.h. */
19880 #include <sys/types.h>
19881 #ifdef HAVE_SYS_PARAM_H
19882 # include <sys/param.h>
19883 #endif
19884 #ifdef HAVE_SYS_MOUNT_H
19885 # include <sys/mount.h>
19886 #endif
19887 #ifdef HAVE_SYS_VFS_H
19888 # include <sys/vfs.h>
19889 #endif
19890 #ifdef HAVE_SYS_STATFS_H
19891 # include <sys/statfs.h>
19892 #endif
19895 main ()
19897 static struct statfs ac_aggr;
19898 if (ac_aggr.f_bavail)
19899 return 0;
19901 return 0;
19903 _ACEOF
19904 rm -f conftest.$ac_objext
19905 if { (ac_try="$ac_compile"
19906 case "(($ac_try" in
19907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19908 *) ac_try_echo=$ac_try;;
19909 esac
19910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19911 (eval "$ac_compile") 2>conftest.er1
19912 ac_status=$?
19913 grep -v '^ *+' conftest.er1 >conftest.err
19914 rm -f conftest.er1
19915 cat conftest.err >&5
19916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19917 (exit $ac_status); } && {
19918 test -z "$ac_c_werror_flag" ||
19919 test ! -s conftest.err
19920 } && test -s conftest.$ac_objext; then
19921 ac_cv_member_struct_statfs_f_bavail=yes
19922 else
19923 echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.$ac_ext >&5
19926 cat >conftest.$ac_ext <<_ACEOF
19927 /* confdefs.h. */
19928 _ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 #include <sys/types.h>
19933 #ifdef HAVE_SYS_PARAM_H
19934 # include <sys/param.h>
19935 #endif
19936 #ifdef HAVE_SYS_MOUNT_H
19937 # include <sys/mount.h>
19938 #endif
19939 #ifdef HAVE_SYS_VFS_H
19940 # include <sys/vfs.h>
19941 #endif
19942 #ifdef HAVE_SYS_STATFS_H
19943 # include <sys/statfs.h>
19944 #endif
19947 main ()
19949 static struct statfs ac_aggr;
19950 if (sizeof ac_aggr.f_bavail)
19951 return 0;
19953 return 0;
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (ac_try="$ac_compile"
19958 case "(($ac_try" in
19959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19960 *) ac_try_echo=$ac_try;;
19961 esac
19962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19964 ac_status=$?
19965 grep -v '^ *+' conftest.er1 >conftest.err
19966 rm -f conftest.er1
19967 cat conftest.err >&5
19968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19973 ac_cv_member_struct_statfs_f_bavail=yes
19974 else
19975 echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19978 ac_cv_member_struct_statfs_f_bavail=no
19981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19986 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19987 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19988 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19990 cat >>confdefs.h <<_ACEOF
19991 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19992 _ACEOF
19996 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19997 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19998 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19999 echo $ECHO_N "(cached) $ECHO_C" >&6
20000 else
20001 cat >conftest.$ac_ext <<_ACEOF
20002 /* confdefs.h. */
20003 _ACEOF
20004 cat confdefs.h >>conftest.$ac_ext
20005 cat >>conftest.$ac_ext <<_ACEOF
20006 /* end confdefs.h. */
20007 #include <sys/types.h>
20008 #ifdef HAVE_SYS_PARAM_H
20009 # include <sys/param.h>
20010 #endif
20011 #ifdef HAVE_SYS_MOUNT_H
20012 # include <sys/mount.h>
20013 #endif
20014 #ifdef HAVE_SYS_VFS_H
20015 # include <sys/vfs.h>
20016 #endif
20017 #ifdef HAVE_SYS_STATFS_H
20018 # include <sys/statfs.h>
20019 #endif
20022 main ()
20024 static struct statfs ac_aggr;
20025 if (ac_aggr.f_frsize)
20026 return 0;
20028 return 0;
20030 _ACEOF
20031 rm -f conftest.$ac_objext
20032 if { (ac_try="$ac_compile"
20033 case "(($ac_try" in
20034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20035 *) ac_try_echo=$ac_try;;
20036 esac
20037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20038 (eval "$ac_compile") 2>conftest.er1
20039 ac_status=$?
20040 grep -v '^ *+' conftest.er1 >conftest.err
20041 rm -f conftest.er1
20042 cat conftest.err >&5
20043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20044 (exit $ac_status); } && {
20045 test -z "$ac_c_werror_flag" ||
20046 test ! -s conftest.err
20047 } && test -s conftest.$ac_objext; then
20048 ac_cv_member_struct_statfs_f_frsize=yes
20049 else
20050 echo "$as_me: failed program was:" >&5
20051 sed 's/^/| /' conftest.$ac_ext >&5
20053 cat >conftest.$ac_ext <<_ACEOF
20054 /* confdefs.h. */
20055 _ACEOF
20056 cat confdefs.h >>conftest.$ac_ext
20057 cat >>conftest.$ac_ext <<_ACEOF
20058 /* end confdefs.h. */
20059 #include <sys/types.h>
20060 #ifdef HAVE_SYS_PARAM_H
20061 # include <sys/param.h>
20062 #endif
20063 #ifdef HAVE_SYS_MOUNT_H
20064 # include <sys/mount.h>
20065 #endif
20066 #ifdef HAVE_SYS_VFS_H
20067 # include <sys/vfs.h>
20068 #endif
20069 #ifdef HAVE_SYS_STATFS_H
20070 # include <sys/statfs.h>
20071 #endif
20074 main ()
20076 static struct statfs ac_aggr;
20077 if (sizeof ac_aggr.f_frsize)
20078 return 0;
20080 return 0;
20082 _ACEOF
20083 rm -f conftest.$ac_objext
20084 if { (ac_try="$ac_compile"
20085 case "(($ac_try" in
20086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20087 *) ac_try_echo=$ac_try;;
20088 esac
20089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20090 (eval "$ac_compile") 2>conftest.er1
20091 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && {
20097 test -z "$ac_c_werror_flag" ||
20098 test ! -s conftest.err
20099 } && test -s conftest.$ac_objext; then
20100 ac_cv_member_struct_statfs_f_frsize=yes
20101 else
20102 echo "$as_me: failed program was:" >&5
20103 sed 's/^/| /' conftest.$ac_ext >&5
20105 ac_cv_member_struct_statfs_f_frsize=no
20108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20113 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20114 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20115 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20117 cat >>confdefs.h <<_ACEOF
20118 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20119 _ACEOF
20123 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20124 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20125 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20126 echo $ECHO_N "(cached) $ECHO_C" >&6
20127 else
20128 cat >conftest.$ac_ext <<_ACEOF
20129 /* confdefs.h. */
20130 _ACEOF
20131 cat confdefs.h >>conftest.$ac_ext
20132 cat >>conftest.$ac_ext <<_ACEOF
20133 /* end confdefs.h. */
20134 #include <sys/types.h>
20135 #ifdef HAVE_SYS_PARAM_H
20136 # include <sys/param.h>
20137 #endif
20138 #ifdef HAVE_SYS_MOUNT_H
20139 # include <sys/mount.h>
20140 #endif
20141 #ifdef HAVE_SYS_VFS_H
20142 # include <sys/vfs.h>
20143 #endif
20144 #ifdef HAVE_SYS_STATFS_H
20145 # include <sys/statfs.h>
20146 #endif
20149 main ()
20151 static struct statfs ac_aggr;
20152 if (ac_aggr.f_ffree)
20153 return 0;
20155 return 0;
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162 *) ac_try_echo=$ac_try;;
20163 esac
20164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20165 (eval "$ac_compile") 2>conftest.er1
20166 ac_status=$?
20167 grep -v '^ *+' conftest.er1 >conftest.err
20168 rm -f conftest.er1
20169 cat conftest.err >&5
20170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); } && {
20172 test -z "$ac_c_werror_flag" ||
20173 test ! -s conftest.err
20174 } && test -s conftest.$ac_objext; then
20175 ac_cv_member_struct_statfs_f_ffree=yes
20176 else
20177 echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20180 cat >conftest.$ac_ext <<_ACEOF
20181 /* confdefs.h. */
20182 _ACEOF
20183 cat confdefs.h >>conftest.$ac_ext
20184 cat >>conftest.$ac_ext <<_ACEOF
20185 /* end confdefs.h. */
20186 #include <sys/types.h>
20187 #ifdef HAVE_SYS_PARAM_H
20188 # include <sys/param.h>
20189 #endif
20190 #ifdef HAVE_SYS_MOUNT_H
20191 # include <sys/mount.h>
20192 #endif
20193 #ifdef HAVE_SYS_VFS_H
20194 # include <sys/vfs.h>
20195 #endif
20196 #ifdef HAVE_SYS_STATFS_H
20197 # include <sys/statfs.h>
20198 #endif
20201 main ()
20203 static struct statfs ac_aggr;
20204 if (sizeof ac_aggr.f_ffree)
20205 return 0;
20207 return 0;
20209 _ACEOF
20210 rm -f conftest.$ac_objext
20211 if { (ac_try="$ac_compile"
20212 case "(($ac_try" in
20213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20214 *) ac_try_echo=$ac_try;;
20215 esac
20216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20217 (eval "$ac_compile") 2>conftest.er1
20218 ac_status=$?
20219 grep -v '^ *+' conftest.er1 >conftest.err
20220 rm -f conftest.er1
20221 cat conftest.err >&5
20222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20223 (exit $ac_status); } && {
20224 test -z "$ac_c_werror_flag" ||
20225 test ! -s conftest.err
20226 } && test -s conftest.$ac_objext; then
20227 ac_cv_member_struct_statfs_f_ffree=yes
20228 else
20229 echo "$as_me: failed program was:" >&5
20230 sed 's/^/| /' conftest.$ac_ext >&5
20232 ac_cv_member_struct_statfs_f_ffree=no
20235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20240 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20241 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20242 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20244 cat >>confdefs.h <<_ACEOF
20245 #define HAVE_STRUCT_STATFS_F_FFREE 1
20246 _ACEOF
20250 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20251 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20252 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20253 echo $ECHO_N "(cached) $ECHO_C" >&6
20254 else
20255 cat >conftest.$ac_ext <<_ACEOF
20256 /* confdefs.h. */
20257 _ACEOF
20258 cat confdefs.h >>conftest.$ac_ext
20259 cat >>conftest.$ac_ext <<_ACEOF
20260 /* end confdefs.h. */
20261 #include <sys/types.h>
20262 #ifdef HAVE_SYS_PARAM_H
20263 # include <sys/param.h>
20264 #endif
20265 #ifdef HAVE_SYS_MOUNT_H
20266 # include <sys/mount.h>
20267 #endif
20268 #ifdef HAVE_SYS_VFS_H
20269 # include <sys/vfs.h>
20270 #endif
20271 #ifdef HAVE_SYS_STATFS_H
20272 # include <sys/statfs.h>
20273 #endif
20276 main ()
20278 static struct statfs ac_aggr;
20279 if (ac_aggr.f_favail)
20280 return 0;
20282 return 0;
20284 _ACEOF
20285 rm -f conftest.$ac_objext
20286 if { (ac_try="$ac_compile"
20287 case "(($ac_try" in
20288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20289 *) ac_try_echo=$ac_try;;
20290 esac
20291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20292 (eval "$ac_compile") 2>conftest.er1
20293 ac_status=$?
20294 grep -v '^ *+' conftest.er1 >conftest.err
20295 rm -f conftest.er1
20296 cat conftest.err >&5
20297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20298 (exit $ac_status); } && {
20299 test -z "$ac_c_werror_flag" ||
20300 test ! -s conftest.err
20301 } && test -s conftest.$ac_objext; then
20302 ac_cv_member_struct_statfs_f_favail=yes
20303 else
20304 echo "$as_me: failed program was:" >&5
20305 sed 's/^/| /' conftest.$ac_ext >&5
20307 cat >conftest.$ac_ext <<_ACEOF
20308 /* confdefs.h. */
20309 _ACEOF
20310 cat confdefs.h >>conftest.$ac_ext
20311 cat >>conftest.$ac_ext <<_ACEOF
20312 /* end confdefs.h. */
20313 #include <sys/types.h>
20314 #ifdef HAVE_SYS_PARAM_H
20315 # include <sys/param.h>
20316 #endif
20317 #ifdef HAVE_SYS_MOUNT_H
20318 # include <sys/mount.h>
20319 #endif
20320 #ifdef HAVE_SYS_VFS_H
20321 # include <sys/vfs.h>
20322 #endif
20323 #ifdef HAVE_SYS_STATFS_H
20324 # include <sys/statfs.h>
20325 #endif
20328 main ()
20330 static struct statfs ac_aggr;
20331 if (sizeof ac_aggr.f_favail)
20332 return 0;
20334 return 0;
20336 _ACEOF
20337 rm -f conftest.$ac_objext
20338 if { (ac_try="$ac_compile"
20339 case "(($ac_try" in
20340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20341 *) ac_try_echo=$ac_try;;
20342 esac
20343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20344 (eval "$ac_compile") 2>conftest.er1
20345 ac_status=$?
20346 grep -v '^ *+' conftest.er1 >conftest.err
20347 rm -f conftest.er1
20348 cat conftest.err >&5
20349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20350 (exit $ac_status); } && {
20351 test -z "$ac_c_werror_flag" ||
20352 test ! -s conftest.err
20353 } && test -s conftest.$ac_objext; then
20354 ac_cv_member_struct_statfs_f_favail=yes
20355 else
20356 echo "$as_me: failed program was:" >&5
20357 sed 's/^/| /' conftest.$ac_ext >&5
20359 ac_cv_member_struct_statfs_f_favail=no
20362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20367 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20368 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20369 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20371 cat >>confdefs.h <<_ACEOF
20372 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20373 _ACEOF
20377 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20378 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20379 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20380 echo $ECHO_N "(cached) $ECHO_C" >&6
20381 else
20382 cat >conftest.$ac_ext <<_ACEOF
20383 /* confdefs.h. */
20384 _ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h. */
20388 #include <sys/types.h>
20389 #ifdef HAVE_SYS_PARAM_H
20390 # include <sys/param.h>
20391 #endif
20392 #ifdef HAVE_SYS_MOUNT_H
20393 # include <sys/mount.h>
20394 #endif
20395 #ifdef HAVE_SYS_VFS_H
20396 # include <sys/vfs.h>
20397 #endif
20398 #ifdef HAVE_SYS_STATFS_H
20399 # include <sys/statfs.h>
20400 #endif
20403 main ()
20405 static struct statfs ac_aggr;
20406 if (ac_aggr.f_namelen)
20407 return 0;
20409 return 0;
20411 _ACEOF
20412 rm -f conftest.$ac_objext
20413 if { (ac_try="$ac_compile"
20414 case "(($ac_try" in
20415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20416 *) ac_try_echo=$ac_try;;
20417 esac
20418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20419 (eval "$ac_compile") 2>conftest.er1
20420 ac_status=$?
20421 grep -v '^ *+' conftest.er1 >conftest.err
20422 rm -f conftest.er1
20423 cat conftest.err >&5
20424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); } && {
20426 test -z "$ac_c_werror_flag" ||
20427 test ! -s conftest.err
20428 } && test -s conftest.$ac_objext; then
20429 ac_cv_member_struct_statfs_f_namelen=yes
20430 else
20431 echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20434 cat >conftest.$ac_ext <<_ACEOF
20435 /* confdefs.h. */
20436 _ACEOF
20437 cat confdefs.h >>conftest.$ac_ext
20438 cat >>conftest.$ac_ext <<_ACEOF
20439 /* end confdefs.h. */
20440 #include <sys/types.h>
20441 #ifdef HAVE_SYS_PARAM_H
20442 # include <sys/param.h>
20443 #endif
20444 #ifdef HAVE_SYS_MOUNT_H
20445 # include <sys/mount.h>
20446 #endif
20447 #ifdef HAVE_SYS_VFS_H
20448 # include <sys/vfs.h>
20449 #endif
20450 #ifdef HAVE_SYS_STATFS_H
20451 # include <sys/statfs.h>
20452 #endif
20455 main ()
20457 static struct statfs ac_aggr;
20458 if (sizeof ac_aggr.f_namelen)
20459 return 0;
20461 return 0;
20463 _ACEOF
20464 rm -f conftest.$ac_objext
20465 if { (ac_try="$ac_compile"
20466 case "(($ac_try" in
20467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20468 *) ac_try_echo=$ac_try;;
20469 esac
20470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20471 (eval "$ac_compile") 2>conftest.er1
20472 ac_status=$?
20473 grep -v '^ *+' conftest.er1 >conftest.err
20474 rm -f conftest.er1
20475 cat conftest.err >&5
20476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20477 (exit $ac_status); } && {
20478 test -z "$ac_c_werror_flag" ||
20479 test ! -s conftest.err
20480 } && test -s conftest.$ac_objext; then
20481 ac_cv_member_struct_statfs_f_namelen=yes
20482 else
20483 echo "$as_me: failed program was:" >&5
20484 sed 's/^/| /' conftest.$ac_ext >&5
20486 ac_cv_member_struct_statfs_f_namelen=no
20489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20494 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20495 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20496 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20498 cat >>confdefs.h <<_ACEOF
20499 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20500 _ACEOF
20506 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20507 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20508 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20509 echo $ECHO_N "(cached) $ECHO_C" >&6
20510 else
20511 cat >conftest.$ac_ext <<_ACEOF
20512 /* confdefs.h. */
20513 _ACEOF
20514 cat confdefs.h >>conftest.$ac_ext
20515 cat >>conftest.$ac_ext <<_ACEOF
20516 /* end confdefs.h. */
20517 #ifdef HAVE_SYS_STATVFS_H
20518 #include <sys/statvfs.h>
20519 #endif
20522 main ()
20524 static struct statvfs ac_aggr;
20525 if (ac_aggr.f_blocks)
20526 return 0;
20528 return 0;
20530 _ACEOF
20531 rm -f conftest.$ac_objext
20532 if { (ac_try="$ac_compile"
20533 case "(($ac_try" in
20534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20535 *) ac_try_echo=$ac_try;;
20536 esac
20537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20538 (eval "$ac_compile") 2>conftest.er1
20539 ac_status=$?
20540 grep -v '^ *+' conftest.er1 >conftest.err
20541 rm -f conftest.er1
20542 cat conftest.err >&5
20543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20544 (exit $ac_status); } && {
20545 test -z "$ac_c_werror_flag" ||
20546 test ! -s conftest.err
20547 } && test -s conftest.$ac_objext; then
20548 ac_cv_member_struct_statvfs_f_blocks=yes
20549 else
20550 echo "$as_me: failed program was:" >&5
20551 sed 's/^/| /' conftest.$ac_ext >&5
20553 cat >conftest.$ac_ext <<_ACEOF
20554 /* confdefs.h. */
20555 _ACEOF
20556 cat confdefs.h >>conftest.$ac_ext
20557 cat >>conftest.$ac_ext <<_ACEOF
20558 /* end confdefs.h. */
20559 #ifdef HAVE_SYS_STATVFS_H
20560 #include <sys/statvfs.h>
20561 #endif
20564 main ()
20566 static struct statvfs ac_aggr;
20567 if (sizeof ac_aggr.f_blocks)
20568 return 0;
20570 return 0;
20572 _ACEOF
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577 *) ac_try_echo=$ac_try;;
20578 esac
20579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580 (eval "$ac_compile") 2>conftest.er1
20581 ac_status=$?
20582 grep -v '^ *+' conftest.er1 >conftest.err
20583 rm -f conftest.er1
20584 cat conftest.err >&5
20585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20586 (exit $ac_status); } && {
20587 test -z "$ac_c_werror_flag" ||
20588 test ! -s conftest.err
20589 } && test -s conftest.$ac_objext; then
20590 ac_cv_member_struct_statvfs_f_blocks=yes
20591 else
20592 echo "$as_me: failed program was:" >&5
20593 sed 's/^/| /' conftest.$ac_ext >&5
20595 ac_cv_member_struct_statvfs_f_blocks=no
20598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20603 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20604 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20605 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20607 cat >>confdefs.h <<_ACEOF
20608 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20609 _ACEOF
20615 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20616 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20617 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20618 echo $ECHO_N "(cached) $ECHO_C" >&6
20619 else
20620 cat >conftest.$ac_ext <<_ACEOF
20621 /* confdefs.h. */
20622 _ACEOF
20623 cat confdefs.h >>conftest.$ac_ext
20624 cat >>conftest.$ac_ext <<_ACEOF
20625 /* end confdefs.h. */
20626 #include <sys/types.h>
20627 #ifdef HAVE_SYS_SOCKET_H
20628 # include <sys/socket.h>
20629 #endif
20630 #ifdef HAVE_SYS_UN_H
20631 # include <sys/un.h>
20632 #endif
20635 main ()
20637 static struct msghdr ac_aggr;
20638 if (ac_aggr.msg_accrights)
20639 return 0;
20641 return 0;
20643 _ACEOF
20644 rm -f conftest.$ac_objext
20645 if { (ac_try="$ac_compile"
20646 case "(($ac_try" in
20647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20648 *) ac_try_echo=$ac_try;;
20649 esac
20650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20651 (eval "$ac_compile") 2>conftest.er1
20652 ac_status=$?
20653 grep -v '^ *+' conftest.er1 >conftest.err
20654 rm -f conftest.er1
20655 cat conftest.err >&5
20656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20657 (exit $ac_status); } && {
20658 test -z "$ac_c_werror_flag" ||
20659 test ! -s conftest.err
20660 } && test -s conftest.$ac_objext; then
20661 ac_cv_member_struct_msghdr_msg_accrights=yes
20662 else
20663 echo "$as_me: failed program was:" >&5
20664 sed 's/^/| /' conftest.$ac_ext >&5
20666 cat >conftest.$ac_ext <<_ACEOF
20667 /* confdefs.h. */
20668 _ACEOF
20669 cat confdefs.h >>conftest.$ac_ext
20670 cat >>conftest.$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 #include <sys/types.h>
20673 #ifdef HAVE_SYS_SOCKET_H
20674 # include <sys/socket.h>
20675 #endif
20676 #ifdef HAVE_SYS_UN_H
20677 # include <sys/un.h>
20678 #endif
20681 main ()
20683 static struct msghdr ac_aggr;
20684 if (sizeof ac_aggr.msg_accrights)
20685 return 0;
20687 return 0;
20689 _ACEOF
20690 rm -f conftest.$ac_objext
20691 if { (ac_try="$ac_compile"
20692 case "(($ac_try" in
20693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20694 *) ac_try_echo=$ac_try;;
20695 esac
20696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20697 (eval "$ac_compile") 2>conftest.er1
20698 ac_status=$?
20699 grep -v '^ *+' conftest.er1 >conftest.err
20700 rm -f conftest.er1
20701 cat conftest.err >&5
20702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20703 (exit $ac_status); } && {
20704 test -z "$ac_c_werror_flag" ||
20705 test ! -s conftest.err
20706 } && test -s conftest.$ac_objext; then
20707 ac_cv_member_struct_msghdr_msg_accrights=yes
20708 else
20709 echo "$as_me: failed program was:" >&5
20710 sed 's/^/| /' conftest.$ac_ext >&5
20712 ac_cv_member_struct_msghdr_msg_accrights=no
20715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20720 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20721 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20722 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20724 cat >>confdefs.h <<_ACEOF
20725 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20726 _ACEOF
20730 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20731 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20732 if test "${ac_cv_member_struct_sockaddr_sa_len+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. */
20741 #include <sys/types.h>
20742 #ifdef HAVE_SYS_SOCKET_H
20743 # include <sys/socket.h>
20744 #endif
20745 #ifdef HAVE_SYS_UN_H
20746 # include <sys/un.h>
20747 #endif
20750 main ()
20752 static struct sockaddr ac_aggr;
20753 if (ac_aggr.sa_len)
20754 return 0;
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 ac_cv_member_struct_sockaddr_sa_len=yes
20777 else
20778 echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20781 cat >conftest.$ac_ext <<_ACEOF
20782 /* confdefs.h. */
20783 _ACEOF
20784 cat confdefs.h >>conftest.$ac_ext
20785 cat >>conftest.$ac_ext <<_ACEOF
20786 /* end confdefs.h. */
20787 #include <sys/types.h>
20788 #ifdef HAVE_SYS_SOCKET_H
20789 # include <sys/socket.h>
20790 #endif
20791 #ifdef HAVE_SYS_UN_H
20792 # include <sys/un.h>
20793 #endif
20796 main ()
20798 static struct sockaddr ac_aggr;
20799 if (sizeof ac_aggr.sa_len)
20800 return 0;
20802 return 0;
20804 _ACEOF
20805 rm -f conftest.$ac_objext
20806 if { (ac_try="$ac_compile"
20807 case "(($ac_try" in
20808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20809 *) ac_try_echo=$ac_try;;
20810 esac
20811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20812 (eval "$ac_compile") 2>conftest.er1
20813 ac_status=$?
20814 grep -v '^ *+' conftest.er1 >conftest.err
20815 rm -f conftest.er1
20816 cat conftest.err >&5
20817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20818 (exit $ac_status); } && {
20819 test -z "$ac_c_werror_flag" ||
20820 test ! -s conftest.err
20821 } && test -s conftest.$ac_objext; then
20822 ac_cv_member_struct_sockaddr_sa_len=yes
20823 else
20824 echo "$as_me: failed program was:" >&5
20825 sed 's/^/| /' conftest.$ac_ext >&5
20827 ac_cv_member_struct_sockaddr_sa_len=no
20830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20835 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20836 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20837 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20839 cat >>confdefs.h <<_ACEOF
20840 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20841 _ACEOF
20845 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20846 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20847 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20848 echo $ECHO_N "(cached) $ECHO_C" >&6
20849 else
20850 cat >conftest.$ac_ext <<_ACEOF
20851 /* confdefs.h. */
20852 _ACEOF
20853 cat confdefs.h >>conftest.$ac_ext
20854 cat >>conftest.$ac_ext <<_ACEOF
20855 /* end confdefs.h. */
20856 #include <sys/types.h>
20857 #ifdef HAVE_SYS_SOCKET_H
20858 # include <sys/socket.h>
20859 #endif
20860 #ifdef HAVE_SYS_UN_H
20861 # include <sys/un.h>
20862 #endif
20865 main ()
20867 static struct sockaddr_un ac_aggr;
20868 if (ac_aggr.sun_len)
20869 return 0;
20871 return 0;
20873 _ACEOF
20874 rm -f conftest.$ac_objext
20875 if { (ac_try="$ac_compile"
20876 case "(($ac_try" in
20877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 *) ac_try_echo=$ac_try;;
20879 esac
20880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20881 (eval "$ac_compile") 2>conftest.er1
20882 ac_status=$?
20883 grep -v '^ *+' conftest.er1 >conftest.err
20884 rm -f conftest.er1
20885 cat conftest.err >&5
20886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20887 (exit $ac_status); } && {
20888 test -z "$ac_c_werror_flag" ||
20889 test ! -s conftest.err
20890 } && test -s conftest.$ac_objext; then
20891 ac_cv_member_struct_sockaddr_un_sun_len=yes
20892 else
20893 echo "$as_me: failed program was:" >&5
20894 sed 's/^/| /' conftest.$ac_ext >&5
20896 cat >conftest.$ac_ext <<_ACEOF
20897 /* confdefs.h. */
20898 _ACEOF
20899 cat confdefs.h >>conftest.$ac_ext
20900 cat >>conftest.$ac_ext <<_ACEOF
20901 /* end confdefs.h. */
20902 #include <sys/types.h>
20903 #ifdef HAVE_SYS_SOCKET_H
20904 # include <sys/socket.h>
20905 #endif
20906 #ifdef HAVE_SYS_UN_H
20907 # include <sys/un.h>
20908 #endif
20911 main ()
20913 static struct sockaddr_un ac_aggr;
20914 if (sizeof ac_aggr.sun_len)
20915 return 0;
20917 return 0;
20919 _ACEOF
20920 rm -f conftest.$ac_objext
20921 if { (ac_try="$ac_compile"
20922 case "(($ac_try" in
20923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20924 *) ac_try_echo=$ac_try;;
20925 esac
20926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_struct_sockaddr_un_sun_len=yes
20938 else
20939 echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 ac_cv_member_struct_sockaddr_un_sun_len=no
20945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20950 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20951 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20952 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20954 cat >>confdefs.h <<_ACEOF
20955 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20956 _ACEOF
20962 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20963 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20964 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20965 echo $ECHO_N "(cached) $ECHO_C" >&6
20966 else
20967 cat >conftest.$ac_ext <<_ACEOF
20968 /* confdefs.h. */
20969 _ACEOF
20970 cat confdefs.h >>conftest.$ac_ext
20971 cat >>conftest.$ac_ext <<_ACEOF
20972 /* end confdefs.h. */
20973 #include <sys/types.h>
20974 #ifdef HAVE_SCSI_SG_H
20975 #include <scsi/sg.h>
20976 #endif
20979 main ()
20981 static scsireq_t ac_aggr;
20982 if (ac_aggr.cmd)
20983 return 0;
20985 return 0;
20987 _ACEOF
20988 rm -f conftest.$ac_objext
20989 if { (ac_try="$ac_compile"
20990 case "(($ac_try" in
20991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20992 *) ac_try_echo=$ac_try;;
20993 esac
20994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20995 (eval "$ac_compile") 2>conftest.er1
20996 ac_status=$?
20997 grep -v '^ *+' conftest.er1 >conftest.err
20998 rm -f conftest.er1
20999 cat conftest.err >&5
21000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21001 (exit $ac_status); } && {
21002 test -z "$ac_c_werror_flag" ||
21003 test ! -s conftest.err
21004 } && test -s conftest.$ac_objext; then
21005 ac_cv_member_scsireq_t_cmd=yes
21006 else
21007 echo "$as_me: failed program was:" >&5
21008 sed 's/^/| /' conftest.$ac_ext >&5
21010 cat >conftest.$ac_ext <<_ACEOF
21011 /* confdefs.h. */
21012 _ACEOF
21013 cat confdefs.h >>conftest.$ac_ext
21014 cat >>conftest.$ac_ext <<_ACEOF
21015 /* end confdefs.h. */
21016 #include <sys/types.h>
21017 #ifdef HAVE_SCSI_SG_H
21018 #include <scsi/sg.h>
21019 #endif
21022 main ()
21024 static scsireq_t ac_aggr;
21025 if (sizeof ac_aggr.cmd)
21026 return 0;
21028 return 0;
21030 _ACEOF
21031 rm -f conftest.$ac_objext
21032 if { (ac_try="$ac_compile"
21033 case "(($ac_try" in
21034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21035 *) ac_try_echo=$ac_try;;
21036 esac
21037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21038 (eval "$ac_compile") 2>conftest.er1
21039 ac_status=$?
21040 grep -v '^ *+' conftest.er1 >conftest.err
21041 rm -f conftest.er1
21042 cat conftest.err >&5
21043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21044 (exit $ac_status); } && {
21045 test -z "$ac_c_werror_flag" ||
21046 test ! -s conftest.err
21047 } && test -s conftest.$ac_objext; then
21048 ac_cv_member_scsireq_t_cmd=yes
21049 else
21050 echo "$as_me: failed program was:" >&5
21051 sed 's/^/| /' conftest.$ac_ext >&5
21053 ac_cv_member_scsireq_t_cmd=no
21056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21061 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21062 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21063 if test $ac_cv_member_scsireq_t_cmd = yes; then
21065 cat >>confdefs.h <<_ACEOF
21066 #define HAVE_SCSIREQ_T_CMD 1
21067 _ACEOF
21071 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21072 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21073 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21074 echo $ECHO_N "(cached) $ECHO_C" >&6
21075 else
21076 cat >conftest.$ac_ext <<_ACEOF
21077 /* confdefs.h. */
21078 _ACEOF
21079 cat confdefs.h >>conftest.$ac_ext
21080 cat >>conftest.$ac_ext <<_ACEOF
21081 /* end confdefs.h. */
21082 #include <sys/types.h>
21083 #ifdef HAVE_SCSI_SG_H
21084 #include <scsi/sg.h>
21085 #endif
21088 main ()
21090 static sg_io_hdr_t ac_aggr;
21091 if (ac_aggr.interface_id)
21092 return 0;
21094 return 0;
21096 _ACEOF
21097 rm -f conftest.$ac_objext
21098 if { (ac_try="$ac_compile"
21099 case "(($ac_try" in
21100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21101 *) ac_try_echo=$ac_try;;
21102 esac
21103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21105 ac_status=$?
21106 grep -v '^ *+' conftest.er1 >conftest.err
21107 rm -f conftest.er1
21108 cat conftest.err >&5
21109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_sg_io_hdr_t_interface_id=yes
21115 else
21116 echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 cat >conftest.$ac_ext <<_ACEOF
21120 /* confdefs.h. */
21121 _ACEOF
21122 cat confdefs.h >>conftest.$ac_ext
21123 cat >>conftest.$ac_ext <<_ACEOF
21124 /* end confdefs.h. */
21125 #include <sys/types.h>
21126 #ifdef HAVE_SCSI_SG_H
21127 #include <scsi/sg.h>
21128 #endif
21131 main ()
21133 static sg_io_hdr_t ac_aggr;
21134 if (sizeof ac_aggr.interface_id)
21135 return 0;
21137 return 0;
21139 _ACEOF
21140 rm -f conftest.$ac_objext
21141 if { (ac_try="$ac_compile"
21142 case "(($ac_try" in
21143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21144 *) ac_try_echo=$ac_try;;
21145 esac
21146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21147 (eval "$ac_compile") 2>conftest.er1
21148 ac_status=$?
21149 grep -v '^ *+' conftest.er1 >conftest.err
21150 rm -f conftest.er1
21151 cat conftest.err >&5
21152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21153 (exit $ac_status); } && {
21154 test -z "$ac_c_werror_flag" ||
21155 test ! -s conftest.err
21156 } && test -s conftest.$ac_objext; then
21157 ac_cv_member_sg_io_hdr_t_interface_id=yes
21158 else
21159 echo "$as_me: failed program was:" >&5
21160 sed 's/^/| /' conftest.$ac_ext >&5
21162 ac_cv_member_sg_io_hdr_t_interface_id=no
21165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21170 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21171 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21172 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21174 cat >>confdefs.h <<_ACEOF
21175 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21176 _ACEOF
21182 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21183 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21184 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21185 echo $ECHO_N "(cached) $ECHO_C" >&6
21186 else
21187 cat >conftest.$ac_ext <<_ACEOF
21188 /* confdefs.h. */
21189 _ACEOF
21190 cat confdefs.h >>conftest.$ac_ext
21191 cat >>conftest.$ac_ext <<_ACEOF
21192 /* end confdefs.h. */
21193 #include <signal.h>
21196 main ()
21198 static siginfo_t ac_aggr;
21199 if (ac_aggr.si_fd)
21200 return 0;
21202 return 0;
21204 _ACEOF
21205 rm -f conftest.$ac_objext
21206 if { (ac_try="$ac_compile"
21207 case "(($ac_try" in
21208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21209 *) ac_try_echo=$ac_try;;
21210 esac
21211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21212 (eval "$ac_compile") 2>conftest.er1
21213 ac_status=$?
21214 grep -v '^ *+' conftest.er1 >conftest.err
21215 rm -f conftest.er1
21216 cat conftest.err >&5
21217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21218 (exit $ac_status); } && {
21219 test -z "$ac_c_werror_flag" ||
21220 test ! -s conftest.err
21221 } && test -s conftest.$ac_objext; then
21222 ac_cv_member_siginfo_t_si_fd=yes
21223 else
21224 echo "$as_me: failed program was:" >&5
21225 sed 's/^/| /' conftest.$ac_ext >&5
21227 cat >conftest.$ac_ext <<_ACEOF
21228 /* confdefs.h. */
21229 _ACEOF
21230 cat confdefs.h >>conftest.$ac_ext
21231 cat >>conftest.$ac_ext <<_ACEOF
21232 /* end confdefs.h. */
21233 #include <signal.h>
21236 main ()
21238 static siginfo_t ac_aggr;
21239 if (sizeof ac_aggr.si_fd)
21240 return 0;
21242 return 0;
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249 *) ac_try_echo=$ac_try;;
21250 esac
21251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21252 (eval "$ac_compile") 2>conftest.er1
21253 ac_status=$?
21254 grep -v '^ *+' conftest.er1 >conftest.err
21255 rm -f conftest.er1
21256 cat conftest.err >&5
21257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); } && {
21259 test -z "$ac_c_werror_flag" ||
21260 test ! -s conftest.err
21261 } && test -s conftest.$ac_objext; then
21262 ac_cv_member_siginfo_t_si_fd=yes
21263 else
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21267 ac_cv_member_siginfo_t_si_fd=no
21270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21275 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21276 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21277 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21279 cat >>confdefs.h <<_ACEOF
21280 #define HAVE_SIGINFO_T_SI_FD 1
21281 _ACEOF
21287 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21288 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21289 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21290 echo $ECHO_N "(cached) $ECHO_C" >&6
21291 else
21292 cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h. */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 #include <sys/types.h>
21299 #ifdef HAVE_SYS_MTIO_H
21300 #include <sys/mtio.h>
21301 #endif
21304 main ()
21306 static struct mtget ac_aggr;
21307 if (ac_aggr.mt_blksiz)
21308 return 0;
21310 return 0;
21312 _ACEOF
21313 rm -f conftest.$ac_objext
21314 if { (ac_try="$ac_compile"
21315 case "(($ac_try" in
21316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21317 *) ac_try_echo=$ac_try;;
21318 esac
21319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21320 (eval "$ac_compile") 2>conftest.er1
21321 ac_status=$?
21322 grep -v '^ *+' conftest.er1 >conftest.err
21323 rm -f conftest.er1
21324 cat conftest.err >&5
21325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21326 (exit $ac_status); } && {
21327 test -z "$ac_c_werror_flag" ||
21328 test ! -s conftest.err
21329 } && test -s conftest.$ac_objext; then
21330 ac_cv_member_struct_mtget_mt_blksiz=yes
21331 else
21332 echo "$as_me: failed program was:" >&5
21333 sed 's/^/| /' conftest.$ac_ext >&5
21335 cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h. */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h. */
21341 #include <sys/types.h>
21342 #ifdef HAVE_SYS_MTIO_H
21343 #include <sys/mtio.h>
21344 #endif
21347 main ()
21349 static struct mtget ac_aggr;
21350 if (sizeof ac_aggr.mt_blksiz)
21351 return 0;
21353 return 0;
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21361 esac
21362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21363 (eval "$ac_compile") 2>conftest.er1
21364 ac_status=$?
21365 grep -v '^ *+' conftest.er1 >conftest.err
21366 rm -f conftest.er1
21367 cat conftest.err >&5
21368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); } && {
21370 test -z "$ac_c_werror_flag" ||
21371 test ! -s conftest.err
21372 } && test -s conftest.$ac_objext; then
21373 ac_cv_member_struct_mtget_mt_blksiz=yes
21374 else
21375 echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21378 ac_cv_member_struct_mtget_mt_blksiz=no
21381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21386 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21387 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21388 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21390 cat >>confdefs.h <<_ACEOF
21391 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21392 _ACEOF
21396 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21397 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21398 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21399 echo $ECHO_N "(cached) $ECHO_C" >&6
21400 else
21401 cat >conftest.$ac_ext <<_ACEOF
21402 /* confdefs.h. */
21403 _ACEOF
21404 cat confdefs.h >>conftest.$ac_ext
21405 cat >>conftest.$ac_ext <<_ACEOF
21406 /* end confdefs.h. */
21407 #include <sys/types.h>
21408 #ifdef HAVE_SYS_MTIO_H
21409 #include <sys/mtio.h>
21410 #endif
21413 main ()
21415 static struct mtget ac_aggr;
21416 if (ac_aggr.mt_gstat)
21417 return 0;
21419 return 0;
21421 _ACEOF
21422 rm -f conftest.$ac_objext
21423 if { (ac_try="$ac_compile"
21424 case "(($ac_try" in
21425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21426 *) ac_try_echo=$ac_try;;
21427 esac
21428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21429 (eval "$ac_compile") 2>conftest.er1
21430 ac_status=$?
21431 grep -v '^ *+' conftest.er1 >conftest.err
21432 rm -f conftest.er1
21433 cat conftest.err >&5
21434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21435 (exit $ac_status); } && {
21436 test -z "$ac_c_werror_flag" ||
21437 test ! -s conftest.err
21438 } && test -s conftest.$ac_objext; then
21439 ac_cv_member_struct_mtget_mt_gstat=yes
21440 else
21441 echo "$as_me: failed program was:" >&5
21442 sed 's/^/| /' conftest.$ac_ext >&5
21444 cat >conftest.$ac_ext <<_ACEOF
21445 /* confdefs.h. */
21446 _ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h. */
21450 #include <sys/types.h>
21451 #ifdef HAVE_SYS_MTIO_H
21452 #include <sys/mtio.h>
21453 #endif
21456 main ()
21458 static struct mtget ac_aggr;
21459 if (sizeof ac_aggr.mt_gstat)
21460 return 0;
21462 return 0;
21464 _ACEOF
21465 rm -f conftest.$ac_objext
21466 if { (ac_try="$ac_compile"
21467 case "(($ac_try" in
21468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21469 *) ac_try_echo=$ac_try;;
21470 esac
21471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21472 (eval "$ac_compile") 2>conftest.er1
21473 ac_status=$?
21474 grep -v '^ *+' conftest.er1 >conftest.err
21475 rm -f conftest.er1
21476 cat conftest.err >&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); } && {
21479 test -z "$ac_c_werror_flag" ||
21480 test ! -s conftest.err
21481 } && test -s conftest.$ac_objext; then
21482 ac_cv_member_struct_mtget_mt_gstat=yes
21483 else
21484 echo "$as_me: failed program was:" >&5
21485 sed 's/^/| /' conftest.$ac_ext >&5
21487 ac_cv_member_struct_mtget_mt_gstat=no
21490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21495 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21496 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21497 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21499 cat >>confdefs.h <<_ACEOF
21500 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21501 _ACEOF
21505 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21506 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21507 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21508 echo $ECHO_N "(cached) $ECHO_C" >&6
21509 else
21510 cat >conftest.$ac_ext <<_ACEOF
21511 /* confdefs.h. */
21512 _ACEOF
21513 cat confdefs.h >>conftest.$ac_ext
21514 cat >>conftest.$ac_ext <<_ACEOF
21515 /* end confdefs.h. */
21516 #include <sys/types.h>
21517 #ifdef HAVE_SYS_MTIO_H
21518 #include <sys/mtio.h>
21519 #endif
21522 main ()
21524 static struct mtget ac_aggr;
21525 if (ac_aggr.mt_blkno)
21526 return 0;
21528 return 0;
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21536 esac
21537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21538 (eval "$ac_compile") 2>conftest.er1
21539 ac_status=$?
21540 grep -v '^ *+' conftest.er1 >conftest.err
21541 rm -f conftest.er1
21542 cat conftest.err >&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); } && {
21545 test -z "$ac_c_werror_flag" ||
21546 test ! -s conftest.err
21547 } && test -s conftest.$ac_objext; then
21548 ac_cv_member_struct_mtget_mt_blkno=yes
21549 else
21550 echo "$as_me: failed program was:" >&5
21551 sed 's/^/| /' conftest.$ac_ext >&5
21553 cat >conftest.$ac_ext <<_ACEOF
21554 /* confdefs.h. */
21555 _ACEOF
21556 cat confdefs.h >>conftest.$ac_ext
21557 cat >>conftest.$ac_ext <<_ACEOF
21558 /* end confdefs.h. */
21559 #include <sys/types.h>
21560 #ifdef HAVE_SYS_MTIO_H
21561 #include <sys/mtio.h>
21562 #endif
21565 main ()
21567 static struct mtget ac_aggr;
21568 if (sizeof ac_aggr.mt_blkno)
21569 return 0;
21571 return 0;
21573 _ACEOF
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21578 *) ac_try_echo=$ac_try;;
21579 esac
21580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21581 (eval "$ac_compile") 2>conftest.er1
21582 ac_status=$?
21583 grep -v '^ *+' conftest.er1 >conftest.err
21584 rm -f conftest.er1
21585 cat conftest.err >&5
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); } && {
21588 test -z "$ac_c_werror_flag" ||
21589 test ! -s conftest.err
21590 } && test -s conftest.$ac_objext; then
21591 ac_cv_member_struct_mtget_mt_blkno=yes
21592 else
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21596 ac_cv_member_struct_mtget_mt_blkno=no
21599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21604 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21605 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21606 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21608 cat >>confdefs.h <<_ACEOF
21609 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21610 _ACEOF
21616 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21617 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21618 if test "${ac_cv_member_struct_option_name+set}" = set; then
21619 echo $ECHO_N "(cached) $ECHO_C" >&6
21620 else
21621 cat >conftest.$ac_ext <<_ACEOF
21622 /* confdefs.h. */
21623 _ACEOF
21624 cat confdefs.h >>conftest.$ac_ext
21625 cat >>conftest.$ac_ext <<_ACEOF
21626 /* end confdefs.h. */
21627 #ifdef HAVE_GETOPT_H
21628 #include <getopt.h>
21629 #endif
21632 main ()
21634 static struct option ac_aggr;
21635 if (ac_aggr.name)
21636 return 0;
21638 return 0;
21640 _ACEOF
21641 rm -f conftest.$ac_objext
21642 if { (ac_try="$ac_compile"
21643 case "(($ac_try" in
21644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21645 *) ac_try_echo=$ac_try;;
21646 esac
21647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_option_name=yes
21659 else
21660 echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 cat >conftest.$ac_ext <<_ACEOF
21664 /* confdefs.h. */
21665 _ACEOF
21666 cat confdefs.h >>conftest.$ac_ext
21667 cat >>conftest.$ac_ext <<_ACEOF
21668 /* end confdefs.h. */
21669 #ifdef HAVE_GETOPT_H
21670 #include <getopt.h>
21671 #endif
21674 main ()
21676 static struct option ac_aggr;
21677 if (sizeof ac_aggr.name)
21678 return 0;
21680 return 0;
21682 _ACEOF
21683 rm -f conftest.$ac_objext
21684 if { (ac_try="$ac_compile"
21685 case "(($ac_try" in
21686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21687 *) ac_try_echo=$ac_try;;
21688 esac
21689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21690 (eval "$ac_compile") 2>conftest.er1
21691 ac_status=$?
21692 grep -v '^ *+' conftest.er1 >conftest.err
21693 rm -f conftest.er1
21694 cat conftest.err >&5
21695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21696 (exit $ac_status); } && {
21697 test -z "$ac_c_werror_flag" ||
21698 test ! -s conftest.err
21699 } && test -s conftest.$ac_objext; then
21700 ac_cv_member_struct_option_name=yes
21701 else
21702 echo "$as_me: failed program was:" >&5
21703 sed 's/^/| /' conftest.$ac_ext >&5
21705 ac_cv_member_struct_option_name=no
21708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21713 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21714 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21715 if test $ac_cv_member_struct_option_name = yes; then
21717 cat >>confdefs.h <<_ACEOF
21718 #define HAVE_STRUCT_OPTION_NAME 1
21719 _ACEOF
21725 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21726 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21727 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21728 echo $ECHO_N "(cached) $ECHO_C" >&6
21729 else
21730 cat >conftest.$ac_ext <<_ACEOF
21731 /* confdefs.h. */
21732 _ACEOF
21733 cat confdefs.h >>conftest.$ac_ext
21734 cat >>conftest.$ac_ext <<_ACEOF
21735 /* end confdefs.h. */
21736 $ac_includes_default
21738 main ()
21740 static struct stat ac_aggr;
21741 if (ac_aggr.st_blocks)
21742 return 0;
21744 return 0;
21746 _ACEOF
21747 rm -f conftest.$ac_objext
21748 if { (ac_try="$ac_compile"
21749 case "(($ac_try" in
21750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21751 *) ac_try_echo=$ac_try;;
21752 esac
21753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21754 (eval "$ac_compile") 2>conftest.er1
21755 ac_status=$?
21756 grep -v '^ *+' conftest.er1 >conftest.err
21757 rm -f conftest.er1
21758 cat conftest.err >&5
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); } && {
21761 test -z "$ac_c_werror_flag" ||
21762 test ! -s conftest.err
21763 } && test -s conftest.$ac_objext; then
21764 ac_cv_member_struct_stat_st_blocks=yes
21765 else
21766 echo "$as_me: failed program was:" >&5
21767 sed 's/^/| /' conftest.$ac_ext >&5
21769 cat >conftest.$ac_ext <<_ACEOF
21770 /* confdefs.h. */
21771 _ACEOF
21772 cat confdefs.h >>conftest.$ac_ext
21773 cat >>conftest.$ac_ext <<_ACEOF
21774 /* end confdefs.h. */
21775 $ac_includes_default
21777 main ()
21779 static struct stat ac_aggr;
21780 if (sizeof ac_aggr.st_blocks)
21781 return 0;
21783 return 0;
21785 _ACEOF
21786 rm -f conftest.$ac_objext
21787 if { (ac_try="$ac_compile"
21788 case "(($ac_try" in
21789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21790 *) ac_try_echo=$ac_try;;
21791 esac
21792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21793 (eval "$ac_compile") 2>conftest.er1
21794 ac_status=$?
21795 grep -v '^ *+' conftest.er1 >conftest.err
21796 rm -f conftest.er1
21797 cat conftest.err >&5
21798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21799 (exit $ac_status); } && {
21800 test -z "$ac_c_werror_flag" ||
21801 test ! -s conftest.err
21802 } && test -s conftest.$ac_objext; then
21803 ac_cv_member_struct_stat_st_blocks=yes
21804 else
21805 echo "$as_me: failed program was:" >&5
21806 sed 's/^/| /' conftest.$ac_ext >&5
21808 ac_cv_member_struct_stat_st_blocks=no
21811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21816 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21817 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21818 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21820 cat >>confdefs.h <<_ACEOF
21821 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21822 _ACEOF
21826 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21827 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21828 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21829 echo $ECHO_N "(cached) $ECHO_C" >&6
21830 else
21831 cat >conftest.$ac_ext <<_ACEOF
21832 /* confdefs.h. */
21833 _ACEOF
21834 cat confdefs.h >>conftest.$ac_ext
21835 cat >>conftest.$ac_ext <<_ACEOF
21836 /* end confdefs.h. */
21837 $ac_includes_default
21839 main ()
21841 static struct stat ac_aggr;
21842 if (ac_aggr.st_mtim)
21843 return 0;
21845 return 0;
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852 *) ac_try_echo=$ac_try;;
21853 esac
21854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21855 (eval "$ac_compile") 2>conftest.er1
21856 ac_status=$?
21857 grep -v '^ *+' conftest.er1 >conftest.err
21858 rm -f conftest.er1
21859 cat conftest.err >&5
21860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21861 (exit $ac_status); } && {
21862 test -z "$ac_c_werror_flag" ||
21863 test ! -s conftest.err
21864 } && test -s conftest.$ac_objext; then
21865 ac_cv_member_struct_stat_st_mtim=yes
21866 else
21867 echo "$as_me: failed program was:" >&5
21868 sed 's/^/| /' conftest.$ac_ext >&5
21870 cat >conftest.$ac_ext <<_ACEOF
21871 /* confdefs.h. */
21872 _ACEOF
21873 cat confdefs.h >>conftest.$ac_ext
21874 cat >>conftest.$ac_ext <<_ACEOF
21875 /* end confdefs.h. */
21876 $ac_includes_default
21878 main ()
21880 static struct stat ac_aggr;
21881 if (sizeof ac_aggr.st_mtim)
21882 return 0;
21884 return 0;
21886 _ACEOF
21887 rm -f conftest.$ac_objext
21888 if { (ac_try="$ac_compile"
21889 case "(($ac_try" in
21890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21891 *) ac_try_echo=$ac_try;;
21892 esac
21893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21894 (eval "$ac_compile") 2>conftest.er1
21895 ac_status=$?
21896 grep -v '^ *+' conftest.er1 >conftest.err
21897 rm -f conftest.er1
21898 cat conftest.err >&5
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); } && {
21901 test -z "$ac_c_werror_flag" ||
21902 test ! -s conftest.err
21903 } && test -s conftest.$ac_objext; then
21904 ac_cv_member_struct_stat_st_mtim=yes
21905 else
21906 echo "$as_me: failed program was:" >&5
21907 sed 's/^/| /' conftest.$ac_ext >&5
21909 ac_cv_member_struct_stat_st_mtim=no
21912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21918 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21919 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21921 cat >>confdefs.h <<_ACEOF
21922 #define HAVE_STRUCT_STAT_ST_MTIM 1
21923 _ACEOF
21927 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21928 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21929 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21930 echo $ECHO_N "(cached) $ECHO_C" >&6
21931 else
21932 cat >conftest.$ac_ext <<_ACEOF
21933 /* confdefs.h. */
21934 _ACEOF
21935 cat confdefs.h >>conftest.$ac_ext
21936 cat >>conftest.$ac_ext <<_ACEOF
21937 /* end confdefs.h. */
21938 $ac_includes_default
21940 main ()
21942 static struct stat ac_aggr;
21943 if (ac_aggr.st_ctim)
21944 return 0;
21946 return 0;
21948 _ACEOF
21949 rm -f conftest.$ac_objext
21950 if { (ac_try="$ac_compile"
21951 case "(($ac_try" in
21952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21953 *) ac_try_echo=$ac_try;;
21954 esac
21955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21956 (eval "$ac_compile") 2>conftest.er1
21957 ac_status=$?
21958 grep -v '^ *+' conftest.er1 >conftest.err
21959 rm -f conftest.er1
21960 cat conftest.err >&5
21961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21962 (exit $ac_status); } && {
21963 test -z "$ac_c_werror_flag" ||
21964 test ! -s conftest.err
21965 } && test -s conftest.$ac_objext; then
21966 ac_cv_member_struct_stat_st_ctim=yes
21967 else
21968 echo "$as_me: failed program was:" >&5
21969 sed 's/^/| /' conftest.$ac_ext >&5
21971 cat >conftest.$ac_ext <<_ACEOF
21972 /* confdefs.h. */
21973 _ACEOF
21974 cat confdefs.h >>conftest.$ac_ext
21975 cat >>conftest.$ac_ext <<_ACEOF
21976 /* end confdefs.h. */
21977 $ac_includes_default
21979 main ()
21981 static struct stat ac_aggr;
21982 if (sizeof ac_aggr.st_ctim)
21983 return 0;
21985 return 0;
21987 _ACEOF
21988 rm -f conftest.$ac_objext
21989 if { (ac_try="$ac_compile"
21990 case "(($ac_try" in
21991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21992 *) ac_try_echo=$ac_try;;
21993 esac
21994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21995 (eval "$ac_compile") 2>conftest.er1
21996 ac_status=$?
21997 grep -v '^ *+' conftest.er1 >conftest.err
21998 rm -f conftest.er1
21999 cat conftest.err >&5
22000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001 (exit $ac_status); } && {
22002 test -z "$ac_c_werror_flag" ||
22003 test ! -s conftest.err
22004 } && test -s conftest.$ac_objext; then
22005 ac_cv_member_struct_stat_st_ctim=yes
22006 else
22007 echo "$as_me: failed program was:" >&5
22008 sed 's/^/| /' conftest.$ac_ext >&5
22010 ac_cv_member_struct_stat_st_ctim=no
22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22019 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22020 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22022 cat >>confdefs.h <<_ACEOF
22023 #define HAVE_STRUCT_STAT_ST_CTIM 1
22024 _ACEOF
22028 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22029 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22030 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22031 echo $ECHO_N "(cached) $ECHO_C" >&6
22032 else
22033 cat >conftest.$ac_ext <<_ACEOF
22034 /* confdefs.h. */
22035 _ACEOF
22036 cat confdefs.h >>conftest.$ac_ext
22037 cat >>conftest.$ac_ext <<_ACEOF
22038 /* end confdefs.h. */
22039 $ac_includes_default
22041 main ()
22043 static struct stat ac_aggr;
22044 if (ac_aggr.st_atim)
22045 return 0;
22047 return 0;
22049 _ACEOF
22050 rm -f conftest.$ac_objext
22051 if { (ac_try="$ac_compile"
22052 case "(($ac_try" in
22053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22054 *) ac_try_echo=$ac_try;;
22055 esac
22056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22057 (eval "$ac_compile") 2>conftest.er1
22058 ac_status=$?
22059 grep -v '^ *+' conftest.er1 >conftest.err
22060 rm -f conftest.er1
22061 cat conftest.err >&5
22062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } && {
22064 test -z "$ac_c_werror_flag" ||
22065 test ! -s conftest.err
22066 } && test -s conftest.$ac_objext; then
22067 ac_cv_member_struct_stat_st_atim=yes
22068 else
22069 echo "$as_me: failed program was:" >&5
22070 sed 's/^/| /' conftest.$ac_ext >&5
22072 cat >conftest.$ac_ext <<_ACEOF
22073 /* confdefs.h. */
22074 _ACEOF
22075 cat confdefs.h >>conftest.$ac_ext
22076 cat >>conftest.$ac_ext <<_ACEOF
22077 /* end confdefs.h. */
22078 $ac_includes_default
22080 main ()
22082 static struct stat ac_aggr;
22083 if (sizeof ac_aggr.st_atim)
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_struct_stat_st_atim=yes
22107 else
22108 echo "$as_me: failed program was:" >&5
22109 sed 's/^/| /' conftest.$ac_ext >&5
22111 ac_cv_member_struct_stat_st_atim=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_struct_stat_st_atim" >&5
22120 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22121 if test $ac_cv_member_struct_stat_st_atim = yes; then
22123 cat >>confdefs.h <<_ACEOF
22124 #define HAVE_STRUCT_STAT_ST_ATIM 1
22125 _ACEOF
22131 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22132 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22133 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22134 echo $ECHO_N "(cached) $ECHO_C" >&6
22135 else
22136 cat >conftest.$ac_ext <<_ACEOF
22137 /* confdefs.h. */
22138 _ACEOF
22139 cat confdefs.h >>conftest.$ac_ext
22140 cat >>conftest.$ac_ext <<_ACEOF
22141 /* end confdefs.h. */
22142 #ifdef HAVE_SYS_TYPES_H
22143 #include <sys/types.h>
22144 #endif
22145 #ifdef HAVE_NETINET_IN_H
22146 #include <netinet/in.h>
22147 #endif
22150 main ()
22152 static struct sockaddr_in6 ac_aggr;
22153 if (ac_aggr.sin6_scope_id)
22154 return 0;
22156 return 0;
22158 _ACEOF
22159 rm -f conftest.$ac_objext
22160 if { (ac_try="$ac_compile"
22161 case "(($ac_try" in
22162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22163 *) ac_try_echo=$ac_try;;
22164 esac
22165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22166 (eval "$ac_compile") 2>conftest.er1
22167 ac_status=$?
22168 grep -v '^ *+' conftest.er1 >conftest.err
22169 rm -f conftest.er1
22170 cat conftest.err >&5
22171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22172 (exit $ac_status); } && {
22173 test -z "$ac_c_werror_flag" ||
22174 test ! -s conftest.err
22175 } && test -s conftest.$ac_objext; then
22176 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22177 else
22178 echo "$as_me: failed program was:" >&5
22179 sed 's/^/| /' conftest.$ac_ext >&5
22181 cat >conftest.$ac_ext <<_ACEOF
22182 /* confdefs.h. */
22183 _ACEOF
22184 cat confdefs.h >>conftest.$ac_ext
22185 cat >>conftest.$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22187 #ifdef HAVE_SYS_TYPES_H
22188 #include <sys/types.h>
22189 #endif
22190 #ifdef HAVE_NETINET_IN_H
22191 #include <netinet/in.h>
22192 #endif
22195 main ()
22197 static struct sockaddr_in6 ac_aggr;
22198 if (sizeof ac_aggr.sin6_scope_id)
22199 return 0;
22201 return 0;
22203 _ACEOF
22204 rm -f conftest.$ac_objext
22205 if { (ac_try="$ac_compile"
22206 case "(($ac_try" in
22207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22208 *) ac_try_echo=$ac_try;;
22209 esac
22210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22211 (eval "$ac_compile") 2>conftest.er1
22212 ac_status=$?
22213 grep -v '^ *+' conftest.er1 >conftest.err
22214 rm -f conftest.er1
22215 cat conftest.err >&5
22216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22217 (exit $ac_status); } && {
22218 test -z "$ac_c_werror_flag" ||
22219 test ! -s conftest.err
22220 } && test -s conftest.$ac_objext; then
22221 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22222 else
22223 echo "$as_me: failed program was:" >&5
22224 sed 's/^/| /' conftest.$ac_ext >&5
22226 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22234 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22235 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22236 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22238 cat >>confdefs.h <<_ACEOF
22239 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22240 _ACEOF
22246 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22247 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22248 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22249 echo $ECHO_N "(cached) $ECHO_C" >&6
22250 else
22251 cat >conftest.$ac_ext <<_ACEOF
22252 /* confdefs.h. */
22253 _ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h. */
22257 #ifdef HAVE_SYS_TYPES_H
22258 #include <sys/types.h>
22259 #endif
22260 #ifdef HAVE_NETINET_IN_H
22261 # include <netinet/in.h>
22262 #endif
22263 #ifdef HAVE_ARPA_NAMESER_H
22264 # include <arpa/nameser.h>
22265 #endif
22268 main ()
22270 static ns_msg ac_aggr;
22271 if (ac_aggr._msg_ptr)
22272 return 0;
22274 return 0;
22276 _ACEOF
22277 rm -f conftest.$ac_objext
22278 if { (ac_try="$ac_compile"
22279 case "(($ac_try" in
22280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22281 *) ac_try_echo=$ac_try;;
22282 esac
22283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22284 (eval "$ac_compile") 2>conftest.er1
22285 ac_status=$?
22286 grep -v '^ *+' conftest.er1 >conftest.err
22287 rm -f conftest.er1
22288 cat conftest.err >&5
22289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); } && {
22291 test -z "$ac_c_werror_flag" ||
22292 test ! -s conftest.err
22293 } && test -s conftest.$ac_objext; then
22294 ac_cv_member_ns_msg__msg_ptr=yes
22295 else
22296 echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22299 cat >conftest.$ac_ext <<_ACEOF
22300 /* confdefs.h. */
22301 _ACEOF
22302 cat confdefs.h >>conftest.$ac_ext
22303 cat >>conftest.$ac_ext <<_ACEOF
22304 /* end confdefs.h. */
22305 #ifdef HAVE_SYS_TYPES_H
22306 #include <sys/types.h>
22307 #endif
22308 #ifdef HAVE_NETINET_IN_H
22309 # include <netinet/in.h>
22310 #endif
22311 #ifdef HAVE_ARPA_NAMESER_H
22312 # include <arpa/nameser.h>
22313 #endif
22316 main ()
22318 static ns_msg ac_aggr;
22319 if (sizeof ac_aggr._msg_ptr)
22320 return 0;
22322 return 0;
22324 _ACEOF
22325 rm -f conftest.$ac_objext
22326 if { (ac_try="$ac_compile"
22327 case "(($ac_try" in
22328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22329 *) ac_try_echo=$ac_try;;
22330 esac
22331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22332 (eval "$ac_compile") 2>conftest.er1
22333 ac_status=$?
22334 grep -v '^ *+' conftest.er1 >conftest.err
22335 rm -f conftest.er1
22336 cat conftest.err >&5
22337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22338 (exit $ac_status); } && {
22339 test -z "$ac_c_werror_flag" ||
22340 test ! -s conftest.err
22341 } && test -s conftest.$ac_objext; then
22342 ac_cv_member_ns_msg__msg_ptr=yes
22343 else
22344 echo "$as_me: failed program was:" >&5
22345 sed 's/^/| /' conftest.$ac_ext >&5
22347 ac_cv_member_ns_msg__msg_ptr=no
22350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22356 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22357 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22359 cat >>confdefs.h <<_ACEOF
22360 #define HAVE_NS_MSG__MSG_PTR 1
22361 _ACEOF
22367 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22368 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22369 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22370 echo $ECHO_N "(cached) $ECHO_C" >&6
22371 else
22372 cat >conftest.$ac_ext <<_ACEOF
22373 /* confdefs.h. */
22374 _ACEOF
22375 cat confdefs.h >>conftest.$ac_ext
22376 cat >>conftest.$ac_ext <<_ACEOF
22377 /* end confdefs.h. */
22378 #ifdef HAVE_SYS_TYPES_H
22379 #include <sys/types.h>
22380 #endif
22381 #ifdef HAVE_ALIAS_H
22382 #include <alias.h>
22383 #endif
22384 #ifdef HAVE_SYS_SOCKET_H
22385 #include <sys/socket.h>
22386 #endif
22387 #ifdef HAVE_SYS_SOCKETVAR_H
22388 #include <sys/socketvar.h>
22389 #endif
22390 #ifdef HAVE_SYS_TIMEOUT_H
22391 #include <sys/timeout.h>
22392 #endif
22393 #ifdef HAVE_NETINET_IN_H
22394 #include <netinet/in.h>
22395 #endif
22396 #ifdef HAVE_NETINET_IN_SYSTM_H
22397 #include <netinet/in_systm.h>
22398 #endif
22399 #ifdef HAVE_NETINET_IP_H
22400 #include <netinet/ip.h>
22401 #endif
22402 #ifdef HAVE_NETINET_IP_VAR_H
22403 #include <netinet/ip_var.h>
22404 #endif
22405 #ifdef HAVE_NETINET_IP_ICMP_H
22406 #include <netinet/ip_icmp.h>
22407 #endif
22408 #ifdef HAVE_NETINET_ICMP_VAR
22409 #include <netinet/icmp_var.h>
22410 #endif
22413 main ()
22415 static struct icmpstat ac_aggr;
22416 if (ac_aggr.icps_outhist)
22417 return 0;
22419 return 0;
22421 _ACEOF
22422 rm -f conftest.$ac_objext
22423 if { (ac_try="$ac_compile"
22424 case "(($ac_try" in
22425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22426 *) ac_try_echo=$ac_try;;
22427 esac
22428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22429 (eval "$ac_compile") 2>conftest.er1
22430 ac_status=$?
22431 grep -v '^ *+' conftest.er1 >conftest.err
22432 rm -f conftest.er1
22433 cat conftest.err >&5
22434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22435 (exit $ac_status); } && {
22436 test -z "$ac_c_werror_flag" ||
22437 test ! -s conftest.err
22438 } && test -s conftest.$ac_objext; then
22439 ac_cv_member_struct_icmpstat_icps_outhist=yes
22440 else
22441 echo "$as_me: failed program was:" >&5
22442 sed 's/^/| /' conftest.$ac_ext >&5
22444 cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h. */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h. */
22450 #ifdef HAVE_SYS_TYPES_H
22451 #include <sys/types.h>
22452 #endif
22453 #ifdef HAVE_ALIAS_H
22454 #include <alias.h>
22455 #endif
22456 #ifdef HAVE_SYS_SOCKET_H
22457 #include <sys/socket.h>
22458 #endif
22459 #ifdef HAVE_SYS_SOCKETVAR_H
22460 #include <sys/socketvar.h>
22461 #endif
22462 #ifdef HAVE_SYS_TIMEOUT_H
22463 #include <sys/timeout.h>
22464 #endif
22465 #ifdef HAVE_NETINET_IN_H
22466 #include <netinet/in.h>
22467 #endif
22468 #ifdef HAVE_NETINET_IN_SYSTM_H
22469 #include <netinet/in_systm.h>
22470 #endif
22471 #ifdef HAVE_NETINET_IP_H
22472 #include <netinet/ip.h>
22473 #endif
22474 #ifdef HAVE_NETINET_IP_VAR_H
22475 #include <netinet/ip_var.h>
22476 #endif
22477 #ifdef HAVE_NETINET_IP_ICMP_H
22478 #include <netinet/ip_icmp.h>
22479 #endif
22480 #ifdef HAVE_NETINET_ICMP_VAR
22481 #include <netinet/icmp_var.h>
22482 #endif
22485 main ()
22487 static struct icmpstat ac_aggr;
22488 if (sizeof ac_aggr.icps_outhist)
22489 return 0;
22491 return 0;
22493 _ACEOF
22494 rm -f conftest.$ac_objext
22495 if { (ac_try="$ac_compile"
22496 case "(($ac_try" in
22497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22498 *) ac_try_echo=$ac_try;;
22499 esac
22500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22501 (eval "$ac_compile") 2>conftest.er1
22502 ac_status=$?
22503 grep -v '^ *+' conftest.er1 >conftest.err
22504 rm -f conftest.er1
22505 cat conftest.err >&5
22506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22507 (exit $ac_status); } && {
22508 test -z "$ac_c_werror_flag" ||
22509 test ! -s conftest.err
22510 } && test -s conftest.$ac_objext; then
22511 ac_cv_member_struct_icmpstat_icps_outhist=yes
22512 else
22513 echo "$as_me: failed program was:" >&5
22514 sed 's/^/| /' conftest.$ac_ext >&5
22516 ac_cv_member_struct_icmpstat_icps_outhist=no
22519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22524 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22525 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22526 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22528 cat >>confdefs.h <<_ACEOF
22529 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22530 _ACEOF
22536 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22537 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22538 if test "${ac_cv_have_timezone+set}" = set; then
22539 echo $ECHO_N "(cached) $ECHO_C" >&6
22540 else
22541 cat >conftest.$ac_ext <<_ACEOF
22542 /* confdefs.h. */
22543 _ACEOF
22544 cat confdefs.h >>conftest.$ac_ext
22545 cat >>conftest.$ac_ext <<_ACEOF
22546 /* end confdefs.h. */
22547 #include <time.h>
22549 main ()
22551 timezone = 1
22553 return 0;
22555 _ACEOF
22556 rm -f conftest.$ac_objext conftest$ac_exeext
22557 if { (ac_try="$ac_link"
22558 case "(($ac_try" in
22559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22560 *) ac_try_echo=$ac_try;;
22561 esac
22562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22563 (eval "$ac_link") 2>conftest.er1
22564 ac_status=$?
22565 grep -v '^ *+' conftest.er1 >conftest.err
22566 rm -f conftest.er1
22567 cat conftest.err >&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); } && {
22570 test -z "$ac_c_werror_flag" ||
22571 test ! -s conftest.err
22572 } && test -s conftest$ac_exeext &&
22573 $as_test_x conftest$ac_exeext; then
22574 ac_cv_have_timezone="yes"
22575 else
22576 echo "$as_me: failed program was:" >&5
22577 sed 's/^/| /' conftest.$ac_ext >&5
22579 ac_cv_have_timezone="no"
22582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22583 conftest$ac_exeext conftest.$ac_ext
22585 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22586 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22587 if test "$ac_cv_have_timezone" = "yes"
22588 then
22590 cat >>confdefs.h <<\_ACEOF
22591 #define HAVE_TIMEZONE 1
22592 _ACEOF
22595 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22596 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22597 if test "${ac_cv_have_daylight+set}" = set; then
22598 echo $ECHO_N "(cached) $ECHO_C" >&6
22599 else
22600 cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h. */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h. */
22606 #include <time.h>
22608 main ()
22610 daylight = 1
22612 return 0;
22614 _ACEOF
22615 rm -f conftest.$ac_objext conftest$ac_exeext
22616 if { (ac_try="$ac_link"
22617 case "(($ac_try" in
22618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22619 *) ac_try_echo=$ac_try;;
22620 esac
22621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22622 (eval "$ac_link") 2>conftest.er1
22623 ac_status=$?
22624 grep -v '^ *+' conftest.er1 >conftest.err
22625 rm -f conftest.er1
22626 cat conftest.err >&5
22627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22628 (exit $ac_status); } && {
22629 test -z "$ac_c_werror_flag" ||
22630 test ! -s conftest.err
22631 } && test -s conftest$ac_exeext &&
22632 $as_test_x conftest$ac_exeext; then
22633 ac_cv_have_daylight="yes"
22634 else
22635 echo "$as_me: failed program was:" >&5
22636 sed 's/^/| /' conftest.$ac_ext >&5
22638 ac_cv_have_daylight="no"
22641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22642 conftest$ac_exeext conftest.$ac_ext
22644 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22645 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22646 if test "$ac_cv_have_daylight" = "yes"
22647 then
22649 cat >>confdefs.h <<\_ACEOF
22650 #define HAVE_DAYLIGHT 1
22651 _ACEOF
22655 { echo "$as_me:$LINENO: checking for isinf" >&5
22656 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22657 if test "${ac_cv_have_isinf+set}" = set; then
22658 echo $ECHO_N "(cached) $ECHO_C" >&6
22659 else
22660 cat >conftest.$ac_ext <<_ACEOF
22661 /* confdefs.h. */
22662 _ACEOF
22663 cat confdefs.h >>conftest.$ac_ext
22664 cat >>conftest.$ac_ext <<_ACEOF
22665 /* end confdefs.h. */
22666 #include <math.h>
22668 main ()
22670 float f = 0.0; int i=isinf(f)
22672 return 0;
22674 _ACEOF
22675 rm -f conftest.$ac_objext conftest$ac_exeext
22676 if { (ac_try="$ac_link"
22677 case "(($ac_try" in
22678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22679 *) ac_try_echo=$ac_try;;
22680 esac
22681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22682 (eval "$ac_link") 2>conftest.er1
22683 ac_status=$?
22684 grep -v '^ *+' conftest.er1 >conftest.err
22685 rm -f conftest.er1
22686 cat conftest.err >&5
22687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22688 (exit $ac_status); } && {
22689 test -z "$ac_c_werror_flag" ||
22690 test ! -s conftest.err
22691 } && test -s conftest$ac_exeext &&
22692 $as_test_x conftest$ac_exeext; then
22693 ac_cv_have_isinf="yes"
22694 else
22695 echo "$as_me: failed program was:" >&5
22696 sed 's/^/| /' conftest.$ac_ext >&5
22698 ac_cv_have_isinf="no"
22701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22702 conftest$ac_exeext conftest.$ac_ext
22704 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22705 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22706 if test "$ac_cv_have_isinf" = "yes"
22707 then
22709 cat >>confdefs.h <<\_ACEOF
22710 #define HAVE_ISINF 1
22711 _ACEOF
22715 { echo "$as_me:$LINENO: checking for isnan" >&5
22716 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22717 if test "${ac_cv_have_isnan+set}" = set; then
22718 echo $ECHO_N "(cached) $ECHO_C" >&6
22719 else
22720 cat >conftest.$ac_ext <<_ACEOF
22721 /* confdefs.h. */
22722 _ACEOF
22723 cat confdefs.h >>conftest.$ac_ext
22724 cat >>conftest.$ac_ext <<_ACEOF
22725 /* end confdefs.h. */
22726 #include <math.h>
22728 main ()
22730 float f = 0.0; int i=isnan(f)
22732 return 0;
22734 _ACEOF
22735 rm -f conftest.$ac_objext conftest$ac_exeext
22736 if { (ac_try="$ac_link"
22737 case "(($ac_try" in
22738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22739 *) ac_try_echo=$ac_try;;
22740 esac
22741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22742 (eval "$ac_link") 2>conftest.er1
22743 ac_status=$?
22744 grep -v '^ *+' conftest.er1 >conftest.err
22745 rm -f conftest.er1
22746 cat conftest.err >&5
22747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22748 (exit $ac_status); } && {
22749 test -z "$ac_c_werror_flag" ||
22750 test ! -s conftest.err
22751 } && test -s conftest$ac_exeext &&
22752 $as_test_x conftest$ac_exeext; then
22753 ac_cv_have_isnan="yes"
22754 else
22755 echo "$as_me: failed program was:" >&5
22756 sed 's/^/| /' conftest.$ac_ext >&5
22758 ac_cv_have_isnan="no"
22761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22762 conftest$ac_exeext conftest.$ac_ext
22764 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22765 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22766 if test "$ac_cv_have_isnan" = "yes"
22767 then
22769 cat >>confdefs.h <<\_ACEOF
22770 #define HAVE_ISNAN 1
22771 _ACEOF
22776 case $host_cpu in
22777 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22778 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22779 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22780 echo $ECHO_N "(cached) $ECHO_C" >&6
22781 else
22782 cat >conftest.$ac_ext <<_ACEOF
22783 /* confdefs.h. */
22784 _ACEOF
22785 cat confdefs.h >>conftest.$ac_ext
22786 cat >>conftest.$ac_ext <<_ACEOF
22787 /* end confdefs.h. */
22788 #ifndef __i386__
22790 #endif
22791 _ACEOF
22792 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22793 $EGREP "yes" >/dev/null 2>&1; then
22794 ac_cv_cpp_def___i386__=yes
22795 else
22796 ac_cv_cpp_def___i386__=no
22798 rm -f conftest*
22801 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22802 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22803 if test $ac_cv_cpp_def___i386__ = yes; then
22804 CFLAGS="$CFLAGS -D__i386__"
22805 LINTFLAGS="$LINTFLAGS -D__i386__"
22808 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22809 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22810 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22811 echo $ECHO_N "(cached) $ECHO_C" >&6
22812 else
22813 cat >conftest.$ac_ext <<_ACEOF
22814 /* confdefs.h. */
22815 _ACEOF
22816 cat confdefs.h >>conftest.$ac_ext
22817 cat >>conftest.$ac_ext <<_ACEOF
22818 /* end confdefs.h. */
22819 #ifndef __x86_64__
22821 #endif
22822 _ACEOF
22823 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22824 $EGREP "yes" >/dev/null 2>&1; then
22825 ac_cv_cpp_def___x86_64__=yes
22826 else
22827 ac_cv_cpp_def___x86_64__=no
22829 rm -f conftest*
22832 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22833 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22834 if test $ac_cv_cpp_def___x86_64__ = yes; then
22835 CFLAGS="$CFLAGS -D__x86_64__"
22836 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22839 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22840 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22841 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22842 echo $ECHO_N "(cached) $ECHO_C" >&6
22843 else
22844 cat >conftest.$ac_ext <<_ACEOF
22845 /* confdefs.h. */
22846 _ACEOF
22847 cat confdefs.h >>conftest.$ac_ext
22848 cat >>conftest.$ac_ext <<_ACEOF
22849 /* end confdefs.h. */
22850 #ifndef __ALPHA__
22852 #endif
22853 _ACEOF
22854 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22855 $EGREP "yes" >/dev/null 2>&1; then
22856 ac_cv_cpp_def___ALPHA__=yes
22857 else
22858 ac_cv_cpp_def___ALPHA__=no
22860 rm -f conftest*
22863 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22864 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22865 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22866 CFLAGS="$CFLAGS -D__ALPHA__"
22867 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22870 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22871 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22872 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22873 echo $ECHO_N "(cached) $ECHO_C" >&6
22874 else
22875 cat >conftest.$ac_ext <<_ACEOF
22876 /* confdefs.h. */
22877 _ACEOF
22878 cat confdefs.h >>conftest.$ac_ext
22879 cat >>conftest.$ac_ext <<_ACEOF
22880 /* end confdefs.h. */
22881 #ifndef __sparc__
22883 #endif
22884 _ACEOF
22885 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22886 $EGREP "yes" >/dev/null 2>&1; then
22887 ac_cv_cpp_def___sparc__=yes
22888 else
22889 ac_cv_cpp_def___sparc__=no
22891 rm -f conftest*
22894 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22895 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22896 if test $ac_cv_cpp_def___sparc__ = yes; then
22897 CFLAGS="$CFLAGS -D__sparc__"
22898 LINTFLAGS="$LINTFLAGS -D__sparc__"
22901 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22902 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22903 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22904 echo $ECHO_N "(cached) $ECHO_C" >&6
22905 else
22906 cat >conftest.$ac_ext <<_ACEOF
22907 /* confdefs.h. */
22908 _ACEOF
22909 cat confdefs.h >>conftest.$ac_ext
22910 cat >>conftest.$ac_ext <<_ACEOF
22911 /* end confdefs.h. */
22912 #ifndef __powerpc__
22914 #endif
22915 _ACEOF
22916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22917 $EGREP "yes" >/dev/null 2>&1; then
22918 ac_cv_cpp_def___powerpc__=yes
22919 else
22920 ac_cv_cpp_def___powerpc__=no
22922 rm -f conftest*
22925 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22926 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22927 if test $ac_cv_cpp_def___powerpc__ = yes; then
22928 CFLAGS="$CFLAGS -D__powerpc__"
22929 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22932 esac
22934 case $host_vendor in
22935 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22936 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22937 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22938 echo $ECHO_N "(cached) $ECHO_C" >&6
22939 else
22940 cat >conftest.$ac_ext <<_ACEOF
22941 /* confdefs.h. */
22942 _ACEOF
22943 cat confdefs.h >>conftest.$ac_ext
22944 cat >>conftest.$ac_ext <<_ACEOF
22945 /* end confdefs.h. */
22946 #ifndef __sun__
22948 #endif
22949 _ACEOF
22950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22951 $EGREP "yes" >/dev/null 2>&1; then
22952 ac_cv_cpp_def___sun__=yes
22953 else
22954 ac_cv_cpp_def___sun__=no
22956 rm -f conftest*
22959 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22960 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22961 if test $ac_cv_cpp_def___sun__ = yes; then
22962 CFLAGS="$CFLAGS -D__sun__"
22963 LINTFLAGS="$LINTFLAGS -D__sun__"
22966 esac
22969 DEPENDENCIES="### Dependencies:
22971 .INIT: Makefile
22972 .BEGIN: Makefile
22973 .MAKEFILEDEPS:
22974 Makefile: dummy
22975 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22977 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22978 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22979 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22980 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22981 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22984 ALL_MAKERULES=""
22986 ALL_MAKEFILES=""
22988 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22991 ALL_TOP_DIRS=""
22993 ALL_DLL_DIRS=""
22995 ALL_IMPLIB_DIRS=""
22997 ALL_TEST_DIRS=""
22999 ALL_PROGRAM_DIRS=""
23001 ALL_PROGRAM_INSTALL_DIRS=""
23003 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23009 ac_config_commands="$ac_config_commands include/stamp-h"
23012 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23014 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23016 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23018 ac_config_commands="$ac_config_commands dlls/user32/resources"
23020 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23022 ac_config_commands="$ac_config_commands include/wine"
23025 ALL_MAKERULES="$ALL_MAKERULES \\
23026 Make.rules"
23027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23028 Make.rules: Make.rules.in"
23029 MAKE_RULES=Make.rules
23030 ac_config_files="$ac_config_files Make.rules"
23032 ALL_MAKERULES="$ALL_MAKERULES \\
23033 dlls/Makedll.rules"
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23036 MAKE_DLL_RULES=dlls/Makedll.rules
23037 ac_config_files="$ac_config_files dlls/Makedll.rules"
23039 ALL_MAKERULES="$ALL_MAKERULES \\
23040 dlls/Makeimplib.rules"
23041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23042 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23043 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23044 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23046 ALL_MAKERULES="$ALL_MAKERULES \\
23047 dlls/Maketest.rules"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23050 MAKE_TEST_RULES=dlls/Maketest.rules
23051 ac_config_files="$ac_config_files dlls/Maketest.rules"
23053 ALL_MAKERULES="$ALL_MAKERULES \\
23054 programs/Makeprog.rules"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23057 MAKE_PROG_RULES=programs/Makeprog.rules
23058 ac_config_files="$ac_config_files programs/Makeprog.rules"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 Makefile: Makefile.in Make.rules"
23065 ac_config_files="$ac_config_files Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/Makefile"
23069 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23070 dlls"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/Makefile: dlls/Makefile.in Make.rules"
23073 ac_config_files="$ac_config_files dlls/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/acledit/Makefile"
23077 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 acledit"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/aclui/Makefile"
23085 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 aclui"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/activeds/Makefile"
23093 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094 activeds"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/actxprxy/Makefile"
23101 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 actxprxy"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/adsiid/Makefile"
23109 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23110 adsiid"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23113 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/advapi32/Makefile"
23117 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 advapi32"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/advapi32/tests/Makefile"
23125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23126 advapi32/tests"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23129 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/advpack/Makefile"
23133 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 advpack"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/advpack/tests/Makefile"
23141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23142 advpack/tests"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/amstream/Makefile"
23149 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 amstream"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/amstream/tests/Makefile"
23157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23158 amstream/tests"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23161 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/appwiz.cpl/Makefile"
23165 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 appwiz.cpl"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/atl/Makefile"
23173 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 atl"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/atl/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/authz/Makefile"
23181 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 authz"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/authz/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/avicap32/Makefile"
23189 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 avicap32"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/avifil32/Makefile"
23197 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198 avifil32"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/avifile.dll16/Makefile"
23205 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 avifile.dll16"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/bcrypt/Makefile"
23213 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 bcrypt"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/browseui/Makefile"
23221 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 browseui"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/browseui/tests/Makefile"
23229 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23230 browseui/tests"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23233 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/cabinet/Makefile"
23237 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 cabinet"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/cabinet/tests/Makefile"
23245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23246 cabinet/tests"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23249 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/capi2032/Makefile"
23253 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 capi2032"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/cards/Makefile"
23261 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 cards"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/cards/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/cfgmgr32/Makefile"
23269 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 cfgmgr32"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/clusapi/Makefile"
23277 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 clusapi"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/comcat/Makefile"
23285 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 comcat"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/comcat/tests/Makefile"
23293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23294 comcat/tests"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/comctl32/Makefile"
23301 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 comctl32"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/comctl32/tests/Makefile"
23309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23310 comctl32/tests"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23313 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/comdlg32/Makefile"
23317 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 comdlg32"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/comdlg32/tests/Makefile"
23325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23326 comdlg32/tests"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23329 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/comm.drv16/Makefile"
23333 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 comm.drv16"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/compobj.dll16/Makefile"
23341 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 compobj.dll16"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/compstui/Makefile"
23349 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 compstui"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/credui/Makefile"
23357 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 credui"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/credui/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/credui/tests/Makefile"
23365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23366 credui/tests"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23369 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/crtdll/Makefile"
23373 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 crtdll"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/crypt32/Makefile"
23381 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 crypt32"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/crypt32/tests/Makefile"
23389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23390 crypt32/tests"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/cryptdlg/Makefile"
23397 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 cryptdlg"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/cryptdll/Makefile"
23405 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 cryptdll"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/cryptnet/Makefile"
23413 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 cryptnet"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/cryptnet/tests/Makefile"
23421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23422 cryptnet/tests"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23425 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/cryptui/Makefile"
23429 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 cryptui"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/cryptui/tests/Makefile"
23437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438 cryptui/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/ctapi32/Makefile"
23445 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 ctapi32"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/ctl3d.dll16/Makefile"
23453 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23454 ctl3d.dll16"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23457 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/ctl3d32/Makefile"
23461 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 ctl3d32"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/ctl3dv2.dll16/Makefile"
23469 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23470 ctl3dv2.dll16"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23473 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/d3d10/Makefile"
23477 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 d3d10"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/d3d10/tests/Makefile"
23485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23486 d3d10/tests"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/d3d10core/Makefile"
23493 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 d3d10core"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/d3d10core/tests/Makefile"
23501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23502 d3d10core/tests"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23505 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/d3d8/Makefile"
23509 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 d3d8"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/d3d8/tests/Makefile"
23517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23518 d3d8/tests"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23521 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/d3d9/Makefile"
23525 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 d3d9"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/d3d9/tests/Makefile"
23533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23534 d3d9/tests"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23537 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/d3dim/Makefile"
23541 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 d3dim"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/d3drm/Makefile"
23549 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 d3drm"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/d3drm/tests/Makefile"
23557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23558 d3drm/tests"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23561 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/d3dx8/Makefile"
23565 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 d3dx8"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/d3dx8/tests/Makefile"
23573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23574 d3dx8/tests"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23577 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/d3dx9_24/Makefile"
23581 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 d3dx9_24"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/d3dx9_25/Makefile"
23589 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 d3dx9_25"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/d3dx9_26/Makefile"
23597 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 d3dx9_26"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/d3dx9_27/Makefile"
23605 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 d3dx9_27"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/d3dx9_28/Makefile"
23613 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 d3dx9_28"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/d3dx9_29/Makefile"
23621 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 d3dx9_29"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/d3dx9_30/Makefile"
23629 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 d3dx9_30"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/d3dx9_31/Makefile"
23637 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 d3dx9_31"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/d3dx9_32/Makefile"
23645 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 d3dx9_32"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/d3dx9_33/Makefile"
23653 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 d3dx9_33"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/d3dx9_34/Makefile"
23661 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 d3dx9_34"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/d3dx9_35/Makefile"
23669 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 d3dx9_35"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/d3dx9_36/Makefile"
23677 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 d3dx9_36"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/d3dx9_36/tests/Makefile"
23685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23686 d3dx9_36/tests"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/d3dx9_37/Makefile"
23693 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 d3dx9_37"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/d3dx9_38/Makefile"
23701 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702 d3dx9_38"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/d3dx9_39/Makefile"
23709 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 d3dx9_39"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/d3dx9_40/Makefile"
23717 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 d3dx9_40"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/d3dx9_41/Makefile"
23725 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 d3dx9_41"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/d3dxof/Makefile"
23733 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 d3dxof"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/d3dxof/tests/Makefile"
23741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23742 d3dxof/tests"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23745 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/dbghelp/Makefile"
23749 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 dbghelp"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/dciman32/Makefile"
23757 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 dciman32"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/ddeml.dll16/Makefile"
23765 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 ddeml.dll16"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/ddraw/Makefile"
23773 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 ddraw"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/ddraw/tests/Makefile"
23781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23782 ddraw/tests"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23785 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/ddrawex/Makefile"
23789 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 ddrawex"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/ddrawex/tests/Makefile"
23797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23798 ddrawex/tests"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23801 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/devenum/Makefile"
23805 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 devenum"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/dinput/Makefile"
23813 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 dinput"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/dinput/tests/Makefile"
23821 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23822 dinput/tests"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23825 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/dinput8/Makefile"
23829 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 dinput8"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/dispdib.dll16/Makefile"
23837 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 dispdib.dll16"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/display.drv16/Makefile"
23845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 display.drv16"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/dmband/Makefile"
23853 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 dmband"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/dmcompos/Makefile"
23861 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 dmcompos"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/dmime/Makefile"
23869 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 dmime"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/dmloader/Makefile"
23877 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 dmloader"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/dmscript/Makefile"
23885 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 dmscript"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/dmstyle/Makefile"
23893 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 dmstyle"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/dmsynth/Makefile"
23901 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 dmsynth"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/dmusic/Makefile"
23909 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 dmusic"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/dmusic32/Makefile"
23917 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 dmusic32"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/dnsapi/Makefile"
23925 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 dnsapi"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/dnsapi/tests/Makefile"
23933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23934 dnsapi/tests"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23937 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/dplay/Makefile"
23941 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 dplay"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/dplayx/Makefile"
23949 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950 dplayx"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/dplayx/tests/Makefile"
23957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23958 dplayx/tests"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23961 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/dpnaddr/Makefile"
23965 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966 dpnaddr"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/dpnet/Makefile"
23973 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 dpnet"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/dpnhpast/Makefile"
23981 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 dpnhpast"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/dpnlobby/Makefile"
23989 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 dpnlobby"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/dpwsockx/Makefile"
23997 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 dpwsockx"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/dsound/Makefile"
24005 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 dsound"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/dsound/tests/Makefile"
24013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014 dsound/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/dssenh/Makefile"
24021 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 dssenh"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/dswave/Makefile"
24029 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 dswave"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/dwmapi/Makefile"
24037 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 dwmapi"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/dxdiagn/Makefile"
24045 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 dxdiagn"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/dxerr8/Makefile"
24053 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24054 dxerr8"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24057 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/dxerr9/Makefile"
24061 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24062 dxerr9"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24065 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/dxgi/Makefile"
24069 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 dxgi"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/dxgi/tests/Makefile"
24077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24078 dxgi/tests"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/dxguid/Makefile"
24085 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24086 dxguid"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24089 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/faultrep/Makefile"
24093 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 faultrep"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/fusion/Makefile"
24101 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 fusion"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/fusion/tests/Makefile"
24109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24110 fusion/tests"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24113 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/gdi32/Makefile"
24117 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 gdi32"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/gdi32/tests/Makefile"
24125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24126 gdi32/tests"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24129 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/gdiplus/Makefile"
24133 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 gdiplus"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/gdiplus/tests/Makefile"
24141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24142 gdiplus/tests"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24145 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/glu32/Makefile"
24149 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 glu32"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/gphoto2.ds/Makefile"
24157 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 gphoto2.ds"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/gpkcsp/Makefile"
24165 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 gpkcsp"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/hal/Makefile"
24173 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 hal"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/hal/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/hhctrl.ocx/Makefile"
24181 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 hhctrl.ocx"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/hid/Makefile"
24189 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190 hid"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/hid/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/hlink/Makefile"
24197 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 hlink"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/hlink/tests/Makefile"
24205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206 hlink/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/hnetcfg/Makefile"
24213 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 hnetcfg"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/httpapi/Makefile"
24221 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 httpapi"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/iccvid/Makefile"
24229 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 iccvid"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/icmp/Makefile"
24237 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 icmp"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/ifsmgr.vxd/Makefile"
24245 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 ifsmgr.vxd"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/imaadp32.acm/Makefile"
24253 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 imaadp32.acm"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/imagehlp/Makefile"
24261 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 imagehlp"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/imm.dll16/Makefile"
24269 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 imm.dll16"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/imm32/Makefile"
24277 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 imm32"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/imm32/tests/Makefile"
24285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 imm32/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/inetcomm/Makefile"
24293 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 inetcomm"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/inetcomm/tests/Makefile"
24301 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24302 inetcomm/tests"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24305 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/inetmib1/Makefile"
24309 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 inetmib1"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/inetmib1/tests/Makefile"
24317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24318 inetmib1/tests"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24321 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/infosoft/Makefile"
24325 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326 infosoft"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/infosoft/tests/Makefile"
24333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24334 infosoft/tests"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24337 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/initpki/Makefile"
24341 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 initpki"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/inkobj/Makefile"
24349 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350 inkobj"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/inseng/Makefile"
24357 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 inseng"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/iphlpapi/Makefile"
24365 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 iphlpapi"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/iphlpapi/tests/Makefile"
24373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24374 iphlpapi/tests"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24377 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/itircl/Makefile"
24381 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382 itircl"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/itss/Makefile"
24389 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 itss"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/itss/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/itss/tests/Makefile"
24397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 itss/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/jscript/Makefile"
24405 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 jscript"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/jscript/tests/Makefile"
24413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 jscript/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/kernel32/Makefile"
24421 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 kernel32"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/kernel32/tests/Makefile"
24429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 kernel32/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/keyboard.drv16/Makefile"
24437 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 keyboard.drv16"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/loadperf/Makefile"
24445 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 loadperf"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/localspl/Makefile"
24453 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 localspl"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/localspl/tests/Makefile"
24461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462 localspl/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/localui/Makefile"
24469 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 localui"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/localui/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/localui/tests/Makefile"
24477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24478 localui/tests"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24481 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/lz32/Makefile"
24485 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 lz32"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/lz32/tests/Makefile"
24493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494 lz32/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/lzexpand.dll16/Makefile"
24501 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 lzexpand.dll16"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/mapi32/Makefile"
24509 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 mapi32"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/mapi32/tests/Makefile"
24517 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24518 mapi32/tests"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24521 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/mciavi32/Makefile"
24525 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 mciavi32"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/mcicda/Makefile"
24533 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 mcicda"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/mciqtz32/Makefile"
24541 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 mciqtz32"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/mciseq/Makefile"
24549 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 mciseq"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/mciwave/Makefile"
24557 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 mciwave"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/midimap/Makefile"
24565 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 midimap"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/mlang/Makefile"
24573 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 mlang"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/mlang/tests/Makefile"
24581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582 mlang/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/mmdevldr.vxd/Makefile"
24589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 mmdevldr.vxd"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/monodebg.vxd/Makefile"
24597 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 monodebg.vxd"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/mountmgr.sys/Makefile"
24605 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 mountmgr.sys"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/mouse.drv16/Makefile"
24613 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24614 mouse.drv16"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24617 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/mpr/Makefile"
24621 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 mpr"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/mprapi/Makefile"
24629 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 mprapi"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/msacm.dll16/Makefile"
24637 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 msacm.dll16"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/msacm32.drv/Makefile"
24645 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 msacm32.drv"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/msacm32/Makefile"
24653 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 msacm32"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/msacm32/tests/Makefile"
24661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 msacm32/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/msadp32.acm/Makefile"
24669 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 msadp32.acm"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/mscat32/Makefile"
24677 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 mscat32"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/mscms/Makefile"
24685 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 mscms"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/mscms/tests/Makefile"
24693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 mscms/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/mscoree/Makefile"
24701 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 mscoree"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/msctf/Makefile"
24709 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 msctf"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/msctf/tests/Makefile"
24717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24718 msctf/tests"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/msdmo/Makefile"
24725 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 msdmo"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/msftedit/Makefile"
24733 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 msftedit"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/msg711.acm/Makefile"
24741 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 msg711.acm"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/mshtml.tlb/Makefile"
24749 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 mshtml.tlb"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/mshtml/Makefile"
24757 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 mshtml"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/mshtml/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 mshtml/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/msi/Makefile"
24773 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 msi"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/msi/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/msi/tests/Makefile"
24781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24782 msi/tests"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24785 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/msimg32/Makefile"
24789 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 msimg32"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/msimtf/Makefile"
24797 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 msimtf"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/msisip/Makefile"
24805 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 msisip"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/msisys.ocx/Makefile"
24813 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 msisys.ocx"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/msnet32/Makefile"
24821 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 msnet32"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/msrle32/Makefile"
24829 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 msrle32"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/mssign32/Makefile"
24837 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 mssign32"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/mssip32/Makefile"
24845 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 mssip32"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/mstask/Makefile"
24853 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 mstask"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/mstask/tests/Makefile"
24861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862 mstask/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/msvcirt/Makefile"
24869 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 msvcirt"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/msvcr71/Makefile"
24877 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 msvcr71"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/msvcrt/Makefile"
24885 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 msvcrt"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/msvcrt/tests/Makefile"
24893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894 msvcrt/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/msvcrt20/Makefile"
24901 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 msvcrt20"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/msvcrt40/Makefile"
24909 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 msvcrt40"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/msvcrtd/Makefile"
24917 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 msvcrtd"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/msvcrtd/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 msvcrtd/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/msvfw32/Makefile"
24933 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 msvfw32"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/msvfw32/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942 msvfw32/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/msvidc32/Makefile"
24949 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 msvidc32"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/msvideo.dll16/Makefile"
24957 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 msvideo.dll16"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/mswsock/Makefile"
24965 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 mswsock"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/msxml3/Makefile"
24973 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 msxml3"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/msxml3/tests/Makefile"
24981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 msxml3/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/nddeapi/Makefile"
24989 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 nddeapi"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/netapi32/Makefile"
24997 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 netapi32"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/netapi32/tests/Makefile"
25005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25006 netapi32/tests"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/newdev/Makefile"
25013 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 newdev"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/ntdll/Makefile"
25021 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 ntdll"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/ntdll/tests/Makefile"
25029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25030 ntdll/tests"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25033 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/ntdsapi/Makefile"
25037 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 ntdsapi"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/ntdsapi/tests/Makefile"
25045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25046 ntdsapi/tests"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25049 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/ntoskrnl.exe/Makefile"
25053 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 ntoskrnl.exe"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/ntprint/Makefile"
25061 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 ntprint"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/ntprint/tests/Makefile"
25069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25070 ntprint/tests"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25073 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/objsel/Makefile"
25077 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 objsel"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/odbc32/Makefile"
25085 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 odbc32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/odbccp32/Makefile"
25093 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 odbccp32"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/odbccp32/tests/Makefile"
25101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102 odbccp32/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/ole2.dll16/Makefile"
25109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 ole2.dll16"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/ole2conv.dll16/Makefile"
25117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 ole2conv.dll16"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/ole2disp.dll16/Makefile"
25125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 ole2disp.dll16"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/ole2nls.dll16/Makefile"
25133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 ole2nls.dll16"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/ole2prox.dll16/Makefile"
25141 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 ole2prox.dll16"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/ole2thk.dll16/Makefile"
25149 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150 ole2thk.dll16"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/ole32/Makefile"
25157 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 ole32"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/ole32/tests/Makefile"
25165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25166 ole32/tests"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25169 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/oleacc/Makefile"
25173 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 oleacc"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/oleacc/tests/Makefile"
25181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25182 oleacc/tests"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25185 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/oleaut32/Makefile"
25189 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 oleaut32"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/oleaut32/tests/Makefile"
25197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25198 oleaut32/tests"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25201 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/olecli.dll16/Makefile"
25205 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 olecli.dll16"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/olecli32/Makefile"
25213 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 olecli32"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/oledlg/Makefile"
25221 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 oledlg"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/olepro32/Makefile"
25229 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 olepro32"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/olesvr.dll16/Makefile"
25237 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 olesvr.dll16"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/olesvr32/Makefile"
25245 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 olesvr32"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/olethk32/Makefile"
25253 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 olethk32"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/opengl32/Makefile"
25261 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 opengl32"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/opengl32/tests/Makefile"
25269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25270 opengl32/tests"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25273 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/pdh/Makefile"
25277 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 pdh"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/pdh/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286 pdh/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/pidgen/Makefile"
25293 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 pidgen"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/powrprof/Makefile"
25301 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 powrprof"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/printui/Makefile"
25309 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 printui"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/printui/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/propsys/Makefile"
25317 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 propsys"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/psapi/Makefile"
25325 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 psapi"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/psapi/tests/Makefile"
25333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25334 psapi/tests"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/pstorec/Makefile"
25341 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 pstorec"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/qcap/Makefile"
25349 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 qcap"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/qedit/Makefile"
25357 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25358 qedit"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25361 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/qedit/tests/Makefile"
25365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25366 qedit/tests"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25369 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/qmgr/Makefile"
25373 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 qmgr"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/qmgr/tests/Makefile"
25381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25382 qmgr/tests"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25385 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/qmgrprxy/Makefile"
25389 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 qmgrprxy"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/quartz/Makefile"
25397 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 quartz"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/quartz/tests/Makefile"
25405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25406 quartz/tests"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25409 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/query/Makefile"
25413 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 query"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/query/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/rasapi16.dll16/Makefile"
25421 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 rasapi16.dll16"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/rasapi32/Makefile"
25429 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 rasapi32"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/rasapi32/tests/Makefile"
25437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438 rasapi32/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/rasdlg/Makefile"
25445 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 rasdlg"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/resutils/Makefile"
25453 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 resutils"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/riched20/Makefile"
25461 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 riched20"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/riched20/tests/Makefile"
25469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25470 riched20/tests"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25473 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/riched32/Makefile"
25477 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 riched32"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/riched32/tests/Makefile"
25485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 riched32/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/rpcrt4/Makefile"
25493 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 rpcrt4"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/rpcrt4/tests/Makefile"
25501 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25502 rpcrt4/tests"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25505 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/rsabase/Makefile"
25509 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510 rsabase"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/rsaenh/Makefile"
25517 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 rsaenh"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/rsaenh/tests/Makefile"
25525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526 rsaenh/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/sane.ds/Makefile"
25533 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 sane.ds"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/sccbase/Makefile"
25541 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 sccbase"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/schannel/Makefile"
25549 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 schannel"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/schannel/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558 schannel/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/secur32/Makefile"
25565 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 secur32"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/secur32/tests/Makefile"
25573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25574 secur32/tests"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25577 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/security/Makefile"
25581 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 security"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/security/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/sensapi/Makefile"
25589 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 sensapi"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/serialui/Makefile"
25597 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 serialui"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/serialui/tests/Makefile"
25605 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25606 serialui/tests"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25609 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/setupapi/Makefile"
25613 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614 setupapi"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/setupapi/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622 setupapi/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/sfc/Makefile"
25629 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 sfc"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/sfc_os/Makefile"
25637 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638 sfc_os"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/shdoclc/Makefile"
25645 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 shdoclc"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/shdocvw/Makefile"
25653 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 shdocvw"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/shdocvw/tests/Makefile"
25661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25662 shdocvw/tests"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/shell.dll16/Makefile"
25669 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 shell.dll16"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/shell32/Makefile"
25677 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 shell32"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/shell32/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686 shell32/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/shfolder/Makefile"
25693 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694 shfolder"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/shlwapi/Makefile"
25701 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 shlwapi"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/shlwapi/tests/Makefile"
25709 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25710 shlwapi/tests"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25713 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/slbcsp/Makefile"
25717 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 slbcsp"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/slc/Makefile"
25725 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726 slc"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/slc/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/snmpapi/Makefile"
25733 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 snmpapi"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/snmpapi/tests/Makefile"
25741 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25742 snmpapi/tests"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25745 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/softpub/Makefile"
25749 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 softpub"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/sound.drv16/Makefile"
25757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 sound.drv16"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/spoolss/Makefile"
25765 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 spoolss"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/spoolss/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774 spoolss/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/stdole2.tlb/Makefile"
25781 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 stdole2.tlb"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/stdole32.tlb/Makefile"
25789 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 stdole32.tlb"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/sti/Makefile"
25797 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 sti"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/sti/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/storage.dll16/Makefile"
25805 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 storage.dll16"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/stress.dll16/Makefile"
25813 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 stress.dll16"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/strmiids/Makefile"
25821 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25822 strmiids"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25825 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/svrapi/Makefile"
25829 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 svrapi"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/sxs/Makefile"
25837 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838 sxs"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/t2embed/Makefile"
25845 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 t2embed"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/tapi32/Makefile"
25853 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 tapi32"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/traffic/Makefile"
25861 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 traffic"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/twain.dll16/Makefile"
25869 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 twain.dll16"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/twain_32/Makefile"
25877 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 twain_32"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/twain_32/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886 twain_32/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/typelib.dll16/Makefile"
25893 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 typelib.dll16"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/unicows/Makefile"
25901 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902 unicows"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/updspapi/Makefile"
25909 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 updspapi"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/url/Makefile"
25917 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918 url"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/url/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/urlmon/Makefile"
25925 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 urlmon"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/urlmon/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 urlmon/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/user32/Makefile"
25941 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942 user32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/user32/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/user32/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950 user32/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/userenv/Makefile"
25957 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958 userenv"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/userenv/tests/Makefile"
25965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25966 userenv/tests"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25969 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/usp10/Makefile"
25973 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 usp10"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/usp10/tests/Makefile"
25981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25982 usp10/tests"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25985 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/uuid/Makefile"
25989 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25990 uuid"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25993 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/uxtheme/Makefile"
25997 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 uxtheme"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/uxtheme/tests/Makefile"
26005 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26006 uxtheme/tests"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26009 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/vdhcp.vxd/Makefile"
26013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 vdhcp.vxd"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/vdmdbg/Makefile"
26021 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 vdmdbg"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/version/Makefile"
26029 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 version"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/version/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/version/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038 version/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/vmm.vxd/Makefile"
26045 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 vmm.vxd"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/vnbt.vxd/Makefile"
26053 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 vnbt.vxd"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/vnetbios.vxd/Makefile"
26061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 vnetbios.vxd"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/vtdapi.vxd/Makefile"
26069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 vtdapi.vxd"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/vwin32.vxd/Makefile"
26077 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 vwin32.vxd"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/w32skrnl/Makefile"
26085 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 w32skrnl"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/w32sys.dll16/Makefile"
26093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 w32sys.dll16"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/wbemprox/Makefile"
26101 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 wbemprox"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/win32s16.dll16/Makefile"
26109 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 win32s16.dll16"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/win87em.dll16/Makefile"
26117 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118 win87em.dll16"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/winaspi.dll16/Makefile"
26125 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 winaspi.dll16"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/windebug.dll16/Makefile"
26133 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 windebug.dll16"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/windowscodecs/Makefile"
26141 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 windowscodecs"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/winealsa.drv/Makefile"
26149 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150 winealsa.drv"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/wineaudioio.drv/Makefile"
26157 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 wineaudioio.drv"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/winecoreaudio.drv/Makefile"
26165 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 winecoreaudio.drv"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/winecrt0/Makefile"
26173 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26174 winecrt0"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26177 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/wined3d/Makefile"
26181 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 wined3d"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/winedos/Makefile"
26189 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 winedos"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/wineesd.drv/Makefile"
26197 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 wineesd.drv"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/winejack.drv/Makefile"
26205 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 winejack.drv"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/winejoystick.drv/Makefile"
26213 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 winejoystick.drv"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/winemp3.acm/Makefile"
26221 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 winemp3.acm"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/winenas.drv/Makefile"
26229 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 winenas.drv"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/wineoss.drv/Makefile"
26237 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238 wineoss.drv"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/wineps.drv/Makefile"
26245 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 wineps.drv"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/winepulse.drv/Makefile"
26253 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26254 winepulse.drv"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26257 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/winequartz.drv/Makefile"
26261 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 winequartz.drv"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/winex11.drv/Makefile"
26269 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270 winex11.drv"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/wing32/Makefile"
26277 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 wing32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/winhttp/Makefile"
26285 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 winhttp"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/winhttp/tests/Makefile"
26293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26294 winhttp/tests"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26297 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/wininet/Makefile"
26301 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 wininet"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/wininet/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310 wininet/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/winmm/Makefile"
26317 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 winmm"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/winmm/tests/Makefile"
26325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26326 winmm/tests"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26329 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/winnls.dll16/Makefile"
26333 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 winnls.dll16"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/winnls32/Makefile"
26341 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342 winnls32"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/winscard/Makefile"
26349 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 winscard"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/winspool.drv/Makefile"
26357 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358 winspool.drv"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/winspool.drv/tests/Makefile"
26365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26366 winspool.drv/tests"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26369 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/wintab.dll16/Makefile"
26373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 wintab.dll16"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/wintab32/Makefile"
26381 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 wintab32"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/wintrust/Makefile"
26389 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 wintrust"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/wintrust/tests/Makefile"
26397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26398 wintrust/tests"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26401 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/wldap32/Makefile"
26405 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 wldap32"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/wldap32/tests/Makefile"
26413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26414 wldap32/tests"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26417 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/wmi/Makefile"
26421 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 wmi"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/wnaspi32/Makefile"
26429 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 wnaspi32"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/wow32/Makefile"
26437 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 wow32"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/ws2_32/Makefile"
26445 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 ws2_32"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/ws2_32/tests/Makefile"
26453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26454 ws2_32/tests"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/wsock32/Makefile"
26461 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 wsock32"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/wtsapi32/Makefile"
26469 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 wtsapi32"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 dlls/wuapi/Makefile"
26477 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478 wuapi"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 dlls/xinput1_1/Makefile"
26485 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486 xinput1_1"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 dlls/xinput1_2/Makefile"
26493 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494 xinput1_2"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 dlls/xinput1_3/Makefile"
26501 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26502 xinput1_3"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26505 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 dlls/xinput1_3/tests/Makefile"
26509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26510 xinput1_3/tests"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26513 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516 dlls/xinput9_1_0/Makefile"
26517 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518 xinput9_1_0"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 dlls/xmllite/Makefile"
26525 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526 xmllite"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532 documentation/Makefile"
26533 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26534 documentation"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 documentation/Makefile: documentation/Makefile.in Make.rules"
26537 ac_config_files="$ac_config_files documentation/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 fonts/Makefile"
26541 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26542 fonts"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 fonts/Makefile: fonts/Makefile.in Make.rules"
26545 ac_config_files="$ac_config_files fonts/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 include/Makefile"
26549 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26550 include"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 include/Makefile: include/Makefile.in Make.rules"
26553 ac_config_files="$ac_config_files include/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 libs/Makefile"
26557 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26558 libs"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 libs/Makefile: libs/Makefile.in Make.rules"
26561 ac_config_files="$ac_config_files libs/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 libs/port/Makefile"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26568 ac_config_files="$ac_config_files libs/port/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 libs/wine/Makefile"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26575 ac_config_files="$ac_config_files libs/wine/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 libs/wpp/Makefile"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26582 ac_config_files="$ac_config_files libs/wpp/Makefile"
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585 loader/Makefile"
26586 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26587 loader"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 loader/Makefile: loader/Makefile.in Make.rules"
26590 ac_config_files="$ac_config_files loader/Makefile"
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593 programs/Makefile"
26594 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26595 programs"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 programs/Makefile: programs/Makefile.in Make.rules"
26598 ac_config_files="$ac_config_files programs/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 programs/cacls/Makefile"
26602 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26603 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26604 cacls"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26607 ac_config_files="$ac_config_files programs/cacls/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 programs/clock/Makefile"
26611 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26612 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26613 clock"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26616 ac_config_files="$ac_config_files programs/clock/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 programs/cmd/Makefile"
26620 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26621 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26622 cmd"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26625 ac_config_files="$ac_config_files programs/cmd/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 programs/cmdlgtst/Makefile"
26629 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26630 cmdlgtst"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26633 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636 programs/control/Makefile"
26637 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26638 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26639 control"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26642 ac_config_files="$ac_config_files programs/control/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 programs/eject/Makefile"
26646 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26647 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26648 eject"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26651 ac_config_files="$ac_config_files programs/eject/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 programs/expand/Makefile"
26655 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26656 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26657 expand"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26660 ac_config_files="$ac_config_files programs/expand/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 programs/explorer/Makefile"
26664 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26665 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26666 explorer"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26669 ac_config_files="$ac_config_files programs/explorer/Makefile"
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672 programs/hh/Makefile"
26673 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26674 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26678 ac_config_files="$ac_config_files programs/hh/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 programs/icinfo/Makefile"
26682 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26683 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26684 icinfo"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26687 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 programs/iexplore/Makefile"
26691 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26692 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26693 iexplore"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26696 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 programs/lodctr/Makefile"
26700 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26701 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26702 lodctr"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26705 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 programs/msiexec/Makefile"
26709 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26710 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26711 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26712 msiexec"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26715 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 programs/net/Makefile"
26719 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26720 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26721 net"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26724 ac_config_files="$ac_config_files programs/net/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 programs/notepad/Makefile"
26728 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26729 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26730 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26731 notepad"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26734 ac_config_files="$ac_config_files programs/notepad/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 programs/oleview/Makefile"
26738 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26739 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26740 oleview"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26743 ac_config_files="$ac_config_files programs/oleview/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 programs/progman/Makefile"
26747 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26748 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26749 progman"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26752 ac_config_files="$ac_config_files programs/progman/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 programs/reg/Makefile"
26756 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26757 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26758 reg"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26761 ac_config_files="$ac_config_files programs/reg/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 programs/regedit/Makefile"
26765 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26766 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26767 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26768 regedit"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26771 ac_config_files="$ac_config_files programs/regedit/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 programs/regsvr32/Makefile"
26775 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26776 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26777 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26778 regsvr32"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26781 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 programs/rpcss/Makefile"
26785 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26786 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26787 rpcss"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26790 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 programs/rundll32/Makefile"
26794 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26795 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26796 rundll32"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26799 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 programs/secedit/Makefile"
26803 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26804 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26805 secedit"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26808 ac_config_files="$ac_config_files programs/secedit/Makefile"
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811 programs/services/Makefile"
26812 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26813 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26814 services"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26817 ac_config_files="$ac_config_files programs/services/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 programs/spoolsv/Makefile"
26821 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26822 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26823 spoolsv"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26826 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 programs/start/Makefile"
26830 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26831 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26832 start"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26835 ac_config_files="$ac_config_files programs/start/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 programs/svchost/Makefile"
26839 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26840 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26841 svchost"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26844 ac_config_files="$ac_config_files programs/svchost/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 programs/taskmgr/Makefile"
26848 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26849 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26850 taskmgr"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26853 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856 programs/termsv/Makefile"
26857 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26858 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26859 termsv"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
26862 ac_config_files="$ac_config_files programs/termsv/Makefile"
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865 programs/uninstaller/Makefile"
26866 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26867 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26868 uninstaller"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26871 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 programs/unlodctr/Makefile"
26875 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26876 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26877 unlodctr"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26880 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883 programs/view/Makefile"
26884 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26885 view"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26888 ac_config_files="$ac_config_files programs/view/Makefile"
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891 programs/wineboot/Makefile"
26892 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26893 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26894 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26895 wineboot"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26898 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 programs/winebrowser/Makefile"
26902 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904 winebrowser"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 programs/winecfg/Makefile"
26911 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26913 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26914 winecfg"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26917 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920 programs/wineconsole/Makefile"
26921 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26922 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26923 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26924 wineconsole"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26927 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 programs/winedbg/Makefile"
26931 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26932 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26933 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26934 winedbg"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26937 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 programs/winedevice/Makefile"
26941 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26942 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 winedevice"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26946 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 programs/winefile/Makefile"
26950 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26951 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26952 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26953 winefile"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26956 ac_config_files="$ac_config_files programs/winefile/Makefile"
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959 programs/winemenubuilder/Makefile"
26960 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26961 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26962 winemenubuilder"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26965 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968 programs/winemine/Makefile"
26969 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26970 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26971 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26972 winemine"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26975 ac_config_files="$ac_config_files programs/winemine/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 programs/winepath/Makefile"
26979 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26980 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26981 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26982 winepath"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26985 ac_config_files="$ac_config_files programs/winepath/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 programs/winetest/Makefile"
26989 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26990 winetest"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26993 ac_config_files="$ac_config_files programs/winetest/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 programs/winevdm/Makefile"
26997 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26998 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26999 winevdm"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27002 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 programs/winhelp.exe16/Makefile"
27006 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27007 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27008 winhelp.exe16"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27011 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 programs/winhlp32/Makefile"
27015 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27016 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27017 winhlp32"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27020 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 programs/winoldap.mod16/Makefile"
27024 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27025 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27026 winoldap.mod16"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27029 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032 programs/winver/Makefile"
27033 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27034 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27035 winver"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27038 ac_config_files="$ac_config_files programs/winver/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 programs/wordpad/Makefile"
27042 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27043 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27044 wordpad"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27047 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 programs/write/Makefile"
27051 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27052 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27053 write"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27056 ac_config_files="$ac_config_files programs/write/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 programs/xcopy/Makefile"
27060 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27061 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27062 xcopy"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27065 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 server/Makefile"
27069 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27070 server"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 server/Makefile: server/Makefile.in Make.rules"
27073 ac_config_files="$ac_config_files server/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 tools/Makefile"
27077 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27078 tools"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 tools/Makefile: tools/Makefile.in Make.rules"
27081 ac_config_files="$ac_config_files tools/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 tools/widl/Makefile"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27088 ac_config_files="$ac_config_files tools/widl/Makefile"
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091 tools/winebuild/Makefile"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27095 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 tools/winedump/Makefile"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27102 ac_config_files="$ac_config_files tools/winedump/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 tools/winegcc/Makefile"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27109 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112 tools/wmc/Makefile"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27116 ac_config_files="$ac_config_files tools/wmc/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 tools/wrc/Makefile"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27123 ac_config_files="$ac_config_files tools/wrc/Makefile"
27127 ALL_WINETEST_DEPENDS="# Test binaries"
27129 for dir in $ALL_TEST_DIRS
27131 if test "$dir" != "\\"
27132 then
27133 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27134 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27135 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27136 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27138 done
27140 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27142 cat >confcache <<\_ACEOF
27143 # This file is a shell script that caches the results of configure
27144 # tests run on this system so they can be shared between configure
27145 # scripts and configure runs, see configure's option --config-cache.
27146 # It is not useful on other systems. If it contains results you don't
27147 # want to keep, you may remove or edit it.
27149 # config.status only pays attention to the cache file if you give it
27150 # the --recheck option to rerun configure.
27152 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27153 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27154 # following values.
27156 _ACEOF
27158 # The following way of writing the cache mishandles newlines in values,
27159 # but we know of no workaround that is simple, portable, and efficient.
27160 # So, we kill variables containing newlines.
27161 # Ultrix sh set writes to stderr and can't be redirected directly,
27162 # and sets the high bit in the cache file unless we assign to the vars.
27164 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27165 eval ac_val=\$$ac_var
27166 case $ac_val in #(
27167 *${as_nl}*)
27168 case $ac_var in #(
27169 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27170 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27171 esac
27172 case $ac_var in #(
27173 _ | IFS | as_nl) ;; #(
27174 *) $as_unset $ac_var ;;
27175 esac ;;
27176 esac
27177 done
27179 (set) 2>&1 |
27180 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27181 *${as_nl}ac_space=\ *)
27182 # `set' does not quote correctly, so add quotes (double-quote
27183 # substitution turns \\\\ into \\, and sed turns \\ into \).
27184 sed -n \
27185 "s/'/'\\\\''/g;
27186 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27187 ;; #(
27189 # `set' quotes correctly as required by POSIX, so do not add quotes.
27190 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27192 esac |
27193 sort
27195 sed '
27196 /^ac_cv_env_/b end
27197 t clear
27198 :clear
27199 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27200 t end
27201 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27202 :end' >>confcache
27203 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27204 if test -w "$cache_file"; then
27205 test "x$cache_file" != "x/dev/null" &&
27206 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27207 echo "$as_me: updating cache $cache_file" >&6;}
27208 cat confcache >$cache_file
27209 else
27210 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27211 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27214 rm -f confcache
27216 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27217 # Let make expand exec_prefix.
27218 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27220 DEFS=-DHAVE_CONFIG_H
27222 ac_libobjs=
27223 ac_ltlibobjs=
27224 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27225 # 1. Remove the extension, and $U if already installed.
27226 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27227 ac_i=`echo "$ac_i" | sed "$ac_script"`
27228 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27229 # will be set to the directory where LIBOBJS objects are built.
27230 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27231 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27232 done
27233 LIBOBJS=$ac_libobjs
27235 LTLIBOBJS=$ac_ltlibobjs
27239 : ${CONFIG_STATUS=./config.status}
27240 ac_clean_files_save=$ac_clean_files
27241 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27242 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27243 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27244 cat >$CONFIG_STATUS <<_ACEOF
27245 #! $SHELL
27246 # Generated by $as_me.
27247 # Run this file to recreate the current configuration.
27248 # Compiler output produced by configure, useful for debugging
27249 # configure, is in config.log if it exists.
27251 debug=false
27252 ac_cs_recheck=false
27253 ac_cs_silent=false
27254 SHELL=\${CONFIG_SHELL-$SHELL}
27255 _ACEOF
27257 cat >>$CONFIG_STATUS <<\_ACEOF
27258 ## --------------------- ##
27259 ## M4sh Initialization. ##
27260 ## --------------------- ##
27262 # Be more Bourne compatible
27263 DUALCASE=1; export DUALCASE # for MKS sh
27264 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27265 emulate sh
27266 NULLCMD=:
27267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27268 # is contrary to our usage. Disable this feature.
27269 alias -g '${1+"$@"}'='"$@"'
27270 setopt NO_GLOB_SUBST
27271 else
27272 case `(set -o) 2>/dev/null` in
27273 *posix*) set -o posix ;;
27274 esac
27281 # PATH needs CR
27282 # Avoid depending upon Character Ranges.
27283 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27284 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27285 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27286 as_cr_digits='0123456789'
27287 as_cr_alnum=$as_cr_Letters$as_cr_digits
27289 # The user is always right.
27290 if test "${PATH_SEPARATOR+set}" != set; then
27291 echo "#! /bin/sh" >conf$$.sh
27292 echo "exit 0" >>conf$$.sh
27293 chmod +x conf$$.sh
27294 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27295 PATH_SEPARATOR=';'
27296 else
27297 PATH_SEPARATOR=:
27299 rm -f conf$$.sh
27302 # Support unset when possible.
27303 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27304 as_unset=unset
27305 else
27306 as_unset=false
27310 # IFS
27311 # We need space, tab and new line, in precisely that order. Quoting is
27312 # there to prevent editors from complaining about space-tab.
27313 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27314 # splitting by setting IFS to empty value.)
27315 as_nl='
27317 IFS=" "" $as_nl"
27319 # Find who we are. Look in the path if we contain no directory separator.
27320 case $0 in
27321 *[\\/]* ) as_myself=$0 ;;
27322 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27323 for as_dir in $PATH
27325 IFS=$as_save_IFS
27326 test -z "$as_dir" && as_dir=.
27327 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27328 done
27329 IFS=$as_save_IFS
27332 esac
27333 # We did not find ourselves, most probably we were run as `sh COMMAND'
27334 # in which case we are not to be found in the path.
27335 if test "x$as_myself" = x; then
27336 as_myself=$0
27338 if test ! -f "$as_myself"; then
27339 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27340 { (exit 1); exit 1; }
27343 # Work around bugs in pre-3.0 UWIN ksh.
27344 for as_var in ENV MAIL MAILPATH
27345 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27346 done
27347 PS1='$ '
27348 PS2='> '
27349 PS4='+ '
27351 # NLS nuisances.
27352 for as_var in \
27353 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27354 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27355 LC_TELEPHONE LC_TIME
27357 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27358 eval $as_var=C; export $as_var
27359 else
27360 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27362 done
27364 # Required to use basename.
27365 if expr a : '\(a\)' >/dev/null 2>&1 &&
27366 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27367 as_expr=expr
27368 else
27369 as_expr=false
27372 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27373 as_basename=basename
27374 else
27375 as_basename=false
27379 # Name of the executable.
27380 as_me=`$as_basename -- "$0" ||
27381 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27382 X"$0" : 'X\(//\)$' \| \
27383 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27384 echo X/"$0" |
27385 sed '/^.*\/\([^/][^/]*\)\/*$/{
27386 s//\1/
27389 /^X\/\(\/\/\)$/{
27390 s//\1/
27393 /^X\/\(\/\).*/{
27394 s//\1/
27397 s/.*/./; q'`
27399 # CDPATH.
27400 $as_unset CDPATH
27404 as_lineno_1=$LINENO
27405 as_lineno_2=$LINENO
27406 test "x$as_lineno_1" != "x$as_lineno_2" &&
27407 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27409 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27410 # uniformly replaced by the line number. The first 'sed' inserts a
27411 # line-number line after each line using $LINENO; the second 'sed'
27412 # does the real work. The second script uses 'N' to pair each
27413 # line-number line with the line containing $LINENO, and appends
27414 # trailing '-' during substitution so that $LINENO is not a special
27415 # case at line end.
27416 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27417 # scripts with optimization help from Paolo Bonzini. Blame Lee
27418 # E. McMahon (1931-1989) for sed's syntax. :-)
27419 sed -n '
27421 /[$]LINENO/=
27422 ' <$as_myself |
27423 sed '
27424 s/[$]LINENO.*/&-/
27425 t lineno
27427 :lineno
27429 :loop
27430 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27431 t loop
27432 s/-\n.*//
27433 ' >$as_me.lineno &&
27434 chmod +x "$as_me.lineno" ||
27435 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27436 { (exit 1); exit 1; }; }
27438 # Don't try to exec as it changes $[0], causing all sort of problems
27439 # (the dirname of $[0] is not the place where we might find the
27440 # original and so on. Autoconf is especially sensitive to this).
27441 . "./$as_me.lineno"
27442 # Exit status is that of the last command.
27443 exit
27447 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27448 as_dirname=dirname
27449 else
27450 as_dirname=false
27453 ECHO_C= ECHO_N= ECHO_T=
27454 case `echo -n x` in
27455 -n*)
27456 case `echo 'x\c'` in
27457 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27458 *) ECHO_C='\c';;
27459 esac;;
27461 ECHO_N='-n';;
27462 esac
27464 if expr a : '\(a\)' >/dev/null 2>&1 &&
27465 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27466 as_expr=expr
27467 else
27468 as_expr=false
27471 rm -f conf$$ conf$$.exe conf$$.file
27472 if test -d conf$$.dir; then
27473 rm -f conf$$.dir/conf$$.file
27474 else
27475 rm -f conf$$.dir
27476 mkdir conf$$.dir
27478 echo >conf$$.file
27479 if ln -s conf$$.file conf$$ 2>/dev/null; then
27480 as_ln_s='ln -s'
27481 # ... but there are two gotchas:
27482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27484 # In both cases, we have to default to `cp -p'.
27485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27486 as_ln_s='cp -p'
27487 elif ln conf$$.file conf$$ 2>/dev/null; then
27488 as_ln_s=ln
27489 else
27490 as_ln_s='cp -p'
27492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27493 rmdir conf$$.dir 2>/dev/null
27495 if mkdir -p . 2>/dev/null; then
27496 as_mkdir_p=:
27497 else
27498 test -d ./-p && rmdir ./-p
27499 as_mkdir_p=false
27502 if test -x / >/dev/null 2>&1; then
27503 as_test_x='test -x'
27504 else
27505 if ls -dL / >/dev/null 2>&1; then
27506 as_ls_L_option=L
27507 else
27508 as_ls_L_option=
27510 as_test_x='
27511 eval sh -c '\''
27512 if test -d "$1"; then
27513 test -d "$1/.";
27514 else
27515 case $1 in
27516 -*)set "./$1";;
27517 esac;
27518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27519 ???[sx]*):;;*)false;;esac;fi
27520 '\'' sh
27523 as_executable_p=$as_test_x
27525 # Sed expression to map a string onto a valid CPP name.
27526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27528 # Sed expression to map a string onto a valid variable name.
27529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27532 exec 6>&1
27534 # Save the log message, to keep $[0] and so on meaningful, and to
27535 # report actual input values of CONFIG_FILES etc. instead of their
27536 # values after options handling.
27537 ac_log="
27538 This file was extended by Wine $as_me 1.1.23, which was
27539 generated by GNU Autoconf 2.61. Invocation command line was
27541 CONFIG_FILES = $CONFIG_FILES
27542 CONFIG_HEADERS = $CONFIG_HEADERS
27543 CONFIG_LINKS = $CONFIG_LINKS
27544 CONFIG_COMMANDS = $CONFIG_COMMANDS
27545 $ $0 $@
27547 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27550 _ACEOF
27552 cat >>$CONFIG_STATUS <<_ACEOF
27553 # Files that config.status was made for.
27554 config_files="$ac_config_files"
27555 config_headers="$ac_config_headers"
27556 config_commands="$ac_config_commands"
27558 _ACEOF
27560 cat >>$CONFIG_STATUS <<\_ACEOF
27561 ac_cs_usage="\
27562 \`$as_me' instantiates files from templates according to the
27563 current configuration.
27565 Usage: $0 [OPTIONS] [FILE]...
27567 -h, --help print this help, then exit
27568 -V, --version print version number and configuration settings, then exit
27569 -q, --quiet do not print progress messages
27570 -d, --debug don't remove temporary files
27571 --recheck update $as_me by reconfiguring in the same conditions
27572 --file=FILE[:TEMPLATE]
27573 instantiate the configuration file FILE
27574 --header=FILE[:TEMPLATE]
27575 instantiate the configuration header FILE
27577 Configuration files:
27578 $config_files
27580 Configuration headers:
27581 $config_headers
27583 Configuration commands:
27584 $config_commands
27586 Report bugs to <bug-autoconf@gnu.org>."
27588 _ACEOF
27589 cat >>$CONFIG_STATUS <<_ACEOF
27590 ac_cs_version="\\
27591 Wine config.status 1.1.23
27592 configured by $0, generated by GNU Autoconf 2.61,
27593 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27595 Copyright (C) 2006 Free Software Foundation, Inc.
27596 This config.status script is free software; the Free Software Foundation
27597 gives unlimited permission to copy, distribute and modify it."
27599 ac_pwd='$ac_pwd'
27600 srcdir='$srcdir'
27601 INSTALL='$INSTALL'
27602 _ACEOF
27604 cat >>$CONFIG_STATUS <<\_ACEOF
27605 # If no file are specified by the user, then we need to provide default
27606 # value. By we need to know if files were specified by the user.
27607 ac_need_defaults=:
27608 while test $# != 0
27610 case $1 in
27611 --*=*)
27612 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27613 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27614 ac_shift=:
27617 ac_option=$1
27618 ac_optarg=$2
27619 ac_shift=shift
27621 esac
27623 case $ac_option in
27624 # Handling of the options.
27625 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27626 ac_cs_recheck=: ;;
27627 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27628 echo "$ac_cs_version"; exit ;;
27629 --debug | --debu | --deb | --de | --d | -d )
27630 debug=: ;;
27631 --file | --fil | --fi | --f )
27632 $ac_shift
27633 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27634 ac_need_defaults=false;;
27635 --header | --heade | --head | --hea )
27636 $ac_shift
27637 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27638 ac_need_defaults=false;;
27639 --he | --h)
27640 # Conflict between --help and --header
27641 { echo "$as_me: error: ambiguous option: $1
27642 Try \`$0 --help' for more information." >&2
27643 { (exit 1); exit 1; }; };;
27644 --help | --hel | -h )
27645 echo "$ac_cs_usage"; exit ;;
27646 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27647 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27648 ac_cs_silent=: ;;
27650 # This is an error.
27651 -*) { echo "$as_me: error: unrecognized option: $1
27652 Try \`$0 --help' for more information." >&2
27653 { (exit 1); exit 1; }; } ;;
27655 *) ac_config_targets="$ac_config_targets $1"
27656 ac_need_defaults=false ;;
27658 esac
27659 shift
27660 done
27662 ac_configure_extra_args=
27664 if $ac_cs_silent; then
27665 exec 6>/dev/null
27666 ac_configure_extra_args="$ac_configure_extra_args --silent"
27669 _ACEOF
27670 cat >>$CONFIG_STATUS <<_ACEOF
27671 if \$ac_cs_recheck; then
27672 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27673 CONFIG_SHELL=$SHELL
27674 export CONFIG_SHELL
27675 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27678 _ACEOF
27679 cat >>$CONFIG_STATUS <<\_ACEOF
27680 exec 5>>config.log
27682 echo
27683 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27684 ## Running $as_me. ##
27685 _ASBOX
27686 echo "$ac_log"
27687 } >&5
27689 _ACEOF
27690 cat >>$CONFIG_STATUS <<_ACEOF
27691 _ACEOF
27693 cat >>$CONFIG_STATUS <<\_ACEOF
27695 # Handling of arguments.
27696 for ac_config_target in $ac_config_targets
27698 case $ac_config_target in
27699 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27700 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27701 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27702 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27703 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27704 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27705 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27706 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27707 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27708 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27709 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27710 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27711 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27712 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27713 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27714 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27715 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27716 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27717 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27718 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27719 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27720 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27721 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27722 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27723 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27724 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27725 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27726 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27727 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27728 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27729 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27730 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27731 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27732 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27733 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27734 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27735 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27736 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27737 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27738 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27739 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27740 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27741 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27742 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27743 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27744 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27745 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27746 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27747 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27748 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27749 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27750 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27751 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27752 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27753 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27754 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27755 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27756 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27757 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27758 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27759 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27760 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27761 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27762 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27763 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27764 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27765 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27766 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27767 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27768 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27769 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27770 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27771 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27772 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27773 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27774 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27775 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27776 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27777 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27778 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27779 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27780 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27781 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27782 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27783 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27784 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27785 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27786 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27787 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27788 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27789 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27790 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27791 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27792 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27793 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27794 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27795 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27796 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27797 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27798 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27799 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27800 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
27801 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27802 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27803 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27804 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27805 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27806 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27807 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27808 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27809 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27810 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27811 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27812 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27813 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27814 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27815 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27816 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27817 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27818 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27819 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27820 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27821 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27822 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27823 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27824 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27825 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27826 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27827 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27828 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27829 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27830 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27831 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27832 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27833 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27834 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27835 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27836 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27837 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27838 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27839 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27840 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27841 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27842 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27843 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27844 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27845 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27846 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27847 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27848 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27849 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27850 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27851 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27852 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27853 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27854 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27855 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27856 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27857 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27858 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27859 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27860 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27861 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27862 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27863 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27864 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27865 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27866 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27867 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27868 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27869 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27870 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27871 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27872 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27873 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27874 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27875 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27876 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27877 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27878 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27879 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27880 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27881 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27882 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27883 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27884 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27885 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27886 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27887 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27888 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27889 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27890 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27891 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27892 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27893 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27894 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27895 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27896 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27897 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27898 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27899 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27900 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27901 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27902 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27903 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27904 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27905 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27906 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27907 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27908 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27909 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27910 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27911 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27912 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27913 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27914 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27915 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27916 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27917 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27918 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27919 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27920 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27921 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27922 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27923 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27924 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27925 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27926 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27927 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27928 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27929 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27930 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27931 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27932 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27933 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27934 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27935 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27936 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27937 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27938 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27939 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27940 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27941 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27942 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27943 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27944 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27945 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27946 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27947 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27948 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27949 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
27950 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27951 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27952 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27953 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27954 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27955 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27956 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27957 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27958 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27959 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27960 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27961 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27962 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27963 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27964 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27965 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27966 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27967 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27968 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27969 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27970 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27971 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27972 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27973 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27974 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27975 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27976 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27977 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27978 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27979 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27980 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27981 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27982 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27983 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27984 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27985 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27986 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27987 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27988 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27989 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27990 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27991 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27992 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27993 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27994 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27995 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27996 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27997 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27998 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27999 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28000 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28001 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28002 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28003 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28004 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28005 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28006 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28007 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28008 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28009 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28010 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28011 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28012 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28013 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28014 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28015 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28016 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28017 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28018 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28019 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28020 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28021 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28022 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28023 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28024 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28025 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28026 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28027 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28028 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28029 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28030 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28031 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28032 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28033 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28034 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28035 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28036 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28037 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28038 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28039 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28040 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28041 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28042 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28043 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28044 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28045 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28046 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28047 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28048 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28049 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28050 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28051 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28052 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28053 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28054 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28055 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28056 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28057 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28058 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28059 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28060 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28061 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28062 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28063 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28064 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28065 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28066 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28067 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28068 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28069 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28070 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28071 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28072 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28073 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28074 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28075 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28076 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28077 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28078 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28079 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28080 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28081 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28082 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28083 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28084 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28085 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28086 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28087 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28088 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28089 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28090 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28091 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28092 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28093 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28094 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28095 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28096 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28097 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
28098 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28099 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28100 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28101 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28102 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28103 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28104 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28105 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28106 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28107 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28108 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28109 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28110 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28111 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28112 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28113 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28114 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28115 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28116 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28117 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28118 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28119 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28120 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28121 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28122 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28123 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28124 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28125 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28126 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28127 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28128 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28129 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28130 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28131 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28132 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28133 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28134 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28135 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28136 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28137 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28138 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28139 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28140 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28141 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28142 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28143 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28144 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28145 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28146 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28147 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28148 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28149 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28150 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28151 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28152 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28153 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28154 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28155 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28156 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28157 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28158 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28159 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28160 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28161 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28162 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28163 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28164 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28165 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28166 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28167 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28168 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28169 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28170 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28171 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28172 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28173 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28174 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28175 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28176 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28177 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28178 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28179 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28180 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28181 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28182 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28183 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28184 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28185 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28186 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28187 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28188 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28189 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28190 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28191 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28192 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28193 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28194 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28195 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28196 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28197 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28198 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28199 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28200 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28201 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28202 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28203 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28204 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28205 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28206 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28207 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28208 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28209 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28210 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28211 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28212 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28213 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28215 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28216 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28217 { (exit 1); exit 1; }; };;
28218 esac
28219 done
28222 # If the user did not use the arguments to specify the items to instantiate,
28223 # then the envvar interface is used. Set only those that are not.
28224 # We use the long form for the default assignment because of an extremely
28225 # bizarre bug on SunOS 4.1.3.
28226 if $ac_need_defaults; then
28227 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28228 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28229 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28232 # Have a temporary directory for convenience. Make it in the build tree
28233 # simply because there is no reason against having it here, and in addition,
28234 # creating and moving files from /tmp can sometimes cause problems.
28235 # Hook for its removal unless debugging.
28236 # Note that there is a small window in which the directory will not be cleaned:
28237 # after its creation but before its name has been assigned to `$tmp'.
28238 $debug ||
28240 tmp=
28241 trap 'exit_status=$?
28242 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28244 trap '{ (exit 1); exit 1; }' 1 2 13 15
28246 # Create a (secure) tmp directory for tmp files.
28249 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28250 test -n "$tmp" && test -d "$tmp"
28251 } ||
28253 tmp=./conf$$-$RANDOM
28254 (umask 077 && mkdir "$tmp")
28255 } ||
28257 echo "$me: cannot create a temporary directory in ." >&2
28258 { (exit 1); exit 1; }
28262 # Set up the sed scripts for CONFIG_FILES section.
28265 # No need to generate the scripts if there are no CONFIG_FILES.
28266 # This happens for instance when ./config.status config.h
28267 if test -n "$CONFIG_FILES"; then
28269 _ACEOF
28271 # Create sed commands to just substitute file output variables.
28273 # Remaining file output variables are in a fragment that also has non-file
28274 # output varibles.
28278 ac_delim='%!_!# '
28279 for ac_last_try in false false false false false :; do
28280 cat >conf$$subs.sed <<_ACEOF
28281 SHELL!$SHELL$ac_delim
28282 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28283 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28284 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28285 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28286 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28287 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28288 exec_prefix!$exec_prefix$ac_delim
28289 prefix!$prefix$ac_delim
28290 program_transform_name!$program_transform_name$ac_delim
28291 bindir!$bindir$ac_delim
28292 sbindir!$sbindir$ac_delim
28293 libexecdir!$libexecdir$ac_delim
28294 datarootdir!$datarootdir$ac_delim
28295 datadir!$datadir$ac_delim
28296 sysconfdir!$sysconfdir$ac_delim
28297 sharedstatedir!$sharedstatedir$ac_delim
28298 localstatedir!$localstatedir$ac_delim
28299 includedir!$includedir$ac_delim
28300 oldincludedir!$oldincludedir$ac_delim
28301 docdir!$docdir$ac_delim
28302 infodir!$infodir$ac_delim
28303 htmldir!$htmldir$ac_delim
28304 dvidir!$dvidir$ac_delim
28305 pdfdir!$pdfdir$ac_delim
28306 psdir!$psdir$ac_delim
28307 libdir!$libdir$ac_delim
28308 localedir!$localedir$ac_delim
28309 mandir!$mandir$ac_delim
28310 DEFS!$DEFS$ac_delim
28311 ECHO_C!$ECHO_C$ac_delim
28312 ECHO_N!$ECHO_N$ac_delim
28313 ECHO_T!$ECHO_T$ac_delim
28314 LIBS!$LIBS$ac_delim
28315 build_alias!$build_alias$ac_delim
28316 host_alias!$host_alias$ac_delim
28317 target_alias!$target_alias$ac_delim
28318 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28319 build!$build$ac_delim
28320 build_cpu!$build_cpu$ac_delim
28321 build_vendor!$build_vendor$ac_delim
28322 build_os!$build_os$ac_delim
28323 host!$host$ac_delim
28324 host_cpu!$host_cpu$ac_delim
28325 host_vendor!$host_vendor$ac_delim
28326 host_os!$host_os$ac_delim
28327 SET_MAKE!$SET_MAKE$ac_delim
28328 CC!$CC$ac_delim
28329 CFLAGS!$CFLAGS$ac_delim
28330 LDFLAGS!$LDFLAGS$ac_delim
28331 CPPFLAGS!$CPPFLAGS$ac_delim
28332 ac_ct_CC!$ac_ct_CC$ac_delim
28333 EXEEXT!$EXEEXT$ac_delim
28334 OBJEXT!$OBJEXT$ac_delim
28335 CXX!$CXX$ac_delim
28336 CXXFLAGS!$CXXFLAGS$ac_delim
28337 ac_ct_CXX!$ac_ct_CXX$ac_delim
28338 CPPBIN!$CPPBIN$ac_delim
28339 TARGETFLAGS!$TARGETFLAGS$ac_delim
28340 WIN16_FILES!$WIN16_FILES$ac_delim
28341 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28342 TOOLSDIR!$TOOLSDIR$ac_delim
28343 FLEX!$FLEX$ac_delim
28344 BISON!$BISON$ac_delim
28345 AR!$AR$ac_delim
28346 ac_ct_AR!$ac_ct_AR$ac_delim
28347 ARFLAGS!$ARFLAGS$ac_delim
28348 RANLIB!$RANLIB$ac_delim
28349 STRIP!$STRIP$ac_delim
28350 LN_S!$LN_S$ac_delim
28351 LN!$LN$ac_delim
28352 GREP!$GREP$ac_delim
28353 EGREP!$EGREP$ac_delim
28354 LDCONFIG!$LDCONFIG$ac_delim
28355 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28356 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28357 INSTALL_DATA!$INSTALL_DATA$ac_delim
28358 LINT!$LINT$ac_delim
28359 LINTFLAGS!$LINTFLAGS$ac_delim
28360 FONTFORGE!$FONTFORGE$ac_delim
28361 PKG_CONFIG!$PKG_CONFIG$ac_delim
28362 RSVG!$RSVG$ac_delim
28363 _ACEOF
28365 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28366 break
28367 elif $ac_last_try; then
28368 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28369 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28370 { (exit 1); exit 1; }; }
28371 else
28372 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28374 done
28376 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28377 if test -n "$ac_eof"; then
28378 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28379 ac_eof=`expr $ac_eof + 1`
28382 cat >>$CONFIG_STATUS <<_ACEOF
28383 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28384 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28385 /^[ ]*@MAKE_RULES@[ ]*$/{
28386 r $MAKE_RULES
28389 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28390 r $MAKE_DLL_RULES
28393 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28394 r $MAKE_IMPLIB_RULES
28397 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28398 r $MAKE_TEST_RULES
28401 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28402 r $MAKE_PROG_RULES
28405 _ACEOF
28406 sed '
28407 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28408 s/^/s,@/; s/!/@,|#_!!_#|/
28411 s/'"$ac_delim"'$/,g/; t
28412 s/$/\\/; p
28413 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28414 ' >>$CONFIG_STATUS <conf$$subs.sed
28415 rm -f conf$$subs.sed
28416 cat >>$CONFIG_STATUS <<_ACEOF
28417 CEOF$ac_eof
28418 _ACEOF
28421 ac_delim='%!_!# '
28422 for ac_last_try in false false false false false :; do
28423 cat >conf$$subs.sed <<_ACEOF
28424 ICOTOOL!$ICOTOOL$ac_delim
28425 PRELINK!$PRELINK$ac_delim
28426 XLIB!$XLIB$ac_delim
28427 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28428 CPP!$CPP$ac_delim
28429 DLLEXT!$DLLEXT$ac_delim
28430 DLLFLAGS!$DLLFLAGS$ac_delim
28431 LDSHARED!$LDSHARED$ac_delim
28432 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28433 LIBEXT!$LIBEXT$ac_delim
28434 IMPLIBEXT!$IMPLIBEXT$ac_delim
28435 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28436 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28437 LDD!$LDD$ac_delim
28438 DLLTOOL!$DLLTOOL$ac_delim
28439 DLLWRAP!$DLLWRAP$ac_delim
28440 MINGWAR!$MINGWAR$ac_delim
28441 SECURITYLIB!$SECURITYLIB$ac_delim
28442 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28443 IOKITLIB!$IOKITLIB$ac_delim
28444 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28445 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28446 COREAUDIO!$COREAUDIO$ac_delim
28447 CARBONLIB!$CARBONLIB$ac_delim
28448 CROSSCC!$CROSSCC$ac_delim
28449 CROSSTEST!$CROSSTEST$ac_delim
28450 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
28451 LIBPTHREAD!$LIBPTHREAD$ac_delim
28452 XMKMF!$XMKMF$ac_delim
28453 X_CFLAGS!$X_CFLAGS$ac_delim
28454 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28455 X_LIBS!$X_LIBS$ac_delim
28456 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28457 NASLIBS!$NASLIBS$ac_delim
28458 XML2LIBS!$XML2LIBS$ac_delim
28459 XML2INCL!$XML2INCL$ac_delim
28460 XSLTINCL!$XSLTINCL$ac_delim
28461 HALINCL!$HALINCL$ac_delim
28462 GNUTLSINCL!$GNUTLSINCL$ac_delim
28463 sane_devel!$sane_devel$ac_delim
28464 SANEINCL!$SANEINCL$ac_delim
28465 gphoto2_devel!$gphoto2_devel$ac_delim
28466 gphoto2port_devel!$gphoto2port_devel$ac_delim
28467 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28468 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28469 RESOLVLIBS!$RESOLVLIBS$ac_delim
28470 LCMSLIBS!$LCMSLIBS$ac_delim
28471 ft_devel!$ft_devel$ac_delim
28472 FREETYPELIBS!$FREETYPELIBS$ac_delim
28473 FREETYPEINCL!$FREETYPEINCL$ac_delim
28474 ZLIB!$ZLIB$ac_delim
28475 ESDCONFIG!$ESDCONFIG$ac_delim
28476 ESDINCL!$ESDINCL$ac_delim
28477 ESDLIBS!$ESDLIBS$ac_delim
28478 PULSELIBS!$PULSELIBS$ac_delim
28479 ALSALIBS!$ALSALIBS$ac_delim
28480 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28481 CUPSINCL!$CUPSINCL$ac_delim
28482 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28483 PNGINCL!$PNGINCL$ac_delim
28484 LIBKSTAT!$LIBKSTAT$ac_delim
28485 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28486 BUILTINFLAG!$BUILTINFLAG$ac_delim
28487 LDPATH!$LDPATH$ac_delim
28488 CRTLIBS!$CRTLIBS$ac_delim
28489 SOCKETLIBS!$SOCKETLIBS$ac_delim
28490 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28491 LIBDL!$LIBDL$ac_delim
28492 LIBPOLL!$LIBPOLL$ac_delim
28493 LDAPLIBS!$LDAPLIBS$ac_delim
28494 DEPENDENCIES!$DEPENDENCIES$ac_delim
28495 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28496 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28497 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28498 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28499 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28500 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28501 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28502 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28503 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28504 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28505 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28506 LIBOBJS!$LIBOBJS$ac_delim
28507 LTLIBOBJS!$LTLIBOBJS$ac_delim
28508 _ACEOF
28510 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
28511 break
28512 elif $ac_last_try; then
28513 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28514 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28515 { (exit 1); exit 1; }; }
28516 else
28517 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28519 done
28521 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28522 if test -n "$ac_eof"; then
28523 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28524 ac_eof=`expr $ac_eof + 1`
28527 cat >>$CONFIG_STATUS <<_ACEOF
28528 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28529 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28530 _ACEOF
28531 sed '
28532 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28533 s/^/s,@/; s/!/@,|#_!!_#|/
28536 s/'"$ac_delim"'$/,g/; t
28537 s/$/\\/; p
28538 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28539 ' >>$CONFIG_STATUS <conf$$subs.sed
28540 rm -f conf$$subs.sed
28541 cat >>$CONFIG_STATUS <<_ACEOF
28542 :end
28543 s/|#_!!_#|//g
28544 CEOF$ac_eof
28545 _ACEOF
28548 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28549 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28550 # trailing colons and then remove the whole line if VPATH becomes empty
28551 # (actually we leave an empty line to preserve line numbers).
28552 if test "x$srcdir" = x.; then
28553 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28554 s/:*\$(srcdir):*/:/
28555 s/:*\${srcdir}:*/:/
28556 s/:*@srcdir@:*/:/
28557 s/^\([^=]*=[ ]*\):*/\1/
28558 s/:*$//
28559 s/^[^=]*=[ ]*$//
28563 cat >>$CONFIG_STATUS <<\_ACEOF
28564 fi # test -n "$CONFIG_FILES"
28567 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28569 case $ac_tag in
28570 :[FHLC]) ac_mode=$ac_tag; continue;;
28571 esac
28572 case $ac_mode$ac_tag in
28573 :[FHL]*:*);;
28574 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28575 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28576 { (exit 1); exit 1; }; };;
28577 :[FH]-) ac_tag=-:-;;
28578 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28579 esac
28580 ac_save_IFS=$IFS
28581 IFS=:
28582 set x $ac_tag
28583 IFS=$ac_save_IFS
28584 shift
28585 ac_file=$1
28586 shift
28588 case $ac_mode in
28589 :L) ac_source=$1;;
28590 :[FH])
28591 ac_file_inputs=
28592 for ac_f
28594 case $ac_f in
28595 -) ac_f="$tmp/stdin";;
28596 *) # Look for the file first in the build tree, then in the source tree
28597 # (if the path is not absolute). The absolute path cannot be DOS-style,
28598 # because $ac_f cannot contain `:'.
28599 test -f "$ac_f" ||
28600 case $ac_f in
28601 [\\/$]*) false;;
28602 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28603 esac ||
28604 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28605 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28606 { (exit 1); exit 1; }; };;
28607 esac
28608 ac_file_inputs="$ac_file_inputs $ac_f"
28609 done
28611 # Let's still pretend it is `configure' which instantiates (i.e., don't
28612 # use $as_me), people would be surprised to read:
28613 # /* config.h. Generated by config.status. */
28614 configure_input="Generated from "`IFS=:
28615 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28616 if test x"$ac_file" != x-; then
28617 configure_input="$ac_file. $configure_input"
28618 { echo "$as_me:$LINENO: creating $ac_file" >&5
28619 echo "$as_me: creating $ac_file" >&6;}
28622 case $ac_tag in
28623 *:-:* | *:-) cat >"$tmp/stdin";;
28624 esac
28626 esac
28628 ac_dir=`$as_dirname -- "$ac_file" ||
28629 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28630 X"$ac_file" : 'X\(//\)[^/]' \| \
28631 X"$ac_file" : 'X\(//\)$' \| \
28632 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28633 echo X"$ac_file" |
28634 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28635 s//\1/
28638 /^X\(\/\/\)[^/].*/{
28639 s//\1/
28642 /^X\(\/\/\)$/{
28643 s//\1/
28646 /^X\(\/\).*/{
28647 s//\1/
28650 s/.*/./; q'`
28651 { as_dir="$ac_dir"
28652 case $as_dir in #(
28653 -*) as_dir=./$as_dir;;
28654 esac
28655 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28656 as_dirs=
28657 while :; do
28658 case $as_dir in #(
28659 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28660 *) as_qdir=$as_dir;;
28661 esac
28662 as_dirs="'$as_qdir' $as_dirs"
28663 as_dir=`$as_dirname -- "$as_dir" ||
28664 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28665 X"$as_dir" : 'X\(//\)[^/]' \| \
28666 X"$as_dir" : 'X\(//\)$' \| \
28667 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28668 echo X"$as_dir" |
28669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28670 s//\1/
28673 /^X\(\/\/\)[^/].*/{
28674 s//\1/
28677 /^X\(\/\/\)$/{
28678 s//\1/
28681 /^X\(\/\).*/{
28682 s//\1/
28685 s/.*/./; q'`
28686 test -d "$as_dir" && break
28687 done
28688 test -z "$as_dirs" || eval "mkdir $as_dirs"
28689 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28690 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28691 { (exit 1); exit 1; }; }; }
28692 ac_builddir=.
28694 case "$ac_dir" in
28695 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28697 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28698 # A ".." for each directory in $ac_dir_suffix.
28699 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28700 case $ac_top_builddir_sub in
28701 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28702 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28703 esac ;;
28704 esac
28705 ac_abs_top_builddir=$ac_pwd
28706 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28707 # for backward compatibility:
28708 ac_top_builddir=$ac_top_build_prefix
28710 case $srcdir in
28711 .) # We are building in place.
28712 ac_srcdir=.
28713 ac_top_srcdir=$ac_top_builddir_sub
28714 ac_abs_top_srcdir=$ac_pwd ;;
28715 [\\/]* | ?:[\\/]* ) # Absolute name.
28716 ac_srcdir=$srcdir$ac_dir_suffix;
28717 ac_top_srcdir=$srcdir
28718 ac_abs_top_srcdir=$srcdir ;;
28719 *) # Relative name.
28720 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28721 ac_top_srcdir=$ac_top_build_prefix$srcdir
28722 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28723 esac
28724 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28727 case $ac_mode in
28730 # CONFIG_FILE
28733 case $INSTALL in
28734 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28735 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28736 esac
28737 _ACEOF
28739 cat >>$CONFIG_STATUS <<\_ACEOF
28740 # If the template does not know about datarootdir, expand it.
28741 # FIXME: This hack should be removed a few years after 2.60.
28742 ac_datarootdir_hack=; ac_datarootdir_seen=
28744 case `sed -n '/datarootdir/ {
28748 /@datadir@/p
28749 /@docdir@/p
28750 /@infodir@/p
28751 /@localedir@/p
28752 /@mandir@/p
28753 ' $ac_file_inputs` in
28754 *datarootdir*) ac_datarootdir_seen=yes;;
28755 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28756 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28757 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28758 _ACEOF
28759 cat >>$CONFIG_STATUS <<_ACEOF
28760 ac_datarootdir_hack='
28761 s&@datadir@&$datadir&g
28762 s&@docdir@&$docdir&g
28763 s&@infodir@&$infodir&g
28764 s&@localedir@&$localedir&g
28765 s&@mandir@&$mandir&g
28766 s&\\\${datarootdir}&$datarootdir&g' ;;
28767 esac
28768 _ACEOF
28770 # Neutralize VPATH when `$srcdir' = `.'.
28771 # Shell code in configure.ac might set extrasub.
28772 # FIXME: do we really want to maintain this feature?
28773 cat >>$CONFIG_STATUS <<_ACEOF
28774 sed "$ac_vpsub
28775 $extrasub
28776 _ACEOF
28777 cat >>$CONFIG_STATUS <<\_ACEOF
28779 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28780 s&@configure_input@&$configure_input&;t t
28781 s&@top_builddir@&$ac_top_builddir_sub&;t t
28782 s&@srcdir@&$ac_srcdir&;t t
28783 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28784 s&@top_srcdir@&$ac_top_srcdir&;t t
28785 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28786 s&@builddir@&$ac_builddir&;t t
28787 s&@abs_builddir@&$ac_abs_builddir&;t t
28788 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28789 s&@INSTALL@&$ac_INSTALL&;t t
28790 $ac_datarootdir_hack
28791 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28793 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28794 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28795 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28796 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28797 which seems to be undefined. Please make sure it is defined." >&5
28798 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28799 which seems to be undefined. Please make sure it is defined." >&2;}
28801 rm -f "$tmp/stdin"
28802 case $ac_file in
28803 -) cat "$tmp/out"; rm -f "$tmp/out";;
28804 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28805 esac
28809 # CONFIG_HEADER
28811 _ACEOF
28813 # Transform confdefs.h into a sed script `conftest.defines', that
28814 # substitutes the proper values into config.h.in to produce config.h.
28815 rm -f conftest.defines conftest.tail
28816 # First, append a space to every undef/define line, to ease matching.
28817 echo 's/$/ /' >conftest.defines
28818 # Then, protect against being on the right side of a sed subst, or in
28819 # an unquoted here document, in config.status. If some macros were
28820 # called several times there might be several #defines for the same
28821 # symbol, which is useless. But do not sort them, since the last
28822 # AC_DEFINE must be honored.
28823 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28824 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28825 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28826 # PARAMS is the parameter list in the macro definition--in most cases, it's
28827 # just an empty string.
28828 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28829 ac_dB='\\)[ (].*,\\1define\\2'
28830 ac_dC=' '
28831 ac_dD=' ,'
28833 uniq confdefs.h |
28834 sed -n '
28835 t rset
28836 :rset
28837 s/^[ ]*#[ ]*define[ ][ ]*//
28838 t ok
28841 s/[\\&,]/\\&/g
28842 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28843 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28844 ' >>conftest.defines
28846 # Remove the space that was appended to ease matching.
28847 # Then replace #undef with comments. This is necessary, for
28848 # example, in the case of _POSIX_SOURCE, which is predefined and required
28849 # on some systems where configure will not decide to define it.
28850 # (The regexp can be short, since the line contains either #define or #undef.)
28851 echo 's/ $//
28852 s,^[ #]*u.*,/* & */,' >>conftest.defines
28854 # Break up conftest.defines:
28855 ac_max_sed_lines=50
28857 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28858 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28859 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28860 # et cetera.
28861 ac_in='$ac_file_inputs'
28862 ac_out='"$tmp/out1"'
28863 ac_nxt='"$tmp/out2"'
28865 while :
28867 # Write a here document:
28868 cat >>$CONFIG_STATUS <<_ACEOF
28869 # First, check the format of the line:
28870 cat >"\$tmp/defines.sed" <<\\CEOF
28871 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28872 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28874 :def
28875 _ACEOF
28876 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28877 echo 'CEOF
28878 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28879 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28880 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28881 grep . conftest.tail >/dev/null || break
28882 rm -f conftest.defines
28883 mv conftest.tail conftest.defines
28884 done
28885 rm -f conftest.defines conftest.tail
28887 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28888 cat >>$CONFIG_STATUS <<\_ACEOF
28889 if test x"$ac_file" != x-; then
28890 echo "/* $configure_input */" >"$tmp/config.h"
28891 cat "$ac_result" >>"$tmp/config.h"
28892 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28893 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28894 echo "$as_me: $ac_file is unchanged" >&6;}
28895 else
28896 rm -f $ac_file
28897 mv "$tmp/config.h" $ac_file
28899 else
28900 echo "/* $configure_input */"
28901 cat "$ac_result"
28903 rm -f "$tmp/out12"
28906 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28907 echo "$as_me: executing $ac_file commands" >&6;}
28909 esac
28912 case $ac_file$ac_mode in
28913 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28914 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28915 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28916 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28917 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28918 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28919 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28920 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28921 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28922 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28923 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28924 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28925 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28927 esac
28928 done # for ac_tag
28931 { (exit 0); exit 0; }
28932 _ACEOF
28933 chmod +x $CONFIG_STATUS
28934 ac_clean_files=$ac_clean_files_save
28937 # configure is writing to config.log, and then calls config.status.
28938 # config.status does its own redirection, appending to config.log.
28939 # Unfortunately, on DOS this fails, as config.log is still kept open
28940 # by configure, so config.status won't be able to write to it; its
28941 # output is simply discarded. So we exec the FD to /dev/null,
28942 # effectively closing config.log, so it can be properly (re)opened and
28943 # appended to by config.status. When coming back to configure, we
28944 # need to make the FD available again.
28945 if test "$no_create" != yes; then
28946 ac_cs_success=:
28947 ac_config_status_args=
28948 test "$silent" = yes &&
28949 ac_config_status_args="$ac_config_status_args --quiet"
28950 exec 5>/dev/null
28951 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28952 exec 5>>config.log
28953 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28954 # would make configure fail if this is the last instruction.
28955 $ac_cs_success || { (exit 1); exit 1; }
28959 if test "$no_create" = "yes"
28960 then
28961 exit 0
28964 ac_save_IFS="$IFS"
28965 if test "x$wine_notices != "x; then
28966 echo >&6
28967 IFS="|"
28968 for msg in $wine_notices; do
28969 IFS="$ac_save_IFS"
28970 if test -n "$msg"; then
28971 { echo "$as_me:$LINENO: $msg" >&5
28972 echo "$as_me: $msg" >&6;}
28974 done
28976 IFS="|"
28977 for msg in $wine_warnings; do
28978 IFS="$ac_save_IFS"
28979 if test -n "$msg"; then
28980 echo >&2
28981 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28982 echo "$as_me: WARNING: $msg" >&2;}
28984 done
28985 IFS="$ac_save_IFS"
28987 echo "
28988 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28989 " >&6