push 8079c4124d1355f652d7dbd6f1862eb95d83e2de
[wine/hacks.git] / configure
blob1df46796e0e381a0e773d7acb221e001292ca675
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.16.
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.16'
578 PACKAGE_STRING='Wine 1.1.16'
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_AS
685 ac_ct_LD
687 ac_ct_NM
689 ac_ct_AR
690 ARFLAGS
691 RANLIB
692 STRIP
693 WINDRES
694 LN_S
696 GREP
697 EGREP
698 LDCONFIG
699 INSTALL_PROGRAM
700 INSTALL_SCRIPT
701 INSTALL_DATA
702 LINT
703 LINTFLAGS
704 FONTFORGE
705 PKG_CONFIG
706 RSVG
707 ICOTOOL
708 PRELINK
709 XLIB
710 OPENGL_LIBS
712 DLLEXT
713 DLLFLAGS
714 LDSHARED
715 LDDLLFLAGS
716 LIBEXT
717 IMPLIBEXT
718 LDRPATH_INSTALL
719 LDRPATH_LOCAL
721 DLLTOOL
722 DLLWRAP
723 MINGWAR
724 SECURITYLIB
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSCC
732 CROSSWINDRES
733 CROSSTEST
734 LIBPTHREAD
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 LIBKSTAT
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
807 XMKMF'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.16:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --disable-tests do not build the regression tests
1390 --enable-maintainer-mode
1391 enable maintainer-specific build rules
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-pthread do not use the pthread library
1420 --without-sane do not use SANE (scanner support)
1421 --without-xcomposite do not use the Xcomposite extension
1422 --without-xcursor do not use the Xcursor extension
1423 --without-xinerama do not use Xinerama (multi-monitor support)
1424 --without-xinput do not use the Xinput extension
1425 --without-xml do not use XML
1426 --without-xrandr do not use Xrandr (resolution changes)
1427 --without-xrender do not use the Xrender extension
1428 --without-xshape do not use the Xshape extension
1429 --without-xshm do not use XShm (shared memory extension)
1430 --without-xslt do not use XSLT
1431 --without-xxf86vm do not use XFree video mode extension
1432 --with-wine-tools=DIR use Wine tools from directory DIR
1433 --with-x use the X Window System
1435 Some influential environment variables:
1436 CC C compiler command
1437 CFLAGS C compiler flags
1438 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1439 nonstandard directory <lib dir>
1440 LIBS libraries to pass to the linker, e.g. -l<library>
1441 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1442 you have headers in a nonstandard directory <include dir>
1443 CXX C++ compiler command
1444 CXXFLAGS C++ compiler flags
1445 CPP C preprocessor
1446 XMKMF Path to xmkmf, Makefile generator for X Window System
1448 Use these variables to override the choices made by `configure' or to help
1449 it to find libraries and programs with nonstandard names/locations.
1451 Report bugs to <wine-devel@winehq.org>.
1452 _ACEOF
1453 ac_status=$?
1456 if test "$ac_init_help" = "recursive"; then
1457 # If there are subdirs, report their specific --help.
1458 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1459 test -d "$ac_dir" || continue
1460 ac_builddir=.
1462 case "$ac_dir" in
1463 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1466 # A ".." for each directory in $ac_dir_suffix.
1467 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1468 case $ac_top_builddir_sub in
1469 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1471 esac ;;
1472 esac
1473 ac_abs_top_builddir=$ac_pwd
1474 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1475 # for backward compatibility:
1476 ac_top_builddir=$ac_top_build_prefix
1478 case $srcdir in
1479 .) # We are building in place.
1480 ac_srcdir=.
1481 ac_top_srcdir=$ac_top_builddir_sub
1482 ac_abs_top_srcdir=$ac_pwd ;;
1483 [\\/]* | ?:[\\/]* ) # Absolute name.
1484 ac_srcdir=$srcdir$ac_dir_suffix;
1485 ac_top_srcdir=$srcdir
1486 ac_abs_top_srcdir=$srcdir ;;
1487 *) # Relative name.
1488 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1489 ac_top_srcdir=$ac_top_build_prefix$srcdir
1490 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1491 esac
1492 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1494 cd "$ac_dir" || { ac_status=$?; continue; }
1495 # Check for guested configure.
1496 if test -f "$ac_srcdir/configure.gnu"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1499 elif test -f "$ac_srcdir/configure"; then
1500 echo &&
1501 $SHELL "$ac_srcdir/configure" --help=recursive
1502 else
1503 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 fi || ac_status=$?
1505 cd "$ac_pwd" || { ac_status=$?; break; }
1506 done
1509 test -n "$ac_init_help" && exit $ac_status
1510 if $ac_init_version; then
1511 cat <<\_ACEOF
1512 Wine configure 1.1.16
1513 generated by GNU Autoconf 2.61
1515 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1516 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1517 This configure script is free software; the Free Software Foundation
1518 gives unlimited permission to copy, distribute and modify it.
1519 _ACEOF
1520 exit
1522 cat >config.log <<_ACEOF
1523 This file contains any messages produced by compilers while
1524 running configure, to aid debugging if configure makes a mistake.
1526 It was created by Wine $as_me 1.1.16, which was
1527 generated by GNU Autoconf 2.61. Invocation command line was
1529 $ $0 $@
1531 _ACEOF
1532 exec 5>>config.log
1534 cat <<_ASUNAME
1535 ## --------- ##
1536 ## Platform. ##
1537 ## --------- ##
1539 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1540 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1541 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1542 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1543 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1545 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1546 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1548 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1549 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1550 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1551 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1552 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1553 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1554 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1556 _ASUNAME
1558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1559 for as_dir in $PATH
1561 IFS=$as_save_IFS
1562 test -z "$as_dir" && as_dir=.
1563 echo "PATH: $as_dir"
1564 done
1565 IFS=$as_save_IFS
1567 } >&5
1569 cat >&5 <<_ACEOF
1572 ## ----------- ##
1573 ## Core tests. ##
1574 ## ----------- ##
1576 _ACEOF
1579 # Keep a trace of the command line.
1580 # Strip out --no-create and --no-recursion so they do not pile up.
1581 # Strip out --silent because we don't want to record it for future runs.
1582 # Also quote any args containing shell meta-characters.
1583 # Make two passes to allow for proper duplicate-argument suppression.
1584 ac_configure_args=
1585 ac_configure_args0=
1586 ac_configure_args1=
1587 ac_must_keep_next=false
1588 for ac_pass in 1 2
1590 for ac_arg
1592 case $ac_arg in
1593 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1594 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1595 | -silent | --silent | --silen | --sile | --sil)
1596 continue ;;
1597 *\'*)
1598 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1599 esac
1600 case $ac_pass in
1601 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1603 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1604 if test $ac_must_keep_next = true; then
1605 ac_must_keep_next=false # Got value, back to normal.
1606 else
1607 case $ac_arg in
1608 *=* | --config-cache | -C | -disable-* | --disable-* \
1609 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1610 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1611 | -with-* | --with-* | -without-* | --without-* | --x)
1612 case "$ac_configure_args0 " in
1613 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1614 esac
1616 -* ) ac_must_keep_next=true ;;
1617 esac
1619 ac_configure_args="$ac_configure_args '$ac_arg'"
1621 esac
1622 done
1623 done
1624 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1625 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1627 # When interrupted or exit'd, cleanup temporary files, and complete
1628 # config.log. We remove comments because anyway the quotes in there
1629 # would cause problems or look ugly.
1630 # WARNING: Use '\'' to represent an apostrophe within the trap.
1631 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1632 trap 'exit_status=$?
1633 # Save into config.log some information that might help in debugging.
1635 echo
1637 cat <<\_ASBOX
1638 ## ---------------- ##
1639 ## Cache variables. ##
1640 ## ---------------- ##
1641 _ASBOX
1642 echo
1643 # The following way of writing the cache mishandles newlines in values,
1645 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1646 eval ac_val=\$$ac_var
1647 case $ac_val in #(
1648 *${as_nl}*)
1649 case $ac_var in #(
1650 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1651 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1652 esac
1653 case $ac_var in #(
1654 _ | IFS | as_nl) ;; #(
1655 *) $as_unset $ac_var ;;
1656 esac ;;
1657 esac
1658 done
1659 (set) 2>&1 |
1660 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1661 *${as_nl}ac_space=\ *)
1662 sed -n \
1663 "s/'\''/'\''\\\\'\'''\''/g;
1664 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1665 ;; #(
1667 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1669 esac |
1670 sort
1672 echo
1674 cat <<\_ASBOX
1675 ## ----------------- ##
1676 ## Output variables. ##
1677 ## ----------------- ##
1678 _ASBOX
1679 echo
1680 for ac_var in $ac_subst_vars
1682 eval ac_val=\$$ac_var
1683 case $ac_val in
1684 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1685 esac
1686 echo "$ac_var='\''$ac_val'\''"
1687 done | sort
1688 echo
1690 if test -n "$ac_subst_files"; then
1691 cat <<\_ASBOX
1692 ## ------------------- ##
1693 ## File substitutions. ##
1694 ## ------------------- ##
1695 _ASBOX
1696 echo
1697 for ac_var in $ac_subst_files
1699 eval ac_val=\$$ac_var
1700 case $ac_val in
1701 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702 esac
1703 echo "$ac_var='\''$ac_val'\''"
1704 done | sort
1705 echo
1708 if test -s confdefs.h; then
1709 cat <<\_ASBOX
1710 ## ----------- ##
1711 ## confdefs.h. ##
1712 ## ----------- ##
1713 _ASBOX
1714 echo
1715 cat confdefs.h
1716 echo
1718 test "$ac_signal" != 0 &&
1719 echo "$as_me: caught signal $ac_signal"
1720 echo "$as_me: exit $exit_status"
1721 } >&5
1722 rm -f core *.core core.conftest.* &&
1723 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1724 exit $exit_status
1726 for ac_signal in 1 2 13 15; do
1727 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1728 done
1729 ac_signal=0
1731 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1732 rm -f -r conftest* confdefs.h
1734 # Predefined preprocessor variables.
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_NAME "$PACKAGE_NAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_STRING "$PACKAGE_STRING"
1753 _ACEOF
1756 cat >>confdefs.h <<_ACEOF
1757 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1758 _ACEOF
1761 # Let the site file select an alternate cache file if it wants to.
1762 # Prefer explicitly selected file to automatically selected ones.
1763 if test -n "$CONFIG_SITE"; then
1764 set x "$CONFIG_SITE"
1765 elif test "x$prefix" != xNONE; then
1766 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1767 else
1768 set x "$ac_default_prefix/share/config.site" \
1769 "$ac_default_prefix/etc/config.site"
1771 shift
1772 for ac_site_file
1774 if test -r "$ac_site_file"; then
1775 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1776 echo "$as_me: loading site script $ac_site_file" >&6;}
1777 sed 's/^/| /' "$ac_site_file" >&5
1778 . "$ac_site_file"
1780 done
1782 if test -r "$cache_file"; then
1783 # Some versions of bash will fail to source /dev/null (special
1784 # files actually), so we avoid doing that.
1785 if test -f "$cache_file"; then
1786 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1787 echo "$as_me: loading cache $cache_file" >&6;}
1788 case $cache_file in
1789 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1790 *) . "./$cache_file";;
1791 esac
1793 else
1794 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1795 echo "$as_me: creating cache $cache_file" >&6;}
1796 >$cache_file
1799 # Check that the precious variables saved in the cache have kept the same
1800 # value.
1801 ac_cache_corrupted=false
1802 for ac_var in $ac_precious_vars; do
1803 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1804 eval ac_new_set=\$ac_env_${ac_var}_set
1805 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1806 eval ac_new_val=\$ac_env_${ac_var}_value
1807 case $ac_old_set,$ac_new_set in
1808 set,)
1809 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1810 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1811 ac_cache_corrupted=: ;;
1812 ,set)
1813 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1814 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1815 ac_cache_corrupted=: ;;
1816 ,);;
1818 if test "x$ac_old_val" != "x$ac_new_val"; then
1819 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1820 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1821 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1822 echo "$as_me: former value: $ac_old_val" >&2;}
1823 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1824 echo "$as_me: current value: $ac_new_val" >&2;}
1825 ac_cache_corrupted=:
1826 fi;;
1827 esac
1828 # Pass precious variables to config.status.
1829 if test "$ac_new_set" = set; then
1830 case $ac_new_val in
1831 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1832 *) ac_arg=$ac_var=$ac_new_val ;;
1833 esac
1834 case " $ac_configure_args " in
1835 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1836 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1837 esac
1839 done
1840 if $ac_cache_corrupted; then
1841 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1842 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1843 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1844 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1845 { (exit 1); exit 1; }; }
1872 ac_ext=c
1873 ac_cpp='$CPP $CPPFLAGS'
1874 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1875 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1876 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1880 ac_config_headers="$ac_config_headers include/config.h"
1882 ac_aux_dir=
1883 for ac_dir in tools "$srcdir"/tools; do
1884 if test -f "$ac_dir/install-sh"; then
1885 ac_aux_dir=$ac_dir
1886 ac_install_sh="$ac_aux_dir/install-sh -c"
1887 break
1888 elif test -f "$ac_dir/install.sh"; then
1889 ac_aux_dir=$ac_dir
1890 ac_install_sh="$ac_aux_dir/install.sh -c"
1891 break
1892 elif test -f "$ac_dir/shtool"; then
1893 ac_aux_dir=$ac_dir
1894 ac_install_sh="$ac_aux_dir/shtool install -c"
1895 break
1897 done
1898 if test -z "$ac_aux_dir"; then
1899 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1900 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1901 { (exit 1); exit 1; }; }
1904 # These three variables are undocumented and unsupported,
1905 # and are intended to be withdrawn in a future Autoconf release.
1906 # They can cause serious problems if a builder's source tree is in a directory
1907 # whose full name contains unusual characters.
1908 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1909 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1910 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1915 # Check whether --enable-win16 was given.
1916 if test "${enable_win16+set}" = set; then
1917 enableval=$enable_win16;
1920 # Check whether --enable-win64 was given.
1921 if test "${enable_win64+set}" = set; then
1922 enableval=$enable_win64;
1925 # Check whether --enable-tests was given.
1926 if test "${enable_tests+set}" = set; then
1927 enableval=$enable_tests;
1930 # Check whether --enable-maintainer-mode was given.
1931 if test "${enable_maintainer_mode+set}" = set; then
1932 enableval=$enable_maintainer_mode;
1933 else
1934 MAINTAINER_MODE=\#
1940 # Check whether --with-alsa was given.
1941 if test "${with_alsa+set}" = set; then
1942 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1946 # Check whether --with-audioio was given.
1947 if test "${with_audioio+set}" = set; then
1948 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1952 # Check whether --with-capi was given.
1953 if test "${with_capi+set}" = set; then
1954 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1958 # Check whether --with-cms was given.
1959 if test "${with_cms+set}" = set; then
1960 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1964 # Check whether --with-coreaudio was given.
1965 if test "${with_coreaudio+set}" = set; then
1966 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1970 # Check whether --with-cups was given.
1971 if test "${with_cups+set}" = set; then
1972 withval=$with_cups;
1976 # Check whether --with-curses was given.
1977 if test "${with_curses+set}" = set; then
1978 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1982 # Check whether --with-esd was given.
1983 if test "${with_esd+set}" = set; then
1984 withval=$with_esd;
1988 # Check whether --with-fontconfig was given.
1989 if test "${with_fontconfig+set}" = set; then
1990 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1994 # Check whether --with-freetype was given.
1995 if test "${with_freetype+set}" = set; then
1996 withval=$with_freetype;
2000 # Check whether --with-gphoto was given.
2001 if test "${with_gphoto+set}" = set; then
2002 withval=$with_gphoto;
2006 # Check whether --with-glu was given.
2007 if test "${with_glu+set}" = set; then
2008 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2012 # Check whether --with-gnutls was given.
2013 if test "${with_gnutls+set}" = set; then
2014 withval=$with_gnutls;
2018 # Check whether --with-hal was given.
2019 if test "${with_hal+set}" = set; then
2020 withval=$with_hal;
2024 # Check whether --with-jack was given.
2025 if test "${with_jack+set}" = set; then
2026 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2030 # Check whether --with-jpeg was given.
2031 if test "${with_jpeg+set}" = set; then
2032 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2036 # Check whether --with-ldap was given.
2037 if test "${with_ldap+set}" = set; then
2038 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2042 # Check whether --with-nas was given.
2043 if test "${with_nas+set}" = set; then
2044 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2048 # Check whether --with-opengl was given.
2049 if test "${with_opengl+set}" = set; then
2050 withval=$with_opengl;
2054 # Check whether --with-openssl was given.
2055 if test "${with_openssl+set}" = set; then
2056 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2060 # Check whether --with-oss was given.
2061 if test "${with_oss+set}" = set; then
2062 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
2066 # Check whether --with-png was given.
2067 if test "${with_png+set}" = set; then
2068 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_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-pthread was given.
2079 if test "${with_pthread+set}" = set; then
2080 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2084 # Check whether --with-sane was given.
2085 if test "${with_sane+set}" = set; then
2086 withval=$with_sane;
2090 # Check whether --with-xcomposite was given.
2091 if test "${with_xcomposite+set}" = set; then
2092 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2096 # Check whether --with-xcursor was given.
2097 if test "${with_xcursor+set}" = set; then
2098 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2102 # Check whether --with-xinerama was given.
2103 if test "${with_xinerama+set}" = set; then
2104 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2108 # Check whether --with-xinput was given.
2109 if test "${with_xinput+set}" = set; then
2110 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2114 # Check whether --with-xml was given.
2115 if test "${with_xml+set}" = set; then
2116 withval=$with_xml;
2120 # Check whether --with-xrandr was given.
2121 if test "${with_xrandr+set}" = set; then
2122 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2126 # Check whether --with-xrender was given.
2127 if test "${with_xrender+set}" = set; then
2128 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2132 # Check whether --with-xshape was given.
2133 if test "${with_xshape+set}" = set; then
2134 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2138 # Check whether --with-xshm was given.
2139 if test "${with_xshm+set}" = set; then
2140 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2144 # Check whether --with-xslt was given.
2145 if test "${with_xslt+set}" = set; then
2146 withval=$with_xslt;
2150 # Check whether --with-xxf86vm was given.
2151 if test "${with_xxf86vm+set}" = set; then
2152 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2157 # Check whether --with-wine-tools was given.
2158 if test "${with_wine_tools+set}" = set; then
2159 withval=$with_wine_tools;
2163 # Make sure we can run config.sub.
2164 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2165 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2166 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2167 { (exit 1); exit 1; }; }
2169 { echo "$as_me:$LINENO: checking build system type" >&5
2170 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2171 if test "${ac_cv_build+set}" = set; then
2172 echo $ECHO_N "(cached) $ECHO_C" >&6
2173 else
2174 ac_build_alias=$build_alias
2175 test "x$ac_build_alias" = x &&
2176 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2177 test "x$ac_build_alias" = x &&
2178 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2179 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2180 { (exit 1); exit 1; }; }
2181 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2182 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2183 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2184 { (exit 1); exit 1; }; }
2187 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2188 echo "${ECHO_T}$ac_cv_build" >&6; }
2189 case $ac_cv_build in
2190 *-*-*) ;;
2191 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2192 echo "$as_me: error: invalid value of canonical build" >&2;}
2193 { (exit 1); exit 1; }; };;
2194 esac
2195 build=$ac_cv_build
2196 ac_save_IFS=$IFS; IFS='-'
2197 set x $ac_cv_build
2198 shift
2199 build_cpu=$1
2200 build_vendor=$2
2201 shift; shift
2202 # Remember, the first character of IFS is used to create $*,
2203 # except with old shells:
2204 build_os=$*
2205 IFS=$ac_save_IFS
2206 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2209 { echo "$as_me:$LINENO: checking host system type" >&5
2210 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2211 if test "${ac_cv_host+set}" = set; then
2212 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 else
2214 if test "x$host_alias" = x; then
2215 ac_cv_host=$ac_cv_build
2216 else
2217 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2218 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2219 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2220 { (exit 1); exit 1; }; }
2224 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2225 echo "${ECHO_T}$ac_cv_host" >&6; }
2226 case $ac_cv_host in
2227 *-*-*) ;;
2228 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2229 echo "$as_me: error: invalid value of canonical host" >&2;}
2230 { (exit 1); exit 1; }; };;
2231 esac
2232 host=$ac_cv_host
2233 ac_save_IFS=$IFS; IFS='-'
2234 set x $ac_cv_host
2235 shift
2236 host_cpu=$1
2237 host_vendor=$2
2238 shift; shift
2239 # Remember, the first character of IFS is used to create $*,
2240 # except with old shells:
2241 host_os=$*
2242 IFS=$ac_save_IFS
2243 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2247 case "$srcdir" in
2248 .) ;;
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2255 fi ;;
2256 esac
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 else
2265 cat >conftest.make <<\_ACEOF
2266 SHELL = /bin/sh
2267 all:
2268 @echo '@@@%%%=$(MAKE)=@@@%%%'
2269 _ACEOF
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 *@@@%%%=?*=@@@%%%*)
2273 eval ac_cv_prog_make_${ac_make}_set=yes;;
2275 eval ac_cv_prog_make_${ac_make}_set=no;;
2276 esac
2277 rm -f conftest.make
2279 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2282 SET_MAKE=
2283 else
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE="MAKE=${MAKE-make}"
2289 ac_ext=c
2290 ac_cpp='$CPP $CPPFLAGS'
2291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 else
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC="$CC" # Let the user override the test.
2304 else
2305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2306 for as_dir in $PATH
2308 IFS=$as_save_IFS
2309 test -z "$as_dir" && as_dir=.
2310 for ac_exec_ext in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2314 break 2
2316 done
2317 done
2318 IFS=$as_save_IFS
2322 CC=$ac_cv_prog_CC
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2326 else
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2334 ac_ct_CC=$CC
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc; ac_word=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 else
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2344 else
2345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2346 for as_dir in $PATH
2348 IFS=$as_save_IFS
2349 test -z "$as_dir" && as_dir=.
2350 for ac_exec_ext in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354 break 2
2356 done
2357 done
2358 IFS=$as_save_IFS
2362 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 else
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x; then
2372 CC=""
2373 else
2374 case $cross_compiling:$ac_tool_warned in
2375 yes:)
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned=yes ;;
2383 esac
2384 CC=$ac_ct_CC
2386 else
2387 CC="$ac_cv_prog_CC"
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy ${ac_tool_prefix}cc; ac_word=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 else
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC="$CC" # Let the user override the test.
2401 else
2402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2403 for as_dir in $PATH
2405 IFS=$as_save_IFS
2406 test -z "$as_dir" && as_dir=.
2407 for ac_exec_ext in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2411 break 2
2413 done
2414 done
2415 IFS=$as_save_IFS
2419 CC=$ac_cv_prog_CC
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2423 else
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc; ac_word=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 else
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC="$CC" # Let the user override the test.
2441 else
2442 ac_prog_rejected=no
2443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2444 for as_dir in $PATH
2446 IFS=$as_save_IFS
2447 test -z "$as_dir" && as_dir=.
2448 for ac_exec_ext in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected=yes
2452 continue
2454 ac_cv_prog_CC="cc"
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 break 2
2458 done
2459 done
2460 IFS=$as_save_IFS
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy $ac_cv_prog_CC
2465 shift
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2470 shift
2471 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2476 CC=$ac_cv_prog_CC
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2480 else
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 else
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC="$CC" # Let the user override the test.
2500 else
2501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2502 for as_dir in $PATH
2504 IFS=$as_save_IFS
2505 test -z "$as_dir" && as_dir=.
2506 for ac_exec_ext in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2510 break 2
2512 done
2513 done
2514 IFS=$as_save_IFS
2518 CC=$ac_cv_prog_CC
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2522 else
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2529 done
2531 if test -z "$CC"; then
2532 ac_ct_CC=$CC
2533 for ac_prog in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy $ac_prog; ac_word=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 else
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2544 else
2545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2546 for as_dir in $PATH
2548 IFS=$as_save_IFS
2549 test -z "$as_dir" && as_dir=.
2550 for ac_exec_ext in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2554 break 2
2556 done
2557 done
2558 IFS=$as_save_IFS
2562 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 else
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2573 done
2575 if test "x$ac_ct_CC" = x; then
2576 CC=""
2577 else
2578 case $cross_compiling:$ac_tool_warned in
2579 yes:)
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned=yes ;;
2587 esac
2588 CC=$ac_ct_CC
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler=`set X $ac_compile; echo $2`
2604 { (ac_try="$ac_compiler --version >&5"
2605 case "(($ac_try" in
2606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2608 esac
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2611 ac_status=$?
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2621 ac_status=$?
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -V >&5"
2625 case "(($ac_try" in
2626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2631 ac_status=$?
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2636 /* confdefs.h. */
2637 _ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2643 main ()
2647 return 0;
2649 _ACEOF
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2654 # of exeext.
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2667 ac_rmfiles=
2668 for ac_file in $ac_files
2670 case $ac_file in
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2673 esac
2674 done
2675 rm -f $ac_rmfiles
2677 if { (ac_try="$ac_link_default"
2678 case "(($ac_try" in
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2681 esac
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2684 ac_status=$?
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2691 # Autoconf.
2692 for ac_file in $ac_files ''
2694 test -f "$ac_file" || continue
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2698 [ab].out )
2699 # We found the default executable, but exeext='' is most
2700 # certainly right.
2701 break;;
2702 *.* )
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2704 then :; else
2705 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2711 # actually working.
2712 break;;
2714 break;;
2715 esac
2716 done
2717 test "$ac_cv_exeext" = no && ac_cv_exeext=
2719 else
2720 ac_file=''
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2749 esac
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2752 ac_status=$?
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2755 cross_compiling=no
2756 else
2757 if test "$cross_compiling" = maybe; then
2758 cross_compiling=yes
2759 else
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details." >&5
2763 echo "$as_me: error: cannot run C compiled programs.
2764 If you meant to cross compile, use \`--host'.
2765 See \`config.log' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2785 case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788 esac
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2791 ac_status=$?
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe'), while it won't with
2797 # `rm'.
2798 for ac_file in conftest.exe conftest conftest.*; do
2799 test -f "$ac_file" || continue
2800 case $ac_file in
2801 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2802 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 break;;
2804 * ) break;;
2805 esac
2806 done
2807 else
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.$ac_ext
2820 EXEEXT=$ac_cv_exeext
2821 ac_exeext=$EXEEXT
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 else
2827 cat >conftest.$ac_ext <<_ACEOF
2828 /* confdefs.h. */
2829 _ACEOF
2830 cat confdefs.h >>conftest.$ac_ext
2831 cat >>conftest.$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2835 main ()
2839 return 0;
2841 _ACEOF
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try="$ac_compile"
2844 case "(($ac_try" in
2845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2847 esac
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2850 ac_status=$?
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2855 case $ac_file in
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2858 break;;
2859 esac
2860 done
2861 else
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details." >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2877 ac_objext=$OBJEXT
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached) $ECHO_C" >&6
2882 else
2883 cat >conftest.$ac_ext <<_ACEOF
2884 /* confdefs.h. */
2885 _ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2891 main ()
2893 #ifndef __GNUC__
2894 choke me
2895 #endif
2898 return 0;
2900 _ACEOF
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2909 ac_status=$?
2910 grep -v '^ *+' conftest.er1 >conftest.err
2911 rm -f conftest.er1
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2918 ac_compiler_gnu=yes
2919 else
2920 echo "$as_me: failed program was:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2923 ac_compiler_gnu=no
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2936 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached) $ECHO_C" >&6
2939 else
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2942 ac_cv_prog_cc_g=no
2943 CFLAGS="-g"
2944 cat >conftest.$ac_ext <<_ACEOF
2945 /* confdefs.h. */
2946 _ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2952 main ()
2956 return 0;
2958 _ACEOF
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2961 case "(($ac_try" in
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2964 esac
2965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2967 ac_status=$?
2968 grep -v '^ *+' conftest.er1 >conftest.err
2969 rm -f conftest.er1
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2976 ac_cv_prog_cc_g=yes
2977 else
2978 echo "$as_me: failed program was:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2981 CFLAGS=""
2982 cat >conftest.$ac_ext <<_ACEOF
2983 /* confdefs.h. */
2984 _ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2990 main ()
2994 return 0;
2996 _ACEOF
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
2999 case "(($ac_try" in
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3002 esac
3003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3005 ac_status=$?
3006 grep -v '^ *+' conftest.er1 >conftest.err
3007 rm -f conftest.er1
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3015 else
3016 echo "$as_me: failed program was:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3020 CFLAGS="-g"
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3029 main ()
3033 return 0;
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3044 ac_status=$?
3045 grep -v '^ *+' conftest.er1 >conftest.err
3046 rm -f conftest.er1
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3053 ac_cv_prog_cc_g=yes
3054 else
3055 echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3076 CFLAGS="-g -O2"
3077 else
3078 CFLAGS="-g"
3080 else
3081 if test "$GCC" = yes; then
3082 CFLAGS="-O2"
3083 else
3084 CFLAGS=
3087 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3088 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached) $ECHO_C" >&6
3091 else
3092 ac_cv_prog_cc_c89=no
3093 ac_save_CC=$CC
3094 cat >conftest.$ac_ext <<_ACEOF
3095 /* confdefs.h. */
3096 _ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3100 #include <stdarg.h>
3101 #include <stdio.h>
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3108 char **p;
3109 int i;
3111 return p[i];
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3115 char *s;
3116 va_list v;
3117 va_start (v,p);
3118 s = g (p, va_arg (v,int));
3119 va_end (v);
3120 return s;
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3134 #define FOO(x) 'x'
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3141 int argc;
3142 char **argv;
3144 main ()
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3148 return 0;
3150 _ACEOF
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3157 case "(($ac_try" in
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3160 esac
3161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3163 ac_status=$?
3164 grep -v '^ *+' conftest.er1 >conftest.err
3165 rm -f conftest.er1
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3173 else
3174 echo "$as_me: failed program was:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x$ac_cv_prog_cc_c89" != "xno" && break
3182 done
3183 rm -f conftest.$ac_ext
3184 CC=$ac_save_CC
3187 # AC_CACHE_VAL
3188 case "x$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result: none needed" >&5
3191 echo "${ECHO_T}none needed" >&6; } ;;
3192 xno)
3193 { echo "$as_me:$LINENO: result: unsupported" >&5
3194 echo "${ECHO_T}unsupported" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3199 esac
3202 ac_ext=c
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_ext=cpp
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3215 CXX=$CCC
3216 else
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3223 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 else
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 else
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231 for as_dir in $PATH
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3239 break 2
3241 done
3242 done
3243 IFS=$as_save_IFS
3247 CXX=$ac_cv_prog_CXX
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3251 else
3252 { echo "$as_me:$LINENO: result: no" >&5
3253 echo "${ECHO_T}no" >&6; }
3257 test -n "$CXX" && break
3258 done
3260 if test -z "$CXX"; then
3261 ac_ct_CXX=$CXX
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached) $ECHO_C" >&6
3270 else
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 else
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275 for as_dir in $PATH
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3283 break 2
3285 done
3286 done
3287 IFS=$as_save_IFS
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 else
3296 { echo "$as_me:$LINENO: result: no" >&5
3297 echo "${ECHO_T}no" >&6; }
3301 test -n "$ac_ct_CXX" && break
3302 done
3304 if test "x$ac_ct_CXX" = x; then
3305 CXX="g++"
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308 yes:)
3309 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3310 whose name does not start with the host triplet. If you think this
3311 configuration is useful to you, please write to autoconf@gnu.org." >&5
3312 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3313 whose name does not start with the host triplet. If you think this
3314 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3315 ac_tool_warned=yes ;;
3316 esac
3317 CXX=$ac_ct_CXX
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3327 case "(($ac_try" in
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3330 esac
3331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3333 ac_status=$?
3334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3337 case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3343 ac_status=$?
3344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3353 ac_status=$?
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362 cat >conftest.$ac_ext <<_ACEOF
3363 /* confdefs.h. */
3364 _ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3370 main ()
3372 #ifndef __GNUC__
3373 choke me
3374 #endif
3377 return 0;
3379 _ACEOF
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3382 case "(($ac_try" in
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3385 esac
3386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3388 ac_status=$?
3389 grep -v '^ *+' conftest.er1 >conftest.err
3390 rm -f conftest.er1
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3397 ac_compiler_gnu=yes
3398 else
3399 echo "$as_me: failed program was:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3402 ac_compiler_gnu=no
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3415 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached) $ECHO_C" >&6
3418 else
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3421 ac_cv_prog_cxx_g=no
3422 CXXFLAGS="-g"
3423 cat >conftest.$ac_ext <<_ACEOF
3424 /* confdefs.h. */
3425 _ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3431 main ()
3435 return 0;
3437 _ACEOF
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3440 case "(($ac_try" in
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3443 esac
3444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3446 ac_status=$?
3447 grep -v '^ *+' conftest.er1 >conftest.err
3448 rm -f conftest.er1
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3456 else
3457 echo "$as_me: failed program was:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3460 CXXFLAGS=""
3461 cat >conftest.$ac_ext <<_ACEOF
3462 /* confdefs.h. */
3463 _ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3469 main ()
3473 return 0;
3475 _ACEOF
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3484 ac_status=$?
3485 grep -v '^ *+' conftest.er1 >conftest.err
3486 rm -f conftest.er1
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3494 else
3495 echo "$as_me: failed program was:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 CXXFLAGS="-g"
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3533 else
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-g -O2"
3556 else
3557 CXXFLAGS="-g"
3559 else
3560 if test "$GXX" = yes; then
3561 CXXFLAGS="-O2"
3562 else
3563 CXXFLAGS=
3566 ac_ext=c
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached) $ECHO_C" >&6
3579 else
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 else
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3584 for as_dir in $PATH
3586 IFS=$as_save_IFS
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3592 break 2
3594 done
3595 done
3596 IFS=$as_save_IFS
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3604 else
3605 { echo "$as_me:$LINENO: result: no" >&5
3606 echo "${ECHO_T}no" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached) $ECHO_C" >&6
3619 else
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 else
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3624 for as_dir in $PATH
3626 IFS=$as_save_IFS
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp"
3631 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3632 break 2
3634 done
3635 done
3636 IFS=$as_save_IFS
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 else
3645 { echo "$as_me:$LINENO: result: no" >&5
3646 echo "${ECHO_T}no" >&6; }
3649 if test "x$ac_ct_CPPBIN" = x; then
3650 CPPBIN="cpp"
3651 else
3652 case $cross_compiling:$ac_tool_warned in
3653 yes:)
3654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3655 whose name does not start with the host triplet. If you think this
3656 configuration is useful to you, please write to autoconf@gnu.org." >&5
3657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3658 whose name does not start with the host triplet. If you think this
3659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3660 ac_tool_warned=yes ;;
3661 esac
3662 CPPBIN=$ac_ct_CPPBIN
3664 else
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 case $host in
3670 x86_64*)
3671 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3672 then
3673 CC="$CC -m32"
3674 CXX="$CXX -m32"
3675 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3676 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3678 cat >conftest.$ac_ext <<_ACEOF
3679 /* confdefs.h. */
3680 _ACEOF
3681 cat confdefs.h >>conftest.$ac_ext
3682 cat >>conftest.$ac_ext <<_ACEOF
3683 /* end confdefs.h. */
3686 main ()
3690 return 0;
3692 _ACEOF
3693 rm -f conftest.$ac_objext conftest$ac_exeext
3694 if { (ac_try="$ac_link"
3695 case "(($ac_try" in
3696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3697 *) ac_try_echo=$ac_try;;
3698 esac
3699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3700 (eval "$ac_link") 2>conftest.er1
3701 ac_status=$?
3702 grep -v '^ *+' conftest.er1 >conftest.err
3703 rm -f conftest.er1
3704 cat conftest.err >&5
3705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3706 (exit $ac_status); } && {
3707 test -z "$ac_c_werror_flag" ||
3708 test ! -s conftest.err
3709 } && test -s conftest$ac_exeext &&
3710 $as_test_x conftest$ac_exeext; then
3711 { echo "$as_me:$LINENO: result: yes" >&5
3712 echo "${ECHO_T}yes" >&6; }
3713 else
3714 echo "$as_me: failed program was:" >&5
3715 sed 's/^/| /' conftest.$ac_ext >&5
3717 { echo "$as_me:$LINENO: result: no" >&5
3718 echo "${ECHO_T}no" >&6; }
3719 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3720 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3721 { (exit 1); exit 1; }; }
3724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3725 conftest$ac_exeext conftest.$ac_ext
3726 LD="${LD:-ld} -m elf_i386"
3727 AS="${AS:-as} --32"
3728 host_cpu="i386"
3729 notice_platform="32-bit "
3730 TARGETFLAGS="-m32"
3732 enable_win16=${enable_win16:-yes}
3733 else
3734 TARGETFLAGS="-m64"
3738 *-mingw32*)
3739 enable_win16=${enable_win16:-no}
3741 i[3456789]86*)
3742 enable_win16=${enable_win16:-yes}
3744 esac
3746 enable_win16=${enable_win16:-no}
3748 WIN16_FILES="\$(WIN16_FILES)"
3750 WIN16_INSTALL="\$(WIN16_INSTALL)"
3752 if test "x$enable_win16" != "xyes"
3753 then
3754 WIN16_FILES=""
3755 WIN16_INSTALL=""
3756 enable_comm_drv16=${enable_comm_drv16:-no}
3757 enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3758 enable_display_drv16=${enable_display_drv16:-no}
3759 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3760 enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3761 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3762 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3763 enable_mouse_drv16=${enable_mouse_drv16:-no}
3764 enable_stress_dll16=${enable_stress_dll16:-no}
3765 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3766 enable_vmm_vxd=${enable_vmm_vxd:-no}
3767 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3768 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3769 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3770 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3771 enable_w32skrnl=${enable_w32skrnl:-no}
3772 enable_win87em_dll16=${enable_win87em_dll16:-no}
3773 enable_windebug_dll16=${enable_windebug_dll16:-no}
3774 enable_winedos=${enable_winedos:-no}
3775 enable_winevdm=${enable_winevdm:-no}
3776 enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3777 enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3780 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3781 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3782 if test "${wine_cv_toolsdir+set}" = set; then
3783 echo $ECHO_N "(cached) $ECHO_C" >&6
3784 else
3785 if test -z "$with_wine_tools"; then
3786 if test "$cross_compiling" = "yes"; then
3787 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3788 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3789 { (exit 1); exit 1; }; }
3790 else
3791 wine_cv_toolsdir="\$(TOPOBJDIR)"
3793 elif test -d "$with_wine_tools/tools/winebuild"; then
3794 case $with_wine_tools in
3795 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3796 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3797 esac
3798 else
3799 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3800 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3801 { (exit 1); exit 1; }; }
3804 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3805 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3806 TOOLSDIR=$wine_cv_toolsdir
3808 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3809 then
3810 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3814 for ac_prog in flex
3816 # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3819 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3820 if test "${ac_cv_prog_FLEX+set}" = set; then
3821 echo $ECHO_N "(cached) $ECHO_C" >&6
3822 else
3823 if test -n "$FLEX"; then
3824 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3825 else
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827 for as_dir in $PATH
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_FLEX="$ac_prog"
3834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 break 2
3837 done
3838 done
3839 IFS=$as_save_IFS
3843 FLEX=$ac_cv_prog_FLEX
3844 if test -n "$FLEX"; then
3845 { echo "$as_me:$LINENO: result: $FLEX" >&5
3846 echo "${ECHO_T}$FLEX" >&6; }
3847 else
3848 { echo "$as_me:$LINENO: result: no" >&5
3849 echo "${ECHO_T}no" >&6; }
3853 test -n "$FLEX" && break
3854 done
3855 test -n "$FLEX" || FLEX="none"
3857 if test "$FLEX" = "none"
3858 then
3859 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3860 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3861 { (exit 1); exit 1; }; }
3864 for ac_prog in bison
3866 # Extract the first word of "$ac_prog", so it can be a program name with args.
3867 set dummy $ac_prog; ac_word=$2
3868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3870 if test "${ac_cv_prog_BISON+set}" = set; then
3871 echo $ECHO_N "(cached) $ECHO_C" >&6
3872 else
3873 if test -n "$BISON"; then
3874 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3875 else
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877 for as_dir in $PATH
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3883 ac_cv_prog_BISON="$ac_prog"
3884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3887 done
3888 done
3889 IFS=$as_save_IFS
3893 BISON=$ac_cv_prog_BISON
3894 if test -n "$BISON"; then
3895 { echo "$as_me:$LINENO: result: $BISON" >&5
3896 echo "${ECHO_T}$BISON" >&6; }
3897 else
3898 { echo "$as_me:$LINENO: result: no" >&5
3899 echo "${ECHO_T}no" >&6; }
3903 test -n "$BISON" && break
3904 done
3905 test -n "$BISON" || BISON="none"
3907 if test "$BISON" = "none"
3908 then
3909 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3910 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3911 { (exit 1); exit 1; }; }
3914 if test -n "$ac_tool_prefix"; then
3915 for ac_prog in gas as
3917 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3918 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3921 if test "${ac_cv_prog_AS+set}" = set; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6
3923 else
3924 if test -n "$AS"; then
3925 ac_cv_prog_AS="$AS" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 AS=$ac_cv_prog_AS
3945 if test -n "$AS"; then
3946 { echo "$as_me:$LINENO: result: $AS" >&5
3947 echo "${ECHO_T}$AS" >&6; }
3948 else
3949 { echo "$as_me:$LINENO: result: no" >&5
3950 echo "${ECHO_T}no" >&6; }
3954 test -n "$AS" && break
3955 done
3957 if test -z "$AS"; then
3958 ac_ct_AS=$AS
3959 for ac_prog in gas as
3961 # Extract the first word of "$ac_prog", so it can be a program name with args.
3962 set dummy $ac_prog; ac_word=$2
3963 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3964 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3965 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3967 else
3968 if test -n "$ac_ct_AS"; then
3969 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3970 else
3971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3972 for as_dir in $PATH
3974 IFS=$as_save_IFS
3975 test -z "$as_dir" && as_dir=.
3976 for ac_exec_ext in '' $ac_executable_extensions; do
3977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3978 ac_cv_prog_ac_ct_AS="$ac_prog"
3979 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3980 break 2
3982 done
3983 done
3984 IFS=$as_save_IFS
3988 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3989 if test -n "$ac_ct_AS"; then
3990 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3991 echo "${ECHO_T}$ac_ct_AS" >&6; }
3992 else
3993 { echo "$as_me:$LINENO: result: no" >&5
3994 echo "${ECHO_T}no" >&6; }
3998 test -n "$ac_ct_AS" && break
3999 done
4001 if test "x$ac_ct_AS" = x; then
4002 AS="as"
4003 else
4004 case $cross_compiling:$ac_tool_warned in
4005 yes:)
4006 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4007 whose name does not start with the host triplet. If you think this
4008 configuration is useful to you, please write to autoconf@gnu.org." >&5
4009 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4010 whose name does not start with the host triplet. If you think this
4011 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4012 ac_tool_warned=yes ;;
4013 esac
4014 AS=$ac_ct_AS
4018 if test -n "$ac_tool_prefix"; then
4019 for ac_prog in ld gld
4021 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4022 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4023 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4025 if test "${ac_cv_prog_LD+set}" = set; then
4026 echo $ECHO_N "(cached) $ECHO_C" >&6
4027 else
4028 if test -n "$LD"; then
4029 ac_cv_prog_LD="$LD" # Let the user override the test.
4030 else
4031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4032 for as_dir in $PATH
4034 IFS=$as_save_IFS
4035 test -z "$as_dir" && as_dir=.
4036 for ac_exec_ext in '' $ac_executable_extensions; do
4037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4038 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4040 break 2
4042 done
4043 done
4044 IFS=$as_save_IFS
4048 LD=$ac_cv_prog_LD
4049 if test -n "$LD"; then
4050 { echo "$as_me:$LINENO: result: $LD" >&5
4051 echo "${ECHO_T}$LD" >&6; }
4052 else
4053 { echo "$as_me:$LINENO: result: no" >&5
4054 echo "${ECHO_T}no" >&6; }
4058 test -n "$LD" && break
4059 done
4061 if test -z "$LD"; then
4062 ac_ct_LD=$LD
4063 for ac_prog in ld gld
4065 # Extract the first word of "$ac_prog", so it can be a program name with args.
4066 set dummy $ac_prog; ac_word=$2
4067 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4069 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4070 echo $ECHO_N "(cached) $ECHO_C" >&6
4071 else
4072 if test -n "$ac_ct_LD"; then
4073 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_ac_ct_LD="$ac_prog"
4083 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4093 if test -n "$ac_ct_LD"; then
4094 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4095 echo "${ECHO_T}$ac_ct_LD" >&6; }
4096 else
4097 { echo "$as_me:$LINENO: result: no" >&5
4098 echo "${ECHO_T}no" >&6; }
4102 test -n "$ac_ct_LD" && break
4103 done
4105 if test "x$ac_ct_LD" = x; then
4106 LD="ld"
4107 else
4108 case $cross_compiling:$ac_tool_warned in
4109 yes:)
4110 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4111 whose name does not start with the host triplet. If you think this
4112 configuration is useful to you, please write to autoconf@gnu.org." >&5
4113 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4114 whose name does not start with the host triplet. If you think this
4115 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4116 ac_tool_warned=yes ;;
4117 esac
4118 LD=$ac_ct_LD
4122 if test -n "$ac_tool_prefix"; then
4123 for ac_prog in nm gnm
4125 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4126 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4127 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4128 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4129 if test "${ac_cv_prog_NM+set}" = set; then
4130 echo $ECHO_N "(cached) $ECHO_C" >&6
4131 else
4132 if test -n "$NM"; then
4133 ac_cv_prog_NM="$NM" # Let the user override the test.
4134 else
4135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4136 for as_dir in $PATH
4138 IFS=$as_save_IFS
4139 test -z "$as_dir" && as_dir=.
4140 for ac_exec_ext in '' $ac_executable_extensions; do
4141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4142 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4143 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4144 break 2
4146 done
4147 done
4148 IFS=$as_save_IFS
4152 NM=$ac_cv_prog_NM
4153 if test -n "$NM"; then
4154 { echo "$as_me:$LINENO: result: $NM" >&5
4155 echo "${ECHO_T}$NM" >&6; }
4156 else
4157 { echo "$as_me:$LINENO: result: no" >&5
4158 echo "${ECHO_T}no" >&6; }
4162 test -n "$NM" && break
4163 done
4165 if test -z "$NM"; then
4166 ac_ct_NM=$NM
4167 for ac_prog in nm gnm
4169 # Extract the first word of "$ac_prog", so it can be a program name with args.
4170 set dummy $ac_prog; ac_word=$2
4171 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4173 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4174 echo $ECHO_N "(cached) $ECHO_C" >&6
4175 else
4176 if test -n "$ac_ct_NM"; then
4177 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_ac_ct_NM="$ac_prog"
4187 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4190 done
4191 done
4192 IFS=$as_save_IFS
4196 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4197 if test -n "$ac_ct_NM"; then
4198 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4199 echo "${ECHO_T}$ac_ct_NM" >&6; }
4200 else
4201 { echo "$as_me:$LINENO: result: no" >&5
4202 echo "${ECHO_T}no" >&6; }
4206 test -n "$ac_ct_NM" && break
4207 done
4209 if test "x$ac_ct_NM" = x; then
4210 NM="nm"
4211 else
4212 case $cross_compiling:$ac_tool_warned in
4213 yes:)
4214 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4215 whose name does not start with the host triplet. If you think this
4216 configuration is useful to you, please write to autoconf@gnu.org." >&5
4217 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4218 whose name does not start with the host triplet. If you think this
4219 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4220 ac_tool_warned=yes ;;
4221 esac
4222 NM=$ac_ct_NM
4226 if test -n "$ac_tool_prefix"; then
4227 for ac_prog in ar gar
4229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4233 if test "${ac_cv_prog_AR+set}" = set; then
4234 echo $ECHO_N "(cached) $ECHO_C" >&6
4235 else
4236 if test -n "$AR"; then
4237 ac_cv_prog_AR="$AR" # Let the user override the test.
4238 else
4239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4240 for as_dir in $PATH
4242 IFS=$as_save_IFS
4243 test -z "$as_dir" && as_dir=.
4244 for ac_exec_ext in '' $ac_executable_extensions; do
4245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4246 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4248 break 2
4250 done
4251 done
4252 IFS=$as_save_IFS
4256 AR=$ac_cv_prog_AR
4257 if test -n "$AR"; then
4258 { echo "$as_me:$LINENO: result: $AR" >&5
4259 echo "${ECHO_T}$AR" >&6; }
4260 else
4261 { echo "$as_me:$LINENO: result: no" >&5
4262 echo "${ECHO_T}no" >&6; }
4266 test -n "$AR" && break
4267 done
4269 if test -z "$AR"; then
4270 ac_ct_AR=$AR
4271 for ac_prog in ar gar
4273 # Extract the first word of "$ac_prog", so it can be a program name with args.
4274 set dummy $ac_prog; ac_word=$2
4275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4277 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4278 echo $ECHO_N "(cached) $ECHO_C" >&6
4279 else
4280 if test -n "$ac_ct_AR"; then
4281 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4282 else
4283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284 for as_dir in $PATH
4286 IFS=$as_save_IFS
4287 test -z "$as_dir" && as_dir=.
4288 for ac_exec_ext in '' $ac_executable_extensions; do
4289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290 ac_cv_prog_ac_ct_AR="$ac_prog"
4291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4292 break 2
4294 done
4295 done
4296 IFS=$as_save_IFS
4300 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4301 if test -n "$ac_ct_AR"; then
4302 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4303 echo "${ECHO_T}$ac_ct_AR" >&6; }
4304 else
4305 { echo "$as_me:$LINENO: result: no" >&5
4306 echo "${ECHO_T}no" >&6; }
4310 test -n "$ac_ct_AR" && break
4311 done
4313 if test "x$ac_ct_AR" = x; then
4314 AR="ar"
4315 else
4316 case $cross_compiling:$ac_tool_warned in
4317 yes:)
4318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4319 whose name does not start with the host triplet. If you think this
4320 configuration is useful to you, please write to autoconf@gnu.org." >&5
4321 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4322 whose name does not start with the host triplet. If you think this
4323 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4324 ac_tool_warned=yes ;;
4325 esac
4326 AR=$ac_ct_AR
4330 ARFLAGS=rc
4332 if test -n "$ac_tool_prefix"; then
4333 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4334 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4335 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4337 if test "${ac_cv_prog_RANLIB+set}" = set; then
4338 echo $ECHO_N "(cached) $ECHO_C" >&6
4339 else
4340 if test -n "$RANLIB"; then
4341 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4342 else
4343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344 for as_dir in $PATH
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
4349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4350 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4351 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4352 break 2
4354 done
4355 done
4356 IFS=$as_save_IFS
4360 RANLIB=$ac_cv_prog_RANLIB
4361 if test -n "$RANLIB"; then
4362 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4363 echo "${ECHO_T}$RANLIB" >&6; }
4364 else
4365 { echo "$as_me:$LINENO: result: no" >&5
4366 echo "${ECHO_T}no" >&6; }
4371 if test -z "$ac_cv_prog_RANLIB"; then
4372 ac_ct_RANLIB=$RANLIB
4373 # Extract the first word of "ranlib", so it can be a program name with args.
4374 set dummy ranlib; ac_word=$2
4375 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4377 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4378 echo $ECHO_N "(cached) $ECHO_C" >&6
4379 else
4380 if test -n "$ac_ct_RANLIB"; then
4381 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4382 else
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_exec_ext in '' $ac_executable_extensions; do
4389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390 ac_cv_prog_ac_ct_RANLIB="ranlib"
4391 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4392 break 2
4394 done
4395 done
4396 IFS=$as_save_IFS
4400 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4401 if test -n "$ac_ct_RANLIB"; then
4402 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4403 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4404 else
4405 { echo "$as_me:$LINENO: result: no" >&5
4406 echo "${ECHO_T}no" >&6; }
4409 if test "x$ac_ct_RANLIB" = x; then
4410 RANLIB=":"
4411 else
4412 case $cross_compiling:$ac_tool_warned in
4413 yes:)
4414 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4415 whose name does not start with the host triplet. If you think this
4416 configuration is useful to you, please write to autoconf@gnu.org." >&5
4417 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4418 whose name does not start with the host triplet. If you think this
4419 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4420 ac_tool_warned=yes ;;
4421 esac
4422 RANLIB=$ac_ct_RANLIB
4424 else
4425 RANLIB="$ac_cv_prog_RANLIB"
4428 if test -n "$ac_tool_prefix"; then
4429 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4430 set dummy ${ac_tool_prefix}strip; ac_word=$2
4431 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4433 if test "${ac_cv_prog_STRIP+set}" = set; then
4434 echo $ECHO_N "(cached) $ECHO_C" >&6
4435 else
4436 if test -n "$STRIP"; then
4437 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4438 else
4439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4440 for as_dir in $PATH
4442 IFS=$as_save_IFS
4443 test -z "$as_dir" && as_dir=.
4444 for ac_exec_ext in '' $ac_executable_extensions; do
4445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4446 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4448 break 2
4450 done
4451 done
4452 IFS=$as_save_IFS
4456 STRIP=$ac_cv_prog_STRIP
4457 if test -n "$STRIP"; then
4458 { echo "$as_me:$LINENO: result: $STRIP" >&5
4459 echo "${ECHO_T}$STRIP" >&6; }
4460 else
4461 { echo "$as_me:$LINENO: result: no" >&5
4462 echo "${ECHO_T}no" >&6; }
4467 if test -z "$ac_cv_prog_STRIP"; then
4468 ac_ct_STRIP=$STRIP
4469 # Extract the first word of "strip", so it can be a program name with args.
4470 set dummy strip; ac_word=$2
4471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4473 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4474 echo $ECHO_N "(cached) $ECHO_C" >&6
4475 else
4476 if test -n "$ac_ct_STRIP"; then
4477 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4478 else
4479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4480 for as_dir in $PATH
4482 IFS=$as_save_IFS
4483 test -z "$as_dir" && as_dir=.
4484 for ac_exec_ext in '' $ac_executable_extensions; do
4485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4486 ac_cv_prog_ac_ct_STRIP="strip"
4487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4488 break 2
4490 done
4491 done
4492 IFS=$as_save_IFS
4496 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4497 if test -n "$ac_ct_STRIP"; then
4498 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4499 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4500 else
4501 { echo "$as_me:$LINENO: result: no" >&5
4502 echo "${ECHO_T}no" >&6; }
4505 if test "x$ac_ct_STRIP" = x; then
4506 STRIP="strip"
4507 else
4508 case $cross_compiling:$ac_tool_warned in
4509 yes:)
4510 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4511 whose name does not start with the host triplet. If you think this
4512 configuration is useful to you, please write to autoconf@gnu.org." >&5
4513 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4514 whose name does not start with the host triplet. If you think this
4515 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4516 ac_tool_warned=yes ;;
4517 esac
4518 STRIP=$ac_ct_STRIP
4520 else
4521 STRIP="$ac_cv_prog_STRIP"
4524 if test -n "$ac_tool_prefix"; then
4525 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4526 set dummy ${ac_tool_prefix}windres; ac_word=$2
4527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4529 if test "${ac_cv_prog_WINDRES+set}" = set; then
4530 echo $ECHO_N "(cached) $ECHO_C" >&6
4531 else
4532 if test -n "$WINDRES"; then
4533 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4534 else
4535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4536 for as_dir in $PATH
4538 IFS=$as_save_IFS
4539 test -z "$as_dir" && as_dir=.
4540 for ac_exec_ext in '' $ac_executable_extensions; do
4541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4542 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4544 break 2
4546 done
4547 done
4548 IFS=$as_save_IFS
4552 WINDRES=$ac_cv_prog_WINDRES
4553 if test -n "$WINDRES"; then
4554 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4555 echo "${ECHO_T}$WINDRES" >&6; }
4556 else
4557 { echo "$as_me:$LINENO: result: no" >&5
4558 echo "${ECHO_T}no" >&6; }
4563 if test -z "$ac_cv_prog_WINDRES"; then
4564 ac_ct_WINDRES=$WINDRES
4565 # Extract the first word of "windres", so it can be a program name with args.
4566 set dummy windres; ac_word=$2
4567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4569 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4570 echo $ECHO_N "(cached) $ECHO_C" >&6
4571 else
4572 if test -n "$ac_ct_WINDRES"; then
4573 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4574 else
4575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4576 for as_dir in $PATH
4578 IFS=$as_save_IFS
4579 test -z "$as_dir" && as_dir=.
4580 for ac_exec_ext in '' $ac_executable_extensions; do
4581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4582 ac_cv_prog_ac_ct_WINDRES="windres"
4583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4584 break 2
4586 done
4587 done
4588 IFS=$as_save_IFS
4592 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4593 if test -n "$ac_ct_WINDRES"; then
4594 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4595 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4596 else
4597 { echo "$as_me:$LINENO: result: no" >&5
4598 echo "${ECHO_T}no" >&6; }
4601 if test "x$ac_ct_WINDRES" = x; then
4602 WINDRES="false"
4603 else
4604 case $cross_compiling:$ac_tool_warned in
4605 yes:)
4606 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4607 whose name does not start with the host triplet. If you think this
4608 configuration is useful to you, please write to autoconf@gnu.org." >&5
4609 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4610 whose name does not start with the host triplet. If you think this
4611 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4612 ac_tool_warned=yes ;;
4613 esac
4614 WINDRES=$ac_ct_WINDRES
4616 else
4617 WINDRES="$ac_cv_prog_WINDRES"
4620 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4621 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4622 LN_S=$as_ln_s
4623 if test "$LN_S" = "ln -s"; then
4624 { echo "$as_me:$LINENO: result: yes" >&5
4625 echo "${ECHO_T}yes" >&6; }
4626 else
4627 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4628 echo "${ECHO_T}no, using $LN_S" >&6; }
4631 { echo "$as_me:$LINENO: checking whether ln works" >&5
4632 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4633 rm -f conf$$ conf$$.file
4634 echo >conf$$.file
4635 if ln conf$$.file conf$$ 2>/dev/null; then
4636 LN=ln
4638 { echo "$as_me:$LINENO: result: yes" >&5
4639 echo "${ECHO_T}yes" >&6; }
4640 else
4641 LN="cp -p"
4643 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4644 echo "${ECHO_T}no, using $LN" >&6; }
4646 rm -f conf$$ conf$$.file
4647 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4648 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4649 if test "${ac_cv_path_GREP+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4651 else
4652 # Extract the first word of "grep ggrep" to use in msg output
4653 if test -z "$GREP"; then
4654 set dummy grep ggrep; ac_prog_name=$2
4655 if test "${ac_cv_path_GREP+set}" = set; then
4656 echo $ECHO_N "(cached) $ECHO_C" >&6
4657 else
4658 ac_path_GREP_found=false
4659 # Loop through the user's path and test for each of PROGNAME-LIST
4660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4661 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4663 IFS=$as_save_IFS
4664 test -z "$as_dir" && as_dir=.
4665 for ac_prog in grep ggrep; do
4666 for ac_exec_ext in '' $ac_executable_extensions; do
4667 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4668 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4669 # Check for GNU ac_path_GREP and select it if it is found.
4670 # Check for GNU $ac_path_GREP
4671 case `"$ac_path_GREP" --version 2>&1` in
4672 *GNU*)
4673 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4675 ac_count=0
4676 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4677 while :
4679 cat "conftest.in" "conftest.in" >"conftest.tmp"
4680 mv "conftest.tmp" "conftest.in"
4681 cp "conftest.in" "conftest.nl"
4682 echo 'GREP' >> "conftest.nl"
4683 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4684 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4685 ac_count=`expr $ac_count + 1`
4686 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4687 # Best one so far, save it but keep looking for a better one
4688 ac_cv_path_GREP="$ac_path_GREP"
4689 ac_path_GREP_max=$ac_count
4691 # 10*(2^10) chars as input seems more than enough
4692 test $ac_count -gt 10 && break
4693 done
4694 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4695 esac
4698 $ac_path_GREP_found && break 3
4699 done
4700 done
4702 done
4703 IFS=$as_save_IFS
4708 GREP="$ac_cv_path_GREP"
4709 if test -z "$GREP"; then
4710 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4711 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4712 { (exit 1); exit 1; }; }
4715 else
4716 ac_cv_path_GREP=$GREP
4721 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4722 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4723 GREP="$ac_cv_path_GREP"
4726 { echo "$as_me:$LINENO: checking for egrep" >&5
4727 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4728 if test "${ac_cv_path_EGREP+set}" = set; then
4729 echo $ECHO_N "(cached) $ECHO_C" >&6
4730 else
4731 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4732 then ac_cv_path_EGREP="$GREP -E"
4733 else
4734 # Extract the first word of "egrep" to use in msg output
4735 if test -z "$EGREP"; then
4736 set dummy egrep; ac_prog_name=$2
4737 if test "${ac_cv_path_EGREP+set}" = set; then
4738 echo $ECHO_N "(cached) $ECHO_C" >&6
4739 else
4740 ac_path_EGREP_found=false
4741 # Loop through the user's path and test for each of PROGNAME-LIST
4742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4743 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4745 IFS=$as_save_IFS
4746 test -z "$as_dir" && as_dir=.
4747 for ac_prog in egrep; do
4748 for ac_exec_ext in '' $ac_executable_extensions; do
4749 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4750 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4751 # Check for GNU ac_path_EGREP and select it if it is found.
4752 # Check for GNU $ac_path_EGREP
4753 case `"$ac_path_EGREP" --version 2>&1` in
4754 *GNU*)
4755 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4757 ac_count=0
4758 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4759 while :
4761 cat "conftest.in" "conftest.in" >"conftest.tmp"
4762 mv "conftest.tmp" "conftest.in"
4763 cp "conftest.in" "conftest.nl"
4764 echo 'EGREP' >> "conftest.nl"
4765 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4766 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4767 ac_count=`expr $ac_count + 1`
4768 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4769 # Best one so far, save it but keep looking for a better one
4770 ac_cv_path_EGREP="$ac_path_EGREP"
4771 ac_path_EGREP_max=$ac_count
4773 # 10*(2^10) chars as input seems more than enough
4774 test $ac_count -gt 10 && break
4775 done
4776 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4777 esac
4780 $ac_path_EGREP_found && break 3
4781 done
4782 done
4784 done
4785 IFS=$as_save_IFS
4790 EGREP="$ac_cv_path_EGREP"
4791 if test -z "$EGREP"; then
4792 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4793 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4794 { (exit 1); exit 1; }; }
4797 else
4798 ac_cv_path_EGREP=$EGREP
4804 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4805 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4806 EGREP="$ac_cv_path_EGREP"
4809 # Extract the first word of "ldconfig", so it can be a program name with args.
4810 set dummy ldconfig; ac_word=$2
4811 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4812 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4813 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4814 echo $ECHO_N "(cached) $ECHO_C" >&6
4815 else
4816 case $LDCONFIG in
4817 [\\/]* | ?:[\\/]*)
4818 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4821 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4822 for as_dir in /sbin /usr/sbin $PATH
4824 IFS=$as_save_IFS
4825 test -z "$as_dir" && as_dir=.
4826 for ac_exec_ext in '' $ac_executable_extensions; do
4827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4828 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4829 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4830 break 2
4832 done
4833 done
4834 IFS=$as_save_IFS
4836 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4838 esac
4840 LDCONFIG=$ac_cv_path_LDCONFIG
4841 if test -n "$LDCONFIG"; then
4842 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4843 echo "${ECHO_T}$LDCONFIG" >&6; }
4844 else
4845 { echo "$as_me:$LINENO: result: no" >&5
4846 echo "${ECHO_T}no" >&6; }
4850 # Find a good install program. We prefer a C program (faster),
4851 # so one script is as good as another. But avoid the broken or
4852 # incompatible versions:
4853 # SysV /etc/install, /usr/sbin/install
4854 # SunOS /usr/etc/install
4855 # IRIX /sbin/install
4856 # AIX /bin/install
4857 # AmigaOS /C/install, which installs bootblocks on floppy discs
4858 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4859 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4860 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4861 # OS/2's system install, which has a completely different semantic
4862 # ./install, which can be erroneously created by make from ./install.sh.
4863 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4864 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4865 if test -z "$INSTALL"; then
4866 if test "${ac_cv_path_install+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4868 else
4869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4870 for as_dir in $PATH
4872 IFS=$as_save_IFS
4873 test -z "$as_dir" && as_dir=.
4874 # Account for people who put trailing slashes in PATH elements.
4875 case $as_dir/ in
4876 ./ | .// | /cC/* | \
4877 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4878 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4879 /usr/ucb/* ) ;;
4881 # OSF1 and SCO ODT 3.0 have their own names for install.
4882 # Don't use installbsd from OSF since it installs stuff as root
4883 # by default.
4884 for ac_prog in ginstall scoinst install; do
4885 for ac_exec_ext in '' $ac_executable_extensions; do
4886 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4887 if test $ac_prog = install &&
4888 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4889 # AIX install. It has an incompatible calling convention.
4891 elif test $ac_prog = install &&
4892 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4893 # program-specific install script used by HP pwplus--don't use.
4895 else
4896 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4897 break 3
4900 done
4901 done
4903 esac
4904 done
4905 IFS=$as_save_IFS
4909 if test "${ac_cv_path_install+set}" = set; then
4910 INSTALL=$ac_cv_path_install
4911 else
4912 # As a last resort, use the slow shell script. Don't cache a
4913 # value for INSTALL within a source directory, because that will
4914 # break other packages using the cache if that directory is
4915 # removed, or if the value is a relative name.
4916 INSTALL=$ac_install_sh
4919 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4920 echo "${ECHO_T}$INSTALL" >&6; }
4922 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4923 # It thinks the first close brace ends the variable substitution.
4924 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4926 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4928 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4930 case "$INSTALL" in
4931 [\\/$]* | ?:[\\/]* ) ;;
4932 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4933 esac
4935 for ac_prog in lclint lint
4937 # Extract the first word of "$ac_prog", so it can be a program name with args.
4938 set dummy $ac_prog; ac_word=$2
4939 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4940 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4941 if test "${ac_cv_prog_LINT+set}" = set; then
4942 echo $ECHO_N "(cached) $ECHO_C" >&6
4943 else
4944 if test -n "$LINT"; then
4945 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4946 else
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4948 for as_dir in $PATH
4950 IFS=$as_save_IFS
4951 test -z "$as_dir" && as_dir=.
4952 for ac_exec_ext in '' $ac_executable_extensions; do
4953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4954 ac_cv_prog_LINT="$ac_prog"
4955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4956 break 2
4958 done
4959 done
4960 IFS=$as_save_IFS
4964 LINT=$ac_cv_prog_LINT
4965 if test -n "$LINT"; then
4966 { echo "$as_me:$LINENO: result: $LINT" >&5
4967 echo "${ECHO_T}$LINT" >&6; }
4968 else
4969 { echo "$as_me:$LINENO: result: no" >&5
4970 echo "${ECHO_T}no" >&6; }
4974 test -n "$LINT" && break
4975 done
4977 if test "$LINT" = "lint"
4978 then
4979 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4984 for ac_prog in fontforge
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4989 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4990 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4991 echo $ECHO_N "(cached) $ECHO_C" >&6
4992 else
4993 if test -n "$FONTFORGE"; then
4994 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 ac_cv_prog_FONTFORGE="$ac_prog"
5004 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 FONTFORGE=$ac_cv_prog_FONTFORGE
5014 if test -n "$FONTFORGE"; then
5015 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5016 echo "${ECHO_T}$FONTFORGE" >&6; }
5017 else
5018 { echo "$as_me:$LINENO: result: no" >&5
5019 echo "${ECHO_T}no" >&6; }
5023 test -n "$FONTFORGE" && break
5024 done
5025 test -n "$FONTFORGE" || FONTFORGE="false"
5027 for ac_prog in pkg-config
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5033 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5034 echo $ECHO_N "(cached) $ECHO_C" >&6
5035 else
5036 if test -n "$PKG_CONFIG"; then
5037 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_PKG_CONFIG="$ac_prog"
5047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5050 done
5051 done
5052 IFS=$as_save_IFS
5056 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5057 if test -n "$PKG_CONFIG"; then
5058 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5059 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5060 else
5061 { echo "$as_me:$LINENO: result: no" >&5
5062 echo "${ECHO_T}no" >&6; }
5066 test -n "$PKG_CONFIG" && break
5067 done
5068 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5070 for ac_prog in rsvg
5072 # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5076 if test "${ac_cv_prog_RSVG+set}" = set; then
5077 echo $ECHO_N "(cached) $ECHO_C" >&6
5078 else
5079 if test -n "$RSVG"; then
5080 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_RSVG="$ac_prog"
5090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 RSVG=$ac_cv_prog_RSVG
5100 if test -n "$RSVG"; then
5101 { echo "$as_me:$LINENO: result: $RSVG" >&5
5102 echo "${ECHO_T}$RSVG" >&6; }
5103 else
5104 { echo "$as_me:$LINENO: result: no" >&5
5105 echo "${ECHO_T}no" >&6; }
5109 test -n "$RSVG" && break
5110 done
5111 test -n "$RSVG" || RSVG="false"
5113 for ac_prog in icotool
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy $ac_prog; ac_word=$2
5117 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5119 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5120 echo $ECHO_N "(cached) $ECHO_C" >&6
5121 else
5122 if test -n "$ICOTOOL"; then
5123 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_ICOTOOL="$ac_prog"
5133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 ICOTOOL=$ac_cv_prog_ICOTOOL
5143 if test -n "$ICOTOOL"; then
5144 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5145 echo "${ECHO_T}$ICOTOOL" >&6; }
5146 else
5147 { echo "$as_me:$LINENO: result: no" >&5
5148 echo "${ECHO_T}no" >&6; }
5152 test -n "$ICOTOOL" && break
5153 done
5154 test -n "$ICOTOOL" || ICOTOOL="false"
5157 if test "${enable_maintainer_mode+set}" = set
5158 then
5159 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5160 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5161 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5164 case $host_cpu in
5165 *i[3456789]86*)
5166 # Extract the first word of "prelink", so it can be a program name with args.
5167 set dummy prelink; ac_word=$2
5168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5170 if test "${ac_cv_path_PRELINK+set}" = set; then
5171 echo $ECHO_N "(cached) $ECHO_C" >&6
5172 else
5173 case $PRELINK in
5174 [\\/]* | ?:[\\/]*)
5175 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5179 for as_dir in /sbin /usr/sbin $PATH
5181 IFS=$as_save_IFS
5182 test -z "$as_dir" && as_dir=.
5183 for ac_exec_ext in '' $ac_executable_extensions; do
5184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5185 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5186 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5187 break 2
5189 done
5190 done
5191 IFS=$as_save_IFS
5193 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5195 esac
5197 PRELINK=$ac_cv_path_PRELINK
5198 if test -n "$PRELINK"; then
5199 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5200 echo "${ECHO_T}$PRELINK" >&6; }
5201 else
5202 { echo "$as_me:$LINENO: result: no" >&5
5203 echo "${ECHO_T}no" >&6; }
5208 esac
5212 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5213 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5214 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5215 echo $ECHO_N "(cached) $ECHO_C" >&6
5216 else
5217 ac_check_lib_save_LIBS=$LIBS
5218 LIBS="-li386 $LIBS"
5219 cat >conftest.$ac_ext <<_ACEOF
5220 /* confdefs.h. */
5221 _ACEOF
5222 cat confdefs.h >>conftest.$ac_ext
5223 cat >>conftest.$ac_ext <<_ACEOF
5224 /* end confdefs.h. */
5226 /* Override any GCC internal prototype to avoid an error.
5227 Use char because int might match the return type of a GCC
5228 builtin and then its argument prototype would still apply. */
5229 #ifdef __cplusplus
5230 extern "C"
5231 #endif
5232 char i386_set_ldt ();
5234 main ()
5236 return i386_set_ldt ();
5238 return 0;
5240 _ACEOF
5241 rm -f conftest.$ac_objext conftest$ac_exeext
5242 if { (ac_try="$ac_link"
5243 case "(($ac_try" in
5244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5245 *) ac_try_echo=$ac_try;;
5246 esac
5247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5248 (eval "$ac_link") 2>conftest.er1
5249 ac_status=$?
5250 grep -v '^ *+' conftest.er1 >conftest.err
5251 rm -f conftest.er1
5252 cat conftest.err >&5
5253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5254 (exit $ac_status); } && {
5255 test -z "$ac_c_werror_flag" ||
5256 test ! -s conftest.err
5257 } && test -s conftest$ac_exeext &&
5258 $as_test_x conftest$ac_exeext; then
5259 ac_cv_lib_i386_i386_set_ldt=yes
5260 else
5261 echo "$as_me: failed program was:" >&5
5262 sed 's/^/| /' conftest.$ac_ext >&5
5264 ac_cv_lib_i386_i386_set_ldt=no
5267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5268 conftest$ac_exeext conftest.$ac_ext
5269 LIBS=$ac_check_lib_save_LIBS
5271 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5272 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5273 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5274 cat >>confdefs.h <<_ACEOF
5275 #define HAVE_LIBI386 1
5276 _ACEOF
5278 LIBS="-li386 $LIBS"
5283 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5284 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5285 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5286 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 else
5288 ac_check_lib_save_LIBS=$LIBS
5289 LIBS="-lossaudio $LIBS"
5290 cat >conftest.$ac_ext <<_ACEOF
5291 /* confdefs.h. */
5292 _ACEOF
5293 cat confdefs.h >>conftest.$ac_ext
5294 cat >>conftest.$ac_ext <<_ACEOF
5295 /* end confdefs.h. */
5297 /* Override any GCC internal prototype to avoid an error.
5298 Use char because int might match the return type of a GCC
5299 builtin and then its argument prototype would still apply. */
5300 #ifdef __cplusplus
5301 extern "C"
5302 #endif
5303 char _oss_ioctl ();
5305 main ()
5307 return _oss_ioctl ();
5309 return 0;
5311 _ACEOF
5312 rm -f conftest.$ac_objext conftest$ac_exeext
5313 if { (ac_try="$ac_link"
5314 case "(($ac_try" in
5315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5316 *) ac_try_echo=$ac_try;;
5317 esac
5318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5319 (eval "$ac_link") 2>conftest.er1
5320 ac_status=$?
5321 grep -v '^ *+' conftest.er1 >conftest.err
5322 rm -f conftest.er1
5323 cat conftest.err >&5
5324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5325 (exit $ac_status); } && {
5326 test -z "$ac_c_werror_flag" ||
5327 test ! -s conftest.err
5328 } && test -s conftest$ac_exeext &&
5329 $as_test_x conftest$ac_exeext; then
5330 ac_cv_lib_ossaudio__oss_ioctl=yes
5331 else
5332 echo "$as_me: failed program was:" >&5
5333 sed 's/^/| /' conftest.$ac_ext >&5
5335 ac_cv_lib_ossaudio__oss_ioctl=no
5338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5339 conftest$ac_exeext conftest.$ac_ext
5340 LIBS=$ac_check_lib_save_LIBS
5342 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5343 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5344 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5345 cat >>confdefs.h <<_ACEOF
5346 #define HAVE_LIBOSSAUDIO 1
5347 _ACEOF
5349 LIBS="-lossaudio $LIBS"
5354 XLIB=""
5356 OPENGL_LIBS=""
5360 ac_ext=c
5361 ac_cpp='$CPP $CPPFLAGS'
5362 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5363 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5364 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5365 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5366 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5367 # On Suns, sometimes $CPP names a directory.
5368 if test -n "$CPP" && test -d "$CPP"; then
5369 CPP=
5371 if test -z "$CPP"; then
5372 if test "${ac_cv_prog_CPP+set}" = set; then
5373 echo $ECHO_N "(cached) $ECHO_C" >&6
5374 else
5375 # Double quotes because CPP needs to be expanded
5376 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5378 ac_preproc_ok=false
5379 for ac_c_preproc_warn_flag in '' yes
5381 # Use a header file that comes with gcc, so configuring glibc
5382 # with a fresh cross-compiler works.
5383 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5384 # <limits.h> exists even on freestanding compilers.
5385 # On the NeXT, cc -E runs the code through the compiler's parser,
5386 # not just through cpp. "Syntax error" is here to catch this case.
5387 cat >conftest.$ac_ext <<_ACEOF
5388 /* confdefs.h. */
5389 _ACEOF
5390 cat confdefs.h >>conftest.$ac_ext
5391 cat >>conftest.$ac_ext <<_ACEOF
5392 /* end confdefs.h. */
5393 #ifdef __STDC__
5394 # include <limits.h>
5395 #else
5396 # include <assert.h>
5397 #endif
5398 Syntax error
5399 _ACEOF
5400 if { (ac_try="$ac_cpp conftest.$ac_ext"
5401 case "(($ac_try" in
5402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5403 *) ac_try_echo=$ac_try;;
5404 esac
5405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5406 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5407 ac_status=$?
5408 grep -v '^ *+' conftest.er1 >conftest.err
5409 rm -f conftest.er1
5410 cat conftest.err >&5
5411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5412 (exit $ac_status); } >/dev/null && {
5413 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5414 test ! -s conftest.err
5415 }; then
5417 else
5418 echo "$as_me: failed program was:" >&5
5419 sed 's/^/| /' conftest.$ac_ext >&5
5421 # Broken: fails on valid input.
5422 continue
5425 rm -f conftest.err conftest.$ac_ext
5427 # OK, works on sane cases. Now check whether nonexistent headers
5428 # can be detected and how.
5429 cat >conftest.$ac_ext <<_ACEOF
5430 /* confdefs.h. */
5431 _ACEOF
5432 cat confdefs.h >>conftest.$ac_ext
5433 cat >>conftest.$ac_ext <<_ACEOF
5434 /* end confdefs.h. */
5435 #include <ac_nonexistent.h>
5436 _ACEOF
5437 if { (ac_try="$ac_cpp conftest.$ac_ext"
5438 case "(($ac_try" in
5439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5440 *) ac_try_echo=$ac_try;;
5441 esac
5442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5443 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5444 ac_status=$?
5445 grep -v '^ *+' conftest.er1 >conftest.err
5446 rm -f conftest.er1
5447 cat conftest.err >&5
5448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449 (exit $ac_status); } >/dev/null && {
5450 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5451 test ! -s conftest.err
5452 }; then
5453 # Broken: success on invalid input.
5454 continue
5455 else
5456 echo "$as_me: failed program was:" >&5
5457 sed 's/^/| /' conftest.$ac_ext >&5
5459 # Passes both tests.
5460 ac_preproc_ok=:
5461 break
5464 rm -f conftest.err conftest.$ac_ext
5466 done
5467 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5468 rm -f conftest.err conftest.$ac_ext
5469 if $ac_preproc_ok; then
5470 break
5473 done
5474 ac_cv_prog_CPP=$CPP
5477 CPP=$ac_cv_prog_CPP
5478 else
5479 ac_cv_prog_CPP=$CPP
5481 { echo "$as_me:$LINENO: result: $CPP" >&5
5482 echo "${ECHO_T}$CPP" >&6; }
5483 ac_preproc_ok=false
5484 for ac_c_preproc_warn_flag in '' yes
5486 # Use a header file that comes with gcc, so configuring glibc
5487 # with a fresh cross-compiler works.
5488 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5489 # <limits.h> exists even on freestanding compilers.
5490 # On the NeXT, cc -E runs the code through the compiler's parser,
5491 # not just through cpp. "Syntax error" is here to catch this case.
5492 cat >conftest.$ac_ext <<_ACEOF
5493 /* confdefs.h. */
5494 _ACEOF
5495 cat confdefs.h >>conftest.$ac_ext
5496 cat >>conftest.$ac_ext <<_ACEOF
5497 /* end confdefs.h. */
5498 #ifdef __STDC__
5499 # include <limits.h>
5500 #else
5501 # include <assert.h>
5502 #endif
5503 Syntax error
5504 _ACEOF
5505 if { (ac_try="$ac_cpp conftest.$ac_ext"
5506 case "(($ac_try" in
5507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5508 *) ac_try_echo=$ac_try;;
5509 esac
5510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5511 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5512 ac_status=$?
5513 grep -v '^ *+' conftest.er1 >conftest.err
5514 rm -f conftest.er1
5515 cat conftest.err >&5
5516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5517 (exit $ac_status); } >/dev/null && {
5518 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5519 test ! -s conftest.err
5520 }; then
5522 else
5523 echo "$as_me: failed program was:" >&5
5524 sed 's/^/| /' conftest.$ac_ext >&5
5526 # Broken: fails on valid input.
5527 continue
5530 rm -f conftest.err conftest.$ac_ext
5532 # OK, works on sane cases. Now check whether nonexistent headers
5533 # can be detected and how.
5534 cat >conftest.$ac_ext <<_ACEOF
5535 /* confdefs.h. */
5536 _ACEOF
5537 cat confdefs.h >>conftest.$ac_ext
5538 cat >>conftest.$ac_ext <<_ACEOF
5539 /* end confdefs.h. */
5540 #include <ac_nonexistent.h>
5541 _ACEOF
5542 if { (ac_try="$ac_cpp conftest.$ac_ext"
5543 case "(($ac_try" in
5544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5545 *) ac_try_echo=$ac_try;;
5546 esac
5547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5548 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5549 ac_status=$?
5550 grep -v '^ *+' conftest.er1 >conftest.err
5551 rm -f conftest.er1
5552 cat conftest.err >&5
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); } >/dev/null && {
5555 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5556 test ! -s conftest.err
5557 }; then
5558 # Broken: success on invalid input.
5559 continue
5560 else
5561 echo "$as_me: failed program was:" >&5
5562 sed 's/^/| /' conftest.$ac_ext >&5
5564 # Passes both tests.
5565 ac_preproc_ok=:
5566 break
5569 rm -f conftest.err conftest.$ac_ext
5571 done
5572 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5573 rm -f conftest.err conftest.$ac_ext
5574 if $ac_preproc_ok; then
5576 else
5577 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5578 See \`config.log' for more details." >&5
5579 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5580 See \`config.log' for more details." >&2;}
5581 { (exit 1); exit 1; }; }
5584 ac_ext=c
5585 ac_cpp='$CPP $CPPFLAGS'
5586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5591 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5592 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5593 if test "${ac_cv_header_stdc+set}" = set; then
5594 echo $ECHO_N "(cached) $ECHO_C" >&6
5595 else
5596 cat >conftest.$ac_ext <<_ACEOF
5597 /* confdefs.h. */
5598 _ACEOF
5599 cat confdefs.h >>conftest.$ac_ext
5600 cat >>conftest.$ac_ext <<_ACEOF
5601 /* end confdefs.h. */
5602 #include <stdlib.h>
5603 #include <stdarg.h>
5604 #include <string.h>
5605 #include <float.h>
5608 main ()
5612 return 0;
5614 _ACEOF
5615 rm -f conftest.$ac_objext
5616 if { (ac_try="$ac_compile"
5617 case "(($ac_try" in
5618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5619 *) ac_try_echo=$ac_try;;
5620 esac
5621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5622 (eval "$ac_compile") 2>conftest.er1
5623 ac_status=$?
5624 grep -v '^ *+' conftest.er1 >conftest.err
5625 rm -f conftest.er1
5626 cat conftest.err >&5
5627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5628 (exit $ac_status); } && {
5629 test -z "$ac_c_werror_flag" ||
5630 test ! -s conftest.err
5631 } && test -s conftest.$ac_objext; then
5632 ac_cv_header_stdc=yes
5633 else
5634 echo "$as_me: failed program was:" >&5
5635 sed 's/^/| /' conftest.$ac_ext >&5
5637 ac_cv_header_stdc=no
5640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5642 if test $ac_cv_header_stdc = yes; then
5643 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5644 cat >conftest.$ac_ext <<_ACEOF
5645 /* confdefs.h. */
5646 _ACEOF
5647 cat confdefs.h >>conftest.$ac_ext
5648 cat >>conftest.$ac_ext <<_ACEOF
5649 /* end confdefs.h. */
5650 #include <string.h>
5652 _ACEOF
5653 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5654 $EGREP "memchr" >/dev/null 2>&1; then
5656 else
5657 ac_cv_header_stdc=no
5659 rm -f conftest*
5663 if test $ac_cv_header_stdc = yes; then
5664 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5665 cat >conftest.$ac_ext <<_ACEOF
5666 /* confdefs.h. */
5667 _ACEOF
5668 cat confdefs.h >>conftest.$ac_ext
5669 cat >>conftest.$ac_ext <<_ACEOF
5670 /* end confdefs.h. */
5671 #include <stdlib.h>
5673 _ACEOF
5674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5675 $EGREP "free" >/dev/null 2>&1; then
5677 else
5678 ac_cv_header_stdc=no
5680 rm -f conftest*
5684 if test $ac_cv_header_stdc = yes; then
5685 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5686 if test "$cross_compiling" = yes; then
5688 else
5689 cat >conftest.$ac_ext <<_ACEOF
5690 /* confdefs.h. */
5691 _ACEOF
5692 cat confdefs.h >>conftest.$ac_ext
5693 cat >>conftest.$ac_ext <<_ACEOF
5694 /* end confdefs.h. */
5695 #include <ctype.h>
5696 #include <stdlib.h>
5697 #if ((' ' & 0x0FF) == 0x020)
5698 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5699 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5700 #else
5701 # define ISLOWER(c) \
5702 (('a' <= (c) && (c) <= 'i') \
5703 || ('j' <= (c) && (c) <= 'r') \
5704 || ('s' <= (c) && (c) <= 'z'))
5705 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5706 #endif
5708 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5710 main ()
5712 int i;
5713 for (i = 0; i < 256; i++)
5714 if (XOR (islower (i), ISLOWER (i))
5715 || toupper (i) != TOUPPER (i))
5716 return 2;
5717 return 0;
5719 _ACEOF
5720 rm -f conftest$ac_exeext
5721 if { (ac_try="$ac_link"
5722 case "(($ac_try" in
5723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5724 *) ac_try_echo=$ac_try;;
5725 esac
5726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5727 (eval "$ac_link") 2>&5
5728 ac_status=$?
5729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5730 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5731 { (case "(($ac_try" in
5732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5733 *) ac_try_echo=$ac_try;;
5734 esac
5735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5736 (eval "$ac_try") 2>&5
5737 ac_status=$?
5738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5739 (exit $ac_status); }; }; then
5741 else
5742 echo "$as_me: program exited with status $ac_status" >&5
5743 echo "$as_me: failed program was:" >&5
5744 sed 's/^/| /' conftest.$ac_ext >&5
5746 ( exit $ac_status )
5747 ac_cv_header_stdc=no
5749 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5755 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5756 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5757 if test $ac_cv_header_stdc = yes; then
5759 cat >>confdefs.h <<\_ACEOF
5760 #define STDC_HEADERS 1
5761 _ACEOF
5765 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5775 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5776 inttypes.h stdint.h unistd.h
5778 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5779 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5780 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5781 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5782 echo $ECHO_N "(cached) $ECHO_C" >&6
5783 else
5784 cat >conftest.$ac_ext <<_ACEOF
5785 /* confdefs.h. */
5786 _ACEOF
5787 cat confdefs.h >>conftest.$ac_ext
5788 cat >>conftest.$ac_ext <<_ACEOF
5789 /* end confdefs.h. */
5790 $ac_includes_default
5792 #include <$ac_header>
5793 _ACEOF
5794 rm -f conftest.$ac_objext
5795 if { (ac_try="$ac_compile"
5796 case "(($ac_try" in
5797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5798 *) ac_try_echo=$ac_try;;
5799 esac
5800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5801 (eval "$ac_compile") 2>conftest.er1
5802 ac_status=$?
5803 grep -v '^ *+' conftest.er1 >conftest.err
5804 rm -f conftest.er1
5805 cat conftest.err >&5
5806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807 (exit $ac_status); } && {
5808 test -z "$ac_c_werror_flag" ||
5809 test ! -s conftest.err
5810 } && test -s conftest.$ac_objext; then
5811 eval "$as_ac_Header=yes"
5812 else
5813 echo "$as_me: failed program was:" >&5
5814 sed 's/^/| /' conftest.$ac_ext >&5
5816 eval "$as_ac_Header=no"
5819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5821 ac_res=`eval echo '${'$as_ac_Header'}'`
5822 { echo "$as_me:$LINENO: result: $ac_res" >&5
5823 echo "${ECHO_T}$ac_res" >&6; }
5824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5825 cat >>confdefs.h <<_ACEOF
5826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5827 _ACEOF
5831 done
5951 for ac_header in \
5952 AudioUnit/AudioUnit.h \
5953 Carbon/Carbon.h \
5954 CoreAudio/CoreAudio.h \
5955 DiskArbitration/DiskArbitration.h \
5956 IOKit/IOKitLib.h \
5957 alias.h \
5958 alsa/asoundlib.h \
5959 arpa/inet.h \
5960 arpa/nameser.h \
5961 asm/types.h \
5962 capi20.h \
5963 curses.h \
5964 direct.h \
5965 dirent.h \
5966 dlfcn.h \
5967 elf.h \
5968 float.h \
5969 fontconfig/fontconfig.h \
5970 getopt.h \
5971 grp.h \
5972 ieeefp.h \
5973 io.h \
5974 jack/jack.h \
5975 jpeglib.h \
5976 kstat.h \
5977 lber.h \
5978 lcms.h \
5979 lcms/lcms.h \
5980 ldap.h \
5981 libaudioio.h \
5982 link.h \
5983 linux/cdrom.h \
5984 linux/compiler.h \
5985 linux/hdreg.h \
5986 linux/input.h \
5987 linux/ioctl.h \
5988 linux/joystick.h \
5989 linux/major.h \
5990 linux/param.h \
5991 linux/serial.h \
5992 linux/types.h \
5993 linux/ucdrom.h \
5994 mach/mach.h \
5995 mach/machine.h \
5996 machine/cpu.h \
5997 machine/limits.h \
5998 machine/soundcard.h \
5999 mntent.h \
6000 ncurses.h \
6001 netdb.h \
6002 netinet/in.h \
6003 netinet/in_systm.h \
6004 netinet/tcp.h \
6005 netinet/tcp_fsm.h \
6006 openssl/err.h \
6007 openssl/ssl.h \
6008 png.h \
6009 poll.h \
6010 process.h \
6011 pthread.h \
6012 pwd.h \
6013 regex.h \
6014 sched.h \
6015 scsi/scsi.h \
6016 scsi/scsi_ioctl.h \
6017 scsi/sg.h \
6018 soundcard.h \
6019 stdint.h \
6020 strings.h \
6021 sys/asoundlib.h \
6022 sys/cdio.h \
6023 sys/elf32.h \
6024 sys/epoll.h \
6025 sys/errno.h \
6026 sys/event.h \
6027 sys/exec_elf.h \
6028 sys/filio.h \
6029 sys/ioctl.h \
6030 sys/ipc.h \
6031 sys/limits.h \
6032 sys/link.h \
6033 sys/lwp.h \
6034 sys/mman.h \
6035 sys/modem.h \
6036 sys/msg.h \
6037 sys/mtio.h \
6038 sys/param.h \
6039 sys/poll.h \
6040 sys/prctl.h \
6041 sys/protosw.h \
6042 sys/ptrace.h \
6043 sys/reg.h \
6044 sys/resource.h \
6045 sys/scsiio.h \
6046 sys/shm.h \
6047 sys/signal.h \
6048 sys/socket.h \
6049 sys/socketvar.h \
6050 sys/sockio.h \
6051 sys/soundcard.h \
6052 sys/statvfs.h \
6053 sys/strtio.h \
6054 sys/syscall.h \
6055 sys/time.h \
6056 sys/timeout.h \
6057 sys/times.h \
6058 sys/uio.h \
6059 sys/un.h \
6060 sys/utsname.h \
6061 sys/vm86.h \
6062 sys/wait.h \
6063 syscall.h \
6064 termios.h \
6065 unistd.h \
6066 utime.h \
6067 valgrind/memcheck.h \
6068 valgrind/valgrind.h
6071 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6072 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6073 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6074 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6076 echo $ECHO_N "(cached) $ECHO_C" >&6
6078 ac_res=`eval echo '${'$as_ac_Header'}'`
6079 { echo "$as_me:$LINENO: result: $ac_res" >&5
6080 echo "${ECHO_T}$ac_res" >&6; }
6081 else
6082 # Is the header compilable?
6083 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6084 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6085 cat >conftest.$ac_ext <<_ACEOF
6086 /* confdefs.h. */
6087 _ACEOF
6088 cat confdefs.h >>conftest.$ac_ext
6089 cat >>conftest.$ac_ext <<_ACEOF
6090 /* end confdefs.h. */
6091 $ac_includes_default
6092 #include <$ac_header>
6093 _ACEOF
6094 rm -f conftest.$ac_objext
6095 if { (ac_try="$ac_compile"
6096 case "(($ac_try" in
6097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6098 *) ac_try_echo=$ac_try;;
6099 esac
6100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6101 (eval "$ac_compile") 2>conftest.er1
6102 ac_status=$?
6103 grep -v '^ *+' conftest.er1 >conftest.err
6104 rm -f conftest.er1
6105 cat conftest.err >&5
6106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6107 (exit $ac_status); } && {
6108 test -z "$ac_c_werror_flag" ||
6109 test ! -s conftest.err
6110 } && test -s conftest.$ac_objext; then
6111 ac_header_compiler=yes
6112 else
6113 echo "$as_me: failed program was:" >&5
6114 sed 's/^/| /' conftest.$ac_ext >&5
6116 ac_header_compiler=no
6119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6120 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6121 echo "${ECHO_T}$ac_header_compiler" >&6; }
6123 # Is the header present?
6124 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6125 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6126 cat >conftest.$ac_ext <<_ACEOF
6127 /* confdefs.h. */
6128 _ACEOF
6129 cat confdefs.h >>conftest.$ac_ext
6130 cat >>conftest.$ac_ext <<_ACEOF
6131 /* end confdefs.h. */
6132 #include <$ac_header>
6133 _ACEOF
6134 if { (ac_try="$ac_cpp conftest.$ac_ext"
6135 case "(($ac_try" in
6136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6137 *) ac_try_echo=$ac_try;;
6138 esac
6139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6140 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6141 ac_status=$?
6142 grep -v '^ *+' conftest.er1 >conftest.err
6143 rm -f conftest.er1
6144 cat conftest.err >&5
6145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6146 (exit $ac_status); } >/dev/null && {
6147 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6148 test ! -s conftest.err
6149 }; then
6150 ac_header_preproc=yes
6151 else
6152 echo "$as_me: failed program was:" >&5
6153 sed 's/^/| /' conftest.$ac_ext >&5
6155 ac_header_preproc=no
6158 rm -f conftest.err conftest.$ac_ext
6159 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6160 echo "${ECHO_T}$ac_header_preproc" >&6; }
6162 # So? What about this header?
6163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6164 yes:no: )
6165 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6166 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6167 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6168 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6169 ac_header_preproc=yes
6171 no:yes:* )
6172 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6173 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6175 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6176 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6177 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6178 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6179 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6180 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6181 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6182 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6183 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6184 ( cat <<\_ASBOX
6185 ## ------------------------------------ ##
6186 ## Report this to wine-devel@winehq.org ##
6187 ## ------------------------------------ ##
6188 _ASBOX
6189 ) | sed "s/^/$as_me: WARNING: /" >&2
6191 esac
6192 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6193 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6195 echo $ECHO_N "(cached) $ECHO_C" >&6
6196 else
6197 eval "$as_ac_Header=\$ac_header_preproc"
6199 ac_res=`eval echo '${'$as_ac_Header'}'`
6200 { echo "$as_me:$LINENO: result: $ac_res" >&5
6201 echo "${ECHO_T}$ac_res" >&6; }
6204 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6205 cat >>confdefs.h <<_ACEOF
6206 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6207 _ACEOF
6211 done
6213 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6214 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6215 if test "${ac_cv_header_stat_broken+set}" = set; then
6216 echo $ECHO_N "(cached) $ECHO_C" >&6
6217 else
6218 cat >conftest.$ac_ext <<_ACEOF
6219 /* confdefs.h. */
6220 _ACEOF
6221 cat confdefs.h >>conftest.$ac_ext
6222 cat >>conftest.$ac_ext <<_ACEOF
6223 /* end confdefs.h. */
6224 #include <sys/types.h>
6225 #include <sys/stat.h>
6227 #if defined S_ISBLK && defined S_IFDIR
6228 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6229 #endif
6231 #if defined S_ISBLK && defined S_IFCHR
6232 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6233 #endif
6235 #if defined S_ISLNK && defined S_IFREG
6236 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6237 #endif
6239 #if defined S_ISSOCK && defined S_IFREG
6240 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6241 #endif
6243 _ACEOF
6244 rm -f conftest.$ac_objext
6245 if { (ac_try="$ac_compile"
6246 case "(($ac_try" in
6247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6248 *) ac_try_echo=$ac_try;;
6249 esac
6250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6251 (eval "$ac_compile") 2>conftest.er1
6252 ac_status=$?
6253 grep -v '^ *+' conftest.er1 >conftest.err
6254 rm -f conftest.er1
6255 cat conftest.err >&5
6256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6257 (exit $ac_status); } && {
6258 test -z "$ac_c_werror_flag" ||
6259 test ! -s conftest.err
6260 } && test -s conftest.$ac_objext; then
6261 ac_cv_header_stat_broken=no
6262 else
6263 echo "$as_me: failed program was:" >&5
6264 sed 's/^/| /' conftest.$ac_ext >&5
6266 ac_cv_header_stat_broken=yes
6269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6271 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6272 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6273 if test $ac_cv_header_stat_broken = yes; then
6275 cat >>confdefs.h <<\_ACEOF
6276 #define STAT_MACROS_BROKEN 1
6277 _ACEOF
6288 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6290 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6291 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6294 echo $ECHO_N "(cached) $ECHO_C" >&6
6295 else
6296 cat >conftest.$ac_ext <<_ACEOF
6297 /* confdefs.h. */
6298 _ACEOF
6299 cat confdefs.h >>conftest.$ac_ext
6300 cat >>conftest.$ac_ext <<_ACEOF
6301 /* end confdefs.h. */
6302 #include <sys/types.h>
6303 #ifdef HAVE_SYS_PARAM_H
6304 # include <sys/param.h>
6305 #endif
6307 #include <$ac_header>
6308 _ACEOF
6309 rm -f conftest.$ac_objext
6310 if { (ac_try="$ac_compile"
6311 case "(($ac_try" in
6312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6313 *) ac_try_echo=$ac_try;;
6314 esac
6315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6316 (eval "$ac_compile") 2>conftest.er1
6317 ac_status=$?
6318 grep -v '^ *+' conftest.er1 >conftest.err
6319 rm -f conftest.er1
6320 cat conftest.err >&5
6321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6322 (exit $ac_status); } && {
6323 test -z "$ac_c_werror_flag" ||
6324 test ! -s conftest.err
6325 } && test -s conftest.$ac_objext; then
6326 eval "$as_ac_Header=yes"
6327 else
6328 echo "$as_me: failed program was:" >&5
6329 sed 's/^/| /' conftest.$ac_ext >&5
6331 eval "$as_ac_Header=no"
6334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6336 ac_res=`eval echo '${'$as_ac_Header'}'`
6337 { echo "$as_me:$LINENO: result: $ac_res" >&5
6338 echo "${ECHO_T}$ac_res" >&6; }
6339 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6340 cat >>confdefs.h <<_ACEOF
6341 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6342 _ACEOF
6346 done
6362 for ac_header in \
6363 netinet/ip.h \
6364 net/if.h \
6365 net/if_arp.h \
6366 net/if_dl.h \
6367 net/if_types.h \
6368 net/route.h \
6369 netinet/if_ether.h \
6370 netinet/if_inarp.h \
6371 netinet/in_pcb.h \
6372 netinet/ip_icmp.h \
6373 netinet/ip_var.h \
6374 netinet/udp.h \
6375 netipx/ipx.h \
6378 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6379 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6380 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6381 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6383 else
6384 cat >conftest.$ac_ext <<_ACEOF
6385 /* confdefs.h. */
6386 _ACEOF
6387 cat confdefs.h >>conftest.$ac_ext
6388 cat >>conftest.$ac_ext <<_ACEOF
6389 /* end confdefs.h. */
6390 #include <sys/types.h>
6391 #ifdef HAVE_SYS_SOCKET_H
6392 # include <sys/socket.h>
6393 #endif
6394 #ifdef HAVE_SYS_SOCKETVAR_H
6395 # include <sys/socketvar.h>
6396 #endif
6397 #ifdef HAVE_NET_ROUTE_H
6398 # include <net/route.h>
6399 #endif
6400 #ifdef HAVE_NETINET_IN_H
6401 # include <netinet/in.h>
6402 #endif
6403 #ifdef HAVE_NETINET_IN_SYSTM_H
6404 # include <netinet/in_systm.h>
6405 #endif
6406 #ifdef HAVE_NET_IF_H
6407 # include <net/if.h>
6408 #endif
6409 #ifdef HAVE_NETINET_IP_H
6410 # include <netinet/ip.h>
6411 #endif
6413 #include <$ac_header>
6414 _ACEOF
6415 rm -f conftest.$ac_objext
6416 if { (ac_try="$ac_compile"
6417 case "(($ac_try" in
6418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6419 *) ac_try_echo=$ac_try;;
6420 esac
6421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6422 (eval "$ac_compile") 2>conftest.er1
6423 ac_status=$?
6424 grep -v '^ *+' conftest.er1 >conftest.err
6425 rm -f conftest.er1
6426 cat conftest.err >&5
6427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6428 (exit $ac_status); } && {
6429 test -z "$ac_c_werror_flag" ||
6430 test ! -s conftest.err
6431 } && test -s conftest.$ac_objext; then
6432 eval "$as_ac_Header=yes"
6433 else
6434 echo "$as_me: failed program was:" >&5
6435 sed 's/^/| /' conftest.$ac_ext >&5
6437 eval "$as_ac_Header=no"
6440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6442 ac_res=`eval echo '${'$as_ac_Header'}'`
6443 { echo "$as_me:$LINENO: result: $ac_res" >&5
6444 echo "${ECHO_T}$ac_res" >&6; }
6445 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6446 cat >>confdefs.h <<_ACEOF
6447 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6448 _ACEOF
6452 done
6459 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6461 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6462 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6463 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467 cat >conftest.$ac_ext <<_ACEOF
6468 /* confdefs.h. */
6469 _ACEOF
6470 cat confdefs.h >>conftest.$ac_ext
6471 cat >>conftest.$ac_ext <<_ACEOF
6472 /* end confdefs.h. */
6473 #include <sys/types.h>
6474 #ifdef HAVE_ALIAS_H
6475 # include <alias.h>
6476 #endif
6477 #ifdef HAVE_SYS_SOCKET_H
6478 # include <sys/socket.h>
6479 #endif
6480 #ifdef HAVE_SYS_SOCKETVAR_H
6481 # include <sys/socketvar.h>
6482 #endif
6483 #ifdef HAVE_SYS_TIMEOUT_H
6484 # include <sys/timeout.h>
6485 #endif
6486 #ifdef HAVE_NETINET_IN_H
6487 # include <netinet/in.h>
6488 #endif
6489 #ifdef HAVE_NETINET_IN_SYSTM_H
6490 # include <netinet/in_systm.h>
6491 #endif
6492 #ifdef HAVE_NETINET_IP_H
6493 # include <netinet/ip.h>
6494 #endif
6495 #ifdef HAVE_NETINET_IP_VAR_H
6496 # include <netinet/ip_var.h>
6497 #endif
6498 #ifdef HAVE_NETINET_IP_ICMP_H
6499 # include <netinet/ip_icmp.h>
6500 #endif
6501 #ifdef HAVE_NETINET_UDP_H
6502 # include <netinet/udp.h>
6503 #endif
6504 #ifdef HAVE_NETINET_TCP_H
6505 # include <netinet/tcp.h>
6506 #endif
6507 #ifdef HAVE_NETINET_TCP_TIMER_H
6508 #include <netinet/tcp_timer.h>
6509 #endif
6511 #include <$ac_header>
6512 _ACEOF
6513 rm -f conftest.$ac_objext
6514 if { (ac_try="$ac_compile"
6515 case "(($ac_try" in
6516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6517 *) ac_try_echo=$ac_try;;
6518 esac
6519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6520 (eval "$ac_compile") 2>conftest.er1
6521 ac_status=$?
6522 grep -v '^ *+' conftest.er1 >conftest.err
6523 rm -f conftest.er1
6524 cat conftest.err >&5
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); } && {
6527 test -z "$ac_c_werror_flag" ||
6528 test ! -s conftest.err
6529 } && test -s conftest.$ac_objext; then
6530 eval "$as_ac_Header=yes"
6531 else
6532 echo "$as_me: failed program was:" >&5
6533 sed 's/^/| /' conftest.$ac_ext >&5
6535 eval "$as_ac_Header=no"
6538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6540 ac_res=`eval echo '${'$as_ac_Header'}'`
6541 { echo "$as_me:$LINENO: result: $ac_res" >&5
6542 echo "${ECHO_T}$ac_res" >&6; }
6543 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6544 cat >>confdefs.h <<_ACEOF
6545 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6546 _ACEOF
6550 done
6554 for ac_header in linux/ipx.h
6556 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6557 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6561 else
6562 cat >conftest.$ac_ext <<_ACEOF
6563 /* confdefs.h. */
6564 _ACEOF
6565 cat confdefs.h >>conftest.$ac_ext
6566 cat >>conftest.$ac_ext <<_ACEOF
6567 /* end confdefs.h. */
6568 #include <sys/types.h>
6569 #ifdef HAVE_ASM_TYPES_H
6570 # include <asm/types.h>
6571 #endif
6572 #ifdef HAVE_SYS_SOCKET_H
6573 # include <sys/socket.h>
6574 #endif
6575 #ifdef HAVE_LINUX_TYPES_H
6576 # include <linux/types.h>
6577 #endif
6579 #include <$ac_header>
6580 _ACEOF
6581 rm -f conftest.$ac_objext
6582 if { (ac_try="$ac_compile"
6583 case "(($ac_try" in
6584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6585 *) ac_try_echo=$ac_try;;
6586 esac
6587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6588 (eval "$ac_compile") 2>conftest.er1
6589 ac_status=$?
6590 grep -v '^ *+' conftest.er1 >conftest.err
6591 rm -f conftest.er1
6592 cat conftest.err >&5
6593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6594 (exit $ac_status); } && {
6595 test -z "$ac_c_werror_flag" ||
6596 test ! -s conftest.err
6597 } && test -s conftest.$ac_objext; then
6598 eval "$as_ac_Header=yes"
6599 else
6600 echo "$as_me: failed program was:" >&5
6601 sed 's/^/| /' conftest.$ac_ext >&5
6603 eval "$as_ac_Header=no"
6606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6608 ac_res=`eval echo '${'$as_ac_Header'}'`
6609 { echo "$as_me:$LINENO: result: $ac_res" >&5
6610 echo "${ECHO_T}$ac_res" >&6; }
6611 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6612 cat >>confdefs.h <<_ACEOF
6613 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6614 _ACEOF
6618 done
6622 for ac_header in resolv.h
6624 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6625 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6626 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6627 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6628 echo $ECHO_N "(cached) $ECHO_C" >&6
6629 else
6630 cat >conftest.$ac_ext <<_ACEOF
6631 /* confdefs.h. */
6632 _ACEOF
6633 cat confdefs.h >>conftest.$ac_ext
6634 cat >>conftest.$ac_ext <<_ACEOF
6635 /* end confdefs.h. */
6636 #include <sys/types.h>
6637 #ifdef HAVE_SYS_SOCKET_H
6638 # include <sys/socket.h>
6639 #endif
6640 #ifdef HAVE_NETINET_IN_H
6641 # include <netinet/in.h>
6642 #endif
6643 #ifdef HAVE_ARPA_NAMESER_H
6644 # include <arpa/nameser.h>
6645 #endif
6647 #include <$ac_header>
6648 _ACEOF
6649 rm -f conftest.$ac_objext
6650 if { (ac_try="$ac_compile"
6651 case "(($ac_try" in
6652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6653 *) ac_try_echo=$ac_try;;
6654 esac
6655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6656 (eval "$ac_compile") 2>conftest.er1
6657 ac_status=$?
6658 grep -v '^ *+' conftest.er1 >conftest.err
6659 rm -f conftest.er1
6660 cat conftest.err >&5
6661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6662 (exit $ac_status); } && {
6663 test -z "$ac_c_werror_flag" ||
6664 test ! -s conftest.err
6665 } && test -s conftest.$ac_objext; then
6666 eval "$as_ac_Header=yes"
6667 else
6668 echo "$as_me: failed program was:" >&5
6669 sed 's/^/| /' conftest.$ac_ext >&5
6671 eval "$as_ac_Header=no"
6674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6676 ac_res=`eval echo '${'$as_ac_Header'}'`
6677 { echo "$as_me:$LINENO: result: $ac_res" >&5
6678 echo "${ECHO_T}$ac_res" >&6; }
6679 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6680 cat >>confdefs.h <<_ACEOF
6681 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6682 _ACEOF
6686 done
6690 for ac_header in ucontext.h
6692 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6693 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6694 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6695 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6696 echo $ECHO_N "(cached) $ECHO_C" >&6
6697 else
6698 cat >conftest.$ac_ext <<_ACEOF
6699 /* confdefs.h. */
6700 _ACEOF
6701 cat confdefs.h >>conftest.$ac_ext
6702 cat >>conftest.$ac_ext <<_ACEOF
6703 /* end confdefs.h. */
6704 #include <signal.h>
6706 #include <$ac_header>
6707 _ACEOF
6708 rm -f conftest.$ac_objext
6709 if { (ac_try="$ac_compile"
6710 case "(($ac_try" in
6711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6712 *) ac_try_echo=$ac_try;;
6713 esac
6714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6715 (eval "$ac_compile") 2>conftest.er1
6716 ac_status=$?
6717 grep -v '^ *+' conftest.er1 >conftest.err
6718 rm -f conftest.er1
6719 cat conftest.err >&5
6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6721 (exit $ac_status); } && {
6722 test -z "$ac_c_werror_flag" ||
6723 test ! -s conftest.err
6724 } && test -s conftest.$ac_objext; then
6725 eval "$as_ac_Header=yes"
6726 else
6727 echo "$as_me: failed program was:" >&5
6728 sed 's/^/| /' conftest.$ac_ext >&5
6730 eval "$as_ac_Header=no"
6733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6735 ac_res=`eval echo '${'$as_ac_Header'}'`
6736 { echo "$as_me:$LINENO: result: $ac_res" >&5
6737 echo "${ECHO_T}$ac_res" >&6; }
6738 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6739 cat >>confdefs.h <<_ACEOF
6740 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6741 _ACEOF
6745 done
6749 for ac_header in sys/thr.h
6751 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6752 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6753 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6755 echo $ECHO_N "(cached) $ECHO_C" >&6
6756 else
6757 cat >conftest.$ac_ext <<_ACEOF
6758 /* confdefs.h. */
6759 _ACEOF
6760 cat confdefs.h >>conftest.$ac_ext
6761 cat >>conftest.$ac_ext <<_ACEOF
6762 /* end confdefs.h. */
6763 #include <sys/types.h>
6764 #ifdef HAVE_UCONTEXT_H
6765 #include <ucontext.h>
6766 #endif
6768 #include <$ac_header>
6769 _ACEOF
6770 rm -f conftest.$ac_objext
6771 if { (ac_try="$ac_compile"
6772 case "(($ac_try" in
6773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6774 *) ac_try_echo=$ac_try;;
6775 esac
6776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6777 (eval "$ac_compile") 2>conftest.er1
6778 ac_status=$?
6779 grep -v '^ *+' conftest.er1 >conftest.err
6780 rm -f conftest.er1
6781 cat conftest.err >&5
6782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6783 (exit $ac_status); } && {
6784 test -z "$ac_c_werror_flag" ||
6785 test ! -s conftest.err
6786 } && test -s conftest.$ac_objext; then
6787 eval "$as_ac_Header=yes"
6788 else
6789 echo "$as_me: failed program was:" >&5
6790 sed 's/^/| /' conftest.$ac_ext >&5
6792 eval "$as_ac_Header=no"
6795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6797 ac_res=`eval echo '${'$as_ac_Header'}'`
6798 { echo "$as_me:$LINENO: result: $ac_res" >&5
6799 echo "${ECHO_T}$ac_res" >&6; }
6800 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6801 cat >>confdefs.h <<_ACEOF
6802 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6803 _ACEOF
6807 done
6811 for ac_header in pthread_np.h
6813 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6817 echo $ECHO_N "(cached) $ECHO_C" >&6
6818 else
6819 cat >conftest.$ac_ext <<_ACEOF
6820 /* confdefs.h. */
6821 _ACEOF
6822 cat confdefs.h >>conftest.$ac_ext
6823 cat >>conftest.$ac_ext <<_ACEOF
6824 /* end confdefs.h. */
6825 #ifdef HAVE_PTHREAD_H
6826 #include <pthread.h>
6827 #endif
6829 #include <$ac_header>
6830 _ACEOF
6831 rm -f conftest.$ac_objext
6832 if { (ac_try="$ac_compile"
6833 case "(($ac_try" in
6834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6835 *) ac_try_echo=$ac_try;;
6836 esac
6837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6838 (eval "$ac_compile") 2>conftest.er1
6839 ac_status=$?
6840 grep -v '^ *+' conftest.er1 >conftest.err
6841 rm -f conftest.er1
6842 cat conftest.err >&5
6843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6844 (exit $ac_status); } && {
6845 test -z "$ac_c_werror_flag" ||
6846 test ! -s conftest.err
6847 } && test -s conftest.$ac_objext; then
6848 eval "$as_ac_Header=yes"
6849 else
6850 echo "$as_me: failed program was:" >&5
6851 sed 's/^/| /' conftest.$ac_ext >&5
6853 eval "$as_ac_Header=no"
6856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6858 ac_res=`eval echo '${'$as_ac_Header'}'`
6859 { echo "$as_me:$LINENO: result: $ac_res" >&5
6860 echo "${ECHO_T}$ac_res" >&6; }
6861 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6862 cat >>confdefs.h <<_ACEOF
6863 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6864 _ACEOF
6868 done
6872 for ac_header in linux/videodev.h
6874 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6875 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6876 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6877 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6878 echo $ECHO_N "(cached) $ECHO_C" >&6
6879 else
6880 cat >conftest.$ac_ext <<_ACEOF
6881 /* confdefs.h. */
6882 _ACEOF
6883 cat confdefs.h >>conftest.$ac_ext
6884 cat >>conftest.$ac_ext <<_ACEOF
6885 /* end confdefs.h. */
6886 #ifdef HAVE_SYS_TIME_H
6887 #include <sys/time.h>
6888 #endif
6889 #include <sys/types.h>
6890 #ifdef HAVE_ASM_TYPES_H
6891 #include <asm/types.h>
6892 #endif
6894 #include <$ac_header>
6895 _ACEOF
6896 rm -f conftest.$ac_objext
6897 if { (ac_try="$ac_compile"
6898 case "(($ac_try" in
6899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6900 *) ac_try_echo=$ac_try;;
6901 esac
6902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6903 (eval "$ac_compile") 2>conftest.er1
6904 ac_status=$?
6905 grep -v '^ *+' conftest.er1 >conftest.err
6906 rm -f conftest.er1
6907 cat conftest.err >&5
6908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6909 (exit $ac_status); } && {
6910 test -z "$ac_c_werror_flag" ||
6911 test ! -s conftest.err
6912 } && test -s conftest.$ac_objext; then
6913 eval "$as_ac_Header=yes"
6914 else
6915 echo "$as_me: failed program was:" >&5
6916 sed 's/^/| /' conftest.$ac_ext >&5
6918 eval "$as_ac_Header=no"
6921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6923 ac_res=`eval echo '${'$as_ac_Header'}'`
6924 { echo "$as_me:$LINENO: result: $ac_res" >&5
6925 echo "${ECHO_T}$ac_res" >&6; }
6926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6927 cat >>confdefs.h <<_ACEOF
6928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6929 _ACEOF
6933 done
6937 for ac_header in linux/capi.h
6939 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6943 echo $ECHO_N "(cached) $ECHO_C" >&6
6944 else
6945 cat >conftest.$ac_ext <<_ACEOF
6946 /* confdefs.h. */
6947 _ACEOF
6948 cat confdefs.h >>conftest.$ac_ext
6949 cat >>conftest.$ac_ext <<_ACEOF
6950 /* end confdefs.h. */
6951 #define __user
6953 #include <$ac_header>
6954 _ACEOF
6955 rm -f conftest.$ac_objext
6956 if { (ac_try="$ac_compile"
6957 case "(($ac_try" in
6958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6959 *) ac_try_echo=$ac_try;;
6960 esac
6961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6962 (eval "$ac_compile") 2>conftest.er1
6963 ac_status=$?
6964 grep -v '^ *+' conftest.er1 >conftest.err
6965 rm -f conftest.er1
6966 cat conftest.err >&5
6967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968 (exit $ac_status); } && {
6969 test -z "$ac_c_werror_flag" ||
6970 test ! -s conftest.err
6971 } && test -s conftest.$ac_objext; then
6972 eval "$as_ac_Header=yes"
6973 else
6974 echo "$as_me: failed program was:" >&5
6975 sed 's/^/| /' conftest.$ac_ext >&5
6977 eval "$as_ac_Header=no"
6980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6982 ac_res=`eval echo '${'$as_ac_Header'}'`
6983 { echo "$as_me:$LINENO: result: $ac_res" >&5
6984 echo "${ECHO_T}$ac_res" >&6; }
6985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6986 cat >>confdefs.h <<_ACEOF
6987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6988 _ACEOF
6992 done
6996 DLLEXT=""
6998 DLLFLAGS="-D_REENTRANT"
7000 LDSHARED=""
7002 LDDLLFLAGS=""
7004 LIBEXT="so"
7006 IMPLIBEXT="def"
7008 LDRPATH_INSTALL=""
7010 LDRPATH_LOCAL=""
7012 # Extract the first word of "ldd", so it can be a program name with args.
7013 set dummy ldd; ac_word=$2
7014 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7016 if test "${ac_cv_path_LDD+set}" = set; then
7017 echo $ECHO_N "(cached) $ECHO_C" >&6
7018 else
7019 case $LDD in
7020 [\\/]* | ?:[\\/]*)
7021 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025 as_dummy="/sbin:/usr/sbin:$PATH"
7026 for as_dir in $as_dummy
7028 IFS=$as_save_IFS
7029 test -z "$as_dir" && as_dir=.
7030 for ac_exec_ext in '' $ac_executable_extensions; do
7031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7032 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7034 break 2
7036 done
7037 done
7038 IFS=$as_save_IFS
7040 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7042 esac
7044 LDD=$ac_cv_path_LDD
7045 if test -n "$LDD"; then
7046 { echo "$as_me:$LINENO: result: $LDD" >&5
7047 echo "${ECHO_T}$LDD" >&6; }
7048 else
7049 { echo "$as_me:$LINENO: result: no" >&5
7050 echo "${ECHO_T}no" >&6; }
7055 case $host_os in
7056 cygwin*|mingw32*)
7057 if test -n "$ac_tool_prefix"; then
7058 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7059 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7060 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7062 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7063 echo $ECHO_N "(cached) $ECHO_C" >&6
7064 else
7065 if test -n "$DLLTOOL"; then
7066 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7067 else
7068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7069 for as_dir in $PATH
7071 IFS=$as_save_IFS
7072 test -z "$as_dir" && as_dir=.
7073 for ac_exec_ext in '' $ac_executable_extensions; do
7074 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7075 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7076 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7077 break 2
7079 done
7080 done
7081 IFS=$as_save_IFS
7085 DLLTOOL=$ac_cv_prog_DLLTOOL
7086 if test -n "$DLLTOOL"; then
7087 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7088 echo "${ECHO_T}$DLLTOOL" >&6; }
7089 else
7090 { echo "$as_me:$LINENO: result: no" >&5
7091 echo "${ECHO_T}no" >&6; }
7096 if test -z "$ac_cv_prog_DLLTOOL"; then
7097 ac_ct_DLLTOOL=$DLLTOOL
7098 # Extract the first word of "dlltool", so it can be a program name with args.
7099 set dummy dlltool; ac_word=$2
7100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7102 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7103 echo $ECHO_N "(cached) $ECHO_C" >&6
7104 else
7105 if test -n "$ac_ct_DLLTOOL"; then
7106 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7107 else
7108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7109 for as_dir in $PATH
7111 IFS=$as_save_IFS
7112 test -z "$as_dir" && as_dir=.
7113 for ac_exec_ext in '' $ac_executable_extensions; do
7114 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7115 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7116 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7117 break 2
7119 done
7120 done
7121 IFS=$as_save_IFS
7125 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7126 if test -n "$ac_ct_DLLTOOL"; then
7127 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7128 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7129 else
7130 { echo "$as_me:$LINENO: result: no" >&5
7131 echo "${ECHO_T}no" >&6; }
7134 if test "x$ac_ct_DLLTOOL" = x; then
7135 DLLTOOL="false"
7136 else
7137 case $cross_compiling:$ac_tool_warned in
7138 yes:)
7139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7140 whose name does not start with the host triplet. If you think this
7141 configuration is useful to you, please write to autoconf@gnu.org." >&5
7142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7143 whose name does not start with the host triplet. If you think this
7144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7145 ac_tool_warned=yes ;;
7146 esac
7147 DLLTOOL=$ac_ct_DLLTOOL
7149 else
7150 DLLTOOL="$ac_cv_prog_DLLTOOL"
7153 if test -n "$ac_tool_prefix"; then
7154 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7155 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7156 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7158 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7159 echo $ECHO_N "(cached) $ECHO_C" >&6
7160 else
7161 if test -n "$DLLWRAP"; then
7162 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7163 else
7164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7165 for as_dir in $PATH
7167 IFS=$as_save_IFS
7168 test -z "$as_dir" && as_dir=.
7169 for ac_exec_ext in '' $ac_executable_extensions; do
7170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7171 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7172 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7173 break 2
7175 done
7176 done
7177 IFS=$as_save_IFS
7181 DLLWRAP=$ac_cv_prog_DLLWRAP
7182 if test -n "$DLLWRAP"; then
7183 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7184 echo "${ECHO_T}$DLLWRAP" >&6; }
7185 else
7186 { echo "$as_me:$LINENO: result: no" >&5
7187 echo "${ECHO_T}no" >&6; }
7192 if test -z "$ac_cv_prog_DLLWRAP"; then
7193 ac_ct_DLLWRAP=$DLLWRAP
7194 # Extract the first word of "dllwrap", so it can be a program name with args.
7195 set dummy dllwrap; ac_word=$2
7196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7198 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7199 echo $ECHO_N "(cached) $ECHO_C" >&6
7200 else
7201 if test -n "$ac_ct_DLLWRAP"; then
7202 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7203 else
7204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7205 for as_dir in $PATH
7207 IFS=$as_save_IFS
7208 test -z "$as_dir" && as_dir=.
7209 for ac_exec_ext in '' $ac_executable_extensions; do
7210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7211 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7213 break 2
7215 done
7216 done
7217 IFS=$as_save_IFS
7221 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7222 if test -n "$ac_ct_DLLWRAP"; then
7223 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7224 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7225 else
7226 { echo "$as_me:$LINENO: result: no" >&5
7227 echo "${ECHO_T}no" >&6; }
7230 if test "x$ac_ct_DLLWRAP" = x; then
7231 DLLWRAP="false"
7232 else
7233 case $cross_compiling:$ac_tool_warned in
7234 yes:)
7235 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7236 whose name does not start with the host triplet. If you think this
7237 configuration is useful to you, please write to autoconf@gnu.org." >&5
7238 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7239 whose name does not start with the host triplet. If you think this
7240 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7241 ac_tool_warned=yes ;;
7242 esac
7243 DLLWRAP=$ac_ct_DLLWRAP
7245 else
7246 DLLWRAP="$ac_cv_prog_DLLWRAP"
7249 if test -n "$ac_tool_prefix"; then
7250 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7251 set dummy ${ac_tool_prefix}ar; ac_word=$2
7252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7254 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7255 echo $ECHO_N "(cached) $ECHO_C" >&6
7256 else
7257 if test -n "$MINGWAR"; then
7258 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7259 else
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7261 for as_dir in $PATH
7263 IFS=$as_save_IFS
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7267 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 break 2
7271 done
7272 done
7273 IFS=$as_save_IFS
7277 MINGWAR=$ac_cv_prog_MINGWAR
7278 if test -n "$MINGWAR"; then
7279 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7280 echo "${ECHO_T}$MINGWAR" >&6; }
7281 else
7282 { echo "$as_me:$LINENO: result: no" >&5
7283 echo "${ECHO_T}no" >&6; }
7288 if test -z "$ac_cv_prog_MINGWAR"; then
7289 ac_ct_MINGWAR=$MINGWAR
7290 # Extract the first word of "ar", so it can be a program name with args.
7291 set dummy ar; ac_word=$2
7292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7294 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7295 echo $ECHO_N "(cached) $ECHO_C" >&6
7296 else
7297 if test -n "$ac_ct_MINGWAR"; then
7298 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7299 else
7300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7301 for as_dir in $PATH
7303 IFS=$as_save_IFS
7304 test -z "$as_dir" && as_dir=.
7305 for ac_exec_ext in '' $ac_executable_extensions; do
7306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7307 ac_cv_prog_ac_ct_MINGWAR="ar"
7308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7309 break 2
7311 done
7312 done
7313 IFS=$as_save_IFS
7317 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7318 if test -n "$ac_ct_MINGWAR"; then
7319 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7320 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7321 else
7322 { echo "$as_me:$LINENO: result: no" >&5
7323 echo "${ECHO_T}no" >&6; }
7326 if test "x$ac_ct_MINGWAR" = x; then
7327 MINGWAR="false"
7328 else
7329 case $cross_compiling:$ac_tool_warned in
7330 yes:)
7331 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7332 whose name does not start with the host triplet. If you think this
7333 configuration is useful to you, please write to autoconf@gnu.org." >&5
7334 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7335 whose name does not start with the host triplet. If you think this
7336 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7337 ac_tool_warned=yes ;;
7338 esac
7339 MINGWAR=$ac_ct_MINGWAR
7341 else
7342 MINGWAR="$ac_cv_prog_MINGWAR"
7345 if test "$DLLWRAP" = "false"; then
7346 LIBEXT="a"
7347 else
7348 LIBEXT="dll"
7350 IMPLIBEXT="a"
7351 WIN16_FILES=""
7352 WIN16_INSTALL=""
7353 enable_iphlpapi=${enable_iphlpapi:-no}
7354 enable_kernel32=${enable_kernel32:-no}
7355 enable_msvcrt=${enable_msvcrt:-no}
7356 enable_ntdll=${enable_ntdll:-no}
7357 enable_ws2_32=${enable_ws2_32:-no}
7358 enable_loader=${enable_loader:-no}
7359 enable_server=${enable_server:-no}
7360 with_x=${with_x:-no}
7361 with_pthread=${with_pthread:-no}
7363 darwin*|macosx*)
7364 DLLEXT=".so"
7365 LIBEXT="dylib"
7366 DLLFLAGS="$DLLFLAGS -fPIC"
7367 LDDLLFLAGS="-bundle -multiply_defined suppress"
7368 LIBWINE_LDFLAGS="-multiply_defined suppress"
7369 LDSHARED="\$(CC) -dynamiclib"
7370 STRIP="$STRIP -x"
7371 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7372 SECURITYLIB="-framework Security -framework CoreFoundation"
7374 COREFOUNDATIONLIB="-framework CoreFoundation"
7376 IOKITLIB="-framework IOKit -framework CoreFoundation"
7378 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7380 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7381 then
7382 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7385 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7386 then
7387 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7390 case $host_cpu in
7391 *powerpc*)
7392 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7393 esac
7394 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7395 then
7396 CARBONLIB="-framework Carbon"
7398 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7402 DLLFLAGS="$DLLFLAGS -fPIC"
7403 DLLEXT=".so"
7404 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7405 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7406 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7407 echo $ECHO_N "(cached) $ECHO_C" >&6
7408 else
7409 ac_wine_try_cflags_saved=$CFLAGS
7410 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7411 cat >conftest.$ac_ext <<_ACEOF
7412 void myfunc() {}
7413 _ACEOF
7414 rm -f conftest.$ac_objext conftest$ac_exeext
7415 if { (ac_try="$ac_link"
7416 case "(($ac_try" in
7417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7418 *) ac_try_echo=$ac_try;;
7419 esac
7420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7421 (eval "$ac_link") 2>conftest.er1
7422 ac_status=$?
7423 grep -v '^ *+' conftest.er1 >conftest.err
7424 rm -f conftest.er1
7425 cat conftest.err >&5
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); } && {
7428 test -z "$ac_c_werror_flag" ||
7429 test ! -s conftest.err
7430 } && test -s conftest$ac_exeext &&
7431 $as_test_x conftest$ac_exeext; then
7432 ac_cv_c_dll_gnuelf="yes"
7433 else
7434 echo "$as_me: failed program was:" >&5
7435 sed 's/^/| /' conftest.$ac_ext >&5
7437 ac_cv_c_dll_gnuelf="no"
7440 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7441 conftest$ac_exeext conftest.$ac_ext
7442 CFLAGS=$ac_wine_try_cflags_saved
7444 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7445 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7446 if test "$ac_cv_c_dll_gnuelf" = "yes"
7447 then
7448 LDSHARED="\$(CC) -shared"
7449 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7450 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7451 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7452 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7453 echo $ECHO_N "(cached) $ECHO_C" >&6
7454 else
7455 ac_wine_try_cflags_saved=$CFLAGS
7456 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7457 cat >conftest.$ac_ext <<_ACEOF
7458 /* confdefs.h. */
7459 _ACEOF
7460 cat confdefs.h >>conftest.$ac_ext
7461 cat >>conftest.$ac_ext <<_ACEOF
7462 /* end confdefs.h. */
7465 main ()
7469 return 0;
7471 _ACEOF
7472 rm -f conftest.$ac_objext conftest$ac_exeext
7473 if { (ac_try="$ac_link"
7474 case "(($ac_try" in
7475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7476 *) ac_try_echo=$ac_try;;
7477 esac
7478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7479 (eval "$ac_link") 2>conftest.er1
7480 ac_status=$?
7481 grep -v '^ *+' conftest.er1 >conftest.err
7482 rm -f conftest.er1
7483 cat conftest.err >&5
7484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7485 (exit $ac_status); } && {
7486 test -z "$ac_c_werror_flag" ||
7487 test ! -s conftest.err
7488 } && test -s conftest$ac_exeext &&
7489 $as_test_x conftest$ac_exeext; then
7490 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7491 else
7492 echo "$as_me: failed program was:" >&5
7493 sed 's/^/| /' conftest.$ac_ext >&5
7495 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7499 conftest$ac_exeext conftest.$ac_ext
7500 CFLAGS=$ac_wine_try_cflags_saved
7502 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7503 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7504 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7505 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7506 else
7507 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7508 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7509 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7510 echo $ECHO_N "(cached) $ECHO_C" >&6
7511 else
7512 ac_wine_try_cflags_saved=$CFLAGS
7513 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7514 cat >conftest.$ac_ext <<_ACEOF
7515 /* confdefs.h. */
7516 _ACEOF
7517 cat confdefs.h >>conftest.$ac_ext
7518 cat >>conftest.$ac_ext <<_ACEOF
7519 /* end confdefs.h. */
7522 main ()
7526 return 0;
7528 _ACEOF
7529 rm -f conftest.$ac_objext conftest$ac_exeext
7530 if { (ac_try="$ac_link"
7531 case "(($ac_try" in
7532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7533 *) ac_try_echo=$ac_try;;
7534 esac
7535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7536 (eval "$ac_link") 2>conftest.er1
7537 ac_status=$?
7538 grep -v '^ *+' conftest.er1 >conftest.err
7539 rm -f conftest.er1
7540 cat conftest.err >&5
7541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7542 (exit $ac_status); } && {
7543 test -z "$ac_c_werror_flag" ||
7544 test ! -s conftest.err
7545 } && test -s conftest$ac_exeext &&
7546 $as_test_x conftest$ac_exeext; then
7547 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7548 else
7549 echo "$as_me: failed program was:" >&5
7550 sed 's/^/| /' conftest.$ac_ext >&5
7552 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7556 conftest$ac_exeext conftest.$ac_ext
7557 CFLAGS=$ac_wine_try_cflags_saved
7559 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7560 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7561 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7562 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7568 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7569 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7570 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7571 echo $ECHO_N "(cached) $ECHO_C" >&6
7572 else
7573 ac_wine_try_cflags_saved=$CFLAGS
7574 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
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 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7609 else
7610 echo "$as_me: failed program was:" >&5
7611 sed 's/^/| /' conftest.$ac_ext >&5
7613 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=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 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7621 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7622 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7623 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7627 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7628 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7629 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7630 echo $ECHO_N "(cached) $ECHO_C" >&6
7631 else
7632 ac_wine_try_cflags_saved=$CFLAGS
7633 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7634 cat >conftest.$ac_ext <<_ACEOF
7635 /* confdefs.h. */
7636 _ACEOF
7637 cat confdefs.h >>conftest.$ac_ext
7638 cat >>conftest.$ac_ext <<_ACEOF
7639 /* end confdefs.h. */
7642 main ()
7646 return 0;
7648 _ACEOF
7649 rm -f conftest.$ac_objext conftest$ac_exeext
7650 if { (ac_try="$ac_link"
7651 case "(($ac_try" in
7652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7653 *) ac_try_echo=$ac_try;;
7654 esac
7655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7656 (eval "$ac_link") 2>conftest.er1
7657 ac_status=$?
7658 grep -v '^ *+' conftest.er1 >conftest.err
7659 rm -f conftest.er1
7660 cat conftest.err >&5
7661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7662 (exit $ac_status); } && {
7663 test -z "$ac_c_werror_flag" ||
7664 test ! -s conftest.err
7665 } && test -s conftest$ac_exeext &&
7666 $as_test_x conftest$ac_exeext; then
7667 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7668 else
7669 echo "$as_me: failed program was:" >&5
7670 sed 's/^/| /' conftest.$ac_ext >&5
7672 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7676 conftest$ac_exeext conftest.$ac_ext
7677 CFLAGS=$ac_wine_try_cflags_saved
7679 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7680 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7681 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7682 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7686 echo '{ global: *; };' >conftest.map
7687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7689 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7690 echo $ECHO_N "(cached) $ECHO_C" >&6
7691 else
7692 ac_wine_try_cflags_saved=$CFLAGS
7693 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7694 cat >conftest.$ac_ext <<_ACEOF
7695 /* confdefs.h. */
7696 _ACEOF
7697 cat confdefs.h >>conftest.$ac_ext
7698 cat >>conftest.$ac_ext <<_ACEOF
7699 /* end confdefs.h. */
7702 main ()
7706 return 0;
7708 _ACEOF
7709 rm -f conftest.$ac_objext conftest$ac_exeext
7710 if { (ac_try="$ac_link"
7711 case "(($ac_try" in
7712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7713 *) ac_try_echo=$ac_try;;
7714 esac
7715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7716 (eval "$ac_link") 2>conftest.er1
7717 ac_status=$?
7718 grep -v '^ *+' conftest.er1 >conftest.err
7719 rm -f conftest.er1
7720 cat conftest.err >&5
7721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7722 (exit $ac_status); } && {
7723 test -z "$ac_c_werror_flag" ||
7724 test ! -s conftest.err
7725 } && test -s conftest$ac_exeext &&
7726 $as_test_x conftest$ac_exeext; then
7727 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7728 else
7729 echo "$as_me: failed program was:" >&5
7730 sed 's/^/| /' conftest.$ac_ext >&5
7732 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7736 conftest$ac_exeext conftest.$ac_ext
7737 CFLAGS=$ac_wine_try_cflags_saved
7739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7741 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7742 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7745 rm -f conftest.map
7747 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7748 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7749 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7750 echo $ECHO_N "(cached) $ECHO_C" >&6
7751 else
7752 ac_wine_try_cflags_saved=$CFLAGS
7753 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7754 cat >conftest.$ac_ext <<_ACEOF
7755 /* confdefs.h. */
7756 _ACEOF
7757 cat confdefs.h >>conftest.$ac_ext
7758 cat >>conftest.$ac_ext <<_ACEOF
7759 /* end confdefs.h. */
7762 main ()
7766 return 0;
7768 _ACEOF
7769 rm -f conftest.$ac_objext conftest$ac_exeext
7770 if { (ac_try="$ac_link"
7771 case "(($ac_try" in
7772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7773 *) ac_try_echo=$ac_try;;
7774 esac
7775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7776 (eval "$ac_link") 2>conftest.er1
7777 ac_status=$?
7778 grep -v '^ *+' conftest.er1 >conftest.err
7779 rm -f conftest.er1
7780 cat conftest.err >&5
7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 (exit $ac_status); } && {
7783 test -z "$ac_c_werror_flag" ||
7784 test ! -s conftest.err
7785 } && test -s conftest$ac_exeext &&
7786 $as_test_x conftest$ac_exeext; then
7787 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7788 else
7789 echo "$as_me: failed program was:" >&5
7790 sed 's/^/| /' conftest.$ac_ext >&5
7792 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7796 conftest$ac_exeext conftest.$ac_ext
7797 CFLAGS=$ac_wine_try_cflags_saved
7799 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7800 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7801 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7802 LDEXECFLAGS="-Wl,--export-dynamic"
7807 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7808 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7809 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7810 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7811 echo $ECHO_N "(cached) $ECHO_C" >&6
7812 else
7813 ac_wine_try_cflags_saved=$CFLAGS
7814 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7815 cat >conftest.$ac_ext <<_ACEOF
7816 /* confdefs.h. */
7817 _ACEOF
7818 cat confdefs.h >>conftest.$ac_ext
7819 cat >>conftest.$ac_ext <<_ACEOF
7820 /* end confdefs.h. */
7823 main ()
7827 return 0;
7829 _ACEOF
7830 rm -f conftest.$ac_objext conftest$ac_exeext
7831 if { (ac_try="$ac_link"
7832 case "(($ac_try" in
7833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7834 *) ac_try_echo=$ac_try;;
7835 esac
7836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7837 (eval "$ac_link") 2>conftest.er1
7838 ac_status=$?
7839 grep -v '^ *+' conftest.er1 >conftest.err
7840 rm -f conftest.er1
7841 cat conftest.err >&5
7842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843 (exit $ac_status); } && {
7844 test -z "$ac_c_werror_flag" ||
7845 test ! -s conftest.err
7846 } && test -s conftest$ac_exeext &&
7847 $as_test_x conftest$ac_exeext; then
7848 eval "$as_ac_var=yes"
7849 else
7850 echo "$as_me: failed program was:" >&5
7851 sed 's/^/| /' conftest.$ac_ext >&5
7853 eval "$as_ac_var=no"
7856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7857 conftest$ac_exeext conftest.$ac_ext
7858 CFLAGS=$ac_wine_try_cflags_saved
7860 ac_res=`eval echo '${'$as_ac_var'}'`
7861 { echo "$as_me:$LINENO: result: $ac_res" >&5
7862 echo "${ECHO_T}$ac_res" >&6; }
7863 if test `eval echo '${'$as_ac_var'}'` = yes; then
7864 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7865 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7866 else
7867 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7868 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7869 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7870 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7871 echo $ECHO_N "(cached) $ECHO_C" >&6
7872 else
7873 ac_wine_try_cflags_saved=$CFLAGS
7874 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7875 cat >conftest.$ac_ext <<_ACEOF
7876 /* confdefs.h. */
7877 _ACEOF
7878 cat confdefs.h >>conftest.$ac_ext
7879 cat >>conftest.$ac_ext <<_ACEOF
7880 /* end confdefs.h. */
7883 main ()
7887 return 0;
7889 _ACEOF
7890 rm -f conftest.$ac_objext conftest$ac_exeext
7891 if { (ac_try="$ac_link"
7892 case "(($ac_try" in
7893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7894 *) ac_try_echo=$ac_try;;
7895 esac
7896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7897 (eval "$ac_link") 2>conftest.er1
7898 ac_status=$?
7899 grep -v '^ *+' conftest.er1 >conftest.err
7900 rm -f conftest.er1
7901 cat conftest.err >&5
7902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest$ac_exeext &&
7907 $as_test_x conftest$ac_exeext; then
7908 eval "$as_ac_var=yes"
7909 else
7910 echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7913 eval "$as_ac_var=no"
7916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7917 conftest$ac_exeext conftest.$ac_ext
7918 CFLAGS=$ac_wine_try_cflags_saved
7920 ac_res=`eval echo '${'$as_ac_var'}'`
7921 { echo "$as_me:$LINENO: result: $ac_res" >&5
7922 echo "${ECHO_T}$ac_res" >&6; }
7923 if test `eval echo '${'$as_ac_var'}'` = yes; then
7924 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7925 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7931 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7932 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7933 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7934 echo $ECHO_N "(cached) $ECHO_C" >&6
7935 else
7936 ac_wine_try_cflags_saved=$CFLAGS
7937 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7938 cat >conftest.$ac_ext <<_ACEOF
7939 /* confdefs.h. */
7940 _ACEOF
7941 cat confdefs.h >>conftest.$ac_ext
7942 cat >>conftest.$ac_ext <<_ACEOF
7943 /* end confdefs.h. */
7946 main ()
7950 return 0;
7952 _ACEOF
7953 rm -f conftest.$ac_objext conftest$ac_exeext
7954 if { (ac_try="$ac_link"
7955 case "(($ac_try" in
7956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7957 *) ac_try_echo=$ac_try;;
7958 esac
7959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7960 (eval "$ac_link") 2>conftest.er1
7961 ac_status=$?
7962 grep -v '^ *+' conftest.er1 >conftest.err
7963 rm -f conftest.er1
7964 cat conftest.err >&5
7965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7966 (exit $ac_status); } && {
7967 test -z "$ac_c_werror_flag" ||
7968 test ! -s conftest.err
7969 } && test -s conftest$ac_exeext &&
7970 $as_test_x conftest$ac_exeext; then
7971 ac_cv_cflags__Wl___enable_new_dtags=yes
7972 else
7973 echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7976 ac_cv_cflags__Wl___enable_new_dtags=no
7979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7980 conftest$ac_exeext conftest.$ac_ext
7981 CFLAGS=$ac_wine_try_cflags_saved
7983 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7984 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7985 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7986 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7990 case $host_cpu in
7991 *i[3456789]86* | x86_64)
7992 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7993 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7994 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7995 echo $ECHO_N "(cached) $ECHO_C" >&6
7996 else
7997 ac_wine_try_cflags_saved=$CFLAGS
7998 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7999 cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h. */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h. */
8007 main ()
8011 return 0;
8013 _ACEOF
8014 rm -f conftest.$ac_objext conftest$ac_exeext
8015 if { (ac_try="$ac_link"
8016 case "(($ac_try" in
8017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8018 *) ac_try_echo=$ac_try;;
8019 esac
8020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8021 (eval "$ac_link") 2>conftest.er1
8022 ac_status=$?
8023 grep -v '^ *+' conftest.er1 >conftest.err
8024 rm -f conftest.er1
8025 cat conftest.err >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); } && {
8028 test -z "$ac_c_werror_flag" ||
8029 test ! -s conftest.err
8030 } && test -s conftest$ac_exeext &&
8031 $as_test_x conftest$ac_exeext; then
8032 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8033 else
8034 echo "$as_me: failed program was:" >&5
8035 sed 's/^/| /' conftest.$ac_ext >&5
8037 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8041 conftest$ac_exeext conftest.$ac_ext
8042 CFLAGS=$ac_wine_try_cflags_saved
8044 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8045 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8046 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8047 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8051 esac
8053 else
8054 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8055 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8056 if test "${ac_cv_c_dll_unixware+set}" = set; then
8057 echo $ECHO_N "(cached) $ECHO_C" >&6
8058 else
8059 ac_wine_try_cflags_saved=$CFLAGS
8060 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8061 cat >conftest.$ac_ext <<_ACEOF
8062 void myfunc() {}
8063 _ACEOF
8064 rm -f conftest.$ac_objext conftest$ac_exeext
8065 if { (ac_try="$ac_link"
8066 case "(($ac_try" in
8067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8068 *) ac_try_echo=$ac_try;;
8069 esac
8070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8071 (eval "$ac_link") 2>conftest.er1
8072 ac_status=$?
8073 grep -v '^ *+' conftest.er1 >conftest.err
8074 rm -f conftest.er1
8075 cat conftest.err >&5
8076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077 (exit $ac_status); } && {
8078 test -z "$ac_c_werror_flag" ||
8079 test ! -s conftest.err
8080 } && test -s conftest$ac_exeext &&
8081 $as_test_x conftest$ac_exeext; then
8082 ac_cv_c_dll_unixware="yes"
8083 else
8084 echo "$as_me: failed program was:" >&5
8085 sed 's/^/| /' conftest.$ac_ext >&5
8087 ac_cv_c_dll_unixware="no"
8090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8091 conftest$ac_exeext conftest.$ac_ext
8092 CFLAGS=$ac_wine_try_cflags_saved
8094 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8095 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8096 if test "$ac_cv_c_dll_unixware" = "yes"
8097 then
8098 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8099 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8101 else
8102 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8103 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8104 if test "${ac_cv_c_dll_hpux+set}" = set; then
8105 echo $ECHO_N "(cached) $ECHO_C" >&6
8106 else
8107 ac_wine_try_cflags_saved=$CFLAGS
8108 CFLAGS="$CFLAGS -shared"
8109 cat >conftest.$ac_ext <<_ACEOF
8110 void myfunc() {}
8111 _ACEOF
8112 rm -f conftest.$ac_objext conftest$ac_exeext
8113 if { (ac_try="$ac_link"
8114 case "(($ac_try" in
8115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8116 *) ac_try_echo=$ac_try;;
8117 esac
8118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8119 (eval "$ac_link") 2>conftest.er1
8120 ac_status=$?
8121 grep -v '^ *+' conftest.er1 >conftest.err
8122 rm -f conftest.er1
8123 cat conftest.err >&5
8124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8125 (exit $ac_status); } && {
8126 test -z "$ac_c_werror_flag" ||
8127 test ! -s conftest.err
8128 } && test -s conftest$ac_exeext &&
8129 $as_test_x conftest$ac_exeext; then
8130 ac_cv_c_dll_hpux="yes"
8131 else
8132 echo "$as_me: failed program was:" >&5
8133 sed 's/^/| /' conftest.$ac_ext >&5
8135 ac_cv_c_dll_hpux="no"
8138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8139 conftest$ac_exeext conftest.$ac_ext
8140 CFLAGS=$ac_wine_try_cflags_saved
8142 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8143 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8144 if test "$ac_cv_c_dll_hpux" = "yes"
8145 then
8146 LIBEXT="sl"
8147 DLLEXT=".sl"
8148 LDDLLFLAGS="-shared -fPIC"
8149 LDSHARED="\$(CC) -shared"
8154 esac
8156 enable_winequartz_drv=${enable_winequartz_drv:-no}
8158 if test "$LIBEXT" = "a"; then
8159 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8160 It is currently not possible to build Wine without shared library
8161 (.so) support to allow transparent switch between .so and .dll files.
8162 If you are using Linux, you will need a newer binutils.
8163 " >&5
8164 echo "$as_me: error: could not find a way to build shared libraries.
8165 It is currently not possible to build Wine without shared library
8166 (.so) support to allow transparent switch between .so and .dll files.
8167 If you are using Linux, you will need a newer binutils.
8168 " >&2;}
8169 { (exit 1); exit 1; }; }
8172 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8173 then
8174 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
8176 # Extract the first word of "$ac_prog", so it can be a program name with args.
8177 set dummy $ac_prog; ac_word=$2
8178 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8179 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8180 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8181 echo $ECHO_N "(cached) $ECHO_C" >&6
8182 else
8183 if test -n "$CROSSCC"; then
8184 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8185 else
8186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8187 for as_dir in $PATH
8189 IFS=$as_save_IFS
8190 test -z "$as_dir" && as_dir=.
8191 for ac_exec_ext in '' $ac_executable_extensions; do
8192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8193 ac_cv_prog_CROSSCC="$ac_prog"
8194 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8195 break 2
8197 done
8198 done
8199 IFS=$as_save_IFS
8203 CROSSCC=$ac_cv_prog_CROSSCC
8204 if test -n "$CROSSCC"; then
8205 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8206 echo "${ECHO_T}$CROSSCC" >&6; }
8207 else
8208 { echo "$as_me:$LINENO: result: no" >&5
8209 echo "${ECHO_T}no" >&6; }
8213 test -n "$CROSSCC" && break
8214 done
8215 test -n "$CROSSCC" || CROSSCC="false"
8217 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
8219 # Extract the first word of "$ac_prog", so it can be a program name with args.
8220 set dummy $ac_prog; ac_word=$2
8221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8223 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8224 echo $ECHO_N "(cached) $ECHO_C" >&6
8225 else
8226 if test -n "$DLLTOOL"; then
8227 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8228 else
8229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8230 for as_dir in $PATH
8232 IFS=$as_save_IFS
8233 test -z "$as_dir" && as_dir=.
8234 for ac_exec_ext in '' $ac_executable_extensions; do
8235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8236 ac_cv_prog_DLLTOOL="$ac_prog"
8237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8238 break 2
8240 done
8241 done
8242 IFS=$as_save_IFS
8246 DLLTOOL=$ac_cv_prog_DLLTOOL
8247 if test -n "$DLLTOOL"; then
8248 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8249 echo "${ECHO_T}$DLLTOOL" >&6; }
8250 else
8251 { echo "$as_me:$LINENO: result: no" >&5
8252 echo "${ECHO_T}no" >&6; }
8256 test -n "$DLLTOOL" && break
8257 done
8258 test -n "$DLLTOOL" || DLLTOOL="false"
8260 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8262 # Extract the first word of "$ac_prog", so it can be a program name with args.
8263 set dummy $ac_prog; ac_word=$2
8264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8266 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8267 echo $ECHO_N "(cached) $ECHO_C" >&6
8268 else
8269 if test -n "$CROSSWINDRES"; then
8270 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8271 else
8272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8273 for as_dir in $PATH
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_prog_CROSSWINDRES="$ac_prog"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8283 done
8284 done
8285 IFS=$as_save_IFS
8289 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8290 if test -n "$CROSSWINDRES"; then
8291 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8292 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8293 else
8294 { echo "$as_me:$LINENO: result: no" >&5
8295 echo "${ECHO_T}no" >&6; }
8299 test -n "$CROSSWINDRES" && break
8300 done
8301 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8303 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
8305 # Extract the first word of "$ac_prog", so it can be a program name with args.
8306 set dummy $ac_prog; ac_word=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 else
8312 if test -n "$MINGWAR"; then
8313 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_MINGWAR="$ac_prog"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 MINGWAR=$ac_cv_prog_MINGWAR
8333 if test -n "$MINGWAR"; then
8334 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8335 echo "${ECHO_T}$MINGWAR" >&6; }
8336 else
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8342 test -n "$MINGWAR" && break
8343 done
8344 test -n "$MINGWAR" || MINGWAR="false"
8346 if test "$CROSSCC" != "false"
8347 then
8348 CROSSTEST="\$(CROSSTEST)"
8354 if test "$ac_cv_header_pthread_h" = "yes"
8355 then
8356 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8357 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8358 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8359 echo $ECHO_N "(cached) $ECHO_C" >&6
8360 else
8361 ac_check_lib_save_LIBS=$LIBS
8362 LIBS="-lpthread $LIBS"
8363 cat >conftest.$ac_ext <<_ACEOF
8364 /* confdefs.h. */
8365 _ACEOF
8366 cat confdefs.h >>conftest.$ac_ext
8367 cat >>conftest.$ac_ext <<_ACEOF
8368 /* end confdefs.h. */
8370 /* Override any GCC internal prototype to avoid an error.
8371 Use char because int might match the return type of a GCC
8372 builtin and then its argument prototype would still apply. */
8373 #ifdef __cplusplus
8374 extern "C"
8375 #endif
8376 char pthread_create ();
8378 main ()
8380 return pthread_create ();
8382 return 0;
8384 _ACEOF
8385 rm -f conftest.$ac_objext conftest$ac_exeext
8386 if { (ac_try="$ac_link"
8387 case "(($ac_try" in
8388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8389 *) ac_try_echo=$ac_try;;
8390 esac
8391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8392 (eval "$ac_link") 2>conftest.er1
8393 ac_status=$?
8394 grep -v '^ *+' conftest.er1 >conftest.err
8395 rm -f conftest.er1
8396 cat conftest.err >&5
8397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8398 (exit $ac_status); } && {
8399 test -z "$ac_c_werror_flag" ||
8400 test ! -s conftest.err
8401 } && test -s conftest$ac_exeext &&
8402 $as_test_x conftest$ac_exeext; then
8403 ac_cv_lib_pthread_pthread_create=yes
8404 else
8405 echo "$as_me: failed program was:" >&5
8406 sed 's/^/| /' conftest.$ac_ext >&5
8408 ac_cv_lib_pthread_pthread_create=no
8411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8412 conftest$ac_exeext conftest.$ac_ext
8413 LIBS=$ac_check_lib_save_LIBS
8415 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8416 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8417 if test $ac_cv_lib_pthread_pthread_create = yes; then
8418 LIBPTHREAD="-lpthread"
8423 if test "x$LIBPTHREAD" = "x"; then
8424 case "x$with_pthread" in
8425 xno) ;;
8426 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8427 Wine cannot support threads without libpthread.
8428 Use the --without-pthread option if you really want this." >&5
8429 echo "$as_me: error: pthread ${notice_platform}development files not found.
8430 Wine cannot support threads without libpthread.
8431 Use the --without-pthread option if you really want this." >&2;}
8432 { (exit 1); exit 1; }; } ;;
8433 esac
8438 { echo "$as_me:$LINENO: checking for X" >&5
8439 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8442 # Check whether --with-x was given.
8443 if test "${with_x+set}" = set; then
8444 withval=$with_x;
8447 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8448 if test "x$with_x" = xno; then
8449 # The user explicitly disabled X.
8450 have_x=disabled
8451 else
8452 case $x_includes,$x_libraries in #(
8453 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8454 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8455 { (exit 1); exit 1; }; };; #(
8456 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8457 echo $ECHO_N "(cached) $ECHO_C" >&6
8458 else
8459 # One or both of the vars are not set, and there is no cached value.
8460 ac_x_includes=no ac_x_libraries=no
8461 rm -f -r conftest.dir
8462 if mkdir conftest.dir; then
8463 cd conftest.dir
8464 cat >Imakefile <<'_ACEOF'
8465 incroot:
8466 @echo incroot='${INCROOT}'
8467 usrlibdir:
8468 @echo usrlibdir='${USRLIBDIR}'
8469 libdir:
8470 @echo libdir='${LIBDIR}'
8471 _ACEOF
8472 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8473 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8474 for ac_var in incroot usrlibdir libdir; do
8475 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8476 done
8477 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8478 for ac_extension in a so sl; do
8479 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8480 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8481 ac_im_usrlibdir=$ac_im_libdir; break
8483 done
8484 # Screen out bogus values from the imake configuration. They are
8485 # bogus both because they are the default anyway, and because
8486 # using them would break gcc on systems where it needs fixed includes.
8487 case $ac_im_incroot in
8488 /usr/include) ac_x_includes= ;;
8489 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8490 esac
8491 case $ac_im_usrlibdir in
8492 /usr/lib | /lib) ;;
8493 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8494 esac
8496 cd ..
8497 rm -f -r conftest.dir
8500 # Standard set of common directories for X headers.
8501 # Check X11 before X11Rn because it is often a symlink to the current release.
8502 ac_x_header_dirs='
8503 /usr/X11/include
8504 /usr/X11R6/include
8505 /usr/X11R5/include
8506 /usr/X11R4/include
8508 /usr/include/X11
8509 /usr/include/X11R6
8510 /usr/include/X11R5
8511 /usr/include/X11R4
8513 /usr/local/X11/include
8514 /usr/local/X11R6/include
8515 /usr/local/X11R5/include
8516 /usr/local/X11R4/include
8518 /usr/local/include/X11
8519 /usr/local/include/X11R6
8520 /usr/local/include/X11R5
8521 /usr/local/include/X11R4
8523 /usr/X386/include
8524 /usr/x386/include
8525 /usr/XFree86/include/X11
8527 /usr/include
8528 /usr/local/include
8529 /usr/unsupported/include
8530 /usr/athena/include
8531 /usr/local/x11r5/include
8532 /usr/lpp/Xamples/include
8534 /usr/openwin/include
8535 /usr/openwin/share/include'
8537 if test "$ac_x_includes" = no; then
8538 # Guess where to find include files, by looking for Xlib.h.
8539 # First, try using that file with no special directory specified.
8540 cat >conftest.$ac_ext <<_ACEOF
8541 /* confdefs.h. */
8542 _ACEOF
8543 cat confdefs.h >>conftest.$ac_ext
8544 cat >>conftest.$ac_ext <<_ACEOF
8545 /* end confdefs.h. */
8546 #include <X11/Xlib.h>
8547 _ACEOF
8548 if { (ac_try="$ac_cpp conftest.$ac_ext"
8549 case "(($ac_try" in
8550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8551 *) ac_try_echo=$ac_try;;
8552 esac
8553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8554 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8555 ac_status=$?
8556 grep -v '^ *+' conftest.er1 >conftest.err
8557 rm -f conftest.er1
8558 cat conftest.err >&5
8559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8560 (exit $ac_status); } >/dev/null && {
8561 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8562 test ! -s conftest.err
8563 }; then
8564 # We can compile using X headers with no special include directory.
8565 ac_x_includes=
8566 else
8567 echo "$as_me: failed program was:" >&5
8568 sed 's/^/| /' conftest.$ac_ext >&5
8570 for ac_dir in $ac_x_header_dirs; do
8571 if test -r "$ac_dir/X11/Xlib.h"; then
8572 ac_x_includes=$ac_dir
8573 break
8575 done
8578 rm -f conftest.err conftest.$ac_ext
8579 fi # $ac_x_includes = no
8581 if test "$ac_x_libraries" = no; then
8582 # Check for the libraries.
8583 # See if we find them without any special options.
8584 # Don't add to $LIBS permanently.
8585 ac_save_LIBS=$LIBS
8586 LIBS="-lX11 $LIBS"
8587 cat >conftest.$ac_ext <<_ACEOF
8588 /* confdefs.h. */
8589 _ACEOF
8590 cat confdefs.h >>conftest.$ac_ext
8591 cat >>conftest.$ac_ext <<_ACEOF
8592 /* end confdefs.h. */
8593 #include <X11/Xlib.h>
8595 main ()
8597 XrmInitialize ()
8599 return 0;
8601 _ACEOF
8602 rm -f conftest.$ac_objext conftest$ac_exeext
8603 if { (ac_try="$ac_link"
8604 case "(($ac_try" in
8605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8606 *) ac_try_echo=$ac_try;;
8607 esac
8608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8609 (eval "$ac_link") 2>conftest.er1
8610 ac_status=$?
8611 grep -v '^ *+' conftest.er1 >conftest.err
8612 rm -f conftest.er1
8613 cat conftest.err >&5
8614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8615 (exit $ac_status); } && {
8616 test -z "$ac_c_werror_flag" ||
8617 test ! -s conftest.err
8618 } && test -s conftest$ac_exeext &&
8619 $as_test_x conftest$ac_exeext; then
8620 LIBS=$ac_save_LIBS
8621 # We can link X programs with no special library path.
8622 ac_x_libraries=
8623 else
8624 echo "$as_me: failed program was:" >&5
8625 sed 's/^/| /' conftest.$ac_ext >&5
8627 LIBS=$ac_save_LIBS
8628 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8630 # Don't even attempt the hair of trying to link an X program!
8631 for ac_extension in a so sl; do
8632 if test -r "$ac_dir/libX11.$ac_extension"; then
8633 ac_x_libraries=$ac_dir
8634 break 2
8636 done
8637 done
8640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8641 conftest$ac_exeext conftest.$ac_ext
8642 fi # $ac_x_libraries = no
8644 case $ac_x_includes,$ac_x_libraries in #(
8645 no,* | *,no | *\'*)
8646 # Didn't find X, or a directory has "'" in its name.
8647 ac_cv_have_x="have_x=no";; #(
8649 # Record where we found X for the cache.
8650 ac_cv_have_x="have_x=yes\
8651 ac_x_includes='$ac_x_includes'\
8652 ac_x_libraries='$ac_x_libraries'"
8653 esac
8655 ;; #(
8656 *) have_x=yes;;
8657 esac
8658 eval "$ac_cv_have_x"
8659 fi # $with_x != no
8661 if test "$have_x" != yes; then
8662 { echo "$as_me:$LINENO: result: $have_x" >&5
8663 echo "${ECHO_T}$have_x" >&6; }
8664 no_x=yes
8665 else
8666 # If each of the values was on the command line, it overrides each guess.
8667 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8668 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8669 # Update the cache value to reflect the command line values.
8670 ac_cv_have_x="have_x=yes\
8671 ac_x_includes='$x_includes'\
8672 ac_x_libraries='$x_libraries'"
8673 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8674 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8677 if test "$no_x" = yes; then
8678 # Not all programs may use this symbol, but it does not hurt to define it.
8680 cat >>confdefs.h <<\_ACEOF
8681 #define X_DISPLAY_MISSING 1
8682 _ACEOF
8684 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8685 else
8686 if test -n "$x_includes"; then
8687 X_CFLAGS="$X_CFLAGS -I$x_includes"
8690 # It would also be nice to do this for all -L options, not just this one.
8691 if test -n "$x_libraries"; then
8692 X_LIBS="$X_LIBS -L$x_libraries"
8693 # For Solaris; some versions of Sun CC require a space after -R and
8694 # others require no space. Words are not sufficient . . . .
8695 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8696 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8697 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8698 ac_xsave_c_werror_flag=$ac_c_werror_flag
8699 ac_c_werror_flag=yes
8700 cat >conftest.$ac_ext <<_ACEOF
8701 /* confdefs.h. */
8702 _ACEOF
8703 cat confdefs.h >>conftest.$ac_ext
8704 cat >>conftest.$ac_ext <<_ACEOF
8705 /* end confdefs.h. */
8708 main ()
8712 return 0;
8714 _ACEOF
8715 rm -f conftest.$ac_objext conftest$ac_exeext
8716 if { (ac_try="$ac_link"
8717 case "(($ac_try" in
8718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8719 *) ac_try_echo=$ac_try;;
8720 esac
8721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8722 (eval "$ac_link") 2>conftest.er1
8723 ac_status=$?
8724 grep -v '^ *+' conftest.er1 >conftest.err
8725 rm -f conftest.er1
8726 cat conftest.err >&5
8727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8728 (exit $ac_status); } && {
8729 test -z "$ac_c_werror_flag" ||
8730 test ! -s conftest.err
8731 } && test -s conftest$ac_exeext &&
8732 $as_test_x conftest$ac_exeext; then
8733 { echo "$as_me:$LINENO: result: no" >&5
8734 echo "${ECHO_T}no" >&6; }
8735 X_LIBS="$X_LIBS -R$x_libraries"
8736 else
8737 echo "$as_me: failed program was:" >&5
8738 sed 's/^/| /' conftest.$ac_ext >&5
8740 LIBS="$ac_xsave_LIBS -R $x_libraries"
8741 cat >conftest.$ac_ext <<_ACEOF
8742 /* confdefs.h. */
8743 _ACEOF
8744 cat confdefs.h >>conftest.$ac_ext
8745 cat >>conftest.$ac_ext <<_ACEOF
8746 /* end confdefs.h. */
8749 main ()
8753 return 0;
8755 _ACEOF
8756 rm -f conftest.$ac_objext conftest$ac_exeext
8757 if { (ac_try="$ac_link"
8758 case "(($ac_try" in
8759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8760 *) ac_try_echo=$ac_try;;
8761 esac
8762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8763 (eval "$ac_link") 2>conftest.er1
8764 ac_status=$?
8765 grep -v '^ *+' conftest.er1 >conftest.err
8766 rm -f conftest.er1
8767 cat conftest.err >&5
8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769 (exit $ac_status); } && {
8770 test -z "$ac_c_werror_flag" ||
8771 test ! -s conftest.err
8772 } && test -s conftest$ac_exeext &&
8773 $as_test_x conftest$ac_exeext; then
8774 { echo "$as_me:$LINENO: result: yes" >&5
8775 echo "${ECHO_T}yes" >&6; }
8776 X_LIBS="$X_LIBS -R $x_libraries"
8777 else
8778 echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8781 { echo "$as_me:$LINENO: result: neither works" >&5
8782 echo "${ECHO_T}neither works" >&6; }
8785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8786 conftest$ac_exeext conftest.$ac_ext
8789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8790 conftest$ac_exeext conftest.$ac_ext
8791 ac_c_werror_flag=$ac_xsave_c_werror_flag
8792 LIBS=$ac_xsave_LIBS
8795 # Check for system-dependent libraries X programs must link with.
8796 # Do this before checking for the system-independent R6 libraries
8797 # (-lICE), since we may need -lsocket or whatever for X linking.
8799 if test "$ISC" = yes; then
8800 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8801 else
8802 # Martyn Johnson says this is needed for Ultrix, if the X
8803 # libraries were built with DECnet support. And Karl Berry says
8804 # the Alpha needs dnet_stub (dnet does not exist).
8805 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8806 cat >conftest.$ac_ext <<_ACEOF
8807 /* confdefs.h. */
8808 _ACEOF
8809 cat confdefs.h >>conftest.$ac_ext
8810 cat >>conftest.$ac_ext <<_ACEOF
8811 /* end confdefs.h. */
8813 /* Override any GCC internal prototype to avoid an error.
8814 Use char because int might match the return type of a GCC
8815 builtin and then its argument prototype would still apply. */
8816 #ifdef __cplusplus
8817 extern "C"
8818 #endif
8819 char XOpenDisplay ();
8821 main ()
8823 return XOpenDisplay ();
8825 return 0;
8827 _ACEOF
8828 rm -f conftest.$ac_objext conftest$ac_exeext
8829 if { (ac_try="$ac_link"
8830 case "(($ac_try" in
8831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8832 *) ac_try_echo=$ac_try;;
8833 esac
8834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8835 (eval "$ac_link") 2>conftest.er1
8836 ac_status=$?
8837 grep -v '^ *+' conftest.er1 >conftest.err
8838 rm -f conftest.er1
8839 cat conftest.err >&5
8840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8841 (exit $ac_status); } && {
8842 test -z "$ac_c_werror_flag" ||
8843 test ! -s conftest.err
8844 } && test -s conftest$ac_exeext &&
8845 $as_test_x conftest$ac_exeext; then
8847 else
8848 echo "$as_me: failed program was:" >&5
8849 sed 's/^/| /' conftest.$ac_ext >&5
8851 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8852 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8853 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8854 echo $ECHO_N "(cached) $ECHO_C" >&6
8855 else
8856 ac_check_lib_save_LIBS=$LIBS
8857 LIBS="-ldnet $LIBS"
8858 cat >conftest.$ac_ext <<_ACEOF
8859 /* confdefs.h. */
8860 _ACEOF
8861 cat confdefs.h >>conftest.$ac_ext
8862 cat >>conftest.$ac_ext <<_ACEOF
8863 /* end confdefs.h. */
8865 /* Override any GCC internal prototype to avoid an error.
8866 Use char because int might match the return type of a GCC
8867 builtin and then its argument prototype would still apply. */
8868 #ifdef __cplusplus
8869 extern "C"
8870 #endif
8871 char dnet_ntoa ();
8873 main ()
8875 return dnet_ntoa ();
8877 return 0;
8879 _ACEOF
8880 rm -f conftest.$ac_objext conftest$ac_exeext
8881 if { (ac_try="$ac_link"
8882 case "(($ac_try" in
8883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8884 *) ac_try_echo=$ac_try;;
8885 esac
8886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8887 (eval "$ac_link") 2>conftest.er1
8888 ac_status=$?
8889 grep -v '^ *+' conftest.er1 >conftest.err
8890 rm -f conftest.er1
8891 cat conftest.err >&5
8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 (exit $ac_status); } && {
8894 test -z "$ac_c_werror_flag" ||
8895 test ! -s conftest.err
8896 } && test -s conftest$ac_exeext &&
8897 $as_test_x conftest$ac_exeext; then
8898 ac_cv_lib_dnet_dnet_ntoa=yes
8899 else
8900 echo "$as_me: failed program was:" >&5
8901 sed 's/^/| /' conftest.$ac_ext >&5
8903 ac_cv_lib_dnet_dnet_ntoa=no
8906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8907 conftest$ac_exeext conftest.$ac_ext
8908 LIBS=$ac_check_lib_save_LIBS
8910 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8911 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8912 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8913 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8916 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8917 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8918 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8919 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8920 echo $ECHO_N "(cached) $ECHO_C" >&6
8921 else
8922 ac_check_lib_save_LIBS=$LIBS
8923 LIBS="-ldnet_stub $LIBS"
8924 cat >conftest.$ac_ext <<_ACEOF
8925 /* confdefs.h. */
8926 _ACEOF
8927 cat confdefs.h >>conftest.$ac_ext
8928 cat >>conftest.$ac_ext <<_ACEOF
8929 /* end confdefs.h. */
8931 /* Override any GCC internal prototype to avoid an error.
8932 Use char because int might match the return type of a GCC
8933 builtin and then its argument prototype would still apply. */
8934 #ifdef __cplusplus
8935 extern "C"
8936 #endif
8937 char dnet_ntoa ();
8939 main ()
8941 return dnet_ntoa ();
8943 return 0;
8945 _ACEOF
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8948 case "(($ac_try" in
8949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8950 *) ac_try_echo=$ac_try;;
8951 esac
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8954 ac_status=$?
8955 grep -v '^ *+' conftest.er1 >conftest.err
8956 rm -f conftest.er1
8957 cat conftest.err >&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest$ac_exeext &&
8963 $as_test_x conftest$ac_exeext; then
8964 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8965 else
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8969 ac_cv_lib_dnet_stub_dnet_ntoa=no
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973 conftest$ac_exeext conftest.$ac_ext
8974 LIBS=$ac_check_lib_save_LIBS
8976 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8977 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8978 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8979 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8986 conftest$ac_exeext conftest.$ac_ext
8987 LIBS="$ac_xsave_LIBS"
8989 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8990 # to get the SysV transport functions.
8991 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8992 # needs -lnsl.
8993 # The nsl library prevents programs from opening the X display
8994 # on Irix 5.2, according to T.E. Dickey.
8995 # The functions gethostbyname, getservbyname, and inet_addr are
8996 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8997 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8998 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8999 if test "${ac_cv_func_gethostbyname+set}" = set; then
9000 echo $ECHO_N "(cached) $ECHO_C" >&6
9001 else
9002 cat >conftest.$ac_ext <<_ACEOF
9003 /* confdefs.h. */
9004 _ACEOF
9005 cat confdefs.h >>conftest.$ac_ext
9006 cat >>conftest.$ac_ext <<_ACEOF
9007 /* end confdefs.h. */
9008 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9009 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9010 #define gethostbyname innocuous_gethostbyname
9012 /* System header to define __stub macros and hopefully few prototypes,
9013 which can conflict with char gethostbyname (); below.
9014 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9015 <limits.h> exists even on freestanding compilers. */
9017 #ifdef __STDC__
9018 # include <limits.h>
9019 #else
9020 # include <assert.h>
9021 #endif
9023 #undef gethostbyname
9025 /* Override any GCC internal prototype to avoid an error.
9026 Use char because int might match the return type of a GCC
9027 builtin and then its argument prototype would still apply. */
9028 #ifdef __cplusplus
9029 extern "C"
9030 #endif
9031 char gethostbyname ();
9032 /* The GNU C library defines this for functions which it implements
9033 to always fail with ENOSYS. Some functions are actually named
9034 something starting with __ and the normal name is an alias. */
9035 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9036 choke me
9037 #endif
9040 main ()
9042 return gethostbyname ();
9044 return 0;
9046 _ACEOF
9047 rm -f conftest.$ac_objext conftest$ac_exeext
9048 if { (ac_try="$ac_link"
9049 case "(($ac_try" in
9050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9051 *) ac_try_echo=$ac_try;;
9052 esac
9053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9054 (eval "$ac_link") 2>conftest.er1
9055 ac_status=$?
9056 grep -v '^ *+' conftest.er1 >conftest.err
9057 rm -f conftest.er1
9058 cat conftest.err >&5
9059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9060 (exit $ac_status); } && {
9061 test -z "$ac_c_werror_flag" ||
9062 test ! -s conftest.err
9063 } && test -s conftest$ac_exeext &&
9064 $as_test_x conftest$ac_exeext; then
9065 ac_cv_func_gethostbyname=yes
9066 else
9067 echo "$as_me: failed program was:" >&5
9068 sed 's/^/| /' conftest.$ac_ext >&5
9070 ac_cv_func_gethostbyname=no
9073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9074 conftest$ac_exeext conftest.$ac_ext
9076 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9077 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9079 if test $ac_cv_func_gethostbyname = no; then
9080 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9081 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9082 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9083 echo $ECHO_N "(cached) $ECHO_C" >&6
9084 else
9085 ac_check_lib_save_LIBS=$LIBS
9086 LIBS="-lnsl $LIBS"
9087 cat >conftest.$ac_ext <<_ACEOF
9088 /* confdefs.h. */
9089 _ACEOF
9090 cat confdefs.h >>conftest.$ac_ext
9091 cat >>conftest.$ac_ext <<_ACEOF
9092 /* end confdefs.h. */
9094 /* Override any GCC internal prototype to avoid an error.
9095 Use char because int might match the return type of a GCC
9096 builtin and then its argument prototype would still apply. */
9097 #ifdef __cplusplus
9098 extern "C"
9099 #endif
9100 char gethostbyname ();
9102 main ()
9104 return gethostbyname ();
9106 return 0;
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114 esac
9115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9116 (eval "$ac_link") 2>conftest.er1
9117 ac_status=$?
9118 grep -v '^ *+' conftest.er1 >conftest.err
9119 rm -f conftest.er1
9120 cat conftest.err >&5
9121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122 (exit $ac_status); } && {
9123 test -z "$ac_c_werror_flag" ||
9124 test ! -s conftest.err
9125 } && test -s conftest$ac_exeext &&
9126 $as_test_x conftest$ac_exeext; then
9127 ac_cv_lib_nsl_gethostbyname=yes
9128 else
9129 echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9132 ac_cv_lib_nsl_gethostbyname=no
9135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9136 conftest$ac_exeext conftest.$ac_ext
9137 LIBS=$ac_check_lib_save_LIBS
9139 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9140 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9141 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9142 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9145 if test $ac_cv_lib_nsl_gethostbyname = no; then
9146 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9147 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9148 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9149 echo $ECHO_N "(cached) $ECHO_C" >&6
9150 else
9151 ac_check_lib_save_LIBS=$LIBS
9152 LIBS="-lbsd $LIBS"
9153 cat >conftest.$ac_ext <<_ACEOF
9154 /* confdefs.h. */
9155 _ACEOF
9156 cat confdefs.h >>conftest.$ac_ext
9157 cat >>conftest.$ac_ext <<_ACEOF
9158 /* end confdefs.h. */
9160 /* Override any GCC internal prototype to avoid an error.
9161 Use char because int might match the return type of a GCC
9162 builtin and then its argument prototype would still apply. */
9163 #ifdef __cplusplus
9164 extern "C"
9165 #endif
9166 char gethostbyname ();
9168 main ()
9170 return gethostbyname ();
9172 return 0;
9174 _ACEOF
9175 rm -f conftest.$ac_objext conftest$ac_exeext
9176 if { (ac_try="$ac_link"
9177 case "(($ac_try" in
9178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9179 *) ac_try_echo=$ac_try;;
9180 esac
9181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9182 (eval "$ac_link") 2>conftest.er1
9183 ac_status=$?
9184 grep -v '^ *+' conftest.er1 >conftest.err
9185 rm -f conftest.er1
9186 cat conftest.err >&5
9187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9188 (exit $ac_status); } && {
9189 test -z "$ac_c_werror_flag" ||
9190 test ! -s conftest.err
9191 } && test -s conftest$ac_exeext &&
9192 $as_test_x conftest$ac_exeext; then
9193 ac_cv_lib_bsd_gethostbyname=yes
9194 else
9195 echo "$as_me: failed program was:" >&5
9196 sed 's/^/| /' conftest.$ac_ext >&5
9198 ac_cv_lib_bsd_gethostbyname=no
9201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9202 conftest$ac_exeext conftest.$ac_ext
9203 LIBS=$ac_check_lib_save_LIBS
9205 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9206 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9207 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9208 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9214 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9215 # socket/setsockopt and other routines are undefined under SCO ODT
9216 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9217 # on later versions), says Simon Leinen: it contains gethostby*
9218 # variants that don't use the name server (or something). -lsocket
9219 # must be given before -lnsl if both are needed. We assume that
9220 # if connect needs -lnsl, so does gethostbyname.
9221 { echo "$as_me:$LINENO: checking for connect" >&5
9222 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9223 if test "${ac_cv_func_connect+set}" = set; then
9224 echo $ECHO_N "(cached) $ECHO_C" >&6
9225 else
9226 cat >conftest.$ac_ext <<_ACEOF
9227 /* confdefs.h. */
9228 _ACEOF
9229 cat confdefs.h >>conftest.$ac_ext
9230 cat >>conftest.$ac_ext <<_ACEOF
9231 /* end confdefs.h. */
9232 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9233 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9234 #define connect innocuous_connect
9236 /* System header to define __stub macros and hopefully few prototypes,
9237 which can conflict with char connect (); below.
9238 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9239 <limits.h> exists even on freestanding compilers. */
9241 #ifdef __STDC__
9242 # include <limits.h>
9243 #else
9244 # include <assert.h>
9245 #endif
9247 #undef connect
9249 /* Override any GCC internal prototype to avoid an error.
9250 Use char because int might match the return type of a GCC
9251 builtin and then its argument prototype would still apply. */
9252 #ifdef __cplusplus
9253 extern "C"
9254 #endif
9255 char connect ();
9256 /* The GNU C library defines this for functions which it implements
9257 to always fail with ENOSYS. Some functions are actually named
9258 something starting with __ and the normal name is an alias. */
9259 #if defined __stub_connect || defined __stub___connect
9260 choke me
9261 #endif
9264 main ()
9266 return connect ();
9268 return 0;
9270 _ACEOF
9271 rm -f conftest.$ac_objext conftest$ac_exeext
9272 if { (ac_try="$ac_link"
9273 case "(($ac_try" in
9274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9275 *) ac_try_echo=$ac_try;;
9276 esac
9277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9278 (eval "$ac_link") 2>conftest.er1
9279 ac_status=$?
9280 grep -v '^ *+' conftest.er1 >conftest.err
9281 rm -f conftest.er1
9282 cat conftest.err >&5
9283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9284 (exit $ac_status); } && {
9285 test -z "$ac_c_werror_flag" ||
9286 test ! -s conftest.err
9287 } && test -s conftest$ac_exeext &&
9288 $as_test_x conftest$ac_exeext; then
9289 ac_cv_func_connect=yes
9290 else
9291 echo "$as_me: failed program was:" >&5
9292 sed 's/^/| /' conftest.$ac_ext >&5
9294 ac_cv_func_connect=no
9297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9298 conftest$ac_exeext conftest.$ac_ext
9300 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9301 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9303 if test $ac_cv_func_connect = no; then
9304 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9305 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9306 if test "${ac_cv_lib_socket_connect+set}" = set; then
9307 echo $ECHO_N "(cached) $ECHO_C" >&6
9308 else
9309 ac_check_lib_save_LIBS=$LIBS
9310 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9311 cat >conftest.$ac_ext <<_ACEOF
9312 /* confdefs.h. */
9313 _ACEOF
9314 cat confdefs.h >>conftest.$ac_ext
9315 cat >>conftest.$ac_ext <<_ACEOF
9316 /* end confdefs.h. */
9318 /* Override any GCC internal prototype to avoid an error.
9319 Use char because int might match the return type of a GCC
9320 builtin and then its argument prototype would still apply. */
9321 #ifdef __cplusplus
9322 extern "C"
9323 #endif
9324 char connect ();
9326 main ()
9328 return connect ();
9330 return 0;
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9341 ac_status=$?
9342 grep -v '^ *+' conftest.er1 >conftest.err
9343 rm -f conftest.er1
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_lib_socket_connect=yes
9352 else
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_lib_socket_connect=no
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 LIBS=$ac_check_lib_save_LIBS
9363 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9364 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9365 if test $ac_cv_lib_socket_connect = yes; then
9366 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9371 # Guillermo Gomez says -lposix is necessary on A/UX.
9372 { echo "$as_me:$LINENO: checking for remove" >&5
9373 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9374 if test "${ac_cv_func_remove+set}" = set; then
9375 echo $ECHO_N "(cached) $ECHO_C" >&6
9376 else
9377 cat >conftest.$ac_ext <<_ACEOF
9378 /* confdefs.h. */
9379 _ACEOF
9380 cat confdefs.h >>conftest.$ac_ext
9381 cat >>conftest.$ac_ext <<_ACEOF
9382 /* end confdefs.h. */
9383 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9384 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9385 #define remove innocuous_remove
9387 /* System header to define __stub macros and hopefully few prototypes,
9388 which can conflict with char remove (); below.
9389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9390 <limits.h> exists even on freestanding compilers. */
9392 #ifdef __STDC__
9393 # include <limits.h>
9394 #else
9395 # include <assert.h>
9396 #endif
9398 #undef remove
9400 /* Override any GCC internal prototype to avoid an error.
9401 Use char because int might match the return type of a GCC
9402 builtin and then its argument prototype would still apply. */
9403 #ifdef __cplusplus
9404 extern "C"
9405 #endif
9406 char remove ();
9407 /* The GNU C library defines this for functions which it implements
9408 to always fail with ENOSYS. Some functions are actually named
9409 something starting with __ and the normal name is an alias. */
9410 #if defined __stub_remove || defined __stub___remove
9411 choke me
9412 #endif
9415 main ()
9417 return remove ();
9419 return 0;
9421 _ACEOF
9422 rm -f conftest.$ac_objext conftest$ac_exeext
9423 if { (ac_try="$ac_link"
9424 case "(($ac_try" in
9425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9426 *) ac_try_echo=$ac_try;;
9427 esac
9428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9429 (eval "$ac_link") 2>conftest.er1
9430 ac_status=$?
9431 grep -v '^ *+' conftest.er1 >conftest.err
9432 rm -f conftest.er1
9433 cat conftest.err >&5
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); } && {
9436 test -z "$ac_c_werror_flag" ||
9437 test ! -s conftest.err
9438 } && test -s conftest$ac_exeext &&
9439 $as_test_x conftest$ac_exeext; then
9440 ac_cv_func_remove=yes
9441 else
9442 echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.$ac_ext >&5
9445 ac_cv_func_remove=no
9448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9449 conftest$ac_exeext conftest.$ac_ext
9451 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9452 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9454 if test $ac_cv_func_remove = no; then
9455 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9456 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9457 if test "${ac_cv_lib_posix_remove+set}" = set; then
9458 echo $ECHO_N "(cached) $ECHO_C" >&6
9459 else
9460 ac_check_lib_save_LIBS=$LIBS
9461 LIBS="-lposix $LIBS"
9462 cat >conftest.$ac_ext <<_ACEOF
9463 /* confdefs.h. */
9464 _ACEOF
9465 cat confdefs.h >>conftest.$ac_ext
9466 cat >>conftest.$ac_ext <<_ACEOF
9467 /* end confdefs.h. */
9469 /* Override any GCC internal prototype to avoid an error.
9470 Use char because int might match the return type of a GCC
9471 builtin and then its argument prototype would still apply. */
9472 #ifdef __cplusplus
9473 extern "C"
9474 #endif
9475 char remove ();
9477 main ()
9479 return remove ();
9481 return 0;
9483 _ACEOF
9484 rm -f conftest.$ac_objext conftest$ac_exeext
9485 if { (ac_try="$ac_link"
9486 case "(($ac_try" in
9487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9488 *) ac_try_echo=$ac_try;;
9489 esac
9490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9491 (eval "$ac_link") 2>conftest.er1
9492 ac_status=$?
9493 grep -v '^ *+' conftest.er1 >conftest.err
9494 rm -f conftest.er1
9495 cat conftest.err >&5
9496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9497 (exit $ac_status); } && {
9498 test -z "$ac_c_werror_flag" ||
9499 test ! -s conftest.err
9500 } && test -s conftest$ac_exeext &&
9501 $as_test_x conftest$ac_exeext; then
9502 ac_cv_lib_posix_remove=yes
9503 else
9504 echo "$as_me: failed program was:" >&5
9505 sed 's/^/| /' conftest.$ac_ext >&5
9507 ac_cv_lib_posix_remove=no
9510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9511 conftest$ac_exeext conftest.$ac_ext
9512 LIBS=$ac_check_lib_save_LIBS
9514 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9515 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9516 if test $ac_cv_lib_posix_remove = yes; then
9517 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9522 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9523 { echo "$as_me:$LINENO: checking for shmat" >&5
9524 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9525 if test "${ac_cv_func_shmat+set}" = set; then
9526 echo $ECHO_N "(cached) $ECHO_C" >&6
9527 else
9528 cat >conftest.$ac_ext <<_ACEOF
9529 /* confdefs.h. */
9530 _ACEOF
9531 cat confdefs.h >>conftest.$ac_ext
9532 cat >>conftest.$ac_ext <<_ACEOF
9533 /* end confdefs.h. */
9534 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9535 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9536 #define shmat innocuous_shmat
9538 /* System header to define __stub macros and hopefully few prototypes,
9539 which can conflict with char shmat (); below.
9540 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9541 <limits.h> exists even on freestanding compilers. */
9543 #ifdef __STDC__
9544 # include <limits.h>
9545 #else
9546 # include <assert.h>
9547 #endif
9549 #undef shmat
9551 /* Override any GCC internal prototype to avoid an error.
9552 Use char because int might match the return type of a GCC
9553 builtin and then its argument prototype would still apply. */
9554 #ifdef __cplusplus
9555 extern "C"
9556 #endif
9557 char shmat ();
9558 /* The GNU C library defines this for functions which it implements
9559 to always fail with ENOSYS. Some functions are actually named
9560 something starting with __ and the normal name is an alias. */
9561 #if defined __stub_shmat || defined __stub___shmat
9562 choke me
9563 #endif
9566 main ()
9568 return shmat ();
9570 return 0;
9572 _ACEOF
9573 rm -f conftest.$ac_objext conftest$ac_exeext
9574 if { (ac_try="$ac_link"
9575 case "(($ac_try" in
9576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9577 *) ac_try_echo=$ac_try;;
9578 esac
9579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9580 (eval "$ac_link") 2>conftest.er1
9581 ac_status=$?
9582 grep -v '^ *+' conftest.er1 >conftest.err
9583 rm -f conftest.er1
9584 cat conftest.err >&5
9585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9586 (exit $ac_status); } && {
9587 test -z "$ac_c_werror_flag" ||
9588 test ! -s conftest.err
9589 } && test -s conftest$ac_exeext &&
9590 $as_test_x conftest$ac_exeext; then
9591 ac_cv_func_shmat=yes
9592 else
9593 echo "$as_me: failed program was:" >&5
9594 sed 's/^/| /' conftest.$ac_ext >&5
9596 ac_cv_func_shmat=no
9599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9600 conftest$ac_exeext conftest.$ac_ext
9602 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9603 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9605 if test $ac_cv_func_shmat = no; then
9606 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9607 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9608 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9609 echo $ECHO_N "(cached) $ECHO_C" >&6
9610 else
9611 ac_check_lib_save_LIBS=$LIBS
9612 LIBS="-lipc $LIBS"
9613 cat >conftest.$ac_ext <<_ACEOF
9614 /* confdefs.h. */
9615 _ACEOF
9616 cat confdefs.h >>conftest.$ac_ext
9617 cat >>conftest.$ac_ext <<_ACEOF
9618 /* end confdefs.h. */
9620 /* Override any GCC internal prototype to avoid an error.
9621 Use char because int might match the return type of a GCC
9622 builtin and then its argument prototype would still apply. */
9623 #ifdef __cplusplus
9624 extern "C"
9625 #endif
9626 char shmat ();
9628 main ()
9630 return shmat ();
9632 return 0;
9634 _ACEOF
9635 rm -f conftest.$ac_objext conftest$ac_exeext
9636 if { (ac_try="$ac_link"
9637 case "(($ac_try" in
9638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9639 *) ac_try_echo=$ac_try;;
9640 esac
9641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9642 (eval "$ac_link") 2>conftest.er1
9643 ac_status=$?
9644 grep -v '^ *+' conftest.er1 >conftest.err
9645 rm -f conftest.er1
9646 cat conftest.err >&5
9647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9648 (exit $ac_status); } && {
9649 test -z "$ac_c_werror_flag" ||
9650 test ! -s conftest.err
9651 } && test -s conftest$ac_exeext &&
9652 $as_test_x conftest$ac_exeext; then
9653 ac_cv_lib_ipc_shmat=yes
9654 else
9655 echo "$as_me: failed program was:" >&5
9656 sed 's/^/| /' conftest.$ac_ext >&5
9658 ac_cv_lib_ipc_shmat=no
9661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9662 conftest$ac_exeext conftest.$ac_ext
9663 LIBS=$ac_check_lib_save_LIBS
9665 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9666 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9667 if test $ac_cv_lib_ipc_shmat = yes; then
9668 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9674 # Check for libraries that X11R6 Xt/Xaw programs need.
9675 ac_save_LDFLAGS=$LDFLAGS
9676 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9677 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9678 # check for ICE first), but we must link in the order -lSM -lICE or
9679 # we get undefined symbols. So assume we have SM if we have ICE.
9680 # These have to be linked with before -lX11, unlike the other
9681 # libraries we check for below, so use a different variable.
9682 # John Interrante, Karl Berry
9683 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9684 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9685 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9686 echo $ECHO_N "(cached) $ECHO_C" >&6
9687 else
9688 ac_check_lib_save_LIBS=$LIBS
9689 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9690 cat >conftest.$ac_ext <<_ACEOF
9691 /* confdefs.h. */
9692 _ACEOF
9693 cat confdefs.h >>conftest.$ac_ext
9694 cat >>conftest.$ac_ext <<_ACEOF
9695 /* end confdefs.h. */
9697 /* Override any GCC internal prototype to avoid an error.
9698 Use char because int might match the return type of a GCC
9699 builtin and then its argument prototype would still apply. */
9700 #ifdef __cplusplus
9701 extern "C"
9702 #endif
9703 char IceConnectionNumber ();
9705 main ()
9707 return IceConnectionNumber ();
9709 return 0;
9711 _ACEOF
9712 rm -f conftest.$ac_objext conftest$ac_exeext
9713 if { (ac_try="$ac_link"
9714 case "(($ac_try" in
9715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9716 *) ac_try_echo=$ac_try;;
9717 esac
9718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9719 (eval "$ac_link") 2>conftest.er1
9720 ac_status=$?
9721 grep -v '^ *+' conftest.er1 >conftest.err
9722 rm -f conftest.er1
9723 cat conftest.err >&5
9724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9725 (exit $ac_status); } && {
9726 test -z "$ac_c_werror_flag" ||
9727 test ! -s conftest.err
9728 } && test -s conftest$ac_exeext &&
9729 $as_test_x conftest$ac_exeext; then
9730 ac_cv_lib_ICE_IceConnectionNumber=yes
9731 else
9732 echo "$as_me: failed program was:" >&5
9733 sed 's/^/| /' conftest.$ac_ext >&5
9735 ac_cv_lib_ICE_IceConnectionNumber=no
9738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9739 conftest$ac_exeext conftest.$ac_ext
9740 LIBS=$ac_check_lib_save_LIBS
9742 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9743 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9744 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9745 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9748 LDFLAGS=$ac_save_LDFLAGS
9753 if test "$have_x" = "yes"
9754 then
9755 XLIB="-lXext -lX11"
9756 ac_save_CPPFLAGS="$CPPFLAGS"
9757 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9759 { echo "$as_me:$LINENO: checking for -lX11" >&5
9760 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9761 if test "${ac_cv_lib_soname_X11+set}" = set; then
9762 echo $ECHO_N "(cached) $ECHO_C" >&6
9763 else
9764 ac_check_soname_save_LIBS=$LIBS
9765 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9766 cat >conftest.$ac_ext <<_ACEOF
9767 /* confdefs.h. */
9768 _ACEOF
9769 cat confdefs.h >>conftest.$ac_ext
9770 cat >>conftest.$ac_ext <<_ACEOF
9771 /* end confdefs.h. */
9773 /* Override any GCC internal prototype to avoid an error.
9774 Use char because int might match the return type of a GCC
9775 builtin and then its argument prototype would still apply. */
9776 #ifdef __cplusplus
9777 extern "C"
9778 #endif
9779 char XCreateWindow ();
9781 main ()
9783 return XCreateWindow ();
9785 return 0;
9787 _ACEOF
9788 rm -f conftest.$ac_objext conftest$ac_exeext
9789 if { (ac_try="$ac_link"
9790 case "(($ac_try" in
9791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9792 *) ac_try_echo=$ac_try;;
9793 esac
9794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9795 (eval "$ac_link") 2>conftest.er1
9796 ac_status=$?
9797 grep -v '^ *+' conftest.er1 >conftest.err
9798 rm -f conftest.er1
9799 cat conftest.err >&5
9800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801 (exit $ac_status); } && {
9802 test -z "$ac_c_werror_flag" ||
9803 test ! -s conftest.err
9804 } && test -s conftest$ac_exeext &&
9805 $as_test_x conftest$ac_exeext; then
9806 case "$LIBEXT" in
9807 dll) ;;
9808 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'` ;;
9809 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9810 esac
9811 else
9812 echo "$as_me: failed program was:" >&5
9813 sed 's/^/| /' conftest.$ac_ext >&5
9818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9819 conftest$ac_exeext conftest.$ac_ext
9820 LIBS=$ac_check_soname_save_LIBS
9822 if test "x$ac_cv_lib_soname_X11" = "x"; then
9823 { echo "$as_me:$LINENO: result: not found" >&5
9824 echo "${ECHO_T}not found" >&6; }
9826 else
9827 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9828 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9830 cat >>confdefs.h <<_ACEOF
9831 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9832 _ACEOF
9837 { echo "$as_me:$LINENO: checking for -lXext" >&5
9838 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9839 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9840 echo $ECHO_N "(cached) $ECHO_C" >&6
9841 else
9842 ac_check_soname_save_LIBS=$LIBS
9843 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9844 cat >conftest.$ac_ext <<_ACEOF
9845 /* confdefs.h. */
9846 _ACEOF
9847 cat confdefs.h >>conftest.$ac_ext
9848 cat >>conftest.$ac_ext <<_ACEOF
9849 /* end confdefs.h. */
9851 /* Override any GCC internal prototype to avoid an error.
9852 Use char because int might match the return type of a GCC
9853 builtin and then its argument prototype would still apply. */
9854 #ifdef __cplusplus
9855 extern "C"
9856 #endif
9857 char XextCreateExtension ();
9859 main ()
9861 return XextCreateExtension ();
9863 return 0;
9865 _ACEOF
9866 rm -f conftest.$ac_objext conftest$ac_exeext
9867 if { (ac_try="$ac_link"
9868 case "(($ac_try" in
9869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9870 *) ac_try_echo=$ac_try;;
9871 esac
9872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9873 (eval "$ac_link") 2>conftest.er1
9874 ac_status=$?
9875 grep -v '^ *+' conftest.er1 >conftest.err
9876 rm -f conftest.er1
9877 cat conftest.err >&5
9878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9879 (exit $ac_status); } && {
9880 test -z "$ac_c_werror_flag" ||
9881 test ! -s conftest.err
9882 } && test -s conftest$ac_exeext &&
9883 $as_test_x conftest$ac_exeext; then
9884 case "$LIBEXT" in
9885 dll) ;;
9886 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'` ;;
9887 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9888 esac
9889 else
9890 echo "$as_me: failed program was:" >&5
9891 sed 's/^/| /' conftest.$ac_ext >&5
9896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9897 conftest$ac_exeext conftest.$ac_ext
9898 LIBS=$ac_check_soname_save_LIBS
9900 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9901 { echo "$as_me:$LINENO: result: not found" >&5
9902 echo "${ECHO_T}not found" >&6; }
9904 else
9905 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9906 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9908 cat >>confdefs.h <<_ACEOF
9909 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9910 _ACEOF
9928 for ac_header in X11/Xlib.h \
9929 X11/XKBlib.h \
9930 X11/Xutil.h \
9931 X11/Xcursor/Xcursor.h \
9932 X11/extensions/shape.h \
9933 X11/extensions/XInput.h \
9934 X11/extensions/XShm.h \
9935 X11/extensions/Xcomposite.h \
9936 X11/extensions/Xinerama.h \
9937 X11/extensions/Xrandr.h \
9938 X11/extensions/Xrender.h \
9939 X11/extensions/xf86vmode.h
9941 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9942 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9943 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9944 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9945 echo $ECHO_N "(cached) $ECHO_C" >&6
9946 else
9947 cat >conftest.$ac_ext <<_ACEOF
9948 /* confdefs.h. */
9949 _ACEOF
9950 cat confdefs.h >>conftest.$ac_ext
9951 cat >>conftest.$ac_ext <<_ACEOF
9952 /* end confdefs.h. */
9953 #ifdef HAVE_X11_XLIB_H
9954 # include <X11/Xlib.h>
9955 #endif
9956 #ifdef HAVE_X11_XUTIL_H
9957 # include <X11/Xutil.h>
9958 #endif
9960 #include <$ac_header>
9961 _ACEOF
9962 rm -f conftest.$ac_objext
9963 if { (ac_try="$ac_compile"
9964 case "(($ac_try" in
9965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9966 *) ac_try_echo=$ac_try;;
9967 esac
9968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9969 (eval "$ac_compile") 2>conftest.er1
9970 ac_status=$?
9971 grep -v '^ *+' conftest.er1 >conftest.err
9972 rm -f conftest.er1
9973 cat conftest.err >&5
9974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9975 (exit $ac_status); } && {
9976 test -z "$ac_c_werror_flag" ||
9977 test ! -s conftest.err
9978 } && test -s conftest.$ac_objext; then
9979 eval "$as_ac_Header=yes"
9980 else
9981 echo "$as_me: failed program was:" >&5
9982 sed 's/^/| /' conftest.$ac_ext >&5
9984 eval "$as_ac_Header=no"
9987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9989 ac_res=`eval echo '${'$as_ac_Header'}'`
9990 { echo "$as_me:$LINENO: result: $ac_res" >&5
9991 echo "${ECHO_T}$ac_res" >&6; }
9992 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9993 cat >>confdefs.h <<_ACEOF
9994 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9995 _ACEOF
9999 done
10002 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10003 then
10004 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10005 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10006 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10007 echo $ECHO_N "(cached) $ECHO_C" >&6
10008 else
10009 ac_check_lib_save_LIBS=$LIBS
10010 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10011 cat >conftest.$ac_ext <<_ACEOF
10012 /* confdefs.h. */
10013 _ACEOF
10014 cat confdefs.h >>conftest.$ac_ext
10015 cat >>conftest.$ac_ext <<_ACEOF
10016 /* end confdefs.h. */
10018 /* Override any GCC internal prototype to avoid an error.
10019 Use char because int might match the return type of a GCC
10020 builtin and then its argument prototype would still apply. */
10021 #ifdef __cplusplus
10022 extern "C"
10023 #endif
10024 char XkbQueryExtension ();
10026 main ()
10028 return XkbQueryExtension ();
10030 return 0;
10032 _ACEOF
10033 rm -f conftest.$ac_objext conftest$ac_exeext
10034 if { (ac_try="$ac_link"
10035 case "(($ac_try" in
10036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10037 *) ac_try_echo=$ac_try;;
10038 esac
10039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10040 (eval "$ac_link") 2>conftest.er1
10041 ac_status=$?
10042 grep -v '^ *+' conftest.er1 >conftest.err
10043 rm -f conftest.er1
10044 cat conftest.err >&5
10045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 (exit $ac_status); } && {
10047 test -z "$ac_c_werror_flag" ||
10048 test ! -s conftest.err
10049 } && test -s conftest$ac_exeext &&
10050 $as_test_x conftest$ac_exeext; then
10051 ac_cv_lib_X11_XkbQueryExtension=yes
10052 else
10053 echo "$as_me: failed program was:" >&5
10054 sed 's/^/| /' conftest.$ac_ext >&5
10056 ac_cv_lib_X11_XkbQueryExtension=no
10059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10060 conftest$ac_exeext conftest.$ac_ext
10061 LIBS=$ac_check_lib_save_LIBS
10063 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10064 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10065 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10067 cat >>confdefs.h <<\_ACEOF
10068 #define HAVE_XKB 1
10069 _ACEOF
10075 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10076 then
10077 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10078 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10079 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10080 echo $ECHO_N "(cached) $ECHO_C" >&6
10081 else
10082 ac_check_soname_save_LIBS=$LIBS
10083 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10084 cat >conftest.$ac_ext <<_ACEOF
10085 /* confdefs.h. */
10086 _ACEOF
10087 cat confdefs.h >>conftest.$ac_ext
10088 cat >>conftest.$ac_ext <<_ACEOF
10089 /* end confdefs.h. */
10091 /* Override any GCC internal prototype to avoid an error.
10092 Use char because int might match the return type of a GCC
10093 builtin and then its argument prototype would still apply. */
10094 #ifdef __cplusplus
10095 extern "C"
10096 #endif
10097 char XcursorImageLoadCursor ();
10099 main ()
10101 return XcursorImageLoadCursor ();
10103 return 0;
10105 _ACEOF
10106 rm -f conftest.$ac_objext conftest$ac_exeext
10107 if { (ac_try="$ac_link"
10108 case "(($ac_try" in
10109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10110 *) ac_try_echo=$ac_try;;
10111 esac
10112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10113 (eval "$ac_link") 2>conftest.er1
10114 ac_status=$?
10115 grep -v '^ *+' conftest.er1 >conftest.err
10116 rm -f conftest.er1
10117 cat conftest.err >&5
10118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10119 (exit $ac_status); } && {
10120 test -z "$ac_c_werror_flag" ||
10121 test ! -s conftest.err
10122 } && test -s conftest$ac_exeext &&
10123 $as_test_x conftest$ac_exeext; then
10124 case "$LIBEXT" in
10125 dll) ;;
10126 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'` ;;
10127 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10128 esac
10129 else
10130 echo "$as_me: failed program was:" >&5
10131 sed 's/^/| /' conftest.$ac_ext >&5
10136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10137 conftest$ac_exeext conftest.$ac_ext
10138 LIBS=$ac_check_soname_save_LIBS
10140 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10141 { echo "$as_me:$LINENO: result: not found" >&5
10142 echo "${ECHO_T}not found" >&6; }
10144 else
10145 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10146 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10148 cat >>confdefs.h <<_ACEOF
10149 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10150 _ACEOF
10156 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10157 case "x$with_xcursor" in
10158 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10159 xno) ;;
10160 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10161 This is an error since --with-xcursor was requested." >&5
10162 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10163 This is an error since --with-xcursor was requested." >&2;}
10164 { (exit 1); exit 1; }; } ;;
10165 esac
10169 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10170 then
10171 { echo "$as_me:$LINENO: checking for -lXi" >&5
10172 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10173 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10174 echo $ECHO_N "(cached) $ECHO_C" >&6
10175 else
10176 ac_check_soname_save_LIBS=$LIBS
10177 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10178 cat >conftest.$ac_ext <<_ACEOF
10179 /* confdefs.h. */
10180 _ACEOF
10181 cat confdefs.h >>conftest.$ac_ext
10182 cat >>conftest.$ac_ext <<_ACEOF
10183 /* end confdefs.h. */
10185 /* Override any GCC internal prototype to avoid an error.
10186 Use char because int might match the return type of a GCC
10187 builtin and then its argument prototype would still apply. */
10188 #ifdef __cplusplus
10189 extern "C"
10190 #endif
10191 char XOpenDevice ();
10193 main ()
10195 return XOpenDevice ();
10197 return 0;
10199 _ACEOF
10200 rm -f conftest.$ac_objext conftest$ac_exeext
10201 if { (ac_try="$ac_link"
10202 case "(($ac_try" in
10203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10204 *) ac_try_echo=$ac_try;;
10205 esac
10206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10207 (eval "$ac_link") 2>conftest.er1
10208 ac_status=$?
10209 grep -v '^ *+' conftest.er1 >conftest.err
10210 rm -f conftest.er1
10211 cat conftest.err >&5
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); } && {
10214 test -z "$ac_c_werror_flag" ||
10215 test ! -s conftest.err
10216 } && test -s conftest$ac_exeext &&
10217 $as_test_x conftest$ac_exeext; then
10218 case "$LIBEXT" in
10219 dll) ;;
10220 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'` ;;
10221 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10222 esac
10223 else
10224 echo "$as_me: failed program was:" >&5
10225 sed 's/^/| /' conftest.$ac_ext >&5
10230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10231 conftest$ac_exeext conftest.$ac_ext
10232 LIBS=$ac_check_soname_save_LIBS
10234 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10235 { echo "$as_me:$LINENO: result: not found" >&5
10236 echo "${ECHO_T}not found" >&6; }
10238 else
10239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10240 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10242 cat >>confdefs.h <<_ACEOF
10243 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10244 _ACEOF
10250 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10251 case "x$with_xinput" in
10252 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10253 xno) ;;
10254 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10255 This is an error since --with-xinput was requested." >&5
10256 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10257 This is an error since --with-xinput was requested." >&2;}
10258 { (exit 1); exit 1; }; } ;;
10259 esac
10263 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10264 then
10265 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10266 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10267 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10268 echo $ECHO_N "(cached) $ECHO_C" >&6
10269 else
10270 ac_check_lib_save_LIBS=$LIBS
10271 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10272 cat >conftest.$ac_ext <<_ACEOF
10273 /* confdefs.h. */
10274 _ACEOF
10275 cat confdefs.h >>conftest.$ac_ext
10276 cat >>conftest.$ac_ext <<_ACEOF
10277 /* end confdefs.h. */
10279 /* Override any GCC internal prototype to avoid an error.
10280 Use char because int might match the return type of a GCC
10281 builtin and then its argument prototype would still apply. */
10282 #ifdef __cplusplus
10283 extern "C"
10284 #endif
10285 char XShmQueryExtension ();
10287 main ()
10289 return XShmQueryExtension ();
10291 return 0;
10293 _ACEOF
10294 rm -f conftest.$ac_objext conftest$ac_exeext
10295 if { (ac_try="$ac_link"
10296 case "(($ac_try" in
10297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10298 *) ac_try_echo=$ac_try;;
10299 esac
10300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10301 (eval "$ac_link") 2>conftest.er1
10302 ac_status=$?
10303 grep -v '^ *+' conftest.er1 >conftest.err
10304 rm -f conftest.er1
10305 cat conftest.err >&5
10306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10307 (exit $ac_status); } && {
10308 test -z "$ac_c_werror_flag" ||
10309 test ! -s conftest.err
10310 } && test -s conftest$ac_exeext &&
10311 $as_test_x conftest$ac_exeext; then
10312 ac_cv_lib_Xext_XShmQueryExtension=yes
10313 else
10314 echo "$as_me: failed program was:" >&5
10315 sed 's/^/| /' conftest.$ac_ext >&5
10317 ac_cv_lib_Xext_XShmQueryExtension=no
10320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10321 conftest$ac_exeext conftest.$ac_ext
10322 LIBS=$ac_check_lib_save_LIBS
10324 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10325 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10326 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10328 cat >>confdefs.h <<\_ACEOF
10329 #define HAVE_LIBXXSHM 1
10330 _ACEOF
10335 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10336 case "x$with_xshm" in
10337 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10338 xno) ;;
10339 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10340 This is an error since --with-xshm was requested." >&5
10341 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10342 This is an error since --with-xshm was requested." >&2;}
10343 { (exit 1); exit 1; }; } ;;
10344 esac
10348 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10349 then
10350 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10351 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10352 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10353 echo $ECHO_N "(cached) $ECHO_C" >&6
10354 else
10355 ac_check_lib_save_LIBS=$LIBS
10356 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10357 cat >conftest.$ac_ext <<_ACEOF
10358 /* confdefs.h. */
10359 _ACEOF
10360 cat confdefs.h >>conftest.$ac_ext
10361 cat >>conftest.$ac_ext <<_ACEOF
10362 /* end confdefs.h. */
10364 /* Override any GCC internal prototype to avoid an error.
10365 Use char because int might match the return type of a GCC
10366 builtin and then its argument prototype would still apply. */
10367 #ifdef __cplusplus
10368 extern "C"
10369 #endif
10370 char XShapeQueryExtension ();
10372 main ()
10374 return XShapeQueryExtension ();
10376 return 0;
10378 _ACEOF
10379 rm -f conftest.$ac_objext conftest$ac_exeext
10380 if { (ac_try="$ac_link"
10381 case "(($ac_try" in
10382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10383 *) ac_try_echo=$ac_try;;
10384 esac
10385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10386 (eval "$ac_link") 2>conftest.er1
10387 ac_status=$?
10388 grep -v '^ *+' conftest.er1 >conftest.err
10389 rm -f conftest.er1
10390 cat conftest.err >&5
10391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10392 (exit $ac_status); } && {
10393 test -z "$ac_c_werror_flag" ||
10394 test ! -s conftest.err
10395 } && test -s conftest$ac_exeext &&
10396 $as_test_x conftest$ac_exeext; then
10397 ac_cv_lib_Xext_XShapeQueryExtension=yes
10398 else
10399 echo "$as_me: failed program was:" >&5
10400 sed 's/^/| /' conftest.$ac_ext >&5
10402 ac_cv_lib_Xext_XShapeQueryExtension=no
10405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10406 conftest$ac_exeext conftest.$ac_ext
10407 LIBS=$ac_check_lib_save_LIBS
10409 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10410 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10411 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10413 cat >>confdefs.h <<\_ACEOF
10414 #define HAVE_LIBXSHAPE 1
10415 _ACEOF
10420 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10421 case "x$with_xshape" in
10422 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10423 xno) ;;
10424 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10425 This is an error since --with-xshape was requested." >&5
10426 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10427 This is an error since --with-xshape was requested." >&2;}
10428 { (exit 1); exit 1; }; } ;;
10429 esac
10433 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10434 then
10435 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10436 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10437 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10438 echo $ECHO_N "(cached) $ECHO_C" >&6
10439 else
10440 ac_check_soname_save_LIBS=$LIBS
10441 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10442 cat >conftest.$ac_ext <<_ACEOF
10443 /* confdefs.h. */
10444 _ACEOF
10445 cat confdefs.h >>conftest.$ac_ext
10446 cat >>conftest.$ac_ext <<_ACEOF
10447 /* end confdefs.h. */
10449 /* Override any GCC internal prototype to avoid an error.
10450 Use char because int might match the return type of a GCC
10451 builtin and then its argument prototype would still apply. */
10452 #ifdef __cplusplus
10453 extern "C"
10454 #endif
10455 char XF86VidModeQueryExtension ();
10457 main ()
10459 return XF86VidModeQueryExtension ();
10461 return 0;
10463 _ACEOF
10464 rm -f conftest.$ac_objext conftest$ac_exeext
10465 if { (ac_try="$ac_link"
10466 case "(($ac_try" in
10467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10468 *) ac_try_echo=$ac_try;;
10469 esac
10470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10471 (eval "$ac_link") 2>conftest.er1
10472 ac_status=$?
10473 grep -v '^ *+' conftest.er1 >conftest.err
10474 rm -f conftest.er1
10475 cat conftest.err >&5
10476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10477 (exit $ac_status); } && {
10478 test -z "$ac_c_werror_flag" ||
10479 test ! -s conftest.err
10480 } && test -s conftest$ac_exeext &&
10481 $as_test_x conftest$ac_exeext; then
10482 case "$LIBEXT" in
10483 dll) ;;
10484 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'` ;;
10485 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10486 esac
10487 else
10488 echo "$as_me: failed program was:" >&5
10489 sed 's/^/| /' conftest.$ac_ext >&5
10494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10495 conftest$ac_exeext conftest.$ac_ext
10496 LIBS=$ac_check_soname_save_LIBS
10498 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10499 { echo "$as_me:$LINENO: result: not found" >&5
10500 echo "${ECHO_T}not found" >&6; }
10502 else
10503 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10504 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10506 cat >>confdefs.h <<_ACEOF
10507 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10508 _ACEOF
10514 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10515 case "x$with_xxf86vm" in
10516 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10517 xno) ;;
10518 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10519 This is an error since --with-xxf86vm was requested." >&5
10520 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10521 This is an error since --with-xxf86vm was requested." >&2;}
10522 { (exit 1); exit 1; }; } ;;
10523 esac
10527 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"
10528 then
10529 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10530 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10531 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10532 echo $ECHO_N "(cached) $ECHO_C" >&6
10533 else
10534 ac_check_soname_save_LIBS=$LIBS
10535 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10536 cat >conftest.$ac_ext <<_ACEOF
10537 /* confdefs.h. */
10538 _ACEOF
10539 cat confdefs.h >>conftest.$ac_ext
10540 cat >>conftest.$ac_ext <<_ACEOF
10541 /* end confdefs.h. */
10543 /* Override any GCC internal prototype to avoid an error.
10544 Use char because int might match the return type of a GCC
10545 builtin and then its argument prototype would still apply. */
10546 #ifdef __cplusplus
10547 extern "C"
10548 #endif
10549 char XRenderQueryExtension ();
10551 main ()
10553 return XRenderQueryExtension ();
10555 return 0;
10557 _ACEOF
10558 rm -f conftest.$ac_objext conftest$ac_exeext
10559 if { (ac_try="$ac_link"
10560 case "(($ac_try" in
10561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10562 *) ac_try_echo=$ac_try;;
10563 esac
10564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10565 (eval "$ac_link") 2>conftest.er1
10566 ac_status=$?
10567 grep -v '^ *+' conftest.er1 >conftest.err
10568 rm -f conftest.er1
10569 cat conftest.err >&5
10570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10571 (exit $ac_status); } && {
10572 test -z "$ac_c_werror_flag" ||
10573 test ! -s conftest.err
10574 } && test -s conftest$ac_exeext &&
10575 $as_test_x conftest$ac_exeext; then
10576 case "$LIBEXT" in
10577 dll) ;;
10578 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'` ;;
10579 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10580 esac
10581 else
10582 echo "$as_me: failed program was:" >&5
10583 sed 's/^/| /' conftest.$ac_ext >&5
10588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_soname_save_LIBS
10592 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10593 { echo "$as_me:$LINENO: result: not found" >&5
10594 echo "${ECHO_T}not found" >&6; }
10596 else
10597 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10598 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10600 cat >>confdefs.h <<_ACEOF
10601 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10602 _ACEOF
10604 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10605 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10606 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10607 echo $ECHO_N "(cached) $ECHO_C" >&6
10608 else
10609 ac_check_lib_save_LIBS=$LIBS
10610 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10611 cat >conftest.$ac_ext <<_ACEOF
10612 /* confdefs.h. */
10613 _ACEOF
10614 cat confdefs.h >>conftest.$ac_ext
10615 cat >>conftest.$ac_ext <<_ACEOF
10616 /* end confdefs.h. */
10618 /* Override any GCC internal prototype to avoid an error.
10619 Use char because int might match the return type of a GCC
10620 builtin and then its argument prototype would still apply. */
10621 #ifdef __cplusplus
10622 extern "C"
10623 #endif
10624 char XRenderSetPictureTransform ();
10626 main ()
10628 return XRenderSetPictureTransform ();
10630 return 0;
10632 _ACEOF
10633 rm -f conftest.$ac_objext conftest$ac_exeext
10634 if { (ac_try="$ac_link"
10635 case "(($ac_try" in
10636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10637 *) ac_try_echo=$ac_try;;
10638 esac
10639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10640 (eval "$ac_link") 2>conftest.er1
10641 ac_status=$?
10642 grep -v '^ *+' conftest.er1 >conftest.err
10643 rm -f conftest.er1
10644 cat conftest.err >&5
10645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10646 (exit $ac_status); } && {
10647 test -z "$ac_c_werror_flag" ||
10648 test ! -s conftest.err
10649 } && test -s conftest$ac_exeext &&
10650 $as_test_x conftest$ac_exeext; then
10651 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10652 else
10653 echo "$as_me: failed program was:" >&5
10654 sed 's/^/| /' conftest.$ac_ext >&5
10656 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10660 conftest$ac_exeext conftest.$ac_ext
10661 LIBS=$ac_check_lib_save_LIBS
10663 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10664 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10665 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10667 cat >>confdefs.h <<\_ACEOF
10668 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10669 _ACEOF
10677 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10678 case "x$with_xrender" in
10679 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10680 xno) ;;
10681 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10682 This is an error since --with-xrender was requested." >&5
10683 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10684 This is an error since --with-xrender was requested." >&2;}
10685 { (exit 1); exit 1; }; } ;;
10686 esac
10690 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10691 then
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10698 #include <X11/Xlib.h>
10699 #include <X11/extensions/Xrandr.h>
10701 main ()
10703 static typeof(XRRSetScreenConfigAndRate) * func;
10705 return 0;
10707 _ACEOF
10708 rm -f conftest.$ac_objext
10709 if { (ac_try="$ac_compile"
10710 case "(($ac_try" in
10711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10712 *) ac_try_echo=$ac_try;;
10713 esac
10714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10715 (eval "$ac_compile") 2>conftest.er1
10716 ac_status=$?
10717 grep -v '^ *+' conftest.er1 >conftest.err
10718 rm -f conftest.er1
10719 cat conftest.err >&5
10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10721 (exit $ac_status); } && {
10722 test -z "$ac_c_werror_flag" ||
10723 test ! -s conftest.err
10724 } && test -s conftest.$ac_objext; then
10725 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10726 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10727 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10728 echo $ECHO_N "(cached) $ECHO_C" >&6
10729 else
10730 ac_check_soname_save_LIBS=$LIBS
10731 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10732 cat >conftest.$ac_ext <<_ACEOF
10733 /* confdefs.h. */
10734 _ACEOF
10735 cat confdefs.h >>conftest.$ac_ext
10736 cat >>conftest.$ac_ext <<_ACEOF
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10742 #ifdef __cplusplus
10743 extern "C"
10744 #endif
10745 char XRRQueryExtension ();
10747 main ()
10749 return XRRQueryExtension ();
10751 return 0;
10753 _ACEOF
10754 rm -f conftest.$ac_objext conftest$ac_exeext
10755 if { (ac_try="$ac_link"
10756 case "(($ac_try" in
10757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10758 *) ac_try_echo=$ac_try;;
10759 esac
10760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10761 (eval "$ac_link") 2>conftest.er1
10762 ac_status=$?
10763 grep -v '^ *+' conftest.er1 >conftest.err
10764 rm -f conftest.er1
10765 cat conftest.err >&5
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } && {
10768 test -z "$ac_c_werror_flag" ||
10769 test ! -s conftest.err
10770 } && test -s conftest$ac_exeext &&
10771 $as_test_x conftest$ac_exeext; then
10772 case "$LIBEXT" in
10773 dll) ;;
10774 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'` ;;
10775 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10776 esac
10777 else
10778 echo "$as_me: failed program was:" >&5
10779 sed 's/^/| /' conftest.$ac_ext >&5
10784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10785 conftest$ac_exeext conftest.$ac_ext
10786 LIBS=$ac_check_soname_save_LIBS
10788 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10789 { echo "$as_me:$LINENO: result: not found" >&5
10790 echo "${ECHO_T}not found" >&6; }
10792 else
10793 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10794 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10796 cat >>confdefs.h <<_ACEOF
10797 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10798 _ACEOF
10803 else
10804 echo "$as_me: failed program was:" >&5
10805 sed 's/^/| /' conftest.$ac_ext >&5
10810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10812 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10813 case "x$with_xrandr" in
10814 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10815 xno) ;;
10816 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10817 This is an error since --with-xrandr was requested." >&5
10818 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10819 This is an error since --with-xrandr was requested." >&2;}
10820 { (exit 1); exit 1; }; } ;;
10821 esac
10825 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10826 then
10827 cat >conftest.$ac_ext <<_ACEOF
10828 /* confdefs.h. */
10829 _ACEOF
10830 cat confdefs.h >>conftest.$ac_ext
10831 cat >>conftest.$ac_ext <<_ACEOF
10832 /* end confdefs.h. */
10833 #include <X11/Xlib.h>
10834 #include <X11/extensions/Xinerama.h>
10836 main ()
10838 static typeof(XineramaQueryScreens) * func;
10840 return 0;
10842 _ACEOF
10843 rm -f conftest.$ac_objext
10844 if { (ac_try="$ac_compile"
10845 case "(($ac_try" in
10846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10847 *) ac_try_echo=$ac_try;;
10848 esac
10849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10850 (eval "$ac_compile") 2>conftest.er1
10851 ac_status=$?
10852 grep -v '^ *+' conftest.er1 >conftest.err
10853 rm -f conftest.er1
10854 cat conftest.err >&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); } && {
10857 test -z "$ac_c_werror_flag" ||
10858 test ! -s conftest.err
10859 } && test -s conftest.$ac_objext; then
10860 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10861 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10862 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10863 echo $ECHO_N "(cached) $ECHO_C" >&6
10864 else
10865 ac_check_soname_save_LIBS=$LIBS
10866 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10867 cat >conftest.$ac_ext <<_ACEOF
10868 /* confdefs.h. */
10869 _ACEOF
10870 cat confdefs.h >>conftest.$ac_ext
10871 cat >>conftest.$ac_ext <<_ACEOF
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char XineramaQueryScreens ();
10882 main ()
10884 return XineramaQueryScreens ();
10886 return 0;
10888 _ACEOF
10889 rm -f conftest.$ac_objext conftest$ac_exeext
10890 if { (ac_try="$ac_link"
10891 case "(($ac_try" in
10892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10893 *) ac_try_echo=$ac_try;;
10894 esac
10895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10896 (eval "$ac_link") 2>conftest.er1
10897 ac_status=$?
10898 grep -v '^ *+' conftest.er1 >conftest.err
10899 rm -f conftest.er1
10900 cat conftest.err >&5
10901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10902 (exit $ac_status); } && {
10903 test -z "$ac_c_werror_flag" ||
10904 test ! -s conftest.err
10905 } && test -s conftest$ac_exeext &&
10906 $as_test_x conftest$ac_exeext; then
10907 case "$LIBEXT" in
10908 dll) ;;
10909 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'` ;;
10910 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10911 esac
10912 else
10913 echo "$as_me: failed program was:" >&5
10914 sed 's/^/| /' conftest.$ac_ext >&5
10919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10920 conftest$ac_exeext conftest.$ac_ext
10921 LIBS=$ac_check_soname_save_LIBS
10923 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10924 { echo "$as_me:$LINENO: result: not found" >&5
10925 echo "${ECHO_T}not found" >&6; }
10927 else
10928 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10929 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10931 cat >>confdefs.h <<_ACEOF
10932 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10933 _ACEOF
10938 else
10939 echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.$ac_ext >&5
10945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10947 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10948 case "x$with_xinerama" in
10949 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10950 xno) ;;
10951 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10952 This is an error since --with-xinerama was requested." >&5
10953 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10954 This is an error since --with-xinerama was requested." >&2;}
10955 { (exit 1); exit 1; }; } ;;
10956 esac
10960 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10961 then
10962 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10963 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10964 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10965 echo $ECHO_N "(cached) $ECHO_C" >&6
10966 else
10967 ac_check_soname_save_LIBS=$LIBS
10968 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10969 cat >conftest.$ac_ext <<_ACEOF
10970 /* confdefs.h. */
10971 _ACEOF
10972 cat confdefs.h >>conftest.$ac_ext
10973 cat >>conftest.$ac_ext <<_ACEOF
10974 /* end confdefs.h. */
10976 /* Override any GCC internal prototype to avoid an error.
10977 Use char because int might match the return type of a GCC
10978 builtin and then its argument prototype would still apply. */
10979 #ifdef __cplusplus
10980 extern "C"
10981 #endif
10982 char XCompositeRedirectWindow ();
10984 main ()
10986 return XCompositeRedirectWindow ();
10988 return 0;
10990 _ACEOF
10991 rm -f conftest.$ac_objext conftest$ac_exeext
10992 if { (ac_try="$ac_link"
10993 case "(($ac_try" in
10994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10995 *) ac_try_echo=$ac_try;;
10996 esac
10997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10998 (eval "$ac_link") 2>conftest.er1
10999 ac_status=$?
11000 grep -v '^ *+' conftest.er1 >conftest.err
11001 rm -f conftest.er1
11002 cat conftest.err >&5
11003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004 (exit $ac_status); } && {
11005 test -z "$ac_c_werror_flag" ||
11006 test ! -s conftest.err
11007 } && test -s conftest$ac_exeext &&
11008 $as_test_x conftest$ac_exeext; then
11009 case "$LIBEXT" in
11010 dll) ;;
11011 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'` ;;
11012 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11013 esac
11014 else
11015 echo "$as_me: failed program was:" >&5
11016 sed 's/^/| /' conftest.$ac_ext >&5
11021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11022 conftest$ac_exeext conftest.$ac_ext
11023 LIBS=$ac_check_soname_save_LIBS
11025 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11026 { echo "$as_me:$LINENO: result: not found" >&5
11027 echo "${ECHO_T}not found" >&6; }
11029 else
11030 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11031 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11033 cat >>confdefs.h <<_ACEOF
11034 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11035 _ACEOF
11041 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11042 case "x$with_xcomposite" in
11043 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11044 xno) ;;
11045 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11046 This is an error since --with-xcomposite was requested." >&5
11047 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11048 This is an error since --with-xcomposite was requested." >&2;}
11049 { (exit 1); exit 1; }; } ;;
11050 esac
11054 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11055 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11056 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11058 else
11059 cat >conftest.$ac_ext <<_ACEOF
11060 /* confdefs.h. */
11061 _ACEOF
11062 cat confdefs.h >>conftest.$ac_ext
11063 cat >>conftest.$ac_ext <<_ACEOF
11064 /* end confdefs.h. */
11065 #ifdef HAVE_X11_XLIB_H
11066 #include <X11/Xlib.h>
11067 #endif
11070 main ()
11072 static XICCallback ac_aggr;
11073 if (ac_aggr.callback)
11074 return 0;
11076 return 0;
11078 _ACEOF
11079 rm -f conftest.$ac_objext
11080 if { (ac_try="$ac_compile"
11081 case "(($ac_try" in
11082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11083 *) ac_try_echo=$ac_try;;
11084 esac
11085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11086 (eval "$ac_compile") 2>conftest.er1
11087 ac_status=$?
11088 grep -v '^ *+' conftest.er1 >conftest.err
11089 rm -f conftest.er1
11090 cat conftest.err >&5
11091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092 (exit $ac_status); } && {
11093 test -z "$ac_c_werror_flag" ||
11094 test ! -s conftest.err
11095 } && test -s conftest.$ac_objext; then
11096 ac_cv_member_XICCallback_callback=yes
11097 else
11098 echo "$as_me: failed program was:" >&5
11099 sed 's/^/| /' conftest.$ac_ext >&5
11101 cat >conftest.$ac_ext <<_ACEOF
11102 /* confdefs.h. */
11103 _ACEOF
11104 cat confdefs.h >>conftest.$ac_ext
11105 cat >>conftest.$ac_ext <<_ACEOF
11106 /* end confdefs.h. */
11107 #ifdef HAVE_X11_XLIB_H
11108 #include <X11/Xlib.h>
11109 #endif
11112 main ()
11114 static XICCallback ac_aggr;
11115 if (sizeof ac_aggr.callback)
11116 return 0;
11118 return 0;
11120 _ACEOF
11121 rm -f conftest.$ac_objext
11122 if { (ac_try="$ac_compile"
11123 case "(($ac_try" in
11124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11125 *) ac_try_echo=$ac_try;;
11126 esac
11127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11128 (eval "$ac_compile") 2>conftest.er1
11129 ac_status=$?
11130 grep -v '^ *+' conftest.er1 >conftest.err
11131 rm -f conftest.er1
11132 cat conftest.err >&5
11133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11134 (exit $ac_status); } && {
11135 test -z "$ac_c_werror_flag" ||
11136 test ! -s conftest.err
11137 } && test -s conftest.$ac_objext; then
11138 ac_cv_member_XICCallback_callback=yes
11139 else
11140 echo "$as_me: failed program was:" >&5
11141 sed 's/^/| /' conftest.$ac_ext >&5
11143 ac_cv_member_XICCallback_callback=no
11146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11151 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11152 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11153 if test $ac_cv_member_XICCallback_callback = yes; then
11155 cat >>confdefs.h <<_ACEOF
11156 #define HAVE_XICCALLBACK_CALLBACK 1
11157 _ACEOF
11164 opengl_msg=""
11165 if test "x$with_opengl" != "xno"
11166 then
11171 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11173 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11174 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11175 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11176 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11177 echo $ECHO_N "(cached) $ECHO_C" >&6
11178 else
11179 cat >conftest.$ac_ext <<_ACEOF
11180 /* confdefs.h. */
11181 _ACEOF
11182 cat confdefs.h >>conftest.$ac_ext
11183 cat >>conftest.$ac_ext <<_ACEOF
11184 /* end confdefs.h. */
11185 #ifdef HAVE_GL_GLX_H
11186 # include <GL/glx.h>
11187 #endif
11189 #include <$ac_header>
11190 _ACEOF
11191 rm -f conftest.$ac_objext
11192 if { (ac_try="$ac_compile"
11193 case "(($ac_try" in
11194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11195 *) ac_try_echo=$ac_try;;
11196 esac
11197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11198 (eval "$ac_compile") 2>conftest.er1
11199 ac_status=$?
11200 grep -v '^ *+' conftest.er1 >conftest.err
11201 rm -f conftest.er1
11202 cat conftest.err >&5
11203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11204 (exit $ac_status); } && {
11205 test -z "$ac_c_werror_flag" ||
11206 test ! -s conftest.err
11207 } && test -s conftest.$ac_objext; then
11208 eval "$as_ac_Header=yes"
11209 else
11210 echo "$as_me: failed program was:" >&5
11211 sed 's/^/| /' conftest.$ac_ext >&5
11213 eval "$as_ac_Header=no"
11216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11218 ac_res=`eval echo '${'$as_ac_Header'}'`
11219 { echo "$as_me:$LINENO: result: $ac_res" >&5
11220 echo "${ECHO_T}$ac_res" >&6; }
11221 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11222 cat >>confdefs.h <<_ACEOF
11223 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11224 _ACEOF
11228 done
11230 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11231 then
11232 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11233 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11234 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11235 echo $ECHO_N "(cached) $ECHO_C" >&6
11236 else
11237 cat >conftest.$ac_ext <<_ACEOF
11238 /* confdefs.h. */
11239 _ACEOF
11240 cat confdefs.h >>conftest.$ac_ext
11241 cat >>conftest.$ac_ext <<_ACEOF
11242 /* end confdefs.h. */
11243 #include <GL/gl.h>
11245 main ()
11247 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11249 return 0;
11251 _ACEOF
11252 rm -f conftest.$ac_objext
11253 if { (ac_try="$ac_compile"
11254 case "(($ac_try" in
11255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11256 *) ac_try_echo=$ac_try;;
11257 esac
11258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11259 (eval "$ac_compile") 2>conftest.er1
11260 ac_status=$?
11261 grep -v '^ *+' conftest.er1 >conftest.err
11262 rm -f conftest.er1
11263 cat conftest.err >&5
11264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11265 (exit $ac_status); } && {
11266 test -z "$ac_c_werror_flag" ||
11267 test ! -s conftest.err
11268 } && test -s conftest.$ac_objext; then
11269 wine_cv_opengl_header_version_OK="yes"
11270 else
11271 echo "$as_me: failed program was:" >&5
11272 sed 's/^/| /' conftest.$ac_ext >&5
11274 wine_cv_opengl_header_version_OK="no"
11277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11279 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11280 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11282 if test "$wine_cv_opengl_header_version_OK" = "yes"
11283 then
11284 { echo "$as_me:$LINENO: checking for -lGL" >&5
11285 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11286 if test "${ac_cv_lib_soname_GL+set}" = set; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6
11288 else
11289 ac_check_soname_save_LIBS=$LIBS
11290 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11291 cat >conftest.$ac_ext <<_ACEOF
11292 /* confdefs.h. */
11293 _ACEOF
11294 cat confdefs.h >>conftest.$ac_ext
11295 cat >>conftest.$ac_ext <<_ACEOF
11296 /* end confdefs.h. */
11298 /* Override any GCC internal prototype to avoid an error.
11299 Use char because int might match the return type of a GCC
11300 builtin and then its argument prototype would still apply. */
11301 #ifdef __cplusplus
11302 extern "C"
11303 #endif
11304 char glXCreateContext ();
11306 main ()
11308 return glXCreateContext ();
11310 return 0;
11312 _ACEOF
11313 rm -f conftest.$ac_objext conftest$ac_exeext
11314 if { (ac_try="$ac_link"
11315 case "(($ac_try" in
11316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11317 *) ac_try_echo=$ac_try;;
11318 esac
11319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11320 (eval "$ac_link") 2>conftest.er1
11321 ac_status=$?
11322 grep -v '^ *+' conftest.er1 >conftest.err
11323 rm -f conftest.er1
11324 cat conftest.err >&5
11325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11326 (exit $ac_status); } && {
11327 test -z "$ac_c_werror_flag" ||
11328 test ! -s conftest.err
11329 } && test -s conftest$ac_exeext &&
11330 $as_test_x conftest$ac_exeext; then
11331 case "$LIBEXT" in
11332 dll) ;;
11333 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'` ;;
11334 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11335 esac
11336 else
11337 echo "$as_me: failed program was:" >&5
11338 sed 's/^/| /' conftest.$ac_ext >&5
11343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11344 conftest$ac_exeext conftest.$ac_ext
11345 LIBS=$ac_check_soname_save_LIBS
11347 if test "x$ac_cv_lib_soname_GL" = "x"; then
11348 { echo "$as_me:$LINENO: result: not found" >&5
11349 echo "${ECHO_T}not found" >&6; }
11350 { echo "$as_me:$LINENO: checking for -lGL" >&5
11351 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11352 if test "${ac_cv_lib_soname_GL+set}" = set; then
11353 echo $ECHO_N "(cached) $ECHO_C" >&6
11354 else
11355 ac_check_soname_save_LIBS=$LIBS
11356 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"
11357 cat >conftest.$ac_ext <<_ACEOF
11358 /* confdefs.h. */
11359 _ACEOF
11360 cat confdefs.h >>conftest.$ac_ext
11361 cat >>conftest.$ac_ext <<_ACEOF
11362 /* end confdefs.h. */
11364 /* Override any GCC internal prototype to avoid an error.
11365 Use char because int might match the return type of a GCC
11366 builtin and then its argument prototype would still apply. */
11367 #ifdef __cplusplus
11368 extern "C"
11369 #endif
11370 char glXCreateContext ();
11372 main ()
11374 return glXCreateContext ();
11376 return 0;
11378 _ACEOF
11379 rm -f conftest.$ac_objext conftest$ac_exeext
11380 if { (ac_try="$ac_link"
11381 case "(($ac_try" in
11382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11383 *) ac_try_echo=$ac_try;;
11384 esac
11385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11386 (eval "$ac_link") 2>conftest.er1
11387 ac_status=$?
11388 grep -v '^ *+' conftest.er1 >conftest.err
11389 rm -f conftest.er1
11390 cat conftest.err >&5
11391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11392 (exit $ac_status); } && {
11393 test -z "$ac_c_werror_flag" ||
11394 test ! -s conftest.err
11395 } && test -s conftest$ac_exeext &&
11396 $as_test_x conftest$ac_exeext; then
11397 case "$LIBEXT" in
11398 dll) ;;
11399 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'` ;;
11400 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11401 esac
11402 else
11403 echo "$as_me: failed program was:" >&5
11404 sed 's/^/| /' conftest.$ac_ext >&5
11409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11410 conftest$ac_exeext conftest.$ac_ext
11411 LIBS=$ac_check_soname_save_LIBS
11413 if test "x$ac_cv_lib_soname_GL" = "x"; then
11414 { echo "$as_me:$LINENO: result: not found" >&5
11415 echo "${ECHO_T}not found" >&6; }
11416 if test -f /usr/X11R6/lib/libGL.a
11417 then
11418 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11419 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11420 else
11421 opengl_msg="No OpenGL library found on this system."
11423 else
11424 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11425 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11427 cat >>confdefs.h <<_ACEOF
11428 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11429 _ACEOF
11431 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"
11433 cat >>confdefs.h <<\_ACEOF
11434 #define HAVE_OPENGL 1
11435 _ACEOF
11439 else
11440 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11441 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11443 cat >>confdefs.h <<_ACEOF
11444 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11445 _ACEOF
11447 OPENGL_LIBS="-lGL"
11449 cat >>confdefs.h <<\_ACEOF
11450 #define HAVE_OPENGL 1
11451 _ACEOF
11455 if test "$ac_cv_header_GL_glu_h" = "yes"
11456 then
11457 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11458 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11459 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11460 echo $ECHO_N "(cached) $ECHO_C" >&6
11461 else
11462 ac_check_soname_save_LIBS=$LIBS
11463 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11464 cat >conftest.$ac_ext <<_ACEOF
11465 /* confdefs.h. */
11466 _ACEOF
11467 cat confdefs.h >>conftest.$ac_ext
11468 cat >>conftest.$ac_ext <<_ACEOF
11469 /* end confdefs.h. */
11471 /* Override any GCC internal prototype to avoid an error.
11472 Use char because int might match the return type of a GCC
11473 builtin and then its argument prototype would still apply. */
11474 #ifdef __cplusplus
11475 extern "C"
11476 #endif
11477 char gluLookAt ();
11479 main ()
11481 return gluLookAt ();
11483 return 0;
11485 _ACEOF
11486 rm -f conftest.$ac_objext conftest$ac_exeext
11487 if { (ac_try="$ac_link"
11488 case "(($ac_try" in
11489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11490 *) ac_try_echo=$ac_try;;
11491 esac
11492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11493 (eval "$ac_link") 2>conftest.er1
11494 ac_status=$?
11495 grep -v '^ *+' conftest.er1 >conftest.err
11496 rm -f conftest.er1
11497 cat conftest.err >&5
11498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11499 (exit $ac_status); } && {
11500 test -z "$ac_c_werror_flag" ||
11501 test ! -s conftest.err
11502 } && test -s conftest$ac_exeext &&
11503 $as_test_x conftest$ac_exeext; then
11504 case "$LIBEXT" in
11505 dll) ;;
11506 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'` ;;
11507 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11508 esac
11509 else
11510 echo "$as_me: failed program was:" >&5
11511 sed 's/^/| /' conftest.$ac_ext >&5
11516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11517 conftest$ac_exeext conftest.$ac_ext
11518 LIBS=$ac_check_soname_save_LIBS
11520 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11521 { echo "$as_me:$LINENO: result: not found" >&5
11522 echo "${ECHO_T}not found" >&6; }
11524 else
11525 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11526 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11528 cat >>confdefs.h <<_ACEOF
11529 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11530 _ACEOF
11536 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11537 case "x$with_glu" in
11538 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11539 xno) ;;
11540 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11541 This is an error since --with-glu was requested." >&5
11542 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11543 This is an error since --with-glu was requested." >&2;}
11544 { (exit 1); exit 1; }; } ;;
11545 esac
11548 else
11549 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11551 else
11552 opengl_msg="OpenGL development headers not found."
11554 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11555 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11556 else
11557 enable_opengl32=${enable_opengl32:-no}
11558 enable_glu32=${enable_glu32:-no}
11560 if test -n "$opengl_msg"; then
11561 case "x$with_opengl" in
11562 x) wine_warnings="$wine_warnings|$opengl_msg
11563 OpenGL and Direct3D won't be supported." ;;
11564 xno) ;;
11565 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11566 OpenGL and Direct3D won't be supported.
11567 This is an error since --with-opengl was requested." >&5
11568 echo "$as_me: error: $opengl_msg
11569 OpenGL and Direct3D won't be supported.
11570 This is an error since --with-opengl was requested." >&2;}
11571 { (exit 1); exit 1; }; } ;;
11572 esac
11576 NASLIBS=""
11579 for ac_header in audio/audiolib.h
11581 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11583 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11584 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11585 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11586 echo $ECHO_N "(cached) $ECHO_C" >&6
11588 ac_res=`eval echo '${'$as_ac_Header'}'`
11589 { echo "$as_me:$LINENO: result: $ac_res" >&5
11590 echo "${ECHO_T}$ac_res" >&6; }
11591 else
11592 # Is the header compilable?
11593 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11594 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11595 cat >conftest.$ac_ext <<_ACEOF
11596 /* confdefs.h. */
11597 _ACEOF
11598 cat confdefs.h >>conftest.$ac_ext
11599 cat >>conftest.$ac_ext <<_ACEOF
11600 /* end confdefs.h. */
11601 $ac_includes_default
11602 #include <$ac_header>
11603 _ACEOF
11604 rm -f conftest.$ac_objext
11605 if { (ac_try="$ac_compile"
11606 case "(($ac_try" in
11607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11608 *) ac_try_echo=$ac_try;;
11609 esac
11610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11611 (eval "$ac_compile") 2>conftest.er1
11612 ac_status=$?
11613 grep -v '^ *+' conftest.er1 >conftest.err
11614 rm -f conftest.er1
11615 cat conftest.err >&5
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && {
11618 test -z "$ac_c_werror_flag" ||
11619 test ! -s conftest.err
11620 } && test -s conftest.$ac_objext; then
11621 ac_header_compiler=yes
11622 else
11623 echo "$as_me: failed program was:" >&5
11624 sed 's/^/| /' conftest.$ac_ext >&5
11626 ac_header_compiler=no
11629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11630 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11631 echo "${ECHO_T}$ac_header_compiler" >&6; }
11633 # Is the header present?
11634 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11635 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11636 cat >conftest.$ac_ext <<_ACEOF
11637 /* confdefs.h. */
11638 _ACEOF
11639 cat confdefs.h >>conftest.$ac_ext
11640 cat >>conftest.$ac_ext <<_ACEOF
11641 /* end confdefs.h. */
11642 #include <$ac_header>
11643 _ACEOF
11644 if { (ac_try="$ac_cpp conftest.$ac_ext"
11645 case "(($ac_try" in
11646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11647 *) ac_try_echo=$ac_try;;
11648 esac
11649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11650 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11651 ac_status=$?
11652 grep -v '^ *+' conftest.er1 >conftest.err
11653 rm -f conftest.er1
11654 cat conftest.err >&5
11655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11656 (exit $ac_status); } >/dev/null && {
11657 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11658 test ! -s conftest.err
11659 }; then
11660 ac_header_preproc=yes
11661 else
11662 echo "$as_me: failed program was:" >&5
11663 sed 's/^/| /' conftest.$ac_ext >&5
11665 ac_header_preproc=no
11668 rm -f conftest.err conftest.$ac_ext
11669 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11670 echo "${ECHO_T}$ac_header_preproc" >&6; }
11672 # So? What about this header?
11673 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11674 yes:no: )
11675 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11676 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11677 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11678 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11679 ac_header_preproc=yes
11681 no:yes:* )
11682 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11683 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11684 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11685 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11686 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11687 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11688 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11689 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11690 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11691 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11692 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11693 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11694 ( cat <<\_ASBOX
11695 ## ------------------------------------ ##
11696 ## Report this to wine-devel@winehq.org ##
11697 ## ------------------------------------ ##
11698 _ASBOX
11699 ) | sed "s/^/$as_me: WARNING: /" >&2
11701 esac
11702 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11703 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11704 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11705 echo $ECHO_N "(cached) $ECHO_C" >&6
11706 else
11707 eval "$as_ac_Header=\$ac_header_preproc"
11709 ac_res=`eval echo '${'$as_ac_Header'}'`
11710 { echo "$as_me:$LINENO: result: $ac_res" >&5
11711 echo "${ECHO_T}$ac_res" >&6; }
11714 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11715 cat >>confdefs.h <<_ACEOF
11716 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11717 _ACEOF
11719 for ac_header in audio/soundlib.h
11721 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11722 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11723 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11725 echo $ECHO_N "(cached) $ECHO_C" >&6
11726 else
11727 cat >conftest.$ac_ext <<_ACEOF
11728 /* confdefs.h. */
11729 _ACEOF
11730 cat confdefs.h >>conftest.$ac_ext
11731 cat >>conftest.$ac_ext <<_ACEOF
11732 /* end confdefs.h. */
11733 #include <audio/audiolib.h>
11735 #include <$ac_header>
11736 _ACEOF
11737 rm -f conftest.$ac_objext
11738 if { (ac_try="$ac_compile"
11739 case "(($ac_try" in
11740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11741 *) ac_try_echo=$ac_try;;
11742 esac
11743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11744 (eval "$ac_compile") 2>conftest.er1
11745 ac_status=$?
11746 grep -v '^ *+' conftest.er1 >conftest.err
11747 rm -f conftest.er1
11748 cat conftest.err >&5
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); } && {
11751 test -z "$ac_c_werror_flag" ||
11752 test ! -s conftest.err
11753 } && test -s conftest.$ac_objext; then
11754 eval "$as_ac_Header=yes"
11755 else
11756 echo "$as_me: failed program was:" >&5
11757 sed 's/^/| /' conftest.$ac_ext >&5
11759 eval "$as_ac_Header=no"
11762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11764 ac_res=`eval echo '${'$as_ac_Header'}'`
11765 { echo "$as_me:$LINENO: result: $ac_res" >&5
11766 echo "${ECHO_T}$ac_res" >&6; }
11767 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11768 cat >>confdefs.h <<_ACEOF
11769 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11770 _ACEOF
11774 done
11776 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11777 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11778 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11779 echo $ECHO_N "(cached) $ECHO_C" >&6
11780 else
11781 ac_check_lib_save_LIBS=$LIBS
11782 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11783 cat >conftest.$ac_ext <<_ACEOF
11784 /* confdefs.h. */
11785 _ACEOF
11786 cat confdefs.h >>conftest.$ac_ext
11787 cat >>conftest.$ac_ext <<_ACEOF
11788 /* end confdefs.h. */
11790 /* Override any GCC internal prototype to avoid an error.
11791 Use char because int might match the return type of a GCC
11792 builtin and then its argument prototype would still apply. */
11793 #ifdef __cplusplus
11794 extern "C"
11795 #endif
11796 char AuCreateFlow ();
11798 main ()
11800 return AuCreateFlow ();
11802 return 0;
11804 _ACEOF
11805 rm -f conftest.$ac_objext conftest$ac_exeext
11806 if { (ac_try="$ac_link"
11807 case "(($ac_try" in
11808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11809 *) ac_try_echo=$ac_try;;
11810 esac
11811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11812 (eval "$ac_link") 2>conftest.er1
11813 ac_status=$?
11814 grep -v '^ *+' conftest.er1 >conftest.err
11815 rm -f conftest.er1
11816 cat conftest.err >&5
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); } && {
11819 test -z "$ac_c_werror_flag" ||
11820 test ! -s conftest.err
11821 } && test -s conftest$ac_exeext &&
11822 $as_test_x conftest$ac_exeext; then
11823 ac_cv_lib_audio_AuCreateFlow=yes
11824 else
11825 echo "$as_me: failed program was:" >&5
11826 sed 's/^/| /' conftest.$ac_ext >&5
11828 ac_cv_lib_audio_AuCreateFlow=no
11831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11832 conftest$ac_exeext conftest.$ac_ext
11833 LIBS=$ac_check_lib_save_LIBS
11835 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11836 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11837 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11839 cat >>confdefs.h <<\_ACEOF
11840 #define HAVE_NAS 1
11841 _ACEOF
11843 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11844 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11845 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11846 echo $ECHO_N "(cached) $ECHO_C" >&6
11847 else
11848 ac_check_lib_save_LIBS=$LIBS
11849 LIBS="-lXau $X_LIBS $LIBS"
11850 cat >conftest.$ac_ext <<_ACEOF
11851 /* confdefs.h. */
11852 _ACEOF
11853 cat confdefs.h >>conftest.$ac_ext
11854 cat >>conftest.$ac_ext <<_ACEOF
11855 /* end confdefs.h. */
11857 /* Override any GCC internal prototype to avoid an error.
11858 Use char because int might match the return type of a GCC
11859 builtin and then its argument prototype would still apply. */
11860 #ifdef __cplusplus
11861 extern "C"
11862 #endif
11863 char XauGetBestAuthByAddr ();
11865 main ()
11867 return XauGetBestAuthByAddr ();
11869 return 0;
11871 _ACEOF
11872 rm -f conftest.$ac_objext conftest$ac_exeext
11873 if { (ac_try="$ac_link"
11874 case "(($ac_try" in
11875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11876 *) ac_try_echo=$ac_try;;
11877 esac
11878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11879 (eval "$ac_link") 2>conftest.er1
11880 ac_status=$?
11881 grep -v '^ *+' conftest.er1 >conftest.err
11882 rm -f conftest.er1
11883 cat conftest.err >&5
11884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885 (exit $ac_status); } && {
11886 test -z "$ac_c_werror_flag" ||
11887 test ! -s conftest.err
11888 } && test -s conftest$ac_exeext &&
11889 $as_test_x conftest$ac_exeext; then
11890 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11891 else
11892 echo "$as_me: failed program was:" >&5
11893 sed 's/^/| /' conftest.$ac_ext >&5
11895 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11899 conftest$ac_exeext conftest.$ac_ext
11900 LIBS=$ac_check_lib_save_LIBS
11902 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11903 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11904 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11905 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11906 else
11907 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11915 done
11918 CPPFLAGS="$ac_save_CPPFLAGS"
11919 else
11920 XLIB=""
11921 X_CFLAGS=""
11922 X_LIBS=""
11923 enable_winex11_drv=${enable_winex11_drv:-no}
11924 enable_opengl32=${enable_opengl32:-no}
11925 enable_glu32=${enable_glu32:-no}
11927 if test "x$XLIB" = "x"; then
11928 case "x$with_x" in
11929 xno) ;;
11930 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11931 without X support, which probably isn't what you want. You will need to install
11932 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11933 Use the --without-x option if you really want this." >&5
11934 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11935 without X support, which probably isn't what you want. You will need to install
11936 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11937 Use the --without-x option if you really want this." >&2;}
11938 { (exit 1); exit 1; }; } ;;
11939 esac
11944 XML2LIBS=""
11946 XML2INCL=""
11948 XSLTINCL=""
11950 if test "x$with_xml" != "xno"
11951 then
11952 ac_save_CPPFLAGS="$CPPFLAGS"
11953 if test "$PKG_CONFIG" != "false"
11954 then
11955 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11956 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11957 else
11958 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11959 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11961 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11963 for ac_header in libxml/parser.h
11965 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11967 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11968 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11969 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11970 echo $ECHO_N "(cached) $ECHO_C" >&6
11972 ac_res=`eval echo '${'$as_ac_Header'}'`
11973 { echo "$as_me:$LINENO: result: $ac_res" >&5
11974 echo "${ECHO_T}$ac_res" >&6; }
11975 else
11976 # Is the header compilable?
11977 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11978 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11979 cat >conftest.$ac_ext <<_ACEOF
11980 /* confdefs.h. */
11981 _ACEOF
11982 cat confdefs.h >>conftest.$ac_ext
11983 cat >>conftest.$ac_ext <<_ACEOF
11984 /* end confdefs.h. */
11985 $ac_includes_default
11986 #include <$ac_header>
11987 _ACEOF
11988 rm -f conftest.$ac_objext
11989 if { (ac_try="$ac_compile"
11990 case "(($ac_try" in
11991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11992 *) ac_try_echo=$ac_try;;
11993 esac
11994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11995 (eval "$ac_compile") 2>conftest.er1
11996 ac_status=$?
11997 grep -v '^ *+' conftest.er1 >conftest.err
11998 rm -f conftest.er1
11999 cat conftest.err >&5
12000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12001 (exit $ac_status); } && {
12002 test -z "$ac_c_werror_flag" ||
12003 test ! -s conftest.err
12004 } && test -s conftest.$ac_objext; then
12005 ac_header_compiler=yes
12006 else
12007 echo "$as_me: failed program was:" >&5
12008 sed 's/^/| /' conftest.$ac_ext >&5
12010 ac_header_compiler=no
12013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12014 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12015 echo "${ECHO_T}$ac_header_compiler" >&6; }
12017 # Is the header present?
12018 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12019 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12020 cat >conftest.$ac_ext <<_ACEOF
12021 /* confdefs.h. */
12022 _ACEOF
12023 cat confdefs.h >>conftest.$ac_ext
12024 cat >>conftest.$ac_ext <<_ACEOF
12025 /* end confdefs.h. */
12026 #include <$ac_header>
12027 _ACEOF
12028 if { (ac_try="$ac_cpp conftest.$ac_ext"
12029 case "(($ac_try" in
12030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12031 *) ac_try_echo=$ac_try;;
12032 esac
12033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12034 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12035 ac_status=$?
12036 grep -v '^ *+' conftest.er1 >conftest.err
12037 rm -f conftest.er1
12038 cat conftest.err >&5
12039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12040 (exit $ac_status); } >/dev/null && {
12041 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12042 test ! -s conftest.err
12043 }; then
12044 ac_header_preproc=yes
12045 else
12046 echo "$as_me: failed program was:" >&5
12047 sed 's/^/| /' conftest.$ac_ext >&5
12049 ac_header_preproc=no
12052 rm -f conftest.err conftest.$ac_ext
12053 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12054 echo "${ECHO_T}$ac_header_preproc" >&6; }
12056 # So? What about this header?
12057 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12058 yes:no: )
12059 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12060 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12061 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12062 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12063 ac_header_preproc=yes
12065 no:yes:* )
12066 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12067 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12068 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12069 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12070 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12071 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12072 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12073 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12074 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12075 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12076 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12077 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12078 ( cat <<\_ASBOX
12079 ## ------------------------------------ ##
12080 ## Report this to wine-devel@winehq.org ##
12081 ## ------------------------------------ ##
12082 _ASBOX
12083 ) | sed "s/^/$as_me: WARNING: /" >&2
12085 esac
12086 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12087 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
12091 eval "$as_ac_Header=\$ac_header_preproc"
12093 ac_res=`eval echo '${'$as_ac_Header'}'`
12094 { echo "$as_me:$LINENO: result: $ac_res" >&5
12095 echo "${ECHO_T}$ac_res" >&6; }
12098 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12099 cat >>confdefs.h <<_ACEOF
12100 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12101 _ACEOF
12102 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12103 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12104 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12105 echo $ECHO_N "(cached) $ECHO_C" >&6
12106 else
12107 ac_check_lib_save_LIBS=$LIBS
12108 LIBS="-lxml2 $ac_xml_libs $LIBS"
12109 cat >conftest.$ac_ext <<_ACEOF
12110 /* confdefs.h. */
12111 _ACEOF
12112 cat confdefs.h >>conftest.$ac_ext
12113 cat >>conftest.$ac_ext <<_ACEOF
12114 /* end confdefs.h. */
12116 /* Override any GCC internal prototype to avoid an error.
12117 Use char because int might match the return type of a GCC
12118 builtin and then its argument prototype would still apply. */
12119 #ifdef __cplusplus
12120 extern "C"
12121 #endif
12122 char xmlParseMemory ();
12124 main ()
12126 return xmlParseMemory ();
12128 return 0;
12130 _ACEOF
12131 rm -f conftest.$ac_objext conftest$ac_exeext
12132 if { (ac_try="$ac_link"
12133 case "(($ac_try" in
12134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12135 *) ac_try_echo=$ac_try;;
12136 esac
12137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12138 (eval "$ac_link") 2>conftest.er1
12139 ac_status=$?
12140 grep -v '^ *+' conftest.er1 >conftest.err
12141 rm -f conftest.er1
12142 cat conftest.err >&5
12143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12144 (exit $ac_status); } && {
12145 test -z "$ac_c_werror_flag" ||
12146 test ! -s conftest.err
12147 } && test -s conftest$ac_exeext &&
12148 $as_test_x conftest$ac_exeext; then
12149 ac_cv_lib_xml2_xmlParseMemory=yes
12150 else
12151 echo "$as_me: failed program was:" >&5
12152 sed 's/^/| /' conftest.$ac_ext >&5
12154 ac_cv_lib_xml2_xmlParseMemory=no
12157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12158 conftest$ac_exeext conftest.$ac_ext
12159 LIBS=$ac_check_lib_save_LIBS
12161 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12162 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12163 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12165 cat >>confdefs.h <<\_ACEOF
12166 #define HAVE_LIBXML2 1
12167 _ACEOF
12169 XML2LIBS="$ac_xml_libs"
12170 XML2INCL="$ac_xml_cflags"
12173 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12174 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12175 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12176 echo $ECHO_N "(cached) $ECHO_C" >&6
12177 else
12178 ac_check_lib_save_LIBS=$LIBS
12179 LIBS="-lxml2 $ac_xml_libs $LIBS"
12180 cat >conftest.$ac_ext <<_ACEOF
12181 /* confdefs.h. */
12182 _ACEOF
12183 cat confdefs.h >>conftest.$ac_ext
12184 cat >>conftest.$ac_ext <<_ACEOF
12185 /* end confdefs.h. */
12187 /* Override any GCC internal prototype to avoid an error.
12188 Use char because int might match the return type of a GCC
12189 builtin and then its argument prototype would still apply. */
12190 #ifdef __cplusplus
12191 extern "C"
12192 #endif
12193 char xmlReadMemory ();
12195 main ()
12197 return xmlReadMemory ();
12199 return 0;
12201 _ACEOF
12202 rm -f conftest.$ac_objext conftest$ac_exeext
12203 if { (ac_try="$ac_link"
12204 case "(($ac_try" in
12205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12207 esac
12208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12209 (eval "$ac_link") 2>conftest.er1
12210 ac_status=$?
12211 grep -v '^ *+' conftest.er1 >conftest.err
12212 rm -f conftest.er1
12213 cat conftest.err >&5
12214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12215 (exit $ac_status); } && {
12216 test -z "$ac_c_werror_flag" ||
12217 test ! -s conftest.err
12218 } && test -s conftest$ac_exeext &&
12219 $as_test_x conftest$ac_exeext; then
12220 ac_cv_lib_xml2_xmlReadMemory=yes
12221 else
12222 echo "$as_me: failed program was:" >&5
12223 sed 's/^/| /' conftest.$ac_ext >&5
12225 ac_cv_lib_xml2_xmlReadMemory=no
12228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12229 conftest$ac_exeext conftest.$ac_ext
12230 LIBS=$ac_check_lib_save_LIBS
12232 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12233 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12234 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12236 cat >>confdefs.h <<\_ACEOF
12237 #define HAVE_XMLREADMEMORY 1
12238 _ACEOF
12242 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12243 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12244 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12245 echo $ECHO_N "(cached) $ECHO_C" >&6
12246 else
12247 ac_check_lib_save_LIBS=$LIBS
12248 LIBS="-lxml2 $ac_xml_libs $LIBS"
12249 cat >conftest.$ac_ext <<_ACEOF
12250 /* confdefs.h. */
12251 _ACEOF
12252 cat confdefs.h >>conftest.$ac_ext
12253 cat >>conftest.$ac_ext <<_ACEOF
12254 /* end confdefs.h. */
12256 /* Override any GCC internal prototype to avoid an error.
12257 Use char because int might match the return type of a GCC
12258 builtin and then its argument prototype would still apply. */
12259 #ifdef __cplusplus
12260 extern "C"
12261 #endif
12262 char xmlNewDocPI ();
12264 main ()
12266 return xmlNewDocPI ();
12268 return 0;
12270 _ACEOF
12271 rm -f conftest.$ac_objext conftest$ac_exeext
12272 if { (ac_try="$ac_link"
12273 case "(($ac_try" in
12274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12275 *) ac_try_echo=$ac_try;;
12276 esac
12277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12278 (eval "$ac_link") 2>conftest.er1
12279 ac_status=$?
12280 grep -v '^ *+' conftest.er1 >conftest.err
12281 rm -f conftest.er1
12282 cat conftest.err >&5
12283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12284 (exit $ac_status); } && {
12285 test -z "$ac_c_werror_flag" ||
12286 test ! -s conftest.err
12287 } && test -s conftest$ac_exeext &&
12288 $as_test_x conftest$ac_exeext; then
12289 ac_cv_lib_xml2_xmlNewDocPI=yes
12290 else
12291 echo "$as_me: failed program was:" >&5
12292 sed 's/^/| /' conftest.$ac_ext >&5
12294 ac_cv_lib_xml2_xmlNewDocPI=no
12297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12298 conftest$ac_exeext conftest.$ac_ext
12299 LIBS=$ac_check_lib_save_LIBS
12301 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12302 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12303 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12305 cat >>confdefs.h <<\_ACEOF
12306 #define HAVE_XMLNEWDOCPI 1
12307 _ACEOF
12314 done
12316 CPPFLAGS="$ac_save_CPPFLAGS"
12318 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12319 case "x$with_xml" in
12320 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12321 xno) ;;
12322 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12323 This is an error since --with-xml was requested." >&5
12324 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12325 This is an error since --with-xml was requested." >&2;}
12326 { (exit 1); exit 1; }; } ;;
12327 esac
12331 if test "x$with_xslt" != "xno"
12332 then
12333 if test "$PKG_CONFIG" != "false"
12334 then
12335 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12336 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12337 else
12338 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12339 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12341 ac_save_CPPFLAGS="$CPPFLAGS"
12342 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12345 for ac_header in libxslt/pattern.h libxslt/transform.h
12347 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12348 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12349 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12350 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12351 echo $ECHO_N "(cached) $ECHO_C" >&6
12352 else
12353 cat >conftest.$ac_ext <<_ACEOF
12354 /* confdefs.h. */
12355 _ACEOF
12356 cat confdefs.h >>conftest.$ac_ext
12357 cat >>conftest.$ac_ext <<_ACEOF
12358 /* end confdefs.h. */
12359 #ifdef HAVE_LIBXSLT_PATTERN_H
12360 # include <libxslt/pattern.h>
12361 #endif
12363 #include <$ac_header>
12364 _ACEOF
12365 rm -f conftest.$ac_objext
12366 if { (ac_try="$ac_compile"
12367 case "(($ac_try" in
12368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12369 *) ac_try_echo=$ac_try;;
12370 esac
12371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12372 (eval "$ac_compile") 2>conftest.er1
12373 ac_status=$?
12374 grep -v '^ *+' conftest.er1 >conftest.err
12375 rm -f conftest.er1
12376 cat conftest.err >&5
12377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12378 (exit $ac_status); } && {
12379 test -z "$ac_c_werror_flag" ||
12380 test ! -s conftest.err
12381 } && test -s conftest.$ac_objext; then
12382 eval "$as_ac_Header=yes"
12383 else
12384 echo "$as_me: failed program was:" >&5
12385 sed 's/^/| /' conftest.$ac_ext >&5
12387 eval "$as_ac_Header=no"
12390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12392 ac_res=`eval echo '${'$as_ac_Header'}'`
12393 { echo "$as_me:$LINENO: result: $ac_res" >&5
12394 echo "${ECHO_T}$ac_res" >&6; }
12395 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12396 cat >>confdefs.h <<_ACEOF
12397 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12398 _ACEOF
12402 done
12404 CPPFLAGS="$ac_save_CPPFLAGS"
12405 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12406 then
12407 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12408 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12409 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12410 echo $ECHO_N "(cached) $ECHO_C" >&6
12411 else
12412 ac_check_soname_save_LIBS=$LIBS
12413 LIBS="-lxslt $ac_xslt_libs $LIBS"
12414 cat >conftest.$ac_ext <<_ACEOF
12415 /* confdefs.h. */
12416 _ACEOF
12417 cat confdefs.h >>conftest.$ac_ext
12418 cat >>conftest.$ac_ext <<_ACEOF
12419 /* end confdefs.h. */
12421 /* Override any GCC internal prototype to avoid an error.
12422 Use char because int might match the return type of a GCC
12423 builtin and then its argument prototype would still apply. */
12424 #ifdef __cplusplus
12425 extern "C"
12426 #endif
12427 char xsltCompilePattern ();
12429 main ()
12431 return xsltCompilePattern ();
12433 return 0;
12435 _ACEOF
12436 rm -f conftest.$ac_objext conftest$ac_exeext
12437 if { (ac_try="$ac_link"
12438 case "(($ac_try" in
12439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12440 *) ac_try_echo=$ac_try;;
12441 esac
12442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12443 (eval "$ac_link") 2>conftest.er1
12444 ac_status=$?
12445 grep -v '^ *+' conftest.er1 >conftest.err
12446 rm -f conftest.er1
12447 cat conftest.err >&5
12448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12449 (exit $ac_status); } && {
12450 test -z "$ac_c_werror_flag" ||
12451 test ! -s conftest.err
12452 } && test -s conftest$ac_exeext &&
12453 $as_test_x conftest$ac_exeext; then
12454 case "$LIBEXT" in
12455 dll) ;;
12456 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'` ;;
12457 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12458 esac
12459 else
12460 echo "$as_me: failed program was:" >&5
12461 sed 's/^/| /' conftest.$ac_ext >&5
12466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12467 conftest$ac_exeext conftest.$ac_ext
12468 LIBS=$ac_check_soname_save_LIBS
12470 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12471 { echo "$as_me:$LINENO: result: not found" >&5
12472 echo "${ECHO_T}not found" >&6; }
12474 else
12475 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12476 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12478 cat >>confdefs.h <<_ACEOF
12479 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12480 _ACEOF
12482 XSLTINCL="$ac_xslt_cflags"
12487 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12488 case "x$with_xslt" in
12489 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12490 xno) ;;
12491 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12492 This is an error since --with-xslt was requested." >&5
12493 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12494 This is an error since --with-xslt was requested." >&2;}
12495 { (exit 1); exit 1; }; } ;;
12496 esac
12500 HALINCL=""
12502 if test "x$with_hal" != "xno"
12503 then
12504 ac_save_CPPFLAGS="$CPPFLAGS"
12505 if test "$PKG_CONFIG" != "false"
12506 then
12507 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12508 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12509 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12513 for ac_header in dbus/dbus.h hal/libhal.h
12515 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12516 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12517 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12518 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12519 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12520 echo $ECHO_N "(cached) $ECHO_C" >&6
12522 ac_res=`eval echo '${'$as_ac_Header'}'`
12523 { echo "$as_me:$LINENO: result: $ac_res" >&5
12524 echo "${ECHO_T}$ac_res" >&6; }
12525 else
12526 # Is the header compilable?
12527 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12528 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12529 cat >conftest.$ac_ext <<_ACEOF
12530 /* confdefs.h. */
12531 _ACEOF
12532 cat confdefs.h >>conftest.$ac_ext
12533 cat >>conftest.$ac_ext <<_ACEOF
12534 /* end confdefs.h. */
12535 $ac_includes_default
12536 #include <$ac_header>
12537 _ACEOF
12538 rm -f conftest.$ac_objext
12539 if { (ac_try="$ac_compile"
12540 case "(($ac_try" in
12541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12542 *) ac_try_echo=$ac_try;;
12543 esac
12544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12545 (eval "$ac_compile") 2>conftest.er1
12546 ac_status=$?
12547 grep -v '^ *+' conftest.er1 >conftest.err
12548 rm -f conftest.er1
12549 cat conftest.err >&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); } && {
12552 test -z "$ac_c_werror_flag" ||
12553 test ! -s conftest.err
12554 } && test -s conftest.$ac_objext; then
12555 ac_header_compiler=yes
12556 else
12557 echo "$as_me: failed program was:" >&5
12558 sed 's/^/| /' conftest.$ac_ext >&5
12560 ac_header_compiler=no
12563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12564 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12565 echo "${ECHO_T}$ac_header_compiler" >&6; }
12567 # Is the header present?
12568 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12569 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12570 cat >conftest.$ac_ext <<_ACEOF
12571 /* confdefs.h. */
12572 _ACEOF
12573 cat confdefs.h >>conftest.$ac_ext
12574 cat >>conftest.$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12576 #include <$ac_header>
12577 _ACEOF
12578 if { (ac_try="$ac_cpp conftest.$ac_ext"
12579 case "(($ac_try" in
12580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12581 *) ac_try_echo=$ac_try;;
12582 esac
12583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12584 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12585 ac_status=$?
12586 grep -v '^ *+' conftest.er1 >conftest.err
12587 rm -f conftest.er1
12588 cat conftest.err >&5
12589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12590 (exit $ac_status); } >/dev/null && {
12591 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12592 test ! -s conftest.err
12593 }; then
12594 ac_header_preproc=yes
12595 else
12596 echo "$as_me: failed program was:" >&5
12597 sed 's/^/| /' conftest.$ac_ext >&5
12599 ac_header_preproc=no
12602 rm -f conftest.err conftest.$ac_ext
12603 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12604 echo "${ECHO_T}$ac_header_preproc" >&6; }
12606 # So? What about this header?
12607 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12608 yes:no: )
12609 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12610 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12611 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12612 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12613 ac_header_preproc=yes
12615 no:yes:* )
12616 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12617 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12618 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12619 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12620 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12621 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12622 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12623 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12624 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12625 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12626 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12627 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12628 ( cat <<\_ASBOX
12629 ## ------------------------------------ ##
12630 ## Report this to wine-devel@winehq.org ##
12631 ## ------------------------------------ ##
12632 _ASBOX
12633 ) | sed "s/^/$as_me: WARNING: /" >&2
12635 esac
12636 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12637 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12639 echo $ECHO_N "(cached) $ECHO_C" >&6
12640 else
12641 eval "$as_ac_Header=\$ac_header_preproc"
12643 ac_res=`eval echo '${'$as_ac_Header'}'`
12644 { echo "$as_me:$LINENO: result: $ac_res" >&5
12645 echo "${ECHO_T}$ac_res" >&6; }
12648 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12649 cat >>confdefs.h <<_ACEOF
12650 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12651 _ACEOF
12655 done
12657 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12658 then
12659 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12660 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12661 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12662 echo $ECHO_N "(cached) $ECHO_C" >&6
12663 else
12664 ac_check_lib_save_LIBS=$LIBS
12665 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12666 cat >conftest.$ac_ext <<_ACEOF
12667 /* confdefs.h. */
12668 _ACEOF
12669 cat confdefs.h >>conftest.$ac_ext
12670 cat >>conftest.$ac_ext <<_ACEOF
12671 /* end confdefs.h. */
12673 /* Override any GCC internal prototype to avoid an error.
12674 Use char because int might match the return type of a GCC
12675 builtin and then its argument prototype would still apply. */
12676 #ifdef __cplusplus
12677 extern "C"
12678 #endif
12679 char dbus_connection_close ();
12681 main ()
12683 return dbus_connection_close ();
12685 return 0;
12687 _ACEOF
12688 rm -f conftest.$ac_objext conftest$ac_exeext
12689 if { (ac_try="$ac_link"
12690 case "(($ac_try" in
12691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12692 *) ac_try_echo=$ac_try;;
12693 esac
12694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12695 (eval "$ac_link") 2>conftest.er1
12696 ac_status=$?
12697 grep -v '^ *+' conftest.er1 >conftest.err
12698 rm -f conftest.er1
12699 cat conftest.err >&5
12700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12701 (exit $ac_status); } && {
12702 test -z "$ac_c_werror_flag" ||
12703 test ! -s conftest.err
12704 } && test -s conftest$ac_exeext &&
12705 $as_test_x conftest$ac_exeext; then
12706 ac_cv_lib_dbus_1_dbus_connection_close=yes
12707 else
12708 echo "$as_me: failed program was:" >&5
12709 sed 's/^/| /' conftest.$ac_ext >&5
12711 ac_cv_lib_dbus_1_dbus_connection_close=no
12714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12715 conftest$ac_exeext conftest.$ac_ext
12716 LIBS=$ac_check_lib_save_LIBS
12718 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12719 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12720 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12721 { echo "$as_me:$LINENO: checking for -lhal" >&5
12722 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12723 if test "${ac_cv_lib_soname_hal+set}" = set; then
12724 echo $ECHO_N "(cached) $ECHO_C" >&6
12725 else
12726 ac_check_soname_save_LIBS=$LIBS
12727 LIBS="-lhal $ac_hal_libs $LIBS"
12728 cat >conftest.$ac_ext <<_ACEOF
12729 /* confdefs.h. */
12730 _ACEOF
12731 cat confdefs.h >>conftest.$ac_ext
12732 cat >>conftest.$ac_ext <<_ACEOF
12733 /* end confdefs.h. */
12735 /* Override any GCC internal prototype to avoid an error.
12736 Use char because int might match the return type of a GCC
12737 builtin and then its argument prototype would still apply. */
12738 #ifdef __cplusplus
12739 extern "C"
12740 #endif
12741 char libhal_ctx_new ();
12743 main ()
12745 return libhal_ctx_new ();
12747 return 0;
12749 _ACEOF
12750 rm -f conftest.$ac_objext conftest$ac_exeext
12751 if { (ac_try="$ac_link"
12752 case "(($ac_try" in
12753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754 *) ac_try_echo=$ac_try;;
12755 esac
12756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12757 (eval "$ac_link") 2>conftest.er1
12758 ac_status=$?
12759 grep -v '^ *+' conftest.er1 >conftest.err
12760 rm -f conftest.er1
12761 cat conftest.err >&5
12762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763 (exit $ac_status); } && {
12764 test -z "$ac_c_werror_flag" ||
12765 test ! -s conftest.err
12766 } && test -s conftest$ac_exeext &&
12767 $as_test_x conftest$ac_exeext; then
12768 case "$LIBEXT" in
12769 dll) ;;
12770 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'` ;;
12771 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12772 esac
12773 else
12774 echo "$as_me: failed program was:" >&5
12775 sed 's/^/| /' conftest.$ac_ext >&5
12780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12781 conftest$ac_exeext conftest.$ac_ext
12782 LIBS=$ac_check_soname_save_LIBS
12784 if test "x$ac_cv_lib_soname_hal" = "x"; then
12785 { echo "$as_me:$LINENO: result: not found" >&5
12786 echo "${ECHO_T}not found" >&6; }
12788 else
12789 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12790 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12792 cat >>confdefs.h <<_ACEOF
12793 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12794 _ACEOF
12796 HALINCL="$ac_hal_cflags"
12802 CPPFLAGS="$ac_save_CPPFLAGS"
12804 if test "x$ac_cv_lib_soname_hal" = "x"; then
12805 case "x$with_hal" in
12806 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12807 xno) ;;
12808 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12809 This is an error since --with-hal was requested." >&5
12810 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12811 This is an error since --with-hal was requested." >&2;}
12812 { (exit 1); exit 1; }; } ;;
12813 esac
12817 if test "x$with_gnutls" != "xno"
12818 then
12819 ac_save_CPPFLAGS="$CPPFLAGS"
12820 if test "$PKG_CONFIG" != "false"
12821 then
12822 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12823 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12824 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12826 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12827 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12828 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12829 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12830 echo $ECHO_N "(cached) $ECHO_C" >&6
12832 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12833 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12834 else
12835 # Is the header compilable?
12836 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12837 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12844 $ac_includes_default
12845 #include <gnutls/gnutls.h>
12846 _ACEOF
12847 rm -f conftest.$ac_objext
12848 if { (ac_try="$ac_compile"
12849 case "(($ac_try" in
12850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12851 *) ac_try_echo=$ac_try;;
12852 esac
12853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12854 (eval "$ac_compile") 2>conftest.er1
12855 ac_status=$?
12856 grep -v '^ *+' conftest.er1 >conftest.err
12857 rm -f conftest.er1
12858 cat conftest.err >&5
12859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860 (exit $ac_status); } && {
12861 test -z "$ac_c_werror_flag" ||
12862 test ! -s conftest.err
12863 } && test -s conftest.$ac_objext; then
12864 ac_header_compiler=yes
12865 else
12866 echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.$ac_ext >&5
12869 ac_header_compiler=no
12872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12874 echo "${ECHO_T}$ac_header_compiler" >&6; }
12876 # Is the header present?
12877 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12878 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12879 cat >conftest.$ac_ext <<_ACEOF
12880 /* confdefs.h. */
12881 _ACEOF
12882 cat confdefs.h >>conftest.$ac_ext
12883 cat >>conftest.$ac_ext <<_ACEOF
12884 /* end confdefs.h. */
12885 #include <gnutls/gnutls.h>
12886 _ACEOF
12887 if { (ac_try="$ac_cpp conftest.$ac_ext"
12888 case "(($ac_try" in
12889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12890 *) ac_try_echo=$ac_try;;
12891 esac
12892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12894 ac_status=$?
12895 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1
12897 cat conftest.err >&5
12898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } >/dev/null && {
12900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12901 test ! -s conftest.err
12902 }; then
12903 ac_header_preproc=yes
12904 else
12905 echo "$as_me: failed program was:" >&5
12906 sed 's/^/| /' conftest.$ac_ext >&5
12908 ac_header_preproc=no
12911 rm -f conftest.err conftest.$ac_ext
12912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12913 echo "${ECHO_T}$ac_header_preproc" >&6; }
12915 # So? What about this header?
12916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12917 yes:no: )
12918 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12919 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12920 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12921 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12922 ac_header_preproc=yes
12924 no:yes:* )
12925 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12926 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12927 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12928 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12929 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12930 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12931 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12932 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12933 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12934 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12935 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12936 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12937 ( cat <<\_ASBOX
12938 ## ------------------------------------ ##
12939 ## Report this to wine-devel@winehq.org ##
12940 ## ------------------------------------ ##
12941 _ASBOX
12942 ) | sed "s/^/$as_me: WARNING: /" >&2
12944 esac
12945 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12946 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12947 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12948 echo $ECHO_N "(cached) $ECHO_C" >&6
12949 else
12950 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12952 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12953 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12956 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12957 cat >conftest.$ac_ext <<_ACEOF
12958 /* confdefs.h. */
12959 _ACEOF
12960 cat confdefs.h >>conftest.$ac_ext
12961 cat >>conftest.$ac_ext <<_ACEOF
12962 /* end confdefs.h. */
12963 #include <gnutls/gnutls.h>
12965 main ()
12967 typeof(gnutls_mac_get_key_size) *pfunc;
12969 return 0;
12971 _ACEOF
12972 rm -f conftest.$ac_objext
12973 if { (ac_try="$ac_compile"
12974 case "(($ac_try" in
12975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976 *) ac_try_echo=$ac_try;;
12977 esac
12978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12979 (eval "$ac_compile") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && {
12986 test -z "$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 } && test -s conftest.$ac_objext; then
12989 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12990 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12991 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12992 echo $ECHO_N "(cached) $ECHO_C" >&6
12993 else
12994 ac_check_soname_save_LIBS=$LIBS
12995 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12996 cat >conftest.$ac_ext <<_ACEOF
12997 /* confdefs.h. */
12998 _ACEOF
12999 cat confdefs.h >>conftest.$ac_ext
13000 cat >>conftest.$ac_ext <<_ACEOF
13001 /* end confdefs.h. */
13003 /* Override any GCC internal prototype to avoid an error.
13004 Use char because int might match the return type of a GCC
13005 builtin and then its argument prototype would still apply. */
13006 #ifdef __cplusplus
13007 extern "C"
13008 #endif
13009 char gnutls_global_init ();
13011 main ()
13013 return gnutls_global_init ();
13015 return 0;
13017 _ACEOF
13018 rm -f conftest.$ac_objext conftest$ac_exeext
13019 if { (ac_try="$ac_link"
13020 case "(($ac_try" in
13021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13022 *) ac_try_echo=$ac_try;;
13023 esac
13024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13025 (eval "$ac_link") 2>conftest.er1
13026 ac_status=$?
13027 grep -v '^ *+' conftest.er1 >conftest.err
13028 rm -f conftest.er1
13029 cat conftest.err >&5
13030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13031 (exit $ac_status); } && {
13032 test -z "$ac_c_werror_flag" ||
13033 test ! -s conftest.err
13034 } && test -s conftest$ac_exeext &&
13035 $as_test_x conftest$ac_exeext; then
13036 case "$LIBEXT" in
13037 dll) ;;
13038 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'` ;;
13039 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13040 esac
13041 else
13042 echo "$as_me: failed program was:" >&5
13043 sed 's/^/| /' conftest.$ac_ext >&5
13048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13049 conftest$ac_exeext conftest.$ac_ext
13050 LIBS=$ac_check_soname_save_LIBS
13052 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13053 { echo "$as_me:$LINENO: result: not found" >&5
13054 echo "${ECHO_T}not found" >&6; }
13056 else
13057 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13058 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13060 cat >>confdefs.h <<_ACEOF
13061 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13062 _ACEOF
13064 GNUTLSINCL="$ac_gnutls_cflags"
13068 else
13069 echo "$as_me: failed program was:" >&5
13070 sed 's/^/| /' conftest.$ac_ext >&5
13075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13079 CPPFLAGS="$ac_save_CPPFLAGS"
13081 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13082 case "x$with_gnutls" in
13083 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13084 xno) ;;
13085 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13086 This is an error since --with-gnutls was requested." >&5
13087 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13088 This is an error since --with-gnutls was requested." >&2;}
13089 { (exit 1); exit 1; }; } ;;
13090 esac
13094 CURSESLIBS=""
13095 if test "$ac_cv_header_ncurses_h" = "yes"
13096 then
13097 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13098 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13099 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13100 echo $ECHO_N "(cached) $ECHO_C" >&6
13101 else
13102 ac_check_soname_save_LIBS=$LIBS
13103 LIBS="-lncurses $LIBS"
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h. */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h. */
13111 /* Override any GCC internal prototype to avoid an error.
13112 Use char because int might match the return type of a GCC
13113 builtin and then its argument prototype would still apply. */
13114 #ifdef __cplusplus
13115 extern "C"
13116 #endif
13117 char waddch ();
13119 main ()
13121 return waddch ();
13123 return 0;
13125 _ACEOF
13126 rm -f conftest.$ac_objext conftest$ac_exeext
13127 if { (ac_try="$ac_link"
13128 case "(($ac_try" in
13129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13130 *) ac_try_echo=$ac_try;;
13131 esac
13132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13133 (eval "$ac_link") 2>conftest.er1
13134 ac_status=$?
13135 grep -v '^ *+' conftest.er1 >conftest.err
13136 rm -f conftest.er1
13137 cat conftest.err >&5
13138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13139 (exit $ac_status); } && {
13140 test -z "$ac_c_werror_flag" ||
13141 test ! -s conftest.err
13142 } && test -s conftest$ac_exeext &&
13143 $as_test_x conftest$ac_exeext; then
13144 case "$LIBEXT" in
13145 dll) ;;
13146 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'` ;;
13147 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13148 esac
13149 else
13150 echo "$as_me: failed program was:" >&5
13151 sed 's/^/| /' conftest.$ac_ext >&5
13156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13157 conftest$ac_exeext conftest.$ac_ext
13158 LIBS=$ac_check_soname_save_LIBS
13160 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13161 { echo "$as_me:$LINENO: result: not found" >&5
13162 echo "${ECHO_T}not found" >&6; }
13164 else
13165 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13166 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13168 cat >>confdefs.h <<_ACEOF
13169 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13170 _ACEOF
13172 CURSESLIBS="-lncurses"
13175 elif test "$ac_cv_header_curses_h" = "yes"
13176 then
13177 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13178 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13179 if test "${ac_cv_lib_soname_curses+set}" = set; then
13180 echo $ECHO_N "(cached) $ECHO_C" >&6
13181 else
13182 ac_check_soname_save_LIBS=$LIBS
13183 LIBS="-lcurses $LIBS"
13184 cat >conftest.$ac_ext <<_ACEOF
13185 /* confdefs.h. */
13186 _ACEOF
13187 cat confdefs.h >>conftest.$ac_ext
13188 cat >>conftest.$ac_ext <<_ACEOF
13189 /* end confdefs.h. */
13191 /* Override any GCC internal prototype to avoid an error.
13192 Use char because int might match the return type of a GCC
13193 builtin and then its argument prototype would still apply. */
13194 #ifdef __cplusplus
13195 extern "C"
13196 #endif
13197 char waddch ();
13199 main ()
13201 return waddch ();
13203 return 0;
13205 _ACEOF
13206 rm -f conftest.$ac_objext conftest$ac_exeext
13207 if { (ac_try="$ac_link"
13208 case "(($ac_try" in
13209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13210 *) ac_try_echo=$ac_try;;
13211 esac
13212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13213 (eval "$ac_link") 2>conftest.er1
13214 ac_status=$?
13215 grep -v '^ *+' conftest.er1 >conftest.err
13216 rm -f conftest.er1
13217 cat conftest.err >&5
13218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219 (exit $ac_status); } && {
13220 test -z "$ac_c_werror_flag" ||
13221 test ! -s conftest.err
13222 } && test -s conftest$ac_exeext &&
13223 $as_test_x conftest$ac_exeext; then
13224 case "$LIBEXT" in
13225 dll) ;;
13226 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'` ;;
13227 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13228 esac
13229 else
13230 echo "$as_me: failed program was:" >&5
13231 sed 's/^/| /' conftest.$ac_ext >&5
13236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13237 conftest$ac_exeext conftest.$ac_ext
13238 LIBS=$ac_check_soname_save_LIBS
13240 if test "x$ac_cv_lib_soname_curses" = "x"; then
13241 { echo "$as_me:$LINENO: result: not found" >&5
13242 echo "${ECHO_T}not found" >&6; }
13244 else
13245 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13246 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13248 cat >>confdefs.h <<_ACEOF
13249 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13250 _ACEOF
13252 CURSESLIBS="-lcurses"
13256 ac_save_LIBS="$LIBS"
13257 LIBS="$LIBS $CURSESLIBS"
13259 for ac_func in mousemask
13261 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13262 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13263 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13264 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13265 echo $ECHO_N "(cached) $ECHO_C" >&6
13266 else
13267 cat >conftest.$ac_ext <<_ACEOF
13268 /* confdefs.h. */
13269 _ACEOF
13270 cat confdefs.h >>conftest.$ac_ext
13271 cat >>conftest.$ac_ext <<_ACEOF
13272 /* end confdefs.h. */
13273 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13274 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13275 #define $ac_func innocuous_$ac_func
13277 /* System header to define __stub macros and hopefully few prototypes,
13278 which can conflict with char $ac_func (); below.
13279 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13280 <limits.h> exists even on freestanding compilers. */
13282 #ifdef __STDC__
13283 # include <limits.h>
13284 #else
13285 # include <assert.h>
13286 #endif
13288 #undef $ac_func
13290 /* Override any GCC internal prototype to avoid an error.
13291 Use char because int might match the return type of a GCC
13292 builtin and then its argument prototype would still apply. */
13293 #ifdef __cplusplus
13294 extern "C"
13295 #endif
13296 char $ac_func ();
13297 /* The GNU C library defines this for functions which it implements
13298 to always fail with ENOSYS. Some functions are actually named
13299 something starting with __ and the normal name is an alias. */
13300 #if defined __stub_$ac_func || defined __stub___$ac_func
13301 choke me
13302 #endif
13305 main ()
13307 return $ac_func ();
13309 return 0;
13311 _ACEOF
13312 rm -f conftest.$ac_objext conftest$ac_exeext
13313 if { (ac_try="$ac_link"
13314 case "(($ac_try" in
13315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13316 *) ac_try_echo=$ac_try;;
13317 esac
13318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13319 (eval "$ac_link") 2>conftest.er1
13320 ac_status=$?
13321 grep -v '^ *+' conftest.er1 >conftest.err
13322 rm -f conftest.er1
13323 cat conftest.err >&5
13324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13325 (exit $ac_status); } && {
13326 test -z "$ac_c_werror_flag" ||
13327 test ! -s conftest.err
13328 } && test -s conftest$ac_exeext &&
13329 $as_test_x conftest$ac_exeext; then
13330 eval "$as_ac_var=yes"
13331 else
13332 echo "$as_me: failed program was:" >&5
13333 sed 's/^/| /' conftest.$ac_ext >&5
13335 eval "$as_ac_var=no"
13338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13339 conftest$ac_exeext conftest.$ac_ext
13341 ac_res=`eval echo '${'$as_ac_var'}'`
13342 { echo "$as_me:$LINENO: result: $ac_res" >&5
13343 echo "${ECHO_T}$ac_res" >&6; }
13344 if test `eval echo '${'$as_ac_var'}'` = yes; then
13345 cat >>confdefs.h <<_ACEOF
13346 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13347 _ACEOF
13350 done
13352 LIBS="$ac_save_LIBS"
13353 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13354 case "x$with_curses" in
13355 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13356 xno) ;;
13357 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13358 This is an error since --with-curses was requested." >&5
13359 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13360 This is an error since --with-curses was requested." >&2;}
13361 { (exit 1); exit 1; }; } ;;
13362 esac
13366 if test "x$with_sane" != "xno"
13367 then
13368 ac_save_CPPFLAGS="$CPPFLAGS"
13369 # Extract the first word of "sane-config", so it can be a program name with args.
13370 set dummy sane-config; ac_word=$2
13371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13373 if test "${ac_cv_prog_sane_devel+set}" = set; then
13374 echo $ECHO_N "(cached) $ECHO_C" >&6
13375 else
13376 if test -n "$sane_devel"; then
13377 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13378 else
13379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13380 for as_dir in $PATH
13382 IFS=$as_save_IFS
13383 test -z "$as_dir" && as_dir=.
13384 for ac_exec_ext in '' $ac_executable_extensions; do
13385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13386 ac_cv_prog_sane_devel="sane-config"
13387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13388 break 2
13390 done
13391 done
13392 IFS=$as_save_IFS
13394 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13397 sane_devel=$ac_cv_prog_sane_devel
13398 if test -n "$sane_devel"; then
13399 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13400 echo "${ECHO_T}$sane_devel" >&6; }
13401 else
13402 { echo "$as_me:$LINENO: result: no" >&5
13403 echo "${ECHO_T}no" >&6; }
13407 if test "$sane_devel" != "no"
13408 then
13409 ac_sane_incl="`$sane_devel --cflags`"
13410 ac_sane_libs="`$sane_devel --ldflags`"
13411 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13413 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13414 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13415 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13416 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13417 echo $ECHO_N "(cached) $ECHO_C" >&6
13419 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13420 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13421 else
13422 # Is the header compilable?
13423 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13424 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13425 cat >conftest.$ac_ext <<_ACEOF
13426 /* confdefs.h. */
13427 _ACEOF
13428 cat confdefs.h >>conftest.$ac_ext
13429 cat >>conftest.$ac_ext <<_ACEOF
13430 /* end confdefs.h. */
13431 $ac_includes_default
13432 #include <sane/sane.h>
13433 _ACEOF
13434 rm -f conftest.$ac_objext
13435 if { (ac_try="$ac_compile"
13436 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441 (eval "$ac_compile") 2>conftest.er1
13442 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1
13445 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } && {
13448 test -z "$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13450 } && test -s conftest.$ac_objext; then
13451 ac_header_compiler=yes
13452 else
13453 echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13456 ac_header_compiler=no
13459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13460 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13461 echo "${ECHO_T}$ac_header_compiler" >&6; }
13463 # Is the header present?
13464 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13465 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13466 cat >conftest.$ac_ext <<_ACEOF
13467 /* confdefs.h. */
13468 _ACEOF
13469 cat confdefs.h >>conftest.$ac_ext
13470 cat >>conftest.$ac_ext <<_ACEOF
13471 /* end confdefs.h. */
13472 #include <sane/sane.h>
13473 _ACEOF
13474 if { (ac_try="$ac_cpp conftest.$ac_ext"
13475 case "(($ac_try" in
13476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13477 *) ac_try_echo=$ac_try;;
13478 esac
13479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13480 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13481 ac_status=$?
13482 grep -v '^ *+' conftest.er1 >conftest.err
13483 rm -f conftest.er1
13484 cat conftest.err >&5
13485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13486 (exit $ac_status); } >/dev/null && {
13487 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13488 test ! -s conftest.err
13489 }; then
13490 ac_header_preproc=yes
13491 else
13492 echo "$as_me: failed program was:" >&5
13493 sed 's/^/| /' conftest.$ac_ext >&5
13495 ac_header_preproc=no
13498 rm -f conftest.err conftest.$ac_ext
13499 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13500 echo "${ECHO_T}$ac_header_preproc" >&6; }
13502 # So? What about this header?
13503 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13504 yes:no: )
13505 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13506 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13507 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13508 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13509 ac_header_preproc=yes
13511 no:yes:* )
13512 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13513 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13514 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13515 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13516 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13517 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13518 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13519 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13520 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13521 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13522 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13523 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13524 ( cat <<\_ASBOX
13525 ## ------------------------------------ ##
13526 ## Report this to wine-devel@winehq.org ##
13527 ## ------------------------------------ ##
13528 _ASBOX
13529 ) | sed "s/^/$as_me: WARNING: /" >&2
13531 esac
13532 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13533 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13534 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13535 echo $ECHO_N "(cached) $ECHO_C" >&6
13536 else
13537 ac_cv_header_sane_sane_h=$ac_header_preproc
13539 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13540 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13543 if test $ac_cv_header_sane_sane_h = yes; then
13544 { echo "$as_me:$LINENO: checking for -lsane" >&5
13545 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13546 if test "${ac_cv_lib_soname_sane+set}" = set; then
13547 echo $ECHO_N "(cached) $ECHO_C" >&6
13548 else
13549 ac_check_soname_save_LIBS=$LIBS
13550 LIBS="-lsane $ac_sane_libs $LIBS"
13551 cat >conftest.$ac_ext <<_ACEOF
13552 /* confdefs.h. */
13553 _ACEOF
13554 cat confdefs.h >>conftest.$ac_ext
13555 cat >>conftest.$ac_ext <<_ACEOF
13556 /* end confdefs.h. */
13558 /* Override any GCC internal prototype to avoid an error.
13559 Use char because int might match the return type of a GCC
13560 builtin and then its argument prototype would still apply. */
13561 #ifdef __cplusplus
13562 extern "C"
13563 #endif
13564 char sane_init ();
13566 main ()
13568 return sane_init ();
13570 return 0;
13572 _ACEOF
13573 rm -f conftest.$ac_objext conftest$ac_exeext
13574 if { (ac_try="$ac_link"
13575 case "(($ac_try" in
13576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13577 *) ac_try_echo=$ac_try;;
13578 esac
13579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13580 (eval "$ac_link") 2>conftest.er1
13581 ac_status=$?
13582 grep -v '^ *+' conftest.er1 >conftest.err
13583 rm -f conftest.er1
13584 cat conftest.err >&5
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); } && {
13587 test -z "$ac_c_werror_flag" ||
13588 test ! -s conftest.err
13589 } && test -s conftest$ac_exeext &&
13590 $as_test_x conftest$ac_exeext; then
13591 case "$LIBEXT" in
13592 dll) ;;
13593 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'` ;;
13594 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13595 esac
13596 else
13597 echo "$as_me: failed program was:" >&5
13598 sed 's/^/| /' conftest.$ac_ext >&5
13603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13604 conftest$ac_exeext conftest.$ac_ext
13605 LIBS=$ac_check_soname_save_LIBS
13607 if test "x$ac_cv_lib_soname_sane" = "x"; then
13608 { echo "$as_me:$LINENO: result: not found" >&5
13609 echo "${ECHO_T}not found" >&6; }
13611 else
13612 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13613 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13615 cat >>confdefs.h <<_ACEOF
13616 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13617 _ACEOF
13619 SANEINCL="$ac_sane_incl"
13626 CPPFLAGS="$ac_save_CPPFLAGS"
13628 if test "x$ac_cv_lib_soname_sane" = "x"; then
13629 case "x$with_sane" in
13630 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13631 xno) ;;
13632 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13633 This is an error since --with-sane was requested." >&5
13634 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13635 This is an error since --with-sane was requested." >&2;}
13636 { (exit 1); exit 1; }; } ;;
13637 esac
13641 if test "x$with_gphoto" != "xno"
13642 then
13643 ac_save_CPPFLAGS="$CPPFLAGS"
13644 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13645 set dummy gphoto2-config; ac_word=$2
13646 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13648 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13649 echo $ECHO_N "(cached) $ECHO_C" >&6
13650 else
13651 if test -n "$gphoto2_devel"; then
13652 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13653 else
13654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13655 for as_dir in $PATH
13657 IFS=$as_save_IFS
13658 test -z "$as_dir" && as_dir=.
13659 for ac_exec_ext in '' $ac_executable_extensions; do
13660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13661 ac_cv_prog_gphoto2_devel="gphoto2-config"
13662 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13663 break 2
13665 done
13666 done
13667 IFS=$as_save_IFS
13669 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13672 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13673 if test -n "$gphoto2_devel"; then
13674 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13675 echo "${ECHO_T}$gphoto2_devel" >&6; }
13676 else
13677 { echo "$as_me:$LINENO: result: no" >&5
13678 echo "${ECHO_T}no" >&6; }
13682 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13683 set dummy gphoto2-port-config; ac_word=$2
13684 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13685 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13686 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13687 echo $ECHO_N "(cached) $ECHO_C" >&6
13688 else
13689 if test -n "$gphoto2port_devel"; then
13690 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13691 else
13692 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13693 for as_dir in $PATH
13695 IFS=$as_save_IFS
13696 test -z "$as_dir" && as_dir=.
13697 for ac_exec_ext in '' $ac_executable_extensions; do
13698 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13699 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13700 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13701 break 2
13703 done
13704 done
13705 IFS=$as_save_IFS
13707 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13710 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13711 if test -n "$gphoto2port_devel"; then
13712 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13713 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13714 else
13715 { echo "$as_me:$LINENO: result: no" >&5
13716 echo "${ECHO_T}no" >&6; }
13720 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13721 then
13722 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13723 ac_gphoto2_libs=""
13724 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13726 case "$i" in
13727 -L/usr/lib|-L/usr/lib64) ;;
13728 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13729 esac
13730 done
13731 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13733 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13734 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13735 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13736 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13737 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13738 echo $ECHO_N "(cached) $ECHO_C" >&6
13740 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13741 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13742 else
13743 # Is the header compilable?
13744 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13745 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13746 cat >conftest.$ac_ext <<_ACEOF
13747 /* confdefs.h. */
13748 _ACEOF
13749 cat confdefs.h >>conftest.$ac_ext
13750 cat >>conftest.$ac_ext <<_ACEOF
13751 /* end confdefs.h. */
13752 $ac_includes_default
13753 #include <gphoto2-camera.h>
13754 _ACEOF
13755 rm -f conftest.$ac_objext
13756 if { (ac_try="$ac_compile"
13757 case "(($ac_try" in
13758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13759 *) ac_try_echo=$ac_try;;
13760 esac
13761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13762 (eval "$ac_compile") 2>conftest.er1
13763 ac_status=$?
13764 grep -v '^ *+' conftest.er1 >conftest.err
13765 rm -f conftest.er1
13766 cat conftest.err >&5
13767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13768 (exit $ac_status); } && {
13769 test -z "$ac_c_werror_flag" ||
13770 test ! -s conftest.err
13771 } && test -s conftest.$ac_objext; then
13772 ac_header_compiler=yes
13773 else
13774 echo "$as_me: failed program was:" >&5
13775 sed 's/^/| /' conftest.$ac_ext >&5
13777 ac_header_compiler=no
13780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13781 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13782 echo "${ECHO_T}$ac_header_compiler" >&6; }
13784 # Is the header present?
13785 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13786 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13787 cat >conftest.$ac_ext <<_ACEOF
13788 /* confdefs.h. */
13789 _ACEOF
13790 cat confdefs.h >>conftest.$ac_ext
13791 cat >>conftest.$ac_ext <<_ACEOF
13792 /* end confdefs.h. */
13793 #include <gphoto2-camera.h>
13794 _ACEOF
13795 if { (ac_try="$ac_cpp conftest.$ac_ext"
13796 case "(($ac_try" in
13797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13798 *) ac_try_echo=$ac_try;;
13799 esac
13800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13801 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13802 ac_status=$?
13803 grep -v '^ *+' conftest.er1 >conftest.err
13804 rm -f conftest.er1
13805 cat conftest.err >&5
13806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13807 (exit $ac_status); } >/dev/null && {
13808 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13809 test ! -s conftest.err
13810 }; then
13811 ac_header_preproc=yes
13812 else
13813 echo "$as_me: failed program was:" >&5
13814 sed 's/^/| /' conftest.$ac_ext >&5
13816 ac_header_preproc=no
13819 rm -f conftest.err conftest.$ac_ext
13820 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13821 echo "${ECHO_T}$ac_header_preproc" >&6; }
13823 # So? What about this header?
13824 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13825 yes:no: )
13826 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13827 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13828 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13829 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13830 ac_header_preproc=yes
13832 no:yes:* )
13833 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13834 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13835 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13836 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13837 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13838 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13839 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13840 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13841 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13842 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13843 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13844 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13845 ( cat <<\_ASBOX
13846 ## ------------------------------------ ##
13847 ## Report this to wine-devel@winehq.org ##
13848 ## ------------------------------------ ##
13849 _ASBOX
13850 ) | sed "s/^/$as_me: WARNING: /" >&2
13852 esac
13853 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13854 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13855 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13856 echo $ECHO_N "(cached) $ECHO_C" >&6
13857 else
13858 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13860 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13861 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13864 if test $ac_cv_header_gphoto2_camera_h = yes; then
13865 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13866 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13867 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13868 echo $ECHO_N "(cached) $ECHO_C" >&6
13869 else
13870 ac_check_lib_save_LIBS=$LIBS
13871 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13872 cat >conftest.$ac_ext <<_ACEOF
13873 /* confdefs.h. */
13874 _ACEOF
13875 cat confdefs.h >>conftest.$ac_ext
13876 cat >>conftest.$ac_ext <<_ACEOF
13877 /* end confdefs.h. */
13879 /* Override any GCC internal prototype to avoid an error.
13880 Use char because int might match the return type of a GCC
13881 builtin and then its argument prototype would still apply. */
13882 #ifdef __cplusplus
13883 extern "C"
13884 #endif
13885 char gp_camera_new ();
13887 main ()
13889 return gp_camera_new ();
13891 return 0;
13893 _ACEOF
13894 rm -f conftest.$ac_objext conftest$ac_exeext
13895 if { (ac_try="$ac_link"
13896 case "(($ac_try" in
13897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13898 *) ac_try_echo=$ac_try;;
13899 esac
13900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13901 (eval "$ac_link") 2>conftest.er1
13902 ac_status=$?
13903 grep -v '^ *+' conftest.er1 >conftest.err
13904 rm -f conftest.er1
13905 cat conftest.err >&5
13906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13907 (exit $ac_status); } && {
13908 test -z "$ac_c_werror_flag" ||
13909 test ! -s conftest.err
13910 } && test -s conftest$ac_exeext &&
13911 $as_test_x conftest$ac_exeext; then
13912 ac_cv_lib_gphoto2_gp_camera_new=yes
13913 else
13914 echo "$as_me: failed program was:" >&5
13915 sed 's/^/| /' conftest.$ac_ext >&5
13917 ac_cv_lib_gphoto2_gp_camera_new=no
13920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13921 conftest$ac_exeext conftest.$ac_ext
13922 LIBS=$ac_check_lib_save_LIBS
13924 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13925 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13926 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13928 cat >>confdefs.h <<\_ACEOF
13929 #define HAVE_GPHOTO2 1
13930 _ACEOF
13932 GPHOTO2LIBS="$ac_gphoto2_libs"
13934 GPHOTO2INCL="$ac_gphoto2_incl"
13941 CPPFLAGS="$ac_save_CPPFLAGS"
13943 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13944 case "x$with_gphoto" in
13945 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13946 xno) ;;
13947 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13948 This is an error since --with-gphoto was requested." >&5
13949 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13950 This is an error since --with-gphoto was requested." >&2;}
13951 { (exit 1); exit 1; }; } ;;
13952 esac
13957 RESOLVLIBS=""
13959 if test "$ac_cv_header_resolv_h" = "yes"
13960 then
13961 ac_save_LIBS="$LIBS"
13962 LIBS="$LIBS -lresolv"
13963 cat >conftest.$ac_ext <<_ACEOF
13964 /* confdefs.h. */
13965 _ACEOF
13966 cat confdefs.h >>conftest.$ac_ext
13967 cat >>conftest.$ac_ext <<_ACEOF
13968 /* end confdefs.h. */
13969 #ifdef HAVE_NETINET_IN_H
13970 #include <netinet/in.h>
13971 #endif
13972 #include <resolv.h>
13974 main ()
13976 res_init();
13978 return 0;
13980 _ACEOF
13981 rm -f conftest.$ac_objext conftest$ac_exeext
13982 if { (ac_try="$ac_link"
13983 case "(($ac_try" in
13984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13985 *) ac_try_echo=$ac_try;;
13986 esac
13987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13988 (eval "$ac_link") 2>conftest.er1
13989 ac_status=$?
13990 grep -v '^ *+' conftest.er1 >conftest.err
13991 rm -f conftest.er1
13992 cat conftest.err >&5
13993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13994 (exit $ac_status); } && {
13995 test -z "$ac_c_werror_flag" ||
13996 test ! -s conftest.err
13997 } && test -s conftest$ac_exeext &&
13998 $as_test_x conftest$ac_exeext; then
14000 cat >>confdefs.h <<\_ACEOF
14001 #define HAVE_RESOLV 1
14002 _ACEOF
14004 RESOLVLIBS="-lresolv"
14005 else
14006 echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS="$ac_save_LIBS"
14017 LCMSLIBS=""
14019 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14020 then
14021 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14022 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14023 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14024 echo $ECHO_N "(cached) $ECHO_C" >&6
14025 else
14026 ac_check_lib_save_LIBS=$LIBS
14027 LIBS="-llcms $LIBS"
14028 cat >conftest.$ac_ext <<_ACEOF
14029 /* confdefs.h. */
14030 _ACEOF
14031 cat confdefs.h >>conftest.$ac_ext
14032 cat >>conftest.$ac_ext <<_ACEOF
14033 /* end confdefs.h. */
14035 /* Override any GCC internal prototype to avoid an error.
14036 Use char because int might match the return type of a GCC
14037 builtin and then its argument prototype would still apply. */
14038 #ifdef __cplusplus
14039 extern "C"
14040 #endif
14041 char cmsOpenProfileFromFile ();
14043 main ()
14045 return cmsOpenProfileFromFile ();
14047 return 0;
14049 _ACEOF
14050 rm -f conftest.$ac_objext conftest$ac_exeext
14051 if { (ac_try="$ac_link"
14052 case "(($ac_try" in
14053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14054 *) ac_try_echo=$ac_try;;
14055 esac
14056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14057 (eval "$ac_link") 2>conftest.er1
14058 ac_status=$?
14059 grep -v '^ *+' conftest.er1 >conftest.err
14060 rm -f conftest.er1
14061 cat conftest.err >&5
14062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14063 (exit $ac_status); } && {
14064 test -z "$ac_c_werror_flag" ||
14065 test ! -s conftest.err
14066 } && test -s conftest$ac_exeext &&
14067 $as_test_x conftest$ac_exeext; then
14068 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14069 else
14070 echo "$as_me: failed program was:" >&5
14071 sed 's/^/| /' conftest.$ac_ext >&5
14073 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14077 conftest$ac_exeext conftest.$ac_ext
14078 LIBS=$ac_check_lib_save_LIBS
14080 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14081 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14082 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14084 cat >>confdefs.h <<\_ACEOF
14085 #define HAVE_LCMS 1
14086 _ACEOF
14088 LCMSLIBS="-llcms"
14092 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14093 case "x$with_cms" in
14094 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14095 xno) ;;
14096 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14097 This is an error since --with-cms was requested." >&5
14098 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14099 This is an error since --with-cms was requested." >&2;}
14100 { (exit 1); exit 1; }; } ;;
14101 esac
14105 if test "x$with_freetype" != "xno"
14106 then
14107 for ac_prog in freetype-config freetype2-config
14109 # Extract the first word of "$ac_prog", so it can be a program name with args.
14110 set dummy $ac_prog; ac_word=$2
14111 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14113 if test "${ac_cv_prog_ft_devel+set}" = set; then
14114 echo $ECHO_N "(cached) $ECHO_C" >&6
14115 else
14116 if test -n "$ft_devel"; then
14117 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14118 else
14119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14120 for as_dir in $PATH
14122 IFS=$as_save_IFS
14123 test -z "$as_dir" && as_dir=.
14124 for ac_exec_ext in '' $ac_executable_extensions; do
14125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14126 ac_cv_prog_ft_devel="$ac_prog"
14127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14128 break 2
14130 done
14131 done
14132 IFS=$as_save_IFS
14136 ft_devel=$ac_cv_prog_ft_devel
14137 if test -n "$ft_devel"; then
14138 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14139 echo "${ECHO_T}$ft_devel" >&6; }
14140 else
14141 { echo "$as_me:$LINENO: result: no" >&5
14142 echo "${ECHO_T}no" >&6; }
14146 test -n "$ft_devel" && break
14147 done
14148 test -n "$ft_devel" || ft_devel="no"
14150 if test "$ft_devel" != "no"
14151 then
14152 ac_freetype_incl=`$ft_devel --cflags`
14153 ac_freetype_libs=`$ft_devel --libs`
14155 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14156 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14157 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14158 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14159 echo $ECHO_N "(cached) $ECHO_C" >&6
14160 else
14161 ac_check_soname_save_LIBS=$LIBS
14162 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14163 cat >conftest.$ac_ext <<_ACEOF
14164 /* confdefs.h. */
14165 _ACEOF
14166 cat confdefs.h >>conftest.$ac_ext
14167 cat >>conftest.$ac_ext <<_ACEOF
14168 /* end confdefs.h. */
14170 /* Override any GCC internal prototype to avoid an error.
14171 Use char because int might match the return type of a GCC
14172 builtin and then its argument prototype would still apply. */
14173 #ifdef __cplusplus
14174 extern "C"
14175 #endif
14176 char FT_Init_FreeType ();
14178 main ()
14180 return FT_Init_FreeType ();
14182 return 0;
14184 _ACEOF
14185 rm -f conftest.$ac_objext conftest$ac_exeext
14186 if { (ac_try="$ac_link"
14187 case "(($ac_try" in
14188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14189 *) ac_try_echo=$ac_try;;
14190 esac
14191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14192 (eval "$ac_link") 2>conftest.er1
14193 ac_status=$?
14194 grep -v '^ *+' conftest.er1 >conftest.err
14195 rm -f conftest.er1
14196 cat conftest.err >&5
14197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14198 (exit $ac_status); } && {
14199 test -z "$ac_c_werror_flag" ||
14200 test ! -s conftest.err
14201 } && test -s conftest$ac_exeext &&
14202 $as_test_x conftest$ac_exeext; then
14203 case "$LIBEXT" in
14204 dll) ;;
14205 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'` ;;
14206 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14207 esac
14208 else
14209 echo "$as_me: failed program was:" >&5
14210 sed 's/^/| /' conftest.$ac_ext >&5
14215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14216 conftest$ac_exeext conftest.$ac_ext
14217 LIBS=$ac_check_soname_save_LIBS
14219 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14220 { echo "$as_me:$LINENO: result: not found" >&5
14221 echo "${ECHO_T}not found" >&6; }
14222 ft_lib=no
14223 else
14224 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14225 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14227 cat >>confdefs.h <<_ACEOF
14228 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14229 _ACEOF
14231 ft_lib=yes
14234 if test "$ft_lib" = "yes"
14235 then
14236 ac_save_CPPFLAGS="$CPPFLAGS"
14237 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14251 for ac_header in ft2build.h \
14252 freetype/freetype.h \
14253 freetype/ftglyph.h \
14254 freetype/fttypes.h \
14255 freetype/tttables.h \
14256 freetype/ftnames.h \
14257 freetype/ftsnames.h \
14258 freetype/ttnameid.h \
14259 freetype/ftoutln.h \
14260 freetype/ftwinfnt.h \
14261 freetype/ftmodapi.h \
14262 freetype/ftlcdfil.h \
14263 freetype/internal/sfnt.h
14265 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14266 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14269 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 else
14271 cat >conftest.$ac_ext <<_ACEOF
14272 /* confdefs.h. */
14273 _ACEOF
14274 cat confdefs.h >>conftest.$ac_ext
14275 cat >>conftest.$ac_ext <<_ACEOF
14276 /* end confdefs.h. */
14277 #ifdef HAVE_FT2BUILD_H
14278 # include <ft2build.h>
14279 #endif
14281 #include <$ac_header>
14282 _ACEOF
14283 rm -f conftest.$ac_objext
14284 if { (ac_try="$ac_compile"
14285 case "(($ac_try" in
14286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14287 *) ac_try_echo=$ac_try;;
14288 esac
14289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14290 (eval "$ac_compile") 2>conftest.er1
14291 ac_status=$?
14292 grep -v '^ *+' conftest.er1 >conftest.err
14293 rm -f conftest.er1
14294 cat conftest.err >&5
14295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14296 (exit $ac_status); } && {
14297 test -z "$ac_c_werror_flag" ||
14298 test ! -s conftest.err
14299 } && test -s conftest.$ac_objext; then
14300 eval "$as_ac_Header=yes"
14301 else
14302 echo "$as_me: failed program was:" >&5
14303 sed 's/^/| /' conftest.$ac_ext >&5
14305 eval "$as_ac_Header=no"
14308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14310 ac_res=`eval echo '${'$as_ac_Header'}'`
14311 { echo "$as_me:$LINENO: result: $ac_res" >&5
14312 echo "${ECHO_T}$ac_res" >&6; }
14313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14314 cat >>confdefs.h <<_ACEOF
14315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14316 _ACEOF
14320 done
14322 cat >conftest.$ac_ext <<_ACEOF
14323 /* confdefs.h. */
14324 _ACEOF
14325 cat confdefs.h >>conftest.$ac_ext
14326 cat >>conftest.$ac_ext <<_ACEOF
14327 /* end confdefs.h. */
14328 #include <ft2build.h>
14329 #include <freetype/fttrigon.h>
14330 _ACEOF
14331 if { (ac_try="$ac_cpp conftest.$ac_ext"
14332 case "(($ac_try" in
14333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14334 *) ac_try_echo=$ac_try;;
14335 esac
14336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14337 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14338 ac_status=$?
14339 grep -v '^ *+' conftest.er1 >conftest.err
14340 rm -f conftest.er1
14341 cat conftest.err >&5
14342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343 (exit $ac_status); } >/dev/null && {
14344 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14345 test ! -s conftest.err
14346 }; then
14348 cat >>confdefs.h <<\_ACEOF
14349 #define HAVE_FREETYPE_FTTRIGON_H 1
14350 _ACEOF
14352 wine_cv_fttrigon=yes
14353 else
14354 echo "$as_me: failed program was:" >&5
14355 sed 's/^/| /' conftest.$ac_ext >&5
14357 wine_cv_fttrigon=no
14360 rm -f conftest.err conftest.$ac_ext
14361 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14362 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14363 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14364 echo $ECHO_N "(cached) $ECHO_C" >&6
14365 else
14366 cat >conftest.$ac_ext <<_ACEOF
14367 /* confdefs.h. */
14368 _ACEOF
14369 cat confdefs.h >>conftest.$ac_ext
14370 cat >>conftest.$ac_ext <<_ACEOF
14371 /* end confdefs.h. */
14372 #include <freetype/ftmodapi.h>
14374 typedef FT_TrueTypeEngineType ac__type_new_;
14376 main ()
14378 if ((ac__type_new_ *) 0)
14379 return 0;
14380 if (sizeof (ac__type_new_))
14381 return 0;
14383 return 0;
14385 _ACEOF
14386 rm -f conftest.$ac_objext
14387 if { (ac_try="$ac_compile"
14388 case "(($ac_try" in
14389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14390 *) ac_try_echo=$ac_try;;
14391 esac
14392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14393 (eval "$ac_compile") 2>conftest.er1
14394 ac_status=$?
14395 grep -v '^ *+' conftest.er1 >conftest.err
14396 rm -f conftest.er1
14397 cat conftest.err >&5
14398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399 (exit $ac_status); } && {
14400 test -z "$ac_c_werror_flag" ||
14401 test ! -s conftest.err
14402 } && test -s conftest.$ac_objext; then
14403 ac_cv_type_FT_TrueTypeEngineType=yes
14404 else
14405 echo "$as_me: failed program was:" >&5
14406 sed 's/^/| /' conftest.$ac_ext >&5
14408 ac_cv_type_FT_TrueTypeEngineType=no
14411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14413 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14414 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14415 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14417 cat >>confdefs.h <<_ACEOF
14418 #define HAVE_FT_TRUETYPEENGINETYPE 1
14419 _ACEOF
14424 ac_save_CFLAGS="$CFLAGS"
14425 CFLAGS="$CFLAGS $ac_freetype_libs"
14427 for ac_func in FT_Load_Sfnt_Table
14429 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14430 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14431 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14432 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14433 echo $ECHO_N "(cached) $ECHO_C" >&6
14434 else
14435 cat >conftest.$ac_ext <<_ACEOF
14436 /* confdefs.h. */
14437 _ACEOF
14438 cat confdefs.h >>conftest.$ac_ext
14439 cat >>conftest.$ac_ext <<_ACEOF
14440 /* end confdefs.h. */
14441 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14442 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14443 #define $ac_func innocuous_$ac_func
14445 /* System header to define __stub macros and hopefully few prototypes,
14446 which can conflict with char $ac_func (); below.
14447 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14448 <limits.h> exists even on freestanding compilers. */
14450 #ifdef __STDC__
14451 # include <limits.h>
14452 #else
14453 # include <assert.h>
14454 #endif
14456 #undef $ac_func
14458 /* Override any GCC internal prototype to avoid an error.
14459 Use char because int might match the return type of a GCC
14460 builtin and then its argument prototype would still apply. */
14461 #ifdef __cplusplus
14462 extern "C"
14463 #endif
14464 char $ac_func ();
14465 /* The GNU C library defines this for functions which it implements
14466 to always fail with ENOSYS. Some functions are actually named
14467 something starting with __ and the normal name is an alias. */
14468 #if defined __stub_$ac_func || defined __stub___$ac_func
14469 choke me
14470 #endif
14473 main ()
14475 return $ac_func ();
14477 return 0;
14479 _ACEOF
14480 rm -f conftest.$ac_objext conftest$ac_exeext
14481 if { (ac_try="$ac_link"
14482 case "(($ac_try" in
14483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14484 *) ac_try_echo=$ac_try;;
14485 esac
14486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14487 (eval "$ac_link") 2>conftest.er1
14488 ac_status=$?
14489 grep -v '^ *+' conftest.er1 >conftest.err
14490 rm -f conftest.er1
14491 cat conftest.err >&5
14492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493 (exit $ac_status); } && {
14494 test -z "$ac_c_werror_flag" ||
14495 test ! -s conftest.err
14496 } && test -s conftest$ac_exeext &&
14497 $as_test_x conftest$ac_exeext; then
14498 eval "$as_ac_var=yes"
14499 else
14500 echo "$as_me: failed program was:" >&5
14501 sed 's/^/| /' conftest.$ac_ext >&5
14503 eval "$as_ac_var=no"
14506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14507 conftest$ac_exeext conftest.$ac_ext
14509 ac_res=`eval echo '${'$as_ac_var'}'`
14510 { echo "$as_me:$LINENO: result: $ac_res" >&5
14511 echo "${ECHO_T}$ac_res" >&6; }
14512 if test `eval echo '${'$as_ac_var'}'` = yes; then
14513 cat >>confdefs.h <<_ACEOF
14514 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14515 _ACEOF
14518 done
14520 CFLAGS="$ac_save_CFLAGS"
14521 CPPFLAGS="$ac_save_CPPFLAGS"
14522 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14523 then
14525 cat >>confdefs.h <<\_ACEOF
14526 #define HAVE_FREETYPE 1
14527 _ACEOF
14529 FREETYPELIBS="$ac_freetype_libs"
14531 FREETYPEINCL="$ac_freetype_incl"
14536 if test "x$FREETYPELIBS" = "x"; then
14537 case "x$with_freetype" in
14538 xno) ;;
14539 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14540 Use the --without-freetype option if you really want this." >&5
14541 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14542 Use the --without-freetype option if you really want this." >&2;}
14543 { (exit 1); exit 1; }; } ;;
14544 esac
14547 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14549 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14550 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14551 if test "${ac_cv_c_ppdev+set}" = set; then
14552 echo $ECHO_N "(cached) $ECHO_C" >&6
14553 else
14554 cat >conftest.$ac_ext <<_ACEOF
14555 /* confdefs.h. */
14556 _ACEOF
14557 cat confdefs.h >>conftest.$ac_ext
14558 cat >>conftest.$ac_ext <<_ACEOF
14559 /* end confdefs.h. */
14560 #include <linux/ppdev.h>
14562 main ()
14564 ioctl (1,PPCLAIM,0)
14566 return 0;
14568 _ACEOF
14569 rm -f conftest.$ac_objext
14570 if { (ac_try="$ac_compile"
14571 case "(($ac_try" in
14572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14573 *) ac_try_echo=$ac_try;;
14574 esac
14575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14576 (eval "$ac_compile") 2>conftest.er1
14577 ac_status=$?
14578 grep -v '^ *+' conftest.er1 >conftest.err
14579 rm -f conftest.er1
14580 cat conftest.err >&5
14581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14582 (exit $ac_status); } && {
14583 test -z "$ac_c_werror_flag" ||
14584 test ! -s conftest.err
14585 } && test -s conftest.$ac_objext; then
14586 ac_cv_c_ppdev="yes"
14587 else
14588 echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.$ac_ext >&5
14591 ac_cv_c_ppdev="no"
14594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14596 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14597 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14598 if test "$ac_cv_c_ppdev" = "yes"
14599 then
14601 cat >>confdefs.h <<\_ACEOF
14602 #define HAVE_PPDEV 1
14603 _ACEOF
14607 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14608 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14609 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14610 echo $ECHO_N "(cached) $ECHO_C" >&6
14611 else
14612 cat >conftest.$ac_ext <<_ACEOF
14613 /* confdefs.h. */
14614 _ACEOF
14615 cat confdefs.h >>conftest.$ac_ext
14616 cat >>conftest.$ac_ext <<_ACEOF
14617 /* end confdefs.h. */
14618 #define _GNU_SOURCE
14619 #include <pthread.h>
14621 typedef pthread_rwlock_t ac__type_new_;
14623 main ()
14625 if ((ac__type_new_ *) 0)
14626 return 0;
14627 if (sizeof (ac__type_new_))
14628 return 0;
14630 return 0;
14632 _ACEOF
14633 rm -f conftest.$ac_objext
14634 if { (ac_try="$ac_compile"
14635 case "(($ac_try" in
14636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14637 *) ac_try_echo=$ac_try;;
14638 esac
14639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14640 (eval "$ac_compile") 2>conftest.er1
14641 ac_status=$?
14642 grep -v '^ *+' conftest.er1 >conftest.err
14643 rm -f conftest.er1
14644 cat conftest.err >&5
14645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14646 (exit $ac_status); } && {
14647 test -z "$ac_c_werror_flag" ||
14648 test ! -s conftest.err
14649 } && test -s conftest.$ac_objext; then
14650 ac_cv_type_pthread_rwlock_t=yes
14651 else
14652 echo "$as_me: failed program was:" >&5
14653 sed 's/^/| /' conftest.$ac_ext >&5
14655 ac_cv_type_pthread_rwlock_t=no
14658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14660 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14661 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14662 if test $ac_cv_type_pthread_rwlock_t = yes; then
14664 cat >>confdefs.h <<_ACEOF
14665 #define HAVE_PTHREAD_RWLOCK_T 1
14666 _ACEOF
14670 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14671 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14672 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14673 echo $ECHO_N "(cached) $ECHO_C" >&6
14674 else
14675 cat >conftest.$ac_ext <<_ACEOF
14676 /* confdefs.h. */
14677 _ACEOF
14678 cat confdefs.h >>conftest.$ac_ext
14679 cat >>conftest.$ac_ext <<_ACEOF
14680 /* end confdefs.h. */
14681 #define _GNU_SOURCE
14682 #include <pthread.h>
14684 typedef pthread_rwlockattr_t ac__type_new_;
14686 main ()
14688 if ((ac__type_new_ *) 0)
14689 return 0;
14690 if (sizeof (ac__type_new_))
14691 return 0;
14693 return 0;
14695 _ACEOF
14696 rm -f conftest.$ac_objext
14697 if { (ac_try="$ac_compile"
14698 case "(($ac_try" in
14699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14700 *) ac_try_echo=$ac_try;;
14701 esac
14702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14703 (eval "$ac_compile") 2>conftest.er1
14704 ac_status=$?
14705 grep -v '^ *+' conftest.er1 >conftest.err
14706 rm -f conftest.er1
14707 cat conftest.err >&5
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); } && {
14710 test -z "$ac_c_werror_flag" ||
14711 test ! -s conftest.err
14712 } && test -s conftest.$ac_objext; then
14713 ac_cv_type_pthread_rwlockattr_t=yes
14714 else
14715 echo "$as_me: failed program was:" >&5
14716 sed 's/^/| /' conftest.$ac_ext >&5
14718 ac_cv_type_pthread_rwlockattr_t=no
14721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14723 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14724 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14725 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14727 cat >>confdefs.h <<_ACEOF
14728 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14729 _ACEOF
14735 ac_wine_check_funcs_save_LIBS="$LIBS"
14736 LIBS="$LIBS $LIBPTHREAD"
14741 for ac_func in \
14742 pthread_attr_get_np \
14743 pthread_getattr_np \
14744 pthread_get_stackaddr_np \
14745 pthread_get_stacksize_np
14747 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14748 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14749 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14750 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14751 echo $ECHO_N "(cached) $ECHO_C" >&6
14752 else
14753 cat >conftest.$ac_ext <<_ACEOF
14754 /* confdefs.h. */
14755 _ACEOF
14756 cat confdefs.h >>conftest.$ac_ext
14757 cat >>conftest.$ac_ext <<_ACEOF
14758 /* end confdefs.h. */
14759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14761 #define $ac_func innocuous_$ac_func
14763 /* System header to define __stub macros and hopefully few prototypes,
14764 which can conflict with char $ac_func (); below.
14765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14766 <limits.h> exists even on freestanding compilers. */
14768 #ifdef __STDC__
14769 # include <limits.h>
14770 #else
14771 # include <assert.h>
14772 #endif
14774 #undef $ac_func
14776 /* Override any GCC internal prototype to avoid an error.
14777 Use char because int might match the return type of a GCC
14778 builtin and then its argument prototype would still apply. */
14779 #ifdef __cplusplus
14780 extern "C"
14781 #endif
14782 char $ac_func ();
14783 /* The GNU C library defines this for functions which it implements
14784 to always fail with ENOSYS. Some functions are actually named
14785 something starting with __ and the normal name is an alias. */
14786 #if defined __stub_$ac_func || defined __stub___$ac_func
14787 choke me
14788 #endif
14791 main ()
14793 return $ac_func ();
14795 return 0;
14797 _ACEOF
14798 rm -f conftest.$ac_objext conftest$ac_exeext
14799 if { (ac_try="$ac_link"
14800 case "(($ac_try" in
14801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14802 *) ac_try_echo=$ac_try;;
14803 esac
14804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14805 (eval "$ac_link") 2>conftest.er1
14806 ac_status=$?
14807 grep -v '^ *+' conftest.er1 >conftest.err
14808 rm -f conftest.er1
14809 cat conftest.err >&5
14810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14811 (exit $ac_status); } && {
14812 test -z "$ac_c_werror_flag" ||
14813 test ! -s conftest.err
14814 } && test -s conftest$ac_exeext &&
14815 $as_test_x conftest$ac_exeext; then
14816 eval "$as_ac_var=yes"
14817 else
14818 echo "$as_me: failed program was:" >&5
14819 sed 's/^/| /' conftest.$ac_ext >&5
14821 eval "$as_ac_var=no"
14824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14825 conftest$ac_exeext conftest.$ac_ext
14827 ac_res=`eval echo '${'$as_ac_var'}'`
14828 { echo "$as_me:$LINENO: result: $ac_res" >&5
14829 echo "${ECHO_T}$ac_res" >&6; }
14830 if test `eval echo '${'$as_ac_var'}'` = yes; then
14831 cat >>confdefs.h <<_ACEOF
14832 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14833 _ACEOF
14836 done
14838 LIBS="$ac_wine_check_funcs_save_LIBS"
14840 if test "x$with_esd" != xno
14841 then
14842 save_CFLAGS="$CFLAGS"
14843 # Extract the first word of "esd-config", so it can be a program name with args.
14844 set dummy esd-config; ac_word=$2
14845 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14846 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14847 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14848 echo $ECHO_N "(cached) $ECHO_C" >&6
14849 else
14850 case $ESDCONFIG in
14851 [\\/]* | ?:[\\/]*)
14852 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14856 for as_dir in $PATH
14858 IFS=$as_save_IFS
14859 test -z "$as_dir" && as_dir=.
14860 for ac_exec_ext in '' $ac_executable_extensions; do
14861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14862 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14864 break 2
14866 done
14867 done
14868 IFS=$as_save_IFS
14870 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14872 esac
14874 ESDCONFIG=$ac_cv_path_ESDCONFIG
14875 if test -n "$ESDCONFIG"; then
14876 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14877 echo "${ECHO_T}$ESDCONFIG" >&6; }
14878 else
14879 { echo "$as_me:$LINENO: result: no" >&5
14880 echo "${ECHO_T}no" >&6; }
14884 if test "x$ESDCONFIG" != "xno"
14885 then
14886 ac_esd_incl=""
14887 for i in `$ESDCONFIG --cflags`
14889 case "$i" in
14890 -I*) ac_esd_incl="$ac_esd_incl $i";;
14891 esac
14892 done
14893 ac_esd_libs=`$ESDCONFIG --libs`
14894 CFLAGS="$CFLAGS $ac_esd_incl"
14896 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14897 if test "${ac_cv_header_esd_h+set}" = set; then
14898 { echo "$as_me:$LINENO: checking for esd.h" >&5
14899 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14900 if test "${ac_cv_header_esd_h+set}" = set; then
14901 echo $ECHO_N "(cached) $ECHO_C" >&6
14903 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14904 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14905 else
14906 # Is the header compilable?
14907 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14908 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14909 cat >conftest.$ac_ext <<_ACEOF
14910 /* confdefs.h. */
14911 _ACEOF
14912 cat confdefs.h >>conftest.$ac_ext
14913 cat >>conftest.$ac_ext <<_ACEOF
14914 /* end confdefs.h. */
14915 $ac_includes_default
14916 #include <esd.h>
14917 _ACEOF
14918 rm -f conftest.$ac_objext
14919 if { (ac_try="$ac_compile"
14920 case "(($ac_try" in
14921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14922 *) ac_try_echo=$ac_try;;
14923 esac
14924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14925 (eval "$ac_compile") 2>conftest.er1
14926 ac_status=$?
14927 grep -v '^ *+' conftest.er1 >conftest.err
14928 rm -f conftest.er1
14929 cat conftest.err >&5
14930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14931 (exit $ac_status); } && {
14932 test -z "$ac_c_werror_flag" ||
14933 test ! -s conftest.err
14934 } && test -s conftest.$ac_objext; then
14935 ac_header_compiler=yes
14936 else
14937 echo "$as_me: failed program was:" >&5
14938 sed 's/^/| /' conftest.$ac_ext >&5
14940 ac_header_compiler=no
14943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14944 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14945 echo "${ECHO_T}$ac_header_compiler" >&6; }
14947 # Is the header present?
14948 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14949 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14950 cat >conftest.$ac_ext <<_ACEOF
14951 /* confdefs.h. */
14952 _ACEOF
14953 cat confdefs.h >>conftest.$ac_ext
14954 cat >>conftest.$ac_ext <<_ACEOF
14955 /* end confdefs.h. */
14956 #include <esd.h>
14957 _ACEOF
14958 if { (ac_try="$ac_cpp conftest.$ac_ext"
14959 case "(($ac_try" in
14960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14961 *) ac_try_echo=$ac_try;;
14962 esac
14963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14964 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } >/dev/null && {
14971 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 }; then
14974 ac_header_preproc=yes
14975 else
14976 echo "$as_me: failed program was:" >&5
14977 sed 's/^/| /' conftest.$ac_ext >&5
14979 ac_header_preproc=no
14982 rm -f conftest.err conftest.$ac_ext
14983 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14984 echo "${ECHO_T}$ac_header_preproc" >&6; }
14986 # So? What about this header?
14987 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14988 yes:no: )
14989 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14990 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14991 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14992 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14993 ac_header_preproc=yes
14995 no:yes:* )
14996 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14997 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14998 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14999 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15000 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15001 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15002 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15003 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15004 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15005 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15006 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15007 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15008 ( cat <<\_ASBOX
15009 ## ------------------------------------ ##
15010 ## Report this to wine-devel@winehq.org ##
15011 ## ------------------------------------ ##
15012 _ASBOX
15013 ) | sed "s/^/$as_me: WARNING: /" >&2
15015 esac
15016 { echo "$as_me:$LINENO: checking for esd.h" >&5
15017 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15018 if test "${ac_cv_header_esd_h+set}" = set; then
15019 echo $ECHO_N "(cached) $ECHO_C" >&6
15020 else
15021 ac_cv_header_esd_h=$ac_header_preproc
15023 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15024 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15027 if test $ac_cv_header_esd_h = yes; then
15028 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15029 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15030 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15031 echo $ECHO_N "(cached) $ECHO_C" >&6
15032 else
15033 ac_check_lib_save_LIBS=$LIBS
15034 LIBS="-lesd $ac_esd_libs $LIBS"
15035 cat >conftest.$ac_ext <<_ACEOF
15036 /* confdefs.h. */
15037 _ACEOF
15038 cat confdefs.h >>conftest.$ac_ext
15039 cat >>conftest.$ac_ext <<_ACEOF
15040 /* end confdefs.h. */
15042 /* Override any GCC internal prototype to avoid an error.
15043 Use char because int might match the return type of a GCC
15044 builtin and then its argument prototype would still apply. */
15045 #ifdef __cplusplus
15046 extern "C"
15047 #endif
15048 char esd_open_sound ();
15050 main ()
15052 return esd_open_sound ();
15054 return 0;
15056 _ACEOF
15057 rm -f conftest.$ac_objext conftest$ac_exeext
15058 if { (ac_try="$ac_link"
15059 case "(($ac_try" in
15060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15062 esac
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_link") 2>conftest.er1
15065 ac_status=$?
15066 grep -v '^ *+' conftest.er1 >conftest.err
15067 rm -f conftest.er1
15068 cat conftest.err >&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest$ac_exeext &&
15074 $as_test_x conftest$ac_exeext; then
15075 ac_cv_lib_esd_esd_open_sound=yes
15076 else
15077 echo "$as_me: failed program was:" >&5
15078 sed 's/^/| /' conftest.$ac_ext >&5
15080 ac_cv_lib_esd_esd_open_sound=no
15083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15084 conftest$ac_exeext conftest.$ac_ext
15085 LIBS=$ac_check_lib_save_LIBS
15087 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15088 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15089 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15090 ESDINCL="$ac_esd_incl"
15092 ESDLIBS="$ac_esd_libs"
15095 cat >>confdefs.h <<\_ACEOF
15096 #define HAVE_ESD 1
15097 _ACEOF
15104 CFLAGS="$save_CFLAGS"
15107 if test "x$with_pulse" != "xno"; then
15108 if test "$PKG_CONFIG" != "false"; then
15109 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15110 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15111 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15112 have_pulseaudio="yes"
15113 else
15114 have_pulseaudio="no"
15116 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15117 echo "${ECHO_T}$have_pulseaudio" >&6; }
15118 if test x"$have_pulseaudio" = xyes; then
15119 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15121 cat >>confdefs.h <<\_ACEOF
15122 #define HAVE_PULSEAUDIO_0_9_11 1
15123 _ACEOF
15125 else
15127 cat >>confdefs.h <<\_ACEOF
15128 #define HAVE_PULSEAUDIO_0_9_11 0
15129 _ACEOF
15132 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15134 cat >>confdefs.h <<\_ACEOF
15135 #define HAVE_PULSEAUDIO 1
15136 _ACEOF
15138 PULSELIBS="$ac_pulse_libs"
15144 ALSALIBS=""
15146 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15147 then
15148 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15149 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15150 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 else
15153 ac_check_lib_save_LIBS=$LIBS
15154 LIBS="-lasound $LIBS"
15155 cat >conftest.$ac_ext <<_ACEOF
15156 /* confdefs.h. */
15157 _ACEOF
15158 cat confdefs.h >>conftest.$ac_ext
15159 cat >>conftest.$ac_ext <<_ACEOF
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15165 #ifdef __cplusplus
15166 extern "C"
15167 #endif
15168 char snd_pcm_hw_params_get_access ();
15170 main ()
15172 return snd_pcm_hw_params_get_access ();
15174 return 0;
15176 _ACEOF
15177 rm -f conftest.$ac_objext conftest$ac_exeext
15178 if { (ac_try="$ac_link"
15179 case "(($ac_try" in
15180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15181 *) ac_try_echo=$ac_try;;
15182 esac
15183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15184 (eval "$ac_link") 2>conftest.er1
15185 ac_status=$?
15186 grep -v '^ *+' conftest.er1 >conftest.err
15187 rm -f conftest.er1
15188 cat conftest.err >&5
15189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15190 (exit $ac_status); } && {
15191 test -z "$ac_c_werror_flag" ||
15192 test ! -s conftest.err
15193 } && test -s conftest$ac_exeext &&
15194 $as_test_x conftest$ac_exeext; then
15195 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15196 else
15197 echo "$as_me: failed program was:" >&5
15198 sed 's/^/| /' conftest.$ac_ext >&5
15200 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15204 conftest$ac_exeext conftest.$ac_ext
15205 LIBS=$ac_check_lib_save_LIBS
15207 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15208 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15209 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15210 cat >conftest.$ac_ext <<_ACEOF
15211 /* confdefs.h. */
15212 _ACEOF
15213 cat confdefs.h >>conftest.$ac_ext
15214 cat >>conftest.$ac_ext <<_ACEOF
15215 /* end confdefs.h. */
15216 #ifdef HAVE_ALSA_ASOUNDLIB_H
15217 #include <alsa/asoundlib.h>
15218 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15219 #include <sys/asoundlib.h>
15220 #endif
15222 main ()
15224 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15226 return 0;
15228 _ACEOF
15229 rm -f conftest.$ac_objext
15230 if { (ac_try="$ac_compile"
15231 case "(($ac_try" in
15232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15233 *) ac_try_echo=$ac_try;;
15234 esac
15235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15236 (eval "$ac_compile") 2>conftest.er1
15237 ac_status=$?
15238 grep -v '^ *+' conftest.er1 >conftest.err
15239 rm -f conftest.er1
15240 cat conftest.err >&5
15241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15242 (exit $ac_status); } && {
15243 test -z "$ac_c_werror_flag" ||
15244 test ! -s conftest.err
15245 } && test -s conftest.$ac_objext; then
15247 cat >>confdefs.h <<\_ACEOF
15248 #define HAVE_ALSA 1
15249 _ACEOF
15251 ALSALIBS="-lasound"
15252 else
15253 echo "$as_me: failed program was:" >&5
15254 sed 's/^/| /' conftest.$ac_ext >&5
15259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15264 AUDIOIOLIBS=""
15266 if test "$ac_cv_header_libaudioio_h" = "yes"
15267 then
15268 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15269 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15270 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15271 echo $ECHO_N "(cached) $ECHO_C" >&6
15272 else
15273 ac_check_lib_save_LIBS=$LIBS
15274 LIBS="-laudioio $LIBS"
15275 cat >conftest.$ac_ext <<_ACEOF
15276 /* confdefs.h. */
15277 _ACEOF
15278 cat confdefs.h >>conftest.$ac_ext
15279 cat >>conftest.$ac_ext <<_ACEOF
15280 /* end confdefs.h. */
15282 /* Override any GCC internal prototype to avoid an error.
15283 Use char because int might match the return type of a GCC
15284 builtin and then its argument prototype would still apply. */
15285 #ifdef __cplusplus
15286 extern "C"
15287 #endif
15288 char AudioIOGetVersion ();
15290 main ()
15292 return AudioIOGetVersion ();
15294 return 0;
15296 _ACEOF
15297 rm -f conftest.$ac_objext conftest$ac_exeext
15298 if { (ac_try="$ac_link"
15299 case "(($ac_try" in
15300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15301 *) ac_try_echo=$ac_try;;
15302 esac
15303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15304 (eval "$ac_link") 2>conftest.er1
15305 ac_status=$?
15306 grep -v '^ *+' conftest.er1 >conftest.err
15307 rm -f conftest.er1
15308 cat conftest.err >&5
15309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15310 (exit $ac_status); } && {
15311 test -z "$ac_c_werror_flag" ||
15312 test ! -s conftest.err
15313 } && test -s conftest$ac_exeext &&
15314 $as_test_x conftest$ac_exeext; then
15315 ac_cv_lib_audioio_AudioIOGetVersion=yes
15316 else
15317 echo "$as_me: failed program was:" >&5
15318 sed 's/^/| /' conftest.$ac_ext >&5
15320 ac_cv_lib_audioio_AudioIOGetVersion=no
15323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15324 conftest$ac_exeext conftest.$ac_ext
15325 LIBS=$ac_check_lib_save_LIBS
15327 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15328 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15329 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15330 AUDIOIOLIBS="-laudioio"
15332 cat >>confdefs.h <<\_ACEOF
15333 #define HAVE_LIBAUDIOIO 1
15334 _ACEOF
15341 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15342 then
15343 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15344 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15345 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15346 echo $ECHO_N "(cached) $ECHO_C" >&6
15347 else
15348 ac_check_soname_save_LIBS=$LIBS
15349 LIBS="-lcapi20 $LIBS"
15350 cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h. */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h. */
15357 /* Override any GCC internal prototype to avoid an error.
15358 Use char because int might match the return type of a GCC
15359 builtin and then its argument prototype would still apply. */
15360 #ifdef __cplusplus
15361 extern "C"
15362 #endif
15363 char capi20_register ();
15365 main ()
15367 return capi20_register ();
15369 return 0;
15371 _ACEOF
15372 rm -f conftest.$ac_objext conftest$ac_exeext
15373 if { (ac_try="$ac_link"
15374 case "(($ac_try" in
15375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15376 *) ac_try_echo=$ac_try;;
15377 esac
15378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15379 (eval "$ac_link") 2>conftest.er1
15380 ac_status=$?
15381 grep -v '^ *+' conftest.er1 >conftest.err
15382 rm -f conftest.er1
15383 cat conftest.err >&5
15384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15385 (exit $ac_status); } && {
15386 test -z "$ac_c_werror_flag" ||
15387 test ! -s conftest.err
15388 } && test -s conftest$ac_exeext &&
15389 $as_test_x conftest$ac_exeext; then
15390 case "$LIBEXT" in
15391 dll) ;;
15392 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'` ;;
15393 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15394 esac
15395 else
15396 echo "$as_me: failed program was:" >&5
15397 sed 's/^/| /' conftest.$ac_ext >&5
15402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15403 conftest$ac_exeext conftest.$ac_ext
15404 LIBS=$ac_check_soname_save_LIBS
15406 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15407 { echo "$as_me:$LINENO: result: not found" >&5
15408 echo "${ECHO_T}not found" >&6; }
15410 else
15411 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15412 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15414 cat >>confdefs.h <<_ACEOF
15415 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15416 _ACEOF
15422 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15423 case "x$with_capi" in
15424 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15425 xno) ;;
15426 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15427 This is an error since --with-capi was requested." >&5
15428 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15429 This is an error since --with-capi was requested." >&2;}
15430 { (exit 1); exit 1; }; } ;;
15431 esac
15435 CUPSINCL=""
15437 if test "x$with_cups" != "xno"
15438 then
15439 ac_save_CPPFLAGS="$CPPFLAGS"
15440 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15441 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15442 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15444 for ac_header in cups/cups.h
15446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15451 echo $ECHO_N "(cached) $ECHO_C" >&6
15453 ac_res=`eval echo '${'$as_ac_Header'}'`
15454 { echo "$as_me:$LINENO: result: $ac_res" >&5
15455 echo "${ECHO_T}$ac_res" >&6; }
15456 else
15457 # Is the header compilable?
15458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15460 cat >conftest.$ac_ext <<_ACEOF
15461 /* confdefs.h. */
15462 _ACEOF
15463 cat confdefs.h >>conftest.$ac_ext
15464 cat >>conftest.$ac_ext <<_ACEOF
15465 /* end confdefs.h. */
15466 $ac_includes_default
15467 #include <$ac_header>
15468 _ACEOF
15469 rm -f conftest.$ac_objext
15470 if { (ac_try="$ac_compile"
15471 case "(($ac_try" in
15472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15473 *) ac_try_echo=$ac_try;;
15474 esac
15475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15476 (eval "$ac_compile") 2>conftest.er1
15477 ac_status=$?
15478 grep -v '^ *+' conftest.er1 >conftest.err
15479 rm -f conftest.er1
15480 cat conftest.err >&5
15481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15482 (exit $ac_status); } && {
15483 test -z "$ac_c_werror_flag" ||
15484 test ! -s conftest.err
15485 } && test -s conftest.$ac_objext; then
15486 ac_header_compiler=yes
15487 else
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.$ac_ext >&5
15491 ac_header_compiler=no
15494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15496 echo "${ECHO_T}$ac_header_compiler" >&6; }
15498 # Is the header present?
15499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15501 cat >conftest.$ac_ext <<_ACEOF
15502 /* confdefs.h. */
15503 _ACEOF
15504 cat confdefs.h >>conftest.$ac_ext
15505 cat >>conftest.$ac_ext <<_ACEOF
15506 /* end confdefs.h. */
15507 #include <$ac_header>
15508 _ACEOF
15509 if { (ac_try="$ac_cpp conftest.$ac_ext"
15510 case "(($ac_try" in
15511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15512 *) ac_try_echo=$ac_try;;
15513 esac
15514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15516 ac_status=$?
15517 grep -v '^ *+' conftest.er1 >conftest.err
15518 rm -f conftest.er1
15519 cat conftest.err >&5
15520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15521 (exit $ac_status); } >/dev/null && {
15522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15523 test ! -s conftest.err
15524 }; then
15525 ac_header_preproc=yes
15526 else
15527 echo "$as_me: failed program was:" >&5
15528 sed 's/^/| /' conftest.$ac_ext >&5
15530 ac_header_preproc=no
15533 rm -f conftest.err conftest.$ac_ext
15534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15535 echo "${ECHO_T}$ac_header_preproc" >&6; }
15537 # So? What about this header?
15538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15539 yes:no: )
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15544 ac_header_preproc=yes
15546 no:yes:* )
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15559 ( cat <<\_ASBOX
15560 ## ------------------------------------ ##
15561 ## Report this to wine-devel@winehq.org ##
15562 ## ------------------------------------ ##
15563 _ASBOX
15564 ) | sed "s/^/$as_me: WARNING: /" >&2
15566 esac
15567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15570 echo $ECHO_N "(cached) $ECHO_C" >&6
15571 else
15572 eval "$as_ac_Header=\$ac_header_preproc"
15574 ac_res=`eval echo '${'$as_ac_Header'}'`
15575 { echo "$as_me:$LINENO: result: $ac_res" >&5
15576 echo "${ECHO_T}$ac_res" >&6; }
15579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15580 cat >>confdefs.h <<_ACEOF
15581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15582 _ACEOF
15583 { echo "$as_me:$LINENO: checking for -lcups" >&5
15584 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15585 if test "${ac_cv_lib_soname_cups+set}" = set; then
15586 echo $ECHO_N "(cached) $ECHO_C" >&6
15587 else
15588 ac_check_soname_save_LIBS=$LIBS
15589 LIBS="-lcups $ac_cups_libs $LIBS"
15590 cat >conftest.$ac_ext <<_ACEOF
15591 /* confdefs.h. */
15592 _ACEOF
15593 cat confdefs.h >>conftest.$ac_ext
15594 cat >>conftest.$ac_ext <<_ACEOF
15595 /* end confdefs.h. */
15597 /* Override any GCC internal prototype to avoid an error.
15598 Use char because int might match the return type of a GCC
15599 builtin and then its argument prototype would still apply. */
15600 #ifdef __cplusplus
15601 extern "C"
15602 #endif
15603 char cupsGetDefault ();
15605 main ()
15607 return cupsGetDefault ();
15609 return 0;
15611 _ACEOF
15612 rm -f conftest.$ac_objext conftest$ac_exeext
15613 if { (ac_try="$ac_link"
15614 case "(($ac_try" in
15615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15616 *) ac_try_echo=$ac_try;;
15617 esac
15618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15619 (eval "$ac_link") 2>conftest.er1
15620 ac_status=$?
15621 grep -v '^ *+' conftest.er1 >conftest.err
15622 rm -f conftest.er1
15623 cat conftest.err >&5
15624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15625 (exit $ac_status); } && {
15626 test -z "$ac_c_werror_flag" ||
15627 test ! -s conftest.err
15628 } && test -s conftest$ac_exeext &&
15629 $as_test_x conftest$ac_exeext; then
15630 case "$LIBEXT" in
15631 dll) ;;
15632 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'` ;;
15633 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15634 esac
15635 else
15636 echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15643 conftest$ac_exeext conftest.$ac_ext
15644 LIBS=$ac_check_soname_save_LIBS
15646 if test "x$ac_cv_lib_soname_cups" = "x"; then
15647 { echo "$as_me:$LINENO: result: not found" >&5
15648 echo "${ECHO_T}not found" >&6; }
15650 else
15651 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15652 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15654 cat >>confdefs.h <<_ACEOF
15655 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15656 _ACEOF
15658 CUPSINCL="$ac_cups_cflags"
15663 done
15665 CPPFLAGS="$ac_save_CPPFLAGS"
15667 if test "x$ac_cv_lib_soname_cups" = "x"; then
15668 case "x$with_cups" in
15669 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15670 xno) ;;
15671 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15672 This is an error since --with-cups was requested." >&5
15673 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15674 This is an error since --with-cups was requested." >&2;}
15675 { (exit 1); exit 1; }; } ;;
15676 esac
15680 if test "$ac_cv_header_jack_jack_h" = "yes"
15681 then
15682 { echo "$as_me:$LINENO: checking for -ljack" >&5
15683 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15684 if test "${ac_cv_lib_soname_jack+set}" = set; then
15685 echo $ECHO_N "(cached) $ECHO_C" >&6
15686 else
15687 ac_check_soname_save_LIBS=$LIBS
15688 LIBS="-ljack $LIBS"
15689 cat >conftest.$ac_ext <<_ACEOF
15690 /* confdefs.h. */
15691 _ACEOF
15692 cat confdefs.h >>conftest.$ac_ext
15693 cat >>conftest.$ac_ext <<_ACEOF
15694 /* end confdefs.h. */
15696 /* Override any GCC internal prototype to avoid an error.
15697 Use char because int might match the return type of a GCC
15698 builtin and then its argument prototype would still apply. */
15699 #ifdef __cplusplus
15700 extern "C"
15701 #endif
15702 char jack_client_new ();
15704 main ()
15706 return jack_client_new ();
15708 return 0;
15710 _ACEOF
15711 rm -f conftest.$ac_objext conftest$ac_exeext
15712 if { (ac_try="$ac_link"
15713 case "(($ac_try" in
15714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15715 *) ac_try_echo=$ac_try;;
15716 esac
15717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15718 (eval "$ac_link") 2>conftest.er1
15719 ac_status=$?
15720 grep -v '^ *+' conftest.er1 >conftest.err
15721 rm -f conftest.er1
15722 cat conftest.err >&5
15723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15724 (exit $ac_status); } && {
15725 test -z "$ac_c_werror_flag" ||
15726 test ! -s conftest.err
15727 } && test -s conftest$ac_exeext &&
15728 $as_test_x conftest$ac_exeext; then
15729 case "$LIBEXT" in
15730 dll) ;;
15731 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'` ;;
15732 *) 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'` ;;
15733 esac
15734 else
15735 echo "$as_me: failed program was:" >&5
15736 sed 's/^/| /' conftest.$ac_ext >&5
15741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15742 conftest$ac_exeext conftest.$ac_ext
15743 LIBS=$ac_check_soname_save_LIBS
15745 if test "x$ac_cv_lib_soname_jack" = "x"; then
15746 { echo "$as_me:$LINENO: result: not found" >&5
15747 echo "${ECHO_T}not found" >&6; }
15749 else
15750 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15751 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15753 cat >>confdefs.h <<_ACEOF
15754 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15755 _ACEOF
15762 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15763 then
15764 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15765 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15766 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15767 echo $ECHO_N "(cached) $ECHO_C" >&6
15768 else
15769 ac_check_soname_save_LIBS=$LIBS
15770 LIBS="-lfontconfig $LIBS"
15771 cat >conftest.$ac_ext <<_ACEOF
15772 /* confdefs.h. */
15773 _ACEOF
15774 cat confdefs.h >>conftest.$ac_ext
15775 cat >>conftest.$ac_ext <<_ACEOF
15776 /* end confdefs.h. */
15778 /* Override any GCC internal prototype to avoid an error.
15779 Use char because int might match the return type of a GCC
15780 builtin and then its argument prototype would still apply. */
15781 #ifdef __cplusplus
15782 extern "C"
15783 #endif
15784 char FcInit ();
15786 main ()
15788 return FcInit ();
15790 return 0;
15792 _ACEOF
15793 rm -f conftest.$ac_objext conftest$ac_exeext
15794 if { (ac_try="$ac_link"
15795 case "(($ac_try" in
15796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15797 *) ac_try_echo=$ac_try;;
15798 esac
15799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15800 (eval "$ac_link") 2>conftest.er1
15801 ac_status=$?
15802 grep -v '^ *+' conftest.er1 >conftest.err
15803 rm -f conftest.er1
15804 cat conftest.err >&5
15805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15806 (exit $ac_status); } && {
15807 test -z "$ac_c_werror_flag" ||
15808 test ! -s conftest.err
15809 } && test -s conftest$ac_exeext &&
15810 $as_test_x conftest$ac_exeext; then
15811 case "$LIBEXT" in
15812 dll) ;;
15813 dylib) ac_cv_lib_soname_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'` ;;
15814 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15815 esac
15816 else
15817 echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.$ac_ext >&5
15823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15824 conftest$ac_exeext conftest.$ac_ext
15825 LIBS=$ac_check_soname_save_LIBS
15827 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15828 { echo "$as_me:$LINENO: result: not found" >&5
15829 echo "${ECHO_T}not found" >&6; }
15831 else
15832 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15833 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15835 cat >>confdefs.h <<_ACEOF
15836 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15837 _ACEOF
15842 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15843 then
15844 ac_save_CPPFLAGS="$CPPFLAGS"
15845 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15846 $as_unset ac_cv_header_fontconfig_fontconfig_h
15848 for ac_header in fontconfig/fontconfig.h
15850 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15851 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15852 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15853 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15854 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15855 echo $ECHO_N "(cached) $ECHO_C" >&6
15857 ac_res=`eval echo '${'$as_ac_Header'}'`
15858 { echo "$as_me:$LINENO: result: $ac_res" >&5
15859 echo "${ECHO_T}$ac_res" >&6; }
15860 else
15861 # Is the header compilable?
15862 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15863 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
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. */
15870 $ac_includes_default
15871 #include <$ac_header>
15872 _ACEOF
15873 rm -f conftest.$ac_objext
15874 if { (ac_try="$ac_compile"
15875 case "(($ac_try" in
15876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15877 *) ac_try_echo=$ac_try;;
15878 esac
15879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15880 (eval "$ac_compile") 2>conftest.er1
15881 ac_status=$?
15882 grep -v '^ *+' conftest.er1 >conftest.err
15883 rm -f conftest.er1
15884 cat conftest.err >&5
15885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15886 (exit $ac_status); } && {
15887 test -z "$ac_c_werror_flag" ||
15888 test ! -s conftest.err
15889 } && test -s conftest.$ac_objext; then
15890 ac_header_compiler=yes
15891 else
15892 echo "$as_me: failed program was:" >&5
15893 sed 's/^/| /' conftest.$ac_ext >&5
15895 ac_header_compiler=no
15898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15899 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15900 echo "${ECHO_T}$ac_header_compiler" >&6; }
15902 # Is the header present?
15903 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15904 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15905 cat >conftest.$ac_ext <<_ACEOF
15906 /* confdefs.h. */
15907 _ACEOF
15908 cat confdefs.h >>conftest.$ac_ext
15909 cat >>conftest.$ac_ext <<_ACEOF
15910 /* end confdefs.h. */
15911 #include <$ac_header>
15912 _ACEOF
15913 if { (ac_try="$ac_cpp conftest.$ac_ext"
15914 case "(($ac_try" in
15915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15916 *) ac_try_echo=$ac_try;;
15917 esac
15918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15919 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15920 ac_status=$?
15921 grep -v '^ *+' conftest.er1 >conftest.err
15922 rm -f conftest.er1
15923 cat conftest.err >&5
15924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15925 (exit $ac_status); } >/dev/null && {
15926 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15927 test ! -s conftest.err
15928 }; then
15929 ac_header_preproc=yes
15930 else
15931 echo "$as_me: failed program was:" >&5
15932 sed 's/^/| /' conftest.$ac_ext >&5
15934 ac_header_preproc=no
15937 rm -f conftest.err conftest.$ac_ext
15938 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15939 echo "${ECHO_T}$ac_header_preproc" >&6; }
15941 # So? What about this header?
15942 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15943 yes:no: )
15944 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15945 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15946 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15947 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15948 ac_header_preproc=yes
15950 no:yes:* )
15951 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15952 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15953 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15954 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15955 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15956 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15957 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15958 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15959 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15960 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15961 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15962 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15963 ( cat <<\_ASBOX
15964 ## ------------------------------------ ##
15965 ## Report this to wine-devel@winehq.org ##
15966 ## ------------------------------------ ##
15967 _ASBOX
15968 ) | sed "s/^/$as_me: WARNING: /" >&2
15970 esac
15971 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15972 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15974 echo $ECHO_N "(cached) $ECHO_C" >&6
15975 else
15976 eval "$as_ac_Header=\$ac_header_preproc"
15978 ac_res=`eval echo '${'$as_ac_Header'}'`
15979 { echo "$as_me:$LINENO: result: $ac_res" >&5
15980 echo "${ECHO_T}$ac_res" >&6; }
15983 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15984 cat >>confdefs.h <<_ACEOF
15985 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15986 _ACEOF
15990 done
15992 CPPFLAGS="$ac_save_CPPFLAGS"
15993 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15994 then
15995 FONTCONFIGINCL="$X_CFLAGS"
15997 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15998 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15999 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16000 echo $ECHO_N "(cached) $ECHO_C" >&6
16001 else
16002 ac_check_soname_save_LIBS=$LIBS
16003 LIBS="-lfontconfig $X_LIBS $LIBS"
16004 cat >conftest.$ac_ext <<_ACEOF
16005 /* confdefs.h. */
16006 _ACEOF
16007 cat confdefs.h >>conftest.$ac_ext
16008 cat >>conftest.$ac_ext <<_ACEOF
16009 /* end confdefs.h. */
16011 /* Override any GCC internal prototype to avoid an error.
16012 Use char because int might match the return type of a GCC
16013 builtin and then its argument prototype would still apply. */
16014 #ifdef __cplusplus
16015 extern "C"
16016 #endif
16017 char FcInit ();
16019 main ()
16021 return FcInit ();
16023 return 0;
16025 _ACEOF
16026 rm -f conftest.$ac_objext conftest$ac_exeext
16027 if { (ac_try="$ac_link"
16028 case "(($ac_try" in
16029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16030 *) ac_try_echo=$ac_try;;
16031 esac
16032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16033 (eval "$ac_link") 2>conftest.er1
16034 ac_status=$?
16035 grep -v '^ *+' conftest.er1 >conftest.err
16036 rm -f conftest.er1
16037 cat conftest.err >&5
16038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16039 (exit $ac_status); } && {
16040 test -z "$ac_c_werror_flag" ||
16041 test ! -s conftest.err
16042 } && test -s conftest$ac_exeext &&
16043 $as_test_x conftest$ac_exeext; then
16044 case "$LIBEXT" in
16045 dll) ;;
16046 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'` ;;
16047 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16048 esac
16049 else
16050 echo "$as_me: failed program was:" >&5
16051 sed 's/^/| /' conftest.$ac_ext >&5
16056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16057 conftest$ac_exeext conftest.$ac_ext
16058 LIBS=$ac_check_soname_save_LIBS
16060 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16061 { echo "$as_me:$LINENO: result: not found" >&5
16062 echo "${ECHO_T}not found" >&6; }
16064 else
16065 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16066 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16068 cat >>confdefs.h <<_ACEOF
16069 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16070 _ACEOF
16077 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16078 case "x$with_fontconfig" in
16079 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16080 xno) ;;
16081 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16082 This is an error since --with-fontconfig was requested." >&5
16083 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16084 This is an error since --with-fontconfig was requested." >&2;}
16085 { (exit 1); exit 1; }; } ;;
16086 esac
16090 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16091 then
16092 { echo "$as_me:$LINENO: checking for -lssl" >&5
16093 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16094 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16095 echo $ECHO_N "(cached) $ECHO_C" >&6
16096 else
16097 ac_check_soname_save_LIBS=$LIBS
16098 LIBS="-lssl $LIBS"
16099 cat >conftest.$ac_ext <<_ACEOF
16100 /* confdefs.h. */
16101 _ACEOF
16102 cat confdefs.h >>conftest.$ac_ext
16103 cat >>conftest.$ac_ext <<_ACEOF
16104 /* end confdefs.h. */
16106 /* Override any GCC internal prototype to avoid an error.
16107 Use char because int might match the return type of a GCC
16108 builtin and then its argument prototype would still apply. */
16109 #ifdef __cplusplus
16110 extern "C"
16111 #endif
16112 char SSL_library_init ();
16114 main ()
16116 return SSL_library_init ();
16118 return 0;
16120 _ACEOF
16121 rm -f conftest.$ac_objext conftest$ac_exeext
16122 if { (ac_try="$ac_link"
16123 case "(($ac_try" in
16124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16125 *) ac_try_echo=$ac_try;;
16126 esac
16127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16128 (eval "$ac_link") 2>conftest.er1
16129 ac_status=$?
16130 grep -v '^ *+' conftest.er1 >conftest.err
16131 rm -f conftest.er1
16132 cat conftest.err >&5
16133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); } && {
16135 test -z "$ac_c_werror_flag" ||
16136 test ! -s conftest.err
16137 } && test -s conftest$ac_exeext &&
16138 $as_test_x conftest$ac_exeext; then
16139 case "$LIBEXT" in
16140 dll) ;;
16141 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'` ;;
16142 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16143 esac
16144 else
16145 echo "$as_me: failed program was:" >&5
16146 sed 's/^/| /' conftest.$ac_ext >&5
16151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16152 conftest$ac_exeext conftest.$ac_ext
16153 LIBS=$ac_check_soname_save_LIBS
16155 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16156 { echo "$as_me:$LINENO: result: not found" >&5
16157 echo "${ECHO_T}not found" >&6; }
16159 else
16160 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16161 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16163 cat >>confdefs.h <<_ACEOF
16164 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16165 _ACEOF
16170 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16171 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16172 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16173 echo $ECHO_N "(cached) $ECHO_C" >&6
16174 else
16175 ac_check_soname_save_LIBS=$LIBS
16176 LIBS="-lcrypto $LIBS"
16177 cat >conftest.$ac_ext <<_ACEOF
16178 /* confdefs.h. */
16179 _ACEOF
16180 cat confdefs.h >>conftest.$ac_ext
16181 cat >>conftest.$ac_ext <<_ACEOF
16182 /* end confdefs.h. */
16184 /* Override any GCC internal prototype to avoid an error.
16185 Use char because int might match the return type of a GCC
16186 builtin and then its argument prototype would still apply. */
16187 #ifdef __cplusplus
16188 extern "C"
16189 #endif
16190 char BIO_new_socket ();
16192 main ()
16194 return BIO_new_socket ();
16196 return 0;
16198 _ACEOF
16199 rm -f conftest.$ac_objext conftest$ac_exeext
16200 if { (ac_try="$ac_link"
16201 case "(($ac_try" in
16202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16203 *) ac_try_echo=$ac_try;;
16204 esac
16205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16206 (eval "$ac_link") 2>conftest.er1
16207 ac_status=$?
16208 grep -v '^ *+' conftest.er1 >conftest.err
16209 rm -f conftest.er1
16210 cat conftest.err >&5
16211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16212 (exit $ac_status); } && {
16213 test -z "$ac_c_werror_flag" ||
16214 test ! -s conftest.err
16215 } && test -s conftest$ac_exeext &&
16216 $as_test_x conftest$ac_exeext; then
16217 case "$LIBEXT" in
16218 dll) ;;
16219 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'` ;;
16220 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16221 esac
16222 else
16223 echo "$as_me: failed program was:" >&5
16224 sed 's/^/| /' conftest.$ac_ext >&5
16229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16230 conftest$ac_exeext conftest.$ac_ext
16231 LIBS=$ac_check_soname_save_LIBS
16233 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16234 { echo "$as_me:$LINENO: result: not found" >&5
16235 echo "${ECHO_T}not found" >&6; }
16237 else
16238 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16239 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16241 cat >>confdefs.h <<_ACEOF
16242 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16243 _ACEOF
16249 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16250 case "x$with_openssl" in
16251 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16252 xno) ;;
16253 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16254 This is an error since --with-openssl was requested." >&5
16255 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16256 This is an error since --with-openssl was requested." >&2;}
16257 { (exit 1); exit 1; }; } ;;
16258 esac
16262 if test "$ac_cv_header_jpeglib_h" = "yes"
16263 then
16264 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16265 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16266 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16267 echo $ECHO_N "(cached) $ECHO_C" >&6
16268 else
16269 ac_check_soname_save_LIBS=$LIBS
16270 LIBS="-ljpeg $LIBS"
16271 cat >conftest.$ac_ext <<_ACEOF
16272 /* confdefs.h. */
16273 _ACEOF
16274 cat confdefs.h >>conftest.$ac_ext
16275 cat >>conftest.$ac_ext <<_ACEOF
16276 /* end confdefs.h. */
16278 /* Override any GCC internal prototype to avoid an error.
16279 Use char because int might match the return type of a GCC
16280 builtin and then its argument prototype would still apply. */
16281 #ifdef __cplusplus
16282 extern "C"
16283 #endif
16284 char jpeg_start_decompress ();
16286 main ()
16288 return jpeg_start_decompress ();
16290 return 0;
16292 _ACEOF
16293 rm -f conftest.$ac_objext conftest$ac_exeext
16294 if { (ac_try="$ac_link"
16295 case "(($ac_try" in
16296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16297 *) ac_try_echo=$ac_try;;
16298 esac
16299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16300 (eval "$ac_link") 2>conftest.er1
16301 ac_status=$?
16302 grep -v '^ *+' conftest.er1 >conftest.err
16303 rm -f conftest.er1
16304 cat conftest.err >&5
16305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16306 (exit $ac_status); } && {
16307 test -z "$ac_c_werror_flag" ||
16308 test ! -s conftest.err
16309 } && test -s conftest$ac_exeext &&
16310 $as_test_x conftest$ac_exeext; then
16311 case "$LIBEXT" in
16312 dll) ;;
16313 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'` ;;
16314 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16315 esac
16316 else
16317 echo "$as_me: failed program was:" >&5
16318 sed 's/^/| /' conftest.$ac_ext >&5
16323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16324 conftest$ac_exeext conftest.$ac_ext
16325 LIBS=$ac_check_soname_save_LIBS
16327 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16328 { echo "$as_me:$LINENO: result: not found" >&5
16329 echo "${ECHO_T}not found" >&6; }
16331 else
16332 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16333 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16335 cat >>confdefs.h <<_ACEOF
16336 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16337 _ACEOF
16343 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16344 case "x$with_jpeg" in
16345 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16346 xno) ;;
16347 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16348 This is an error since --with-jpeg was requested." >&5
16349 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16350 This is an error since --with-jpeg was requested." >&2;}
16351 { (exit 1); exit 1; }; } ;;
16352 esac
16356 if test "$ac_cv_header_png_h" = "yes"
16357 then
16358 { echo "$as_me:$LINENO: checking for -lpng" >&5
16359 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16360 if test "${ac_cv_lib_soname_png+set}" = set; then
16361 echo $ECHO_N "(cached) $ECHO_C" >&6
16362 else
16363 ac_check_soname_save_LIBS=$LIBS
16364 LIBS="-lpng -lm -lz $LIBS"
16365 cat >conftest.$ac_ext <<_ACEOF
16366 /* confdefs.h. */
16367 _ACEOF
16368 cat confdefs.h >>conftest.$ac_ext
16369 cat >>conftest.$ac_ext <<_ACEOF
16370 /* end confdefs.h. */
16372 /* Override any GCC internal prototype to avoid an error.
16373 Use char because int might match the return type of a GCC
16374 builtin and then its argument prototype would still apply. */
16375 #ifdef __cplusplus
16376 extern "C"
16377 #endif
16378 char png_create_read_struct ();
16380 main ()
16382 return png_create_read_struct ();
16384 return 0;
16386 _ACEOF
16387 rm -f conftest.$ac_objext conftest$ac_exeext
16388 if { (ac_try="$ac_link"
16389 case "(($ac_try" in
16390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16391 *) ac_try_echo=$ac_try;;
16392 esac
16393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16394 (eval "$ac_link") 2>conftest.er1
16395 ac_status=$?
16396 grep -v '^ *+' conftest.er1 >conftest.err
16397 rm -f conftest.er1
16398 cat conftest.err >&5
16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16400 (exit $ac_status); } && {
16401 test -z "$ac_c_werror_flag" ||
16402 test ! -s conftest.err
16403 } && test -s conftest$ac_exeext &&
16404 $as_test_x conftest$ac_exeext; then
16405 case "$LIBEXT" in
16406 dll) ;;
16407 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'` ;;
16408 *) 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'` ;;
16409 esac
16410 else
16411 echo "$as_me: failed program was:" >&5
16412 sed 's/^/| /' conftest.$ac_ext >&5
16417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16418 conftest$ac_exeext conftest.$ac_ext
16419 LIBS=$ac_check_soname_save_LIBS
16421 if test "x$ac_cv_lib_soname_png" = "x"; then
16422 { echo "$as_me:$LINENO: result: not found" >&5
16423 echo "${ECHO_T}not found" >&6; }
16425 else
16426 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16427 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16429 cat >>confdefs.h <<_ACEOF
16430 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16431 _ACEOF
16437 if test "x$ac_cv_lib_soname_png" = "x"; then
16438 case "x$with_png" in
16439 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16440 xno) ;;
16441 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16442 This is an error since --with-png was requested." >&5
16443 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16444 This is an error since --with-png was requested." >&2;}
16445 { (exit 1); exit 1; }; } ;;
16446 esac
16450 if test "$ac_cv_header_kstat_h" = "yes"
16451 then
16452 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16453 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16454 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16455 echo $ECHO_N "(cached) $ECHO_C" >&6
16456 else
16457 ac_check_lib_save_LIBS=$LIBS
16458 LIBS="-lkstat $LIBS"
16459 cat >conftest.$ac_ext <<_ACEOF
16460 /* confdefs.h. */
16461 _ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h. */
16466 /* Override any GCC internal prototype to avoid an error.
16467 Use char because int might match the return type of a GCC
16468 builtin and then its argument prototype would still apply. */
16469 #ifdef __cplusplus
16470 extern "C"
16471 #endif
16472 char kstat_open ();
16474 main ()
16476 return kstat_open ();
16478 return 0;
16480 _ACEOF
16481 rm -f conftest.$ac_objext conftest$ac_exeext
16482 if { (ac_try="$ac_link"
16483 case "(($ac_try" in
16484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16485 *) ac_try_echo=$ac_try;;
16486 esac
16487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16488 (eval "$ac_link") 2>conftest.er1
16489 ac_status=$?
16490 grep -v '^ *+' conftest.er1 >conftest.err
16491 rm -f conftest.er1
16492 cat conftest.err >&5
16493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494 (exit $ac_status); } && {
16495 test -z "$ac_c_werror_flag" ||
16496 test ! -s conftest.err
16497 } && test -s conftest$ac_exeext &&
16498 $as_test_x conftest$ac_exeext; then
16499 ac_cv_lib_kstat_kstat_open=yes
16500 else
16501 echo "$as_me: failed program was:" >&5
16502 sed 's/^/| /' conftest.$ac_ext >&5
16504 ac_cv_lib_kstat_kstat_open=no
16507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16508 conftest$ac_exeext conftest.$ac_ext
16509 LIBS=$ac_check_lib_save_LIBS
16511 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16512 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16513 if test $ac_cv_lib_kstat_kstat_open = yes; then
16515 cat >>confdefs.h <<\_ACEOF
16516 #define HAVE_LIBKSTAT 1
16517 _ACEOF
16519 LIBKSTAT="-lkstat"
16525 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16526 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16527 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16528 echo $ECHO_N "(cached) $ECHO_C" >&6
16529 else
16530 ac_check_soname_save_LIBS=$LIBS
16531 LIBS="-lodbc $LIBS"
16532 cat >conftest.$ac_ext <<_ACEOF
16533 /* confdefs.h. */
16534 _ACEOF
16535 cat confdefs.h >>conftest.$ac_ext
16536 cat >>conftest.$ac_ext <<_ACEOF
16537 /* end confdefs.h. */
16539 /* Override any GCC internal prototype to avoid an error.
16540 Use char because int might match the return type of a GCC
16541 builtin and then its argument prototype would still apply. */
16542 #ifdef __cplusplus
16543 extern "C"
16544 #endif
16545 char SQLConnect ();
16547 main ()
16549 return SQLConnect ();
16551 return 0;
16553 _ACEOF
16554 rm -f conftest.$ac_objext conftest$ac_exeext
16555 if { (ac_try="$ac_link"
16556 case "(($ac_try" in
16557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16558 *) ac_try_echo=$ac_try;;
16559 esac
16560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16561 (eval "$ac_link") 2>conftest.er1
16562 ac_status=$?
16563 grep -v '^ *+' conftest.er1 >conftest.err
16564 rm -f conftest.er1
16565 cat conftest.err >&5
16566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16567 (exit $ac_status); } && {
16568 test -z "$ac_c_werror_flag" ||
16569 test ! -s conftest.err
16570 } && test -s conftest$ac_exeext &&
16571 $as_test_x conftest$ac_exeext; then
16572 case "$LIBEXT" in
16573 dll) ;;
16574 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'` ;;
16575 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16576 esac
16577 else
16578 echo "$as_me: failed program was:" >&5
16579 sed 's/^/| /' conftest.$ac_ext >&5
16584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16585 conftest$ac_exeext conftest.$ac_ext
16586 LIBS=$ac_check_soname_save_LIBS
16588 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16589 { echo "$as_me:$LINENO: result: not found" >&5
16590 echo "${ECHO_T}not found" >&6; }
16591 cat >>confdefs.h <<_ACEOF
16592 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16593 _ACEOF
16595 else
16596 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16597 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16599 cat >>confdefs.h <<_ACEOF
16600 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16601 _ACEOF
16607 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16608 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16609 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16610 "$ac_cv_header_soundcard_h" != "yes" -a \
16611 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16612 then
16613 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16617 EXTRACFLAGS=""
16619 if test "x${GCC}" = "xyes"
16620 then
16621 EXTRACFLAGS="-Wall -pipe"
16623 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16624 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16625 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16626 echo $ECHO_N "(cached) $ECHO_C" >&6
16627 else
16628 if test "$cross_compiling" = yes; then
16629 ac_cv_c_gcc_strength_bug="yes"
16630 else
16631 cat >conftest.$ac_ext <<_ACEOF
16632 /* confdefs.h. */
16633 _ACEOF
16634 cat confdefs.h >>conftest.$ac_ext
16635 cat >>conftest.$ac_ext <<_ACEOF
16636 /* end confdefs.h. */
16637 int L[4] = {0,1,2,3};
16639 main ()
16641 static int Array[3];
16642 unsigned int B = 3;
16643 int i;
16644 for(i=0; i<B; i++) Array[i] = i - 3;
16645 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16646 L[i] = 4;
16647 return (Array[1] != -2 || L[2] != 3)
16649 return 0;
16651 _ACEOF
16652 rm -f conftest$ac_exeext
16653 if { (ac_try="$ac_link"
16654 case "(($ac_try" in
16655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16656 *) ac_try_echo=$ac_try;;
16657 esac
16658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16659 (eval "$ac_link") 2>&5
16660 ac_status=$?
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16663 { (case "(($ac_try" in
16664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16665 *) ac_try_echo=$ac_try;;
16666 esac
16667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16668 (eval "$ac_try") 2>&5
16669 ac_status=$?
16670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16671 (exit $ac_status); }; }; then
16672 ac_cv_c_gcc_strength_bug="no"
16673 else
16674 echo "$as_me: program exited with status $ac_status" >&5
16675 echo "$as_me: failed program was:" >&5
16676 sed 's/^/| /' conftest.$ac_ext >&5
16678 ( exit $ac_status )
16679 ac_cv_c_gcc_strength_bug="yes"
16681 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16686 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16687 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16688 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16689 then
16690 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16693 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16694 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16695 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16696 echo $ECHO_N "(cached) $ECHO_C" >&6
16697 else
16698 ac_wine_try_cflags_saved=$CFLAGS
16699 CFLAGS="$CFLAGS -fno-builtin"
16700 cat >conftest.$ac_ext <<_ACEOF
16701 /* confdefs.h. */
16702 _ACEOF
16703 cat confdefs.h >>conftest.$ac_ext
16704 cat >>conftest.$ac_ext <<_ACEOF
16705 /* end confdefs.h. */
16708 main ()
16712 return 0;
16714 _ACEOF
16715 rm -f conftest.$ac_objext conftest$ac_exeext
16716 if { (ac_try="$ac_link"
16717 case "(($ac_try" in
16718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16719 *) ac_try_echo=$ac_try;;
16720 esac
16721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16722 (eval "$ac_link") 2>conftest.er1
16723 ac_status=$?
16724 grep -v '^ *+' conftest.er1 >conftest.err
16725 rm -f conftest.er1
16726 cat conftest.err >&5
16727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16728 (exit $ac_status); } && {
16729 test -z "$ac_c_werror_flag" ||
16730 test ! -s conftest.err
16731 } && test -s conftest$ac_exeext &&
16732 $as_test_x conftest$ac_exeext; then
16733 ac_cv_cflags__fno_builtin=yes
16734 else
16735 echo "$as_me: failed program was:" >&5
16736 sed 's/^/| /' conftest.$ac_ext >&5
16738 ac_cv_cflags__fno_builtin=no
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742 conftest$ac_exeext conftest.$ac_ext
16743 CFLAGS=$ac_wine_try_cflags_saved
16745 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16746 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16747 if test $ac_cv_cflags__fno_builtin = yes; then
16748 BUILTINFLAG="-fno-builtin"
16752 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16753 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16754 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16755 echo $ECHO_N "(cached) $ECHO_C" >&6
16756 else
16757 ac_wine_try_cflags_saved=$CFLAGS
16758 CFLAGS="$CFLAGS -fno-strict-aliasing"
16759 cat >conftest.$ac_ext <<_ACEOF
16760 /* confdefs.h. */
16761 _ACEOF
16762 cat confdefs.h >>conftest.$ac_ext
16763 cat >>conftest.$ac_ext <<_ACEOF
16764 /* end confdefs.h. */
16767 main ()
16771 return 0;
16773 _ACEOF
16774 rm -f conftest.$ac_objext conftest$ac_exeext
16775 if { (ac_try="$ac_link"
16776 case "(($ac_try" in
16777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16778 *) ac_try_echo=$ac_try;;
16779 esac
16780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16781 (eval "$ac_link") 2>conftest.er1
16782 ac_status=$?
16783 grep -v '^ *+' conftest.er1 >conftest.err
16784 rm -f conftest.er1
16785 cat conftest.err >&5
16786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); } && {
16788 test -z "$ac_c_werror_flag" ||
16789 test ! -s conftest.err
16790 } && test -s conftest$ac_exeext &&
16791 $as_test_x conftest$ac_exeext; then
16792 ac_cv_cflags__fno_strict_aliasing=yes
16793 else
16794 echo "$as_me: failed program was:" >&5
16795 sed 's/^/| /' conftest.$ac_ext >&5
16797 ac_cv_cflags__fno_strict_aliasing=no
16800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16801 conftest$ac_exeext conftest.$ac_ext
16802 CFLAGS=$ac_wine_try_cflags_saved
16804 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16805 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16806 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16807 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16810 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16811 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16812 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16813 echo $ECHO_N "(cached) $ECHO_C" >&6
16814 else
16815 ac_wine_try_cflags_saved=$CFLAGS
16816 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16817 cat >conftest.$ac_ext <<_ACEOF
16818 /* confdefs.h. */
16819 _ACEOF
16820 cat confdefs.h >>conftest.$ac_ext
16821 cat >>conftest.$ac_ext <<_ACEOF
16822 /* end confdefs.h. */
16825 main ()
16829 return 0;
16831 _ACEOF
16832 rm -f conftest.$ac_objext conftest$ac_exeext
16833 if { (ac_try="$ac_link"
16834 case "(($ac_try" in
16835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16836 *) ac_try_echo=$ac_try;;
16837 esac
16838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16839 (eval "$ac_link") 2>conftest.er1
16840 ac_status=$?
16841 grep -v '^ *+' conftest.er1 >conftest.err
16842 rm -f conftest.er1
16843 cat conftest.err >&5
16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); } && {
16846 test -z "$ac_c_werror_flag" ||
16847 test ! -s conftest.err
16848 } && test -s conftest$ac_exeext &&
16849 $as_test_x conftest$ac_exeext; then
16850 ac_cv_cflags__Wdeclaration_after_statement=yes
16851 else
16852 echo "$as_me: failed program was:" >&5
16853 sed 's/^/| /' conftest.$ac_ext >&5
16855 ac_cv_cflags__Wdeclaration_after_statement=no
16858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16859 conftest$ac_exeext conftest.$ac_ext
16860 CFLAGS=$ac_wine_try_cflags_saved
16862 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16863 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16864 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16865 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16868 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16869 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16870 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16871 echo $ECHO_N "(cached) $ECHO_C" >&6
16872 else
16873 ac_wine_try_cflags_saved=$CFLAGS
16874 CFLAGS="$CFLAGS -Wwrite-strings"
16875 cat >conftest.$ac_ext <<_ACEOF
16876 /* confdefs.h. */
16877 _ACEOF
16878 cat confdefs.h >>conftest.$ac_ext
16879 cat >>conftest.$ac_ext <<_ACEOF
16880 /* end confdefs.h. */
16883 main ()
16887 return 0;
16889 _ACEOF
16890 rm -f conftest.$ac_objext conftest$ac_exeext
16891 if { (ac_try="$ac_link"
16892 case "(($ac_try" in
16893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16894 *) ac_try_echo=$ac_try;;
16895 esac
16896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16897 (eval "$ac_link") 2>conftest.er1
16898 ac_status=$?
16899 grep -v '^ *+' conftest.er1 >conftest.err
16900 rm -f conftest.er1
16901 cat conftest.err >&5
16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16903 (exit $ac_status); } && {
16904 test -z "$ac_c_werror_flag" ||
16905 test ! -s conftest.err
16906 } && test -s conftest$ac_exeext &&
16907 $as_test_x conftest$ac_exeext; then
16908 ac_cv_cflags__Wwrite_strings=yes
16909 else
16910 echo "$as_me: failed program was:" >&5
16911 sed 's/^/| /' conftest.$ac_ext >&5
16913 ac_cv_cflags__Wwrite_strings=no
16916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16917 conftest$ac_exeext conftest.$ac_ext
16918 CFLAGS=$ac_wine_try_cflags_saved
16920 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16921 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16922 if test $ac_cv_cflags__Wwrite_strings = yes; then
16923 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16926 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16927 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16928 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16929 echo $ECHO_N "(cached) $ECHO_C" >&6
16930 else
16931 ac_wine_try_cflags_saved=$CFLAGS
16932 CFLAGS="$CFLAGS -Wtype-limits"
16933 cat >conftest.$ac_ext <<_ACEOF
16934 /* confdefs.h. */
16935 _ACEOF
16936 cat confdefs.h >>conftest.$ac_ext
16937 cat >>conftest.$ac_ext <<_ACEOF
16938 /* end confdefs.h. */
16941 main ()
16945 return 0;
16947 _ACEOF
16948 rm -f conftest.$ac_objext conftest$ac_exeext
16949 if { (ac_try="$ac_link"
16950 case "(($ac_try" in
16951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16953 esac
16954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16955 (eval "$ac_link") 2>conftest.er1
16956 ac_status=$?
16957 grep -v '^ *+' conftest.er1 >conftest.err
16958 rm -f conftest.er1
16959 cat conftest.err >&5
16960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16961 (exit $ac_status); } && {
16962 test -z "$ac_c_werror_flag" ||
16963 test ! -s conftest.err
16964 } && test -s conftest$ac_exeext &&
16965 $as_test_x conftest$ac_exeext; then
16966 ac_cv_cflags__Wtype_limits=yes
16967 else
16968 echo "$as_me: failed program was:" >&5
16969 sed 's/^/| /' conftest.$ac_ext >&5
16971 ac_cv_cflags__Wtype_limits=no
16974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16975 conftest$ac_exeext conftest.$ac_ext
16976 CFLAGS=$ac_wine_try_cflags_saved
16978 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16979 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16980 if test $ac_cv_cflags__Wtype_limits = yes; then
16981 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16985 saved_CFLAGS="$CFLAGS"
16986 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16987 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16988 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16989 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16990 echo $ECHO_N "(cached) $ECHO_C" >&6
16991 else
16992 cat >conftest.$ac_ext <<_ACEOF
16993 /* confdefs.h. */
16994 _ACEOF
16995 cat confdefs.h >>conftest.$ac_ext
16996 cat >>conftest.$ac_ext <<_ACEOF
16997 /* end confdefs.h. */
16998 #include <string.h>
17000 main ()
17004 return 0;
17006 _ACEOF
17007 rm -f conftest.$ac_objext
17008 if { (ac_try="$ac_compile"
17009 case "(($ac_try" in
17010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17011 *) ac_try_echo=$ac_try;;
17012 esac
17013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17014 (eval "$ac_compile") 2>conftest.er1
17015 ac_status=$?
17016 grep -v '^ *+' conftest.er1 >conftest.err
17017 rm -f conftest.er1
17018 cat conftest.err >&5
17019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17020 (exit $ac_status); } && {
17021 test -z "$ac_c_werror_flag" ||
17022 test ! -s conftest.err
17023 } && test -s conftest.$ac_objext; then
17024 ac_cv_c_string_h_warnings=no
17025 else
17026 echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17029 ac_cv_c_string_h_warnings=yes
17032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17034 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17035 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17036 CFLAGS="$saved_CFLAGS"
17037 if test "$ac_cv_c_string_h_warnings" = "no"
17038 then
17039 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17044 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17045 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17046 if test "${ac_cv_asm_func_def+set}" = set; then
17047 echo $ECHO_N "(cached) $ECHO_C" >&6
17048 else
17049 cat >conftest.$ac_ext <<_ACEOF
17050 /* confdefs.h. */
17051 _ACEOF
17052 cat confdefs.h >>conftest.$ac_ext
17053 cat >>conftest.$ac_ext <<_ACEOF
17054 /* end confdefs.h. */
17057 main ()
17059 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17061 return 0;
17063 _ACEOF
17064 rm -f conftest.$ac_objext conftest$ac_exeext
17065 if { (ac_try="$ac_link"
17066 case "(($ac_try" in
17067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17068 *) ac_try_echo=$ac_try;;
17069 esac
17070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17071 (eval "$ac_link") 2>conftest.er1
17072 ac_status=$?
17073 grep -v '^ *+' conftest.er1 >conftest.err
17074 rm -f conftest.er1
17075 cat conftest.err >&5
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } && {
17078 test -z "$ac_c_werror_flag" ||
17079 test ! -s conftest.err
17080 } && test -s conftest$ac_exeext &&
17081 $as_test_x conftest$ac_exeext; then
17082 ac_cv_asm_func_def=".def"
17083 else
17084 echo "$as_me: failed program was:" >&5
17085 sed 's/^/| /' conftest.$ac_ext >&5
17087 cat >conftest.$ac_ext <<_ACEOF
17088 /* confdefs.h. */
17089 _ACEOF
17090 cat confdefs.h >>conftest.$ac_ext
17091 cat >>conftest.$ac_ext <<_ACEOF
17092 /* end confdefs.h. */
17095 main ()
17097 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17099 return 0;
17101 _ACEOF
17102 rm -f conftest.$ac_objext conftest$ac_exeext
17103 if { (ac_try="$ac_link"
17104 case "(($ac_try" in
17105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17106 *) ac_try_echo=$ac_try;;
17107 esac
17108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17109 (eval "$ac_link") 2>conftest.er1
17110 ac_status=$?
17111 grep -v '^ *+' conftest.er1 >conftest.err
17112 rm -f conftest.er1
17113 cat conftest.err >&5
17114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17115 (exit $ac_status); } && {
17116 test -z "$ac_c_werror_flag" ||
17117 test ! -s conftest.err
17118 } && test -s conftest$ac_exeext &&
17119 $as_test_x conftest$ac_exeext; then
17120 ac_cv_asm_func_def=".type @function"
17121 else
17122 echo "$as_me: failed program was:" >&5
17123 sed 's/^/| /' conftest.$ac_ext >&5
17125 cat >conftest.$ac_ext <<_ACEOF
17126 /* confdefs.h. */
17127 _ACEOF
17128 cat confdefs.h >>conftest.$ac_ext
17129 cat >>conftest.$ac_ext <<_ACEOF
17130 /* end confdefs.h. */
17133 main ()
17135 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17137 return 0;
17139 _ACEOF
17140 rm -f conftest.$ac_objext conftest$ac_exeext
17141 if { (ac_try="$ac_link"
17142 case "(($ac_try" in
17143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17144 *) ac_try_echo=$ac_try;;
17145 esac
17146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17147 (eval "$ac_link") 2>conftest.er1
17148 ac_status=$?
17149 grep -v '^ *+' conftest.er1 >conftest.err
17150 rm -f conftest.er1
17151 cat conftest.err >&5
17152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17153 (exit $ac_status); } && {
17154 test -z "$ac_c_werror_flag" ||
17155 test ! -s conftest.err
17156 } && test -s conftest$ac_exeext &&
17157 $as_test_x conftest$ac_exeext; then
17158 ac_cv_asm_func_def=".type 2"
17159 else
17160 echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17163 ac_cv_asm_func_def="unknown"
17166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17167 conftest$ac_exeext conftest.$ac_ext
17170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17171 conftest$ac_exeext conftest.$ac_ext
17174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17175 conftest$ac_exeext conftest.$ac_ext
17177 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17178 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17182 case "$ac_cv_asm_func_def" in
17183 ".def")
17184 cat >>confdefs.h <<\_ACEOF
17185 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17186 _ACEOF
17188 ".type @function")
17189 cat >>confdefs.h <<\_ACEOF
17190 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17191 _ACEOF
17193 ".type 2")
17194 cat >>confdefs.h <<\_ACEOF
17195 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17196 _ACEOF
17199 cat >>confdefs.h <<\_ACEOF
17200 #define __ASM_FUNC(name) ""
17201 _ACEOF
17203 esac
17206 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17207 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17208 if test "${ac_cv_c_extern_prefix+set}" = set; then
17209 echo $ECHO_N "(cached) $ECHO_C" >&6
17210 else
17211 cat >conftest.$ac_ext <<_ACEOF
17212 /* confdefs.h. */
17213 _ACEOF
17214 cat confdefs.h >>conftest.$ac_ext
17215 cat >>conftest.$ac_ext <<_ACEOF
17216 /* end confdefs.h. */
17217 extern int ac_test;
17219 main ()
17221 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17223 return 0;
17225 _ACEOF
17226 rm -f conftest.$ac_objext conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230 *) ac_try_echo=$ac_try;;
17231 esac
17232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17233 (eval "$ac_link") 2>conftest.er1
17234 ac_status=$?
17235 grep -v '^ *+' conftest.er1 >conftest.err
17236 rm -f conftest.er1
17237 cat conftest.err >&5
17238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17239 (exit $ac_status); } && {
17240 test -z "$ac_c_werror_flag" ||
17241 test ! -s conftest.err
17242 } && test -s conftest$ac_exeext &&
17243 $as_test_x conftest$ac_exeext; then
17244 ac_cv_c_extern_prefix="yes"
17245 else
17246 echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_c_extern_prefix="no"
17252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17253 conftest$ac_exeext conftest.$ac_ext
17255 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17256 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17260 if test "$ac_cv_c_extern_prefix" = "yes"
17261 then
17262 cat >>confdefs.h <<\_ACEOF
17263 #define __ASM_NAME(name) "_" name
17264 _ACEOF
17266 else
17267 cat >>confdefs.h <<\_ACEOF
17268 #define __ASM_NAME(name) name
17269 _ACEOF
17274 LDPATH=""
17276 case $build_os in
17277 cygwin*|mingw32*)
17278 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17280 darwin*|macosx*)
17282 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17283 then
17284 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17288 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17290 esac
17292 case $host_os in
17293 mingw32*)
17294 CRTLIBS="-lmsvcrt"
17296 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17299 esac
17301 MAIN_BINARY="wine-pthread"
17302 case $host_cpu in
17303 *i[3456789]86*)
17304 case $host_os in
17305 linux* | k*bsd*-gnu)
17306 MAIN_BINARY="wine-glibc"
17308 EXTRA_BINARIES="wine-pthread wine-preloader"
17310 freebsd*)
17311 MAIN_BINARY="wine-freebsd"
17313 EXTRA_BINARIES="wine-pthread"
17315 esac
17317 esac
17320 ac_save_CFLAGS="$CFLAGS"
17321 CFLAGS="$CFLAGS $BUILTINFLAG"
17393 for ac_func in \
17394 _pclose \
17395 _popen \
17396 _snprintf \
17397 _spawnvp \
17398 _strdup \
17399 _stricmp \
17400 _strnicmp \
17401 _strtoi64 \
17402 _strtoui64 \
17403 _vsnprintf \
17404 asctime_r \
17405 chsize \
17406 dlopen \
17407 epoll_create \
17408 ffs \
17409 finite \
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 inet_ntop \
17425 inet_pton \
17426 kqueue \
17427 lstat \
17428 memmove \
17429 mmap \
17430 pclose \
17431 poll \
17432 popen \
17433 prctl \
17434 pread \
17435 pwrite \
17436 readdir \
17437 readlink \
17438 sched_yield \
17439 select \
17440 setproctitle \
17441 setrlimit \
17442 settimeofday \
17443 sigaltstack \
17444 sigprocmask \
17445 snprintf \
17446 socketpair \
17447 spawnvp \
17448 statfs \
17449 statvfs \
17450 strcasecmp \
17451 strdup \
17452 strerror \
17453 strncasecmp \
17454 strtold \
17455 strtoll \
17456 strtoull \
17457 symlink \
17458 tcgetattr \
17459 thr_kill2 \
17460 timegm \
17461 usleep \
17462 vsnprintf \
17463 wait4 \
17464 waitpid \
17467 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17468 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17469 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17470 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17471 echo $ECHO_N "(cached) $ECHO_C" >&6
17472 else
17473 cat >conftest.$ac_ext <<_ACEOF
17474 /* confdefs.h. */
17475 _ACEOF
17476 cat confdefs.h >>conftest.$ac_ext
17477 cat >>conftest.$ac_ext <<_ACEOF
17478 /* end confdefs.h. */
17479 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17481 #define $ac_func innocuous_$ac_func
17483 /* System header to define __stub macros and hopefully few prototypes,
17484 which can conflict with char $ac_func (); below.
17485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17486 <limits.h> exists even on freestanding compilers. */
17488 #ifdef __STDC__
17489 # include <limits.h>
17490 #else
17491 # include <assert.h>
17492 #endif
17494 #undef $ac_func
17496 /* Override any GCC internal prototype to avoid an error.
17497 Use char because int might match the return type of a GCC
17498 builtin and then its argument prototype would still apply. */
17499 #ifdef __cplusplus
17500 extern "C"
17501 #endif
17502 char $ac_func ();
17503 /* The GNU C library defines this for functions which it implements
17504 to always fail with ENOSYS. Some functions are actually named
17505 something starting with __ and the normal name is an alias. */
17506 #if defined __stub_$ac_func || defined __stub___$ac_func
17507 choke me
17508 #endif
17511 main ()
17513 return $ac_func ();
17515 return 0;
17517 _ACEOF
17518 rm -f conftest.$ac_objext conftest$ac_exeext
17519 if { (ac_try="$ac_link"
17520 case "(($ac_try" in
17521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17522 *) ac_try_echo=$ac_try;;
17523 esac
17524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17525 (eval "$ac_link") 2>conftest.er1
17526 ac_status=$?
17527 grep -v '^ *+' conftest.er1 >conftest.err
17528 rm -f conftest.er1
17529 cat conftest.err >&5
17530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17531 (exit $ac_status); } && {
17532 test -z "$ac_c_werror_flag" ||
17533 test ! -s conftest.err
17534 } && test -s conftest$ac_exeext &&
17535 $as_test_x conftest$ac_exeext; then
17536 eval "$as_ac_var=yes"
17537 else
17538 echo "$as_me: failed program was:" >&5
17539 sed 's/^/| /' conftest.$ac_ext >&5
17541 eval "$as_ac_var=no"
17544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17545 conftest$ac_exeext conftest.$ac_ext
17547 ac_res=`eval echo '${'$as_ac_var'}'`
17548 { echo "$as_me:$LINENO: result: $ac_res" >&5
17549 echo "${ECHO_T}$ac_res" >&6; }
17550 if test `eval echo '${'$as_ac_var'}'` = yes; then
17551 cat >>confdefs.h <<_ACEOF
17552 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17553 _ACEOF
17556 done
17558 CFLAGS="$ac_save_CFLAGS"
17560 if test "$ac_cv_func_dlopen" = no
17561 then
17562 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17563 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17564 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17565 echo $ECHO_N "(cached) $ECHO_C" >&6
17566 else
17567 ac_check_lib_save_LIBS=$LIBS
17568 LIBS="-ldl $LIBS"
17569 cat >conftest.$ac_ext <<_ACEOF
17570 /* confdefs.h. */
17571 _ACEOF
17572 cat confdefs.h >>conftest.$ac_ext
17573 cat >>conftest.$ac_ext <<_ACEOF
17574 /* end confdefs.h. */
17576 /* Override any GCC internal prototype to avoid an error.
17577 Use char because int might match the return type of a GCC
17578 builtin and then its argument prototype would still apply. */
17579 #ifdef __cplusplus
17580 extern "C"
17581 #endif
17582 char dlopen ();
17584 main ()
17586 return dlopen ();
17588 return 0;
17590 _ACEOF
17591 rm -f conftest.$ac_objext conftest$ac_exeext
17592 if { (ac_try="$ac_link"
17593 case "(($ac_try" in
17594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595 *) ac_try_echo=$ac_try;;
17596 esac
17597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17598 (eval "$ac_link") 2>conftest.er1
17599 ac_status=$?
17600 grep -v '^ *+' conftest.er1 >conftest.err
17601 rm -f conftest.er1
17602 cat conftest.err >&5
17603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17604 (exit $ac_status); } && {
17605 test -z "$ac_c_werror_flag" ||
17606 test ! -s conftest.err
17607 } && test -s conftest$ac_exeext &&
17608 $as_test_x conftest$ac_exeext; then
17609 ac_cv_lib_dl_dlopen=yes
17610 else
17611 echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17614 ac_cv_lib_dl_dlopen=no
17617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17618 conftest$ac_exeext conftest.$ac_ext
17619 LIBS=$ac_check_lib_save_LIBS
17621 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17622 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17623 if test $ac_cv_lib_dl_dlopen = yes; then
17624 cat >>confdefs.h <<\_ACEOF
17625 #define HAVE_DLOPEN 1
17626 _ACEOF
17627 LIBDL="-ldl"
17632 ac_wine_check_funcs_save_LIBS="$LIBS"
17633 LIBS="$LIBS $LIBDL"
17635 for ac_func in dladdr
17637 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17638 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17639 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17640 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17641 echo $ECHO_N "(cached) $ECHO_C" >&6
17642 else
17643 cat >conftest.$ac_ext <<_ACEOF
17644 /* confdefs.h. */
17645 _ACEOF
17646 cat confdefs.h >>conftest.$ac_ext
17647 cat >>conftest.$ac_ext <<_ACEOF
17648 /* end confdefs.h. */
17649 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17650 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17651 #define $ac_func innocuous_$ac_func
17653 /* System header to define __stub macros and hopefully few prototypes,
17654 which can conflict with char $ac_func (); below.
17655 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17656 <limits.h> exists even on freestanding compilers. */
17658 #ifdef __STDC__
17659 # include <limits.h>
17660 #else
17661 # include <assert.h>
17662 #endif
17664 #undef $ac_func
17666 /* Override any GCC internal prototype to avoid an error.
17667 Use char because int might match the return type of a GCC
17668 builtin and then its argument prototype would still apply. */
17669 #ifdef __cplusplus
17670 extern "C"
17671 #endif
17672 char $ac_func ();
17673 /* The GNU C library defines this for functions which it implements
17674 to always fail with ENOSYS. Some functions are actually named
17675 something starting with __ and the normal name is an alias. */
17676 #if defined __stub_$ac_func || defined __stub___$ac_func
17677 choke me
17678 #endif
17681 main ()
17683 return $ac_func ();
17685 return 0;
17687 _ACEOF
17688 rm -f conftest.$ac_objext conftest$ac_exeext
17689 if { (ac_try="$ac_link"
17690 case "(($ac_try" in
17691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17692 *) ac_try_echo=$ac_try;;
17693 esac
17694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17695 (eval "$ac_link") 2>conftest.er1
17696 ac_status=$?
17697 grep -v '^ *+' conftest.er1 >conftest.err
17698 rm -f conftest.er1
17699 cat conftest.err >&5
17700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17701 (exit $ac_status); } && {
17702 test -z "$ac_c_werror_flag" ||
17703 test ! -s conftest.err
17704 } && test -s conftest$ac_exeext &&
17705 $as_test_x conftest$ac_exeext; then
17706 eval "$as_ac_var=yes"
17707 else
17708 echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17711 eval "$as_ac_var=no"
17714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17715 conftest$ac_exeext conftest.$ac_ext
17717 ac_res=`eval echo '${'$as_ac_var'}'`
17718 { echo "$as_me:$LINENO: result: $ac_res" >&5
17719 echo "${ECHO_T}$ac_res" >&6; }
17720 if test `eval echo '${'$as_ac_var'}'` = yes; then
17721 cat >>confdefs.h <<_ACEOF
17722 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17723 _ACEOF
17726 done
17728 LIBS="$ac_wine_check_funcs_save_LIBS"
17730 if test "$ac_cv_func_poll" = no
17731 then
17732 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17733 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17734 if test "${ac_cv_lib_poll_poll+set}" = set; then
17735 echo $ECHO_N "(cached) $ECHO_C" >&6
17736 else
17737 ac_check_lib_save_LIBS=$LIBS
17738 LIBS="-lpoll $LIBS"
17739 cat >conftest.$ac_ext <<_ACEOF
17740 /* confdefs.h. */
17741 _ACEOF
17742 cat confdefs.h >>conftest.$ac_ext
17743 cat >>conftest.$ac_ext <<_ACEOF
17744 /* end confdefs.h. */
17746 /* Override any GCC internal prototype to avoid an error.
17747 Use char because int might match the return type of a GCC
17748 builtin and then its argument prototype would still apply. */
17749 #ifdef __cplusplus
17750 extern "C"
17751 #endif
17752 char poll ();
17754 main ()
17756 return poll ();
17758 return 0;
17760 _ACEOF
17761 rm -f conftest.$ac_objext conftest$ac_exeext
17762 if { (ac_try="$ac_link"
17763 case "(($ac_try" in
17764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17765 *) ac_try_echo=$ac_try;;
17766 esac
17767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17768 (eval "$ac_link") 2>conftest.er1
17769 ac_status=$?
17770 grep -v '^ *+' conftest.er1 >conftest.err
17771 rm -f conftest.er1
17772 cat conftest.err >&5
17773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17774 (exit $ac_status); } && {
17775 test -z "$ac_c_werror_flag" ||
17776 test ! -s conftest.err
17777 } && test -s conftest$ac_exeext &&
17778 $as_test_x conftest$ac_exeext; then
17779 ac_cv_lib_poll_poll=yes
17780 else
17781 echo "$as_me: failed program was:" >&5
17782 sed 's/^/| /' conftest.$ac_ext >&5
17784 ac_cv_lib_poll_poll=no
17787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17788 conftest$ac_exeext conftest.$ac_ext
17789 LIBS=$ac_check_lib_save_LIBS
17791 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17792 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17793 if test $ac_cv_lib_poll_poll = yes; then
17794 cat >>confdefs.h <<\_ACEOF
17795 #define HAVE_POLL 1
17796 _ACEOF
17797 LIBPOLL="-lpoll"
17803 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17804 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17805 if test "${ac_cv_search_gethostbyname+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17807 else
17808 ac_func_search_save_LIBS=$LIBS
17809 cat >conftest.$ac_ext <<_ACEOF
17810 /* confdefs.h. */
17811 _ACEOF
17812 cat confdefs.h >>conftest.$ac_ext
17813 cat >>conftest.$ac_ext <<_ACEOF
17814 /* end confdefs.h. */
17816 /* Override any GCC internal prototype to avoid an error.
17817 Use char because int might match the return type of a GCC
17818 builtin and then its argument prototype would still apply. */
17819 #ifdef __cplusplus
17820 extern "C"
17821 #endif
17822 char gethostbyname ();
17824 main ()
17826 return gethostbyname ();
17828 return 0;
17830 _ACEOF
17831 for ac_lib in '' nsl; do
17832 if test -z "$ac_lib"; then
17833 ac_res="none required"
17834 else
17835 ac_res=-l$ac_lib
17836 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_link") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_c_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest$ac_exeext &&
17855 $as_test_x conftest$ac_exeext; then
17856 ac_cv_search_gethostbyname=$ac_res
17857 else
17858 echo "$as_me: failed program was:" >&5
17859 sed 's/^/| /' conftest.$ac_ext >&5
17864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17865 conftest$ac_exeext
17866 if test "${ac_cv_search_gethostbyname+set}" = set; then
17867 break
17869 done
17870 if test "${ac_cv_search_gethostbyname+set}" = set; then
17872 else
17873 ac_cv_search_gethostbyname=no
17875 rm conftest.$ac_ext
17876 LIBS=$ac_func_search_save_LIBS
17878 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17879 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17880 ac_res=$ac_cv_search_gethostbyname
17881 if test "$ac_res" != no; then
17882 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17887 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17888 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17889 if test "${ac_cv_search_connect+set}" = set; then
17890 echo $ECHO_N "(cached) $ECHO_C" >&6
17891 else
17892 ac_func_search_save_LIBS=$LIBS
17893 cat >conftest.$ac_ext <<_ACEOF
17894 /* confdefs.h. */
17895 _ACEOF
17896 cat confdefs.h >>conftest.$ac_ext
17897 cat >>conftest.$ac_ext <<_ACEOF
17898 /* end confdefs.h. */
17900 /* Override any GCC internal prototype to avoid an error.
17901 Use char because int might match the return type of a GCC
17902 builtin and then its argument prototype would still apply. */
17903 #ifdef __cplusplus
17904 extern "C"
17905 #endif
17906 char connect ();
17908 main ()
17910 return connect ();
17912 return 0;
17914 _ACEOF
17915 for ac_lib in '' socket; do
17916 if test -z "$ac_lib"; then
17917 ac_res="none required"
17918 else
17919 ac_res=-l$ac_lib
17920 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17922 rm -f conftest.$ac_objext conftest$ac_exeext
17923 if { (ac_try="$ac_link"
17924 case "(($ac_try" in
17925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17926 *) ac_try_echo=$ac_try;;
17927 esac
17928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17929 (eval "$ac_link") 2>conftest.er1
17930 ac_status=$?
17931 grep -v '^ *+' conftest.er1 >conftest.err
17932 rm -f conftest.er1
17933 cat conftest.err >&5
17934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17935 (exit $ac_status); } && {
17936 test -z "$ac_c_werror_flag" ||
17937 test ! -s conftest.err
17938 } && test -s conftest$ac_exeext &&
17939 $as_test_x conftest$ac_exeext; then
17940 ac_cv_search_connect=$ac_res
17941 else
17942 echo "$as_me: failed program was:" >&5
17943 sed 's/^/| /' conftest.$ac_ext >&5
17948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17949 conftest$ac_exeext
17950 if test "${ac_cv_search_connect+set}" = set; then
17951 break
17953 done
17954 if test "${ac_cv_search_connect+set}" = set; then
17956 else
17957 ac_cv_search_connect=no
17959 rm conftest.$ac_ext
17960 LIBS=$ac_func_search_save_LIBS
17962 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17963 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17964 ac_res=$ac_cv_search_connect
17965 if test "$ac_res" != no; then
17966 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17971 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17972 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17973 if test "${ac_cv_search_inet_aton+set}" = set; then
17974 echo $ECHO_N "(cached) $ECHO_C" >&6
17975 else
17976 ac_func_search_save_LIBS=$LIBS
17977 cat >conftest.$ac_ext <<_ACEOF
17978 /* confdefs.h. */
17979 _ACEOF
17980 cat confdefs.h >>conftest.$ac_ext
17981 cat >>conftest.$ac_ext <<_ACEOF
17982 /* end confdefs.h. */
17984 /* Override any GCC internal prototype to avoid an error.
17985 Use char because int might match the return type of a GCC
17986 builtin and then its argument prototype would still apply. */
17987 #ifdef __cplusplus
17988 extern "C"
17989 #endif
17990 char inet_aton ();
17992 main ()
17994 return inet_aton ();
17996 return 0;
17998 _ACEOF
17999 for ac_lib in '' resolv; do
18000 if test -z "$ac_lib"; then
18001 ac_res="none required"
18002 else
18003 ac_res=-l$ac_lib
18004 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18006 rm -f conftest.$ac_objext conftest$ac_exeext
18007 if { (ac_try="$ac_link"
18008 case "(($ac_try" in
18009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18010 *) ac_try_echo=$ac_try;;
18011 esac
18012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18013 (eval "$ac_link") 2>conftest.er1
18014 ac_status=$?
18015 grep -v '^ *+' conftest.er1 >conftest.err
18016 rm -f conftest.er1
18017 cat conftest.err >&5
18018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18019 (exit $ac_status); } && {
18020 test -z "$ac_c_werror_flag" ||
18021 test ! -s conftest.err
18022 } && test -s conftest$ac_exeext &&
18023 $as_test_x conftest$ac_exeext; then
18024 ac_cv_search_inet_aton=$ac_res
18025 else
18026 echo "$as_me: failed program was:" >&5
18027 sed 's/^/| /' conftest.$ac_ext >&5
18032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18033 conftest$ac_exeext
18034 if test "${ac_cv_search_inet_aton+set}" = set; then
18035 break
18037 done
18038 if test "${ac_cv_search_inet_aton+set}" = set; then
18040 else
18041 ac_cv_search_inet_aton=no
18043 rm conftest.$ac_ext
18044 LIBS=$ac_func_search_save_LIBS
18046 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18047 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18048 ac_res=$ac_cv_search_inet_aton
18049 if test "$ac_res" != no; then
18050 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 sendmsg \
18074 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18075 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18076 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18077 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18078 echo $ECHO_N "(cached) $ECHO_C" >&6
18079 else
18080 cat >conftest.$ac_ext <<_ACEOF
18081 /* confdefs.h. */
18082 _ACEOF
18083 cat confdefs.h >>conftest.$ac_ext
18084 cat >>conftest.$ac_ext <<_ACEOF
18085 /* end confdefs.h. */
18086 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18087 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18088 #define $ac_func innocuous_$ac_func
18090 /* System header to define __stub macros and hopefully few prototypes,
18091 which can conflict with char $ac_func (); below.
18092 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18093 <limits.h> exists even on freestanding compilers. */
18095 #ifdef __STDC__
18096 # include <limits.h>
18097 #else
18098 # include <assert.h>
18099 #endif
18101 #undef $ac_func
18103 /* Override any GCC internal prototype to avoid an error.
18104 Use char because int might match the return type of a GCC
18105 builtin and then its argument prototype would still apply. */
18106 #ifdef __cplusplus
18107 extern "C"
18108 #endif
18109 char $ac_func ();
18110 /* The GNU C library defines this for functions which it implements
18111 to always fail with ENOSYS. Some functions are actually named
18112 something starting with __ and the normal name is an alias. */
18113 #if defined __stub_$ac_func || defined __stub___$ac_func
18114 choke me
18115 #endif
18118 main ()
18120 return $ac_func ();
18122 return 0;
18124 _ACEOF
18125 rm -f conftest.$ac_objext conftest$ac_exeext
18126 if { (ac_try="$ac_link"
18127 case "(($ac_try" in
18128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18129 *) ac_try_echo=$ac_try;;
18130 esac
18131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18132 (eval "$ac_link") 2>conftest.er1
18133 ac_status=$?
18134 grep -v '^ *+' conftest.er1 >conftest.err
18135 rm -f conftest.er1
18136 cat conftest.err >&5
18137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18138 (exit $ac_status); } && {
18139 test -z "$ac_c_werror_flag" ||
18140 test ! -s conftest.err
18141 } && test -s conftest$ac_exeext &&
18142 $as_test_x conftest$ac_exeext; then
18143 eval "$as_ac_var=yes"
18144 else
18145 echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18148 eval "$as_ac_var=no"
18151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18152 conftest$ac_exeext conftest.$ac_ext
18154 ac_res=`eval echo '${'$as_ac_var'}'`
18155 { echo "$as_me:$LINENO: result: $ac_res" >&5
18156 echo "${ECHO_T}$ac_res" >&6; }
18157 if test `eval echo '${'$as_ac_var'}'` = yes; then
18158 cat >>confdefs.h <<_ACEOF
18159 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18160 _ACEOF
18163 done
18166 LDAPLIBS=""
18168 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18169 then
18170 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18171 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18172 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18173 echo $ECHO_N "(cached) $ECHO_C" >&6
18174 else
18175 cat >conftest.$ac_ext <<_ACEOF
18176 /* confdefs.h. */
18177 _ACEOF
18178 cat confdefs.h >>conftest.$ac_ext
18179 cat >>conftest.$ac_ext <<_ACEOF
18180 /* end confdefs.h. */
18181 #include <ldap.h>
18183 typedef LDAPSortKey ac__type_new_;
18185 main ()
18187 if ((ac__type_new_ *) 0)
18188 return 0;
18189 if (sizeof (ac__type_new_))
18190 return 0;
18192 return 0;
18194 _ACEOF
18195 rm -f conftest.$ac_objext
18196 if { (ac_try="$ac_compile"
18197 case "(($ac_try" in
18198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18199 *) ac_try_echo=$ac_try;;
18200 esac
18201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18202 (eval "$ac_compile") 2>conftest.er1
18203 ac_status=$?
18204 grep -v '^ *+' conftest.er1 >conftest.err
18205 rm -f conftest.er1
18206 cat conftest.err >&5
18207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18208 (exit $ac_status); } && {
18209 test -z "$ac_c_werror_flag" ||
18210 test ! -s conftest.err
18211 } && test -s conftest.$ac_objext; then
18212 ac_cv_type_LDAPSortKey=yes
18213 else
18214 echo "$as_me: failed program was:" >&5
18215 sed 's/^/| /' conftest.$ac_ext >&5
18217 ac_cv_type_LDAPSortKey=no
18220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18222 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18223 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18224 if test $ac_cv_type_LDAPSortKey = yes; then
18225 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18226 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18227 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6
18229 else
18230 ac_check_lib_save_LIBS=$LIBS
18231 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18232 cat >conftest.$ac_ext <<_ACEOF
18233 /* confdefs.h. */
18234 _ACEOF
18235 cat confdefs.h >>conftest.$ac_ext
18236 cat >>conftest.$ac_ext <<_ACEOF
18237 /* end confdefs.h. */
18239 /* Override any GCC internal prototype to avoid an error.
18240 Use char because int might match the return type of a GCC
18241 builtin and then its argument prototype would still apply. */
18242 #ifdef __cplusplus
18243 extern "C"
18244 #endif
18245 char ldap_initialize ();
18247 main ()
18249 return ldap_initialize ();
18251 return 0;
18253 _ACEOF
18254 rm -f conftest.$ac_objext conftest$ac_exeext
18255 if { (ac_try="$ac_link"
18256 case "(($ac_try" in
18257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18258 *) ac_try_echo=$ac_try;;
18259 esac
18260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18261 (eval "$ac_link") 2>conftest.er1
18262 ac_status=$?
18263 grep -v '^ *+' conftest.er1 >conftest.err
18264 rm -f conftest.er1
18265 cat conftest.err >&5
18266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18267 (exit $ac_status); } && {
18268 test -z "$ac_c_werror_flag" ||
18269 test ! -s conftest.err
18270 } && test -s conftest$ac_exeext &&
18271 $as_test_x conftest$ac_exeext; then
18272 ac_cv_lib_ldap_r_ldap_initialize=yes
18273 else
18274 echo "$as_me: failed program was:" >&5
18275 sed 's/^/| /' conftest.$ac_ext >&5
18277 ac_cv_lib_ldap_r_ldap_initialize=no
18280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18281 conftest$ac_exeext conftest.$ac_ext
18282 LIBS=$ac_check_lib_save_LIBS
18284 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18285 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18286 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18287 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18288 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18289 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18290 echo $ECHO_N "(cached) $ECHO_C" >&6
18291 else
18292 ac_check_lib_save_LIBS=$LIBS
18293 LIBS="-llber $LIBPTHREAD $LIBS"
18294 cat >conftest.$ac_ext <<_ACEOF
18295 /* confdefs.h. */
18296 _ACEOF
18297 cat confdefs.h >>conftest.$ac_ext
18298 cat >>conftest.$ac_ext <<_ACEOF
18299 /* end confdefs.h. */
18301 /* Override any GCC internal prototype to avoid an error.
18302 Use char because int might match the return type of a GCC
18303 builtin and then its argument prototype would still apply. */
18304 #ifdef __cplusplus
18305 extern "C"
18306 #endif
18307 char ber_init ();
18309 main ()
18311 return ber_init ();
18313 return 0;
18315 _ACEOF
18316 rm -f conftest.$ac_objext conftest$ac_exeext
18317 if { (ac_try="$ac_link"
18318 case "(($ac_try" in
18319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18320 *) ac_try_echo=$ac_try;;
18321 esac
18322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18323 (eval "$ac_link") 2>conftest.er1
18324 ac_status=$?
18325 grep -v '^ *+' conftest.er1 >conftest.err
18326 rm -f conftest.er1
18327 cat conftest.err >&5
18328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18329 (exit $ac_status); } && {
18330 test -z "$ac_c_werror_flag" ||
18331 test ! -s conftest.err
18332 } && test -s conftest$ac_exeext &&
18333 $as_test_x conftest$ac_exeext; then
18334 ac_cv_lib_lber_ber_init=yes
18335 else
18336 echo "$as_me: failed program was:" >&5
18337 sed 's/^/| /' conftest.$ac_ext >&5
18339 ac_cv_lib_lber_ber_init=no
18342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18343 conftest$ac_exeext conftest.$ac_ext
18344 LIBS=$ac_check_lib_save_LIBS
18346 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18347 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18348 if test $ac_cv_lib_lber_ber_init = yes; then
18350 cat >>confdefs.h <<\_ACEOF
18351 #define HAVE_LDAP 1
18352 _ACEOF
18354 LDAPLIBS="-lldap_r -llber"
18361 ac_wine_check_funcs_save_LIBS="$LIBS"
18362 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18371 for ac_func in \
18372 ldap_count_references \
18373 ldap_first_reference \
18374 ldap_next_reference \
18375 ldap_parse_reference \
18376 ldap_parse_sort_control \
18377 ldap_parse_sortresponse_control \
18378 ldap_parse_vlv_control \
18379 ldap_parse_vlvresponse_control
18381 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18382 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18383 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18385 echo $ECHO_N "(cached) $ECHO_C" >&6
18386 else
18387 cat >conftest.$ac_ext <<_ACEOF
18388 /* confdefs.h. */
18389 _ACEOF
18390 cat confdefs.h >>conftest.$ac_ext
18391 cat >>conftest.$ac_ext <<_ACEOF
18392 /* end confdefs.h. */
18393 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18394 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18395 #define $ac_func innocuous_$ac_func
18397 /* System header to define __stub macros and hopefully few prototypes,
18398 which can conflict with char $ac_func (); below.
18399 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18400 <limits.h> exists even on freestanding compilers. */
18402 #ifdef __STDC__
18403 # include <limits.h>
18404 #else
18405 # include <assert.h>
18406 #endif
18408 #undef $ac_func
18410 /* Override any GCC internal prototype to avoid an error.
18411 Use char because int might match the return type of a GCC
18412 builtin and then its argument prototype would still apply. */
18413 #ifdef __cplusplus
18414 extern "C"
18415 #endif
18416 char $ac_func ();
18417 /* The GNU C library defines this for functions which it implements
18418 to always fail with ENOSYS. Some functions are actually named
18419 something starting with __ and the normal name is an alias. */
18420 #if defined __stub_$ac_func || defined __stub___$ac_func
18421 choke me
18422 #endif
18425 main ()
18427 return $ac_func ();
18429 return 0;
18431 _ACEOF
18432 rm -f conftest.$ac_objext conftest$ac_exeext
18433 if { (ac_try="$ac_link"
18434 case "(($ac_try" in
18435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18436 *) ac_try_echo=$ac_try;;
18437 esac
18438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439 (eval "$ac_link") 2>conftest.er1
18440 ac_status=$?
18441 grep -v '^ *+' conftest.er1 >conftest.err
18442 rm -f conftest.er1
18443 cat conftest.err >&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); } && {
18446 test -z "$ac_c_werror_flag" ||
18447 test ! -s conftest.err
18448 } && test -s conftest$ac_exeext &&
18449 $as_test_x conftest$ac_exeext; then
18450 eval "$as_ac_var=yes"
18451 else
18452 echo "$as_me: failed program was:" >&5
18453 sed 's/^/| /' conftest.$ac_ext >&5
18455 eval "$as_ac_var=no"
18458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18459 conftest$ac_exeext conftest.$ac_ext
18461 ac_res=`eval echo '${'$as_ac_var'}'`
18462 { echo "$as_me:$LINENO: result: $ac_res" >&5
18463 echo "${ECHO_T}$ac_res" >&6; }
18464 if test `eval echo '${'$as_ac_var'}'` = yes; then
18465 cat >>confdefs.h <<_ACEOF
18466 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18467 _ACEOF
18470 done
18472 LIBS="$ac_wine_check_funcs_save_LIBS"
18474 if test "x$LDAPLIBS" = "x"; then
18475 case "x$with_ldap" in
18476 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18477 xno) ;;
18478 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18479 This is an error since --with-ldap was requested." >&5
18480 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18481 This is an error since --with-ldap was requested." >&2;}
18482 { (exit 1); exit 1; }; } ;;
18483 esac
18487 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18488 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18489 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18490 echo $ECHO_N "(cached) $ECHO_C" >&6
18491 else
18492 cat >conftest.$ac_ext <<_ACEOF
18493 /* confdefs.h. */
18494 _ACEOF
18495 cat confdefs.h >>conftest.$ac_ext
18496 cat >>conftest.$ac_ext <<_ACEOF
18497 /* end confdefs.h. */
18498 #include <sys/stat.h>
18500 main ()
18502 mkdir("foo");
18504 return 0;
18506 _ACEOF
18507 rm -f conftest.$ac_objext
18508 if { (ac_try="$ac_compile"
18509 case "(($ac_try" in
18510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18511 *) ac_try_echo=$ac_try;;
18512 esac
18513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18514 (eval "$ac_compile") 2>conftest.er1
18515 ac_status=$?
18516 grep -v '^ *+' conftest.er1 >conftest.err
18517 rm -f conftest.er1
18518 cat conftest.err >&5
18519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18520 (exit $ac_status); } && {
18521 test -z "$ac_c_werror_flag" ||
18522 test ! -s conftest.err
18523 } && test -s conftest.$ac_objext; then
18524 wine_cv_one_arg_mkdir=yes
18525 else
18526 echo "$as_me: failed program was:" >&5
18527 sed 's/^/| /' conftest.$ac_ext >&5
18529 wine_cv_one_arg_mkdir=no
18532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18534 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18535 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18536 if test "$wine_cv_one_arg_mkdir" = "yes"
18537 then
18539 cat >>confdefs.h <<\_ACEOF
18540 #define HAVE_ONE_ARG_MKDIR 1
18541 _ACEOF
18546 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18547 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18548 if test "${ac_cv_c_const+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18550 else
18551 cat >conftest.$ac_ext <<_ACEOF
18552 /* confdefs.h. */
18553 _ACEOF
18554 cat confdefs.h >>conftest.$ac_ext
18555 cat >>conftest.$ac_ext <<_ACEOF
18556 /* end confdefs.h. */
18559 main ()
18561 /* FIXME: Include the comments suggested by Paul. */
18562 #ifndef __cplusplus
18563 /* Ultrix mips cc rejects this. */
18564 typedef int charset[2];
18565 const charset cs;
18566 /* SunOS 4.1.1 cc rejects this. */
18567 char const *const *pcpcc;
18568 char **ppc;
18569 /* NEC SVR4.0.2 mips cc rejects this. */
18570 struct point {int x, y;};
18571 static struct point const zero = {0,0};
18572 /* AIX XL C 1.02.0.0 rejects this.
18573 It does not let you subtract one const X* pointer from another in
18574 an arm of an if-expression whose if-part is not a constant
18575 expression */
18576 const char *g = "string";
18577 pcpcc = &g + (g ? g-g : 0);
18578 /* HPUX 7.0 cc rejects these. */
18579 ++pcpcc;
18580 ppc = (char**) pcpcc;
18581 pcpcc = (char const *const *) ppc;
18582 { /* SCO 3.2v4 cc rejects this. */
18583 char *t;
18584 char const *s = 0 ? (char *) 0 : (char const *) 0;
18586 *t++ = 0;
18587 if (s) return 0;
18589 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18590 int x[] = {25, 17};
18591 const int *foo = &x[0];
18592 ++foo;
18594 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18595 typedef const int *iptr;
18596 iptr p = 0;
18597 ++p;
18599 { /* AIX XL C 1.02.0.0 rejects this saying
18600 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18601 struct s { int j; const int *ap[3]; };
18602 struct s *b; b->j = 5;
18604 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18605 const int foo = 10;
18606 if (!foo) return 0;
18608 return !cs[0] && !zero.x;
18609 #endif
18612 return 0;
18614 _ACEOF
18615 rm -f conftest.$ac_objext
18616 if { (ac_try="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18620 esac
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18623 ac_status=$?
18624 grep -v '^ *+' conftest.er1 >conftest.err
18625 rm -f conftest.er1
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 ac_cv_c_const=yes
18633 else
18634 echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18637 ac_cv_c_const=no
18640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18642 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18643 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18644 if test $ac_cv_c_const = no; then
18646 cat >>confdefs.h <<\_ACEOF
18647 #define const
18648 _ACEOF
18652 { echo "$as_me:$LINENO: checking for inline" >&5
18653 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18654 if test "${ac_cv_c_inline+set}" = set; then
18655 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 else
18657 ac_cv_c_inline=no
18658 for ac_kw in inline __inline__ __inline; do
18659 cat >conftest.$ac_ext <<_ACEOF
18660 /* confdefs.h. */
18661 _ACEOF
18662 cat confdefs.h >>conftest.$ac_ext
18663 cat >>conftest.$ac_ext <<_ACEOF
18664 /* end confdefs.h. */
18665 #ifndef __cplusplus
18666 typedef int foo_t;
18667 static $ac_kw foo_t static_foo () {return 0; }
18668 $ac_kw foo_t foo () {return 0; }
18669 #endif
18671 _ACEOF
18672 rm -f conftest.$ac_objext
18673 if { (ac_try="$ac_compile"
18674 case "(($ac_try" in
18675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18676 *) ac_try_echo=$ac_try;;
18677 esac
18678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18679 (eval "$ac_compile") 2>conftest.er1
18680 ac_status=$?
18681 grep -v '^ *+' conftest.er1 >conftest.err
18682 rm -f conftest.er1
18683 cat conftest.err >&5
18684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18685 (exit $ac_status); } && {
18686 test -z "$ac_c_werror_flag" ||
18687 test ! -s conftest.err
18688 } && test -s conftest.$ac_objext; then
18689 ac_cv_c_inline=$ac_kw
18690 else
18691 echo "$as_me: failed program was:" >&5
18692 sed 's/^/| /' conftest.$ac_ext >&5
18697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18698 test "$ac_cv_c_inline" != no && break
18699 done
18702 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18703 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18706 case $ac_cv_c_inline in
18707 inline | yes) ;;
18709 case $ac_cv_c_inline in
18710 no) ac_val=;;
18711 *) ac_val=$ac_cv_c_inline;;
18712 esac
18713 cat >>confdefs.h <<_ACEOF
18714 #ifndef __cplusplus
18715 #define inline $ac_val
18716 #endif
18717 _ACEOF
18719 esac
18721 { echo "$as_me:$LINENO: checking for mode_t" >&5
18722 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18723 if test "${ac_cv_type_mode_t+set}" = set; then
18724 echo $ECHO_N "(cached) $ECHO_C" >&6
18725 else
18726 cat >conftest.$ac_ext <<_ACEOF
18727 /* confdefs.h. */
18728 _ACEOF
18729 cat confdefs.h >>conftest.$ac_ext
18730 cat >>conftest.$ac_ext <<_ACEOF
18731 /* end confdefs.h. */
18732 $ac_includes_default
18733 typedef mode_t ac__type_new_;
18735 main ()
18737 if ((ac__type_new_ *) 0)
18738 return 0;
18739 if (sizeof (ac__type_new_))
18740 return 0;
18742 return 0;
18744 _ACEOF
18745 rm -f conftest.$ac_objext
18746 if { (ac_try="$ac_compile"
18747 case "(($ac_try" in
18748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18749 *) ac_try_echo=$ac_try;;
18750 esac
18751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18752 (eval "$ac_compile") 2>conftest.er1
18753 ac_status=$?
18754 grep -v '^ *+' conftest.er1 >conftest.err
18755 rm -f conftest.er1
18756 cat conftest.err >&5
18757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18758 (exit $ac_status); } && {
18759 test -z "$ac_c_werror_flag" ||
18760 test ! -s conftest.err
18761 } && test -s conftest.$ac_objext; then
18762 ac_cv_type_mode_t=yes
18763 else
18764 echo "$as_me: failed program was:" >&5
18765 sed 's/^/| /' conftest.$ac_ext >&5
18767 ac_cv_type_mode_t=no
18770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18772 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18773 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18774 if test $ac_cv_type_mode_t = yes; then
18776 cat >>confdefs.h <<_ACEOF
18777 #define HAVE_MODE_T 1
18778 _ACEOF
18782 { echo "$as_me:$LINENO: checking for off_t" >&5
18783 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18784 if test "${ac_cv_type_off_t+set}" = set; then
18785 echo $ECHO_N "(cached) $ECHO_C" >&6
18786 else
18787 cat >conftest.$ac_ext <<_ACEOF
18788 /* confdefs.h. */
18789 _ACEOF
18790 cat confdefs.h >>conftest.$ac_ext
18791 cat >>conftest.$ac_ext <<_ACEOF
18792 /* end confdefs.h. */
18793 $ac_includes_default
18794 typedef off_t ac__type_new_;
18796 main ()
18798 if ((ac__type_new_ *) 0)
18799 return 0;
18800 if (sizeof (ac__type_new_))
18801 return 0;
18803 return 0;
18805 _ACEOF
18806 rm -f conftest.$ac_objext
18807 if { (ac_try="$ac_compile"
18808 case "(($ac_try" in
18809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18810 *) ac_try_echo=$ac_try;;
18811 esac
18812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18813 (eval "$ac_compile") 2>conftest.er1
18814 ac_status=$?
18815 grep -v '^ *+' conftest.er1 >conftest.err
18816 rm -f conftest.er1
18817 cat conftest.err >&5
18818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18819 (exit $ac_status); } && {
18820 test -z "$ac_c_werror_flag" ||
18821 test ! -s conftest.err
18822 } && test -s conftest.$ac_objext; then
18823 ac_cv_type_off_t=yes
18824 else
18825 echo "$as_me: failed program was:" >&5
18826 sed 's/^/| /' conftest.$ac_ext >&5
18828 ac_cv_type_off_t=no
18831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18833 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18834 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18835 if test $ac_cv_type_off_t = yes; then
18837 cat >>confdefs.h <<_ACEOF
18838 #define HAVE_OFF_T 1
18839 _ACEOF
18843 { echo "$as_me:$LINENO: checking for pid_t" >&5
18844 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18845 if test "${ac_cv_type_pid_t+set}" = set; then
18846 echo $ECHO_N "(cached) $ECHO_C" >&6
18847 else
18848 cat >conftest.$ac_ext <<_ACEOF
18849 /* confdefs.h. */
18850 _ACEOF
18851 cat confdefs.h >>conftest.$ac_ext
18852 cat >>conftest.$ac_ext <<_ACEOF
18853 /* end confdefs.h. */
18854 $ac_includes_default
18855 typedef pid_t ac__type_new_;
18857 main ()
18859 if ((ac__type_new_ *) 0)
18860 return 0;
18861 if (sizeof (ac__type_new_))
18862 return 0;
18864 return 0;
18866 _ACEOF
18867 rm -f conftest.$ac_objext
18868 if { (ac_try="$ac_compile"
18869 case "(($ac_try" in
18870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18871 *) ac_try_echo=$ac_try;;
18872 esac
18873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18874 (eval "$ac_compile") 2>conftest.er1
18875 ac_status=$?
18876 grep -v '^ *+' conftest.er1 >conftest.err
18877 rm -f conftest.er1
18878 cat conftest.err >&5
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); } && {
18881 test -z "$ac_c_werror_flag" ||
18882 test ! -s conftest.err
18883 } && test -s conftest.$ac_objext; then
18884 ac_cv_type_pid_t=yes
18885 else
18886 echo "$as_me: failed program was:" >&5
18887 sed 's/^/| /' conftest.$ac_ext >&5
18889 ac_cv_type_pid_t=no
18892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18894 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18895 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18896 if test $ac_cv_type_pid_t = yes; then
18898 cat >>confdefs.h <<_ACEOF
18899 #define HAVE_PID_T 1
18900 _ACEOF
18904 { echo "$as_me:$LINENO: checking for size_t" >&5
18905 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18906 if test "${ac_cv_type_size_t+set}" = set; then
18907 echo $ECHO_N "(cached) $ECHO_C" >&6
18908 else
18909 cat >conftest.$ac_ext <<_ACEOF
18910 /* confdefs.h. */
18911 _ACEOF
18912 cat confdefs.h >>conftest.$ac_ext
18913 cat >>conftest.$ac_ext <<_ACEOF
18914 /* end confdefs.h. */
18915 $ac_includes_default
18916 typedef size_t ac__type_new_;
18918 main ()
18920 if ((ac__type_new_ *) 0)
18921 return 0;
18922 if (sizeof (ac__type_new_))
18923 return 0;
18925 return 0;
18927 _ACEOF
18928 rm -f conftest.$ac_objext
18929 if { (ac_try="$ac_compile"
18930 case "(($ac_try" in
18931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18932 *) ac_try_echo=$ac_try;;
18933 esac
18934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18935 (eval "$ac_compile") 2>conftest.er1
18936 ac_status=$?
18937 grep -v '^ *+' conftest.er1 >conftest.err
18938 rm -f conftest.er1
18939 cat conftest.err >&5
18940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); } && {
18942 test -z "$ac_c_werror_flag" ||
18943 test ! -s conftest.err
18944 } && test -s conftest.$ac_objext; then
18945 ac_cv_type_size_t=yes
18946 else
18947 echo "$as_me: failed program was:" >&5
18948 sed 's/^/| /' conftest.$ac_ext >&5
18950 ac_cv_type_size_t=no
18953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18955 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18956 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18957 if test $ac_cv_type_size_t = yes; then
18959 cat >>confdefs.h <<_ACEOF
18960 #define HAVE_SIZE_T 1
18961 _ACEOF
18965 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18966 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18967 if test "${ac_cv_type_ssize_t+set}" = set; then
18968 echo $ECHO_N "(cached) $ECHO_C" >&6
18969 else
18970 cat >conftest.$ac_ext <<_ACEOF
18971 /* confdefs.h. */
18972 _ACEOF
18973 cat confdefs.h >>conftest.$ac_ext
18974 cat >>conftest.$ac_ext <<_ACEOF
18975 /* end confdefs.h. */
18976 $ac_includes_default
18977 typedef ssize_t ac__type_new_;
18979 main ()
18981 if ((ac__type_new_ *) 0)
18982 return 0;
18983 if (sizeof (ac__type_new_))
18984 return 0;
18986 return 0;
18988 _ACEOF
18989 rm -f conftest.$ac_objext
18990 if { (ac_try="$ac_compile"
18991 case "(($ac_try" in
18992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18993 *) ac_try_echo=$ac_try;;
18994 esac
18995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18996 (eval "$ac_compile") 2>conftest.er1
18997 ac_status=$?
18998 grep -v '^ *+' conftest.er1 >conftest.err
18999 rm -f conftest.er1
19000 cat conftest.err >&5
19001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19002 (exit $ac_status); } && {
19003 test -z "$ac_c_werror_flag" ||
19004 test ! -s conftest.err
19005 } && test -s conftest.$ac_objext; then
19006 ac_cv_type_ssize_t=yes
19007 else
19008 echo "$as_me: failed program was:" >&5
19009 sed 's/^/| /' conftest.$ac_ext >&5
19011 ac_cv_type_ssize_t=no
19014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19016 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19017 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19018 if test $ac_cv_type_ssize_t = yes; then
19020 cat >>confdefs.h <<_ACEOF
19021 #define HAVE_SSIZE_T 1
19022 _ACEOF
19026 { echo "$as_me:$LINENO: checking for long long" >&5
19027 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19028 if test "${ac_cv_type_long_long+set}" = set; then
19029 echo $ECHO_N "(cached) $ECHO_C" >&6
19030 else
19031 cat >conftest.$ac_ext <<_ACEOF
19032 /* confdefs.h. */
19033 _ACEOF
19034 cat confdefs.h >>conftest.$ac_ext
19035 cat >>conftest.$ac_ext <<_ACEOF
19036 /* end confdefs.h. */
19037 $ac_includes_default
19038 typedef long long ac__type_new_;
19040 main ()
19042 if ((ac__type_new_ *) 0)
19043 return 0;
19044 if (sizeof (ac__type_new_))
19045 return 0;
19047 return 0;
19049 _ACEOF
19050 rm -f conftest.$ac_objext
19051 if { (ac_try="$ac_compile"
19052 case "(($ac_try" in
19053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19054 *) ac_try_echo=$ac_try;;
19055 esac
19056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19057 (eval "$ac_compile") 2>conftest.er1
19058 ac_status=$?
19059 grep -v '^ *+' conftest.er1 >conftest.err
19060 rm -f conftest.er1
19061 cat conftest.err >&5
19062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19063 (exit $ac_status); } && {
19064 test -z "$ac_c_werror_flag" ||
19065 test ! -s conftest.err
19066 } && test -s conftest.$ac_objext; then
19067 ac_cv_type_long_long=yes
19068 else
19069 echo "$as_me: failed program was:" >&5
19070 sed 's/^/| /' conftest.$ac_ext >&5
19072 ac_cv_type_long_long=no
19075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19077 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19078 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19079 if test $ac_cv_type_long_long = yes; then
19081 cat >>confdefs.h <<_ACEOF
19082 #define HAVE_LONG_LONG 1
19083 _ACEOF
19087 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19088 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19089 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19090 echo $ECHO_N "(cached) $ECHO_C" >&6
19091 else
19092 cat >conftest.$ac_ext <<_ACEOF
19093 /* confdefs.h. */
19094 _ACEOF
19095 cat confdefs.h >>conftest.$ac_ext
19096 cat >>conftest.$ac_ext <<_ACEOF
19097 /* end confdefs.h. */
19098 $ac_includes_default
19099 typedef fsblkcnt_t ac__type_new_;
19101 main ()
19103 if ((ac__type_new_ *) 0)
19104 return 0;
19105 if (sizeof (ac__type_new_))
19106 return 0;
19108 return 0;
19110 _ACEOF
19111 rm -f conftest.$ac_objext
19112 if { (ac_try="$ac_compile"
19113 case "(($ac_try" in
19114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19115 *) ac_try_echo=$ac_try;;
19116 esac
19117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19118 (eval "$ac_compile") 2>conftest.er1
19119 ac_status=$?
19120 grep -v '^ *+' conftest.er1 >conftest.err
19121 rm -f conftest.er1
19122 cat conftest.err >&5
19123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19124 (exit $ac_status); } && {
19125 test -z "$ac_c_werror_flag" ||
19126 test ! -s conftest.err
19127 } && test -s conftest.$ac_objext; then
19128 ac_cv_type_fsblkcnt_t=yes
19129 else
19130 echo "$as_me: failed program was:" >&5
19131 sed 's/^/| /' conftest.$ac_ext >&5
19133 ac_cv_type_fsblkcnt_t=no
19136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19138 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19139 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19140 if test $ac_cv_type_fsblkcnt_t = yes; then
19142 cat >>confdefs.h <<_ACEOF
19143 #define HAVE_FSBLKCNT_T 1
19144 _ACEOF
19148 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19149 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19150 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19151 echo $ECHO_N "(cached) $ECHO_C" >&6
19152 else
19153 cat >conftest.$ac_ext <<_ACEOF
19154 /* confdefs.h. */
19155 _ACEOF
19156 cat confdefs.h >>conftest.$ac_ext
19157 cat >>conftest.$ac_ext <<_ACEOF
19158 /* end confdefs.h. */
19159 $ac_includes_default
19160 typedef fsfilcnt_t ac__type_new_;
19162 main ()
19164 if ((ac__type_new_ *) 0)
19165 return 0;
19166 if (sizeof (ac__type_new_))
19167 return 0;
19169 return 0;
19171 _ACEOF
19172 rm -f conftest.$ac_objext
19173 if { (ac_try="$ac_compile"
19174 case "(($ac_try" in
19175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19176 *) ac_try_echo=$ac_try;;
19177 esac
19178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19179 (eval "$ac_compile") 2>conftest.er1
19180 ac_status=$?
19181 grep -v '^ *+' conftest.er1 >conftest.err
19182 rm -f conftest.er1
19183 cat conftest.err >&5
19184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19185 (exit $ac_status); } && {
19186 test -z "$ac_c_werror_flag" ||
19187 test ! -s conftest.err
19188 } && test -s conftest.$ac_objext; then
19189 ac_cv_type_fsfilcnt_t=yes
19190 else
19191 echo "$as_me: failed program was:" >&5
19192 sed 's/^/| /' conftest.$ac_ext >&5
19194 ac_cv_type_fsfilcnt_t=no
19197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19199 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19200 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19201 if test $ac_cv_type_fsfilcnt_t = yes; then
19203 cat >>confdefs.h <<_ACEOF
19204 #define HAVE_FSFILCNT_T 1
19205 _ACEOF
19210 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19211 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19212 if test "${ac_cv_type_sigset_t+set}" = set; then
19213 echo $ECHO_N "(cached) $ECHO_C" >&6
19214 else
19215 cat >conftest.$ac_ext <<_ACEOF
19216 /* confdefs.h. */
19217 _ACEOF
19218 cat confdefs.h >>conftest.$ac_ext
19219 cat >>conftest.$ac_ext <<_ACEOF
19220 /* end confdefs.h. */
19221 #include <sys/types.h>
19222 #include <signal.h>
19224 typedef sigset_t ac__type_new_;
19226 main ()
19228 if ((ac__type_new_ *) 0)
19229 return 0;
19230 if (sizeof (ac__type_new_))
19231 return 0;
19233 return 0;
19235 _ACEOF
19236 rm -f conftest.$ac_objext
19237 if { (ac_try="$ac_compile"
19238 case "(($ac_try" in
19239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19240 *) ac_try_echo=$ac_try;;
19241 esac
19242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19243 (eval "$ac_compile") 2>conftest.er1
19244 ac_status=$?
19245 grep -v '^ *+' conftest.er1 >conftest.err
19246 rm -f conftest.er1
19247 cat conftest.err >&5
19248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249 (exit $ac_status); } && {
19250 test -z "$ac_c_werror_flag" ||
19251 test ! -s conftest.err
19252 } && test -s conftest.$ac_objext; then
19253 ac_cv_type_sigset_t=yes
19254 else
19255 echo "$as_me: failed program was:" >&5
19256 sed 's/^/| /' conftest.$ac_ext >&5
19258 ac_cv_type_sigset_t=no
19261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19263 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19264 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19265 if test $ac_cv_type_sigset_t = yes; then
19267 cat >>confdefs.h <<_ACEOF
19268 #define HAVE_SIGSET_T 1
19269 _ACEOF
19274 { echo "$as_me:$LINENO: checking for request_sense" >&5
19275 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19276 if test "${ac_cv_type_request_sense+set}" = set; then
19277 echo $ECHO_N "(cached) $ECHO_C" >&6
19278 else
19279 cat >conftest.$ac_ext <<_ACEOF
19280 /* confdefs.h. */
19281 _ACEOF
19282 cat confdefs.h >>conftest.$ac_ext
19283 cat >>conftest.$ac_ext <<_ACEOF
19284 /* end confdefs.h. */
19285 #include <linux/cdrom.h>
19287 typedef request_sense ac__type_new_;
19289 main ()
19291 if ((ac__type_new_ *) 0)
19292 return 0;
19293 if (sizeof (ac__type_new_))
19294 return 0;
19296 return 0;
19298 _ACEOF
19299 rm -f conftest.$ac_objext
19300 if { (ac_try="$ac_compile"
19301 case "(($ac_try" in
19302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19303 *) ac_try_echo=$ac_try;;
19304 esac
19305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19306 (eval "$ac_compile") 2>conftest.er1
19307 ac_status=$?
19308 grep -v '^ *+' conftest.er1 >conftest.err
19309 rm -f conftest.er1
19310 cat conftest.err >&5
19311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19312 (exit $ac_status); } && {
19313 test -z "$ac_c_werror_flag" ||
19314 test ! -s conftest.err
19315 } && test -s conftest.$ac_objext; then
19316 ac_cv_type_request_sense=yes
19317 else
19318 echo "$as_me: failed program was:" >&5
19319 sed 's/^/| /' conftest.$ac_ext >&5
19321 ac_cv_type_request_sense=no
19324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19326 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19327 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19328 if test $ac_cv_type_request_sense = yes; then
19330 cat >>confdefs.h <<_ACEOF
19331 #define HAVE_REQUEST_SENSE 1
19332 _ACEOF
19338 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19339 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19340 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19341 echo $ECHO_N "(cached) $ECHO_C" >&6
19342 else
19343 cat >conftest.$ac_ext <<_ACEOF
19344 /* confdefs.h. */
19345 _ACEOF
19346 cat confdefs.h >>conftest.$ac_ext
19347 cat >>conftest.$ac_ext <<_ACEOF
19348 /* end confdefs.h. */
19349 #include <sys/types.h>
19350 #ifdef HAVE_SYS_SOCKET_H
19351 #include <sys/socket.h>
19352 #endif
19353 #ifdef HAVE_SYS_SOCKETVAR_H
19354 #include <sys/socketvar.h>
19355 #endif
19356 #ifdef HAVE_NET_ROUTE_H
19357 #include <net/route.h>
19358 #endif
19359 #ifdef HAVE_NETINET_IN_H
19360 #include <netinet/in.h>
19361 #endif
19362 #ifdef HAVE_NETINET_IN_SYSTM_H
19363 #include <netinet/in_systm.h>
19364 #endif
19365 #ifdef HAVE_NETINET_IP_H
19366 #include <netinet/ip.h>
19367 #endif
19368 #ifdef HAVE_NETINET_IN_PCB_H
19369 #include <netinet/in_pcb.h>
19370 #endif
19372 typedef struct xinpgen ac__type_new_;
19374 main ()
19376 if ((ac__type_new_ *) 0)
19377 return 0;
19378 if (sizeof (ac__type_new_))
19379 return 0;
19381 return 0;
19383 _ACEOF
19384 rm -f conftest.$ac_objext
19385 if { (ac_try="$ac_compile"
19386 case "(($ac_try" in
19387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19388 *) ac_try_echo=$ac_try;;
19389 esac
19390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19391 (eval "$ac_compile") 2>conftest.er1
19392 ac_status=$?
19393 grep -v '^ *+' conftest.er1 >conftest.err
19394 rm -f conftest.er1
19395 cat conftest.err >&5
19396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19397 (exit $ac_status); } && {
19398 test -z "$ac_c_werror_flag" ||
19399 test ! -s conftest.err
19400 } && test -s conftest.$ac_objext; then
19401 ac_cv_type_struct_xinpgen=yes
19402 else
19403 echo "$as_me: failed program was:" >&5
19404 sed 's/^/| /' conftest.$ac_ext >&5
19406 ac_cv_type_struct_xinpgen=no
19409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19411 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19412 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19413 if test $ac_cv_type_struct_xinpgen = yes; then
19415 cat >>confdefs.h <<_ACEOF
19416 #define HAVE_STRUCT_XINPGEN 1
19417 _ACEOF
19423 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19424 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19425 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19426 echo $ECHO_N "(cached) $ECHO_C" >&6
19427 else
19428 cat >conftest.$ac_ext <<_ACEOF
19429 /* confdefs.h. */
19430 _ACEOF
19431 cat confdefs.h >>conftest.$ac_ext
19432 cat >>conftest.$ac_ext <<_ACEOF
19433 /* end confdefs.h. */
19434 #ifdef HAVE_LINUX_INPUT_H
19435 #include <linux/input.h>
19436 #endif
19439 main ()
19441 static struct ff_effect ac_aggr;
19442 if (ac_aggr.direction)
19443 return 0;
19445 return 0;
19447 _ACEOF
19448 rm -f conftest.$ac_objext
19449 if { (ac_try="$ac_compile"
19450 case "(($ac_try" in
19451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19452 *) ac_try_echo=$ac_try;;
19453 esac
19454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19455 (eval "$ac_compile") 2>conftest.er1
19456 ac_status=$?
19457 grep -v '^ *+' conftest.er1 >conftest.err
19458 rm -f conftest.er1
19459 cat conftest.err >&5
19460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461 (exit $ac_status); } && {
19462 test -z "$ac_c_werror_flag" ||
19463 test ! -s conftest.err
19464 } && test -s conftest.$ac_objext; then
19465 ac_cv_member_struct_ff_effect_direction=yes
19466 else
19467 echo "$as_me: failed program was:" >&5
19468 sed 's/^/| /' conftest.$ac_ext >&5
19470 cat >conftest.$ac_ext <<_ACEOF
19471 /* confdefs.h. */
19472 _ACEOF
19473 cat confdefs.h >>conftest.$ac_ext
19474 cat >>conftest.$ac_ext <<_ACEOF
19475 /* end confdefs.h. */
19476 #ifdef HAVE_LINUX_INPUT_H
19477 #include <linux/input.h>
19478 #endif
19481 main ()
19483 static struct ff_effect ac_aggr;
19484 if (sizeof ac_aggr.direction)
19485 return 0;
19487 return 0;
19489 _ACEOF
19490 rm -f conftest.$ac_objext
19491 if { (ac_try="$ac_compile"
19492 case "(($ac_try" in
19493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19494 *) ac_try_echo=$ac_try;;
19495 esac
19496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19497 (eval "$ac_compile") 2>conftest.er1
19498 ac_status=$?
19499 grep -v '^ *+' conftest.er1 >conftest.err
19500 rm -f conftest.er1
19501 cat conftest.err >&5
19502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19503 (exit $ac_status); } && {
19504 test -z "$ac_c_werror_flag" ||
19505 test ! -s conftest.err
19506 } && test -s conftest.$ac_objext; then
19507 ac_cv_member_struct_ff_effect_direction=yes
19508 else
19509 echo "$as_me: failed program was:" >&5
19510 sed 's/^/| /' conftest.$ac_ext >&5
19512 ac_cv_member_struct_ff_effect_direction=no
19515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19520 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19521 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19522 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19524 cat >>confdefs.h <<_ACEOF
19525 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19526 _ACEOF
19532 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19533 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19534 if test "${wine_cv_have_sigaddset+set}" = set; then
19535 echo $ECHO_N "(cached) $ECHO_C" >&6
19536 else
19537 cat >conftest.$ac_ext <<_ACEOF
19538 /* confdefs.h. */
19539 _ACEOF
19540 cat confdefs.h >>conftest.$ac_ext
19541 cat >>conftest.$ac_ext <<_ACEOF
19542 /* end confdefs.h. */
19543 #include <signal.h>
19545 main ()
19547 sigset_t set; sigaddset(&set,SIGTERM);
19549 return 0;
19551 _ACEOF
19552 rm -f conftest.$ac_objext conftest$ac_exeext
19553 if { (ac_try="$ac_link"
19554 case "(($ac_try" in
19555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19556 *) ac_try_echo=$ac_try;;
19557 esac
19558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19559 (eval "$ac_link") 2>conftest.er1
19560 ac_status=$?
19561 grep -v '^ *+' conftest.er1 >conftest.err
19562 rm -f conftest.er1
19563 cat conftest.err >&5
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); } && {
19566 test -z "$ac_c_werror_flag" ||
19567 test ! -s conftest.err
19568 } && test -s conftest$ac_exeext &&
19569 $as_test_x conftest$ac_exeext; then
19570 wine_cv_have_sigaddset=yes
19571 else
19572 echo "$as_me: failed program was:" >&5
19573 sed 's/^/| /' conftest.$ac_ext >&5
19575 wine_cv_have_sigaddset=no
19578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19579 conftest$ac_exeext conftest.$ac_ext
19581 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19582 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19583 if test "$wine_cv_have_sigaddset" = "yes"
19584 then
19586 cat >>confdefs.h <<\_ACEOF
19587 #define HAVE_SIGADDSET 1
19588 _ACEOF
19593 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19594 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19595 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19596 echo $ECHO_N "(cached) $ECHO_C" >&6
19597 else
19598 cat >conftest.$ac_ext <<_ACEOF
19599 /* confdefs.h. */
19600 _ACEOF
19601 cat confdefs.h >>conftest.$ac_ext
19602 cat >>conftest.$ac_ext <<_ACEOF
19603 /* end confdefs.h. */
19604 #include <netdb.h>
19606 main ()
19609 char *name=0;
19610 struct hostent he;
19611 struct hostent *result;
19612 char *buf=0;
19613 int bufsize=0;
19614 int res,errnr;
19615 char *addr=0;
19616 int addrlen=0;
19617 int addrtype=0;
19618 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19619 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19622 return 0;
19624 _ACEOF
19625 rm -f conftest.$ac_objext conftest$ac_exeext
19626 if { (ac_try="$ac_link"
19627 case "(($ac_try" in
19628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19629 *) ac_try_echo=$ac_try;;
19630 esac
19631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19632 (eval "$ac_link") 2>conftest.er1
19633 ac_status=$?
19634 grep -v '^ *+' conftest.er1 >conftest.err
19635 rm -f conftest.er1
19636 cat conftest.err >&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } && {
19639 test -z "$ac_c_werror_flag" ||
19640 test ! -s conftest.err
19641 } && test -s conftest$ac_exeext &&
19642 $as_test_x conftest$ac_exeext; then
19643 wine_cv_linux_gethostbyname_r_6=yes
19644 else
19645 echo "$as_me: failed program was:" >&5
19646 sed 's/^/| /' conftest.$ac_ext >&5
19648 wine_cv_linux_gethostbyname_r_6=no
19652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19653 conftest$ac_exeext conftest.$ac_ext
19656 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19657 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19658 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19659 then
19661 cat >>confdefs.h <<\_ACEOF
19662 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19663 _ACEOF
19667 if test "$ac_cv_header_linux_joystick_h" = "yes"
19668 then
19669 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19670 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19671 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19672 echo $ECHO_N "(cached) $ECHO_C" >&6
19673 else
19674 cat >conftest.$ac_ext <<_ACEOF
19675 /* confdefs.h. */
19676 _ACEOF
19677 cat confdefs.h >>conftest.$ac_ext
19678 cat >>conftest.$ac_ext <<_ACEOF
19679 /* end confdefs.h. */
19681 #include <sys/ioctl.h>
19682 #include <sys/types.h>
19683 #include <linux/joystick.h>
19685 struct js_event blub;
19686 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19687 #error "no 2.2 header"
19688 #endif
19691 main ()
19693 /*empty*/
19695 return 0;
19697 _ACEOF
19698 rm -f conftest.$ac_objext
19699 if { (ac_try="$ac_compile"
19700 case "(($ac_try" in
19701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19702 *) ac_try_echo=$ac_try;;
19703 esac
19704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19705 (eval "$ac_compile") 2>conftest.er1
19706 ac_status=$?
19707 grep -v '^ *+' conftest.er1 >conftest.err
19708 rm -f conftest.er1
19709 cat conftest.err >&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); } && {
19712 test -z "$ac_c_werror_flag" ||
19713 test ! -s conftest.err
19714 } && test -s conftest.$ac_objext; then
19715 wine_cv_linux_joystick_22_api=yes
19716 else
19717 echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19720 wine_cv_linux_joystick_22_api=no
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19726 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19727 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19728 if test "$wine_cv_linux_joystick_22_api" = "yes"
19729 then
19731 cat >>confdefs.h <<\_ACEOF
19732 #define HAVE_LINUX_22_JOYSTICK_API 1
19733 _ACEOF
19739 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19740 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19741 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19742 echo $ECHO_N "(cached) $ECHO_C" >&6
19743 else
19744 cat >conftest.$ac_ext <<_ACEOF
19745 /* confdefs.h. */
19746 _ACEOF
19747 cat confdefs.h >>conftest.$ac_ext
19748 cat >>conftest.$ac_ext <<_ACEOF
19749 /* end confdefs.h. */
19750 #include <sys/types.h>
19751 #ifdef HAVE_SYS_PARAM_H
19752 # include <sys/param.h>
19753 #endif
19754 #ifdef HAVE_SYS_MOUNT_H
19755 # include <sys/mount.h>
19756 #endif
19757 #ifdef HAVE_SYS_VFS_H
19758 # include <sys/vfs.h>
19759 #endif
19760 #ifdef HAVE_SYS_STATFS_H
19761 # include <sys/statfs.h>
19762 #endif
19765 main ()
19767 static struct statfs ac_aggr;
19768 if (ac_aggr.f_bfree)
19769 return 0;
19771 return 0;
19773 _ACEOF
19774 rm -f conftest.$ac_objext
19775 if { (ac_try="$ac_compile"
19776 case "(($ac_try" in
19777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19778 *) ac_try_echo=$ac_try;;
19779 esac
19780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19781 (eval "$ac_compile") 2>conftest.er1
19782 ac_status=$?
19783 grep -v '^ *+' conftest.er1 >conftest.err
19784 rm -f conftest.er1
19785 cat conftest.err >&5
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); } && {
19788 test -z "$ac_c_werror_flag" ||
19789 test ! -s conftest.err
19790 } && test -s conftest.$ac_objext; then
19791 ac_cv_member_struct_statfs_f_bfree=yes
19792 else
19793 echo "$as_me: failed program was:" >&5
19794 sed 's/^/| /' conftest.$ac_ext >&5
19796 cat >conftest.$ac_ext <<_ACEOF
19797 /* confdefs.h. */
19798 _ACEOF
19799 cat confdefs.h >>conftest.$ac_ext
19800 cat >>conftest.$ac_ext <<_ACEOF
19801 /* end confdefs.h. */
19802 #include <sys/types.h>
19803 #ifdef HAVE_SYS_PARAM_H
19804 # include <sys/param.h>
19805 #endif
19806 #ifdef HAVE_SYS_MOUNT_H
19807 # include <sys/mount.h>
19808 #endif
19809 #ifdef HAVE_SYS_VFS_H
19810 # include <sys/vfs.h>
19811 #endif
19812 #ifdef HAVE_SYS_STATFS_H
19813 # include <sys/statfs.h>
19814 #endif
19817 main ()
19819 static struct statfs ac_aggr;
19820 if (sizeof ac_aggr.f_bfree)
19821 return 0;
19823 return 0;
19825 _ACEOF
19826 rm -f conftest.$ac_objext
19827 if { (ac_try="$ac_compile"
19828 case "(($ac_try" in
19829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19830 *) ac_try_echo=$ac_try;;
19831 esac
19832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19833 (eval "$ac_compile") 2>conftest.er1
19834 ac_status=$?
19835 grep -v '^ *+' conftest.er1 >conftest.err
19836 rm -f conftest.er1
19837 cat conftest.err >&5
19838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19839 (exit $ac_status); } && {
19840 test -z "$ac_c_werror_flag" ||
19841 test ! -s conftest.err
19842 } && test -s conftest.$ac_objext; then
19843 ac_cv_member_struct_statfs_f_bfree=yes
19844 else
19845 echo "$as_me: failed program was:" >&5
19846 sed 's/^/| /' conftest.$ac_ext >&5
19848 ac_cv_member_struct_statfs_f_bfree=no
19851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19856 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19857 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19858 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19860 cat >>confdefs.h <<_ACEOF
19861 #define HAVE_STRUCT_STATFS_F_BFREE 1
19862 _ACEOF
19866 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19867 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19868 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19869 echo $ECHO_N "(cached) $ECHO_C" >&6
19870 else
19871 cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h. */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h. */
19877 #include <sys/types.h>
19878 #ifdef HAVE_SYS_PARAM_H
19879 # include <sys/param.h>
19880 #endif
19881 #ifdef HAVE_SYS_MOUNT_H
19882 # include <sys/mount.h>
19883 #endif
19884 #ifdef HAVE_SYS_VFS_H
19885 # include <sys/vfs.h>
19886 #endif
19887 #ifdef HAVE_SYS_STATFS_H
19888 # include <sys/statfs.h>
19889 #endif
19892 main ()
19894 static struct statfs ac_aggr;
19895 if (ac_aggr.f_bavail)
19896 return 0;
19898 return 0;
19900 _ACEOF
19901 rm -f conftest.$ac_objext
19902 if { (ac_try="$ac_compile"
19903 case "(($ac_try" in
19904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19905 *) ac_try_echo=$ac_try;;
19906 esac
19907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19908 (eval "$ac_compile") 2>conftest.er1
19909 ac_status=$?
19910 grep -v '^ *+' conftest.er1 >conftest.err
19911 rm -f conftest.er1
19912 cat conftest.err >&5
19913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19914 (exit $ac_status); } && {
19915 test -z "$ac_c_werror_flag" ||
19916 test ! -s conftest.err
19917 } && test -s conftest.$ac_objext; then
19918 ac_cv_member_struct_statfs_f_bavail=yes
19919 else
19920 echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19923 cat >conftest.$ac_ext <<_ACEOF
19924 /* confdefs.h. */
19925 _ACEOF
19926 cat confdefs.h >>conftest.$ac_ext
19927 cat >>conftest.$ac_ext <<_ACEOF
19928 /* end confdefs.h. */
19929 #include <sys/types.h>
19930 #ifdef HAVE_SYS_PARAM_H
19931 # include <sys/param.h>
19932 #endif
19933 #ifdef HAVE_SYS_MOUNT_H
19934 # include <sys/mount.h>
19935 #endif
19936 #ifdef HAVE_SYS_VFS_H
19937 # include <sys/vfs.h>
19938 #endif
19939 #ifdef HAVE_SYS_STATFS_H
19940 # include <sys/statfs.h>
19941 #endif
19944 main ()
19946 static struct statfs ac_aggr;
19947 if (sizeof ac_aggr.f_bavail)
19948 return 0;
19950 return 0;
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957 *) ac_try_echo=$ac_try;;
19958 esac
19959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19960 (eval "$ac_compile") 2>conftest.er1
19961 ac_status=$?
19962 grep -v '^ *+' conftest.er1 >conftest.err
19963 rm -f conftest.er1
19964 cat conftest.err >&5
19965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); } && {
19967 test -z "$ac_c_werror_flag" ||
19968 test ! -s conftest.err
19969 } && test -s conftest.$ac_objext; then
19970 ac_cv_member_struct_statfs_f_bavail=yes
19971 else
19972 echo "$as_me: failed program was:" >&5
19973 sed 's/^/| /' conftest.$ac_ext >&5
19975 ac_cv_member_struct_statfs_f_bavail=no
19978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19983 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19984 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19985 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19987 cat >>confdefs.h <<_ACEOF
19988 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19989 _ACEOF
19993 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19994 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19995 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19996 echo $ECHO_N "(cached) $ECHO_C" >&6
19997 else
19998 cat >conftest.$ac_ext <<_ACEOF
19999 /* confdefs.h. */
20000 _ACEOF
20001 cat confdefs.h >>conftest.$ac_ext
20002 cat >>conftest.$ac_ext <<_ACEOF
20003 /* end confdefs.h. */
20004 #include <sys/types.h>
20005 #ifdef HAVE_SYS_PARAM_H
20006 # include <sys/param.h>
20007 #endif
20008 #ifdef HAVE_SYS_MOUNT_H
20009 # include <sys/mount.h>
20010 #endif
20011 #ifdef HAVE_SYS_VFS_H
20012 # include <sys/vfs.h>
20013 #endif
20014 #ifdef HAVE_SYS_STATFS_H
20015 # include <sys/statfs.h>
20016 #endif
20019 main ()
20021 static struct statfs ac_aggr;
20022 if (ac_aggr.f_frsize)
20023 return 0;
20025 return 0;
20027 _ACEOF
20028 rm -f conftest.$ac_objext
20029 if { (ac_try="$ac_compile"
20030 case "(($ac_try" in
20031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20032 *) ac_try_echo=$ac_try;;
20033 esac
20034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20035 (eval "$ac_compile") 2>conftest.er1
20036 ac_status=$?
20037 grep -v '^ *+' conftest.er1 >conftest.err
20038 rm -f conftest.er1
20039 cat conftest.err >&5
20040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041 (exit $ac_status); } && {
20042 test -z "$ac_c_werror_flag" ||
20043 test ! -s conftest.err
20044 } && test -s conftest.$ac_objext; then
20045 ac_cv_member_struct_statfs_f_frsize=yes
20046 else
20047 echo "$as_me: failed program was:" >&5
20048 sed 's/^/| /' conftest.$ac_ext >&5
20050 cat >conftest.$ac_ext <<_ACEOF
20051 /* confdefs.h. */
20052 _ACEOF
20053 cat confdefs.h >>conftest.$ac_ext
20054 cat >>conftest.$ac_ext <<_ACEOF
20055 /* end confdefs.h. */
20056 #include <sys/types.h>
20057 #ifdef HAVE_SYS_PARAM_H
20058 # include <sys/param.h>
20059 #endif
20060 #ifdef HAVE_SYS_MOUNT_H
20061 # include <sys/mount.h>
20062 #endif
20063 #ifdef HAVE_SYS_VFS_H
20064 # include <sys/vfs.h>
20065 #endif
20066 #ifdef HAVE_SYS_STATFS_H
20067 # include <sys/statfs.h>
20068 #endif
20071 main ()
20073 static struct statfs ac_aggr;
20074 if (sizeof ac_aggr.f_frsize)
20075 return 0;
20077 return 0;
20079 _ACEOF
20080 rm -f conftest.$ac_objext
20081 if { (ac_try="$ac_compile"
20082 case "(($ac_try" in
20083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20084 *) ac_try_echo=$ac_try;;
20085 esac
20086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20087 (eval "$ac_compile") 2>conftest.er1
20088 ac_status=$?
20089 grep -v '^ *+' conftest.er1 >conftest.err
20090 rm -f conftest.er1
20091 cat conftest.err >&5
20092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20093 (exit $ac_status); } && {
20094 test -z "$ac_c_werror_flag" ||
20095 test ! -s conftest.err
20096 } && test -s conftest.$ac_objext; then
20097 ac_cv_member_struct_statfs_f_frsize=yes
20098 else
20099 echo "$as_me: failed program was:" >&5
20100 sed 's/^/| /' conftest.$ac_ext >&5
20102 ac_cv_member_struct_statfs_f_frsize=no
20105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20110 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20111 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20112 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20114 cat >>confdefs.h <<_ACEOF
20115 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20116 _ACEOF
20120 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20121 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20122 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20123 echo $ECHO_N "(cached) $ECHO_C" >&6
20124 else
20125 cat >conftest.$ac_ext <<_ACEOF
20126 /* confdefs.h. */
20127 _ACEOF
20128 cat confdefs.h >>conftest.$ac_ext
20129 cat >>conftest.$ac_ext <<_ACEOF
20130 /* end confdefs.h. */
20131 #include <sys/types.h>
20132 #ifdef HAVE_SYS_PARAM_H
20133 # include <sys/param.h>
20134 #endif
20135 #ifdef HAVE_SYS_MOUNT_H
20136 # include <sys/mount.h>
20137 #endif
20138 #ifdef HAVE_SYS_VFS_H
20139 # include <sys/vfs.h>
20140 #endif
20141 #ifdef HAVE_SYS_STATFS_H
20142 # include <sys/statfs.h>
20143 #endif
20146 main ()
20148 static struct statfs ac_aggr;
20149 if (ac_aggr.f_ffree)
20150 return 0;
20152 return 0;
20154 _ACEOF
20155 rm -f conftest.$ac_objext
20156 if { (ac_try="$ac_compile"
20157 case "(($ac_try" in
20158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20159 *) ac_try_echo=$ac_try;;
20160 esac
20161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20162 (eval "$ac_compile") 2>conftest.er1
20163 ac_status=$?
20164 grep -v '^ *+' conftest.er1 >conftest.err
20165 rm -f conftest.er1
20166 cat conftest.err >&5
20167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20168 (exit $ac_status); } && {
20169 test -z "$ac_c_werror_flag" ||
20170 test ! -s conftest.err
20171 } && test -s conftest.$ac_objext; then
20172 ac_cv_member_struct_statfs_f_ffree=yes
20173 else
20174 echo "$as_me: failed program was:" >&5
20175 sed 's/^/| /' conftest.$ac_ext >&5
20177 cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h. */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h. */
20183 #include <sys/types.h>
20184 #ifdef HAVE_SYS_PARAM_H
20185 # include <sys/param.h>
20186 #endif
20187 #ifdef HAVE_SYS_MOUNT_H
20188 # include <sys/mount.h>
20189 #endif
20190 #ifdef HAVE_SYS_VFS_H
20191 # include <sys/vfs.h>
20192 #endif
20193 #ifdef HAVE_SYS_STATFS_H
20194 # include <sys/statfs.h>
20195 #endif
20198 main ()
20200 static struct statfs ac_aggr;
20201 if (sizeof ac_aggr.f_ffree)
20202 return 0;
20204 return 0;
20206 _ACEOF
20207 rm -f conftest.$ac_objext
20208 if { (ac_try="$ac_compile"
20209 case "(($ac_try" in
20210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20211 *) ac_try_echo=$ac_try;;
20212 esac
20213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20214 (eval "$ac_compile") 2>conftest.er1
20215 ac_status=$?
20216 grep -v '^ *+' conftest.er1 >conftest.err
20217 rm -f conftest.er1
20218 cat conftest.err >&5
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); } && {
20221 test -z "$ac_c_werror_flag" ||
20222 test ! -s conftest.err
20223 } && test -s conftest.$ac_objext; then
20224 ac_cv_member_struct_statfs_f_ffree=yes
20225 else
20226 echo "$as_me: failed program was:" >&5
20227 sed 's/^/| /' conftest.$ac_ext >&5
20229 ac_cv_member_struct_statfs_f_ffree=no
20232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20237 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20238 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20239 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20241 cat >>confdefs.h <<_ACEOF
20242 #define HAVE_STRUCT_STATFS_F_FFREE 1
20243 _ACEOF
20247 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20248 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20249 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20250 echo $ECHO_N "(cached) $ECHO_C" >&6
20251 else
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <sys/types.h>
20259 #ifdef HAVE_SYS_PARAM_H
20260 # include <sys/param.h>
20261 #endif
20262 #ifdef HAVE_SYS_MOUNT_H
20263 # include <sys/mount.h>
20264 #endif
20265 #ifdef HAVE_SYS_VFS_H
20266 # include <sys/vfs.h>
20267 #endif
20268 #ifdef HAVE_SYS_STATFS_H
20269 # include <sys/statfs.h>
20270 #endif
20273 main ()
20275 static struct statfs ac_aggr;
20276 if (ac_aggr.f_favail)
20277 return 0;
20279 return 0;
20281 _ACEOF
20282 rm -f conftest.$ac_objext
20283 if { (ac_try="$ac_compile"
20284 case "(($ac_try" in
20285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20286 *) ac_try_echo=$ac_try;;
20287 esac
20288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20289 (eval "$ac_compile") 2>conftest.er1
20290 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && {
20296 test -z "$ac_c_werror_flag" ||
20297 test ! -s conftest.err
20298 } && test -s conftest.$ac_objext; then
20299 ac_cv_member_struct_statfs_f_favail=yes
20300 else
20301 echo "$as_me: failed program was:" >&5
20302 sed 's/^/| /' conftest.$ac_ext >&5
20304 cat >conftest.$ac_ext <<_ACEOF
20305 /* confdefs.h. */
20306 _ACEOF
20307 cat confdefs.h >>conftest.$ac_ext
20308 cat >>conftest.$ac_ext <<_ACEOF
20309 /* end confdefs.h. */
20310 #include <sys/types.h>
20311 #ifdef HAVE_SYS_PARAM_H
20312 # include <sys/param.h>
20313 #endif
20314 #ifdef HAVE_SYS_MOUNT_H
20315 # include <sys/mount.h>
20316 #endif
20317 #ifdef HAVE_SYS_VFS_H
20318 # include <sys/vfs.h>
20319 #endif
20320 #ifdef HAVE_SYS_STATFS_H
20321 # include <sys/statfs.h>
20322 #endif
20325 main ()
20327 static struct statfs ac_aggr;
20328 if (sizeof ac_aggr.f_favail)
20329 return 0;
20331 return 0;
20333 _ACEOF
20334 rm -f conftest.$ac_objext
20335 if { (ac_try="$ac_compile"
20336 case "(($ac_try" in
20337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20338 *) ac_try_echo=$ac_try;;
20339 esac
20340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20341 (eval "$ac_compile") 2>conftest.er1
20342 ac_status=$?
20343 grep -v '^ *+' conftest.er1 >conftest.err
20344 rm -f conftest.er1
20345 cat conftest.err >&5
20346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20347 (exit $ac_status); } && {
20348 test -z "$ac_c_werror_flag" ||
20349 test ! -s conftest.err
20350 } && test -s conftest.$ac_objext; then
20351 ac_cv_member_struct_statfs_f_favail=yes
20352 else
20353 echo "$as_me: failed program was:" >&5
20354 sed 's/^/| /' conftest.$ac_ext >&5
20356 ac_cv_member_struct_statfs_f_favail=no
20359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20364 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20365 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20366 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20368 cat >>confdefs.h <<_ACEOF
20369 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20370 _ACEOF
20374 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20375 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20376 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20377 echo $ECHO_N "(cached) $ECHO_C" >&6
20378 else
20379 cat >conftest.$ac_ext <<_ACEOF
20380 /* confdefs.h. */
20381 _ACEOF
20382 cat confdefs.h >>conftest.$ac_ext
20383 cat >>conftest.$ac_ext <<_ACEOF
20384 /* end confdefs.h. */
20385 #include <sys/types.h>
20386 #ifdef HAVE_SYS_PARAM_H
20387 # include <sys/param.h>
20388 #endif
20389 #ifdef HAVE_SYS_MOUNT_H
20390 # include <sys/mount.h>
20391 #endif
20392 #ifdef HAVE_SYS_VFS_H
20393 # include <sys/vfs.h>
20394 #endif
20395 #ifdef HAVE_SYS_STATFS_H
20396 # include <sys/statfs.h>
20397 #endif
20400 main ()
20402 static struct statfs ac_aggr;
20403 if (ac_aggr.f_namelen)
20404 return 0;
20406 return 0;
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413 *) ac_try_echo=$ac_try;;
20414 esac
20415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20416 (eval "$ac_compile") 2>conftest.er1
20417 ac_status=$?
20418 grep -v '^ *+' conftest.er1 >conftest.err
20419 rm -f conftest.er1
20420 cat conftest.err >&5
20421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20422 (exit $ac_status); } && {
20423 test -z "$ac_c_werror_flag" ||
20424 test ! -s conftest.err
20425 } && test -s conftest.$ac_objext; then
20426 ac_cv_member_struct_statfs_f_namelen=yes
20427 else
20428 echo "$as_me: failed program was:" >&5
20429 sed 's/^/| /' conftest.$ac_ext >&5
20431 cat >conftest.$ac_ext <<_ACEOF
20432 /* confdefs.h. */
20433 _ACEOF
20434 cat confdefs.h >>conftest.$ac_ext
20435 cat >>conftest.$ac_ext <<_ACEOF
20436 /* end confdefs.h. */
20437 #include <sys/types.h>
20438 #ifdef HAVE_SYS_PARAM_H
20439 # include <sys/param.h>
20440 #endif
20441 #ifdef HAVE_SYS_MOUNT_H
20442 # include <sys/mount.h>
20443 #endif
20444 #ifdef HAVE_SYS_VFS_H
20445 # include <sys/vfs.h>
20446 #endif
20447 #ifdef HAVE_SYS_STATFS_H
20448 # include <sys/statfs.h>
20449 #endif
20452 main ()
20454 static struct statfs ac_aggr;
20455 if (sizeof ac_aggr.f_namelen)
20456 return 0;
20458 return 0;
20460 _ACEOF
20461 rm -f conftest.$ac_objext
20462 if { (ac_try="$ac_compile"
20463 case "(($ac_try" in
20464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20465 *) ac_try_echo=$ac_try;;
20466 esac
20467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20468 (eval "$ac_compile") 2>conftest.er1
20469 ac_status=$?
20470 grep -v '^ *+' conftest.er1 >conftest.err
20471 rm -f conftest.er1
20472 cat conftest.err >&5
20473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20474 (exit $ac_status); } && {
20475 test -z "$ac_c_werror_flag" ||
20476 test ! -s conftest.err
20477 } && test -s conftest.$ac_objext; then
20478 ac_cv_member_struct_statfs_f_namelen=yes
20479 else
20480 echo "$as_me: failed program was:" >&5
20481 sed 's/^/| /' conftest.$ac_ext >&5
20483 ac_cv_member_struct_statfs_f_namelen=no
20486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20491 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20492 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20493 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20495 cat >>confdefs.h <<_ACEOF
20496 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20497 _ACEOF
20503 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20504 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20505 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20506 echo $ECHO_N "(cached) $ECHO_C" >&6
20507 else
20508 cat >conftest.$ac_ext <<_ACEOF
20509 /* confdefs.h. */
20510 _ACEOF
20511 cat confdefs.h >>conftest.$ac_ext
20512 cat >>conftest.$ac_ext <<_ACEOF
20513 /* end confdefs.h. */
20514 #ifdef HAVE_SYS_STATVFS_H
20515 #include <sys/statvfs.h>
20516 #endif
20519 main ()
20521 static struct statvfs ac_aggr;
20522 if (ac_aggr.f_blocks)
20523 return 0;
20525 return 0;
20527 _ACEOF
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20532 *) ac_try_echo=$ac_try;;
20533 esac
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20536 ac_status=$?
20537 grep -v '^ *+' conftest.er1 >conftest.err
20538 rm -f conftest.er1
20539 cat conftest.err >&5
20540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.$ac_objext; then
20545 ac_cv_member_struct_statvfs_f_blocks=yes
20546 else
20547 echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20550 cat >conftest.$ac_ext <<_ACEOF
20551 /* confdefs.h. */
20552 _ACEOF
20553 cat confdefs.h >>conftest.$ac_ext
20554 cat >>conftest.$ac_ext <<_ACEOF
20555 /* end confdefs.h. */
20556 #ifdef HAVE_SYS_STATVFS_H
20557 #include <sys/statvfs.h>
20558 #endif
20561 main ()
20563 static struct statvfs ac_aggr;
20564 if (sizeof ac_aggr.f_blocks)
20565 return 0;
20567 return 0;
20569 _ACEOF
20570 rm -f conftest.$ac_objext
20571 if { (ac_try="$ac_compile"
20572 case "(($ac_try" in
20573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20574 *) ac_try_echo=$ac_try;;
20575 esac
20576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20577 (eval "$ac_compile") 2>conftest.er1
20578 ac_status=$?
20579 grep -v '^ *+' conftest.er1 >conftest.err
20580 rm -f conftest.er1
20581 cat conftest.err >&5
20582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20583 (exit $ac_status); } && {
20584 test -z "$ac_c_werror_flag" ||
20585 test ! -s conftest.err
20586 } && test -s conftest.$ac_objext; then
20587 ac_cv_member_struct_statvfs_f_blocks=yes
20588 else
20589 echo "$as_me: failed program was:" >&5
20590 sed 's/^/| /' conftest.$ac_ext >&5
20592 ac_cv_member_struct_statvfs_f_blocks=no
20595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20600 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20601 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20602 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20604 cat >>confdefs.h <<_ACEOF
20605 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20606 _ACEOF
20612 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20613 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20614 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20615 echo $ECHO_N "(cached) $ECHO_C" >&6
20616 else
20617 cat >conftest.$ac_ext <<_ACEOF
20618 /* confdefs.h. */
20619 _ACEOF
20620 cat confdefs.h >>conftest.$ac_ext
20621 cat >>conftest.$ac_ext <<_ACEOF
20622 /* end confdefs.h. */
20623 #include <sys/types.h>
20624 #ifdef HAVE_SYS_SOCKET_H
20625 # include <sys/socket.h>
20626 #endif
20627 #ifdef HAVE_SYS_UN_H
20628 # include <sys/un.h>
20629 #endif
20632 main ()
20634 static struct msghdr ac_aggr;
20635 if (ac_aggr.msg_accrights)
20636 return 0;
20638 return 0;
20640 _ACEOF
20641 rm -f conftest.$ac_objext
20642 if { (ac_try="$ac_compile"
20643 case "(($ac_try" in
20644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20645 *) ac_try_echo=$ac_try;;
20646 esac
20647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20648 (eval "$ac_compile") 2>conftest.er1
20649 ac_status=$?
20650 grep -v '^ *+' conftest.er1 >conftest.err
20651 rm -f conftest.er1
20652 cat conftest.err >&5
20653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20654 (exit $ac_status); } && {
20655 test -z "$ac_c_werror_flag" ||
20656 test ! -s conftest.err
20657 } && test -s conftest.$ac_objext; then
20658 ac_cv_member_struct_msghdr_msg_accrights=yes
20659 else
20660 echo "$as_me: failed program was:" >&5
20661 sed 's/^/| /' conftest.$ac_ext >&5
20663 cat >conftest.$ac_ext <<_ACEOF
20664 /* confdefs.h. */
20665 _ACEOF
20666 cat confdefs.h >>conftest.$ac_ext
20667 cat >>conftest.$ac_ext <<_ACEOF
20668 /* end confdefs.h. */
20669 #include <sys/types.h>
20670 #ifdef HAVE_SYS_SOCKET_H
20671 # include <sys/socket.h>
20672 #endif
20673 #ifdef HAVE_SYS_UN_H
20674 # include <sys/un.h>
20675 #endif
20678 main ()
20680 static struct msghdr ac_aggr;
20681 if (sizeof ac_aggr.msg_accrights)
20682 return 0;
20684 return 0;
20686 _ACEOF
20687 rm -f conftest.$ac_objext
20688 if { (ac_try="$ac_compile"
20689 case "(($ac_try" in
20690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20691 *) ac_try_echo=$ac_try;;
20692 esac
20693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20694 (eval "$ac_compile") 2>conftest.er1
20695 ac_status=$?
20696 grep -v '^ *+' conftest.er1 >conftest.err
20697 rm -f conftest.er1
20698 cat conftest.err >&5
20699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20700 (exit $ac_status); } && {
20701 test -z "$ac_c_werror_flag" ||
20702 test ! -s conftest.err
20703 } && test -s conftest.$ac_objext; then
20704 ac_cv_member_struct_msghdr_msg_accrights=yes
20705 else
20706 echo "$as_me: failed program was:" >&5
20707 sed 's/^/| /' conftest.$ac_ext >&5
20709 ac_cv_member_struct_msghdr_msg_accrights=no
20712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20717 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20718 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20719 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20721 cat >>confdefs.h <<_ACEOF
20722 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20723 _ACEOF
20727 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20728 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20729 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20730 echo $ECHO_N "(cached) $ECHO_C" >&6
20731 else
20732 cat >conftest.$ac_ext <<_ACEOF
20733 /* confdefs.h. */
20734 _ACEOF
20735 cat confdefs.h >>conftest.$ac_ext
20736 cat >>conftest.$ac_ext <<_ACEOF
20737 /* end confdefs.h. */
20738 #include <sys/types.h>
20739 #ifdef HAVE_SYS_SOCKET_H
20740 # include <sys/socket.h>
20741 #endif
20742 #ifdef HAVE_SYS_UN_H
20743 # include <sys/un.h>
20744 #endif
20747 main ()
20749 static struct sockaddr ac_aggr;
20750 if (ac_aggr.sa_len)
20751 return 0;
20753 return 0;
20755 _ACEOF
20756 rm -f conftest.$ac_objext
20757 if { (ac_try="$ac_compile"
20758 case "(($ac_try" in
20759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20760 *) ac_try_echo=$ac_try;;
20761 esac
20762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20763 (eval "$ac_compile") 2>conftest.er1
20764 ac_status=$?
20765 grep -v '^ *+' conftest.er1 >conftest.err
20766 rm -f conftest.er1
20767 cat conftest.err >&5
20768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20769 (exit $ac_status); } && {
20770 test -z "$ac_c_werror_flag" ||
20771 test ! -s conftest.err
20772 } && test -s conftest.$ac_objext; then
20773 ac_cv_member_struct_sockaddr_sa_len=yes
20774 else
20775 echo "$as_me: failed program was:" >&5
20776 sed 's/^/| /' conftest.$ac_ext >&5
20778 cat >conftest.$ac_ext <<_ACEOF
20779 /* confdefs.h. */
20780 _ACEOF
20781 cat confdefs.h >>conftest.$ac_ext
20782 cat >>conftest.$ac_ext <<_ACEOF
20783 /* end confdefs.h. */
20784 #include <sys/types.h>
20785 #ifdef HAVE_SYS_SOCKET_H
20786 # include <sys/socket.h>
20787 #endif
20788 #ifdef HAVE_SYS_UN_H
20789 # include <sys/un.h>
20790 #endif
20793 main ()
20795 static struct sockaddr ac_aggr;
20796 if (sizeof ac_aggr.sa_len)
20797 return 0;
20799 return 0;
20801 _ACEOF
20802 rm -f conftest.$ac_objext
20803 if { (ac_try="$ac_compile"
20804 case "(($ac_try" in
20805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20806 *) ac_try_echo=$ac_try;;
20807 esac
20808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20809 (eval "$ac_compile") 2>conftest.er1
20810 ac_status=$?
20811 grep -v '^ *+' conftest.er1 >conftest.err
20812 rm -f conftest.er1
20813 cat conftest.err >&5
20814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20815 (exit $ac_status); } && {
20816 test -z "$ac_c_werror_flag" ||
20817 test ! -s conftest.err
20818 } && test -s conftest.$ac_objext; then
20819 ac_cv_member_struct_sockaddr_sa_len=yes
20820 else
20821 echo "$as_me: failed program was:" >&5
20822 sed 's/^/| /' conftest.$ac_ext >&5
20824 ac_cv_member_struct_sockaddr_sa_len=no
20827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20832 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20833 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20834 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20836 cat >>confdefs.h <<_ACEOF
20837 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20838 _ACEOF
20842 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20843 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20844 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20845 echo $ECHO_N "(cached) $ECHO_C" >&6
20846 else
20847 cat >conftest.$ac_ext <<_ACEOF
20848 /* confdefs.h. */
20849 _ACEOF
20850 cat confdefs.h >>conftest.$ac_ext
20851 cat >>conftest.$ac_ext <<_ACEOF
20852 /* end confdefs.h. */
20853 #include <sys/types.h>
20854 #ifdef HAVE_SYS_SOCKET_H
20855 # include <sys/socket.h>
20856 #endif
20857 #ifdef HAVE_SYS_UN_H
20858 # include <sys/un.h>
20859 #endif
20862 main ()
20864 static struct sockaddr_un ac_aggr;
20865 if (ac_aggr.sun_len)
20866 return 0;
20868 return 0;
20870 _ACEOF
20871 rm -f conftest.$ac_objext
20872 if { (ac_try="$ac_compile"
20873 case "(($ac_try" in
20874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20875 *) ac_try_echo=$ac_try;;
20876 esac
20877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20878 (eval "$ac_compile") 2>conftest.er1
20879 ac_status=$?
20880 grep -v '^ *+' conftest.er1 >conftest.err
20881 rm -f conftest.er1
20882 cat conftest.err >&5
20883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20884 (exit $ac_status); } && {
20885 test -z "$ac_c_werror_flag" ||
20886 test ! -s conftest.err
20887 } && test -s conftest.$ac_objext; then
20888 ac_cv_member_struct_sockaddr_un_sun_len=yes
20889 else
20890 echo "$as_me: failed program was:" >&5
20891 sed 's/^/| /' conftest.$ac_ext >&5
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <sys/types.h>
20900 #ifdef HAVE_SYS_SOCKET_H
20901 # include <sys/socket.h>
20902 #endif
20903 #ifdef HAVE_SYS_UN_H
20904 # include <sys/un.h>
20905 #endif
20908 main ()
20910 static struct sockaddr_un ac_aggr;
20911 if (sizeof ac_aggr.sun_len)
20912 return 0;
20914 return 0;
20916 _ACEOF
20917 rm -f conftest.$ac_objext
20918 if { (ac_try="$ac_compile"
20919 case "(($ac_try" in
20920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20921 *) ac_try_echo=$ac_try;;
20922 esac
20923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20924 (eval "$ac_compile") 2>conftest.er1
20925 ac_status=$?
20926 grep -v '^ *+' conftest.er1 >conftest.err
20927 rm -f conftest.er1
20928 cat conftest.err >&5
20929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930 (exit $ac_status); } && {
20931 test -z "$ac_c_werror_flag" ||
20932 test ! -s conftest.err
20933 } && test -s conftest.$ac_objext; then
20934 ac_cv_member_struct_sockaddr_un_sun_len=yes
20935 else
20936 echo "$as_me: failed program was:" >&5
20937 sed 's/^/| /' conftest.$ac_ext >&5
20939 ac_cv_member_struct_sockaddr_un_sun_len=no
20942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20947 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20948 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20949 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20951 cat >>confdefs.h <<_ACEOF
20952 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20953 _ACEOF
20959 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20960 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20961 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20962 echo $ECHO_N "(cached) $ECHO_C" >&6
20963 else
20964 cat >conftest.$ac_ext <<_ACEOF
20965 /* confdefs.h. */
20966 _ACEOF
20967 cat confdefs.h >>conftest.$ac_ext
20968 cat >>conftest.$ac_ext <<_ACEOF
20969 /* end confdefs.h. */
20970 #include <sys/types.h>
20971 #ifdef HAVE_SCSI_SG_H
20972 #include <scsi/sg.h>
20973 #endif
20976 main ()
20978 static scsireq_t ac_aggr;
20979 if (ac_aggr.cmd)
20980 return 0;
20982 return 0;
20984 _ACEOF
20985 rm -f conftest.$ac_objext
20986 if { (ac_try="$ac_compile"
20987 case "(($ac_try" in
20988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20989 *) ac_try_echo=$ac_try;;
20990 esac
20991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20992 (eval "$ac_compile") 2>conftest.er1
20993 ac_status=$?
20994 grep -v '^ *+' conftest.er1 >conftest.err
20995 rm -f conftest.er1
20996 cat conftest.err >&5
20997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20998 (exit $ac_status); } && {
20999 test -z "$ac_c_werror_flag" ||
21000 test ! -s conftest.err
21001 } && test -s conftest.$ac_objext; then
21002 ac_cv_member_scsireq_t_cmd=yes
21003 else
21004 echo "$as_me: failed program was:" >&5
21005 sed 's/^/| /' conftest.$ac_ext >&5
21007 cat >conftest.$ac_ext <<_ACEOF
21008 /* confdefs.h. */
21009 _ACEOF
21010 cat confdefs.h >>conftest.$ac_ext
21011 cat >>conftest.$ac_ext <<_ACEOF
21012 /* end confdefs.h. */
21013 #include <sys/types.h>
21014 #ifdef HAVE_SCSI_SG_H
21015 #include <scsi/sg.h>
21016 #endif
21019 main ()
21021 static scsireq_t ac_aggr;
21022 if (sizeof ac_aggr.cmd)
21023 return 0;
21025 return 0;
21027 _ACEOF
21028 rm -f conftest.$ac_objext
21029 if { (ac_try="$ac_compile"
21030 case "(($ac_try" in
21031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21032 *) ac_try_echo=$ac_try;;
21033 esac
21034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21035 (eval "$ac_compile") 2>conftest.er1
21036 ac_status=$?
21037 grep -v '^ *+' conftest.er1 >conftest.err
21038 rm -f conftest.er1
21039 cat conftest.err >&5
21040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21041 (exit $ac_status); } && {
21042 test -z "$ac_c_werror_flag" ||
21043 test ! -s conftest.err
21044 } && test -s conftest.$ac_objext; then
21045 ac_cv_member_scsireq_t_cmd=yes
21046 else
21047 echo "$as_me: failed program was:" >&5
21048 sed 's/^/| /' conftest.$ac_ext >&5
21050 ac_cv_member_scsireq_t_cmd=no
21053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21058 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21059 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21060 if test $ac_cv_member_scsireq_t_cmd = yes; then
21062 cat >>confdefs.h <<_ACEOF
21063 #define HAVE_SCSIREQ_T_CMD 1
21064 _ACEOF
21068 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21069 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21070 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21071 echo $ECHO_N "(cached) $ECHO_C" >&6
21072 else
21073 cat >conftest.$ac_ext <<_ACEOF
21074 /* confdefs.h. */
21075 _ACEOF
21076 cat confdefs.h >>conftest.$ac_ext
21077 cat >>conftest.$ac_ext <<_ACEOF
21078 /* end confdefs.h. */
21079 #include <sys/types.h>
21080 #ifdef HAVE_SCSI_SG_H
21081 #include <scsi/sg.h>
21082 #endif
21085 main ()
21087 static sg_io_hdr_t ac_aggr;
21088 if (ac_aggr.interface_id)
21089 return 0;
21091 return 0;
21093 _ACEOF
21094 rm -f conftest.$ac_objext
21095 if { (ac_try="$ac_compile"
21096 case "(($ac_try" in
21097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21098 *) ac_try_echo=$ac_try;;
21099 esac
21100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21101 (eval "$ac_compile") 2>conftest.er1
21102 ac_status=$?
21103 grep -v '^ *+' conftest.er1 >conftest.err
21104 rm -f conftest.er1
21105 cat conftest.err >&5
21106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21107 (exit $ac_status); } && {
21108 test -z "$ac_c_werror_flag" ||
21109 test ! -s conftest.err
21110 } && test -s conftest.$ac_objext; then
21111 ac_cv_member_sg_io_hdr_t_interface_id=yes
21112 else
21113 echo "$as_me: failed program was:" >&5
21114 sed 's/^/| /' conftest.$ac_ext >&5
21116 cat >conftest.$ac_ext <<_ACEOF
21117 /* confdefs.h. */
21118 _ACEOF
21119 cat confdefs.h >>conftest.$ac_ext
21120 cat >>conftest.$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <sys/types.h>
21123 #ifdef HAVE_SCSI_SG_H
21124 #include <scsi/sg.h>
21125 #endif
21128 main ()
21130 static sg_io_hdr_t ac_aggr;
21131 if (sizeof ac_aggr.interface_id)
21132 return 0;
21134 return 0;
21136 _ACEOF
21137 rm -f conftest.$ac_objext
21138 if { (ac_try="$ac_compile"
21139 case "(($ac_try" in
21140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21141 *) ac_try_echo=$ac_try;;
21142 esac
21143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21144 (eval "$ac_compile") 2>conftest.er1
21145 ac_status=$?
21146 grep -v '^ *+' conftest.er1 >conftest.err
21147 rm -f conftest.er1
21148 cat conftest.err >&5
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); } && {
21151 test -z "$ac_c_werror_flag" ||
21152 test ! -s conftest.err
21153 } && test -s conftest.$ac_objext; then
21154 ac_cv_member_sg_io_hdr_t_interface_id=yes
21155 else
21156 echo "$as_me: failed program was:" >&5
21157 sed 's/^/| /' conftest.$ac_ext >&5
21159 ac_cv_member_sg_io_hdr_t_interface_id=no
21162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21167 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21168 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21169 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21171 cat >>confdefs.h <<_ACEOF
21172 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21173 _ACEOF
21179 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21180 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21181 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21182 echo $ECHO_N "(cached) $ECHO_C" >&6
21183 else
21184 cat >conftest.$ac_ext <<_ACEOF
21185 /* confdefs.h. */
21186 _ACEOF
21187 cat confdefs.h >>conftest.$ac_ext
21188 cat >>conftest.$ac_ext <<_ACEOF
21189 /* end confdefs.h. */
21190 #include <signal.h>
21193 main ()
21195 static siginfo_t ac_aggr;
21196 if (ac_aggr.si_fd)
21197 return 0;
21199 return 0;
21201 _ACEOF
21202 rm -f conftest.$ac_objext
21203 if { (ac_try="$ac_compile"
21204 case "(($ac_try" in
21205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21206 *) ac_try_echo=$ac_try;;
21207 esac
21208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21209 (eval "$ac_compile") 2>conftest.er1
21210 ac_status=$?
21211 grep -v '^ *+' conftest.er1 >conftest.err
21212 rm -f conftest.er1
21213 cat conftest.err >&5
21214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21215 (exit $ac_status); } && {
21216 test -z "$ac_c_werror_flag" ||
21217 test ! -s conftest.err
21218 } && test -s conftest.$ac_objext; then
21219 ac_cv_member_siginfo_t_si_fd=yes
21220 else
21221 echo "$as_me: failed program was:" >&5
21222 sed 's/^/| /' conftest.$ac_ext >&5
21224 cat >conftest.$ac_ext <<_ACEOF
21225 /* confdefs.h. */
21226 _ACEOF
21227 cat confdefs.h >>conftest.$ac_ext
21228 cat >>conftest.$ac_ext <<_ACEOF
21229 /* end confdefs.h. */
21230 #include <signal.h>
21233 main ()
21235 static siginfo_t ac_aggr;
21236 if (sizeof ac_aggr.si_fd)
21237 return 0;
21239 return 0;
21241 _ACEOF
21242 rm -f conftest.$ac_objext
21243 if { (ac_try="$ac_compile"
21244 case "(($ac_try" in
21245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21246 *) ac_try_echo=$ac_try;;
21247 esac
21248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21249 (eval "$ac_compile") 2>conftest.er1
21250 ac_status=$?
21251 grep -v '^ *+' conftest.er1 >conftest.err
21252 rm -f conftest.er1
21253 cat conftest.err >&5
21254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21255 (exit $ac_status); } && {
21256 test -z "$ac_c_werror_flag" ||
21257 test ! -s conftest.err
21258 } && test -s conftest.$ac_objext; then
21259 ac_cv_member_siginfo_t_si_fd=yes
21260 else
21261 echo "$as_me: failed program was:" >&5
21262 sed 's/^/| /' conftest.$ac_ext >&5
21264 ac_cv_member_siginfo_t_si_fd=no
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21272 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21273 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21274 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21276 cat >>confdefs.h <<_ACEOF
21277 #define HAVE_SIGINFO_T_SI_FD 1
21278 _ACEOF
21284 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21285 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21286 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21287 echo $ECHO_N "(cached) $ECHO_C" >&6
21288 else
21289 cat >conftest.$ac_ext <<_ACEOF
21290 /* confdefs.h. */
21291 _ACEOF
21292 cat confdefs.h >>conftest.$ac_ext
21293 cat >>conftest.$ac_ext <<_ACEOF
21294 /* end confdefs.h. */
21295 #include <sys/types.h>
21296 #ifdef HAVE_SYS_MTIO_H
21297 #include <sys/mtio.h>
21298 #endif
21301 main ()
21303 static struct mtget ac_aggr;
21304 if (ac_aggr.mt_blksiz)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21317 (eval "$ac_compile") 2>conftest.er1
21318 ac_status=$?
21319 grep -v '^ *+' conftest.er1 >conftest.err
21320 rm -f conftest.er1
21321 cat conftest.err >&5
21322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21323 (exit $ac_status); } && {
21324 test -z "$ac_c_werror_flag" ||
21325 test ! -s conftest.err
21326 } && test -s conftest.$ac_objext; then
21327 ac_cv_member_struct_mtget_mt_blksiz=yes
21328 else
21329 echo "$as_me: failed program was:" >&5
21330 sed 's/^/| /' conftest.$ac_ext >&5
21332 cat >conftest.$ac_ext <<_ACEOF
21333 /* confdefs.h. */
21334 _ACEOF
21335 cat confdefs.h >>conftest.$ac_ext
21336 cat >>conftest.$ac_ext <<_ACEOF
21337 /* end confdefs.h. */
21338 #include <sys/types.h>
21339 #ifdef HAVE_SYS_MTIO_H
21340 #include <sys/mtio.h>
21341 #endif
21344 main ()
21346 static struct mtget ac_aggr;
21347 if (sizeof ac_aggr.mt_blksiz)
21348 return 0;
21350 return 0;
21352 _ACEOF
21353 rm -f conftest.$ac_objext
21354 if { (ac_try="$ac_compile"
21355 case "(($ac_try" in
21356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21357 *) ac_try_echo=$ac_try;;
21358 esac
21359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21360 (eval "$ac_compile") 2>conftest.er1
21361 ac_status=$?
21362 grep -v '^ *+' conftest.er1 >conftest.err
21363 rm -f conftest.er1
21364 cat conftest.err >&5
21365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21366 (exit $ac_status); } && {
21367 test -z "$ac_c_werror_flag" ||
21368 test ! -s conftest.err
21369 } && test -s conftest.$ac_objext; then
21370 ac_cv_member_struct_mtget_mt_blksiz=yes
21371 else
21372 echo "$as_me: failed program was:" >&5
21373 sed 's/^/| /' conftest.$ac_ext >&5
21375 ac_cv_member_struct_mtget_mt_blksiz=no
21378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21383 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21384 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21385 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21387 cat >>confdefs.h <<_ACEOF
21388 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21389 _ACEOF
21393 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21394 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21395 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21396 echo $ECHO_N "(cached) $ECHO_C" >&6
21397 else
21398 cat >conftest.$ac_ext <<_ACEOF
21399 /* confdefs.h. */
21400 _ACEOF
21401 cat confdefs.h >>conftest.$ac_ext
21402 cat >>conftest.$ac_ext <<_ACEOF
21403 /* end confdefs.h. */
21404 #include <sys/types.h>
21405 #ifdef HAVE_SYS_MTIO_H
21406 #include <sys/mtio.h>
21407 #endif
21410 main ()
21412 static struct mtget ac_aggr;
21413 if (ac_aggr.mt_gstat)
21414 return 0;
21416 return 0;
21418 _ACEOF
21419 rm -f conftest.$ac_objext
21420 if { (ac_try="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21424 esac
21425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21426 (eval "$ac_compile") 2>conftest.er1
21427 ac_status=$?
21428 grep -v '^ *+' conftest.er1 >conftest.err
21429 rm -f conftest.er1
21430 cat conftest.err >&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); } && {
21433 test -z "$ac_c_werror_flag" ||
21434 test ! -s conftest.err
21435 } && test -s conftest.$ac_objext; then
21436 ac_cv_member_struct_mtget_mt_gstat=yes
21437 else
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.$ac_ext >&5
21441 cat >conftest.$ac_ext <<_ACEOF
21442 /* confdefs.h. */
21443 _ACEOF
21444 cat confdefs.h >>conftest.$ac_ext
21445 cat >>conftest.$ac_ext <<_ACEOF
21446 /* end confdefs.h. */
21447 #include <sys/types.h>
21448 #ifdef HAVE_SYS_MTIO_H
21449 #include <sys/mtio.h>
21450 #endif
21453 main ()
21455 static struct mtget ac_aggr;
21456 if (sizeof ac_aggr.mt_gstat)
21457 return 0;
21459 return 0;
21461 _ACEOF
21462 rm -f conftest.$ac_objext
21463 if { (ac_try="$ac_compile"
21464 case "(($ac_try" in
21465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21466 *) ac_try_echo=$ac_try;;
21467 esac
21468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21469 (eval "$ac_compile") 2>conftest.er1
21470 ac_status=$?
21471 grep -v '^ *+' conftest.er1 >conftest.err
21472 rm -f conftest.er1
21473 cat conftest.err >&5
21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21475 (exit $ac_status); } && {
21476 test -z "$ac_c_werror_flag" ||
21477 test ! -s conftest.err
21478 } && test -s conftest.$ac_objext; then
21479 ac_cv_member_struct_mtget_mt_gstat=yes
21480 else
21481 echo "$as_me: failed program was:" >&5
21482 sed 's/^/| /' conftest.$ac_ext >&5
21484 ac_cv_member_struct_mtget_mt_gstat=no
21487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21492 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21493 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21494 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21496 cat >>confdefs.h <<_ACEOF
21497 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21498 _ACEOF
21502 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21503 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21504 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21505 echo $ECHO_N "(cached) $ECHO_C" >&6
21506 else
21507 cat >conftest.$ac_ext <<_ACEOF
21508 /* confdefs.h. */
21509 _ACEOF
21510 cat confdefs.h >>conftest.$ac_ext
21511 cat >>conftest.$ac_ext <<_ACEOF
21512 /* end confdefs.h. */
21513 #include <sys/types.h>
21514 #ifdef HAVE_SYS_MTIO_H
21515 #include <sys/mtio.h>
21516 #endif
21519 main ()
21521 static struct mtget ac_aggr;
21522 if (ac_aggr.mt_blkno)
21523 return 0;
21525 return 0;
21527 _ACEOF
21528 rm -f conftest.$ac_objext
21529 if { (ac_try="$ac_compile"
21530 case "(($ac_try" in
21531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21532 *) ac_try_echo=$ac_try;;
21533 esac
21534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21535 (eval "$ac_compile") 2>conftest.er1
21536 ac_status=$?
21537 grep -v '^ *+' conftest.er1 >conftest.err
21538 rm -f conftest.er1
21539 cat conftest.err >&5
21540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21541 (exit $ac_status); } && {
21542 test -z "$ac_c_werror_flag" ||
21543 test ! -s conftest.err
21544 } && test -s conftest.$ac_objext; then
21545 ac_cv_member_struct_mtget_mt_blkno=yes
21546 else
21547 echo "$as_me: failed program was:" >&5
21548 sed 's/^/| /' conftest.$ac_ext >&5
21550 cat >conftest.$ac_ext <<_ACEOF
21551 /* confdefs.h. */
21552 _ACEOF
21553 cat confdefs.h >>conftest.$ac_ext
21554 cat >>conftest.$ac_ext <<_ACEOF
21555 /* end confdefs.h. */
21556 #include <sys/types.h>
21557 #ifdef HAVE_SYS_MTIO_H
21558 #include <sys/mtio.h>
21559 #endif
21562 main ()
21564 static struct mtget ac_aggr;
21565 if (sizeof ac_aggr.mt_blkno)
21566 return 0;
21568 return 0;
21570 _ACEOF
21571 rm -f conftest.$ac_objext
21572 if { (ac_try="$ac_compile"
21573 case "(($ac_try" in
21574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21575 *) ac_try_echo=$ac_try;;
21576 esac
21577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21578 (eval "$ac_compile") 2>conftest.er1
21579 ac_status=$?
21580 grep -v '^ *+' conftest.er1 >conftest.err
21581 rm -f conftest.er1
21582 cat conftest.err >&5
21583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584 (exit $ac_status); } && {
21585 test -z "$ac_c_werror_flag" ||
21586 test ! -s conftest.err
21587 } && test -s conftest.$ac_objext; then
21588 ac_cv_member_struct_mtget_mt_blkno=yes
21589 else
21590 echo "$as_me: failed program was:" >&5
21591 sed 's/^/| /' conftest.$ac_ext >&5
21593 ac_cv_member_struct_mtget_mt_blkno=no
21596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21601 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21602 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21603 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21605 cat >>confdefs.h <<_ACEOF
21606 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21607 _ACEOF
21613 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21614 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21615 if test "${ac_cv_member_struct_option_name+set}" = set; then
21616 echo $ECHO_N "(cached) $ECHO_C" >&6
21617 else
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 #ifdef HAVE_GETOPT_H
21625 #include <getopt.h>
21626 #endif
21629 main ()
21631 static struct option ac_aggr;
21632 if (ac_aggr.name)
21633 return 0;
21635 return 0;
21637 _ACEOF
21638 rm -f conftest.$ac_objext
21639 if { (ac_try="$ac_compile"
21640 case "(($ac_try" in
21641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21642 *) ac_try_echo=$ac_try;;
21643 esac
21644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21645 (eval "$ac_compile") 2>conftest.er1
21646 ac_status=$?
21647 grep -v '^ *+' conftest.er1 >conftest.err
21648 rm -f conftest.er1
21649 cat conftest.err >&5
21650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21651 (exit $ac_status); } && {
21652 test -z "$ac_c_werror_flag" ||
21653 test ! -s conftest.err
21654 } && test -s conftest.$ac_objext; then
21655 ac_cv_member_struct_option_name=yes
21656 else
21657 echo "$as_me: failed program was:" >&5
21658 sed 's/^/| /' conftest.$ac_ext >&5
21660 cat >conftest.$ac_ext <<_ACEOF
21661 /* confdefs.h. */
21662 _ACEOF
21663 cat confdefs.h >>conftest.$ac_ext
21664 cat >>conftest.$ac_ext <<_ACEOF
21665 /* end confdefs.h. */
21666 #ifdef HAVE_GETOPT_H
21667 #include <getopt.h>
21668 #endif
21671 main ()
21673 static struct option ac_aggr;
21674 if (sizeof ac_aggr.name)
21675 return 0;
21677 return 0;
21679 _ACEOF
21680 rm -f conftest.$ac_objext
21681 if { (ac_try="$ac_compile"
21682 case "(($ac_try" in
21683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21684 *) ac_try_echo=$ac_try;;
21685 esac
21686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21687 (eval "$ac_compile") 2>conftest.er1
21688 ac_status=$?
21689 grep -v '^ *+' conftest.er1 >conftest.err
21690 rm -f conftest.er1
21691 cat conftest.err >&5
21692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21693 (exit $ac_status); } && {
21694 test -z "$ac_c_werror_flag" ||
21695 test ! -s conftest.err
21696 } && test -s conftest.$ac_objext; then
21697 ac_cv_member_struct_option_name=yes
21698 else
21699 echo "$as_me: failed program was:" >&5
21700 sed 's/^/| /' conftest.$ac_ext >&5
21702 ac_cv_member_struct_option_name=no
21705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21710 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21711 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21712 if test $ac_cv_member_struct_option_name = yes; then
21714 cat >>confdefs.h <<_ACEOF
21715 #define HAVE_STRUCT_OPTION_NAME 1
21716 _ACEOF
21722 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21723 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21724 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21725 echo $ECHO_N "(cached) $ECHO_C" >&6
21726 else
21727 cat >conftest.$ac_ext <<_ACEOF
21728 /* confdefs.h. */
21729 _ACEOF
21730 cat confdefs.h >>conftest.$ac_ext
21731 cat >>conftest.$ac_ext <<_ACEOF
21732 /* end confdefs.h. */
21733 $ac_includes_default
21735 main ()
21737 static struct stat ac_aggr;
21738 if (ac_aggr.st_blocks)
21739 return 0;
21741 return 0;
21743 _ACEOF
21744 rm -f conftest.$ac_objext
21745 if { (ac_try="$ac_compile"
21746 case "(($ac_try" in
21747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21748 *) ac_try_echo=$ac_try;;
21749 esac
21750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21751 (eval "$ac_compile") 2>conftest.er1
21752 ac_status=$?
21753 grep -v '^ *+' conftest.er1 >conftest.err
21754 rm -f conftest.er1
21755 cat conftest.err >&5
21756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); } && {
21758 test -z "$ac_c_werror_flag" ||
21759 test ! -s conftest.err
21760 } && test -s conftest.$ac_objext; then
21761 ac_cv_member_struct_stat_st_blocks=yes
21762 else
21763 echo "$as_me: failed program was:" >&5
21764 sed 's/^/| /' conftest.$ac_ext >&5
21766 cat >conftest.$ac_ext <<_ACEOF
21767 /* confdefs.h. */
21768 _ACEOF
21769 cat confdefs.h >>conftest.$ac_ext
21770 cat >>conftest.$ac_ext <<_ACEOF
21771 /* end confdefs.h. */
21772 $ac_includes_default
21774 main ()
21776 static struct stat ac_aggr;
21777 if (sizeof ac_aggr.st_blocks)
21778 return 0;
21780 return 0;
21782 _ACEOF
21783 rm -f conftest.$ac_objext
21784 if { (ac_try="$ac_compile"
21785 case "(($ac_try" in
21786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21787 *) ac_try_echo=$ac_try;;
21788 esac
21789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21790 (eval "$ac_compile") 2>conftest.er1
21791 ac_status=$?
21792 grep -v '^ *+' conftest.er1 >conftest.err
21793 rm -f conftest.er1
21794 cat conftest.err >&5
21795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21796 (exit $ac_status); } && {
21797 test -z "$ac_c_werror_flag" ||
21798 test ! -s conftest.err
21799 } && test -s conftest.$ac_objext; then
21800 ac_cv_member_struct_stat_st_blocks=yes
21801 else
21802 echo "$as_me: failed program was:" >&5
21803 sed 's/^/| /' conftest.$ac_ext >&5
21805 ac_cv_member_struct_stat_st_blocks=no
21808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21813 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21814 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21815 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21817 cat >>confdefs.h <<_ACEOF
21818 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21819 _ACEOF
21823 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21824 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21825 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21826 echo $ECHO_N "(cached) $ECHO_C" >&6
21827 else
21828 cat >conftest.$ac_ext <<_ACEOF
21829 /* confdefs.h. */
21830 _ACEOF
21831 cat confdefs.h >>conftest.$ac_ext
21832 cat >>conftest.$ac_ext <<_ACEOF
21833 /* end confdefs.h. */
21834 $ac_includes_default
21836 main ()
21838 static struct stat ac_aggr;
21839 if (ac_aggr.st_mtim)
21840 return 0;
21842 return 0;
21844 _ACEOF
21845 rm -f conftest.$ac_objext
21846 if { (ac_try="$ac_compile"
21847 case "(($ac_try" in
21848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21849 *) ac_try_echo=$ac_try;;
21850 esac
21851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21852 (eval "$ac_compile") 2>conftest.er1
21853 ac_status=$?
21854 grep -v '^ *+' conftest.er1 >conftest.err
21855 rm -f conftest.er1
21856 cat conftest.err >&5
21857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21858 (exit $ac_status); } && {
21859 test -z "$ac_c_werror_flag" ||
21860 test ! -s conftest.err
21861 } && test -s conftest.$ac_objext; then
21862 ac_cv_member_struct_stat_st_mtim=yes
21863 else
21864 echo "$as_me: failed program was:" >&5
21865 sed 's/^/| /' conftest.$ac_ext >&5
21867 cat >conftest.$ac_ext <<_ACEOF
21868 /* confdefs.h. */
21869 _ACEOF
21870 cat confdefs.h >>conftest.$ac_ext
21871 cat >>conftest.$ac_ext <<_ACEOF
21872 /* end confdefs.h. */
21873 $ac_includes_default
21875 main ()
21877 static struct stat ac_aggr;
21878 if (sizeof ac_aggr.st_mtim)
21879 return 0;
21881 return 0;
21883 _ACEOF
21884 rm -f conftest.$ac_objext
21885 if { (ac_try="$ac_compile"
21886 case "(($ac_try" in
21887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21888 *) ac_try_echo=$ac_try;;
21889 esac
21890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21891 (eval "$ac_compile") 2>conftest.er1
21892 ac_status=$?
21893 grep -v '^ *+' conftest.er1 >conftest.err
21894 rm -f conftest.er1
21895 cat conftest.err >&5
21896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21897 (exit $ac_status); } && {
21898 test -z "$ac_c_werror_flag" ||
21899 test ! -s conftest.err
21900 } && test -s conftest.$ac_objext; then
21901 ac_cv_member_struct_stat_st_mtim=yes
21902 else
21903 echo "$as_me: failed program was:" >&5
21904 sed 's/^/| /' conftest.$ac_ext >&5
21906 ac_cv_member_struct_stat_st_mtim=no
21909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21914 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21915 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21916 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21918 cat >>confdefs.h <<_ACEOF
21919 #define HAVE_STRUCT_STAT_ST_MTIM 1
21920 _ACEOF
21924 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21925 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21926 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21927 echo $ECHO_N "(cached) $ECHO_C" >&6
21928 else
21929 cat >conftest.$ac_ext <<_ACEOF
21930 /* confdefs.h. */
21931 _ACEOF
21932 cat confdefs.h >>conftest.$ac_ext
21933 cat >>conftest.$ac_ext <<_ACEOF
21934 /* end confdefs.h. */
21935 $ac_includes_default
21937 main ()
21939 static struct stat ac_aggr;
21940 if (ac_aggr.st_ctim)
21941 return 0;
21943 return 0;
21945 _ACEOF
21946 rm -f conftest.$ac_objext
21947 if { (ac_try="$ac_compile"
21948 case "(($ac_try" in
21949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21950 *) ac_try_echo=$ac_try;;
21951 esac
21952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21953 (eval "$ac_compile") 2>conftest.er1
21954 ac_status=$?
21955 grep -v '^ *+' conftest.er1 >conftest.err
21956 rm -f conftest.er1
21957 cat conftest.err >&5
21958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21959 (exit $ac_status); } && {
21960 test -z "$ac_c_werror_flag" ||
21961 test ! -s conftest.err
21962 } && test -s conftest.$ac_objext; then
21963 ac_cv_member_struct_stat_st_ctim=yes
21964 else
21965 echo "$as_me: failed program was:" >&5
21966 sed 's/^/| /' conftest.$ac_ext >&5
21968 cat >conftest.$ac_ext <<_ACEOF
21969 /* confdefs.h. */
21970 _ACEOF
21971 cat confdefs.h >>conftest.$ac_ext
21972 cat >>conftest.$ac_ext <<_ACEOF
21973 /* end confdefs.h. */
21974 $ac_includes_default
21976 main ()
21978 static struct stat ac_aggr;
21979 if (sizeof ac_aggr.st_ctim)
21980 return 0;
21982 return 0;
21984 _ACEOF
21985 rm -f conftest.$ac_objext
21986 if { (ac_try="$ac_compile"
21987 case "(($ac_try" in
21988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21989 *) ac_try_echo=$ac_try;;
21990 esac
21991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21992 (eval "$ac_compile") 2>conftest.er1
21993 ac_status=$?
21994 grep -v '^ *+' conftest.er1 >conftest.err
21995 rm -f conftest.er1
21996 cat conftest.err >&5
21997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21998 (exit $ac_status); } && {
21999 test -z "$ac_c_werror_flag" ||
22000 test ! -s conftest.err
22001 } && test -s conftest.$ac_objext; then
22002 ac_cv_member_struct_stat_st_ctim=yes
22003 else
22004 echo "$as_me: failed program was:" >&5
22005 sed 's/^/| /' conftest.$ac_ext >&5
22007 ac_cv_member_struct_stat_st_ctim=no
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22016 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22017 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22019 cat >>confdefs.h <<_ACEOF
22020 #define HAVE_STRUCT_STAT_ST_CTIM 1
22021 _ACEOF
22025 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22026 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22027 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22029 else
22030 cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h. */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22036 $ac_includes_default
22038 main ()
22040 static struct stat ac_aggr;
22041 if (ac_aggr.st_atim)
22042 return 0;
22044 return 0;
22046 _ACEOF
22047 rm -f conftest.$ac_objext
22048 if { (ac_try="$ac_compile"
22049 case "(($ac_try" in
22050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22051 *) ac_try_echo=$ac_try;;
22052 esac
22053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22054 (eval "$ac_compile") 2>conftest.er1
22055 ac_status=$?
22056 grep -v '^ *+' conftest.er1 >conftest.err
22057 rm -f conftest.er1
22058 cat conftest.err >&5
22059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22060 (exit $ac_status); } && {
22061 test -z "$ac_c_werror_flag" ||
22062 test ! -s conftest.err
22063 } && test -s conftest.$ac_objext; then
22064 ac_cv_member_struct_stat_st_atim=yes
22065 else
22066 echo "$as_me: failed program was:" >&5
22067 sed 's/^/| /' conftest.$ac_ext >&5
22069 cat >conftest.$ac_ext <<_ACEOF
22070 /* confdefs.h. */
22071 _ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 $ac_includes_default
22077 main ()
22079 static struct stat ac_aggr;
22080 if (sizeof ac_aggr.st_atim)
22081 return 0;
22083 return 0;
22085 _ACEOF
22086 rm -f conftest.$ac_objext
22087 if { (ac_try="$ac_compile"
22088 case "(($ac_try" in
22089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22090 *) ac_try_echo=$ac_try;;
22091 esac
22092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22093 (eval "$ac_compile") 2>conftest.er1
22094 ac_status=$?
22095 grep -v '^ *+' conftest.er1 >conftest.err
22096 rm -f conftest.er1
22097 cat conftest.err >&5
22098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); } && {
22100 test -z "$ac_c_werror_flag" ||
22101 test ! -s conftest.err
22102 } && test -s conftest.$ac_objext; then
22103 ac_cv_member_struct_stat_st_atim=yes
22104 else
22105 echo "$as_me: failed program was:" >&5
22106 sed 's/^/| /' conftest.$ac_ext >&5
22108 ac_cv_member_struct_stat_st_atim=no
22111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22116 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22117 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22118 if test $ac_cv_member_struct_stat_st_atim = yes; then
22120 cat >>confdefs.h <<_ACEOF
22121 #define HAVE_STRUCT_STAT_ST_ATIM 1
22122 _ACEOF
22128 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22129 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22130 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22131 echo $ECHO_N "(cached) $ECHO_C" >&6
22132 else
22133 cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h. */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 #ifdef HAVE_SYS_TYPES_H
22140 #include <sys/types.h>
22141 #endif
22142 #ifdef HAVE_NETINET_IN_H
22143 #include <netinet/in.h>
22144 #endif
22147 main ()
22149 static struct sockaddr_in6 ac_aggr;
22150 if (ac_aggr.sin6_scope_id)
22151 return 0;
22153 return 0;
22155 _ACEOF
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22160 *) ac_try_echo=$ac_try;;
22161 esac
22162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22163 (eval "$ac_compile") 2>conftest.er1
22164 ac_status=$?
22165 grep -v '^ *+' conftest.er1 >conftest.err
22166 rm -f conftest.er1
22167 cat conftest.err >&5
22168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22169 (exit $ac_status); } && {
22170 test -z "$ac_c_werror_flag" ||
22171 test ! -s conftest.err
22172 } && test -s conftest.$ac_objext; then
22173 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22174 else
22175 echo "$as_me: failed program was:" >&5
22176 sed 's/^/| /' conftest.$ac_ext >&5
22178 cat >conftest.$ac_ext <<_ACEOF
22179 /* confdefs.h. */
22180 _ACEOF
22181 cat confdefs.h >>conftest.$ac_ext
22182 cat >>conftest.$ac_ext <<_ACEOF
22183 /* end confdefs.h. */
22184 #ifdef HAVE_SYS_TYPES_H
22185 #include <sys/types.h>
22186 #endif
22187 #ifdef HAVE_NETINET_IN_H
22188 #include <netinet/in.h>
22189 #endif
22192 main ()
22194 static struct sockaddr_in6 ac_aggr;
22195 if (sizeof ac_aggr.sin6_scope_id)
22196 return 0;
22198 return 0;
22200 _ACEOF
22201 rm -f conftest.$ac_objext
22202 if { (ac_try="$ac_compile"
22203 case "(($ac_try" in
22204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22205 *) ac_try_echo=$ac_try;;
22206 esac
22207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22208 (eval "$ac_compile") 2>conftest.er1
22209 ac_status=$?
22210 grep -v '^ *+' conftest.er1 >conftest.err
22211 rm -f conftest.er1
22212 cat conftest.err >&5
22213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22214 (exit $ac_status); } && {
22215 test -z "$ac_c_werror_flag" ||
22216 test ! -s conftest.err
22217 } && test -s conftest.$ac_objext; then
22218 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22219 else
22220 echo "$as_me: failed program was:" >&5
22221 sed 's/^/| /' conftest.$ac_ext >&5
22223 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22231 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22232 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22233 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22235 cat >>confdefs.h <<_ACEOF
22236 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22237 _ACEOF
22243 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22244 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22245 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22246 echo $ECHO_N "(cached) $ECHO_C" >&6
22247 else
22248 cat >conftest.$ac_ext <<_ACEOF
22249 /* confdefs.h. */
22250 _ACEOF
22251 cat confdefs.h >>conftest.$ac_ext
22252 cat >>conftest.$ac_ext <<_ACEOF
22253 /* end confdefs.h. */
22254 #ifdef HAVE_SYS_TYPES_H
22255 #include <sys/types.h>
22256 #endif
22257 #ifdef HAVE_NETINET_IN_H
22258 # include <netinet/in.h>
22259 #endif
22260 #ifdef HAVE_ARPA_NAMESER_H
22261 # include <arpa/nameser.h>
22262 #endif
22265 main ()
22267 static ns_msg ac_aggr;
22268 if (ac_aggr._msg_ptr)
22269 return 0;
22271 return 0;
22273 _ACEOF
22274 rm -f conftest.$ac_objext
22275 if { (ac_try="$ac_compile"
22276 case "(($ac_try" in
22277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22278 *) ac_try_echo=$ac_try;;
22279 esac
22280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22281 (eval "$ac_compile") 2>conftest.er1
22282 ac_status=$?
22283 grep -v '^ *+' conftest.er1 >conftest.err
22284 rm -f conftest.er1
22285 cat conftest.err >&5
22286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22287 (exit $ac_status); } && {
22288 test -z "$ac_c_werror_flag" ||
22289 test ! -s conftest.err
22290 } && test -s conftest.$ac_objext; then
22291 ac_cv_member_ns_msg__msg_ptr=yes
22292 else
22293 echo "$as_me: failed program was:" >&5
22294 sed 's/^/| /' conftest.$ac_ext >&5
22296 cat >conftest.$ac_ext <<_ACEOF
22297 /* confdefs.h. */
22298 _ACEOF
22299 cat confdefs.h >>conftest.$ac_ext
22300 cat >>conftest.$ac_ext <<_ACEOF
22301 /* end confdefs.h. */
22302 #ifdef HAVE_SYS_TYPES_H
22303 #include <sys/types.h>
22304 #endif
22305 #ifdef HAVE_NETINET_IN_H
22306 # include <netinet/in.h>
22307 #endif
22308 #ifdef HAVE_ARPA_NAMESER_H
22309 # include <arpa/nameser.h>
22310 #endif
22313 main ()
22315 static ns_msg ac_aggr;
22316 if (sizeof ac_aggr._msg_ptr)
22317 return 0;
22319 return 0;
22321 _ACEOF
22322 rm -f conftest.$ac_objext
22323 if { (ac_try="$ac_compile"
22324 case "(($ac_try" in
22325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22326 *) ac_try_echo=$ac_try;;
22327 esac
22328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22329 (eval "$ac_compile") 2>conftest.er1
22330 ac_status=$?
22331 grep -v '^ *+' conftest.er1 >conftest.err
22332 rm -f conftest.er1
22333 cat conftest.err >&5
22334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22335 (exit $ac_status); } && {
22336 test -z "$ac_c_werror_flag" ||
22337 test ! -s conftest.err
22338 } && test -s conftest.$ac_objext; then
22339 ac_cv_member_ns_msg__msg_ptr=yes
22340 else
22341 echo "$as_me: failed program was:" >&5
22342 sed 's/^/| /' conftest.$ac_ext >&5
22344 ac_cv_member_ns_msg__msg_ptr=no
22347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22352 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22353 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22354 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22356 cat >>confdefs.h <<_ACEOF
22357 #define HAVE_NS_MSG__MSG_PTR 1
22358 _ACEOF
22364 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22365 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22366 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22367 echo $ECHO_N "(cached) $ECHO_C" >&6
22368 else
22369 cat >conftest.$ac_ext <<_ACEOF
22370 /* confdefs.h. */
22371 _ACEOF
22372 cat confdefs.h >>conftest.$ac_ext
22373 cat >>conftest.$ac_ext <<_ACEOF
22374 /* end confdefs.h. */
22375 #ifdef HAVE_SYS_TYPES_H
22376 #include <sys/types.h>
22377 #endif
22378 #ifdef HAVE_ALIAS_H
22379 #include <alias.h>
22380 #endif
22381 #ifdef HAVE_SYS_SOCKET_H
22382 #include <sys/socket.h>
22383 #endif
22384 #ifdef HAVE_SYS_SOCKETVAR_H
22385 #include <sys/socketvar.h>
22386 #endif
22387 #ifdef HAVE_SYS_TIMEOUT_H
22388 #include <sys/timeout.h>
22389 #endif
22390 #ifdef HAVE_NETINET_IN_H
22391 #include <netinet/in.h>
22392 #endif
22393 #ifdef HAVE_NETINET_IN_SYSTM_H
22394 #include <netinet/in_systm.h>
22395 #endif
22396 #ifdef HAVE_NETINET_IP_H
22397 #include <netinet/ip.h>
22398 #endif
22399 #ifdef HAVE_NETINET_IP_VAR_H
22400 #include <netinet/ip_var.h>
22401 #endif
22402 #ifdef HAVE_NETINET_IP_ICMP_H
22403 #include <netinet/ip_icmp.h>
22404 #endif
22405 #ifdef HAVE_NETINET_ICMP_VAR
22406 #include <netinet/icmp_var.h>
22407 #endif
22410 main ()
22412 static struct icmpstat ac_aggr;
22413 if (ac_aggr.icps_outhist)
22414 return 0;
22416 return 0;
22418 _ACEOF
22419 rm -f conftest.$ac_objext
22420 if { (ac_try="$ac_compile"
22421 case "(($ac_try" in
22422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22423 *) ac_try_echo=$ac_try;;
22424 esac
22425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22426 (eval "$ac_compile") 2>conftest.er1
22427 ac_status=$?
22428 grep -v '^ *+' conftest.er1 >conftest.err
22429 rm -f conftest.er1
22430 cat conftest.err >&5
22431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22432 (exit $ac_status); } && {
22433 test -z "$ac_c_werror_flag" ||
22434 test ! -s conftest.err
22435 } && test -s conftest.$ac_objext; then
22436 ac_cv_member_struct_icmpstat_icps_outhist=yes
22437 else
22438 echo "$as_me: failed program was:" >&5
22439 sed 's/^/| /' conftest.$ac_ext >&5
22441 cat >conftest.$ac_ext <<_ACEOF
22442 /* confdefs.h. */
22443 _ACEOF
22444 cat confdefs.h >>conftest.$ac_ext
22445 cat >>conftest.$ac_ext <<_ACEOF
22446 /* end confdefs.h. */
22447 #ifdef HAVE_SYS_TYPES_H
22448 #include <sys/types.h>
22449 #endif
22450 #ifdef HAVE_ALIAS_H
22451 #include <alias.h>
22452 #endif
22453 #ifdef HAVE_SYS_SOCKET_H
22454 #include <sys/socket.h>
22455 #endif
22456 #ifdef HAVE_SYS_SOCKETVAR_H
22457 #include <sys/socketvar.h>
22458 #endif
22459 #ifdef HAVE_SYS_TIMEOUT_H
22460 #include <sys/timeout.h>
22461 #endif
22462 #ifdef HAVE_NETINET_IN_H
22463 #include <netinet/in.h>
22464 #endif
22465 #ifdef HAVE_NETINET_IN_SYSTM_H
22466 #include <netinet/in_systm.h>
22467 #endif
22468 #ifdef HAVE_NETINET_IP_H
22469 #include <netinet/ip.h>
22470 #endif
22471 #ifdef HAVE_NETINET_IP_VAR_H
22472 #include <netinet/ip_var.h>
22473 #endif
22474 #ifdef HAVE_NETINET_IP_ICMP_H
22475 #include <netinet/ip_icmp.h>
22476 #endif
22477 #ifdef HAVE_NETINET_ICMP_VAR
22478 #include <netinet/icmp_var.h>
22479 #endif
22482 main ()
22484 static struct icmpstat ac_aggr;
22485 if (sizeof ac_aggr.icps_outhist)
22486 return 0;
22488 return 0;
22490 _ACEOF
22491 rm -f conftest.$ac_objext
22492 if { (ac_try="$ac_compile"
22493 case "(($ac_try" in
22494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22495 *) ac_try_echo=$ac_try;;
22496 esac
22497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22498 (eval "$ac_compile") 2>conftest.er1
22499 ac_status=$?
22500 grep -v '^ *+' conftest.er1 >conftest.err
22501 rm -f conftest.er1
22502 cat conftest.err >&5
22503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22504 (exit $ac_status); } && {
22505 test -z "$ac_c_werror_flag" ||
22506 test ! -s conftest.err
22507 } && test -s conftest.$ac_objext; then
22508 ac_cv_member_struct_icmpstat_icps_outhist=yes
22509 else
22510 echo "$as_me: failed program was:" >&5
22511 sed 's/^/| /' conftest.$ac_ext >&5
22513 ac_cv_member_struct_icmpstat_icps_outhist=no
22516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22521 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22522 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22523 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22525 cat >>confdefs.h <<_ACEOF
22526 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22527 _ACEOF
22533 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22534 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22535 if test "${ac_cv_have_timezone+set}" = set; then
22536 echo $ECHO_N "(cached) $ECHO_C" >&6
22537 else
22538 cat >conftest.$ac_ext <<_ACEOF
22539 /* confdefs.h. */
22540 _ACEOF
22541 cat confdefs.h >>conftest.$ac_ext
22542 cat >>conftest.$ac_ext <<_ACEOF
22543 /* end confdefs.h. */
22544 #include <time.h>
22546 main ()
22548 timezone = 1
22550 return 0;
22552 _ACEOF
22553 rm -f conftest.$ac_objext conftest$ac_exeext
22554 if { (ac_try="$ac_link"
22555 case "(($ac_try" in
22556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22557 *) ac_try_echo=$ac_try;;
22558 esac
22559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22560 (eval "$ac_link") 2>conftest.er1
22561 ac_status=$?
22562 grep -v '^ *+' conftest.er1 >conftest.err
22563 rm -f conftest.er1
22564 cat conftest.err >&5
22565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566 (exit $ac_status); } && {
22567 test -z "$ac_c_werror_flag" ||
22568 test ! -s conftest.err
22569 } && test -s conftest$ac_exeext &&
22570 $as_test_x conftest$ac_exeext; then
22571 ac_cv_have_timezone="yes"
22572 else
22573 echo "$as_me: failed program was:" >&5
22574 sed 's/^/| /' conftest.$ac_ext >&5
22576 ac_cv_have_timezone="no"
22579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22580 conftest$ac_exeext conftest.$ac_ext
22582 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22583 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22584 if test "$ac_cv_have_timezone" = "yes"
22585 then
22587 cat >>confdefs.h <<\_ACEOF
22588 #define HAVE_TIMEZONE 1
22589 _ACEOF
22592 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22593 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22594 if test "${ac_cv_have_daylight+set}" = set; then
22595 echo $ECHO_N "(cached) $ECHO_C" >&6
22596 else
22597 cat >conftest.$ac_ext <<_ACEOF
22598 /* confdefs.h. */
22599 _ACEOF
22600 cat confdefs.h >>conftest.$ac_ext
22601 cat >>conftest.$ac_ext <<_ACEOF
22602 /* end confdefs.h. */
22603 #include <time.h>
22605 main ()
22607 daylight = 1
22609 return 0;
22611 _ACEOF
22612 rm -f conftest.$ac_objext conftest$ac_exeext
22613 if { (ac_try="$ac_link"
22614 case "(($ac_try" in
22615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22616 *) ac_try_echo=$ac_try;;
22617 esac
22618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22619 (eval "$ac_link") 2>conftest.er1
22620 ac_status=$?
22621 grep -v '^ *+' conftest.er1 >conftest.err
22622 rm -f conftest.er1
22623 cat conftest.err >&5
22624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22625 (exit $ac_status); } && {
22626 test -z "$ac_c_werror_flag" ||
22627 test ! -s conftest.err
22628 } && test -s conftest$ac_exeext &&
22629 $as_test_x conftest$ac_exeext; then
22630 ac_cv_have_daylight="yes"
22631 else
22632 echo "$as_me: failed program was:" >&5
22633 sed 's/^/| /' conftest.$ac_ext >&5
22635 ac_cv_have_daylight="no"
22638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22639 conftest$ac_exeext conftest.$ac_ext
22641 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22642 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22643 if test "$ac_cv_have_daylight" = "yes"
22644 then
22646 cat >>confdefs.h <<\_ACEOF
22647 #define HAVE_DAYLIGHT 1
22648 _ACEOF
22652 { echo "$as_me:$LINENO: checking for isinf" >&5
22653 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22654 if test "${ac_cv_have_isinf+set}" = set; then
22655 echo $ECHO_N "(cached) $ECHO_C" >&6
22656 else
22657 cat >conftest.$ac_ext <<_ACEOF
22658 /* confdefs.h. */
22659 _ACEOF
22660 cat confdefs.h >>conftest.$ac_ext
22661 cat >>conftest.$ac_ext <<_ACEOF
22662 /* end confdefs.h. */
22663 #include <math.h>
22665 main ()
22667 float f = 0.0; int i=isinf(f)
22669 return 0;
22671 _ACEOF
22672 rm -f conftest.$ac_objext conftest$ac_exeext
22673 if { (ac_try="$ac_link"
22674 case "(($ac_try" in
22675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22676 *) ac_try_echo=$ac_try;;
22677 esac
22678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22679 (eval "$ac_link") 2>conftest.er1
22680 ac_status=$?
22681 grep -v '^ *+' conftest.er1 >conftest.err
22682 rm -f conftest.er1
22683 cat conftest.err >&5
22684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22685 (exit $ac_status); } && {
22686 test -z "$ac_c_werror_flag" ||
22687 test ! -s conftest.err
22688 } && test -s conftest$ac_exeext &&
22689 $as_test_x conftest$ac_exeext; then
22690 ac_cv_have_isinf="yes"
22691 else
22692 echo "$as_me: failed program was:" >&5
22693 sed 's/^/| /' conftest.$ac_ext >&5
22695 ac_cv_have_isinf="no"
22698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22699 conftest$ac_exeext conftest.$ac_ext
22701 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22702 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22703 if test "$ac_cv_have_isinf" = "yes"
22704 then
22706 cat >>confdefs.h <<\_ACEOF
22707 #define HAVE_ISINF 1
22708 _ACEOF
22712 { echo "$as_me:$LINENO: checking for isnan" >&5
22713 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22714 if test "${ac_cv_have_isnan+set}" = set; then
22715 echo $ECHO_N "(cached) $ECHO_C" >&6
22716 else
22717 cat >conftest.$ac_ext <<_ACEOF
22718 /* confdefs.h. */
22719 _ACEOF
22720 cat confdefs.h >>conftest.$ac_ext
22721 cat >>conftest.$ac_ext <<_ACEOF
22722 /* end confdefs.h. */
22723 #include <math.h>
22725 main ()
22727 float f = 0.0; int i=isnan(f)
22729 return 0;
22731 _ACEOF
22732 rm -f conftest.$ac_objext conftest$ac_exeext
22733 if { (ac_try="$ac_link"
22734 case "(($ac_try" in
22735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22736 *) ac_try_echo=$ac_try;;
22737 esac
22738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22739 (eval "$ac_link") 2>conftest.er1
22740 ac_status=$?
22741 grep -v '^ *+' conftest.er1 >conftest.err
22742 rm -f conftest.er1
22743 cat conftest.err >&5
22744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); } && {
22746 test -z "$ac_c_werror_flag" ||
22747 test ! -s conftest.err
22748 } && test -s conftest$ac_exeext &&
22749 $as_test_x conftest$ac_exeext; then
22750 ac_cv_have_isnan="yes"
22751 else
22752 echo "$as_me: failed program was:" >&5
22753 sed 's/^/| /' conftest.$ac_ext >&5
22755 ac_cv_have_isnan="no"
22758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22759 conftest$ac_exeext conftest.$ac_ext
22761 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22762 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22763 if test "$ac_cv_have_isnan" = "yes"
22764 then
22766 cat >>confdefs.h <<\_ACEOF
22767 #define HAVE_ISNAN 1
22768 _ACEOF
22773 case $host_cpu in
22774 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22775 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22776 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22777 echo $ECHO_N "(cached) $ECHO_C" >&6
22778 else
22779 cat >conftest.$ac_ext <<_ACEOF
22780 /* confdefs.h. */
22781 _ACEOF
22782 cat confdefs.h >>conftest.$ac_ext
22783 cat >>conftest.$ac_ext <<_ACEOF
22784 /* end confdefs.h. */
22785 #ifndef __i386__
22787 #endif
22788 _ACEOF
22789 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22790 $EGREP "yes" >/dev/null 2>&1; then
22791 ac_cv_cpp_def___i386__=yes
22792 else
22793 ac_cv_cpp_def___i386__=no
22795 rm -f conftest*
22798 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22799 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22800 if test $ac_cv_cpp_def___i386__ = yes; then
22801 CFLAGS="$CFLAGS -D__i386__"
22802 LINTFLAGS="$LINTFLAGS -D__i386__"
22805 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22806 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22807 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22808 echo $ECHO_N "(cached) $ECHO_C" >&6
22809 else
22810 cat >conftest.$ac_ext <<_ACEOF
22811 /* confdefs.h. */
22812 _ACEOF
22813 cat confdefs.h >>conftest.$ac_ext
22814 cat >>conftest.$ac_ext <<_ACEOF
22815 /* end confdefs.h. */
22816 #ifndef __x86_64__
22818 #endif
22819 _ACEOF
22820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22821 $EGREP "yes" >/dev/null 2>&1; then
22822 ac_cv_cpp_def___x86_64__=yes
22823 else
22824 ac_cv_cpp_def___x86_64__=no
22826 rm -f conftest*
22829 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22830 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22831 if test $ac_cv_cpp_def___x86_64__ = yes; then
22832 CFLAGS="$CFLAGS -D__x86_64__"
22833 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22836 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22837 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22838 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22839 echo $ECHO_N "(cached) $ECHO_C" >&6
22840 else
22841 cat >conftest.$ac_ext <<_ACEOF
22842 /* confdefs.h. */
22843 _ACEOF
22844 cat confdefs.h >>conftest.$ac_ext
22845 cat >>conftest.$ac_ext <<_ACEOF
22846 /* end confdefs.h. */
22847 #ifndef __ALPHA__
22849 #endif
22850 _ACEOF
22851 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22852 $EGREP "yes" >/dev/null 2>&1; then
22853 ac_cv_cpp_def___ALPHA__=yes
22854 else
22855 ac_cv_cpp_def___ALPHA__=no
22857 rm -f conftest*
22860 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22861 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22862 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22863 CFLAGS="$CFLAGS -D__ALPHA__"
22864 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22867 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22868 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22869 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22870 echo $ECHO_N "(cached) $ECHO_C" >&6
22871 else
22872 cat >conftest.$ac_ext <<_ACEOF
22873 /* confdefs.h. */
22874 _ACEOF
22875 cat confdefs.h >>conftest.$ac_ext
22876 cat >>conftest.$ac_ext <<_ACEOF
22877 /* end confdefs.h. */
22878 #ifndef __sparc__
22880 #endif
22881 _ACEOF
22882 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22883 $EGREP "yes" >/dev/null 2>&1; then
22884 ac_cv_cpp_def___sparc__=yes
22885 else
22886 ac_cv_cpp_def___sparc__=no
22888 rm -f conftest*
22891 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22892 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22893 if test $ac_cv_cpp_def___sparc__ = yes; then
22894 CFLAGS="$CFLAGS -D__sparc__"
22895 LINTFLAGS="$LINTFLAGS -D__sparc__"
22898 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22899 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22900 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22901 echo $ECHO_N "(cached) $ECHO_C" >&6
22902 else
22903 cat >conftest.$ac_ext <<_ACEOF
22904 /* confdefs.h. */
22905 _ACEOF
22906 cat confdefs.h >>conftest.$ac_ext
22907 cat >>conftest.$ac_ext <<_ACEOF
22908 /* end confdefs.h. */
22909 #ifndef __powerpc__
22911 #endif
22912 _ACEOF
22913 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22914 $EGREP "yes" >/dev/null 2>&1; then
22915 ac_cv_cpp_def___powerpc__=yes
22916 else
22917 ac_cv_cpp_def___powerpc__=no
22919 rm -f conftest*
22922 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22923 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22924 if test $ac_cv_cpp_def___powerpc__ = yes; then
22925 CFLAGS="$CFLAGS -D__powerpc__"
22926 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22929 esac
22931 case $host_vendor in
22932 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22933 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22934 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22935 echo $ECHO_N "(cached) $ECHO_C" >&6
22936 else
22937 cat >conftest.$ac_ext <<_ACEOF
22938 /* confdefs.h. */
22939 _ACEOF
22940 cat confdefs.h >>conftest.$ac_ext
22941 cat >>conftest.$ac_ext <<_ACEOF
22942 /* end confdefs.h. */
22943 #ifndef __sun__
22945 #endif
22946 _ACEOF
22947 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22948 $EGREP "yes" >/dev/null 2>&1; then
22949 ac_cv_cpp_def___sun__=yes
22950 else
22951 ac_cv_cpp_def___sun__=no
22953 rm -f conftest*
22956 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22957 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22958 if test $ac_cv_cpp_def___sun__ = yes; then
22959 CFLAGS="$CFLAGS -D__sun__"
22960 LINTFLAGS="$LINTFLAGS -D__sun__"
22963 esac
22966 DEPENDENCIES="### Dependencies:
22968 .INIT: Makefile
22969 .BEGIN: Makefile
22970 .MAKEFILEDEPS:
22971 Makefile: dummy
22972 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22974 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22975 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22976 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22977 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22978 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22981 ALL_MAKERULES=""
22983 ALL_MAKEFILES=""
22985 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22988 ALL_TOP_DIRS=""
22990 ALL_DLL_DIRS=""
22992 ALL_IMPLIB_DIRS=""
22994 ALL_TEST_DIRS=""
22996 ALL_PROGRAM_DIRS=""
22998 ALL_PROGRAM_INSTALL_DIRS=""
23000 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23006 ac_config_commands="$ac_config_commands include/stamp-h"
23009 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23011 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23013 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23015 ac_config_commands="$ac_config_commands dlls/user32/resources"
23017 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23019 ac_config_commands="$ac_config_commands include/wine"
23022 ALL_MAKERULES="$ALL_MAKERULES \\
23023 Make.rules"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 Make.rules: Make.rules.in"
23026 MAKE_RULES=Make.rules
23027 ac_config_files="$ac_config_files Make.rules"
23029 ALL_MAKERULES="$ALL_MAKERULES \\
23030 dlls/Makedll.rules"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23033 MAKE_DLL_RULES=dlls/Makedll.rules
23034 ac_config_files="$ac_config_files dlls/Makedll.rules"
23036 ALL_MAKERULES="$ALL_MAKERULES \\
23037 dlls/Makeimplib.rules"
23038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23039 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23040 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23041 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23043 ALL_MAKERULES="$ALL_MAKERULES \\
23044 dlls/Maketest.rules"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23047 MAKE_TEST_RULES=dlls/Maketest.rules
23048 ac_config_files="$ac_config_files dlls/Maketest.rules"
23050 ALL_MAKERULES="$ALL_MAKERULES \\
23051 programs/Makeprog.rules"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23054 MAKE_PROG_RULES=programs/Makeprog.rules
23055 ac_config_files="$ac_config_files programs/Makeprog.rules"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 Makefile: Makefile.in Make.rules"
23062 ac_config_files="$ac_config_files Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/Makefile"
23066 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23067 dlls"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/Makefile: dlls/Makefile.in Make.rules"
23070 ac_config_files="$ac_config_files dlls/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/acledit/Makefile"
23074 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23075 acledit"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/aclui/Makefile"
23082 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23083 aclui"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/activeds/Makefile"
23090 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23091 activeds"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23094 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/actxprxy/Makefile"
23098 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23099 actxprxy"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/adsiid/Makefile"
23106 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23107 adsiid"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23110 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/advapi32/Makefile"
23114 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23115 advapi32"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/advapi32/tests/Makefile"
23122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23123 advapi32/tests"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23126 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/advpack/Makefile"
23130 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23131 advpack"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/advpack/tests/Makefile"
23138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23139 advpack/tests"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23142 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/amstream/Makefile"
23146 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147 amstream"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/appwiz.cpl/Makefile"
23154 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23155 appwiz.cpl"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/atl/Makefile"
23162 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163 atl"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/atl/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/authz/Makefile"
23170 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171 authz"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/authz/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/avicap32/Makefile"
23178 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179 avicap32"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/avifil32/Makefile"
23186 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187 avifil32"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/browseui/Makefile"
23194 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23195 browseui"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/browseui/tests/Makefile"
23202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23203 browseui/tests"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23206 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/cabinet/Makefile"
23210 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23211 cabinet"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/cabinet/tests/Makefile"
23218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23219 cabinet/tests"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23222 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/capi2032/Makefile"
23226 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23227 capi2032"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/cards/Makefile"
23234 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23235 cards"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/cards/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/cfgmgr32/Makefile"
23242 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23243 cfgmgr32"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/clusapi/Makefile"
23250 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23251 clusapi"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/comcat/Makefile"
23258 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23259 comcat"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/comcat/tests/Makefile"
23266 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23267 comcat/tests"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23270 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/comctl32/Makefile"
23274 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23275 comctl32"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23278 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/comctl32/tests/Makefile"
23282 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23283 comctl32/tests"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23286 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/comdlg32/Makefile"
23290 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23291 comdlg32"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/comdlg32/tests/Makefile"
23298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23299 comdlg32/tests"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23302 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/comm.drv16/Makefile"
23306 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23307 comm.drv16"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/compstui/Makefile"
23314 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315 compstui"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/credui/Makefile"
23322 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23323 credui"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/credui/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/credui/tests/Makefile"
23330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23331 credui/tests"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23334 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/crtdll/Makefile"
23338 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23339 crtdll"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/crypt32/Makefile"
23346 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23347 crypt32"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/crypt32/tests/Makefile"
23354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23355 crypt32/tests"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23358 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/cryptdlg/Makefile"
23362 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23363 cryptdlg"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/cryptdll/Makefile"
23370 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23371 cryptdll"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23374 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/cryptnet/Makefile"
23378 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23379 cryptnet"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23382 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/cryptnet/tests/Makefile"
23386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23387 cryptnet/tests"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23390 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/cryptui/Makefile"
23394 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23395 cryptui"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23398 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/cryptui/tests/Makefile"
23402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23403 cryptui/tests"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23406 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/ctapi32/Makefile"
23410 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23411 ctapi32"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/ctl3d32/Makefile"
23418 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23419 ctl3d32"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/d3d10/Makefile"
23426 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23427 d3d10"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/d3d10/tests/Makefile"
23434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23435 d3d10/tests"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23438 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/d3d10core/Makefile"
23442 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23443 d3d10core"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/d3d10core/tests/Makefile"
23450 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23451 d3d10core/tests"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23454 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/d3d8/Makefile"
23458 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23459 d3d8"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/d3d8/tests/Makefile"
23466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23467 d3d8/tests"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23470 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/d3d9/Makefile"
23474 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23475 d3d9"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/d3d9/tests/Makefile"
23482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23483 d3d9/tests"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23486 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/d3dim/Makefile"
23490 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491 d3dim"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/d3drm/Makefile"
23498 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499 d3drm"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/d3drm/tests/Makefile"
23506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23507 d3drm/tests"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23510 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/d3dx8/Makefile"
23514 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23515 d3dx8"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/d3dx8/tests/Makefile"
23522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23523 d3dx8/tests"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23526 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/d3dx9_24/Makefile"
23530 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531 d3dx9_24"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/d3dx9_25/Makefile"
23538 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23539 d3dx9_25"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23542 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/d3dx9_26/Makefile"
23546 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547 d3dx9_26"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/d3dx9_27/Makefile"
23554 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23555 d3dx9_27"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/d3dx9_28/Makefile"
23562 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23563 d3dx9_28"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/d3dx9_29/Makefile"
23570 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23571 d3dx9_29"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23574 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/d3dx9_30/Makefile"
23578 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23579 d3dx9_30"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/d3dx9_31/Makefile"
23586 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23587 d3dx9_31"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23590 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/d3dx9_32/Makefile"
23594 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23595 d3dx9_32"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/d3dx9_33/Makefile"
23602 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23603 d3dx9_33"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/d3dx9_34/Makefile"
23610 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23611 d3dx9_34"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/d3dx9_35/Makefile"
23618 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23619 d3dx9_35"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23622 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/d3dx9_36/Makefile"
23626 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23627 d3dx9_36"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/d3dx9_36/tests/Makefile"
23634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23635 d3dx9_36/tests"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23638 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/d3dx9_37/Makefile"
23642 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643 d3dx9_37"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/d3dx9_38/Makefile"
23650 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23651 d3dx9_38"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23654 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/d3dx9_39/Makefile"
23658 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23659 d3dx9_39"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23662 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/d3dx9_40/Makefile"
23666 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23667 d3dx9_40"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23670 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/d3dxof/Makefile"
23674 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23675 d3dxof"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/d3dxof/tests/Makefile"
23682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23683 d3dxof/tests"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/dbghelp/Makefile"
23690 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23691 dbghelp"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/dciman32/Makefile"
23698 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23699 dciman32"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23702 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/ddraw/Makefile"
23706 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707 ddraw"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/ddraw/tests/Makefile"
23714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23715 ddraw/tests"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/ddrawex/Makefile"
23722 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23723 ddrawex"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/ddrawex/tests/Makefile"
23730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23731 ddrawex/tests"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/devenum/Makefile"
23738 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23739 devenum"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/dinput/Makefile"
23746 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23747 dinput"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/dinput/tests/Makefile"
23754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23755 dinput/tests"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23758 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/dinput8/Makefile"
23762 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23763 dinput8"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23766 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/dispdib.dll16/Makefile"
23770 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23771 dispdib.dll16"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/display.drv16/Makefile"
23778 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23779 display.drv16"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/dmband/Makefile"
23786 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23787 dmband"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/dmcompos/Makefile"
23794 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23795 dmcompos"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/dmime/Makefile"
23802 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23803 dmime"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/dmloader/Makefile"
23810 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23811 dmloader"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/dmscript/Makefile"
23818 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819 dmscript"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/dmstyle/Makefile"
23826 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23827 dmstyle"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/dmsynth/Makefile"
23834 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23835 dmsynth"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23838 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/dmusic/Makefile"
23842 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843 dmusic"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/dmusic32/Makefile"
23850 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23851 dmusic32"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/dnsapi/Makefile"
23858 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859 dnsapi"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/dnsapi/tests/Makefile"
23866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23867 dnsapi/tests"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23870 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/dplay/Makefile"
23874 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875 dplay"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/dplayx/Makefile"
23882 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23883 dplayx"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/dplayx/tests/Makefile"
23890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23891 dplayx/tests"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23894 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/dpnaddr/Makefile"
23898 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23899 dpnaddr"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23902 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/dpnet/Makefile"
23906 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907 dpnet"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/dpnhpast/Makefile"
23914 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23915 dpnhpast"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/dpnlobby/Makefile"
23922 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923 dpnlobby"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/dpwsockx/Makefile"
23930 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23931 dpwsockx"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23934 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/dsound/Makefile"
23938 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939 dsound"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/dsound/tests/Makefile"
23946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23947 dsound/tests"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23950 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/dssenh/Makefile"
23954 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23955 dssenh"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23958 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/dswave/Makefile"
23962 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963 dswave"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/dwmapi/Makefile"
23970 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971 dwmapi"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/dxdiagn/Makefile"
23978 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979 dxdiagn"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/dxerr8/Makefile"
23986 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23987 dxerr8"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23990 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/dxerr9/Makefile"
23994 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23995 dxerr9"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23998 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/dxgi/Makefile"
24002 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24003 dxgi"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/dxgi/tests/Makefile"
24010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24011 dxgi/tests"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24014 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/dxguid/Makefile"
24018 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24019 dxguid"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24022 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/faultrep/Makefile"
24026 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24027 faultrep"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24030 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/fusion/Makefile"
24034 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035 fusion"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/fusion/tests/Makefile"
24042 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24043 fusion/tests"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24046 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/gdi32/Makefile"
24050 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051 gdi32"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/gdi32/tests/Makefile"
24058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24059 gdi32/tests"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24062 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/gdiplus/Makefile"
24066 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 gdiplus"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/gdiplus/tests/Makefile"
24074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24075 gdiplus/tests"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24078 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/glu32/Makefile"
24082 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24083 glu32"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/gphoto2.ds/Makefile"
24090 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091 gphoto2.ds"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/gpkcsp/Makefile"
24098 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099 gpkcsp"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/hal/Makefile"
24106 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24107 hal"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/hal/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/hhctrl.ocx/Makefile"
24114 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 hhctrl.ocx"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/hid/Makefile"
24122 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 hid"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/hid/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/hlink/Makefile"
24130 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 hlink"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/hlink/tests/Makefile"
24138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24139 hlink/tests"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/hnetcfg/Makefile"
24146 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147 hnetcfg"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/httpapi/Makefile"
24154 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24155 httpapi"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/iccvid/Makefile"
24162 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163 iccvid"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/icmp/Makefile"
24170 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171 icmp"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/ifsmgr.vxd/Makefile"
24178 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24179 ifsmgr.vxd"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/imaadp32.acm/Makefile"
24186 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187 imaadp32.acm"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/imagehlp/Makefile"
24194 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195 imagehlp"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/imm32/Makefile"
24202 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203 imm32"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/imm32/tests/Makefile"
24210 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24211 imm32/tests"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24214 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/inetcomm/Makefile"
24218 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 inetcomm"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/inetcomm/tests/Makefile"
24226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24227 inetcomm/tests"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24230 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/inetmib1/Makefile"
24234 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24235 inetmib1"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/inetmib1/tests/Makefile"
24242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24243 inetmib1/tests"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24246 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/infosoft/Makefile"
24250 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 infosoft"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/infosoft/tests/Makefile"
24258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24259 infosoft/tests"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24262 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/initpki/Makefile"
24266 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24267 initpki"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24270 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/inkobj/Makefile"
24274 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275 inkobj"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/inseng/Makefile"
24282 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283 inseng"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/iphlpapi/Makefile"
24290 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24291 iphlpapi"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/iphlpapi/tests/Makefile"
24298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24299 iphlpapi/tests"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24302 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/itircl/Makefile"
24306 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307 itircl"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/itss/Makefile"
24314 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315 itss"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/itss/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/itss/tests/Makefile"
24322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24323 itss/tests"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24326 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/jscript/Makefile"
24330 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 jscript"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/jscript/tests/Makefile"
24338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24339 jscript/tests"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24342 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/kernel32/Makefile"
24346 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 kernel32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/kernel32/tests/Makefile"
24354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24355 kernel32/tests"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24358 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/keyboard.drv16/Makefile"
24362 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363 keyboard.drv16"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/loadperf/Makefile"
24370 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 loadperf"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/localspl/Makefile"
24378 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379 localspl"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/localspl/tests/Makefile"
24386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24387 localspl/tests"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24390 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/localui/Makefile"
24394 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395 localui"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/localui/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/localui/tests/Makefile"
24402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24403 localui/tests"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24406 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/lz32/Makefile"
24410 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 lz32"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/lz32/tests/Makefile"
24418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24419 lz32/tests"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24422 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/mapi32/Makefile"
24426 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 mapi32"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/mapi32/tests/Makefile"
24434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24435 mapi32/tests"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24438 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/mciavi32/Makefile"
24442 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 mciavi32"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/mcicda/Makefile"
24450 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24451 mcicda"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24454 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/mciqtz32/Makefile"
24458 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459 mciqtz32"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/mciseq/Makefile"
24466 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467 mciseq"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/mciwave/Makefile"
24474 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24475 mciwave"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/midimap/Makefile"
24482 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 midimap"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/mlang/Makefile"
24490 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 mlang"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/mlang/tests/Makefile"
24498 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24499 mlang/tests"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/mmdevldr.vxd/Makefile"
24506 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 mmdevldr.vxd"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/monodebg.vxd/Makefile"
24514 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 monodebg.vxd"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/mountmgr.sys/Makefile"
24522 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24523 mountmgr.sys"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24526 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/mouse.drv16/Makefile"
24530 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 mouse.drv16"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/mpr/Makefile"
24538 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539 mpr"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/mprapi/Makefile"
24546 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 mprapi"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/msacm32.drv/Makefile"
24554 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555 msacm32.drv"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/msacm32/Makefile"
24562 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 msacm32"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/msacm32/tests/Makefile"
24570 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24571 msacm32/tests"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/msadp32.acm/Makefile"
24578 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 msadp32.acm"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/mscat32/Makefile"
24586 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 mscat32"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/mscms/Makefile"
24594 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 mscms"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/mscms/tests/Makefile"
24602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24603 mscms/tests"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24606 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/mscoree/Makefile"
24610 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 mscoree"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/msctf/Makefile"
24618 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 msctf"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/msctf/tests/Makefile"
24626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24627 msctf/tests"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/msdmo/Makefile"
24634 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 msdmo"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/msftedit/Makefile"
24642 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643 msftedit"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/msg711.acm/Makefile"
24650 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 msg711.acm"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/mshtml.tlb/Makefile"
24658 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659 mshtml.tlb"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/mshtml/Makefile"
24666 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 mshtml"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/mshtml/tests/Makefile"
24674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675 mshtml/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/msi/Makefile"
24682 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 msi"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/msi/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/msi/tests/Makefile"
24690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24691 msi/tests"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24694 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/msimg32/Makefile"
24698 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 msimg32"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/msimtf/Makefile"
24706 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 msimtf"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/msisip/Makefile"
24714 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 msisip"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/msisys.ocx/Makefile"
24722 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 msisys.ocx"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/msnet32/Makefile"
24730 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731 msnet32"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/msrle32/Makefile"
24738 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 msrle32"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/mssign32/Makefile"
24746 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747 mssign32"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/mssip32/Makefile"
24754 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 mssip32"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/mstask/Makefile"
24762 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763 mstask"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/mstask/tests/Makefile"
24770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24771 mstask/tests"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24774 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/msvcirt/Makefile"
24778 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 msvcirt"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/msvcr71/Makefile"
24786 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 msvcr71"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/msvcrt/Makefile"
24794 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 msvcrt"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/msvcrt/tests/Makefile"
24802 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24803 msvcrt/tests"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/msvcrt20/Makefile"
24810 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 msvcrt20"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/msvcrt40/Makefile"
24818 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 msvcrt40"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/msvcrtd/Makefile"
24826 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827 msvcrtd"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/msvcrtd/tests/Makefile"
24834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24835 msvcrtd/tests"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24838 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/msvfw32/Makefile"
24842 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 msvfw32"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/msvfw32/tests/Makefile"
24850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24851 msvfw32/tests"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24854 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/msvidc32/Makefile"
24858 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 msvidc32"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/mswsock/Makefile"
24866 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 mswsock"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/msxml3/Makefile"
24874 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 msxml3"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/msxml3/tests/Makefile"
24882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24883 msxml3/tests"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24886 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/nddeapi/Makefile"
24890 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 nddeapi"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/netapi32/Makefile"
24898 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 netapi32"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/netapi32/tests/Makefile"
24906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24907 netapi32/tests"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24910 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/newdev/Makefile"
24914 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 newdev"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/ntdll/Makefile"
24922 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923 ntdll"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/ntdll/tests/Makefile"
24930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24931 ntdll/tests"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24934 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/ntdsapi/Makefile"
24938 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 ntdsapi"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/ntdsapi/tests/Makefile"
24946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24947 ntdsapi/tests"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24950 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/ntoskrnl.exe/Makefile"
24954 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24955 ntoskrnl.exe"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24958 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/ntprint/Makefile"
24962 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 ntprint"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/ntprint/tests/Makefile"
24970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 ntprint/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/objsel/Makefile"
24978 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 objsel"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/odbc32/Makefile"
24986 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 odbc32"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/odbccp32/Makefile"
24994 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 odbccp32"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/odbccp32/tests/Makefile"
25002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25003 odbccp32/tests"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25006 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/ole32/Makefile"
25010 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 ole32"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/ole32/tests/Makefile"
25018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25019 ole32/tests"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25022 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/oleacc/Makefile"
25026 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027 oleacc"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/oleacc/tests/Makefile"
25034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25035 oleacc/tests"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25038 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/oleaut32/Makefile"
25042 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 oleaut32"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/oleaut32/tests/Makefile"
25050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25051 oleaut32/tests"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25054 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/olecli32/Makefile"
25058 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 olecli32"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/oledlg/Makefile"
25066 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 oledlg"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/olepro32/Makefile"
25074 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 olepro32"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/olesvr32/Makefile"
25082 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 olesvr32"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/olethk32/Makefile"
25090 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 olethk32"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/opengl32/Makefile"
25098 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 opengl32"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/opengl32/tests/Makefile"
25106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25107 opengl32/tests"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25110 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/pdh/Makefile"
25114 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 pdh"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/pdh/tests/Makefile"
25122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25123 pdh/tests"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25126 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/pidgen/Makefile"
25130 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 pidgen"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/powrprof/Makefile"
25138 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 powrprof"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/printui/Makefile"
25146 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 printui"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/printui/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/propsys/Makefile"
25154 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 propsys"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/psapi/Makefile"
25162 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163 psapi"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/psapi/tests/Makefile"
25170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25171 psapi/tests"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25174 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/pstorec/Makefile"
25178 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 pstorec"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/qcap/Makefile"
25186 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 qcap"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/qedit/Makefile"
25194 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 qedit"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/qedit/tests/Makefile"
25202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25203 qedit/tests"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25206 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/qmgr/Makefile"
25210 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 qmgr"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/qmgr/tests/Makefile"
25218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25219 qmgr/tests"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/qmgrprxy/Makefile"
25226 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 qmgrprxy"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/quartz/Makefile"
25234 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 quartz"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/quartz/tests/Makefile"
25242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25243 quartz/tests"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25246 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/query/Makefile"
25250 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 query"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/query/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/rasapi32/Makefile"
25258 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 rasapi32"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/rasapi32/tests/Makefile"
25266 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25267 rasapi32/tests"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25270 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/rasdlg/Makefile"
25274 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275 rasdlg"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/resutils/Makefile"
25282 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 resutils"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/riched20/Makefile"
25290 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291 riched20"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/riched20/tests/Makefile"
25298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25299 riched20/tests"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25302 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/riched32/Makefile"
25306 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307 riched32"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/riched32/tests/Makefile"
25314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25315 riched32/tests"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25318 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/rpcrt4/Makefile"
25322 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 rpcrt4"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/rpcrt4/tests/Makefile"
25330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25331 rpcrt4/tests"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25334 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/rsabase/Makefile"
25338 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 rsabase"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/rsaenh/Makefile"
25346 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 rsaenh"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/rsaenh/tests/Makefile"
25354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25355 rsaenh/tests"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25358 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/sane.ds/Makefile"
25362 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 sane.ds"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/sccbase/Makefile"
25370 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 sccbase"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/schannel/Makefile"
25378 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 schannel"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/schannel/tests/Makefile"
25386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25387 schannel/tests"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25390 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/secur32/Makefile"
25394 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 secur32"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/secur32/tests/Makefile"
25402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25403 secur32/tests"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25406 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/security/Makefile"
25410 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 security"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/security/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/sensapi/Makefile"
25418 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419 sensapi"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/serialui/Makefile"
25426 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 serialui"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/serialui/tests/Makefile"
25434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25435 serialui/tests"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25438 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/setupapi/Makefile"
25442 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443 setupapi"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/setupapi/tests/Makefile"
25450 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25451 setupapi/tests"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25454 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/sfc/Makefile"
25458 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459 sfc"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/sfc_os/Makefile"
25466 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467 sfc_os"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/shdoclc/Makefile"
25474 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475 shdoclc"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/shdocvw/Makefile"
25482 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483 shdocvw"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/shdocvw/tests/Makefile"
25490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25491 shdocvw/tests"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25494 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/shell32/Makefile"
25498 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 shell32"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/shell32/tests/Makefile"
25506 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25507 shell32/tests"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25510 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/shfolder/Makefile"
25514 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25515 shfolder"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25518 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/shlwapi/Makefile"
25522 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523 shlwapi"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/shlwapi/tests/Makefile"
25530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25531 shlwapi/tests"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25534 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/slbcsp/Makefile"
25538 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 slbcsp"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/slc/Makefile"
25546 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547 slc"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/slc/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/snmpapi/Makefile"
25554 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555 snmpapi"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/snmpapi/tests/Makefile"
25562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25563 snmpapi/tests"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25566 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/softpub/Makefile"
25570 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571 softpub"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/spoolss/Makefile"
25578 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 spoolss"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/spoolss/tests/Makefile"
25586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25587 spoolss/tests"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25590 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/stdole2.tlb/Makefile"
25594 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595 stdole2.tlb"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/stdole32.tlb/Makefile"
25602 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603 stdole32.tlb"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/sti/Makefile"
25610 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611 sti"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/sti/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/stress.dll16/Makefile"
25618 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619 stress.dll16"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 dlls/strmiids/Makefile"
25626 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25627 strmiids"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25630 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 dlls/svrapi/Makefile"
25634 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635 svrapi"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 dlls/sxs/Makefile"
25642 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25643 sxs"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25646 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 dlls/tapi32/Makefile"
25650 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651 tapi32"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 dlls/traffic/Makefile"
25658 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25659 traffic"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25662 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665 dlls/twain_32/Makefile"
25666 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667 twain_32"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 dlls/twain_32/tests/Makefile"
25674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25675 twain_32/tests"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25678 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681 dlls/unicows/Makefile"
25682 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683 unicows"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689 dlls/updspapi/Makefile"
25690 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691 updspapi"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 dlls/url/Makefile"
25698 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699 url"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/url/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 dlls/urlmon/Makefile"
25706 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707 urlmon"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713 dlls/urlmon/tests/Makefile"
25714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25715 urlmon/tests"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25718 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721 dlls/user32/Makefile"
25722 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723 user32"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/user32/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 dlls/user32/tests/Makefile"
25730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25731 user32/tests"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25734 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737 dlls/userenv/Makefile"
25738 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25739 userenv"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25742 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 dlls/userenv/tests/Makefile"
25746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25747 userenv/tests"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25750 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 dlls/usp10/Makefile"
25754 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25755 usp10"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25758 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 dlls/usp10/tests/Makefile"
25762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25763 usp10/tests"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25766 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 dlls/uuid/Makefile"
25770 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25771 uuid"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25774 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777 dlls/uxtheme/Makefile"
25778 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779 uxtheme"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785 dlls/uxtheme/tests/Makefile"
25786 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25787 uxtheme/tests"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25790 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 dlls/vdhcp.vxd/Makefile"
25794 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25795 vdhcp.vxd"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25798 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 dlls/vdmdbg/Makefile"
25802 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803 vdmdbg"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809 dlls/version/Makefile"
25810 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25811 version"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25814 ac_config_files="$ac_config_files dlls/version/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 dlls/version/tests/Makefile"
25818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25819 version/tests"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25822 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 dlls/vmm.vxd/Makefile"
25826 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827 vmm.vxd"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 dlls/vnbt.vxd/Makefile"
25834 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25835 vnbt.vxd"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25838 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 dlls/vnetbios.vxd/Makefile"
25842 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843 vnetbios.vxd"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 dlls/vtdapi.vxd/Makefile"
25850 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851 vtdapi.vxd"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 dlls/vwin32.vxd/Makefile"
25858 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859 vwin32.vxd"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 dlls/w32skrnl/Makefile"
25866 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25867 w32skrnl"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25870 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 dlls/win87em.dll16/Makefile"
25874 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875 win87em.dll16"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 dlls/windebug.dll16/Makefile"
25882 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883 windebug.dll16"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 dlls/winealsa.drv/Makefile"
25890 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25891 winealsa.drv"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25894 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 dlls/wineaudioio.drv/Makefile"
25898 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899 wineaudioio.drv"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 dlls/winecoreaudio.drv/Makefile"
25906 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907 winecoreaudio.drv"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 dlls/winecrt0/Makefile"
25914 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25915 winecrt0"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25918 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 dlls/wined3d/Makefile"
25922 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923 wined3d"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 dlls/winedos/Makefile"
25930 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25931 winedos"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25934 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 dlls/wineesd.drv/Makefile"
25938 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939 wineesd.drv"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945 dlls/winejack.drv/Makefile"
25946 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25947 winejack.drv"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25950 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 dlls/winejoystick.drv/Makefile"
25954 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955 winejoystick.drv"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 dlls/winemp3.acm/Makefile"
25962 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963 winemp3.acm"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 dlls/winenas.drv/Makefile"
25970 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971 winenas.drv"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 dlls/wineoss.drv/Makefile"
25978 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979 wineoss.drv"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 dlls/wineps.drv/Makefile"
25986 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987 wineps.drv"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 dlls/winepulse.drv/Makefile"
25994 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25995 winepulse.drv"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25998 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 dlls/winequartz.drv/Makefile"
26002 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003 winequartz.drv"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 dlls/winex11.drv/Makefile"
26010 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26011 winex11.drv"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26014 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 dlls/wing32/Makefile"
26018 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019 wing32"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025 dlls/winhttp/Makefile"
26026 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027 winhttp"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 dlls/winhttp/tests/Makefile"
26034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26035 winhttp/tests"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26038 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 dlls/wininet/Makefile"
26042 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043 wininet"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 dlls/wininet/tests/Makefile"
26050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26051 wininet/tests"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26054 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057 dlls/winmm/Makefile"
26058 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059 winmm"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 dlls/winmm/tests/Makefile"
26066 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26067 winmm/tests"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26070 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073 dlls/winnls32/Makefile"
26074 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075 winnls32"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081 dlls/winscard/Makefile"
26082 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083 winscard"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 dlls/winspool.drv/Makefile"
26090 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26091 winspool.drv"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26094 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097 dlls/winspool.drv/tests/Makefile"
26098 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26099 winspool.drv/tests"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26102 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105 dlls/wintab32/Makefile"
26106 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107 wintab32"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113 dlls/wintrust/Makefile"
26114 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26115 wintrust"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26118 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121 dlls/wintrust/tests/Makefile"
26122 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26123 wintrust/tests"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26126 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129 dlls/wldap32/Makefile"
26130 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131 wldap32"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 dlls/wldap32/tests/Makefile"
26138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26139 wldap32/tests"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26142 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 dlls/wmi/Makefile"
26146 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26147 wmi"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26150 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 dlls/wnaspi32/Makefile"
26154 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26155 wnaspi32"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26158 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 dlls/wow32/Makefile"
26162 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163 wow32"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169 dlls/ws2_32/Makefile"
26170 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171 ws2_32"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177 dlls/ws2_32/tests/Makefile"
26178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26179 ws2_32/tests"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26182 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 dlls/wsock32/Makefile"
26186 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187 wsock32"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193 dlls/wtsapi32/Makefile"
26194 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195 wtsapi32"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201 dlls/wuapi/Makefile"
26202 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26203 wuapi"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26206 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209 dlls/xinput1_1/Makefile"
26210 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211 xinput1_1"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217 dlls/xinput1_2/Makefile"
26218 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219 xinput1_2"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225 dlls/xinput1_3/Makefile"
26226 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26227 xinput1_3"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26230 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233 dlls/xinput1_3/tests/Makefile"
26234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26235 xinput1_3/tests"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26238 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 dlls/xinput9_1_0/Makefile"
26242 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26243 xinput9_1_0"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26246 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 documentation/Makefile"
26250 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26251 documentation"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 documentation/Makefile: documentation/Makefile.in Make.rules"
26254 ac_config_files="$ac_config_files documentation/Makefile"
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257 fonts/Makefile"
26258 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26259 fonts"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 fonts/Makefile: fonts/Makefile.in Make.rules"
26262 ac_config_files="$ac_config_files fonts/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 include/Makefile"
26266 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26267 include"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 include/Makefile: include/Makefile.in Make.rules"
26270 ac_config_files="$ac_config_files include/Makefile"
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273 libs/Makefile"
26274 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26275 libs"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 libs/Makefile: libs/Makefile.in Make.rules"
26278 ac_config_files="$ac_config_files libs/Makefile"
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281 libs/port/Makefile"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26285 ac_config_files="$ac_config_files libs/port/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 libs/wine/Makefile"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26292 ac_config_files="$ac_config_files libs/wine/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 libs/wpp/Makefile"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26299 ac_config_files="$ac_config_files libs/wpp/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 loader/Makefile"
26303 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26304 loader"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 loader/Makefile: loader/Makefile.in Make.rules"
26307 ac_config_files="$ac_config_files loader/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 programs/Makefile"
26311 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26312 programs"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 programs/Makefile: programs/Makefile.in Make.rules"
26315 ac_config_files="$ac_config_files programs/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 programs/cacls/Makefile"
26319 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26320 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26321 cacls"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26324 ac_config_files="$ac_config_files programs/cacls/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 programs/clock/Makefile"
26328 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26329 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26330 clock"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26333 ac_config_files="$ac_config_files programs/clock/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 programs/cmd/Makefile"
26337 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26338 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26339 cmd"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26342 ac_config_files="$ac_config_files programs/cmd/Makefile"
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345 programs/cmdlgtst/Makefile"
26346 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26347 cmdlgtst"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26350 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 programs/control/Makefile"
26354 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26355 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26356 control"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26359 ac_config_files="$ac_config_files programs/control/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 programs/eject/Makefile"
26363 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26364 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26365 eject"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26368 ac_config_files="$ac_config_files programs/eject/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 programs/expand/Makefile"
26372 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26373 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26374 expand"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26377 ac_config_files="$ac_config_files programs/expand/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 programs/explorer/Makefile"
26381 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26382 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26383 explorer"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26386 ac_config_files="$ac_config_files programs/explorer/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 programs/hh/Makefile"
26390 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26391 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26395 ac_config_files="$ac_config_files programs/hh/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 programs/icinfo/Makefile"
26399 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26400 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26401 icinfo"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26404 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 programs/iexplore/Makefile"
26408 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26409 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26410 iexplore"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26413 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 programs/lodctr/Makefile"
26417 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26418 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26419 lodctr"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26422 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 programs/msiexec/Makefile"
26426 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26427 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26428 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26429 msiexec"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26432 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 programs/net/Makefile"
26436 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26437 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26438 net"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26441 ac_config_files="$ac_config_files programs/net/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 programs/notepad/Makefile"
26445 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26446 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26447 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26448 notepad"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26451 ac_config_files="$ac_config_files programs/notepad/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 programs/oleview/Makefile"
26455 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26456 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26457 oleview"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26460 ac_config_files="$ac_config_files programs/oleview/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 programs/progman/Makefile"
26464 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26465 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26466 progman"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26469 ac_config_files="$ac_config_files programs/progman/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 programs/reg/Makefile"
26473 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26474 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26475 reg"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26478 ac_config_files="$ac_config_files programs/reg/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 programs/regedit/Makefile"
26482 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26483 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26484 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26485 regedit"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26488 ac_config_files="$ac_config_files programs/regedit/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 programs/regsvr32/Makefile"
26492 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26493 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26494 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26495 regsvr32"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26498 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 programs/rpcss/Makefile"
26502 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26503 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26504 rpcss"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26507 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 programs/rundll32/Makefile"
26511 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26512 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26513 rundll32"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26516 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 programs/secedit/Makefile"
26520 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26521 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26522 secedit"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26525 ac_config_files="$ac_config_files programs/secedit/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 programs/services/Makefile"
26529 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26530 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26531 services"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26534 ac_config_files="$ac_config_files programs/services/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 programs/spoolsv/Makefile"
26538 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26539 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26540 spoolsv"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26543 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 programs/start/Makefile"
26547 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26548 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26549 start"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26552 ac_config_files="$ac_config_files programs/start/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 programs/svchost/Makefile"
26556 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26557 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26558 svchost"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26561 ac_config_files="$ac_config_files programs/svchost/Makefile"
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564 programs/taskmgr/Makefile"
26565 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26566 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26567 taskmgr"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26570 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 programs/uninstaller/Makefile"
26574 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26575 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26576 uninstaller"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26579 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 programs/unlodctr/Makefile"
26583 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26584 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26585 unlodctr"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26588 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 programs/view/Makefile"
26592 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26593 view"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26596 ac_config_files="$ac_config_files programs/view/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 programs/wineboot/Makefile"
26600 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26601 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26602 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26603 wineboot"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26606 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 programs/winebrowser/Makefile"
26610 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26611 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26612 winebrowser"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26615 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 programs/winecfg/Makefile"
26619 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26620 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26621 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26622 winecfg"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26625 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628 programs/wineconsole/Makefile"
26629 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26630 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26631 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26632 wineconsole"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26635 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 programs/winedbg/Makefile"
26639 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26640 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26641 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26642 winedbg"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26645 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 programs/winedevice/Makefile"
26649 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26650 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26651 winedevice"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26654 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 programs/winefile/Makefile"
26658 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26659 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26660 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26661 winefile"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26664 ac_config_files="$ac_config_files programs/winefile/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 programs/winemenubuilder/Makefile"
26668 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26669 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26670 winemenubuilder"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26673 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 programs/winemine/Makefile"
26677 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26678 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26679 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26680 winemine"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26683 ac_config_files="$ac_config_files programs/winemine/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 programs/winepath/Makefile"
26687 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26688 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26689 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26690 winepath"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26693 ac_config_files="$ac_config_files programs/winepath/Makefile"
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696 programs/winetest/Makefile"
26697 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26698 winetest"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26701 ac_config_files="$ac_config_files programs/winetest/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 programs/winevdm/Makefile"
26705 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26706 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26707 winevdm"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26710 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 programs/winhelp.exe16/Makefile"
26714 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26715 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26716 winhelp.exe16"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26719 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 programs/winhlp32/Makefile"
26723 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26724 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26725 winhlp32"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26728 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 programs/winoldap.mod16/Makefile"
26732 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26733 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26734 winoldap.mod16"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26737 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 programs/winver/Makefile"
26741 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26742 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26743 winver"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26746 ac_config_files="$ac_config_files programs/winver/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 programs/wordpad/Makefile"
26750 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26751 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26752 wordpad"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26755 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 programs/write/Makefile"
26759 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26760 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26761 write"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26764 ac_config_files="$ac_config_files programs/write/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 programs/xcopy/Makefile"
26768 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26769 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26770 xcopy"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26773 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 server/Makefile"
26777 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26778 server"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 server/Makefile: server/Makefile.in Make.rules"
26781 ac_config_files="$ac_config_files server/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 tools/Makefile"
26785 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26786 tools"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 tools/Makefile: tools/Makefile.in Make.rules"
26789 ac_config_files="$ac_config_files tools/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 tools/widl/Makefile"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26796 ac_config_files="$ac_config_files tools/widl/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 tools/winebuild/Makefile"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26803 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 tools/winedump/Makefile"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26810 ac_config_files="$ac_config_files tools/winedump/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 tools/winegcc/Makefile"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26817 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820 tools/wmc/Makefile"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26824 ac_config_files="$ac_config_files tools/wmc/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 tools/wrc/Makefile"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26831 ac_config_files="$ac_config_files tools/wrc/Makefile"
26835 ALL_WINETEST_DEPENDS="# Test binaries"
26837 for dir in $ALL_TEST_DIRS
26839 if test "$dir" != "\\"
26840 then
26841 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26842 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26843 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26844 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26846 done
26848 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
26850 cat >confcache <<\_ACEOF
26851 # This file is a shell script that caches the results of configure
26852 # tests run on this system so they can be shared between configure
26853 # scripts and configure runs, see configure's option --config-cache.
26854 # It is not useful on other systems. If it contains results you don't
26855 # want to keep, you may remove or edit it.
26857 # config.status only pays attention to the cache file if you give it
26858 # the --recheck option to rerun configure.
26860 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26861 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26862 # following values.
26864 _ACEOF
26866 # The following way of writing the cache mishandles newlines in values,
26867 # but we know of no workaround that is simple, portable, and efficient.
26868 # So, we kill variables containing newlines.
26869 # Ultrix sh set writes to stderr and can't be redirected directly,
26870 # and sets the high bit in the cache file unless we assign to the vars.
26872 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26873 eval ac_val=\$$ac_var
26874 case $ac_val in #(
26875 *${as_nl}*)
26876 case $ac_var in #(
26877 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26878 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26879 esac
26880 case $ac_var in #(
26881 _ | IFS | as_nl) ;; #(
26882 *) $as_unset $ac_var ;;
26883 esac ;;
26884 esac
26885 done
26887 (set) 2>&1 |
26888 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26889 *${as_nl}ac_space=\ *)
26890 # `set' does not quote correctly, so add quotes (double-quote
26891 # substitution turns \\\\ into \\, and sed turns \\ into \).
26892 sed -n \
26893 "s/'/'\\\\''/g;
26894 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26895 ;; #(
26897 # `set' quotes correctly as required by POSIX, so do not add quotes.
26898 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26900 esac |
26901 sort
26903 sed '
26904 /^ac_cv_env_/b end
26905 t clear
26906 :clear
26907 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26908 t end
26909 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26910 :end' >>confcache
26911 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26912 if test -w "$cache_file"; then
26913 test "x$cache_file" != "x/dev/null" &&
26914 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26915 echo "$as_me: updating cache $cache_file" >&6;}
26916 cat confcache >$cache_file
26917 else
26918 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26919 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26922 rm -f confcache
26924 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26925 # Let make expand exec_prefix.
26926 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26928 DEFS=-DHAVE_CONFIG_H
26930 ac_libobjs=
26931 ac_ltlibobjs=
26932 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26933 # 1. Remove the extension, and $U if already installed.
26934 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26935 ac_i=`echo "$ac_i" | sed "$ac_script"`
26936 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26937 # will be set to the directory where LIBOBJS objects are built.
26938 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26939 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26940 done
26941 LIBOBJS=$ac_libobjs
26943 LTLIBOBJS=$ac_ltlibobjs
26947 : ${CONFIG_STATUS=./config.status}
26948 ac_clean_files_save=$ac_clean_files
26949 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26950 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26951 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26952 cat >$CONFIG_STATUS <<_ACEOF
26953 #! $SHELL
26954 # Generated by $as_me.
26955 # Run this file to recreate the current configuration.
26956 # Compiler output produced by configure, useful for debugging
26957 # configure, is in config.log if it exists.
26959 debug=false
26960 ac_cs_recheck=false
26961 ac_cs_silent=false
26962 SHELL=\${CONFIG_SHELL-$SHELL}
26963 _ACEOF
26965 cat >>$CONFIG_STATUS <<\_ACEOF
26966 ## --------------------- ##
26967 ## M4sh Initialization. ##
26968 ## --------------------- ##
26970 # Be more Bourne compatible
26971 DUALCASE=1; export DUALCASE # for MKS sh
26972 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26973 emulate sh
26974 NULLCMD=:
26975 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26976 # is contrary to our usage. Disable this feature.
26977 alias -g '${1+"$@"}'='"$@"'
26978 setopt NO_GLOB_SUBST
26979 else
26980 case `(set -o) 2>/dev/null` in
26981 *posix*) set -o posix ;;
26982 esac
26989 # PATH needs CR
26990 # Avoid depending upon Character Ranges.
26991 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26992 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26993 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26994 as_cr_digits='0123456789'
26995 as_cr_alnum=$as_cr_Letters$as_cr_digits
26997 # The user is always right.
26998 if test "${PATH_SEPARATOR+set}" != set; then
26999 echo "#! /bin/sh" >conf$$.sh
27000 echo "exit 0" >>conf$$.sh
27001 chmod +x conf$$.sh
27002 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27003 PATH_SEPARATOR=';'
27004 else
27005 PATH_SEPARATOR=:
27007 rm -f conf$$.sh
27010 # Support unset when possible.
27011 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27012 as_unset=unset
27013 else
27014 as_unset=false
27018 # IFS
27019 # We need space, tab and new line, in precisely that order. Quoting is
27020 # there to prevent editors from complaining about space-tab.
27021 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27022 # splitting by setting IFS to empty value.)
27023 as_nl='
27025 IFS=" "" $as_nl"
27027 # Find who we are. Look in the path if we contain no directory separator.
27028 case $0 in
27029 *[\\/]* ) as_myself=$0 ;;
27030 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27031 for as_dir in $PATH
27033 IFS=$as_save_IFS
27034 test -z "$as_dir" && as_dir=.
27035 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27036 done
27037 IFS=$as_save_IFS
27040 esac
27041 # We did not find ourselves, most probably we were run as `sh COMMAND'
27042 # in which case we are not to be found in the path.
27043 if test "x$as_myself" = x; then
27044 as_myself=$0
27046 if test ! -f "$as_myself"; then
27047 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27048 { (exit 1); exit 1; }
27051 # Work around bugs in pre-3.0 UWIN ksh.
27052 for as_var in ENV MAIL MAILPATH
27053 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27054 done
27055 PS1='$ '
27056 PS2='> '
27057 PS4='+ '
27059 # NLS nuisances.
27060 for as_var in \
27061 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27062 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27063 LC_TELEPHONE LC_TIME
27065 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27066 eval $as_var=C; export $as_var
27067 else
27068 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27070 done
27072 # Required to use basename.
27073 if expr a : '\(a\)' >/dev/null 2>&1 &&
27074 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27075 as_expr=expr
27076 else
27077 as_expr=false
27080 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27081 as_basename=basename
27082 else
27083 as_basename=false
27087 # Name of the executable.
27088 as_me=`$as_basename -- "$0" ||
27089 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27090 X"$0" : 'X\(//\)$' \| \
27091 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27092 echo X/"$0" |
27093 sed '/^.*\/\([^/][^/]*\)\/*$/{
27094 s//\1/
27097 /^X\/\(\/\/\)$/{
27098 s//\1/
27101 /^X\/\(\/\).*/{
27102 s//\1/
27105 s/.*/./; q'`
27107 # CDPATH.
27108 $as_unset CDPATH
27112 as_lineno_1=$LINENO
27113 as_lineno_2=$LINENO
27114 test "x$as_lineno_1" != "x$as_lineno_2" &&
27115 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27117 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27118 # uniformly replaced by the line number. The first 'sed' inserts a
27119 # line-number line after each line using $LINENO; the second 'sed'
27120 # does the real work. The second script uses 'N' to pair each
27121 # line-number line with the line containing $LINENO, and appends
27122 # trailing '-' during substitution so that $LINENO is not a special
27123 # case at line end.
27124 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27125 # scripts with optimization help from Paolo Bonzini. Blame Lee
27126 # E. McMahon (1931-1989) for sed's syntax. :-)
27127 sed -n '
27129 /[$]LINENO/=
27130 ' <$as_myself |
27131 sed '
27132 s/[$]LINENO.*/&-/
27133 t lineno
27135 :lineno
27137 :loop
27138 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27139 t loop
27140 s/-\n.*//
27141 ' >$as_me.lineno &&
27142 chmod +x "$as_me.lineno" ||
27143 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27144 { (exit 1); exit 1; }; }
27146 # Don't try to exec as it changes $[0], causing all sort of problems
27147 # (the dirname of $[0] is not the place where we might find the
27148 # original and so on. Autoconf is especially sensitive to this).
27149 . "./$as_me.lineno"
27150 # Exit status is that of the last command.
27151 exit
27155 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27156 as_dirname=dirname
27157 else
27158 as_dirname=false
27161 ECHO_C= ECHO_N= ECHO_T=
27162 case `echo -n x` in
27163 -n*)
27164 case `echo 'x\c'` in
27165 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27166 *) ECHO_C='\c';;
27167 esac;;
27169 ECHO_N='-n';;
27170 esac
27172 if expr a : '\(a\)' >/dev/null 2>&1 &&
27173 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27174 as_expr=expr
27175 else
27176 as_expr=false
27179 rm -f conf$$ conf$$.exe conf$$.file
27180 if test -d conf$$.dir; then
27181 rm -f conf$$.dir/conf$$.file
27182 else
27183 rm -f conf$$.dir
27184 mkdir conf$$.dir
27186 echo >conf$$.file
27187 if ln -s conf$$.file conf$$ 2>/dev/null; then
27188 as_ln_s='ln -s'
27189 # ... but there are two gotchas:
27190 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27191 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27192 # In both cases, we have to default to `cp -p'.
27193 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27194 as_ln_s='cp -p'
27195 elif ln conf$$.file conf$$ 2>/dev/null; then
27196 as_ln_s=ln
27197 else
27198 as_ln_s='cp -p'
27200 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27201 rmdir conf$$.dir 2>/dev/null
27203 if mkdir -p . 2>/dev/null; then
27204 as_mkdir_p=:
27205 else
27206 test -d ./-p && rmdir ./-p
27207 as_mkdir_p=false
27210 if test -x / >/dev/null 2>&1; then
27211 as_test_x='test -x'
27212 else
27213 if ls -dL / >/dev/null 2>&1; then
27214 as_ls_L_option=L
27215 else
27216 as_ls_L_option=
27218 as_test_x='
27219 eval sh -c '\''
27220 if test -d "$1"; then
27221 test -d "$1/.";
27222 else
27223 case $1 in
27224 -*)set "./$1";;
27225 esac;
27226 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27227 ???[sx]*):;;*)false;;esac;fi
27228 '\'' sh
27231 as_executable_p=$as_test_x
27233 # Sed expression to map a string onto a valid CPP name.
27234 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27236 # Sed expression to map a string onto a valid variable name.
27237 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27240 exec 6>&1
27242 # Save the log message, to keep $[0] and so on meaningful, and to
27243 # report actual input values of CONFIG_FILES etc. instead of their
27244 # values after options handling.
27245 ac_log="
27246 This file was extended by Wine $as_me 1.1.16, which was
27247 generated by GNU Autoconf 2.61. Invocation command line was
27249 CONFIG_FILES = $CONFIG_FILES
27250 CONFIG_HEADERS = $CONFIG_HEADERS
27251 CONFIG_LINKS = $CONFIG_LINKS
27252 CONFIG_COMMANDS = $CONFIG_COMMANDS
27253 $ $0 $@
27255 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27258 _ACEOF
27260 cat >>$CONFIG_STATUS <<_ACEOF
27261 # Files that config.status was made for.
27262 config_files="$ac_config_files"
27263 config_headers="$ac_config_headers"
27264 config_commands="$ac_config_commands"
27266 _ACEOF
27268 cat >>$CONFIG_STATUS <<\_ACEOF
27269 ac_cs_usage="\
27270 \`$as_me' instantiates files from templates according to the
27271 current configuration.
27273 Usage: $0 [OPTIONS] [FILE]...
27275 -h, --help print this help, then exit
27276 -V, --version print version number and configuration settings, then exit
27277 -q, --quiet do not print progress messages
27278 -d, --debug don't remove temporary files
27279 --recheck update $as_me by reconfiguring in the same conditions
27280 --file=FILE[:TEMPLATE]
27281 instantiate the configuration file FILE
27282 --header=FILE[:TEMPLATE]
27283 instantiate the configuration header FILE
27285 Configuration files:
27286 $config_files
27288 Configuration headers:
27289 $config_headers
27291 Configuration commands:
27292 $config_commands
27294 Report bugs to <bug-autoconf@gnu.org>."
27296 _ACEOF
27297 cat >>$CONFIG_STATUS <<_ACEOF
27298 ac_cs_version="\\
27299 Wine config.status 1.1.16
27300 configured by $0, generated by GNU Autoconf 2.61,
27301 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27303 Copyright (C) 2006 Free Software Foundation, Inc.
27304 This config.status script is free software; the Free Software Foundation
27305 gives unlimited permission to copy, distribute and modify it."
27307 ac_pwd='$ac_pwd'
27308 srcdir='$srcdir'
27309 INSTALL='$INSTALL'
27310 _ACEOF
27312 cat >>$CONFIG_STATUS <<\_ACEOF
27313 # If no file are specified by the user, then we need to provide default
27314 # value. By we need to know if files were specified by the user.
27315 ac_need_defaults=:
27316 while test $# != 0
27318 case $1 in
27319 --*=*)
27320 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27321 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27322 ac_shift=:
27325 ac_option=$1
27326 ac_optarg=$2
27327 ac_shift=shift
27329 esac
27331 case $ac_option in
27332 # Handling of the options.
27333 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27334 ac_cs_recheck=: ;;
27335 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27336 echo "$ac_cs_version"; exit ;;
27337 --debug | --debu | --deb | --de | --d | -d )
27338 debug=: ;;
27339 --file | --fil | --fi | --f )
27340 $ac_shift
27341 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27342 ac_need_defaults=false;;
27343 --header | --heade | --head | --hea )
27344 $ac_shift
27345 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27346 ac_need_defaults=false;;
27347 --he | --h)
27348 # Conflict between --help and --header
27349 { echo "$as_me: error: ambiguous option: $1
27350 Try \`$0 --help' for more information." >&2
27351 { (exit 1); exit 1; }; };;
27352 --help | --hel | -h )
27353 echo "$ac_cs_usage"; exit ;;
27354 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27355 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27356 ac_cs_silent=: ;;
27358 # This is an error.
27359 -*) { echo "$as_me: error: unrecognized option: $1
27360 Try \`$0 --help' for more information." >&2
27361 { (exit 1); exit 1; }; } ;;
27363 *) ac_config_targets="$ac_config_targets $1"
27364 ac_need_defaults=false ;;
27366 esac
27367 shift
27368 done
27370 ac_configure_extra_args=
27372 if $ac_cs_silent; then
27373 exec 6>/dev/null
27374 ac_configure_extra_args="$ac_configure_extra_args --silent"
27377 _ACEOF
27378 cat >>$CONFIG_STATUS <<_ACEOF
27379 if \$ac_cs_recheck; then
27380 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27381 CONFIG_SHELL=$SHELL
27382 export CONFIG_SHELL
27383 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27386 _ACEOF
27387 cat >>$CONFIG_STATUS <<\_ACEOF
27388 exec 5>>config.log
27390 echo
27391 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27392 ## Running $as_me. ##
27393 _ASBOX
27394 echo "$ac_log"
27395 } >&5
27397 _ACEOF
27398 cat >>$CONFIG_STATUS <<_ACEOF
27399 _ACEOF
27401 cat >>$CONFIG_STATUS <<\_ACEOF
27403 # Handling of arguments.
27404 for ac_config_target in $ac_config_targets
27406 case $ac_config_target in
27407 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27408 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27409 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27410 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27411 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27412 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27413 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27414 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27415 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27416 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27417 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27418 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27419 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27420 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27421 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27422 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27423 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27424 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27425 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27426 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27427 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27428 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27429 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27430 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27431 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27432 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27433 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27434 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27435 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27436 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27437 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27438 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27439 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27440 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27441 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27442 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27443 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27444 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27445 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27446 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27447 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27448 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27449 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27450 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27451 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27452 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27453 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27454 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27455 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27456 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27457 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27458 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27459 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27460 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27461 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27462 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27463 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27464 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27465 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27466 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27467 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27468 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27469 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27470 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27471 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27472 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27473 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27474 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27475 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27476 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27477 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27478 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27479 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27480 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27481 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27482 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27483 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27484 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27485 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27486 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27487 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27488 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27489 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27490 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27491 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27492 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27493 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27494 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27495 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27496 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27497 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27498 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27499 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27500 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27501 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27502 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27503 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27504 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27505 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27506 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27507 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27508 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27509 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27510 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27511 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27512 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27513 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27514 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27515 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27516 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27517 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27518 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27519 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27520 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27521 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27522 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27523 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27524 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27525 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27526 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27527 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27528 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27529 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27530 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27531 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27532 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27533 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27534 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27535 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27536 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27537 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27538 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27539 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27540 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27541 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27542 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27543 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27544 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27545 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27546 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27547 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27548 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27549 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27550 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27551 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27552 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27553 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27554 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27555 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27556 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27557 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27558 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27559 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27560 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27561 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27562 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27563 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27564 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27565 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27566 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27567 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27568 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27569 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27570 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27571 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27572 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27573 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27574 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27575 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27576 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27577 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27578 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27579 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27580 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27581 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27582 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27583 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27584 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27585 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27586 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27587 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27588 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27589 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27590 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27591 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27592 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27593 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27594 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27595 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27596 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27597 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27598 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27599 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27600 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27601 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27602 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27603 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27604 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27605 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27606 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27607 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27608 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27609 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27610 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27611 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27612 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27613 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27614 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27615 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27616 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27617 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27618 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27619 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27620 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27621 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27622 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27623 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27624 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27625 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27626 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27627 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27628 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27629 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27630 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27631 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27632 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27633 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27634 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27635 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27636 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27637 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27638 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27639 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27640 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27641 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27642 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27643 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27644 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27645 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27646 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27647 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27648 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27649 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27650 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27651 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27652 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27653 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27654 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27655 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27656 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27657 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27658 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27659 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27660 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27661 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27662 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27663 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27664 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27665 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27666 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27667 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27668 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27669 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27670 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27671 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27672 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27673 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27674 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27675 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27676 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27677 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27678 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27679 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27680 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27681 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27682 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27683 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27684 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27685 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27686 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27687 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27688 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27689 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27690 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27691 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27692 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27693 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27694 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27695 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27696 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27697 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27698 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27699 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27700 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27701 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27702 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27703 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27704 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27705 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27706 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27707 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27708 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27709 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27710 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27711 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27712 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27713 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27714 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27715 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27716 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27717 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27718 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27719 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27720 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27721 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27722 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27723 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27724 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27725 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27726 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27727 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27728 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27729 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27730 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27731 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27732 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27733 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27734 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27735 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27736 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27737 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27738 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27739 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27740 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
27741 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27742 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27743 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27744 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27745 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27746 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27747 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27748 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27749 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27750 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27751 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27752 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27753 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27754 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27755 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27756 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27757 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27758 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27759 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27760 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27761 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27762 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27763 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27764 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27765 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27766 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27767 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27768 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27769 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27770 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27771 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27772 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
27773 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
27774 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27775 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27776 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27777 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27778 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27779 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27780 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27781 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27782 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27783 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27784 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27785 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27786 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27787 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27788 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27789 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27790 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27791 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27792 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27793 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27794 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27795 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27796 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27797 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27798 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27799 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27800 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27801 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27802 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27803 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27804 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27805 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27806 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27807 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27808 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27809 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27810 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27811 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27812 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27813 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27814 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27815 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27816 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27817 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27818 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27819 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27820 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27821 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27822 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27823 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27824 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27825 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27826 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27827 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27828 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
27829 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27830 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27831 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27832 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27833 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27834 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27835 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27836 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27837 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27838 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27839 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
27840 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27841 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27842 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27843 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27844 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27845 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27846 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27847 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27848 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27849 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27850 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27851 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27852 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27853 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27854 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27855 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27856 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27857 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
27858 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27859 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27860 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27861 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27862 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27863 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27864 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27865 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27866 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27867 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27868 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27869 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27870 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27871 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
27872 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27873 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
27874 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27875 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27876 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27877 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27878 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27879 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27880 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27881 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27882 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27883 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27884 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27885 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27887 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27888 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27889 { (exit 1); exit 1; }; };;
27890 esac
27891 done
27894 # If the user did not use the arguments to specify the items to instantiate,
27895 # then the envvar interface is used. Set only those that are not.
27896 # We use the long form for the default assignment because of an extremely
27897 # bizarre bug on SunOS 4.1.3.
27898 if $ac_need_defaults; then
27899 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27900 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27901 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27904 # Have a temporary directory for convenience. Make it in the build tree
27905 # simply because there is no reason against having it here, and in addition,
27906 # creating and moving files from /tmp can sometimes cause problems.
27907 # Hook for its removal unless debugging.
27908 # Note that there is a small window in which the directory will not be cleaned:
27909 # after its creation but before its name has been assigned to `$tmp'.
27910 $debug ||
27912 tmp=
27913 trap 'exit_status=$?
27914 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27916 trap '{ (exit 1); exit 1; }' 1 2 13 15
27918 # Create a (secure) tmp directory for tmp files.
27921 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27922 test -n "$tmp" && test -d "$tmp"
27923 } ||
27925 tmp=./conf$$-$RANDOM
27926 (umask 077 && mkdir "$tmp")
27927 } ||
27929 echo "$me: cannot create a temporary directory in ." >&2
27930 { (exit 1); exit 1; }
27934 # Set up the sed scripts for CONFIG_FILES section.
27937 # No need to generate the scripts if there are no CONFIG_FILES.
27938 # This happens for instance when ./config.status config.h
27939 if test -n "$CONFIG_FILES"; then
27941 _ACEOF
27943 # Create sed commands to just substitute file output variables.
27945 # Remaining file output variables are in a fragment that also has non-file
27946 # output varibles.
27950 ac_delim='%!_!# '
27951 for ac_last_try in false false false false false :; do
27952 cat >conf$$subs.sed <<_ACEOF
27953 SHELL!$SHELL$ac_delim
27954 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27955 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27956 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27957 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27958 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27959 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27960 exec_prefix!$exec_prefix$ac_delim
27961 prefix!$prefix$ac_delim
27962 program_transform_name!$program_transform_name$ac_delim
27963 bindir!$bindir$ac_delim
27964 sbindir!$sbindir$ac_delim
27965 libexecdir!$libexecdir$ac_delim
27966 datarootdir!$datarootdir$ac_delim
27967 datadir!$datadir$ac_delim
27968 sysconfdir!$sysconfdir$ac_delim
27969 sharedstatedir!$sharedstatedir$ac_delim
27970 localstatedir!$localstatedir$ac_delim
27971 includedir!$includedir$ac_delim
27972 oldincludedir!$oldincludedir$ac_delim
27973 docdir!$docdir$ac_delim
27974 infodir!$infodir$ac_delim
27975 htmldir!$htmldir$ac_delim
27976 dvidir!$dvidir$ac_delim
27977 pdfdir!$pdfdir$ac_delim
27978 psdir!$psdir$ac_delim
27979 libdir!$libdir$ac_delim
27980 localedir!$localedir$ac_delim
27981 mandir!$mandir$ac_delim
27982 DEFS!$DEFS$ac_delim
27983 ECHO_C!$ECHO_C$ac_delim
27984 ECHO_N!$ECHO_N$ac_delim
27985 ECHO_T!$ECHO_T$ac_delim
27986 LIBS!$LIBS$ac_delim
27987 build_alias!$build_alias$ac_delim
27988 host_alias!$host_alias$ac_delim
27989 target_alias!$target_alias$ac_delim
27990 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27991 build!$build$ac_delim
27992 build_cpu!$build_cpu$ac_delim
27993 build_vendor!$build_vendor$ac_delim
27994 build_os!$build_os$ac_delim
27995 host!$host$ac_delim
27996 host_cpu!$host_cpu$ac_delim
27997 host_vendor!$host_vendor$ac_delim
27998 host_os!$host_os$ac_delim
27999 SET_MAKE!$SET_MAKE$ac_delim
28000 CC!$CC$ac_delim
28001 CFLAGS!$CFLAGS$ac_delim
28002 LDFLAGS!$LDFLAGS$ac_delim
28003 CPPFLAGS!$CPPFLAGS$ac_delim
28004 ac_ct_CC!$ac_ct_CC$ac_delim
28005 EXEEXT!$EXEEXT$ac_delim
28006 OBJEXT!$OBJEXT$ac_delim
28007 CXX!$CXX$ac_delim
28008 CXXFLAGS!$CXXFLAGS$ac_delim
28009 ac_ct_CXX!$ac_ct_CXX$ac_delim
28010 CPPBIN!$CPPBIN$ac_delim
28011 TARGETFLAGS!$TARGETFLAGS$ac_delim
28012 WIN16_FILES!$WIN16_FILES$ac_delim
28013 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28014 TOOLSDIR!$TOOLSDIR$ac_delim
28015 FLEX!$FLEX$ac_delim
28016 BISON!$BISON$ac_delim
28017 AS!$AS$ac_delim
28018 ac_ct_AS!$ac_ct_AS$ac_delim
28019 LD!$LD$ac_delim
28020 ac_ct_LD!$ac_ct_LD$ac_delim
28021 NM!$NM$ac_delim
28022 ac_ct_NM!$ac_ct_NM$ac_delim
28023 AR!$AR$ac_delim
28024 ac_ct_AR!$ac_ct_AR$ac_delim
28025 ARFLAGS!$ARFLAGS$ac_delim
28026 RANLIB!$RANLIB$ac_delim
28027 STRIP!$STRIP$ac_delim
28028 WINDRES!$WINDRES$ac_delim
28029 LN_S!$LN_S$ac_delim
28030 LN!$LN$ac_delim
28031 GREP!$GREP$ac_delim
28032 EGREP!$EGREP$ac_delim
28033 LDCONFIG!$LDCONFIG$ac_delim
28034 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28035 _ACEOF
28037 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28038 break
28039 elif $ac_last_try; then
28040 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28041 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28042 { (exit 1); exit 1; }; }
28043 else
28044 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28046 done
28048 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28049 if test -n "$ac_eof"; then
28050 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28051 ac_eof=`expr $ac_eof + 1`
28054 cat >>$CONFIG_STATUS <<_ACEOF
28055 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28056 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28057 /^[ ]*@MAKE_RULES@[ ]*$/{
28058 r $MAKE_RULES
28061 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28062 r $MAKE_DLL_RULES
28065 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28066 r $MAKE_IMPLIB_RULES
28069 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28070 r $MAKE_TEST_RULES
28073 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28074 r $MAKE_PROG_RULES
28077 _ACEOF
28078 sed '
28079 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28080 s/^/s,@/; s/!/@,|#_!!_#|/
28083 s/'"$ac_delim"'$/,g/; t
28084 s/$/\\/; p
28085 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28086 ' >>$CONFIG_STATUS <conf$$subs.sed
28087 rm -f conf$$subs.sed
28088 cat >>$CONFIG_STATUS <<_ACEOF
28089 CEOF$ac_eof
28090 _ACEOF
28093 ac_delim='%!_!# '
28094 for ac_last_try in false false false false false :; do
28095 cat >conf$$subs.sed <<_ACEOF
28096 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28097 INSTALL_DATA!$INSTALL_DATA$ac_delim
28098 LINT!$LINT$ac_delim
28099 LINTFLAGS!$LINTFLAGS$ac_delim
28100 FONTFORGE!$FONTFORGE$ac_delim
28101 PKG_CONFIG!$PKG_CONFIG$ac_delim
28102 RSVG!$RSVG$ac_delim
28103 ICOTOOL!$ICOTOOL$ac_delim
28104 PRELINK!$PRELINK$ac_delim
28105 XLIB!$XLIB$ac_delim
28106 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28107 CPP!$CPP$ac_delim
28108 DLLEXT!$DLLEXT$ac_delim
28109 DLLFLAGS!$DLLFLAGS$ac_delim
28110 LDSHARED!$LDSHARED$ac_delim
28111 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28112 LIBEXT!$LIBEXT$ac_delim
28113 IMPLIBEXT!$IMPLIBEXT$ac_delim
28114 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28115 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28116 LDD!$LDD$ac_delim
28117 DLLTOOL!$DLLTOOL$ac_delim
28118 DLLWRAP!$DLLWRAP$ac_delim
28119 MINGWAR!$MINGWAR$ac_delim
28120 SECURITYLIB!$SECURITYLIB$ac_delim
28121 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28122 IOKITLIB!$IOKITLIB$ac_delim
28123 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28124 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28125 COREAUDIO!$COREAUDIO$ac_delim
28126 CARBONLIB!$CARBONLIB$ac_delim
28127 CROSSCC!$CROSSCC$ac_delim
28128 CROSSWINDRES!$CROSSWINDRES$ac_delim
28129 CROSSTEST!$CROSSTEST$ac_delim
28130 LIBPTHREAD!$LIBPTHREAD$ac_delim
28131 XMKMF!$XMKMF$ac_delim
28132 X_CFLAGS!$X_CFLAGS$ac_delim
28133 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28134 X_LIBS!$X_LIBS$ac_delim
28135 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28136 NASLIBS!$NASLIBS$ac_delim
28137 XML2LIBS!$XML2LIBS$ac_delim
28138 XML2INCL!$XML2INCL$ac_delim
28139 XSLTINCL!$XSLTINCL$ac_delim
28140 HALINCL!$HALINCL$ac_delim
28141 GNUTLSINCL!$GNUTLSINCL$ac_delim
28142 sane_devel!$sane_devel$ac_delim
28143 SANEINCL!$SANEINCL$ac_delim
28144 gphoto2_devel!$gphoto2_devel$ac_delim
28145 gphoto2port_devel!$gphoto2port_devel$ac_delim
28146 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28147 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28148 RESOLVLIBS!$RESOLVLIBS$ac_delim
28149 LCMSLIBS!$LCMSLIBS$ac_delim
28150 ft_devel!$ft_devel$ac_delim
28151 FREETYPELIBS!$FREETYPELIBS$ac_delim
28152 FREETYPEINCL!$FREETYPEINCL$ac_delim
28153 ESDCONFIG!$ESDCONFIG$ac_delim
28154 ESDINCL!$ESDINCL$ac_delim
28155 ESDLIBS!$ESDLIBS$ac_delim
28156 PULSELIBS!$PULSELIBS$ac_delim
28157 ALSALIBS!$ALSALIBS$ac_delim
28158 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28159 CUPSINCL!$CUPSINCL$ac_delim
28160 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28161 LIBKSTAT!$LIBKSTAT$ac_delim
28162 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28163 BUILTINFLAG!$BUILTINFLAG$ac_delim
28164 LDPATH!$LDPATH$ac_delim
28165 CRTLIBS!$CRTLIBS$ac_delim
28166 SOCKETLIBS!$SOCKETLIBS$ac_delim
28167 MAIN_BINARY!$MAIN_BINARY$ac_delim
28168 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28169 LIBDL!$LIBDL$ac_delim
28170 LIBPOLL!$LIBPOLL$ac_delim
28171 LDAPLIBS!$LDAPLIBS$ac_delim
28172 DEPENDENCIES!$DEPENDENCIES$ac_delim
28173 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28174 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28175 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28176 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28177 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28178 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28179 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28180 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28181 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28182 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28183 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28184 LIBOBJS!$LIBOBJS$ac_delim
28185 LTLIBOBJS!$LTLIBOBJS$ac_delim
28186 _ACEOF
28188 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
28189 break
28190 elif $ac_last_try; then
28191 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28192 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28193 { (exit 1); exit 1; }; }
28194 else
28195 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28197 done
28199 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28200 if test -n "$ac_eof"; then
28201 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28202 ac_eof=`expr $ac_eof + 1`
28205 cat >>$CONFIG_STATUS <<_ACEOF
28206 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28207 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28208 _ACEOF
28209 sed '
28210 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28211 s/^/s,@/; s/!/@,|#_!!_#|/
28214 s/'"$ac_delim"'$/,g/; t
28215 s/$/\\/; p
28216 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28217 ' >>$CONFIG_STATUS <conf$$subs.sed
28218 rm -f conf$$subs.sed
28219 cat >>$CONFIG_STATUS <<_ACEOF
28220 :end
28221 s/|#_!!_#|//g
28222 CEOF$ac_eof
28223 _ACEOF
28226 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28227 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28228 # trailing colons and then remove the whole line if VPATH becomes empty
28229 # (actually we leave an empty line to preserve line numbers).
28230 if test "x$srcdir" = x.; then
28231 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28232 s/:*\$(srcdir):*/:/
28233 s/:*\${srcdir}:*/:/
28234 s/:*@srcdir@:*/:/
28235 s/^\([^=]*=[ ]*\):*/\1/
28236 s/:*$//
28237 s/^[^=]*=[ ]*$//
28241 cat >>$CONFIG_STATUS <<\_ACEOF
28242 fi # test -n "$CONFIG_FILES"
28245 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28247 case $ac_tag in
28248 :[FHLC]) ac_mode=$ac_tag; continue;;
28249 esac
28250 case $ac_mode$ac_tag in
28251 :[FHL]*:*);;
28252 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28253 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28254 { (exit 1); exit 1; }; };;
28255 :[FH]-) ac_tag=-:-;;
28256 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28257 esac
28258 ac_save_IFS=$IFS
28259 IFS=:
28260 set x $ac_tag
28261 IFS=$ac_save_IFS
28262 shift
28263 ac_file=$1
28264 shift
28266 case $ac_mode in
28267 :L) ac_source=$1;;
28268 :[FH])
28269 ac_file_inputs=
28270 for ac_f
28272 case $ac_f in
28273 -) ac_f="$tmp/stdin";;
28274 *) # Look for the file first in the build tree, then in the source tree
28275 # (if the path is not absolute). The absolute path cannot be DOS-style,
28276 # because $ac_f cannot contain `:'.
28277 test -f "$ac_f" ||
28278 case $ac_f in
28279 [\\/$]*) false;;
28280 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28281 esac ||
28282 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28283 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28284 { (exit 1); exit 1; }; };;
28285 esac
28286 ac_file_inputs="$ac_file_inputs $ac_f"
28287 done
28289 # Let's still pretend it is `configure' which instantiates (i.e., don't
28290 # use $as_me), people would be surprised to read:
28291 # /* config.h. Generated by config.status. */
28292 configure_input="Generated from "`IFS=:
28293 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28294 if test x"$ac_file" != x-; then
28295 configure_input="$ac_file. $configure_input"
28296 { echo "$as_me:$LINENO: creating $ac_file" >&5
28297 echo "$as_me: creating $ac_file" >&6;}
28300 case $ac_tag in
28301 *:-:* | *:-) cat >"$tmp/stdin";;
28302 esac
28304 esac
28306 ac_dir=`$as_dirname -- "$ac_file" ||
28307 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28308 X"$ac_file" : 'X\(//\)[^/]' \| \
28309 X"$ac_file" : 'X\(//\)$' \| \
28310 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28311 echo X"$ac_file" |
28312 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28313 s//\1/
28316 /^X\(\/\/\)[^/].*/{
28317 s//\1/
28320 /^X\(\/\/\)$/{
28321 s//\1/
28324 /^X\(\/\).*/{
28325 s//\1/
28328 s/.*/./; q'`
28329 { as_dir="$ac_dir"
28330 case $as_dir in #(
28331 -*) as_dir=./$as_dir;;
28332 esac
28333 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28334 as_dirs=
28335 while :; do
28336 case $as_dir in #(
28337 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28338 *) as_qdir=$as_dir;;
28339 esac
28340 as_dirs="'$as_qdir' $as_dirs"
28341 as_dir=`$as_dirname -- "$as_dir" ||
28342 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28343 X"$as_dir" : 'X\(//\)[^/]' \| \
28344 X"$as_dir" : 'X\(//\)$' \| \
28345 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28346 echo X"$as_dir" |
28347 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28348 s//\1/
28351 /^X\(\/\/\)[^/].*/{
28352 s//\1/
28355 /^X\(\/\/\)$/{
28356 s//\1/
28359 /^X\(\/\).*/{
28360 s//\1/
28363 s/.*/./; q'`
28364 test -d "$as_dir" && break
28365 done
28366 test -z "$as_dirs" || eval "mkdir $as_dirs"
28367 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28368 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28369 { (exit 1); exit 1; }; }; }
28370 ac_builddir=.
28372 case "$ac_dir" in
28373 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28375 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28376 # A ".." for each directory in $ac_dir_suffix.
28377 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28378 case $ac_top_builddir_sub in
28379 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28380 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28381 esac ;;
28382 esac
28383 ac_abs_top_builddir=$ac_pwd
28384 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28385 # for backward compatibility:
28386 ac_top_builddir=$ac_top_build_prefix
28388 case $srcdir in
28389 .) # We are building in place.
28390 ac_srcdir=.
28391 ac_top_srcdir=$ac_top_builddir_sub
28392 ac_abs_top_srcdir=$ac_pwd ;;
28393 [\\/]* | ?:[\\/]* ) # Absolute name.
28394 ac_srcdir=$srcdir$ac_dir_suffix;
28395 ac_top_srcdir=$srcdir
28396 ac_abs_top_srcdir=$srcdir ;;
28397 *) # Relative name.
28398 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28399 ac_top_srcdir=$ac_top_build_prefix$srcdir
28400 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28401 esac
28402 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28405 case $ac_mode in
28408 # CONFIG_FILE
28411 case $INSTALL in
28412 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28413 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28414 esac
28415 _ACEOF
28417 cat >>$CONFIG_STATUS <<\_ACEOF
28418 # If the template does not know about datarootdir, expand it.
28419 # FIXME: This hack should be removed a few years after 2.60.
28420 ac_datarootdir_hack=; ac_datarootdir_seen=
28422 case `sed -n '/datarootdir/ {
28426 /@datadir@/p
28427 /@docdir@/p
28428 /@infodir@/p
28429 /@localedir@/p
28430 /@mandir@/p
28431 ' $ac_file_inputs` in
28432 *datarootdir*) ac_datarootdir_seen=yes;;
28433 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28434 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28435 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28436 _ACEOF
28437 cat >>$CONFIG_STATUS <<_ACEOF
28438 ac_datarootdir_hack='
28439 s&@datadir@&$datadir&g
28440 s&@docdir@&$docdir&g
28441 s&@infodir@&$infodir&g
28442 s&@localedir@&$localedir&g
28443 s&@mandir@&$mandir&g
28444 s&\\\${datarootdir}&$datarootdir&g' ;;
28445 esac
28446 _ACEOF
28448 # Neutralize VPATH when `$srcdir' = `.'.
28449 # Shell code in configure.ac might set extrasub.
28450 # FIXME: do we really want to maintain this feature?
28451 cat >>$CONFIG_STATUS <<_ACEOF
28452 sed "$ac_vpsub
28453 $extrasub
28454 _ACEOF
28455 cat >>$CONFIG_STATUS <<\_ACEOF
28457 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28458 s&@configure_input@&$configure_input&;t t
28459 s&@top_builddir@&$ac_top_builddir_sub&;t t
28460 s&@srcdir@&$ac_srcdir&;t t
28461 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28462 s&@top_srcdir@&$ac_top_srcdir&;t t
28463 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28464 s&@builddir@&$ac_builddir&;t t
28465 s&@abs_builddir@&$ac_abs_builddir&;t t
28466 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28467 s&@INSTALL@&$ac_INSTALL&;t t
28468 $ac_datarootdir_hack
28469 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28471 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28472 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28473 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28474 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28475 which seems to be undefined. Please make sure it is defined." >&5
28476 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28477 which seems to be undefined. Please make sure it is defined." >&2;}
28479 rm -f "$tmp/stdin"
28480 case $ac_file in
28481 -) cat "$tmp/out"; rm -f "$tmp/out";;
28482 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28483 esac
28487 # CONFIG_HEADER
28489 _ACEOF
28491 # Transform confdefs.h into a sed script `conftest.defines', that
28492 # substitutes the proper values into config.h.in to produce config.h.
28493 rm -f conftest.defines conftest.tail
28494 # First, append a space to every undef/define line, to ease matching.
28495 echo 's/$/ /' >conftest.defines
28496 # Then, protect against being on the right side of a sed subst, or in
28497 # an unquoted here document, in config.status. If some macros were
28498 # called several times there might be several #defines for the same
28499 # symbol, which is useless. But do not sort them, since the last
28500 # AC_DEFINE must be honored.
28501 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28502 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28503 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28504 # PARAMS is the parameter list in the macro definition--in most cases, it's
28505 # just an empty string.
28506 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28507 ac_dB='\\)[ (].*,\\1define\\2'
28508 ac_dC=' '
28509 ac_dD=' ,'
28511 uniq confdefs.h |
28512 sed -n '
28513 t rset
28514 :rset
28515 s/^[ ]*#[ ]*define[ ][ ]*//
28516 t ok
28519 s/[\\&,]/\\&/g
28520 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28521 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28522 ' >>conftest.defines
28524 # Remove the space that was appended to ease matching.
28525 # Then replace #undef with comments. This is necessary, for
28526 # example, in the case of _POSIX_SOURCE, which is predefined and required
28527 # on some systems where configure will not decide to define it.
28528 # (The regexp can be short, since the line contains either #define or #undef.)
28529 echo 's/ $//
28530 s,^[ #]*u.*,/* & */,' >>conftest.defines
28532 # Break up conftest.defines:
28533 ac_max_sed_lines=50
28535 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28536 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28537 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28538 # et cetera.
28539 ac_in='$ac_file_inputs'
28540 ac_out='"$tmp/out1"'
28541 ac_nxt='"$tmp/out2"'
28543 while :
28545 # Write a here document:
28546 cat >>$CONFIG_STATUS <<_ACEOF
28547 # First, check the format of the line:
28548 cat >"\$tmp/defines.sed" <<\\CEOF
28549 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28550 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28552 :def
28553 _ACEOF
28554 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28555 echo 'CEOF
28556 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28557 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28558 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28559 grep . conftest.tail >/dev/null || break
28560 rm -f conftest.defines
28561 mv conftest.tail conftest.defines
28562 done
28563 rm -f conftest.defines conftest.tail
28565 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28566 cat >>$CONFIG_STATUS <<\_ACEOF
28567 if test x"$ac_file" != x-; then
28568 echo "/* $configure_input */" >"$tmp/config.h"
28569 cat "$ac_result" >>"$tmp/config.h"
28570 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28571 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28572 echo "$as_me: $ac_file is unchanged" >&6;}
28573 else
28574 rm -f $ac_file
28575 mv "$tmp/config.h" $ac_file
28577 else
28578 echo "/* $configure_input */"
28579 cat "$ac_result"
28581 rm -f "$tmp/out12"
28584 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28585 echo "$as_me: executing $ac_file commands" >&6;}
28587 esac
28590 case $ac_file$ac_mode in
28591 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28592 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28593 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28594 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28595 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28596 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28597 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28598 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28599 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28600 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28601 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28602 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28603 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28605 esac
28606 done # for ac_tag
28609 { (exit 0); exit 0; }
28610 _ACEOF
28611 chmod +x $CONFIG_STATUS
28612 ac_clean_files=$ac_clean_files_save
28615 # configure is writing to config.log, and then calls config.status.
28616 # config.status does its own redirection, appending to config.log.
28617 # Unfortunately, on DOS this fails, as config.log is still kept open
28618 # by configure, so config.status won't be able to write to it; its
28619 # output is simply discarded. So we exec the FD to /dev/null,
28620 # effectively closing config.log, so it can be properly (re)opened and
28621 # appended to by config.status. When coming back to configure, we
28622 # need to make the FD available again.
28623 if test "$no_create" != yes; then
28624 ac_cs_success=:
28625 ac_config_status_args=
28626 test "$silent" = yes &&
28627 ac_config_status_args="$ac_config_status_args --quiet"
28628 exec 5>/dev/null
28629 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28630 exec 5>>config.log
28631 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28632 # would make configure fail if this is the last instruction.
28633 $ac_cs_success || { (exit 1); exit 1; }
28637 if test "$no_create" = "yes"
28638 then
28639 exit 0
28642 ac_save_IFS="$IFS"
28643 if test "x$wine_notices != "x; then
28644 echo >&6
28645 IFS="|"
28646 for msg in $wine_notices; do
28647 IFS="$ac_save_IFS"
28648 if test -n "$msg"; then
28649 { echo "$as_me:$LINENO: $msg" >&5
28650 echo "$as_me: $msg" >&6;}
28652 done
28654 IFS="|"
28655 for msg in $wine_warnings; do
28656 IFS="$ac_save_IFS"
28657 if test -n "$msg"; then
28658 echo >&2
28659 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28660 echo "$as_me: WARNING: $msg" >&2;}
28662 done
28663 IFS="$ac_save_IFS"
28665 echo "
28666 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28667 " >&6