push d7c4392f9de7a5e4e7822f0531e09cd681940b4d
[wine/hacks.git] / configure
blobfa7a9f6b6192b72c38461b6a7b134fb713e38b90
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.24.
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.24'
578 PACKAGE_STRING='Wine 1.1.24'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AR
684 ARFLAGS
685 RANLIB
686 STRIP
687 LN_S
689 GREP
690 EGREP
691 LDCONFIG
692 INSTALL_PROGRAM
693 INSTALL_SCRIPT
694 INSTALL_DATA
695 LINT
696 LINTFLAGS
697 FONTFORGE
698 PKG_CONFIG
699 RSVG
700 ICOTOOL
701 PRELINK
702 XLIB
703 OPENGL_LIBS
705 DLLEXT
706 DLLFLAGS
707 LDSHARED
708 LDDLLFLAGS
709 LIBEXT
710 IMPLIBEXT
711 LDRPATH_INSTALL
712 LDRPATH_LOCAL
714 DLLTOOL
715 DLLWRAP
716 MINGWAR
717 SECURITYLIB
718 COREFOUNDATIONLIB
719 IOKITLIB
720 LDEXECFLAGS
721 DISKARBITRATIONLIB
722 COREAUDIO
723 CARBONLIB
724 CROSSCC
725 CROSSTEST
726 CROSSTARGETFLAGS
727 LIBPTHREAD
728 XMKMF
729 X_CFLAGS
730 X_PRE_LIBS
731 X_LIBS
732 X_EXTRA_LIBS
733 NASLIBS
734 XML2LIBS
735 XML2INCL
736 XSLTINCL
737 HALINCL
738 GNUTLSINCL
739 sane_devel
740 SANEINCL
741 gphoto2_devel
742 gphoto2port_devel
743 GPHOTO2LIBS
744 GPHOTO2INCL
745 RESOLVLIBS
746 LCMSLIBS
747 ft_devel
748 FREETYPELIBS
749 FREETYPEINCL
750 ZLIB
751 ESDCONFIG
752 ESDINCL
753 ESDLIBS
754 PULSELIBS
755 ALSALIBS
756 AUDIOIOLIBS
757 CUPSINCL
758 FONTCONFIGINCL
759 PNGINCL
760 LIBKSTAT
761 EXTRACFLAGS
762 BUILTINFLAG
763 LDPATH
764 CRTLIBS
765 SOCKETLIBS
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 LDAPLIBS
770 DEPENDENCIES
771 ALL_MAKERULES
772 ALL_MAKEFILES
773 ALL_MAKEFILE_DEPENDS
774 ALL_TOP_DIRS
775 ALL_DLL_DIRS
776 ALL_IMPLIB_DIRS
777 ALL_TEST_DIRS
778 ALL_PROGRAM_DIRS
779 ALL_PROGRAM_INSTALL_DIRS
780 ALL_PROGRAM_BIN_INSTALL_DIRS
781 ALL_WINETEST_DEPENDS
782 LIBOBJS
783 LTLIBOBJS'
784 ac_subst_files='MAKE_RULES
785 MAKE_DLL_RULES
786 MAKE_IMPLIB_RULES
787 MAKE_TEST_RULES
788 MAKE_PROG_RULES'
789 ac_precious_vars='build_alias
790 host_alias
791 target_alias
793 CFLAGS
794 LDFLAGS
795 LIBS
796 CPPFLAGS
798 CXXFLAGS
801 XMKMF'
804 # Initialize some variables set by options.
805 ac_init_help=
806 ac_init_version=false
807 # The variables have the same names as the options, with
808 # dashes changed to underlines.
809 cache_file=/dev/null
810 exec_prefix=NONE
811 no_create=
812 no_recursion=
813 prefix=NONE
814 program_prefix=NONE
815 program_suffix=NONE
816 program_transform_name=s,x,x,
817 silent=
818 site=
819 srcdir=
820 verbose=
821 x_includes=NONE
822 x_libraries=NONE
824 # Installation directory options.
825 # These are left unexpanded so users can "make install exec_prefix=/foo"
826 # and all the variables that are supposed to be based on exec_prefix
827 # by default will actually change.
828 # Use braces instead of parens because sh, perl, etc. also accept them.
829 # (The list follows the same order as the GNU Coding Standards.)
830 bindir='${exec_prefix}/bin'
831 sbindir='${exec_prefix}/sbin'
832 libexecdir='${exec_prefix}/libexec'
833 datarootdir='${prefix}/share'
834 datadir='${datarootdir}'
835 sysconfdir='${prefix}/etc'
836 sharedstatedir='${prefix}/com'
837 localstatedir='${prefix}/var'
838 includedir='${prefix}/include'
839 oldincludedir='/usr/include'
840 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
841 infodir='${datarootdir}/info'
842 htmldir='${docdir}'
843 dvidir='${docdir}'
844 pdfdir='${docdir}'
845 psdir='${docdir}'
846 libdir='${exec_prefix}/lib'
847 localedir='${datarootdir}/locale'
848 mandir='${datarootdir}/man'
850 ac_prev=
851 ac_dashdash=
852 for ac_option
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
856 eval $ac_prev=\$ac_option
857 ac_prev=
858 continue
861 case $ac_option in
862 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *) ac_optarg=yes ;;
864 esac
866 # Accept the important Cygnus configure options, so we can diagnose typos.
868 case $ac_dashdash$ac_option in
870 ac_dashdash=yes ;;
872 -bindir | --bindir | --bindi | --bind | --bin | --bi)
873 ac_prev=bindir ;;
874 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
875 bindir=$ac_optarg ;;
877 -build | --build | --buil | --bui | --bu)
878 ac_prev=build_alias ;;
879 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
880 build_alias=$ac_optarg ;;
882 -cache-file | --cache-file | --cache-fil | --cache-fi \
883 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
884 ac_prev=cache_file ;;
885 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
886 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
887 cache_file=$ac_optarg ;;
889 --config-cache | -C)
890 cache_file=config.cache ;;
892 -datadir | --datadir | --datadi | --datad)
893 ac_prev=datadir ;;
894 -datadir=* | --datadir=* | --datadi=* | --datad=*)
895 datadir=$ac_optarg ;;
897 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
898 | --dataroo | --dataro | --datar)
899 ac_prev=datarootdir ;;
900 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
901 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
902 datarootdir=$ac_optarg ;;
904 -disable-* | --disable-*)
905 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
906 # Reject names that are not valid shell variable names.
907 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
908 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
909 { (exit 1); exit 1; }; }
910 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
911 eval enable_$ac_feature=no ;;
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
923 -enable-* | --enable-*)
924 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
927 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
928 { (exit 1); exit 1; }; }
929 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
930 eval enable_$ac_feature=\$ac_optarg ;;
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1120 -with-* | --with-*)
1121 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1124 { echo "$as_me: error: invalid package name: $ac_package" >&2
1125 { (exit 1); exit 1; }; }
1126 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1127 eval with_$ac_package=\$ac_optarg ;;
1129 -without-* | --without-*)
1130 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1133 { echo "$as_me: error: invalid package name: $ac_package" >&2
1134 { (exit 1); exit 1; }; }
1135 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1136 eval with_$ac_package=no ;;
1138 --x)
1139 # Obsolete; use --with-x.
1140 with_x=yes ;;
1142 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1143 | --x-incl | --x-inc | --x-in | --x-i)
1144 ac_prev=x_includes ;;
1145 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1146 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1147 x_includes=$ac_optarg ;;
1149 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1150 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1151 ac_prev=x_libraries ;;
1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1154 x_libraries=$ac_optarg ;;
1156 -*) { echo "$as_me: error: unrecognized option: $ac_option
1157 Try \`$0 --help' for more information." >&2
1158 { (exit 1); exit 1; }; }
1161 *=*)
1162 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1165 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1166 { (exit 1); exit 1; }; }
1167 eval $ac_envvar=\$ac_optarg
1168 export $ac_envvar ;;
1171 # FIXME: should be removed in autoconf 3.0.
1172 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1174 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1175 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1178 esac
1179 done
1181 if test -n "$ac_prev"; then
1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1183 { echo "$as_me: error: missing argument to $ac_option" >&2
1184 { (exit 1); exit 1; }; }
1187 # Be sure to have absolute directory names.
1188 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1189 datadir sysconfdir sharedstatedir localstatedir includedir \
1190 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1191 libdir localedir mandir
1193 eval ac_val=\$$ac_var
1194 case $ac_val in
1195 [\\/$]* | ?:[\\/]* ) continue;;
1196 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1197 esac
1198 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1199 { (exit 1); exit 1; }; }
1200 done
1202 # There might be people who depend on the old broken behavior: `$host'
1203 # used to hold the argument of --host etc.
1204 # FIXME: To remove some day.
1205 build=$build_alias
1206 host=$host_alias
1207 target=$target_alias
1209 # FIXME: To remove some day.
1210 if test "x$host_alias" != x; then
1211 if test "x$build_alias" = x; then
1212 cross_compiling=maybe
1213 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1214 If a cross compiler is detected then cross compile mode will be used." >&2
1215 elif test "x$build_alias" != "x$host_alias"; then
1216 cross_compiling=yes
1220 ac_tool_prefix=
1221 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1223 test "$silent" = yes && exec 6>/dev/null
1226 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1227 ac_ls_di=`ls -di .` &&
1228 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1229 { echo "$as_me: error: Working directory cannot be determined" >&2
1230 { (exit 1); exit 1; }; }
1231 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1232 { echo "$as_me: error: pwd does not report name of working directory" >&2
1233 { (exit 1); exit 1; }; }
1236 # Find the source files, if location was not specified.
1237 if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$0" ||
1241 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$0" : 'X\(//\)[^/]' \| \
1243 X"$0" : 'X\(//\)$' \| \
1244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1245 echo X"$0" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1254 /^X\(\/\/\)$/{
1255 s//\1/
1258 /^X\(\/\).*/{
1259 s//\1/
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1267 else
1268 ac_srcdir_defaulted=no
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1273 { (exit 1); exit 1; }; }
1275 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1276 ac_abs_confdir=`(
1277 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1278 { (exit 1); exit 1; }; }
1279 pwd)`
1280 # When building in place, set srcdir=.
1281 if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1284 # Remove unnecessary trailing slashes from srcdir.
1285 # Double slashes in file names in object file debugging info
1286 # mess up M-x gdb in Emacs.
1287 case $srcdir in
1288 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289 esac
1290 for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295 done
1298 # Report the --help message.
1300 if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304 \`configure' configures Wine 1.1.24 to adapt to many kinds of systems.
1306 Usage: $0 [OPTION]... [VAR=VALUE]...
1308 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309 VAR=VALUE. See below for descriptions of some of the useful variables.
1311 Defaults for the options are specified in brackets.
1313 Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324 Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1330 By default, \`make install' will install all the files in
1331 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333 for instance \`--prefix=\$HOME'.
1335 For better control, use the options below.
1337 Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357 _ACEOF
1359 cat <<\_ACEOF
1361 X features:
1362 --x-includes=DIR X include files are in DIR
1363 --x-libraries=DIR X library files are in DIR
1365 System types:
1366 --build=BUILD configure for building on BUILD [guessed]
1367 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1368 _ACEOF
1371 if test -n "$ac_init_help"; then
1372 case $ac_init_help in
1373 short | recursive ) echo "Configuration of Wine 1.1.24:";;
1374 esac
1375 cat <<\_ACEOF
1377 Optional Features:
1378 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1379 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1380 --disable-win16 do not include Win16 support
1381 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1382 binaries)
1383 --disable-tests do not build the regression tests
1384 --enable-maintainer-mode
1385 enable maintainer-specific build rules
1387 Optional Packages:
1388 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1389 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1390 --without-alsa do not use the Alsa sound support
1391 --without-audioio do not use the AudioIO sound support
1392 --without-capi do not use CAPI (ISDN support)
1393 --without-cms do not use CMS (color management support)
1394 --without-coreaudio do not use the CoreAudio sound support
1395 --without-cups do not use CUPS
1396 --without-curses do not use (n)curses
1397 --without-esd do not use the EsounD sound support
1398 --without-fontconfig do not use fontconfig
1399 --without-freetype do not use the FreeType library
1400 --without-gphoto do not use gphoto (Digital Camera support)
1401 --without-glu do not use the GLU library
1402 --without-gnutls do not use GnuTLS (schannel support)
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-pthread do not use the pthread library
1413 --without-pulse do not use PulseAudio sound support
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 CPP C preprocessor
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1442 Use these variables to override the choices made by `configure' or to help
1443 it to find libraries and programs with nonstandard names/locations.
1445 Report bugs to <wine-devel@winehq.org>.
1446 _ACEOF
1447 ac_status=$?
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1453 test -d "$ac_dir" || continue
1454 ac_builddir=.
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 Wine configure 1.1.24
1507 generated by GNU Autoconf 2.61
1509 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1511 This configure script is free software; the Free Software Foundation
1512 gives unlimited permission to copy, distribute and modify it.
1513 _ACEOF
1514 exit
1516 cat >config.log <<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.24, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1523 $ $0 $@
1525 _ACEOF
1526 exec 5>>config.log
1528 cat <<_ASUNAME
1529 ## --------- ##
1530 ## Platform. ##
1531 ## --------- ##
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 _ASUNAME
1552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553 for as_dir in $PATH
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 echo "PATH: $as_dir"
1558 done
1559 IFS=$as_save_IFS
1561 } >&5
1563 cat >&5 <<_ACEOF
1566 ## ----------- ##
1567 ## Core tests. ##
1568 ## ----------- ##
1570 _ACEOF
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1578 ac_configure_args=
1579 ac_configure_args0=
1580 ac_configure_args1=
1581 ac_must_keep_next=false
1582 for ac_pass in 1 2
1584 for ac_arg
1586 case $ac_arg in
1587 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1589 | -silent | --silent | --silen | --sile | --sil)
1590 continue ;;
1591 *\'*)
1592 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 esac
1594 case $ac_pass in
1595 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true; then
1599 ac_must_keep_next=false # Got value, back to normal.
1600 else
1601 case $ac_arg in
1602 *=* | --config-cache | -C | -disable-* | --disable-* \
1603 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1604 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1605 | -with-* | --with-* | -without-* | --without-* | --x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 esac
1610 -* ) ac_must_keep_next=true ;;
1611 esac
1613 ac_configure_args="$ac_configure_args '$ac_arg'"
1615 esac
1616 done
1617 done
1618 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1619 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1629 echo
1631 cat <<\_ASBOX
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1635 _ASBOX
1636 echo
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1641 case $ac_val in #(
1642 *${as_nl}*)
1643 case $ac_var in #(
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 esac
1647 case $ac_var in #(
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1650 esac ;;
1651 esac
1652 done
1653 (set) 2>&1 |
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1656 sed -n \
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 ;; #(
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663 esac |
1664 sort
1666 echo
1668 cat <<\_ASBOX
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1672 _ASBOX
1673 echo
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1677 case $ac_val in
1678 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 esac
1680 echo "$ac_var='\''$ac_val'\''"
1681 done | sort
1682 echo
1684 if test -n "$ac_subst_files"; then
1685 cat <<\_ASBOX
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1689 _ASBOX
1690 echo
1691 for ac_var in $ac_subst_files
1693 eval ac_val=\$$ac_var
1694 case $ac_val in
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 esac
1697 echo "$ac_var='\''$ac_val'\''"
1698 done | sort
1699 echo
1702 if test -s confdefs.h; then
1703 cat <<\_ASBOX
1704 ## ----------- ##
1705 ## confdefs.h. ##
1706 ## ----------- ##
1707 _ASBOX
1708 echo
1709 cat confdefs.h
1710 echo
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1715 } >&5
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 exit $exit_status
1720 for ac_signal in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1722 done
1723 ac_signal=0
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1752 _ACEOF
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x "$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE; then
1760 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1761 else
1762 set x "$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1765 shift
1766 for ac_site_file
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1772 . "$ac_site_file"
1774 done
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1782 case $cache_file in
1783 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1784 *) . "./$cache_file";;
1785 esac
1787 else
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1790 >$cache_file
1793 # Check that the precious variables saved in the cache have kept the same
1794 # value.
1795 ac_cache_corrupted=false
1796 for ac_var in $ac_precious_vars; do
1797 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1798 eval ac_new_set=\$ac_env_${ac_var}_set
1799 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1800 eval ac_new_val=\$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1802 set,)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,set)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,);;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted=:
1820 fi;;
1821 esac
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1824 case $ac_new_val in
1825 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg=$ac_var=$ac_new_val ;;
1827 esac
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1831 esac
1833 done
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1866 ac_ext=c
1867 ac_cpp='$CPP $CPPFLAGS'
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1874 ac_config_headers="$ac_config_headers include/config.h"
1876 ac_aux_dir=
1877 for ac_dir in tools "$srcdir"/tools; do
1878 if test -f "$ac_dir/install-sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 break
1882 elif test -f "$ac_dir/install.sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 break
1886 elif test -f "$ac_dir/shtool"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/shtool install -c"
1889 break
1891 done
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval=$enable_win64;
1919 # Check whether --enable-tests was given.
1920 if test "${enable_tests+set}" = set; then
1921 enableval=$enable_tests;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pthread was given.
2067 if test "${with_pthread+set}" = set; then
2068 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2072 # Check whether --with-pulse was given.
2073 if test "${with_pulse+set}" = set; then
2074 withval=$with_pulse;
2078 # Check whether --with-sane was given.
2079 if test "${with_sane+set}" = set; then
2080 withval=$with_sane;
2084 # Check whether --with-xcomposite was given.
2085 if test "${with_xcomposite+set}" = set; then
2086 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2090 # Check whether --with-xcursor was given.
2091 if test "${with_xcursor+set}" = set; then
2092 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2096 # Check whether --with-xinerama was given.
2097 if test "${with_xinerama+set}" = set; then
2098 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2102 # Check whether --with-xinput was given.
2103 if test "${with_xinput+set}" = set; then
2104 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2108 # Check whether --with-xml was given.
2109 if test "${with_xml+set}" = set; then
2110 withval=$with_xml;
2114 # Check whether --with-xrandr was given.
2115 if test "${with_xrandr+set}" = set; then
2116 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2120 # Check whether --with-xrender was given.
2121 if test "${with_xrender+set}" = set; then
2122 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2126 # Check whether --with-xshape was given.
2127 if test "${with_xshape+set}" = set; then
2128 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2132 # Check whether --with-xshm was given.
2133 if test "${with_xshm+set}" = set; then
2134 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2138 # Check whether --with-xslt was given.
2139 if test "${with_xslt+set}" = set; then
2140 withval=$with_xslt;
2144 # Check whether --with-xxf86vm was given.
2145 if test "${with_xxf86vm+set}" = set; then
2146 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2151 # Check whether --with-wine-tools was given.
2152 if test "${with_wine_tools+set}" = set; then
2153 withval=$with_wine_tools;
2157 # Make sure we can run config.sub.
2158 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2159 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2160 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2161 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: checking build system type" >&5
2164 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2165 if test "${ac_cv_build+set}" = set; then
2166 echo $ECHO_N "(cached) $ECHO_C" >&6
2167 else
2168 ac_build_alias=$build_alias
2169 test "x$ac_build_alias" = x &&
2170 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2171 test "x$ac_build_alias" = x &&
2172 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2173 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2174 { (exit 1); exit 1; }; }
2175 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2176 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2177 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2178 { (exit 1); exit 1; }; }
2181 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2182 echo "${ECHO_T}$ac_cv_build" >&6; }
2183 case $ac_cv_build in
2184 *-*-*) ;;
2185 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2186 echo "$as_me: error: invalid value of canonical build" >&2;}
2187 { (exit 1); exit 1; }; };;
2188 esac
2189 build=$ac_cv_build
2190 ac_save_IFS=$IFS; IFS='-'
2191 set x $ac_cv_build
2192 shift
2193 build_cpu=$1
2194 build_vendor=$2
2195 shift; shift
2196 # Remember, the first character of IFS is used to create $*,
2197 # except with old shells:
2198 build_os=$*
2199 IFS=$ac_save_IFS
2200 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2203 { echo "$as_me:$LINENO: checking host system type" >&5
2204 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2205 if test "${ac_cv_host+set}" = set; then
2206 echo $ECHO_N "(cached) $ECHO_C" >&6
2207 else
2208 if test "x$host_alias" = x; then
2209 ac_cv_host=$ac_cv_build
2210 else
2211 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2212 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2213 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2214 { (exit 1); exit 1; }; }
2218 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2219 echo "${ECHO_T}$ac_cv_host" >&6; }
2220 case $ac_cv_host in
2221 *-*-*) ;;
2222 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2223 echo "$as_me: error: invalid value of canonical host" >&2;}
2224 { (exit 1); exit 1; }; };;
2225 esac
2226 host=$ac_cv_host
2227 ac_save_IFS=$IFS; IFS='-'
2228 set x $ac_cv_host
2229 shift
2230 host_cpu=$1
2231 host_vendor=$2
2232 shift; shift
2233 # Remember, the first character of IFS is used to create $*,
2234 # except with old shells:
2235 host_os=$*
2236 IFS=$ac_save_IFS
2237 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2241 case "$srcdir" in
2242 .) ;;
2243 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2244 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&5
2246 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2247 You need to run 'make distclean' in the source tree first." >&2;}
2248 { (exit 1); exit 1; }; }
2249 fi ;;
2250 esac
2253 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2254 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2255 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2256 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6
2258 else
2259 cat >conftest.make <<\_ACEOF
2260 SHELL = /bin/sh
2261 all:
2262 @echo '@@@%%%=$(MAKE)=@@@%%%'
2263 _ACEOF
2264 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2265 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2266 *@@@%%%=?*=@@@%%%*)
2267 eval ac_cv_prog_make_${ac_make}_set=yes;;
2269 eval ac_cv_prog_make_${ac_make}_set=no;;
2270 esac
2271 rm -f conftest.make
2273 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2274 { echo "$as_me:$LINENO: result: yes" >&5
2275 echo "${ECHO_T}yes" >&6; }
2276 SET_MAKE=
2277 else
2278 { echo "$as_me:$LINENO: result: no" >&5
2279 echo "${ECHO_T}no" >&6; }
2280 SET_MAKE="MAKE=${MAKE-make}"
2283 ac_ext=c
2284 ac_cpp='$CPP $CPPFLAGS'
2285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2288 if test -n "$ac_tool_prefix"; then
2289 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2290 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2293 if test "${ac_cv_prog_CC+set}" = set; then
2294 echo $ECHO_N "(cached) $ECHO_C" >&6
2295 else
2296 if test -n "$CC"; then
2297 ac_cv_prog_CC="$CC" # Let the user override the test.
2298 else
2299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300 for as_dir in $PATH
2302 IFS=$as_save_IFS
2303 test -z "$as_dir" && as_dir=.
2304 for ac_exec_ext in '' $ac_executable_extensions; do
2305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2306 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2308 break 2
2310 done
2311 done
2312 IFS=$as_save_IFS
2316 CC=$ac_cv_prog_CC
2317 if test -n "$CC"; then
2318 { echo "$as_me:$LINENO: result: $CC" >&5
2319 echo "${ECHO_T}$CC" >&6; }
2320 else
2321 { echo "$as_me:$LINENO: result: no" >&5
2322 echo "${ECHO_T}no" >&6; }
2327 if test -z "$ac_cv_prog_CC"; then
2328 ac_ct_CC=$CC
2329 # Extract the first word of "gcc", so it can be a program name with args.
2330 set dummy gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 if test -n "$ac_ct_CC"; then
2337 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2342 IFS=$as_save_IFS
2343 test -z "$as_dir" && as_dir=.
2344 for ac_exec_ext in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_ac_ct_CC="gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348 break 2
2350 done
2351 done
2352 IFS=$as_save_IFS
2356 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2357 if test -n "$ac_ct_CC"; then
2358 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2359 echo "${ECHO_T}$ac_ct_CC" >&6; }
2360 else
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2365 if test "x$ac_ct_CC" = x; then
2366 CC=""
2367 else
2368 case $cross_compiling:$ac_tool_warned in
2369 yes:)
2370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2371 whose name does not start with the host triplet. If you think this
2372 configuration is useful to you, please write to autoconf@gnu.org." >&5
2373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet. If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2376 ac_tool_warned=yes ;;
2377 esac
2378 CC=$ac_ct_CC
2380 else
2381 CC="$ac_cv_prog_CC"
2384 if test -z "$CC"; then
2385 if test -n "$ac_tool_prefix"; then
2386 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2387 set dummy ${ac_tool_prefix}cc; ac_word=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_CC+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2392 else
2393 if test -n "$CC"; then
2394 ac_cv_prog_CC="$CC" # Let the user override the test.
2395 else
2396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2397 for as_dir in $PATH
2399 IFS=$as_save_IFS
2400 test -z "$as_dir" && as_dir=.
2401 for ac_exec_ext in '' $ac_executable_extensions; do
2402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403 ac_cv_prog_CC="${ac_tool_prefix}cc"
2404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2405 break 2
2407 done
2408 done
2409 IFS=$as_save_IFS
2413 CC=$ac_cv_prog_CC
2414 if test -n "$CC"; then
2415 { echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6; }
2417 else
2418 { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2425 if test -z "$CC"; then
2426 # Extract the first word of "cc", so it can be a program name with args.
2427 set dummy cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 ac_prog_rejected=no
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438 for as_dir in $PATH
2440 IFS=$as_save_IFS
2441 test -z "$as_dir" && as_dir=.
2442 for ac_exec_ext in '' $ac_executable_extensions; do
2443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2445 ac_prog_rejected=yes
2446 continue
2448 ac_cv_prog_CC="cc"
2449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 2
2452 done
2453 done
2454 IFS=$as_save_IFS
2456 if test $ac_prog_rejected = yes; then
2457 # We found a bogon in the path, so make sure we never use it.
2458 set dummy $ac_cv_prog_CC
2459 shift
2460 if test $# != 0; then
2461 # We chose a different compiler from the bogus one.
2462 # However, it has the same basename, so the bogon will be chosen
2463 # first if we set CC to just the basename; use the full file name.
2464 shift
2465 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2470 CC=$ac_cv_prog_CC
2471 if test -n "$CC"; then
2472 { echo "$as_me:$LINENO: result: $CC" >&5
2473 echo "${ECHO_T}$CC" >&6; }
2474 else
2475 { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2481 if test -z "$CC"; then
2482 if test -n "$ac_tool_prefix"; then
2483 for ac_prog in cl.exe
2485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490 echo $ECHO_N "(cached) $ECHO_C" >&6
2491 else
2492 if test -n "$CC"; then
2493 ac_cv_prog_CC="$CC" # Let the user override the test.
2494 else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496 for as_dir in $PATH
2498 IFS=$as_save_IFS
2499 test -z "$as_dir" && as_dir=.
2500 for ac_exec_ext in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2504 break 2
2506 done
2507 done
2508 IFS=$as_save_IFS
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514 { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517 { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2522 test -n "$CC" && break
2523 done
2525 if test -z "$CC"; then
2526 ac_ct_CC=$CC
2527 for ac_prog in cl.exe
2529 # Extract the first word of "$ac_prog", so it can be a program name with args.
2530 set dummy $ac_prog; ac_word=$2
2531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2534 echo $ECHO_N "(cached) $ECHO_C" >&6
2535 else
2536 if test -n "$ac_ct_CC"; then
2537 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2538 else
2539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2540 for as_dir in $PATH
2542 IFS=$as_save_IFS
2543 test -z "$as_dir" && as_dir=.
2544 for ac_exec_ext in '' $ac_executable_extensions; do
2545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2546 ac_cv_prog_ac_ct_CC="$ac_prog"
2547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2548 break 2
2550 done
2551 done
2552 IFS=$as_save_IFS
2556 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2557 if test -n "$ac_ct_CC"; then
2558 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2559 echo "${ECHO_T}$ac_ct_CC" >&6; }
2560 else
2561 { echo "$as_me:$LINENO: result: no" >&5
2562 echo "${ECHO_T}no" >&6; }
2566 test -n "$ac_ct_CC" && break
2567 done
2569 if test "x$ac_ct_CC" = x; then
2570 CC=""
2571 else
2572 case $cross_compiling:$ac_tool_warned in
2573 yes:)
2574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2575 whose name does not start with the host triplet. If you think this
2576 configuration is useful to you, please write to autoconf@gnu.org." >&5
2577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet. If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2580 ac_tool_warned=yes ;;
2581 esac
2582 CC=$ac_ct_CC
2589 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: no acceptable C compiler found in \$PATH
2592 See \`config.log' for more details." >&2;}
2593 { (exit 1); exit 1; }; }
2595 # Provide some information about the compiler.
2596 echo "$as_me:$LINENO: checking for C compiler version" >&5
2597 ac_compiler=`set X $ac_compile; echo $2`
2598 { (ac_try="$ac_compiler --version >&5"
2599 case "(($ac_try" in
2600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2601 *) ac_try_echo=$ac_try;;
2602 esac
2603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2604 (eval "$ac_compiler --version >&5") 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
2608 { (ac_try="$ac_compiler -v >&5"
2609 case "(($ac_try" in
2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611 *) ac_try_echo=$ac_try;;
2612 esac
2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2614 (eval "$ac_compiler -v >&5") 2>&5
2615 ac_status=$?
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }
2618 { (ac_try="$ac_compiler -V >&5"
2619 case "(($ac_try" in
2620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2622 esac
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624 (eval "$ac_compiler -V >&5") 2>&5
2625 ac_status=$?
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); }
2629 cat >conftest.$ac_ext <<_ACEOF
2630 /* confdefs.h. */
2631 _ACEOF
2632 cat confdefs.h >>conftest.$ac_ext
2633 cat >>conftest.$ac_ext <<_ACEOF
2634 /* end confdefs.h. */
2637 main ()
2641 return 0;
2643 _ACEOF
2644 ac_clean_files_save=$ac_clean_files
2645 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2646 # Try to create an executable without -o first, disregard a.out.
2647 # It will help us diagnose broken compilers, and finding out an intuition
2648 # of exeext.
2649 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2650 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2651 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2653 # List of possible output files, starting from the most likely.
2654 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2655 # only as a last resort. b.out is created by i960 compilers.
2656 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2658 # The IRIX 6 linker writes into existing files which may not be
2659 # executable, retaining their permissions. Remove them first so a
2660 # subsequent execution test works.
2661 ac_rmfiles=
2662 for ac_file in $ac_files
2664 case $ac_file in
2665 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2666 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2667 esac
2668 done
2669 rm -f $ac_rmfiles
2671 if { (ac_try="$ac_link_default"
2672 case "(($ac_try" in
2673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2674 *) ac_try_echo=$ac_try;;
2675 esac
2676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2677 (eval "$ac_link_default") 2>&5
2678 ac_status=$?
2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680 (exit $ac_status); }; then
2681 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2684 # so that the user can short-circuit this test for compilers unknown to
2685 # Autoconf.
2686 for ac_file in $ac_files ''
2688 test -f "$ac_file" || continue
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2692 [ab].out )
2693 # We found the default executable, but exeext='' is most
2694 # certainly right.
2695 break;;
2696 *.* )
2697 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2698 then :; else
2699 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2701 # We set ac_cv_exeext here because the later test for it is not
2702 # safe: cross compilers may not add the suffix if given an `-o'
2703 # argument, so we may need to know it at that point already.
2704 # Even if this section looks crufty: it has the advantage of
2705 # actually working.
2706 break;;
2708 break;;
2709 esac
2710 done
2711 test "$ac_cv_exeext" = no && ac_cv_exeext=
2713 else
2714 ac_file=''
2717 { echo "$as_me:$LINENO: result: $ac_file" >&5
2718 echo "${ECHO_T}$ac_file" >&6; }
2719 if test -z "$ac_file"; then
2720 echo "$as_me: failed program was:" >&5
2721 sed 's/^/| /' conftest.$ac_ext >&5
2723 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: C compiler cannot create executables
2726 See \`config.log' for more details." >&2;}
2727 { (exit 77); exit 77; }; }
2730 ac_exeext=$ac_cv_exeext
2732 # Check that the compiler produces executables we can run. If not, either
2733 # the compiler is broken, or we cross compile.
2734 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2735 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2736 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2737 # If not cross compiling, check that we can run a simple program.
2738 if test "$cross_compiling" != yes; then
2739 if { ac_try='./$ac_file'
2740 { (case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2745 (eval "$ac_try") 2>&5
2746 ac_status=$?
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then
2749 cross_compiling=no
2750 else
2751 if test "$cross_compiling" = maybe; then
2752 cross_compiling=yes
2753 else
2754 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2755 If you meant to cross compile, use \`--host'.
2756 See \`config.log' for more details." >&5
2757 echo "$as_me: error: cannot run C compiled programs.
2758 If you meant to cross compile, use \`--host'.
2759 See \`config.log' for more details." >&2;}
2760 { (exit 1); exit 1; }; }
2764 { echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6; }
2767 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2768 ac_clean_files=$ac_clean_files_save
2769 # Check that the compiler produces executables we can run. If not, either
2770 # the compiler is broken, or we cross compile.
2771 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2772 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2773 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2774 echo "${ECHO_T}$cross_compiling" >&6; }
2776 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2777 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2778 if { (ac_try="$ac_link"
2779 case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_link") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; then
2788 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2789 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2790 # work properly (i.e., refer to `conftest.exe'), while it won't with
2791 # `rm'.
2792 for ac_file in conftest.exe conftest conftest.*; do
2793 test -f "$ac_file" || continue
2794 case $ac_file in
2795 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2796 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797 break;;
2798 * ) break;;
2799 esac
2800 done
2801 else
2802 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&5
2804 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2805 See \`config.log' for more details." >&2;}
2806 { (exit 1); exit 1; }; }
2809 rm -f conftest$ac_cv_exeext
2810 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2811 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2813 rm -f conftest.$ac_ext
2814 EXEEXT=$ac_cv_exeext
2815 ac_exeext=$EXEEXT
2816 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2817 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2818 if test "${ac_cv_objext+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2820 else
2821 cat >conftest.$ac_ext <<_ACEOF
2822 /* confdefs.h. */
2823 _ACEOF
2824 cat confdefs.h >>conftest.$ac_ext
2825 cat >>conftest.$ac_ext <<_ACEOF
2826 /* end confdefs.h. */
2829 main ()
2833 return 0;
2835 _ACEOF
2836 rm -f conftest.o conftest.obj
2837 if { (ac_try="$ac_compile"
2838 case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2841 esac
2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2843 (eval "$ac_compile") 2>&5
2844 ac_status=$?
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; then
2847 for ac_file in conftest.o conftest.obj conftest.*; do
2848 test -f "$ac_file" || continue;
2849 case $ac_file in
2850 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2851 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2852 break;;
2853 esac
2854 done
2855 else
2856 echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.$ac_ext >&5
2859 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&5
2861 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2862 See \`config.log' for more details." >&2;}
2863 { (exit 1); exit 1; }; }
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2868 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2869 echo "${ECHO_T}$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2871 ac_objext=$OBJEXT
2872 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2873 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2875 echo $ECHO_N "(cached) $ECHO_C" >&6
2876 else
2877 cat >conftest.$ac_ext <<_ACEOF
2878 /* confdefs.h. */
2879 _ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h. */
2885 main ()
2887 #ifndef __GNUC__
2888 choke me
2889 #endif
2892 return 0;
2894 _ACEOF
2895 rm -f conftest.$ac_objext
2896 if { (ac_try="$ac_compile"
2897 case "(($ac_try" in
2898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899 *) ac_try_echo=$ac_try;;
2900 esac
2901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2902 (eval "$ac_compile") 2>conftest.er1
2903 ac_status=$?
2904 grep -v '^ *+' conftest.er1 >conftest.err
2905 rm -f conftest.er1
2906 cat conftest.err >&5
2907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2908 (exit $ac_status); } && {
2909 test -z "$ac_c_werror_flag" ||
2910 test ! -s conftest.err
2911 } && test -s conftest.$ac_objext; then
2912 ac_compiler_gnu=yes
2913 else
2914 echo "$as_me: failed program was:" >&5
2915 sed 's/^/| /' conftest.$ac_ext >&5
2917 ac_compiler_gnu=no
2920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2924 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2925 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2926 GCC=`test $ac_compiler_gnu = yes && echo yes`
2927 ac_test_CFLAGS=${CFLAGS+set}
2928 ac_save_CFLAGS=$CFLAGS
2929 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2930 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2931 if test "${ac_cv_prog_cc_g+set}" = set; then
2932 echo $ECHO_N "(cached) $ECHO_C" >&6
2933 else
2934 ac_save_c_werror_flag=$ac_c_werror_flag
2935 ac_c_werror_flag=yes
2936 ac_cv_prog_cc_g=no
2937 CFLAGS="-g"
2938 cat >conftest.$ac_ext <<_ACEOF
2939 /* confdefs.h. */
2940 _ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h. */
2946 main ()
2950 return 0;
2952 _ACEOF
2953 rm -f conftest.$ac_objext
2954 if { (ac_try="$ac_compile"
2955 case "(($ac_try" in
2956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2957 *) ac_try_echo=$ac_try;;
2958 esac
2959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2960 (eval "$ac_compile") 2>conftest.er1
2961 ac_status=$?
2962 grep -v '^ *+' conftest.er1 >conftest.err
2963 rm -f conftest.er1
2964 cat conftest.err >&5
2965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966 (exit $ac_status); } && {
2967 test -z "$ac_c_werror_flag" ||
2968 test ! -s conftest.err
2969 } && test -s conftest.$ac_objext; then
2970 ac_cv_prog_cc_g=yes
2971 else
2972 echo "$as_me: failed program was:" >&5
2973 sed 's/^/| /' conftest.$ac_ext >&5
2975 CFLAGS=""
2976 cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h. */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2984 main ()
2988 return 0;
2990 _ACEOF
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2993 case "(($ac_try" in
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2996 esac
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998 (eval "$ac_compile") 2>conftest.er1
2999 ac_status=$?
3000 grep -v '^ *+' conftest.er1 >conftest.err
3001 rm -f conftest.er1
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } && {
3005 test -z "$ac_c_werror_flag" ||
3006 test ! -s conftest.err
3007 } && test -s conftest.$ac_objext; then
3009 else
3010 echo "$as_me: failed program was:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3013 ac_c_werror_flag=$ac_save_c_werror_flag
3014 CFLAGS="-g"
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3047 ac_cv_prog_cc_g=yes
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 ac_c_werror_flag=$ac_save_c_werror_flag
3064 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3065 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3066 if test "$ac_test_CFLAGS" = set; then
3067 CFLAGS=$ac_save_CFLAGS
3068 elif test $ac_cv_prog_cc_g = yes; then
3069 if test "$GCC" = yes; then
3070 CFLAGS="-g -O2"
3071 else
3072 CFLAGS="-g"
3074 else
3075 if test "$GCC" = yes; then
3076 CFLAGS="-O2"
3077 else
3078 CFLAGS=
3081 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3082 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3083 if test "${ac_cv_prog_cc_c89+set}" = set; then
3084 echo $ECHO_N "(cached) $ECHO_C" >&6
3085 else
3086 ac_cv_prog_cc_c89=no
3087 ac_save_CC=$CC
3088 cat >conftest.$ac_ext <<_ACEOF
3089 /* confdefs.h. */
3090 _ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3093 /* end confdefs.h. */
3094 #include <stdarg.h>
3095 #include <stdio.h>
3096 #include <sys/types.h>
3097 #include <sys/stat.h>
3098 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3099 struct buf { int x; };
3100 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3101 static char *e (p, i)
3102 char **p;
3103 int i;
3105 return p[i];
3107 static char *f (char * (*g) (char **, int), char **p, ...)
3109 char *s;
3110 va_list v;
3111 va_start (v,p);
3112 s = g (p, va_arg (v,int));
3113 va_end (v);
3114 return s;
3117 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3118 function prototypes and stuff, but not '\xHH' hex character constants.
3119 These don't provoke an error unfortunately, instead are silently treated
3120 as 'x'. The following induces an error, until -std is added to get
3121 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3122 array size at least. It's necessary to write '\x00'==0 to get something
3123 that's true only with -std. */
3124 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3126 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3127 inside strings and character constants. */
3128 #define FOO(x) 'x'
3129 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3131 int test (int i, double x);
3132 struct s1 {int (*f) (int a);};
3133 struct s2 {int (*f) (double a);};
3134 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3135 int argc;
3136 char **argv;
3138 main ()
3140 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3142 return 0;
3144 _ACEOF
3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3146 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3148 CC="$ac_save_CC $ac_arg"
3149 rm -f conftest.$ac_objext
3150 if { (ac_try="$ac_compile"
3151 case "(($ac_try" in
3152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3153 *) ac_try_echo=$ac_try;;
3154 esac
3155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3156 (eval "$ac_compile") 2>conftest.er1
3157 ac_status=$?
3158 grep -v '^ *+' conftest.er1 >conftest.err
3159 rm -f conftest.er1
3160 cat conftest.err >&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); } && {
3163 test -z "$ac_c_werror_flag" ||
3164 test ! -s conftest.err
3165 } && test -s conftest.$ac_objext; then
3166 ac_cv_prog_cc_c89=$ac_arg
3167 else
3168 echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.$ac_ext >&5
3174 rm -f core conftest.err conftest.$ac_objext
3175 test "x$ac_cv_prog_cc_c89" != "xno" && break
3176 done
3177 rm -f conftest.$ac_ext
3178 CC=$ac_save_CC
3181 # AC_CACHE_VAL
3182 case "x$ac_cv_prog_cc_c89" in
3184 { echo "$as_me:$LINENO: result: none needed" >&5
3185 echo "${ECHO_T}none needed" >&6; } ;;
3186 xno)
3187 { echo "$as_me:$LINENO: result: unsupported" >&5
3188 echo "${ECHO_T}unsupported" >&6; } ;;
3190 CC="$CC $ac_cv_prog_cc_c89"
3191 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3192 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3193 esac
3196 ac_ext=c
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3202 ac_ext=cpp
3203 ac_cpp='$CXXCPP $CPPFLAGS'
3204 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3207 if test -z "$CXX"; then
3208 if test -n "$CCC"; then
3209 CXX=$CCC
3210 else
3211 if test -n "$ac_tool_prefix"; then
3212 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3214 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3215 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3216 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3217 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3218 if test "${ac_cv_prog_CXX+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220 else
3221 if test -n "$CXX"; then
3222 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3223 else
3224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3225 for as_dir in $PATH
3227 IFS=$as_save_IFS
3228 test -z "$as_dir" && as_dir=.
3229 for ac_exec_ext in '' $ac_executable_extensions; do
3230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3232 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3233 break 2
3235 done
3236 done
3237 IFS=$as_save_IFS
3241 CXX=$ac_cv_prog_CXX
3242 if test -n "$CXX"; then
3243 { echo "$as_me:$LINENO: result: $CXX" >&5
3244 echo "${ECHO_T}$CXX" >&6; }
3245 else
3246 { echo "$as_me:$LINENO: result: no" >&5
3247 echo "${ECHO_T}no" >&6; }
3251 test -n "$CXX" && break
3252 done
3254 if test -z "$CXX"; then
3255 ac_ct_CXX=$CXX
3256 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3258 # Extract the first word of "$ac_prog", so it can be a program name with args.
3259 set dummy $ac_prog; ac_word=$2
3260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3262 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3263 echo $ECHO_N "(cached) $ECHO_C" >&6
3264 else
3265 if test -n "$ac_ct_CXX"; then
3266 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3267 else
3268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3269 for as_dir in $PATH
3271 IFS=$as_save_IFS
3272 test -z "$as_dir" && as_dir=.
3273 for ac_exec_ext in '' $ac_executable_extensions; do
3274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3275 ac_cv_prog_ac_ct_CXX="$ac_prog"
3276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3277 break 2
3279 done
3280 done
3281 IFS=$as_save_IFS
3285 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3286 if test -n "$ac_ct_CXX"; then
3287 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3288 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3289 else
3290 { echo "$as_me:$LINENO: result: no" >&5
3291 echo "${ECHO_T}no" >&6; }
3295 test -n "$ac_ct_CXX" && break
3296 done
3298 if test "x$ac_ct_CXX" = x; then
3299 CXX="g++"
3300 else
3301 case $cross_compiling:$ac_tool_warned in
3302 yes:)
3303 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3304 whose name does not start with the host triplet. If you think this
3305 configuration is useful to you, please write to autoconf@gnu.org." >&5
3306 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet. If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3309 ac_tool_warned=yes ;;
3310 esac
3311 CXX=$ac_ct_CXX
3317 # Provide some information about the compiler.
3318 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3319 ac_compiler=`set X $ac_compile; echo $2`
3320 { (ac_try="$ac_compiler --version >&5"
3321 case "(($ac_try" in
3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323 *) ac_try_echo=$ac_try;;
3324 esac
3325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3326 (eval "$ac_compiler --version >&5") 2>&5
3327 ac_status=$?
3328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3329 (exit $ac_status); }
3330 { (ac_try="$ac_compiler -v >&5"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3336 (eval "$ac_compiler -v >&5") 2>&5
3337 ac_status=$?
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); }
3340 { (ac_try="$ac_compiler -V >&5"
3341 case "(($ac_try" in
3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343 *) ac_try_echo=$ac_try;;
3344 esac
3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3346 (eval "$ac_compiler -V >&5") 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }
3351 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3352 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3353 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
3355 else
3356 cat >conftest.$ac_ext <<_ACEOF
3357 /* confdefs.h. */
3358 _ACEOF
3359 cat confdefs.h >>conftest.$ac_ext
3360 cat >>conftest.$ac_ext <<_ACEOF
3361 /* end confdefs.h. */
3364 main ()
3366 #ifndef __GNUC__
3367 choke me
3368 #endif
3371 return 0;
3373 _ACEOF
3374 rm -f conftest.$ac_objext
3375 if { (ac_try="$ac_compile"
3376 case "(($ac_try" in
3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3378 *) ac_try_echo=$ac_try;;
3379 esac
3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3381 (eval "$ac_compile") 2>conftest.er1
3382 ac_status=$?
3383 grep -v '^ *+' conftest.er1 >conftest.err
3384 rm -f conftest.er1
3385 cat conftest.err >&5
3386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3387 (exit $ac_status); } && {
3388 test -z "$ac_cxx_werror_flag" ||
3389 test ! -s conftest.err
3390 } && test -s conftest.$ac_objext; then
3391 ac_compiler_gnu=yes
3392 else
3393 echo "$as_me: failed program was:" >&5
3394 sed 's/^/| /' conftest.$ac_ext >&5
3396 ac_compiler_gnu=no
3399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3400 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3403 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3404 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3405 GXX=`test $ac_compiler_gnu = yes && echo yes`
3406 ac_test_CXXFLAGS=${CXXFLAGS+set}
3407 ac_save_CXXFLAGS=$CXXFLAGS
3408 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3409 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3410 if test "${ac_cv_prog_cxx_g+set}" = set; then
3411 echo $ECHO_N "(cached) $ECHO_C" >&6
3412 else
3413 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3414 ac_cxx_werror_flag=yes
3415 ac_cv_prog_cxx_g=no
3416 CXXFLAGS="-g"
3417 cat >conftest.$ac_ext <<_ACEOF
3418 /* confdefs.h. */
3419 _ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3425 main ()
3429 return 0;
3431 _ACEOF
3432 rm -f conftest.$ac_objext
3433 if { (ac_try="$ac_compile"
3434 case "(($ac_try" in
3435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436 *) ac_try_echo=$ac_try;;
3437 esac
3438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3439 (eval "$ac_compile") 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_cxx_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 ac_cv_prog_cxx_g=yes
3450 else
3451 echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3454 CXXFLAGS=""
3455 cat >conftest.$ac_ext <<_ACEOF
3456 /* confdefs.h. */
3457 _ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h. */
3463 main ()
3467 return 0;
3469 _ACEOF
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3472 case "(($ac_try" in
3473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474 *) ac_try_echo=$ac_try;;
3475 esac
3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3477 (eval "$ac_compile") 2>conftest.er1
3478 ac_status=$?
3479 grep -v '^ *+' conftest.er1 >conftest.err
3480 rm -f conftest.er1
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } && {
3484 test -z "$ac_cxx_werror_flag" ||
3485 test ! -s conftest.err
3486 } && test -s conftest.$ac_objext; then
3488 else
3489 echo "$as_me: failed program was:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3492 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3493 CXXFLAGS="-g"
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3526 ac_cv_prog_cxx_g=yes
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3543 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3544 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3545 if test "$ac_test_CXXFLAGS" = set; then
3546 CXXFLAGS=$ac_save_CXXFLAGS
3547 elif test $ac_cv_prog_cxx_g = yes; then
3548 if test "$GXX" = yes; then
3549 CXXFLAGS="-g -O2"
3550 else
3551 CXXFLAGS="-g"
3553 else
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-O2"
3556 else
3557 CXXFLAGS=
3560 ac_ext=c
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3566 if test -n "$ac_tool_prefix"; then
3567 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3568 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3571 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3572 echo $ECHO_N "(cached) $ECHO_C" >&6
3573 else
3574 if test -n "$CPPBIN"; then
3575 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3576 else
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 for as_dir in $PATH
3580 IFS=$as_save_IFS
3581 test -z "$as_dir" && as_dir=.
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3584 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3586 break 2
3588 done
3589 done
3590 IFS=$as_save_IFS
3594 CPPBIN=$ac_cv_prog_CPPBIN
3595 if test -n "$CPPBIN"; then
3596 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3597 echo "${ECHO_T}$CPPBIN" >&6; }
3598 else
3599 { echo "$as_me:$LINENO: result: no" >&5
3600 echo "${ECHO_T}no" >&6; }
3605 if test -z "$ac_cv_prog_CPPBIN"; then
3606 ac_ct_CPPBIN=$CPPBIN
3607 # Extract the first word of "cpp", so it can be a program name with args.
3608 set dummy cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614 if test -n "$ac_ct_CPPBIN"; then
3615 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3620 IFS=$as_save_IFS
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_ac_ct_CPPBIN="cpp"
3625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 break 2
3628 done
3629 done
3630 IFS=$as_save_IFS
3634 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3635 if test -n "$ac_ct_CPPBIN"; then
3636 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3637 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3638 else
3639 { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3643 if test "x$ac_ct_CPPBIN" = x; then
3644 CPPBIN="cpp"
3645 else
3646 case $cross_compiling:$ac_tool_warned in
3647 yes:)
3648 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3649 whose name does not start with the host triplet. If you think this
3650 configuration is useful to you, please write to autoconf@gnu.org." >&5
3651 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3652 whose name does not start with the host triplet. If you think this
3653 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3654 ac_tool_warned=yes ;;
3655 esac
3656 CPPBIN=$ac_ct_CPPBIN
3658 else
3659 CPPBIN="$ac_cv_prog_CPPBIN"
3663 case $host in
3664 *-darwin*)
3665 if test "x$enable_win64" == "xyes"
3666 then
3667 CC="$CC -m64"
3668 CXX="$CXX -m64"
3669 LD="${LD:-ld} -arch x86_64"
3670 AS="${AS:-as} -arch x86_64"
3671 host_cpu="x86_64"
3672 notice_platform="64-bit "
3673 TARGETFLAGS="-m64"
3675 else
3676 CC="$CC -m32"
3677 CXX="$CXX -m32"
3678 LD="${LD:-ld} -arch i386"
3679 AS="${AS:-as} -arch i386"
3680 host_cpu="i386"
3681 notice_platform="32-bit "
3682 TARGETFLAGS="-m32"
3684 enable_win16=${enable_win16:-yes}
3687 x86_64*)
3688 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3689 then
3690 CC="$CC -m32"
3691 CXX="$CXX -m32"
3692 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3693 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3695 cat >conftest.$ac_ext <<_ACEOF
3696 /* confdefs.h. */
3697 _ACEOF
3698 cat confdefs.h >>conftest.$ac_ext
3699 cat >>conftest.$ac_ext <<_ACEOF
3700 /* end confdefs.h. */
3703 main ()
3707 return 0;
3709 _ACEOF
3710 rm -f conftest.$ac_objext conftest$ac_exeext
3711 if { (ac_try="$ac_link"
3712 case "(($ac_try" in
3713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3714 *) ac_try_echo=$ac_try;;
3715 esac
3716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3717 (eval "$ac_link") 2>conftest.er1
3718 ac_status=$?
3719 grep -v '^ *+' conftest.er1 >conftest.err
3720 rm -f conftest.er1
3721 cat conftest.err >&5
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); } && {
3724 test -z "$ac_c_werror_flag" ||
3725 test ! -s conftest.err
3726 } && test -s conftest$ac_exeext &&
3727 $as_test_x conftest$ac_exeext; then
3728 { echo "$as_me:$LINENO: result: yes" >&5
3729 echo "${ECHO_T}yes" >&6; }
3730 else
3731 echo "$as_me: failed program was:" >&5
3732 sed 's/^/| /' conftest.$ac_ext >&5
3734 { echo "$as_me:$LINENO: result: no" >&5
3735 echo "${ECHO_T}no" >&6; }
3736 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3737 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3738 { (exit 1); exit 1; }; }
3741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3742 conftest$ac_exeext conftest.$ac_ext
3743 LD="${LD:-ld} -m elf_i386"
3744 AS="${AS:-as} --32"
3745 host_cpu="i386"
3746 notice_platform="32-bit "
3747 TARGETFLAGS="-m32"
3749 enable_win16=${enable_win16:-yes}
3750 else
3751 if test "x${GCC}" = "xyes"
3752 then
3753 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3754 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3755 cat >conftest.$ac_ext <<_ACEOF
3756 /* confdefs.h. */
3757 _ACEOF
3758 cat confdefs.h >>conftest.$ac_ext
3759 cat >>conftest.$ac_ext <<_ACEOF
3760 /* end confdefs.h. */
3761 #include <stdarg.h>
3763 main ()
3765 void func(__builtin_ms_va_list *args);
3767 return 0;
3769 _ACEOF
3770 rm -f conftest.$ac_objext
3771 if { (ac_try="$ac_compile"
3772 case "(($ac_try" in
3773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3774 *) ac_try_echo=$ac_try;;
3775 esac
3776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3777 (eval "$ac_compile") 2>conftest.er1
3778 ac_status=$?
3779 grep -v '^ *+' conftest.er1 >conftest.err
3780 rm -f conftest.er1
3781 cat conftest.err >&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); } && {
3784 test -z "$ac_c_werror_flag" ||
3785 test ! -s conftest.err
3786 } && test -s conftest.$ac_objext; then
3787 { echo "$as_me:$LINENO: result: yes" >&5
3788 echo "${ECHO_T}yes" >&6; }
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 { echo "$as_me:$LINENO: result: no" >&5
3794 echo "${ECHO_T}no" >&6; }
3795 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3796 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3797 { (exit 1); exit 1; }; }
3800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3802 TARGETFLAGS="-m64"
3806 *-mingw32*|*-cygwin*)
3807 enable_win16=${enable_win16:-no}
3809 i[3456789]86*)
3810 enable_win16=${enable_win16:-yes}
3812 esac
3814 enable_win16=${enable_win16:-no}
3816 WIN16_FILES="\$(WIN16_FILES)"
3818 WIN16_INSTALL="\$(WIN16_INSTALL)"
3820 if test "x$enable_win16" != "xyes"
3821 then
3822 WIN16_FILES=""
3823 WIN16_INSTALL=""
3824 enable_w32skrnl=${enable_w32skrnl:-no}
3825 enable_winedos=${enable_winedos:-no}
3826 enable_winevdm=${enable_winevdm:-no}
3829 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3830 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3831 if test "${wine_cv_toolsdir+set}" = set; then
3832 echo $ECHO_N "(cached) $ECHO_C" >&6
3833 else
3834 if test -z "$with_wine_tools"; then
3835 if test "$cross_compiling" = "yes"; then
3836 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3837 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3838 { (exit 1); exit 1; }; }
3839 else
3840 wine_cv_toolsdir="\$(TOPOBJDIR)"
3842 elif test -d "$with_wine_tools/tools/winebuild"; then
3843 case $with_wine_tools in
3844 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3845 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3846 esac
3847 else
3848 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3849 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3850 { (exit 1); exit 1; }; }
3853 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3854 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3855 TOOLSDIR=$wine_cv_toolsdir
3857 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3858 then
3859 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3863 for ac_prog in flex
3865 # Extract the first word of "$ac_prog", so it can be a program name with args.
3866 set dummy $ac_prog; ac_word=$2
3867 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3869 if test "${ac_cv_prog_FLEX+set}" = set; then
3870 echo $ECHO_N "(cached) $ECHO_C" >&6
3871 else
3872 if test -n "$FLEX"; then
3873 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3874 else
3875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3876 for as_dir in $PATH
3878 IFS=$as_save_IFS
3879 test -z "$as_dir" && as_dir=.
3880 for ac_exec_ext in '' $ac_executable_extensions; do
3881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3882 ac_cv_prog_FLEX="$ac_prog"
3883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3884 break 2
3886 done
3887 done
3888 IFS=$as_save_IFS
3892 FLEX=$ac_cv_prog_FLEX
3893 if test -n "$FLEX"; then
3894 { echo "$as_me:$LINENO: result: $FLEX" >&5
3895 echo "${ECHO_T}$FLEX" >&6; }
3896 else
3897 { echo "$as_me:$LINENO: result: no" >&5
3898 echo "${ECHO_T}no" >&6; }
3902 test -n "$FLEX" && break
3903 done
3904 test -n "$FLEX" || FLEX="none"
3906 if test "$FLEX" = "none"
3907 then
3908 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3909 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3910 { (exit 1); exit 1; }; }
3913 for ac_prog in bison
3915 # Extract the first word of "$ac_prog", so it can be a program name with args.
3916 set dummy $ac_prog; ac_word=$2
3917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3919 if test "${ac_cv_prog_BISON+set}" = set; then
3920 echo $ECHO_N "(cached) $ECHO_C" >&6
3921 else
3922 if test -n "$BISON"; then
3923 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3924 else
3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926 for as_dir in $PATH
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_BISON="$ac_prog"
3933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3936 done
3937 done
3938 IFS=$as_save_IFS
3942 BISON=$ac_cv_prog_BISON
3943 if test -n "$BISON"; then
3944 { echo "$as_me:$LINENO: result: $BISON" >&5
3945 echo "${ECHO_T}$BISON" >&6; }
3946 else
3947 { echo "$as_me:$LINENO: result: no" >&5
3948 echo "${ECHO_T}no" >&6; }
3952 test -n "$BISON" && break
3953 done
3954 test -n "$BISON" || BISON="none"
3956 if test "$BISON" = "none"
3957 then
3958 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3959 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3960 { (exit 1); exit 1; }; }
3963 if test -n "$ac_tool_prefix"; then
3964 for ac_prog in ar gar
3966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3967 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3970 if test "${ac_cv_prog_AR+set}" = set; then
3971 echo $ECHO_N "(cached) $ECHO_C" >&6
3972 else
3973 if test -n "$AR"; then
3974 ac_cv_prog_AR="$AR" # Let the user override the test.
3975 else
3976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3977 for as_dir in $PATH
3979 IFS=$as_save_IFS
3980 test -z "$as_dir" && as_dir=.
3981 for ac_exec_ext in '' $ac_executable_extensions; do
3982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3983 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3985 break 2
3987 done
3988 done
3989 IFS=$as_save_IFS
3993 AR=$ac_cv_prog_AR
3994 if test -n "$AR"; then
3995 { echo "$as_me:$LINENO: result: $AR" >&5
3996 echo "${ECHO_T}$AR" >&6; }
3997 else
3998 { echo "$as_me:$LINENO: result: no" >&5
3999 echo "${ECHO_T}no" >&6; }
4003 test -n "$AR" && break
4004 done
4006 if test -z "$AR"; then
4007 ac_ct_AR=$AR
4008 for ac_prog in ar gar
4010 # Extract the first word of "$ac_prog", so it can be a program name with args.
4011 set dummy $ac_prog; ac_word=$2
4012 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4014 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4015 echo $ECHO_N "(cached) $ECHO_C" >&6
4016 else
4017 if test -n "$ac_ct_AR"; then
4018 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4023 IFS=$as_save_IFS
4024 test -z "$as_dir" && as_dir=.
4025 for ac_exec_ext in '' $ac_executable_extensions; do
4026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4027 ac_cv_prog_ac_ct_AR="$ac_prog"
4028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4029 break 2
4031 done
4032 done
4033 IFS=$as_save_IFS
4037 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4038 if test -n "$ac_ct_AR"; then
4039 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4040 echo "${ECHO_T}$ac_ct_AR" >&6; }
4041 else
4042 { echo "$as_me:$LINENO: result: no" >&5
4043 echo "${ECHO_T}no" >&6; }
4047 test -n "$ac_ct_AR" && break
4048 done
4050 if test "x$ac_ct_AR" = x; then
4051 AR="ar"
4052 else
4053 case $cross_compiling:$ac_tool_warned in
4054 yes:)
4055 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4056 whose name does not start with the host triplet. If you think this
4057 configuration is useful to you, please write to autoconf@gnu.org." >&5
4058 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4059 whose name does not start with the host triplet. If you think this
4060 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4061 ac_tool_warned=yes ;;
4062 esac
4063 AR=$ac_ct_AR
4067 ARFLAGS=rc
4069 if test -n "$ac_tool_prefix"; then
4070 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4071 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4072 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4073 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4074 if test "${ac_cv_prog_RANLIB+set}" = set; then
4075 echo $ECHO_N "(cached) $ECHO_C" >&6
4076 else
4077 if test -n "$RANLIB"; then
4078 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4079 else
4080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4081 for as_dir in $PATH
4083 IFS=$as_save_IFS
4084 test -z "$as_dir" && as_dir=.
4085 for ac_exec_ext in '' $ac_executable_extensions; do
4086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4087 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4089 break 2
4091 done
4092 done
4093 IFS=$as_save_IFS
4097 RANLIB=$ac_cv_prog_RANLIB
4098 if test -n "$RANLIB"; then
4099 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4100 echo "${ECHO_T}$RANLIB" >&6; }
4101 else
4102 { echo "$as_me:$LINENO: result: no" >&5
4103 echo "${ECHO_T}no" >&6; }
4108 if test -z "$ac_cv_prog_RANLIB"; then
4109 ac_ct_RANLIB=$RANLIB
4110 # Extract the first word of "ranlib", so it can be a program name with args.
4111 set dummy ranlib; ac_word=$2
4112 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4113 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4114 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4115 echo $ECHO_N "(cached) $ECHO_C" >&6
4116 else
4117 if test -n "$ac_ct_RANLIB"; then
4118 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4119 else
4120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4121 for as_dir in $PATH
4123 IFS=$as_save_IFS
4124 test -z "$as_dir" && as_dir=.
4125 for ac_exec_ext in '' $ac_executable_extensions; do
4126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4127 ac_cv_prog_ac_ct_RANLIB="ranlib"
4128 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4129 break 2
4131 done
4132 done
4133 IFS=$as_save_IFS
4137 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4138 if test -n "$ac_ct_RANLIB"; then
4139 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4140 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4141 else
4142 { echo "$as_me:$LINENO: result: no" >&5
4143 echo "${ECHO_T}no" >&6; }
4146 if test "x$ac_ct_RANLIB" = x; then
4147 RANLIB=":"
4148 else
4149 case $cross_compiling:$ac_tool_warned in
4150 yes:)
4151 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4152 whose name does not start with the host triplet. If you think this
4153 configuration is useful to you, please write to autoconf@gnu.org." >&5
4154 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4155 whose name does not start with the host triplet. If you think this
4156 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4157 ac_tool_warned=yes ;;
4158 esac
4159 RANLIB=$ac_ct_RANLIB
4161 else
4162 RANLIB="$ac_cv_prog_RANLIB"
4165 if test -n "$ac_tool_prefix"; then
4166 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4167 set dummy ${ac_tool_prefix}strip; ac_word=$2
4168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4170 if test "${ac_cv_prog_STRIP+set}" = set; then
4171 echo $ECHO_N "(cached) $ECHO_C" >&6
4172 else
4173 if test -n "$STRIP"; then
4174 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4175 else
4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4177 for as_dir in $PATH
4179 IFS=$as_save_IFS
4180 test -z "$as_dir" && as_dir=.
4181 for ac_exec_ext in '' $ac_executable_extensions; do
4182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4183 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4185 break 2
4187 done
4188 done
4189 IFS=$as_save_IFS
4193 STRIP=$ac_cv_prog_STRIP
4194 if test -n "$STRIP"; then
4195 { echo "$as_me:$LINENO: result: $STRIP" >&5
4196 echo "${ECHO_T}$STRIP" >&6; }
4197 else
4198 { echo "$as_me:$LINENO: result: no" >&5
4199 echo "${ECHO_T}no" >&6; }
4204 if test -z "$ac_cv_prog_STRIP"; then
4205 ac_ct_STRIP=$STRIP
4206 # Extract the first word of "strip", so it can be a program name with args.
4207 set dummy strip; ac_word=$2
4208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4210 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4211 echo $ECHO_N "(cached) $ECHO_C" >&6
4212 else
4213 if test -n "$ac_ct_STRIP"; then
4214 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4215 else
4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4217 for as_dir in $PATH
4219 IFS=$as_save_IFS
4220 test -z "$as_dir" && as_dir=.
4221 for ac_exec_ext in '' $ac_executable_extensions; do
4222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4223 ac_cv_prog_ac_ct_STRIP="strip"
4224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 break 2
4227 done
4228 done
4229 IFS=$as_save_IFS
4233 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4234 if test -n "$ac_ct_STRIP"; then
4235 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4236 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4237 else
4238 { echo "$as_me:$LINENO: result: no" >&5
4239 echo "${ECHO_T}no" >&6; }
4242 if test "x$ac_ct_STRIP" = x; then
4243 STRIP="strip"
4244 else
4245 case $cross_compiling:$ac_tool_warned in
4246 yes:)
4247 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4248 whose name does not start with the host triplet. If you think this
4249 configuration is useful to you, please write to autoconf@gnu.org." >&5
4250 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4251 whose name does not start with the host triplet. If you think this
4252 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4253 ac_tool_warned=yes ;;
4254 esac
4255 STRIP=$ac_ct_STRIP
4257 else
4258 STRIP="$ac_cv_prog_STRIP"
4261 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4262 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4263 LN_S=$as_ln_s
4264 if test "$LN_S" = "ln -s"; then
4265 { echo "$as_me:$LINENO: result: yes" >&5
4266 echo "${ECHO_T}yes" >&6; }
4267 else
4268 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4269 echo "${ECHO_T}no, using $LN_S" >&6; }
4272 { echo "$as_me:$LINENO: checking whether ln works" >&5
4273 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4274 rm -f conf$$ conf$$.file
4275 echo >conf$$.file
4276 if ln conf$$.file conf$$ 2>/dev/null; then
4277 LN=ln
4279 { echo "$as_me:$LINENO: result: yes" >&5
4280 echo "${ECHO_T}yes" >&6; }
4281 else
4282 LN="cp -p"
4284 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4285 echo "${ECHO_T}no, using $LN" >&6; }
4287 rm -f conf$$ conf$$.file
4288 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4289 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4290 if test "${ac_cv_path_GREP+set}" = set; then
4291 echo $ECHO_N "(cached) $ECHO_C" >&6
4292 else
4293 # Extract the first word of "grep ggrep" to use in msg output
4294 if test -z "$GREP"; then
4295 set dummy grep ggrep; ac_prog_name=$2
4296 if test "${ac_cv_path_GREP+set}" = set; then
4297 echo $ECHO_N "(cached) $ECHO_C" >&6
4298 else
4299 ac_path_GREP_found=false
4300 # Loop through the user's path and test for each of PROGNAME-LIST
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_prog in grep ggrep; do
4307 for ac_exec_ext in '' $ac_executable_extensions; do
4308 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4309 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4310 # Check for GNU ac_path_GREP and select it if it is found.
4311 # Check for GNU $ac_path_GREP
4312 case `"$ac_path_GREP" --version 2>&1` in
4313 *GNU*)
4314 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4316 ac_count=0
4317 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4318 while :
4320 cat "conftest.in" "conftest.in" >"conftest.tmp"
4321 mv "conftest.tmp" "conftest.in"
4322 cp "conftest.in" "conftest.nl"
4323 echo 'GREP' >> "conftest.nl"
4324 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4325 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4326 ac_count=`expr $ac_count + 1`
4327 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4328 # Best one so far, save it but keep looking for a better one
4329 ac_cv_path_GREP="$ac_path_GREP"
4330 ac_path_GREP_max=$ac_count
4332 # 10*(2^10) chars as input seems more than enough
4333 test $ac_count -gt 10 && break
4334 done
4335 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4336 esac
4339 $ac_path_GREP_found && break 3
4340 done
4341 done
4343 done
4344 IFS=$as_save_IFS
4349 GREP="$ac_cv_path_GREP"
4350 if test -z "$GREP"; then
4351 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4352 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4353 { (exit 1); exit 1; }; }
4356 else
4357 ac_cv_path_GREP=$GREP
4362 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4363 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
4367 { echo "$as_me:$LINENO: checking for egrep" >&5
4368 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4369 if test "${ac_cv_path_EGREP+set}" = set; then
4370 echo $ECHO_N "(cached) $ECHO_C" >&6
4371 else
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 # Extract the first word of "egrep" to use in msg output
4376 if test -z "$EGREP"; then
4377 set dummy egrep; ac_prog_name=$2
4378 if test "${ac_cv_path_EGREP+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4380 else
4381 ac_path_EGREP_found=false
4382 # Loop through the user's path and test for each of PROGNAME-LIST
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_prog in egrep; do
4389 for ac_exec_ext in '' $ac_executable_extensions; do
4390 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4391 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4392 # Check for GNU ac_path_EGREP and select it if it is found.
4393 # Check for GNU $ac_path_EGREP
4394 case `"$ac_path_EGREP" --version 2>&1` in
4395 *GNU*)
4396 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4398 ac_count=0
4399 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4400 while :
4402 cat "conftest.in" "conftest.in" >"conftest.tmp"
4403 mv "conftest.tmp" "conftest.in"
4404 cp "conftest.in" "conftest.nl"
4405 echo 'EGREP' >> "conftest.nl"
4406 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4407 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4408 ac_count=`expr $ac_count + 1`
4409 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4410 # Best one so far, save it but keep looking for a better one
4411 ac_cv_path_EGREP="$ac_path_EGREP"
4412 ac_path_EGREP_max=$ac_count
4414 # 10*(2^10) chars as input seems more than enough
4415 test $ac_count -gt 10 && break
4416 done
4417 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4418 esac
4421 $ac_path_EGREP_found && break 3
4422 done
4423 done
4425 done
4426 IFS=$as_save_IFS
4431 EGREP="$ac_cv_path_EGREP"
4432 if test -z "$EGREP"; then
4433 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4434 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4435 { (exit 1); exit 1; }; }
4438 else
4439 ac_cv_path_EGREP=$EGREP
4445 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4446 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4447 EGREP="$ac_cv_path_EGREP"
4450 # Extract the first word of "ldconfig", so it can be a program name with args.
4451 set dummy ldconfig; ac_word=$2
4452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4454 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4455 echo $ECHO_N "(cached) $ECHO_C" >&6
4456 else
4457 case $LDCONFIG in
4458 [\\/]* | ?:[\\/]*)
4459 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 for as_dir in /sbin /usr/sbin $PATH
4465 IFS=$as_save_IFS
4466 test -z "$as_dir" && as_dir=.
4467 for ac_exec_ext in '' $ac_executable_extensions; do
4468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4469 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4471 break 2
4473 done
4474 done
4475 IFS=$as_save_IFS
4477 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4479 esac
4481 LDCONFIG=$ac_cv_path_LDCONFIG
4482 if test -n "$LDCONFIG"; then
4483 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4484 echo "${ECHO_T}$LDCONFIG" >&6; }
4485 else
4486 { echo "$as_me:$LINENO: result: no" >&5
4487 echo "${ECHO_T}no" >&6; }
4491 # Find a good install program. We prefer a C program (faster),
4492 # so one script is as good as another. But avoid the broken or
4493 # incompatible versions:
4494 # SysV /etc/install, /usr/sbin/install
4495 # SunOS /usr/etc/install
4496 # IRIX /sbin/install
4497 # AIX /bin/install
4498 # AmigaOS /C/install, which installs bootblocks on floppy discs
4499 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4500 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4501 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4502 # OS/2's system install, which has a completely different semantic
4503 # ./install, which can be erroneously created by make from ./install.sh.
4504 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4505 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4506 if test -z "$INSTALL"; then
4507 if test "${ac_cv_path_install+set}" = set; then
4508 echo $ECHO_N "(cached) $ECHO_C" >&6
4509 else
4510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4511 for as_dir in $PATH
4513 IFS=$as_save_IFS
4514 test -z "$as_dir" && as_dir=.
4515 # Account for people who put trailing slashes in PATH elements.
4516 case $as_dir/ in
4517 ./ | .// | /cC/* | \
4518 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4519 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4520 /usr/ucb/* ) ;;
4522 # OSF1 and SCO ODT 3.0 have their own names for install.
4523 # Don't use installbsd from OSF since it installs stuff as root
4524 # by default.
4525 for ac_prog in ginstall scoinst install; do
4526 for ac_exec_ext in '' $ac_executable_extensions; do
4527 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4528 if test $ac_prog = install &&
4529 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4530 # AIX install. It has an incompatible calling convention.
4532 elif test $ac_prog = install &&
4533 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4534 # program-specific install script used by HP pwplus--don't use.
4536 else
4537 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4538 break 3
4541 done
4542 done
4544 esac
4545 done
4546 IFS=$as_save_IFS
4550 if test "${ac_cv_path_install+set}" = set; then
4551 INSTALL=$ac_cv_path_install
4552 else
4553 # As a last resort, use the slow shell script. Don't cache a
4554 # value for INSTALL within a source directory, because that will
4555 # break other packages using the cache if that directory is
4556 # removed, or if the value is a relative name.
4557 INSTALL=$ac_install_sh
4560 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4561 echo "${ECHO_T}$INSTALL" >&6; }
4563 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4564 # It thinks the first close brace ends the variable substitution.
4565 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4567 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4569 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4571 case "$INSTALL" in
4572 [\\/$]* | ?:[\\/]* ) ;;
4573 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4574 esac
4576 for ac_prog in lclint lint
4578 # Extract the first word of "$ac_prog", so it can be a program name with args.
4579 set dummy $ac_prog; ac_word=$2
4580 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4582 if test "${ac_cv_prog_LINT+set}" = set; then
4583 echo $ECHO_N "(cached) $ECHO_C" >&6
4584 else
4585 if test -n "$LINT"; then
4586 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_LINT="$ac_prog"
4596 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 LINT=$ac_cv_prog_LINT
4606 if test -n "$LINT"; then
4607 { echo "$as_me:$LINENO: result: $LINT" >&5
4608 echo "${ECHO_T}$LINT" >&6; }
4609 else
4610 { echo "$as_me:$LINENO: result: no" >&5
4611 echo "${ECHO_T}no" >&6; }
4615 test -n "$LINT" && break
4616 done
4618 if test "$LINT" = "lint"
4619 then
4620 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4625 for ac_prog in fontforge
4627 # Extract the first word of "$ac_prog", so it can be a program name with args.
4628 set dummy $ac_prog; ac_word=$2
4629 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4631 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4632 echo $ECHO_N "(cached) $ECHO_C" >&6
4633 else
4634 if test -n "$FONTFORGE"; then
4635 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4636 else
4637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4638 for as_dir in $PATH
4640 IFS=$as_save_IFS
4641 test -z "$as_dir" && as_dir=.
4642 for ac_exec_ext in '' $ac_executable_extensions; do
4643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4644 ac_cv_prog_FONTFORGE="$ac_prog"
4645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4646 break 2
4648 done
4649 done
4650 IFS=$as_save_IFS
4654 FONTFORGE=$ac_cv_prog_FONTFORGE
4655 if test -n "$FONTFORGE"; then
4656 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4657 echo "${ECHO_T}$FONTFORGE" >&6; }
4658 else
4659 { echo "$as_me:$LINENO: result: no" >&5
4660 echo "${ECHO_T}no" >&6; }
4664 test -n "$FONTFORGE" && break
4665 done
4666 test -n "$FONTFORGE" || FONTFORGE="false"
4668 for ac_prog in pkg-config
4670 # Extract the first word of "$ac_prog", so it can be a program name with args.
4671 set dummy $ac_prog; ac_word=$2
4672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4674 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 else
4677 if test -n "$PKG_CONFIG"; then
4678 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4679 else
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 for as_dir in $PATH
4683 IFS=$as_save_IFS
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_PKG_CONFIG="$ac_prog"
4688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4691 done
4692 done
4693 IFS=$as_save_IFS
4697 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4698 if test -n "$PKG_CONFIG"; then
4699 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4700 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4701 else
4702 { echo "$as_me:$LINENO: result: no" >&5
4703 echo "${ECHO_T}no" >&6; }
4707 test -n "$PKG_CONFIG" && break
4708 done
4709 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4711 for ac_prog in rsvg
4713 # Extract the first word of "$ac_prog", so it can be a program name with args.
4714 set dummy $ac_prog; ac_word=$2
4715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4717 if test "${ac_cv_prog_RSVG+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 if test -n "$RSVG"; then
4721 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4722 else
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4730 ac_cv_prog_RSVG="$ac_prog"
4731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4732 break 2
4734 done
4735 done
4736 IFS=$as_save_IFS
4740 RSVG=$ac_cv_prog_RSVG
4741 if test -n "$RSVG"; then
4742 { echo "$as_me:$LINENO: result: $RSVG" >&5
4743 echo "${ECHO_T}$RSVG" >&6; }
4744 else
4745 { echo "$as_me:$LINENO: result: no" >&5
4746 echo "${ECHO_T}no" >&6; }
4750 test -n "$RSVG" && break
4751 done
4752 test -n "$RSVG" || RSVG="false"
4754 for ac_prog in icotool
4756 # Extract the first word of "$ac_prog", so it can be a program name with args.
4757 set dummy $ac_prog; ac_word=$2
4758 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4760 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4761 echo $ECHO_N "(cached) $ECHO_C" >&6
4762 else
4763 if test -n "$ICOTOOL"; then
4764 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 for ac_exec_ext in '' $ac_executable_extensions; do
4772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4773 ac_cv_prog_ICOTOOL="$ac_prog"
4774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 break 2
4777 done
4778 done
4779 IFS=$as_save_IFS
4783 ICOTOOL=$ac_cv_prog_ICOTOOL
4784 if test -n "$ICOTOOL"; then
4785 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4786 echo "${ECHO_T}$ICOTOOL" >&6; }
4787 else
4788 { echo "$as_me:$LINENO: result: no" >&5
4789 echo "${ECHO_T}no" >&6; }
4793 test -n "$ICOTOOL" && break
4794 done
4795 test -n "$ICOTOOL" || ICOTOOL="false"
4798 if test "${enable_maintainer_mode+set}" = set
4799 then
4800 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4801 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4802 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4805 case $host_cpu in
4806 *i[3456789]86*)
4807 # Extract the first word of "prelink", so it can be a program name with args.
4808 set dummy prelink; ac_word=$2
4809 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4811 if test "${ac_cv_path_PRELINK+set}" = set; then
4812 echo $ECHO_N "(cached) $ECHO_C" >&6
4813 else
4814 case $PRELINK in
4815 [\\/]* | ?:[\\/]*)
4816 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4820 for as_dir in /sbin /usr/sbin $PATH
4822 IFS=$as_save_IFS
4823 test -z "$as_dir" && as_dir=.
4824 for ac_exec_ext in '' $ac_executable_extensions; do
4825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4826 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4828 break 2
4830 done
4831 done
4832 IFS=$as_save_IFS
4834 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4836 esac
4838 PRELINK=$ac_cv_path_PRELINK
4839 if test -n "$PRELINK"; then
4840 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4841 echo "${ECHO_T}$PRELINK" >&6; }
4842 else
4843 { echo "$as_me:$LINENO: result: no" >&5
4844 echo "${ECHO_T}no" >&6; }
4849 esac
4853 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4854 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4855 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4856 echo $ECHO_N "(cached) $ECHO_C" >&6
4857 else
4858 ac_check_lib_save_LIBS=$LIBS
4859 LIBS="-li386 $LIBS"
4860 cat >conftest.$ac_ext <<_ACEOF
4861 /* confdefs.h. */
4862 _ACEOF
4863 cat confdefs.h >>conftest.$ac_ext
4864 cat >>conftest.$ac_ext <<_ACEOF
4865 /* end confdefs.h. */
4867 /* Override any GCC internal prototype to avoid an error.
4868 Use char because int might match the return type of a GCC
4869 builtin and then its argument prototype would still apply. */
4870 #ifdef __cplusplus
4871 extern "C"
4872 #endif
4873 char i386_set_ldt ();
4875 main ()
4877 return i386_set_ldt ();
4879 return 0;
4881 _ACEOF
4882 rm -f conftest.$ac_objext conftest$ac_exeext
4883 if { (ac_try="$ac_link"
4884 case "(($ac_try" in
4885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4886 *) ac_try_echo=$ac_try;;
4887 esac
4888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4889 (eval "$ac_link") 2>conftest.er1
4890 ac_status=$?
4891 grep -v '^ *+' conftest.er1 >conftest.err
4892 rm -f conftest.er1
4893 cat conftest.err >&5
4894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); } && {
4896 test -z "$ac_c_werror_flag" ||
4897 test ! -s conftest.err
4898 } && test -s conftest$ac_exeext &&
4899 $as_test_x conftest$ac_exeext; then
4900 ac_cv_lib_i386_i386_set_ldt=yes
4901 else
4902 echo "$as_me: failed program was:" >&5
4903 sed 's/^/| /' conftest.$ac_ext >&5
4905 ac_cv_lib_i386_i386_set_ldt=no
4908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4909 conftest$ac_exeext conftest.$ac_ext
4910 LIBS=$ac_check_lib_save_LIBS
4912 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4913 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4914 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4915 cat >>confdefs.h <<_ACEOF
4916 #define HAVE_LIBI386 1
4917 _ACEOF
4919 LIBS="-li386 $LIBS"
4924 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4925 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4926 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4927 echo $ECHO_N "(cached) $ECHO_C" >&6
4928 else
4929 ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-lossaudio $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h. */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 /* Override any GCC internal prototype to avoid an error.
4939 Use char because int might match the return type of a GCC
4940 builtin and then its argument prototype would still apply. */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char _oss_ioctl ();
4946 main ()
4948 return _oss_ioctl ();
4950 return 0;
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4960 (eval "$ac_link") 2>conftest.er1
4961 ac_status=$?
4962 grep -v '^ *+' conftest.er1 >conftest.err
4963 rm -f conftest.er1
4964 cat conftest.err >&5
4965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966 (exit $ac_status); } && {
4967 test -z "$ac_c_werror_flag" ||
4968 test ! -s conftest.err
4969 } && test -s conftest$ac_exeext &&
4970 $as_test_x conftest$ac_exeext; then
4971 ac_cv_lib_ossaudio__oss_ioctl=yes
4972 else
4973 echo "$as_me: failed program was:" >&5
4974 sed 's/^/| /' conftest.$ac_ext >&5
4976 ac_cv_lib_ossaudio__oss_ioctl=no
4979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4980 conftest$ac_exeext conftest.$ac_ext
4981 LIBS=$ac_check_lib_save_LIBS
4983 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4984 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
4985 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4986 cat >>confdefs.h <<_ACEOF
4987 #define HAVE_LIBOSSAUDIO 1
4988 _ACEOF
4990 LIBS="-lossaudio $LIBS"
4995 XLIB=""
4997 OPENGL_LIBS=""
5001 ac_ext=c
5002 ac_cpp='$CPP $CPPFLAGS'
5003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5006 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5007 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5008 # On Suns, sometimes $CPP names a directory.
5009 if test -n "$CPP" && test -d "$CPP"; then
5010 CPP=
5012 if test -z "$CPP"; then
5013 if test "${ac_cv_prog_CPP+set}" = set; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016 # Double quotes because CPP needs to be expanded
5017 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5019 ac_preproc_ok=false
5020 for ac_c_preproc_warn_flag in '' yes
5022 # Use a header file that comes with gcc, so configuring glibc
5023 # with a fresh cross-compiler works.
5024 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5025 # <limits.h> exists even on freestanding compilers.
5026 # On the NeXT, cc -E runs the code through the compiler's parser,
5027 # not just through cpp. "Syntax error" is here to catch this case.
5028 cat >conftest.$ac_ext <<_ACEOF
5029 /* confdefs.h. */
5030 _ACEOF
5031 cat confdefs.h >>conftest.$ac_ext
5032 cat >>conftest.$ac_ext <<_ACEOF
5033 /* end confdefs.h. */
5034 #ifdef __STDC__
5035 # include <limits.h>
5036 #else
5037 # include <assert.h>
5038 #endif
5039 Syntax error
5040 _ACEOF
5041 if { (ac_try="$ac_cpp conftest.$ac_ext"
5042 case "(($ac_try" in
5043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5044 *) ac_try_echo=$ac_try;;
5045 esac
5046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5048 ac_status=$?
5049 grep -v '^ *+' conftest.er1 >conftest.err
5050 rm -f conftest.er1
5051 cat conftest.err >&5
5052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053 (exit $ac_status); } >/dev/null && {
5054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5055 test ! -s conftest.err
5056 }; then
5058 else
5059 echo "$as_me: failed program was:" >&5
5060 sed 's/^/| /' conftest.$ac_ext >&5
5062 # Broken: fails on valid input.
5063 continue
5066 rm -f conftest.err conftest.$ac_ext
5068 # OK, works on sane cases. Now check whether nonexistent headers
5069 # can be detected and how.
5070 cat >conftest.$ac_ext <<_ACEOF
5071 /* confdefs.h. */
5072 _ACEOF
5073 cat confdefs.h >>conftest.$ac_ext
5074 cat >>conftest.$ac_ext <<_ACEOF
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5077 _ACEOF
5078 if { (ac_try="$ac_cpp conftest.$ac_ext"
5079 case "(($ac_try" in
5080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5081 *) ac_try_echo=$ac_try;;
5082 esac
5083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5084 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5085 ac_status=$?
5086 grep -v '^ *+' conftest.er1 >conftest.err
5087 rm -f conftest.er1
5088 cat conftest.err >&5
5089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5090 (exit $ac_status); } >/dev/null && {
5091 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5092 test ! -s conftest.err
5093 }; then
5094 # Broken: success on invalid input.
5095 continue
5096 else
5097 echo "$as_me: failed program was:" >&5
5098 sed 's/^/| /' conftest.$ac_ext >&5
5100 # Passes both tests.
5101 ac_preproc_ok=:
5102 break
5105 rm -f conftest.err conftest.$ac_ext
5107 done
5108 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5109 rm -f conftest.err conftest.$ac_ext
5110 if $ac_preproc_ok; then
5111 break
5114 done
5115 ac_cv_prog_CPP=$CPP
5118 CPP=$ac_cv_prog_CPP
5119 else
5120 ac_cv_prog_CPP=$CPP
5122 { echo "$as_me:$LINENO: result: $CPP" >&5
5123 echo "${ECHO_T}$CPP" >&6; }
5124 ac_preproc_ok=false
5125 for ac_c_preproc_warn_flag in '' yes
5127 # Use a header file that comes with gcc, so configuring glibc
5128 # with a fresh cross-compiler works.
5129 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5130 # <limits.h> exists even on freestanding compilers.
5131 # On the NeXT, cc -E runs the code through the compiler's parser,
5132 # not just through cpp. "Syntax error" is here to catch this case.
5133 cat >conftest.$ac_ext <<_ACEOF
5134 /* confdefs.h. */
5135 _ACEOF
5136 cat confdefs.h >>conftest.$ac_ext
5137 cat >>conftest.$ac_ext <<_ACEOF
5138 /* end confdefs.h. */
5139 #ifdef __STDC__
5140 # include <limits.h>
5141 #else
5142 # include <assert.h>
5143 #endif
5144 Syntax error
5145 _ACEOF
5146 if { (ac_try="$ac_cpp conftest.$ac_ext"
5147 case "(($ac_try" in
5148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5149 *) ac_try_echo=$ac_try;;
5150 esac
5151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5152 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } >/dev/null && {
5159 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5160 test ! -s conftest.err
5161 }; then
5163 else
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 # Broken: fails on valid input.
5168 continue
5171 rm -f conftest.err conftest.$ac_ext
5173 # OK, works on sane cases. Now check whether nonexistent headers
5174 # can be detected and how.
5175 cat >conftest.$ac_ext <<_ACEOF
5176 /* confdefs.h. */
5177 _ACEOF
5178 cat confdefs.h >>conftest.$ac_ext
5179 cat >>conftest.$ac_ext <<_ACEOF
5180 /* end confdefs.h. */
5181 #include <ac_nonexistent.h>
5182 _ACEOF
5183 if { (ac_try="$ac_cpp conftest.$ac_ext"
5184 case "(($ac_try" in
5185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5186 *) ac_try_echo=$ac_try;;
5187 esac
5188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5189 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5190 ac_status=$?
5191 grep -v '^ *+' conftest.er1 >conftest.err
5192 rm -f conftest.er1
5193 cat conftest.err >&5
5194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5195 (exit $ac_status); } >/dev/null && {
5196 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5197 test ! -s conftest.err
5198 }; then
5199 # Broken: success on invalid input.
5200 continue
5201 else
5202 echo "$as_me: failed program was:" >&5
5203 sed 's/^/| /' conftest.$ac_ext >&5
5205 # Passes both tests.
5206 ac_preproc_ok=:
5207 break
5210 rm -f conftest.err conftest.$ac_ext
5212 done
5213 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5214 rm -f conftest.err conftest.$ac_ext
5215 if $ac_preproc_ok; then
5217 else
5218 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5219 See \`config.log' for more details." >&5
5220 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5221 See \`config.log' for more details." >&2;}
5222 { (exit 1); exit 1; }; }
5225 ac_ext=c
5226 ac_cpp='$CPP $CPPFLAGS'
5227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5232 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5233 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5234 if test "${ac_cv_header_stdc+set}" = set; then
5235 echo $ECHO_N "(cached) $ECHO_C" >&6
5236 else
5237 cat >conftest.$ac_ext <<_ACEOF
5238 /* confdefs.h. */
5239 _ACEOF
5240 cat confdefs.h >>conftest.$ac_ext
5241 cat >>conftest.$ac_ext <<_ACEOF
5242 /* end confdefs.h. */
5243 #include <stdlib.h>
5244 #include <stdarg.h>
5245 #include <string.h>
5246 #include <float.h>
5249 main ()
5253 return 0;
5255 _ACEOF
5256 rm -f conftest.$ac_objext
5257 if { (ac_try="$ac_compile"
5258 case "(($ac_try" in
5259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5260 *) ac_try_echo=$ac_try;;
5261 esac
5262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5263 (eval "$ac_compile") 2>conftest.er1
5264 ac_status=$?
5265 grep -v '^ *+' conftest.er1 >conftest.err
5266 rm -f conftest.er1
5267 cat conftest.err >&5
5268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5269 (exit $ac_status); } && {
5270 test -z "$ac_c_werror_flag" ||
5271 test ! -s conftest.err
5272 } && test -s conftest.$ac_objext; then
5273 ac_cv_header_stdc=yes
5274 else
5275 echo "$as_me: failed program was:" >&5
5276 sed 's/^/| /' conftest.$ac_ext >&5
5278 ac_cv_header_stdc=no
5281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5283 if test $ac_cv_header_stdc = yes; then
5284 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5285 cat >conftest.$ac_ext <<_ACEOF
5286 /* confdefs.h. */
5287 _ACEOF
5288 cat confdefs.h >>conftest.$ac_ext
5289 cat >>conftest.$ac_ext <<_ACEOF
5290 /* end confdefs.h. */
5291 #include <string.h>
5293 _ACEOF
5294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5295 $EGREP "memchr" >/dev/null 2>&1; then
5297 else
5298 ac_cv_header_stdc=no
5300 rm -f conftest*
5304 if test $ac_cv_header_stdc = yes; then
5305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5306 cat >conftest.$ac_ext <<_ACEOF
5307 /* confdefs.h. */
5308 _ACEOF
5309 cat confdefs.h >>conftest.$ac_ext
5310 cat >>conftest.$ac_ext <<_ACEOF
5311 /* end confdefs.h. */
5312 #include <stdlib.h>
5314 _ACEOF
5315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5316 $EGREP "free" >/dev/null 2>&1; then
5318 else
5319 ac_cv_header_stdc=no
5321 rm -f conftest*
5325 if test $ac_cv_header_stdc = yes; then
5326 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5327 if test "$cross_compiling" = yes; then
5329 else
5330 cat >conftest.$ac_ext <<_ACEOF
5331 /* confdefs.h. */
5332 _ACEOF
5333 cat confdefs.h >>conftest.$ac_ext
5334 cat >>conftest.$ac_ext <<_ACEOF
5335 /* end confdefs.h. */
5336 #include <ctype.h>
5337 #include <stdlib.h>
5338 #if ((' ' & 0x0FF) == 0x020)
5339 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5340 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5341 #else
5342 # define ISLOWER(c) \
5343 (('a' <= (c) && (c) <= 'i') \
5344 || ('j' <= (c) && (c) <= 'r') \
5345 || ('s' <= (c) && (c) <= 'z'))
5346 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5347 #endif
5349 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5351 main ()
5353 int i;
5354 for (i = 0; i < 256; i++)
5355 if (XOR (islower (i), ISLOWER (i))
5356 || toupper (i) != TOUPPER (i))
5357 return 2;
5358 return 0;
5360 _ACEOF
5361 rm -f conftest$ac_exeext
5362 if { (ac_try="$ac_link"
5363 case "(($ac_try" in
5364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5365 *) ac_try_echo=$ac_try;;
5366 esac
5367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5368 (eval "$ac_link") 2>&5
5369 ac_status=$?
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5372 { (case "(($ac_try" in
5373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5374 *) ac_try_echo=$ac_try;;
5375 esac
5376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5377 (eval "$ac_try") 2>&5
5378 ac_status=$?
5379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5380 (exit $ac_status); }; }; then
5382 else
5383 echo "$as_me: program exited with status $ac_status" >&5
5384 echo "$as_me: failed program was:" >&5
5385 sed 's/^/| /' conftest.$ac_ext >&5
5387 ( exit $ac_status )
5388 ac_cv_header_stdc=no
5390 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5396 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5397 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5398 if test $ac_cv_header_stdc = yes; then
5400 cat >>confdefs.h <<\_ACEOF
5401 #define STDC_HEADERS 1
5402 _ACEOF
5406 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5416 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5417 inttypes.h stdint.h unistd.h
5419 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5420 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5421 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5423 echo $ECHO_N "(cached) $ECHO_C" >&6
5424 else
5425 cat >conftest.$ac_ext <<_ACEOF
5426 /* confdefs.h. */
5427 _ACEOF
5428 cat confdefs.h >>conftest.$ac_ext
5429 cat >>conftest.$ac_ext <<_ACEOF
5430 /* end confdefs.h. */
5431 $ac_includes_default
5433 #include <$ac_header>
5434 _ACEOF
5435 rm -f conftest.$ac_objext
5436 if { (ac_try="$ac_compile"
5437 case "(($ac_try" in
5438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439 *) ac_try_echo=$ac_try;;
5440 esac
5441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5442 (eval "$ac_compile") 2>conftest.er1
5443 ac_status=$?
5444 grep -v '^ *+' conftest.er1 >conftest.err
5445 rm -f conftest.er1
5446 cat conftest.err >&5
5447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448 (exit $ac_status); } && {
5449 test -z "$ac_c_werror_flag" ||
5450 test ! -s conftest.err
5451 } && test -s conftest.$ac_objext; then
5452 eval "$as_ac_Header=yes"
5453 else
5454 echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5457 eval "$as_ac_Header=no"
5460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 ac_res=`eval echo '${'$as_ac_Header'}'`
5463 { echo "$as_me:$LINENO: result: $ac_res" >&5
5464 echo "${ECHO_T}$ac_res" >&6; }
5465 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5466 cat >>confdefs.h <<_ACEOF
5467 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5468 _ACEOF
5472 done
5599 for ac_header in \
5600 AudioUnit/AudioUnit.h \
5601 Carbon/Carbon.h \
5602 CoreAudio/CoreAudio.h \
5603 DiskArbitration/DiskArbitration.h \
5604 IOKit/IOKitLib.h \
5605 IOKit/hid/IOHIDLib.h \
5606 alias.h \
5607 alsa/asoundlib.h \
5608 arpa/inet.h \
5609 arpa/nameser.h \
5610 asm/types.h \
5611 capi20.h \
5612 curses.h \
5613 direct.h \
5614 dirent.h \
5615 dlfcn.h \
5616 elf.h \
5617 float.h \
5618 fnmatch.h \
5619 fontconfig/fontconfig.h \
5620 getopt.h \
5621 grp.h \
5622 ieeefp.h \
5623 inet/mib2.h \
5624 io.h \
5625 jack/jack.h \
5626 jpeglib.h \
5627 kstat.h \
5628 lber.h \
5629 lcms.h \
5630 lcms/lcms.h \
5631 ldap.h \
5632 libaudioio.h \
5633 link.h \
5634 linux/cdrom.h \
5635 linux/compiler.h \
5636 linux/hdreg.h \
5637 linux/input.h \
5638 linux/ioctl.h \
5639 linux/joystick.h \
5640 linux/major.h \
5641 linux/param.h \
5642 linux/serial.h \
5643 linux/types.h \
5644 linux/ucdrom.h \
5645 mach-o/nlist.h \
5646 mach/mach.h \
5647 mach/machine.h \
5648 machine/cpu.h \
5649 machine/limits.h \
5650 machine/soundcard.h \
5651 mntent.h \
5652 ncurses.h \
5653 netdb.h \
5654 netinet/in.h \
5655 netinet/in_systm.h \
5656 netinet/tcp.h \
5657 netinet/tcp_fsm.h \
5658 openssl/err.h \
5659 openssl/ssl.h \
5660 png.h \
5661 poll.h \
5662 process.h \
5663 pthread.h \
5664 pwd.h \
5665 regex.h \
5666 sched.h \
5667 scsi/scsi.h \
5668 scsi/scsi_ioctl.h \
5669 scsi/sg.h \
5670 soundcard.h \
5671 stdbool.h \
5672 stdint.h \
5673 strings.h \
5674 stropts.h \
5675 sys/asoundlib.h \
5676 sys/cdio.h \
5677 sys/elf32.h \
5678 sys/epoll.h \
5679 sys/errno.h \
5680 sys/event.h \
5681 sys/exec_elf.h \
5682 sys/filio.h \
5683 sys/inotify.h \
5684 sys/ioctl.h \
5685 sys/ipc.h \
5686 sys/limits.h \
5687 sys/link.h \
5688 sys/mman.h \
5689 sys/modem.h \
5690 sys/msg.h \
5691 sys/mtio.h \
5692 sys/param.h \
5693 sys/poll.h \
5694 sys/prctl.h \
5695 sys/protosw.h \
5696 sys/ptrace.h \
5697 sys/resource.h \
5698 sys/scsiio.h \
5699 sys/shm.h \
5700 sys/signal.h \
5701 sys/socket.h \
5702 sys/socketvar.h \
5703 sys/sockio.h \
5704 sys/soundcard.h \
5705 sys/statvfs.h \
5706 sys/strtio.h \
5707 sys/syscall.h \
5708 sys/tihdr.h \
5709 sys/time.h \
5710 sys/timeout.h \
5711 sys/times.h \
5712 sys/uio.h \
5713 sys/un.h \
5714 sys/utsname.h \
5715 sys/vm86.h \
5716 sys/wait.h \
5717 syscall.h \
5718 termios.h \
5719 unistd.h \
5720 utime.h \
5721 valgrind/memcheck.h \
5722 valgrind/valgrind.h \
5723 zlib.h
5726 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5727 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5728 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5729 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5731 echo $ECHO_N "(cached) $ECHO_C" >&6
5733 ac_res=`eval echo '${'$as_ac_Header'}'`
5734 { echo "$as_me:$LINENO: result: $ac_res" >&5
5735 echo "${ECHO_T}$ac_res" >&6; }
5736 else
5737 # Is the header compilable?
5738 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5739 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5740 cat >conftest.$ac_ext <<_ACEOF
5741 /* confdefs.h. */
5742 _ACEOF
5743 cat confdefs.h >>conftest.$ac_ext
5744 cat >>conftest.$ac_ext <<_ACEOF
5745 /* end confdefs.h. */
5746 $ac_includes_default
5747 #include <$ac_header>
5748 _ACEOF
5749 rm -f conftest.$ac_objext
5750 if { (ac_try="$ac_compile"
5751 case "(($ac_try" in
5752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5753 *) ac_try_echo=$ac_try;;
5754 esac
5755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5756 (eval "$ac_compile") 2>conftest.er1
5757 ac_status=$?
5758 grep -v '^ *+' conftest.er1 >conftest.err
5759 rm -f conftest.er1
5760 cat conftest.err >&5
5761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5762 (exit $ac_status); } && {
5763 test -z "$ac_c_werror_flag" ||
5764 test ! -s conftest.err
5765 } && test -s conftest.$ac_objext; then
5766 ac_header_compiler=yes
5767 else
5768 echo "$as_me: failed program was:" >&5
5769 sed 's/^/| /' conftest.$ac_ext >&5
5771 ac_header_compiler=no
5774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5775 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5776 echo "${ECHO_T}$ac_header_compiler" >&6; }
5778 # Is the header present?
5779 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5780 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5781 cat >conftest.$ac_ext <<_ACEOF
5782 /* confdefs.h. */
5783 _ACEOF
5784 cat confdefs.h >>conftest.$ac_ext
5785 cat >>conftest.$ac_ext <<_ACEOF
5786 /* end confdefs.h. */
5787 #include <$ac_header>
5788 _ACEOF
5789 if { (ac_try="$ac_cpp conftest.$ac_ext"
5790 case "(($ac_try" in
5791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5792 *) ac_try_echo=$ac_try;;
5793 esac
5794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5795 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5796 ac_status=$?
5797 grep -v '^ *+' conftest.er1 >conftest.err
5798 rm -f conftest.er1
5799 cat conftest.err >&5
5800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5801 (exit $ac_status); } >/dev/null && {
5802 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5803 test ! -s conftest.err
5804 }; then
5805 ac_header_preproc=yes
5806 else
5807 echo "$as_me: failed program was:" >&5
5808 sed 's/^/| /' conftest.$ac_ext >&5
5810 ac_header_preproc=no
5813 rm -f conftest.err conftest.$ac_ext
5814 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5815 echo "${ECHO_T}$ac_header_preproc" >&6; }
5817 # So? What about this header?
5818 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5819 yes:no: )
5820 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5821 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5822 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5823 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5824 ac_header_preproc=yes
5826 no:yes:* )
5827 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5828 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5829 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5830 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5831 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5832 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5833 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5834 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5835 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5836 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5837 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5838 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5839 ( cat <<\_ASBOX
5840 ## ------------------------------------ ##
5841 ## Report this to wine-devel@winehq.org ##
5842 ## ------------------------------------ ##
5843 _ASBOX
5844 ) | sed "s/^/$as_me: WARNING: /" >&2
5846 esac
5847 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5848 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5849 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5850 echo $ECHO_N "(cached) $ECHO_C" >&6
5851 else
5852 eval "$as_ac_Header=\$ac_header_preproc"
5854 ac_res=`eval echo '${'$as_ac_Header'}'`
5855 { echo "$as_me:$LINENO: result: $ac_res" >&5
5856 echo "${ECHO_T}$ac_res" >&6; }
5859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5860 cat >>confdefs.h <<_ACEOF
5861 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5862 _ACEOF
5866 done
5868 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5869 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5870 if test "${ac_cv_header_stat_broken+set}" = set; then
5871 echo $ECHO_N "(cached) $ECHO_C" >&6
5872 else
5873 cat >conftest.$ac_ext <<_ACEOF
5874 /* confdefs.h. */
5875 _ACEOF
5876 cat confdefs.h >>conftest.$ac_ext
5877 cat >>conftest.$ac_ext <<_ACEOF
5878 /* end confdefs.h. */
5879 #include <sys/types.h>
5880 #include <sys/stat.h>
5882 #if defined S_ISBLK && defined S_IFDIR
5883 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5884 #endif
5886 #if defined S_ISBLK && defined S_IFCHR
5887 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5888 #endif
5890 #if defined S_ISLNK && defined S_IFREG
5891 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5892 #endif
5894 #if defined S_ISSOCK && defined S_IFREG
5895 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5896 #endif
5898 _ACEOF
5899 rm -f conftest.$ac_objext
5900 if { (ac_try="$ac_compile"
5901 case "(($ac_try" in
5902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5903 *) ac_try_echo=$ac_try;;
5904 esac
5905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5906 (eval "$ac_compile") 2>conftest.er1
5907 ac_status=$?
5908 grep -v '^ *+' conftest.er1 >conftest.err
5909 rm -f conftest.er1
5910 cat conftest.err >&5
5911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } && {
5913 test -z "$ac_c_werror_flag" ||
5914 test ! -s conftest.err
5915 } && test -s conftest.$ac_objext; then
5916 ac_cv_header_stat_broken=no
5917 else
5918 echo "$as_me: failed program was:" >&5
5919 sed 's/^/| /' conftest.$ac_ext >&5
5921 ac_cv_header_stat_broken=yes
5924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
5927 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
5928 if test $ac_cv_header_stat_broken = yes; then
5930 cat >>confdefs.h <<\_ACEOF
5931 #define STAT_MACROS_BROKEN 1
5932 _ACEOF
5943 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5945 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5946 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5947 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5948 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5949 echo $ECHO_N "(cached) $ECHO_C" >&6
5950 else
5951 cat >conftest.$ac_ext <<_ACEOF
5952 /* confdefs.h. */
5953 _ACEOF
5954 cat confdefs.h >>conftest.$ac_ext
5955 cat >>conftest.$ac_ext <<_ACEOF
5956 /* end confdefs.h. */
5957 #include <sys/types.h>
5958 #ifdef HAVE_SYS_PARAM_H
5959 # include <sys/param.h>
5960 #endif
5962 #include <$ac_header>
5963 _ACEOF
5964 rm -f conftest.$ac_objext
5965 if { (ac_try="$ac_compile"
5966 case "(($ac_try" in
5967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5968 *) ac_try_echo=$ac_try;;
5969 esac
5970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5971 (eval "$ac_compile") 2>conftest.er1
5972 ac_status=$?
5973 grep -v '^ *+' conftest.er1 >conftest.err
5974 rm -f conftest.er1
5975 cat conftest.err >&5
5976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5977 (exit $ac_status); } && {
5978 test -z "$ac_c_werror_flag" ||
5979 test ! -s conftest.err
5980 } && test -s conftest.$ac_objext; then
5981 eval "$as_ac_Header=yes"
5982 else
5983 echo "$as_me: failed program was:" >&5
5984 sed 's/^/| /' conftest.$ac_ext >&5
5986 eval "$as_ac_Header=no"
5989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5991 ac_res=`eval echo '${'$as_ac_Header'}'`
5992 { echo "$as_me:$LINENO: result: $ac_res" >&5
5993 echo "${ECHO_T}$ac_res" >&6; }
5994 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5995 cat >>confdefs.h <<_ACEOF
5996 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5997 _ACEOF
6001 done
6017 for ac_header in \
6018 netinet/ip.h \
6019 net/if.h \
6020 net/if_arp.h \
6021 net/if_dl.h \
6022 net/if_types.h \
6023 net/route.h \
6024 netinet/if_ether.h \
6025 netinet/if_inarp.h \
6026 netinet/in_pcb.h \
6027 netinet/ip_icmp.h \
6028 netinet/ip_var.h \
6029 netinet/udp.h \
6030 netipx/ipx.h \
6033 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6037 echo $ECHO_N "(cached) $ECHO_C" >&6
6038 else
6039 cat >conftest.$ac_ext <<_ACEOF
6040 /* confdefs.h. */
6041 _ACEOF
6042 cat confdefs.h >>conftest.$ac_ext
6043 cat >>conftest.$ac_ext <<_ACEOF
6044 /* end confdefs.h. */
6045 #include <sys/types.h>
6046 #ifdef HAVE_SYS_SOCKET_H
6047 # include <sys/socket.h>
6048 #endif
6049 #ifdef HAVE_SYS_SOCKETVAR_H
6050 # include <sys/socketvar.h>
6051 #endif
6052 #ifdef HAVE_NET_ROUTE_H
6053 # include <net/route.h>
6054 #endif
6055 #ifdef HAVE_NETINET_IN_H
6056 # include <netinet/in.h>
6057 #endif
6058 #ifdef HAVE_NETINET_IN_SYSTM_H
6059 # include <netinet/in_systm.h>
6060 #endif
6061 #ifdef HAVE_NET_IF_H
6062 # include <net/if.h>
6063 #endif
6064 #ifdef HAVE_NETINET_IP_H
6065 # include <netinet/ip.h>
6066 #endif
6068 #include <$ac_header>
6069 _ACEOF
6070 rm -f conftest.$ac_objext
6071 if { (ac_try="$ac_compile"
6072 case "(($ac_try" in
6073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6074 *) ac_try_echo=$ac_try;;
6075 esac
6076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6077 (eval "$ac_compile") 2>conftest.er1
6078 ac_status=$?
6079 grep -v '^ *+' conftest.er1 >conftest.err
6080 rm -f conftest.er1
6081 cat conftest.err >&5
6082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6083 (exit $ac_status); } && {
6084 test -z "$ac_c_werror_flag" ||
6085 test ! -s conftest.err
6086 } && test -s conftest.$ac_objext; then
6087 eval "$as_ac_Header=yes"
6088 else
6089 echo "$as_me: failed program was:" >&5
6090 sed 's/^/| /' conftest.$ac_ext >&5
6092 eval "$as_ac_Header=no"
6095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6097 ac_res=`eval echo '${'$as_ac_Header'}'`
6098 { echo "$as_me:$LINENO: result: $ac_res" >&5
6099 echo "${ECHO_T}$ac_res" >&6; }
6100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6101 cat >>confdefs.h <<_ACEOF
6102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6103 _ACEOF
6107 done
6114 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 cat >conftest.$ac_ext <<_ACEOF
6123 /* confdefs.h. */
6124 _ACEOF
6125 cat confdefs.h >>conftest.$ac_ext
6126 cat >>conftest.$ac_ext <<_ACEOF
6127 /* end confdefs.h. */
6128 #include <sys/types.h>
6129 #ifdef HAVE_ALIAS_H
6130 # include <alias.h>
6131 #endif
6132 #ifdef HAVE_SYS_SOCKET_H
6133 # include <sys/socket.h>
6134 #endif
6135 #ifdef HAVE_SYS_SOCKETVAR_H
6136 # include <sys/socketvar.h>
6137 #endif
6138 #ifdef HAVE_SYS_TIMEOUT_H
6139 # include <sys/timeout.h>
6140 #endif
6141 #ifdef HAVE_NETINET_IN_H
6142 # include <netinet/in.h>
6143 #endif
6144 #ifdef HAVE_NETINET_IN_SYSTM_H
6145 # include <netinet/in_systm.h>
6146 #endif
6147 #ifdef HAVE_NETINET_IP_H
6148 # include <netinet/ip.h>
6149 #endif
6150 #ifdef HAVE_NETINET_IP_VAR_H
6151 # include <netinet/ip_var.h>
6152 #endif
6153 #ifdef HAVE_NETINET_IP_ICMP_H
6154 # include <netinet/ip_icmp.h>
6155 #endif
6156 #ifdef HAVE_NETINET_UDP_H
6157 # include <netinet/udp.h>
6158 #endif
6159 #ifdef HAVE_NETINET_TCP_H
6160 # include <netinet/tcp.h>
6161 #endif
6162 #ifdef HAVE_NETINET_TCP_TIMER_H
6163 #include <netinet/tcp_timer.h>
6164 #endif
6166 #include <$ac_header>
6167 _ACEOF
6168 rm -f conftest.$ac_objext
6169 if { (ac_try="$ac_compile"
6170 case "(($ac_try" in
6171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6172 *) ac_try_echo=$ac_try;;
6173 esac
6174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6175 (eval "$ac_compile") 2>conftest.er1
6176 ac_status=$?
6177 grep -v '^ *+' conftest.er1 >conftest.err
6178 rm -f conftest.er1
6179 cat conftest.err >&5
6180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6181 (exit $ac_status); } && {
6182 test -z "$ac_c_werror_flag" ||
6183 test ! -s conftest.err
6184 } && test -s conftest.$ac_objext; then
6185 eval "$as_ac_Header=yes"
6186 else
6187 echo "$as_me: failed program was:" >&5
6188 sed 's/^/| /' conftest.$ac_ext >&5
6190 eval "$as_ac_Header=no"
6193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6195 ac_res=`eval echo '${'$as_ac_Header'}'`
6196 { echo "$as_me:$LINENO: result: $ac_res" >&5
6197 echo "${ECHO_T}$ac_res" >&6; }
6198 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6199 cat >>confdefs.h <<_ACEOF
6200 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6201 _ACEOF
6205 done
6209 for ac_header in linux/ipx.h
6211 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6212 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6213 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6215 echo $ECHO_N "(cached) $ECHO_C" >&6
6216 else
6217 cat >conftest.$ac_ext <<_ACEOF
6218 /* confdefs.h. */
6219 _ACEOF
6220 cat confdefs.h >>conftest.$ac_ext
6221 cat >>conftest.$ac_ext <<_ACEOF
6222 /* end confdefs.h. */
6223 #include <sys/types.h>
6224 #ifdef HAVE_ASM_TYPES_H
6225 # include <asm/types.h>
6226 #endif
6227 #ifdef HAVE_SYS_SOCKET_H
6228 # include <sys/socket.h>
6229 #endif
6230 #ifdef HAVE_LINUX_TYPES_H
6231 # include <linux/types.h>
6232 #endif
6234 #include <$ac_header>
6235 _ACEOF
6236 rm -f conftest.$ac_objext
6237 if { (ac_try="$ac_compile"
6238 case "(($ac_try" in
6239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6240 *) ac_try_echo=$ac_try;;
6241 esac
6242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6243 (eval "$ac_compile") 2>conftest.er1
6244 ac_status=$?
6245 grep -v '^ *+' conftest.er1 >conftest.err
6246 rm -f conftest.er1
6247 cat conftest.err >&5
6248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6249 (exit $ac_status); } && {
6250 test -z "$ac_c_werror_flag" ||
6251 test ! -s conftest.err
6252 } && test -s conftest.$ac_objext; then
6253 eval "$as_ac_Header=yes"
6254 else
6255 echo "$as_me: failed program was:" >&5
6256 sed 's/^/| /' conftest.$ac_ext >&5
6258 eval "$as_ac_Header=no"
6261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6263 ac_res=`eval echo '${'$as_ac_Header'}'`
6264 { echo "$as_me:$LINENO: result: $ac_res" >&5
6265 echo "${ECHO_T}$ac_res" >&6; }
6266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6267 cat >>confdefs.h <<_ACEOF
6268 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6269 _ACEOF
6273 done
6277 for ac_header in mach-o/dyld_images.h
6279 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6280 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6283 echo $ECHO_N "(cached) $ECHO_C" >&6
6284 else
6285 cat >conftest.$ac_ext <<_ACEOF
6286 /* confdefs.h. */
6287 _ACEOF
6288 cat confdefs.h >>conftest.$ac_ext
6289 cat >>conftest.$ac_ext <<_ACEOF
6290 /* end confdefs.h. */
6291 #ifdef HAVE_STDBOOL_H
6292 # include <stdbool.h>
6293 #endif
6294 #ifdef HAVE_STDINT_H
6295 # include <stdint.h>
6296 #endif
6298 #include <$ac_header>
6299 _ACEOF
6300 rm -f conftest.$ac_objext
6301 if { (ac_try="$ac_compile"
6302 case "(($ac_try" in
6303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6304 *) ac_try_echo=$ac_try;;
6305 esac
6306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6307 (eval "$ac_compile") 2>conftest.er1
6308 ac_status=$?
6309 grep -v '^ *+' conftest.er1 >conftest.err
6310 rm -f conftest.er1
6311 cat conftest.err >&5
6312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6313 (exit $ac_status); } && {
6314 test -z "$ac_c_werror_flag" ||
6315 test ! -s conftest.err
6316 } && test -s conftest.$ac_objext; then
6317 eval "$as_ac_Header=yes"
6318 else
6319 echo "$as_me: failed program was:" >&5
6320 sed 's/^/| /' conftest.$ac_ext >&5
6322 eval "$as_ac_Header=no"
6325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6327 ac_res=`eval echo '${'$as_ac_Header'}'`
6328 { echo "$as_me:$LINENO: result: $ac_res" >&5
6329 echo "${ECHO_T}$ac_res" >&6; }
6330 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6331 cat >>confdefs.h <<_ACEOF
6332 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6333 _ACEOF
6337 done
6341 for ac_header in resolv.h
6343 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6344 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6347 echo $ECHO_N "(cached) $ECHO_C" >&6
6348 else
6349 cat >conftest.$ac_ext <<_ACEOF
6350 /* confdefs.h. */
6351 _ACEOF
6352 cat confdefs.h >>conftest.$ac_ext
6353 cat >>conftest.$ac_ext <<_ACEOF
6354 /* end confdefs.h. */
6355 #include <sys/types.h>
6356 #ifdef HAVE_SYS_SOCKET_H
6357 # include <sys/socket.h>
6358 #endif
6359 #ifdef HAVE_NETINET_IN_H
6360 # include <netinet/in.h>
6361 #endif
6362 #ifdef HAVE_ARPA_NAMESER_H
6363 # include <arpa/nameser.h>
6364 #endif
6366 #include <$ac_header>
6367 _ACEOF
6368 rm -f conftest.$ac_objext
6369 if { (ac_try="$ac_compile"
6370 case "(($ac_try" in
6371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6372 *) ac_try_echo=$ac_try;;
6373 esac
6374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6375 (eval "$ac_compile") 2>conftest.er1
6376 ac_status=$?
6377 grep -v '^ *+' conftest.er1 >conftest.err
6378 rm -f conftest.er1
6379 cat conftest.err >&5
6380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6381 (exit $ac_status); } && {
6382 test -z "$ac_c_werror_flag" ||
6383 test ! -s conftest.err
6384 } && test -s conftest.$ac_objext; then
6385 eval "$as_ac_Header=yes"
6386 else
6387 echo "$as_me: failed program was:" >&5
6388 sed 's/^/| /' conftest.$ac_ext >&5
6390 eval "$as_ac_Header=no"
6393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6395 ac_res=`eval echo '${'$as_ac_Header'}'`
6396 { echo "$as_me:$LINENO: result: $ac_res" >&5
6397 echo "${ECHO_T}$ac_res" >&6; }
6398 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6399 cat >>confdefs.h <<_ACEOF
6400 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6401 _ACEOF
6405 done
6409 for ac_header in ucontext.h
6411 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6412 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6413 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6414 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6415 echo $ECHO_N "(cached) $ECHO_C" >&6
6416 else
6417 cat >conftest.$ac_ext <<_ACEOF
6418 /* confdefs.h. */
6419 _ACEOF
6420 cat confdefs.h >>conftest.$ac_ext
6421 cat >>conftest.$ac_ext <<_ACEOF
6422 /* end confdefs.h. */
6423 #include <signal.h>
6425 #include <$ac_header>
6426 _ACEOF
6427 rm -f conftest.$ac_objext
6428 if { (ac_try="$ac_compile"
6429 case "(($ac_try" in
6430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6431 *) ac_try_echo=$ac_try;;
6432 esac
6433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6434 (eval "$ac_compile") 2>conftest.er1
6435 ac_status=$?
6436 grep -v '^ *+' conftest.er1 >conftest.err
6437 rm -f conftest.er1
6438 cat conftest.err >&5
6439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6440 (exit $ac_status); } && {
6441 test -z "$ac_c_werror_flag" ||
6442 test ! -s conftest.err
6443 } && test -s conftest.$ac_objext; then
6444 eval "$as_ac_Header=yes"
6445 else
6446 echo "$as_me: failed program was:" >&5
6447 sed 's/^/| /' conftest.$ac_ext >&5
6449 eval "$as_ac_Header=no"
6452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6454 ac_res=`eval echo '${'$as_ac_Header'}'`
6455 { echo "$as_me:$LINENO: result: $ac_res" >&5
6456 echo "${ECHO_T}$ac_res" >&6; }
6457 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6458 cat >>confdefs.h <<_ACEOF
6459 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6460 _ACEOF
6464 done
6468 for ac_header in sys/thr.h
6470 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6471 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476 cat >conftest.$ac_ext <<_ACEOF
6477 /* confdefs.h. */
6478 _ACEOF
6479 cat confdefs.h >>conftest.$ac_ext
6480 cat >>conftest.$ac_ext <<_ACEOF
6481 /* end confdefs.h. */
6482 #include <sys/types.h>
6483 #ifdef HAVE_UCONTEXT_H
6484 #include <ucontext.h>
6485 #endif
6487 #include <$ac_header>
6488 _ACEOF
6489 rm -f conftest.$ac_objext
6490 if { (ac_try="$ac_compile"
6491 case "(($ac_try" in
6492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6493 *) ac_try_echo=$ac_try;;
6494 esac
6495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6496 (eval "$ac_compile") 2>conftest.er1
6497 ac_status=$?
6498 grep -v '^ *+' conftest.er1 >conftest.err
6499 rm -f conftest.er1
6500 cat conftest.err >&5
6501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502 (exit $ac_status); } && {
6503 test -z "$ac_c_werror_flag" ||
6504 test ! -s conftest.err
6505 } && test -s conftest.$ac_objext; then
6506 eval "$as_ac_Header=yes"
6507 else
6508 echo "$as_me: failed program was:" >&5
6509 sed 's/^/| /' conftest.$ac_ext >&5
6511 eval "$as_ac_Header=no"
6514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6516 ac_res=`eval echo '${'$as_ac_Header'}'`
6517 { echo "$as_me:$LINENO: result: $ac_res" >&5
6518 echo "${ECHO_T}$ac_res" >&6; }
6519 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6520 cat >>confdefs.h <<_ACEOF
6521 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6522 _ACEOF
6526 done
6530 for ac_header in pthread_np.h
6532 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6533 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6534 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6535 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6536 echo $ECHO_N "(cached) $ECHO_C" >&6
6537 else
6538 cat >conftest.$ac_ext <<_ACEOF
6539 /* confdefs.h. */
6540 _ACEOF
6541 cat confdefs.h >>conftest.$ac_ext
6542 cat >>conftest.$ac_ext <<_ACEOF
6543 /* end confdefs.h. */
6544 #ifdef HAVE_PTHREAD_H
6545 #include <pthread.h>
6546 #endif
6548 #include <$ac_header>
6549 _ACEOF
6550 rm -f conftest.$ac_objext
6551 if { (ac_try="$ac_compile"
6552 case "(($ac_try" in
6553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6554 *) ac_try_echo=$ac_try;;
6555 esac
6556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6557 (eval "$ac_compile") 2>conftest.er1
6558 ac_status=$?
6559 grep -v '^ *+' conftest.er1 >conftest.err
6560 rm -f conftest.er1
6561 cat conftest.err >&5
6562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 (exit $ac_status); } && {
6564 test -z "$ac_c_werror_flag" ||
6565 test ! -s conftest.err
6566 } && test -s conftest.$ac_objext; then
6567 eval "$as_ac_Header=yes"
6568 else
6569 echo "$as_me: failed program was:" >&5
6570 sed 's/^/| /' conftest.$ac_ext >&5
6572 eval "$as_ac_Header=no"
6575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6577 ac_res=`eval echo '${'$as_ac_Header'}'`
6578 { echo "$as_me:$LINENO: result: $ac_res" >&5
6579 echo "${ECHO_T}$ac_res" >&6; }
6580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6581 cat >>confdefs.h <<_ACEOF
6582 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6583 _ACEOF
6587 done
6591 for ac_header in linux/videodev.h
6593 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6594 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6595 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6597 echo $ECHO_N "(cached) $ECHO_C" >&6
6598 else
6599 cat >conftest.$ac_ext <<_ACEOF
6600 /* confdefs.h. */
6601 _ACEOF
6602 cat confdefs.h >>conftest.$ac_ext
6603 cat >>conftest.$ac_ext <<_ACEOF
6604 /* end confdefs.h. */
6605 #ifdef HAVE_SYS_TIME_H
6606 #include <sys/time.h>
6607 #endif
6608 #include <sys/types.h>
6609 #ifdef HAVE_ASM_TYPES_H
6610 #include <asm/types.h>
6611 #endif
6613 #include <$ac_header>
6614 _ACEOF
6615 rm -f conftest.$ac_objext
6616 if { (ac_try="$ac_compile"
6617 case "(($ac_try" in
6618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6619 *) ac_try_echo=$ac_try;;
6620 esac
6621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6622 (eval "$ac_compile") 2>conftest.er1
6623 ac_status=$?
6624 grep -v '^ *+' conftest.er1 >conftest.err
6625 rm -f conftest.er1
6626 cat conftest.err >&5
6627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6628 (exit $ac_status); } && {
6629 test -z "$ac_c_werror_flag" ||
6630 test ! -s conftest.err
6631 } && test -s conftest.$ac_objext; then
6632 eval "$as_ac_Header=yes"
6633 else
6634 echo "$as_me: failed program was:" >&5
6635 sed 's/^/| /' conftest.$ac_ext >&5
6637 eval "$as_ac_Header=no"
6640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6642 ac_res=`eval echo '${'$as_ac_Header'}'`
6643 { echo "$as_me:$LINENO: result: $ac_res" >&5
6644 echo "${ECHO_T}$ac_res" >&6; }
6645 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6646 cat >>confdefs.h <<_ACEOF
6647 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6648 _ACEOF
6652 done
6656 for ac_header in linux/capi.h
6658 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6662 echo $ECHO_N "(cached) $ECHO_C" >&6
6663 else
6664 cat >conftest.$ac_ext <<_ACEOF
6665 /* confdefs.h. */
6666 _ACEOF
6667 cat confdefs.h >>conftest.$ac_ext
6668 cat >>conftest.$ac_ext <<_ACEOF
6669 /* end confdefs.h. */
6670 #define __user
6672 #include <$ac_header>
6673 _ACEOF
6674 rm -f conftest.$ac_objext
6675 if { (ac_try="$ac_compile"
6676 case "(($ac_try" in
6677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6678 *) ac_try_echo=$ac_try;;
6679 esac
6680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681 (eval "$ac_compile") 2>conftest.er1
6682 ac_status=$?
6683 grep -v '^ *+' conftest.er1 >conftest.err
6684 rm -f conftest.er1
6685 cat conftest.err >&5
6686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687 (exit $ac_status); } && {
6688 test -z "$ac_c_werror_flag" ||
6689 test ! -s conftest.err
6690 } && test -s conftest.$ac_objext; then
6691 eval "$as_ac_Header=yes"
6692 else
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 eval "$as_ac_Header=no"
6699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6701 ac_res=`eval echo '${'$as_ac_Header'}'`
6702 { echo "$as_me:$LINENO: result: $ac_res" >&5
6703 echo "${ECHO_T}$ac_res" >&6; }
6704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6707 _ACEOF
6711 done
6715 DLLEXT=""
6717 DLLFLAGS="-D_REENTRANT"
6719 LDSHARED=""
6721 LDDLLFLAGS=""
6723 LIBEXT="so"
6725 IMPLIBEXT="def"
6727 LDRPATH_INSTALL=""
6729 LDRPATH_LOCAL=""
6731 # Extract the first word of "ldd", so it can be a program name with args.
6732 set dummy ldd; ac_word=$2
6733 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6734 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6735 if test "${ac_cv_path_LDD+set}" = set; then
6736 echo $ECHO_N "(cached) $ECHO_C" >&6
6737 else
6738 case $LDD in
6739 [\\/]* | ?:[\\/]*)
6740 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 as_dummy="/sbin:/usr/sbin:$PATH"
6745 for as_dir in $as_dummy
6747 IFS=$as_save_IFS
6748 test -z "$as_dir" && as_dir=.
6749 for ac_exec_ext in '' $ac_executable_extensions; do
6750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6751 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6752 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6753 break 2
6755 done
6756 done
6757 IFS=$as_save_IFS
6759 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6761 esac
6763 LDD=$ac_cv_path_LDD
6764 if test -n "$LDD"; then
6765 { echo "$as_me:$LINENO: result: $LDD" >&5
6766 echo "${ECHO_T}$LDD" >&6; }
6767 else
6768 { echo "$as_me:$LINENO: result: no" >&5
6769 echo "${ECHO_T}no" >&6; }
6774 case $host_os in
6775 cygwin*|mingw32*)
6776 if test -n "$ac_tool_prefix"; then
6777 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6778 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6779 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6780 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6781 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6782 echo $ECHO_N "(cached) $ECHO_C" >&6
6783 else
6784 if test -n "$DLLTOOL"; then
6785 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6786 else
6787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6788 for as_dir in $PATH
6790 IFS=$as_save_IFS
6791 test -z "$as_dir" && as_dir=.
6792 for ac_exec_ext in '' $ac_executable_extensions; do
6793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6794 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6795 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6796 break 2
6798 done
6799 done
6800 IFS=$as_save_IFS
6804 DLLTOOL=$ac_cv_prog_DLLTOOL
6805 if test -n "$DLLTOOL"; then
6806 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6807 echo "${ECHO_T}$DLLTOOL" >&6; }
6808 else
6809 { echo "$as_me:$LINENO: result: no" >&5
6810 echo "${ECHO_T}no" >&6; }
6815 if test -z "$ac_cv_prog_DLLTOOL"; then
6816 ac_ct_DLLTOOL=$DLLTOOL
6817 # Extract the first word of "dlltool", so it can be a program name with args.
6818 set dummy dlltool; ac_word=$2
6819 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6821 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6822 echo $ECHO_N "(cached) $ECHO_C" >&6
6823 else
6824 if test -n "$ac_ct_DLLTOOL"; then
6825 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6826 else
6827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6828 for as_dir in $PATH
6830 IFS=$as_save_IFS
6831 test -z "$as_dir" && as_dir=.
6832 for ac_exec_ext in '' $ac_executable_extensions; do
6833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6834 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6835 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 break 2
6838 done
6839 done
6840 IFS=$as_save_IFS
6844 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6845 if test -n "$ac_ct_DLLTOOL"; then
6846 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6847 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
6848 else
6849 { echo "$as_me:$LINENO: result: no" >&5
6850 echo "${ECHO_T}no" >&6; }
6853 if test "x$ac_ct_DLLTOOL" = x; then
6854 DLLTOOL="false"
6855 else
6856 case $cross_compiling:$ac_tool_warned in
6857 yes:)
6858 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6859 whose name does not start with the host triplet. If you think this
6860 configuration is useful to you, please write to autoconf@gnu.org." >&5
6861 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6862 whose name does not start with the host triplet. If you think this
6863 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6864 ac_tool_warned=yes ;;
6865 esac
6866 DLLTOOL=$ac_ct_DLLTOOL
6868 else
6869 DLLTOOL="$ac_cv_prog_DLLTOOL"
6872 if test -n "$ac_tool_prefix"; then
6873 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6874 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6875 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6876 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6877 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6878 echo $ECHO_N "(cached) $ECHO_C" >&6
6879 else
6880 if test -n "$DLLWRAP"; then
6881 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6882 else
6883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6884 for as_dir in $PATH
6886 IFS=$as_save_IFS
6887 test -z "$as_dir" && as_dir=.
6888 for ac_exec_ext in '' $ac_executable_extensions; do
6889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6890 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6892 break 2
6894 done
6895 done
6896 IFS=$as_save_IFS
6900 DLLWRAP=$ac_cv_prog_DLLWRAP
6901 if test -n "$DLLWRAP"; then
6902 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6903 echo "${ECHO_T}$DLLWRAP" >&6; }
6904 else
6905 { echo "$as_me:$LINENO: result: no" >&5
6906 echo "${ECHO_T}no" >&6; }
6911 if test -z "$ac_cv_prog_DLLWRAP"; then
6912 ac_ct_DLLWRAP=$DLLWRAP
6913 # Extract the first word of "dllwrap", so it can be a program name with args.
6914 set dummy dllwrap; ac_word=$2
6915 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6917 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6918 echo $ECHO_N "(cached) $ECHO_C" >&6
6919 else
6920 if test -n "$ac_ct_DLLWRAP"; then
6921 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6922 else
6923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924 for as_dir in $PATH
6926 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6930 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6931 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6932 break 2
6934 done
6935 done
6936 IFS=$as_save_IFS
6940 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6941 if test -n "$ac_ct_DLLWRAP"; then
6942 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
6943 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
6944 else
6945 { echo "$as_me:$LINENO: result: no" >&5
6946 echo "${ECHO_T}no" >&6; }
6949 if test "x$ac_ct_DLLWRAP" = x; then
6950 DLLWRAP="false"
6951 else
6952 case $cross_compiling:$ac_tool_warned in
6953 yes:)
6954 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6955 whose name does not start with the host triplet. If you think this
6956 configuration is useful to you, please write to autoconf@gnu.org." >&5
6957 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6958 whose name does not start with the host triplet. If you think this
6959 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6960 ac_tool_warned=yes ;;
6961 esac
6962 DLLWRAP=$ac_ct_DLLWRAP
6964 else
6965 DLLWRAP="$ac_cv_prog_DLLWRAP"
6968 if test -n "$ac_tool_prefix"; then
6969 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6970 set dummy ${ac_tool_prefix}ar; ac_word=$2
6971 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6972 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6973 if test "${ac_cv_prog_MINGWAR+set}" = set; then
6974 echo $ECHO_N "(cached) $ECHO_C" >&6
6975 else
6976 if test -n "$MINGWAR"; then
6977 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6978 else
6979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6980 for as_dir in $PATH
6982 IFS=$as_save_IFS
6983 test -z "$as_dir" && as_dir=.
6984 for ac_exec_ext in '' $ac_executable_extensions; do
6985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6986 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6987 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6988 break 2
6990 done
6991 done
6992 IFS=$as_save_IFS
6996 MINGWAR=$ac_cv_prog_MINGWAR
6997 if test -n "$MINGWAR"; then
6998 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
6999 echo "${ECHO_T}$MINGWAR" >&6; }
7000 else
7001 { echo "$as_me:$LINENO: result: no" >&5
7002 echo "${ECHO_T}no" >&6; }
7007 if test -z "$ac_cv_prog_MINGWAR"; then
7008 ac_ct_MINGWAR=$MINGWAR
7009 # Extract the first word of "ar", so it can be a program name with args.
7010 set dummy ar; ac_word=$2
7011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7013 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7014 echo $ECHO_N "(cached) $ECHO_C" >&6
7015 else
7016 if test -n "$ac_ct_MINGWAR"; then
7017 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7018 else
7019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7020 for as_dir in $PATH
7022 IFS=$as_save_IFS
7023 test -z "$as_dir" && as_dir=.
7024 for ac_exec_ext in '' $ac_executable_extensions; do
7025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7026 ac_cv_prog_ac_ct_MINGWAR="ar"
7027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7028 break 2
7030 done
7031 done
7032 IFS=$as_save_IFS
7036 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7037 if test -n "$ac_ct_MINGWAR"; then
7038 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7039 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7040 else
7041 { echo "$as_me:$LINENO: result: no" >&5
7042 echo "${ECHO_T}no" >&6; }
7045 if test "x$ac_ct_MINGWAR" = x; then
7046 MINGWAR="false"
7047 else
7048 case $cross_compiling:$ac_tool_warned in
7049 yes:)
7050 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7051 whose name does not start with the host triplet. If you think this
7052 configuration is useful to you, please write to autoconf@gnu.org." >&5
7053 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7054 whose name does not start with the host triplet. If you think this
7055 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7056 ac_tool_warned=yes ;;
7057 esac
7058 MINGWAR=$ac_ct_MINGWAR
7060 else
7061 MINGWAR="$ac_cv_prog_MINGWAR"
7064 if test "$DLLWRAP" = "false"; then
7065 LIBEXT="a"
7066 else
7067 LIBEXT="dll"
7069 IMPLIBEXT="a"
7070 enable_iphlpapi=${enable_iphlpapi:-no}
7071 enable_kernel32=${enable_kernel32:-no}
7072 enable_msvcrt=${enable_msvcrt:-no}
7073 enable_ntdll=${enable_ntdll:-no}
7074 enable_ws2_32=${enable_ws2_32:-no}
7075 enable_loader=${enable_loader:-no}
7076 enable_server=${enable_server:-no}
7077 with_x=${with_x:-no}
7078 with_pthread=${with_pthread:-no}
7080 darwin*|macosx*)
7081 DLLEXT=".so"
7082 LIBEXT="dylib"
7083 DLLFLAGS="$DLLFLAGS -fPIC"
7084 LDDLLFLAGS="-bundle -multiply_defined suppress"
7085 LIBWINE_LDFLAGS="-multiply_defined suppress"
7086 LDSHARED="\$(CC) -dynamiclib"
7087 STRIP="$STRIP -x"
7088 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7089 SECURITYLIB="-framework Security -framework CoreFoundation"
7091 COREFOUNDATIONLIB="-framework CoreFoundation"
7093 IOKITLIB="-framework IOKit -framework CoreFoundation"
7095 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7097 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7098 then
7099 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7102 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7103 then
7104 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7107 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7108 then
7109 ac_save_LIBS="$LIBS"
7110 LIBS="$LIBS $IOKITLIB"
7112 for ac_func in IOHIDManagerCreate
7114 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7115 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7116 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7117 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7118 echo $ECHO_N "(cached) $ECHO_C" >&6
7119 else
7120 cat >conftest.$ac_ext <<_ACEOF
7121 /* confdefs.h. */
7122 _ACEOF
7123 cat confdefs.h >>conftest.$ac_ext
7124 cat >>conftest.$ac_ext <<_ACEOF
7125 /* end confdefs.h. */
7126 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7127 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7128 #define $ac_func innocuous_$ac_func
7130 /* System header to define __stub macros and hopefully few prototypes,
7131 which can conflict with char $ac_func (); below.
7132 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7133 <limits.h> exists even on freestanding compilers. */
7135 #ifdef __STDC__
7136 # include <limits.h>
7137 #else
7138 # include <assert.h>
7139 #endif
7141 #undef $ac_func
7143 /* Override any GCC internal prototype to avoid an error.
7144 Use char because int might match the return type of a GCC
7145 builtin and then its argument prototype would still apply. */
7146 #ifdef __cplusplus
7147 extern "C"
7148 #endif
7149 char $ac_func ();
7150 /* The GNU C library defines this for functions which it implements
7151 to always fail with ENOSYS. Some functions are actually named
7152 something starting with __ and the normal name is an alias. */
7153 #if defined __stub_$ac_func || defined __stub___$ac_func
7154 choke me
7155 #endif
7158 main ()
7160 return $ac_func ();
7162 return 0;
7164 _ACEOF
7165 rm -f conftest.$ac_objext conftest$ac_exeext
7166 if { (ac_try="$ac_link"
7167 case "(($ac_try" in
7168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7169 *) ac_try_echo=$ac_try;;
7170 esac
7171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7172 (eval "$ac_link") 2>conftest.er1
7173 ac_status=$?
7174 grep -v '^ *+' conftest.er1 >conftest.err
7175 rm -f conftest.er1
7176 cat conftest.err >&5
7177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7178 (exit $ac_status); } && {
7179 test -z "$ac_c_werror_flag" ||
7180 test ! -s conftest.err
7181 } && test -s conftest$ac_exeext &&
7182 $as_test_x conftest$ac_exeext; then
7183 eval "$as_ac_var=yes"
7184 else
7185 echo "$as_me: failed program was:" >&5
7186 sed 's/^/| /' conftest.$ac_ext >&5
7188 eval "$as_ac_var=no"
7191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7192 conftest$ac_exeext conftest.$ac_ext
7194 ac_res=`eval echo '${'$as_ac_var'}'`
7195 { echo "$as_me:$LINENO: result: $ac_res" >&5
7196 echo "${ECHO_T}$ac_res" >&6; }
7197 if test `eval echo '${'$as_ac_var'}'` = yes; then
7198 cat >>confdefs.h <<_ACEOF
7199 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7200 _ACEOF
7203 done
7205 LIBS="$ac_save_LIBS"
7207 case $host_cpu in
7208 *powerpc*)
7209 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7210 esac
7211 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7212 then
7213 CARBONLIB="-framework Carbon"
7215 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7217 if test "x$enable_win16" = "xyes"
7218 then
7219 { $as_echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7220 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
7221 if test "$cross_compiling" = yes; then
7222 { $as_echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7223 $as_echo "cross-compiling, assuming yes" >&6; }
7224 else
7225 cat >conftest.$ac_ext <<_ACEOF
7226 /* confdefs.h. */
7227 _ACEOF
7228 cat confdefs.h >>conftest.$ac_ext
7229 cat >>conftest.$ac_ext <<_ACEOF
7230 /* end confdefs.h. */
7231 asm(".text\n"
7232 "bad:\tnop;nop\n"
7233 "good:\tnop;nop\n\t"
7234 ".globl _testfunc\n"
7235 "_testfunc:\tcallw good");
7236 extern void testfunc();
7238 main ()
7240 unsigned short *p = (unsigned short *)testfunc;
7241 return p[0] != 0xe866 || p[1] != 0xfffa
7243 return 0;
7245 _ACEOF
7246 rm -f conftest$ac_exeext
7247 if { (ac_try="$ac_link"
7248 case "(($ac_try" in
7249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7250 *) ac_try_echo=$ac_try;;
7251 esac
7252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7253 $as_echo "$ac_try_echo") >&5
7254 (eval "$ac_link") 2>&5
7255 ac_status=$?
7256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7257 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7258 { (case "(($ac_try" in
7259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7260 *) ac_try_echo=$ac_try;;
7261 esac
7262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7263 $as_echo "$ac_try_echo") >&5
7264 (eval "$ac_try") 2>&5
7265 ac_status=$?
7266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); }; }; then
7268 { $as_echo "$as_me:$LINENO: result: yes" >&5
7269 $as_echo "yes" >&6; }
7270 else
7271 $as_echo "$as_me: program exited with status $ac_status" >&5
7272 $as_echo "$as_me: failed program was:" >&5
7273 sed 's/^/| /' conftest.$ac_ext >&5
7275 ( exit $ac_status )
7276 { $as_echo "$as_me:$LINENO: result: no" >&5
7277 $as_echo "no" >&6; }
7278 { { $as_echo "$as_me:$LINENO: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&5
7279 $as_echo "$as_me: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&2;}
7280 { (exit 1); exit 1; }; }
7282 rm -rf conftest.dSYM
7283 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7290 DLLFLAGS="$DLLFLAGS -fPIC"
7291 DLLEXT=".so"
7292 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7293 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7294 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7295 echo $ECHO_N "(cached) $ECHO_C" >&6
7296 else
7297 ac_wine_try_cflags_saved=$CFLAGS
7298 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7299 cat >conftest.$ac_ext <<_ACEOF
7300 void myfunc() {}
7301 _ACEOF
7302 rm -f conftest.$ac_objext conftest$ac_exeext
7303 if { (ac_try="$ac_link"
7304 case "(($ac_try" in
7305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7306 *) ac_try_echo=$ac_try;;
7307 esac
7308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7309 (eval "$ac_link") 2>conftest.er1
7310 ac_status=$?
7311 grep -v '^ *+' conftest.er1 >conftest.err
7312 rm -f conftest.er1
7313 cat conftest.err >&5
7314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7315 (exit $ac_status); } && {
7316 test -z "$ac_c_werror_flag" ||
7317 test ! -s conftest.err
7318 } && test -s conftest$ac_exeext &&
7319 $as_test_x conftest$ac_exeext; then
7320 ac_cv_c_dll_gnuelf="yes"
7321 else
7322 echo "$as_me: failed program was:" >&5
7323 sed 's/^/| /' conftest.$ac_ext >&5
7325 ac_cv_c_dll_gnuelf="no"
7328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7329 conftest$ac_exeext conftest.$ac_ext
7330 CFLAGS=$ac_wine_try_cflags_saved
7332 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7333 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7334 if test "$ac_cv_c_dll_gnuelf" = "yes"
7335 then
7336 LDSHARED="\$(CC) -shared"
7337 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7338 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7339 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7340 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7342 else
7343 ac_wine_try_cflags_saved=$CFLAGS
7344 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7345 cat >conftest.$ac_ext <<_ACEOF
7346 /* confdefs.h. */
7347 _ACEOF
7348 cat confdefs.h >>conftest.$ac_ext
7349 cat >>conftest.$ac_ext <<_ACEOF
7350 /* end confdefs.h. */
7353 main ()
7357 return 0;
7359 _ACEOF
7360 rm -f conftest.$ac_objext conftest$ac_exeext
7361 if { (ac_try="$ac_link"
7362 case "(($ac_try" in
7363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7364 *) ac_try_echo=$ac_try;;
7365 esac
7366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7367 (eval "$ac_link") 2>conftest.er1
7368 ac_status=$?
7369 grep -v '^ *+' conftest.er1 >conftest.err
7370 rm -f conftest.er1
7371 cat conftest.err >&5
7372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373 (exit $ac_status); } && {
7374 test -z "$ac_c_werror_flag" ||
7375 test ! -s conftest.err
7376 } && test -s conftest$ac_exeext &&
7377 $as_test_x conftest$ac_exeext; then
7378 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7379 else
7380 echo "$as_me: failed program was:" >&5
7381 sed 's/^/| /' conftest.$ac_ext >&5
7383 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7387 conftest$ac_exeext conftest.$ac_ext
7388 CFLAGS=$ac_wine_try_cflags_saved
7390 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7391 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7392 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7393 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7394 else
7395 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7396 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7397 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7398 echo $ECHO_N "(cached) $ECHO_C" >&6
7399 else
7400 ac_wine_try_cflags_saved=$CFLAGS
7401 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7402 cat >conftest.$ac_ext <<_ACEOF
7403 /* confdefs.h. */
7404 _ACEOF
7405 cat confdefs.h >>conftest.$ac_ext
7406 cat >>conftest.$ac_ext <<_ACEOF
7407 /* end confdefs.h. */
7410 main ()
7414 return 0;
7416 _ACEOF
7417 rm -f conftest.$ac_objext conftest$ac_exeext
7418 if { (ac_try="$ac_link"
7419 case "(($ac_try" in
7420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7421 *) ac_try_echo=$ac_try;;
7422 esac
7423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7424 (eval "$ac_link") 2>conftest.er1
7425 ac_status=$?
7426 grep -v '^ *+' conftest.er1 >conftest.err
7427 rm -f conftest.er1
7428 cat conftest.err >&5
7429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7430 (exit $ac_status); } && {
7431 test -z "$ac_c_werror_flag" ||
7432 test ! -s conftest.err
7433 } && test -s conftest$ac_exeext &&
7434 $as_test_x conftest$ac_exeext; then
7435 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7436 else
7437 echo "$as_me: failed program was:" >&5
7438 sed 's/^/| /' conftest.$ac_ext >&5
7440 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7444 conftest$ac_exeext conftest.$ac_ext
7445 CFLAGS=$ac_wine_try_cflags_saved
7447 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7448 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7449 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7450 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7456 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7457 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7458 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7459 echo $ECHO_N "(cached) $ECHO_C" >&6
7460 else
7461 ac_wine_try_cflags_saved=$CFLAGS
7462 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7463 cat >conftest.$ac_ext <<_ACEOF
7464 /* confdefs.h. */
7465 _ACEOF
7466 cat confdefs.h >>conftest.$ac_ext
7467 cat >>conftest.$ac_ext <<_ACEOF
7468 /* end confdefs.h. */
7471 main ()
7475 return 0;
7477 _ACEOF
7478 rm -f conftest.$ac_objext conftest$ac_exeext
7479 if { (ac_try="$ac_link"
7480 case "(($ac_try" in
7481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7482 *) ac_try_echo=$ac_try;;
7483 esac
7484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7485 (eval "$ac_link") 2>conftest.er1
7486 ac_status=$?
7487 grep -v '^ *+' conftest.er1 >conftest.err
7488 rm -f conftest.er1
7489 cat conftest.err >&5
7490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7491 (exit $ac_status); } && {
7492 test -z "$ac_c_werror_flag" ||
7493 test ! -s conftest.err
7494 } && test -s conftest$ac_exeext &&
7495 $as_test_x conftest$ac_exeext; then
7496 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7497 else
7498 echo "$as_me: failed program was:" >&5
7499 sed 's/^/| /' conftest.$ac_ext >&5
7501 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7505 conftest$ac_exeext conftest.$ac_ext
7506 CFLAGS=$ac_wine_try_cflags_saved
7508 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7509 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7510 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7511 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7515 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7516 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7517 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7518 echo $ECHO_N "(cached) $ECHO_C" >&6
7519 else
7520 ac_wine_try_cflags_saved=$CFLAGS
7521 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7522 cat >conftest.$ac_ext <<_ACEOF
7523 /* confdefs.h. */
7524 _ACEOF
7525 cat confdefs.h >>conftest.$ac_ext
7526 cat >>conftest.$ac_ext <<_ACEOF
7527 /* end confdefs.h. */
7530 main ()
7534 return 0;
7536 _ACEOF
7537 rm -f conftest.$ac_objext conftest$ac_exeext
7538 if { (ac_try="$ac_link"
7539 case "(($ac_try" in
7540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7541 *) ac_try_echo=$ac_try;;
7542 esac
7543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7544 (eval "$ac_link") 2>conftest.er1
7545 ac_status=$?
7546 grep -v '^ *+' conftest.er1 >conftest.err
7547 rm -f conftest.er1
7548 cat conftest.err >&5
7549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7550 (exit $ac_status); } && {
7551 test -z "$ac_c_werror_flag" ||
7552 test ! -s conftest.err
7553 } && test -s conftest$ac_exeext &&
7554 $as_test_x conftest$ac_exeext; then
7555 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7556 else
7557 echo "$as_me: failed program was:" >&5
7558 sed 's/^/| /' conftest.$ac_ext >&5
7560 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7564 conftest$ac_exeext conftest.$ac_ext
7565 CFLAGS=$ac_wine_try_cflags_saved
7567 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7568 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7569 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7570 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7574 echo '{ global: *; };' >conftest.map
7575 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7576 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7577 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7578 echo $ECHO_N "(cached) $ECHO_C" >&6
7579 else
7580 ac_wine_try_cflags_saved=$CFLAGS
7581 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7582 cat >conftest.$ac_ext <<_ACEOF
7583 /* confdefs.h. */
7584 _ACEOF
7585 cat confdefs.h >>conftest.$ac_ext
7586 cat >>conftest.$ac_ext <<_ACEOF
7587 /* end confdefs.h. */
7590 main ()
7594 return 0;
7596 _ACEOF
7597 rm -f conftest.$ac_objext conftest$ac_exeext
7598 if { (ac_try="$ac_link"
7599 case "(($ac_try" in
7600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7601 *) ac_try_echo=$ac_try;;
7602 esac
7603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7604 (eval "$ac_link") 2>conftest.er1
7605 ac_status=$?
7606 grep -v '^ *+' conftest.er1 >conftest.err
7607 rm -f conftest.er1
7608 cat conftest.err >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); } && {
7611 test -z "$ac_c_werror_flag" ||
7612 test ! -s conftest.err
7613 } && test -s conftest$ac_exeext &&
7614 $as_test_x conftest$ac_exeext; then
7615 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7616 else
7617 echo "$as_me: failed program was:" >&5
7618 sed 's/^/| /' conftest.$ac_ext >&5
7620 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7624 conftest$ac_exeext conftest.$ac_ext
7625 CFLAGS=$ac_wine_try_cflags_saved
7627 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7628 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7629 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7630 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7633 rm -f conftest.map
7635 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7636 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7637 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7638 echo $ECHO_N "(cached) $ECHO_C" >&6
7639 else
7640 ac_wine_try_cflags_saved=$CFLAGS
7641 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7642 cat >conftest.$ac_ext <<_ACEOF
7643 /* confdefs.h. */
7644 _ACEOF
7645 cat confdefs.h >>conftest.$ac_ext
7646 cat >>conftest.$ac_ext <<_ACEOF
7647 /* end confdefs.h. */
7650 main ()
7654 return 0;
7656 _ACEOF
7657 rm -f conftest.$ac_objext conftest$ac_exeext
7658 if { (ac_try="$ac_link"
7659 case "(($ac_try" in
7660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7661 *) ac_try_echo=$ac_try;;
7662 esac
7663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7664 (eval "$ac_link") 2>conftest.er1
7665 ac_status=$?
7666 grep -v '^ *+' conftest.er1 >conftest.err
7667 rm -f conftest.er1
7668 cat conftest.err >&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && {
7671 test -z "$ac_c_werror_flag" ||
7672 test ! -s conftest.err
7673 } && test -s conftest$ac_exeext &&
7674 $as_test_x conftest$ac_exeext; then
7675 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7676 else
7677 echo "$as_me: failed program was:" >&5
7678 sed 's/^/| /' conftest.$ac_ext >&5
7680 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7684 conftest$ac_exeext conftest.$ac_ext
7685 CFLAGS=$ac_wine_try_cflags_saved
7687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7688 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7689 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7690 LDEXECFLAGS="-Wl,--export-dynamic"
7695 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7696 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7697 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7698 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7699 echo $ECHO_N "(cached) $ECHO_C" >&6
7700 else
7701 ac_wine_try_cflags_saved=$CFLAGS
7702 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7703 cat >conftest.$ac_ext <<_ACEOF
7704 /* confdefs.h. */
7705 _ACEOF
7706 cat confdefs.h >>conftest.$ac_ext
7707 cat >>conftest.$ac_ext <<_ACEOF
7708 /* end confdefs.h. */
7711 main ()
7715 return 0;
7717 _ACEOF
7718 rm -f conftest.$ac_objext conftest$ac_exeext
7719 if { (ac_try="$ac_link"
7720 case "(($ac_try" in
7721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7722 *) ac_try_echo=$ac_try;;
7723 esac
7724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7725 (eval "$ac_link") 2>conftest.er1
7726 ac_status=$?
7727 grep -v '^ *+' conftest.er1 >conftest.err
7728 rm -f conftest.er1
7729 cat conftest.err >&5
7730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7731 (exit $ac_status); } && {
7732 test -z "$ac_c_werror_flag" ||
7733 test ! -s conftest.err
7734 } && test -s conftest$ac_exeext &&
7735 $as_test_x conftest$ac_exeext; then
7736 eval "$as_ac_var=yes"
7737 else
7738 echo "$as_me: failed program was:" >&5
7739 sed 's/^/| /' conftest.$ac_ext >&5
7741 eval "$as_ac_var=no"
7744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7745 conftest$ac_exeext conftest.$ac_ext
7746 CFLAGS=$ac_wine_try_cflags_saved
7748 ac_res=`eval echo '${'$as_ac_var'}'`
7749 { echo "$as_me:$LINENO: result: $ac_res" >&5
7750 echo "${ECHO_T}$ac_res" >&6; }
7751 if test `eval echo '${'$as_ac_var'}'` = yes; then
7752 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7753 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7754 else
7755 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7756 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7757 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7758 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7759 echo $ECHO_N "(cached) $ECHO_C" >&6
7760 else
7761 ac_wine_try_cflags_saved=$CFLAGS
7762 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7763 cat >conftest.$ac_ext <<_ACEOF
7764 /* confdefs.h. */
7765 _ACEOF
7766 cat confdefs.h >>conftest.$ac_ext
7767 cat >>conftest.$ac_ext <<_ACEOF
7768 /* end confdefs.h. */
7771 main ()
7775 return 0;
7777 _ACEOF
7778 rm -f conftest.$ac_objext conftest$ac_exeext
7779 if { (ac_try="$ac_link"
7780 case "(($ac_try" in
7781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7782 *) ac_try_echo=$ac_try;;
7783 esac
7784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7785 (eval "$ac_link") 2>conftest.er1
7786 ac_status=$?
7787 grep -v '^ *+' conftest.er1 >conftest.err
7788 rm -f conftest.er1
7789 cat conftest.err >&5
7790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7791 (exit $ac_status); } && {
7792 test -z "$ac_c_werror_flag" ||
7793 test ! -s conftest.err
7794 } && test -s conftest$ac_exeext &&
7795 $as_test_x conftest$ac_exeext; then
7796 eval "$as_ac_var=yes"
7797 else
7798 echo "$as_me: failed program was:" >&5
7799 sed 's/^/| /' conftest.$ac_ext >&5
7801 eval "$as_ac_var=no"
7804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7805 conftest$ac_exeext conftest.$ac_ext
7806 CFLAGS=$ac_wine_try_cflags_saved
7808 ac_res=`eval echo '${'$as_ac_var'}'`
7809 { echo "$as_me:$LINENO: result: $ac_res" >&5
7810 echo "${ECHO_T}$ac_res" >&6; }
7811 if test `eval echo '${'$as_ac_var'}'` = yes; then
7812 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7813 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7819 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7820 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7821 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7822 echo $ECHO_N "(cached) $ECHO_C" >&6
7823 else
7824 ac_wine_try_cflags_saved=$CFLAGS
7825 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7826 cat >conftest.$ac_ext <<_ACEOF
7827 /* confdefs.h. */
7828 _ACEOF
7829 cat confdefs.h >>conftest.$ac_ext
7830 cat >>conftest.$ac_ext <<_ACEOF
7831 /* end confdefs.h. */
7834 main ()
7838 return 0;
7840 _ACEOF
7841 rm -f conftest.$ac_objext conftest$ac_exeext
7842 if { (ac_try="$ac_link"
7843 case "(($ac_try" in
7844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7845 *) ac_try_echo=$ac_try;;
7846 esac
7847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7848 (eval "$ac_link") 2>conftest.er1
7849 ac_status=$?
7850 grep -v '^ *+' conftest.er1 >conftest.err
7851 rm -f conftest.er1
7852 cat conftest.err >&5
7853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854 (exit $ac_status); } && {
7855 test -z "$ac_c_werror_flag" ||
7856 test ! -s conftest.err
7857 } && test -s conftest$ac_exeext &&
7858 $as_test_x conftest$ac_exeext; then
7859 ac_cv_cflags__Wl___enable_new_dtags=yes
7860 else
7861 echo "$as_me: failed program was:" >&5
7862 sed 's/^/| /' conftest.$ac_ext >&5
7864 ac_cv_cflags__Wl___enable_new_dtags=no
7867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7868 conftest$ac_exeext conftest.$ac_ext
7869 CFLAGS=$ac_wine_try_cflags_saved
7871 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7872 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7873 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7874 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7878 case $host_cpu in
7879 *i[3456789]86* | x86_64)
7880 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7881 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7882 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7883 echo $ECHO_N "(cached) $ECHO_C" >&6
7884 else
7885 ac_wine_try_cflags_saved=$CFLAGS
7886 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7887 cat >conftest.$ac_ext <<_ACEOF
7888 /* confdefs.h. */
7889 _ACEOF
7890 cat confdefs.h >>conftest.$ac_ext
7891 cat >>conftest.$ac_ext <<_ACEOF
7892 /* end confdefs.h. */
7895 main ()
7899 return 0;
7901 _ACEOF
7902 rm -f conftest.$ac_objext conftest$ac_exeext
7903 if { (ac_try="$ac_link"
7904 case "(($ac_try" in
7905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7906 *) ac_try_echo=$ac_try;;
7907 esac
7908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7909 (eval "$ac_link") 2>conftest.er1
7910 ac_status=$?
7911 grep -v '^ *+' conftest.er1 >conftest.err
7912 rm -f conftest.er1
7913 cat conftest.err >&5
7914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); } && {
7916 test -z "$ac_c_werror_flag" ||
7917 test ! -s conftest.err
7918 } && test -s conftest$ac_exeext &&
7919 $as_test_x conftest$ac_exeext; then
7920 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7921 else
7922 echo "$as_me: failed program was:" >&5
7923 sed 's/^/| /' conftest.$ac_ext >&5
7925 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7929 conftest$ac_exeext conftest.$ac_ext
7930 CFLAGS=$ac_wine_try_cflags_saved
7932 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7933 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7934 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7935 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7939 esac
7941 else
7942 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7943 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
7944 if test "${ac_cv_c_dll_unixware+set}" = set; then
7945 echo $ECHO_N "(cached) $ECHO_C" >&6
7946 else
7947 ac_wine_try_cflags_saved=$CFLAGS
7948 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7949 cat >conftest.$ac_ext <<_ACEOF
7950 void myfunc() {}
7951 _ACEOF
7952 rm -f conftest.$ac_objext conftest$ac_exeext
7953 if { (ac_try="$ac_link"
7954 case "(($ac_try" in
7955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7956 *) ac_try_echo=$ac_try;;
7957 esac
7958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7959 (eval "$ac_link") 2>conftest.er1
7960 ac_status=$?
7961 grep -v '^ *+' conftest.er1 >conftest.err
7962 rm -f conftest.er1
7963 cat conftest.err >&5
7964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965 (exit $ac_status); } && {
7966 test -z "$ac_c_werror_flag" ||
7967 test ! -s conftest.err
7968 } && test -s conftest$ac_exeext &&
7969 $as_test_x conftest$ac_exeext; then
7970 ac_cv_c_dll_unixware="yes"
7971 else
7972 echo "$as_me: failed program was:" >&5
7973 sed 's/^/| /' conftest.$ac_ext >&5
7975 ac_cv_c_dll_unixware="no"
7978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7979 conftest$ac_exeext conftest.$ac_ext
7980 CFLAGS=$ac_wine_try_cflags_saved
7982 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
7983 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
7984 if test "$ac_cv_c_dll_unixware" = "yes"
7985 then
7986 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7987 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7989 else
7990 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
7991 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
7992 if test "${ac_cv_c_dll_hpux+set}" = set; then
7993 echo $ECHO_N "(cached) $ECHO_C" >&6
7994 else
7995 ac_wine_try_cflags_saved=$CFLAGS
7996 CFLAGS="$CFLAGS -shared"
7997 cat >conftest.$ac_ext <<_ACEOF
7998 void myfunc() {}
7999 _ACEOF
8000 rm -f conftest.$ac_objext conftest$ac_exeext
8001 if { (ac_try="$ac_link"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_link") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest$ac_exeext &&
8017 $as_test_x conftest$ac_exeext; then
8018 ac_cv_c_dll_hpux="yes"
8019 else
8020 echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 ac_cv_c_dll_hpux="no"
8026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8027 conftest$ac_exeext conftest.$ac_ext
8028 CFLAGS=$ac_wine_try_cflags_saved
8030 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8031 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8032 if test "$ac_cv_c_dll_hpux" = "yes"
8033 then
8034 LIBEXT="sl"
8035 DLLEXT=".sl"
8036 LDDLLFLAGS="-shared -fPIC"
8037 LDSHARED="\$(CC) -shared"
8042 esac
8044 enable_winequartz_drv=${enable_winequartz_drv:-no}
8046 if test "$LIBEXT" = "a"; then
8047 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8048 It is currently not possible to build Wine without shared library
8049 (.so) support to allow transparent switch between .so and .dll files.
8050 If you are using Linux, you will need a newer binutils.
8051 " >&5
8052 echo "$as_me: error: could not find a way to build shared libraries.
8053 It is currently not possible to build Wine without shared library
8054 (.so) support to allow transparent switch between .so and .dll files.
8055 If you are using Linux, you will need a newer binutils.
8056 " >&2;}
8057 { (exit 1); exit 1; }; }
8060 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8061 then
8062 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8064 # Extract the first word of "$ac_prog", so it can be a program name with args.
8065 set dummy $ac_prog; ac_word=$2
8066 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8067 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8068 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8069 echo $ECHO_N "(cached) $ECHO_C" >&6
8070 else
8071 if test -n "$CROSSCC"; then
8072 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8073 else
8074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8075 for as_dir in $PATH
8077 IFS=$as_save_IFS
8078 test -z "$as_dir" && as_dir=.
8079 for ac_exec_ext in '' $ac_executable_extensions; do
8080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8081 ac_cv_prog_CROSSCC="$ac_prog"
8082 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8083 break 2
8085 done
8086 done
8087 IFS=$as_save_IFS
8091 CROSSCC=$ac_cv_prog_CROSSCC
8092 if test -n "$CROSSCC"; then
8093 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8094 echo "${ECHO_T}$CROSSCC" >&6; }
8095 else
8096 { echo "$as_me:$LINENO: result: no" >&5
8097 echo "${ECHO_T}no" >&6; }
8101 test -n "$CROSSCC" && break
8102 done
8103 test -n "$CROSSCC" || CROSSCC="false"
8105 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8107 # Extract the first word of "$ac_prog", so it can be a program name with args.
8108 set dummy $ac_prog; ac_word=$2
8109 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8110 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8111 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8112 echo $ECHO_N "(cached) $ECHO_C" >&6
8113 else
8114 if test -n "$DLLTOOL"; then
8115 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8116 else
8117 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8118 for as_dir in $PATH
8120 IFS=$as_save_IFS
8121 test -z "$as_dir" && as_dir=.
8122 for ac_exec_ext in '' $ac_executable_extensions; do
8123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8124 ac_cv_prog_DLLTOOL="$ac_prog"
8125 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8126 break 2
8128 done
8129 done
8130 IFS=$as_save_IFS
8134 DLLTOOL=$ac_cv_prog_DLLTOOL
8135 if test -n "$DLLTOOL"; then
8136 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8137 echo "${ECHO_T}$DLLTOOL" >&6; }
8138 else
8139 { echo "$as_me:$LINENO: result: no" >&5
8140 echo "${ECHO_T}no" >&6; }
8144 test -n "$DLLTOOL" && break
8145 done
8146 test -n "$DLLTOOL" || DLLTOOL="false"
8148 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8150 # Extract the first word of "$ac_prog", so it can be a program name with args.
8151 set dummy $ac_prog; ac_word=$2
8152 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8153 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8154 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8155 echo $ECHO_N "(cached) $ECHO_C" >&6
8156 else
8157 if test -n "$MINGWAR"; then
8158 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8159 else
8160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8161 for as_dir in $PATH
8163 IFS=$as_save_IFS
8164 test -z "$as_dir" && as_dir=.
8165 for ac_exec_ext in '' $ac_executable_extensions; do
8166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8167 ac_cv_prog_MINGWAR="$ac_prog"
8168 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8169 break 2
8171 done
8172 done
8173 IFS=$as_save_IFS
8177 MINGWAR=$ac_cv_prog_MINGWAR
8178 if test -n "$MINGWAR"; then
8179 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8180 echo "${ECHO_T}$MINGWAR" >&6; }
8181 else
8182 { echo "$as_me:$LINENO: result: no" >&5
8183 echo "${ECHO_T}no" >&6; }
8187 test -n "$MINGWAR" && break
8188 done
8189 test -n "$MINGWAR" || MINGWAR="false"
8191 if test "$CROSSCC" != "false"
8192 then
8193 CROSSTEST="\$(CROSSTEST)"
8195 set x $CROSSCC
8196 shift
8197 target=""
8198 while test $# -ge 1
8200 case "$1" in
8201 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8202 esac
8203 shift
8204 done
8205 if test -n "$target"
8206 then
8207 CROSSTARGETFLAGS="-b $target"
8214 if test "$ac_cv_header_pthread_h" = "yes"
8215 then
8216 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8217 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8218 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8219 echo $ECHO_N "(cached) $ECHO_C" >&6
8220 else
8221 ac_check_lib_save_LIBS=$LIBS
8222 LIBS="-lpthread $LIBS"
8223 cat >conftest.$ac_ext <<_ACEOF
8224 /* confdefs.h. */
8225 _ACEOF
8226 cat confdefs.h >>conftest.$ac_ext
8227 cat >>conftest.$ac_ext <<_ACEOF
8228 /* end confdefs.h. */
8230 /* Override any GCC internal prototype to avoid an error.
8231 Use char because int might match the return type of a GCC
8232 builtin and then its argument prototype would still apply. */
8233 #ifdef __cplusplus
8234 extern "C"
8235 #endif
8236 char pthread_create ();
8238 main ()
8240 return pthread_create ();
8242 return 0;
8244 _ACEOF
8245 rm -f conftest.$ac_objext conftest$ac_exeext
8246 if { (ac_try="$ac_link"
8247 case "(($ac_try" in
8248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8249 *) ac_try_echo=$ac_try;;
8250 esac
8251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8252 (eval "$ac_link") 2>conftest.er1
8253 ac_status=$?
8254 grep -v '^ *+' conftest.er1 >conftest.err
8255 rm -f conftest.er1
8256 cat conftest.err >&5
8257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8258 (exit $ac_status); } && {
8259 test -z "$ac_c_werror_flag" ||
8260 test ! -s conftest.err
8261 } && test -s conftest$ac_exeext &&
8262 $as_test_x conftest$ac_exeext; then
8263 ac_cv_lib_pthread_pthread_create=yes
8264 else
8265 echo "$as_me: failed program was:" >&5
8266 sed 's/^/| /' conftest.$ac_ext >&5
8268 ac_cv_lib_pthread_pthread_create=no
8271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8272 conftest$ac_exeext conftest.$ac_ext
8273 LIBS=$ac_check_lib_save_LIBS
8275 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8276 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8277 if test $ac_cv_lib_pthread_pthread_create = yes; then
8278 LIBPTHREAD="-lpthread"
8283 if test "x$LIBPTHREAD" = "x"; then
8284 case "x$with_pthread" in
8285 xno) ;;
8286 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8287 Wine cannot support threads without libpthread.
8288 Use the --without-pthread option if you really want this." >&5
8289 echo "$as_me: error: pthread ${notice_platform}development files not found.
8290 Wine cannot support threads without libpthread.
8291 Use the --without-pthread option if you really want this." >&2;}
8292 { (exit 1); exit 1; }; } ;;
8293 esac
8298 { echo "$as_me:$LINENO: checking for X" >&5
8299 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8302 # Check whether --with-x was given.
8303 if test "${with_x+set}" = set; then
8304 withval=$with_x;
8307 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8308 if test "x$with_x" = xno; then
8309 # The user explicitly disabled X.
8310 have_x=disabled
8311 else
8312 case $x_includes,$x_libraries in #(
8313 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8314 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8315 { (exit 1); exit 1; }; };; #(
8316 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8317 echo $ECHO_N "(cached) $ECHO_C" >&6
8318 else
8319 # One or both of the vars are not set, and there is no cached value.
8320 ac_x_includes=no ac_x_libraries=no
8321 rm -f -r conftest.dir
8322 if mkdir conftest.dir; then
8323 cd conftest.dir
8324 cat >Imakefile <<'_ACEOF'
8325 incroot:
8326 @echo incroot='${INCROOT}'
8327 usrlibdir:
8328 @echo usrlibdir='${USRLIBDIR}'
8329 libdir:
8330 @echo libdir='${LIBDIR}'
8331 _ACEOF
8332 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8333 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8334 for ac_var in incroot usrlibdir libdir; do
8335 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8336 done
8337 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8338 for ac_extension in a so sl; do
8339 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8340 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8341 ac_im_usrlibdir=$ac_im_libdir; break
8343 done
8344 # Screen out bogus values from the imake configuration. They are
8345 # bogus both because they are the default anyway, and because
8346 # using them would break gcc on systems where it needs fixed includes.
8347 case $ac_im_incroot in
8348 /usr/include) ac_x_includes= ;;
8349 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8350 esac
8351 case $ac_im_usrlibdir in
8352 /usr/lib | /lib) ;;
8353 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8354 esac
8356 cd ..
8357 rm -f -r conftest.dir
8360 # Standard set of common directories for X headers.
8361 # Check X11 before X11Rn because it is often a symlink to the current release.
8362 ac_x_header_dirs='
8363 /usr/X11/include
8364 /usr/X11R6/include
8365 /usr/X11R5/include
8366 /usr/X11R4/include
8368 /usr/include/X11
8369 /usr/include/X11R6
8370 /usr/include/X11R5
8371 /usr/include/X11R4
8373 /usr/local/X11/include
8374 /usr/local/X11R6/include
8375 /usr/local/X11R5/include
8376 /usr/local/X11R4/include
8378 /usr/local/include/X11
8379 /usr/local/include/X11R6
8380 /usr/local/include/X11R5
8381 /usr/local/include/X11R4
8383 /usr/X386/include
8384 /usr/x386/include
8385 /usr/XFree86/include/X11
8387 /usr/include
8388 /usr/local/include
8389 /usr/unsupported/include
8390 /usr/athena/include
8391 /usr/local/x11r5/include
8392 /usr/lpp/Xamples/include
8394 /usr/openwin/include
8395 /usr/openwin/share/include'
8397 if test "$ac_x_includes" = no; then
8398 # Guess where to find include files, by looking for Xlib.h.
8399 # First, try using that file with no special directory specified.
8400 cat >conftest.$ac_ext <<_ACEOF
8401 /* confdefs.h. */
8402 _ACEOF
8403 cat confdefs.h >>conftest.$ac_ext
8404 cat >>conftest.$ac_ext <<_ACEOF
8405 /* end confdefs.h. */
8406 #include <X11/Xlib.h>
8407 _ACEOF
8408 if { (ac_try="$ac_cpp conftest.$ac_ext"
8409 case "(($ac_try" in
8410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8411 *) ac_try_echo=$ac_try;;
8412 esac
8413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8414 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8415 ac_status=$?
8416 grep -v '^ *+' conftest.er1 >conftest.err
8417 rm -f conftest.er1
8418 cat conftest.err >&5
8419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8420 (exit $ac_status); } >/dev/null && {
8421 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8422 test ! -s conftest.err
8423 }; then
8424 # We can compile using X headers with no special include directory.
8425 ac_x_includes=
8426 else
8427 echo "$as_me: failed program was:" >&5
8428 sed 's/^/| /' conftest.$ac_ext >&5
8430 for ac_dir in $ac_x_header_dirs; do
8431 if test -r "$ac_dir/X11/Xlib.h"; then
8432 ac_x_includes=$ac_dir
8433 break
8435 done
8438 rm -f conftest.err conftest.$ac_ext
8439 fi # $ac_x_includes = no
8441 if test "$ac_x_libraries" = no; then
8442 # Check for the libraries.
8443 # See if we find them without any special options.
8444 # Don't add to $LIBS permanently.
8445 ac_save_LIBS=$LIBS
8446 LIBS="-lX11 $LIBS"
8447 cat >conftest.$ac_ext <<_ACEOF
8448 /* confdefs.h. */
8449 _ACEOF
8450 cat confdefs.h >>conftest.$ac_ext
8451 cat >>conftest.$ac_ext <<_ACEOF
8452 /* end confdefs.h. */
8453 #include <X11/Xlib.h>
8455 main ()
8457 XrmInitialize ()
8459 return 0;
8461 _ACEOF
8462 rm -f conftest.$ac_objext conftest$ac_exeext
8463 if { (ac_try="$ac_link"
8464 case "(($ac_try" in
8465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8466 *) ac_try_echo=$ac_try;;
8467 esac
8468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8469 (eval "$ac_link") 2>conftest.er1
8470 ac_status=$?
8471 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -f conftest.er1
8473 cat conftest.err >&5
8474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8475 (exit $ac_status); } && {
8476 test -z "$ac_c_werror_flag" ||
8477 test ! -s conftest.err
8478 } && test -s conftest$ac_exeext &&
8479 $as_test_x conftest$ac_exeext; then
8480 LIBS=$ac_save_LIBS
8481 # We can link X programs with no special library path.
8482 ac_x_libraries=
8483 else
8484 echo "$as_me: failed program was:" >&5
8485 sed 's/^/| /' conftest.$ac_ext >&5
8487 LIBS=$ac_save_LIBS
8488 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8490 # Don't even attempt the hair of trying to link an X program!
8491 for ac_extension in a so sl; do
8492 if test -r "$ac_dir/libX11.$ac_extension"; then
8493 ac_x_libraries=$ac_dir
8494 break 2
8496 done
8497 done
8500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8501 conftest$ac_exeext conftest.$ac_ext
8502 fi # $ac_x_libraries = no
8504 case $ac_x_includes,$ac_x_libraries in #(
8505 no,* | *,no | *\'*)
8506 # Didn't find X, or a directory has "'" in its name.
8507 ac_cv_have_x="have_x=no";; #(
8509 # Record where we found X for the cache.
8510 ac_cv_have_x="have_x=yes\
8511 ac_x_includes='$ac_x_includes'\
8512 ac_x_libraries='$ac_x_libraries'"
8513 esac
8515 ;; #(
8516 *) have_x=yes;;
8517 esac
8518 eval "$ac_cv_have_x"
8519 fi # $with_x != no
8521 if test "$have_x" != yes; then
8522 { echo "$as_me:$LINENO: result: $have_x" >&5
8523 echo "${ECHO_T}$have_x" >&6; }
8524 no_x=yes
8525 else
8526 # If each of the values was on the command line, it overrides each guess.
8527 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8528 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8529 # Update the cache value to reflect the command line values.
8530 ac_cv_have_x="have_x=yes\
8531 ac_x_includes='$x_includes'\
8532 ac_x_libraries='$x_libraries'"
8533 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8534 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8537 if test "$no_x" = yes; then
8538 # Not all programs may use this symbol, but it does not hurt to define it.
8540 cat >>confdefs.h <<\_ACEOF
8541 #define X_DISPLAY_MISSING 1
8542 _ACEOF
8544 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8545 else
8546 if test -n "$x_includes"; then
8547 X_CFLAGS="$X_CFLAGS -I$x_includes"
8550 # It would also be nice to do this for all -L options, not just this one.
8551 if test -n "$x_libraries"; then
8552 X_LIBS="$X_LIBS -L$x_libraries"
8553 # For Solaris; some versions of Sun CC require a space after -R and
8554 # others require no space. Words are not sufficient . . . .
8555 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8556 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8557 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8558 ac_xsave_c_werror_flag=$ac_c_werror_flag
8559 ac_c_werror_flag=yes
8560 cat >conftest.$ac_ext <<_ACEOF
8561 /* confdefs.h. */
8562 _ACEOF
8563 cat confdefs.h >>conftest.$ac_ext
8564 cat >>conftest.$ac_ext <<_ACEOF
8565 /* end confdefs.h. */
8568 main ()
8572 return 0;
8574 _ACEOF
8575 rm -f conftest.$ac_objext conftest$ac_exeext
8576 if { (ac_try="$ac_link"
8577 case "(($ac_try" in
8578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8579 *) ac_try_echo=$ac_try;;
8580 esac
8581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8582 (eval "$ac_link") 2>conftest.er1
8583 ac_status=$?
8584 grep -v '^ *+' conftest.er1 >conftest.err
8585 rm -f conftest.er1
8586 cat conftest.err >&5
8587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8588 (exit $ac_status); } && {
8589 test -z "$ac_c_werror_flag" ||
8590 test ! -s conftest.err
8591 } && test -s conftest$ac_exeext &&
8592 $as_test_x conftest$ac_exeext; then
8593 { echo "$as_me:$LINENO: result: no" >&5
8594 echo "${ECHO_T}no" >&6; }
8595 X_LIBS="$X_LIBS -R$x_libraries"
8596 else
8597 echo "$as_me: failed program was:" >&5
8598 sed 's/^/| /' conftest.$ac_ext >&5
8600 LIBS="$ac_xsave_LIBS -R $x_libraries"
8601 cat >conftest.$ac_ext <<_ACEOF
8602 /* confdefs.h. */
8603 _ACEOF
8604 cat confdefs.h >>conftest.$ac_ext
8605 cat >>conftest.$ac_ext <<_ACEOF
8606 /* end confdefs.h. */
8609 main ()
8613 return 0;
8615 _ACEOF
8616 rm -f conftest.$ac_objext conftest$ac_exeext
8617 if { (ac_try="$ac_link"
8618 case "(($ac_try" in
8619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8620 *) ac_try_echo=$ac_try;;
8621 esac
8622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8623 (eval "$ac_link") 2>conftest.er1
8624 ac_status=$?
8625 grep -v '^ *+' conftest.er1 >conftest.err
8626 rm -f conftest.er1
8627 cat conftest.err >&5
8628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8629 (exit $ac_status); } && {
8630 test -z "$ac_c_werror_flag" ||
8631 test ! -s conftest.err
8632 } && test -s conftest$ac_exeext &&
8633 $as_test_x conftest$ac_exeext; then
8634 { echo "$as_me:$LINENO: result: yes" >&5
8635 echo "${ECHO_T}yes" >&6; }
8636 X_LIBS="$X_LIBS -R $x_libraries"
8637 else
8638 echo "$as_me: failed program was:" >&5
8639 sed 's/^/| /' conftest.$ac_ext >&5
8641 { echo "$as_me:$LINENO: result: neither works" >&5
8642 echo "${ECHO_T}neither works" >&6; }
8645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8646 conftest$ac_exeext conftest.$ac_ext
8649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8650 conftest$ac_exeext conftest.$ac_ext
8651 ac_c_werror_flag=$ac_xsave_c_werror_flag
8652 LIBS=$ac_xsave_LIBS
8655 # Check for system-dependent libraries X programs must link with.
8656 # Do this before checking for the system-independent R6 libraries
8657 # (-lICE), since we may need -lsocket or whatever for X linking.
8659 if test "$ISC" = yes; then
8660 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8661 else
8662 # Martyn Johnson says this is needed for Ultrix, if the X
8663 # libraries were built with DECnet support. And Karl Berry says
8664 # the Alpha needs dnet_stub (dnet does not exist).
8665 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8666 cat >conftest.$ac_ext <<_ACEOF
8667 /* confdefs.h. */
8668 _ACEOF
8669 cat confdefs.h >>conftest.$ac_ext
8670 cat >>conftest.$ac_ext <<_ACEOF
8671 /* end confdefs.h. */
8673 /* Override any GCC internal prototype to avoid an error.
8674 Use char because int might match the return type of a GCC
8675 builtin and then its argument prototype would still apply. */
8676 #ifdef __cplusplus
8677 extern "C"
8678 #endif
8679 char XOpenDisplay ();
8681 main ()
8683 return XOpenDisplay ();
8685 return 0;
8687 _ACEOF
8688 rm -f conftest.$ac_objext conftest$ac_exeext
8689 if { (ac_try="$ac_link"
8690 case "(($ac_try" in
8691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8692 *) ac_try_echo=$ac_try;;
8693 esac
8694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8695 (eval "$ac_link") 2>conftest.er1
8696 ac_status=$?
8697 grep -v '^ *+' conftest.er1 >conftest.err
8698 rm -f conftest.er1
8699 cat conftest.err >&5
8700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8701 (exit $ac_status); } && {
8702 test -z "$ac_c_werror_flag" ||
8703 test ! -s conftest.err
8704 } && test -s conftest$ac_exeext &&
8705 $as_test_x conftest$ac_exeext; then
8707 else
8708 echo "$as_me: failed program was:" >&5
8709 sed 's/^/| /' conftest.$ac_ext >&5
8711 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8712 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8713 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8714 echo $ECHO_N "(cached) $ECHO_C" >&6
8715 else
8716 ac_check_lib_save_LIBS=$LIBS
8717 LIBS="-ldnet $LIBS"
8718 cat >conftest.$ac_ext <<_ACEOF
8719 /* confdefs.h. */
8720 _ACEOF
8721 cat confdefs.h >>conftest.$ac_ext
8722 cat >>conftest.$ac_ext <<_ACEOF
8723 /* end confdefs.h. */
8725 /* Override any GCC internal prototype to avoid an error.
8726 Use char because int might match the return type of a GCC
8727 builtin and then its argument prototype would still apply. */
8728 #ifdef __cplusplus
8729 extern "C"
8730 #endif
8731 char dnet_ntoa ();
8733 main ()
8735 return dnet_ntoa ();
8737 return 0;
8739 _ACEOF
8740 rm -f conftest.$ac_objext conftest$ac_exeext
8741 if { (ac_try="$ac_link"
8742 case "(($ac_try" in
8743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8744 *) ac_try_echo=$ac_try;;
8745 esac
8746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8747 (eval "$ac_link") 2>conftest.er1
8748 ac_status=$?
8749 grep -v '^ *+' conftest.er1 >conftest.err
8750 rm -f conftest.er1
8751 cat conftest.err >&5
8752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8753 (exit $ac_status); } && {
8754 test -z "$ac_c_werror_flag" ||
8755 test ! -s conftest.err
8756 } && test -s conftest$ac_exeext &&
8757 $as_test_x conftest$ac_exeext; then
8758 ac_cv_lib_dnet_dnet_ntoa=yes
8759 else
8760 echo "$as_me: failed program was:" >&5
8761 sed 's/^/| /' conftest.$ac_ext >&5
8763 ac_cv_lib_dnet_dnet_ntoa=no
8766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8767 conftest$ac_exeext conftest.$ac_ext
8768 LIBS=$ac_check_lib_save_LIBS
8770 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8771 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8772 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8773 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8776 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8777 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8778 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8779 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8780 echo $ECHO_N "(cached) $ECHO_C" >&6
8781 else
8782 ac_check_lib_save_LIBS=$LIBS
8783 LIBS="-ldnet_stub $LIBS"
8784 cat >conftest.$ac_ext <<_ACEOF
8785 /* confdefs.h. */
8786 _ACEOF
8787 cat confdefs.h >>conftest.$ac_ext
8788 cat >>conftest.$ac_ext <<_ACEOF
8789 /* end confdefs.h. */
8791 /* Override any GCC internal prototype to avoid an error.
8792 Use char because int might match the return type of a GCC
8793 builtin and then its argument prototype would still apply. */
8794 #ifdef __cplusplus
8795 extern "C"
8796 #endif
8797 char dnet_ntoa ();
8799 main ()
8801 return dnet_ntoa ();
8803 return 0;
8805 _ACEOF
8806 rm -f conftest.$ac_objext conftest$ac_exeext
8807 if { (ac_try="$ac_link"
8808 case "(($ac_try" in
8809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8810 *) ac_try_echo=$ac_try;;
8811 esac
8812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8813 (eval "$ac_link") 2>conftest.er1
8814 ac_status=$?
8815 grep -v '^ *+' conftest.er1 >conftest.err
8816 rm -f conftest.er1
8817 cat conftest.err >&5
8818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8819 (exit $ac_status); } && {
8820 test -z "$ac_c_werror_flag" ||
8821 test ! -s conftest.err
8822 } && test -s conftest$ac_exeext &&
8823 $as_test_x conftest$ac_exeext; then
8824 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8825 else
8826 echo "$as_me: failed program was:" >&5
8827 sed 's/^/| /' conftest.$ac_ext >&5
8829 ac_cv_lib_dnet_stub_dnet_ntoa=no
8832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8833 conftest$ac_exeext conftest.$ac_ext
8834 LIBS=$ac_check_lib_save_LIBS
8836 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8837 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8838 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8839 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8846 conftest$ac_exeext conftest.$ac_ext
8847 LIBS="$ac_xsave_LIBS"
8849 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8850 # to get the SysV transport functions.
8851 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8852 # needs -lnsl.
8853 # The nsl library prevents programs from opening the X display
8854 # on Irix 5.2, according to T.E. Dickey.
8855 # The functions gethostbyname, getservbyname, and inet_addr are
8856 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8857 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8858 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8859 if test "${ac_cv_func_gethostbyname+set}" = set; then
8860 echo $ECHO_N "(cached) $ECHO_C" >&6
8861 else
8862 cat >conftest.$ac_ext <<_ACEOF
8863 /* confdefs.h. */
8864 _ACEOF
8865 cat confdefs.h >>conftest.$ac_ext
8866 cat >>conftest.$ac_ext <<_ACEOF
8867 /* end confdefs.h. */
8868 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8869 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8870 #define gethostbyname innocuous_gethostbyname
8872 /* System header to define __stub macros and hopefully few prototypes,
8873 which can conflict with char gethostbyname (); below.
8874 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8875 <limits.h> exists even on freestanding compilers. */
8877 #ifdef __STDC__
8878 # include <limits.h>
8879 #else
8880 # include <assert.h>
8881 #endif
8883 #undef gethostbyname
8885 /* Override any GCC internal prototype to avoid an error.
8886 Use char because int might match the return type of a GCC
8887 builtin and then its argument prototype would still apply. */
8888 #ifdef __cplusplus
8889 extern "C"
8890 #endif
8891 char gethostbyname ();
8892 /* The GNU C library defines this for functions which it implements
8893 to always fail with ENOSYS. Some functions are actually named
8894 something starting with __ and the normal name is an alias. */
8895 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8896 choke me
8897 #endif
8900 main ()
8902 return gethostbyname ();
8904 return 0;
8906 _ACEOF
8907 rm -f conftest.$ac_objext conftest$ac_exeext
8908 if { (ac_try="$ac_link"
8909 case "(($ac_try" in
8910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8911 *) ac_try_echo=$ac_try;;
8912 esac
8913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8914 (eval "$ac_link") 2>conftest.er1
8915 ac_status=$?
8916 grep -v '^ *+' conftest.er1 >conftest.err
8917 rm -f conftest.er1
8918 cat conftest.err >&5
8919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920 (exit $ac_status); } && {
8921 test -z "$ac_c_werror_flag" ||
8922 test ! -s conftest.err
8923 } && test -s conftest$ac_exeext &&
8924 $as_test_x conftest$ac_exeext; then
8925 ac_cv_func_gethostbyname=yes
8926 else
8927 echo "$as_me: failed program was:" >&5
8928 sed 's/^/| /' conftest.$ac_ext >&5
8930 ac_cv_func_gethostbyname=no
8933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8934 conftest$ac_exeext conftest.$ac_ext
8936 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8937 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8939 if test $ac_cv_func_gethostbyname = no; then
8940 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8941 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8942 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8943 echo $ECHO_N "(cached) $ECHO_C" >&6
8944 else
8945 ac_check_lib_save_LIBS=$LIBS
8946 LIBS="-lnsl $LIBS"
8947 cat >conftest.$ac_ext <<_ACEOF
8948 /* confdefs.h. */
8949 _ACEOF
8950 cat confdefs.h >>conftest.$ac_ext
8951 cat >>conftest.$ac_ext <<_ACEOF
8952 /* end confdefs.h. */
8954 /* Override any GCC internal prototype to avoid an error.
8955 Use char because int might match the return type of a GCC
8956 builtin and then its argument prototype would still apply. */
8957 #ifdef __cplusplus
8958 extern "C"
8959 #endif
8960 char gethostbyname ();
8962 main ()
8964 return gethostbyname ();
8966 return 0;
8968 _ACEOF
8969 rm -f conftest.$ac_objext conftest$ac_exeext
8970 if { (ac_try="$ac_link"
8971 case "(($ac_try" in
8972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8973 *) ac_try_echo=$ac_try;;
8974 esac
8975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8976 (eval "$ac_link") 2>conftest.er1
8977 ac_status=$?
8978 grep -v '^ *+' conftest.er1 >conftest.err
8979 rm -f conftest.er1
8980 cat conftest.err >&5
8981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8982 (exit $ac_status); } && {
8983 test -z "$ac_c_werror_flag" ||
8984 test ! -s conftest.err
8985 } && test -s conftest$ac_exeext &&
8986 $as_test_x conftest$ac_exeext; then
8987 ac_cv_lib_nsl_gethostbyname=yes
8988 else
8989 echo "$as_me: failed program was:" >&5
8990 sed 's/^/| /' conftest.$ac_ext >&5
8992 ac_cv_lib_nsl_gethostbyname=no
8995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8996 conftest$ac_exeext conftest.$ac_ext
8997 LIBS=$ac_check_lib_save_LIBS
8999 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9000 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9001 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9002 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9005 if test $ac_cv_lib_nsl_gethostbyname = no; then
9006 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9007 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9008 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9009 echo $ECHO_N "(cached) $ECHO_C" >&6
9010 else
9011 ac_check_lib_save_LIBS=$LIBS
9012 LIBS="-lbsd $LIBS"
9013 cat >conftest.$ac_ext <<_ACEOF
9014 /* confdefs.h. */
9015 _ACEOF
9016 cat confdefs.h >>conftest.$ac_ext
9017 cat >>conftest.$ac_ext <<_ACEOF
9018 /* end confdefs.h. */
9020 /* Override any GCC internal prototype to avoid an error.
9021 Use char because int might match the return type of a GCC
9022 builtin and then its argument prototype would still apply. */
9023 #ifdef __cplusplus
9024 extern "C"
9025 #endif
9026 char gethostbyname ();
9028 main ()
9030 return gethostbyname ();
9032 return 0;
9034 _ACEOF
9035 rm -f conftest.$ac_objext conftest$ac_exeext
9036 if { (ac_try="$ac_link"
9037 case "(($ac_try" in
9038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9039 *) ac_try_echo=$ac_try;;
9040 esac
9041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9042 (eval "$ac_link") 2>conftest.er1
9043 ac_status=$?
9044 grep -v '^ *+' conftest.er1 >conftest.err
9045 rm -f conftest.er1
9046 cat conftest.err >&5
9047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048 (exit $ac_status); } && {
9049 test -z "$ac_c_werror_flag" ||
9050 test ! -s conftest.err
9051 } && test -s conftest$ac_exeext &&
9052 $as_test_x conftest$ac_exeext; then
9053 ac_cv_lib_bsd_gethostbyname=yes
9054 else
9055 echo "$as_me: failed program was:" >&5
9056 sed 's/^/| /' conftest.$ac_ext >&5
9058 ac_cv_lib_bsd_gethostbyname=no
9061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9062 conftest$ac_exeext conftest.$ac_ext
9063 LIBS=$ac_check_lib_save_LIBS
9065 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9066 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9067 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9068 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9074 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9075 # socket/setsockopt and other routines are undefined under SCO ODT
9076 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9077 # on later versions), says Simon Leinen: it contains gethostby*
9078 # variants that don't use the name server (or something). -lsocket
9079 # must be given before -lnsl if both are needed. We assume that
9080 # if connect needs -lnsl, so does gethostbyname.
9081 { echo "$as_me:$LINENO: checking for connect" >&5
9082 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9083 if test "${ac_cv_func_connect+set}" = set; then
9084 echo $ECHO_N "(cached) $ECHO_C" >&6
9085 else
9086 cat >conftest.$ac_ext <<_ACEOF
9087 /* confdefs.h. */
9088 _ACEOF
9089 cat confdefs.h >>conftest.$ac_ext
9090 cat >>conftest.$ac_ext <<_ACEOF
9091 /* end confdefs.h. */
9092 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9093 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9094 #define connect innocuous_connect
9096 /* System header to define __stub macros and hopefully few prototypes,
9097 which can conflict with char connect (); below.
9098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9099 <limits.h> exists even on freestanding compilers. */
9101 #ifdef __STDC__
9102 # include <limits.h>
9103 #else
9104 # include <assert.h>
9105 #endif
9107 #undef connect
9109 /* Override any GCC internal prototype to avoid an error.
9110 Use char because int might match the return type of a GCC
9111 builtin and then its argument prototype would still apply. */
9112 #ifdef __cplusplus
9113 extern "C"
9114 #endif
9115 char connect ();
9116 /* The GNU C library defines this for functions which it implements
9117 to always fail with ENOSYS. Some functions are actually named
9118 something starting with __ and the normal name is an alias. */
9119 #if defined __stub_connect || defined __stub___connect
9120 choke me
9121 #endif
9124 main ()
9126 return connect ();
9128 return 0;
9130 _ACEOF
9131 rm -f conftest.$ac_objext conftest$ac_exeext
9132 if { (ac_try="$ac_link"
9133 case "(($ac_try" in
9134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9135 *) ac_try_echo=$ac_try;;
9136 esac
9137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9138 (eval "$ac_link") 2>conftest.er1
9139 ac_status=$?
9140 grep -v '^ *+' conftest.er1 >conftest.err
9141 rm -f conftest.er1
9142 cat conftest.err >&5
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); } && {
9145 test -z "$ac_c_werror_flag" ||
9146 test ! -s conftest.err
9147 } && test -s conftest$ac_exeext &&
9148 $as_test_x conftest$ac_exeext; then
9149 ac_cv_func_connect=yes
9150 else
9151 echo "$as_me: failed program was:" >&5
9152 sed 's/^/| /' conftest.$ac_ext >&5
9154 ac_cv_func_connect=no
9157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9158 conftest$ac_exeext conftest.$ac_ext
9160 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9161 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9163 if test $ac_cv_func_connect = no; then
9164 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9165 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9166 if test "${ac_cv_lib_socket_connect+set}" = set; then
9167 echo $ECHO_N "(cached) $ECHO_C" >&6
9168 else
9169 ac_check_lib_save_LIBS=$LIBS
9170 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9171 cat >conftest.$ac_ext <<_ACEOF
9172 /* confdefs.h. */
9173 _ACEOF
9174 cat confdefs.h >>conftest.$ac_ext
9175 cat >>conftest.$ac_ext <<_ACEOF
9176 /* end confdefs.h. */
9178 /* Override any GCC internal prototype to avoid an error.
9179 Use char because int might match the return type of a GCC
9180 builtin and then its argument prototype would still apply. */
9181 #ifdef __cplusplus
9182 extern "C"
9183 #endif
9184 char connect ();
9186 main ()
9188 return connect ();
9190 return 0;
9192 _ACEOF
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9195 case "(($ac_try" in
9196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197 *) ac_try_echo=$ac_try;;
9198 esac
9199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200 (eval "$ac_link") 2>conftest.er1
9201 ac_status=$?
9202 grep -v '^ *+' conftest.er1 >conftest.err
9203 rm -f conftest.er1
9204 cat conftest.err >&5
9205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); } && {
9207 test -z "$ac_c_werror_flag" ||
9208 test ! -s conftest.err
9209 } && test -s conftest$ac_exeext &&
9210 $as_test_x conftest$ac_exeext; then
9211 ac_cv_lib_socket_connect=yes
9212 else
9213 echo "$as_me: failed program was:" >&5
9214 sed 's/^/| /' conftest.$ac_ext >&5
9216 ac_cv_lib_socket_connect=no
9219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9220 conftest$ac_exeext conftest.$ac_ext
9221 LIBS=$ac_check_lib_save_LIBS
9223 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9224 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9225 if test $ac_cv_lib_socket_connect = yes; then
9226 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9231 # Guillermo Gomez says -lposix is necessary on A/UX.
9232 { echo "$as_me:$LINENO: checking for remove" >&5
9233 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9234 if test "${ac_cv_func_remove+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 else
9237 cat >conftest.$ac_ext <<_ACEOF
9238 /* confdefs.h. */
9239 _ACEOF
9240 cat confdefs.h >>conftest.$ac_ext
9241 cat >>conftest.$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9243 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9244 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9245 #define remove innocuous_remove
9247 /* System header to define __stub macros and hopefully few prototypes,
9248 which can conflict with char remove (); below.
9249 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9250 <limits.h> exists even on freestanding compilers. */
9252 #ifdef __STDC__
9253 # include <limits.h>
9254 #else
9255 # include <assert.h>
9256 #endif
9258 #undef remove
9260 /* Override any GCC internal prototype to avoid an error.
9261 Use char because int might match the return type of a GCC
9262 builtin and then its argument prototype would still apply. */
9263 #ifdef __cplusplus
9264 extern "C"
9265 #endif
9266 char remove ();
9267 /* The GNU C library defines this for functions which it implements
9268 to always fail with ENOSYS. Some functions are actually named
9269 something starting with __ and the normal name is an alias. */
9270 #if defined __stub_remove || defined __stub___remove
9271 choke me
9272 #endif
9275 main ()
9277 return remove ();
9279 return 0;
9281 _ACEOF
9282 rm -f conftest.$ac_objext conftest$ac_exeext
9283 if { (ac_try="$ac_link"
9284 case "(($ac_try" in
9285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9286 *) ac_try_echo=$ac_try;;
9287 esac
9288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9289 (eval "$ac_link") 2>conftest.er1
9290 ac_status=$?
9291 grep -v '^ *+' conftest.er1 >conftest.err
9292 rm -f conftest.er1
9293 cat conftest.err >&5
9294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9295 (exit $ac_status); } && {
9296 test -z "$ac_c_werror_flag" ||
9297 test ! -s conftest.err
9298 } && test -s conftest$ac_exeext &&
9299 $as_test_x conftest$ac_exeext; then
9300 ac_cv_func_remove=yes
9301 else
9302 echo "$as_me: failed program was:" >&5
9303 sed 's/^/| /' conftest.$ac_ext >&5
9305 ac_cv_func_remove=no
9308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9309 conftest$ac_exeext conftest.$ac_ext
9311 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9312 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9314 if test $ac_cv_func_remove = no; then
9315 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9316 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9317 if test "${ac_cv_lib_posix_remove+set}" = set; then
9318 echo $ECHO_N "(cached) $ECHO_C" >&6
9319 else
9320 ac_check_lib_save_LIBS=$LIBS
9321 LIBS="-lposix $LIBS"
9322 cat >conftest.$ac_ext <<_ACEOF
9323 /* confdefs.h. */
9324 _ACEOF
9325 cat confdefs.h >>conftest.$ac_ext
9326 cat >>conftest.$ac_ext <<_ACEOF
9327 /* end confdefs.h. */
9329 /* Override any GCC internal prototype to avoid an error.
9330 Use char because int might match the return type of a GCC
9331 builtin and then its argument prototype would still apply. */
9332 #ifdef __cplusplus
9333 extern "C"
9334 #endif
9335 char remove ();
9337 main ()
9339 return remove ();
9341 return 0;
9343 _ACEOF
9344 rm -f conftest.$ac_objext conftest$ac_exeext
9345 if { (ac_try="$ac_link"
9346 case "(($ac_try" in
9347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9348 *) ac_try_echo=$ac_try;;
9349 esac
9350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9351 (eval "$ac_link") 2>conftest.er1
9352 ac_status=$?
9353 grep -v '^ *+' conftest.er1 >conftest.err
9354 rm -f conftest.er1
9355 cat conftest.err >&5
9356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9357 (exit $ac_status); } && {
9358 test -z "$ac_c_werror_flag" ||
9359 test ! -s conftest.err
9360 } && test -s conftest$ac_exeext &&
9361 $as_test_x conftest$ac_exeext; then
9362 ac_cv_lib_posix_remove=yes
9363 else
9364 echo "$as_me: failed program was:" >&5
9365 sed 's/^/| /' conftest.$ac_ext >&5
9367 ac_cv_lib_posix_remove=no
9370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9371 conftest$ac_exeext conftest.$ac_ext
9372 LIBS=$ac_check_lib_save_LIBS
9374 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9375 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9376 if test $ac_cv_lib_posix_remove = yes; then
9377 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9382 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9383 { echo "$as_me:$LINENO: checking for shmat" >&5
9384 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9385 if test "${ac_cv_func_shmat+set}" = set; then
9386 echo $ECHO_N "(cached) $ECHO_C" >&6
9387 else
9388 cat >conftest.$ac_ext <<_ACEOF
9389 /* confdefs.h. */
9390 _ACEOF
9391 cat confdefs.h >>conftest.$ac_ext
9392 cat >>conftest.$ac_ext <<_ACEOF
9393 /* end confdefs.h. */
9394 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9395 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9396 #define shmat innocuous_shmat
9398 /* System header to define __stub macros and hopefully few prototypes,
9399 which can conflict with char shmat (); below.
9400 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9401 <limits.h> exists even on freestanding compilers. */
9403 #ifdef __STDC__
9404 # include <limits.h>
9405 #else
9406 # include <assert.h>
9407 #endif
9409 #undef shmat
9411 /* Override any GCC internal prototype to avoid an error.
9412 Use char because int might match the return type of a GCC
9413 builtin and then its argument prototype would still apply. */
9414 #ifdef __cplusplus
9415 extern "C"
9416 #endif
9417 char shmat ();
9418 /* The GNU C library defines this for functions which it implements
9419 to always fail with ENOSYS. Some functions are actually named
9420 something starting with __ and the normal name is an alias. */
9421 #if defined __stub_shmat || defined __stub___shmat
9422 choke me
9423 #endif
9426 main ()
9428 return shmat ();
9430 return 0;
9432 _ACEOF
9433 rm -f conftest.$ac_objext conftest$ac_exeext
9434 if { (ac_try="$ac_link"
9435 case "(($ac_try" in
9436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9437 *) ac_try_echo=$ac_try;;
9438 esac
9439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9440 (eval "$ac_link") 2>conftest.er1
9441 ac_status=$?
9442 grep -v '^ *+' conftest.er1 >conftest.err
9443 rm -f conftest.er1
9444 cat conftest.err >&5
9445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9446 (exit $ac_status); } && {
9447 test -z "$ac_c_werror_flag" ||
9448 test ! -s conftest.err
9449 } && test -s conftest$ac_exeext &&
9450 $as_test_x conftest$ac_exeext; then
9451 ac_cv_func_shmat=yes
9452 else
9453 echo "$as_me: failed program was:" >&5
9454 sed 's/^/| /' conftest.$ac_ext >&5
9456 ac_cv_func_shmat=no
9459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9460 conftest$ac_exeext conftest.$ac_ext
9462 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9463 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9465 if test $ac_cv_func_shmat = no; then
9466 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9467 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9468 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9469 echo $ECHO_N "(cached) $ECHO_C" >&6
9470 else
9471 ac_check_lib_save_LIBS=$LIBS
9472 LIBS="-lipc $LIBS"
9473 cat >conftest.$ac_ext <<_ACEOF
9474 /* confdefs.h. */
9475 _ACEOF
9476 cat confdefs.h >>conftest.$ac_ext
9477 cat >>conftest.$ac_ext <<_ACEOF
9478 /* end confdefs.h. */
9480 /* Override any GCC internal prototype to avoid an error.
9481 Use char because int might match the return type of a GCC
9482 builtin and then its argument prototype would still apply. */
9483 #ifdef __cplusplus
9484 extern "C"
9485 #endif
9486 char shmat ();
9488 main ()
9490 return shmat ();
9492 return 0;
9494 _ACEOF
9495 rm -f conftest.$ac_objext conftest$ac_exeext
9496 if { (ac_try="$ac_link"
9497 case "(($ac_try" in
9498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9499 *) ac_try_echo=$ac_try;;
9500 esac
9501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9502 (eval "$ac_link") 2>conftest.er1
9503 ac_status=$?
9504 grep -v '^ *+' conftest.er1 >conftest.err
9505 rm -f conftest.er1
9506 cat conftest.err >&5
9507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9508 (exit $ac_status); } && {
9509 test -z "$ac_c_werror_flag" ||
9510 test ! -s conftest.err
9511 } && test -s conftest$ac_exeext &&
9512 $as_test_x conftest$ac_exeext; then
9513 ac_cv_lib_ipc_shmat=yes
9514 else
9515 echo "$as_me: failed program was:" >&5
9516 sed 's/^/| /' conftest.$ac_ext >&5
9518 ac_cv_lib_ipc_shmat=no
9521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9522 conftest$ac_exeext conftest.$ac_ext
9523 LIBS=$ac_check_lib_save_LIBS
9525 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9526 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9527 if test $ac_cv_lib_ipc_shmat = yes; then
9528 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9534 # Check for libraries that X11R6 Xt/Xaw programs need.
9535 ac_save_LDFLAGS=$LDFLAGS
9536 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9537 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9538 # check for ICE first), but we must link in the order -lSM -lICE or
9539 # we get undefined symbols. So assume we have SM if we have ICE.
9540 # These have to be linked with before -lX11, unlike the other
9541 # libraries we check for below, so use a different variable.
9542 # John Interrante, Karl Berry
9543 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9544 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9545 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9546 echo $ECHO_N "(cached) $ECHO_C" >&6
9547 else
9548 ac_check_lib_save_LIBS=$LIBS
9549 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9550 cat >conftest.$ac_ext <<_ACEOF
9551 /* confdefs.h. */
9552 _ACEOF
9553 cat confdefs.h >>conftest.$ac_ext
9554 cat >>conftest.$ac_ext <<_ACEOF
9555 /* end confdefs.h. */
9557 /* Override any GCC internal prototype to avoid an error.
9558 Use char because int might match the return type of a GCC
9559 builtin and then its argument prototype would still apply. */
9560 #ifdef __cplusplus
9561 extern "C"
9562 #endif
9563 char IceConnectionNumber ();
9565 main ()
9567 return IceConnectionNumber ();
9569 return 0;
9571 _ACEOF
9572 rm -f conftest.$ac_objext conftest$ac_exeext
9573 if { (ac_try="$ac_link"
9574 case "(($ac_try" in
9575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9576 *) ac_try_echo=$ac_try;;
9577 esac
9578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9579 (eval "$ac_link") 2>conftest.er1
9580 ac_status=$?
9581 grep -v '^ *+' conftest.er1 >conftest.err
9582 rm -f conftest.er1
9583 cat conftest.err >&5
9584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9585 (exit $ac_status); } && {
9586 test -z "$ac_c_werror_flag" ||
9587 test ! -s conftest.err
9588 } && test -s conftest$ac_exeext &&
9589 $as_test_x conftest$ac_exeext; then
9590 ac_cv_lib_ICE_IceConnectionNumber=yes
9591 else
9592 echo "$as_me: failed program was:" >&5
9593 sed 's/^/| /' conftest.$ac_ext >&5
9595 ac_cv_lib_ICE_IceConnectionNumber=no
9598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9599 conftest$ac_exeext conftest.$ac_ext
9600 LIBS=$ac_check_lib_save_LIBS
9602 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9603 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9604 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9605 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9608 LDFLAGS=$ac_save_LDFLAGS
9613 if test "$have_x" = "yes"
9614 then
9615 XLIB="-lXext -lX11"
9616 ac_save_CPPFLAGS="$CPPFLAGS"
9617 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9619 { echo "$as_me:$LINENO: checking for -lX11" >&5
9620 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9621 if test "${ac_cv_lib_soname_X11+set}" = set; then
9622 echo $ECHO_N "(cached) $ECHO_C" >&6
9623 else
9624 ac_check_soname_save_LIBS=$LIBS
9625 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9626 cat >conftest.$ac_ext <<_ACEOF
9627 /* confdefs.h. */
9628 _ACEOF
9629 cat confdefs.h >>conftest.$ac_ext
9630 cat >>conftest.$ac_ext <<_ACEOF
9631 /* end confdefs.h. */
9633 /* Override any GCC internal prototype to avoid an error.
9634 Use char because int might match the return type of a GCC
9635 builtin and then its argument prototype would still apply. */
9636 #ifdef __cplusplus
9637 extern "C"
9638 #endif
9639 char XCreateWindow ();
9641 main ()
9643 return XCreateWindow ();
9645 return 0;
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652 *) ac_try_echo=$ac_try;;
9653 esac
9654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9655 (eval "$ac_link") 2>conftest.er1
9656 ac_status=$?
9657 grep -v '^ *+' conftest.er1 >conftest.err
9658 rm -f conftest.er1
9659 cat conftest.err >&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); } && {
9662 test -z "$ac_c_werror_flag" ||
9663 test ! -s conftest.err
9664 } && test -s conftest$ac_exeext &&
9665 $as_test_x conftest$ac_exeext; then
9666 case "$LIBEXT" in
9667 dll) ;;
9668 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'` ;;
9669 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9670 esac
9671 else
9672 echo "$as_me: failed program was:" >&5
9673 sed 's/^/| /' conftest.$ac_ext >&5
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679 conftest$ac_exeext conftest.$ac_ext
9680 LIBS=$ac_check_soname_save_LIBS
9682 if test "x$ac_cv_lib_soname_X11" = "x"; then
9683 { echo "$as_me:$LINENO: result: not found" >&5
9684 echo "${ECHO_T}not found" >&6; }
9686 else
9687 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9688 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9690 cat >>confdefs.h <<_ACEOF
9691 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9692 _ACEOF
9697 { echo "$as_me:$LINENO: checking for -lXext" >&5
9698 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9699 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9700 echo $ECHO_N "(cached) $ECHO_C" >&6
9701 else
9702 ac_check_soname_save_LIBS=$LIBS
9703 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9704 cat >conftest.$ac_ext <<_ACEOF
9705 /* confdefs.h. */
9706 _ACEOF
9707 cat confdefs.h >>conftest.$ac_ext
9708 cat >>conftest.$ac_ext <<_ACEOF
9709 /* end confdefs.h. */
9711 /* Override any GCC internal prototype to avoid an error.
9712 Use char because int might match the return type of a GCC
9713 builtin and then its argument prototype would still apply. */
9714 #ifdef __cplusplus
9715 extern "C"
9716 #endif
9717 char XextCreateExtension ();
9719 main ()
9721 return XextCreateExtension ();
9723 return 0;
9725 _ACEOF
9726 rm -f conftest.$ac_objext conftest$ac_exeext
9727 if { (ac_try="$ac_link"
9728 case "(($ac_try" in
9729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9730 *) ac_try_echo=$ac_try;;
9731 esac
9732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9733 (eval "$ac_link") 2>conftest.er1
9734 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && {
9740 test -z "$ac_c_werror_flag" ||
9741 test ! -s conftest.err
9742 } && test -s conftest$ac_exeext &&
9743 $as_test_x conftest$ac_exeext; then
9744 case "$LIBEXT" in
9745 dll) ;;
9746 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'` ;;
9747 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9748 esac
9749 else
9750 echo "$as_me: failed program was:" >&5
9751 sed 's/^/| /' conftest.$ac_ext >&5
9756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_soname_save_LIBS
9760 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9761 { echo "$as_me:$LINENO: result: not found" >&5
9762 echo "${ECHO_T}not found" >&6; }
9764 else
9765 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9766 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9768 cat >>confdefs.h <<_ACEOF
9769 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9770 _ACEOF
9788 for ac_header in X11/Xlib.h \
9789 X11/XKBlib.h \
9790 X11/Xutil.h \
9791 X11/Xcursor/Xcursor.h \
9792 X11/extensions/shape.h \
9793 X11/extensions/XInput.h \
9794 X11/extensions/XShm.h \
9795 X11/extensions/Xcomposite.h \
9796 X11/extensions/Xinerama.h \
9797 X11/extensions/Xrandr.h \
9798 X11/extensions/Xrender.h \
9799 X11/extensions/xf86vmode.h
9801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9805 echo $ECHO_N "(cached) $ECHO_C" >&6
9806 else
9807 cat >conftest.$ac_ext <<_ACEOF
9808 /* confdefs.h. */
9809 _ACEOF
9810 cat confdefs.h >>conftest.$ac_ext
9811 cat >>conftest.$ac_ext <<_ACEOF
9812 /* end confdefs.h. */
9813 #ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9815 #endif
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9818 #endif
9820 #include <$ac_header>
9821 _ACEOF
9822 rm -f conftest.$ac_objext
9823 if { (ac_try="$ac_compile"
9824 case "(($ac_try" in
9825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9826 *) ac_try_echo=$ac_try;;
9827 esac
9828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9829 (eval "$ac_compile") 2>conftest.er1
9830 ac_status=$?
9831 grep -v '^ *+' conftest.er1 >conftest.err
9832 rm -f conftest.er1
9833 cat conftest.err >&5
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); } && {
9836 test -z "$ac_c_werror_flag" ||
9837 test ! -s conftest.err
9838 } && test -s conftest.$ac_objext; then
9839 eval "$as_ac_Header=yes"
9840 else
9841 echo "$as_me: failed program was:" >&5
9842 sed 's/^/| /' conftest.$ac_ext >&5
9844 eval "$as_ac_Header=no"
9847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9849 ac_res=`eval echo '${'$as_ac_Header'}'`
9850 { echo "$as_me:$LINENO: result: $ac_res" >&5
9851 echo "${ECHO_T}$ac_res" >&6; }
9852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9853 cat >>confdefs.h <<_ACEOF
9854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9855 _ACEOF
9859 done
9862 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9863 then
9864 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9865 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9866 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9867 echo $ECHO_N "(cached) $ECHO_C" >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9871 cat >conftest.$ac_ext <<_ACEOF
9872 /* confdefs.h. */
9873 _ACEOF
9874 cat confdefs.h >>conftest.$ac_ext
9875 cat >>conftest.$ac_ext <<_ACEOF
9876 /* end confdefs.h. */
9878 /* Override any GCC internal prototype to avoid an error.
9879 Use char because int might match the return type of a GCC
9880 builtin and then its argument prototype would still apply. */
9881 #ifdef __cplusplus
9882 extern "C"
9883 #endif
9884 char XkbQueryExtension ();
9886 main ()
9888 return XkbQueryExtension ();
9890 return 0;
9892 _ACEOF
9893 rm -f conftest.$ac_objext conftest$ac_exeext
9894 if { (ac_try="$ac_link"
9895 case "(($ac_try" in
9896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9897 *) ac_try_echo=$ac_try;;
9898 esac
9899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9900 (eval "$ac_link") 2>conftest.er1
9901 ac_status=$?
9902 grep -v '^ *+' conftest.er1 >conftest.err
9903 rm -f conftest.er1
9904 cat conftest.err >&5
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } && {
9907 test -z "$ac_c_werror_flag" ||
9908 test ! -s conftest.err
9909 } && test -s conftest$ac_exeext &&
9910 $as_test_x conftest$ac_exeext; then
9911 ac_cv_lib_X11_XkbQueryExtension=yes
9912 else
9913 echo "$as_me: failed program was:" >&5
9914 sed 's/^/| /' conftest.$ac_ext >&5
9916 ac_cv_lib_X11_XkbQueryExtension=no
9919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9920 conftest$ac_exeext conftest.$ac_ext
9921 LIBS=$ac_check_lib_save_LIBS
9923 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9924 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9925 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9927 cat >>confdefs.h <<\_ACEOF
9928 #define HAVE_XKB 1
9929 _ACEOF
9935 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9936 then
9937 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9938 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9939 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9940 echo $ECHO_N "(cached) $ECHO_C" >&6
9941 else
9942 ac_check_soname_save_LIBS=$LIBS
9943 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9944 cat >conftest.$ac_ext <<_ACEOF
9945 /* confdefs.h. */
9946 _ACEOF
9947 cat confdefs.h >>conftest.$ac_ext
9948 cat >>conftest.$ac_ext <<_ACEOF
9949 /* end confdefs.h. */
9951 /* Override any GCC internal prototype to avoid an error.
9952 Use char because int might match the return type of a GCC
9953 builtin and then its argument prototype would still apply. */
9954 #ifdef __cplusplus
9955 extern "C"
9956 #endif
9957 char XcursorImageLoadCursor ();
9959 main ()
9961 return XcursorImageLoadCursor ();
9963 return 0;
9965 _ACEOF
9966 rm -f conftest.$ac_objext conftest$ac_exeext
9967 if { (ac_try="$ac_link"
9968 case "(($ac_try" in
9969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9970 *) ac_try_echo=$ac_try;;
9971 esac
9972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9973 (eval "$ac_link") 2>conftest.er1
9974 ac_status=$?
9975 grep -v '^ *+' conftest.er1 >conftest.err
9976 rm -f conftest.er1
9977 cat conftest.err >&5
9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && {
9980 test -z "$ac_c_werror_flag" ||
9981 test ! -s conftest.err
9982 } && test -s conftest$ac_exeext &&
9983 $as_test_x conftest$ac_exeext; then
9984 case "$LIBEXT" in
9985 dll) ;;
9986 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'` ;;
9987 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9988 esac
9989 else
9990 echo "$as_me: failed program was:" >&5
9991 sed 's/^/| /' conftest.$ac_ext >&5
9996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9997 conftest$ac_exeext conftest.$ac_ext
9998 LIBS=$ac_check_soname_save_LIBS
10000 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10001 { echo "$as_me:$LINENO: result: not found" >&5
10002 echo "${ECHO_T}not found" >&6; }
10004 else
10005 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10006 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10008 cat >>confdefs.h <<_ACEOF
10009 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10010 _ACEOF
10016 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10017 case "x$with_xcursor" in
10018 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10019 xno) ;;
10020 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10021 This is an error since --with-xcursor was requested." >&5
10022 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10023 This is an error since --with-xcursor was requested." >&2;}
10024 { (exit 1); exit 1; }; } ;;
10025 esac
10029 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10030 then
10031 { echo "$as_me:$LINENO: checking for -lXi" >&5
10032 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10033 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10034 echo $ECHO_N "(cached) $ECHO_C" >&6
10035 else
10036 ac_check_soname_save_LIBS=$LIBS
10037 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10038 cat >conftest.$ac_ext <<_ACEOF
10039 /* confdefs.h. */
10040 _ACEOF
10041 cat confdefs.h >>conftest.$ac_ext
10042 cat >>conftest.$ac_ext <<_ACEOF
10043 /* end confdefs.h. */
10045 /* Override any GCC internal prototype to avoid an error.
10046 Use char because int might match the return type of a GCC
10047 builtin and then its argument prototype would still apply. */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char XOpenDevice ();
10053 main ()
10055 return XOpenDevice ();
10057 return 0;
10059 _ACEOF
10060 rm -f conftest.$ac_objext conftest$ac_exeext
10061 if { (ac_try="$ac_link"
10062 case "(($ac_try" in
10063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064 *) ac_try_echo=$ac_try;;
10065 esac
10066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10067 (eval "$ac_link") 2>conftest.er1
10068 ac_status=$?
10069 grep -v '^ *+' conftest.er1 >conftest.err
10070 rm -f conftest.er1
10071 cat conftest.err >&5
10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073 (exit $ac_status); } && {
10074 test -z "$ac_c_werror_flag" ||
10075 test ! -s conftest.err
10076 } && test -s conftest$ac_exeext &&
10077 $as_test_x conftest$ac_exeext; then
10078 case "$LIBEXT" in
10079 dll) ;;
10080 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'` ;;
10081 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10082 esac
10083 else
10084 echo "$as_me: failed program was:" >&5
10085 sed 's/^/| /' conftest.$ac_ext >&5
10090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10091 conftest$ac_exeext conftest.$ac_ext
10092 LIBS=$ac_check_soname_save_LIBS
10094 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10095 { echo "$as_me:$LINENO: result: not found" >&5
10096 echo "${ECHO_T}not found" >&6; }
10098 else
10099 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10100 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10102 cat >>confdefs.h <<_ACEOF
10103 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10104 _ACEOF
10110 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10111 case "x$with_xinput" in
10112 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10113 xno) ;;
10114 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10115 This is an error since --with-xinput was requested." >&5
10116 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10117 This is an error since --with-xinput was requested." >&2;}
10118 { (exit 1); exit 1; }; } ;;
10119 esac
10123 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10124 then
10125 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10126 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10127 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10128 echo $ECHO_N "(cached) $ECHO_C" >&6
10129 else
10130 ac_check_lib_save_LIBS=$LIBS
10131 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10132 cat >conftest.$ac_ext <<_ACEOF
10133 /* confdefs.h. */
10134 _ACEOF
10135 cat confdefs.h >>conftest.$ac_ext
10136 cat >>conftest.$ac_ext <<_ACEOF
10137 /* end confdefs.h. */
10139 /* Override any GCC internal prototype to avoid an error.
10140 Use char because int might match the return type of a GCC
10141 builtin and then its argument prototype would still apply. */
10142 #ifdef __cplusplus
10143 extern "C"
10144 #endif
10145 char XShmQueryExtension ();
10147 main ()
10149 return XShmQueryExtension ();
10151 return 0;
10153 _ACEOF
10154 rm -f conftest.$ac_objext conftest$ac_exeext
10155 if { (ac_try="$ac_link"
10156 case "(($ac_try" in
10157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10158 *) ac_try_echo=$ac_try;;
10159 esac
10160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10161 (eval "$ac_link") 2>conftest.er1
10162 ac_status=$?
10163 grep -v '^ *+' conftest.er1 >conftest.err
10164 rm -f conftest.er1
10165 cat conftest.err >&5
10166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 (exit $ac_status); } && {
10168 test -z "$ac_c_werror_flag" ||
10169 test ! -s conftest.err
10170 } && test -s conftest$ac_exeext &&
10171 $as_test_x conftest$ac_exeext; then
10172 ac_cv_lib_Xext_XShmQueryExtension=yes
10173 else
10174 echo "$as_me: failed program was:" >&5
10175 sed 's/^/| /' conftest.$ac_ext >&5
10177 ac_cv_lib_Xext_XShmQueryExtension=no
10180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10181 conftest$ac_exeext conftest.$ac_ext
10182 LIBS=$ac_check_lib_save_LIBS
10184 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10185 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10186 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10188 cat >>confdefs.h <<\_ACEOF
10189 #define HAVE_LIBXXSHM 1
10190 _ACEOF
10195 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10196 case "x$with_xshm" in
10197 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10198 xno) ;;
10199 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10200 This is an error since --with-xshm was requested." >&5
10201 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10202 This is an error since --with-xshm was requested." >&2;}
10203 { (exit 1); exit 1; }; } ;;
10204 esac
10208 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10209 then
10210 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10211 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10212 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10213 echo $ECHO_N "(cached) $ECHO_C" >&6
10214 else
10215 ac_check_lib_save_LIBS=$LIBS
10216 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10217 cat >conftest.$ac_ext <<_ACEOF
10218 /* confdefs.h. */
10219 _ACEOF
10220 cat confdefs.h >>conftest.$ac_ext
10221 cat >>conftest.$ac_ext <<_ACEOF
10222 /* end confdefs.h. */
10224 /* Override any GCC internal prototype to avoid an error.
10225 Use char because int might match the return type of a GCC
10226 builtin and then its argument prototype would still apply. */
10227 #ifdef __cplusplus
10228 extern "C"
10229 #endif
10230 char XShapeQueryExtension ();
10232 main ()
10234 return XShapeQueryExtension ();
10236 return 0;
10238 _ACEOF
10239 rm -f conftest.$ac_objext conftest$ac_exeext
10240 if { (ac_try="$ac_link"
10241 case "(($ac_try" in
10242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10243 *) ac_try_echo=$ac_try;;
10244 esac
10245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10246 (eval "$ac_link") 2>conftest.er1
10247 ac_status=$?
10248 grep -v '^ *+' conftest.er1 >conftest.err
10249 rm -f conftest.er1
10250 cat conftest.err >&5
10251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10252 (exit $ac_status); } && {
10253 test -z "$ac_c_werror_flag" ||
10254 test ! -s conftest.err
10255 } && test -s conftest$ac_exeext &&
10256 $as_test_x conftest$ac_exeext; then
10257 ac_cv_lib_Xext_XShapeQueryExtension=yes
10258 else
10259 echo "$as_me: failed program was:" >&5
10260 sed 's/^/| /' conftest.$ac_ext >&5
10262 ac_cv_lib_Xext_XShapeQueryExtension=no
10265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_lib_save_LIBS
10269 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10270 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10271 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10273 cat >>confdefs.h <<\_ACEOF
10274 #define HAVE_LIBXSHAPE 1
10275 _ACEOF
10280 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10281 case "x$with_xshape" in
10282 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10283 xno) ;;
10284 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10285 This is an error since --with-xshape was requested." >&5
10286 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10287 This is an error since --with-xshape was requested." >&2;}
10288 { (exit 1); exit 1; }; } ;;
10289 esac
10293 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10294 then
10295 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10296 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10297 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10298 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 else
10300 ac_check_soname_save_LIBS=$LIBS
10301 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10302 cat >conftest.$ac_ext <<_ACEOF
10303 /* confdefs.h. */
10304 _ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10312 #ifdef __cplusplus
10313 extern "C"
10314 #endif
10315 char XF86VidModeQueryExtension ();
10317 main ()
10319 return XF86VidModeQueryExtension ();
10321 return 0;
10323 _ACEOF
10324 rm -f conftest.$ac_objext conftest$ac_exeext
10325 if { (ac_try="$ac_link"
10326 case "(($ac_try" in
10327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10328 *) ac_try_echo=$ac_try;;
10329 esac
10330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10331 (eval "$ac_link") 2>conftest.er1
10332 ac_status=$?
10333 grep -v '^ *+' conftest.er1 >conftest.err
10334 rm -f conftest.er1
10335 cat conftest.err >&5
10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); } && {
10338 test -z "$ac_c_werror_flag" ||
10339 test ! -s conftest.err
10340 } && test -s conftest$ac_exeext &&
10341 $as_test_x conftest$ac_exeext; then
10342 case "$LIBEXT" in
10343 dll) ;;
10344 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'` ;;
10345 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10346 esac
10347 else
10348 echo "$as_me: failed program was:" >&5
10349 sed 's/^/| /' conftest.$ac_ext >&5
10354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10355 conftest$ac_exeext conftest.$ac_ext
10356 LIBS=$ac_check_soname_save_LIBS
10358 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10359 { echo "$as_me:$LINENO: result: not found" >&5
10360 echo "${ECHO_T}not found" >&6; }
10362 else
10363 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10364 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10366 cat >>confdefs.h <<_ACEOF
10367 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10368 _ACEOF
10374 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10375 case "x$with_xxf86vm" in
10376 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10377 xno) ;;
10378 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10379 This is an error since --with-xxf86vm was requested." >&5
10380 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10381 This is an error since --with-xxf86vm was requested." >&2;}
10382 { (exit 1); exit 1; }; } ;;
10383 esac
10387 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"
10388 then
10389 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10390 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10391 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10392 echo $ECHO_N "(cached) $ECHO_C" >&6
10393 else
10394 ac_check_soname_save_LIBS=$LIBS
10395 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10396 cat >conftest.$ac_ext <<_ACEOF
10397 /* confdefs.h. */
10398 _ACEOF
10399 cat confdefs.h >>conftest.$ac_ext
10400 cat >>conftest.$ac_ext <<_ACEOF
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char XRenderQueryExtension ();
10411 main ()
10413 return XRenderQueryExtension ();
10415 return 0;
10417 _ACEOF
10418 rm -f conftest.$ac_objext conftest$ac_exeext
10419 if { (ac_try="$ac_link"
10420 case "(($ac_try" in
10421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10422 *) ac_try_echo=$ac_try;;
10423 esac
10424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10425 (eval "$ac_link") 2>conftest.er1
10426 ac_status=$?
10427 grep -v '^ *+' conftest.er1 >conftest.err
10428 rm -f conftest.er1
10429 cat conftest.err >&5
10430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); } && {
10432 test -z "$ac_c_werror_flag" ||
10433 test ! -s conftest.err
10434 } && test -s conftest$ac_exeext &&
10435 $as_test_x conftest$ac_exeext; then
10436 case "$LIBEXT" in
10437 dll) ;;
10438 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'` ;;
10439 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10440 esac
10441 else
10442 echo "$as_me: failed program was:" >&5
10443 sed 's/^/| /' conftest.$ac_ext >&5
10448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10449 conftest$ac_exeext conftest.$ac_ext
10450 LIBS=$ac_check_soname_save_LIBS
10452 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10453 { echo "$as_me:$LINENO: result: not found" >&5
10454 echo "${ECHO_T}not found" >&6; }
10456 else
10457 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10458 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10460 cat >>confdefs.h <<_ACEOF
10461 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10462 _ACEOF
10464 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10465 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10466 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10467 echo $ECHO_N "(cached) $ECHO_C" >&6
10468 else
10469 ac_check_lib_save_LIBS=$LIBS
10470 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10471 cat >conftest.$ac_ext <<_ACEOF
10472 /* confdefs.h. */
10473 _ACEOF
10474 cat confdefs.h >>conftest.$ac_ext
10475 cat >>conftest.$ac_ext <<_ACEOF
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10481 #ifdef __cplusplus
10482 extern "C"
10483 #endif
10484 char XRenderSetPictureTransform ();
10486 main ()
10488 return XRenderSetPictureTransform ();
10490 return 0;
10492 _ACEOF
10493 rm -f conftest.$ac_objext conftest$ac_exeext
10494 if { (ac_try="$ac_link"
10495 case "(($ac_try" in
10496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10497 *) ac_try_echo=$ac_try;;
10498 esac
10499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10500 (eval "$ac_link") 2>conftest.er1
10501 ac_status=$?
10502 grep -v '^ *+' conftest.er1 >conftest.err
10503 rm -f conftest.er1
10504 cat conftest.err >&5
10505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); } && {
10507 test -z "$ac_c_werror_flag" ||
10508 test ! -s conftest.err
10509 } && test -s conftest$ac_exeext &&
10510 $as_test_x conftest$ac_exeext; then
10511 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10512 else
10513 echo "$as_me: failed program was:" >&5
10514 sed 's/^/| /' conftest.$ac_ext >&5
10516 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10520 conftest$ac_exeext conftest.$ac_ext
10521 LIBS=$ac_check_lib_save_LIBS
10523 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10524 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10525 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10527 cat >>confdefs.h <<\_ACEOF
10528 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10529 _ACEOF
10537 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10538 case "x$with_xrender" in
10539 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10540 xno) ;;
10541 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10542 This is an error since --with-xrender was requested." >&5
10543 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10544 This is an error since --with-xrender was requested." >&2;}
10545 { (exit 1); exit 1; }; } ;;
10546 esac
10550 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10551 then
10552 cat >conftest.$ac_ext <<_ACEOF
10553 /* confdefs.h. */
10554 _ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10558 #include <X11/Xlib.h>
10559 #include <X11/extensions/Xrandr.h>
10561 main ()
10563 static typeof(XRRSetScreenConfigAndRate) * func;
10565 return 0;
10567 _ACEOF
10568 rm -f conftest.$ac_objext
10569 if { (ac_try="$ac_compile"
10570 case "(($ac_try" in
10571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10572 *) ac_try_echo=$ac_try;;
10573 esac
10574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10575 (eval "$ac_compile") 2>conftest.er1
10576 ac_status=$?
10577 grep -v '^ *+' conftest.er1 >conftest.err
10578 rm -f conftest.er1
10579 cat conftest.err >&5
10580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10581 (exit $ac_status); } && {
10582 test -z "$ac_c_werror_flag" ||
10583 test ! -s conftest.err
10584 } && test -s conftest.$ac_objext; then
10585 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10586 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10587 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10588 echo $ECHO_N "(cached) $ECHO_C" >&6
10589 else
10590 ac_check_soname_save_LIBS=$LIBS
10591 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10592 cat >conftest.$ac_ext <<_ACEOF
10593 /* confdefs.h. */
10594 _ACEOF
10595 cat confdefs.h >>conftest.$ac_ext
10596 cat >>conftest.$ac_ext <<_ACEOF
10597 /* end confdefs.h. */
10599 /* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
10602 #ifdef __cplusplus
10603 extern "C"
10604 #endif
10605 char XRRQueryExtension ();
10607 main ()
10609 return XRRQueryExtension ();
10611 return 0;
10613 _ACEOF
10614 rm -f conftest.$ac_objext conftest$ac_exeext
10615 if { (ac_try="$ac_link"
10616 case "(($ac_try" in
10617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10618 *) ac_try_echo=$ac_try;;
10619 esac
10620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10621 (eval "$ac_link") 2>conftest.er1
10622 ac_status=$?
10623 grep -v '^ *+' conftest.er1 >conftest.err
10624 rm -f conftest.er1
10625 cat conftest.err >&5
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); } && {
10628 test -z "$ac_c_werror_flag" ||
10629 test ! -s conftest.err
10630 } && test -s conftest$ac_exeext &&
10631 $as_test_x conftest$ac_exeext; then
10632 case "$LIBEXT" in
10633 dll) ;;
10634 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'` ;;
10635 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10636 esac
10637 else
10638 echo "$as_me: failed program was:" >&5
10639 sed 's/^/| /' conftest.$ac_ext >&5
10644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10645 conftest$ac_exeext conftest.$ac_ext
10646 LIBS=$ac_check_soname_save_LIBS
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 { echo "$as_me:$LINENO: result: not found" >&5
10650 echo "${ECHO_T}not found" >&6; }
10652 else
10653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10654 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10656 cat >>confdefs.h <<_ACEOF
10657 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10658 _ACEOF
10663 else
10664 echo "$as_me: failed program was:" >&5
10665 sed 's/^/| /' conftest.$ac_ext >&5
10670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10672 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10673 case "x$with_xrandr" in
10674 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10675 xno) ;;
10676 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10677 This is an error since --with-xrandr was requested." >&5
10678 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10679 This is an error since --with-xrandr was requested." >&2;}
10680 { (exit 1); exit 1; }; } ;;
10681 esac
10685 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10686 then
10687 cat >conftest.$ac_ext <<_ACEOF
10688 /* confdefs.h. */
10689 _ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10693 #include <X11/Xlib.h>
10694 #include <X11/extensions/Xinerama.h>
10696 main ()
10698 static typeof(XineramaQueryScreens) * func;
10700 return 0;
10702 _ACEOF
10703 rm -f conftest.$ac_objext
10704 if { (ac_try="$ac_compile"
10705 case "(($ac_try" in
10706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10707 *) ac_try_echo=$ac_try;;
10708 esac
10709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10710 (eval "$ac_compile") 2>conftest.er1
10711 ac_status=$?
10712 grep -v '^ *+' conftest.er1 >conftest.err
10713 rm -f conftest.er1
10714 cat conftest.err >&5
10715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); } && {
10717 test -z "$ac_c_werror_flag" ||
10718 test ! -s conftest.err
10719 } && test -s conftest.$ac_objext; then
10720 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10721 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10722 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10723 echo $ECHO_N "(cached) $ECHO_C" >&6
10724 else
10725 ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10727 cat >conftest.$ac_ext <<_ACEOF
10728 /* confdefs.h. */
10729 _ACEOF
10730 cat confdefs.h >>conftest.$ac_ext
10731 cat >>conftest.$ac_ext <<_ACEOF
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char XineramaQueryScreens ();
10742 main ()
10744 return XineramaQueryScreens ();
10746 return 0;
10748 _ACEOF
10749 rm -f conftest.$ac_objext conftest$ac_exeext
10750 if { (ac_try="$ac_link"
10751 case "(($ac_try" in
10752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10753 *) ac_try_echo=$ac_try;;
10754 esac
10755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10756 (eval "$ac_link") 2>conftest.er1
10757 ac_status=$?
10758 grep -v '^ *+' conftest.er1 >conftest.err
10759 rm -f conftest.er1
10760 cat conftest.err >&5
10761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10762 (exit $ac_status); } && {
10763 test -z "$ac_c_werror_flag" ||
10764 test ! -s conftest.err
10765 } && test -s conftest$ac_exeext &&
10766 $as_test_x conftest$ac_exeext; then
10767 case "$LIBEXT" in
10768 dll) ;;
10769 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'` ;;
10770 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10771 esac
10772 else
10773 echo "$as_me: failed program was:" >&5
10774 sed 's/^/| /' conftest.$ac_ext >&5
10779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10780 conftest$ac_exeext conftest.$ac_ext
10781 LIBS=$ac_check_soname_save_LIBS
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 { echo "$as_me:$LINENO: result: not found" >&5
10785 echo "${ECHO_T}not found" >&6; }
10787 else
10788 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10789 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10791 cat >>confdefs.h <<_ACEOF
10792 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10793 _ACEOF
10798 else
10799 echo "$as_me: failed program was:" >&5
10800 sed 's/^/| /' conftest.$ac_ext >&5
10805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10807 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10808 case "x$with_xinerama" in
10809 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10810 xno) ;;
10811 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10812 This is an error since --with-xinerama was requested." >&5
10813 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10814 This is an error since --with-xinerama was requested." >&2;}
10815 { (exit 1); exit 1; }; } ;;
10816 esac
10820 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10821 then
10822 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10823 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10824 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10825 echo $ECHO_N "(cached) $ECHO_C" >&6
10826 else
10827 ac_check_soname_save_LIBS=$LIBS
10828 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10829 cat >conftest.$ac_ext <<_ACEOF
10830 /* confdefs.h. */
10831 _ACEOF
10832 cat confdefs.h >>conftest.$ac_ext
10833 cat >>conftest.$ac_ext <<_ACEOF
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char XCompositeRedirectWindow ();
10844 main ()
10846 return XCompositeRedirectWindow ();
10848 return 0;
10850 _ACEOF
10851 rm -f conftest.$ac_objext conftest$ac_exeext
10852 if { (ac_try="$ac_link"
10853 case "(($ac_try" in
10854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10855 *) ac_try_echo=$ac_try;;
10856 esac
10857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10858 (eval "$ac_link") 2>conftest.er1
10859 ac_status=$?
10860 grep -v '^ *+' conftest.er1 >conftest.err
10861 rm -f conftest.er1
10862 cat conftest.err >&5
10863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10864 (exit $ac_status); } && {
10865 test -z "$ac_c_werror_flag" ||
10866 test ! -s conftest.err
10867 } && test -s conftest$ac_exeext &&
10868 $as_test_x conftest$ac_exeext; then
10869 case "$LIBEXT" in
10870 dll) ;;
10871 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'` ;;
10872 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10873 esac
10874 else
10875 echo "$as_me: failed program was:" >&5
10876 sed 's/^/| /' conftest.$ac_ext >&5
10881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10882 conftest$ac_exeext conftest.$ac_ext
10883 LIBS=$ac_check_soname_save_LIBS
10885 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10886 { echo "$as_me:$LINENO: result: not found" >&5
10887 echo "${ECHO_T}not found" >&6; }
10889 else
10890 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10891 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10893 cat >>confdefs.h <<_ACEOF
10894 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10895 _ACEOF
10901 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10902 case "x$with_xcomposite" in
10903 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10904 xno) ;;
10905 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10906 This is an error since --with-xcomposite was requested." >&5
10907 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10908 This is an error since --with-xcomposite was requested." >&2;}
10909 { (exit 1); exit 1; }; } ;;
10910 esac
10914 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10915 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10916 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10917 echo $ECHO_N "(cached) $ECHO_C" >&6
10918 else
10919 cat >conftest.$ac_ext <<_ACEOF
10920 /* confdefs.h. */
10921 _ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #ifdef HAVE_X11_XLIB_H
10926 #include <X11/Xlib.h>
10927 #endif
10930 main ()
10932 static XICCallback ac_aggr;
10933 if (ac_aggr.callback)
10934 return 0;
10936 return 0;
10938 _ACEOF
10939 rm -f conftest.$ac_objext
10940 if { (ac_try="$ac_compile"
10941 case "(($ac_try" in
10942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10943 *) ac_try_echo=$ac_try;;
10944 esac
10945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10946 (eval "$ac_compile") 2>conftest.er1
10947 ac_status=$?
10948 grep -v '^ *+' conftest.er1 >conftest.err
10949 rm -f conftest.er1
10950 cat conftest.err >&5
10951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10952 (exit $ac_status); } && {
10953 test -z "$ac_c_werror_flag" ||
10954 test ! -s conftest.err
10955 } && test -s conftest.$ac_objext; then
10956 ac_cv_member_XICCallback_callback=yes
10957 else
10958 echo "$as_me: failed program was:" >&5
10959 sed 's/^/| /' conftest.$ac_ext >&5
10961 cat >conftest.$ac_ext <<_ACEOF
10962 /* confdefs.h. */
10963 _ACEOF
10964 cat confdefs.h >>conftest.$ac_ext
10965 cat >>conftest.$ac_ext <<_ACEOF
10966 /* end confdefs.h. */
10967 #ifdef HAVE_X11_XLIB_H
10968 #include <X11/Xlib.h>
10969 #endif
10972 main ()
10974 static XICCallback ac_aggr;
10975 if (sizeof ac_aggr.callback)
10976 return 0;
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext
10982 if { (ac_try="$ac_compile"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_compile") 2>conftest.er1
10989 ac_status=$?
10990 grep -v '^ *+' conftest.er1 >conftest.err
10991 rm -f conftest.er1
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest.$ac_objext; then
10998 ac_cv_member_XICCallback_callback=yes
10999 else
11000 echo "$as_me: failed program was:" >&5
11001 sed 's/^/| /' conftest.$ac_ext >&5
11003 ac_cv_member_XICCallback_callback=no
11006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11011 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11012 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11013 if test $ac_cv_member_XICCallback_callback = yes; then
11015 cat >>confdefs.h <<_ACEOF
11016 #define HAVE_XICCALLBACK_CALLBACK 1
11017 _ACEOF
11024 opengl_msg=""
11025 if test "x$with_opengl" != "xno"
11026 then
11030 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11032 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11033 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11036 echo $ECHO_N "(cached) $ECHO_C" >&6
11037 else
11038 cat >conftest.$ac_ext <<_ACEOF
11039 /* confdefs.h. */
11040 _ACEOF
11041 cat confdefs.h >>conftest.$ac_ext
11042 cat >>conftest.$ac_ext <<_ACEOF
11043 /* end confdefs.h. */
11044 #ifdef HAVE_GL_GLX_H
11045 # include <GL/glx.h>
11046 #endif
11048 #include <$ac_header>
11049 _ACEOF
11050 rm -f conftest.$ac_objext
11051 if { (ac_try="$ac_compile"
11052 case "(($ac_try" in
11053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11054 *) ac_try_echo=$ac_try;;
11055 esac
11056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11057 (eval "$ac_compile") 2>conftest.er1
11058 ac_status=$?
11059 grep -v '^ *+' conftest.er1 >conftest.err
11060 rm -f conftest.er1
11061 cat conftest.err >&5
11062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11063 (exit $ac_status); } && {
11064 test -z "$ac_c_werror_flag" ||
11065 test ! -s conftest.err
11066 } && test -s conftest.$ac_objext; then
11067 eval "$as_ac_Header=yes"
11068 else
11069 echo "$as_me: failed program was:" >&5
11070 sed 's/^/| /' conftest.$ac_ext >&5
11072 eval "$as_ac_Header=no"
11075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11077 ac_res=`eval echo '${'$as_ac_Header'}'`
11078 { echo "$as_me:$LINENO: result: $ac_res" >&5
11079 echo "${ECHO_T}$ac_res" >&6; }
11080 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11081 cat >>confdefs.h <<_ACEOF
11082 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11083 _ACEOF
11087 done
11089 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11090 then
11091 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11092 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11093 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11094 echo $ECHO_N "(cached) $ECHO_C" >&6
11095 else
11096 cat >conftest.$ac_ext <<_ACEOF
11097 /* confdefs.h. */
11098 _ACEOF
11099 cat confdefs.h >>conftest.$ac_ext
11100 cat >>conftest.$ac_ext <<_ACEOF
11101 /* end confdefs.h. */
11102 #include <GL/gl.h>
11104 main ()
11106 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11108 return 0;
11110 _ACEOF
11111 rm -f conftest.$ac_objext
11112 if { (ac_try="$ac_compile"
11113 case "(($ac_try" in
11114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11115 *) ac_try_echo=$ac_try;;
11116 esac
11117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11118 (eval "$ac_compile") 2>conftest.er1
11119 ac_status=$?
11120 grep -v '^ *+' conftest.er1 >conftest.err
11121 rm -f conftest.er1
11122 cat conftest.err >&5
11123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); } && {
11125 test -z "$ac_c_werror_flag" ||
11126 test ! -s conftest.err
11127 } && test -s conftest.$ac_objext; then
11128 wine_cv_opengl_header_version_OK="yes"
11129 else
11130 echo "$as_me: failed program was:" >&5
11131 sed 's/^/| /' conftest.$ac_ext >&5
11133 wine_cv_opengl_header_version_OK="no"
11136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11138 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11139 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11141 if test "$wine_cv_opengl_header_version_OK" = "yes"
11142 then
11143 { echo "$as_me:$LINENO: checking for -lGL" >&5
11144 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11145 if test "${ac_cv_lib_soname_GL+set}" = set; then
11146 echo $ECHO_N "(cached) $ECHO_C" >&6
11147 else
11148 ac_check_soname_save_LIBS=$LIBS
11149 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11150 cat >conftest.$ac_ext <<_ACEOF
11151 /* confdefs.h. */
11152 _ACEOF
11153 cat confdefs.h >>conftest.$ac_ext
11154 cat >>conftest.$ac_ext <<_ACEOF
11155 /* end confdefs.h. */
11157 /* Override any GCC internal prototype to avoid an error.
11158 Use char because int might match the return type of a GCC
11159 builtin and then its argument prototype would still apply. */
11160 #ifdef __cplusplus
11161 extern "C"
11162 #endif
11163 char glXCreateContext ();
11165 main ()
11167 return glXCreateContext ();
11169 return 0;
11171 _ACEOF
11172 rm -f conftest.$ac_objext conftest$ac_exeext
11173 if { (ac_try="$ac_link"
11174 case "(($ac_try" in
11175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11176 *) ac_try_echo=$ac_try;;
11177 esac
11178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11179 (eval "$ac_link") 2>conftest.er1
11180 ac_status=$?
11181 grep -v '^ *+' conftest.er1 >conftest.err
11182 rm -f conftest.er1
11183 cat conftest.err >&5
11184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185 (exit $ac_status); } && {
11186 test -z "$ac_c_werror_flag" ||
11187 test ! -s conftest.err
11188 } && test -s conftest$ac_exeext &&
11189 $as_test_x conftest$ac_exeext; then
11190 case "$LIBEXT" in
11191 dll) ;;
11192 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'` ;;
11193 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11194 esac
11195 else
11196 echo "$as_me: failed program was:" >&5
11197 sed 's/^/| /' conftest.$ac_ext >&5
11202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11203 conftest$ac_exeext conftest.$ac_ext
11204 LIBS=$ac_check_soname_save_LIBS
11206 if test "x$ac_cv_lib_soname_GL" = "x"; then
11207 { echo "$as_me:$LINENO: result: not found" >&5
11208 echo "${ECHO_T}not found" >&6; }
11209 { echo "$as_me:$LINENO: checking for -lGL" >&5
11210 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11211 if test "${ac_cv_lib_soname_GL+set}" = set; then
11212 echo $ECHO_N "(cached) $ECHO_C" >&6
11213 else
11214 ac_check_soname_save_LIBS=$LIBS
11215 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"
11216 cat >conftest.$ac_ext <<_ACEOF
11217 /* confdefs.h. */
11218 _ACEOF
11219 cat confdefs.h >>conftest.$ac_ext
11220 cat >>conftest.$ac_ext <<_ACEOF
11221 /* end confdefs.h. */
11223 /* Override any GCC internal prototype to avoid an error.
11224 Use char because int might match the return type of a GCC
11225 builtin and then its argument prototype would still apply. */
11226 #ifdef __cplusplus
11227 extern "C"
11228 #endif
11229 char glXCreateContext ();
11231 main ()
11233 return glXCreateContext ();
11235 return 0;
11237 _ACEOF
11238 rm -f conftest.$ac_objext conftest$ac_exeext
11239 if { (ac_try="$ac_link"
11240 case "(($ac_try" in
11241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11242 *) ac_try_echo=$ac_try;;
11243 esac
11244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11245 (eval "$ac_link") 2>conftest.er1
11246 ac_status=$?
11247 grep -v '^ *+' conftest.er1 >conftest.err
11248 rm -f conftest.er1
11249 cat conftest.err >&5
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); } && {
11252 test -z "$ac_c_werror_flag" ||
11253 test ! -s conftest.err
11254 } && test -s conftest$ac_exeext &&
11255 $as_test_x conftest$ac_exeext; then
11256 case "$LIBEXT" in
11257 dll) ;;
11258 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'` ;;
11259 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11260 esac
11261 else
11262 echo "$as_me: failed program was:" >&5
11263 sed 's/^/| /' conftest.$ac_ext >&5
11268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11269 conftest$ac_exeext conftest.$ac_ext
11270 LIBS=$ac_check_soname_save_LIBS
11272 if test "x$ac_cv_lib_soname_GL" = "x"; then
11273 { echo "$as_me:$LINENO: result: not found" >&5
11274 echo "${ECHO_T}not found" >&6; }
11275 if test -f /usr/X11R6/lib/libGL.a
11276 then
11277 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11278 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11279 else
11280 opengl_msg="No OpenGL library found on this system."
11282 else
11283 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11284 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11286 cat >>confdefs.h <<_ACEOF
11287 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11288 _ACEOF
11290 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"
11292 cat >>confdefs.h <<\_ACEOF
11293 #define HAVE_OPENGL 1
11294 _ACEOF
11298 else
11299 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11300 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11302 cat >>confdefs.h <<_ACEOF
11303 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11304 _ACEOF
11306 OPENGL_LIBS="-lGL"
11308 cat >>confdefs.h <<\_ACEOF
11309 #define HAVE_OPENGL 1
11310 _ACEOF
11314 if test "$ac_cv_header_GL_glu_h" = "yes"
11315 then
11316 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11317 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11318 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11319 echo $ECHO_N "(cached) $ECHO_C" >&6
11320 else
11321 ac_check_soname_save_LIBS=$LIBS
11322 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11323 cat >conftest.$ac_ext <<_ACEOF
11324 /* confdefs.h. */
11325 _ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h. */
11330 /* Override any GCC internal prototype to avoid an error.
11331 Use char because int might match the return type of a GCC
11332 builtin and then its argument prototype would still apply. */
11333 #ifdef __cplusplus
11334 extern "C"
11335 #endif
11336 char gluLookAt ();
11338 main ()
11340 return gluLookAt ();
11342 return 0;
11344 _ACEOF
11345 rm -f conftest.$ac_objext conftest$ac_exeext
11346 if { (ac_try="$ac_link"
11347 case "(($ac_try" in
11348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11349 *) ac_try_echo=$ac_try;;
11350 esac
11351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11352 (eval "$ac_link") 2>conftest.er1
11353 ac_status=$?
11354 grep -v '^ *+' conftest.er1 >conftest.err
11355 rm -f conftest.er1
11356 cat conftest.err >&5
11357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11358 (exit $ac_status); } && {
11359 test -z "$ac_c_werror_flag" ||
11360 test ! -s conftest.err
11361 } && test -s conftest$ac_exeext &&
11362 $as_test_x conftest$ac_exeext; then
11363 case "$LIBEXT" in
11364 dll) ;;
11365 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'` ;;
11366 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11367 esac
11368 else
11369 echo "$as_me: failed program was:" >&5
11370 sed 's/^/| /' conftest.$ac_ext >&5
11375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11376 conftest$ac_exeext conftest.$ac_ext
11377 LIBS=$ac_check_soname_save_LIBS
11379 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11380 { echo "$as_me:$LINENO: result: not found" >&5
11381 echo "${ECHO_T}not found" >&6; }
11383 else
11384 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11385 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11387 cat >>confdefs.h <<_ACEOF
11388 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11389 _ACEOF
11395 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11396 case "x$with_glu" in
11397 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11398 xno) ;;
11399 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11400 This is an error since --with-glu was requested." >&5
11401 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11402 This is an error since --with-glu was requested." >&2;}
11403 { (exit 1); exit 1; }; } ;;
11404 esac
11407 else
11408 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11410 else
11411 opengl_msg="OpenGL development headers not found."
11413 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11414 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11415 else
11416 enable_opengl32=${enable_opengl32:-no}
11417 enable_glu32=${enable_glu32:-no}
11419 if test -n "$opengl_msg"; then
11420 case "x$with_opengl" in
11421 x) wine_warnings="$wine_warnings|$opengl_msg
11422 OpenGL and Direct3D won't be supported." ;;
11423 xno) ;;
11424 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11425 OpenGL and Direct3D won't be supported.
11426 This is an error since --with-opengl was requested." >&5
11427 echo "$as_me: error: $opengl_msg
11428 OpenGL and Direct3D won't be supported.
11429 This is an error since --with-opengl was requested." >&2;}
11430 { (exit 1); exit 1; }; } ;;
11431 esac
11435 NASLIBS=""
11438 for ac_header in audio/audiolib.h
11440 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11442 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11443 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11445 echo $ECHO_N "(cached) $ECHO_C" >&6
11447 ac_res=`eval echo '${'$as_ac_Header'}'`
11448 { echo "$as_me:$LINENO: result: $ac_res" >&5
11449 echo "${ECHO_T}$ac_res" >&6; }
11450 else
11451 # Is the header compilable?
11452 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11454 cat >conftest.$ac_ext <<_ACEOF
11455 /* confdefs.h. */
11456 _ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 $ac_includes_default
11461 #include <$ac_header>
11462 _ACEOF
11463 rm -f conftest.$ac_objext
11464 if { (ac_try="$ac_compile"
11465 case "(($ac_try" in
11466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11467 *) ac_try_echo=$ac_try;;
11468 esac
11469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11470 (eval "$ac_compile") 2>conftest.er1
11471 ac_status=$?
11472 grep -v '^ *+' conftest.er1 >conftest.err
11473 rm -f conftest.er1
11474 cat conftest.err >&5
11475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11476 (exit $ac_status); } && {
11477 test -z "$ac_c_werror_flag" ||
11478 test ! -s conftest.err
11479 } && test -s conftest.$ac_objext; then
11480 ac_header_compiler=yes
11481 else
11482 echo "$as_me: failed program was:" >&5
11483 sed 's/^/| /' conftest.$ac_ext >&5
11485 ac_header_compiler=no
11488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11489 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11490 echo "${ECHO_T}$ac_header_compiler" >&6; }
11492 # Is the header present?
11493 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11494 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11495 cat >conftest.$ac_ext <<_ACEOF
11496 /* confdefs.h. */
11497 _ACEOF
11498 cat confdefs.h >>conftest.$ac_ext
11499 cat >>conftest.$ac_ext <<_ACEOF
11500 /* end confdefs.h. */
11501 #include <$ac_header>
11502 _ACEOF
11503 if { (ac_try="$ac_cpp conftest.$ac_ext"
11504 case "(($ac_try" in
11505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11506 *) ac_try_echo=$ac_try;;
11507 esac
11508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11509 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11510 ac_status=$?
11511 grep -v '^ *+' conftest.er1 >conftest.err
11512 rm -f conftest.er1
11513 cat conftest.err >&5
11514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11515 (exit $ac_status); } >/dev/null && {
11516 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11517 test ! -s conftest.err
11518 }; then
11519 ac_header_preproc=yes
11520 else
11521 echo "$as_me: failed program was:" >&5
11522 sed 's/^/| /' conftest.$ac_ext >&5
11524 ac_header_preproc=no
11527 rm -f conftest.err conftest.$ac_ext
11528 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11529 echo "${ECHO_T}$ac_header_preproc" >&6; }
11531 # So? What about this header?
11532 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11533 yes:no: )
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11535 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11536 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11537 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11538 ac_header_preproc=yes
11540 no:yes:* )
11541 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11542 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11543 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11544 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11545 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11546 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11548 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11550 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11551 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11552 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11553 ( cat <<\_ASBOX
11554 ## ------------------------------------ ##
11555 ## Report this to wine-devel@winehq.org ##
11556 ## ------------------------------------ ##
11557 _ASBOX
11558 ) | sed "s/^/$as_me: WARNING: /" >&2
11560 esac
11561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11564 echo $ECHO_N "(cached) $ECHO_C" >&6
11565 else
11566 eval "$as_ac_Header=\$ac_header_preproc"
11568 ac_res=`eval echo '${'$as_ac_Header'}'`
11569 { echo "$as_me:$LINENO: result: $ac_res" >&5
11570 echo "${ECHO_T}$ac_res" >&6; }
11573 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11574 cat >>confdefs.h <<_ACEOF
11575 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11576 _ACEOF
11578 for ac_header in audio/soundlib.h
11580 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11581 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11582 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11583 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11584 echo $ECHO_N "(cached) $ECHO_C" >&6
11585 else
11586 cat >conftest.$ac_ext <<_ACEOF
11587 /* confdefs.h. */
11588 _ACEOF
11589 cat confdefs.h >>conftest.$ac_ext
11590 cat >>conftest.$ac_ext <<_ACEOF
11591 /* end confdefs.h. */
11592 #include <audio/audiolib.h>
11594 #include <$ac_header>
11595 _ACEOF
11596 rm -f conftest.$ac_objext
11597 if { (ac_try="$ac_compile"
11598 case "(($ac_try" in
11599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11600 *) ac_try_echo=$ac_try;;
11601 esac
11602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11603 (eval "$ac_compile") 2>conftest.er1
11604 ac_status=$?
11605 grep -v '^ *+' conftest.er1 >conftest.err
11606 rm -f conftest.er1
11607 cat conftest.err >&5
11608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11609 (exit $ac_status); } && {
11610 test -z "$ac_c_werror_flag" ||
11611 test ! -s conftest.err
11612 } && test -s conftest.$ac_objext; then
11613 eval "$as_ac_Header=yes"
11614 else
11615 echo "$as_me: failed program was:" >&5
11616 sed 's/^/| /' conftest.$ac_ext >&5
11618 eval "$as_ac_Header=no"
11621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11623 ac_res=`eval echo '${'$as_ac_Header'}'`
11624 { echo "$as_me:$LINENO: result: $ac_res" >&5
11625 echo "${ECHO_T}$ac_res" >&6; }
11626 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11627 cat >>confdefs.h <<_ACEOF
11628 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11629 _ACEOF
11633 done
11635 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11636 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11637 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11638 echo $ECHO_N "(cached) $ECHO_C" >&6
11639 else
11640 ac_check_lib_save_LIBS=$LIBS
11641 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11642 cat >conftest.$ac_ext <<_ACEOF
11643 /* confdefs.h. */
11644 _ACEOF
11645 cat confdefs.h >>conftest.$ac_ext
11646 cat >>conftest.$ac_ext <<_ACEOF
11647 /* end confdefs.h. */
11649 /* Override any GCC internal prototype to avoid an error.
11650 Use char because int might match the return type of a GCC
11651 builtin and then its argument prototype would still apply. */
11652 #ifdef __cplusplus
11653 extern "C"
11654 #endif
11655 char AuCreateFlow ();
11657 main ()
11659 return AuCreateFlow ();
11661 return 0;
11663 _ACEOF
11664 rm -f conftest.$ac_objext conftest$ac_exeext
11665 if { (ac_try="$ac_link"
11666 case "(($ac_try" in
11667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11668 *) ac_try_echo=$ac_try;;
11669 esac
11670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11671 (eval "$ac_link") 2>conftest.er1
11672 ac_status=$?
11673 grep -v '^ *+' conftest.er1 >conftest.err
11674 rm -f conftest.er1
11675 cat conftest.err >&5
11676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11677 (exit $ac_status); } && {
11678 test -z "$ac_c_werror_flag" ||
11679 test ! -s conftest.err
11680 } && test -s conftest$ac_exeext &&
11681 $as_test_x conftest$ac_exeext; then
11682 ac_cv_lib_audio_AuCreateFlow=yes
11683 else
11684 echo "$as_me: failed program was:" >&5
11685 sed 's/^/| /' conftest.$ac_ext >&5
11687 ac_cv_lib_audio_AuCreateFlow=no
11690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11691 conftest$ac_exeext conftest.$ac_ext
11692 LIBS=$ac_check_lib_save_LIBS
11694 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11695 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11696 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11698 cat >>confdefs.h <<\_ACEOF
11699 #define HAVE_NAS 1
11700 _ACEOF
11702 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11703 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11704 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11705 echo $ECHO_N "(cached) $ECHO_C" >&6
11706 else
11707 ac_check_lib_save_LIBS=$LIBS
11708 LIBS="-lXau $X_LIBS $LIBS"
11709 cat >conftest.$ac_ext <<_ACEOF
11710 /* confdefs.h. */
11711 _ACEOF
11712 cat confdefs.h >>conftest.$ac_ext
11713 cat >>conftest.$ac_ext <<_ACEOF
11714 /* end confdefs.h. */
11716 /* Override any GCC internal prototype to avoid an error.
11717 Use char because int might match the return type of a GCC
11718 builtin and then its argument prototype would still apply. */
11719 #ifdef __cplusplus
11720 extern "C"
11721 #endif
11722 char XauGetBestAuthByAddr ();
11724 main ()
11726 return XauGetBestAuthByAddr ();
11728 return 0;
11730 _ACEOF
11731 rm -f conftest.$ac_objext conftest$ac_exeext
11732 if { (ac_try="$ac_link"
11733 case "(($ac_try" in
11734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11735 *) ac_try_echo=$ac_try;;
11736 esac
11737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11738 (eval "$ac_link") 2>conftest.er1
11739 ac_status=$?
11740 grep -v '^ *+' conftest.er1 >conftest.err
11741 rm -f conftest.er1
11742 cat conftest.err >&5
11743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11744 (exit $ac_status); } && {
11745 test -z "$ac_c_werror_flag" ||
11746 test ! -s conftest.err
11747 } && test -s conftest$ac_exeext &&
11748 $as_test_x conftest$ac_exeext; then
11749 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11750 else
11751 echo "$as_me: failed program was:" >&5
11752 sed 's/^/| /' conftest.$ac_ext >&5
11754 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11758 conftest$ac_exeext conftest.$ac_ext
11759 LIBS=$ac_check_lib_save_LIBS
11761 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11762 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11763 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11764 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11765 else
11766 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11774 done
11777 CPPFLAGS="$ac_save_CPPFLAGS"
11778 else
11779 XLIB=""
11780 X_CFLAGS=""
11781 X_LIBS=""
11782 enable_winex11_drv=${enable_winex11_drv:-no}
11783 enable_opengl32=${enable_opengl32:-no}
11784 enable_glu32=${enable_glu32:-no}
11786 if test "x$XLIB" = "x"; then
11787 case "x$with_x" in
11788 xno) ;;
11789 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11790 without X support, which probably isn't what you want. You will need to install
11791 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11792 Use the --without-x option if you really want this." >&5
11793 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11794 without X support, which probably isn't what you want. You will need to install
11795 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11796 Use the --without-x option if you really want this." >&2;}
11797 { (exit 1); exit 1; }; } ;;
11798 esac
11803 XML2LIBS=""
11805 XML2INCL=""
11807 XSLTINCL=""
11809 if test "x$with_xml" != "xno"
11810 then
11811 ac_save_CPPFLAGS="$CPPFLAGS"
11812 if test "$PKG_CONFIG" != "false"
11813 then
11814 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11815 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11816 else
11817 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11818 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11820 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11822 for ac_header in libxml/parser.h
11824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11826 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11829 echo $ECHO_N "(cached) $ECHO_C" >&6
11831 ac_res=`eval echo '${'$as_ac_Header'}'`
11832 { echo "$as_me:$LINENO: result: $ac_res" >&5
11833 echo "${ECHO_T}$ac_res" >&6; }
11834 else
11835 # Is the header compilable?
11836 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11837 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11838 cat >conftest.$ac_ext <<_ACEOF
11839 /* confdefs.h. */
11840 _ACEOF
11841 cat confdefs.h >>conftest.$ac_ext
11842 cat >>conftest.$ac_ext <<_ACEOF
11843 /* end confdefs.h. */
11844 $ac_includes_default
11845 #include <$ac_header>
11846 _ACEOF
11847 rm -f conftest.$ac_objext
11848 if { (ac_try="$ac_compile"
11849 case "(($ac_try" in
11850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11852 esac
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_compile") 2>conftest.er1
11855 ac_status=$?
11856 grep -v '^ *+' conftest.er1 >conftest.err
11857 rm -f conftest.er1
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } && {
11861 test -z "$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11863 } && test -s conftest.$ac_objext; then
11864 ac_header_compiler=yes
11865 else
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 ac_header_compiler=no
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11874 echo "${ECHO_T}$ac_header_compiler" >&6; }
11876 # Is the header present?
11877 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11878 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11879 cat >conftest.$ac_ext <<_ACEOF
11880 /* confdefs.h. */
11881 _ACEOF
11882 cat confdefs.h >>conftest.$ac_ext
11883 cat >>conftest.$ac_ext <<_ACEOF
11884 /* end confdefs.h. */
11885 #include <$ac_header>
11886 _ACEOF
11887 if { (ac_try="$ac_cpp conftest.$ac_ext"
11888 case "(($ac_try" in
11889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11890 *) ac_try_echo=$ac_try;;
11891 esac
11892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11894 ac_status=$?
11895 grep -v '^ *+' conftest.er1 >conftest.err
11896 rm -f conftest.er1
11897 cat conftest.err >&5
11898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11899 (exit $ac_status); } >/dev/null && {
11900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11901 test ! -s conftest.err
11902 }; then
11903 ac_header_preproc=yes
11904 else
11905 echo "$as_me: failed program was:" >&5
11906 sed 's/^/| /' conftest.$ac_ext >&5
11908 ac_header_preproc=no
11911 rm -f conftest.err conftest.$ac_ext
11912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11913 echo "${ECHO_T}$ac_header_preproc" >&6; }
11915 # So? What about this header?
11916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11917 yes:no: )
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11919 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11920 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11921 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11922 ac_header_preproc=yes
11924 no:yes:* )
11925 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11926 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11927 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11928 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11929 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11930 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11931 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11932 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11933 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11934 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11936 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11937 ( cat <<\_ASBOX
11938 ## ------------------------------------ ##
11939 ## Report this to wine-devel@winehq.org ##
11940 ## ------------------------------------ ##
11941 _ASBOX
11942 ) | sed "s/^/$as_me: WARNING: /" >&2
11944 esac
11945 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11946 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11948 echo $ECHO_N "(cached) $ECHO_C" >&6
11949 else
11950 eval "$as_ac_Header=\$ac_header_preproc"
11952 ac_res=`eval echo '${'$as_ac_Header'}'`
11953 { echo "$as_me:$LINENO: result: $ac_res" >&5
11954 echo "${ECHO_T}$ac_res" >&6; }
11957 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11958 cat >>confdefs.h <<_ACEOF
11959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11960 _ACEOF
11961 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11962 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11963 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11964 echo $ECHO_N "(cached) $ECHO_C" >&6
11965 else
11966 ac_check_lib_save_LIBS=$LIBS
11967 LIBS="-lxml2 $ac_xml_libs $LIBS"
11968 cat >conftest.$ac_ext <<_ACEOF
11969 /* confdefs.h. */
11970 _ACEOF
11971 cat confdefs.h >>conftest.$ac_ext
11972 cat >>conftest.$ac_ext <<_ACEOF
11973 /* end confdefs.h. */
11975 /* Override any GCC internal prototype to avoid an error.
11976 Use char because int might match the return type of a GCC
11977 builtin and then its argument prototype would still apply. */
11978 #ifdef __cplusplus
11979 extern "C"
11980 #endif
11981 char xmlParseMemory ();
11983 main ()
11985 return xmlParseMemory ();
11987 return 0;
11989 _ACEOF
11990 rm -f conftest.$ac_objext conftest$ac_exeext
11991 if { (ac_try="$ac_link"
11992 case "(($ac_try" in
11993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11994 *) ac_try_echo=$ac_try;;
11995 esac
11996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11997 (eval "$ac_link") 2>conftest.er1
11998 ac_status=$?
11999 grep -v '^ *+' conftest.er1 >conftest.err
12000 rm -f conftest.er1
12001 cat conftest.err >&5
12002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12003 (exit $ac_status); } && {
12004 test -z "$ac_c_werror_flag" ||
12005 test ! -s conftest.err
12006 } && test -s conftest$ac_exeext &&
12007 $as_test_x conftest$ac_exeext; then
12008 ac_cv_lib_xml2_xmlParseMemory=yes
12009 else
12010 echo "$as_me: failed program was:" >&5
12011 sed 's/^/| /' conftest.$ac_ext >&5
12013 ac_cv_lib_xml2_xmlParseMemory=no
12016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12017 conftest$ac_exeext conftest.$ac_ext
12018 LIBS=$ac_check_lib_save_LIBS
12020 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12021 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12022 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12024 cat >>confdefs.h <<\_ACEOF
12025 #define HAVE_LIBXML2 1
12026 _ACEOF
12028 XML2LIBS="$ac_xml_libs"
12029 XML2INCL="$ac_xml_cflags"
12032 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12033 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12034 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12035 echo $ECHO_N "(cached) $ECHO_C" >&6
12036 else
12037 ac_check_lib_save_LIBS=$LIBS
12038 LIBS="-lxml2 $ac_xml_libs $LIBS"
12039 cat >conftest.$ac_ext <<_ACEOF
12040 /* confdefs.h. */
12041 _ACEOF
12042 cat confdefs.h >>conftest.$ac_ext
12043 cat >>conftest.$ac_ext <<_ACEOF
12044 /* end confdefs.h. */
12046 /* Override any GCC internal prototype to avoid an error.
12047 Use char because int might match the return type of a GCC
12048 builtin and then its argument prototype would still apply. */
12049 #ifdef __cplusplus
12050 extern "C"
12051 #endif
12052 char xmlReadMemory ();
12054 main ()
12056 return xmlReadMemory ();
12058 return 0;
12060 _ACEOF
12061 rm -f conftest.$ac_objext conftest$ac_exeext
12062 if { (ac_try="$ac_link"
12063 case "(($ac_try" in
12064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12065 *) ac_try_echo=$ac_try;;
12066 esac
12067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12068 (eval "$ac_link") 2>conftest.er1
12069 ac_status=$?
12070 grep -v '^ *+' conftest.er1 >conftest.err
12071 rm -f conftest.er1
12072 cat conftest.err >&5
12073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12074 (exit $ac_status); } && {
12075 test -z "$ac_c_werror_flag" ||
12076 test ! -s conftest.err
12077 } && test -s conftest$ac_exeext &&
12078 $as_test_x conftest$ac_exeext; then
12079 ac_cv_lib_xml2_xmlReadMemory=yes
12080 else
12081 echo "$as_me: failed program was:" >&5
12082 sed 's/^/| /' conftest.$ac_ext >&5
12084 ac_cv_lib_xml2_xmlReadMemory=no
12087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12088 conftest$ac_exeext conftest.$ac_ext
12089 LIBS=$ac_check_lib_save_LIBS
12091 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12092 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12093 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12095 cat >>confdefs.h <<\_ACEOF
12096 #define HAVE_XMLREADMEMORY 1
12097 _ACEOF
12101 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12102 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12103 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12104 echo $ECHO_N "(cached) $ECHO_C" >&6
12105 else
12106 ac_check_lib_save_LIBS=$LIBS
12107 LIBS="-lxml2 $ac_xml_libs $LIBS"
12108 cat >conftest.$ac_ext <<_ACEOF
12109 /* confdefs.h. */
12110 _ACEOF
12111 cat confdefs.h >>conftest.$ac_ext
12112 cat >>conftest.$ac_ext <<_ACEOF
12113 /* end confdefs.h. */
12115 /* Override any GCC internal prototype to avoid an error.
12116 Use char because int might match the return type of a GCC
12117 builtin and then its argument prototype would still apply. */
12118 #ifdef __cplusplus
12119 extern "C"
12120 #endif
12121 char xmlNewDocPI ();
12123 main ()
12125 return xmlNewDocPI ();
12127 return 0;
12129 _ACEOF
12130 rm -f conftest.$ac_objext conftest$ac_exeext
12131 if { (ac_try="$ac_link"
12132 case "(($ac_try" in
12133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12134 *) ac_try_echo=$ac_try;;
12135 esac
12136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12137 (eval "$ac_link") 2>conftest.er1
12138 ac_status=$?
12139 grep -v '^ *+' conftest.er1 >conftest.err
12140 rm -f conftest.er1
12141 cat conftest.err >&5
12142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12143 (exit $ac_status); } && {
12144 test -z "$ac_c_werror_flag" ||
12145 test ! -s conftest.err
12146 } && test -s conftest$ac_exeext &&
12147 $as_test_x conftest$ac_exeext; then
12148 ac_cv_lib_xml2_xmlNewDocPI=yes
12149 else
12150 echo "$as_me: failed program was:" >&5
12151 sed 's/^/| /' conftest.$ac_ext >&5
12153 ac_cv_lib_xml2_xmlNewDocPI=no
12156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12157 conftest$ac_exeext conftest.$ac_ext
12158 LIBS=$ac_check_lib_save_LIBS
12160 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12161 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12162 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12164 cat >>confdefs.h <<\_ACEOF
12165 #define HAVE_XMLNEWDOCPI 1
12166 _ACEOF
12173 done
12175 CPPFLAGS="$ac_save_CPPFLAGS"
12177 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12178 case "x$with_xml" in
12179 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12180 xno) ;;
12181 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12182 This is an error since --with-xml was requested." >&5
12183 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12184 This is an error since --with-xml was requested." >&2;}
12185 { (exit 1); exit 1; }; } ;;
12186 esac
12190 if test "x$with_xslt" != "xno"
12191 then
12192 if test "$PKG_CONFIG" != "false"
12193 then
12194 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12195 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12196 else
12197 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12198 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12200 ac_save_CPPFLAGS="$CPPFLAGS"
12201 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12204 for ac_header in libxslt/pattern.h libxslt/transform.h
12206 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12207 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12208 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12209 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12210 echo $ECHO_N "(cached) $ECHO_C" >&6
12211 else
12212 cat >conftest.$ac_ext <<_ACEOF
12213 /* confdefs.h. */
12214 _ACEOF
12215 cat confdefs.h >>conftest.$ac_ext
12216 cat >>conftest.$ac_ext <<_ACEOF
12217 /* end confdefs.h. */
12218 #ifdef HAVE_LIBXSLT_PATTERN_H
12219 # include <libxslt/pattern.h>
12220 #endif
12222 #include <$ac_header>
12223 _ACEOF
12224 rm -f conftest.$ac_objext
12225 if { (ac_try="$ac_compile"
12226 case "(($ac_try" in
12227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12228 *) ac_try_echo=$ac_try;;
12229 esac
12230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12231 (eval "$ac_compile") 2>conftest.er1
12232 ac_status=$?
12233 grep -v '^ *+' conftest.er1 >conftest.err
12234 rm -f conftest.er1
12235 cat conftest.err >&5
12236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12237 (exit $ac_status); } && {
12238 test -z "$ac_c_werror_flag" ||
12239 test ! -s conftest.err
12240 } && test -s conftest.$ac_objext; then
12241 eval "$as_ac_Header=yes"
12242 else
12243 echo "$as_me: failed program was:" >&5
12244 sed 's/^/| /' conftest.$ac_ext >&5
12246 eval "$as_ac_Header=no"
12249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12251 ac_res=`eval echo '${'$as_ac_Header'}'`
12252 { echo "$as_me:$LINENO: result: $ac_res" >&5
12253 echo "${ECHO_T}$ac_res" >&6; }
12254 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12255 cat >>confdefs.h <<_ACEOF
12256 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12257 _ACEOF
12261 done
12263 CPPFLAGS="$ac_save_CPPFLAGS"
12264 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12265 then
12266 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12267 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12268 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12269 echo $ECHO_N "(cached) $ECHO_C" >&6
12270 else
12271 ac_check_soname_save_LIBS=$LIBS
12272 LIBS="-lxslt $ac_xslt_libs $LIBS"
12273 cat >conftest.$ac_ext <<_ACEOF
12274 /* confdefs.h. */
12275 _ACEOF
12276 cat confdefs.h >>conftest.$ac_ext
12277 cat >>conftest.$ac_ext <<_ACEOF
12278 /* end confdefs.h. */
12280 /* Override any GCC internal prototype to avoid an error.
12281 Use char because int might match the return type of a GCC
12282 builtin and then its argument prototype would still apply. */
12283 #ifdef __cplusplus
12284 extern "C"
12285 #endif
12286 char xsltCompilePattern ();
12288 main ()
12290 return xsltCompilePattern ();
12292 return 0;
12294 _ACEOF
12295 rm -f conftest.$ac_objext conftest$ac_exeext
12296 if { (ac_try="$ac_link"
12297 case "(($ac_try" in
12298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12299 *) ac_try_echo=$ac_try;;
12300 esac
12301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12302 (eval "$ac_link") 2>conftest.er1
12303 ac_status=$?
12304 grep -v '^ *+' conftest.er1 >conftest.err
12305 rm -f conftest.er1
12306 cat conftest.err >&5
12307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12308 (exit $ac_status); } && {
12309 test -z "$ac_c_werror_flag" ||
12310 test ! -s conftest.err
12311 } && test -s conftest$ac_exeext &&
12312 $as_test_x conftest$ac_exeext; then
12313 case "$LIBEXT" in
12314 dll) ;;
12315 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'` ;;
12316 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12317 esac
12318 else
12319 echo "$as_me: failed program was:" >&5
12320 sed 's/^/| /' conftest.$ac_ext >&5
12325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12326 conftest$ac_exeext conftest.$ac_ext
12327 LIBS=$ac_check_soname_save_LIBS
12329 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12330 { echo "$as_me:$LINENO: result: not found" >&5
12331 echo "${ECHO_T}not found" >&6; }
12333 else
12334 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12335 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12337 cat >>confdefs.h <<_ACEOF
12338 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12339 _ACEOF
12341 XSLTINCL="$ac_xslt_cflags"
12346 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12347 case "x$with_xslt" in
12348 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12349 xno) ;;
12350 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12351 This is an error since --with-xslt was requested." >&5
12352 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12353 This is an error since --with-xslt was requested." >&2;}
12354 { (exit 1); exit 1; }; } ;;
12355 esac
12359 HALINCL=""
12361 if test "x$with_hal" != "xno"
12362 then
12363 ac_save_CPPFLAGS="$CPPFLAGS"
12364 if test "$PKG_CONFIG" != "false"
12365 then
12366 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12367 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12368 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12372 for ac_header in dbus/dbus.h hal/libhal.h
12374 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12376 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12377 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12378 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12379 echo $ECHO_N "(cached) $ECHO_C" >&6
12381 ac_res=`eval echo '${'$as_ac_Header'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 else
12385 # Is the header compilable?
12386 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12387 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12388 cat >conftest.$ac_ext <<_ACEOF
12389 /* confdefs.h. */
12390 _ACEOF
12391 cat confdefs.h >>conftest.$ac_ext
12392 cat >>conftest.$ac_ext <<_ACEOF
12393 /* end confdefs.h. */
12394 $ac_includes_default
12395 #include <$ac_header>
12396 _ACEOF
12397 rm -f conftest.$ac_objext
12398 if { (ac_try="$ac_compile"
12399 case "(($ac_try" in
12400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12401 *) ac_try_echo=$ac_try;;
12402 esac
12403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12404 (eval "$ac_compile") 2>conftest.er1
12405 ac_status=$?
12406 grep -v '^ *+' conftest.er1 >conftest.err
12407 rm -f conftest.er1
12408 cat conftest.err >&5
12409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410 (exit $ac_status); } && {
12411 test -z "$ac_c_werror_flag" ||
12412 test ! -s conftest.err
12413 } && test -s conftest.$ac_objext; then
12414 ac_header_compiler=yes
12415 else
12416 echo "$as_me: failed program was:" >&5
12417 sed 's/^/| /' conftest.$ac_ext >&5
12419 ac_header_compiler=no
12422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12423 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12424 echo "${ECHO_T}$ac_header_compiler" >&6; }
12426 # Is the header present?
12427 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12428 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12429 cat >conftest.$ac_ext <<_ACEOF
12430 /* confdefs.h. */
12431 _ACEOF
12432 cat confdefs.h >>conftest.$ac_ext
12433 cat >>conftest.$ac_ext <<_ACEOF
12434 /* end confdefs.h. */
12435 #include <$ac_header>
12436 _ACEOF
12437 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
12450 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12451 test ! -s conftest.err
12452 }; then
12453 ac_header_preproc=yes
12454 else
12455 echo "$as_me: failed program was:" >&5
12456 sed 's/^/| /' conftest.$ac_ext >&5
12458 ac_header_preproc=no
12461 rm -f conftest.err conftest.$ac_ext
12462 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12463 echo "${ECHO_T}$ac_header_preproc" >&6; }
12465 # So? What about this header?
12466 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12467 yes:no: )
12468 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12469 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12471 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12472 ac_header_preproc=yes
12474 no:yes:* )
12475 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12476 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12477 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12478 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12479 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12480 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12481 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12482 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12484 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12485 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12486 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12487 ( cat <<\_ASBOX
12488 ## ------------------------------------ ##
12489 ## Report this to wine-devel@winehq.org ##
12490 ## ------------------------------------ ##
12491 _ASBOX
12492 ) | sed "s/^/$as_me: WARNING: /" >&2
12494 esac
12495 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12496 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12497 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12498 echo $ECHO_N "(cached) $ECHO_C" >&6
12499 else
12500 eval "$as_ac_Header=\$ac_header_preproc"
12502 ac_res=`eval echo '${'$as_ac_Header'}'`
12503 { echo "$as_me:$LINENO: result: $ac_res" >&5
12504 echo "${ECHO_T}$ac_res" >&6; }
12507 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12508 cat >>confdefs.h <<_ACEOF
12509 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12510 _ACEOF
12514 done
12516 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12517 then
12518 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12519 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12520 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12521 echo $ECHO_N "(cached) $ECHO_C" >&6
12522 else
12523 ac_check_lib_save_LIBS=$LIBS
12524 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12525 cat >conftest.$ac_ext <<_ACEOF
12526 /* confdefs.h. */
12527 _ACEOF
12528 cat confdefs.h >>conftest.$ac_ext
12529 cat >>conftest.$ac_ext <<_ACEOF
12530 /* end confdefs.h. */
12532 /* Override any GCC internal prototype to avoid an error.
12533 Use char because int might match the return type of a GCC
12534 builtin and then its argument prototype would still apply. */
12535 #ifdef __cplusplus
12536 extern "C"
12537 #endif
12538 char dbus_connection_close ();
12540 main ()
12542 return dbus_connection_close ();
12544 return 0;
12546 _ACEOF
12547 rm -f conftest.$ac_objext conftest$ac_exeext
12548 if { (ac_try="$ac_link"
12549 case "(($ac_try" in
12550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12551 *) ac_try_echo=$ac_try;;
12552 esac
12553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12554 (eval "$ac_link") 2>conftest.er1
12555 ac_status=$?
12556 grep -v '^ *+' conftest.er1 >conftest.err
12557 rm -f conftest.er1
12558 cat conftest.err >&5
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); } && {
12561 test -z "$ac_c_werror_flag" ||
12562 test ! -s conftest.err
12563 } && test -s conftest$ac_exeext &&
12564 $as_test_x conftest$ac_exeext; then
12565 ac_cv_lib_dbus_1_dbus_connection_close=yes
12566 else
12567 echo "$as_me: failed program was:" >&5
12568 sed 's/^/| /' conftest.$ac_ext >&5
12570 ac_cv_lib_dbus_1_dbus_connection_close=no
12573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12574 conftest$ac_exeext conftest.$ac_ext
12575 LIBS=$ac_check_lib_save_LIBS
12577 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12578 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12579 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12580 { echo "$as_me:$LINENO: checking for -lhal" >&5
12581 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12582 if test "${ac_cv_lib_soname_hal+set}" = set; then
12583 echo $ECHO_N "(cached) $ECHO_C" >&6
12584 else
12585 ac_check_soname_save_LIBS=$LIBS
12586 LIBS="-lhal $ac_hal_libs $LIBS"
12587 cat >conftest.$ac_ext <<_ACEOF
12588 /* confdefs.h. */
12589 _ACEOF
12590 cat confdefs.h >>conftest.$ac_ext
12591 cat >>conftest.$ac_ext <<_ACEOF
12592 /* end confdefs.h. */
12594 /* Override any GCC internal prototype to avoid an error.
12595 Use char because int might match the return type of a GCC
12596 builtin and then its argument prototype would still apply. */
12597 #ifdef __cplusplus
12598 extern "C"
12599 #endif
12600 char libhal_ctx_new ();
12602 main ()
12604 return libhal_ctx_new ();
12606 return 0;
12608 _ACEOF
12609 rm -f conftest.$ac_objext conftest$ac_exeext
12610 if { (ac_try="$ac_link"
12611 case "(($ac_try" in
12612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12613 *) ac_try_echo=$ac_try;;
12614 esac
12615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12616 (eval "$ac_link") 2>conftest.er1
12617 ac_status=$?
12618 grep -v '^ *+' conftest.er1 >conftest.err
12619 rm -f conftest.er1
12620 cat conftest.err >&5
12621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622 (exit $ac_status); } && {
12623 test -z "$ac_c_werror_flag" ||
12624 test ! -s conftest.err
12625 } && test -s conftest$ac_exeext &&
12626 $as_test_x conftest$ac_exeext; then
12627 case "$LIBEXT" in
12628 dll) ;;
12629 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'` ;;
12630 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12631 esac
12632 else
12633 echo "$as_me: failed program was:" >&5
12634 sed 's/^/| /' conftest.$ac_ext >&5
12639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12640 conftest$ac_exeext conftest.$ac_ext
12641 LIBS=$ac_check_soname_save_LIBS
12643 if test "x$ac_cv_lib_soname_hal" = "x"; then
12644 { echo "$as_me:$LINENO: result: not found" >&5
12645 echo "${ECHO_T}not found" >&6; }
12647 else
12648 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12649 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12651 cat >>confdefs.h <<_ACEOF
12652 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12653 _ACEOF
12655 HALINCL="$ac_hal_cflags"
12661 CPPFLAGS="$ac_save_CPPFLAGS"
12663 if test "x$ac_cv_lib_soname_hal" = "x"; then
12664 case "x$with_hal" in
12665 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
12666 xno) ;;
12667 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12668 This is an error since --with-hal was requested." >&5
12669 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12670 This is an error since --with-hal was requested." >&2;}
12671 { (exit 1); exit 1; }; } ;;
12672 esac
12676 if test "x$with_gnutls" != "xno"
12677 then
12678 ac_save_CPPFLAGS="$CPPFLAGS"
12679 if test "$PKG_CONFIG" != "false"
12680 then
12681 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12682 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12683 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12685 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12686 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12687 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12688 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12689 echo $ECHO_N "(cached) $ECHO_C" >&6
12691 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12692 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12693 else
12694 # Is the header compilable?
12695 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12696 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12697 cat >conftest.$ac_ext <<_ACEOF
12698 /* confdefs.h. */
12699 _ACEOF
12700 cat confdefs.h >>conftest.$ac_ext
12701 cat >>conftest.$ac_ext <<_ACEOF
12702 /* end confdefs.h. */
12703 $ac_includes_default
12704 #include <gnutls/gnutls.h>
12705 _ACEOF
12706 rm -f conftest.$ac_objext
12707 if { (ac_try="$ac_compile"
12708 case "(($ac_try" in
12709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12710 *) ac_try_echo=$ac_try;;
12711 esac
12712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12713 (eval "$ac_compile") 2>conftest.er1
12714 ac_status=$?
12715 grep -v '^ *+' conftest.er1 >conftest.err
12716 rm -f conftest.er1
12717 cat conftest.err >&5
12718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12719 (exit $ac_status); } && {
12720 test -z "$ac_c_werror_flag" ||
12721 test ! -s conftest.err
12722 } && test -s conftest.$ac_objext; then
12723 ac_header_compiler=yes
12724 else
12725 echo "$as_me: failed program was:" >&5
12726 sed 's/^/| /' conftest.$ac_ext >&5
12728 ac_header_compiler=no
12731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12732 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12733 echo "${ECHO_T}$ac_header_compiler" >&6; }
12735 # Is the header present?
12736 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12737 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12738 cat >conftest.$ac_ext <<_ACEOF
12739 /* confdefs.h. */
12740 _ACEOF
12741 cat confdefs.h >>conftest.$ac_ext
12742 cat >>conftest.$ac_ext <<_ACEOF
12743 /* end confdefs.h. */
12744 #include <gnutls/gnutls.h>
12745 _ACEOF
12746 if { (ac_try="$ac_cpp conftest.$ac_ext"
12747 case "(($ac_try" in
12748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12749 *) ac_try_echo=$ac_try;;
12750 esac
12751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12752 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12753 ac_status=$?
12754 grep -v '^ *+' conftest.er1 >conftest.err
12755 rm -f conftest.er1
12756 cat conftest.err >&5
12757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12758 (exit $ac_status); } >/dev/null && {
12759 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12760 test ! -s conftest.err
12761 }; then
12762 ac_header_preproc=yes
12763 else
12764 echo "$as_me: failed program was:" >&5
12765 sed 's/^/| /' conftest.$ac_ext >&5
12767 ac_header_preproc=no
12770 rm -f conftest.err conftest.$ac_ext
12771 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12772 echo "${ECHO_T}$ac_header_preproc" >&6; }
12774 # So? What about this header?
12775 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12776 yes:no: )
12777 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12778 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12779 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12780 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12781 ac_header_preproc=yes
12783 no:yes:* )
12784 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12785 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12786 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12787 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12788 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12789 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12790 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12791 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12792 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12793 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12794 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12795 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12796 ( cat <<\_ASBOX
12797 ## ------------------------------------ ##
12798 ## Report this to wine-devel@winehq.org ##
12799 ## ------------------------------------ ##
12800 _ASBOX
12801 ) | sed "s/^/$as_me: WARNING: /" >&2
12803 esac
12804 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12805 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12806 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6
12808 else
12809 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12811 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12812 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12815 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12816 cat >conftest.$ac_ext <<_ACEOF
12817 /* confdefs.h. */
12818 _ACEOF
12819 cat confdefs.h >>conftest.$ac_ext
12820 cat >>conftest.$ac_ext <<_ACEOF
12821 /* end confdefs.h. */
12822 #include <gnutls/gnutls.h>
12824 main ()
12826 typeof(gnutls_mac_get_key_size) *pfunc;
12828 return 0;
12830 _ACEOF
12831 rm -f conftest.$ac_objext
12832 if { (ac_try="$ac_compile"
12833 case "(($ac_try" in
12834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12835 *) ac_try_echo=$ac_try;;
12836 esac
12837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12838 (eval "$ac_compile") 2>conftest.er1
12839 ac_status=$?
12840 grep -v '^ *+' conftest.er1 >conftest.err
12841 rm -f conftest.er1
12842 cat conftest.err >&5
12843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12844 (exit $ac_status); } && {
12845 test -z "$ac_c_werror_flag" ||
12846 test ! -s conftest.err
12847 } && test -s conftest.$ac_objext; then
12848 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12849 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12850 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12851 echo $ECHO_N "(cached) $ECHO_C" >&6
12852 else
12853 ac_check_soname_save_LIBS=$LIBS
12854 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12855 cat >conftest.$ac_ext <<_ACEOF
12856 /* confdefs.h. */
12857 _ACEOF
12858 cat confdefs.h >>conftest.$ac_ext
12859 cat >>conftest.$ac_ext <<_ACEOF
12860 /* end confdefs.h. */
12862 /* Override any GCC internal prototype to avoid an error.
12863 Use char because int might match the return type of a GCC
12864 builtin and then its argument prototype would still apply. */
12865 #ifdef __cplusplus
12866 extern "C"
12867 #endif
12868 char gnutls_global_init ();
12870 main ()
12872 return gnutls_global_init ();
12874 return 0;
12876 _ACEOF
12877 rm -f conftest.$ac_objext conftest$ac_exeext
12878 if { (ac_try="$ac_link"
12879 case "(($ac_try" in
12880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12881 *) ac_try_echo=$ac_try;;
12882 esac
12883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12884 (eval "$ac_link") 2>conftest.er1
12885 ac_status=$?
12886 grep -v '^ *+' conftest.er1 >conftest.err
12887 rm -f conftest.er1
12888 cat conftest.err >&5
12889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12890 (exit $ac_status); } && {
12891 test -z "$ac_c_werror_flag" ||
12892 test ! -s conftest.err
12893 } && test -s conftest$ac_exeext &&
12894 $as_test_x conftest$ac_exeext; then
12895 case "$LIBEXT" in
12896 dll) ;;
12897 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'` ;;
12898 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12899 esac
12900 else
12901 echo "$as_me: failed program was:" >&5
12902 sed 's/^/| /' conftest.$ac_ext >&5
12907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12908 conftest$ac_exeext conftest.$ac_ext
12909 LIBS=$ac_check_soname_save_LIBS
12911 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12912 { echo "$as_me:$LINENO: result: not found" >&5
12913 echo "${ECHO_T}not found" >&6; }
12915 else
12916 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12917 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12919 cat >>confdefs.h <<_ACEOF
12920 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12921 _ACEOF
12923 GNUTLSINCL="$ac_gnutls_cflags"
12927 else
12928 echo "$as_me: failed program was:" >&5
12929 sed 's/^/| /' conftest.$ac_ext >&5
12934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12938 CPPFLAGS="$ac_save_CPPFLAGS"
12940 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12941 case "x$with_gnutls" in
12942 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12943 xno) ;;
12944 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12945 This is an error since --with-gnutls was requested." >&5
12946 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12947 This is an error since --with-gnutls was requested." >&2;}
12948 { (exit 1); exit 1; }; } ;;
12949 esac
12953 CURSESLIBS=""
12954 if test "$ac_cv_header_ncurses_h" = "yes"
12955 then
12956 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12957 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12958 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12959 echo $ECHO_N "(cached) $ECHO_C" >&6
12960 else
12961 ac_check_soname_save_LIBS=$LIBS
12962 LIBS="-lncurses $LIBS"
12963 cat >conftest.$ac_ext <<_ACEOF
12964 /* confdefs.h. */
12965 _ACEOF
12966 cat confdefs.h >>conftest.$ac_ext
12967 cat >>conftest.$ac_ext <<_ACEOF
12968 /* end confdefs.h. */
12970 /* Override any GCC internal prototype to avoid an error.
12971 Use char because int might match the return type of a GCC
12972 builtin and then its argument prototype would still apply. */
12973 #ifdef __cplusplus
12974 extern "C"
12975 #endif
12976 char waddch ();
12978 main ()
12980 return waddch ();
12982 return 0;
12984 _ACEOF
12985 rm -f conftest.$ac_objext conftest$ac_exeext
12986 if { (ac_try="$ac_link"
12987 case "(($ac_try" in
12988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12989 *) ac_try_echo=$ac_try;;
12990 esac
12991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12992 (eval "$ac_link") 2>conftest.er1
12993 ac_status=$?
12994 grep -v '^ *+' conftest.er1 >conftest.err
12995 rm -f conftest.er1
12996 cat conftest.err >&5
12997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998 (exit $ac_status); } && {
12999 test -z "$ac_c_werror_flag" ||
13000 test ! -s conftest.err
13001 } && test -s conftest$ac_exeext &&
13002 $as_test_x conftest$ac_exeext; then
13003 case "$LIBEXT" in
13004 dll) ;;
13005 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'` ;;
13006 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13007 esac
13008 else
13009 echo "$as_me: failed program was:" >&5
13010 sed 's/^/| /' conftest.$ac_ext >&5
13015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13016 conftest$ac_exeext conftest.$ac_ext
13017 LIBS=$ac_check_soname_save_LIBS
13019 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13020 { echo "$as_me:$LINENO: result: not found" >&5
13021 echo "${ECHO_T}not found" >&6; }
13023 else
13024 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13025 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13027 cat >>confdefs.h <<_ACEOF
13028 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13029 _ACEOF
13031 CURSESLIBS="-lncurses"
13034 elif test "$ac_cv_header_curses_h" = "yes"
13035 then
13036 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13037 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13038 if test "${ac_cv_lib_soname_curses+set}" = set; then
13039 echo $ECHO_N "(cached) $ECHO_C" >&6
13040 else
13041 ac_check_soname_save_LIBS=$LIBS
13042 LIBS="-lcurses $LIBS"
13043 cat >conftest.$ac_ext <<_ACEOF
13044 /* confdefs.h. */
13045 _ACEOF
13046 cat confdefs.h >>conftest.$ac_ext
13047 cat >>conftest.$ac_ext <<_ACEOF
13048 /* end confdefs.h. */
13050 /* Override any GCC internal prototype to avoid an error.
13051 Use char because int might match the return type of a GCC
13052 builtin and then its argument prototype would still apply. */
13053 #ifdef __cplusplus
13054 extern "C"
13055 #endif
13056 char waddch ();
13058 main ()
13060 return waddch ();
13062 return 0;
13064 _ACEOF
13065 rm -f conftest.$ac_objext conftest$ac_exeext
13066 if { (ac_try="$ac_link"
13067 case "(($ac_try" in
13068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13069 *) ac_try_echo=$ac_try;;
13070 esac
13071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13072 (eval "$ac_link") 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } && {
13079 test -z "$ac_c_werror_flag" ||
13080 test ! -s conftest.err
13081 } && test -s conftest$ac_exeext &&
13082 $as_test_x conftest$ac_exeext; then
13083 case "$LIBEXT" in
13084 dll) ;;
13085 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'` ;;
13086 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13087 esac
13088 else
13089 echo "$as_me: failed program was:" >&5
13090 sed 's/^/| /' conftest.$ac_ext >&5
13095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13096 conftest$ac_exeext conftest.$ac_ext
13097 LIBS=$ac_check_soname_save_LIBS
13099 if test "x$ac_cv_lib_soname_curses" = "x"; then
13100 { echo "$as_me:$LINENO: result: not found" >&5
13101 echo "${ECHO_T}not found" >&6; }
13103 else
13104 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13105 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13107 cat >>confdefs.h <<_ACEOF
13108 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13109 _ACEOF
13111 CURSESLIBS="-lcurses"
13115 ac_save_LIBS="$LIBS"
13116 LIBS="$LIBS $CURSESLIBS"
13118 for ac_func in mousemask
13120 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13121 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13122 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13123 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13124 echo $ECHO_N "(cached) $ECHO_C" >&6
13125 else
13126 cat >conftest.$ac_ext <<_ACEOF
13127 /* confdefs.h. */
13128 _ACEOF
13129 cat confdefs.h >>conftest.$ac_ext
13130 cat >>conftest.$ac_ext <<_ACEOF
13131 /* end confdefs.h. */
13132 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13133 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13134 #define $ac_func innocuous_$ac_func
13136 /* System header to define __stub macros and hopefully few prototypes,
13137 which can conflict with char $ac_func (); below.
13138 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13139 <limits.h> exists even on freestanding compilers. */
13141 #ifdef __STDC__
13142 # include <limits.h>
13143 #else
13144 # include <assert.h>
13145 #endif
13147 #undef $ac_func
13149 /* Override any GCC internal prototype to avoid an error.
13150 Use char because int might match the return type of a GCC
13151 builtin and then its argument prototype would still apply. */
13152 #ifdef __cplusplus
13153 extern "C"
13154 #endif
13155 char $ac_func ();
13156 /* The GNU C library defines this for functions which it implements
13157 to always fail with ENOSYS. Some functions are actually named
13158 something starting with __ and the normal name is an alias. */
13159 #if defined __stub_$ac_func || defined __stub___$ac_func
13160 choke me
13161 #endif
13164 main ()
13166 return $ac_func ();
13168 return 0;
13170 _ACEOF
13171 rm -f conftest.$ac_objext conftest$ac_exeext
13172 if { (ac_try="$ac_link"
13173 case "(($ac_try" in
13174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13175 *) ac_try_echo=$ac_try;;
13176 esac
13177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13178 (eval "$ac_link") 2>conftest.er1
13179 ac_status=$?
13180 grep -v '^ *+' conftest.er1 >conftest.err
13181 rm -f conftest.er1
13182 cat conftest.err >&5
13183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13184 (exit $ac_status); } && {
13185 test -z "$ac_c_werror_flag" ||
13186 test ! -s conftest.err
13187 } && test -s conftest$ac_exeext &&
13188 $as_test_x conftest$ac_exeext; then
13189 eval "$as_ac_var=yes"
13190 else
13191 echo "$as_me: failed program was:" >&5
13192 sed 's/^/| /' conftest.$ac_ext >&5
13194 eval "$as_ac_var=no"
13197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13198 conftest$ac_exeext conftest.$ac_ext
13200 ac_res=`eval echo '${'$as_ac_var'}'`
13201 { echo "$as_me:$LINENO: result: $ac_res" >&5
13202 echo "${ECHO_T}$ac_res" >&6; }
13203 if test `eval echo '${'$as_ac_var'}'` = yes; then
13204 cat >>confdefs.h <<_ACEOF
13205 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13206 _ACEOF
13209 done
13211 LIBS="$ac_save_LIBS"
13212 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13213 case "x$with_curses" in
13214 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13215 xno) ;;
13216 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13217 This is an error since --with-curses was requested." >&5
13218 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13219 This is an error since --with-curses was requested." >&2;}
13220 { (exit 1); exit 1; }; } ;;
13221 esac
13225 if test "x$with_sane" != "xno"
13226 then
13227 ac_save_CPPFLAGS="$CPPFLAGS"
13228 # Extract the first word of "sane-config", so it can be a program name with args.
13229 set dummy sane-config; ac_word=$2
13230 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13231 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13232 if test "${ac_cv_prog_sane_devel+set}" = set; then
13233 echo $ECHO_N "(cached) $ECHO_C" >&6
13234 else
13235 if test -n "$sane_devel"; then
13236 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13237 else
13238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13239 for as_dir in $PATH
13241 IFS=$as_save_IFS
13242 test -z "$as_dir" && as_dir=.
13243 for ac_exec_ext in '' $ac_executable_extensions; do
13244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13245 ac_cv_prog_sane_devel="sane-config"
13246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13247 break 2
13249 done
13250 done
13251 IFS=$as_save_IFS
13253 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13256 sane_devel=$ac_cv_prog_sane_devel
13257 if test -n "$sane_devel"; then
13258 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13259 echo "${ECHO_T}$sane_devel" >&6; }
13260 else
13261 { echo "$as_me:$LINENO: result: no" >&5
13262 echo "${ECHO_T}no" >&6; }
13266 if test "$sane_devel" != "no"
13267 then
13268 ac_sane_incl="`$sane_devel --cflags`"
13269 ac_sane_libs="`$sane_devel --ldflags`"
13270 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13272 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13273 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13274 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13275 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13276 echo $ECHO_N "(cached) $ECHO_C" >&6
13278 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13279 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13280 else
13281 # Is the header compilable?
13282 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13283 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13284 cat >conftest.$ac_ext <<_ACEOF
13285 /* confdefs.h. */
13286 _ACEOF
13287 cat confdefs.h >>conftest.$ac_ext
13288 cat >>conftest.$ac_ext <<_ACEOF
13289 /* end confdefs.h. */
13290 $ac_includes_default
13291 #include <sane/sane.h>
13292 _ACEOF
13293 rm -f conftest.$ac_objext
13294 if { (ac_try="$ac_compile"
13295 case "(($ac_try" in
13296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13297 *) ac_try_echo=$ac_try;;
13298 esac
13299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13300 (eval "$ac_compile") 2>conftest.er1
13301 ac_status=$?
13302 grep -v '^ *+' conftest.er1 >conftest.err
13303 rm -f conftest.er1
13304 cat conftest.err >&5
13305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13306 (exit $ac_status); } && {
13307 test -z "$ac_c_werror_flag" ||
13308 test ! -s conftest.err
13309 } && test -s conftest.$ac_objext; then
13310 ac_header_compiler=yes
13311 else
13312 echo "$as_me: failed program was:" >&5
13313 sed 's/^/| /' conftest.$ac_ext >&5
13315 ac_header_compiler=no
13318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13319 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13320 echo "${ECHO_T}$ac_header_compiler" >&6; }
13322 # Is the header present?
13323 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13324 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13325 cat >conftest.$ac_ext <<_ACEOF
13326 /* confdefs.h. */
13327 _ACEOF
13328 cat confdefs.h >>conftest.$ac_ext
13329 cat >>conftest.$ac_ext <<_ACEOF
13330 /* end confdefs.h. */
13331 #include <sane/sane.h>
13332 _ACEOF
13333 if { (ac_try="$ac_cpp conftest.$ac_ext"
13334 case "(($ac_try" in
13335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13336 *) ac_try_echo=$ac_try;;
13337 esac
13338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13339 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13340 ac_status=$?
13341 grep -v '^ *+' conftest.er1 >conftest.err
13342 rm -f conftest.er1
13343 cat conftest.err >&5
13344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13345 (exit $ac_status); } >/dev/null && {
13346 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13347 test ! -s conftest.err
13348 }; then
13349 ac_header_preproc=yes
13350 else
13351 echo "$as_me: failed program was:" >&5
13352 sed 's/^/| /' conftest.$ac_ext >&5
13354 ac_header_preproc=no
13357 rm -f conftest.err conftest.$ac_ext
13358 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13359 echo "${ECHO_T}$ac_header_preproc" >&6; }
13361 # So? What about this header?
13362 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13363 yes:no: )
13364 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13365 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13366 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13367 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13368 ac_header_preproc=yes
13370 no:yes:* )
13371 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13372 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13373 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13374 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13375 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13376 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13377 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13378 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13379 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13380 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13382 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13383 ( cat <<\_ASBOX
13384 ## ------------------------------------ ##
13385 ## Report this to wine-devel@winehq.org ##
13386 ## ------------------------------------ ##
13387 _ASBOX
13388 ) | sed "s/^/$as_me: WARNING: /" >&2
13390 esac
13391 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13392 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13393 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13394 echo $ECHO_N "(cached) $ECHO_C" >&6
13395 else
13396 ac_cv_header_sane_sane_h=$ac_header_preproc
13398 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13399 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13402 if test $ac_cv_header_sane_sane_h = yes; then
13403 { echo "$as_me:$LINENO: checking for -lsane" >&5
13404 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13405 if test "${ac_cv_lib_soname_sane+set}" = set; then
13406 echo $ECHO_N "(cached) $ECHO_C" >&6
13407 else
13408 ac_check_soname_save_LIBS=$LIBS
13409 LIBS="-lsane $ac_sane_libs $LIBS"
13410 cat >conftest.$ac_ext <<_ACEOF
13411 /* confdefs.h. */
13412 _ACEOF
13413 cat confdefs.h >>conftest.$ac_ext
13414 cat >>conftest.$ac_ext <<_ACEOF
13415 /* end confdefs.h. */
13417 /* Override any GCC internal prototype to avoid an error.
13418 Use char because int might match the return type of a GCC
13419 builtin and then its argument prototype would still apply. */
13420 #ifdef __cplusplus
13421 extern "C"
13422 #endif
13423 char sane_init ();
13425 main ()
13427 return sane_init ();
13429 return 0;
13431 _ACEOF
13432 rm -f conftest.$ac_objext conftest$ac_exeext
13433 if { (ac_try="$ac_link"
13434 case "(($ac_try" in
13435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13436 *) ac_try_echo=$ac_try;;
13437 esac
13438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13439 (eval "$ac_link") 2>conftest.er1
13440 ac_status=$?
13441 grep -v '^ *+' conftest.er1 >conftest.err
13442 rm -f conftest.er1
13443 cat conftest.err >&5
13444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13445 (exit $ac_status); } && {
13446 test -z "$ac_c_werror_flag" ||
13447 test ! -s conftest.err
13448 } && test -s conftest$ac_exeext &&
13449 $as_test_x conftest$ac_exeext; then
13450 case "$LIBEXT" in
13451 dll) ;;
13452 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'` ;;
13453 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13454 esac
13455 else
13456 echo "$as_me: failed program was:" >&5
13457 sed 's/^/| /' conftest.$ac_ext >&5
13462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13463 conftest$ac_exeext conftest.$ac_ext
13464 LIBS=$ac_check_soname_save_LIBS
13466 if test "x$ac_cv_lib_soname_sane" = "x"; then
13467 { echo "$as_me:$LINENO: result: not found" >&5
13468 echo "${ECHO_T}not found" >&6; }
13470 else
13471 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13472 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13474 cat >>confdefs.h <<_ACEOF
13475 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13476 _ACEOF
13478 SANEINCL="$ac_sane_incl"
13485 CPPFLAGS="$ac_save_CPPFLAGS"
13487 if test "x$ac_cv_lib_soname_sane" = "x"; then
13488 case "x$with_sane" in
13489 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13490 xno) ;;
13491 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13492 This is an error since --with-sane was requested." >&5
13493 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13494 This is an error since --with-sane was requested." >&2;}
13495 { (exit 1); exit 1; }; } ;;
13496 esac
13500 if test "x$with_gphoto" != "xno"
13501 then
13502 ac_save_CPPFLAGS="$CPPFLAGS"
13503 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13504 set dummy gphoto2-config; ac_word=$2
13505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13507 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13508 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 else
13510 if test -n "$gphoto2_devel"; then
13511 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13512 else
13513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13514 for as_dir in $PATH
13516 IFS=$as_save_IFS
13517 test -z "$as_dir" && as_dir=.
13518 for ac_exec_ext in '' $ac_executable_extensions; do
13519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13520 ac_cv_prog_gphoto2_devel="gphoto2-config"
13521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13522 break 2
13524 done
13525 done
13526 IFS=$as_save_IFS
13528 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13531 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13532 if test -n "$gphoto2_devel"; then
13533 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13534 echo "${ECHO_T}$gphoto2_devel" >&6; }
13535 else
13536 { echo "$as_me:$LINENO: result: no" >&5
13537 echo "${ECHO_T}no" >&6; }
13541 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13542 set dummy gphoto2-port-config; ac_word=$2
13543 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13544 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13545 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13546 echo $ECHO_N "(cached) $ECHO_C" >&6
13547 else
13548 if test -n "$gphoto2port_devel"; then
13549 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13550 else
13551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13552 for as_dir in $PATH
13554 IFS=$as_save_IFS
13555 test -z "$as_dir" && as_dir=.
13556 for ac_exec_ext in '' $ac_executable_extensions; do
13557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13558 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13560 break 2
13562 done
13563 done
13564 IFS=$as_save_IFS
13566 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13569 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13570 if test -n "$gphoto2port_devel"; then
13571 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13572 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13573 else
13574 { echo "$as_me:$LINENO: result: no" >&5
13575 echo "${ECHO_T}no" >&6; }
13579 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13580 then
13581 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13582 ac_gphoto2_libs=""
13583 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13585 case "$i" in
13586 -L/usr/lib|-L/usr/lib64) ;;
13587 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13588 esac
13589 done
13590 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13592 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13593 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13594 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13595 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13596 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13597 echo $ECHO_N "(cached) $ECHO_C" >&6
13599 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13600 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13601 else
13602 # Is the header compilable?
13603 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13604 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13605 cat >conftest.$ac_ext <<_ACEOF
13606 /* confdefs.h. */
13607 _ACEOF
13608 cat confdefs.h >>conftest.$ac_ext
13609 cat >>conftest.$ac_ext <<_ACEOF
13610 /* end confdefs.h. */
13611 $ac_includes_default
13612 #include <gphoto2-camera.h>
13613 _ACEOF
13614 rm -f conftest.$ac_objext
13615 if { (ac_try="$ac_compile"
13616 case "(($ac_try" in
13617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13618 *) ac_try_echo=$ac_try;;
13619 esac
13620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13621 (eval "$ac_compile") 2>conftest.er1
13622 ac_status=$?
13623 grep -v '^ *+' conftest.er1 >conftest.err
13624 rm -f conftest.er1
13625 cat conftest.err >&5
13626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13627 (exit $ac_status); } && {
13628 test -z "$ac_c_werror_flag" ||
13629 test ! -s conftest.err
13630 } && test -s conftest.$ac_objext; then
13631 ac_header_compiler=yes
13632 else
13633 echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13636 ac_header_compiler=no
13639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13640 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13641 echo "${ECHO_T}$ac_header_compiler" >&6; }
13643 # Is the header present?
13644 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13645 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13646 cat >conftest.$ac_ext <<_ACEOF
13647 /* confdefs.h. */
13648 _ACEOF
13649 cat confdefs.h >>conftest.$ac_ext
13650 cat >>conftest.$ac_ext <<_ACEOF
13651 /* end confdefs.h. */
13652 #include <gphoto2-camera.h>
13653 _ACEOF
13654 if { (ac_try="$ac_cpp conftest.$ac_ext"
13655 case "(($ac_try" in
13656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13657 *) ac_try_echo=$ac_try;;
13658 esac
13659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13660 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13661 ac_status=$?
13662 grep -v '^ *+' conftest.er1 >conftest.err
13663 rm -f conftest.er1
13664 cat conftest.err >&5
13665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13666 (exit $ac_status); } >/dev/null && {
13667 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13668 test ! -s conftest.err
13669 }; then
13670 ac_header_preproc=yes
13671 else
13672 echo "$as_me: failed program was:" >&5
13673 sed 's/^/| /' conftest.$ac_ext >&5
13675 ac_header_preproc=no
13678 rm -f conftest.err conftest.$ac_ext
13679 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13680 echo "${ECHO_T}$ac_header_preproc" >&6; }
13682 # So? What about this header?
13683 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13684 yes:no: )
13685 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13686 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13687 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13688 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13689 ac_header_preproc=yes
13691 no:yes:* )
13692 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13693 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13694 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13695 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13696 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13697 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13698 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13699 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13700 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13701 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13702 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13703 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13704 ( cat <<\_ASBOX
13705 ## ------------------------------------ ##
13706 ## Report this to wine-devel@winehq.org ##
13707 ## ------------------------------------ ##
13708 _ASBOX
13709 ) | sed "s/^/$as_me: WARNING: /" >&2
13711 esac
13712 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13713 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13714 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13715 echo $ECHO_N "(cached) $ECHO_C" >&6
13716 else
13717 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13719 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13720 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13723 if test $ac_cv_header_gphoto2_camera_h = yes; then
13724 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13725 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13726 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13727 echo $ECHO_N "(cached) $ECHO_C" >&6
13728 else
13729 ac_check_lib_save_LIBS=$LIBS
13730 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13731 cat >conftest.$ac_ext <<_ACEOF
13732 /* confdefs.h. */
13733 _ACEOF
13734 cat confdefs.h >>conftest.$ac_ext
13735 cat >>conftest.$ac_ext <<_ACEOF
13736 /* end confdefs.h. */
13738 /* Override any GCC internal prototype to avoid an error.
13739 Use char because int might match the return type of a GCC
13740 builtin and then its argument prototype would still apply. */
13741 #ifdef __cplusplus
13742 extern "C"
13743 #endif
13744 char gp_camera_new ();
13746 main ()
13748 return gp_camera_new ();
13750 return 0;
13752 _ACEOF
13753 rm -f conftest.$ac_objext conftest$ac_exeext
13754 if { (ac_try="$ac_link"
13755 case "(($ac_try" in
13756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13757 *) ac_try_echo=$ac_try;;
13758 esac
13759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13760 (eval "$ac_link") 2>conftest.er1
13761 ac_status=$?
13762 grep -v '^ *+' conftest.er1 >conftest.err
13763 rm -f conftest.er1
13764 cat conftest.err >&5
13765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766 (exit $ac_status); } && {
13767 test -z "$ac_c_werror_flag" ||
13768 test ! -s conftest.err
13769 } && test -s conftest$ac_exeext &&
13770 $as_test_x conftest$ac_exeext; then
13771 ac_cv_lib_gphoto2_gp_camera_new=yes
13772 else
13773 echo "$as_me: failed program was:" >&5
13774 sed 's/^/| /' conftest.$ac_ext >&5
13776 ac_cv_lib_gphoto2_gp_camera_new=no
13779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13780 conftest$ac_exeext conftest.$ac_ext
13781 LIBS=$ac_check_lib_save_LIBS
13783 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13784 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13785 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13787 cat >>confdefs.h <<\_ACEOF
13788 #define HAVE_GPHOTO2 1
13789 _ACEOF
13791 GPHOTO2LIBS="$ac_gphoto2_libs"
13793 GPHOTO2INCL="$ac_gphoto2_incl"
13800 CPPFLAGS="$ac_save_CPPFLAGS"
13802 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13803 case "x$with_gphoto" in
13804 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13805 xno) ;;
13806 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13807 This is an error since --with-gphoto was requested." >&5
13808 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13809 This is an error since --with-gphoto was requested." >&2;}
13810 { (exit 1); exit 1; }; } ;;
13811 esac
13816 RESOLVLIBS=""
13818 if test "$ac_cv_header_resolv_h" = "yes"
13819 then
13820 ac_save_LIBS="$LIBS"
13821 LIBS="$LIBS -lresolv"
13822 cat >conftest.$ac_ext <<_ACEOF
13823 /* confdefs.h. */
13824 _ACEOF
13825 cat confdefs.h >>conftest.$ac_ext
13826 cat >>conftest.$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13828 #ifdef HAVE_NETINET_IN_H
13829 #include <netinet/in.h>
13830 #endif
13831 #include <resolv.h>
13833 main ()
13835 res_init();
13837 return 0;
13839 _ACEOF
13840 rm -f conftest.$ac_objext conftest$ac_exeext
13841 if { (ac_try="$ac_link"
13842 case "(($ac_try" in
13843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13844 *) ac_try_echo=$ac_try;;
13845 esac
13846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13847 (eval "$ac_link") 2>conftest.er1
13848 ac_status=$?
13849 grep -v '^ *+' conftest.er1 >conftest.err
13850 rm -f conftest.er1
13851 cat conftest.err >&5
13852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13853 (exit $ac_status); } && {
13854 test -z "$ac_c_werror_flag" ||
13855 test ! -s conftest.err
13856 } && test -s conftest$ac_exeext &&
13857 $as_test_x conftest$ac_exeext; then
13859 cat >>confdefs.h <<\_ACEOF
13860 #define HAVE_RESOLV 1
13861 _ACEOF
13863 RESOLVLIBS="-lresolv"
13864 else
13865 echo "$as_me: failed program was:" >&5
13866 sed 's/^/| /' conftest.$ac_ext >&5
13871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13872 conftest$ac_exeext conftest.$ac_ext
13873 LIBS="$ac_save_LIBS"
13876 LCMSLIBS=""
13878 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13879 then
13880 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13881 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13882 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13883 echo $ECHO_N "(cached) $ECHO_C" >&6
13884 else
13885 ac_check_lib_save_LIBS=$LIBS
13886 LIBS="-llcms $LIBS"
13887 cat >conftest.$ac_ext <<_ACEOF
13888 /* confdefs.h. */
13889 _ACEOF
13890 cat confdefs.h >>conftest.$ac_ext
13891 cat >>conftest.$ac_ext <<_ACEOF
13892 /* end confdefs.h. */
13894 /* Override any GCC internal prototype to avoid an error.
13895 Use char because int might match the return type of a GCC
13896 builtin and then its argument prototype would still apply. */
13897 #ifdef __cplusplus
13898 extern "C"
13899 #endif
13900 char cmsOpenProfileFromFile ();
13902 main ()
13904 return cmsOpenProfileFromFile ();
13906 return 0;
13908 _ACEOF
13909 rm -f conftest.$ac_objext conftest$ac_exeext
13910 if { (ac_try="$ac_link"
13911 case "(($ac_try" in
13912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13913 *) ac_try_echo=$ac_try;;
13914 esac
13915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13916 (eval "$ac_link") 2>conftest.er1
13917 ac_status=$?
13918 grep -v '^ *+' conftest.er1 >conftest.err
13919 rm -f conftest.er1
13920 cat conftest.err >&5
13921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13922 (exit $ac_status); } && {
13923 test -z "$ac_c_werror_flag" ||
13924 test ! -s conftest.err
13925 } && test -s conftest$ac_exeext &&
13926 $as_test_x conftest$ac_exeext; then
13927 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13928 else
13929 echo "$as_me: failed program was:" >&5
13930 sed 's/^/| /' conftest.$ac_ext >&5
13932 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13936 conftest$ac_exeext conftest.$ac_ext
13937 LIBS=$ac_check_lib_save_LIBS
13939 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13940 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13941 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13943 cat >>confdefs.h <<\_ACEOF
13944 #define HAVE_LCMS 1
13945 _ACEOF
13947 LCMSLIBS="-llcms"
13951 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13952 case "x$with_cms" in
13953 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13954 xno) ;;
13955 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13956 This is an error since --with-cms was requested." >&5
13957 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13958 This is an error since --with-cms was requested." >&2;}
13959 { (exit 1); exit 1; }; } ;;
13960 esac
13964 if test "x$with_freetype" != "xno"
13965 then
13966 for ac_prog in freetype-config freetype2-config
13968 # Extract the first word of "$ac_prog", so it can be a program name with args.
13969 set dummy $ac_prog; ac_word=$2
13970 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13971 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13972 if test "${ac_cv_prog_ft_devel+set}" = set; then
13973 echo $ECHO_N "(cached) $ECHO_C" >&6
13974 else
13975 if test -n "$ft_devel"; then
13976 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13977 else
13978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13979 for as_dir in $PATH
13981 IFS=$as_save_IFS
13982 test -z "$as_dir" && as_dir=.
13983 for ac_exec_ext in '' $ac_executable_extensions; do
13984 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13985 ac_cv_prog_ft_devel="$ac_prog"
13986 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13987 break 2
13989 done
13990 done
13991 IFS=$as_save_IFS
13995 ft_devel=$ac_cv_prog_ft_devel
13996 if test -n "$ft_devel"; then
13997 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13998 echo "${ECHO_T}$ft_devel" >&6; }
13999 else
14000 { echo "$as_me:$LINENO: result: no" >&5
14001 echo "${ECHO_T}no" >&6; }
14005 test -n "$ft_devel" && break
14006 done
14007 test -n "$ft_devel" || ft_devel="no"
14009 if test "$ft_devel" != "no"
14010 then
14011 ac_freetype_incl=`$ft_devel --cflags`
14012 ac_freetype_libs=`$ft_devel --libs`
14014 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14015 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14016 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14017 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14018 echo $ECHO_N "(cached) $ECHO_C" >&6
14019 else
14020 ac_check_soname_save_LIBS=$LIBS
14021 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14022 cat >conftest.$ac_ext <<_ACEOF
14023 /* confdefs.h. */
14024 _ACEOF
14025 cat confdefs.h >>conftest.$ac_ext
14026 cat >>conftest.$ac_ext <<_ACEOF
14027 /* end confdefs.h. */
14029 /* Override any GCC internal prototype to avoid an error.
14030 Use char because int might match the return type of a GCC
14031 builtin and then its argument prototype would still apply. */
14032 #ifdef __cplusplus
14033 extern "C"
14034 #endif
14035 char FT_Init_FreeType ();
14037 main ()
14039 return FT_Init_FreeType ();
14041 return 0;
14043 _ACEOF
14044 rm -f conftest.$ac_objext conftest$ac_exeext
14045 if { (ac_try="$ac_link"
14046 case "(($ac_try" in
14047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14048 *) ac_try_echo=$ac_try;;
14049 esac
14050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14051 (eval "$ac_link") 2>conftest.er1
14052 ac_status=$?
14053 grep -v '^ *+' conftest.er1 >conftest.err
14054 rm -f conftest.er1
14055 cat conftest.err >&5
14056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14057 (exit $ac_status); } && {
14058 test -z "$ac_c_werror_flag" ||
14059 test ! -s conftest.err
14060 } && test -s conftest$ac_exeext &&
14061 $as_test_x conftest$ac_exeext; then
14062 case "$LIBEXT" in
14063 dll) ;;
14064 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'` ;;
14065 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14066 esac
14067 else
14068 echo "$as_me: failed program was:" >&5
14069 sed 's/^/| /' conftest.$ac_ext >&5
14074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14075 conftest$ac_exeext conftest.$ac_ext
14076 LIBS=$ac_check_soname_save_LIBS
14078 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14079 { echo "$as_me:$LINENO: result: not found" >&5
14080 echo "${ECHO_T}not found" >&6; }
14081 ft_lib=no
14082 else
14083 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14084 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14086 cat >>confdefs.h <<_ACEOF
14087 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14088 _ACEOF
14090 ft_lib=yes
14093 if test "$ft_lib" = "yes"
14094 then
14095 ac_save_CPPFLAGS="$CPPFLAGS"
14096 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14109 for ac_header in ft2build.h \
14110 freetype/freetype.h \
14111 freetype/ftglyph.h \
14112 freetype/fttypes.h \
14113 freetype/tttables.h \
14114 freetype/ftsnames.h \
14115 freetype/ttnameid.h \
14116 freetype/ftoutln.h \
14117 freetype/ftwinfnt.h \
14118 freetype/ftmodapi.h \
14119 freetype/ftlcdfil.h \
14120 freetype/internal/sfnt.h
14122 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14123 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14124 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14125 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14126 echo $ECHO_N "(cached) $ECHO_C" >&6
14127 else
14128 cat >conftest.$ac_ext <<_ACEOF
14129 /* confdefs.h. */
14130 _ACEOF
14131 cat confdefs.h >>conftest.$ac_ext
14132 cat >>conftest.$ac_ext <<_ACEOF
14133 /* end confdefs.h. */
14134 #ifdef HAVE_FT2BUILD_H
14135 # include <ft2build.h>
14136 #endif
14138 #include <$ac_header>
14139 _ACEOF
14140 rm -f conftest.$ac_objext
14141 if { (ac_try="$ac_compile"
14142 case "(($ac_try" in
14143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14144 *) ac_try_echo=$ac_try;;
14145 esac
14146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14147 (eval "$ac_compile") 2>conftest.er1
14148 ac_status=$?
14149 grep -v '^ *+' conftest.er1 >conftest.err
14150 rm -f conftest.er1
14151 cat conftest.err >&5
14152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14153 (exit $ac_status); } && {
14154 test -z "$ac_c_werror_flag" ||
14155 test ! -s conftest.err
14156 } && test -s conftest.$ac_objext; then
14157 eval "$as_ac_Header=yes"
14158 else
14159 echo "$as_me: failed program was:" >&5
14160 sed 's/^/| /' conftest.$ac_ext >&5
14162 eval "$as_ac_Header=no"
14165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14167 ac_res=`eval echo '${'$as_ac_Header'}'`
14168 { echo "$as_me:$LINENO: result: $ac_res" >&5
14169 echo "${ECHO_T}$ac_res" >&6; }
14170 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14171 cat >>confdefs.h <<_ACEOF
14172 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14173 _ACEOF
14177 done
14179 cat >conftest.$ac_ext <<_ACEOF
14180 /* confdefs.h. */
14181 _ACEOF
14182 cat confdefs.h >>conftest.$ac_ext
14183 cat >>conftest.$ac_ext <<_ACEOF
14184 /* end confdefs.h. */
14185 #include <ft2build.h>
14186 #include <freetype/fttrigon.h>
14187 _ACEOF
14188 if { (ac_try="$ac_cpp conftest.$ac_ext"
14189 case "(($ac_try" in
14190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14191 *) ac_try_echo=$ac_try;;
14192 esac
14193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14194 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14195 ac_status=$?
14196 grep -v '^ *+' conftest.er1 >conftest.err
14197 rm -f conftest.er1
14198 cat conftest.err >&5
14199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14200 (exit $ac_status); } >/dev/null && {
14201 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14202 test ! -s conftest.err
14203 }; then
14205 cat >>confdefs.h <<\_ACEOF
14206 #define HAVE_FREETYPE_FTTRIGON_H 1
14207 _ACEOF
14209 wine_cv_fttrigon=yes
14210 else
14211 echo "$as_me: failed program was:" >&5
14212 sed 's/^/| /' conftest.$ac_ext >&5
14214 wine_cv_fttrigon=no
14217 rm -f conftest.err conftest.$ac_ext
14218 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14219 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14220 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14221 echo $ECHO_N "(cached) $ECHO_C" >&6
14222 else
14223 cat >conftest.$ac_ext <<_ACEOF
14224 /* confdefs.h. */
14225 _ACEOF
14226 cat confdefs.h >>conftest.$ac_ext
14227 cat >>conftest.$ac_ext <<_ACEOF
14228 /* end confdefs.h. */
14229 #include <freetype/ftmodapi.h>
14231 typedef FT_TrueTypeEngineType ac__type_new_;
14233 main ()
14235 if ((ac__type_new_ *) 0)
14236 return 0;
14237 if (sizeof (ac__type_new_))
14238 return 0;
14240 return 0;
14242 _ACEOF
14243 rm -f conftest.$ac_objext
14244 if { (ac_try="$ac_compile"
14245 case "(($ac_try" in
14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14247 *) ac_try_echo=$ac_try;;
14248 esac
14249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14250 (eval "$ac_compile") 2>conftest.er1
14251 ac_status=$?
14252 grep -v '^ *+' conftest.er1 >conftest.err
14253 rm -f conftest.er1
14254 cat conftest.err >&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } && {
14257 test -z "$ac_c_werror_flag" ||
14258 test ! -s conftest.err
14259 } && test -s conftest.$ac_objext; then
14260 ac_cv_type_FT_TrueTypeEngineType=yes
14261 else
14262 echo "$as_me: failed program was:" >&5
14263 sed 's/^/| /' conftest.$ac_ext >&5
14265 ac_cv_type_FT_TrueTypeEngineType=no
14268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14270 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14271 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14272 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14274 cat >>confdefs.h <<_ACEOF
14275 #define HAVE_FT_TRUETYPEENGINETYPE 1
14276 _ACEOF
14281 ac_save_CFLAGS="$CFLAGS"
14282 CFLAGS="$CFLAGS $ac_freetype_libs"
14284 for ac_func in FT_Load_Sfnt_Table
14286 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14287 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14288 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14289 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14290 echo $ECHO_N "(cached) $ECHO_C" >&6
14291 else
14292 cat >conftest.$ac_ext <<_ACEOF
14293 /* confdefs.h. */
14294 _ACEOF
14295 cat confdefs.h >>conftest.$ac_ext
14296 cat >>conftest.$ac_ext <<_ACEOF
14297 /* end confdefs.h. */
14298 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14300 #define $ac_func innocuous_$ac_func
14302 /* System header to define __stub macros and hopefully few prototypes,
14303 which can conflict with char $ac_func (); below.
14304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14305 <limits.h> exists even on freestanding compilers. */
14307 #ifdef __STDC__
14308 # include <limits.h>
14309 #else
14310 # include <assert.h>
14311 #endif
14313 #undef $ac_func
14315 /* Override any GCC internal prototype to avoid an error.
14316 Use char because int might match the return type of a GCC
14317 builtin and then its argument prototype would still apply. */
14318 #ifdef __cplusplus
14319 extern "C"
14320 #endif
14321 char $ac_func ();
14322 /* The GNU C library defines this for functions which it implements
14323 to always fail with ENOSYS. Some functions are actually named
14324 something starting with __ and the normal name is an alias. */
14325 #if defined __stub_$ac_func || defined __stub___$ac_func
14326 choke me
14327 #endif
14330 main ()
14332 return $ac_func ();
14334 return 0;
14336 _ACEOF
14337 rm -f conftest.$ac_objext conftest$ac_exeext
14338 if { (ac_try="$ac_link"
14339 case "(($ac_try" in
14340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14341 *) ac_try_echo=$ac_try;;
14342 esac
14343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14344 (eval "$ac_link") 2>conftest.er1
14345 ac_status=$?
14346 grep -v '^ *+' conftest.er1 >conftest.err
14347 rm -f conftest.er1
14348 cat conftest.err >&5
14349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14350 (exit $ac_status); } && {
14351 test -z "$ac_c_werror_flag" ||
14352 test ! -s conftest.err
14353 } && test -s conftest$ac_exeext &&
14354 $as_test_x conftest$ac_exeext; then
14355 eval "$as_ac_var=yes"
14356 else
14357 echo "$as_me: failed program was:" >&5
14358 sed 's/^/| /' conftest.$ac_ext >&5
14360 eval "$as_ac_var=no"
14363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14364 conftest$ac_exeext conftest.$ac_ext
14366 ac_res=`eval echo '${'$as_ac_var'}'`
14367 { echo "$as_me:$LINENO: result: $ac_res" >&5
14368 echo "${ECHO_T}$ac_res" >&6; }
14369 if test `eval echo '${'$as_ac_var'}'` = yes; then
14370 cat >>confdefs.h <<_ACEOF
14371 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14372 _ACEOF
14375 done
14377 CFLAGS="$ac_save_CFLAGS"
14378 CPPFLAGS="$ac_save_CPPFLAGS"
14379 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14380 then
14382 cat >>confdefs.h <<\_ACEOF
14383 #define HAVE_FREETYPE 1
14384 _ACEOF
14386 FREETYPELIBS="$ac_freetype_libs"
14388 FREETYPEINCL="$ac_freetype_incl"
14393 if test "x$FREETYPELIBS" = "x"; then
14394 case "x$with_freetype" in
14395 xno) ;;
14396 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14397 Use the --without-freetype option if you really want this." >&5
14398 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14399 Use the --without-freetype option if you really want this." >&2;}
14400 { (exit 1); exit 1; }; } ;;
14401 esac
14404 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14406 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14407 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14408 if test "${ac_cv_c_ppdev+set}" = set; then
14409 echo $ECHO_N "(cached) $ECHO_C" >&6
14410 else
14411 cat >conftest.$ac_ext <<_ACEOF
14412 /* confdefs.h. */
14413 _ACEOF
14414 cat confdefs.h >>conftest.$ac_ext
14415 cat >>conftest.$ac_ext <<_ACEOF
14416 /* end confdefs.h. */
14417 #include <linux/ppdev.h>
14419 main ()
14421 ioctl (1,PPCLAIM,0)
14423 return 0;
14425 _ACEOF
14426 rm -f conftest.$ac_objext
14427 if { (ac_try="$ac_compile"
14428 case "(($ac_try" in
14429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14430 *) ac_try_echo=$ac_try;;
14431 esac
14432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14433 (eval "$ac_compile") 2>conftest.er1
14434 ac_status=$?
14435 grep -v '^ *+' conftest.er1 >conftest.err
14436 rm -f conftest.er1
14437 cat conftest.err >&5
14438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14439 (exit $ac_status); } && {
14440 test -z "$ac_c_werror_flag" ||
14441 test ! -s conftest.err
14442 } && test -s conftest.$ac_objext; then
14443 ac_cv_c_ppdev="yes"
14444 else
14445 echo "$as_me: failed program was:" >&5
14446 sed 's/^/| /' conftest.$ac_ext >&5
14448 ac_cv_c_ppdev="no"
14451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14453 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14454 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14455 if test "$ac_cv_c_ppdev" = "yes"
14456 then
14458 cat >>confdefs.h <<\_ACEOF
14459 #define HAVE_PPDEV 1
14460 _ACEOF
14464 ac_wine_check_funcs_save_LIBS="$LIBS"
14465 LIBS="$LIBS $LIBPTHREAD"
14470 for ac_func in \
14471 pthread_attr_get_np \
14472 pthread_getattr_np \
14473 pthread_get_stackaddr_np \
14474 pthread_get_stacksize_np
14476 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14477 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14478 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14479 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14480 echo $ECHO_N "(cached) $ECHO_C" >&6
14481 else
14482 cat >conftest.$ac_ext <<_ACEOF
14483 /* confdefs.h. */
14484 _ACEOF
14485 cat confdefs.h >>conftest.$ac_ext
14486 cat >>conftest.$ac_ext <<_ACEOF
14487 /* end confdefs.h. */
14488 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14489 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14490 #define $ac_func innocuous_$ac_func
14492 /* System header to define __stub macros and hopefully few prototypes,
14493 which can conflict with char $ac_func (); below.
14494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14495 <limits.h> exists even on freestanding compilers. */
14497 #ifdef __STDC__
14498 # include <limits.h>
14499 #else
14500 # include <assert.h>
14501 #endif
14503 #undef $ac_func
14505 /* Override any GCC internal prototype to avoid an error.
14506 Use char because int might match the return type of a GCC
14507 builtin and then its argument prototype would still apply. */
14508 #ifdef __cplusplus
14509 extern "C"
14510 #endif
14511 char $ac_func ();
14512 /* The GNU C library defines this for functions which it implements
14513 to always fail with ENOSYS. Some functions are actually named
14514 something starting with __ and the normal name is an alias. */
14515 #if defined __stub_$ac_func || defined __stub___$ac_func
14516 choke me
14517 #endif
14520 main ()
14522 return $ac_func ();
14524 return 0;
14526 _ACEOF
14527 rm -f conftest.$ac_objext conftest$ac_exeext
14528 if { (ac_try="$ac_link"
14529 case "(($ac_try" in
14530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14531 *) ac_try_echo=$ac_try;;
14532 esac
14533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14534 (eval "$ac_link") 2>conftest.er1
14535 ac_status=$?
14536 grep -v '^ *+' conftest.er1 >conftest.err
14537 rm -f conftest.er1
14538 cat conftest.err >&5
14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); } && {
14541 test -z "$ac_c_werror_flag" ||
14542 test ! -s conftest.err
14543 } && test -s conftest$ac_exeext &&
14544 $as_test_x conftest$ac_exeext; then
14545 eval "$as_ac_var=yes"
14546 else
14547 echo "$as_me: failed program was:" >&5
14548 sed 's/^/| /' conftest.$ac_ext >&5
14550 eval "$as_ac_var=no"
14553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14554 conftest$ac_exeext conftest.$ac_ext
14556 ac_res=`eval echo '${'$as_ac_var'}'`
14557 { echo "$as_me:$LINENO: result: $ac_res" >&5
14558 echo "${ECHO_T}$ac_res" >&6; }
14559 if test `eval echo '${'$as_ac_var'}'` = yes; then
14560 cat >>confdefs.h <<_ACEOF
14561 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14562 _ACEOF
14565 done
14567 LIBS="$ac_wine_check_funcs_save_LIBS"
14569 if test "$ac_cv_header_zlib_h" = "yes"
14570 then
14571 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14572 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14573 if test "${ac_cv_lib_z_inflate+set}" = set; then
14574 echo $ECHO_N "(cached) $ECHO_C" >&6
14575 else
14576 ac_check_lib_save_LIBS=$LIBS
14577 LIBS="-lz $LIBS"
14578 cat >conftest.$ac_ext <<_ACEOF
14579 /* confdefs.h. */
14580 _ACEOF
14581 cat confdefs.h >>conftest.$ac_ext
14582 cat >>conftest.$ac_ext <<_ACEOF
14583 /* end confdefs.h. */
14585 /* Override any GCC internal prototype to avoid an error.
14586 Use char because int might match the return type of a GCC
14587 builtin and then its argument prototype would still apply. */
14588 #ifdef __cplusplus
14589 extern "C"
14590 #endif
14591 char inflate ();
14593 main ()
14595 return inflate ();
14597 return 0;
14599 _ACEOF
14600 rm -f conftest.$ac_objext conftest$ac_exeext
14601 if { (ac_try="$ac_link"
14602 case "(($ac_try" in
14603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14604 *) ac_try_echo=$ac_try;;
14605 esac
14606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14607 (eval "$ac_link") 2>conftest.er1
14608 ac_status=$?
14609 grep -v '^ *+' conftest.er1 >conftest.err
14610 rm -f conftest.er1
14611 cat conftest.err >&5
14612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14613 (exit $ac_status); } && {
14614 test -z "$ac_c_werror_flag" ||
14615 test ! -s conftest.err
14616 } && test -s conftest$ac_exeext &&
14617 $as_test_x conftest$ac_exeext; then
14618 ac_cv_lib_z_inflate=yes
14619 else
14620 echo "$as_me: failed program was:" >&5
14621 sed 's/^/| /' conftest.$ac_ext >&5
14623 ac_cv_lib_z_inflate=no
14626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14627 conftest$ac_exeext conftest.$ac_ext
14628 LIBS=$ac_check_lib_save_LIBS
14630 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14631 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14632 if test $ac_cv_lib_z_inflate = yes; then
14634 cat >>confdefs.h <<\_ACEOF
14635 #define HAVE_ZLIB 1
14636 _ACEOF
14638 ZLIB="-lz"
14644 if test "x$with_esd" != xno
14645 then
14646 save_CFLAGS="$CFLAGS"
14647 # Extract the first word of "esd-config", so it can be a program name with args.
14648 set dummy esd-config; ac_word=$2
14649 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14651 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14652 echo $ECHO_N "(cached) $ECHO_C" >&6
14653 else
14654 case $ESDCONFIG in
14655 [\\/]* | ?:[\\/]*)
14656 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14660 for as_dir in $PATH
14662 IFS=$as_save_IFS
14663 test -z "$as_dir" && as_dir=.
14664 for ac_exec_ext in '' $ac_executable_extensions; do
14665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14666 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14667 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14668 break 2
14670 done
14671 done
14672 IFS=$as_save_IFS
14674 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14676 esac
14678 ESDCONFIG=$ac_cv_path_ESDCONFIG
14679 if test -n "$ESDCONFIG"; then
14680 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14681 echo "${ECHO_T}$ESDCONFIG" >&6; }
14682 else
14683 { echo "$as_me:$LINENO: result: no" >&5
14684 echo "${ECHO_T}no" >&6; }
14688 if test "x$ESDCONFIG" != "xno"
14689 then
14690 ac_esd_incl=""
14691 for i in `$ESDCONFIG --cflags`
14693 case "$i" in
14694 -I*) ac_esd_incl="$ac_esd_incl $i";;
14695 esac
14696 done
14697 ac_esd_libs=`$ESDCONFIG --libs`
14698 CFLAGS="$CFLAGS $ac_esd_incl"
14700 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14701 if test "${ac_cv_header_esd_h+set}" = set; then
14702 { echo "$as_me:$LINENO: checking for esd.h" >&5
14703 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14704 if test "${ac_cv_header_esd_h+set}" = set; then
14705 echo $ECHO_N "(cached) $ECHO_C" >&6
14707 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14708 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14709 else
14710 # Is the header compilable?
14711 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14712 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14713 cat >conftest.$ac_ext <<_ACEOF
14714 /* confdefs.h. */
14715 _ACEOF
14716 cat confdefs.h >>conftest.$ac_ext
14717 cat >>conftest.$ac_ext <<_ACEOF
14718 /* end confdefs.h. */
14719 $ac_includes_default
14720 #include <esd.h>
14721 _ACEOF
14722 rm -f conftest.$ac_objext
14723 if { (ac_try="$ac_compile"
14724 case "(($ac_try" in
14725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14726 *) ac_try_echo=$ac_try;;
14727 esac
14728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14729 (eval "$ac_compile") 2>conftest.er1
14730 ac_status=$?
14731 grep -v '^ *+' conftest.er1 >conftest.err
14732 rm -f conftest.er1
14733 cat conftest.err >&5
14734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); } && {
14736 test -z "$ac_c_werror_flag" ||
14737 test ! -s conftest.err
14738 } && test -s conftest.$ac_objext; then
14739 ac_header_compiler=yes
14740 else
14741 echo "$as_me: failed program was:" >&5
14742 sed 's/^/| /' conftest.$ac_ext >&5
14744 ac_header_compiler=no
14747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14748 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14749 echo "${ECHO_T}$ac_header_compiler" >&6; }
14751 # Is the header present?
14752 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14753 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14754 cat >conftest.$ac_ext <<_ACEOF
14755 /* confdefs.h. */
14756 _ACEOF
14757 cat confdefs.h >>conftest.$ac_ext
14758 cat >>conftest.$ac_ext <<_ACEOF
14759 /* end confdefs.h. */
14760 #include <esd.h>
14761 _ACEOF
14762 if { (ac_try="$ac_cpp conftest.$ac_ext"
14763 case "(($ac_try" in
14764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14765 *) ac_try_echo=$ac_try;;
14766 esac
14767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14768 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14769 ac_status=$?
14770 grep -v '^ *+' conftest.er1 >conftest.err
14771 rm -f conftest.er1
14772 cat conftest.err >&5
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); } >/dev/null && {
14775 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14776 test ! -s conftest.err
14777 }; then
14778 ac_header_preproc=yes
14779 else
14780 echo "$as_me: failed program was:" >&5
14781 sed 's/^/| /' conftest.$ac_ext >&5
14783 ac_header_preproc=no
14786 rm -f conftest.err conftest.$ac_ext
14787 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14788 echo "${ECHO_T}$ac_header_preproc" >&6; }
14790 # So? What about this header?
14791 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14792 yes:no: )
14793 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14794 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14795 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14796 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14797 ac_header_preproc=yes
14799 no:yes:* )
14800 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14801 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14802 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14803 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14804 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14805 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14806 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14807 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14808 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14809 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14810 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14811 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14812 ( cat <<\_ASBOX
14813 ## ------------------------------------ ##
14814 ## Report this to wine-devel@winehq.org ##
14815 ## ------------------------------------ ##
14816 _ASBOX
14817 ) | sed "s/^/$as_me: WARNING: /" >&2
14819 esac
14820 { echo "$as_me:$LINENO: checking for esd.h" >&5
14821 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14822 if test "${ac_cv_header_esd_h+set}" = set; then
14823 echo $ECHO_N "(cached) $ECHO_C" >&6
14824 else
14825 ac_cv_header_esd_h=$ac_header_preproc
14827 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14828 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14831 if test $ac_cv_header_esd_h = yes; then
14832 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14833 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14834 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14835 echo $ECHO_N "(cached) $ECHO_C" >&6
14836 else
14837 ac_check_lib_save_LIBS=$LIBS
14838 LIBS="-lesd $ac_esd_libs $LIBS"
14839 cat >conftest.$ac_ext <<_ACEOF
14840 /* confdefs.h. */
14841 _ACEOF
14842 cat confdefs.h >>conftest.$ac_ext
14843 cat >>conftest.$ac_ext <<_ACEOF
14844 /* end confdefs.h. */
14846 /* Override any GCC internal prototype to avoid an error.
14847 Use char because int might match the return type of a GCC
14848 builtin and then its argument prototype would still apply. */
14849 #ifdef __cplusplus
14850 extern "C"
14851 #endif
14852 char esd_open_sound ();
14854 main ()
14856 return esd_open_sound ();
14858 return 0;
14860 _ACEOF
14861 rm -f conftest.$ac_objext conftest$ac_exeext
14862 if { (ac_try="$ac_link"
14863 case "(($ac_try" in
14864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14865 *) ac_try_echo=$ac_try;;
14866 esac
14867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14868 (eval "$ac_link") 2>conftest.er1
14869 ac_status=$?
14870 grep -v '^ *+' conftest.er1 >conftest.err
14871 rm -f conftest.er1
14872 cat conftest.err >&5
14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14874 (exit $ac_status); } && {
14875 test -z "$ac_c_werror_flag" ||
14876 test ! -s conftest.err
14877 } && test -s conftest$ac_exeext &&
14878 $as_test_x conftest$ac_exeext; then
14879 ac_cv_lib_esd_esd_open_sound=yes
14880 else
14881 echo "$as_me: failed program was:" >&5
14882 sed 's/^/| /' conftest.$ac_ext >&5
14884 ac_cv_lib_esd_esd_open_sound=no
14887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14888 conftest$ac_exeext conftest.$ac_ext
14889 LIBS=$ac_check_lib_save_LIBS
14891 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14892 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14893 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14894 ESDINCL="$ac_esd_incl"
14896 ESDLIBS="$ac_esd_libs"
14899 cat >>confdefs.h <<\_ACEOF
14900 #define HAVE_ESD 1
14901 _ACEOF
14908 CFLAGS="$save_CFLAGS"
14911 if test "x$with_pulse" != "xno"; then
14912 if test "$PKG_CONFIG" != "false"; then
14913 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14914 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14915 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14916 have_pulseaudio="yes"
14917 else
14918 have_pulseaudio="no"
14920 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14921 echo "${ECHO_T}$have_pulseaudio" >&6; }
14922 if test x"$have_pulseaudio" = xyes; then
14923 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14925 cat >>confdefs.h <<\_ACEOF
14926 #define HAVE_PULSEAUDIO 1
14927 _ACEOF
14929 PULSELIBS="$ac_pulse_libs"
14935 ALSALIBS=""
14937 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14938 then
14939 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14940 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14941 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14942 echo $ECHO_N "(cached) $ECHO_C" >&6
14943 else
14944 ac_check_lib_save_LIBS=$LIBS
14945 LIBS="-lasound $LIBS"
14946 cat >conftest.$ac_ext <<_ACEOF
14947 /* confdefs.h. */
14948 _ACEOF
14949 cat confdefs.h >>conftest.$ac_ext
14950 cat >>conftest.$ac_ext <<_ACEOF
14951 /* end confdefs.h. */
14953 /* Override any GCC internal prototype to avoid an error.
14954 Use char because int might match the return type of a GCC
14955 builtin and then its argument prototype would still apply. */
14956 #ifdef __cplusplus
14957 extern "C"
14958 #endif
14959 char snd_pcm_hw_params_get_access ();
14961 main ()
14963 return snd_pcm_hw_params_get_access ();
14965 return 0;
14967 _ACEOF
14968 rm -f conftest.$ac_objext conftest$ac_exeext
14969 if { (ac_try="$ac_link"
14970 case "(($ac_try" in
14971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14972 *) ac_try_echo=$ac_try;;
14973 esac
14974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14975 (eval "$ac_link") 2>conftest.er1
14976 ac_status=$?
14977 grep -v '^ *+' conftest.er1 >conftest.err
14978 rm -f conftest.er1
14979 cat conftest.err >&5
14980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14981 (exit $ac_status); } && {
14982 test -z "$ac_c_werror_flag" ||
14983 test ! -s conftest.err
14984 } && test -s conftest$ac_exeext &&
14985 $as_test_x conftest$ac_exeext; then
14986 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14987 else
14988 echo "$as_me: failed program was:" >&5
14989 sed 's/^/| /' conftest.$ac_ext >&5
14991 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14995 conftest$ac_exeext conftest.$ac_ext
14996 LIBS=$ac_check_lib_save_LIBS
14998 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14999 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15000 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15001 cat >conftest.$ac_ext <<_ACEOF
15002 /* confdefs.h. */
15003 _ACEOF
15004 cat confdefs.h >>conftest.$ac_ext
15005 cat >>conftest.$ac_ext <<_ACEOF
15006 /* end confdefs.h. */
15007 #ifdef HAVE_ALSA_ASOUNDLIB_H
15008 #include <alsa/asoundlib.h>
15009 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15010 #include <sys/asoundlib.h>
15011 #endif
15013 main ()
15015 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15017 return 0;
15019 _ACEOF
15020 rm -f conftest.$ac_objext
15021 if { (ac_try="$ac_compile"
15022 case "(($ac_try" in
15023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15024 *) ac_try_echo=$ac_try;;
15025 esac
15026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15027 (eval "$ac_compile") 2>conftest.er1
15028 ac_status=$?
15029 grep -v '^ *+' conftest.er1 >conftest.err
15030 rm -f conftest.er1
15031 cat conftest.err >&5
15032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15033 (exit $ac_status); } && {
15034 test -z "$ac_c_werror_flag" ||
15035 test ! -s conftest.err
15036 } && test -s conftest.$ac_objext; then
15038 cat >>confdefs.h <<\_ACEOF
15039 #define HAVE_ALSA 1
15040 _ACEOF
15042 ALSALIBS="-lasound"
15043 else
15044 echo "$as_me: failed program was:" >&5
15045 sed 's/^/| /' conftest.$ac_ext >&5
15050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15055 AUDIOIOLIBS=""
15057 if test "$ac_cv_header_libaudioio_h" = "yes"
15058 then
15059 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15060 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15061 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15062 echo $ECHO_N "(cached) $ECHO_C" >&6
15063 else
15064 ac_check_lib_save_LIBS=$LIBS
15065 LIBS="-laudioio $LIBS"
15066 cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h. */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h. */
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char AudioIOGetVersion ();
15081 main ()
15083 return AudioIOGetVersion ();
15085 return 0;
15087 _ACEOF
15088 rm -f conftest.$ac_objext conftest$ac_exeext
15089 if { (ac_try="$ac_link"
15090 case "(($ac_try" in
15091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15092 *) ac_try_echo=$ac_try;;
15093 esac
15094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15095 (eval "$ac_link") 2>conftest.er1
15096 ac_status=$?
15097 grep -v '^ *+' conftest.er1 >conftest.err
15098 rm -f conftest.er1
15099 cat conftest.err >&5
15100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15101 (exit $ac_status); } && {
15102 test -z "$ac_c_werror_flag" ||
15103 test ! -s conftest.err
15104 } && test -s conftest$ac_exeext &&
15105 $as_test_x conftest$ac_exeext; then
15106 ac_cv_lib_audioio_AudioIOGetVersion=yes
15107 else
15108 echo "$as_me: failed program was:" >&5
15109 sed 's/^/| /' conftest.$ac_ext >&5
15111 ac_cv_lib_audioio_AudioIOGetVersion=no
15114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15115 conftest$ac_exeext conftest.$ac_ext
15116 LIBS=$ac_check_lib_save_LIBS
15118 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15119 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15120 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15121 AUDIOIOLIBS="-laudioio"
15123 cat >>confdefs.h <<\_ACEOF
15124 #define HAVE_LIBAUDIOIO 1
15125 _ACEOF
15132 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15133 then
15134 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15135 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15136 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15137 echo $ECHO_N "(cached) $ECHO_C" >&6
15138 else
15139 ac_check_soname_save_LIBS=$LIBS
15140 LIBS="-lcapi20 $LIBS"
15141 cat >conftest.$ac_ext <<_ACEOF
15142 /* confdefs.h. */
15143 _ACEOF
15144 cat confdefs.h >>conftest.$ac_ext
15145 cat >>conftest.$ac_ext <<_ACEOF
15146 /* end confdefs.h. */
15148 /* Override any GCC internal prototype to avoid an error.
15149 Use char because int might match the return type of a GCC
15150 builtin and then its argument prototype would still apply. */
15151 #ifdef __cplusplus
15152 extern "C"
15153 #endif
15154 char capi20_register ();
15156 main ()
15158 return capi20_register ();
15160 return 0;
15162 _ACEOF
15163 rm -f conftest.$ac_objext conftest$ac_exeext
15164 if { (ac_try="$ac_link"
15165 case "(($ac_try" in
15166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15167 *) ac_try_echo=$ac_try;;
15168 esac
15169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15170 (eval "$ac_link") 2>conftest.er1
15171 ac_status=$?
15172 grep -v '^ *+' conftest.er1 >conftest.err
15173 rm -f conftest.er1
15174 cat conftest.err >&5
15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); } && {
15177 test -z "$ac_c_werror_flag" ||
15178 test ! -s conftest.err
15179 } && test -s conftest$ac_exeext &&
15180 $as_test_x conftest$ac_exeext; then
15181 case "$LIBEXT" in
15182 dll) ;;
15183 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'` ;;
15184 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15185 esac
15186 else
15187 echo "$as_me: failed program was:" >&5
15188 sed 's/^/| /' conftest.$ac_ext >&5
15193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15194 conftest$ac_exeext conftest.$ac_ext
15195 LIBS=$ac_check_soname_save_LIBS
15197 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15198 { echo "$as_me:$LINENO: result: not found" >&5
15199 echo "${ECHO_T}not found" >&6; }
15201 else
15202 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15203 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15205 cat >>confdefs.h <<_ACEOF
15206 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15207 _ACEOF
15213 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15214 case "x$with_capi" in
15215 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15216 xno) ;;
15217 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15218 This is an error since --with-capi was requested." >&5
15219 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15220 This is an error since --with-capi was requested." >&2;}
15221 { (exit 1); exit 1; }; } ;;
15222 esac
15226 CUPSINCL=""
15228 if test "x$with_cups" != "xno"
15229 then
15230 ac_save_CPPFLAGS="$CPPFLAGS"
15231 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15232 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15233 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15235 for ac_header in cups/cups.h
15237 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15239 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15240 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15241 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15242 echo $ECHO_N "(cached) $ECHO_C" >&6
15244 ac_res=`eval echo '${'$as_ac_Header'}'`
15245 { echo "$as_me:$LINENO: result: $ac_res" >&5
15246 echo "${ECHO_T}$ac_res" >&6; }
15247 else
15248 # Is the header compilable?
15249 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15250 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15251 cat >conftest.$ac_ext <<_ACEOF
15252 /* confdefs.h. */
15253 _ACEOF
15254 cat confdefs.h >>conftest.$ac_ext
15255 cat >>conftest.$ac_ext <<_ACEOF
15256 /* end confdefs.h. */
15257 $ac_includes_default
15258 #include <$ac_header>
15259 _ACEOF
15260 rm -f conftest.$ac_objext
15261 if { (ac_try="$ac_compile"
15262 case "(($ac_try" in
15263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15264 *) ac_try_echo=$ac_try;;
15265 esac
15266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15267 (eval "$ac_compile") 2>conftest.er1
15268 ac_status=$?
15269 grep -v '^ *+' conftest.er1 >conftest.err
15270 rm -f conftest.er1
15271 cat conftest.err >&5
15272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15273 (exit $ac_status); } && {
15274 test -z "$ac_c_werror_flag" ||
15275 test ! -s conftest.err
15276 } && test -s conftest.$ac_objext; then
15277 ac_header_compiler=yes
15278 else
15279 echo "$as_me: failed program was:" >&5
15280 sed 's/^/| /' conftest.$ac_ext >&5
15282 ac_header_compiler=no
15285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15286 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15287 echo "${ECHO_T}$ac_header_compiler" >&6; }
15289 # Is the header present?
15290 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15291 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15292 cat >conftest.$ac_ext <<_ACEOF
15293 /* confdefs.h. */
15294 _ACEOF
15295 cat confdefs.h >>conftest.$ac_ext
15296 cat >>conftest.$ac_ext <<_ACEOF
15297 /* end confdefs.h. */
15298 #include <$ac_header>
15299 _ACEOF
15300 if { (ac_try="$ac_cpp conftest.$ac_ext"
15301 case "(($ac_try" in
15302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15303 *) ac_try_echo=$ac_try;;
15304 esac
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15307 ac_status=$?
15308 grep -v '^ *+' conftest.er1 >conftest.err
15309 rm -f conftest.er1
15310 cat conftest.err >&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } >/dev/null && {
15313 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 }; then
15316 ac_header_preproc=yes
15317 else
15318 echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.$ac_ext >&5
15321 ac_header_preproc=no
15324 rm -f conftest.err conftest.$ac_ext
15325 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15326 echo "${ECHO_T}$ac_header_preproc" >&6; }
15328 # So? What about this header?
15329 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15330 yes:no: )
15331 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15332 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15333 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15334 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15335 ac_header_preproc=yes
15337 no:yes:* )
15338 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15339 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15340 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15341 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15342 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15343 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15344 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15345 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15346 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15347 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15348 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15349 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15350 ( cat <<\_ASBOX
15351 ## ------------------------------------ ##
15352 ## Report this to wine-devel@winehq.org ##
15353 ## ------------------------------------ ##
15354 _ASBOX
15355 ) | sed "s/^/$as_me: WARNING: /" >&2
15357 esac
15358 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15361 echo $ECHO_N "(cached) $ECHO_C" >&6
15362 else
15363 eval "$as_ac_Header=\$ac_header_preproc"
15365 ac_res=`eval echo '${'$as_ac_Header'}'`
15366 { echo "$as_me:$LINENO: result: $ac_res" >&5
15367 echo "${ECHO_T}$ac_res" >&6; }
15370 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15371 cat >>confdefs.h <<_ACEOF
15372 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15373 _ACEOF
15374 { echo "$as_me:$LINENO: checking for -lcups" >&5
15375 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15376 if test "${ac_cv_lib_soname_cups+set}" = set; then
15377 echo $ECHO_N "(cached) $ECHO_C" >&6
15378 else
15379 ac_check_soname_save_LIBS=$LIBS
15380 LIBS="-lcups $ac_cups_libs $LIBS"
15381 cat >conftest.$ac_ext <<_ACEOF
15382 /* confdefs.h. */
15383 _ACEOF
15384 cat confdefs.h >>conftest.$ac_ext
15385 cat >>conftest.$ac_ext <<_ACEOF
15386 /* end confdefs.h. */
15388 /* Override any GCC internal prototype to avoid an error.
15389 Use char because int might match the return type of a GCC
15390 builtin and then its argument prototype would still apply. */
15391 #ifdef __cplusplus
15392 extern "C"
15393 #endif
15394 char cupsGetDefault ();
15396 main ()
15398 return cupsGetDefault ();
15400 return 0;
15402 _ACEOF
15403 rm -f conftest.$ac_objext conftest$ac_exeext
15404 if { (ac_try="$ac_link"
15405 case "(($ac_try" in
15406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15407 *) ac_try_echo=$ac_try;;
15408 esac
15409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15410 (eval "$ac_link") 2>conftest.er1
15411 ac_status=$?
15412 grep -v '^ *+' conftest.er1 >conftest.err
15413 rm -f conftest.er1
15414 cat conftest.err >&5
15415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15416 (exit $ac_status); } && {
15417 test -z "$ac_c_werror_flag" ||
15418 test ! -s conftest.err
15419 } && test -s conftest$ac_exeext &&
15420 $as_test_x conftest$ac_exeext; then
15421 case "$LIBEXT" in
15422 dll) ;;
15423 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'` ;;
15424 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15425 esac
15426 else
15427 echo "$as_me: failed program was:" >&5
15428 sed 's/^/| /' conftest.$ac_ext >&5
15433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15434 conftest$ac_exeext conftest.$ac_ext
15435 LIBS=$ac_check_soname_save_LIBS
15437 if test "x$ac_cv_lib_soname_cups" = "x"; then
15438 { echo "$as_me:$LINENO: result: not found" >&5
15439 echo "${ECHO_T}not found" >&6; }
15441 else
15442 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15443 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15445 cat >>confdefs.h <<_ACEOF
15446 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15447 _ACEOF
15449 CUPSINCL="$ac_cups_cflags"
15454 done
15456 CPPFLAGS="$ac_save_CPPFLAGS"
15458 if test "x$ac_cv_lib_soname_cups" = "x"; then
15459 case "x$with_cups" in
15460 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15461 xno) ;;
15462 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15463 This is an error since --with-cups was requested." >&5
15464 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15465 This is an error since --with-cups was requested." >&2;}
15466 { (exit 1); exit 1; }; } ;;
15467 esac
15471 if test "$ac_cv_header_jack_jack_h" = "yes"
15472 then
15473 { echo "$as_me:$LINENO: checking for -ljack" >&5
15474 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15475 if test "${ac_cv_lib_soname_jack+set}" = set; then
15476 echo $ECHO_N "(cached) $ECHO_C" >&6
15477 else
15478 ac_check_soname_save_LIBS=$LIBS
15479 LIBS="-ljack $LIBS"
15480 cat >conftest.$ac_ext <<_ACEOF
15481 /* confdefs.h. */
15482 _ACEOF
15483 cat confdefs.h >>conftest.$ac_ext
15484 cat >>conftest.$ac_ext <<_ACEOF
15485 /* end confdefs.h. */
15487 /* Override any GCC internal prototype to avoid an error.
15488 Use char because int might match the return type of a GCC
15489 builtin and then its argument prototype would still apply. */
15490 #ifdef __cplusplus
15491 extern "C"
15492 #endif
15493 char jack_client_new ();
15495 main ()
15497 return jack_client_new ();
15499 return 0;
15501 _ACEOF
15502 rm -f conftest.$ac_objext conftest$ac_exeext
15503 if { (ac_try="$ac_link"
15504 case "(($ac_try" in
15505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15506 *) ac_try_echo=$ac_try;;
15507 esac
15508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15509 (eval "$ac_link") 2>conftest.er1
15510 ac_status=$?
15511 grep -v '^ *+' conftest.er1 >conftest.err
15512 rm -f conftest.er1
15513 cat conftest.err >&5
15514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15515 (exit $ac_status); } && {
15516 test -z "$ac_c_werror_flag" ||
15517 test ! -s conftest.err
15518 } && test -s conftest$ac_exeext &&
15519 $as_test_x conftest$ac_exeext; then
15520 case "$LIBEXT" in
15521 dll) ;;
15522 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'` ;;
15523 *) 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'` ;;
15524 esac
15525 else
15526 echo "$as_me: failed program was:" >&5
15527 sed 's/^/| /' conftest.$ac_ext >&5
15532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15533 conftest$ac_exeext conftest.$ac_ext
15534 LIBS=$ac_check_soname_save_LIBS
15536 if test "x$ac_cv_lib_soname_jack" = "x"; then
15537 { echo "$as_me:$LINENO: result: not found" >&5
15538 echo "${ECHO_T}not found" >&6; }
15540 else
15541 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15542 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15544 cat >>confdefs.h <<_ACEOF
15545 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15546 _ACEOF
15553 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15554 then
15555 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15556 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15557 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15558 echo $ECHO_N "(cached) $ECHO_C" >&6
15559 else
15560 ac_check_soname_save_LIBS=$LIBS
15561 LIBS="-lfontconfig $LIBS"
15562 cat >conftest.$ac_ext <<_ACEOF
15563 /* confdefs.h. */
15564 _ACEOF
15565 cat confdefs.h >>conftest.$ac_ext
15566 cat >>conftest.$ac_ext <<_ACEOF
15567 /* end confdefs.h. */
15569 /* Override any GCC internal prototype to avoid an error.
15570 Use char because int might match the return type of a GCC
15571 builtin and then its argument prototype would still apply. */
15572 #ifdef __cplusplus
15573 extern "C"
15574 #endif
15575 char FcInit ();
15577 main ()
15579 return FcInit ();
15581 return 0;
15583 _ACEOF
15584 rm -f conftest.$ac_objext conftest$ac_exeext
15585 if { (ac_try="$ac_link"
15586 case "(($ac_try" in
15587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15588 *) ac_try_echo=$ac_try;;
15589 esac
15590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15591 (eval "$ac_link") 2>conftest.er1
15592 ac_status=$?
15593 grep -v '^ *+' conftest.er1 >conftest.err
15594 rm -f conftest.er1
15595 cat conftest.err >&5
15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597 (exit $ac_status); } && {
15598 test -z "$ac_c_werror_flag" ||
15599 test ! -s conftest.err
15600 } && test -s conftest$ac_exeext &&
15601 $as_test_x conftest$ac_exeext; then
15602 case "$LIBEXT" in
15603 dll) ;;
15604 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'` ;;
15605 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15606 esac
15607 else
15608 echo "$as_me: failed program was:" >&5
15609 sed 's/^/| /' conftest.$ac_ext >&5
15614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15615 conftest$ac_exeext conftest.$ac_ext
15616 LIBS=$ac_check_soname_save_LIBS
15618 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15619 { echo "$as_me:$LINENO: result: not found" >&5
15620 echo "${ECHO_T}not found" >&6; }
15622 else
15623 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15624 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15626 cat >>confdefs.h <<_ACEOF
15627 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15628 _ACEOF
15633 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15634 then
15635 ac_save_CPPFLAGS="$CPPFLAGS"
15636 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15637 $as_unset ac_cv_header_fontconfig_fontconfig_h
15639 for ac_header in fontconfig/fontconfig.h
15641 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15642 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15643 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15644 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15645 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15646 echo $ECHO_N "(cached) $ECHO_C" >&6
15648 ac_res=`eval echo '${'$as_ac_Header'}'`
15649 { echo "$as_me:$LINENO: result: $ac_res" >&5
15650 echo "${ECHO_T}$ac_res" >&6; }
15651 else
15652 # Is the header compilable?
15653 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15654 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15655 cat >conftest.$ac_ext <<_ACEOF
15656 /* confdefs.h. */
15657 _ACEOF
15658 cat confdefs.h >>conftest.$ac_ext
15659 cat >>conftest.$ac_ext <<_ACEOF
15660 /* end confdefs.h. */
15661 $ac_includes_default
15662 #include <$ac_header>
15663 _ACEOF
15664 rm -f conftest.$ac_objext
15665 if { (ac_try="$ac_compile"
15666 case "(($ac_try" in
15667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15668 *) ac_try_echo=$ac_try;;
15669 esac
15670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15671 (eval "$ac_compile") 2>conftest.er1
15672 ac_status=$?
15673 grep -v '^ *+' conftest.er1 >conftest.err
15674 rm -f conftest.er1
15675 cat conftest.err >&5
15676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15677 (exit $ac_status); } && {
15678 test -z "$ac_c_werror_flag" ||
15679 test ! -s conftest.err
15680 } && test -s conftest.$ac_objext; then
15681 ac_header_compiler=yes
15682 else
15683 echo "$as_me: failed program was:" >&5
15684 sed 's/^/| /' conftest.$ac_ext >&5
15686 ac_header_compiler=no
15689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15690 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15691 echo "${ECHO_T}$ac_header_compiler" >&6; }
15693 # Is the header present?
15694 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15695 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15696 cat >conftest.$ac_ext <<_ACEOF
15697 /* confdefs.h. */
15698 _ACEOF
15699 cat confdefs.h >>conftest.$ac_ext
15700 cat >>conftest.$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15702 #include <$ac_header>
15703 _ACEOF
15704 if { (ac_try="$ac_cpp conftest.$ac_ext"
15705 case "(($ac_try" in
15706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15707 *) ac_try_echo=$ac_try;;
15708 esac
15709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15710 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15711 ac_status=$?
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } >/dev/null && {
15717 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15718 test ! -s conftest.err
15719 }; then
15720 ac_header_preproc=yes
15721 else
15722 echo "$as_me: failed program was:" >&5
15723 sed 's/^/| /' conftest.$ac_ext >&5
15725 ac_header_preproc=no
15728 rm -f conftest.err conftest.$ac_ext
15729 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15730 echo "${ECHO_T}$ac_header_preproc" >&6; }
15732 # So? What about this header?
15733 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15734 yes:no: )
15735 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15736 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15737 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15738 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15739 ac_header_preproc=yes
15741 no:yes:* )
15742 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15743 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15744 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15745 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15746 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15747 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15748 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15749 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15750 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15751 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15752 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15753 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15754 ( cat <<\_ASBOX
15755 ## ------------------------------------ ##
15756 ## Report this to wine-devel@winehq.org ##
15757 ## ------------------------------------ ##
15758 _ASBOX
15759 ) | sed "s/^/$as_me: WARNING: /" >&2
15761 esac
15762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15765 echo $ECHO_N "(cached) $ECHO_C" >&6
15766 else
15767 eval "$as_ac_Header=\$ac_header_preproc"
15769 ac_res=`eval echo '${'$as_ac_Header'}'`
15770 { echo "$as_me:$LINENO: result: $ac_res" >&5
15771 echo "${ECHO_T}$ac_res" >&6; }
15774 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15775 cat >>confdefs.h <<_ACEOF
15776 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15777 _ACEOF
15781 done
15783 CPPFLAGS="$ac_save_CPPFLAGS"
15784 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15785 then
15786 FONTCONFIGINCL="$X_CFLAGS"
15788 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15789 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15790 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15791 echo $ECHO_N "(cached) $ECHO_C" >&6
15792 else
15793 ac_check_soname_save_LIBS=$LIBS
15794 LIBS="-lfontconfig $X_LIBS $LIBS"
15795 cat >conftest.$ac_ext <<_ACEOF
15796 /* confdefs.h. */
15797 _ACEOF
15798 cat confdefs.h >>conftest.$ac_ext
15799 cat >>conftest.$ac_ext <<_ACEOF
15800 /* end confdefs.h. */
15802 /* Override any GCC internal prototype to avoid an error.
15803 Use char because int might match the return type of a GCC
15804 builtin and then its argument prototype would still apply. */
15805 #ifdef __cplusplus
15806 extern "C"
15807 #endif
15808 char FcInit ();
15810 main ()
15812 return FcInit ();
15814 return 0;
15816 _ACEOF
15817 rm -f conftest.$ac_objext conftest$ac_exeext
15818 if { (ac_try="$ac_link"
15819 case "(($ac_try" in
15820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15821 *) ac_try_echo=$ac_try;;
15822 esac
15823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15824 (eval "$ac_link") 2>conftest.er1
15825 ac_status=$?
15826 grep -v '^ *+' conftest.er1 >conftest.err
15827 rm -f conftest.er1
15828 cat conftest.err >&5
15829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830 (exit $ac_status); } && {
15831 test -z "$ac_c_werror_flag" ||
15832 test ! -s conftest.err
15833 } && test -s conftest$ac_exeext &&
15834 $as_test_x conftest$ac_exeext; then
15835 case "$LIBEXT" in
15836 dll) ;;
15837 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'` ;;
15838 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15839 esac
15840 else
15841 echo "$as_me: failed program was:" >&5
15842 sed 's/^/| /' conftest.$ac_ext >&5
15847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15848 conftest$ac_exeext conftest.$ac_ext
15849 LIBS=$ac_check_soname_save_LIBS
15851 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15852 { echo "$as_me:$LINENO: result: not found" >&5
15853 echo "${ECHO_T}not found" >&6; }
15855 else
15856 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15857 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15859 cat >>confdefs.h <<_ACEOF
15860 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15861 _ACEOF
15868 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15869 case "x$with_fontconfig" in
15870 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15871 xno) ;;
15872 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15873 This is an error since --with-fontconfig was requested." >&5
15874 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15875 This is an error since --with-fontconfig was requested." >&2;}
15876 { (exit 1); exit 1; }; } ;;
15877 esac
15881 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15882 then
15883 { echo "$as_me:$LINENO: checking for -lssl" >&5
15884 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15885 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15886 echo $ECHO_N "(cached) $ECHO_C" >&6
15887 else
15888 ac_check_soname_save_LIBS=$LIBS
15889 LIBS="-lssl $LIBS"
15890 cat >conftest.$ac_ext <<_ACEOF
15891 /* confdefs.h. */
15892 _ACEOF
15893 cat confdefs.h >>conftest.$ac_ext
15894 cat >>conftest.$ac_ext <<_ACEOF
15895 /* end confdefs.h. */
15897 /* Override any GCC internal prototype to avoid an error.
15898 Use char because int might match the return type of a GCC
15899 builtin and then its argument prototype would still apply. */
15900 #ifdef __cplusplus
15901 extern "C"
15902 #endif
15903 char SSL_library_init ();
15905 main ()
15907 return SSL_library_init ();
15909 return 0;
15911 _ACEOF
15912 rm -f conftest.$ac_objext conftest$ac_exeext
15913 if { (ac_try="$ac_link"
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_link") 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); } && {
15926 test -z "$ac_c_werror_flag" ||
15927 test ! -s conftest.err
15928 } && test -s conftest$ac_exeext &&
15929 $as_test_x conftest$ac_exeext; then
15930 case "$LIBEXT" in
15931 dll) ;;
15932 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'` ;;
15933 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15934 esac
15935 else
15936 echo "$as_me: failed program was:" >&5
15937 sed 's/^/| /' conftest.$ac_ext >&5
15942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15943 conftest$ac_exeext conftest.$ac_ext
15944 LIBS=$ac_check_soname_save_LIBS
15946 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15947 { echo "$as_me:$LINENO: result: not found" >&5
15948 echo "${ECHO_T}not found" >&6; }
15950 else
15951 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15952 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15954 cat >>confdefs.h <<_ACEOF
15955 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15956 _ACEOF
15961 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15962 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15963 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15964 echo $ECHO_N "(cached) $ECHO_C" >&6
15965 else
15966 ac_check_soname_save_LIBS=$LIBS
15967 LIBS="-lcrypto $LIBS"
15968 cat >conftest.$ac_ext <<_ACEOF
15969 /* confdefs.h. */
15970 _ACEOF
15971 cat confdefs.h >>conftest.$ac_ext
15972 cat >>conftest.$ac_ext <<_ACEOF
15973 /* end confdefs.h. */
15975 /* Override any GCC internal prototype to avoid an error.
15976 Use char because int might match the return type of a GCC
15977 builtin and then its argument prototype would still apply. */
15978 #ifdef __cplusplus
15979 extern "C"
15980 #endif
15981 char BIO_new_socket ();
15983 main ()
15985 return BIO_new_socket ();
15987 return 0;
15989 _ACEOF
15990 rm -f conftest.$ac_objext conftest$ac_exeext
15991 if { (ac_try="$ac_link"
15992 case "(($ac_try" in
15993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15994 *) ac_try_echo=$ac_try;;
15995 esac
15996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15997 (eval "$ac_link") 2>conftest.er1
15998 ac_status=$?
15999 grep -v '^ *+' conftest.er1 >conftest.err
16000 rm -f conftest.er1
16001 cat conftest.err >&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 (exit $ac_status); } && {
16004 test -z "$ac_c_werror_flag" ||
16005 test ! -s conftest.err
16006 } && test -s conftest$ac_exeext &&
16007 $as_test_x conftest$ac_exeext; then
16008 case "$LIBEXT" in
16009 dll) ;;
16010 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'` ;;
16011 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16012 esac
16013 else
16014 echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.$ac_ext >&5
16020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16021 conftest$ac_exeext conftest.$ac_ext
16022 LIBS=$ac_check_soname_save_LIBS
16024 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16025 { echo "$as_me:$LINENO: result: not found" >&5
16026 echo "${ECHO_T}not found" >&6; }
16028 else
16029 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16030 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16032 cat >>confdefs.h <<_ACEOF
16033 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16034 _ACEOF
16040 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16041 case "x$with_openssl" in
16042 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16043 xno) ;;
16044 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16045 This is an error since --with-openssl was requested." >&5
16046 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16047 This is an error since --with-openssl was requested." >&2;}
16048 { (exit 1); exit 1; }; } ;;
16049 esac
16053 if test "$ac_cv_header_jpeglib_h" = "yes"
16054 then
16055 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16056 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16057 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16058 echo $ECHO_N "(cached) $ECHO_C" >&6
16059 else
16060 ac_check_soname_save_LIBS=$LIBS
16061 LIBS="-ljpeg $LIBS"
16062 cat >conftest.$ac_ext <<_ACEOF
16063 /* confdefs.h. */
16064 _ACEOF
16065 cat confdefs.h >>conftest.$ac_ext
16066 cat >>conftest.$ac_ext <<_ACEOF
16067 /* end confdefs.h. */
16069 /* Override any GCC internal prototype to avoid an error.
16070 Use char because int might match the return type of a GCC
16071 builtin and then its argument prototype would still apply. */
16072 #ifdef __cplusplus
16073 extern "C"
16074 #endif
16075 char jpeg_start_decompress ();
16077 main ()
16079 return jpeg_start_decompress ();
16081 return 0;
16083 _ACEOF
16084 rm -f conftest.$ac_objext conftest$ac_exeext
16085 if { (ac_try="$ac_link"
16086 case "(($ac_try" in
16087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16088 *) ac_try_echo=$ac_try;;
16089 esac
16090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16091 (eval "$ac_link") 2>conftest.er1
16092 ac_status=$?
16093 grep -v '^ *+' conftest.er1 >conftest.err
16094 rm -f conftest.er1
16095 cat conftest.err >&5
16096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16097 (exit $ac_status); } && {
16098 test -z "$ac_c_werror_flag" ||
16099 test ! -s conftest.err
16100 } && test -s conftest$ac_exeext &&
16101 $as_test_x conftest$ac_exeext; then
16102 case "$LIBEXT" in
16103 dll) ;;
16104 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'` ;;
16105 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16106 esac
16107 else
16108 echo "$as_me: failed program was:" >&5
16109 sed 's/^/| /' conftest.$ac_ext >&5
16114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16115 conftest$ac_exeext conftest.$ac_ext
16116 LIBS=$ac_check_soname_save_LIBS
16118 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16119 { echo "$as_me:$LINENO: result: not found" >&5
16120 echo "${ECHO_T}not found" >&6; }
16122 else
16123 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16124 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16126 cat >>confdefs.h <<_ACEOF
16127 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16128 _ACEOF
16134 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16135 case "x$with_jpeg" in
16136 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16137 xno) ;;
16138 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16139 This is an error since --with-jpeg was requested." >&5
16140 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16141 This is an error since --with-jpeg was requested." >&2;}
16142 { (exit 1); exit 1; }; } ;;
16143 esac
16147 if test "$ac_cv_header_png_h" = "yes"
16148 then
16149 { echo "$as_me:$LINENO: checking for -lpng" >&5
16150 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16151 if test "${ac_cv_lib_soname_png+set}" = set; then
16152 echo $ECHO_N "(cached) $ECHO_C" >&6
16153 else
16154 ac_check_soname_save_LIBS=$LIBS
16155 LIBS="-lpng -lm -lz $LIBS"
16156 cat >conftest.$ac_ext <<_ACEOF
16157 /* confdefs.h. */
16158 _ACEOF
16159 cat confdefs.h >>conftest.$ac_ext
16160 cat >>conftest.$ac_ext <<_ACEOF
16161 /* end confdefs.h. */
16163 /* Override any GCC internal prototype to avoid an error.
16164 Use char because int might match the return type of a GCC
16165 builtin and then its argument prototype would still apply. */
16166 #ifdef __cplusplus
16167 extern "C"
16168 #endif
16169 char png_create_read_struct ();
16171 main ()
16173 return png_create_read_struct ();
16175 return 0;
16177 _ACEOF
16178 rm -f conftest.$ac_objext conftest$ac_exeext
16179 if { (ac_try="$ac_link"
16180 case "(($ac_try" in
16181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16182 *) ac_try_echo=$ac_try;;
16183 esac
16184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16185 (eval "$ac_link") 2>conftest.er1
16186 ac_status=$?
16187 grep -v '^ *+' conftest.er1 >conftest.err
16188 rm -f conftest.er1
16189 cat conftest.err >&5
16190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16191 (exit $ac_status); } && {
16192 test -z "$ac_c_werror_flag" ||
16193 test ! -s conftest.err
16194 } && test -s conftest$ac_exeext &&
16195 $as_test_x conftest$ac_exeext; then
16196 case "$LIBEXT" in
16197 dll) ;;
16198 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'` ;;
16199 *) 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'` ;;
16200 esac
16201 else
16202 echo "$as_me: failed program was:" >&5
16203 sed 's/^/| /' conftest.$ac_ext >&5
16208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16209 conftest$ac_exeext conftest.$ac_ext
16210 LIBS=$ac_check_soname_save_LIBS
16212 if test "x$ac_cv_lib_soname_png" = "x"; then
16213 { echo "$as_me:$LINENO: result: not found" >&5
16214 echo "${ECHO_T}not found" >&6; }
16216 else
16217 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16218 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16220 cat >>confdefs.h <<_ACEOF
16221 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16222 _ACEOF
16227 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16228 then
16229 ac_save_CPPFLAGS="$CPPFLAGS"
16230 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16231 $as_unset ac_cv_header_png_h
16233 for ac_header in png.h
16235 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16237 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16238 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16239 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16240 echo $ECHO_N "(cached) $ECHO_C" >&6
16242 ac_res=`eval echo '${'$as_ac_Header'}'`
16243 { echo "$as_me:$LINENO: result: $ac_res" >&5
16244 echo "${ECHO_T}$ac_res" >&6; }
16245 else
16246 # Is the header compilable?
16247 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16248 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16249 cat >conftest.$ac_ext <<_ACEOF
16250 /* confdefs.h. */
16251 _ACEOF
16252 cat confdefs.h >>conftest.$ac_ext
16253 cat >>conftest.$ac_ext <<_ACEOF
16254 /* end confdefs.h. */
16255 $ac_includes_default
16256 #include <$ac_header>
16257 _ACEOF
16258 rm -f conftest.$ac_objext
16259 if { (ac_try="$ac_compile"
16260 case "(($ac_try" in
16261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16262 *) ac_try_echo=$ac_try;;
16263 esac
16264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16265 (eval "$ac_compile") 2>conftest.er1
16266 ac_status=$?
16267 grep -v '^ *+' conftest.er1 >conftest.err
16268 rm -f conftest.er1
16269 cat conftest.err >&5
16270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16271 (exit $ac_status); } && {
16272 test -z "$ac_c_werror_flag" ||
16273 test ! -s conftest.err
16274 } && test -s conftest.$ac_objext; then
16275 ac_header_compiler=yes
16276 else
16277 echo "$as_me: failed program was:" >&5
16278 sed 's/^/| /' conftest.$ac_ext >&5
16280 ac_header_compiler=no
16283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16284 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16285 echo "${ECHO_T}$ac_header_compiler" >&6; }
16287 # Is the header present?
16288 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16289 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16290 cat >conftest.$ac_ext <<_ACEOF
16291 /* confdefs.h. */
16292 _ACEOF
16293 cat confdefs.h >>conftest.$ac_ext
16294 cat >>conftest.$ac_ext <<_ACEOF
16295 /* end confdefs.h. */
16296 #include <$ac_header>
16297 _ACEOF
16298 if { (ac_try="$ac_cpp conftest.$ac_ext"
16299 case "(($ac_try" in
16300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16301 *) ac_try_echo=$ac_try;;
16302 esac
16303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16304 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16305 ac_status=$?
16306 grep -v '^ *+' conftest.er1 >conftest.err
16307 rm -f conftest.er1
16308 cat conftest.err >&5
16309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16310 (exit $ac_status); } >/dev/null && {
16311 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16312 test ! -s conftest.err
16313 }; then
16314 ac_header_preproc=yes
16315 else
16316 echo "$as_me: failed program was:" >&5
16317 sed 's/^/| /' conftest.$ac_ext >&5
16319 ac_header_preproc=no
16322 rm -f conftest.err conftest.$ac_ext
16323 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16324 echo "${ECHO_T}$ac_header_preproc" >&6; }
16326 # So? What about this header?
16327 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16328 yes:no: )
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16330 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16332 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16333 ac_header_preproc=yes
16335 no:yes:* )
16336 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16337 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16338 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16339 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16340 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16341 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16342 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16343 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16344 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16345 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16346 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16347 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16348 ( cat <<\_ASBOX
16349 ## ------------------------------------ ##
16350 ## Report this to wine-devel@winehq.org ##
16351 ## ------------------------------------ ##
16352 _ASBOX
16353 ) | sed "s/^/$as_me: WARNING: /" >&2
16355 esac
16356 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16358 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16360 else
16361 eval "$as_ac_Header=\$ac_header_preproc"
16363 ac_res=`eval echo '${'$as_ac_Header'}'`
16364 { echo "$as_me:$LINENO: result: $ac_res" >&5
16365 echo "${ECHO_T}$ac_res" >&6; }
16368 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16369 cat >>confdefs.h <<_ACEOF
16370 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16371 _ACEOF
16375 done
16377 CPPFLAGS="$ac_save_CPPFLAGS"
16378 if test "$ac_cv_header_png_h" = "yes"
16379 then
16380 PNGINCL="$X_CFLAGS"
16382 { echo "$as_me:$LINENO: checking for -lpng" >&5
16383 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16384 if test "${ac_cv_lib_soname_png+set}" = set; then
16385 echo $ECHO_N "(cached) $ECHO_C" >&6
16386 else
16387 ac_check_soname_save_LIBS=$LIBS
16388 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16389 cat >conftest.$ac_ext <<_ACEOF
16390 /* confdefs.h. */
16391 _ACEOF
16392 cat confdefs.h >>conftest.$ac_ext
16393 cat >>conftest.$ac_ext <<_ACEOF
16394 /* end confdefs.h. */
16396 /* Override any GCC internal prototype to avoid an error.
16397 Use char because int might match the return type of a GCC
16398 builtin and then its argument prototype would still apply. */
16399 #ifdef __cplusplus
16400 extern "C"
16401 #endif
16402 char png_create_read_struct ();
16404 main ()
16406 return png_create_read_struct ();
16408 return 0;
16410 _ACEOF
16411 rm -f conftest.$ac_objext conftest$ac_exeext
16412 if { (ac_try="$ac_link"
16413 case "(($ac_try" in
16414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16415 *) ac_try_echo=$ac_try;;
16416 esac
16417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16418 (eval "$ac_link") 2>conftest.er1
16419 ac_status=$?
16420 grep -v '^ *+' conftest.er1 >conftest.err
16421 rm -f conftest.er1
16422 cat conftest.err >&5
16423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16424 (exit $ac_status); } && {
16425 test -z "$ac_c_werror_flag" ||
16426 test ! -s conftest.err
16427 } && test -s conftest$ac_exeext &&
16428 $as_test_x conftest$ac_exeext; then
16429 case "$LIBEXT" in
16430 dll) ;;
16431 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'` ;;
16432 *) 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'` ;;
16433 esac
16434 else
16435 echo "$as_me: failed program was:" >&5
16436 sed 's/^/| /' conftest.$ac_ext >&5
16441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16442 conftest$ac_exeext conftest.$ac_ext
16443 LIBS=$ac_check_soname_save_LIBS
16445 if test "x$ac_cv_lib_soname_png" = "x"; then
16446 { echo "$as_me:$LINENO: result: not found" >&5
16447 echo "${ECHO_T}not found" >&6; }
16449 else
16450 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16451 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16453 cat >>confdefs.h <<_ACEOF
16454 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16455 _ACEOF
16462 if test "x$ac_cv_lib_soname_png" = "x"; then
16463 case "x$with_png" in
16464 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16465 xno) ;;
16466 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16467 This is an error since --with-png was requested." >&5
16468 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16469 This is an error since --with-png was requested." >&2;}
16470 { (exit 1); exit 1; }; } ;;
16471 esac
16475 if test "$ac_cv_header_kstat_h" = "yes"
16476 then
16477 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16478 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16479 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16480 echo $ECHO_N "(cached) $ECHO_C" >&6
16481 else
16482 ac_check_lib_save_LIBS=$LIBS
16483 LIBS="-lkstat $LIBS"
16484 cat >conftest.$ac_ext <<_ACEOF
16485 /* confdefs.h. */
16486 _ACEOF
16487 cat confdefs.h >>conftest.$ac_ext
16488 cat >>conftest.$ac_ext <<_ACEOF
16489 /* end confdefs.h. */
16491 /* Override any GCC internal prototype to avoid an error.
16492 Use char because int might match the return type of a GCC
16493 builtin and then its argument prototype would still apply. */
16494 #ifdef __cplusplus
16495 extern "C"
16496 #endif
16497 char kstat_open ();
16499 main ()
16501 return kstat_open ();
16503 return 0;
16505 _ACEOF
16506 rm -f conftest.$ac_objext conftest$ac_exeext
16507 if { (ac_try="$ac_link"
16508 case "(($ac_try" in
16509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16510 *) ac_try_echo=$ac_try;;
16511 esac
16512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16513 (eval "$ac_link") 2>conftest.er1
16514 ac_status=$?
16515 grep -v '^ *+' conftest.er1 >conftest.err
16516 rm -f conftest.er1
16517 cat conftest.err >&5
16518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16519 (exit $ac_status); } && {
16520 test -z "$ac_c_werror_flag" ||
16521 test ! -s conftest.err
16522 } && test -s conftest$ac_exeext &&
16523 $as_test_x conftest$ac_exeext; then
16524 ac_cv_lib_kstat_kstat_open=yes
16525 else
16526 echo "$as_me: failed program was:" >&5
16527 sed 's/^/| /' conftest.$ac_ext >&5
16529 ac_cv_lib_kstat_kstat_open=no
16532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16533 conftest$ac_exeext conftest.$ac_ext
16534 LIBS=$ac_check_lib_save_LIBS
16536 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16537 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16538 if test $ac_cv_lib_kstat_kstat_open = yes; then
16540 cat >>confdefs.h <<\_ACEOF
16541 #define HAVE_LIBKSTAT 1
16542 _ACEOF
16544 LIBKSTAT="-lkstat"
16550 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16551 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16552 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16553 echo $ECHO_N "(cached) $ECHO_C" >&6
16554 else
16555 ac_check_soname_save_LIBS=$LIBS
16556 LIBS="-lodbc $LIBS"
16557 cat >conftest.$ac_ext <<_ACEOF
16558 /* confdefs.h. */
16559 _ACEOF
16560 cat confdefs.h >>conftest.$ac_ext
16561 cat >>conftest.$ac_ext <<_ACEOF
16562 /* end confdefs.h. */
16564 /* Override any GCC internal prototype to avoid an error.
16565 Use char because int might match the return type of a GCC
16566 builtin and then its argument prototype would still apply. */
16567 #ifdef __cplusplus
16568 extern "C"
16569 #endif
16570 char SQLConnect ();
16572 main ()
16574 return SQLConnect ();
16576 return 0;
16578 _ACEOF
16579 rm -f conftest.$ac_objext conftest$ac_exeext
16580 if { (ac_try="$ac_link"
16581 case "(($ac_try" in
16582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16583 *) ac_try_echo=$ac_try;;
16584 esac
16585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16586 (eval "$ac_link") 2>conftest.er1
16587 ac_status=$?
16588 grep -v '^ *+' conftest.er1 >conftest.err
16589 rm -f conftest.er1
16590 cat conftest.err >&5
16591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592 (exit $ac_status); } && {
16593 test -z "$ac_c_werror_flag" ||
16594 test ! -s conftest.err
16595 } && test -s conftest$ac_exeext &&
16596 $as_test_x conftest$ac_exeext; then
16597 case "$LIBEXT" in
16598 dll) ;;
16599 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'` ;;
16600 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16601 esac
16602 else
16603 echo "$as_me: failed program was:" >&5
16604 sed 's/^/| /' conftest.$ac_ext >&5
16609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16610 conftest$ac_exeext conftest.$ac_ext
16611 LIBS=$ac_check_soname_save_LIBS
16613 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16614 { echo "$as_me:$LINENO: result: not found" >&5
16615 echo "${ECHO_T}not found" >&6; }
16616 cat >>confdefs.h <<_ACEOF
16617 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16618 _ACEOF
16620 else
16621 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16622 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16624 cat >>confdefs.h <<_ACEOF
16625 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16626 _ACEOF
16632 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16633 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16634 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16635 "$ac_cv_header_soundcard_h" != "yes" -a \
16636 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16637 then
16638 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16642 EXTRACFLAGS=""
16644 if test "x${GCC}" = "xyes"
16645 then
16646 EXTRACFLAGS="-Wall -pipe"
16648 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16649 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16650 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16651 echo $ECHO_N "(cached) $ECHO_C" >&6
16652 else
16653 if test "$cross_compiling" = yes; then
16654 ac_cv_c_gcc_strength_bug="yes"
16655 else
16656 cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h. */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16662 int L[4] = {0,1,2,3};
16664 main ()
16666 static int Array[3];
16667 unsigned int B = 3;
16668 int i;
16669 for(i=0; i<B; i++) Array[i] = i - 3;
16670 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16671 L[i] = 4;
16672 return (Array[1] != -2 || L[2] != 3)
16674 return 0;
16676 _ACEOF
16677 rm -f conftest$ac_exeext
16678 if { (ac_try="$ac_link"
16679 case "(($ac_try" in
16680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16681 *) ac_try_echo=$ac_try;;
16682 esac
16683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16684 (eval "$ac_link") 2>&5
16685 ac_status=$?
16686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16687 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16688 { (case "(($ac_try" in
16689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16690 *) ac_try_echo=$ac_try;;
16691 esac
16692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16693 (eval "$ac_try") 2>&5
16694 ac_status=$?
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); }; }; then
16697 ac_cv_c_gcc_strength_bug="no"
16698 else
16699 echo "$as_me: program exited with status $ac_status" >&5
16700 echo "$as_me: failed program was:" >&5
16701 sed 's/^/| /' conftest.$ac_ext >&5
16703 ( exit $ac_status )
16704 ac_cv_c_gcc_strength_bug="yes"
16706 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16711 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16712 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16713 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16714 then
16715 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16718 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16719 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16720 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16721 echo $ECHO_N "(cached) $ECHO_C" >&6
16722 else
16723 ac_wine_try_cflags_saved=$CFLAGS
16724 CFLAGS="$CFLAGS -fno-builtin"
16725 cat >conftest.$ac_ext <<_ACEOF
16726 /* confdefs.h. */
16727 _ACEOF
16728 cat confdefs.h >>conftest.$ac_ext
16729 cat >>conftest.$ac_ext <<_ACEOF
16730 /* end confdefs.h. */
16733 main ()
16737 return 0;
16739 _ACEOF
16740 rm -f conftest.$ac_objext conftest$ac_exeext
16741 if { (ac_try="$ac_link"
16742 case "(($ac_try" in
16743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16744 *) ac_try_echo=$ac_try;;
16745 esac
16746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16747 (eval "$ac_link") 2>conftest.er1
16748 ac_status=$?
16749 grep -v '^ *+' conftest.er1 >conftest.err
16750 rm -f conftest.er1
16751 cat conftest.err >&5
16752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16753 (exit $ac_status); } && {
16754 test -z "$ac_c_werror_flag" ||
16755 test ! -s conftest.err
16756 } && test -s conftest$ac_exeext &&
16757 $as_test_x conftest$ac_exeext; then
16758 ac_cv_cflags__fno_builtin=yes
16759 else
16760 echo "$as_me: failed program was:" >&5
16761 sed 's/^/| /' conftest.$ac_ext >&5
16763 ac_cv_cflags__fno_builtin=no
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767 conftest$ac_exeext conftest.$ac_ext
16768 CFLAGS=$ac_wine_try_cflags_saved
16770 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16771 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16772 if test $ac_cv_cflags__fno_builtin = yes; then
16773 BUILTINFLAG="-fno-builtin"
16777 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16778 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16779 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16780 echo $ECHO_N "(cached) $ECHO_C" >&6
16781 else
16782 ac_wine_try_cflags_saved=$CFLAGS
16783 CFLAGS="$CFLAGS -fno-strict-aliasing"
16784 cat >conftest.$ac_ext <<_ACEOF
16785 /* confdefs.h. */
16786 _ACEOF
16787 cat confdefs.h >>conftest.$ac_ext
16788 cat >>conftest.$ac_ext <<_ACEOF
16789 /* end confdefs.h. */
16792 main ()
16796 return 0;
16798 _ACEOF
16799 rm -f conftest.$ac_objext conftest$ac_exeext
16800 if { (ac_try="$ac_link"
16801 case "(($ac_try" in
16802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16803 *) ac_try_echo=$ac_try;;
16804 esac
16805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16806 (eval "$ac_link") 2>conftest.er1
16807 ac_status=$?
16808 grep -v '^ *+' conftest.er1 >conftest.err
16809 rm -f conftest.er1
16810 cat conftest.err >&5
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); } && {
16813 test -z "$ac_c_werror_flag" ||
16814 test ! -s conftest.err
16815 } && test -s conftest$ac_exeext &&
16816 $as_test_x conftest$ac_exeext; then
16817 ac_cv_cflags__fno_strict_aliasing=yes
16818 else
16819 echo "$as_me: failed program was:" >&5
16820 sed 's/^/| /' conftest.$ac_ext >&5
16822 ac_cv_cflags__fno_strict_aliasing=no
16825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16826 conftest$ac_exeext conftest.$ac_ext
16827 CFLAGS=$ac_wine_try_cflags_saved
16829 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16830 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16831 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16832 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16835 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16836 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16837 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16838 echo $ECHO_N "(cached) $ECHO_C" >&6
16839 else
16840 ac_wine_try_cflags_saved=$CFLAGS
16841 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16842 cat >conftest.$ac_ext <<_ACEOF
16843 /* confdefs.h. */
16844 _ACEOF
16845 cat confdefs.h >>conftest.$ac_ext
16846 cat >>conftest.$ac_ext <<_ACEOF
16847 /* end confdefs.h. */
16850 main ()
16854 return 0;
16856 _ACEOF
16857 rm -f conftest.$ac_objext conftest$ac_exeext
16858 if { (ac_try="$ac_link"
16859 case "(($ac_try" in
16860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16861 *) ac_try_echo=$ac_try;;
16862 esac
16863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16864 (eval "$ac_link") 2>conftest.er1
16865 ac_status=$?
16866 grep -v '^ *+' conftest.er1 >conftest.err
16867 rm -f conftest.er1
16868 cat conftest.err >&5
16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16870 (exit $ac_status); } && {
16871 test -z "$ac_c_werror_flag" ||
16872 test ! -s conftest.err
16873 } && test -s conftest$ac_exeext &&
16874 $as_test_x conftest$ac_exeext; then
16875 ac_cv_cflags__Wdeclaration_after_statement=yes
16876 else
16877 echo "$as_me: failed program was:" >&5
16878 sed 's/^/| /' conftest.$ac_ext >&5
16880 ac_cv_cflags__Wdeclaration_after_statement=no
16883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16884 conftest$ac_exeext conftest.$ac_ext
16885 CFLAGS=$ac_wine_try_cflags_saved
16887 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16888 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16889 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16890 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16893 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16894 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16895 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16896 echo $ECHO_N "(cached) $ECHO_C" >&6
16897 else
16898 ac_wine_try_cflags_saved=$CFLAGS
16899 CFLAGS="$CFLAGS -Wwrite-strings"
16900 cat >conftest.$ac_ext <<_ACEOF
16901 /* confdefs.h. */
16902 _ACEOF
16903 cat confdefs.h >>conftest.$ac_ext
16904 cat >>conftest.$ac_ext <<_ACEOF
16905 /* end confdefs.h. */
16908 main ()
16912 return 0;
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919 *) ac_try_echo=$ac_try;;
16920 esac
16921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16922 (eval "$ac_link") 2>conftest.er1
16923 ac_status=$?
16924 grep -v '^ *+' conftest.er1 >conftest.err
16925 rm -f conftest.er1
16926 cat conftest.err >&5
16927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16928 (exit $ac_status); } && {
16929 test -z "$ac_c_werror_flag" ||
16930 test ! -s conftest.err
16931 } && test -s conftest$ac_exeext &&
16932 $as_test_x conftest$ac_exeext; then
16933 ac_cv_cflags__Wwrite_strings=yes
16934 else
16935 echo "$as_me: failed program was:" >&5
16936 sed 's/^/| /' conftest.$ac_ext >&5
16938 ac_cv_cflags__Wwrite_strings=no
16941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16942 conftest$ac_exeext conftest.$ac_ext
16943 CFLAGS=$ac_wine_try_cflags_saved
16945 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16946 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16947 if test $ac_cv_cflags__Wwrite_strings = yes; then
16948 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16951 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16952 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16953 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16954 echo $ECHO_N "(cached) $ECHO_C" >&6
16955 else
16956 ac_wine_try_cflags_saved=$CFLAGS
16957 CFLAGS="$CFLAGS -Wtype-limits"
16958 cat >conftest.$ac_ext <<_ACEOF
16959 /* confdefs.h. */
16960 _ACEOF
16961 cat confdefs.h >>conftest.$ac_ext
16962 cat >>conftest.$ac_ext <<_ACEOF
16963 /* end confdefs.h. */
16966 main ()
16970 return 0;
16972 _ACEOF
16973 rm -f conftest.$ac_objext conftest$ac_exeext
16974 if { (ac_try="$ac_link"
16975 case "(($ac_try" in
16976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16977 *) ac_try_echo=$ac_try;;
16978 esac
16979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16980 (eval "$ac_link") 2>conftest.er1
16981 ac_status=$?
16982 grep -v '^ *+' conftest.er1 >conftest.err
16983 rm -f conftest.er1
16984 cat conftest.err >&5
16985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16986 (exit $ac_status); } && {
16987 test -z "$ac_c_werror_flag" ||
16988 test ! -s conftest.err
16989 } && test -s conftest$ac_exeext &&
16990 $as_test_x conftest$ac_exeext; then
16991 ac_cv_cflags__Wtype_limits=yes
16992 else
16993 echo "$as_me: failed program was:" >&5
16994 sed 's/^/| /' conftest.$ac_ext >&5
16996 ac_cv_cflags__Wtype_limits=no
16999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17000 conftest$ac_exeext conftest.$ac_ext
17001 CFLAGS=$ac_wine_try_cflags_saved
17003 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17004 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17005 if test $ac_cv_cflags__Wtype_limits = yes; then
17006 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17010 saved_CFLAGS="$CFLAGS"
17011 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17012 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17013 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17014 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17015 echo $ECHO_N "(cached) $ECHO_C" >&6
17016 else
17017 cat >conftest.$ac_ext <<_ACEOF
17018 /* confdefs.h. */
17019 _ACEOF
17020 cat confdefs.h >>conftest.$ac_ext
17021 cat >>conftest.$ac_ext <<_ACEOF
17022 /* end confdefs.h. */
17023 #include <string.h>
17025 main ()
17029 return 0;
17031 _ACEOF
17032 rm -f conftest.$ac_objext
17033 if { (ac_try="$ac_compile"
17034 case "(($ac_try" in
17035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17036 *) ac_try_echo=$ac_try;;
17037 esac
17038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17039 (eval "$ac_compile") 2>conftest.er1
17040 ac_status=$?
17041 grep -v '^ *+' conftest.er1 >conftest.err
17042 rm -f conftest.er1
17043 cat conftest.err >&5
17044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17045 (exit $ac_status); } && {
17046 test -z "$ac_c_werror_flag" ||
17047 test ! -s conftest.err
17048 } && test -s conftest.$ac_objext; then
17049 ac_cv_c_string_h_warnings=no
17050 else
17051 echo "$as_me: failed program was:" >&5
17052 sed 's/^/| /' conftest.$ac_ext >&5
17054 ac_cv_c_string_h_warnings=yes
17057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17059 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17060 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17061 CFLAGS="$saved_CFLAGS"
17062 if test "$ac_cv_c_string_h_warnings" = "no"
17063 then
17064 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17069 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17070 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17071 if test "${ac_cv_c_extern_prefix+set}" = set; then
17072 echo $ECHO_N "(cached) $ECHO_C" >&6
17073 else
17074 cat >conftest.$ac_ext <<_ACEOF
17075 /* confdefs.h. */
17076 _ACEOF
17077 cat confdefs.h >>conftest.$ac_ext
17078 cat >>conftest.$ac_ext <<_ACEOF
17079 /* end confdefs.h. */
17080 extern int ac_test;
17082 main ()
17084 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17086 return 0;
17088 _ACEOF
17089 rm -f conftest.$ac_objext conftest$ac_exeext
17090 if { (ac_try="$ac_link"
17091 case "(($ac_try" in
17092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17093 *) ac_try_echo=$ac_try;;
17094 esac
17095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17096 (eval "$ac_link") 2>conftest.er1
17097 ac_status=$?
17098 grep -v '^ *+' conftest.er1 >conftest.err
17099 rm -f conftest.er1
17100 cat conftest.err >&5
17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17102 (exit $ac_status); } && {
17103 test -z "$ac_c_werror_flag" ||
17104 test ! -s conftest.err
17105 } && test -s conftest$ac_exeext &&
17106 $as_test_x conftest$ac_exeext; then
17107 ac_cv_c_extern_prefix="yes"
17108 else
17109 echo "$as_me: failed program was:" >&5
17110 sed 's/^/| /' conftest.$ac_ext >&5
17112 ac_cv_c_extern_prefix="no"
17115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17116 conftest$ac_exeext conftest.$ac_ext
17118 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17119 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17121 case $host_cpu in
17122 *i[3456789]86*)
17123 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17124 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17125 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17126 echo $ECHO_N "(cached) $ECHO_C" >&6
17127 else
17128 cat >conftest.$ac_ext <<_ACEOF
17129 /* confdefs.h. */
17130 _ACEOF
17131 cat confdefs.h >>conftest.$ac_ext
17132 cat >>conftest.$ac_ext <<_ACEOF
17133 /* end confdefs.h. */
17134 #ifndef _MSC_VER
17135 #define __stdcall __attribute__((__stdcall__))
17136 #endif
17137 int __stdcall ac_test(int i) { return i; }
17139 main ()
17141 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17143 return 0;
17145 _ACEOF
17146 rm -f conftest.$ac_objext conftest$ac_exeext
17147 if { (ac_try="$ac_link"
17148 case "(($ac_try" in
17149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17150 *) ac_try_echo=$ac_try;;
17151 esac
17152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17153 (eval "$ac_link") 2>conftest.er1
17154 ac_status=$?
17155 grep -v '^ *+' conftest.er1 >conftest.err
17156 rm -f conftest.er1
17157 cat conftest.err >&5
17158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17159 (exit $ac_status); } && {
17160 test -z "$ac_c_werror_flag" ||
17161 test ! -s conftest.err
17162 } && test -s conftest$ac_exeext &&
17163 $as_test_x conftest$ac_exeext; then
17164 ac_cv_c_stdcall_suffix="yes"
17165 else
17166 echo "$as_me: failed program was:" >&5
17167 sed 's/^/| /' conftest.$ac_ext >&5
17169 ac_cv_c_stdcall_suffix="no"
17172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17173 conftest$ac_exeext conftest.$ac_ext
17175 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17176 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17177 *) ac_cv_c_stdcall_suffix="no" ;;
17178 esac
17182 if test "$ac_cv_c_extern_prefix" = "yes"
17183 then
17184 cat >>confdefs.h <<\_ACEOF
17185 #define __ASM_NAME(name) "_" name
17186 _ACEOF
17188 asm_name_prefix="_"
17189 else
17190 cat >>confdefs.h <<\_ACEOF
17191 #define __ASM_NAME(name) name
17192 _ACEOF
17194 asm_name_prefix=""
17199 if test "$ac_cv_c_stdcall_suffix" = "yes"
17200 then
17201 cat >>confdefs.h <<\_ACEOF
17202 #define __ASM_STDCALL(args) "@" #args
17203 _ACEOF
17205 else
17206 cat >>confdefs.h <<\_ACEOF
17207 #define __ASM_STDCALL(args) ""
17208 _ACEOF
17213 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17214 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17215 if test "${ac_cv_asm_func_def+set}" = set; then
17216 echo $ECHO_N "(cached) $ECHO_C" >&6
17217 else
17218 cat >conftest.$ac_ext <<_ACEOF
17219 /* confdefs.h. */
17220 _ACEOF
17221 cat confdefs.h >>conftest.$ac_ext
17222 cat >>conftest.$ac_ext <<_ACEOF
17223 /* end confdefs.h. */
17226 main ()
17228 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17230 return 0;
17232 _ACEOF
17233 rm -f conftest.$ac_objext conftest$ac_exeext
17234 if { (ac_try="$ac_link"
17235 case "(($ac_try" in
17236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17237 *) ac_try_echo=$ac_try;;
17238 esac
17239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17240 (eval "$ac_link") 2>conftest.er1
17241 ac_status=$?
17242 grep -v '^ *+' conftest.er1 >conftest.err
17243 rm -f conftest.er1
17244 cat conftest.err >&5
17245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17246 (exit $ac_status); } && {
17247 test -z "$ac_c_werror_flag" ||
17248 test ! -s conftest.err
17249 } && test -s conftest$ac_exeext &&
17250 $as_test_x conftest$ac_exeext; then
17251 ac_cv_asm_func_def=".def"
17252 else
17253 echo "$as_me: failed program was:" >&5
17254 sed 's/^/| /' conftest.$ac_ext >&5
17256 cat >conftest.$ac_ext <<_ACEOF
17257 /* confdefs.h. */
17258 _ACEOF
17259 cat confdefs.h >>conftest.$ac_ext
17260 cat >>conftest.$ac_ext <<_ACEOF
17261 /* end confdefs.h. */
17264 main ()
17266 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17268 return 0;
17270 _ACEOF
17271 rm -f conftest.$ac_objext conftest$ac_exeext
17272 if { (ac_try="$ac_link"
17273 case "(($ac_try" in
17274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17275 *) ac_try_echo=$ac_try;;
17276 esac
17277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17278 (eval "$ac_link") 2>conftest.er1
17279 ac_status=$?
17280 grep -v '^ *+' conftest.er1 >conftest.err
17281 rm -f conftest.er1
17282 cat conftest.err >&5
17283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17284 (exit $ac_status); } && {
17285 test -z "$ac_c_werror_flag" ||
17286 test ! -s conftest.err
17287 } && test -s conftest$ac_exeext &&
17288 $as_test_x conftest$ac_exeext; then
17289 ac_cv_asm_func_def=".type @function"
17290 else
17291 echo "$as_me: failed program was:" >&5
17292 sed 's/^/| /' conftest.$ac_ext >&5
17294 cat >conftest.$ac_ext <<_ACEOF
17295 /* confdefs.h. */
17296 _ACEOF
17297 cat confdefs.h >>conftest.$ac_ext
17298 cat >>conftest.$ac_ext <<_ACEOF
17299 /* end confdefs.h. */
17302 main ()
17304 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17306 return 0;
17308 _ACEOF
17309 rm -f conftest.$ac_objext conftest$ac_exeext
17310 if { (ac_try="$ac_link"
17311 case "(($ac_try" in
17312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17313 *) ac_try_echo=$ac_try;;
17314 esac
17315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17316 (eval "$ac_link") 2>conftest.er1
17317 ac_status=$?
17318 grep -v '^ *+' conftest.er1 >conftest.err
17319 rm -f conftest.er1
17320 cat conftest.err >&5
17321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17322 (exit $ac_status); } && {
17323 test -z "$ac_c_werror_flag" ||
17324 test ! -s conftest.err
17325 } && test -s conftest$ac_exeext &&
17326 $as_test_x conftest$ac_exeext; then
17327 ac_cv_asm_func_def=".type 2"
17328 else
17329 echo "$as_me: failed program was:" >&5
17330 sed 's/^/| /' conftest.$ac_ext >&5
17332 ac_cv_asm_func_def="unknown"
17335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17336 conftest$ac_exeext conftest.$ac_ext
17339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17340 conftest$ac_exeext conftest.$ac_ext
17343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17344 conftest$ac_exeext conftest.$ac_ext
17346 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17347 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17351 case "$ac_cv_asm_func_def" in
17352 ".def")
17353 cat >>confdefs.h <<\_ACEOF
17354 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17355 _ACEOF
17357 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17358 ".type @function")
17359 cat >>confdefs.h <<\_ACEOF
17360 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17361 _ACEOF
17363 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17364 ".type 2")
17365 cat >>confdefs.h <<\_ACEOF
17366 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17367 _ACEOF
17369 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17371 cat >>confdefs.h <<\_ACEOF
17372 #define __ASM_FUNC(name) ""
17373 _ACEOF
17375 asm_func_header="" ;;
17376 esac
17378 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17379 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17380 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17381 echo $ECHO_N "(cached) $ECHO_C" >&6
17382 else
17383 cat >conftest.$ac_ext <<_ACEOF
17384 /* confdefs.h. */
17385 _ACEOF
17386 cat confdefs.h >>conftest.$ac_ext
17387 cat >>conftest.$ac_ext <<_ACEOF
17388 /* end confdefs.h. */
17389 asm(".text\n\t.long 0");
17391 main ()
17395 return 0;
17397 _ACEOF
17398 rm -f conftest.$ac_objext
17399 if { (ac_try="$ac_compile"
17400 case "(($ac_try" in
17401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17402 *) ac_try_echo=$ac_try;;
17403 esac
17404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17405 (eval "$ac_compile") 2>conftest.er1
17406 ac_status=$?
17407 grep -v '^ *+' conftest.er1 >conftest.err
17408 rm -f conftest.er1
17409 cat conftest.err >&5
17410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17411 (exit $ac_status); } && {
17412 test -z "$ac_c_werror_flag" ||
17413 test ! -s conftest.err
17414 } && test -s conftest.$ac_objext; then
17415 ac_cv_c_asm_outside_funcs="yes"
17416 else
17417 echo "$as_me: failed program was:" >&5
17418 sed 's/^/| /' conftest.$ac_ext >&5
17420 ac_cv_c_asm_outside_funcs="no"
17423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17425 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17426 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
17428 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17429 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
17430 if test "${ac_cv_c_dot_previous+set}" = set; then
17431 echo $ECHO_N "(cached) $ECHO_C" >&6
17432 else
17433 cat >conftest.$ac_ext <<_ACEOF
17434 /* confdefs.h. */
17435 _ACEOF
17436 cat confdefs.h >>conftest.$ac_ext
17437 cat >>conftest.$ac_ext <<_ACEOF
17438 /* end confdefs.h. */
17441 main ()
17443 asm(".text\nac_test:\t.long 0\n\t.previous");
17445 return 0;
17447 _ACEOF
17448 rm -f conftest.$ac_objext conftest$ac_exeext
17449 if { (ac_try="$ac_link"
17450 case "(($ac_try" in
17451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17452 *) ac_try_echo=$ac_try;;
17453 esac
17454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17455 (eval "$ac_link") 2>conftest.er1
17456 ac_status=$?
17457 grep -v '^ *+' conftest.er1 >conftest.err
17458 rm -f conftest.er1
17459 cat conftest.err >&5
17460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } && {
17462 test -z "$ac_c_werror_flag" ||
17463 test ! -s conftest.err
17464 } && test -s conftest$ac_exeext &&
17465 $as_test_x conftest$ac_exeext; then
17466 ac_cv_c_dot_previous="yes"
17467 else
17468 echo "$as_me: failed program was:" >&5
17469 sed 's/^/| /' conftest.$ac_ext >&5
17471 ac_cv_c_dot_previous="no"
17474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17475 conftest$ac_exeext conftest.$ac_ext
17477 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17478 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
17480 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17481 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
17482 if test "${ac_cv_c_cfi_support+set}" = set; then
17483 echo $ECHO_N "(cached) $ECHO_C" >&6
17484 else
17485 cat >conftest.$ac_ext <<_ACEOF
17486 /* confdefs.h. */
17487 _ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h. */
17491 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17493 main ()
17497 return 0;
17499 _ACEOF
17500 rm -f conftest.$ac_objext
17501 if { (ac_try="$ac_compile"
17502 case "(($ac_try" in
17503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17505 esac
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_compile") 2>conftest.er1
17508 ac_status=$?
17509 grep -v '^ *+' conftest.er1 >conftest.err
17510 rm -f conftest.er1
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest.$ac_objext; then
17517 ac_cv_c_cfi_support="yes"
17518 else
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17522 ac_cv_c_cfi_support="no"
17525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17527 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17528 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
17530 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
17531 asm_func_trailer=""
17532 if test "$ac_cv_c_dot_previous" = "yes"
17533 then
17534 asm_func_trailer="\\n\\t.previous"
17536 if test "$ac_cv_c_cfi_support" = "yes"
17537 then
17538 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17539 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17541 cat >>confdefs.h <<\_ACEOF
17542 #define __ASM_CFI(str) str
17543 _ACEOF
17545 else
17546 cat >>confdefs.h <<\_ACEOF
17547 #define __ASM_CFI(str) ""
17548 _ACEOF
17552 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17556 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17557 then
17558 cat >>confdefs.h <<_ACEOF
17559 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17560 _ACEOF
17562 else
17563 cat >>confdefs.h <<_ACEOF
17564 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17565 _ACEOF
17569 cat >>confdefs.h <<\_ACEOF
17570 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
17571 _ACEOF
17574 cat >>confdefs.h <<\_ACEOF
17575 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
17576 _ACEOF
17580 LDPATH=""
17582 case $build_os in
17583 cygwin*|mingw32*)
17584 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17586 darwin*|macosx*)
17589 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17591 esac
17593 case $host_os in
17594 mingw32*)
17595 CRTLIBS="-lmsvcrt"
17597 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17600 esac
17602 case $host_cpu in
17603 *i[3456789]86*)
17604 case $host_os in
17605 linux* | k*bsd*-gnu)
17606 EXTRA_BINARIES="wine-preloader"
17608 esac
17610 esac
17613 ac_save_CFLAGS="$CFLAGS"
17614 CFLAGS="$CFLAGS $BUILTINFLAG"
17684 for ac_func in \
17685 _pclose \
17686 _popen \
17687 _snprintf \
17688 _spawnvp \
17689 _strdup \
17690 _stricmp \
17691 _strnicmp \
17692 _strtoi64 \
17693 _strtoui64 \
17694 _vsnprintf \
17695 asctime_r \
17696 chsize \
17697 dlopen \
17698 epoll_create \
17699 ffs \
17700 finite \
17701 fnmatch \
17702 fork \
17703 fpclass \
17704 fstatfs \
17705 fstatvfs \
17706 ftruncate \
17707 futimes \
17708 futimesat \
17709 getdirentries \
17710 getopt_long \
17711 getpagesize \
17712 getpwuid \
17713 gettid \
17714 gettimeofday \
17715 getuid \
17716 kqueue \
17717 lstat \
17718 memmove \
17719 mmap \
17720 pclose \
17721 poll \
17722 popen \
17723 prctl \
17724 pread \
17725 pwrite \
17726 readdir \
17727 readlink \
17728 sched_yield \
17729 select \
17730 setproctitle \
17731 setrlimit \
17732 settimeofday \
17733 sigaltstack \
17734 sigprocmask \
17735 snprintf \
17736 spawnvp \
17737 statfs \
17738 statvfs \
17739 strcasecmp \
17740 strdup \
17741 strerror \
17742 strncasecmp \
17743 strtold \
17744 strtoll \
17745 strtoull \
17746 symlink \
17747 tcgetattr \
17748 thr_kill2 \
17749 timegm \
17750 usleep \
17751 vsnprintf \
17752 wait4 \
17753 waitpid \
17756 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17757 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17758 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17759 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17760 echo $ECHO_N "(cached) $ECHO_C" >&6
17761 else
17762 cat >conftest.$ac_ext <<_ACEOF
17763 /* confdefs.h. */
17764 _ACEOF
17765 cat confdefs.h >>conftest.$ac_ext
17766 cat >>conftest.$ac_ext <<_ACEOF
17767 /* end confdefs.h. */
17768 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17769 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17770 #define $ac_func innocuous_$ac_func
17772 /* System header to define __stub macros and hopefully few prototypes,
17773 which can conflict with char $ac_func (); below.
17774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17775 <limits.h> exists even on freestanding compilers. */
17777 #ifdef __STDC__
17778 # include <limits.h>
17779 #else
17780 # include <assert.h>
17781 #endif
17783 #undef $ac_func
17785 /* Override any GCC internal prototype to avoid an error.
17786 Use char because int might match the return type of a GCC
17787 builtin and then its argument prototype would still apply. */
17788 #ifdef __cplusplus
17789 extern "C"
17790 #endif
17791 char $ac_func ();
17792 /* The GNU C library defines this for functions which it implements
17793 to always fail with ENOSYS. Some functions are actually named
17794 something starting with __ and the normal name is an alias. */
17795 #if defined __stub_$ac_func || defined __stub___$ac_func
17796 choke me
17797 #endif
17800 main ()
17802 return $ac_func ();
17804 return 0;
17806 _ACEOF
17807 rm -f conftest.$ac_objext conftest$ac_exeext
17808 if { (ac_try="$ac_link"
17809 case "(($ac_try" in
17810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17811 *) ac_try_echo=$ac_try;;
17812 esac
17813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17814 (eval "$ac_link") 2>conftest.er1
17815 ac_status=$?
17816 grep -v '^ *+' conftest.er1 >conftest.err
17817 rm -f conftest.er1
17818 cat conftest.err >&5
17819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820 (exit $ac_status); } && {
17821 test -z "$ac_c_werror_flag" ||
17822 test ! -s conftest.err
17823 } && test -s conftest$ac_exeext &&
17824 $as_test_x conftest$ac_exeext; then
17825 eval "$as_ac_var=yes"
17826 else
17827 echo "$as_me: failed program was:" >&5
17828 sed 's/^/| /' conftest.$ac_ext >&5
17830 eval "$as_ac_var=no"
17833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17834 conftest$ac_exeext conftest.$ac_ext
17836 ac_res=`eval echo '${'$as_ac_var'}'`
17837 { echo "$as_me:$LINENO: result: $ac_res" >&5
17838 echo "${ECHO_T}$ac_res" >&6; }
17839 if test `eval echo '${'$as_ac_var'}'` = yes; then
17840 cat >>confdefs.h <<_ACEOF
17841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17842 _ACEOF
17845 done
17847 CFLAGS="$ac_save_CFLAGS"
17849 if test "$ac_cv_func_dlopen" = no
17850 then
17851 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17852 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17853 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17854 echo $ECHO_N "(cached) $ECHO_C" >&6
17855 else
17856 ac_check_lib_save_LIBS=$LIBS
17857 LIBS="-ldl $LIBS"
17858 cat >conftest.$ac_ext <<_ACEOF
17859 /* confdefs.h. */
17860 _ACEOF
17861 cat confdefs.h >>conftest.$ac_ext
17862 cat >>conftest.$ac_ext <<_ACEOF
17863 /* end confdefs.h. */
17865 /* Override any GCC internal prototype to avoid an error.
17866 Use char because int might match the return type of a GCC
17867 builtin and then its argument prototype would still apply. */
17868 #ifdef __cplusplus
17869 extern "C"
17870 #endif
17871 char dlopen ();
17873 main ()
17875 return dlopen ();
17877 return 0;
17879 _ACEOF
17880 rm -f conftest.$ac_objext conftest$ac_exeext
17881 if { (ac_try="$ac_link"
17882 case "(($ac_try" in
17883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17884 *) ac_try_echo=$ac_try;;
17885 esac
17886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17887 (eval "$ac_link") 2>conftest.er1
17888 ac_status=$?
17889 grep -v '^ *+' conftest.er1 >conftest.err
17890 rm -f conftest.er1
17891 cat conftest.err >&5
17892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17893 (exit $ac_status); } && {
17894 test -z "$ac_c_werror_flag" ||
17895 test ! -s conftest.err
17896 } && test -s conftest$ac_exeext &&
17897 $as_test_x conftest$ac_exeext; then
17898 ac_cv_lib_dl_dlopen=yes
17899 else
17900 echo "$as_me: failed program was:" >&5
17901 sed 's/^/| /' conftest.$ac_ext >&5
17903 ac_cv_lib_dl_dlopen=no
17906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17907 conftest$ac_exeext conftest.$ac_ext
17908 LIBS=$ac_check_lib_save_LIBS
17910 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17911 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17912 if test $ac_cv_lib_dl_dlopen = yes; then
17913 cat >>confdefs.h <<\_ACEOF
17914 #define HAVE_DLOPEN 1
17915 _ACEOF
17916 LIBDL="-ldl"
17921 ac_wine_check_funcs_save_LIBS="$LIBS"
17922 LIBS="$LIBS $LIBDL"
17924 for ac_func in dladdr
17926 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17927 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17928 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17929 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17930 echo $ECHO_N "(cached) $ECHO_C" >&6
17931 else
17932 cat >conftest.$ac_ext <<_ACEOF
17933 /* confdefs.h. */
17934 _ACEOF
17935 cat confdefs.h >>conftest.$ac_ext
17936 cat >>conftest.$ac_ext <<_ACEOF
17937 /* end confdefs.h. */
17938 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17940 #define $ac_func innocuous_$ac_func
17942 /* System header to define __stub macros and hopefully few prototypes,
17943 which can conflict with char $ac_func (); below.
17944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17945 <limits.h> exists even on freestanding compilers. */
17947 #ifdef __STDC__
17948 # include <limits.h>
17949 #else
17950 # include <assert.h>
17951 #endif
17953 #undef $ac_func
17955 /* Override any GCC internal prototype to avoid an error.
17956 Use char because int might match the return type of a GCC
17957 builtin and then its argument prototype would still apply. */
17958 #ifdef __cplusplus
17959 extern "C"
17960 #endif
17961 char $ac_func ();
17962 /* The GNU C library defines this for functions which it implements
17963 to always fail with ENOSYS. Some functions are actually named
17964 something starting with __ and the normal name is an alias. */
17965 #if defined __stub_$ac_func || defined __stub___$ac_func
17966 choke me
17967 #endif
17970 main ()
17972 return $ac_func ();
17974 return 0;
17976 _ACEOF
17977 rm -f conftest.$ac_objext conftest$ac_exeext
17978 if { (ac_try="$ac_link"
17979 case "(($ac_try" in
17980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17981 *) ac_try_echo=$ac_try;;
17982 esac
17983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17984 (eval "$ac_link") 2>conftest.er1
17985 ac_status=$?
17986 grep -v '^ *+' conftest.er1 >conftest.err
17987 rm -f conftest.er1
17988 cat conftest.err >&5
17989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17990 (exit $ac_status); } && {
17991 test -z "$ac_c_werror_flag" ||
17992 test ! -s conftest.err
17993 } && test -s conftest$ac_exeext &&
17994 $as_test_x conftest$ac_exeext; then
17995 eval "$as_ac_var=yes"
17996 else
17997 echo "$as_me: failed program was:" >&5
17998 sed 's/^/| /' conftest.$ac_ext >&5
18000 eval "$as_ac_var=no"
18003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18004 conftest$ac_exeext conftest.$ac_ext
18006 ac_res=`eval echo '${'$as_ac_var'}'`
18007 { echo "$as_me:$LINENO: result: $ac_res" >&5
18008 echo "${ECHO_T}$ac_res" >&6; }
18009 if test `eval echo '${'$as_ac_var'}'` = yes; then
18010 cat >>confdefs.h <<_ACEOF
18011 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18012 _ACEOF
18015 done
18017 LIBS="$ac_wine_check_funcs_save_LIBS"
18019 if test "$ac_cv_func_poll" = no
18020 then
18021 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18022 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18023 if test "${ac_cv_lib_poll_poll+set}" = set; then
18024 echo $ECHO_N "(cached) $ECHO_C" >&6
18025 else
18026 ac_check_lib_save_LIBS=$LIBS
18027 LIBS="-lpoll $LIBS"
18028 cat >conftest.$ac_ext <<_ACEOF
18029 /* confdefs.h. */
18030 _ACEOF
18031 cat confdefs.h >>conftest.$ac_ext
18032 cat >>conftest.$ac_ext <<_ACEOF
18033 /* end confdefs.h. */
18035 /* Override any GCC internal prototype to avoid an error.
18036 Use char because int might match the return type of a GCC
18037 builtin and then its argument prototype would still apply. */
18038 #ifdef __cplusplus
18039 extern "C"
18040 #endif
18041 char poll ();
18043 main ()
18045 return poll ();
18047 return 0;
18049 _ACEOF
18050 rm -f conftest.$ac_objext conftest$ac_exeext
18051 if { (ac_try="$ac_link"
18052 case "(($ac_try" in
18053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18054 *) ac_try_echo=$ac_try;;
18055 esac
18056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18057 (eval "$ac_link") 2>conftest.er1
18058 ac_status=$?
18059 grep -v '^ *+' conftest.er1 >conftest.err
18060 rm -f conftest.er1
18061 cat conftest.err >&5
18062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18063 (exit $ac_status); } && {
18064 test -z "$ac_c_werror_flag" ||
18065 test ! -s conftest.err
18066 } && test -s conftest$ac_exeext &&
18067 $as_test_x conftest$ac_exeext; then
18068 ac_cv_lib_poll_poll=yes
18069 else
18070 echo "$as_me: failed program was:" >&5
18071 sed 's/^/| /' conftest.$ac_ext >&5
18073 ac_cv_lib_poll_poll=no
18076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18077 conftest$ac_exeext conftest.$ac_ext
18078 LIBS=$ac_check_lib_save_LIBS
18080 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18081 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18082 if test $ac_cv_lib_poll_poll = yes; then
18083 cat >>confdefs.h <<\_ACEOF
18084 #define HAVE_POLL 1
18085 _ACEOF
18086 LIBPOLL="-lpoll"
18092 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18093 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18094 if test "${ac_cv_search_gethostbyname+set}" = set; then
18095 echo $ECHO_N "(cached) $ECHO_C" >&6
18096 else
18097 ac_func_search_save_LIBS=$LIBS
18098 cat >conftest.$ac_ext <<_ACEOF
18099 /* confdefs.h. */
18100 _ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h. */
18105 /* Override any GCC internal prototype to avoid an error.
18106 Use char because int might match the return type of a GCC
18107 builtin and then its argument prototype would still apply. */
18108 #ifdef __cplusplus
18109 extern "C"
18110 #endif
18111 char gethostbyname ();
18113 main ()
18115 return gethostbyname ();
18117 return 0;
18119 _ACEOF
18120 for ac_lib in '' nsl; do
18121 if test -z "$ac_lib"; then
18122 ac_res="none required"
18123 else
18124 ac_res=-l$ac_lib
18125 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18127 rm -f conftest.$ac_objext conftest$ac_exeext
18128 if { (ac_try="$ac_link"
18129 case "(($ac_try" in
18130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18131 *) ac_try_echo=$ac_try;;
18132 esac
18133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18134 (eval "$ac_link") 2>conftest.er1
18135 ac_status=$?
18136 grep -v '^ *+' conftest.er1 >conftest.err
18137 rm -f conftest.er1
18138 cat conftest.err >&5
18139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18140 (exit $ac_status); } && {
18141 test -z "$ac_c_werror_flag" ||
18142 test ! -s conftest.err
18143 } && test -s conftest$ac_exeext &&
18144 $as_test_x conftest$ac_exeext; then
18145 ac_cv_search_gethostbyname=$ac_res
18146 else
18147 echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18154 conftest$ac_exeext
18155 if test "${ac_cv_search_gethostbyname+set}" = set; then
18156 break
18158 done
18159 if test "${ac_cv_search_gethostbyname+set}" = set; then
18161 else
18162 ac_cv_search_gethostbyname=no
18164 rm conftest.$ac_ext
18165 LIBS=$ac_func_search_save_LIBS
18167 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18168 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18169 ac_res=$ac_cv_search_gethostbyname
18170 if test "$ac_res" != no; then
18171 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18176 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18177 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18178 if test "${ac_cv_search_connect+set}" = set; then
18179 echo $ECHO_N "(cached) $ECHO_C" >&6
18180 else
18181 ac_func_search_save_LIBS=$LIBS
18182 cat >conftest.$ac_ext <<_ACEOF
18183 /* confdefs.h. */
18184 _ACEOF
18185 cat confdefs.h >>conftest.$ac_ext
18186 cat >>conftest.$ac_ext <<_ACEOF
18187 /* end confdefs.h. */
18189 /* Override any GCC internal prototype to avoid an error.
18190 Use char because int might match the return type of a GCC
18191 builtin and then its argument prototype would still apply. */
18192 #ifdef __cplusplus
18193 extern "C"
18194 #endif
18195 char connect ();
18197 main ()
18199 return connect ();
18201 return 0;
18203 _ACEOF
18204 for ac_lib in '' socket; do
18205 if test -z "$ac_lib"; then
18206 ac_res="none required"
18207 else
18208 ac_res=-l$ac_lib
18209 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18211 rm -f conftest.$ac_objext conftest$ac_exeext
18212 if { (ac_try="$ac_link"
18213 case "(($ac_try" in
18214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18215 *) ac_try_echo=$ac_try;;
18216 esac
18217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18218 (eval "$ac_link") 2>conftest.er1
18219 ac_status=$?
18220 grep -v '^ *+' conftest.er1 >conftest.err
18221 rm -f conftest.er1
18222 cat conftest.err >&5
18223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18224 (exit $ac_status); } && {
18225 test -z "$ac_c_werror_flag" ||
18226 test ! -s conftest.err
18227 } && test -s conftest$ac_exeext &&
18228 $as_test_x conftest$ac_exeext; then
18229 ac_cv_search_connect=$ac_res
18230 else
18231 echo "$as_me: failed program was:" >&5
18232 sed 's/^/| /' conftest.$ac_ext >&5
18237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18238 conftest$ac_exeext
18239 if test "${ac_cv_search_connect+set}" = set; then
18240 break
18242 done
18243 if test "${ac_cv_search_connect+set}" = set; then
18245 else
18246 ac_cv_search_connect=no
18248 rm conftest.$ac_ext
18249 LIBS=$ac_func_search_save_LIBS
18251 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18252 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18253 ac_res=$ac_cv_search_connect
18254 if test "$ac_res" != no; then
18255 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18260 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18261 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18262 if test "${ac_cv_search_inet_aton+set}" = set; then
18263 echo $ECHO_N "(cached) $ECHO_C" >&6
18264 else
18265 ac_func_search_save_LIBS=$LIBS
18266 cat >conftest.$ac_ext <<_ACEOF
18267 /* confdefs.h. */
18268 _ACEOF
18269 cat confdefs.h >>conftest.$ac_ext
18270 cat >>conftest.$ac_ext <<_ACEOF
18271 /* end confdefs.h. */
18273 /* Override any GCC internal prototype to avoid an error.
18274 Use char because int might match the return type of a GCC
18275 builtin and then its argument prototype would still apply. */
18276 #ifdef __cplusplus
18277 extern "C"
18278 #endif
18279 char inet_aton ();
18281 main ()
18283 return inet_aton ();
18285 return 0;
18287 _ACEOF
18288 for ac_lib in '' resolv; do
18289 if test -z "$ac_lib"; then
18290 ac_res="none required"
18291 else
18292 ac_res=-l$ac_lib
18293 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18295 rm -f conftest.$ac_objext conftest$ac_exeext
18296 if { (ac_try="$ac_link"
18297 case "(($ac_try" in
18298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18299 *) ac_try_echo=$ac_try;;
18300 esac
18301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18302 (eval "$ac_link") 2>conftest.er1
18303 ac_status=$?
18304 grep -v '^ *+' conftest.er1 >conftest.err
18305 rm -f conftest.er1
18306 cat conftest.err >&5
18307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18308 (exit $ac_status); } && {
18309 test -z "$ac_c_werror_flag" ||
18310 test ! -s conftest.err
18311 } && test -s conftest$ac_exeext &&
18312 $as_test_x conftest$ac_exeext; then
18313 ac_cv_search_inet_aton=$ac_res
18314 else
18315 echo "$as_me: failed program was:" >&5
18316 sed 's/^/| /' conftest.$ac_ext >&5
18321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18322 conftest$ac_exeext
18323 if test "${ac_cv_search_inet_aton+set}" = set; then
18324 break
18326 done
18327 if test "${ac_cv_search_inet_aton+set}" = set; then
18329 else
18330 ac_cv_search_inet_aton=no
18332 rm conftest.$ac_ext
18333 LIBS=$ac_func_search_save_LIBS
18335 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18336 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18337 ac_res=$ac_cv_search_inet_aton
18338 if test "$ac_res" != no; then
18339 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18355 for ac_func in \
18356 getaddrinfo \
18357 getnameinfo \
18358 getnetbyname \
18359 getprotobyname \
18360 getprotobynumber \
18361 getservbyport \
18362 inet_network \
18363 inet_ntop \
18364 inet_pton \
18365 sendmsg \
18366 socketpair \
18369 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18370 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18371 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18372 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18373 echo $ECHO_N "(cached) $ECHO_C" >&6
18374 else
18375 cat >conftest.$ac_ext <<_ACEOF
18376 /* confdefs.h. */
18377 _ACEOF
18378 cat confdefs.h >>conftest.$ac_ext
18379 cat >>conftest.$ac_ext <<_ACEOF
18380 /* end confdefs.h. */
18381 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18382 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18383 #define $ac_func innocuous_$ac_func
18385 /* System header to define __stub macros and hopefully few prototypes,
18386 which can conflict with char $ac_func (); below.
18387 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18388 <limits.h> exists even on freestanding compilers. */
18390 #ifdef __STDC__
18391 # include <limits.h>
18392 #else
18393 # include <assert.h>
18394 #endif
18396 #undef $ac_func
18398 /* Override any GCC internal prototype to avoid an error.
18399 Use char because int might match the return type of a GCC
18400 builtin and then its argument prototype would still apply. */
18401 #ifdef __cplusplus
18402 extern "C"
18403 #endif
18404 char $ac_func ();
18405 /* The GNU C library defines this for functions which it implements
18406 to always fail with ENOSYS. Some functions are actually named
18407 something starting with __ and the normal name is an alias. */
18408 #if defined __stub_$ac_func || defined __stub___$ac_func
18409 choke me
18410 #endif
18413 main ()
18415 return $ac_func ();
18417 return 0;
18419 _ACEOF
18420 rm -f conftest.$ac_objext conftest$ac_exeext
18421 if { (ac_try="$ac_link"
18422 case "(($ac_try" in
18423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18424 *) ac_try_echo=$ac_try;;
18425 esac
18426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18427 (eval "$ac_link") 2>conftest.er1
18428 ac_status=$?
18429 grep -v '^ *+' conftest.er1 >conftest.err
18430 rm -f conftest.er1
18431 cat conftest.err >&5
18432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18433 (exit $ac_status); } && {
18434 test -z "$ac_c_werror_flag" ||
18435 test ! -s conftest.err
18436 } && test -s conftest$ac_exeext &&
18437 $as_test_x conftest$ac_exeext; then
18438 eval "$as_ac_var=yes"
18439 else
18440 echo "$as_me: failed program was:" >&5
18441 sed 's/^/| /' conftest.$ac_ext >&5
18443 eval "$as_ac_var=no"
18446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18447 conftest$ac_exeext conftest.$ac_ext
18449 ac_res=`eval echo '${'$as_ac_var'}'`
18450 { echo "$as_me:$LINENO: result: $ac_res" >&5
18451 echo "${ECHO_T}$ac_res" >&6; }
18452 if test `eval echo '${'$as_ac_var'}'` = yes; then
18453 cat >>confdefs.h <<_ACEOF
18454 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18455 _ACEOF
18458 done
18461 LDAPLIBS=""
18463 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18464 then
18465 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18466 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18467 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18468 echo $ECHO_N "(cached) $ECHO_C" >&6
18469 else
18470 cat >conftest.$ac_ext <<_ACEOF
18471 /* confdefs.h. */
18472 _ACEOF
18473 cat confdefs.h >>conftest.$ac_ext
18474 cat >>conftest.$ac_ext <<_ACEOF
18475 /* end confdefs.h. */
18476 #include <ldap.h>
18478 typedef LDAPSortKey ac__type_new_;
18480 main ()
18482 if ((ac__type_new_ *) 0)
18483 return 0;
18484 if (sizeof (ac__type_new_))
18485 return 0;
18487 return 0;
18489 _ACEOF
18490 rm -f conftest.$ac_objext
18491 if { (ac_try="$ac_compile"
18492 case "(($ac_try" in
18493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18494 *) ac_try_echo=$ac_try;;
18495 esac
18496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18497 (eval "$ac_compile") 2>conftest.er1
18498 ac_status=$?
18499 grep -v '^ *+' conftest.er1 >conftest.err
18500 rm -f conftest.er1
18501 cat conftest.err >&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); } && {
18504 test -z "$ac_c_werror_flag" ||
18505 test ! -s conftest.err
18506 } && test -s conftest.$ac_objext; then
18507 ac_cv_type_LDAPSortKey=yes
18508 else
18509 echo "$as_me: failed program was:" >&5
18510 sed 's/^/| /' conftest.$ac_ext >&5
18512 ac_cv_type_LDAPSortKey=no
18515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18517 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18518 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18519 if test $ac_cv_type_LDAPSortKey = yes; then
18520 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18521 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18522 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18523 echo $ECHO_N "(cached) $ECHO_C" >&6
18524 else
18525 ac_check_lib_save_LIBS=$LIBS
18526 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18527 cat >conftest.$ac_ext <<_ACEOF
18528 /* confdefs.h. */
18529 _ACEOF
18530 cat confdefs.h >>conftest.$ac_ext
18531 cat >>conftest.$ac_ext <<_ACEOF
18532 /* end confdefs.h. */
18534 /* Override any GCC internal prototype to avoid an error.
18535 Use char because int might match the return type of a GCC
18536 builtin and then its argument prototype would still apply. */
18537 #ifdef __cplusplus
18538 extern "C"
18539 #endif
18540 char ldap_initialize ();
18542 main ()
18544 return ldap_initialize ();
18546 return 0;
18548 _ACEOF
18549 rm -f conftest.$ac_objext conftest$ac_exeext
18550 if { (ac_try="$ac_link"
18551 case "(($ac_try" in
18552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18553 *) ac_try_echo=$ac_try;;
18554 esac
18555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18556 (eval "$ac_link") 2>conftest.er1
18557 ac_status=$?
18558 grep -v '^ *+' conftest.er1 >conftest.err
18559 rm -f conftest.er1
18560 cat conftest.err >&5
18561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18562 (exit $ac_status); } && {
18563 test -z "$ac_c_werror_flag" ||
18564 test ! -s conftest.err
18565 } && test -s conftest$ac_exeext &&
18566 $as_test_x conftest$ac_exeext; then
18567 ac_cv_lib_ldap_r_ldap_initialize=yes
18568 else
18569 echo "$as_me: failed program was:" >&5
18570 sed 's/^/| /' conftest.$ac_ext >&5
18572 ac_cv_lib_ldap_r_ldap_initialize=no
18575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18576 conftest$ac_exeext conftest.$ac_ext
18577 LIBS=$ac_check_lib_save_LIBS
18579 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18580 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18581 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18582 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18583 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18584 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18585 echo $ECHO_N "(cached) $ECHO_C" >&6
18586 else
18587 ac_check_lib_save_LIBS=$LIBS
18588 LIBS="-llber $LIBPTHREAD $LIBS"
18589 cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h. */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h. */
18596 /* Override any GCC internal prototype to avoid an error.
18597 Use char because int might match the return type of a GCC
18598 builtin and then its argument prototype would still apply. */
18599 #ifdef __cplusplus
18600 extern "C"
18601 #endif
18602 char ber_init ();
18604 main ()
18606 return ber_init ();
18608 return 0;
18610 _ACEOF
18611 rm -f conftest.$ac_objext conftest$ac_exeext
18612 if { (ac_try="$ac_link"
18613 case "(($ac_try" in
18614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18615 *) ac_try_echo=$ac_try;;
18616 esac
18617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18618 (eval "$ac_link") 2>conftest.er1
18619 ac_status=$?
18620 grep -v '^ *+' conftest.er1 >conftest.err
18621 rm -f conftest.er1
18622 cat conftest.err >&5
18623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18624 (exit $ac_status); } && {
18625 test -z "$ac_c_werror_flag" ||
18626 test ! -s conftest.err
18627 } && test -s conftest$ac_exeext &&
18628 $as_test_x conftest$ac_exeext; then
18629 ac_cv_lib_lber_ber_init=yes
18630 else
18631 echo "$as_me: failed program was:" >&5
18632 sed 's/^/| /' conftest.$ac_ext >&5
18634 ac_cv_lib_lber_ber_init=no
18637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18638 conftest$ac_exeext conftest.$ac_ext
18639 LIBS=$ac_check_lib_save_LIBS
18641 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18642 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18643 if test $ac_cv_lib_lber_ber_init = yes; then
18645 cat >>confdefs.h <<\_ACEOF
18646 #define HAVE_LDAP 1
18647 _ACEOF
18649 LDAPLIBS="-lldap_r -llber"
18656 ac_wine_check_funcs_save_LIBS="$LIBS"
18657 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18666 for ac_func in \
18667 ldap_count_references \
18668 ldap_first_reference \
18669 ldap_next_reference \
18670 ldap_parse_reference \
18671 ldap_parse_sort_control \
18672 ldap_parse_sortresponse_control \
18673 ldap_parse_vlv_control \
18674 ldap_parse_vlvresponse_control
18676 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18677 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18678 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18679 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18680 echo $ECHO_N "(cached) $ECHO_C" >&6
18681 else
18682 cat >conftest.$ac_ext <<_ACEOF
18683 /* confdefs.h. */
18684 _ACEOF
18685 cat confdefs.h >>conftest.$ac_ext
18686 cat >>conftest.$ac_ext <<_ACEOF
18687 /* end confdefs.h. */
18688 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18689 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18690 #define $ac_func innocuous_$ac_func
18692 /* System header to define __stub macros and hopefully few prototypes,
18693 which can conflict with char $ac_func (); below.
18694 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18695 <limits.h> exists even on freestanding compilers. */
18697 #ifdef __STDC__
18698 # include <limits.h>
18699 #else
18700 # include <assert.h>
18701 #endif
18703 #undef $ac_func
18705 /* Override any GCC internal prototype to avoid an error.
18706 Use char because int might match the return type of a GCC
18707 builtin and then its argument prototype would still apply. */
18708 #ifdef __cplusplus
18709 extern "C"
18710 #endif
18711 char $ac_func ();
18712 /* The GNU C library defines this for functions which it implements
18713 to always fail with ENOSYS. Some functions are actually named
18714 something starting with __ and the normal name is an alias. */
18715 #if defined __stub_$ac_func || defined __stub___$ac_func
18716 choke me
18717 #endif
18720 main ()
18722 return $ac_func ();
18724 return 0;
18726 _ACEOF
18727 rm -f conftest.$ac_objext conftest$ac_exeext
18728 if { (ac_try="$ac_link"
18729 case "(($ac_try" in
18730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18731 *) ac_try_echo=$ac_try;;
18732 esac
18733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18734 (eval "$ac_link") 2>conftest.er1
18735 ac_status=$?
18736 grep -v '^ *+' conftest.er1 >conftest.err
18737 rm -f conftest.er1
18738 cat conftest.err >&5
18739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740 (exit $ac_status); } && {
18741 test -z "$ac_c_werror_flag" ||
18742 test ! -s conftest.err
18743 } && test -s conftest$ac_exeext &&
18744 $as_test_x conftest$ac_exeext; then
18745 eval "$as_ac_var=yes"
18746 else
18747 echo "$as_me: failed program was:" >&5
18748 sed 's/^/| /' conftest.$ac_ext >&5
18750 eval "$as_ac_var=no"
18753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18754 conftest$ac_exeext conftest.$ac_ext
18756 ac_res=`eval echo '${'$as_ac_var'}'`
18757 { echo "$as_me:$LINENO: result: $ac_res" >&5
18758 echo "${ECHO_T}$ac_res" >&6; }
18759 if test `eval echo '${'$as_ac_var'}'` = yes; then
18760 cat >>confdefs.h <<_ACEOF
18761 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18762 _ACEOF
18765 done
18767 LIBS="$ac_wine_check_funcs_save_LIBS"
18769 if test "x$LDAPLIBS" = "x"; then
18770 case "x$with_ldap" in
18771 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18772 xno) ;;
18773 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18774 This is an error since --with-ldap was requested." >&5
18775 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18776 This is an error since --with-ldap was requested." >&2;}
18777 { (exit 1); exit 1; }; } ;;
18778 esac
18782 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18783 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18784 if test "${wine_cv_one_arg_mkdir+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 #include <sys/stat.h>
18795 main ()
18797 mkdir("foo");
18799 return 0;
18801 _ACEOF
18802 rm -f conftest.$ac_objext
18803 if { (ac_try="$ac_compile"
18804 case "(($ac_try" in
18805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18806 *) ac_try_echo=$ac_try;;
18807 esac
18808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18809 (eval "$ac_compile") 2>conftest.er1
18810 ac_status=$?
18811 grep -v '^ *+' conftest.er1 >conftest.err
18812 rm -f conftest.er1
18813 cat conftest.err >&5
18814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); } && {
18816 test -z "$ac_c_werror_flag" ||
18817 test ! -s conftest.err
18818 } && test -s conftest.$ac_objext; then
18819 wine_cv_one_arg_mkdir=yes
18820 else
18821 echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18824 wine_cv_one_arg_mkdir=no
18827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18829 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18830 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18831 if test "$wine_cv_one_arg_mkdir" = "yes"
18832 then
18834 cat >>confdefs.h <<\_ACEOF
18835 #define HAVE_ONE_ARG_MKDIR 1
18836 _ACEOF
18841 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18842 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18843 if test "${ac_cv_c_const+set}" = set; then
18844 echo $ECHO_N "(cached) $ECHO_C" >&6
18845 else
18846 cat >conftest.$ac_ext <<_ACEOF
18847 /* confdefs.h. */
18848 _ACEOF
18849 cat confdefs.h >>conftest.$ac_ext
18850 cat >>conftest.$ac_ext <<_ACEOF
18851 /* end confdefs.h. */
18854 main ()
18856 /* FIXME: Include the comments suggested by Paul. */
18857 #ifndef __cplusplus
18858 /* Ultrix mips cc rejects this. */
18859 typedef int charset[2];
18860 const charset cs;
18861 /* SunOS 4.1.1 cc rejects this. */
18862 char const *const *pcpcc;
18863 char **ppc;
18864 /* NEC SVR4.0.2 mips cc rejects this. */
18865 struct point {int x, y;};
18866 static struct point const zero = {0,0};
18867 /* AIX XL C 1.02.0.0 rejects this.
18868 It does not let you subtract one const X* pointer from another in
18869 an arm of an if-expression whose if-part is not a constant
18870 expression */
18871 const char *g = "string";
18872 pcpcc = &g + (g ? g-g : 0);
18873 /* HPUX 7.0 cc rejects these. */
18874 ++pcpcc;
18875 ppc = (char**) pcpcc;
18876 pcpcc = (char const *const *) ppc;
18877 { /* SCO 3.2v4 cc rejects this. */
18878 char *t;
18879 char const *s = 0 ? (char *) 0 : (char const *) 0;
18881 *t++ = 0;
18882 if (s) return 0;
18884 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18885 int x[] = {25, 17};
18886 const int *foo = &x[0];
18887 ++foo;
18889 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18890 typedef const int *iptr;
18891 iptr p = 0;
18892 ++p;
18894 { /* AIX XL C 1.02.0.0 rejects this saying
18895 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18896 struct s { int j; const int *ap[3]; };
18897 struct s *b; b->j = 5;
18899 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18900 const int foo = 10;
18901 if (!foo) return 0;
18903 return !cs[0] && !zero.x;
18904 #endif
18907 return 0;
18909 _ACEOF
18910 rm -f conftest.$ac_objext
18911 if { (ac_try="$ac_compile"
18912 case "(($ac_try" in
18913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18914 *) ac_try_echo=$ac_try;;
18915 esac
18916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18917 (eval "$ac_compile") 2>conftest.er1
18918 ac_status=$?
18919 grep -v '^ *+' conftest.er1 >conftest.err
18920 rm -f conftest.er1
18921 cat conftest.err >&5
18922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923 (exit $ac_status); } && {
18924 test -z "$ac_c_werror_flag" ||
18925 test ! -s conftest.err
18926 } && test -s conftest.$ac_objext; then
18927 ac_cv_c_const=yes
18928 else
18929 echo "$as_me: failed program was:" >&5
18930 sed 's/^/| /' conftest.$ac_ext >&5
18932 ac_cv_c_const=no
18935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18937 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18938 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18939 if test $ac_cv_c_const = no; then
18941 cat >>confdefs.h <<\_ACEOF
18942 #define const
18943 _ACEOF
18947 { echo "$as_me:$LINENO: checking for inline" >&5
18948 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18949 if test "${ac_cv_c_inline+set}" = set; then
18950 echo $ECHO_N "(cached) $ECHO_C" >&6
18951 else
18952 ac_cv_c_inline=no
18953 for ac_kw in inline __inline__ __inline; do
18954 cat >conftest.$ac_ext <<_ACEOF
18955 /* confdefs.h. */
18956 _ACEOF
18957 cat confdefs.h >>conftest.$ac_ext
18958 cat >>conftest.$ac_ext <<_ACEOF
18959 /* end confdefs.h. */
18960 #ifndef __cplusplus
18961 typedef int foo_t;
18962 static $ac_kw foo_t static_foo () {return 0; }
18963 $ac_kw foo_t foo () {return 0; }
18964 #endif
18966 _ACEOF
18967 rm -f conftest.$ac_objext
18968 if { (ac_try="$ac_compile"
18969 case "(($ac_try" in
18970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18971 *) ac_try_echo=$ac_try;;
18972 esac
18973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18974 (eval "$ac_compile") 2>conftest.er1
18975 ac_status=$?
18976 grep -v '^ *+' conftest.er1 >conftest.err
18977 rm -f conftest.er1
18978 cat conftest.err >&5
18979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); } && {
18981 test -z "$ac_c_werror_flag" ||
18982 test ! -s conftest.err
18983 } && test -s conftest.$ac_objext; then
18984 ac_cv_c_inline=$ac_kw
18985 else
18986 echo "$as_me: failed program was:" >&5
18987 sed 's/^/| /' conftest.$ac_ext >&5
18992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18993 test "$ac_cv_c_inline" != no && break
18994 done
18997 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18998 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19001 case $ac_cv_c_inline in
19002 inline | yes) ;;
19004 case $ac_cv_c_inline in
19005 no) ac_val=;;
19006 *) ac_val=$ac_cv_c_inline;;
19007 esac
19008 cat >>confdefs.h <<_ACEOF
19009 #ifndef __cplusplus
19010 #define inline $ac_val
19011 #endif
19012 _ACEOF
19014 esac
19016 { echo "$as_me:$LINENO: checking for mode_t" >&5
19017 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19018 if test "${ac_cv_type_mode_t+set}" = set; then
19019 echo $ECHO_N "(cached) $ECHO_C" >&6
19020 else
19021 cat >conftest.$ac_ext <<_ACEOF
19022 /* confdefs.h. */
19023 _ACEOF
19024 cat confdefs.h >>conftest.$ac_ext
19025 cat >>conftest.$ac_ext <<_ACEOF
19026 /* end confdefs.h. */
19027 $ac_includes_default
19028 typedef mode_t ac__type_new_;
19030 main ()
19032 if ((ac__type_new_ *) 0)
19033 return 0;
19034 if (sizeof (ac__type_new_))
19035 return 0;
19037 return 0;
19039 _ACEOF
19040 rm -f conftest.$ac_objext
19041 if { (ac_try="$ac_compile"
19042 case "(($ac_try" in
19043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19044 *) ac_try_echo=$ac_try;;
19045 esac
19046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19047 (eval "$ac_compile") 2>conftest.er1
19048 ac_status=$?
19049 grep -v '^ *+' conftest.er1 >conftest.err
19050 rm -f conftest.er1
19051 cat conftest.err >&5
19052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053 (exit $ac_status); } && {
19054 test -z "$ac_c_werror_flag" ||
19055 test ! -s conftest.err
19056 } && test -s conftest.$ac_objext; then
19057 ac_cv_type_mode_t=yes
19058 else
19059 echo "$as_me: failed program was:" >&5
19060 sed 's/^/| /' conftest.$ac_ext >&5
19062 ac_cv_type_mode_t=no
19065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19067 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19068 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19069 if test $ac_cv_type_mode_t = yes; then
19071 cat >>confdefs.h <<_ACEOF
19072 #define HAVE_MODE_T 1
19073 _ACEOF
19077 { echo "$as_me:$LINENO: checking for off_t" >&5
19078 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19079 if test "${ac_cv_type_off_t+set}" = set; then
19080 echo $ECHO_N "(cached) $ECHO_C" >&6
19081 else
19082 cat >conftest.$ac_ext <<_ACEOF
19083 /* confdefs.h. */
19084 _ACEOF
19085 cat confdefs.h >>conftest.$ac_ext
19086 cat >>conftest.$ac_ext <<_ACEOF
19087 /* end confdefs.h. */
19088 $ac_includes_default
19089 typedef off_t ac__type_new_;
19091 main ()
19093 if ((ac__type_new_ *) 0)
19094 return 0;
19095 if (sizeof (ac__type_new_))
19096 return 0;
19098 return 0;
19100 _ACEOF
19101 rm -f conftest.$ac_objext
19102 if { (ac_try="$ac_compile"
19103 case "(($ac_try" in
19104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19105 *) ac_try_echo=$ac_try;;
19106 esac
19107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19108 (eval "$ac_compile") 2>conftest.er1
19109 ac_status=$?
19110 grep -v '^ *+' conftest.er1 >conftest.err
19111 rm -f conftest.er1
19112 cat conftest.err >&5
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); } && {
19115 test -z "$ac_c_werror_flag" ||
19116 test ! -s conftest.err
19117 } && test -s conftest.$ac_objext; then
19118 ac_cv_type_off_t=yes
19119 else
19120 echo "$as_me: failed program was:" >&5
19121 sed 's/^/| /' conftest.$ac_ext >&5
19123 ac_cv_type_off_t=no
19126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19128 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19129 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19130 if test $ac_cv_type_off_t = yes; then
19132 cat >>confdefs.h <<_ACEOF
19133 #define HAVE_OFF_T 1
19134 _ACEOF
19138 { echo "$as_me:$LINENO: checking for pid_t" >&5
19139 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19140 if test "${ac_cv_type_pid_t+set}" = set; then
19141 echo $ECHO_N "(cached) $ECHO_C" >&6
19142 else
19143 cat >conftest.$ac_ext <<_ACEOF
19144 /* confdefs.h. */
19145 _ACEOF
19146 cat confdefs.h >>conftest.$ac_ext
19147 cat >>conftest.$ac_ext <<_ACEOF
19148 /* end confdefs.h. */
19149 $ac_includes_default
19150 typedef pid_t ac__type_new_;
19152 main ()
19154 if ((ac__type_new_ *) 0)
19155 return 0;
19156 if (sizeof (ac__type_new_))
19157 return 0;
19159 return 0;
19161 _ACEOF
19162 rm -f conftest.$ac_objext
19163 if { (ac_try="$ac_compile"
19164 case "(($ac_try" in
19165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166 *) ac_try_echo=$ac_try;;
19167 esac
19168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19169 (eval "$ac_compile") 2>conftest.er1
19170 ac_status=$?
19171 grep -v '^ *+' conftest.er1 >conftest.err
19172 rm -f conftest.er1
19173 cat conftest.err >&5
19174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19175 (exit $ac_status); } && {
19176 test -z "$ac_c_werror_flag" ||
19177 test ! -s conftest.err
19178 } && test -s conftest.$ac_objext; then
19179 ac_cv_type_pid_t=yes
19180 else
19181 echo "$as_me: failed program was:" >&5
19182 sed 's/^/| /' conftest.$ac_ext >&5
19184 ac_cv_type_pid_t=no
19187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19190 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19191 if test $ac_cv_type_pid_t = yes; then
19193 cat >>confdefs.h <<_ACEOF
19194 #define HAVE_PID_T 1
19195 _ACEOF
19199 { echo "$as_me:$LINENO: checking for size_t" >&5
19200 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19201 if test "${ac_cv_type_size_t+set}" = set; then
19202 echo $ECHO_N "(cached) $ECHO_C" >&6
19203 else
19204 cat >conftest.$ac_ext <<_ACEOF
19205 /* confdefs.h. */
19206 _ACEOF
19207 cat confdefs.h >>conftest.$ac_ext
19208 cat >>conftest.$ac_ext <<_ACEOF
19209 /* end confdefs.h. */
19210 $ac_includes_default
19211 typedef size_t ac__type_new_;
19213 main ()
19215 if ((ac__type_new_ *) 0)
19216 return 0;
19217 if (sizeof (ac__type_new_))
19218 return 0;
19220 return 0;
19222 _ACEOF
19223 rm -f conftest.$ac_objext
19224 if { (ac_try="$ac_compile"
19225 case "(($ac_try" in
19226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19227 *) ac_try_echo=$ac_try;;
19228 esac
19229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19230 (eval "$ac_compile") 2>conftest.er1
19231 ac_status=$?
19232 grep -v '^ *+' conftest.er1 >conftest.err
19233 rm -f conftest.er1
19234 cat conftest.err >&5
19235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } && {
19237 test -z "$ac_c_werror_flag" ||
19238 test ! -s conftest.err
19239 } && test -s conftest.$ac_objext; then
19240 ac_cv_type_size_t=yes
19241 else
19242 echo "$as_me: failed program was:" >&5
19243 sed 's/^/| /' conftest.$ac_ext >&5
19245 ac_cv_type_size_t=no
19248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19250 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19251 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19252 if test $ac_cv_type_size_t = yes; then
19254 cat >>confdefs.h <<_ACEOF
19255 #define HAVE_SIZE_T 1
19256 _ACEOF
19260 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19261 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19262 if test "${ac_cv_type_ssize_t+set}" = set; then
19263 echo $ECHO_N "(cached) $ECHO_C" >&6
19264 else
19265 cat >conftest.$ac_ext <<_ACEOF
19266 /* confdefs.h. */
19267 _ACEOF
19268 cat confdefs.h >>conftest.$ac_ext
19269 cat >>conftest.$ac_ext <<_ACEOF
19270 /* end confdefs.h. */
19271 $ac_includes_default
19272 typedef ssize_t ac__type_new_;
19274 main ()
19276 if ((ac__type_new_ *) 0)
19277 return 0;
19278 if (sizeof (ac__type_new_))
19279 return 0;
19281 return 0;
19283 _ACEOF
19284 rm -f conftest.$ac_objext
19285 if { (ac_try="$ac_compile"
19286 case "(($ac_try" in
19287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19288 *) ac_try_echo=$ac_try;;
19289 esac
19290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19291 (eval "$ac_compile") 2>conftest.er1
19292 ac_status=$?
19293 grep -v '^ *+' conftest.er1 >conftest.err
19294 rm -f conftest.er1
19295 cat conftest.err >&5
19296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19297 (exit $ac_status); } && {
19298 test -z "$ac_c_werror_flag" ||
19299 test ! -s conftest.err
19300 } && test -s conftest.$ac_objext; then
19301 ac_cv_type_ssize_t=yes
19302 else
19303 echo "$as_me: failed program was:" >&5
19304 sed 's/^/| /' conftest.$ac_ext >&5
19306 ac_cv_type_ssize_t=no
19309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19311 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19312 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19313 if test $ac_cv_type_ssize_t = yes; then
19315 cat >>confdefs.h <<_ACEOF
19316 #define HAVE_SSIZE_T 1
19317 _ACEOF
19321 { echo "$as_me:$LINENO: checking for long long" >&5
19322 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19323 if test "${ac_cv_type_long_long+set}" = set; then
19324 echo $ECHO_N "(cached) $ECHO_C" >&6
19325 else
19326 cat >conftest.$ac_ext <<_ACEOF
19327 /* confdefs.h. */
19328 _ACEOF
19329 cat confdefs.h >>conftest.$ac_ext
19330 cat >>conftest.$ac_ext <<_ACEOF
19331 /* end confdefs.h. */
19332 $ac_includes_default
19333 typedef long long ac__type_new_;
19335 main ()
19337 if ((ac__type_new_ *) 0)
19338 return 0;
19339 if (sizeof (ac__type_new_))
19340 return 0;
19342 return 0;
19344 _ACEOF
19345 rm -f conftest.$ac_objext
19346 if { (ac_try="$ac_compile"
19347 case "(($ac_try" in
19348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19349 *) ac_try_echo=$ac_try;;
19350 esac
19351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19352 (eval "$ac_compile") 2>conftest.er1
19353 ac_status=$?
19354 grep -v '^ *+' conftest.er1 >conftest.err
19355 rm -f conftest.er1
19356 cat conftest.err >&5
19357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358 (exit $ac_status); } && {
19359 test -z "$ac_c_werror_flag" ||
19360 test ! -s conftest.err
19361 } && test -s conftest.$ac_objext; then
19362 ac_cv_type_long_long=yes
19363 else
19364 echo "$as_me: failed program was:" >&5
19365 sed 's/^/| /' conftest.$ac_ext >&5
19367 ac_cv_type_long_long=no
19370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19372 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19373 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19374 if test $ac_cv_type_long_long = yes; then
19376 cat >>confdefs.h <<_ACEOF
19377 #define HAVE_LONG_LONG 1
19378 _ACEOF
19382 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19383 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19384 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19385 echo $ECHO_N "(cached) $ECHO_C" >&6
19386 else
19387 cat >conftest.$ac_ext <<_ACEOF
19388 /* confdefs.h. */
19389 _ACEOF
19390 cat confdefs.h >>conftest.$ac_ext
19391 cat >>conftest.$ac_ext <<_ACEOF
19392 /* end confdefs.h. */
19393 $ac_includes_default
19394 typedef fsblkcnt_t ac__type_new_;
19396 main ()
19398 if ((ac__type_new_ *) 0)
19399 return 0;
19400 if (sizeof (ac__type_new_))
19401 return 0;
19403 return 0;
19405 _ACEOF
19406 rm -f conftest.$ac_objext
19407 if { (ac_try="$ac_compile"
19408 case "(($ac_try" in
19409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19410 *) ac_try_echo=$ac_try;;
19411 esac
19412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19413 (eval "$ac_compile") 2>conftest.er1
19414 ac_status=$?
19415 grep -v '^ *+' conftest.er1 >conftest.err
19416 rm -f conftest.er1
19417 cat conftest.err >&5
19418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19419 (exit $ac_status); } && {
19420 test -z "$ac_c_werror_flag" ||
19421 test ! -s conftest.err
19422 } && test -s conftest.$ac_objext; then
19423 ac_cv_type_fsblkcnt_t=yes
19424 else
19425 echo "$as_me: failed program was:" >&5
19426 sed 's/^/| /' conftest.$ac_ext >&5
19428 ac_cv_type_fsblkcnt_t=no
19431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19433 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19434 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19435 if test $ac_cv_type_fsblkcnt_t = yes; then
19437 cat >>confdefs.h <<_ACEOF
19438 #define HAVE_FSBLKCNT_T 1
19439 _ACEOF
19443 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19444 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19445 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19446 echo $ECHO_N "(cached) $ECHO_C" >&6
19447 else
19448 cat >conftest.$ac_ext <<_ACEOF
19449 /* confdefs.h. */
19450 _ACEOF
19451 cat confdefs.h >>conftest.$ac_ext
19452 cat >>conftest.$ac_ext <<_ACEOF
19453 /* end confdefs.h. */
19454 $ac_includes_default
19455 typedef fsfilcnt_t ac__type_new_;
19457 main ()
19459 if ((ac__type_new_ *) 0)
19460 return 0;
19461 if (sizeof (ac__type_new_))
19462 return 0;
19464 return 0;
19466 _ACEOF
19467 rm -f conftest.$ac_objext
19468 if { (ac_try="$ac_compile"
19469 case "(($ac_try" in
19470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19471 *) ac_try_echo=$ac_try;;
19472 esac
19473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19474 (eval "$ac_compile") 2>conftest.er1
19475 ac_status=$?
19476 grep -v '^ *+' conftest.er1 >conftest.err
19477 rm -f conftest.er1
19478 cat conftest.err >&5
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); } && {
19481 test -z "$ac_c_werror_flag" ||
19482 test ! -s conftest.err
19483 } && test -s conftest.$ac_objext; then
19484 ac_cv_type_fsfilcnt_t=yes
19485 else
19486 echo "$as_me: failed program was:" >&5
19487 sed 's/^/| /' conftest.$ac_ext >&5
19489 ac_cv_type_fsfilcnt_t=no
19492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19494 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19495 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19496 if test $ac_cv_type_fsfilcnt_t = yes; then
19498 cat >>confdefs.h <<_ACEOF
19499 #define HAVE_FSFILCNT_T 1
19500 _ACEOF
19505 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19506 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19507 if test "${ac_cv_type_sigset_t+set}" = set; then
19508 echo $ECHO_N "(cached) $ECHO_C" >&6
19509 else
19510 cat >conftest.$ac_ext <<_ACEOF
19511 /* confdefs.h. */
19512 _ACEOF
19513 cat confdefs.h >>conftest.$ac_ext
19514 cat >>conftest.$ac_ext <<_ACEOF
19515 /* end confdefs.h. */
19516 #include <sys/types.h>
19517 #include <signal.h>
19519 typedef sigset_t ac__type_new_;
19521 main ()
19523 if ((ac__type_new_ *) 0)
19524 return 0;
19525 if (sizeof (ac__type_new_))
19526 return 0;
19528 return 0;
19530 _ACEOF
19531 rm -f conftest.$ac_objext
19532 if { (ac_try="$ac_compile"
19533 case "(($ac_try" in
19534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19535 *) ac_try_echo=$ac_try;;
19536 esac
19537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19538 (eval "$ac_compile") 2>conftest.er1
19539 ac_status=$?
19540 grep -v '^ *+' conftest.er1 >conftest.err
19541 rm -f conftest.er1
19542 cat conftest.err >&5
19543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19544 (exit $ac_status); } && {
19545 test -z "$ac_c_werror_flag" ||
19546 test ! -s conftest.err
19547 } && test -s conftest.$ac_objext; then
19548 ac_cv_type_sigset_t=yes
19549 else
19550 echo "$as_me: failed program was:" >&5
19551 sed 's/^/| /' conftest.$ac_ext >&5
19553 ac_cv_type_sigset_t=no
19556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19558 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19559 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19560 if test $ac_cv_type_sigset_t = yes; then
19562 cat >>confdefs.h <<_ACEOF
19563 #define HAVE_SIGSET_T 1
19564 _ACEOF
19569 { echo "$as_me:$LINENO: checking for request_sense" >&5
19570 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19571 if test "${ac_cv_type_request_sense+set}" = set; then
19572 echo $ECHO_N "(cached) $ECHO_C" >&6
19573 else
19574 cat >conftest.$ac_ext <<_ACEOF
19575 /* confdefs.h. */
19576 _ACEOF
19577 cat confdefs.h >>conftest.$ac_ext
19578 cat >>conftest.$ac_ext <<_ACEOF
19579 /* end confdefs.h. */
19580 #include <linux/cdrom.h>
19582 typedef request_sense ac__type_new_;
19584 main ()
19586 if ((ac__type_new_ *) 0)
19587 return 0;
19588 if (sizeof (ac__type_new_))
19589 return 0;
19591 return 0;
19593 _ACEOF
19594 rm -f conftest.$ac_objext
19595 if { (ac_try="$ac_compile"
19596 case "(($ac_try" in
19597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19598 *) ac_try_echo=$ac_try;;
19599 esac
19600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19601 (eval "$ac_compile") 2>conftest.er1
19602 ac_status=$?
19603 grep -v '^ *+' conftest.er1 >conftest.err
19604 rm -f conftest.er1
19605 cat conftest.err >&5
19606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19607 (exit $ac_status); } && {
19608 test -z "$ac_c_werror_flag" ||
19609 test ! -s conftest.err
19610 } && test -s conftest.$ac_objext; then
19611 ac_cv_type_request_sense=yes
19612 else
19613 echo "$as_me: failed program was:" >&5
19614 sed 's/^/| /' conftest.$ac_ext >&5
19616 ac_cv_type_request_sense=no
19619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19621 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19622 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19623 if test $ac_cv_type_request_sense = yes; then
19625 cat >>confdefs.h <<_ACEOF
19626 #define HAVE_REQUEST_SENSE 1
19627 _ACEOF
19633 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19634 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19635 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19636 echo $ECHO_N "(cached) $ECHO_C" >&6
19637 else
19638 cat >conftest.$ac_ext <<_ACEOF
19639 /* confdefs.h. */
19640 _ACEOF
19641 cat confdefs.h >>conftest.$ac_ext
19642 cat >>conftest.$ac_ext <<_ACEOF
19643 /* end confdefs.h. */
19644 #include <sys/types.h>
19645 #ifdef HAVE_SYS_SOCKET_H
19646 #include <sys/socket.h>
19647 #endif
19648 #ifdef HAVE_SYS_SOCKETVAR_H
19649 #include <sys/socketvar.h>
19650 #endif
19651 #ifdef HAVE_NET_ROUTE_H
19652 #include <net/route.h>
19653 #endif
19654 #ifdef HAVE_NETINET_IN_H
19655 #include <netinet/in.h>
19656 #endif
19657 #ifdef HAVE_NETINET_IN_SYSTM_H
19658 #include <netinet/in_systm.h>
19659 #endif
19660 #ifdef HAVE_NETINET_IP_H
19661 #include <netinet/ip.h>
19662 #endif
19663 #ifdef HAVE_NETINET_IN_PCB_H
19664 #include <netinet/in_pcb.h>
19665 #endif
19667 typedef struct xinpgen ac__type_new_;
19669 main ()
19671 if ((ac__type_new_ *) 0)
19672 return 0;
19673 if (sizeof (ac__type_new_))
19674 return 0;
19676 return 0;
19678 _ACEOF
19679 rm -f conftest.$ac_objext
19680 if { (ac_try="$ac_compile"
19681 case "(($ac_try" in
19682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19683 *) ac_try_echo=$ac_try;;
19684 esac
19685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19686 (eval "$ac_compile") 2>conftest.er1
19687 ac_status=$?
19688 grep -v '^ *+' conftest.er1 >conftest.err
19689 rm -f conftest.er1
19690 cat conftest.err >&5
19691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19692 (exit $ac_status); } && {
19693 test -z "$ac_c_werror_flag" ||
19694 test ! -s conftest.err
19695 } && test -s conftest.$ac_objext; then
19696 ac_cv_type_struct_xinpgen=yes
19697 else
19698 echo "$as_me: failed program was:" >&5
19699 sed 's/^/| /' conftest.$ac_ext >&5
19701 ac_cv_type_struct_xinpgen=no
19704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19706 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19707 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19708 if test $ac_cv_type_struct_xinpgen = yes; then
19710 cat >>confdefs.h <<_ACEOF
19711 #define HAVE_STRUCT_XINPGEN 1
19712 _ACEOF
19718 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19719 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19720 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19721 echo $ECHO_N "(cached) $ECHO_C" >&6
19722 else
19723 cat >conftest.$ac_ext <<_ACEOF
19724 /* confdefs.h. */
19725 _ACEOF
19726 cat confdefs.h >>conftest.$ac_ext
19727 cat >>conftest.$ac_ext <<_ACEOF
19728 /* end confdefs.h. */
19729 #ifdef HAVE_LINUX_INPUT_H
19730 #include <linux/input.h>
19731 #endif
19734 main ()
19736 static struct ff_effect ac_aggr;
19737 if (ac_aggr.direction)
19738 return 0;
19740 return 0;
19742 _ACEOF
19743 rm -f conftest.$ac_objext
19744 if { (ac_try="$ac_compile"
19745 case "(($ac_try" in
19746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19747 *) ac_try_echo=$ac_try;;
19748 esac
19749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19750 (eval "$ac_compile") 2>conftest.er1
19751 ac_status=$?
19752 grep -v '^ *+' conftest.er1 >conftest.err
19753 rm -f conftest.er1
19754 cat conftest.err >&5
19755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19756 (exit $ac_status); } && {
19757 test -z "$ac_c_werror_flag" ||
19758 test ! -s conftest.err
19759 } && test -s conftest.$ac_objext; then
19760 ac_cv_member_struct_ff_effect_direction=yes
19761 else
19762 echo "$as_me: failed program was:" >&5
19763 sed 's/^/| /' conftest.$ac_ext >&5
19765 cat >conftest.$ac_ext <<_ACEOF
19766 /* confdefs.h. */
19767 _ACEOF
19768 cat confdefs.h >>conftest.$ac_ext
19769 cat >>conftest.$ac_ext <<_ACEOF
19770 /* end confdefs.h. */
19771 #ifdef HAVE_LINUX_INPUT_H
19772 #include <linux/input.h>
19773 #endif
19776 main ()
19778 static struct ff_effect ac_aggr;
19779 if (sizeof ac_aggr.direction)
19780 return 0;
19782 return 0;
19784 _ACEOF
19785 rm -f conftest.$ac_objext
19786 if { (ac_try="$ac_compile"
19787 case "(($ac_try" in
19788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19789 *) ac_try_echo=$ac_try;;
19790 esac
19791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19792 (eval "$ac_compile") 2>conftest.er1
19793 ac_status=$?
19794 grep -v '^ *+' conftest.er1 >conftest.err
19795 rm -f conftest.er1
19796 cat conftest.err >&5
19797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19798 (exit $ac_status); } && {
19799 test -z "$ac_c_werror_flag" ||
19800 test ! -s conftest.err
19801 } && test -s conftest.$ac_objext; then
19802 ac_cv_member_struct_ff_effect_direction=yes
19803 else
19804 echo "$as_me: failed program was:" >&5
19805 sed 's/^/| /' conftest.$ac_ext >&5
19807 ac_cv_member_struct_ff_effect_direction=no
19810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19815 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19816 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19817 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19819 cat >>confdefs.h <<_ACEOF
19820 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19821 _ACEOF
19827 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19828 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19829 if test "${wine_cv_have_sigaddset+set}" = set; then
19830 echo $ECHO_N "(cached) $ECHO_C" >&6
19831 else
19832 cat >conftest.$ac_ext <<_ACEOF
19833 /* confdefs.h. */
19834 _ACEOF
19835 cat confdefs.h >>conftest.$ac_ext
19836 cat >>conftest.$ac_ext <<_ACEOF
19837 /* end confdefs.h. */
19838 #include <signal.h>
19840 main ()
19842 sigset_t set; sigaddset(&set,SIGTERM);
19844 return 0;
19846 _ACEOF
19847 rm -f conftest.$ac_objext conftest$ac_exeext
19848 if { (ac_try="$ac_link"
19849 case "(($ac_try" in
19850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19851 *) ac_try_echo=$ac_try;;
19852 esac
19853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19854 (eval "$ac_link") 2>conftest.er1
19855 ac_status=$?
19856 grep -v '^ *+' conftest.er1 >conftest.err
19857 rm -f conftest.er1
19858 cat conftest.err >&5
19859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19860 (exit $ac_status); } && {
19861 test -z "$ac_c_werror_flag" ||
19862 test ! -s conftest.err
19863 } && test -s conftest$ac_exeext &&
19864 $as_test_x conftest$ac_exeext; then
19865 wine_cv_have_sigaddset=yes
19866 else
19867 echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19870 wine_cv_have_sigaddset=no
19873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19874 conftest$ac_exeext conftest.$ac_ext
19876 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19877 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19878 if test "$wine_cv_have_sigaddset" = "yes"
19879 then
19881 cat >>confdefs.h <<\_ACEOF
19882 #define HAVE_SIGADDSET 1
19883 _ACEOF
19888 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19889 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19890 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19891 echo $ECHO_N "(cached) $ECHO_C" >&6
19892 else
19893 cat >conftest.$ac_ext <<_ACEOF
19894 /* confdefs.h. */
19895 _ACEOF
19896 cat confdefs.h >>conftest.$ac_ext
19897 cat >>conftest.$ac_ext <<_ACEOF
19898 /* end confdefs.h. */
19899 #include <netdb.h>
19901 main ()
19904 char *name=0;
19905 struct hostent he;
19906 struct hostent *result;
19907 char *buf=0;
19908 int bufsize=0;
19909 int res,errnr;
19910 char *addr=0;
19911 int addrlen=0;
19912 int addrtype=0;
19913 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19914 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19917 return 0;
19919 _ACEOF
19920 rm -f conftest.$ac_objext conftest$ac_exeext
19921 if { (ac_try="$ac_link"
19922 case "(($ac_try" in
19923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19924 *) ac_try_echo=$ac_try;;
19925 esac
19926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19927 (eval "$ac_link") 2>conftest.er1
19928 ac_status=$?
19929 grep -v '^ *+' conftest.er1 >conftest.err
19930 rm -f conftest.er1
19931 cat conftest.err >&5
19932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19933 (exit $ac_status); } && {
19934 test -z "$ac_c_werror_flag" ||
19935 test ! -s conftest.err
19936 } && test -s conftest$ac_exeext &&
19937 $as_test_x conftest$ac_exeext; then
19938 wine_cv_linux_gethostbyname_r_6=yes
19939 else
19940 echo "$as_me: failed program was:" >&5
19941 sed 's/^/| /' conftest.$ac_ext >&5
19943 wine_cv_linux_gethostbyname_r_6=no
19947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19948 conftest$ac_exeext conftest.$ac_ext
19951 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19952 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19953 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19954 then
19956 cat >>confdefs.h <<\_ACEOF
19957 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19958 _ACEOF
19962 if test "$ac_cv_header_linux_joystick_h" = "yes"
19963 then
19964 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19965 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19966 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19967 echo $ECHO_N "(cached) $ECHO_C" >&6
19968 else
19969 cat >conftest.$ac_ext <<_ACEOF
19970 /* confdefs.h. */
19971 _ACEOF
19972 cat confdefs.h >>conftest.$ac_ext
19973 cat >>conftest.$ac_ext <<_ACEOF
19974 /* end confdefs.h. */
19976 #include <sys/ioctl.h>
19977 #include <sys/types.h>
19978 #include <linux/joystick.h>
19980 struct js_event blub;
19981 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19982 #error "no 2.2 header"
19983 #endif
19986 main ()
19988 /*empty*/
19990 return 0;
19992 _ACEOF
19993 rm -f conftest.$ac_objext
19994 if { (ac_try="$ac_compile"
19995 case "(($ac_try" in
19996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19997 *) ac_try_echo=$ac_try;;
19998 esac
19999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20000 (eval "$ac_compile") 2>conftest.er1
20001 ac_status=$?
20002 grep -v '^ *+' conftest.er1 >conftest.err
20003 rm -f conftest.er1
20004 cat conftest.err >&5
20005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20006 (exit $ac_status); } && {
20007 test -z "$ac_c_werror_flag" ||
20008 test ! -s conftest.err
20009 } && test -s conftest.$ac_objext; then
20010 wine_cv_linux_joystick_22_api=yes
20011 else
20012 echo "$as_me: failed program was:" >&5
20013 sed 's/^/| /' conftest.$ac_ext >&5
20015 wine_cv_linux_joystick_22_api=no
20018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20021 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20022 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20023 if test "$wine_cv_linux_joystick_22_api" = "yes"
20024 then
20026 cat >>confdefs.h <<\_ACEOF
20027 #define HAVE_LINUX_22_JOYSTICK_API 1
20028 _ACEOF
20034 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20035 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20036 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20037 echo $ECHO_N "(cached) $ECHO_C" >&6
20038 else
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h. */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h. */
20045 #include <sys/types.h>
20046 #ifdef HAVE_SYS_PARAM_H
20047 # include <sys/param.h>
20048 #endif
20049 #ifdef HAVE_SYS_MOUNT_H
20050 # include <sys/mount.h>
20051 #endif
20052 #ifdef HAVE_SYS_VFS_H
20053 # include <sys/vfs.h>
20054 #endif
20055 #ifdef HAVE_SYS_STATFS_H
20056 # include <sys/statfs.h>
20057 #endif
20060 main ()
20062 static struct statfs ac_aggr;
20063 if (ac_aggr.f_bfree)
20064 return 0;
20066 return 0;
20068 _ACEOF
20069 rm -f conftest.$ac_objext
20070 if { (ac_try="$ac_compile"
20071 case "(($ac_try" in
20072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20073 *) ac_try_echo=$ac_try;;
20074 esac
20075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20076 (eval "$ac_compile") 2>conftest.er1
20077 ac_status=$?
20078 grep -v '^ *+' conftest.er1 >conftest.err
20079 rm -f conftest.er1
20080 cat conftest.err >&5
20081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); } && {
20083 test -z "$ac_c_werror_flag" ||
20084 test ! -s conftest.err
20085 } && test -s conftest.$ac_objext; then
20086 ac_cv_member_struct_statfs_f_bfree=yes
20087 else
20088 echo "$as_me: failed program was:" >&5
20089 sed 's/^/| /' conftest.$ac_ext >&5
20091 cat >conftest.$ac_ext <<_ACEOF
20092 /* confdefs.h. */
20093 _ACEOF
20094 cat confdefs.h >>conftest.$ac_ext
20095 cat >>conftest.$ac_ext <<_ACEOF
20096 /* end confdefs.h. */
20097 #include <sys/types.h>
20098 #ifdef HAVE_SYS_PARAM_H
20099 # include <sys/param.h>
20100 #endif
20101 #ifdef HAVE_SYS_MOUNT_H
20102 # include <sys/mount.h>
20103 #endif
20104 #ifdef HAVE_SYS_VFS_H
20105 # include <sys/vfs.h>
20106 #endif
20107 #ifdef HAVE_SYS_STATFS_H
20108 # include <sys/statfs.h>
20109 #endif
20112 main ()
20114 static struct statfs ac_aggr;
20115 if (sizeof ac_aggr.f_bfree)
20116 return 0;
20118 return 0;
20120 _ACEOF
20121 rm -f conftest.$ac_objext
20122 if { (ac_try="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20126 esac
20127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20129 ac_status=$?
20130 grep -v '^ *+' conftest.er1 >conftest.err
20131 rm -f conftest.er1
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 ac_cv_member_struct_statfs_f_bfree=yes
20139 else
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_statfs_f_bfree=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20153 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_STATFS_F_BFREE 1
20157 _ACEOF
20161 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20162 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20165 else
20166 cat >conftest.$ac_ext <<_ACEOF
20167 /* confdefs.h. */
20168 _ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_PARAM_H
20174 # include <sys/param.h>
20175 #endif
20176 #ifdef HAVE_SYS_MOUNT_H
20177 # include <sys/mount.h>
20178 #endif
20179 #ifdef HAVE_SYS_VFS_H
20180 # include <sys/vfs.h>
20181 #endif
20182 #ifdef HAVE_SYS_STATFS_H
20183 # include <sys/statfs.h>
20184 #endif
20187 main ()
20189 static struct statfs ac_aggr;
20190 if (ac_aggr.f_bavail)
20191 return 0;
20193 return 0;
20195 _ACEOF
20196 rm -f conftest.$ac_objext
20197 if { (ac_try="$ac_compile"
20198 case "(($ac_try" in
20199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20200 *) ac_try_echo=$ac_try;;
20201 esac
20202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20203 (eval "$ac_compile") 2>conftest.er1
20204 ac_status=$?
20205 grep -v '^ *+' conftest.er1 >conftest.err
20206 rm -f conftest.er1
20207 cat conftest.err >&5
20208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209 (exit $ac_status); } && {
20210 test -z "$ac_c_werror_flag" ||
20211 test ! -s conftest.err
20212 } && test -s conftest.$ac_objext; then
20213 ac_cv_member_struct_statfs_f_bavail=yes
20214 else
20215 echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20218 cat >conftest.$ac_ext <<_ACEOF
20219 /* confdefs.h. */
20220 _ACEOF
20221 cat confdefs.h >>conftest.$ac_ext
20222 cat >>conftest.$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 #include <sys/types.h>
20225 #ifdef HAVE_SYS_PARAM_H
20226 # include <sys/param.h>
20227 #endif
20228 #ifdef HAVE_SYS_MOUNT_H
20229 # include <sys/mount.h>
20230 #endif
20231 #ifdef HAVE_SYS_VFS_H
20232 # include <sys/vfs.h>
20233 #endif
20234 #ifdef HAVE_SYS_STATFS_H
20235 # include <sys/statfs.h>
20236 #endif
20239 main ()
20241 static struct statfs ac_aggr;
20242 if (sizeof ac_aggr.f_bavail)
20243 return 0;
20245 return 0;
20247 _ACEOF
20248 rm -f conftest.$ac_objext
20249 if { (ac_try="$ac_compile"
20250 case "(($ac_try" in
20251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20252 *) ac_try_echo=$ac_try;;
20253 esac
20254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20255 (eval "$ac_compile") 2>conftest.er1
20256 ac_status=$?
20257 grep -v '^ *+' conftest.er1 >conftest.err
20258 rm -f conftest.er1
20259 cat conftest.err >&5
20260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20261 (exit $ac_status); } && {
20262 test -z "$ac_c_werror_flag" ||
20263 test ! -s conftest.err
20264 } && test -s conftest.$ac_objext; then
20265 ac_cv_member_struct_statfs_f_bavail=yes
20266 else
20267 echo "$as_me: failed program was:" >&5
20268 sed 's/^/| /' conftest.$ac_ext >&5
20270 ac_cv_member_struct_statfs_f_bavail=no
20273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20278 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20279 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20280 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20282 cat >>confdefs.h <<_ACEOF
20283 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20284 _ACEOF
20288 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20289 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20290 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20291 echo $ECHO_N "(cached) $ECHO_C" >&6
20292 else
20293 cat >conftest.$ac_ext <<_ACEOF
20294 /* confdefs.h. */
20295 _ACEOF
20296 cat confdefs.h >>conftest.$ac_ext
20297 cat >>conftest.$ac_ext <<_ACEOF
20298 /* end confdefs.h. */
20299 #include <sys/types.h>
20300 #ifdef HAVE_SYS_PARAM_H
20301 # include <sys/param.h>
20302 #endif
20303 #ifdef HAVE_SYS_MOUNT_H
20304 # include <sys/mount.h>
20305 #endif
20306 #ifdef HAVE_SYS_VFS_H
20307 # include <sys/vfs.h>
20308 #endif
20309 #ifdef HAVE_SYS_STATFS_H
20310 # include <sys/statfs.h>
20311 #endif
20314 main ()
20316 static struct statfs ac_aggr;
20317 if (ac_aggr.f_frsize)
20318 return 0;
20320 return 0;
20322 _ACEOF
20323 rm -f conftest.$ac_objext
20324 if { (ac_try="$ac_compile"
20325 case "(($ac_try" in
20326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20327 *) ac_try_echo=$ac_try;;
20328 esac
20329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20330 (eval "$ac_compile") 2>conftest.er1
20331 ac_status=$?
20332 grep -v '^ *+' conftest.er1 >conftest.err
20333 rm -f conftest.er1
20334 cat conftest.err >&5
20335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20336 (exit $ac_status); } && {
20337 test -z "$ac_c_werror_flag" ||
20338 test ! -s conftest.err
20339 } && test -s conftest.$ac_objext; then
20340 ac_cv_member_struct_statfs_f_frsize=yes
20341 else
20342 echo "$as_me: failed program was:" >&5
20343 sed 's/^/| /' conftest.$ac_ext >&5
20345 cat >conftest.$ac_ext <<_ACEOF
20346 /* confdefs.h. */
20347 _ACEOF
20348 cat confdefs.h >>conftest.$ac_ext
20349 cat >>conftest.$ac_ext <<_ACEOF
20350 /* end confdefs.h. */
20351 #include <sys/types.h>
20352 #ifdef HAVE_SYS_PARAM_H
20353 # include <sys/param.h>
20354 #endif
20355 #ifdef HAVE_SYS_MOUNT_H
20356 # include <sys/mount.h>
20357 #endif
20358 #ifdef HAVE_SYS_VFS_H
20359 # include <sys/vfs.h>
20360 #endif
20361 #ifdef HAVE_SYS_STATFS_H
20362 # include <sys/statfs.h>
20363 #endif
20366 main ()
20368 static struct statfs ac_aggr;
20369 if (sizeof ac_aggr.f_frsize)
20370 return 0;
20372 return 0;
20374 _ACEOF
20375 rm -f conftest.$ac_objext
20376 if { (ac_try="$ac_compile"
20377 case "(($ac_try" in
20378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20379 *) ac_try_echo=$ac_try;;
20380 esac
20381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20382 (eval "$ac_compile") 2>conftest.er1
20383 ac_status=$?
20384 grep -v '^ *+' conftest.er1 >conftest.err
20385 rm -f conftest.er1
20386 cat conftest.err >&5
20387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); } && {
20389 test -z "$ac_c_werror_flag" ||
20390 test ! -s conftest.err
20391 } && test -s conftest.$ac_objext; then
20392 ac_cv_member_struct_statfs_f_frsize=yes
20393 else
20394 echo "$as_me: failed program was:" >&5
20395 sed 's/^/| /' conftest.$ac_ext >&5
20397 ac_cv_member_struct_statfs_f_frsize=no
20400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20405 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20406 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20407 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20409 cat >>confdefs.h <<_ACEOF
20410 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20411 _ACEOF
20415 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20416 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20417 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20418 echo $ECHO_N "(cached) $ECHO_C" >&6
20419 else
20420 cat >conftest.$ac_ext <<_ACEOF
20421 /* confdefs.h. */
20422 _ACEOF
20423 cat confdefs.h >>conftest.$ac_ext
20424 cat >>conftest.$ac_ext <<_ACEOF
20425 /* end confdefs.h. */
20426 #include <sys/types.h>
20427 #ifdef HAVE_SYS_PARAM_H
20428 # include <sys/param.h>
20429 #endif
20430 #ifdef HAVE_SYS_MOUNT_H
20431 # include <sys/mount.h>
20432 #endif
20433 #ifdef HAVE_SYS_VFS_H
20434 # include <sys/vfs.h>
20435 #endif
20436 #ifdef HAVE_SYS_STATFS_H
20437 # include <sys/statfs.h>
20438 #endif
20441 main ()
20443 static struct statfs ac_aggr;
20444 if (ac_aggr.f_ffree)
20445 return 0;
20447 return 0;
20449 _ACEOF
20450 rm -f conftest.$ac_objext
20451 if { (ac_try="$ac_compile"
20452 case "(($ac_try" in
20453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20454 *) ac_try_echo=$ac_try;;
20455 esac
20456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20457 (eval "$ac_compile") 2>conftest.er1
20458 ac_status=$?
20459 grep -v '^ *+' conftest.er1 >conftest.err
20460 rm -f conftest.er1
20461 cat conftest.err >&5
20462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463 (exit $ac_status); } && {
20464 test -z "$ac_c_werror_flag" ||
20465 test ! -s conftest.err
20466 } && test -s conftest.$ac_objext; then
20467 ac_cv_member_struct_statfs_f_ffree=yes
20468 else
20469 echo "$as_me: failed program was:" >&5
20470 sed 's/^/| /' conftest.$ac_ext >&5
20472 cat >conftest.$ac_ext <<_ACEOF
20473 /* confdefs.h. */
20474 _ACEOF
20475 cat confdefs.h >>conftest.$ac_ext
20476 cat >>conftest.$ac_ext <<_ACEOF
20477 /* end confdefs.h. */
20478 #include <sys/types.h>
20479 #ifdef HAVE_SYS_PARAM_H
20480 # include <sys/param.h>
20481 #endif
20482 #ifdef HAVE_SYS_MOUNT_H
20483 # include <sys/mount.h>
20484 #endif
20485 #ifdef HAVE_SYS_VFS_H
20486 # include <sys/vfs.h>
20487 #endif
20488 #ifdef HAVE_SYS_STATFS_H
20489 # include <sys/statfs.h>
20490 #endif
20493 main ()
20495 static struct statfs ac_aggr;
20496 if (sizeof ac_aggr.f_ffree)
20497 return 0;
20499 return 0;
20501 _ACEOF
20502 rm -f conftest.$ac_objext
20503 if { (ac_try="$ac_compile"
20504 case "(($ac_try" in
20505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20506 *) ac_try_echo=$ac_try;;
20507 esac
20508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20509 (eval "$ac_compile") 2>conftest.er1
20510 ac_status=$?
20511 grep -v '^ *+' conftest.er1 >conftest.err
20512 rm -f conftest.er1
20513 cat conftest.err >&5
20514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20515 (exit $ac_status); } && {
20516 test -z "$ac_c_werror_flag" ||
20517 test ! -s conftest.err
20518 } && test -s conftest.$ac_objext; then
20519 ac_cv_member_struct_statfs_f_ffree=yes
20520 else
20521 echo "$as_me: failed program was:" >&5
20522 sed 's/^/| /' conftest.$ac_ext >&5
20524 ac_cv_member_struct_statfs_f_ffree=no
20527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20532 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20533 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20534 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20536 cat >>confdefs.h <<_ACEOF
20537 #define HAVE_STRUCT_STATFS_F_FFREE 1
20538 _ACEOF
20542 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20543 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20544 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20545 echo $ECHO_N "(cached) $ECHO_C" >&6
20546 else
20547 cat >conftest.$ac_ext <<_ACEOF
20548 /* confdefs.h. */
20549 _ACEOF
20550 cat confdefs.h >>conftest.$ac_ext
20551 cat >>conftest.$ac_ext <<_ACEOF
20552 /* end confdefs.h. */
20553 #include <sys/types.h>
20554 #ifdef HAVE_SYS_PARAM_H
20555 # include <sys/param.h>
20556 #endif
20557 #ifdef HAVE_SYS_MOUNT_H
20558 # include <sys/mount.h>
20559 #endif
20560 #ifdef HAVE_SYS_VFS_H
20561 # include <sys/vfs.h>
20562 #endif
20563 #ifdef HAVE_SYS_STATFS_H
20564 # include <sys/statfs.h>
20565 #endif
20568 main ()
20570 static struct statfs ac_aggr;
20571 if (ac_aggr.f_favail)
20572 return 0;
20574 return 0;
20576 _ACEOF
20577 rm -f conftest.$ac_objext
20578 if { (ac_try="$ac_compile"
20579 case "(($ac_try" in
20580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20581 *) ac_try_echo=$ac_try;;
20582 esac
20583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20584 (eval "$ac_compile") 2>conftest.er1
20585 ac_status=$?
20586 grep -v '^ *+' conftest.er1 >conftest.err
20587 rm -f conftest.er1
20588 cat conftest.err >&5
20589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20590 (exit $ac_status); } && {
20591 test -z "$ac_c_werror_flag" ||
20592 test ! -s conftest.err
20593 } && test -s conftest.$ac_objext; then
20594 ac_cv_member_struct_statfs_f_favail=yes
20595 else
20596 echo "$as_me: failed program was:" >&5
20597 sed 's/^/| /' conftest.$ac_ext >&5
20599 cat >conftest.$ac_ext <<_ACEOF
20600 /* confdefs.h. */
20601 _ACEOF
20602 cat confdefs.h >>conftest.$ac_ext
20603 cat >>conftest.$ac_ext <<_ACEOF
20604 /* end confdefs.h. */
20605 #include <sys/types.h>
20606 #ifdef HAVE_SYS_PARAM_H
20607 # include <sys/param.h>
20608 #endif
20609 #ifdef HAVE_SYS_MOUNT_H
20610 # include <sys/mount.h>
20611 #endif
20612 #ifdef HAVE_SYS_VFS_H
20613 # include <sys/vfs.h>
20614 #endif
20615 #ifdef HAVE_SYS_STATFS_H
20616 # include <sys/statfs.h>
20617 #endif
20620 main ()
20622 static struct statfs ac_aggr;
20623 if (sizeof ac_aggr.f_favail)
20624 return 0;
20626 return 0;
20628 _ACEOF
20629 rm -f conftest.$ac_objext
20630 if { (ac_try="$ac_compile"
20631 case "(($ac_try" in
20632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20633 *) ac_try_echo=$ac_try;;
20634 esac
20635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20636 (eval "$ac_compile") 2>conftest.er1
20637 ac_status=$?
20638 grep -v '^ *+' conftest.er1 >conftest.err
20639 rm -f conftest.er1
20640 cat conftest.err >&5
20641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20642 (exit $ac_status); } && {
20643 test -z "$ac_c_werror_flag" ||
20644 test ! -s conftest.err
20645 } && test -s conftest.$ac_objext; then
20646 ac_cv_member_struct_statfs_f_favail=yes
20647 else
20648 echo "$as_me: failed program was:" >&5
20649 sed 's/^/| /' conftest.$ac_ext >&5
20651 ac_cv_member_struct_statfs_f_favail=no
20654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20660 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20661 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20663 cat >>confdefs.h <<_ACEOF
20664 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20665 _ACEOF
20669 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20670 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20671 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20672 echo $ECHO_N "(cached) $ECHO_C" >&6
20673 else
20674 cat >conftest.$ac_ext <<_ACEOF
20675 /* confdefs.h. */
20676 _ACEOF
20677 cat confdefs.h >>conftest.$ac_ext
20678 cat >>conftest.$ac_ext <<_ACEOF
20679 /* end confdefs.h. */
20680 #include <sys/types.h>
20681 #ifdef HAVE_SYS_PARAM_H
20682 # include <sys/param.h>
20683 #endif
20684 #ifdef HAVE_SYS_MOUNT_H
20685 # include <sys/mount.h>
20686 #endif
20687 #ifdef HAVE_SYS_VFS_H
20688 # include <sys/vfs.h>
20689 #endif
20690 #ifdef HAVE_SYS_STATFS_H
20691 # include <sys/statfs.h>
20692 #endif
20695 main ()
20697 static struct statfs ac_aggr;
20698 if (ac_aggr.f_namelen)
20699 return 0;
20701 return 0;
20703 _ACEOF
20704 rm -f conftest.$ac_objext
20705 if { (ac_try="$ac_compile"
20706 case "(($ac_try" in
20707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20708 *) ac_try_echo=$ac_try;;
20709 esac
20710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711 (eval "$ac_compile") 2>conftest.er1
20712 ac_status=$?
20713 grep -v '^ *+' conftest.er1 >conftest.err
20714 rm -f conftest.er1
20715 cat conftest.err >&5
20716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717 (exit $ac_status); } && {
20718 test -z "$ac_c_werror_flag" ||
20719 test ! -s conftest.err
20720 } && test -s conftest.$ac_objext; then
20721 ac_cv_member_struct_statfs_f_namelen=yes
20722 else
20723 echo "$as_me: failed program was:" >&5
20724 sed 's/^/| /' conftest.$ac_ext >&5
20726 cat >conftest.$ac_ext <<_ACEOF
20727 /* confdefs.h. */
20728 _ACEOF
20729 cat confdefs.h >>conftest.$ac_ext
20730 cat >>conftest.$ac_ext <<_ACEOF
20731 /* end confdefs.h. */
20732 #include <sys/types.h>
20733 #ifdef HAVE_SYS_PARAM_H
20734 # include <sys/param.h>
20735 #endif
20736 #ifdef HAVE_SYS_MOUNT_H
20737 # include <sys/mount.h>
20738 #endif
20739 #ifdef HAVE_SYS_VFS_H
20740 # include <sys/vfs.h>
20741 #endif
20742 #ifdef HAVE_SYS_STATFS_H
20743 # include <sys/statfs.h>
20744 #endif
20747 main ()
20749 static struct statfs ac_aggr;
20750 if (sizeof ac_aggr.f_namelen)
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_statfs_f_namelen=yes
20774 else
20775 echo "$as_me: failed program was:" >&5
20776 sed 's/^/| /' conftest.$ac_ext >&5
20778 ac_cv_member_struct_statfs_f_namelen=no
20781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20787 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20788 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20790 cat >>confdefs.h <<_ACEOF
20791 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20792 _ACEOF
20798 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20799 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20800 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20801 echo $ECHO_N "(cached) $ECHO_C" >&6
20802 else
20803 cat >conftest.$ac_ext <<_ACEOF
20804 /* confdefs.h. */
20805 _ACEOF
20806 cat confdefs.h >>conftest.$ac_ext
20807 cat >>conftest.$ac_ext <<_ACEOF
20808 /* end confdefs.h. */
20809 #ifdef HAVE_SYS_STATVFS_H
20810 #include <sys/statvfs.h>
20811 #endif
20814 main ()
20816 static struct statvfs ac_aggr;
20817 if (ac_aggr.f_blocks)
20818 return 0;
20820 return 0;
20822 _ACEOF
20823 rm -f conftest.$ac_objext
20824 if { (ac_try="$ac_compile"
20825 case "(($ac_try" in
20826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20827 *) ac_try_echo=$ac_try;;
20828 esac
20829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20830 (eval "$ac_compile") 2>conftest.er1
20831 ac_status=$?
20832 grep -v '^ *+' conftest.er1 >conftest.err
20833 rm -f conftest.er1
20834 cat conftest.err >&5
20835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20836 (exit $ac_status); } && {
20837 test -z "$ac_c_werror_flag" ||
20838 test ! -s conftest.err
20839 } && test -s conftest.$ac_objext; then
20840 ac_cv_member_struct_statvfs_f_blocks=yes
20841 else
20842 echo "$as_me: failed program was:" >&5
20843 sed 's/^/| /' conftest.$ac_ext >&5
20845 cat >conftest.$ac_ext <<_ACEOF
20846 /* confdefs.h. */
20847 _ACEOF
20848 cat confdefs.h >>conftest.$ac_ext
20849 cat >>conftest.$ac_ext <<_ACEOF
20850 /* end confdefs.h. */
20851 #ifdef HAVE_SYS_STATVFS_H
20852 #include <sys/statvfs.h>
20853 #endif
20856 main ()
20858 static struct statvfs ac_aggr;
20859 if (sizeof ac_aggr.f_blocks)
20860 return 0;
20862 return 0;
20864 _ACEOF
20865 rm -f conftest.$ac_objext
20866 if { (ac_try="$ac_compile"
20867 case "(($ac_try" in
20868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20869 *) ac_try_echo=$ac_try;;
20870 esac
20871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20872 (eval "$ac_compile") 2>conftest.er1
20873 ac_status=$?
20874 grep -v '^ *+' conftest.er1 >conftest.err
20875 rm -f conftest.er1
20876 cat conftest.err >&5
20877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20878 (exit $ac_status); } && {
20879 test -z "$ac_c_werror_flag" ||
20880 test ! -s conftest.err
20881 } && test -s conftest.$ac_objext; then
20882 ac_cv_member_struct_statvfs_f_blocks=yes
20883 else
20884 echo "$as_me: failed program was:" >&5
20885 sed 's/^/| /' conftest.$ac_ext >&5
20887 ac_cv_member_struct_statvfs_f_blocks=no
20890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20895 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20896 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20897 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20899 cat >>confdefs.h <<_ACEOF
20900 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20901 _ACEOF
20907 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20908 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20909 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20910 echo $ECHO_N "(cached) $ECHO_C" >&6
20911 else
20912 cat >conftest.$ac_ext <<_ACEOF
20913 /* confdefs.h. */
20914 _ACEOF
20915 cat confdefs.h >>conftest.$ac_ext
20916 cat >>conftest.$ac_ext <<_ACEOF
20917 /* end confdefs.h. */
20918 #include <sys/types.h>
20919 #ifdef HAVE_SYS_SOCKET_H
20920 # include <sys/socket.h>
20921 #endif
20922 #ifdef HAVE_SYS_UN_H
20923 # include <sys/un.h>
20924 #endif
20927 main ()
20929 static struct msghdr ac_aggr;
20930 if (ac_aggr.msg_accrights)
20931 return 0;
20933 return 0;
20935 _ACEOF
20936 rm -f conftest.$ac_objext
20937 if { (ac_try="$ac_compile"
20938 case "(($ac_try" in
20939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20940 *) ac_try_echo=$ac_try;;
20941 esac
20942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20943 (eval "$ac_compile") 2>conftest.er1
20944 ac_status=$?
20945 grep -v '^ *+' conftest.er1 >conftest.err
20946 rm -f conftest.er1
20947 cat conftest.err >&5
20948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949 (exit $ac_status); } && {
20950 test -z "$ac_c_werror_flag" ||
20951 test ! -s conftest.err
20952 } && test -s conftest.$ac_objext; then
20953 ac_cv_member_struct_msghdr_msg_accrights=yes
20954 else
20955 echo "$as_me: failed program was:" >&5
20956 sed 's/^/| /' conftest.$ac_ext >&5
20958 cat >conftest.$ac_ext <<_ACEOF
20959 /* confdefs.h. */
20960 _ACEOF
20961 cat confdefs.h >>conftest.$ac_ext
20962 cat >>conftest.$ac_ext <<_ACEOF
20963 /* end confdefs.h. */
20964 #include <sys/types.h>
20965 #ifdef HAVE_SYS_SOCKET_H
20966 # include <sys/socket.h>
20967 #endif
20968 #ifdef HAVE_SYS_UN_H
20969 # include <sys/un.h>
20970 #endif
20973 main ()
20975 static struct msghdr ac_aggr;
20976 if (sizeof ac_aggr.msg_accrights)
20977 return 0;
20979 return 0;
20981 _ACEOF
20982 rm -f conftest.$ac_objext
20983 if { (ac_try="$ac_compile"
20984 case "(($ac_try" in
20985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20986 *) ac_try_echo=$ac_try;;
20987 esac
20988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20989 (eval "$ac_compile") 2>conftest.er1
20990 ac_status=$?
20991 grep -v '^ *+' conftest.er1 >conftest.err
20992 rm -f conftest.er1
20993 cat conftest.err >&5
20994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20995 (exit $ac_status); } && {
20996 test -z "$ac_c_werror_flag" ||
20997 test ! -s conftest.err
20998 } && test -s conftest.$ac_objext; then
20999 ac_cv_member_struct_msghdr_msg_accrights=yes
21000 else
21001 echo "$as_me: failed program was:" >&5
21002 sed 's/^/| /' conftest.$ac_ext >&5
21004 ac_cv_member_struct_msghdr_msg_accrights=no
21007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21012 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21013 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21014 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21016 cat >>confdefs.h <<_ACEOF
21017 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21018 _ACEOF
21022 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21023 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21024 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21025 echo $ECHO_N "(cached) $ECHO_C" >&6
21026 else
21027 cat >conftest.$ac_ext <<_ACEOF
21028 /* confdefs.h. */
21029 _ACEOF
21030 cat confdefs.h >>conftest.$ac_ext
21031 cat >>conftest.$ac_ext <<_ACEOF
21032 /* end confdefs.h. */
21033 #include <sys/types.h>
21034 #ifdef HAVE_SYS_SOCKET_H
21035 # include <sys/socket.h>
21036 #endif
21037 #ifdef HAVE_SYS_UN_H
21038 # include <sys/un.h>
21039 #endif
21042 main ()
21044 static struct sockaddr ac_aggr;
21045 if (ac_aggr.sa_len)
21046 return 0;
21048 return 0;
21050 _ACEOF
21051 rm -f conftest.$ac_objext
21052 if { (ac_try="$ac_compile"
21053 case "(($ac_try" in
21054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21055 *) ac_try_echo=$ac_try;;
21056 esac
21057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21058 (eval "$ac_compile") 2>conftest.er1
21059 ac_status=$?
21060 grep -v '^ *+' conftest.er1 >conftest.err
21061 rm -f conftest.er1
21062 cat conftest.err >&5
21063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); } && {
21065 test -z "$ac_c_werror_flag" ||
21066 test ! -s conftest.err
21067 } && test -s conftest.$ac_objext; then
21068 ac_cv_member_struct_sockaddr_sa_len=yes
21069 else
21070 echo "$as_me: failed program was:" >&5
21071 sed 's/^/| /' conftest.$ac_ext >&5
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_SYS_SOCKET_H
21081 # include <sys/socket.h>
21082 #endif
21083 #ifdef HAVE_SYS_UN_H
21084 # include <sys/un.h>
21085 #endif
21088 main ()
21090 static struct sockaddr ac_aggr;
21091 if (sizeof ac_aggr.sa_len)
21092 return 0;
21094 return 0;
21096 _ACEOF
21097 rm -f conftest.$ac_objext
21098 if { (ac_try="$ac_compile"
21099 case "(($ac_try" in
21100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21101 *) ac_try_echo=$ac_try;;
21102 esac
21103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21104 (eval "$ac_compile") 2>conftest.er1
21105 ac_status=$?
21106 grep -v '^ *+' conftest.er1 >conftest.err
21107 rm -f conftest.er1
21108 cat conftest.err >&5
21109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21110 (exit $ac_status); } && {
21111 test -z "$ac_c_werror_flag" ||
21112 test ! -s conftest.err
21113 } && test -s conftest.$ac_objext; then
21114 ac_cv_member_struct_sockaddr_sa_len=yes
21115 else
21116 echo "$as_me: failed program was:" >&5
21117 sed 's/^/| /' conftest.$ac_ext >&5
21119 ac_cv_member_struct_sockaddr_sa_len=no
21122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21127 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21128 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21129 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21131 cat >>confdefs.h <<_ACEOF
21132 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21133 _ACEOF
21137 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21138 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21139 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21140 echo $ECHO_N "(cached) $ECHO_C" >&6
21141 else
21142 cat >conftest.$ac_ext <<_ACEOF
21143 /* confdefs.h. */
21144 _ACEOF
21145 cat confdefs.h >>conftest.$ac_ext
21146 cat >>conftest.$ac_ext <<_ACEOF
21147 /* end confdefs.h. */
21148 #include <sys/types.h>
21149 #ifdef HAVE_SYS_SOCKET_H
21150 # include <sys/socket.h>
21151 #endif
21152 #ifdef HAVE_SYS_UN_H
21153 # include <sys/un.h>
21154 #endif
21157 main ()
21159 static struct sockaddr_un ac_aggr;
21160 if (ac_aggr.sun_len)
21161 return 0;
21163 return 0;
21165 _ACEOF
21166 rm -f conftest.$ac_objext
21167 if { (ac_try="$ac_compile"
21168 case "(($ac_try" in
21169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21170 *) ac_try_echo=$ac_try;;
21171 esac
21172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21173 (eval "$ac_compile") 2>conftest.er1
21174 ac_status=$?
21175 grep -v '^ *+' conftest.er1 >conftest.err
21176 rm -f conftest.er1
21177 cat conftest.err >&5
21178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21179 (exit $ac_status); } && {
21180 test -z "$ac_c_werror_flag" ||
21181 test ! -s conftest.err
21182 } && test -s conftest.$ac_objext; then
21183 ac_cv_member_struct_sockaddr_un_sun_len=yes
21184 else
21185 echo "$as_me: failed program was:" >&5
21186 sed 's/^/| /' conftest.$ac_ext >&5
21188 cat >conftest.$ac_ext <<_ACEOF
21189 /* confdefs.h. */
21190 _ACEOF
21191 cat confdefs.h >>conftest.$ac_ext
21192 cat >>conftest.$ac_ext <<_ACEOF
21193 /* end confdefs.h. */
21194 #include <sys/types.h>
21195 #ifdef HAVE_SYS_SOCKET_H
21196 # include <sys/socket.h>
21197 #endif
21198 #ifdef HAVE_SYS_UN_H
21199 # include <sys/un.h>
21200 #endif
21203 main ()
21205 static struct sockaddr_un ac_aggr;
21206 if (sizeof ac_aggr.sun_len)
21207 return 0;
21209 return 0;
21211 _ACEOF
21212 rm -f conftest.$ac_objext
21213 if { (ac_try="$ac_compile"
21214 case "(($ac_try" in
21215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21216 *) ac_try_echo=$ac_try;;
21217 esac
21218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21219 (eval "$ac_compile") 2>conftest.er1
21220 ac_status=$?
21221 grep -v '^ *+' conftest.er1 >conftest.err
21222 rm -f conftest.er1
21223 cat conftest.err >&5
21224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21225 (exit $ac_status); } && {
21226 test -z "$ac_c_werror_flag" ||
21227 test ! -s conftest.err
21228 } && test -s conftest.$ac_objext; then
21229 ac_cv_member_struct_sockaddr_un_sun_len=yes
21230 else
21231 echo "$as_me: failed program was:" >&5
21232 sed 's/^/| /' conftest.$ac_ext >&5
21234 ac_cv_member_struct_sockaddr_un_sun_len=no
21237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21242 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21243 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21244 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21246 cat >>confdefs.h <<_ACEOF
21247 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21248 _ACEOF
21254 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21255 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21256 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21257 echo $ECHO_N "(cached) $ECHO_C" >&6
21258 else
21259 cat >conftest.$ac_ext <<_ACEOF
21260 /* confdefs.h. */
21261 _ACEOF
21262 cat confdefs.h >>conftest.$ac_ext
21263 cat >>conftest.$ac_ext <<_ACEOF
21264 /* end confdefs.h. */
21265 #include <sys/types.h>
21266 #ifdef HAVE_SCSI_SG_H
21267 #include <scsi/sg.h>
21268 #endif
21271 main ()
21273 static scsireq_t ac_aggr;
21274 if (ac_aggr.cmd)
21275 return 0;
21277 return 0;
21279 _ACEOF
21280 rm -f conftest.$ac_objext
21281 if { (ac_try="$ac_compile"
21282 case "(($ac_try" in
21283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21284 *) ac_try_echo=$ac_try;;
21285 esac
21286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21287 (eval "$ac_compile") 2>conftest.er1
21288 ac_status=$?
21289 grep -v '^ *+' conftest.er1 >conftest.err
21290 rm -f conftest.er1
21291 cat conftest.err >&5
21292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21293 (exit $ac_status); } && {
21294 test -z "$ac_c_werror_flag" ||
21295 test ! -s conftest.err
21296 } && test -s conftest.$ac_objext; then
21297 ac_cv_member_scsireq_t_cmd=yes
21298 else
21299 echo "$as_me: failed program was:" >&5
21300 sed 's/^/| /' conftest.$ac_ext >&5
21302 cat >conftest.$ac_ext <<_ACEOF
21303 /* confdefs.h. */
21304 _ACEOF
21305 cat confdefs.h >>conftest.$ac_ext
21306 cat >>conftest.$ac_ext <<_ACEOF
21307 /* end confdefs.h. */
21308 #include <sys/types.h>
21309 #ifdef HAVE_SCSI_SG_H
21310 #include <scsi/sg.h>
21311 #endif
21314 main ()
21316 static scsireq_t ac_aggr;
21317 if (sizeof ac_aggr.cmd)
21318 return 0;
21320 return 0;
21322 _ACEOF
21323 rm -f conftest.$ac_objext
21324 if { (ac_try="$ac_compile"
21325 case "(($ac_try" in
21326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21327 *) ac_try_echo=$ac_try;;
21328 esac
21329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21330 (eval "$ac_compile") 2>conftest.er1
21331 ac_status=$?
21332 grep -v '^ *+' conftest.er1 >conftest.err
21333 rm -f conftest.er1
21334 cat conftest.err >&5
21335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21336 (exit $ac_status); } && {
21337 test -z "$ac_c_werror_flag" ||
21338 test ! -s conftest.err
21339 } && test -s conftest.$ac_objext; then
21340 ac_cv_member_scsireq_t_cmd=yes
21341 else
21342 echo "$as_me: failed program was:" >&5
21343 sed 's/^/| /' conftest.$ac_ext >&5
21345 ac_cv_member_scsireq_t_cmd=no
21348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21353 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21354 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21355 if test $ac_cv_member_scsireq_t_cmd = yes; then
21357 cat >>confdefs.h <<_ACEOF
21358 #define HAVE_SCSIREQ_T_CMD 1
21359 _ACEOF
21363 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21364 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21365 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21366 echo $ECHO_N "(cached) $ECHO_C" >&6
21367 else
21368 cat >conftest.$ac_ext <<_ACEOF
21369 /* confdefs.h. */
21370 _ACEOF
21371 cat confdefs.h >>conftest.$ac_ext
21372 cat >>conftest.$ac_ext <<_ACEOF
21373 /* end confdefs.h. */
21374 #include <sys/types.h>
21375 #ifdef HAVE_SCSI_SG_H
21376 #include <scsi/sg.h>
21377 #endif
21380 main ()
21382 static sg_io_hdr_t ac_aggr;
21383 if (ac_aggr.interface_id)
21384 return 0;
21386 return 0;
21388 _ACEOF
21389 rm -f conftest.$ac_objext
21390 if { (ac_try="$ac_compile"
21391 case "(($ac_try" in
21392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21393 *) ac_try_echo=$ac_try;;
21394 esac
21395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21396 (eval "$ac_compile") 2>conftest.er1
21397 ac_status=$?
21398 grep -v '^ *+' conftest.er1 >conftest.err
21399 rm -f conftest.er1
21400 cat conftest.err >&5
21401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21402 (exit $ac_status); } && {
21403 test -z "$ac_c_werror_flag" ||
21404 test ! -s conftest.err
21405 } && test -s conftest.$ac_objext; then
21406 ac_cv_member_sg_io_hdr_t_interface_id=yes
21407 else
21408 echo "$as_me: failed program was:" >&5
21409 sed 's/^/| /' conftest.$ac_ext >&5
21411 cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h. */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #include <sys/types.h>
21418 #ifdef HAVE_SCSI_SG_H
21419 #include <scsi/sg.h>
21420 #endif
21423 main ()
21425 static sg_io_hdr_t ac_aggr;
21426 if (sizeof ac_aggr.interface_id)
21427 return 0;
21429 return 0;
21431 _ACEOF
21432 rm -f conftest.$ac_objext
21433 if { (ac_try="$ac_compile"
21434 case "(($ac_try" in
21435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21436 *) ac_try_echo=$ac_try;;
21437 esac
21438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21439 (eval "$ac_compile") 2>conftest.er1
21440 ac_status=$?
21441 grep -v '^ *+' conftest.er1 >conftest.err
21442 rm -f conftest.er1
21443 cat conftest.err >&5
21444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21445 (exit $ac_status); } && {
21446 test -z "$ac_c_werror_flag" ||
21447 test ! -s conftest.err
21448 } && test -s conftest.$ac_objext; then
21449 ac_cv_member_sg_io_hdr_t_interface_id=yes
21450 else
21451 echo "$as_me: failed program was:" >&5
21452 sed 's/^/| /' conftest.$ac_ext >&5
21454 ac_cv_member_sg_io_hdr_t_interface_id=no
21457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21462 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21463 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21464 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21466 cat >>confdefs.h <<_ACEOF
21467 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21468 _ACEOF
21474 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21475 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21476 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21477 echo $ECHO_N "(cached) $ECHO_C" >&6
21478 else
21479 cat >conftest.$ac_ext <<_ACEOF
21480 /* confdefs.h. */
21481 _ACEOF
21482 cat confdefs.h >>conftest.$ac_ext
21483 cat >>conftest.$ac_ext <<_ACEOF
21484 /* end confdefs.h. */
21485 #include <signal.h>
21488 main ()
21490 static siginfo_t ac_aggr;
21491 if (ac_aggr.si_fd)
21492 return 0;
21494 return 0;
21496 _ACEOF
21497 rm -f conftest.$ac_objext
21498 if { (ac_try="$ac_compile"
21499 case "(($ac_try" in
21500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21501 *) ac_try_echo=$ac_try;;
21502 esac
21503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21504 (eval "$ac_compile") 2>conftest.er1
21505 ac_status=$?
21506 grep -v '^ *+' conftest.er1 >conftest.err
21507 rm -f conftest.er1
21508 cat conftest.err >&5
21509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21510 (exit $ac_status); } && {
21511 test -z "$ac_c_werror_flag" ||
21512 test ! -s conftest.err
21513 } && test -s conftest.$ac_objext; then
21514 ac_cv_member_siginfo_t_si_fd=yes
21515 else
21516 echo "$as_me: failed program was:" >&5
21517 sed 's/^/| /' conftest.$ac_ext >&5
21519 cat >conftest.$ac_ext <<_ACEOF
21520 /* confdefs.h. */
21521 _ACEOF
21522 cat confdefs.h >>conftest.$ac_ext
21523 cat >>conftest.$ac_ext <<_ACEOF
21524 /* end confdefs.h. */
21525 #include <signal.h>
21528 main ()
21530 static siginfo_t ac_aggr;
21531 if (sizeof ac_aggr.si_fd)
21532 return 0;
21534 return 0;
21536 _ACEOF
21537 rm -f conftest.$ac_objext
21538 if { (ac_try="$ac_compile"
21539 case "(($ac_try" in
21540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21541 *) ac_try_echo=$ac_try;;
21542 esac
21543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21544 (eval "$ac_compile") 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } && {
21551 test -z "$ac_c_werror_flag" ||
21552 test ! -s conftest.err
21553 } && test -s conftest.$ac_objext; then
21554 ac_cv_member_siginfo_t_si_fd=yes
21555 else
21556 echo "$as_me: failed program was:" >&5
21557 sed 's/^/| /' conftest.$ac_ext >&5
21559 ac_cv_member_siginfo_t_si_fd=no
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21568 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21569 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21571 cat >>confdefs.h <<_ACEOF
21572 #define HAVE_SIGINFO_T_SI_FD 1
21573 _ACEOF
21579 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21580 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21581 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21582 echo $ECHO_N "(cached) $ECHO_C" >&6
21583 else
21584 cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h. */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h. */
21590 #include <sys/types.h>
21591 #ifdef HAVE_SYS_MTIO_H
21592 #include <sys/mtio.h>
21593 #endif
21596 main ()
21598 static struct mtget ac_aggr;
21599 if (ac_aggr.mt_blksiz)
21600 return 0;
21602 return 0;
21604 _ACEOF
21605 rm -f conftest.$ac_objext
21606 if { (ac_try="$ac_compile"
21607 case "(($ac_try" in
21608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21609 *) ac_try_echo=$ac_try;;
21610 esac
21611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21612 (eval "$ac_compile") 2>conftest.er1
21613 ac_status=$?
21614 grep -v '^ *+' conftest.er1 >conftest.err
21615 rm -f conftest.er1
21616 cat conftest.err >&5
21617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21618 (exit $ac_status); } && {
21619 test -z "$ac_c_werror_flag" ||
21620 test ! -s conftest.err
21621 } && test -s conftest.$ac_objext; then
21622 ac_cv_member_struct_mtget_mt_blksiz=yes
21623 else
21624 echo "$as_me: failed program was:" >&5
21625 sed 's/^/| /' conftest.$ac_ext >&5
21627 cat >conftest.$ac_ext <<_ACEOF
21628 /* confdefs.h. */
21629 _ACEOF
21630 cat confdefs.h >>conftest.$ac_ext
21631 cat >>conftest.$ac_ext <<_ACEOF
21632 /* end confdefs.h. */
21633 #include <sys/types.h>
21634 #ifdef HAVE_SYS_MTIO_H
21635 #include <sys/mtio.h>
21636 #endif
21639 main ()
21641 static struct mtget ac_aggr;
21642 if (sizeof ac_aggr.mt_blksiz)
21643 return 0;
21645 return 0;
21647 _ACEOF
21648 rm -f conftest.$ac_objext
21649 if { (ac_try="$ac_compile"
21650 case "(($ac_try" in
21651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21652 *) ac_try_echo=$ac_try;;
21653 esac
21654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21655 (eval "$ac_compile") 2>conftest.er1
21656 ac_status=$?
21657 grep -v '^ *+' conftest.er1 >conftest.err
21658 rm -f conftest.er1
21659 cat conftest.err >&5
21660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21661 (exit $ac_status); } && {
21662 test -z "$ac_c_werror_flag" ||
21663 test ! -s conftest.err
21664 } && test -s conftest.$ac_objext; then
21665 ac_cv_member_struct_mtget_mt_blksiz=yes
21666 else
21667 echo "$as_me: failed program was:" >&5
21668 sed 's/^/| /' conftest.$ac_ext >&5
21670 ac_cv_member_struct_mtget_mt_blksiz=no
21673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21678 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21679 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21680 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21682 cat >>confdefs.h <<_ACEOF
21683 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21684 _ACEOF
21688 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21689 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21690 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21691 echo $ECHO_N "(cached) $ECHO_C" >&6
21692 else
21693 cat >conftest.$ac_ext <<_ACEOF
21694 /* confdefs.h. */
21695 _ACEOF
21696 cat confdefs.h >>conftest.$ac_ext
21697 cat >>conftest.$ac_ext <<_ACEOF
21698 /* end confdefs.h. */
21699 #include <sys/types.h>
21700 #ifdef HAVE_SYS_MTIO_H
21701 #include <sys/mtio.h>
21702 #endif
21705 main ()
21707 static struct mtget ac_aggr;
21708 if (ac_aggr.mt_gstat)
21709 return 0;
21711 return 0;
21713 _ACEOF
21714 rm -f conftest.$ac_objext
21715 if { (ac_try="$ac_compile"
21716 case "(($ac_try" in
21717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21718 *) ac_try_echo=$ac_try;;
21719 esac
21720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21721 (eval "$ac_compile") 2>conftest.er1
21722 ac_status=$?
21723 grep -v '^ *+' conftest.er1 >conftest.err
21724 rm -f conftest.er1
21725 cat conftest.err >&5
21726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21727 (exit $ac_status); } && {
21728 test -z "$ac_c_werror_flag" ||
21729 test ! -s conftest.err
21730 } && test -s conftest.$ac_objext; then
21731 ac_cv_member_struct_mtget_mt_gstat=yes
21732 else
21733 echo "$as_me: failed program was:" >&5
21734 sed 's/^/| /' conftest.$ac_ext >&5
21736 cat >conftest.$ac_ext <<_ACEOF
21737 /* confdefs.h. */
21738 _ACEOF
21739 cat confdefs.h >>conftest.$ac_ext
21740 cat >>conftest.$ac_ext <<_ACEOF
21741 /* end confdefs.h. */
21742 #include <sys/types.h>
21743 #ifdef HAVE_SYS_MTIO_H
21744 #include <sys/mtio.h>
21745 #endif
21748 main ()
21750 static struct mtget ac_aggr;
21751 if (sizeof ac_aggr.mt_gstat)
21752 return 0;
21754 return 0;
21756 _ACEOF
21757 rm -f conftest.$ac_objext
21758 if { (ac_try="$ac_compile"
21759 case "(($ac_try" in
21760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21761 *) ac_try_echo=$ac_try;;
21762 esac
21763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21764 (eval "$ac_compile") 2>conftest.er1
21765 ac_status=$?
21766 grep -v '^ *+' conftest.er1 >conftest.err
21767 rm -f conftest.er1
21768 cat conftest.err >&5
21769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770 (exit $ac_status); } && {
21771 test -z "$ac_c_werror_flag" ||
21772 test ! -s conftest.err
21773 } && test -s conftest.$ac_objext; then
21774 ac_cv_member_struct_mtget_mt_gstat=yes
21775 else
21776 echo "$as_me: failed program was:" >&5
21777 sed 's/^/| /' conftest.$ac_ext >&5
21779 ac_cv_member_struct_mtget_mt_gstat=no
21782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21788 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21789 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21791 cat >>confdefs.h <<_ACEOF
21792 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21793 _ACEOF
21797 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21798 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21799 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21800 echo $ECHO_N "(cached) $ECHO_C" >&6
21801 else
21802 cat >conftest.$ac_ext <<_ACEOF
21803 /* confdefs.h. */
21804 _ACEOF
21805 cat confdefs.h >>conftest.$ac_ext
21806 cat >>conftest.$ac_ext <<_ACEOF
21807 /* end confdefs.h. */
21808 #include <sys/types.h>
21809 #ifdef HAVE_SYS_MTIO_H
21810 #include <sys/mtio.h>
21811 #endif
21814 main ()
21816 static struct mtget ac_aggr;
21817 if (ac_aggr.mt_blkno)
21818 return 0;
21820 return 0;
21822 _ACEOF
21823 rm -f conftest.$ac_objext
21824 if { (ac_try="$ac_compile"
21825 case "(($ac_try" in
21826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21828 esac
21829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21830 (eval "$ac_compile") 2>conftest.er1
21831 ac_status=$?
21832 grep -v '^ *+' conftest.er1 >conftest.err
21833 rm -f conftest.er1
21834 cat conftest.err >&5
21835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21836 (exit $ac_status); } && {
21837 test -z "$ac_c_werror_flag" ||
21838 test ! -s conftest.err
21839 } && test -s conftest.$ac_objext; then
21840 ac_cv_member_struct_mtget_mt_blkno=yes
21841 else
21842 echo "$as_me: failed program was:" >&5
21843 sed 's/^/| /' conftest.$ac_ext >&5
21845 cat >conftest.$ac_ext <<_ACEOF
21846 /* confdefs.h. */
21847 _ACEOF
21848 cat confdefs.h >>conftest.$ac_ext
21849 cat >>conftest.$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21851 #include <sys/types.h>
21852 #ifdef HAVE_SYS_MTIO_H
21853 #include <sys/mtio.h>
21854 #endif
21857 main ()
21859 static struct mtget ac_aggr;
21860 if (sizeof ac_aggr.mt_blkno)
21861 return 0;
21863 return 0;
21865 _ACEOF
21866 rm -f conftest.$ac_objext
21867 if { (ac_try="$ac_compile"
21868 case "(($ac_try" in
21869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21870 *) ac_try_echo=$ac_try;;
21871 esac
21872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21873 (eval "$ac_compile") 2>conftest.er1
21874 ac_status=$?
21875 grep -v '^ *+' conftest.er1 >conftest.err
21876 rm -f conftest.er1
21877 cat conftest.err >&5
21878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21879 (exit $ac_status); } && {
21880 test -z "$ac_c_werror_flag" ||
21881 test ! -s conftest.err
21882 } && test -s conftest.$ac_objext; then
21883 ac_cv_member_struct_mtget_mt_blkno=yes
21884 else
21885 echo "$as_me: failed program was:" >&5
21886 sed 's/^/| /' conftest.$ac_ext >&5
21888 ac_cv_member_struct_mtget_mt_blkno=no
21891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21896 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21897 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21898 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21900 cat >>confdefs.h <<_ACEOF
21901 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21902 _ACEOF
21908 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21909 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21910 if test "${ac_cv_member_struct_option_name+set}" = set; then
21911 echo $ECHO_N "(cached) $ECHO_C" >&6
21912 else
21913 cat >conftest.$ac_ext <<_ACEOF
21914 /* confdefs.h. */
21915 _ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h. */
21919 #ifdef HAVE_GETOPT_H
21920 #include <getopt.h>
21921 #endif
21924 main ()
21926 static struct option ac_aggr;
21927 if (ac_aggr.name)
21928 return 0;
21930 return 0;
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937 *) ac_try_echo=$ac_try;;
21938 esac
21939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21940 (eval "$ac_compile") 2>conftest.er1
21941 ac_status=$?
21942 grep -v '^ *+' conftest.er1 >conftest.err
21943 rm -f conftest.er1
21944 cat conftest.err >&5
21945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946 (exit $ac_status); } && {
21947 test -z "$ac_c_werror_flag" ||
21948 test ! -s conftest.err
21949 } && test -s conftest.$ac_objext; then
21950 ac_cv_member_struct_option_name=yes
21951 else
21952 echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21955 cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h. */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h. */
21961 #ifdef HAVE_GETOPT_H
21962 #include <getopt.h>
21963 #endif
21966 main ()
21968 static struct option ac_aggr;
21969 if (sizeof ac_aggr.name)
21970 return 0;
21972 return 0;
21974 _ACEOF
21975 rm -f conftest.$ac_objext
21976 if { (ac_try="$ac_compile"
21977 case "(($ac_try" in
21978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21979 *) ac_try_echo=$ac_try;;
21980 esac
21981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21982 (eval "$ac_compile") 2>conftest.er1
21983 ac_status=$?
21984 grep -v '^ *+' conftest.er1 >conftest.err
21985 rm -f conftest.er1
21986 cat conftest.err >&5
21987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21988 (exit $ac_status); } && {
21989 test -z "$ac_c_werror_flag" ||
21990 test ! -s conftest.err
21991 } && test -s conftest.$ac_objext; then
21992 ac_cv_member_struct_option_name=yes
21993 else
21994 echo "$as_me: failed program was:" >&5
21995 sed 's/^/| /' conftest.$ac_ext >&5
21997 ac_cv_member_struct_option_name=no
22000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22005 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22006 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22007 if test $ac_cv_member_struct_option_name = yes; then
22009 cat >>confdefs.h <<_ACEOF
22010 #define HAVE_STRUCT_OPTION_NAME 1
22011 _ACEOF
22017 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22018 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22019 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22020 echo $ECHO_N "(cached) $ECHO_C" >&6
22021 else
22022 cat >conftest.$ac_ext <<_ACEOF
22023 /* confdefs.h. */
22024 _ACEOF
22025 cat confdefs.h >>conftest.$ac_ext
22026 cat >>conftest.$ac_ext <<_ACEOF
22027 /* end confdefs.h. */
22028 $ac_includes_default
22030 main ()
22032 static struct stat ac_aggr;
22033 if (ac_aggr.st_blocks)
22034 return 0;
22036 return 0;
22038 _ACEOF
22039 rm -f conftest.$ac_objext
22040 if { (ac_try="$ac_compile"
22041 case "(($ac_try" in
22042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22043 *) ac_try_echo=$ac_try;;
22044 esac
22045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22046 (eval "$ac_compile") 2>conftest.er1
22047 ac_status=$?
22048 grep -v '^ *+' conftest.er1 >conftest.err
22049 rm -f conftest.er1
22050 cat conftest.err >&5
22051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052 (exit $ac_status); } && {
22053 test -z "$ac_c_werror_flag" ||
22054 test ! -s conftest.err
22055 } && test -s conftest.$ac_objext; then
22056 ac_cv_member_struct_stat_st_blocks=yes
22057 else
22058 echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22061 cat >conftest.$ac_ext <<_ACEOF
22062 /* confdefs.h. */
22063 _ACEOF
22064 cat confdefs.h >>conftest.$ac_ext
22065 cat >>conftest.$ac_ext <<_ACEOF
22066 /* end confdefs.h. */
22067 $ac_includes_default
22069 main ()
22071 static struct stat ac_aggr;
22072 if (sizeof ac_aggr.st_blocks)
22073 return 0;
22075 return 0;
22077 _ACEOF
22078 rm -f conftest.$ac_objext
22079 if { (ac_try="$ac_compile"
22080 case "(($ac_try" in
22081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22082 *) ac_try_echo=$ac_try;;
22083 esac
22084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22085 (eval "$ac_compile") 2>conftest.er1
22086 ac_status=$?
22087 grep -v '^ *+' conftest.er1 >conftest.err
22088 rm -f conftest.er1
22089 cat conftest.err >&5
22090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22091 (exit $ac_status); } && {
22092 test -z "$ac_c_werror_flag" ||
22093 test ! -s conftest.err
22094 } && test -s conftest.$ac_objext; then
22095 ac_cv_member_struct_stat_st_blocks=yes
22096 else
22097 echo "$as_me: failed program was:" >&5
22098 sed 's/^/| /' conftest.$ac_ext >&5
22100 ac_cv_member_struct_stat_st_blocks=no
22103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22108 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22109 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22110 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22112 cat >>confdefs.h <<_ACEOF
22113 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22114 _ACEOF
22118 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22119 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22120 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22121 echo $ECHO_N "(cached) $ECHO_C" >&6
22122 else
22123 cat >conftest.$ac_ext <<_ACEOF
22124 /* confdefs.h. */
22125 _ACEOF
22126 cat confdefs.h >>conftest.$ac_ext
22127 cat >>conftest.$ac_ext <<_ACEOF
22128 /* end confdefs.h. */
22129 $ac_includes_default
22131 main ()
22133 static struct stat ac_aggr;
22134 if (ac_aggr.st_mtim)
22135 return 0;
22137 return 0;
22139 _ACEOF
22140 rm -f conftest.$ac_objext
22141 if { (ac_try="$ac_compile"
22142 case "(($ac_try" in
22143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22144 *) ac_try_echo=$ac_try;;
22145 esac
22146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22147 (eval "$ac_compile") 2>conftest.er1
22148 ac_status=$?
22149 grep -v '^ *+' conftest.er1 >conftest.err
22150 rm -f conftest.er1
22151 cat conftest.err >&5
22152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22153 (exit $ac_status); } && {
22154 test -z "$ac_c_werror_flag" ||
22155 test ! -s conftest.err
22156 } && test -s conftest.$ac_objext; then
22157 ac_cv_member_struct_stat_st_mtim=yes
22158 else
22159 echo "$as_me: failed program was:" >&5
22160 sed 's/^/| /' conftest.$ac_ext >&5
22162 cat >conftest.$ac_ext <<_ACEOF
22163 /* confdefs.h. */
22164 _ACEOF
22165 cat confdefs.h >>conftest.$ac_ext
22166 cat >>conftest.$ac_ext <<_ACEOF
22167 /* end confdefs.h. */
22168 $ac_includes_default
22170 main ()
22172 static struct stat ac_aggr;
22173 if (sizeof ac_aggr.st_mtim)
22174 return 0;
22176 return 0;
22178 _ACEOF
22179 rm -f conftest.$ac_objext
22180 if { (ac_try="$ac_compile"
22181 case "(($ac_try" in
22182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22183 *) ac_try_echo=$ac_try;;
22184 esac
22185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22186 (eval "$ac_compile") 2>conftest.er1
22187 ac_status=$?
22188 grep -v '^ *+' conftest.er1 >conftest.err
22189 rm -f conftest.er1
22190 cat conftest.err >&5
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); } && {
22193 test -z "$ac_c_werror_flag" ||
22194 test ! -s conftest.err
22195 } && test -s conftest.$ac_objext; then
22196 ac_cv_member_struct_stat_st_mtim=yes
22197 else
22198 echo "$as_me: failed program was:" >&5
22199 sed 's/^/| /' conftest.$ac_ext >&5
22201 ac_cv_member_struct_stat_st_mtim=no
22204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22210 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22211 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22213 cat >>confdefs.h <<_ACEOF
22214 #define HAVE_STRUCT_STAT_ST_MTIM 1
22215 _ACEOF
22219 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22220 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22221 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22222 echo $ECHO_N "(cached) $ECHO_C" >&6
22223 else
22224 cat >conftest.$ac_ext <<_ACEOF
22225 /* confdefs.h. */
22226 _ACEOF
22227 cat confdefs.h >>conftest.$ac_ext
22228 cat >>conftest.$ac_ext <<_ACEOF
22229 /* end confdefs.h. */
22230 $ac_includes_default
22232 main ()
22234 static struct stat ac_aggr;
22235 if (ac_aggr.st_ctim)
22236 return 0;
22238 return 0;
22240 _ACEOF
22241 rm -f conftest.$ac_objext
22242 if { (ac_try="$ac_compile"
22243 case "(($ac_try" in
22244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22245 *) ac_try_echo=$ac_try;;
22246 esac
22247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22248 (eval "$ac_compile") 2>conftest.er1
22249 ac_status=$?
22250 grep -v '^ *+' conftest.er1 >conftest.err
22251 rm -f conftest.er1
22252 cat conftest.err >&5
22253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22254 (exit $ac_status); } && {
22255 test -z "$ac_c_werror_flag" ||
22256 test ! -s conftest.err
22257 } && test -s conftest.$ac_objext; then
22258 ac_cv_member_struct_stat_st_ctim=yes
22259 else
22260 echo "$as_me: failed program was:" >&5
22261 sed 's/^/| /' conftest.$ac_ext >&5
22263 cat >conftest.$ac_ext <<_ACEOF
22264 /* confdefs.h. */
22265 _ACEOF
22266 cat confdefs.h >>conftest.$ac_ext
22267 cat >>conftest.$ac_ext <<_ACEOF
22268 /* end confdefs.h. */
22269 $ac_includes_default
22271 main ()
22273 static struct stat ac_aggr;
22274 if (sizeof ac_aggr.st_ctim)
22275 return 0;
22277 return 0;
22279 _ACEOF
22280 rm -f conftest.$ac_objext
22281 if { (ac_try="$ac_compile"
22282 case "(($ac_try" in
22283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22284 *) ac_try_echo=$ac_try;;
22285 esac
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22287 (eval "$ac_compile") 2>conftest.er1
22288 ac_status=$?
22289 grep -v '^ *+' conftest.er1 >conftest.err
22290 rm -f conftest.er1
22291 cat conftest.err >&5
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err
22296 } && test -s conftest.$ac_objext; then
22297 ac_cv_member_struct_stat_st_ctim=yes
22298 else
22299 echo "$as_me: failed program was:" >&5
22300 sed 's/^/| /' conftest.$ac_ext >&5
22302 ac_cv_member_struct_stat_st_ctim=no
22305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22310 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22311 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22312 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22314 cat >>confdefs.h <<_ACEOF
22315 #define HAVE_STRUCT_STAT_ST_CTIM 1
22316 _ACEOF
22320 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22321 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22322 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22323 echo $ECHO_N "(cached) $ECHO_C" >&6
22324 else
22325 cat >conftest.$ac_ext <<_ACEOF
22326 /* confdefs.h. */
22327 _ACEOF
22328 cat confdefs.h >>conftest.$ac_ext
22329 cat >>conftest.$ac_ext <<_ACEOF
22330 /* end confdefs.h. */
22331 $ac_includes_default
22333 main ()
22335 static struct stat ac_aggr;
22336 if (ac_aggr.st_atim)
22337 return 0;
22339 return 0;
22341 _ACEOF
22342 rm -f conftest.$ac_objext
22343 if { (ac_try="$ac_compile"
22344 case "(($ac_try" in
22345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22346 *) ac_try_echo=$ac_try;;
22347 esac
22348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22349 (eval "$ac_compile") 2>conftest.er1
22350 ac_status=$?
22351 grep -v '^ *+' conftest.er1 >conftest.err
22352 rm -f conftest.er1
22353 cat conftest.err >&5
22354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22355 (exit $ac_status); } && {
22356 test -z "$ac_c_werror_flag" ||
22357 test ! -s conftest.err
22358 } && test -s conftest.$ac_objext; then
22359 ac_cv_member_struct_stat_st_atim=yes
22360 else
22361 echo "$as_me: failed program was:" >&5
22362 sed 's/^/| /' conftest.$ac_ext >&5
22364 cat >conftest.$ac_ext <<_ACEOF
22365 /* confdefs.h. */
22366 _ACEOF
22367 cat confdefs.h >>conftest.$ac_ext
22368 cat >>conftest.$ac_ext <<_ACEOF
22369 /* end confdefs.h. */
22370 $ac_includes_default
22372 main ()
22374 static struct stat ac_aggr;
22375 if (sizeof ac_aggr.st_atim)
22376 return 0;
22378 return 0;
22380 _ACEOF
22381 rm -f conftest.$ac_objext
22382 if { (ac_try="$ac_compile"
22383 case "(($ac_try" in
22384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22385 *) ac_try_echo=$ac_try;;
22386 esac
22387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22388 (eval "$ac_compile") 2>conftest.er1
22389 ac_status=$?
22390 grep -v '^ *+' conftest.er1 >conftest.err
22391 rm -f conftest.er1
22392 cat conftest.err >&5
22393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22394 (exit $ac_status); } && {
22395 test -z "$ac_c_werror_flag" ||
22396 test ! -s conftest.err
22397 } && test -s conftest.$ac_objext; then
22398 ac_cv_member_struct_stat_st_atim=yes
22399 else
22400 echo "$as_me: failed program was:" >&5
22401 sed 's/^/| /' conftest.$ac_ext >&5
22403 ac_cv_member_struct_stat_st_atim=no
22406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22411 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22412 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22413 if test $ac_cv_member_struct_stat_st_atim = yes; then
22415 cat >>confdefs.h <<_ACEOF
22416 #define HAVE_STRUCT_STAT_ST_ATIM 1
22417 _ACEOF
22423 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22424 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22425 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22426 echo $ECHO_N "(cached) $ECHO_C" >&6
22427 else
22428 cat >conftest.$ac_ext <<_ACEOF
22429 /* confdefs.h. */
22430 _ACEOF
22431 cat confdefs.h >>conftest.$ac_ext
22432 cat >>conftest.$ac_ext <<_ACEOF
22433 /* end confdefs.h. */
22434 #ifdef HAVE_SYS_TYPES_H
22435 #include <sys/types.h>
22436 #endif
22437 #ifdef HAVE_NETINET_IN_H
22438 #include <netinet/in.h>
22439 #endif
22442 main ()
22444 static struct sockaddr_in6 ac_aggr;
22445 if (ac_aggr.sin6_scope_id)
22446 return 0;
22448 return 0;
22450 _ACEOF
22451 rm -f conftest.$ac_objext
22452 if { (ac_try="$ac_compile"
22453 case "(($ac_try" in
22454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22455 *) ac_try_echo=$ac_try;;
22456 esac
22457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22458 (eval "$ac_compile") 2>conftest.er1
22459 ac_status=$?
22460 grep -v '^ *+' conftest.er1 >conftest.err
22461 rm -f conftest.er1
22462 cat conftest.err >&5
22463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22464 (exit $ac_status); } && {
22465 test -z "$ac_c_werror_flag" ||
22466 test ! -s conftest.err
22467 } && test -s conftest.$ac_objext; then
22468 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22469 else
22470 echo "$as_me: failed program was:" >&5
22471 sed 's/^/| /' conftest.$ac_ext >&5
22473 cat >conftest.$ac_ext <<_ACEOF
22474 /* confdefs.h. */
22475 _ACEOF
22476 cat confdefs.h >>conftest.$ac_ext
22477 cat >>conftest.$ac_ext <<_ACEOF
22478 /* end confdefs.h. */
22479 #ifdef HAVE_SYS_TYPES_H
22480 #include <sys/types.h>
22481 #endif
22482 #ifdef HAVE_NETINET_IN_H
22483 #include <netinet/in.h>
22484 #endif
22487 main ()
22489 static struct sockaddr_in6 ac_aggr;
22490 if (sizeof ac_aggr.sin6_scope_id)
22491 return 0;
22493 return 0;
22495 _ACEOF
22496 rm -f conftest.$ac_objext
22497 if { (ac_try="$ac_compile"
22498 case "(($ac_try" in
22499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22500 *) ac_try_echo=$ac_try;;
22501 esac
22502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22503 (eval "$ac_compile") 2>conftest.er1
22504 ac_status=$?
22505 grep -v '^ *+' conftest.er1 >conftest.err
22506 rm -f conftest.er1
22507 cat conftest.err >&5
22508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22509 (exit $ac_status); } && {
22510 test -z "$ac_c_werror_flag" ||
22511 test ! -s conftest.err
22512 } && test -s conftest.$ac_objext; then
22513 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22514 else
22515 echo "$as_me: failed program was:" >&5
22516 sed 's/^/| /' conftest.$ac_ext >&5
22518 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22526 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22527 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22528 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22530 cat >>confdefs.h <<_ACEOF
22531 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22532 _ACEOF
22538 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22539 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22540 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22541 echo $ECHO_N "(cached) $ECHO_C" >&6
22542 else
22543 cat >conftest.$ac_ext <<_ACEOF
22544 /* confdefs.h. */
22545 _ACEOF
22546 cat confdefs.h >>conftest.$ac_ext
22547 cat >>conftest.$ac_ext <<_ACEOF
22548 /* end confdefs.h. */
22549 #ifdef HAVE_SYS_TYPES_H
22550 #include <sys/types.h>
22551 #endif
22552 #ifdef HAVE_NETINET_IN_H
22553 # include <netinet/in.h>
22554 #endif
22555 #ifdef HAVE_ARPA_NAMESER_H
22556 # include <arpa/nameser.h>
22557 #endif
22560 main ()
22562 static ns_msg ac_aggr;
22563 if (ac_aggr._msg_ptr)
22564 return 0;
22566 return 0;
22568 _ACEOF
22569 rm -f conftest.$ac_objext
22570 if { (ac_try="$ac_compile"
22571 case "(($ac_try" in
22572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22573 *) ac_try_echo=$ac_try;;
22574 esac
22575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22576 (eval "$ac_compile") 2>conftest.er1
22577 ac_status=$?
22578 grep -v '^ *+' conftest.er1 >conftest.err
22579 rm -f conftest.er1
22580 cat conftest.err >&5
22581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22582 (exit $ac_status); } && {
22583 test -z "$ac_c_werror_flag" ||
22584 test ! -s conftest.err
22585 } && test -s conftest.$ac_objext; then
22586 ac_cv_member_ns_msg__msg_ptr=yes
22587 else
22588 echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22591 cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h. */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h. */
22597 #ifdef HAVE_SYS_TYPES_H
22598 #include <sys/types.h>
22599 #endif
22600 #ifdef HAVE_NETINET_IN_H
22601 # include <netinet/in.h>
22602 #endif
22603 #ifdef HAVE_ARPA_NAMESER_H
22604 # include <arpa/nameser.h>
22605 #endif
22608 main ()
22610 static ns_msg ac_aggr;
22611 if (sizeof ac_aggr._msg_ptr)
22612 return 0;
22614 return 0;
22616 _ACEOF
22617 rm -f conftest.$ac_objext
22618 if { (ac_try="$ac_compile"
22619 case "(($ac_try" in
22620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22621 *) ac_try_echo=$ac_try;;
22622 esac
22623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22624 (eval "$ac_compile") 2>conftest.er1
22625 ac_status=$?
22626 grep -v '^ *+' conftest.er1 >conftest.err
22627 rm -f conftest.er1
22628 cat conftest.err >&5
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); } && {
22631 test -z "$ac_c_werror_flag" ||
22632 test ! -s conftest.err
22633 } && test -s conftest.$ac_objext; then
22634 ac_cv_member_ns_msg__msg_ptr=yes
22635 else
22636 echo "$as_me: failed program was:" >&5
22637 sed 's/^/| /' conftest.$ac_ext >&5
22639 ac_cv_member_ns_msg__msg_ptr=no
22642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22647 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22648 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22649 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22651 cat >>confdefs.h <<_ACEOF
22652 #define HAVE_NS_MSG__MSG_PTR 1
22653 _ACEOF
22659 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22660 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22661 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22662 echo $ECHO_N "(cached) $ECHO_C" >&6
22663 else
22664 cat >conftest.$ac_ext <<_ACEOF
22665 /* confdefs.h. */
22666 _ACEOF
22667 cat confdefs.h >>conftest.$ac_ext
22668 cat >>conftest.$ac_ext <<_ACEOF
22669 /* end confdefs.h. */
22670 #ifdef HAVE_SYS_TYPES_H
22671 #include <sys/types.h>
22672 #endif
22673 #ifdef HAVE_ALIAS_H
22674 #include <alias.h>
22675 #endif
22676 #ifdef HAVE_SYS_SOCKET_H
22677 #include <sys/socket.h>
22678 #endif
22679 #ifdef HAVE_SYS_SOCKETVAR_H
22680 #include <sys/socketvar.h>
22681 #endif
22682 #ifdef HAVE_SYS_TIMEOUT_H
22683 #include <sys/timeout.h>
22684 #endif
22685 #ifdef HAVE_NETINET_IN_H
22686 #include <netinet/in.h>
22687 #endif
22688 #ifdef HAVE_NETINET_IN_SYSTM_H
22689 #include <netinet/in_systm.h>
22690 #endif
22691 #ifdef HAVE_NETINET_IP_H
22692 #include <netinet/ip.h>
22693 #endif
22694 #ifdef HAVE_NETINET_IP_VAR_H
22695 #include <netinet/ip_var.h>
22696 #endif
22697 #ifdef HAVE_NETINET_IP_ICMP_H
22698 #include <netinet/ip_icmp.h>
22699 #endif
22700 #ifdef HAVE_NETINET_ICMP_VAR
22701 #include <netinet/icmp_var.h>
22702 #endif
22705 main ()
22707 static struct icmpstat ac_aggr;
22708 if (ac_aggr.icps_outhist)
22709 return 0;
22711 return 0;
22713 _ACEOF
22714 rm -f conftest.$ac_objext
22715 if { (ac_try="$ac_compile"
22716 case "(($ac_try" in
22717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22718 *) ac_try_echo=$ac_try;;
22719 esac
22720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22721 (eval "$ac_compile") 2>conftest.er1
22722 ac_status=$?
22723 grep -v '^ *+' conftest.er1 >conftest.err
22724 rm -f conftest.er1
22725 cat conftest.err >&5
22726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22727 (exit $ac_status); } && {
22728 test -z "$ac_c_werror_flag" ||
22729 test ! -s conftest.err
22730 } && test -s conftest.$ac_objext; then
22731 ac_cv_member_struct_icmpstat_icps_outhist=yes
22732 else
22733 echo "$as_me: failed program was:" >&5
22734 sed 's/^/| /' conftest.$ac_ext >&5
22736 cat >conftest.$ac_ext <<_ACEOF
22737 /* confdefs.h. */
22738 _ACEOF
22739 cat confdefs.h >>conftest.$ac_ext
22740 cat >>conftest.$ac_ext <<_ACEOF
22741 /* end confdefs.h. */
22742 #ifdef HAVE_SYS_TYPES_H
22743 #include <sys/types.h>
22744 #endif
22745 #ifdef HAVE_ALIAS_H
22746 #include <alias.h>
22747 #endif
22748 #ifdef HAVE_SYS_SOCKET_H
22749 #include <sys/socket.h>
22750 #endif
22751 #ifdef HAVE_SYS_SOCKETVAR_H
22752 #include <sys/socketvar.h>
22753 #endif
22754 #ifdef HAVE_SYS_TIMEOUT_H
22755 #include <sys/timeout.h>
22756 #endif
22757 #ifdef HAVE_NETINET_IN_H
22758 #include <netinet/in.h>
22759 #endif
22760 #ifdef HAVE_NETINET_IN_SYSTM_H
22761 #include <netinet/in_systm.h>
22762 #endif
22763 #ifdef HAVE_NETINET_IP_H
22764 #include <netinet/ip.h>
22765 #endif
22766 #ifdef HAVE_NETINET_IP_VAR_H
22767 #include <netinet/ip_var.h>
22768 #endif
22769 #ifdef HAVE_NETINET_IP_ICMP_H
22770 #include <netinet/ip_icmp.h>
22771 #endif
22772 #ifdef HAVE_NETINET_ICMP_VAR
22773 #include <netinet/icmp_var.h>
22774 #endif
22777 main ()
22779 static struct icmpstat ac_aggr;
22780 if (sizeof ac_aggr.icps_outhist)
22781 return 0;
22783 return 0;
22785 _ACEOF
22786 rm -f conftest.$ac_objext
22787 if { (ac_try="$ac_compile"
22788 case "(($ac_try" in
22789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22790 *) ac_try_echo=$ac_try;;
22791 esac
22792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22793 (eval "$ac_compile") 2>conftest.er1
22794 ac_status=$?
22795 grep -v '^ *+' conftest.er1 >conftest.err
22796 rm -f conftest.er1
22797 cat conftest.err >&5
22798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22799 (exit $ac_status); } && {
22800 test -z "$ac_c_werror_flag" ||
22801 test ! -s conftest.err
22802 } && test -s conftest.$ac_objext; then
22803 ac_cv_member_struct_icmpstat_icps_outhist=yes
22804 else
22805 echo "$as_me: failed program was:" >&5
22806 sed 's/^/| /' conftest.$ac_ext >&5
22808 ac_cv_member_struct_icmpstat_icps_outhist=no
22811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22816 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22817 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22818 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22820 cat >>confdefs.h <<_ACEOF
22821 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22822 _ACEOF
22828 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22829 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22830 if test "${ac_cv_have_timezone+set}" = set; then
22831 echo $ECHO_N "(cached) $ECHO_C" >&6
22832 else
22833 cat >conftest.$ac_ext <<_ACEOF
22834 /* confdefs.h. */
22835 _ACEOF
22836 cat confdefs.h >>conftest.$ac_ext
22837 cat >>conftest.$ac_ext <<_ACEOF
22838 /* end confdefs.h. */
22839 #include <time.h>
22841 main ()
22843 timezone = 1
22845 return 0;
22847 _ACEOF
22848 rm -f conftest.$ac_objext conftest$ac_exeext
22849 if { (ac_try="$ac_link"
22850 case "(($ac_try" in
22851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22852 *) ac_try_echo=$ac_try;;
22853 esac
22854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22855 (eval "$ac_link") 2>conftest.er1
22856 ac_status=$?
22857 grep -v '^ *+' conftest.er1 >conftest.err
22858 rm -f conftest.er1
22859 cat conftest.err >&5
22860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22861 (exit $ac_status); } && {
22862 test -z "$ac_c_werror_flag" ||
22863 test ! -s conftest.err
22864 } && test -s conftest$ac_exeext &&
22865 $as_test_x conftest$ac_exeext; then
22866 ac_cv_have_timezone="yes"
22867 else
22868 echo "$as_me: failed program was:" >&5
22869 sed 's/^/| /' conftest.$ac_ext >&5
22871 ac_cv_have_timezone="no"
22874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22875 conftest$ac_exeext conftest.$ac_ext
22877 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22878 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22879 if test "$ac_cv_have_timezone" = "yes"
22880 then
22882 cat >>confdefs.h <<\_ACEOF
22883 #define HAVE_TIMEZONE 1
22884 _ACEOF
22887 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22888 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22889 if test "${ac_cv_have_daylight+set}" = set; then
22890 echo $ECHO_N "(cached) $ECHO_C" >&6
22891 else
22892 cat >conftest.$ac_ext <<_ACEOF
22893 /* confdefs.h. */
22894 _ACEOF
22895 cat confdefs.h >>conftest.$ac_ext
22896 cat >>conftest.$ac_ext <<_ACEOF
22897 /* end confdefs.h. */
22898 #include <time.h>
22900 main ()
22902 daylight = 1
22904 return 0;
22906 _ACEOF
22907 rm -f conftest.$ac_objext conftest$ac_exeext
22908 if { (ac_try="$ac_link"
22909 case "(($ac_try" in
22910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22911 *) ac_try_echo=$ac_try;;
22912 esac
22913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22914 (eval "$ac_link") 2>conftest.er1
22915 ac_status=$?
22916 grep -v '^ *+' conftest.er1 >conftest.err
22917 rm -f conftest.er1
22918 cat conftest.err >&5
22919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22920 (exit $ac_status); } && {
22921 test -z "$ac_c_werror_flag" ||
22922 test ! -s conftest.err
22923 } && test -s conftest$ac_exeext &&
22924 $as_test_x conftest$ac_exeext; then
22925 ac_cv_have_daylight="yes"
22926 else
22927 echo "$as_me: failed program was:" >&5
22928 sed 's/^/| /' conftest.$ac_ext >&5
22930 ac_cv_have_daylight="no"
22933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22934 conftest$ac_exeext conftest.$ac_ext
22936 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22937 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22938 if test "$ac_cv_have_daylight" = "yes"
22939 then
22941 cat >>confdefs.h <<\_ACEOF
22942 #define HAVE_DAYLIGHT 1
22943 _ACEOF
22947 { echo "$as_me:$LINENO: checking for isinf" >&5
22948 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22949 if test "${ac_cv_have_isinf+set}" = set; then
22950 echo $ECHO_N "(cached) $ECHO_C" >&6
22951 else
22952 cat >conftest.$ac_ext <<_ACEOF
22953 /* confdefs.h. */
22954 _ACEOF
22955 cat confdefs.h >>conftest.$ac_ext
22956 cat >>conftest.$ac_ext <<_ACEOF
22957 /* end confdefs.h. */
22958 #include <math.h>
22960 main ()
22962 float f = 0.0; int i=isinf(f)
22964 return 0;
22966 _ACEOF
22967 rm -f conftest.$ac_objext conftest$ac_exeext
22968 if { (ac_try="$ac_link"
22969 case "(($ac_try" in
22970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22971 *) ac_try_echo=$ac_try;;
22972 esac
22973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22974 (eval "$ac_link") 2>conftest.er1
22975 ac_status=$?
22976 grep -v '^ *+' conftest.er1 >conftest.err
22977 rm -f conftest.er1
22978 cat conftest.err >&5
22979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980 (exit $ac_status); } && {
22981 test -z "$ac_c_werror_flag" ||
22982 test ! -s conftest.err
22983 } && test -s conftest$ac_exeext &&
22984 $as_test_x conftest$ac_exeext; then
22985 ac_cv_have_isinf="yes"
22986 else
22987 echo "$as_me: failed program was:" >&5
22988 sed 's/^/| /' conftest.$ac_ext >&5
22990 ac_cv_have_isinf="no"
22993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22994 conftest$ac_exeext conftest.$ac_ext
22996 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22997 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22998 if test "$ac_cv_have_isinf" = "yes"
22999 then
23001 cat >>confdefs.h <<\_ACEOF
23002 #define HAVE_ISINF 1
23003 _ACEOF
23007 { echo "$as_me:$LINENO: checking for isnan" >&5
23008 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23009 if test "${ac_cv_have_isnan+set}" = set; then
23010 echo $ECHO_N "(cached) $ECHO_C" >&6
23011 else
23012 cat >conftest.$ac_ext <<_ACEOF
23013 /* confdefs.h. */
23014 _ACEOF
23015 cat confdefs.h >>conftest.$ac_ext
23016 cat >>conftest.$ac_ext <<_ACEOF
23017 /* end confdefs.h. */
23018 #include <math.h>
23020 main ()
23022 float f = 0.0; int i=isnan(f)
23024 return 0;
23026 _ACEOF
23027 rm -f conftest.$ac_objext conftest$ac_exeext
23028 if { (ac_try="$ac_link"
23029 case "(($ac_try" in
23030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23031 *) ac_try_echo=$ac_try;;
23032 esac
23033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23034 (eval "$ac_link") 2>conftest.er1
23035 ac_status=$?
23036 grep -v '^ *+' conftest.er1 >conftest.err
23037 rm -f conftest.er1
23038 cat conftest.err >&5
23039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23040 (exit $ac_status); } && {
23041 test -z "$ac_c_werror_flag" ||
23042 test ! -s conftest.err
23043 } && test -s conftest$ac_exeext &&
23044 $as_test_x conftest$ac_exeext; then
23045 ac_cv_have_isnan="yes"
23046 else
23047 echo "$as_me: failed program was:" >&5
23048 sed 's/^/| /' conftest.$ac_ext >&5
23050 ac_cv_have_isnan="no"
23053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23054 conftest$ac_exeext conftest.$ac_ext
23056 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23057 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23058 if test "$ac_cv_have_isnan" = "yes"
23059 then
23061 cat >>confdefs.h <<\_ACEOF
23062 #define HAVE_ISNAN 1
23063 _ACEOF
23068 case $host_cpu in
23069 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23070 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23071 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23072 echo $ECHO_N "(cached) $ECHO_C" >&6
23073 else
23074 cat >conftest.$ac_ext <<_ACEOF
23075 /* confdefs.h. */
23076 _ACEOF
23077 cat confdefs.h >>conftest.$ac_ext
23078 cat >>conftest.$ac_ext <<_ACEOF
23079 /* end confdefs.h. */
23080 #ifndef __i386__
23082 #endif
23083 _ACEOF
23084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23085 $EGREP "yes" >/dev/null 2>&1; then
23086 ac_cv_cpp_def___i386__=yes
23087 else
23088 ac_cv_cpp_def___i386__=no
23090 rm -f conftest*
23093 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23094 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23095 if test $ac_cv_cpp_def___i386__ = yes; then
23096 CFLAGS="$CFLAGS -D__i386__"
23097 LINTFLAGS="$LINTFLAGS -D__i386__"
23100 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23101 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23102 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23103 echo $ECHO_N "(cached) $ECHO_C" >&6
23104 else
23105 cat >conftest.$ac_ext <<_ACEOF
23106 /* confdefs.h. */
23107 _ACEOF
23108 cat confdefs.h >>conftest.$ac_ext
23109 cat >>conftest.$ac_ext <<_ACEOF
23110 /* end confdefs.h. */
23111 #ifndef __x86_64__
23113 #endif
23114 _ACEOF
23115 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23116 $EGREP "yes" >/dev/null 2>&1; then
23117 ac_cv_cpp_def___x86_64__=yes
23118 else
23119 ac_cv_cpp_def___x86_64__=no
23121 rm -f conftest*
23124 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23125 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23126 if test $ac_cv_cpp_def___x86_64__ = yes; then
23127 CFLAGS="$CFLAGS -D__x86_64__"
23128 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23131 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23132 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23133 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23134 echo $ECHO_N "(cached) $ECHO_C" >&6
23135 else
23136 cat >conftest.$ac_ext <<_ACEOF
23137 /* confdefs.h. */
23138 _ACEOF
23139 cat confdefs.h >>conftest.$ac_ext
23140 cat >>conftest.$ac_ext <<_ACEOF
23141 /* end confdefs.h. */
23142 #ifndef __ALPHA__
23144 #endif
23145 _ACEOF
23146 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23147 $EGREP "yes" >/dev/null 2>&1; then
23148 ac_cv_cpp_def___ALPHA__=yes
23149 else
23150 ac_cv_cpp_def___ALPHA__=no
23152 rm -f conftest*
23155 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23156 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23157 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23158 CFLAGS="$CFLAGS -D__ALPHA__"
23159 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23162 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23163 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23164 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23165 echo $ECHO_N "(cached) $ECHO_C" >&6
23166 else
23167 cat >conftest.$ac_ext <<_ACEOF
23168 /* confdefs.h. */
23169 _ACEOF
23170 cat confdefs.h >>conftest.$ac_ext
23171 cat >>conftest.$ac_ext <<_ACEOF
23172 /* end confdefs.h. */
23173 #ifndef __sparc__
23175 #endif
23176 _ACEOF
23177 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23178 $EGREP "yes" >/dev/null 2>&1; then
23179 ac_cv_cpp_def___sparc__=yes
23180 else
23181 ac_cv_cpp_def___sparc__=no
23183 rm -f conftest*
23186 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23187 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23188 if test $ac_cv_cpp_def___sparc__ = yes; then
23189 CFLAGS="$CFLAGS -D__sparc__"
23190 LINTFLAGS="$LINTFLAGS -D__sparc__"
23193 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23194 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23195 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23196 echo $ECHO_N "(cached) $ECHO_C" >&6
23197 else
23198 cat >conftest.$ac_ext <<_ACEOF
23199 /* confdefs.h. */
23200 _ACEOF
23201 cat confdefs.h >>conftest.$ac_ext
23202 cat >>conftest.$ac_ext <<_ACEOF
23203 /* end confdefs.h. */
23204 #ifndef __powerpc__
23206 #endif
23207 _ACEOF
23208 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23209 $EGREP "yes" >/dev/null 2>&1; then
23210 ac_cv_cpp_def___powerpc__=yes
23211 else
23212 ac_cv_cpp_def___powerpc__=no
23214 rm -f conftest*
23217 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23218 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23219 if test $ac_cv_cpp_def___powerpc__ = yes; then
23220 CFLAGS="$CFLAGS -D__powerpc__"
23221 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23224 esac
23226 case $host_vendor in
23227 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23228 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23229 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23230 echo $ECHO_N "(cached) $ECHO_C" >&6
23231 else
23232 cat >conftest.$ac_ext <<_ACEOF
23233 /* confdefs.h. */
23234 _ACEOF
23235 cat confdefs.h >>conftest.$ac_ext
23236 cat >>conftest.$ac_ext <<_ACEOF
23237 /* end confdefs.h. */
23238 #ifndef __sun__
23240 #endif
23241 _ACEOF
23242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23243 $EGREP "yes" >/dev/null 2>&1; then
23244 ac_cv_cpp_def___sun__=yes
23245 else
23246 ac_cv_cpp_def___sun__=no
23248 rm -f conftest*
23251 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23252 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23253 if test $ac_cv_cpp_def___sun__ = yes; then
23254 CFLAGS="$CFLAGS -D__sun__"
23255 LINTFLAGS="$LINTFLAGS -D__sun__"
23258 esac
23261 DEPENDENCIES="### Dependencies:
23263 .INIT: Makefile
23264 .BEGIN: Makefile
23265 .MAKEFILEDEPS:
23266 Makefile: dummy
23267 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23269 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23270 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23271 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23272 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23273 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23276 ALL_MAKERULES=""
23278 ALL_MAKEFILES=""
23280 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23283 ALL_TOP_DIRS=""
23285 ALL_DLL_DIRS=""
23287 ALL_IMPLIB_DIRS=""
23289 ALL_TEST_DIRS=""
23291 ALL_PROGRAM_DIRS=""
23293 ALL_PROGRAM_INSTALL_DIRS=""
23295 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23301 ac_config_commands="$ac_config_commands include/stamp-h"
23304 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23306 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23308 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23310 ac_config_commands="$ac_config_commands dlls/user32/resources"
23312 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23314 ac_config_commands="$ac_config_commands include/wine"
23317 ALL_MAKERULES="$ALL_MAKERULES \\
23318 Make.rules"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 Make.rules: Make.rules.in"
23321 MAKE_RULES=Make.rules
23322 ac_config_files="$ac_config_files Make.rules"
23324 ALL_MAKERULES="$ALL_MAKERULES \\
23325 dlls/Makedll.rules"
23326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23327 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23328 MAKE_DLL_RULES=dlls/Makedll.rules
23329 ac_config_files="$ac_config_files dlls/Makedll.rules"
23331 ALL_MAKERULES="$ALL_MAKERULES \\
23332 dlls/Makeimplib.rules"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23335 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23336 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23338 ALL_MAKERULES="$ALL_MAKERULES \\
23339 dlls/Maketest.rules"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23342 MAKE_TEST_RULES=dlls/Maketest.rules
23343 ac_config_files="$ac_config_files dlls/Maketest.rules"
23345 ALL_MAKERULES="$ALL_MAKERULES \\
23346 programs/Makeprog.rules"
23347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23348 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23349 MAKE_PROG_RULES=programs/Makeprog.rules
23350 ac_config_files="$ac_config_files programs/Makeprog.rules"
23355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23356 Makefile: Makefile.in Make.rules"
23357 ac_config_files="$ac_config_files Makefile"
23359 ALL_MAKEFILES="$ALL_MAKEFILES \\
23360 dlls/Makefile"
23361 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23362 dlls"
23363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23364 dlls/Makefile: dlls/Makefile.in Make.rules"
23365 ac_config_files="$ac_config_files dlls/Makefile"
23367 ALL_MAKEFILES="$ALL_MAKEFILES \\
23368 dlls/acledit/Makefile"
23369 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23370 acledit"
23371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23372 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23373 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23375 ALL_MAKEFILES="$ALL_MAKEFILES \\
23376 dlls/aclui/Makefile"
23377 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23378 aclui"
23379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23380 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23381 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23383 ALL_MAKEFILES="$ALL_MAKEFILES \\
23384 dlls/activeds/Makefile"
23385 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23386 activeds"
23387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23388 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23389 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23391 ALL_MAKEFILES="$ALL_MAKEFILES \\
23392 dlls/actxprxy/Makefile"
23393 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23394 actxprxy"
23395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23396 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23397 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23399 ALL_MAKEFILES="$ALL_MAKEFILES \\
23400 dlls/adsiid/Makefile"
23401 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23402 adsiid"
23403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23404 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23405 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23407 ALL_MAKEFILES="$ALL_MAKEFILES \\
23408 dlls/advapi32/Makefile"
23409 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23410 advapi32"
23411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23412 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23413 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23415 ALL_MAKEFILES="$ALL_MAKEFILES \\
23416 dlls/advapi32/tests/Makefile"
23417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23418 advapi32/tests"
23419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23420 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23421 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23423 ALL_MAKEFILES="$ALL_MAKEFILES \\
23424 dlls/advpack/Makefile"
23425 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23426 advpack"
23427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23428 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23429 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23431 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 dlls/advpack/tests/Makefile"
23433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23434 advpack/tests"
23435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23436 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23437 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23439 ALL_MAKEFILES="$ALL_MAKEFILES \\
23440 dlls/amstream/Makefile"
23441 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23442 amstream"
23443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23444 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23445 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23447 ALL_MAKEFILES="$ALL_MAKEFILES \\
23448 dlls/amstream/tests/Makefile"
23449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23450 amstream/tests"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23453 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23455 ALL_MAKEFILES="$ALL_MAKEFILES \\
23456 dlls/appwiz.cpl/Makefile"
23457 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23458 appwiz.cpl"
23459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23460 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23461 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23463 ALL_MAKEFILES="$ALL_MAKEFILES \\
23464 dlls/atl/Makefile"
23465 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23466 atl"
23467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23468 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23469 ac_config_files="$ac_config_files dlls/atl/Makefile"
23471 ALL_MAKEFILES="$ALL_MAKEFILES \\
23472 dlls/authz/Makefile"
23473 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23474 authz"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23477 ac_config_files="$ac_config_files dlls/authz/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/avicap32/Makefile"
23481 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23482 avicap32"
23483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23484 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23485 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23487 ALL_MAKEFILES="$ALL_MAKEFILES \\
23488 dlls/avifil32/Makefile"
23489 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23490 avifil32"
23491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23492 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23493 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23495 ALL_MAKEFILES="$ALL_MAKEFILES \\
23496 dlls/avifile.dll16/Makefile"
23497 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23498 avifile.dll16"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23501 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/bcrypt/Makefile"
23505 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23506 bcrypt"
23507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23508 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23509 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23511 ALL_MAKEFILES="$ALL_MAKEFILES \\
23512 dlls/browseui/Makefile"
23513 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 browseui"
23515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23516 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23517 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23519 ALL_MAKEFILES="$ALL_MAKEFILES \\
23520 dlls/browseui/tests/Makefile"
23521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23522 browseui/tests"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23525 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/cabinet/Makefile"
23529 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23530 cabinet"
23531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23532 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23533 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23535 ALL_MAKEFILES="$ALL_MAKEFILES \\
23536 dlls/cabinet/tests/Makefile"
23537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23538 cabinet/tests"
23539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23540 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23541 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23543 ALL_MAKEFILES="$ALL_MAKEFILES \\
23544 dlls/capi2032/Makefile"
23545 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23546 capi2032"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23549 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/cards/Makefile"
23553 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23554 cards"
23555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23556 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23557 ac_config_files="$ac_config_files dlls/cards/Makefile"
23559 ALL_MAKEFILES="$ALL_MAKEFILES \\
23560 dlls/cfgmgr32/Makefile"
23561 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23562 cfgmgr32"
23563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23564 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23565 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23567 ALL_MAKEFILES="$ALL_MAKEFILES \\
23568 dlls/clusapi/Makefile"
23569 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 clusapi"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/comcat/Makefile"
23577 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23578 comcat"
23579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23580 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23581 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23583 ALL_MAKEFILES="$ALL_MAKEFILES \\
23584 dlls/comcat/tests/Makefile"
23585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23586 comcat/tests"
23587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23588 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23589 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23591 ALL_MAKEFILES="$ALL_MAKEFILES \\
23592 dlls/comctl32/Makefile"
23593 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23594 comctl32"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23597 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/comctl32/tests/Makefile"
23601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23602 comctl32/tests"
23603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23604 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23605 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23607 ALL_MAKEFILES="$ALL_MAKEFILES \\
23608 dlls/comdlg32/Makefile"
23609 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 comdlg32"
23611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23612 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23613 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23615 ALL_MAKEFILES="$ALL_MAKEFILES \\
23616 dlls/comdlg32/tests/Makefile"
23617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23618 comdlg32/tests"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23621 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/comm.drv16/Makefile"
23625 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23626 comm.drv16"
23627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23628 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23629 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23631 ALL_MAKEFILES="$ALL_MAKEFILES \\
23632 dlls/compobj.dll16/Makefile"
23633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23634 compobj.dll16"
23635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23636 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23637 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23639 ALL_MAKEFILES="$ALL_MAKEFILES \\
23640 dlls/compstui/Makefile"
23641 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23642 compstui"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23645 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/credui/Makefile"
23649 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 credui"
23651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23652 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23653 ac_config_files="$ac_config_files dlls/credui/Makefile"
23655 ALL_MAKEFILES="$ALL_MAKEFILES \\
23656 dlls/credui/tests/Makefile"
23657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23658 credui/tests"
23659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23660 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23661 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23663 ALL_MAKEFILES="$ALL_MAKEFILES \\
23664 dlls/crtdll/Makefile"
23665 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23666 crtdll"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23669 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/crypt32/Makefile"
23673 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23674 crypt32"
23675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23676 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23677 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23679 ALL_MAKEFILES="$ALL_MAKEFILES \\
23680 dlls/crypt32/tests/Makefile"
23681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23682 crypt32/tests"
23683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23684 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23685 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23687 ALL_MAKEFILES="$ALL_MAKEFILES \\
23688 dlls/cryptdlg/Makefile"
23689 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23690 cryptdlg"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23693 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/cryptdll/Makefile"
23697 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23698 cryptdll"
23699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23700 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23701 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23703 ALL_MAKEFILES="$ALL_MAKEFILES \\
23704 dlls/cryptnet/Makefile"
23705 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23706 cryptnet"
23707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23708 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23709 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23711 ALL_MAKEFILES="$ALL_MAKEFILES \\
23712 dlls/cryptnet/tests/Makefile"
23713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23714 cryptnet/tests"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23717 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/cryptui/Makefile"
23721 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23722 cryptui"
23723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23724 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23725 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23727 ALL_MAKEFILES="$ALL_MAKEFILES \\
23728 dlls/cryptui/tests/Makefile"
23729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23730 cryptui/tests"
23731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23732 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23733 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23735 ALL_MAKEFILES="$ALL_MAKEFILES \\
23736 dlls/ctapi32/Makefile"
23737 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23738 ctapi32"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23741 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/ctl3d.dll16/Makefile"
23745 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23746 ctl3d.dll16"
23747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23748 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23749 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23751 ALL_MAKEFILES="$ALL_MAKEFILES \\
23752 dlls/ctl3d32/Makefile"
23753 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 ctl3d32"
23755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23756 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23757 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23759 ALL_MAKEFILES="$ALL_MAKEFILES \\
23760 dlls/ctl3dv2.dll16/Makefile"
23761 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23762 ctl3dv2.dll16"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23765 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/d3d10/Makefile"
23769 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23770 d3d10"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23773 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23775 ALL_MAKEFILES="$ALL_MAKEFILES \\
23776 dlls/d3d10/tests/Makefile"
23777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23778 d3d10/tests"
23779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23780 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23781 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23783 ALL_MAKEFILES="$ALL_MAKEFILES \\
23784 dlls/d3d10core/Makefile"
23785 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23786 d3d10core"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23789 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/d3d10core/tests/Makefile"
23793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23794 d3d10core/tests"
23795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23796 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23797 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23799 ALL_MAKEFILES="$ALL_MAKEFILES \\
23800 dlls/d3d8/Makefile"
23801 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23802 d3d8"
23803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23804 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23805 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23807 ALL_MAKEFILES="$ALL_MAKEFILES \\
23808 dlls/d3d8/tests/Makefile"
23809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23810 d3d8/tests"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23813 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/d3d9/Makefile"
23817 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23818 d3d9"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23821 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23823 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 dlls/d3d9/tests/Makefile"
23825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23826 d3d9/tests"
23827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23828 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23829 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23831 ALL_MAKEFILES="$ALL_MAKEFILES \\
23832 dlls/d3dim/Makefile"
23833 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23834 d3dim"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23837 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/d3drm/Makefile"
23841 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23842 d3drm"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23845 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/d3drm/tests/Makefile"
23849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23850 d3drm/tests"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23853 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/d3dx8/Makefile"
23857 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 d3dx8"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/d3dx8/tests/Makefile"
23865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23866 d3dx8/tests"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23869 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/d3dx9_24/Makefile"
23873 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874 d3dx9_24"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23877 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/d3dx9_25/Makefile"
23881 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882 d3dx9_25"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/d3dx9_26/Makefile"
23889 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 d3dx9_26"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/d3dx9_27/Makefile"
23897 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23898 d3dx9_27"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23901 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/d3dx9_28/Makefile"
23905 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 d3dx9_28"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/d3dx9_29/Makefile"
23913 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23914 d3dx9_29"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23917 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/d3dx9_30/Makefile"
23921 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 d3dx9_30"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/d3dx9_31/Makefile"
23929 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23930 d3dx9_31"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23933 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/d3dx9_32/Makefile"
23937 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 d3dx9_32"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/d3dx9_33/Makefile"
23945 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 d3dx9_33"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/d3dx9_34/Makefile"
23953 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 d3dx9_34"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/d3dx9_35/Makefile"
23961 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962 d3dx9_35"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/d3dx9_36/Makefile"
23969 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970 d3dx9_36"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23973 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/d3dx9_36/tests/Makefile"
23977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23978 d3dx9_36/tests"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23981 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/d3dx9_37/Makefile"
23985 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 d3dx9_37"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23989 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/d3dx9_38/Makefile"
23993 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994 d3dx9_38"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23997 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/d3dx9_39/Makefile"
24001 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24002 d3dx9_39"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24005 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/d3dx9_40/Makefile"
24009 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 d3dx9_40"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/d3dx9_41/Makefile"
24017 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 d3dx9_41"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/d3dxof/Makefile"
24025 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 d3dxof"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/d3dxof/tests/Makefile"
24033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24034 d3dxof/tests"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24037 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/dbghelp/Makefile"
24041 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 dbghelp"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/dciman32/Makefile"
24049 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 dciman32"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24053 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/ddeml.dll16/Makefile"
24057 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058 ddeml.dll16"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24061 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/ddraw/Makefile"
24065 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24066 ddraw"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24069 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/ddraw/tests/Makefile"
24073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24074 ddraw/tests"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24077 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/ddrawex/Makefile"
24081 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 ddrawex"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/ddrawex/tests/Makefile"
24089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24090 ddrawex/tests"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24093 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/devenum/Makefile"
24097 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098 devenum"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/dinput/Makefile"
24105 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24106 dinput"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24109 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/dinput/tests/Makefile"
24113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24114 dinput/tests"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24117 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/dinput8/Makefile"
24121 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24122 dinput8"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24125 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/dispdib.dll16/Makefile"
24129 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 dispdib.dll16"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24133 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/display.drv16/Makefile"
24137 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 display.drv16"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/dmband/Makefile"
24145 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146 dmband"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/dmcompos/Makefile"
24153 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 dmcompos"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/dmime/Makefile"
24161 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24162 dmime"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24165 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/dmloader/Makefile"
24169 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 dmloader"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/dmscript/Makefile"
24177 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24178 dmscript"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24181 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/dmstyle/Makefile"
24185 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186 dmstyle"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/dmsynth/Makefile"
24193 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194 dmsynth"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/dmusic/Makefile"
24201 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202 dmusic"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/dmusic32/Makefile"
24209 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 dmusic32"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/dnsapi/Makefile"
24217 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218 dnsapi"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/dnsapi/tests/Makefile"
24225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24226 dnsapi/tests"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24229 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/dplay/Makefile"
24233 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 dplay"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/dplayx/Makefile"
24241 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24242 dplayx"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24245 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/dplayx/tests/Makefile"
24249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24250 dplayx/tests"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24253 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/dpnaddr/Makefile"
24257 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 dpnaddr"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/dpnet/Makefile"
24265 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266 dpnet"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/dpnhpast/Makefile"
24273 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 dpnhpast"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/dpnlobby/Makefile"
24281 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282 dpnlobby"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24285 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/dpwsockx/Makefile"
24289 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 dpwsockx"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/drmclien/Makefile"
24297 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 drmclien"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/dsound/Makefile"
24305 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 dsound"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/dsound/tests/Makefile"
24313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24314 dsound/tests"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24317 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/dssenh/Makefile"
24321 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 dssenh"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/dswave/Makefile"
24329 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 dswave"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/dwmapi/Makefile"
24337 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 dwmapi"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/dxdiagn/Makefile"
24345 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 dxdiagn"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/dxerr8/Makefile"
24353 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24354 dxerr8"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24357 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/dxerr9/Makefile"
24361 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24362 dxerr9"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24365 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/dxgi/Makefile"
24369 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 dxgi"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/dxgi/tests/Makefile"
24377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24378 dxgi/tests"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24381 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/dxguid/Makefile"
24385 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24386 dxguid"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24389 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/faultrep/Makefile"
24393 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 faultrep"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/fusion/Makefile"
24401 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 fusion"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/fusion/tests/Makefile"
24409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24410 fusion/tests"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24413 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/gdi32/Makefile"
24417 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418 gdi32"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/gdi32/tests/Makefile"
24425 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24426 gdi32/tests"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24429 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/gdiplus/Makefile"
24433 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 gdiplus"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/gdiplus/tests/Makefile"
24441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24442 gdiplus/tests"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24445 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/glu32/Makefile"
24449 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450 glu32"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/gphoto2.ds/Makefile"
24457 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458 gphoto2.ds"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/gpkcsp/Makefile"
24465 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 gpkcsp"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/hal/Makefile"
24473 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474 hal"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/hal/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/hhctrl.ocx/Makefile"
24481 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 hhctrl.ocx"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/hid/Makefile"
24489 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 hid"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/hid/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/hlink/Makefile"
24497 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24498 hlink"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24501 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/hlink/tests/Makefile"
24505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24506 hlink/tests"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24509 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/hnetcfg/Makefile"
24513 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 hnetcfg"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/httpapi/Makefile"
24521 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 httpapi"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/iccvid/Makefile"
24529 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530 iccvid"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/icmp/Makefile"
24537 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 icmp"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/ifsmgr.vxd/Makefile"
24545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 ifsmgr.vxd"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/imaadp32.acm/Makefile"
24553 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 imaadp32.acm"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/imagehlp/Makefile"
24561 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 imagehlp"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/imm.dll16/Makefile"
24569 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 imm.dll16"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/imm32/Makefile"
24577 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 imm32"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/imm32/tests/Makefile"
24585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24586 imm32/tests"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24589 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/inetcomm/Makefile"
24593 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 inetcomm"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/inetcomm/tests/Makefile"
24601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24602 inetcomm/tests"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24605 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/inetmib1/Makefile"
24609 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 inetmib1"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/inetmib1/tests/Makefile"
24617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24618 inetmib1/tests"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24621 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/infosoft/Makefile"
24625 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 infosoft"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/infosoft/tests/Makefile"
24633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24634 infosoft/tests"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24637 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/initpki/Makefile"
24641 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 initpki"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/inkobj/Makefile"
24649 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 inkobj"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/inseng/Makefile"
24657 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 inseng"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/iphlpapi/Makefile"
24665 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 iphlpapi"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/iphlpapi/tests/Makefile"
24673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24674 iphlpapi/tests"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24677 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/itircl/Makefile"
24681 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682 itircl"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/itss/Makefile"
24689 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 itss"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/itss/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/itss/tests/Makefile"
24697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24698 itss/tests"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24701 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/jscript/Makefile"
24705 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706 jscript"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24709 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/jscript/tests/Makefile"
24713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24714 jscript/tests"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24717 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/kernel32/Makefile"
24721 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24722 kernel32"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24725 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/kernel32/tests/Makefile"
24729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24730 kernel32/tests"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24733 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/keyboard.drv16/Makefile"
24737 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738 keyboard.drv16"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/loadperf/Makefile"
24745 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 loadperf"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/localspl/Makefile"
24753 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 localspl"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/localspl/tests/Makefile"
24761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24762 localspl/tests"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24765 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/localui/Makefile"
24769 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 localui"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/localui/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/localui/tests/Makefile"
24777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24778 localui/tests"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24781 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/lz32/Makefile"
24785 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 lz32"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/lz32/tests/Makefile"
24793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24794 lz32/tests"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24797 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/lzexpand.dll16/Makefile"
24801 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 lzexpand.dll16"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/mapi32/Makefile"
24809 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 mapi32"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/mapi32/tests/Makefile"
24817 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24818 mapi32/tests"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24821 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/mciavi32/Makefile"
24825 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 mciavi32"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/mcicda/Makefile"
24833 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 mcicda"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/mciqtz32/Makefile"
24841 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 mciqtz32"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/mciseq/Makefile"
24849 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850 mciseq"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/mciwave/Makefile"
24857 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 mciwave"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/midimap/Makefile"
24865 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 midimap"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/mlang/Makefile"
24873 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 mlang"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/mlang/tests/Makefile"
24881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24882 mlang/tests"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24885 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/mmdevldr.vxd/Makefile"
24889 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 mmdevldr.vxd"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/monodebg.vxd/Makefile"
24897 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 monodebg.vxd"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/mountmgr.sys/Makefile"
24905 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 mountmgr.sys"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/mouse.drv16/Makefile"
24913 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914 mouse.drv16"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/mpr/Makefile"
24921 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 mpr"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/mprapi/Makefile"
24929 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 mprapi"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/msacm.dll16/Makefile"
24937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 msacm.dll16"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/msacm32.drv/Makefile"
24945 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946 msacm32.drv"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/msacm32/Makefile"
24953 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 msacm32"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/msacm32/tests/Makefile"
24961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962 msacm32/tests"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24965 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/msadp32.acm/Makefile"
24969 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970 msadp32.acm"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/mscat32/Makefile"
24977 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978 mscat32"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/mscms/Makefile"
24985 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 mscms"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/mscms/tests/Makefile"
24993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24994 mscms/tests"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24997 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/mscoree/Makefile"
25001 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 mscoree"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/msctf/Makefile"
25009 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 msctf"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/msctf/tests/Makefile"
25017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25018 msctf/tests"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/msdmo/Makefile"
25025 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 msdmo"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/msftedit/Makefile"
25033 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 msftedit"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/msg711.acm/Makefile"
25041 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 msg711.acm"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/mshtml.tlb/Makefile"
25049 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 mshtml.tlb"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/mshtml/Makefile"
25057 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 mshtml"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/mshtml/tests/Makefile"
25065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25066 mshtml/tests"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25069 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/msi/Makefile"
25073 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 msi"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/msi/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/msi/tests/Makefile"
25081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25082 msi/tests"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25085 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/msimg32/Makefile"
25089 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 msimg32"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25093 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/msimtf/Makefile"
25097 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 msimtf"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/msisip/Makefile"
25105 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25106 msisip"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25109 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/msisys.ocx/Makefile"
25113 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 msisys.ocx"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/msnet32/Makefile"
25121 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 msnet32"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/msrle32/Makefile"
25129 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 msrle32"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/mssign32/Makefile"
25137 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 mssign32"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/mssip32/Makefile"
25145 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 mssip32"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/mstask/Makefile"
25153 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 mstask"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/mstask/tests/Makefile"
25161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25162 mstask/tests"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25165 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/msvcirt/Makefile"
25169 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 msvcirt"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/msvcr71/Makefile"
25177 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178 msvcr71"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/msvcrt/Makefile"
25185 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 msvcrt"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/msvcrt/tests/Makefile"
25193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25194 msvcrt/tests"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25197 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/msvcrt20/Makefile"
25201 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 msvcrt20"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/msvcrt40/Makefile"
25209 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210 msvcrt40"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/msvcrtd/Makefile"
25217 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 msvcrtd"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/msvcrtd/tests/Makefile"
25225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25226 msvcrtd/tests"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25229 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/msvfw32/Makefile"
25233 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 msvfw32"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/msvfw32/tests/Makefile"
25241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242 msvfw32/tests"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25245 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/msvidc32/Makefile"
25249 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 msvidc32"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/msvideo.dll16/Makefile"
25257 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 msvideo.dll16"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/mswsock/Makefile"
25265 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 mswsock"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/msxml3/Makefile"
25273 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274 msxml3"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/msxml3/tests/Makefile"
25281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25282 msxml3/tests"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25285 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/nddeapi/Makefile"
25289 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 nddeapi"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/netapi32/Makefile"
25297 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298 netapi32"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/netapi32/tests/Makefile"
25305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25306 netapi32/tests"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25309 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/newdev/Makefile"
25313 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314 newdev"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/ntdll/Makefile"
25321 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322 ntdll"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/ntdll/tests/Makefile"
25329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25330 ntdll/tests"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25333 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/ntdsapi/Makefile"
25337 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 ntdsapi"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/ntdsapi/tests/Makefile"
25345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25346 ntdsapi/tests"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25349 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/ntoskrnl.exe/Makefile"
25353 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 ntoskrnl.exe"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/ntprint/Makefile"
25361 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 ntprint"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/ntprint/tests/Makefile"
25369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25370 ntprint/tests"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25373 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/objsel/Makefile"
25377 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378 objsel"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/odbc32/Makefile"
25385 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386 odbc32"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/odbccp32/Makefile"
25393 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394 odbccp32"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/odbccp32/tests/Makefile"
25401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25402 odbccp32/tests"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25405 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/ole2.dll16/Makefile"
25409 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410 ole2.dll16"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/ole2conv.dll16/Makefile"
25417 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418 ole2conv.dll16"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/ole2disp.dll16/Makefile"
25425 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 ole2disp.dll16"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/ole2nls.dll16/Makefile"
25433 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434 ole2nls.dll16"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/ole2prox.dll16/Makefile"
25441 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442 ole2prox.dll16"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/ole2thk.dll16/Makefile"
25449 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450 ole2thk.dll16"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/ole32/Makefile"
25457 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 ole32"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/ole32/tests/Makefile"
25465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25466 ole32/tests"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25469 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/oleacc/Makefile"
25473 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474 oleacc"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/oleacc/tests/Makefile"
25481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25482 oleacc/tests"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25485 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/oleaut32/Makefile"
25489 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 oleaut32"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/oleaut32/tests/Makefile"
25497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25498 oleaut32/tests"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25501 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/olecli.dll16/Makefile"
25505 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506 olecli.dll16"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/olecli32/Makefile"
25513 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514 olecli32"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/oledlg/Makefile"
25521 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522 oledlg"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/olepro32/Makefile"
25529 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530 olepro32"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/olesvr.dll16/Makefile"
25537 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538 olesvr.dll16"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/olesvr32/Makefile"
25545 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546 olesvr32"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/olethk32/Makefile"
25553 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 olethk32"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/opengl32/Makefile"
25561 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562 opengl32"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/opengl32/tests/Makefile"
25569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25570 opengl32/tests"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25573 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/pdh/Makefile"
25577 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 pdh"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/pdh/tests/Makefile"
25585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25586 pdh/tests"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25589 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/pidgen/Makefile"
25593 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594 pidgen"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/powrprof/Makefile"
25601 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602 powrprof"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/printui/Makefile"
25609 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25610 printui"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25613 ac_config_files="$ac_config_files dlls/printui/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/propsys/Makefile"
25617 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 propsys"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/psapi/Makefile"
25625 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626 psapi"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/psapi/tests/Makefile"
25633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25634 psapi/tests"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25637 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/pstorec/Makefile"
25641 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25642 pstorec"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25645 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/qcap/Makefile"
25649 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 qcap"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/qedit/Makefile"
25657 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658 qedit"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/qedit/tests/Makefile"
25665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25666 qedit/tests"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25669 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/qmgr/Makefile"
25673 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25674 qmgr"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25677 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/qmgr/tests/Makefile"
25681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25682 qmgr/tests"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25685 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/qmgrprxy/Makefile"
25689 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690 qmgrprxy"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/quartz/Makefile"
25697 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698 quartz"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/quartz/tests/Makefile"
25705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25706 quartz/tests"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25709 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/query/Makefile"
25713 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714 query"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/query/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/rasapi16.dll16/Makefile"
25721 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722 rasapi16.dll16"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/rasapi32/Makefile"
25729 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 rasapi32"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/rasapi32/tests/Makefile"
25737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25738 rasapi32/tests"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25741 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/rasdlg/Makefile"
25745 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746 rasdlg"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/resutils/Makefile"
25753 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 resutils"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/riched20/Makefile"
25761 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762 riched20"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/riched20/tests/Makefile"
25769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25770 riched20/tests"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25773 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/riched32/Makefile"
25777 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25778 riched32"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25781 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/riched32/tests/Makefile"
25785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25786 riched32/tests"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25789 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/rpcrt4/Makefile"
25793 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 rpcrt4"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/rpcrt4/tests/Makefile"
25801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25802 rpcrt4/tests"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25805 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/rsabase/Makefile"
25809 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810 rsabase"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/rsaenh/Makefile"
25817 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 rsaenh"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/rsaenh/tests/Makefile"
25825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25826 rsaenh/tests"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25829 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/sane.ds/Makefile"
25833 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834 sane.ds"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/sccbase/Makefile"
25841 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842 sccbase"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/schannel/Makefile"
25849 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850 schannel"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/schannel/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858 schannel/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/secur32/Makefile"
25865 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 secur32"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/secur32/tests/Makefile"
25873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25874 secur32/tests"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25877 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/security/Makefile"
25881 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882 security"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/security/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/sensapi/Makefile"
25889 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890 sensapi"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/serialui/Makefile"
25897 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898 serialui"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/serialui/tests/Makefile"
25905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25906 serialui/tests"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25909 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/setupapi/Makefile"
25913 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914 setupapi"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/setupapi/tests/Makefile"
25921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25922 setupapi/tests"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25925 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/sfc/Makefile"
25929 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930 sfc"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/sfc_os/Makefile"
25937 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938 sfc_os"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/shdoclc/Makefile"
25945 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 shdoclc"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/shdocvw/Makefile"
25953 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954 shdocvw"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/shdocvw/tests/Makefile"
25961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25962 shdocvw/tests"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25965 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/shell.dll16/Makefile"
25969 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970 shell.dll16"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/shell32/Makefile"
25977 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978 shell32"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/shell32/tests/Makefile"
25985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25986 shell32/tests"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25989 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/shfolder/Makefile"
25993 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 shfolder"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/shlwapi/Makefile"
26001 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002 shlwapi"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/shlwapi/tests/Makefile"
26009 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26010 shlwapi/tests"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26013 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/slbcsp/Makefile"
26017 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018 slbcsp"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/slc/Makefile"
26025 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026 slc"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/slc/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/snmpapi/Makefile"
26033 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034 snmpapi"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/snmpapi/tests/Makefile"
26041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26042 snmpapi/tests"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26045 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/softpub/Makefile"
26049 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050 softpub"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/sound.drv16/Makefile"
26057 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058 sound.drv16"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/spoolss/Makefile"
26065 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 spoolss"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/spoolss/tests/Makefile"
26073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26074 spoolss/tests"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26077 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/stdole2.tlb/Makefile"
26081 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 stdole2.tlb"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/stdole32.tlb/Makefile"
26089 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090 stdole32.tlb"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/sti/Makefile"
26097 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098 sti"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/sti/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/storage.dll16/Makefile"
26105 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 storage.dll16"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/stress.dll16/Makefile"
26113 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114 stress.dll16"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/strmiids/Makefile"
26121 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26122 strmiids"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26125 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/svrapi/Makefile"
26129 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130 svrapi"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/sxs/Makefile"
26137 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138 sxs"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/t2embed/Makefile"
26145 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 t2embed"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/tapi32/Makefile"
26153 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154 tapi32"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/traffic/Makefile"
26161 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 traffic"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/twain.dll16/Makefile"
26169 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170 twain.dll16"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/twain_32/Makefile"
26177 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178 twain_32"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/twain_32/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186 twain_32/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/typelib.dll16/Makefile"
26193 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194 typelib.dll16"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/unicows/Makefile"
26201 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202 unicows"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/updspapi/Makefile"
26209 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210 updspapi"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/url/Makefile"
26217 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218 url"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/url/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/urlmon/Makefile"
26225 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 urlmon"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/urlmon/tests/Makefile"
26233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26234 urlmon/tests"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26237 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/user32/Makefile"
26241 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242 user32"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/user32/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/user32/tests/Makefile"
26249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26250 user32/tests"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26253 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/userenv/Makefile"
26257 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258 userenv"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/userenv/tests/Makefile"
26265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26266 userenv/tests"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26269 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/usp10/Makefile"
26273 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274 usp10"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/usp10/tests/Makefile"
26281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26282 usp10/tests"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26285 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/uuid/Makefile"
26289 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26290 uuid"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26293 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/uxtheme/Makefile"
26297 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298 uxtheme"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/uxtheme/tests/Makefile"
26305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26306 uxtheme/tests"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26309 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/vdhcp.vxd/Makefile"
26313 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314 vdhcp.vxd"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/vdmdbg/Makefile"
26321 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322 vdmdbg"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/version/Makefile"
26329 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330 version"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/version/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/version/tests/Makefile"
26337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26338 version/tests"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26341 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/vmm.vxd/Makefile"
26345 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346 vmm.vxd"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/vnbt.vxd/Makefile"
26353 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354 vnbt.vxd"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/vnetbios.vxd/Makefile"
26361 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362 vnetbios.vxd"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/vtdapi.vxd/Makefile"
26369 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370 vtdapi.vxd"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/vwin32.vxd/Makefile"
26377 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26378 vwin32.vxd"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26381 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/w32skrnl/Makefile"
26385 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386 w32skrnl"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/w32sys.dll16/Makefile"
26393 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394 w32sys.dll16"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 dlls/wbemprox/Makefile"
26401 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402 wbemprox"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 dlls/win32s16.dll16/Makefile"
26409 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410 win32s16.dll16"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 dlls/win87em.dll16/Makefile"
26417 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418 win87em.dll16"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 dlls/winaspi.dll16/Makefile"
26425 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426 winaspi.dll16"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 dlls/windebug.dll16/Makefile"
26433 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434 windebug.dll16"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 dlls/windowscodecs/Makefile"
26441 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442 windowscodecs"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 dlls/winealsa.drv/Makefile"
26449 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450 winealsa.drv"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 dlls/wineaudioio.drv/Makefile"
26457 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458 wineaudioio.drv"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464 dlls/winecoreaudio.drv/Makefile"
26465 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466 winecoreaudio.drv"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 dlls/winecrt0/Makefile"
26473 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26474 winecrt0"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26477 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 dlls/wined3d/Makefile"
26481 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482 wined3d"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488 dlls/winedos/Makefile"
26489 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490 winedos"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 dlls/wineesd.drv/Makefile"
26497 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498 wineesd.drv"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 dlls/winejack.drv/Makefile"
26505 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506 winejack.drv"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 dlls/winejoystick.drv/Makefile"
26513 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26514 winejoystick.drv"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26517 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520 dlls/winemp3.acm/Makefile"
26521 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522 winemp3.acm"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 dlls/winenas.drv/Makefile"
26529 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530 winenas.drv"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536 dlls/wineoss.drv/Makefile"
26537 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538 wineoss.drv"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 dlls/wineps.drv/Makefile"
26545 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546 wineps.drv"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552 dlls/winepulse.drv/Makefile"
26553 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26554 winepulse.drv"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26557 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560 dlls/winequartz.drv/Makefile"
26561 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562 winequartz.drv"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568 dlls/winex11.drv/Makefile"
26569 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26570 winex11.drv"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26573 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576 dlls/wing32/Makefile"
26577 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578 wing32"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584 dlls/winhttp/Makefile"
26585 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586 winhttp"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 dlls/winhttp/tests/Makefile"
26593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26594 winhttp/tests"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26597 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600 dlls/wininet/Makefile"
26601 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602 wininet"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608 dlls/wininet/tests/Makefile"
26609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26610 wininet/tests"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26613 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 dlls/winmm/Makefile"
26617 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618 winmm"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 dlls/winmm/tests/Makefile"
26625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26626 winmm/tests"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26629 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 dlls/winnls.dll16/Makefile"
26633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634 winnls.dll16"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640 dlls/winnls32/Makefile"
26641 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642 winnls32"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 dlls/winscard/Makefile"
26649 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650 winscard"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656 dlls/winspool.drv/Makefile"
26657 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26658 winspool.drv"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26661 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664 dlls/winspool.drv/tests/Makefile"
26665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26666 winspool.drv/tests"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26669 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672 dlls/wintab.dll16/Makefile"
26673 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26674 wintab.dll16"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26677 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680 dlls/wintab32/Makefile"
26681 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682 wintab32"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688 dlls/wintrust/Makefile"
26689 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26690 wintrust"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26693 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696 dlls/wintrust/tests/Makefile"
26697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26698 wintrust/tests"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26701 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 dlls/wldap32/Makefile"
26705 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706 wldap32"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712 dlls/wldap32/tests/Makefile"
26713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26714 wldap32/tests"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26717 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720 dlls/wmi/Makefile"
26721 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722 wmi"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 dlls/wnaspi32/Makefile"
26729 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26730 wnaspi32"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26733 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736 dlls/wow32/Makefile"
26737 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738 wow32"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744 dlls/ws2_32/Makefile"
26745 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26746 ws2_32"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26749 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752 dlls/ws2_32/tests/Makefile"
26753 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26754 ws2_32/tests"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26757 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 dlls/wsock32/Makefile"
26761 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762 wsock32"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768 dlls/wtsapi32/Makefile"
26769 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770 wtsapi32"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 dlls/wuapi/Makefile"
26777 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778 wuapi"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 dlls/xinput1_1/Makefile"
26785 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26786 xinput1_1"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26789 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 dlls/xinput1_2/Makefile"
26793 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794 xinput1_2"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 dlls/xinput1_3/Makefile"
26801 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802 xinput1_3"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808 dlls/xinput1_3/tests/Makefile"
26809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26810 xinput1_3/tests"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26813 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 dlls/xinput9_1_0/Makefile"
26817 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26818 xinput9_1_0"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26821 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 dlls/xmllite/Makefile"
26825 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26826 xmllite"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26829 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 documentation/Makefile"
26833 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26834 documentation"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 documentation/Makefile: documentation/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files documentation/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 fonts/Makefile"
26841 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26842 fonts"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 fonts/Makefile: fonts/Makefile.in Make.rules"
26845 ac_config_files="$ac_config_files fonts/Makefile"
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848 include/Makefile"
26849 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26850 include"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 include/Makefile: include/Makefile.in Make.rules"
26853 ac_config_files="$ac_config_files include/Makefile"
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856 libs/Makefile"
26857 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26858 libs"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 libs/Makefile: libs/Makefile.in Make.rules"
26861 ac_config_files="$ac_config_files libs/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 libs/port/Makefile"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26868 ac_config_files="$ac_config_files libs/port/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 libs/wine/Makefile"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26875 ac_config_files="$ac_config_files libs/wine/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 libs/wpp/Makefile"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26882 ac_config_files="$ac_config_files libs/wpp/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 loader/Makefile"
26886 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26887 loader"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 loader/Makefile: loader/Makefile.in Make.rules"
26890 ac_config_files="$ac_config_files loader/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 programs/Makefile"
26894 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26895 programs"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/Makefile: programs/Makefile.in Make.rules"
26898 ac_config_files="$ac_config_files programs/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 programs/cacls/Makefile"
26902 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904 cacls"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/cacls/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 programs/clock/Makefile"
26911 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26913 clock"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26916 ac_config_files="$ac_config_files programs/clock/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 programs/cmd/Makefile"
26920 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26921 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26922 cmd"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26925 ac_config_files="$ac_config_files programs/cmd/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 programs/cmdlgtst/Makefile"
26929 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26930 cmdlgtst"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26933 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936 programs/control/Makefile"
26937 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26938 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26939 control"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26942 ac_config_files="$ac_config_files programs/control/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 programs/eject/Makefile"
26946 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26947 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26948 eject"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26951 ac_config_files="$ac_config_files programs/eject/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 programs/expand/Makefile"
26955 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26956 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26957 expand"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26960 ac_config_files="$ac_config_files programs/expand/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 programs/explorer/Makefile"
26964 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26965 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26966 explorer"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26969 ac_config_files="$ac_config_files programs/explorer/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 programs/hh/Makefile"
26973 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26974 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26978 ac_config_files="$ac_config_files programs/hh/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 programs/icinfo/Makefile"
26982 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26983 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26984 icinfo"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26987 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 programs/iexplore/Makefile"
26991 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26992 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26993 iexplore"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26996 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 programs/lodctr/Makefile"
27000 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27001 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27002 lodctr"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27005 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008 programs/msiexec/Makefile"
27009 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27010 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27011 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27012 msiexec"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27015 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 programs/net/Makefile"
27019 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27020 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27021 net"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27024 ac_config_files="$ac_config_files programs/net/Makefile"
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027 programs/notepad/Makefile"
27028 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27029 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27030 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27031 notepad"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27034 ac_config_files="$ac_config_files programs/notepad/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/oleview/Makefile"
27038 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 oleview"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27043 ac_config_files="$ac_config_files programs/oleview/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 programs/progman/Makefile"
27047 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27048 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27049 progman"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/progman/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 programs/reg/Makefile"
27056 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27057 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27058 reg"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27061 ac_config_files="$ac_config_files programs/reg/Makefile"
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064 programs/regedit/Makefile"
27065 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27066 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27067 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27068 regedit"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27071 ac_config_files="$ac_config_files programs/regedit/Makefile"
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074 programs/regsvr32/Makefile"
27075 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27076 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27077 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27078 regsvr32"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27081 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 programs/rpcss/Makefile"
27085 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27086 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27087 rpcss"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27090 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 programs/rundll32/Makefile"
27094 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27095 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27096 rundll32"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27099 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 programs/secedit/Makefile"
27103 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27104 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27105 secedit"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27108 ac_config_files="$ac_config_files programs/secedit/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 programs/services/Makefile"
27112 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27113 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27114 services"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27117 ac_config_files="$ac_config_files programs/services/Makefile"
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120 programs/spoolsv/Makefile"
27121 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27122 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27123 spoolsv"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27126 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 programs/start/Makefile"
27130 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27131 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27132 start"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27135 ac_config_files="$ac_config_files programs/start/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 programs/svchost/Makefile"
27139 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27140 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27141 svchost"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27144 ac_config_files="$ac_config_files programs/svchost/Makefile"
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147 programs/taskmgr/Makefile"
27148 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27149 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27150 taskmgr"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27153 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156 programs/termsv/Makefile"
27157 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27158 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27159 termsv"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27162 ac_config_files="$ac_config_files programs/termsv/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 programs/uninstaller/Makefile"
27166 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27167 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27168 uninstaller"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27171 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 programs/unlodctr/Makefile"
27175 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27176 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27177 unlodctr"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27180 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 programs/view/Makefile"
27184 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27185 view"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27188 ac_config_files="$ac_config_files programs/view/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 programs/wineboot/Makefile"
27192 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27193 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27194 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27195 wineboot"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27198 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201 programs/winebrowser/Makefile"
27202 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27203 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27204 winebrowser"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27207 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 programs/winecfg/Makefile"
27211 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27212 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27213 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27214 winecfg"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27217 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 programs/wineconsole/Makefile"
27221 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27222 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27223 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27224 wineconsole"
27225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27226 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27227 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27229 ALL_MAKEFILES="$ALL_MAKEFILES \\
27230 programs/winedbg/Makefile"
27231 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27232 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27233 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27234 winedbg"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27237 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240 programs/winedevice/Makefile"
27241 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27242 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27243 winedevice"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27246 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 programs/winefile/Makefile"
27250 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27251 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27252 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27253 winefile"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27256 ac_config_files="$ac_config_files programs/winefile/Makefile"
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259 programs/winemenubuilder/Makefile"
27260 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27261 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27262 winemenubuilder"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27265 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 programs/winemine/Makefile"
27269 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27270 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27271 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27272 winemine"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27275 ac_config_files="$ac_config_files programs/winemine/Makefile"
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278 programs/winepath/Makefile"
27279 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27280 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27281 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27282 winepath"
27283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27284 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27285 ac_config_files="$ac_config_files programs/winepath/Makefile"
27287 ALL_MAKEFILES="$ALL_MAKEFILES \\
27288 programs/winetest/Makefile"
27289 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27290 winetest"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27293 ac_config_files="$ac_config_files programs/winetest/Makefile"
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296 programs/winevdm/Makefile"
27297 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27298 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27299 winevdm"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27302 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305 programs/winhelp.exe16/Makefile"
27306 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27307 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27308 winhelp.exe16"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27311 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314 programs/winhlp32/Makefile"
27315 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27316 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27317 winhlp32"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27320 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 programs/winoldap.mod16/Makefile"
27324 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27325 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27326 winoldap.mod16"
27327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27328 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27329 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27331 ALL_MAKEFILES="$ALL_MAKEFILES \\
27332 programs/winver/Makefile"
27333 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27334 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27335 winver"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27338 ac_config_files="$ac_config_files programs/winver/Makefile"
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341 programs/wordpad/Makefile"
27342 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27343 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27344 wordpad"
27345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27346 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27347 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27349 ALL_MAKEFILES="$ALL_MAKEFILES \\
27350 programs/write/Makefile"
27351 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27352 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27353 write"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27356 ac_config_files="$ac_config_files programs/write/Makefile"
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359 programs/xcopy/Makefile"
27360 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27361 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27362 xcopy"
27363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27364 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27365 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27367 ALL_MAKEFILES="$ALL_MAKEFILES \\
27368 server/Makefile"
27369 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27370 server"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 server/Makefile: server/Makefile.in Make.rules"
27373 ac_config_files="$ac_config_files server/Makefile"
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376 tools/Makefile"
27377 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27378 tools"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 tools/Makefile: tools/Makefile.in Make.rules"
27381 ac_config_files="$ac_config_files tools/Makefile"
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384 tools/widl/Makefile"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27388 ac_config_files="$ac_config_files tools/widl/Makefile"
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391 tools/winebuild/Makefile"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27395 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 tools/winedump/Makefile"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27402 ac_config_files="$ac_config_files tools/winedump/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 tools/winegcc/Makefile"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27409 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 tools/wmc/Makefile"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27416 ac_config_files="$ac_config_files tools/wmc/Makefile"
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419 tools/wrc/Makefile"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27423 ac_config_files="$ac_config_files tools/wrc/Makefile"
27427 ALL_WINETEST_DEPENDS="# Test binaries"
27429 for dir in $ALL_TEST_DIRS
27431 if test "$dir" != "\\"
27432 then
27433 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27434 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27435 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27436 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27438 done
27440 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27442 cat >confcache <<\_ACEOF
27443 # This file is a shell script that caches the results of configure
27444 # tests run on this system so they can be shared between configure
27445 # scripts and configure runs, see configure's option --config-cache.
27446 # It is not useful on other systems. If it contains results you don't
27447 # want to keep, you may remove or edit it.
27449 # config.status only pays attention to the cache file if you give it
27450 # the --recheck option to rerun configure.
27452 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27453 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27454 # following values.
27456 _ACEOF
27458 # The following way of writing the cache mishandles newlines in values,
27459 # but we know of no workaround that is simple, portable, and efficient.
27460 # So, we kill variables containing newlines.
27461 # Ultrix sh set writes to stderr and can't be redirected directly,
27462 # and sets the high bit in the cache file unless we assign to the vars.
27464 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27465 eval ac_val=\$$ac_var
27466 case $ac_val in #(
27467 *${as_nl}*)
27468 case $ac_var in #(
27469 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27470 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27471 esac
27472 case $ac_var in #(
27473 _ | IFS | as_nl) ;; #(
27474 *) $as_unset $ac_var ;;
27475 esac ;;
27476 esac
27477 done
27479 (set) 2>&1 |
27480 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27481 *${as_nl}ac_space=\ *)
27482 # `set' does not quote correctly, so add quotes (double-quote
27483 # substitution turns \\\\ into \\, and sed turns \\ into \).
27484 sed -n \
27485 "s/'/'\\\\''/g;
27486 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27487 ;; #(
27489 # `set' quotes correctly as required by POSIX, so do not add quotes.
27490 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27492 esac |
27493 sort
27495 sed '
27496 /^ac_cv_env_/b end
27497 t clear
27498 :clear
27499 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27500 t end
27501 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27502 :end' >>confcache
27503 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27504 if test -w "$cache_file"; then
27505 test "x$cache_file" != "x/dev/null" &&
27506 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27507 echo "$as_me: updating cache $cache_file" >&6;}
27508 cat confcache >$cache_file
27509 else
27510 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27511 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27514 rm -f confcache
27516 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27517 # Let make expand exec_prefix.
27518 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27520 DEFS=-DHAVE_CONFIG_H
27522 ac_libobjs=
27523 ac_ltlibobjs=
27524 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27525 # 1. Remove the extension, and $U if already installed.
27526 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27527 ac_i=`echo "$ac_i" | sed "$ac_script"`
27528 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27529 # will be set to the directory where LIBOBJS objects are built.
27530 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27531 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27532 done
27533 LIBOBJS=$ac_libobjs
27535 LTLIBOBJS=$ac_ltlibobjs
27539 : ${CONFIG_STATUS=./config.status}
27540 ac_clean_files_save=$ac_clean_files
27541 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27542 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27543 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27544 cat >$CONFIG_STATUS <<_ACEOF
27545 #! $SHELL
27546 # Generated by $as_me.
27547 # Run this file to recreate the current configuration.
27548 # Compiler output produced by configure, useful for debugging
27549 # configure, is in config.log if it exists.
27551 debug=false
27552 ac_cs_recheck=false
27553 ac_cs_silent=false
27554 SHELL=\${CONFIG_SHELL-$SHELL}
27555 _ACEOF
27557 cat >>$CONFIG_STATUS <<\_ACEOF
27558 ## --------------------- ##
27559 ## M4sh Initialization. ##
27560 ## --------------------- ##
27562 # Be more Bourne compatible
27563 DUALCASE=1; export DUALCASE # for MKS sh
27564 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27565 emulate sh
27566 NULLCMD=:
27567 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27568 # is contrary to our usage. Disable this feature.
27569 alias -g '${1+"$@"}'='"$@"'
27570 setopt NO_GLOB_SUBST
27571 else
27572 case `(set -o) 2>/dev/null` in
27573 *posix*) set -o posix ;;
27574 esac
27581 # PATH needs CR
27582 # Avoid depending upon Character Ranges.
27583 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27584 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27585 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27586 as_cr_digits='0123456789'
27587 as_cr_alnum=$as_cr_Letters$as_cr_digits
27589 # The user is always right.
27590 if test "${PATH_SEPARATOR+set}" != set; then
27591 echo "#! /bin/sh" >conf$$.sh
27592 echo "exit 0" >>conf$$.sh
27593 chmod +x conf$$.sh
27594 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27595 PATH_SEPARATOR=';'
27596 else
27597 PATH_SEPARATOR=:
27599 rm -f conf$$.sh
27602 # Support unset when possible.
27603 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27604 as_unset=unset
27605 else
27606 as_unset=false
27610 # IFS
27611 # We need space, tab and new line, in precisely that order. Quoting is
27612 # there to prevent editors from complaining about space-tab.
27613 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27614 # splitting by setting IFS to empty value.)
27615 as_nl='
27617 IFS=" "" $as_nl"
27619 # Find who we are. Look in the path if we contain no directory separator.
27620 case $0 in
27621 *[\\/]* ) as_myself=$0 ;;
27622 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27623 for as_dir in $PATH
27625 IFS=$as_save_IFS
27626 test -z "$as_dir" && as_dir=.
27627 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27628 done
27629 IFS=$as_save_IFS
27632 esac
27633 # We did not find ourselves, most probably we were run as `sh COMMAND'
27634 # in which case we are not to be found in the path.
27635 if test "x$as_myself" = x; then
27636 as_myself=$0
27638 if test ! -f "$as_myself"; then
27639 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27640 { (exit 1); exit 1; }
27643 # Work around bugs in pre-3.0 UWIN ksh.
27644 for as_var in ENV MAIL MAILPATH
27645 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27646 done
27647 PS1='$ '
27648 PS2='> '
27649 PS4='+ '
27651 # NLS nuisances.
27652 for as_var in \
27653 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27654 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27655 LC_TELEPHONE LC_TIME
27657 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27658 eval $as_var=C; export $as_var
27659 else
27660 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27662 done
27664 # Required to use basename.
27665 if expr a : '\(a\)' >/dev/null 2>&1 &&
27666 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27667 as_expr=expr
27668 else
27669 as_expr=false
27672 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27673 as_basename=basename
27674 else
27675 as_basename=false
27679 # Name of the executable.
27680 as_me=`$as_basename -- "$0" ||
27681 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27682 X"$0" : 'X\(//\)$' \| \
27683 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27684 echo X/"$0" |
27685 sed '/^.*\/\([^/][^/]*\)\/*$/{
27686 s//\1/
27689 /^X\/\(\/\/\)$/{
27690 s//\1/
27693 /^X\/\(\/\).*/{
27694 s//\1/
27697 s/.*/./; q'`
27699 # CDPATH.
27700 $as_unset CDPATH
27704 as_lineno_1=$LINENO
27705 as_lineno_2=$LINENO
27706 test "x$as_lineno_1" != "x$as_lineno_2" &&
27707 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27709 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27710 # uniformly replaced by the line number. The first 'sed' inserts a
27711 # line-number line after each line using $LINENO; the second 'sed'
27712 # does the real work. The second script uses 'N' to pair each
27713 # line-number line with the line containing $LINENO, and appends
27714 # trailing '-' during substitution so that $LINENO is not a special
27715 # case at line end.
27716 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27717 # scripts with optimization help from Paolo Bonzini. Blame Lee
27718 # E. McMahon (1931-1989) for sed's syntax. :-)
27719 sed -n '
27721 /[$]LINENO/=
27722 ' <$as_myself |
27723 sed '
27724 s/[$]LINENO.*/&-/
27725 t lineno
27727 :lineno
27729 :loop
27730 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27731 t loop
27732 s/-\n.*//
27733 ' >$as_me.lineno &&
27734 chmod +x "$as_me.lineno" ||
27735 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27736 { (exit 1); exit 1; }; }
27738 # Don't try to exec as it changes $[0], causing all sort of problems
27739 # (the dirname of $[0] is not the place where we might find the
27740 # original and so on. Autoconf is especially sensitive to this).
27741 . "./$as_me.lineno"
27742 # Exit status is that of the last command.
27743 exit
27747 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27748 as_dirname=dirname
27749 else
27750 as_dirname=false
27753 ECHO_C= ECHO_N= ECHO_T=
27754 case `echo -n x` in
27755 -n*)
27756 case `echo 'x\c'` in
27757 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27758 *) ECHO_C='\c';;
27759 esac;;
27761 ECHO_N='-n';;
27762 esac
27764 if expr a : '\(a\)' >/dev/null 2>&1 &&
27765 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27766 as_expr=expr
27767 else
27768 as_expr=false
27771 rm -f conf$$ conf$$.exe conf$$.file
27772 if test -d conf$$.dir; then
27773 rm -f conf$$.dir/conf$$.file
27774 else
27775 rm -f conf$$.dir
27776 mkdir conf$$.dir
27778 echo >conf$$.file
27779 if ln -s conf$$.file conf$$ 2>/dev/null; then
27780 as_ln_s='ln -s'
27781 # ... but there are two gotchas:
27782 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27783 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27784 # In both cases, we have to default to `cp -p'.
27785 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27786 as_ln_s='cp -p'
27787 elif ln conf$$.file conf$$ 2>/dev/null; then
27788 as_ln_s=ln
27789 else
27790 as_ln_s='cp -p'
27792 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27793 rmdir conf$$.dir 2>/dev/null
27795 if mkdir -p . 2>/dev/null; then
27796 as_mkdir_p=:
27797 else
27798 test -d ./-p && rmdir ./-p
27799 as_mkdir_p=false
27802 if test -x / >/dev/null 2>&1; then
27803 as_test_x='test -x'
27804 else
27805 if ls -dL / >/dev/null 2>&1; then
27806 as_ls_L_option=L
27807 else
27808 as_ls_L_option=
27810 as_test_x='
27811 eval sh -c '\''
27812 if test -d "$1"; then
27813 test -d "$1/.";
27814 else
27815 case $1 in
27816 -*)set "./$1";;
27817 esac;
27818 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27819 ???[sx]*):;;*)false;;esac;fi
27820 '\'' sh
27823 as_executable_p=$as_test_x
27825 # Sed expression to map a string onto a valid CPP name.
27826 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27828 # Sed expression to map a string onto a valid variable name.
27829 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27832 exec 6>&1
27834 # Save the log message, to keep $[0] and so on meaningful, and to
27835 # report actual input values of CONFIG_FILES etc. instead of their
27836 # values after options handling.
27837 ac_log="
27838 This file was extended by Wine $as_me 1.1.24, which was
27839 generated by GNU Autoconf 2.61. Invocation command line was
27841 CONFIG_FILES = $CONFIG_FILES
27842 CONFIG_HEADERS = $CONFIG_HEADERS
27843 CONFIG_LINKS = $CONFIG_LINKS
27844 CONFIG_COMMANDS = $CONFIG_COMMANDS
27845 $ $0 $@
27847 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27850 _ACEOF
27852 cat >>$CONFIG_STATUS <<_ACEOF
27853 # Files that config.status was made for.
27854 config_files="$ac_config_files"
27855 config_headers="$ac_config_headers"
27856 config_commands="$ac_config_commands"
27858 _ACEOF
27860 cat >>$CONFIG_STATUS <<\_ACEOF
27861 ac_cs_usage="\
27862 \`$as_me' instantiates files from templates according to the
27863 current configuration.
27865 Usage: $0 [OPTIONS] [FILE]...
27867 -h, --help print this help, then exit
27868 -V, --version print version number and configuration settings, then exit
27869 -q, --quiet do not print progress messages
27870 -d, --debug don't remove temporary files
27871 --recheck update $as_me by reconfiguring in the same conditions
27872 --file=FILE[:TEMPLATE]
27873 instantiate the configuration file FILE
27874 --header=FILE[:TEMPLATE]
27875 instantiate the configuration header FILE
27877 Configuration files:
27878 $config_files
27880 Configuration headers:
27881 $config_headers
27883 Configuration commands:
27884 $config_commands
27886 Report bugs to <bug-autoconf@gnu.org>."
27888 _ACEOF
27889 cat >>$CONFIG_STATUS <<_ACEOF
27890 ac_cs_version="\\
27891 Wine config.status 1.1.24
27892 configured by $0, generated by GNU Autoconf 2.61,
27893 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27895 Copyright (C) 2006 Free Software Foundation, Inc.
27896 This config.status script is free software; the Free Software Foundation
27897 gives unlimited permission to copy, distribute and modify it."
27899 ac_pwd='$ac_pwd'
27900 srcdir='$srcdir'
27901 INSTALL='$INSTALL'
27902 _ACEOF
27904 cat >>$CONFIG_STATUS <<\_ACEOF
27905 # If no file are specified by the user, then we need to provide default
27906 # value. By we need to know if files were specified by the user.
27907 ac_need_defaults=:
27908 while test $# != 0
27910 case $1 in
27911 --*=*)
27912 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27913 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27914 ac_shift=:
27917 ac_option=$1
27918 ac_optarg=$2
27919 ac_shift=shift
27921 esac
27923 case $ac_option in
27924 # Handling of the options.
27925 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27926 ac_cs_recheck=: ;;
27927 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27928 echo "$ac_cs_version"; exit ;;
27929 --debug | --debu | --deb | --de | --d | -d )
27930 debug=: ;;
27931 --file | --fil | --fi | --f )
27932 $ac_shift
27933 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27934 ac_need_defaults=false;;
27935 --header | --heade | --head | --hea )
27936 $ac_shift
27937 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27938 ac_need_defaults=false;;
27939 --he | --h)
27940 # Conflict between --help and --header
27941 { echo "$as_me: error: ambiguous option: $1
27942 Try \`$0 --help' for more information." >&2
27943 { (exit 1); exit 1; }; };;
27944 --help | --hel | -h )
27945 echo "$ac_cs_usage"; exit ;;
27946 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27947 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27948 ac_cs_silent=: ;;
27950 # This is an error.
27951 -*) { echo "$as_me: error: unrecognized option: $1
27952 Try \`$0 --help' for more information." >&2
27953 { (exit 1); exit 1; }; } ;;
27955 *) ac_config_targets="$ac_config_targets $1"
27956 ac_need_defaults=false ;;
27958 esac
27959 shift
27960 done
27962 ac_configure_extra_args=
27964 if $ac_cs_silent; then
27965 exec 6>/dev/null
27966 ac_configure_extra_args="$ac_configure_extra_args --silent"
27969 _ACEOF
27970 cat >>$CONFIG_STATUS <<_ACEOF
27971 if \$ac_cs_recheck; then
27972 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27973 CONFIG_SHELL=$SHELL
27974 export CONFIG_SHELL
27975 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27978 _ACEOF
27979 cat >>$CONFIG_STATUS <<\_ACEOF
27980 exec 5>>config.log
27982 echo
27983 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27984 ## Running $as_me. ##
27985 _ASBOX
27986 echo "$ac_log"
27987 } >&5
27989 _ACEOF
27990 cat >>$CONFIG_STATUS <<_ACEOF
27991 _ACEOF
27993 cat >>$CONFIG_STATUS <<\_ACEOF
27995 # Handling of arguments.
27996 for ac_config_target in $ac_config_targets
27998 case $ac_config_target in
27999 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28000 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28001 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28002 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28003 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28004 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28005 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28006 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28007 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28008 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28009 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28010 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28011 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28012 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28013 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28014 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28015 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28016 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28017 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28018 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28019 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28020 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28021 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28022 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28023 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28024 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28025 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28026 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28027 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28028 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28029 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28030 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28031 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28032 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28033 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28034 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28035 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28036 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28037 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28038 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28039 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28040 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28041 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28042 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28043 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28044 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28045 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28046 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28047 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28048 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28049 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28050 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28051 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28052 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28053 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28054 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28055 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28056 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28057 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28058 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28059 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28060 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28061 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28062 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28063 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28064 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28065 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28066 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28067 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28068 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28069 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28070 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28071 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28072 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28073 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28074 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28075 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28076 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28077 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28078 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28079 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28080 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28081 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28082 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28083 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28084 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28085 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28086 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28087 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28088 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28089 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28090 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28091 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28092 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28093 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28094 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28095 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28096 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28097 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28098 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28099 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28100 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28101 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28102 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28103 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28104 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28105 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28106 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28107 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28108 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28109 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28110 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28111 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28112 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28113 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28114 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28115 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28116 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28117 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28118 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28119 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28120 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28121 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28122 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28123 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28124 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28125 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28126 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28127 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28128 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28129 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28130 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
28131 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28132 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28133 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28134 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28135 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28136 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28137 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28138 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28139 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28140 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28141 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28142 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28143 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28144 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28145 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28146 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28147 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28148 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28149 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28150 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28151 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28152 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28153 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28154 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28155 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28156 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28157 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28158 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28159 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28160 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28161 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28162 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28163 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28164 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
28165 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28166 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28167 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28168 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28169 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28170 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28171 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28172 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28173 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28174 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28175 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28176 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28177 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28178 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28179 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28180 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28181 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28182 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28183 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28184 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28185 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28186 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28187 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28188 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28189 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28190 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28191 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28192 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28193 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
28194 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28195 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28196 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28197 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28198 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28199 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28200 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28201 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28202 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28203 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28204 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28205 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28206 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28207 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28208 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28209 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28210 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
28211 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28212 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28213 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28214 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28215 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28216 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28217 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28218 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28219 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28220 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28221 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28222 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28223 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28224 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28225 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28226 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28227 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28228 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28229 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28230 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28231 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28232 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28233 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28234 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28235 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28236 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28237 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28238 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28239 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28240 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28241 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28242 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28243 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28244 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28245 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28246 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28247 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28248 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28249 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28250 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
28251 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28252 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28253 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28254 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28255 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28256 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28257 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28258 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28259 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28260 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28261 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28262 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28263 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28264 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28265 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28266 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28267 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28268 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28269 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
28270 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
28271 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
28272 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
28273 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
28274 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
28275 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28276 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28277 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28278 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28279 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28280 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28281 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
28282 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28283 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28284 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28285 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
28286 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28287 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28288 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28289 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28290 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28291 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28292 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28293 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28294 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28295 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28296 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28297 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28298 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28299 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28300 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28301 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28302 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28303 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28304 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28305 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28306 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28307 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28308 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28309 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28310 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28311 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28312 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28313 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28314 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28315 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28316 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28317 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28318 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28319 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28320 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28321 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28322 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28323 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28324 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28325 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28326 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28327 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28328 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28329 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28330 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28331 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28332 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28333 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28334 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28335 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28336 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28337 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28338 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28339 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28340 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28341 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28342 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28343 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28344 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28345 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28346 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28347 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28348 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28349 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28350 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28351 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28352 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28353 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28354 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28355 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28356 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28357 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28358 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28359 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28360 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28361 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28362 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28363 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28364 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28365 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28366 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28367 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28368 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28369 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28370 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28371 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28372 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28373 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28374 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28375 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28376 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28377 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28378 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28379 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28380 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28381 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28382 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28383 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28384 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28385 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28386 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28387 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28388 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28389 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28390 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28391 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28392 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28393 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28394 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28395 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28396 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28397 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28398 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
28399 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28400 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28401 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28402 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28403 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28404 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28405 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28406 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28407 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28408 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28409 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28410 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28411 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28412 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28413 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28414 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28415 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28416 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28417 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28418 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28419 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28420 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28421 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28422 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28423 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28424 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28425 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28426 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28427 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28428 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28429 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28430 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28431 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28432 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28433 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28434 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28435 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28436 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28437 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28438 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28439 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28440 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28441 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28442 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28443 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28444 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28445 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28446 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28447 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28448 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28449 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28450 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28451 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28452 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28453 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28454 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28455 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28456 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28457 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28458 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28459 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28460 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28461 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28462 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28463 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28464 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28465 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28466 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28467 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28468 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28469 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28470 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28471 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28472 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28473 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28474 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28475 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28476 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28477 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28478 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28479 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28480 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28481 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28482 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28483 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28484 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28485 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28486 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28487 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28488 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28489 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28490 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28491 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28492 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28493 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28494 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28495 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28496 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28497 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28498 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28499 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28500 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28501 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28502 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28503 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28504 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28505 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28506 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28507 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28508 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28509 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28510 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28511 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28512 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28513 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28514 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28516 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28517 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28518 { (exit 1); exit 1; }; };;
28519 esac
28520 done
28523 # If the user did not use the arguments to specify the items to instantiate,
28524 # then the envvar interface is used. Set only those that are not.
28525 # We use the long form for the default assignment because of an extremely
28526 # bizarre bug on SunOS 4.1.3.
28527 if $ac_need_defaults; then
28528 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28529 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28530 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28533 # Have a temporary directory for convenience. Make it in the build tree
28534 # simply because there is no reason against having it here, and in addition,
28535 # creating and moving files from /tmp can sometimes cause problems.
28536 # Hook for its removal unless debugging.
28537 # Note that there is a small window in which the directory will not be cleaned:
28538 # after its creation but before its name has been assigned to `$tmp'.
28539 $debug ||
28541 tmp=
28542 trap 'exit_status=$?
28543 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28545 trap '{ (exit 1); exit 1; }' 1 2 13 15
28547 # Create a (secure) tmp directory for tmp files.
28550 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28551 test -n "$tmp" && test -d "$tmp"
28552 } ||
28554 tmp=./conf$$-$RANDOM
28555 (umask 077 && mkdir "$tmp")
28556 } ||
28558 echo "$me: cannot create a temporary directory in ." >&2
28559 { (exit 1); exit 1; }
28563 # Set up the sed scripts for CONFIG_FILES section.
28566 # No need to generate the scripts if there are no CONFIG_FILES.
28567 # This happens for instance when ./config.status config.h
28568 if test -n "$CONFIG_FILES"; then
28570 _ACEOF
28572 # Create sed commands to just substitute file output variables.
28574 # Remaining file output variables are in a fragment that also has non-file
28575 # output varibles.
28579 ac_delim='%!_!# '
28580 for ac_last_try in false false false false false :; do
28581 cat >conf$$subs.sed <<_ACEOF
28582 SHELL!$SHELL$ac_delim
28583 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28584 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28585 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28586 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28587 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28588 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28589 exec_prefix!$exec_prefix$ac_delim
28590 prefix!$prefix$ac_delim
28591 program_transform_name!$program_transform_name$ac_delim
28592 bindir!$bindir$ac_delim
28593 sbindir!$sbindir$ac_delim
28594 libexecdir!$libexecdir$ac_delim
28595 datarootdir!$datarootdir$ac_delim
28596 datadir!$datadir$ac_delim
28597 sysconfdir!$sysconfdir$ac_delim
28598 sharedstatedir!$sharedstatedir$ac_delim
28599 localstatedir!$localstatedir$ac_delim
28600 includedir!$includedir$ac_delim
28601 oldincludedir!$oldincludedir$ac_delim
28602 docdir!$docdir$ac_delim
28603 infodir!$infodir$ac_delim
28604 htmldir!$htmldir$ac_delim
28605 dvidir!$dvidir$ac_delim
28606 pdfdir!$pdfdir$ac_delim
28607 psdir!$psdir$ac_delim
28608 libdir!$libdir$ac_delim
28609 localedir!$localedir$ac_delim
28610 mandir!$mandir$ac_delim
28611 DEFS!$DEFS$ac_delim
28612 ECHO_C!$ECHO_C$ac_delim
28613 ECHO_N!$ECHO_N$ac_delim
28614 ECHO_T!$ECHO_T$ac_delim
28615 LIBS!$LIBS$ac_delim
28616 build_alias!$build_alias$ac_delim
28617 host_alias!$host_alias$ac_delim
28618 target_alias!$target_alias$ac_delim
28619 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28620 build!$build$ac_delim
28621 build_cpu!$build_cpu$ac_delim
28622 build_vendor!$build_vendor$ac_delim
28623 build_os!$build_os$ac_delim
28624 host!$host$ac_delim
28625 host_cpu!$host_cpu$ac_delim
28626 host_vendor!$host_vendor$ac_delim
28627 host_os!$host_os$ac_delim
28628 SET_MAKE!$SET_MAKE$ac_delim
28629 CC!$CC$ac_delim
28630 CFLAGS!$CFLAGS$ac_delim
28631 LDFLAGS!$LDFLAGS$ac_delim
28632 CPPFLAGS!$CPPFLAGS$ac_delim
28633 ac_ct_CC!$ac_ct_CC$ac_delim
28634 EXEEXT!$EXEEXT$ac_delim
28635 OBJEXT!$OBJEXT$ac_delim
28636 CXX!$CXX$ac_delim
28637 CXXFLAGS!$CXXFLAGS$ac_delim
28638 ac_ct_CXX!$ac_ct_CXX$ac_delim
28639 CPPBIN!$CPPBIN$ac_delim
28640 TARGETFLAGS!$TARGETFLAGS$ac_delim
28641 WIN16_FILES!$WIN16_FILES$ac_delim
28642 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28643 TOOLSDIR!$TOOLSDIR$ac_delim
28644 FLEX!$FLEX$ac_delim
28645 BISON!$BISON$ac_delim
28646 AR!$AR$ac_delim
28647 ac_ct_AR!$ac_ct_AR$ac_delim
28648 ARFLAGS!$ARFLAGS$ac_delim
28649 RANLIB!$RANLIB$ac_delim
28650 STRIP!$STRIP$ac_delim
28651 LN_S!$LN_S$ac_delim
28652 LN!$LN$ac_delim
28653 GREP!$GREP$ac_delim
28654 EGREP!$EGREP$ac_delim
28655 LDCONFIG!$LDCONFIG$ac_delim
28656 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28657 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28658 INSTALL_DATA!$INSTALL_DATA$ac_delim
28659 LINT!$LINT$ac_delim
28660 LINTFLAGS!$LINTFLAGS$ac_delim
28661 FONTFORGE!$FONTFORGE$ac_delim
28662 PKG_CONFIG!$PKG_CONFIG$ac_delim
28663 RSVG!$RSVG$ac_delim
28664 _ACEOF
28666 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28667 break
28668 elif $ac_last_try; then
28669 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28670 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28671 { (exit 1); exit 1; }; }
28672 else
28673 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28675 done
28677 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28678 if test -n "$ac_eof"; then
28679 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28680 ac_eof=`expr $ac_eof + 1`
28683 cat >>$CONFIG_STATUS <<_ACEOF
28684 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28685 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28686 /^[ ]*@MAKE_RULES@[ ]*$/{
28687 r $MAKE_RULES
28690 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28691 r $MAKE_DLL_RULES
28694 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28695 r $MAKE_IMPLIB_RULES
28698 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28699 r $MAKE_TEST_RULES
28702 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28703 r $MAKE_PROG_RULES
28706 _ACEOF
28707 sed '
28708 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28709 s/^/s,@/; s/!/@,|#_!!_#|/
28712 s/'"$ac_delim"'$/,g/; t
28713 s/$/\\/; p
28714 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28715 ' >>$CONFIG_STATUS <conf$$subs.sed
28716 rm -f conf$$subs.sed
28717 cat >>$CONFIG_STATUS <<_ACEOF
28718 CEOF$ac_eof
28719 _ACEOF
28722 ac_delim='%!_!# '
28723 for ac_last_try in false false false false false :; do
28724 cat >conf$$subs.sed <<_ACEOF
28725 ICOTOOL!$ICOTOOL$ac_delim
28726 PRELINK!$PRELINK$ac_delim
28727 XLIB!$XLIB$ac_delim
28728 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28729 CPP!$CPP$ac_delim
28730 DLLEXT!$DLLEXT$ac_delim
28731 DLLFLAGS!$DLLFLAGS$ac_delim
28732 LDSHARED!$LDSHARED$ac_delim
28733 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28734 LIBEXT!$LIBEXT$ac_delim
28735 IMPLIBEXT!$IMPLIBEXT$ac_delim
28736 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28737 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28738 LDD!$LDD$ac_delim
28739 DLLTOOL!$DLLTOOL$ac_delim
28740 DLLWRAP!$DLLWRAP$ac_delim
28741 MINGWAR!$MINGWAR$ac_delim
28742 SECURITYLIB!$SECURITYLIB$ac_delim
28743 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28744 IOKITLIB!$IOKITLIB$ac_delim
28745 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28746 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28747 COREAUDIO!$COREAUDIO$ac_delim
28748 CARBONLIB!$CARBONLIB$ac_delim
28749 CROSSCC!$CROSSCC$ac_delim
28750 CROSSTEST!$CROSSTEST$ac_delim
28751 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
28752 LIBPTHREAD!$LIBPTHREAD$ac_delim
28753 XMKMF!$XMKMF$ac_delim
28754 X_CFLAGS!$X_CFLAGS$ac_delim
28755 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28756 X_LIBS!$X_LIBS$ac_delim
28757 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28758 NASLIBS!$NASLIBS$ac_delim
28759 XML2LIBS!$XML2LIBS$ac_delim
28760 XML2INCL!$XML2INCL$ac_delim
28761 XSLTINCL!$XSLTINCL$ac_delim
28762 HALINCL!$HALINCL$ac_delim
28763 GNUTLSINCL!$GNUTLSINCL$ac_delim
28764 sane_devel!$sane_devel$ac_delim
28765 SANEINCL!$SANEINCL$ac_delim
28766 gphoto2_devel!$gphoto2_devel$ac_delim
28767 gphoto2port_devel!$gphoto2port_devel$ac_delim
28768 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28769 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28770 RESOLVLIBS!$RESOLVLIBS$ac_delim
28771 LCMSLIBS!$LCMSLIBS$ac_delim
28772 ft_devel!$ft_devel$ac_delim
28773 FREETYPELIBS!$FREETYPELIBS$ac_delim
28774 FREETYPEINCL!$FREETYPEINCL$ac_delim
28775 ZLIB!$ZLIB$ac_delim
28776 ESDCONFIG!$ESDCONFIG$ac_delim
28777 ESDINCL!$ESDINCL$ac_delim
28778 ESDLIBS!$ESDLIBS$ac_delim
28779 PULSELIBS!$PULSELIBS$ac_delim
28780 ALSALIBS!$ALSALIBS$ac_delim
28781 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28782 CUPSINCL!$CUPSINCL$ac_delim
28783 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28784 PNGINCL!$PNGINCL$ac_delim
28785 LIBKSTAT!$LIBKSTAT$ac_delim
28786 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28787 BUILTINFLAG!$BUILTINFLAG$ac_delim
28788 LDPATH!$LDPATH$ac_delim
28789 CRTLIBS!$CRTLIBS$ac_delim
28790 SOCKETLIBS!$SOCKETLIBS$ac_delim
28791 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28792 LIBDL!$LIBDL$ac_delim
28793 LIBPOLL!$LIBPOLL$ac_delim
28794 LDAPLIBS!$LDAPLIBS$ac_delim
28795 DEPENDENCIES!$DEPENDENCIES$ac_delim
28796 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28797 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28798 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28799 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28800 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28801 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28802 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28803 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28804 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28805 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28806 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28807 LIBOBJS!$LIBOBJS$ac_delim
28808 LTLIBOBJS!$LTLIBOBJS$ac_delim
28809 _ACEOF
28811 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
28812 break
28813 elif $ac_last_try; then
28814 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28815 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28816 { (exit 1); exit 1; }; }
28817 else
28818 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28820 done
28822 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28823 if test -n "$ac_eof"; then
28824 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28825 ac_eof=`expr $ac_eof + 1`
28828 cat >>$CONFIG_STATUS <<_ACEOF
28829 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28830 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28831 _ACEOF
28832 sed '
28833 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28834 s/^/s,@/; s/!/@,|#_!!_#|/
28837 s/'"$ac_delim"'$/,g/; t
28838 s/$/\\/; p
28839 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28840 ' >>$CONFIG_STATUS <conf$$subs.sed
28841 rm -f conf$$subs.sed
28842 cat >>$CONFIG_STATUS <<_ACEOF
28843 :end
28844 s/|#_!!_#|//g
28845 CEOF$ac_eof
28846 _ACEOF
28849 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28850 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28851 # trailing colons and then remove the whole line if VPATH becomes empty
28852 # (actually we leave an empty line to preserve line numbers).
28853 if test "x$srcdir" = x.; then
28854 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28855 s/:*\$(srcdir):*/:/
28856 s/:*\${srcdir}:*/:/
28857 s/:*@srcdir@:*/:/
28858 s/^\([^=]*=[ ]*\):*/\1/
28859 s/:*$//
28860 s/^[^=]*=[ ]*$//
28864 cat >>$CONFIG_STATUS <<\_ACEOF
28865 fi # test -n "$CONFIG_FILES"
28868 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28870 case $ac_tag in
28871 :[FHLC]) ac_mode=$ac_tag; continue;;
28872 esac
28873 case $ac_mode$ac_tag in
28874 :[FHL]*:*);;
28875 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28876 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28877 { (exit 1); exit 1; }; };;
28878 :[FH]-) ac_tag=-:-;;
28879 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28880 esac
28881 ac_save_IFS=$IFS
28882 IFS=:
28883 set x $ac_tag
28884 IFS=$ac_save_IFS
28885 shift
28886 ac_file=$1
28887 shift
28889 case $ac_mode in
28890 :L) ac_source=$1;;
28891 :[FH])
28892 ac_file_inputs=
28893 for ac_f
28895 case $ac_f in
28896 -) ac_f="$tmp/stdin";;
28897 *) # Look for the file first in the build tree, then in the source tree
28898 # (if the path is not absolute). The absolute path cannot be DOS-style,
28899 # because $ac_f cannot contain `:'.
28900 test -f "$ac_f" ||
28901 case $ac_f in
28902 [\\/$]*) false;;
28903 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28904 esac ||
28905 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28906 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28907 { (exit 1); exit 1; }; };;
28908 esac
28909 ac_file_inputs="$ac_file_inputs $ac_f"
28910 done
28912 # Let's still pretend it is `configure' which instantiates (i.e., don't
28913 # use $as_me), people would be surprised to read:
28914 # /* config.h. Generated by config.status. */
28915 configure_input="Generated from "`IFS=:
28916 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28917 if test x"$ac_file" != x-; then
28918 configure_input="$ac_file. $configure_input"
28919 { echo "$as_me:$LINENO: creating $ac_file" >&5
28920 echo "$as_me: creating $ac_file" >&6;}
28923 case $ac_tag in
28924 *:-:* | *:-) cat >"$tmp/stdin";;
28925 esac
28927 esac
28929 ac_dir=`$as_dirname -- "$ac_file" ||
28930 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28931 X"$ac_file" : 'X\(//\)[^/]' \| \
28932 X"$ac_file" : 'X\(//\)$' \| \
28933 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28934 echo X"$ac_file" |
28935 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28936 s//\1/
28939 /^X\(\/\/\)[^/].*/{
28940 s//\1/
28943 /^X\(\/\/\)$/{
28944 s//\1/
28947 /^X\(\/\).*/{
28948 s//\1/
28951 s/.*/./; q'`
28952 { as_dir="$ac_dir"
28953 case $as_dir in #(
28954 -*) as_dir=./$as_dir;;
28955 esac
28956 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28957 as_dirs=
28958 while :; do
28959 case $as_dir in #(
28960 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28961 *) as_qdir=$as_dir;;
28962 esac
28963 as_dirs="'$as_qdir' $as_dirs"
28964 as_dir=`$as_dirname -- "$as_dir" ||
28965 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28966 X"$as_dir" : 'X\(//\)[^/]' \| \
28967 X"$as_dir" : 'X\(//\)$' \| \
28968 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28969 echo X"$as_dir" |
28970 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28971 s//\1/
28974 /^X\(\/\/\)[^/].*/{
28975 s//\1/
28978 /^X\(\/\/\)$/{
28979 s//\1/
28982 /^X\(\/\).*/{
28983 s//\1/
28986 s/.*/./; q'`
28987 test -d "$as_dir" && break
28988 done
28989 test -z "$as_dirs" || eval "mkdir $as_dirs"
28990 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28991 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28992 { (exit 1); exit 1; }; }; }
28993 ac_builddir=.
28995 case "$ac_dir" in
28996 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28998 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28999 # A ".." for each directory in $ac_dir_suffix.
29000 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
29001 case $ac_top_builddir_sub in
29002 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29003 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29004 esac ;;
29005 esac
29006 ac_abs_top_builddir=$ac_pwd
29007 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29008 # for backward compatibility:
29009 ac_top_builddir=$ac_top_build_prefix
29011 case $srcdir in
29012 .) # We are building in place.
29013 ac_srcdir=.
29014 ac_top_srcdir=$ac_top_builddir_sub
29015 ac_abs_top_srcdir=$ac_pwd ;;
29016 [\\/]* | ?:[\\/]* ) # Absolute name.
29017 ac_srcdir=$srcdir$ac_dir_suffix;
29018 ac_top_srcdir=$srcdir
29019 ac_abs_top_srcdir=$srcdir ;;
29020 *) # Relative name.
29021 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29022 ac_top_srcdir=$ac_top_build_prefix$srcdir
29023 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29024 esac
29025 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29028 case $ac_mode in
29031 # CONFIG_FILE
29034 case $INSTALL in
29035 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29036 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29037 esac
29038 _ACEOF
29040 cat >>$CONFIG_STATUS <<\_ACEOF
29041 # If the template does not know about datarootdir, expand it.
29042 # FIXME: This hack should be removed a few years after 2.60.
29043 ac_datarootdir_hack=; ac_datarootdir_seen=
29045 case `sed -n '/datarootdir/ {
29049 /@datadir@/p
29050 /@docdir@/p
29051 /@infodir@/p
29052 /@localedir@/p
29053 /@mandir@/p
29054 ' $ac_file_inputs` in
29055 *datarootdir*) ac_datarootdir_seen=yes;;
29056 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29057 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29058 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29059 _ACEOF
29060 cat >>$CONFIG_STATUS <<_ACEOF
29061 ac_datarootdir_hack='
29062 s&@datadir@&$datadir&g
29063 s&@docdir@&$docdir&g
29064 s&@infodir@&$infodir&g
29065 s&@localedir@&$localedir&g
29066 s&@mandir@&$mandir&g
29067 s&\\\${datarootdir}&$datarootdir&g' ;;
29068 esac
29069 _ACEOF
29071 # Neutralize VPATH when `$srcdir' = `.'.
29072 # Shell code in configure.ac might set extrasub.
29073 # FIXME: do we really want to maintain this feature?
29074 cat >>$CONFIG_STATUS <<_ACEOF
29075 sed "$ac_vpsub
29076 $extrasub
29077 _ACEOF
29078 cat >>$CONFIG_STATUS <<\_ACEOF
29080 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29081 s&@configure_input@&$configure_input&;t t
29082 s&@top_builddir@&$ac_top_builddir_sub&;t t
29083 s&@srcdir@&$ac_srcdir&;t t
29084 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29085 s&@top_srcdir@&$ac_top_srcdir&;t t
29086 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29087 s&@builddir@&$ac_builddir&;t t
29088 s&@abs_builddir@&$ac_abs_builddir&;t t
29089 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29090 s&@INSTALL@&$ac_INSTALL&;t t
29091 $ac_datarootdir_hack
29092 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
29094 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29095 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29096 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29097 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29098 which seems to be undefined. Please make sure it is defined." >&5
29099 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29100 which seems to be undefined. Please make sure it is defined." >&2;}
29102 rm -f "$tmp/stdin"
29103 case $ac_file in
29104 -) cat "$tmp/out"; rm -f "$tmp/out";;
29105 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
29106 esac
29110 # CONFIG_HEADER
29112 _ACEOF
29114 # Transform confdefs.h into a sed script `conftest.defines', that
29115 # substitutes the proper values into config.h.in to produce config.h.
29116 rm -f conftest.defines conftest.tail
29117 # First, append a space to every undef/define line, to ease matching.
29118 echo 's/$/ /' >conftest.defines
29119 # Then, protect against being on the right side of a sed subst, or in
29120 # an unquoted here document, in config.status. If some macros were
29121 # called several times there might be several #defines for the same
29122 # symbol, which is useless. But do not sort them, since the last
29123 # AC_DEFINE must be honored.
29124 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29125 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
29126 # NAME is the cpp macro being defined, VALUE is the value it is being given.
29127 # PARAMS is the parameter list in the macro definition--in most cases, it's
29128 # just an empty string.
29129 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
29130 ac_dB='\\)[ (].*,\\1define\\2'
29131 ac_dC=' '
29132 ac_dD=' ,'
29134 uniq confdefs.h |
29135 sed -n '
29136 t rset
29137 :rset
29138 s/^[ ]*#[ ]*define[ ][ ]*//
29139 t ok
29142 s/[\\&,]/\\&/g
29143 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
29144 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
29145 ' >>conftest.defines
29147 # Remove the space that was appended to ease matching.
29148 # Then replace #undef with comments. This is necessary, for
29149 # example, in the case of _POSIX_SOURCE, which is predefined and required
29150 # on some systems where configure will not decide to define it.
29151 # (The regexp can be short, since the line contains either #define or #undef.)
29152 echo 's/ $//
29153 s,^[ #]*u.*,/* & */,' >>conftest.defines
29155 # Break up conftest.defines:
29156 ac_max_sed_lines=50
29158 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
29159 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
29160 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
29161 # et cetera.
29162 ac_in='$ac_file_inputs'
29163 ac_out='"$tmp/out1"'
29164 ac_nxt='"$tmp/out2"'
29166 while :
29168 # Write a here document:
29169 cat >>$CONFIG_STATUS <<_ACEOF
29170 # First, check the format of the line:
29171 cat >"\$tmp/defines.sed" <<\\CEOF
29172 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
29173 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
29175 :def
29176 _ACEOF
29177 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
29178 echo 'CEOF
29179 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
29180 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
29181 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
29182 grep . conftest.tail >/dev/null || break
29183 rm -f conftest.defines
29184 mv conftest.tail conftest.defines
29185 done
29186 rm -f conftest.defines conftest.tail
29188 echo "ac_result=$ac_in" >>$CONFIG_STATUS
29189 cat >>$CONFIG_STATUS <<\_ACEOF
29190 if test x"$ac_file" != x-; then
29191 echo "/* $configure_input */" >"$tmp/config.h"
29192 cat "$ac_result" >>"$tmp/config.h"
29193 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
29194 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29195 echo "$as_me: $ac_file is unchanged" >&6;}
29196 else
29197 rm -f $ac_file
29198 mv "$tmp/config.h" $ac_file
29200 else
29201 echo "/* $configure_input */"
29202 cat "$ac_result"
29204 rm -f "$tmp/out12"
29207 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
29208 echo "$as_me: executing $ac_file commands" >&6;}
29210 esac
29213 case $ac_file$ac_mode in
29214 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29215 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29216 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29217 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29218 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29219 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29220 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29221 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29222 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29223 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29224 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29225 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
29226 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29228 esac
29229 done # for ac_tag
29232 { (exit 0); exit 0; }
29233 _ACEOF
29234 chmod +x $CONFIG_STATUS
29235 ac_clean_files=$ac_clean_files_save
29238 # configure is writing to config.log, and then calls config.status.
29239 # config.status does its own redirection, appending to config.log.
29240 # Unfortunately, on DOS this fails, as config.log is still kept open
29241 # by configure, so config.status won't be able to write to it; its
29242 # output is simply discarded. So we exec the FD to /dev/null,
29243 # effectively closing config.log, so it can be properly (re)opened and
29244 # appended to by config.status. When coming back to configure, we
29245 # need to make the FD available again.
29246 if test "$no_create" != yes; then
29247 ac_cs_success=:
29248 ac_config_status_args=
29249 test "$silent" = yes &&
29250 ac_config_status_args="$ac_config_status_args --quiet"
29251 exec 5>/dev/null
29252 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29253 exec 5>>config.log
29254 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29255 # would make configure fail if this is the last instruction.
29256 $ac_cs_success || { (exit 1); exit 1; }
29260 if test "$no_create" = "yes"
29261 then
29262 exit 0
29265 ac_save_IFS="$IFS"
29266 if test "x$wine_notices != "x; then
29267 echo >&6
29268 IFS="|"
29269 for msg in $wine_notices; do
29270 IFS="$ac_save_IFS"
29271 if test -n "$msg"; then
29272 { echo "$as_me:$LINENO: $msg" >&5
29273 echo "$as_me: $msg" >&6;}
29275 done
29277 IFS="|"
29278 for msg in $wine_warnings; do
29279 IFS="$ac_save_IFS"
29280 if test -n "$msg"; then
29281 echo >&2
29282 { echo "$as_me:$LINENO: WARNING: $msg" >&5
29283 echo "$as_me: WARNING: $msg" >&2;}
29285 done
29286 IFS="$ac_save_IFS"
29288 echo "
29289 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29290 " >&6