push ecad4d850bccdfea18da4379dd4a41aa4928d445
[wine/hacks.git] / configure
blob5ce51c1390da8489ccbad0a2f7c4398e4eae68a7
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.26.
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.26'
578 PACKAGE_STRING='Wine 1.1.26'
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.26 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.26:";;
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.26
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.26, 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 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7220 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7221 if test "$cross_compiling" = yes; then
7222 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7223 echo "${ECHO_T}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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7253 (eval "$ac_link") 2>&5
7254 ac_status=$?
7255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7256 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7257 { (case "(($ac_try" in
7258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7259 *) ac_try_echo=$ac_try;;
7260 esac
7261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7262 (eval "$ac_try") 2>&5
7263 ac_status=$?
7264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7265 (exit $ac_status); }; }; then
7266 { echo "$as_me:$LINENO: result: yes" >&5
7267 echo "${ECHO_T}yes" >&6; }
7268 else
7269 echo "$as_me: program exited with status $ac_status" >&5
7270 echo "$as_me: failed program was:" >&5
7271 sed 's/^/| /' conftest.$ac_ext >&5
7273 ( exit $ac_status )
7274 { echo "$as_me:$LINENO: result: no" >&5
7275 echo "${ECHO_T}no" >&6; }
7276 { { 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
7277 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;}
7278 { (exit 1); exit 1; }; }
7280 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7287 DLLFLAGS="$DLLFLAGS -fPIC"
7288 DLLEXT=".so"
7289 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7290 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7291 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7292 echo $ECHO_N "(cached) $ECHO_C" >&6
7293 else
7294 ac_wine_try_cflags_saved=$CFLAGS
7295 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7296 cat >conftest.$ac_ext <<_ACEOF
7297 void myfunc() {}
7298 _ACEOF
7299 rm -f conftest.$ac_objext conftest$ac_exeext
7300 if { (ac_try="$ac_link"
7301 case "(($ac_try" in
7302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7303 *) ac_try_echo=$ac_try;;
7304 esac
7305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7306 (eval "$ac_link") 2>conftest.er1
7307 ac_status=$?
7308 grep -v '^ *+' conftest.er1 >conftest.err
7309 rm -f conftest.er1
7310 cat conftest.err >&5
7311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312 (exit $ac_status); } && {
7313 test -z "$ac_c_werror_flag" ||
7314 test ! -s conftest.err
7315 } && test -s conftest$ac_exeext &&
7316 $as_test_x conftest$ac_exeext; then
7317 ac_cv_c_dll_gnuelf="yes"
7318 else
7319 echo "$as_me: failed program was:" >&5
7320 sed 's/^/| /' conftest.$ac_ext >&5
7322 ac_cv_c_dll_gnuelf="no"
7325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7326 conftest$ac_exeext conftest.$ac_ext
7327 CFLAGS=$ac_wine_try_cflags_saved
7329 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7330 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7331 if test "$ac_cv_c_dll_gnuelf" = "yes"
7332 then
7333 LDSHARED="\$(CC) -shared"
7334 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7335 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7336 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7337 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7338 echo $ECHO_N "(cached) $ECHO_C" >&6
7339 else
7340 ac_wine_try_cflags_saved=$CFLAGS
7341 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7342 cat >conftest.$ac_ext <<_ACEOF
7343 /* confdefs.h. */
7344 _ACEOF
7345 cat confdefs.h >>conftest.$ac_ext
7346 cat >>conftest.$ac_ext <<_ACEOF
7347 /* end confdefs.h. */
7350 main ()
7354 return 0;
7356 _ACEOF
7357 rm -f conftest.$ac_objext conftest$ac_exeext
7358 if { (ac_try="$ac_link"
7359 case "(($ac_try" in
7360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7361 *) ac_try_echo=$ac_try;;
7362 esac
7363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7364 (eval "$ac_link") 2>conftest.er1
7365 ac_status=$?
7366 grep -v '^ *+' conftest.er1 >conftest.err
7367 rm -f conftest.er1
7368 cat conftest.err >&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && {
7371 test -z "$ac_c_werror_flag" ||
7372 test ! -s conftest.err
7373 } && test -s conftest$ac_exeext &&
7374 $as_test_x conftest$ac_exeext; then
7375 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7376 else
7377 echo "$as_me: failed program was:" >&5
7378 sed 's/^/| /' conftest.$ac_ext >&5
7380 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7384 conftest$ac_exeext conftest.$ac_ext
7385 CFLAGS=$ac_wine_try_cflags_saved
7387 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7388 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7389 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7390 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7391 else
7392 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7393 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7394 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7395 echo $ECHO_N "(cached) $ECHO_C" >&6
7396 else
7397 ac_wine_try_cflags_saved=$CFLAGS
7398 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7399 cat >conftest.$ac_ext <<_ACEOF
7400 /* confdefs.h. */
7401 _ACEOF
7402 cat confdefs.h >>conftest.$ac_ext
7403 cat >>conftest.$ac_ext <<_ACEOF
7404 /* end confdefs.h. */
7407 main ()
7411 return 0;
7413 _ACEOF
7414 rm -f conftest.$ac_objext conftest$ac_exeext
7415 if { (ac_try="$ac_link"
7416 case "(($ac_try" in
7417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7418 *) ac_try_echo=$ac_try;;
7419 esac
7420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7421 (eval "$ac_link") 2>conftest.er1
7422 ac_status=$?
7423 grep -v '^ *+' conftest.er1 >conftest.err
7424 rm -f conftest.er1
7425 cat conftest.err >&5
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); } && {
7428 test -z "$ac_c_werror_flag" ||
7429 test ! -s conftest.err
7430 } && test -s conftest$ac_exeext &&
7431 $as_test_x conftest$ac_exeext; then
7432 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7433 else
7434 echo "$as_me: failed program was:" >&5
7435 sed 's/^/| /' conftest.$ac_ext >&5
7437 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7440 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7441 conftest$ac_exeext conftest.$ac_ext
7442 CFLAGS=$ac_wine_try_cflags_saved
7444 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7445 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7446 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7447 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7453 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7454 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7455 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7456 echo $ECHO_N "(cached) $ECHO_C" >&6
7457 else
7458 ac_wine_try_cflags_saved=$CFLAGS
7459 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7460 cat >conftest.$ac_ext <<_ACEOF
7461 /* confdefs.h. */
7462 _ACEOF
7463 cat confdefs.h >>conftest.$ac_ext
7464 cat >>conftest.$ac_ext <<_ACEOF
7465 /* end confdefs.h. */
7468 main ()
7472 return 0;
7474 _ACEOF
7475 rm -f conftest.$ac_objext conftest$ac_exeext
7476 if { (ac_try="$ac_link"
7477 case "(($ac_try" in
7478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7479 *) ac_try_echo=$ac_try;;
7480 esac
7481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7482 (eval "$ac_link") 2>conftest.er1
7483 ac_status=$?
7484 grep -v '^ *+' conftest.er1 >conftest.err
7485 rm -f conftest.er1
7486 cat conftest.err >&5
7487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7488 (exit $ac_status); } && {
7489 test -z "$ac_c_werror_flag" ||
7490 test ! -s conftest.err
7491 } && test -s conftest$ac_exeext &&
7492 $as_test_x conftest$ac_exeext; then
7493 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7494 else
7495 echo "$as_me: failed program was:" >&5
7496 sed 's/^/| /' conftest.$ac_ext >&5
7498 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7502 conftest$ac_exeext conftest.$ac_ext
7503 CFLAGS=$ac_wine_try_cflags_saved
7505 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7506 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7507 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7508 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7512 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7513 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7514 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7515 echo $ECHO_N "(cached) $ECHO_C" >&6
7516 else
7517 ac_wine_try_cflags_saved=$CFLAGS
7518 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7519 cat >conftest.$ac_ext <<_ACEOF
7520 /* confdefs.h. */
7521 _ACEOF
7522 cat confdefs.h >>conftest.$ac_ext
7523 cat >>conftest.$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7527 main ()
7531 return 0;
7533 _ACEOF
7534 rm -f conftest.$ac_objext conftest$ac_exeext
7535 if { (ac_try="$ac_link"
7536 case "(($ac_try" in
7537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7538 *) ac_try_echo=$ac_try;;
7539 esac
7540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7541 (eval "$ac_link") 2>conftest.er1
7542 ac_status=$?
7543 grep -v '^ *+' conftest.er1 >conftest.err
7544 rm -f conftest.er1
7545 cat conftest.err >&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } && {
7548 test -z "$ac_c_werror_flag" ||
7549 test ! -s conftest.err
7550 } && test -s conftest$ac_exeext &&
7551 $as_test_x conftest$ac_exeext; then
7552 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7553 else
7554 echo "$as_me: failed program was:" >&5
7555 sed 's/^/| /' conftest.$ac_ext >&5
7557 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7561 conftest$ac_exeext conftest.$ac_ext
7562 CFLAGS=$ac_wine_try_cflags_saved
7564 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7565 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7566 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7567 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7571 echo '{ global: *; };' >conftest.map
7572 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7573 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7574 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7575 echo $ECHO_N "(cached) $ECHO_C" >&6
7576 else
7577 ac_wine_try_cflags_saved=$CFLAGS
7578 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7579 cat >conftest.$ac_ext <<_ACEOF
7580 /* confdefs.h. */
7581 _ACEOF
7582 cat confdefs.h >>conftest.$ac_ext
7583 cat >>conftest.$ac_ext <<_ACEOF
7584 /* end confdefs.h. */
7587 main ()
7591 return 0;
7593 _ACEOF
7594 rm -f conftest.$ac_objext conftest$ac_exeext
7595 if { (ac_try="$ac_link"
7596 case "(($ac_try" in
7597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7598 *) ac_try_echo=$ac_try;;
7599 esac
7600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7601 (eval "$ac_link") 2>conftest.er1
7602 ac_status=$?
7603 grep -v '^ *+' conftest.er1 >conftest.err
7604 rm -f conftest.er1
7605 cat conftest.err >&5
7606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7607 (exit $ac_status); } && {
7608 test -z "$ac_c_werror_flag" ||
7609 test ! -s conftest.err
7610 } && test -s conftest$ac_exeext &&
7611 $as_test_x conftest$ac_exeext; then
7612 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7613 else
7614 echo "$as_me: failed program was:" >&5
7615 sed 's/^/| /' conftest.$ac_ext >&5
7617 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7621 conftest$ac_exeext conftest.$ac_ext
7622 CFLAGS=$ac_wine_try_cflags_saved
7624 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7625 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7626 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7627 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7630 rm -f conftest.map
7632 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7633 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7634 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7635 echo $ECHO_N "(cached) $ECHO_C" >&6
7636 else
7637 ac_wine_try_cflags_saved=$CFLAGS
7638 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7639 cat >conftest.$ac_ext <<_ACEOF
7640 /* confdefs.h. */
7641 _ACEOF
7642 cat confdefs.h >>conftest.$ac_ext
7643 cat >>conftest.$ac_ext <<_ACEOF
7644 /* end confdefs.h. */
7647 main ()
7651 return 0;
7653 _ACEOF
7654 rm -f conftest.$ac_objext conftest$ac_exeext
7655 if { (ac_try="$ac_link"
7656 case "(($ac_try" in
7657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7658 *) ac_try_echo=$ac_try;;
7659 esac
7660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7661 (eval "$ac_link") 2>conftest.er1
7662 ac_status=$?
7663 grep -v '^ *+' conftest.er1 >conftest.err
7664 rm -f conftest.er1
7665 cat conftest.err >&5
7666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7667 (exit $ac_status); } && {
7668 test -z "$ac_c_werror_flag" ||
7669 test ! -s conftest.err
7670 } && test -s conftest$ac_exeext &&
7671 $as_test_x conftest$ac_exeext; then
7672 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7673 else
7674 echo "$as_me: failed program was:" >&5
7675 sed 's/^/| /' conftest.$ac_ext >&5
7677 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7681 conftest$ac_exeext conftest.$ac_ext
7682 CFLAGS=$ac_wine_try_cflags_saved
7684 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7685 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7686 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7687 LDEXECFLAGS="-Wl,--export-dynamic"
7692 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7693 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7694 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7695 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7696 echo $ECHO_N "(cached) $ECHO_C" >&6
7697 else
7698 ac_wine_try_cflags_saved=$CFLAGS
7699 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7700 cat >conftest.$ac_ext <<_ACEOF
7701 /* confdefs.h. */
7702 _ACEOF
7703 cat confdefs.h >>conftest.$ac_ext
7704 cat >>conftest.$ac_ext <<_ACEOF
7705 /* end confdefs.h. */
7708 main ()
7712 return 0;
7714 _ACEOF
7715 rm -f conftest.$ac_objext conftest$ac_exeext
7716 if { (ac_try="$ac_link"
7717 case "(($ac_try" in
7718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7719 *) ac_try_echo=$ac_try;;
7720 esac
7721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7722 (eval "$ac_link") 2>conftest.er1
7723 ac_status=$?
7724 grep -v '^ *+' conftest.er1 >conftest.err
7725 rm -f conftest.er1
7726 cat conftest.err >&5
7727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7728 (exit $ac_status); } && {
7729 test -z "$ac_c_werror_flag" ||
7730 test ! -s conftest.err
7731 } && test -s conftest$ac_exeext &&
7732 $as_test_x conftest$ac_exeext; then
7733 eval "$as_ac_var=yes"
7734 else
7735 echo "$as_me: failed program was:" >&5
7736 sed 's/^/| /' conftest.$ac_ext >&5
7738 eval "$as_ac_var=no"
7741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7742 conftest$ac_exeext conftest.$ac_ext
7743 CFLAGS=$ac_wine_try_cflags_saved
7745 ac_res=`eval echo '${'$as_ac_var'}'`
7746 { echo "$as_me:$LINENO: result: $ac_res" >&5
7747 echo "${ECHO_T}$ac_res" >&6; }
7748 if test `eval echo '${'$as_ac_var'}'` = yes; then
7749 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7750 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7751 else
7752 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7753 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7754 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7755 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7756 echo $ECHO_N "(cached) $ECHO_C" >&6
7757 else
7758 ac_wine_try_cflags_saved=$CFLAGS
7759 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7760 cat >conftest.$ac_ext <<_ACEOF
7761 /* confdefs.h. */
7762 _ACEOF
7763 cat confdefs.h >>conftest.$ac_ext
7764 cat >>conftest.$ac_ext <<_ACEOF
7765 /* end confdefs.h. */
7768 main ()
7772 return 0;
7774 _ACEOF
7775 rm -f conftest.$ac_objext conftest$ac_exeext
7776 if { (ac_try="$ac_link"
7777 case "(($ac_try" in
7778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7779 *) ac_try_echo=$ac_try;;
7780 esac
7781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7782 (eval "$ac_link") 2>conftest.er1
7783 ac_status=$?
7784 grep -v '^ *+' conftest.er1 >conftest.err
7785 rm -f conftest.er1
7786 cat conftest.err >&5
7787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7788 (exit $ac_status); } && {
7789 test -z "$ac_c_werror_flag" ||
7790 test ! -s conftest.err
7791 } && test -s conftest$ac_exeext &&
7792 $as_test_x conftest$ac_exeext; then
7793 eval "$as_ac_var=yes"
7794 else
7795 echo "$as_me: failed program was:" >&5
7796 sed 's/^/| /' conftest.$ac_ext >&5
7798 eval "$as_ac_var=no"
7801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7802 conftest$ac_exeext conftest.$ac_ext
7803 CFLAGS=$ac_wine_try_cflags_saved
7805 ac_res=`eval echo '${'$as_ac_var'}'`
7806 { echo "$as_me:$LINENO: result: $ac_res" >&5
7807 echo "${ECHO_T}$ac_res" >&6; }
7808 if test `eval echo '${'$as_ac_var'}'` = yes; then
7809 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7810 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7816 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7817 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7818 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7819 echo $ECHO_N "(cached) $ECHO_C" >&6
7820 else
7821 ac_wine_try_cflags_saved=$CFLAGS
7822 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7823 cat >conftest.$ac_ext <<_ACEOF
7824 /* confdefs.h. */
7825 _ACEOF
7826 cat confdefs.h >>conftest.$ac_ext
7827 cat >>conftest.$ac_ext <<_ACEOF
7828 /* end confdefs.h. */
7831 main ()
7835 return 0;
7837 _ACEOF
7838 rm -f conftest.$ac_objext conftest$ac_exeext
7839 if { (ac_try="$ac_link"
7840 case "(($ac_try" in
7841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7842 *) ac_try_echo=$ac_try;;
7843 esac
7844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7845 (eval "$ac_link") 2>conftest.er1
7846 ac_status=$?
7847 grep -v '^ *+' conftest.er1 >conftest.err
7848 rm -f conftest.er1
7849 cat conftest.err >&5
7850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7851 (exit $ac_status); } && {
7852 test -z "$ac_c_werror_flag" ||
7853 test ! -s conftest.err
7854 } && test -s conftest$ac_exeext &&
7855 $as_test_x conftest$ac_exeext; then
7856 ac_cv_cflags__Wl___enable_new_dtags=yes
7857 else
7858 echo "$as_me: failed program was:" >&5
7859 sed 's/^/| /' conftest.$ac_ext >&5
7861 ac_cv_cflags__Wl___enable_new_dtags=no
7864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7865 conftest$ac_exeext conftest.$ac_ext
7866 CFLAGS=$ac_wine_try_cflags_saved
7868 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7869 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7870 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7871 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7875 case $host_cpu in
7876 *i[3456789]86* | x86_64)
7877 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7878 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7879 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7880 echo $ECHO_N "(cached) $ECHO_C" >&6
7881 else
7882 ac_wine_try_cflags_saved=$CFLAGS
7883 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7884 cat >conftest.$ac_ext <<_ACEOF
7885 /* confdefs.h. */
7886 _ACEOF
7887 cat confdefs.h >>conftest.$ac_ext
7888 cat >>conftest.$ac_ext <<_ACEOF
7889 /* end confdefs.h. */
7892 main ()
7896 return 0;
7898 _ACEOF
7899 rm -f conftest.$ac_objext conftest$ac_exeext
7900 if { (ac_try="$ac_link"
7901 case "(($ac_try" in
7902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7903 *) ac_try_echo=$ac_try;;
7904 esac
7905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7906 (eval "$ac_link") 2>conftest.er1
7907 ac_status=$?
7908 grep -v '^ *+' conftest.er1 >conftest.err
7909 rm -f conftest.er1
7910 cat conftest.err >&5
7911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7912 (exit $ac_status); } && {
7913 test -z "$ac_c_werror_flag" ||
7914 test ! -s conftest.err
7915 } && test -s conftest$ac_exeext &&
7916 $as_test_x conftest$ac_exeext; then
7917 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7918 else
7919 echo "$as_me: failed program was:" >&5
7920 sed 's/^/| /' conftest.$ac_ext >&5
7922 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7926 conftest$ac_exeext conftest.$ac_ext
7927 CFLAGS=$ac_wine_try_cflags_saved
7929 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7930 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7931 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7932 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7936 esac
7938 else
7939 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7940 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
7941 if test "${ac_cv_c_dll_unixware+set}" = set; then
7942 echo $ECHO_N "(cached) $ECHO_C" >&6
7943 else
7944 ac_wine_try_cflags_saved=$CFLAGS
7945 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7946 cat >conftest.$ac_ext <<_ACEOF
7947 void myfunc() {}
7948 _ACEOF
7949 rm -f conftest.$ac_objext conftest$ac_exeext
7950 if { (ac_try="$ac_link"
7951 case "(($ac_try" in
7952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7953 *) ac_try_echo=$ac_try;;
7954 esac
7955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7956 (eval "$ac_link") 2>conftest.er1
7957 ac_status=$?
7958 grep -v '^ *+' conftest.er1 >conftest.err
7959 rm -f conftest.er1
7960 cat conftest.err >&5
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); } && {
7963 test -z "$ac_c_werror_flag" ||
7964 test ! -s conftest.err
7965 } && test -s conftest$ac_exeext &&
7966 $as_test_x conftest$ac_exeext; then
7967 ac_cv_c_dll_unixware="yes"
7968 else
7969 echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.$ac_ext >&5
7972 ac_cv_c_dll_unixware="no"
7975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7976 conftest$ac_exeext conftest.$ac_ext
7977 CFLAGS=$ac_wine_try_cflags_saved
7979 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
7980 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
7981 if test "$ac_cv_c_dll_unixware" = "yes"
7982 then
7983 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7984 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7986 else
7987 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
7988 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
7989 if test "${ac_cv_c_dll_hpux+set}" = set; then
7990 echo $ECHO_N "(cached) $ECHO_C" >&6
7991 else
7992 ac_wine_try_cflags_saved=$CFLAGS
7993 CFLAGS="$CFLAGS -shared"
7994 cat >conftest.$ac_ext <<_ACEOF
7995 void myfunc() {}
7996 _ACEOF
7997 rm -f conftest.$ac_objext conftest$ac_exeext
7998 if { (ac_try="$ac_link"
7999 case "(($ac_try" in
8000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8001 *) ac_try_echo=$ac_try;;
8002 esac
8003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8004 (eval "$ac_link") 2>conftest.er1
8005 ac_status=$?
8006 grep -v '^ *+' conftest.er1 >conftest.err
8007 rm -f conftest.er1
8008 cat conftest.err >&5
8009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010 (exit $ac_status); } && {
8011 test -z "$ac_c_werror_flag" ||
8012 test ! -s conftest.err
8013 } && test -s conftest$ac_exeext &&
8014 $as_test_x conftest$ac_exeext; then
8015 ac_cv_c_dll_hpux="yes"
8016 else
8017 echo "$as_me: failed program was:" >&5
8018 sed 's/^/| /' conftest.$ac_ext >&5
8020 ac_cv_c_dll_hpux="no"
8023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8024 conftest$ac_exeext conftest.$ac_ext
8025 CFLAGS=$ac_wine_try_cflags_saved
8027 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8028 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8029 if test "$ac_cv_c_dll_hpux" = "yes"
8030 then
8031 LIBEXT="sl"
8032 DLLEXT=".sl"
8033 LDDLLFLAGS="-shared -fPIC"
8034 LDSHARED="\$(CC) -shared"
8039 esac
8041 enable_winequartz_drv=${enable_winequartz_drv:-no}
8043 if test "$LIBEXT" = "a"; then
8044 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8045 It is currently not possible to build Wine without shared library
8046 (.so) support to allow transparent switch between .so and .dll files.
8047 If you are using Linux, you will need a newer binutils.
8048 " >&5
8049 echo "$as_me: error: could not find a way to build shared libraries.
8050 It is currently not possible to build Wine without shared library
8051 (.so) support to allow transparent switch between .so and .dll files.
8052 If you are using Linux, you will need a newer binutils.
8053 " >&2;}
8054 { (exit 1); exit 1; }; }
8057 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8058 then
8059 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
8061 # Extract the first word of "$ac_prog", so it can be a program name with args.
8062 set dummy $ac_prog; ac_word=$2
8063 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8065 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8066 echo $ECHO_N "(cached) $ECHO_C" >&6
8067 else
8068 if test -n "$CROSSCC"; then
8069 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8070 else
8071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8072 for as_dir in $PATH
8074 IFS=$as_save_IFS
8075 test -z "$as_dir" && as_dir=.
8076 for ac_exec_ext in '' $ac_executable_extensions; do
8077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8078 ac_cv_prog_CROSSCC="$ac_prog"
8079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8080 break 2
8082 done
8083 done
8084 IFS=$as_save_IFS
8088 CROSSCC=$ac_cv_prog_CROSSCC
8089 if test -n "$CROSSCC"; then
8090 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8091 echo "${ECHO_T}$CROSSCC" >&6; }
8092 else
8093 { echo "$as_me:$LINENO: result: no" >&5
8094 echo "${ECHO_T}no" >&6; }
8098 test -n "$CROSSCC" && break
8099 done
8100 test -n "$CROSSCC" || CROSSCC="false"
8102 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
8104 # Extract the first word of "$ac_prog", so it can be a program name with args.
8105 set dummy $ac_prog; ac_word=$2
8106 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8108 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8109 echo $ECHO_N "(cached) $ECHO_C" >&6
8110 else
8111 if test -n "$DLLTOOL"; then
8112 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8113 else
8114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8115 for as_dir in $PATH
8117 IFS=$as_save_IFS
8118 test -z "$as_dir" && as_dir=.
8119 for ac_exec_ext in '' $ac_executable_extensions; do
8120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8121 ac_cv_prog_DLLTOOL="$ac_prog"
8122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8123 break 2
8125 done
8126 done
8127 IFS=$as_save_IFS
8131 DLLTOOL=$ac_cv_prog_DLLTOOL
8132 if test -n "$DLLTOOL"; then
8133 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8134 echo "${ECHO_T}$DLLTOOL" >&6; }
8135 else
8136 { echo "$as_me:$LINENO: result: no" >&5
8137 echo "${ECHO_T}no" >&6; }
8141 test -n "$DLLTOOL" && break
8142 done
8143 test -n "$DLLTOOL" || DLLTOOL="false"
8145 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
8147 # Extract the first word of "$ac_prog", so it can be a program name with args.
8148 set dummy $ac_prog; ac_word=$2
8149 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8151 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8152 echo $ECHO_N "(cached) $ECHO_C" >&6
8153 else
8154 if test -n "$MINGWAR"; then
8155 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8156 else
8157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8158 for as_dir in $PATH
8160 IFS=$as_save_IFS
8161 test -z "$as_dir" && as_dir=.
8162 for ac_exec_ext in '' $ac_executable_extensions; do
8163 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8164 ac_cv_prog_MINGWAR="$ac_prog"
8165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8166 break 2
8168 done
8169 done
8170 IFS=$as_save_IFS
8174 MINGWAR=$ac_cv_prog_MINGWAR
8175 if test -n "$MINGWAR"; then
8176 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8177 echo "${ECHO_T}$MINGWAR" >&6; }
8178 else
8179 { echo "$as_me:$LINENO: result: no" >&5
8180 echo "${ECHO_T}no" >&6; }
8184 test -n "$MINGWAR" && break
8185 done
8186 test -n "$MINGWAR" || MINGWAR="false"
8188 if test "$CROSSCC" != "false"
8189 then
8190 CROSSTEST="\$(CROSSTEST)"
8192 set x $CROSSCC
8193 shift
8194 target=""
8195 while test $# -ge 1
8197 case "$1" in
8198 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8199 esac
8200 shift
8201 done
8202 if test -n "$target"
8203 then
8204 CROSSTARGETFLAGS="-b $target"
8211 if test "$ac_cv_header_pthread_h" = "yes"
8212 then
8213 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8214 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8215 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8216 echo $ECHO_N "(cached) $ECHO_C" >&6
8217 else
8218 ac_check_lib_save_LIBS=$LIBS
8219 LIBS="-lpthread $LIBS"
8220 cat >conftest.$ac_ext <<_ACEOF
8221 /* confdefs.h. */
8222 _ACEOF
8223 cat confdefs.h >>conftest.$ac_ext
8224 cat >>conftest.$ac_ext <<_ACEOF
8225 /* end confdefs.h. */
8227 /* Override any GCC internal prototype to avoid an error.
8228 Use char because int might match the return type of a GCC
8229 builtin and then its argument prototype would still apply. */
8230 #ifdef __cplusplus
8231 extern "C"
8232 #endif
8233 char pthread_create ();
8235 main ()
8237 return pthread_create ();
8239 return 0;
8241 _ACEOF
8242 rm -f conftest.$ac_objext conftest$ac_exeext
8243 if { (ac_try="$ac_link"
8244 case "(($ac_try" in
8245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8246 *) ac_try_echo=$ac_try;;
8247 esac
8248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8249 (eval "$ac_link") 2>conftest.er1
8250 ac_status=$?
8251 grep -v '^ *+' conftest.er1 >conftest.err
8252 rm -f conftest.er1
8253 cat conftest.err >&5
8254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255 (exit $ac_status); } && {
8256 test -z "$ac_c_werror_flag" ||
8257 test ! -s conftest.err
8258 } && test -s conftest$ac_exeext &&
8259 $as_test_x conftest$ac_exeext; then
8260 ac_cv_lib_pthread_pthread_create=yes
8261 else
8262 echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.$ac_ext >&5
8265 ac_cv_lib_pthread_pthread_create=no
8268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8269 conftest$ac_exeext conftest.$ac_ext
8270 LIBS=$ac_check_lib_save_LIBS
8272 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8273 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8274 if test $ac_cv_lib_pthread_pthread_create = yes; then
8275 LIBPTHREAD="-lpthread"
8280 if test "x$LIBPTHREAD" = "x"; then
8281 case "x$with_pthread" in
8282 xno) ;;
8283 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8284 Wine cannot support threads without libpthread.
8285 Use the --without-pthread option if you really want this." >&5
8286 echo "$as_me: 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." >&2;}
8289 { (exit 1); exit 1; }; } ;;
8290 esac
8295 { echo "$as_me:$LINENO: checking for X" >&5
8296 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8299 # Check whether --with-x was given.
8300 if test "${with_x+set}" = set; then
8301 withval=$with_x;
8304 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8305 if test "x$with_x" = xno; then
8306 # The user explicitly disabled X.
8307 have_x=disabled
8308 else
8309 case $x_includes,$x_libraries in #(
8310 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8311 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8312 { (exit 1); exit 1; }; };; #(
8313 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8314 echo $ECHO_N "(cached) $ECHO_C" >&6
8315 else
8316 # One or both of the vars are not set, and there is no cached value.
8317 ac_x_includes=no ac_x_libraries=no
8318 rm -f -r conftest.dir
8319 if mkdir conftest.dir; then
8320 cd conftest.dir
8321 cat >Imakefile <<'_ACEOF'
8322 incroot:
8323 @echo incroot='${INCROOT}'
8324 usrlibdir:
8325 @echo usrlibdir='${USRLIBDIR}'
8326 libdir:
8327 @echo libdir='${LIBDIR}'
8328 _ACEOF
8329 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8330 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8331 for ac_var in incroot usrlibdir libdir; do
8332 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8333 done
8334 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8335 for ac_extension in a so sl; do
8336 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8337 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8338 ac_im_usrlibdir=$ac_im_libdir; break
8340 done
8341 # Screen out bogus values from the imake configuration. They are
8342 # bogus both because they are the default anyway, and because
8343 # using them would break gcc on systems where it needs fixed includes.
8344 case $ac_im_incroot in
8345 /usr/include) ac_x_includes= ;;
8346 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8347 esac
8348 case $ac_im_usrlibdir in
8349 /usr/lib | /lib) ;;
8350 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8351 esac
8353 cd ..
8354 rm -f -r conftest.dir
8357 # Standard set of common directories for X headers.
8358 # Check X11 before X11Rn because it is often a symlink to the current release.
8359 ac_x_header_dirs='
8360 /usr/X11/include
8361 /usr/X11R6/include
8362 /usr/X11R5/include
8363 /usr/X11R4/include
8365 /usr/include/X11
8366 /usr/include/X11R6
8367 /usr/include/X11R5
8368 /usr/include/X11R4
8370 /usr/local/X11/include
8371 /usr/local/X11R6/include
8372 /usr/local/X11R5/include
8373 /usr/local/X11R4/include
8375 /usr/local/include/X11
8376 /usr/local/include/X11R6
8377 /usr/local/include/X11R5
8378 /usr/local/include/X11R4
8380 /usr/X386/include
8381 /usr/x386/include
8382 /usr/XFree86/include/X11
8384 /usr/include
8385 /usr/local/include
8386 /usr/unsupported/include
8387 /usr/athena/include
8388 /usr/local/x11r5/include
8389 /usr/lpp/Xamples/include
8391 /usr/openwin/include
8392 /usr/openwin/share/include'
8394 if test "$ac_x_includes" = no; then
8395 # Guess where to find include files, by looking for Xlib.h.
8396 # First, try using that file with no special directory specified.
8397 cat >conftest.$ac_ext <<_ACEOF
8398 /* confdefs.h. */
8399 _ACEOF
8400 cat confdefs.h >>conftest.$ac_ext
8401 cat >>conftest.$ac_ext <<_ACEOF
8402 /* end confdefs.h. */
8403 #include <X11/Xlib.h>
8404 _ACEOF
8405 if { (ac_try="$ac_cpp conftest.$ac_ext"
8406 case "(($ac_try" in
8407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8408 *) ac_try_echo=$ac_try;;
8409 esac
8410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8412 ac_status=$?
8413 grep -v '^ *+' conftest.er1 >conftest.err
8414 rm -f conftest.er1
8415 cat conftest.err >&5
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8417 (exit $ac_status); } >/dev/null && {
8418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8419 test ! -s conftest.err
8420 }; then
8421 # We can compile using X headers with no special include directory.
8422 ac_x_includes=
8423 else
8424 echo "$as_me: failed program was:" >&5
8425 sed 's/^/| /' conftest.$ac_ext >&5
8427 for ac_dir in $ac_x_header_dirs; do
8428 if test -r "$ac_dir/X11/Xlib.h"; then
8429 ac_x_includes=$ac_dir
8430 break
8432 done
8435 rm -f conftest.err conftest.$ac_ext
8436 fi # $ac_x_includes = no
8438 if test "$ac_x_libraries" = no; then
8439 # Check for the libraries.
8440 # See if we find them without any special options.
8441 # Don't add to $LIBS permanently.
8442 ac_save_LIBS=$LIBS
8443 LIBS="-lX11 $LIBS"
8444 cat >conftest.$ac_ext <<_ACEOF
8445 /* confdefs.h. */
8446 _ACEOF
8447 cat confdefs.h >>conftest.$ac_ext
8448 cat >>conftest.$ac_ext <<_ACEOF
8449 /* end confdefs.h. */
8450 #include <X11/Xlib.h>
8452 main ()
8454 XrmInitialize ()
8456 return 0;
8458 _ACEOF
8459 rm -f conftest.$ac_objext conftest$ac_exeext
8460 if { (ac_try="$ac_link"
8461 case "(($ac_try" in
8462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8463 *) ac_try_echo=$ac_try;;
8464 esac
8465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8466 (eval "$ac_link") 2>conftest.er1
8467 ac_status=$?
8468 grep -v '^ *+' conftest.er1 >conftest.err
8469 rm -f conftest.er1
8470 cat conftest.err >&5
8471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472 (exit $ac_status); } && {
8473 test -z "$ac_c_werror_flag" ||
8474 test ! -s conftest.err
8475 } && test -s conftest$ac_exeext &&
8476 $as_test_x conftest$ac_exeext; then
8477 LIBS=$ac_save_LIBS
8478 # We can link X programs with no special library path.
8479 ac_x_libraries=
8480 else
8481 echo "$as_me: failed program was:" >&5
8482 sed 's/^/| /' conftest.$ac_ext >&5
8484 LIBS=$ac_save_LIBS
8485 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8487 # Don't even attempt the hair of trying to link an X program!
8488 for ac_extension in a so sl; do
8489 if test -r "$ac_dir/libX11.$ac_extension"; then
8490 ac_x_libraries=$ac_dir
8491 break 2
8493 done
8494 done
8497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8498 conftest$ac_exeext conftest.$ac_ext
8499 fi # $ac_x_libraries = no
8501 case $ac_x_includes,$ac_x_libraries in #(
8502 no,* | *,no | *\'*)
8503 # Didn't find X, or a directory has "'" in its name.
8504 ac_cv_have_x="have_x=no";; #(
8506 # Record where we found X for the cache.
8507 ac_cv_have_x="have_x=yes\
8508 ac_x_includes='$ac_x_includes'\
8509 ac_x_libraries='$ac_x_libraries'"
8510 esac
8512 ;; #(
8513 *) have_x=yes;;
8514 esac
8515 eval "$ac_cv_have_x"
8516 fi # $with_x != no
8518 if test "$have_x" != yes; then
8519 { echo "$as_me:$LINENO: result: $have_x" >&5
8520 echo "${ECHO_T}$have_x" >&6; }
8521 no_x=yes
8522 else
8523 # If each of the values was on the command line, it overrides each guess.
8524 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8525 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8526 # Update the cache value to reflect the command line values.
8527 ac_cv_have_x="have_x=yes\
8528 ac_x_includes='$x_includes'\
8529 ac_x_libraries='$x_libraries'"
8530 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8531 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8534 if test "$no_x" = yes; then
8535 # Not all programs may use this symbol, but it does not hurt to define it.
8537 cat >>confdefs.h <<\_ACEOF
8538 #define X_DISPLAY_MISSING 1
8539 _ACEOF
8541 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8542 else
8543 if test -n "$x_includes"; then
8544 X_CFLAGS="$X_CFLAGS -I$x_includes"
8547 # It would also be nice to do this for all -L options, not just this one.
8548 if test -n "$x_libraries"; then
8549 X_LIBS="$X_LIBS -L$x_libraries"
8550 # For Solaris; some versions of Sun CC require a space after -R and
8551 # others require no space. Words are not sufficient . . . .
8552 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8553 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8554 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8555 ac_xsave_c_werror_flag=$ac_c_werror_flag
8556 ac_c_werror_flag=yes
8557 cat >conftest.$ac_ext <<_ACEOF
8558 /* confdefs.h. */
8559 _ACEOF
8560 cat confdefs.h >>conftest.$ac_ext
8561 cat >>conftest.$ac_ext <<_ACEOF
8562 /* end confdefs.h. */
8565 main ()
8569 return 0;
8571 _ACEOF
8572 rm -f conftest.$ac_objext conftest$ac_exeext
8573 if { (ac_try="$ac_link"
8574 case "(($ac_try" in
8575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8576 *) ac_try_echo=$ac_try;;
8577 esac
8578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8579 (eval "$ac_link") 2>conftest.er1
8580 ac_status=$?
8581 grep -v '^ *+' conftest.er1 >conftest.err
8582 rm -f conftest.er1
8583 cat conftest.err >&5
8584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8585 (exit $ac_status); } && {
8586 test -z "$ac_c_werror_flag" ||
8587 test ! -s conftest.err
8588 } && test -s conftest$ac_exeext &&
8589 $as_test_x conftest$ac_exeext; then
8590 { echo "$as_me:$LINENO: result: no" >&5
8591 echo "${ECHO_T}no" >&6; }
8592 X_LIBS="$X_LIBS -R$x_libraries"
8593 else
8594 echo "$as_me: failed program was:" >&5
8595 sed 's/^/| /' conftest.$ac_ext >&5
8597 LIBS="$ac_xsave_LIBS -R $x_libraries"
8598 cat >conftest.$ac_ext <<_ACEOF
8599 /* confdefs.h. */
8600 _ACEOF
8601 cat confdefs.h >>conftest.$ac_ext
8602 cat >>conftest.$ac_ext <<_ACEOF
8603 /* end confdefs.h. */
8606 main ()
8610 return 0;
8612 _ACEOF
8613 rm -f conftest.$ac_objext conftest$ac_exeext
8614 if { (ac_try="$ac_link"
8615 case "(($ac_try" in
8616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8617 *) ac_try_echo=$ac_try;;
8618 esac
8619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8620 (eval "$ac_link") 2>conftest.er1
8621 ac_status=$?
8622 grep -v '^ *+' conftest.er1 >conftest.err
8623 rm -f conftest.er1
8624 cat conftest.err >&5
8625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8626 (exit $ac_status); } && {
8627 test -z "$ac_c_werror_flag" ||
8628 test ! -s conftest.err
8629 } && test -s conftest$ac_exeext &&
8630 $as_test_x conftest$ac_exeext; then
8631 { echo "$as_me:$LINENO: result: yes" >&5
8632 echo "${ECHO_T}yes" >&6; }
8633 X_LIBS="$X_LIBS -R $x_libraries"
8634 else
8635 echo "$as_me: failed program was:" >&5
8636 sed 's/^/| /' conftest.$ac_ext >&5
8638 { echo "$as_me:$LINENO: result: neither works" >&5
8639 echo "${ECHO_T}neither works" >&6; }
8642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8643 conftest$ac_exeext conftest.$ac_ext
8646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8647 conftest$ac_exeext conftest.$ac_ext
8648 ac_c_werror_flag=$ac_xsave_c_werror_flag
8649 LIBS=$ac_xsave_LIBS
8652 # Check for system-dependent libraries X programs must link with.
8653 # Do this before checking for the system-independent R6 libraries
8654 # (-lICE), since we may need -lsocket or whatever for X linking.
8656 if test "$ISC" = yes; then
8657 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8658 else
8659 # Martyn Johnson says this is needed for Ultrix, if the X
8660 # libraries were built with DECnet support. And Karl Berry says
8661 # the Alpha needs dnet_stub (dnet does not exist).
8662 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8663 cat >conftest.$ac_ext <<_ACEOF
8664 /* confdefs.h. */
8665 _ACEOF
8666 cat confdefs.h >>conftest.$ac_ext
8667 cat >>conftest.$ac_ext <<_ACEOF
8668 /* end confdefs.h. */
8670 /* Override any GCC internal prototype to avoid an error.
8671 Use char because int might match the return type of a GCC
8672 builtin and then its argument prototype would still apply. */
8673 #ifdef __cplusplus
8674 extern "C"
8675 #endif
8676 char XOpenDisplay ();
8678 main ()
8680 return XOpenDisplay ();
8682 return 0;
8684 _ACEOF
8685 rm -f conftest.$ac_objext conftest$ac_exeext
8686 if { (ac_try="$ac_link"
8687 case "(($ac_try" in
8688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8689 *) ac_try_echo=$ac_try;;
8690 esac
8691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8692 (eval "$ac_link") 2>conftest.er1
8693 ac_status=$?
8694 grep -v '^ *+' conftest.er1 >conftest.err
8695 rm -f conftest.er1
8696 cat conftest.err >&5
8697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8698 (exit $ac_status); } && {
8699 test -z "$ac_c_werror_flag" ||
8700 test ! -s conftest.err
8701 } && test -s conftest$ac_exeext &&
8702 $as_test_x conftest$ac_exeext; then
8704 else
8705 echo "$as_me: failed program was:" >&5
8706 sed 's/^/| /' conftest.$ac_ext >&5
8708 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8709 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8710 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8711 echo $ECHO_N "(cached) $ECHO_C" >&6
8712 else
8713 ac_check_lib_save_LIBS=$LIBS
8714 LIBS="-ldnet $LIBS"
8715 cat >conftest.$ac_ext <<_ACEOF
8716 /* confdefs.h. */
8717 _ACEOF
8718 cat confdefs.h >>conftest.$ac_ext
8719 cat >>conftest.$ac_ext <<_ACEOF
8720 /* end confdefs.h. */
8722 /* Override any GCC internal prototype to avoid an error.
8723 Use char because int might match the return type of a GCC
8724 builtin and then its argument prototype would still apply. */
8725 #ifdef __cplusplus
8726 extern "C"
8727 #endif
8728 char dnet_ntoa ();
8730 main ()
8732 return dnet_ntoa ();
8734 return 0;
8736 _ACEOF
8737 rm -f conftest.$ac_objext conftest$ac_exeext
8738 if { (ac_try="$ac_link"
8739 case "(($ac_try" in
8740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8741 *) ac_try_echo=$ac_try;;
8742 esac
8743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8744 (eval "$ac_link") 2>conftest.er1
8745 ac_status=$?
8746 grep -v '^ *+' conftest.er1 >conftest.err
8747 rm -f conftest.er1
8748 cat conftest.err >&5
8749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8750 (exit $ac_status); } && {
8751 test -z "$ac_c_werror_flag" ||
8752 test ! -s conftest.err
8753 } && test -s conftest$ac_exeext &&
8754 $as_test_x conftest$ac_exeext; then
8755 ac_cv_lib_dnet_dnet_ntoa=yes
8756 else
8757 echo "$as_me: failed program was:" >&5
8758 sed 's/^/| /' conftest.$ac_ext >&5
8760 ac_cv_lib_dnet_dnet_ntoa=no
8763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8764 conftest$ac_exeext conftest.$ac_ext
8765 LIBS=$ac_check_lib_save_LIBS
8767 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8768 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8769 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8770 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8773 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8774 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8775 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8776 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8777 echo $ECHO_N "(cached) $ECHO_C" >&6
8778 else
8779 ac_check_lib_save_LIBS=$LIBS
8780 LIBS="-ldnet_stub $LIBS"
8781 cat >conftest.$ac_ext <<_ACEOF
8782 /* confdefs.h. */
8783 _ACEOF
8784 cat confdefs.h >>conftest.$ac_ext
8785 cat >>conftest.$ac_ext <<_ACEOF
8786 /* end confdefs.h. */
8788 /* Override any GCC internal prototype to avoid an error.
8789 Use char because int might match the return type of a GCC
8790 builtin and then its argument prototype would still apply. */
8791 #ifdef __cplusplus
8792 extern "C"
8793 #endif
8794 char dnet_ntoa ();
8796 main ()
8798 return dnet_ntoa ();
8800 return 0;
8802 _ACEOF
8803 rm -f conftest.$ac_objext conftest$ac_exeext
8804 if { (ac_try="$ac_link"
8805 case "(($ac_try" in
8806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8807 *) ac_try_echo=$ac_try;;
8808 esac
8809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8810 (eval "$ac_link") 2>conftest.er1
8811 ac_status=$?
8812 grep -v '^ *+' conftest.er1 >conftest.err
8813 rm -f conftest.er1
8814 cat conftest.err >&5
8815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8816 (exit $ac_status); } && {
8817 test -z "$ac_c_werror_flag" ||
8818 test ! -s conftest.err
8819 } && test -s conftest$ac_exeext &&
8820 $as_test_x conftest$ac_exeext; then
8821 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8822 else
8823 echo "$as_me: failed program was:" >&5
8824 sed 's/^/| /' conftest.$ac_ext >&5
8826 ac_cv_lib_dnet_stub_dnet_ntoa=no
8829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8830 conftest$ac_exeext conftest.$ac_ext
8831 LIBS=$ac_check_lib_save_LIBS
8833 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8834 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8835 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8836 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8843 conftest$ac_exeext conftest.$ac_ext
8844 LIBS="$ac_xsave_LIBS"
8846 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8847 # to get the SysV transport functions.
8848 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8849 # needs -lnsl.
8850 # The nsl library prevents programs from opening the X display
8851 # on Irix 5.2, according to T.E. Dickey.
8852 # The functions gethostbyname, getservbyname, and inet_addr are
8853 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8854 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8855 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8856 if test "${ac_cv_func_gethostbyname+set}" = set; then
8857 echo $ECHO_N "(cached) $ECHO_C" >&6
8858 else
8859 cat >conftest.$ac_ext <<_ACEOF
8860 /* confdefs.h. */
8861 _ACEOF
8862 cat confdefs.h >>conftest.$ac_ext
8863 cat >>conftest.$ac_ext <<_ACEOF
8864 /* end confdefs.h. */
8865 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8866 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8867 #define gethostbyname innocuous_gethostbyname
8869 /* System header to define __stub macros and hopefully few prototypes,
8870 which can conflict with char gethostbyname (); below.
8871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8872 <limits.h> exists even on freestanding compilers. */
8874 #ifdef __STDC__
8875 # include <limits.h>
8876 #else
8877 # include <assert.h>
8878 #endif
8880 #undef gethostbyname
8882 /* Override any GCC internal prototype to avoid an error.
8883 Use char because int might match the return type of a GCC
8884 builtin and then its argument prototype would still apply. */
8885 #ifdef __cplusplus
8886 extern "C"
8887 #endif
8888 char gethostbyname ();
8889 /* The GNU C library defines this for functions which it implements
8890 to always fail with ENOSYS. Some functions are actually named
8891 something starting with __ and the normal name is an alias. */
8892 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8893 choke me
8894 #endif
8897 main ()
8899 return gethostbyname ();
8901 return 0;
8903 _ACEOF
8904 rm -f conftest.$ac_objext conftest$ac_exeext
8905 if { (ac_try="$ac_link"
8906 case "(($ac_try" in
8907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8908 *) ac_try_echo=$ac_try;;
8909 esac
8910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8911 (eval "$ac_link") 2>conftest.er1
8912 ac_status=$?
8913 grep -v '^ *+' conftest.er1 >conftest.err
8914 rm -f conftest.er1
8915 cat conftest.err >&5
8916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8917 (exit $ac_status); } && {
8918 test -z "$ac_c_werror_flag" ||
8919 test ! -s conftest.err
8920 } && test -s conftest$ac_exeext &&
8921 $as_test_x conftest$ac_exeext; then
8922 ac_cv_func_gethostbyname=yes
8923 else
8924 echo "$as_me: failed program was:" >&5
8925 sed 's/^/| /' conftest.$ac_ext >&5
8927 ac_cv_func_gethostbyname=no
8930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8931 conftest$ac_exeext conftest.$ac_ext
8933 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8934 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8936 if test $ac_cv_func_gethostbyname = no; then
8937 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8938 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8939 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8940 echo $ECHO_N "(cached) $ECHO_C" >&6
8941 else
8942 ac_check_lib_save_LIBS=$LIBS
8943 LIBS="-lnsl $LIBS"
8944 cat >conftest.$ac_ext <<_ACEOF
8945 /* confdefs.h. */
8946 _ACEOF
8947 cat confdefs.h >>conftest.$ac_ext
8948 cat >>conftest.$ac_ext <<_ACEOF
8949 /* end confdefs.h. */
8951 /* Override any GCC internal prototype to avoid an error.
8952 Use char because int might match the return type of a GCC
8953 builtin and then its argument prototype would still apply. */
8954 #ifdef __cplusplus
8955 extern "C"
8956 #endif
8957 char gethostbyname ();
8959 main ()
8961 return gethostbyname ();
8963 return 0;
8965 _ACEOF
8966 rm -f conftest.$ac_objext conftest$ac_exeext
8967 if { (ac_try="$ac_link"
8968 case "(($ac_try" in
8969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8970 *) ac_try_echo=$ac_try;;
8971 esac
8972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8973 (eval "$ac_link") 2>conftest.er1
8974 ac_status=$?
8975 grep -v '^ *+' conftest.er1 >conftest.err
8976 rm -f conftest.er1
8977 cat conftest.err >&5
8978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8979 (exit $ac_status); } && {
8980 test -z "$ac_c_werror_flag" ||
8981 test ! -s conftest.err
8982 } && test -s conftest$ac_exeext &&
8983 $as_test_x conftest$ac_exeext; then
8984 ac_cv_lib_nsl_gethostbyname=yes
8985 else
8986 echo "$as_me: failed program was:" >&5
8987 sed 's/^/| /' conftest.$ac_ext >&5
8989 ac_cv_lib_nsl_gethostbyname=no
8992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8993 conftest$ac_exeext conftest.$ac_ext
8994 LIBS=$ac_check_lib_save_LIBS
8996 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8997 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
8998 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8999 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9002 if test $ac_cv_lib_nsl_gethostbyname = no; then
9003 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9004 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9005 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9006 echo $ECHO_N "(cached) $ECHO_C" >&6
9007 else
9008 ac_check_lib_save_LIBS=$LIBS
9009 LIBS="-lbsd $LIBS"
9010 cat >conftest.$ac_ext <<_ACEOF
9011 /* confdefs.h. */
9012 _ACEOF
9013 cat confdefs.h >>conftest.$ac_ext
9014 cat >>conftest.$ac_ext <<_ACEOF
9015 /* end confdefs.h. */
9017 /* Override any GCC internal prototype to avoid an error.
9018 Use char because int might match the return type of a GCC
9019 builtin and then its argument prototype would still apply. */
9020 #ifdef __cplusplus
9021 extern "C"
9022 #endif
9023 char gethostbyname ();
9025 main ()
9027 return gethostbyname ();
9029 return 0;
9031 _ACEOF
9032 rm -f conftest.$ac_objext conftest$ac_exeext
9033 if { (ac_try="$ac_link"
9034 case "(($ac_try" in
9035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9036 *) ac_try_echo=$ac_try;;
9037 esac
9038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9039 (eval "$ac_link") 2>conftest.er1
9040 ac_status=$?
9041 grep -v '^ *+' conftest.er1 >conftest.err
9042 rm -f conftest.er1
9043 cat conftest.err >&5
9044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 (exit $ac_status); } && {
9046 test -z "$ac_c_werror_flag" ||
9047 test ! -s conftest.err
9048 } && test -s conftest$ac_exeext &&
9049 $as_test_x conftest$ac_exeext; then
9050 ac_cv_lib_bsd_gethostbyname=yes
9051 else
9052 echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9055 ac_cv_lib_bsd_gethostbyname=no
9058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9059 conftest$ac_exeext conftest.$ac_ext
9060 LIBS=$ac_check_lib_save_LIBS
9062 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9063 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9064 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9065 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9071 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9072 # socket/setsockopt and other routines are undefined under SCO ODT
9073 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9074 # on later versions), says Simon Leinen: it contains gethostby*
9075 # variants that don't use the name server (or something). -lsocket
9076 # must be given before -lnsl if both are needed. We assume that
9077 # if connect needs -lnsl, so does gethostbyname.
9078 { echo "$as_me:$LINENO: checking for connect" >&5
9079 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9080 if test "${ac_cv_func_connect+set}" = set; then
9081 echo $ECHO_N "(cached) $ECHO_C" >&6
9082 else
9083 cat >conftest.$ac_ext <<_ACEOF
9084 /* confdefs.h. */
9085 _ACEOF
9086 cat confdefs.h >>conftest.$ac_ext
9087 cat >>conftest.$ac_ext <<_ACEOF
9088 /* end confdefs.h. */
9089 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9090 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9091 #define connect innocuous_connect
9093 /* System header to define __stub macros and hopefully few prototypes,
9094 which can conflict with char connect (); below.
9095 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9096 <limits.h> exists even on freestanding compilers. */
9098 #ifdef __STDC__
9099 # include <limits.h>
9100 #else
9101 # include <assert.h>
9102 #endif
9104 #undef connect
9106 /* Override any GCC internal prototype to avoid an error.
9107 Use char because int might match the return type of a GCC
9108 builtin and then its argument prototype would still apply. */
9109 #ifdef __cplusplus
9110 extern "C"
9111 #endif
9112 char connect ();
9113 /* The GNU C library defines this for functions which it implements
9114 to always fail with ENOSYS. Some functions are actually named
9115 something starting with __ and the normal name is an alias. */
9116 #if defined __stub_connect || defined __stub___connect
9117 choke me
9118 #endif
9121 main ()
9123 return connect ();
9125 return 0;
9127 _ACEOF
9128 rm -f conftest.$ac_objext conftest$ac_exeext
9129 if { (ac_try="$ac_link"
9130 case "(($ac_try" in
9131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9132 *) ac_try_echo=$ac_try;;
9133 esac
9134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9135 (eval "$ac_link") 2>conftest.er1
9136 ac_status=$?
9137 grep -v '^ *+' conftest.er1 >conftest.err
9138 rm -f conftest.er1
9139 cat conftest.err >&5
9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && {
9142 test -z "$ac_c_werror_flag" ||
9143 test ! -s conftest.err
9144 } && test -s conftest$ac_exeext &&
9145 $as_test_x conftest$ac_exeext; then
9146 ac_cv_func_connect=yes
9147 else
9148 echo "$as_me: failed program was:" >&5
9149 sed 's/^/| /' conftest.$ac_ext >&5
9151 ac_cv_func_connect=no
9154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9155 conftest$ac_exeext conftest.$ac_ext
9157 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9158 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9160 if test $ac_cv_func_connect = no; then
9161 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9162 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9163 if test "${ac_cv_lib_socket_connect+set}" = set; then
9164 echo $ECHO_N "(cached) $ECHO_C" >&6
9165 else
9166 ac_check_lib_save_LIBS=$LIBS
9167 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9175 /* Override any GCC internal prototype to avoid an error.
9176 Use char because int might match the return type of a GCC
9177 builtin and then its argument prototype would still apply. */
9178 #ifdef __cplusplus
9179 extern "C"
9180 #endif
9181 char connect ();
9183 main ()
9185 return connect ();
9187 return 0;
9189 _ACEOF
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9192 case "(($ac_try" in
9193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9194 *) ac_try_echo=$ac_try;;
9195 esac
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext &&
9207 $as_test_x conftest$ac_exeext; then
9208 ac_cv_lib_socket_connect=yes
9209 else
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9213 ac_cv_lib_socket_connect=no
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217 conftest$ac_exeext conftest.$ac_ext
9218 LIBS=$ac_check_lib_save_LIBS
9220 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9221 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9222 if test $ac_cv_lib_socket_connect = yes; then
9223 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9228 # Guillermo Gomez says -lposix is necessary on A/UX.
9229 { echo "$as_me:$LINENO: checking for remove" >&5
9230 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9231 if test "${ac_cv_func_remove+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234 cat >conftest.$ac_ext <<_ACEOF
9235 /* confdefs.h. */
9236 _ACEOF
9237 cat confdefs.h >>conftest.$ac_ext
9238 cat >>conftest.$ac_ext <<_ACEOF
9239 /* end confdefs.h. */
9240 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9241 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9242 #define remove innocuous_remove
9244 /* System header to define __stub macros and hopefully few prototypes,
9245 which can conflict with char remove (); below.
9246 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9247 <limits.h> exists even on freestanding compilers. */
9249 #ifdef __STDC__
9250 # include <limits.h>
9251 #else
9252 # include <assert.h>
9253 #endif
9255 #undef remove
9257 /* Override any GCC internal prototype to avoid an error.
9258 Use char because int might match the return type of a GCC
9259 builtin and then its argument prototype would still apply. */
9260 #ifdef __cplusplus
9261 extern "C"
9262 #endif
9263 char remove ();
9264 /* The GNU C library defines this for functions which it implements
9265 to always fail with ENOSYS. Some functions are actually named
9266 something starting with __ and the normal name is an alias. */
9267 #if defined __stub_remove || defined __stub___remove
9268 choke me
9269 #endif
9272 main ()
9274 return remove ();
9276 return 0;
9278 _ACEOF
9279 rm -f conftest.$ac_objext conftest$ac_exeext
9280 if { (ac_try="$ac_link"
9281 case "(($ac_try" in
9282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9283 *) ac_try_echo=$ac_try;;
9284 esac
9285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9286 (eval "$ac_link") 2>conftest.er1
9287 ac_status=$?
9288 grep -v '^ *+' conftest.er1 >conftest.err
9289 rm -f conftest.er1
9290 cat conftest.err >&5
9291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9292 (exit $ac_status); } && {
9293 test -z "$ac_c_werror_flag" ||
9294 test ! -s conftest.err
9295 } && test -s conftest$ac_exeext &&
9296 $as_test_x conftest$ac_exeext; then
9297 ac_cv_func_remove=yes
9298 else
9299 echo "$as_me: failed program was:" >&5
9300 sed 's/^/| /' conftest.$ac_ext >&5
9302 ac_cv_func_remove=no
9305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9306 conftest$ac_exeext conftest.$ac_ext
9308 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9309 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9311 if test $ac_cv_func_remove = no; then
9312 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9313 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9314 if test "${ac_cv_lib_posix_remove+set}" = set; then
9315 echo $ECHO_N "(cached) $ECHO_C" >&6
9316 else
9317 ac_check_lib_save_LIBS=$LIBS
9318 LIBS="-lposix $LIBS"
9319 cat >conftest.$ac_ext <<_ACEOF
9320 /* confdefs.h. */
9321 _ACEOF
9322 cat confdefs.h >>conftest.$ac_ext
9323 cat >>conftest.$ac_ext <<_ACEOF
9324 /* end confdefs.h. */
9326 /* Override any GCC internal prototype to avoid an error.
9327 Use char because int might match the return type of a GCC
9328 builtin and then its argument prototype would still apply. */
9329 #ifdef __cplusplus
9330 extern "C"
9331 #endif
9332 char remove ();
9334 main ()
9336 return remove ();
9338 return 0;
9340 _ACEOF
9341 rm -f conftest.$ac_objext conftest$ac_exeext
9342 if { (ac_try="$ac_link"
9343 case "(($ac_try" in
9344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9345 *) ac_try_echo=$ac_try;;
9346 esac
9347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9348 (eval "$ac_link") 2>conftest.er1
9349 ac_status=$?
9350 grep -v '^ *+' conftest.er1 >conftest.err
9351 rm -f conftest.er1
9352 cat conftest.err >&5
9353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9354 (exit $ac_status); } && {
9355 test -z "$ac_c_werror_flag" ||
9356 test ! -s conftest.err
9357 } && test -s conftest$ac_exeext &&
9358 $as_test_x conftest$ac_exeext; then
9359 ac_cv_lib_posix_remove=yes
9360 else
9361 echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9364 ac_cv_lib_posix_remove=no
9367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9368 conftest$ac_exeext conftest.$ac_ext
9369 LIBS=$ac_check_lib_save_LIBS
9371 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9372 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9373 if test $ac_cv_lib_posix_remove = yes; then
9374 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9379 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9380 { echo "$as_me:$LINENO: checking for shmat" >&5
9381 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9382 if test "${ac_cv_func_shmat+set}" = set; then
9383 echo $ECHO_N "(cached) $ECHO_C" >&6
9384 else
9385 cat >conftest.$ac_ext <<_ACEOF
9386 /* confdefs.h. */
9387 _ACEOF
9388 cat confdefs.h >>conftest.$ac_ext
9389 cat >>conftest.$ac_ext <<_ACEOF
9390 /* end confdefs.h. */
9391 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9392 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9393 #define shmat innocuous_shmat
9395 /* System header to define __stub macros and hopefully few prototypes,
9396 which can conflict with char shmat (); below.
9397 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9398 <limits.h> exists even on freestanding compilers. */
9400 #ifdef __STDC__
9401 # include <limits.h>
9402 #else
9403 # include <assert.h>
9404 #endif
9406 #undef shmat
9408 /* Override any GCC internal prototype to avoid an error.
9409 Use char because int might match the return type of a GCC
9410 builtin and then its argument prototype would still apply. */
9411 #ifdef __cplusplus
9412 extern "C"
9413 #endif
9414 char shmat ();
9415 /* The GNU C library defines this for functions which it implements
9416 to always fail with ENOSYS. Some functions are actually named
9417 something starting with __ and the normal name is an alias. */
9418 #if defined __stub_shmat || defined __stub___shmat
9419 choke me
9420 #endif
9423 main ()
9425 return shmat ();
9427 return 0;
9429 _ACEOF
9430 rm -f conftest.$ac_objext conftest$ac_exeext
9431 if { (ac_try="$ac_link"
9432 case "(($ac_try" in
9433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9434 *) ac_try_echo=$ac_try;;
9435 esac
9436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9437 (eval "$ac_link") 2>conftest.er1
9438 ac_status=$?
9439 grep -v '^ *+' conftest.er1 >conftest.err
9440 rm -f conftest.er1
9441 cat conftest.err >&5
9442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9443 (exit $ac_status); } && {
9444 test -z "$ac_c_werror_flag" ||
9445 test ! -s conftest.err
9446 } && test -s conftest$ac_exeext &&
9447 $as_test_x conftest$ac_exeext; then
9448 ac_cv_func_shmat=yes
9449 else
9450 echo "$as_me: failed program was:" >&5
9451 sed 's/^/| /' conftest.$ac_ext >&5
9453 ac_cv_func_shmat=no
9456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9457 conftest$ac_exeext conftest.$ac_ext
9459 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9460 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9462 if test $ac_cv_func_shmat = no; then
9463 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9464 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9465 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9466 echo $ECHO_N "(cached) $ECHO_C" >&6
9467 else
9468 ac_check_lib_save_LIBS=$LIBS
9469 LIBS="-lipc $LIBS"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h. */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9477 /* Override any GCC internal prototype to avoid an error.
9478 Use char because int might match the return type of a GCC
9479 builtin and then its argument prototype would still apply. */
9480 #ifdef __cplusplus
9481 extern "C"
9482 #endif
9483 char shmat ();
9485 main ()
9487 return shmat ();
9489 return 0;
9491 _ACEOF
9492 rm -f conftest.$ac_objext conftest$ac_exeext
9493 if { (ac_try="$ac_link"
9494 case "(($ac_try" in
9495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9496 *) ac_try_echo=$ac_try;;
9497 esac
9498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9499 (eval "$ac_link") 2>conftest.er1
9500 ac_status=$?
9501 grep -v '^ *+' conftest.er1 >conftest.err
9502 rm -f conftest.er1
9503 cat conftest.err >&5
9504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9505 (exit $ac_status); } && {
9506 test -z "$ac_c_werror_flag" ||
9507 test ! -s conftest.err
9508 } && test -s conftest$ac_exeext &&
9509 $as_test_x conftest$ac_exeext; then
9510 ac_cv_lib_ipc_shmat=yes
9511 else
9512 echo "$as_me: failed program was:" >&5
9513 sed 's/^/| /' conftest.$ac_ext >&5
9515 ac_cv_lib_ipc_shmat=no
9518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9519 conftest$ac_exeext conftest.$ac_ext
9520 LIBS=$ac_check_lib_save_LIBS
9522 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9523 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9524 if test $ac_cv_lib_ipc_shmat = yes; then
9525 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9531 # Check for libraries that X11R6 Xt/Xaw programs need.
9532 ac_save_LDFLAGS=$LDFLAGS
9533 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9534 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9535 # check for ICE first), but we must link in the order -lSM -lICE or
9536 # we get undefined symbols. So assume we have SM if we have ICE.
9537 # These have to be linked with before -lX11, unlike the other
9538 # libraries we check for below, so use a different variable.
9539 # John Interrante, Karl Berry
9540 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9541 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9542 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9543 echo $ECHO_N "(cached) $ECHO_C" >&6
9544 else
9545 ac_check_lib_save_LIBS=$LIBS
9546 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9547 cat >conftest.$ac_ext <<_ACEOF
9548 /* confdefs.h. */
9549 _ACEOF
9550 cat confdefs.h >>conftest.$ac_ext
9551 cat >>conftest.$ac_ext <<_ACEOF
9552 /* end confdefs.h. */
9554 /* Override any GCC internal prototype to avoid an error.
9555 Use char because int might match the return type of a GCC
9556 builtin and then its argument prototype would still apply. */
9557 #ifdef __cplusplus
9558 extern "C"
9559 #endif
9560 char IceConnectionNumber ();
9562 main ()
9564 return IceConnectionNumber ();
9566 return 0;
9568 _ACEOF
9569 rm -f conftest.$ac_objext conftest$ac_exeext
9570 if { (ac_try="$ac_link"
9571 case "(($ac_try" in
9572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9573 *) ac_try_echo=$ac_try;;
9574 esac
9575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9576 (eval "$ac_link") 2>conftest.er1
9577 ac_status=$?
9578 grep -v '^ *+' conftest.er1 >conftest.err
9579 rm -f conftest.er1
9580 cat conftest.err >&5
9581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9582 (exit $ac_status); } && {
9583 test -z "$ac_c_werror_flag" ||
9584 test ! -s conftest.err
9585 } && test -s conftest$ac_exeext &&
9586 $as_test_x conftest$ac_exeext; then
9587 ac_cv_lib_ICE_IceConnectionNumber=yes
9588 else
9589 echo "$as_me: failed program was:" >&5
9590 sed 's/^/| /' conftest.$ac_ext >&5
9592 ac_cv_lib_ICE_IceConnectionNumber=no
9595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9596 conftest$ac_exeext conftest.$ac_ext
9597 LIBS=$ac_check_lib_save_LIBS
9599 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9600 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9601 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9602 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9605 LDFLAGS=$ac_save_LDFLAGS
9610 if test "$have_x" = "yes"
9611 then
9612 XLIB="-lXext -lX11"
9613 ac_save_CPPFLAGS="$CPPFLAGS"
9614 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9616 { echo "$as_me:$LINENO: checking for -lX11" >&5
9617 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9618 if test "${ac_cv_lib_soname_X11+set}" = set; then
9619 echo $ECHO_N "(cached) $ECHO_C" >&6
9620 else
9621 ac_check_soname_save_LIBS=$LIBS
9622 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9623 cat >conftest.$ac_ext <<_ACEOF
9624 /* confdefs.h. */
9625 _ACEOF
9626 cat confdefs.h >>conftest.$ac_ext
9627 cat >>conftest.$ac_ext <<_ACEOF
9628 /* end confdefs.h. */
9630 /* Override any GCC internal prototype to avoid an error.
9631 Use char because int might match the return type of a GCC
9632 builtin and then its argument prototype would still apply. */
9633 #ifdef __cplusplus
9634 extern "C"
9635 #endif
9636 char XCreateWindow ();
9638 main ()
9640 return XCreateWindow ();
9642 return 0;
9644 _ACEOF
9645 rm -f conftest.$ac_objext conftest$ac_exeext
9646 if { (ac_try="$ac_link"
9647 case "(($ac_try" in
9648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9649 *) ac_try_echo=$ac_try;;
9650 esac
9651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9652 (eval "$ac_link") 2>conftest.er1
9653 ac_status=$?
9654 grep -v '^ *+' conftest.er1 >conftest.err
9655 rm -f conftest.er1
9656 cat conftest.err >&5
9657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9658 (exit $ac_status); } && {
9659 test -z "$ac_c_werror_flag" ||
9660 test ! -s conftest.err
9661 } && test -s conftest$ac_exeext &&
9662 $as_test_x conftest$ac_exeext; then
9663 case "$LIBEXT" in
9664 dll) ;;
9665 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'` ;;
9666 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9667 esac
9668 else
9669 echo "$as_me: failed program was:" >&5
9670 sed 's/^/| /' conftest.$ac_ext >&5
9675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9676 conftest$ac_exeext conftest.$ac_ext
9677 LIBS=$ac_check_soname_save_LIBS
9679 if test "x$ac_cv_lib_soname_X11" = "x"; then
9680 { echo "$as_me:$LINENO: result: not found" >&5
9681 echo "${ECHO_T}not found" >&6; }
9683 else
9684 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9685 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9687 cat >>confdefs.h <<_ACEOF
9688 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9689 _ACEOF
9694 { echo "$as_me:$LINENO: checking for -lXext" >&5
9695 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9696 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9697 echo $ECHO_N "(cached) $ECHO_C" >&6
9698 else
9699 ac_check_soname_save_LIBS=$LIBS
9700 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9701 cat >conftest.$ac_ext <<_ACEOF
9702 /* confdefs.h. */
9703 _ACEOF
9704 cat confdefs.h >>conftest.$ac_ext
9705 cat >>conftest.$ac_ext <<_ACEOF
9706 /* end confdefs.h. */
9708 /* Override any GCC internal prototype to avoid an error.
9709 Use char because int might match the return type of a GCC
9710 builtin and then its argument prototype would still apply. */
9711 #ifdef __cplusplus
9712 extern "C"
9713 #endif
9714 char XextCreateExtension ();
9716 main ()
9718 return XextCreateExtension ();
9720 return 0;
9722 _ACEOF
9723 rm -f conftest.$ac_objext conftest$ac_exeext
9724 if { (ac_try="$ac_link"
9725 case "(($ac_try" in
9726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9727 *) ac_try_echo=$ac_try;;
9728 esac
9729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9730 (eval "$ac_link") 2>conftest.er1
9731 ac_status=$?
9732 grep -v '^ *+' conftest.er1 >conftest.err
9733 rm -f conftest.er1
9734 cat conftest.err >&5
9735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9736 (exit $ac_status); } && {
9737 test -z "$ac_c_werror_flag" ||
9738 test ! -s conftest.err
9739 } && test -s conftest$ac_exeext &&
9740 $as_test_x conftest$ac_exeext; then
9741 case "$LIBEXT" in
9742 dll) ;;
9743 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'` ;;
9744 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9745 esac
9746 else
9747 echo "$as_me: failed program was:" >&5
9748 sed 's/^/| /' conftest.$ac_ext >&5
9753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9754 conftest$ac_exeext conftest.$ac_ext
9755 LIBS=$ac_check_soname_save_LIBS
9757 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9758 { echo "$as_me:$LINENO: result: not found" >&5
9759 echo "${ECHO_T}not found" >&6; }
9761 else
9762 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9763 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9765 cat >>confdefs.h <<_ACEOF
9766 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9767 _ACEOF
9785 for ac_header in X11/Xlib.h \
9786 X11/XKBlib.h \
9787 X11/Xutil.h \
9788 X11/Xcursor/Xcursor.h \
9789 X11/extensions/shape.h \
9790 X11/extensions/XInput.h \
9791 X11/extensions/XShm.h \
9792 X11/extensions/Xcomposite.h \
9793 X11/extensions/Xinerama.h \
9794 X11/extensions/Xrandr.h \
9795 X11/extensions/Xrender.h \
9796 X11/extensions/xf86vmode.h
9798 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9799 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9800 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9802 echo $ECHO_N "(cached) $ECHO_C" >&6
9803 else
9804 cat >conftest.$ac_ext <<_ACEOF
9805 /* confdefs.h. */
9806 _ACEOF
9807 cat confdefs.h >>conftest.$ac_ext
9808 cat >>conftest.$ac_ext <<_ACEOF
9809 /* end confdefs.h. */
9810 #ifdef HAVE_X11_XLIB_H
9811 # include <X11/Xlib.h>
9812 #endif
9813 #ifdef HAVE_X11_XUTIL_H
9814 # include <X11/Xutil.h>
9815 #endif
9817 #include <$ac_header>
9818 _ACEOF
9819 rm -f conftest.$ac_objext
9820 if { (ac_try="$ac_compile"
9821 case "(($ac_try" in
9822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9823 *) ac_try_echo=$ac_try;;
9824 esac
9825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9826 (eval "$ac_compile") 2>conftest.er1
9827 ac_status=$?
9828 grep -v '^ *+' conftest.er1 >conftest.err
9829 rm -f conftest.er1
9830 cat conftest.err >&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); } && {
9833 test -z "$ac_c_werror_flag" ||
9834 test ! -s conftest.err
9835 } && test -s conftest.$ac_objext; then
9836 eval "$as_ac_Header=yes"
9837 else
9838 echo "$as_me: failed program was:" >&5
9839 sed 's/^/| /' conftest.$ac_ext >&5
9841 eval "$as_ac_Header=no"
9844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9846 ac_res=`eval echo '${'$as_ac_Header'}'`
9847 { echo "$as_me:$LINENO: result: $ac_res" >&5
9848 echo "${ECHO_T}$ac_res" >&6; }
9849 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9850 cat >>confdefs.h <<_ACEOF
9851 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9852 _ACEOF
9856 done
9859 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9860 then
9861 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9862 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9863 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9864 echo $ECHO_N "(cached) $ECHO_C" >&6
9865 else
9866 ac_check_lib_save_LIBS=$LIBS
9867 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9868 cat >conftest.$ac_ext <<_ACEOF
9869 /* confdefs.h. */
9870 _ACEOF
9871 cat confdefs.h >>conftest.$ac_ext
9872 cat >>conftest.$ac_ext <<_ACEOF
9873 /* end confdefs.h. */
9875 /* Override any GCC internal prototype to avoid an error.
9876 Use char because int might match the return type of a GCC
9877 builtin and then its argument prototype would still apply. */
9878 #ifdef __cplusplus
9879 extern "C"
9880 #endif
9881 char XkbQueryExtension ();
9883 main ()
9885 return XkbQueryExtension ();
9887 return 0;
9889 _ACEOF
9890 rm -f conftest.$ac_objext conftest$ac_exeext
9891 if { (ac_try="$ac_link"
9892 case "(($ac_try" in
9893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9894 *) ac_try_echo=$ac_try;;
9895 esac
9896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9897 (eval "$ac_link") 2>conftest.er1
9898 ac_status=$?
9899 grep -v '^ *+' conftest.er1 >conftest.err
9900 rm -f conftest.er1
9901 cat conftest.err >&5
9902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9903 (exit $ac_status); } && {
9904 test -z "$ac_c_werror_flag" ||
9905 test ! -s conftest.err
9906 } && test -s conftest$ac_exeext &&
9907 $as_test_x conftest$ac_exeext; then
9908 ac_cv_lib_X11_XkbQueryExtension=yes
9909 else
9910 echo "$as_me: failed program was:" >&5
9911 sed 's/^/| /' conftest.$ac_ext >&5
9913 ac_cv_lib_X11_XkbQueryExtension=no
9916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9917 conftest$ac_exeext conftest.$ac_ext
9918 LIBS=$ac_check_lib_save_LIBS
9920 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9921 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9922 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9924 cat >>confdefs.h <<\_ACEOF
9925 #define HAVE_XKB 1
9926 _ACEOF
9932 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9933 then
9934 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9935 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9936 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9937 echo $ECHO_N "(cached) $ECHO_C" >&6
9938 else
9939 ac_check_soname_save_LIBS=$LIBS
9940 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9941 cat >conftest.$ac_ext <<_ACEOF
9942 /* confdefs.h. */
9943 _ACEOF
9944 cat confdefs.h >>conftest.$ac_ext
9945 cat >>conftest.$ac_ext <<_ACEOF
9946 /* end confdefs.h. */
9948 /* Override any GCC internal prototype to avoid an error.
9949 Use char because int might match the return type of a GCC
9950 builtin and then its argument prototype would still apply. */
9951 #ifdef __cplusplus
9952 extern "C"
9953 #endif
9954 char XcursorImageLoadCursor ();
9956 main ()
9958 return XcursorImageLoadCursor ();
9960 return 0;
9962 _ACEOF
9963 rm -f conftest.$ac_objext conftest$ac_exeext
9964 if { (ac_try="$ac_link"
9965 case "(($ac_try" in
9966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9967 *) ac_try_echo=$ac_try;;
9968 esac
9969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9970 (eval "$ac_link") 2>conftest.er1
9971 ac_status=$?
9972 grep -v '^ *+' conftest.er1 >conftest.err
9973 rm -f conftest.er1
9974 cat conftest.err >&5
9975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9976 (exit $ac_status); } && {
9977 test -z "$ac_c_werror_flag" ||
9978 test ! -s conftest.err
9979 } && test -s conftest$ac_exeext &&
9980 $as_test_x conftest$ac_exeext; then
9981 case "$LIBEXT" in
9982 dll) ;;
9983 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'` ;;
9984 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9985 esac
9986 else
9987 echo "$as_me: failed program was:" >&5
9988 sed 's/^/| /' conftest.$ac_ext >&5
9993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9994 conftest$ac_exeext conftest.$ac_ext
9995 LIBS=$ac_check_soname_save_LIBS
9997 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998 { echo "$as_me:$LINENO: result: not found" >&5
9999 echo "${ECHO_T}not found" >&6; }
10001 else
10002 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10003 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10005 cat >>confdefs.h <<_ACEOF
10006 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10007 _ACEOF
10013 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10014 case "x$with_xcursor" in
10015 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10016 xno) ;;
10017 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10018 This is an error since --with-xcursor was requested." >&5
10019 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10020 This is an error since --with-xcursor was requested." >&2;}
10021 { (exit 1); exit 1; }; } ;;
10022 esac
10026 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10027 then
10028 { echo "$as_me:$LINENO: checking for -lXi" >&5
10029 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10030 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10031 echo $ECHO_N "(cached) $ECHO_C" >&6
10032 else
10033 ac_check_soname_save_LIBS=$LIBS
10034 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10035 cat >conftest.$ac_ext <<_ACEOF
10036 /* confdefs.h. */
10037 _ACEOF
10038 cat confdefs.h >>conftest.$ac_ext
10039 cat >>conftest.$ac_ext <<_ACEOF
10040 /* end confdefs.h. */
10042 /* Override any GCC internal prototype to avoid an error.
10043 Use char because int might match the return type of a GCC
10044 builtin and then its argument prototype would still apply. */
10045 #ifdef __cplusplus
10046 extern "C"
10047 #endif
10048 char XOpenDevice ();
10050 main ()
10052 return XOpenDevice ();
10054 return 0;
10056 _ACEOF
10057 rm -f conftest.$ac_objext conftest$ac_exeext
10058 if { (ac_try="$ac_link"
10059 case "(($ac_try" in
10060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10061 *) ac_try_echo=$ac_try;;
10062 esac
10063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10064 (eval "$ac_link") 2>conftest.er1
10065 ac_status=$?
10066 grep -v '^ *+' conftest.er1 >conftest.err
10067 rm -f conftest.er1
10068 cat conftest.err >&5
10069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10070 (exit $ac_status); } && {
10071 test -z "$ac_c_werror_flag" ||
10072 test ! -s conftest.err
10073 } && test -s conftest$ac_exeext &&
10074 $as_test_x conftest$ac_exeext; then
10075 case "$LIBEXT" in
10076 dll) ;;
10077 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'` ;;
10078 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10079 esac
10080 else
10081 echo "$as_me: failed program was:" >&5
10082 sed 's/^/| /' conftest.$ac_ext >&5
10087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10088 conftest$ac_exeext conftest.$ac_ext
10089 LIBS=$ac_check_soname_save_LIBS
10091 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092 { echo "$as_me:$LINENO: result: not found" >&5
10093 echo "${ECHO_T}not found" >&6; }
10095 else
10096 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10097 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10099 cat >>confdefs.h <<_ACEOF
10100 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10101 _ACEOF
10107 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10108 case "x$with_xinput" in
10109 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10110 xno) ;;
10111 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10112 This is an error since --with-xinput was requested." >&5
10113 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10114 This is an error since --with-xinput was requested." >&2;}
10115 { (exit 1); exit 1; }; } ;;
10116 esac
10120 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10121 then
10122 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10123 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10124 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10125 echo $ECHO_N "(cached) $ECHO_C" >&6
10126 else
10127 ac_check_lib_save_LIBS=$LIBS
10128 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10129 cat >conftest.$ac_ext <<_ACEOF
10130 /* confdefs.h. */
10131 _ACEOF
10132 cat confdefs.h >>conftest.$ac_ext
10133 cat >>conftest.$ac_ext <<_ACEOF
10134 /* end confdefs.h. */
10136 /* Override any GCC internal prototype to avoid an error.
10137 Use char because int might match the return type of a GCC
10138 builtin and then its argument prototype would still apply. */
10139 #ifdef __cplusplus
10140 extern "C"
10141 #endif
10142 char XShmQueryExtension ();
10144 main ()
10146 return XShmQueryExtension ();
10148 return 0;
10150 _ACEOF
10151 rm -f conftest.$ac_objext conftest$ac_exeext
10152 if { (ac_try="$ac_link"
10153 case "(($ac_try" in
10154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10155 *) ac_try_echo=$ac_try;;
10156 esac
10157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10158 (eval "$ac_link") 2>conftest.er1
10159 ac_status=$?
10160 grep -v '^ *+' conftest.er1 >conftest.err
10161 rm -f conftest.er1
10162 cat conftest.err >&5
10163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10164 (exit $ac_status); } && {
10165 test -z "$ac_c_werror_flag" ||
10166 test ! -s conftest.err
10167 } && test -s conftest$ac_exeext &&
10168 $as_test_x conftest$ac_exeext; then
10169 ac_cv_lib_Xext_XShmQueryExtension=yes
10170 else
10171 echo "$as_me: failed program was:" >&5
10172 sed 's/^/| /' conftest.$ac_ext >&5
10174 ac_cv_lib_Xext_XShmQueryExtension=no
10177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10178 conftest$ac_exeext conftest.$ac_ext
10179 LIBS=$ac_check_lib_save_LIBS
10181 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10182 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10183 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10185 cat >>confdefs.h <<\_ACEOF
10186 #define HAVE_LIBXXSHM 1
10187 _ACEOF
10192 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10193 case "x$with_xshm" in
10194 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10195 xno) ;;
10196 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10197 This is an error since --with-xshm was requested." >&5
10198 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10199 This is an error since --with-xshm was requested." >&2;}
10200 { (exit 1); exit 1; }; } ;;
10201 esac
10205 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10206 then
10207 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10208 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10209 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10210 echo $ECHO_N "(cached) $ECHO_C" >&6
10211 else
10212 ac_check_lib_save_LIBS=$LIBS
10213 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10214 cat >conftest.$ac_ext <<_ACEOF
10215 /* confdefs.h. */
10216 _ACEOF
10217 cat confdefs.h >>conftest.$ac_ext
10218 cat >>conftest.$ac_ext <<_ACEOF
10219 /* end confdefs.h. */
10221 /* Override any GCC internal prototype to avoid an error.
10222 Use char because int might match the return type of a GCC
10223 builtin and then its argument prototype would still apply. */
10224 #ifdef __cplusplus
10225 extern "C"
10226 #endif
10227 char XShapeQueryExtension ();
10229 main ()
10231 return XShapeQueryExtension ();
10233 return 0;
10235 _ACEOF
10236 rm -f conftest.$ac_objext conftest$ac_exeext
10237 if { (ac_try="$ac_link"
10238 case "(($ac_try" in
10239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10240 *) ac_try_echo=$ac_try;;
10241 esac
10242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10243 (eval "$ac_link") 2>conftest.er1
10244 ac_status=$?
10245 grep -v '^ *+' conftest.er1 >conftest.err
10246 rm -f conftest.er1
10247 cat conftest.err >&5
10248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10249 (exit $ac_status); } && {
10250 test -z "$ac_c_werror_flag" ||
10251 test ! -s conftest.err
10252 } && test -s conftest$ac_exeext &&
10253 $as_test_x conftest$ac_exeext; then
10254 ac_cv_lib_Xext_XShapeQueryExtension=yes
10255 else
10256 echo "$as_me: failed program was:" >&5
10257 sed 's/^/| /' conftest.$ac_ext >&5
10259 ac_cv_lib_Xext_XShapeQueryExtension=no
10262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10263 conftest$ac_exeext conftest.$ac_ext
10264 LIBS=$ac_check_lib_save_LIBS
10266 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10267 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10268 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10270 cat >>confdefs.h <<\_ACEOF
10271 #define HAVE_LIBXSHAPE 1
10272 _ACEOF
10277 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10278 case "x$with_xshape" in
10279 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10280 xno) ;;
10281 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10282 This is an error since --with-xshape was requested." >&5
10283 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10284 This is an error since --with-xshape was requested." >&2;}
10285 { (exit 1); exit 1; }; } ;;
10286 esac
10290 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10291 then
10292 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10293 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10294 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10295 echo $ECHO_N "(cached) $ECHO_C" >&6
10296 else
10297 ac_check_soname_save_LIBS=$LIBS
10298 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10299 cat >conftest.$ac_ext <<_ACEOF
10300 /* confdefs.h. */
10301 _ACEOF
10302 cat confdefs.h >>conftest.$ac_ext
10303 cat >>conftest.$ac_ext <<_ACEOF
10304 /* end confdefs.h. */
10306 /* Override any GCC internal prototype to avoid an error.
10307 Use char because int might match the return type of a GCC
10308 builtin and then its argument prototype would still apply. */
10309 #ifdef __cplusplus
10310 extern "C"
10311 #endif
10312 char XF86VidModeQueryExtension ();
10314 main ()
10316 return XF86VidModeQueryExtension ();
10318 return 0;
10320 _ACEOF
10321 rm -f conftest.$ac_objext conftest$ac_exeext
10322 if { (ac_try="$ac_link"
10323 case "(($ac_try" in
10324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10325 *) ac_try_echo=$ac_try;;
10326 esac
10327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10328 (eval "$ac_link") 2>conftest.er1
10329 ac_status=$?
10330 grep -v '^ *+' conftest.er1 >conftest.err
10331 rm -f conftest.er1
10332 cat conftest.err >&5
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); } && {
10335 test -z "$ac_c_werror_flag" ||
10336 test ! -s conftest.err
10337 } && test -s conftest$ac_exeext &&
10338 $as_test_x conftest$ac_exeext; then
10339 case "$LIBEXT" in
10340 dll) ;;
10341 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'` ;;
10342 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10343 esac
10344 else
10345 echo "$as_me: failed program was:" >&5
10346 sed 's/^/| /' conftest.$ac_ext >&5
10351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10352 conftest$ac_exeext conftest.$ac_ext
10353 LIBS=$ac_check_soname_save_LIBS
10355 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356 { echo "$as_me:$LINENO: result: not found" >&5
10357 echo "${ECHO_T}not found" >&6; }
10359 else
10360 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10361 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10363 cat >>confdefs.h <<_ACEOF
10364 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10365 _ACEOF
10371 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10372 case "x$with_xxf86vm" in
10373 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10374 xno) ;;
10375 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10376 This is an error since --with-xxf86vm was requested." >&5
10377 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10378 This is an error since --with-xxf86vm was requested." >&2;}
10379 { (exit 1); exit 1; }; } ;;
10380 esac
10384 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"
10385 then
10386 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10387 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10388 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10389 echo $ECHO_N "(cached) $ECHO_C" >&6
10390 else
10391 ac_check_soname_save_LIBS=$LIBS
10392 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10393 cat >conftest.$ac_ext <<_ACEOF
10394 /* confdefs.h. */
10395 _ACEOF
10396 cat confdefs.h >>conftest.$ac_ext
10397 cat >>conftest.$ac_ext <<_ACEOF
10398 /* end confdefs.h. */
10400 /* Override any GCC internal prototype to avoid an error.
10401 Use char because int might match the return type of a GCC
10402 builtin and then its argument prototype would still apply. */
10403 #ifdef __cplusplus
10404 extern "C"
10405 #endif
10406 char XRenderQueryExtension ();
10408 main ()
10410 return XRenderQueryExtension ();
10412 return 0;
10414 _ACEOF
10415 rm -f conftest.$ac_objext conftest$ac_exeext
10416 if { (ac_try="$ac_link"
10417 case "(($ac_try" in
10418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10419 *) ac_try_echo=$ac_try;;
10420 esac
10421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10422 (eval "$ac_link") 2>conftest.er1
10423 ac_status=$?
10424 grep -v '^ *+' conftest.er1 >conftest.err
10425 rm -f conftest.er1
10426 cat conftest.err >&5
10427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10428 (exit $ac_status); } && {
10429 test -z "$ac_c_werror_flag" ||
10430 test ! -s conftest.err
10431 } && test -s conftest$ac_exeext &&
10432 $as_test_x conftest$ac_exeext; then
10433 case "$LIBEXT" in
10434 dll) ;;
10435 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'` ;;
10436 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10437 esac
10438 else
10439 echo "$as_me: failed program was:" >&5
10440 sed 's/^/| /' conftest.$ac_ext >&5
10445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10446 conftest$ac_exeext conftest.$ac_ext
10447 LIBS=$ac_check_soname_save_LIBS
10449 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10450 { echo "$as_me:$LINENO: result: not found" >&5
10451 echo "${ECHO_T}not found" >&6; }
10453 else
10454 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10455 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10457 cat >>confdefs.h <<_ACEOF
10458 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10459 _ACEOF
10461 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10462 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10463 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10464 echo $ECHO_N "(cached) $ECHO_C" >&6
10465 else
10466 ac_check_lib_save_LIBS=$LIBS
10467 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10468 cat >conftest.$ac_ext <<_ACEOF
10469 /* confdefs.h. */
10470 _ACEOF
10471 cat confdefs.h >>conftest.$ac_ext
10472 cat >>conftest.$ac_ext <<_ACEOF
10473 /* end confdefs.h. */
10475 /* Override any GCC internal prototype to avoid an error.
10476 Use char because int might match the return type of a GCC
10477 builtin and then its argument prototype would still apply. */
10478 #ifdef __cplusplus
10479 extern "C"
10480 #endif
10481 char XRenderSetPictureTransform ();
10483 main ()
10485 return XRenderSetPictureTransform ();
10487 return 0;
10489 _ACEOF
10490 rm -f conftest.$ac_objext conftest$ac_exeext
10491 if { (ac_try="$ac_link"
10492 case "(($ac_try" in
10493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10494 *) ac_try_echo=$ac_try;;
10495 esac
10496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10497 (eval "$ac_link") 2>conftest.er1
10498 ac_status=$?
10499 grep -v '^ *+' conftest.er1 >conftest.err
10500 rm -f conftest.er1
10501 cat conftest.err >&5
10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503 (exit $ac_status); } && {
10504 test -z "$ac_c_werror_flag" ||
10505 test ! -s conftest.err
10506 } && test -s conftest$ac_exeext &&
10507 $as_test_x conftest$ac_exeext; then
10508 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10509 else
10510 echo "$as_me: failed program was:" >&5
10511 sed 's/^/| /' conftest.$ac_ext >&5
10513 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10517 conftest$ac_exeext conftest.$ac_ext
10518 LIBS=$ac_check_lib_save_LIBS
10520 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10521 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10522 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10524 cat >>confdefs.h <<\_ACEOF
10525 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10526 _ACEOF
10534 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10535 case "x$with_xrender" in
10536 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10537 xno) ;;
10538 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10539 This is an error since --with-xrender was requested." >&5
10540 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10541 This is an error since --with-xrender was requested." >&2;}
10542 { (exit 1); exit 1; }; } ;;
10543 esac
10547 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10548 then
10549 cat >conftest.$ac_ext <<_ACEOF
10550 /* confdefs.h. */
10551 _ACEOF
10552 cat confdefs.h >>conftest.$ac_ext
10553 cat >>conftest.$ac_ext <<_ACEOF
10554 /* end confdefs.h. */
10555 #include <X11/Xlib.h>
10556 #include <X11/extensions/Xrandr.h>
10558 main ()
10560 static typeof(XRRSetScreenConfigAndRate) * func;
10562 return 0;
10564 _ACEOF
10565 rm -f conftest.$ac_objext
10566 if { (ac_try="$ac_compile"
10567 case "(($ac_try" in
10568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10569 *) ac_try_echo=$ac_try;;
10570 esac
10571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10572 (eval "$ac_compile") 2>conftest.er1
10573 ac_status=$?
10574 grep -v '^ *+' conftest.er1 >conftest.err
10575 rm -f conftest.er1
10576 cat conftest.err >&5
10577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10578 (exit $ac_status); } && {
10579 test -z "$ac_c_werror_flag" ||
10580 test ! -s conftest.err
10581 } && test -s conftest.$ac_objext; then
10582 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10583 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10584 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10585 echo $ECHO_N "(cached) $ECHO_C" >&6
10586 else
10587 ac_check_soname_save_LIBS=$LIBS
10588 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10589 cat >conftest.$ac_ext <<_ACEOF
10590 /* confdefs.h. */
10591 _ACEOF
10592 cat confdefs.h >>conftest.$ac_ext
10593 cat >>conftest.$ac_ext <<_ACEOF
10594 /* end confdefs.h. */
10596 /* Override any GCC internal prototype to avoid an error.
10597 Use char because int might match the return type of a GCC
10598 builtin and then its argument prototype would still apply. */
10599 #ifdef __cplusplus
10600 extern "C"
10601 #endif
10602 char XRRQueryExtension ();
10604 main ()
10606 return XRRQueryExtension ();
10608 return 0;
10610 _ACEOF
10611 rm -f conftest.$ac_objext conftest$ac_exeext
10612 if { (ac_try="$ac_link"
10613 case "(($ac_try" in
10614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10615 *) ac_try_echo=$ac_try;;
10616 esac
10617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10618 (eval "$ac_link") 2>conftest.er1
10619 ac_status=$?
10620 grep -v '^ *+' conftest.er1 >conftest.err
10621 rm -f conftest.er1
10622 cat conftest.err >&5
10623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10624 (exit $ac_status); } && {
10625 test -z "$ac_c_werror_flag" ||
10626 test ! -s conftest.err
10627 } && test -s conftest$ac_exeext &&
10628 $as_test_x conftest$ac_exeext; then
10629 case "$LIBEXT" in
10630 dll) ;;
10631 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'` ;;
10632 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10633 esac
10634 else
10635 echo "$as_me: failed program was:" >&5
10636 sed 's/^/| /' conftest.$ac_ext >&5
10641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10642 conftest$ac_exeext conftest.$ac_ext
10643 LIBS=$ac_check_soname_save_LIBS
10645 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10646 { echo "$as_me:$LINENO: result: not found" >&5
10647 echo "${ECHO_T}not found" >&6; }
10649 else
10650 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10651 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10653 cat >>confdefs.h <<_ACEOF
10654 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10655 _ACEOF
10660 else
10661 echo "$as_me: failed program was:" >&5
10662 sed 's/^/| /' conftest.$ac_ext >&5
10667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10669 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10670 case "x$with_xrandr" in
10671 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10672 xno) ;;
10673 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10674 This is an error since --with-xrandr was requested." >&5
10675 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10676 This is an error since --with-xrandr was requested." >&2;}
10677 { (exit 1); exit 1; }; } ;;
10678 esac
10682 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10683 then
10684 cat >conftest.$ac_ext <<_ACEOF
10685 /* confdefs.h. */
10686 _ACEOF
10687 cat confdefs.h >>conftest.$ac_ext
10688 cat >>conftest.$ac_ext <<_ACEOF
10689 /* end confdefs.h. */
10690 #include <X11/Xlib.h>
10691 #include <X11/extensions/Xinerama.h>
10693 main ()
10695 static typeof(XineramaQueryScreens) * func;
10697 return 0;
10699 _ACEOF
10700 rm -f conftest.$ac_objext
10701 if { (ac_try="$ac_compile"
10702 case "(($ac_try" in
10703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10704 *) ac_try_echo=$ac_try;;
10705 esac
10706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10707 (eval "$ac_compile") 2>conftest.er1
10708 ac_status=$?
10709 grep -v '^ *+' conftest.er1 >conftest.err
10710 rm -f conftest.er1
10711 cat conftest.err >&5
10712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10713 (exit $ac_status); } && {
10714 test -z "$ac_c_werror_flag" ||
10715 test ! -s conftest.err
10716 } && test -s conftest.$ac_objext; then
10717 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10718 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10719 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10720 echo $ECHO_N "(cached) $ECHO_C" >&6
10721 else
10722 ac_check_soname_save_LIBS=$LIBS
10723 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10724 cat >conftest.$ac_ext <<_ACEOF
10725 /* confdefs.h. */
10726 _ACEOF
10727 cat confdefs.h >>conftest.$ac_ext
10728 cat >>conftest.$ac_ext <<_ACEOF
10729 /* end confdefs.h. */
10731 /* Override any GCC internal prototype to avoid an error.
10732 Use char because int might match the return type of a GCC
10733 builtin and then its argument prototype would still apply. */
10734 #ifdef __cplusplus
10735 extern "C"
10736 #endif
10737 char XineramaQueryScreens ();
10739 main ()
10741 return XineramaQueryScreens ();
10743 return 0;
10745 _ACEOF
10746 rm -f conftest.$ac_objext conftest$ac_exeext
10747 if { (ac_try="$ac_link"
10748 case "(($ac_try" in
10749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10750 *) ac_try_echo=$ac_try;;
10751 esac
10752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10753 (eval "$ac_link") 2>conftest.er1
10754 ac_status=$?
10755 grep -v '^ *+' conftest.er1 >conftest.err
10756 rm -f conftest.er1
10757 cat conftest.err >&5
10758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10759 (exit $ac_status); } && {
10760 test -z "$ac_c_werror_flag" ||
10761 test ! -s conftest.err
10762 } && test -s conftest$ac_exeext &&
10763 $as_test_x conftest$ac_exeext; then
10764 case "$LIBEXT" in
10765 dll) ;;
10766 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'` ;;
10767 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10768 esac
10769 else
10770 echo "$as_me: failed program was:" >&5
10771 sed 's/^/| /' conftest.$ac_ext >&5
10776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10777 conftest$ac_exeext conftest.$ac_ext
10778 LIBS=$ac_check_soname_save_LIBS
10780 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10781 { echo "$as_me:$LINENO: result: not found" >&5
10782 echo "${ECHO_T}not found" >&6; }
10784 else
10785 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10786 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10788 cat >>confdefs.h <<_ACEOF
10789 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10790 _ACEOF
10795 else
10796 echo "$as_me: failed program was:" >&5
10797 sed 's/^/| /' conftest.$ac_ext >&5
10802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10804 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10805 case "x$with_xinerama" in
10806 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10807 xno) ;;
10808 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10809 This is an error since --with-xinerama was requested." >&5
10810 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10811 This is an error since --with-xinerama was requested." >&2;}
10812 { (exit 1); exit 1; }; } ;;
10813 esac
10817 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10818 then
10819 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10820 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10821 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10822 echo $ECHO_N "(cached) $ECHO_C" >&6
10823 else
10824 ac_check_soname_save_LIBS=$LIBS
10825 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10826 cat >conftest.$ac_ext <<_ACEOF
10827 /* confdefs.h. */
10828 _ACEOF
10829 cat confdefs.h >>conftest.$ac_ext
10830 cat >>conftest.$ac_ext <<_ACEOF
10831 /* end confdefs.h. */
10833 /* Override any GCC internal prototype to avoid an error.
10834 Use char because int might match the return type of a GCC
10835 builtin and then its argument prototype would still apply. */
10836 #ifdef __cplusplus
10837 extern "C"
10838 #endif
10839 char XCompositeRedirectWindow ();
10841 main ()
10843 return XCompositeRedirectWindow ();
10845 return 0;
10847 _ACEOF
10848 rm -f conftest.$ac_objext conftest$ac_exeext
10849 if { (ac_try="$ac_link"
10850 case "(($ac_try" in
10851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10852 *) ac_try_echo=$ac_try;;
10853 esac
10854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10855 (eval "$ac_link") 2>conftest.er1
10856 ac_status=$?
10857 grep -v '^ *+' conftest.er1 >conftest.err
10858 rm -f conftest.er1
10859 cat conftest.err >&5
10860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10861 (exit $ac_status); } && {
10862 test -z "$ac_c_werror_flag" ||
10863 test ! -s conftest.err
10864 } && test -s conftest$ac_exeext &&
10865 $as_test_x conftest$ac_exeext; then
10866 case "$LIBEXT" in
10867 dll) ;;
10868 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'` ;;
10869 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10870 esac
10871 else
10872 echo "$as_me: failed program was:" >&5
10873 sed 's/^/| /' conftest.$ac_ext >&5
10878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10879 conftest$ac_exeext conftest.$ac_ext
10880 LIBS=$ac_check_soname_save_LIBS
10882 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883 { echo "$as_me:$LINENO: result: not found" >&5
10884 echo "${ECHO_T}not found" >&6; }
10886 else
10887 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10888 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10890 cat >>confdefs.h <<_ACEOF
10891 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10892 _ACEOF
10898 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10899 case "x$with_xcomposite" in
10900 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10901 xno) ;;
10902 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10903 This is an error since --with-xcomposite was requested." >&5
10904 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10905 This is an error since --with-xcomposite was requested." >&2;}
10906 { (exit 1); exit 1; }; } ;;
10907 esac
10911 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10912 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10913 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10914 echo $ECHO_N "(cached) $ECHO_C" >&6
10915 else
10916 cat >conftest.$ac_ext <<_ACEOF
10917 /* confdefs.h. */
10918 _ACEOF
10919 cat confdefs.h >>conftest.$ac_ext
10920 cat >>conftest.$ac_ext <<_ACEOF
10921 /* end confdefs.h. */
10922 #ifdef HAVE_X11_XLIB_H
10923 #include <X11/Xlib.h>
10924 #endif
10927 main ()
10929 static XICCallback ac_aggr;
10930 if (ac_aggr.callback)
10931 return 0;
10933 return 0;
10935 _ACEOF
10936 rm -f conftest.$ac_objext
10937 if { (ac_try="$ac_compile"
10938 case "(($ac_try" in
10939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10940 *) ac_try_echo=$ac_try;;
10941 esac
10942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10943 (eval "$ac_compile") 2>conftest.er1
10944 ac_status=$?
10945 grep -v '^ *+' conftest.er1 >conftest.err
10946 rm -f conftest.er1
10947 cat conftest.err >&5
10948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10949 (exit $ac_status); } && {
10950 test -z "$ac_c_werror_flag" ||
10951 test ! -s conftest.err
10952 } && test -s conftest.$ac_objext; then
10953 ac_cv_member_XICCallback_callback=yes
10954 else
10955 echo "$as_me: failed program was:" >&5
10956 sed 's/^/| /' conftest.$ac_ext >&5
10958 cat >conftest.$ac_ext <<_ACEOF
10959 /* confdefs.h. */
10960 _ACEOF
10961 cat confdefs.h >>conftest.$ac_ext
10962 cat >>conftest.$ac_ext <<_ACEOF
10963 /* end confdefs.h. */
10964 #ifdef HAVE_X11_XLIB_H
10965 #include <X11/Xlib.h>
10966 #endif
10969 main ()
10971 static XICCallback ac_aggr;
10972 if (sizeof ac_aggr.callback)
10973 return 0;
10975 return 0;
10977 _ACEOF
10978 rm -f conftest.$ac_objext
10979 if { (ac_try="$ac_compile"
10980 case "(($ac_try" in
10981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10982 *) ac_try_echo=$ac_try;;
10983 esac
10984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10985 (eval "$ac_compile") 2>conftest.er1
10986 ac_status=$?
10987 grep -v '^ *+' conftest.er1 >conftest.err
10988 rm -f conftest.er1
10989 cat conftest.err >&5
10990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991 (exit $ac_status); } && {
10992 test -z "$ac_c_werror_flag" ||
10993 test ! -s conftest.err
10994 } && test -s conftest.$ac_objext; then
10995 ac_cv_member_XICCallback_callback=yes
10996 else
10997 echo "$as_me: failed program was:" >&5
10998 sed 's/^/| /' conftest.$ac_ext >&5
11000 ac_cv_member_XICCallback_callback=no
11003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11008 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11009 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11010 if test $ac_cv_member_XICCallback_callback = yes; then
11012 cat >>confdefs.h <<_ACEOF
11013 #define HAVE_XICCALLBACK_CALLBACK 1
11014 _ACEOF
11021 opengl_msg=""
11022 if test "x$with_opengl" != "xno"
11023 then
11027 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11029 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11030 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11033 echo $ECHO_N "(cached) $ECHO_C" >&6
11034 else
11035 cat >conftest.$ac_ext <<_ACEOF
11036 /* confdefs.h. */
11037 _ACEOF
11038 cat confdefs.h >>conftest.$ac_ext
11039 cat >>conftest.$ac_ext <<_ACEOF
11040 /* end confdefs.h. */
11041 #ifdef HAVE_GL_GLX_H
11042 # include <GL/glx.h>
11043 #endif
11045 #include <$ac_header>
11046 _ACEOF
11047 rm -f conftest.$ac_objext
11048 if { (ac_try="$ac_compile"
11049 case "(($ac_try" in
11050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11051 *) ac_try_echo=$ac_try;;
11052 esac
11053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11054 (eval "$ac_compile") 2>conftest.er1
11055 ac_status=$?
11056 grep -v '^ *+' conftest.er1 >conftest.err
11057 rm -f conftest.er1
11058 cat conftest.err >&5
11059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 (exit $ac_status); } && {
11061 test -z "$ac_c_werror_flag" ||
11062 test ! -s conftest.err
11063 } && test -s conftest.$ac_objext; then
11064 eval "$as_ac_Header=yes"
11065 else
11066 echo "$as_me: failed program was:" >&5
11067 sed 's/^/| /' conftest.$ac_ext >&5
11069 eval "$as_ac_Header=no"
11072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11074 ac_res=`eval echo '${'$as_ac_Header'}'`
11075 { echo "$as_me:$LINENO: result: $ac_res" >&5
11076 echo "${ECHO_T}$ac_res" >&6; }
11077 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11078 cat >>confdefs.h <<_ACEOF
11079 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11080 _ACEOF
11084 done
11086 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11087 then
11088 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11089 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11090 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11091 echo $ECHO_N "(cached) $ECHO_C" >&6
11092 else
11093 cat >conftest.$ac_ext <<_ACEOF
11094 /* confdefs.h. */
11095 _ACEOF
11096 cat confdefs.h >>conftest.$ac_ext
11097 cat >>conftest.$ac_ext <<_ACEOF
11098 /* end confdefs.h. */
11099 #include <GL/gl.h>
11101 main ()
11103 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11105 return 0;
11107 _ACEOF
11108 rm -f conftest.$ac_objext
11109 if { (ac_try="$ac_compile"
11110 case "(($ac_try" in
11111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11112 *) ac_try_echo=$ac_try;;
11113 esac
11114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11115 (eval "$ac_compile") 2>conftest.er1
11116 ac_status=$?
11117 grep -v '^ *+' conftest.er1 >conftest.err
11118 rm -f conftest.er1
11119 cat conftest.err >&5
11120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11121 (exit $ac_status); } && {
11122 test -z "$ac_c_werror_flag" ||
11123 test ! -s conftest.err
11124 } && test -s conftest.$ac_objext; then
11125 wine_cv_opengl_header_version_OK="yes"
11126 else
11127 echo "$as_me: failed program was:" >&5
11128 sed 's/^/| /' conftest.$ac_ext >&5
11130 wine_cv_opengl_header_version_OK="no"
11133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11135 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11136 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11138 if test "$wine_cv_opengl_header_version_OK" = "yes"
11139 then
11140 { echo "$as_me:$LINENO: checking for -lGL" >&5
11141 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11142 if test "${ac_cv_lib_soname_GL+set}" = set; then
11143 echo $ECHO_N "(cached) $ECHO_C" >&6
11144 else
11145 ac_check_soname_save_LIBS=$LIBS
11146 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11147 cat >conftest.$ac_ext <<_ACEOF
11148 /* confdefs.h. */
11149 _ACEOF
11150 cat confdefs.h >>conftest.$ac_ext
11151 cat >>conftest.$ac_ext <<_ACEOF
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char glXCreateContext ();
11162 main ()
11164 return glXCreateContext ();
11166 return 0;
11168 _ACEOF
11169 rm -f conftest.$ac_objext conftest$ac_exeext
11170 if { (ac_try="$ac_link"
11171 case "(($ac_try" in
11172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11173 *) ac_try_echo=$ac_try;;
11174 esac
11175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11176 (eval "$ac_link") 2>conftest.er1
11177 ac_status=$?
11178 grep -v '^ *+' conftest.er1 >conftest.err
11179 rm -f conftest.er1
11180 cat conftest.err >&5
11181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11182 (exit $ac_status); } && {
11183 test -z "$ac_c_werror_flag" ||
11184 test ! -s conftest.err
11185 } && test -s conftest$ac_exeext &&
11186 $as_test_x conftest$ac_exeext; then
11187 case "$LIBEXT" in
11188 dll) ;;
11189 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'` ;;
11190 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11191 esac
11192 else
11193 echo "$as_me: failed program was:" >&5
11194 sed 's/^/| /' conftest.$ac_ext >&5
11199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11200 conftest$ac_exeext conftest.$ac_ext
11201 LIBS=$ac_check_soname_save_LIBS
11203 if test "x$ac_cv_lib_soname_GL" = "x"; then
11204 { echo "$as_me:$LINENO: result: not found" >&5
11205 echo "${ECHO_T}not found" >&6; }
11206 { echo "$as_me:$LINENO: checking for -lGL" >&5
11207 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11208 if test "${ac_cv_lib_soname_GL+set}" = set; then
11209 echo $ECHO_N "(cached) $ECHO_C" >&6
11210 else
11211 ac_check_soname_save_LIBS=$LIBS
11212 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"
11213 cat >conftest.$ac_ext <<_ACEOF
11214 /* confdefs.h. */
11215 _ACEOF
11216 cat confdefs.h >>conftest.$ac_ext
11217 cat >>conftest.$ac_ext <<_ACEOF
11218 /* end confdefs.h. */
11220 /* Override any GCC internal prototype to avoid an error.
11221 Use char because int might match the return type of a GCC
11222 builtin and then its argument prototype would still apply. */
11223 #ifdef __cplusplus
11224 extern "C"
11225 #endif
11226 char glXCreateContext ();
11228 main ()
11230 return glXCreateContext ();
11232 return 0;
11234 _ACEOF
11235 rm -f conftest.$ac_objext conftest$ac_exeext
11236 if { (ac_try="$ac_link"
11237 case "(($ac_try" in
11238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11239 *) ac_try_echo=$ac_try;;
11240 esac
11241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11242 (eval "$ac_link") 2>conftest.er1
11243 ac_status=$?
11244 grep -v '^ *+' conftest.er1 >conftest.err
11245 rm -f conftest.er1
11246 cat conftest.err >&5
11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); } && {
11249 test -z "$ac_c_werror_flag" ||
11250 test ! -s conftest.err
11251 } && test -s conftest$ac_exeext &&
11252 $as_test_x conftest$ac_exeext; then
11253 case "$LIBEXT" in
11254 dll) ;;
11255 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'` ;;
11256 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11257 esac
11258 else
11259 echo "$as_me: failed program was:" >&5
11260 sed 's/^/| /' conftest.$ac_ext >&5
11265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11266 conftest$ac_exeext conftest.$ac_ext
11267 LIBS=$ac_check_soname_save_LIBS
11269 if test "x$ac_cv_lib_soname_GL" = "x"; then
11270 { echo "$as_me:$LINENO: result: not found" >&5
11271 echo "${ECHO_T}not found" >&6; }
11272 if test -f /usr/X11R6/lib/libGL.a
11273 then
11274 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11275 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11276 else
11277 opengl_msg="No OpenGL library found on this system."
11279 else
11280 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11281 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11283 cat >>confdefs.h <<_ACEOF
11284 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11285 _ACEOF
11287 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"
11289 cat >>confdefs.h <<\_ACEOF
11290 #define HAVE_OPENGL 1
11291 _ACEOF
11295 else
11296 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11297 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11299 cat >>confdefs.h <<_ACEOF
11300 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11301 _ACEOF
11303 OPENGL_LIBS="-lGL"
11305 cat >>confdefs.h <<\_ACEOF
11306 #define HAVE_OPENGL 1
11307 _ACEOF
11311 if test "$ac_cv_header_GL_glu_h" = "yes"
11312 then
11313 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11314 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11315 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11316 echo $ECHO_N "(cached) $ECHO_C" >&6
11317 else
11318 ac_check_soname_save_LIBS=$LIBS
11319 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11320 cat >conftest.$ac_ext <<_ACEOF
11321 /* confdefs.h. */
11322 _ACEOF
11323 cat confdefs.h >>conftest.$ac_ext
11324 cat >>conftest.$ac_ext <<_ACEOF
11325 /* end confdefs.h. */
11327 /* Override any GCC internal prototype to avoid an error.
11328 Use char because int might match the return type of a GCC
11329 builtin and then its argument prototype would still apply. */
11330 #ifdef __cplusplus
11331 extern "C"
11332 #endif
11333 char gluLookAt ();
11335 main ()
11337 return gluLookAt ();
11339 return 0;
11341 _ACEOF
11342 rm -f conftest.$ac_objext conftest$ac_exeext
11343 if { (ac_try="$ac_link"
11344 case "(($ac_try" in
11345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11346 *) ac_try_echo=$ac_try;;
11347 esac
11348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11349 (eval "$ac_link") 2>conftest.er1
11350 ac_status=$?
11351 grep -v '^ *+' conftest.er1 >conftest.err
11352 rm -f conftest.er1
11353 cat conftest.err >&5
11354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11355 (exit $ac_status); } && {
11356 test -z "$ac_c_werror_flag" ||
11357 test ! -s conftest.err
11358 } && test -s conftest$ac_exeext &&
11359 $as_test_x conftest$ac_exeext; then
11360 case "$LIBEXT" in
11361 dll) ;;
11362 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'` ;;
11363 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11364 esac
11365 else
11366 echo "$as_me: failed program was:" >&5
11367 sed 's/^/| /' conftest.$ac_ext >&5
11372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11373 conftest$ac_exeext conftest.$ac_ext
11374 LIBS=$ac_check_soname_save_LIBS
11376 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11377 { echo "$as_me:$LINENO: result: not found" >&5
11378 echo "${ECHO_T}not found" >&6; }
11380 else
11381 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11382 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11384 cat >>confdefs.h <<_ACEOF
11385 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11386 _ACEOF
11392 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11393 case "x$with_glu" in
11394 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11395 xno) ;;
11396 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11397 This is an error since --with-glu was requested." >&5
11398 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11399 This is an error since --with-glu was requested." >&2;}
11400 { (exit 1); exit 1; }; } ;;
11401 esac
11404 else
11405 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11407 else
11408 opengl_msg="OpenGL development headers not found."
11410 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11411 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11412 else
11413 enable_opengl32=${enable_opengl32:-no}
11414 enable_glu32=${enable_glu32:-no}
11416 if test -n "$opengl_msg"; then
11417 case "x$with_opengl" in
11418 x) wine_warnings="$wine_warnings|$opengl_msg
11419 OpenGL and Direct3D won't be supported." ;;
11420 xno) ;;
11421 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11422 OpenGL and Direct3D won't be supported.
11423 This is an error since --with-opengl was requested." >&5
11424 echo "$as_me: error: $opengl_msg
11425 OpenGL and Direct3D won't be supported.
11426 This is an error since --with-opengl was requested." >&2;}
11427 { (exit 1); exit 1; }; } ;;
11428 esac
11432 NASLIBS=""
11435 for ac_header in audio/audiolib.h
11437 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11438 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11439 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11440 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11442 echo $ECHO_N "(cached) $ECHO_C" >&6
11444 ac_res=`eval echo '${'$as_ac_Header'}'`
11445 { echo "$as_me:$LINENO: result: $ac_res" >&5
11446 echo "${ECHO_T}$ac_res" >&6; }
11447 else
11448 # Is the header compilable?
11449 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11450 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11451 cat >conftest.$ac_ext <<_ACEOF
11452 /* confdefs.h. */
11453 _ACEOF
11454 cat confdefs.h >>conftest.$ac_ext
11455 cat >>conftest.$ac_ext <<_ACEOF
11456 /* end confdefs.h. */
11457 $ac_includes_default
11458 #include <$ac_header>
11459 _ACEOF
11460 rm -f conftest.$ac_objext
11461 if { (ac_try="$ac_compile"
11462 case "(($ac_try" in
11463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11464 *) ac_try_echo=$ac_try;;
11465 esac
11466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11467 (eval "$ac_compile") 2>conftest.er1
11468 ac_status=$?
11469 grep -v '^ *+' conftest.er1 >conftest.err
11470 rm -f conftest.er1
11471 cat conftest.err >&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } && {
11474 test -z "$ac_c_werror_flag" ||
11475 test ! -s conftest.err
11476 } && test -s conftest.$ac_objext; then
11477 ac_header_compiler=yes
11478 else
11479 echo "$as_me: failed program was:" >&5
11480 sed 's/^/| /' conftest.$ac_ext >&5
11482 ac_header_compiler=no
11485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11486 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11487 echo "${ECHO_T}$ac_header_compiler" >&6; }
11489 # Is the header present?
11490 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11491 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11492 cat >conftest.$ac_ext <<_ACEOF
11493 /* confdefs.h. */
11494 _ACEOF
11495 cat confdefs.h >>conftest.$ac_ext
11496 cat >>conftest.$ac_ext <<_ACEOF
11497 /* end confdefs.h. */
11498 #include <$ac_header>
11499 _ACEOF
11500 if { (ac_try="$ac_cpp conftest.$ac_ext"
11501 case "(($ac_try" in
11502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11503 *) ac_try_echo=$ac_try;;
11504 esac
11505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11506 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11507 ac_status=$?
11508 grep -v '^ *+' conftest.er1 >conftest.err
11509 rm -f conftest.er1
11510 cat conftest.err >&5
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); } >/dev/null && {
11513 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11514 test ! -s conftest.err
11515 }; then
11516 ac_header_preproc=yes
11517 else
11518 echo "$as_me: failed program was:" >&5
11519 sed 's/^/| /' conftest.$ac_ext >&5
11521 ac_header_preproc=no
11524 rm -f conftest.err conftest.$ac_ext
11525 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11526 echo "${ECHO_T}$ac_header_preproc" >&6; }
11528 # So? What about this header?
11529 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11530 yes:no: )
11531 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11532 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11533 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11534 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11535 ac_header_preproc=yes
11537 no:yes:* )
11538 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11539 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11540 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11541 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11543 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11545 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11547 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11549 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11550 ( cat <<\_ASBOX
11551 ## ------------------------------------ ##
11552 ## Report this to wine-devel@winehq.org ##
11553 ## ------------------------------------ ##
11554 _ASBOX
11555 ) | sed "s/^/$as_me: WARNING: /" >&2
11557 esac
11558 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11560 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11561 echo $ECHO_N "(cached) $ECHO_C" >&6
11562 else
11563 eval "$as_ac_Header=\$ac_header_preproc"
11565 ac_res=`eval echo '${'$as_ac_Header'}'`
11566 { echo "$as_me:$LINENO: result: $ac_res" >&5
11567 echo "${ECHO_T}$ac_res" >&6; }
11570 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11571 cat >>confdefs.h <<_ACEOF
11572 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11573 _ACEOF
11575 for ac_header in audio/soundlib.h
11577 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11578 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11579 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11581 echo $ECHO_N "(cached) $ECHO_C" >&6
11582 else
11583 cat >conftest.$ac_ext <<_ACEOF
11584 /* confdefs.h. */
11585 _ACEOF
11586 cat confdefs.h >>conftest.$ac_ext
11587 cat >>conftest.$ac_ext <<_ACEOF
11588 /* end confdefs.h. */
11589 #include <audio/audiolib.h>
11591 #include <$ac_header>
11592 _ACEOF
11593 rm -f conftest.$ac_objext
11594 if { (ac_try="$ac_compile"
11595 case "(($ac_try" in
11596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11597 *) ac_try_echo=$ac_try;;
11598 esac
11599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11600 (eval "$ac_compile") 2>conftest.er1
11601 ac_status=$?
11602 grep -v '^ *+' conftest.er1 >conftest.err
11603 rm -f conftest.er1
11604 cat conftest.err >&5
11605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11606 (exit $ac_status); } && {
11607 test -z "$ac_c_werror_flag" ||
11608 test ! -s conftest.err
11609 } && test -s conftest.$ac_objext; then
11610 eval "$as_ac_Header=yes"
11611 else
11612 echo "$as_me: failed program was:" >&5
11613 sed 's/^/| /' conftest.$ac_ext >&5
11615 eval "$as_ac_Header=no"
11618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 ac_res=`eval echo '${'$as_ac_Header'}'`
11621 { echo "$as_me:$LINENO: result: $ac_res" >&5
11622 echo "${ECHO_T}$ac_res" >&6; }
11623 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11624 cat >>confdefs.h <<_ACEOF
11625 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11626 _ACEOF
11630 done
11632 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11633 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11634 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11635 echo $ECHO_N "(cached) $ECHO_C" >&6
11636 else
11637 ac_check_lib_save_LIBS=$LIBS
11638 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11639 cat >conftest.$ac_ext <<_ACEOF
11640 /* confdefs.h. */
11641 _ACEOF
11642 cat confdefs.h >>conftest.$ac_ext
11643 cat >>conftest.$ac_ext <<_ACEOF
11644 /* end confdefs.h. */
11646 /* Override any GCC internal prototype to avoid an error.
11647 Use char because int might match the return type of a GCC
11648 builtin and then its argument prototype would still apply. */
11649 #ifdef __cplusplus
11650 extern "C"
11651 #endif
11652 char AuCreateFlow ();
11654 main ()
11656 return AuCreateFlow ();
11658 return 0;
11660 _ACEOF
11661 rm -f conftest.$ac_objext conftest$ac_exeext
11662 if { (ac_try="$ac_link"
11663 case "(($ac_try" in
11664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11665 *) ac_try_echo=$ac_try;;
11666 esac
11667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11668 (eval "$ac_link") 2>conftest.er1
11669 ac_status=$?
11670 grep -v '^ *+' conftest.er1 >conftest.err
11671 rm -f conftest.er1
11672 cat conftest.err >&5
11673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11674 (exit $ac_status); } && {
11675 test -z "$ac_c_werror_flag" ||
11676 test ! -s conftest.err
11677 } && test -s conftest$ac_exeext &&
11678 $as_test_x conftest$ac_exeext; then
11679 ac_cv_lib_audio_AuCreateFlow=yes
11680 else
11681 echo "$as_me: failed program was:" >&5
11682 sed 's/^/| /' conftest.$ac_ext >&5
11684 ac_cv_lib_audio_AuCreateFlow=no
11687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11688 conftest$ac_exeext conftest.$ac_ext
11689 LIBS=$ac_check_lib_save_LIBS
11691 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11692 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11693 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11695 cat >>confdefs.h <<\_ACEOF
11696 #define HAVE_NAS 1
11697 _ACEOF
11699 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11700 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11701 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11702 echo $ECHO_N "(cached) $ECHO_C" >&6
11703 else
11704 ac_check_lib_save_LIBS=$LIBS
11705 LIBS="-lXau $X_LIBS $LIBS"
11706 cat >conftest.$ac_ext <<_ACEOF
11707 /* confdefs.h. */
11708 _ACEOF
11709 cat confdefs.h >>conftest.$ac_ext
11710 cat >>conftest.$ac_ext <<_ACEOF
11711 /* end confdefs.h. */
11713 /* Override any GCC internal prototype to avoid an error.
11714 Use char because int might match the return type of a GCC
11715 builtin and then its argument prototype would still apply. */
11716 #ifdef __cplusplus
11717 extern "C"
11718 #endif
11719 char XauGetBestAuthByAddr ();
11721 main ()
11723 return XauGetBestAuthByAddr ();
11725 return 0;
11727 _ACEOF
11728 rm -f conftest.$ac_objext conftest$ac_exeext
11729 if { (ac_try="$ac_link"
11730 case "(($ac_try" in
11731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11732 *) ac_try_echo=$ac_try;;
11733 esac
11734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11735 (eval "$ac_link") 2>conftest.er1
11736 ac_status=$?
11737 grep -v '^ *+' conftest.er1 >conftest.err
11738 rm -f conftest.er1
11739 cat conftest.err >&5
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); } && {
11742 test -z "$ac_c_werror_flag" ||
11743 test ! -s conftest.err
11744 } && test -s conftest$ac_exeext &&
11745 $as_test_x conftest$ac_exeext; then
11746 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11747 else
11748 echo "$as_me: failed program was:" >&5
11749 sed 's/^/| /' conftest.$ac_ext >&5
11751 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11755 conftest$ac_exeext conftest.$ac_ext
11756 LIBS=$ac_check_lib_save_LIBS
11758 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11759 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11760 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11761 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11762 else
11763 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11771 done
11774 CPPFLAGS="$ac_save_CPPFLAGS"
11775 else
11776 XLIB=""
11777 X_CFLAGS=""
11778 X_LIBS=""
11779 enable_winex11_drv=${enable_winex11_drv:-no}
11780 enable_opengl32=${enable_opengl32:-no}
11781 enable_glu32=${enable_glu32:-no}
11783 if test "x$XLIB" = "x"; then
11784 case "x$with_x" in
11785 xno) ;;
11786 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11787 without X support, which probably isn't what you want. You will need to install
11788 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11789 Use the --without-x option if you really want this." >&5
11790 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11791 without X support, which probably isn't what you want. You will need to install
11792 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11793 Use the --without-x option if you really want this." >&2;}
11794 { (exit 1); exit 1; }; } ;;
11795 esac
11800 XML2LIBS=""
11802 XML2INCL=""
11804 XSLTINCL=""
11806 if test "x$with_xml" != "xno"
11807 then
11808 ac_save_CPPFLAGS="$CPPFLAGS"
11809 if test "$PKG_CONFIG" != "false"
11810 then
11811 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11812 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11813 else
11814 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11815 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11817 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11819 for ac_header in libxml/parser.h
11821 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11823 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11826 echo $ECHO_N "(cached) $ECHO_C" >&6
11828 ac_res=`eval echo '${'$as_ac_Header'}'`
11829 { echo "$as_me:$LINENO: result: $ac_res" >&5
11830 echo "${ECHO_T}$ac_res" >&6; }
11831 else
11832 # Is the header compilable?
11833 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11834 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11835 cat >conftest.$ac_ext <<_ACEOF
11836 /* confdefs.h. */
11837 _ACEOF
11838 cat confdefs.h >>conftest.$ac_ext
11839 cat >>conftest.$ac_ext <<_ACEOF
11840 /* end confdefs.h. */
11841 $ac_includes_default
11842 #include <$ac_header>
11843 _ACEOF
11844 rm -f conftest.$ac_objext
11845 if { (ac_try="$ac_compile"
11846 case "(($ac_try" in
11847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11848 *) ac_try_echo=$ac_try;;
11849 esac
11850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11851 (eval "$ac_compile") 2>conftest.er1
11852 ac_status=$?
11853 grep -v '^ *+' conftest.er1 >conftest.err
11854 rm -f conftest.er1
11855 cat conftest.err >&5
11856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11857 (exit $ac_status); } && {
11858 test -z "$ac_c_werror_flag" ||
11859 test ! -s conftest.err
11860 } && test -s conftest.$ac_objext; then
11861 ac_header_compiler=yes
11862 else
11863 echo "$as_me: failed program was:" >&5
11864 sed 's/^/| /' conftest.$ac_ext >&5
11866 ac_header_compiler=no
11869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11870 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11871 echo "${ECHO_T}$ac_header_compiler" >&6; }
11873 # Is the header present?
11874 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11875 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11876 cat >conftest.$ac_ext <<_ACEOF
11877 /* confdefs.h. */
11878 _ACEOF
11879 cat confdefs.h >>conftest.$ac_ext
11880 cat >>conftest.$ac_ext <<_ACEOF
11881 /* end confdefs.h. */
11882 #include <$ac_header>
11883 _ACEOF
11884 if { (ac_try="$ac_cpp conftest.$ac_ext"
11885 case "(($ac_try" in
11886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11887 *) ac_try_echo=$ac_try;;
11888 esac
11889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11890 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11891 ac_status=$?
11892 grep -v '^ *+' conftest.er1 >conftest.err
11893 rm -f conftest.er1
11894 cat conftest.err >&5
11895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896 (exit $ac_status); } >/dev/null && {
11897 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11898 test ! -s conftest.err
11899 }; then
11900 ac_header_preproc=yes
11901 else
11902 echo "$as_me: failed program was:" >&5
11903 sed 's/^/| /' conftest.$ac_ext >&5
11905 ac_header_preproc=no
11908 rm -f conftest.err conftest.$ac_ext
11909 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11910 echo "${ECHO_T}$ac_header_preproc" >&6; }
11912 # So? What about this header?
11913 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11914 yes:no: )
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11916 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11918 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11919 ac_header_preproc=yes
11921 no:yes:* )
11922 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11923 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11924 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11925 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11926 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11927 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11929 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11930 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11931 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11932 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11933 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11934 ( cat <<\_ASBOX
11935 ## ------------------------------------ ##
11936 ## Report this to wine-devel@winehq.org ##
11937 ## ------------------------------------ ##
11938 _ASBOX
11939 ) | sed "s/^/$as_me: WARNING: /" >&2
11941 esac
11942 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11943 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11944 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11945 echo $ECHO_N "(cached) $ECHO_C" >&6
11946 else
11947 eval "$as_ac_Header=\$ac_header_preproc"
11949 ac_res=`eval echo '${'$as_ac_Header'}'`
11950 { echo "$as_me:$LINENO: result: $ac_res" >&5
11951 echo "${ECHO_T}$ac_res" >&6; }
11954 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11955 cat >>confdefs.h <<_ACEOF
11956 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11957 _ACEOF
11958 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11959 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11960 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11961 echo $ECHO_N "(cached) $ECHO_C" >&6
11962 else
11963 ac_check_lib_save_LIBS=$LIBS
11964 LIBS="-lxml2 $ac_xml_libs $LIBS"
11965 cat >conftest.$ac_ext <<_ACEOF
11966 /* confdefs.h. */
11967 _ACEOF
11968 cat confdefs.h >>conftest.$ac_ext
11969 cat >>conftest.$ac_ext <<_ACEOF
11970 /* end confdefs.h. */
11972 /* Override any GCC internal prototype to avoid an error.
11973 Use char because int might match the return type of a GCC
11974 builtin and then its argument prototype would still apply. */
11975 #ifdef __cplusplus
11976 extern "C"
11977 #endif
11978 char xmlParseMemory ();
11980 main ()
11982 return xmlParseMemory ();
11984 return 0;
11986 _ACEOF
11987 rm -f conftest.$ac_objext conftest$ac_exeext
11988 if { (ac_try="$ac_link"
11989 case "(($ac_try" in
11990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11991 *) ac_try_echo=$ac_try;;
11992 esac
11993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11994 (eval "$ac_link") 2>conftest.er1
11995 ac_status=$?
11996 grep -v '^ *+' conftest.er1 >conftest.err
11997 rm -f conftest.er1
11998 cat conftest.err >&5
11999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12000 (exit $ac_status); } && {
12001 test -z "$ac_c_werror_flag" ||
12002 test ! -s conftest.err
12003 } && test -s conftest$ac_exeext &&
12004 $as_test_x conftest$ac_exeext; then
12005 ac_cv_lib_xml2_xmlParseMemory=yes
12006 else
12007 echo "$as_me: failed program was:" >&5
12008 sed 's/^/| /' conftest.$ac_ext >&5
12010 ac_cv_lib_xml2_xmlParseMemory=no
12013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12014 conftest$ac_exeext conftest.$ac_ext
12015 LIBS=$ac_check_lib_save_LIBS
12017 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12018 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12019 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12021 cat >>confdefs.h <<\_ACEOF
12022 #define HAVE_LIBXML2 1
12023 _ACEOF
12025 XML2LIBS="$ac_xml_libs"
12026 XML2INCL="$ac_xml_cflags"
12029 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12030 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12031 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12032 echo $ECHO_N "(cached) $ECHO_C" >&6
12033 else
12034 ac_check_lib_save_LIBS=$LIBS
12035 LIBS="-lxml2 $ac_xml_libs $LIBS"
12036 cat >conftest.$ac_ext <<_ACEOF
12037 /* confdefs.h. */
12038 _ACEOF
12039 cat confdefs.h >>conftest.$ac_ext
12040 cat >>conftest.$ac_ext <<_ACEOF
12041 /* end confdefs.h. */
12043 /* Override any GCC internal prototype to avoid an error.
12044 Use char because int might match the return type of a GCC
12045 builtin and then its argument prototype would still apply. */
12046 #ifdef __cplusplus
12047 extern "C"
12048 #endif
12049 char xmlReadMemory ();
12051 main ()
12053 return xmlReadMemory ();
12055 return 0;
12057 _ACEOF
12058 rm -f conftest.$ac_objext conftest$ac_exeext
12059 if { (ac_try="$ac_link"
12060 case "(($ac_try" in
12061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12062 *) ac_try_echo=$ac_try;;
12063 esac
12064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12065 (eval "$ac_link") 2>conftest.er1
12066 ac_status=$?
12067 grep -v '^ *+' conftest.er1 >conftest.err
12068 rm -f conftest.er1
12069 cat conftest.err >&5
12070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12071 (exit $ac_status); } && {
12072 test -z "$ac_c_werror_flag" ||
12073 test ! -s conftest.err
12074 } && test -s conftest$ac_exeext &&
12075 $as_test_x conftest$ac_exeext; then
12076 ac_cv_lib_xml2_xmlReadMemory=yes
12077 else
12078 echo "$as_me: failed program was:" >&5
12079 sed 's/^/| /' conftest.$ac_ext >&5
12081 ac_cv_lib_xml2_xmlReadMemory=no
12084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12085 conftest$ac_exeext conftest.$ac_ext
12086 LIBS=$ac_check_lib_save_LIBS
12088 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12089 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12090 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12092 cat >>confdefs.h <<\_ACEOF
12093 #define HAVE_XMLREADMEMORY 1
12094 _ACEOF
12098 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12099 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12100 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12101 echo $ECHO_N "(cached) $ECHO_C" >&6
12102 else
12103 ac_check_lib_save_LIBS=$LIBS
12104 LIBS="-lxml2 $ac_xml_libs $LIBS"
12105 cat >conftest.$ac_ext <<_ACEOF
12106 /* confdefs.h. */
12107 _ACEOF
12108 cat confdefs.h >>conftest.$ac_ext
12109 cat >>conftest.$ac_ext <<_ACEOF
12110 /* end confdefs.h. */
12112 /* Override any GCC internal prototype to avoid an error.
12113 Use char because int might match the return type of a GCC
12114 builtin and then its argument prototype would still apply. */
12115 #ifdef __cplusplus
12116 extern "C"
12117 #endif
12118 char xmlNewDocPI ();
12120 main ()
12122 return xmlNewDocPI ();
12124 return 0;
12126 _ACEOF
12127 rm -f conftest.$ac_objext conftest$ac_exeext
12128 if { (ac_try="$ac_link"
12129 case "(($ac_try" in
12130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12131 *) ac_try_echo=$ac_try;;
12132 esac
12133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12134 (eval "$ac_link") 2>conftest.er1
12135 ac_status=$?
12136 grep -v '^ *+' conftest.er1 >conftest.err
12137 rm -f conftest.er1
12138 cat conftest.err >&5
12139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140 (exit $ac_status); } && {
12141 test -z "$ac_c_werror_flag" ||
12142 test ! -s conftest.err
12143 } && test -s conftest$ac_exeext &&
12144 $as_test_x conftest$ac_exeext; then
12145 ac_cv_lib_xml2_xmlNewDocPI=yes
12146 else
12147 echo "$as_me: failed program was:" >&5
12148 sed 's/^/| /' conftest.$ac_ext >&5
12150 ac_cv_lib_xml2_xmlNewDocPI=no
12153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12154 conftest$ac_exeext conftest.$ac_ext
12155 LIBS=$ac_check_lib_save_LIBS
12157 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12158 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12159 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12161 cat >>confdefs.h <<\_ACEOF
12162 #define HAVE_XMLNEWDOCPI 1
12163 _ACEOF
12170 done
12172 CPPFLAGS="$ac_save_CPPFLAGS"
12174 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12175 case "x$with_xml" in
12176 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12177 xno) ;;
12178 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12179 This is an error since --with-xml was requested." >&5
12180 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12181 This is an error since --with-xml was requested." >&2;}
12182 { (exit 1); exit 1; }; } ;;
12183 esac
12187 if test "x$with_xslt" != "xno"
12188 then
12189 if test "$PKG_CONFIG" != "false"
12190 then
12191 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12192 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12193 else
12194 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12195 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12197 ac_save_CPPFLAGS="$CPPFLAGS"
12198 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12201 for ac_header in libxslt/pattern.h libxslt/transform.h
12203 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12204 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12205 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12206 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12207 echo $ECHO_N "(cached) $ECHO_C" >&6
12208 else
12209 cat >conftest.$ac_ext <<_ACEOF
12210 /* confdefs.h. */
12211 _ACEOF
12212 cat confdefs.h >>conftest.$ac_ext
12213 cat >>conftest.$ac_ext <<_ACEOF
12214 /* end confdefs.h. */
12215 #ifdef HAVE_LIBXSLT_PATTERN_H
12216 # include <libxslt/pattern.h>
12217 #endif
12219 #include <$ac_header>
12220 _ACEOF
12221 rm -f conftest.$ac_objext
12222 if { (ac_try="$ac_compile"
12223 case "(($ac_try" in
12224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12225 *) ac_try_echo=$ac_try;;
12226 esac
12227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12228 (eval "$ac_compile") 2>conftest.er1
12229 ac_status=$?
12230 grep -v '^ *+' conftest.er1 >conftest.err
12231 rm -f conftest.er1
12232 cat conftest.err >&5
12233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12234 (exit $ac_status); } && {
12235 test -z "$ac_c_werror_flag" ||
12236 test ! -s conftest.err
12237 } && test -s conftest.$ac_objext; then
12238 eval "$as_ac_Header=yes"
12239 else
12240 echo "$as_me: failed program was:" >&5
12241 sed 's/^/| /' conftest.$ac_ext >&5
12243 eval "$as_ac_Header=no"
12246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12248 ac_res=`eval echo '${'$as_ac_Header'}'`
12249 { echo "$as_me:$LINENO: result: $ac_res" >&5
12250 echo "${ECHO_T}$ac_res" >&6; }
12251 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12252 cat >>confdefs.h <<_ACEOF
12253 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12254 _ACEOF
12258 done
12260 CPPFLAGS="$ac_save_CPPFLAGS"
12261 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12262 then
12263 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12264 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12265 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12266 echo $ECHO_N "(cached) $ECHO_C" >&6
12267 else
12268 ac_check_soname_save_LIBS=$LIBS
12269 LIBS="-lxslt $ac_xslt_libs $LIBS"
12270 cat >conftest.$ac_ext <<_ACEOF
12271 /* confdefs.h. */
12272 _ACEOF
12273 cat confdefs.h >>conftest.$ac_ext
12274 cat >>conftest.$ac_ext <<_ACEOF
12275 /* end confdefs.h. */
12277 /* Override any GCC internal prototype to avoid an error.
12278 Use char because int might match the return type of a GCC
12279 builtin and then its argument prototype would still apply. */
12280 #ifdef __cplusplus
12281 extern "C"
12282 #endif
12283 char xsltCompilePattern ();
12285 main ()
12287 return xsltCompilePattern ();
12289 return 0;
12291 _ACEOF
12292 rm -f conftest.$ac_objext conftest$ac_exeext
12293 if { (ac_try="$ac_link"
12294 case "(($ac_try" in
12295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12296 *) ac_try_echo=$ac_try;;
12297 esac
12298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12299 (eval "$ac_link") 2>conftest.er1
12300 ac_status=$?
12301 grep -v '^ *+' conftest.er1 >conftest.err
12302 rm -f conftest.er1
12303 cat conftest.err >&5
12304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12305 (exit $ac_status); } && {
12306 test -z "$ac_c_werror_flag" ||
12307 test ! -s conftest.err
12308 } && test -s conftest$ac_exeext &&
12309 $as_test_x conftest$ac_exeext; then
12310 case "$LIBEXT" in
12311 dll) ;;
12312 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'` ;;
12313 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12314 esac
12315 else
12316 echo "$as_me: failed program was:" >&5
12317 sed 's/^/| /' conftest.$ac_ext >&5
12322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12323 conftest$ac_exeext conftest.$ac_ext
12324 LIBS=$ac_check_soname_save_LIBS
12326 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12327 { echo "$as_me:$LINENO: result: not found" >&5
12328 echo "${ECHO_T}not found" >&6; }
12330 else
12331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12332 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12334 cat >>confdefs.h <<_ACEOF
12335 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12336 _ACEOF
12338 XSLTINCL="$ac_xslt_cflags"
12343 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12344 case "x$with_xslt" in
12345 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12346 xno) ;;
12347 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12348 This is an error since --with-xslt was requested." >&5
12349 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12350 This is an error since --with-xslt was requested." >&2;}
12351 { (exit 1); exit 1; }; } ;;
12352 esac
12356 HALINCL=""
12358 if test "x$with_hal" != "xno"
12359 then
12360 ac_save_CPPFLAGS="$CPPFLAGS"
12361 if test "$PKG_CONFIG" != "false"
12362 then
12363 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12364 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12365 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12369 for ac_header in dbus/dbus.h hal/libhal.h
12371 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12372 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12373 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12376 echo $ECHO_N "(cached) $ECHO_C" >&6
12378 ac_res=`eval echo '${'$as_ac_Header'}'`
12379 { echo "$as_me:$LINENO: result: $ac_res" >&5
12380 echo "${ECHO_T}$ac_res" >&6; }
12381 else
12382 # Is the header compilable?
12383 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12384 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12385 cat >conftest.$ac_ext <<_ACEOF
12386 /* confdefs.h. */
12387 _ACEOF
12388 cat confdefs.h >>conftest.$ac_ext
12389 cat >>conftest.$ac_ext <<_ACEOF
12390 /* end confdefs.h. */
12391 $ac_includes_default
12392 #include <$ac_header>
12393 _ACEOF
12394 rm -f conftest.$ac_objext
12395 if { (ac_try="$ac_compile"
12396 case "(($ac_try" in
12397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12398 *) ac_try_echo=$ac_try;;
12399 esac
12400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12401 (eval "$ac_compile") 2>conftest.er1
12402 ac_status=$?
12403 grep -v '^ *+' conftest.er1 >conftest.err
12404 rm -f conftest.er1
12405 cat conftest.err >&5
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); } && {
12408 test -z "$ac_c_werror_flag" ||
12409 test ! -s conftest.err
12410 } && test -s conftest.$ac_objext; then
12411 ac_header_compiler=yes
12412 else
12413 echo "$as_me: failed program was:" >&5
12414 sed 's/^/| /' conftest.$ac_ext >&5
12416 ac_header_compiler=no
12419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12421 echo "${ECHO_T}$ac_header_compiler" >&6; }
12423 # Is the header present?
12424 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12425 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12426 cat >conftest.$ac_ext <<_ACEOF
12427 /* confdefs.h. */
12428 _ACEOF
12429 cat confdefs.h >>conftest.$ac_ext
12430 cat >>conftest.$ac_ext <<_ACEOF
12431 /* end confdefs.h. */
12432 #include <$ac_header>
12433 _ACEOF
12434 if { (ac_try="$ac_cpp conftest.$ac_ext"
12435 case "(($ac_try" in
12436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12437 *) ac_try_echo=$ac_try;;
12438 esac
12439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12441 ac_status=$?
12442 grep -v '^ *+' conftest.er1 >conftest.err
12443 rm -f conftest.er1
12444 cat conftest.err >&5
12445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12446 (exit $ac_status); } >/dev/null && {
12447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12448 test ! -s conftest.err
12449 }; then
12450 ac_header_preproc=yes
12451 else
12452 echo "$as_me: failed program was:" >&5
12453 sed 's/^/| /' conftest.$ac_ext >&5
12455 ac_header_preproc=no
12458 rm -f conftest.err conftest.$ac_ext
12459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12460 echo "${ECHO_T}$ac_header_preproc" >&6; }
12462 # So? What about this header?
12463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12464 yes:no: )
12465 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12466 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12468 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12469 ac_header_preproc=yes
12471 no:yes:* )
12472 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12473 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12474 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12475 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12476 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12477 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12478 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12479 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12481 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12482 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12483 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12484 ( cat <<\_ASBOX
12485 ## ------------------------------------ ##
12486 ## Report this to wine-devel@winehq.org ##
12487 ## ------------------------------------ ##
12488 _ASBOX
12489 ) | sed "s/^/$as_me: WARNING: /" >&2
12491 esac
12492 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12493 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12494 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12495 echo $ECHO_N "(cached) $ECHO_C" >&6
12496 else
12497 eval "$as_ac_Header=\$ac_header_preproc"
12499 ac_res=`eval echo '${'$as_ac_Header'}'`
12500 { echo "$as_me:$LINENO: result: $ac_res" >&5
12501 echo "${ECHO_T}$ac_res" >&6; }
12504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12505 cat >>confdefs.h <<_ACEOF
12506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12507 _ACEOF
12511 done
12513 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12514 then
12515 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12516 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12517 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12518 echo $ECHO_N "(cached) $ECHO_C" >&6
12519 else
12520 ac_check_lib_save_LIBS=$LIBS
12521 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12522 cat >conftest.$ac_ext <<_ACEOF
12523 /* confdefs.h. */
12524 _ACEOF
12525 cat confdefs.h >>conftest.$ac_ext
12526 cat >>conftest.$ac_ext <<_ACEOF
12527 /* end confdefs.h. */
12529 /* Override any GCC internal prototype to avoid an error.
12530 Use char because int might match the return type of a GCC
12531 builtin and then its argument prototype would still apply. */
12532 #ifdef __cplusplus
12533 extern "C"
12534 #endif
12535 char dbus_connection_close ();
12537 main ()
12539 return dbus_connection_close ();
12541 return 0;
12543 _ACEOF
12544 rm -f conftest.$ac_objext conftest$ac_exeext
12545 if { (ac_try="$ac_link"
12546 case "(($ac_try" in
12547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12548 *) ac_try_echo=$ac_try;;
12549 esac
12550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12551 (eval "$ac_link") 2>conftest.er1
12552 ac_status=$?
12553 grep -v '^ *+' conftest.er1 >conftest.err
12554 rm -f conftest.er1
12555 cat conftest.err >&5
12556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557 (exit $ac_status); } && {
12558 test -z "$ac_c_werror_flag" ||
12559 test ! -s conftest.err
12560 } && test -s conftest$ac_exeext &&
12561 $as_test_x conftest$ac_exeext; then
12562 ac_cv_lib_dbus_1_dbus_connection_close=yes
12563 else
12564 echo "$as_me: failed program was:" >&5
12565 sed 's/^/| /' conftest.$ac_ext >&5
12567 ac_cv_lib_dbus_1_dbus_connection_close=no
12570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12571 conftest$ac_exeext conftest.$ac_ext
12572 LIBS=$ac_check_lib_save_LIBS
12574 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12575 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12576 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12577 { echo "$as_me:$LINENO: checking for -lhal" >&5
12578 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12579 if test "${ac_cv_lib_soname_hal+set}" = set; then
12580 echo $ECHO_N "(cached) $ECHO_C" >&6
12581 else
12582 ac_check_soname_save_LIBS=$LIBS
12583 LIBS="-lhal $ac_hal_libs $LIBS"
12584 cat >conftest.$ac_ext <<_ACEOF
12585 /* confdefs.h. */
12586 _ACEOF
12587 cat confdefs.h >>conftest.$ac_ext
12588 cat >>conftest.$ac_ext <<_ACEOF
12589 /* end confdefs.h. */
12591 /* Override any GCC internal prototype to avoid an error.
12592 Use char because int might match the return type of a GCC
12593 builtin and then its argument prototype would still apply. */
12594 #ifdef __cplusplus
12595 extern "C"
12596 #endif
12597 char libhal_ctx_new ();
12599 main ()
12601 return libhal_ctx_new ();
12603 return 0;
12605 _ACEOF
12606 rm -f conftest.$ac_objext conftest$ac_exeext
12607 if { (ac_try="$ac_link"
12608 case "(($ac_try" in
12609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12610 *) ac_try_echo=$ac_try;;
12611 esac
12612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12613 (eval "$ac_link") 2>conftest.er1
12614 ac_status=$?
12615 grep -v '^ *+' conftest.er1 >conftest.err
12616 rm -f conftest.er1
12617 cat conftest.err >&5
12618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12619 (exit $ac_status); } && {
12620 test -z "$ac_c_werror_flag" ||
12621 test ! -s conftest.err
12622 } && test -s conftest$ac_exeext &&
12623 $as_test_x conftest$ac_exeext; then
12624 case "$LIBEXT" in
12625 dll) ;;
12626 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'` ;;
12627 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12628 esac
12629 else
12630 echo "$as_me: failed program was:" >&5
12631 sed 's/^/| /' conftest.$ac_ext >&5
12636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12637 conftest$ac_exeext conftest.$ac_ext
12638 LIBS=$ac_check_soname_save_LIBS
12640 if test "x$ac_cv_lib_soname_hal" = "x"; then
12641 { echo "$as_me:$LINENO: result: not found" >&5
12642 echo "${ECHO_T}not found" >&6; }
12644 else
12645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12646 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12648 cat >>confdefs.h <<_ACEOF
12649 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12650 _ACEOF
12652 HALINCL="$ac_hal_cflags"
12658 CPPFLAGS="$ac_save_CPPFLAGS"
12660 if test "x$ac_cv_lib_soname_hal" = "x"; then
12661 case "x$with_hal" in
12662 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
12663 xno) ;;
12664 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12665 This is an error since --with-hal was requested." >&5
12666 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12667 This is an error since --with-hal was requested." >&2;}
12668 { (exit 1); exit 1; }; } ;;
12669 esac
12673 if test "x$with_gnutls" != "xno"
12674 then
12675 ac_save_CPPFLAGS="$CPPFLAGS"
12676 if test "$PKG_CONFIG" != "false"
12677 then
12678 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12679 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12680 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12682 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12683 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12684 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12685 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12686 echo $ECHO_N "(cached) $ECHO_C" >&6
12688 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12689 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12690 else
12691 # Is the header compilable?
12692 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12693 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12694 cat >conftest.$ac_ext <<_ACEOF
12695 /* confdefs.h. */
12696 _ACEOF
12697 cat confdefs.h >>conftest.$ac_ext
12698 cat >>conftest.$ac_ext <<_ACEOF
12699 /* end confdefs.h. */
12700 $ac_includes_default
12701 #include <gnutls/gnutls.h>
12702 _ACEOF
12703 rm -f conftest.$ac_objext
12704 if { (ac_try="$ac_compile"
12705 case "(($ac_try" in
12706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12707 *) ac_try_echo=$ac_try;;
12708 esac
12709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12710 (eval "$ac_compile") 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } && {
12717 test -z "$ac_c_werror_flag" ||
12718 test ! -s conftest.err
12719 } && test -s conftest.$ac_objext; then
12720 ac_header_compiler=yes
12721 else
12722 echo "$as_me: failed program was:" >&5
12723 sed 's/^/| /' conftest.$ac_ext >&5
12725 ac_header_compiler=no
12728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12729 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12730 echo "${ECHO_T}$ac_header_compiler" >&6; }
12732 # Is the header present?
12733 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12734 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12735 cat >conftest.$ac_ext <<_ACEOF
12736 /* confdefs.h. */
12737 _ACEOF
12738 cat confdefs.h >>conftest.$ac_ext
12739 cat >>conftest.$ac_ext <<_ACEOF
12740 /* end confdefs.h. */
12741 #include <gnutls/gnutls.h>
12742 _ACEOF
12743 if { (ac_try="$ac_cpp conftest.$ac_ext"
12744 case "(($ac_try" in
12745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12746 *) ac_try_echo=$ac_try;;
12747 esac
12748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12749 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12750 ac_status=$?
12751 grep -v '^ *+' conftest.er1 >conftest.err
12752 rm -f conftest.er1
12753 cat conftest.err >&5
12754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12755 (exit $ac_status); } >/dev/null && {
12756 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12757 test ! -s conftest.err
12758 }; then
12759 ac_header_preproc=yes
12760 else
12761 echo "$as_me: failed program was:" >&5
12762 sed 's/^/| /' conftest.$ac_ext >&5
12764 ac_header_preproc=no
12767 rm -f conftest.err conftest.$ac_ext
12768 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12769 echo "${ECHO_T}$ac_header_preproc" >&6; }
12771 # So? What about this header?
12772 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12773 yes:no: )
12774 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12775 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12776 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12777 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12778 ac_header_preproc=yes
12780 no:yes:* )
12781 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12782 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12783 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12784 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12785 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12786 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12787 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12788 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12789 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12790 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12791 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12792 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12793 ( cat <<\_ASBOX
12794 ## ------------------------------------ ##
12795 ## Report this to wine-devel@winehq.org ##
12796 ## ------------------------------------ ##
12797 _ASBOX
12798 ) | sed "s/^/$as_me: WARNING: /" >&2
12800 esac
12801 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12802 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12803 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12804 echo $ECHO_N "(cached) $ECHO_C" >&6
12805 else
12806 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12808 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12809 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12812 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12813 cat >conftest.$ac_ext <<_ACEOF
12814 /* confdefs.h. */
12815 _ACEOF
12816 cat confdefs.h >>conftest.$ac_ext
12817 cat >>conftest.$ac_ext <<_ACEOF
12818 /* end confdefs.h. */
12819 #include <gnutls/gnutls.h>
12821 main ()
12823 typeof(gnutls_mac_get_key_size) *pfunc;
12825 return 0;
12827 _ACEOF
12828 rm -f conftest.$ac_objext
12829 if { (ac_try="$ac_compile"
12830 case "(($ac_try" in
12831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12832 *) ac_try_echo=$ac_try;;
12833 esac
12834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12835 (eval "$ac_compile") 2>conftest.er1
12836 ac_status=$?
12837 grep -v '^ *+' conftest.er1 >conftest.err
12838 rm -f conftest.er1
12839 cat conftest.err >&5
12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841 (exit $ac_status); } && {
12842 test -z "$ac_c_werror_flag" ||
12843 test ! -s conftest.err
12844 } && test -s conftest.$ac_objext; then
12845 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12846 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12847 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12848 echo $ECHO_N "(cached) $ECHO_C" >&6
12849 else
12850 ac_check_soname_save_LIBS=$LIBS
12851 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12852 cat >conftest.$ac_ext <<_ACEOF
12853 /* confdefs.h. */
12854 _ACEOF
12855 cat confdefs.h >>conftest.$ac_ext
12856 cat >>conftest.$ac_ext <<_ACEOF
12857 /* end confdefs.h. */
12859 /* Override any GCC internal prototype to avoid an error.
12860 Use char because int might match the return type of a GCC
12861 builtin and then its argument prototype would still apply. */
12862 #ifdef __cplusplus
12863 extern "C"
12864 #endif
12865 char gnutls_global_init ();
12867 main ()
12869 return gnutls_global_init ();
12871 return 0;
12873 _ACEOF
12874 rm -f conftest.$ac_objext conftest$ac_exeext
12875 if { (ac_try="$ac_link"
12876 case "(($ac_try" in
12877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12878 *) ac_try_echo=$ac_try;;
12879 esac
12880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12881 (eval "$ac_link") 2>conftest.er1
12882 ac_status=$?
12883 grep -v '^ *+' conftest.er1 >conftest.err
12884 rm -f conftest.er1
12885 cat conftest.err >&5
12886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12887 (exit $ac_status); } && {
12888 test -z "$ac_c_werror_flag" ||
12889 test ! -s conftest.err
12890 } && test -s conftest$ac_exeext &&
12891 $as_test_x conftest$ac_exeext; then
12892 case "$LIBEXT" in
12893 dll) ;;
12894 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'` ;;
12895 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12896 esac
12897 else
12898 echo "$as_me: failed program was:" >&5
12899 sed 's/^/| /' conftest.$ac_ext >&5
12904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12905 conftest$ac_exeext conftest.$ac_ext
12906 LIBS=$ac_check_soname_save_LIBS
12908 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12909 { echo "$as_me:$LINENO: result: not found" >&5
12910 echo "${ECHO_T}not found" >&6; }
12912 else
12913 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12914 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12916 cat >>confdefs.h <<_ACEOF
12917 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12918 _ACEOF
12920 GNUTLSINCL="$ac_gnutls_cflags"
12924 else
12925 echo "$as_me: failed program was:" >&5
12926 sed 's/^/| /' conftest.$ac_ext >&5
12931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12935 CPPFLAGS="$ac_save_CPPFLAGS"
12937 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12938 case "x$with_gnutls" in
12939 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12940 xno) ;;
12941 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12942 This is an error since --with-gnutls was requested." >&5
12943 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12944 This is an error since --with-gnutls was requested." >&2;}
12945 { (exit 1); exit 1; }; } ;;
12946 esac
12950 CURSESLIBS=""
12951 if test "$ac_cv_header_ncurses_h" = "yes"
12952 then
12953 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12954 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12955 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12956 echo $ECHO_N "(cached) $ECHO_C" >&6
12957 else
12958 ac_check_soname_save_LIBS=$LIBS
12959 LIBS="-lncurses $LIBS"
12960 cat >conftest.$ac_ext <<_ACEOF
12961 /* confdefs.h. */
12962 _ACEOF
12963 cat confdefs.h >>conftest.$ac_ext
12964 cat >>conftest.$ac_ext <<_ACEOF
12965 /* end confdefs.h. */
12967 /* Override any GCC internal prototype to avoid an error.
12968 Use char because int might match the return type of a GCC
12969 builtin and then its argument prototype would still apply. */
12970 #ifdef __cplusplus
12971 extern "C"
12972 #endif
12973 char waddch ();
12975 main ()
12977 return waddch ();
12979 return 0;
12981 _ACEOF
12982 rm -f conftest.$ac_objext conftest$ac_exeext
12983 if { (ac_try="$ac_link"
12984 case "(($ac_try" in
12985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12986 *) ac_try_echo=$ac_try;;
12987 esac
12988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12989 (eval "$ac_link") 2>conftest.er1
12990 ac_status=$?
12991 grep -v '^ *+' conftest.er1 >conftest.err
12992 rm -f conftest.er1
12993 cat conftest.err >&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } && {
12996 test -z "$ac_c_werror_flag" ||
12997 test ! -s conftest.err
12998 } && test -s conftest$ac_exeext &&
12999 $as_test_x conftest$ac_exeext; then
13000 case "$LIBEXT" in
13001 dll) ;;
13002 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'` ;;
13003 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13004 esac
13005 else
13006 echo "$as_me: failed program was:" >&5
13007 sed 's/^/| /' conftest.$ac_ext >&5
13012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13013 conftest$ac_exeext conftest.$ac_ext
13014 LIBS=$ac_check_soname_save_LIBS
13016 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13017 { echo "$as_me:$LINENO: result: not found" >&5
13018 echo "${ECHO_T}not found" >&6; }
13020 else
13021 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13022 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13024 cat >>confdefs.h <<_ACEOF
13025 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13026 _ACEOF
13028 CURSESLIBS="-lncurses"
13031 elif test "$ac_cv_header_curses_h" = "yes"
13032 then
13033 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13034 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13035 if test "${ac_cv_lib_soname_curses+set}" = set; then
13036 echo $ECHO_N "(cached) $ECHO_C" >&6
13037 else
13038 ac_check_soname_save_LIBS=$LIBS
13039 LIBS="-lcurses $LIBS"
13040 cat >conftest.$ac_ext <<_ACEOF
13041 /* confdefs.h. */
13042 _ACEOF
13043 cat confdefs.h >>conftest.$ac_ext
13044 cat >>conftest.$ac_ext <<_ACEOF
13045 /* end confdefs.h. */
13047 /* Override any GCC internal prototype to avoid an error.
13048 Use char because int might match the return type of a GCC
13049 builtin and then its argument prototype would still apply. */
13050 #ifdef __cplusplus
13051 extern "C"
13052 #endif
13053 char waddch ();
13055 main ()
13057 return waddch ();
13059 return 0;
13061 _ACEOF
13062 rm -f conftest.$ac_objext conftest$ac_exeext
13063 if { (ac_try="$ac_link"
13064 case "(($ac_try" in
13065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066 *) ac_try_echo=$ac_try;;
13067 esac
13068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13069 (eval "$ac_link") 2>conftest.er1
13070 ac_status=$?
13071 grep -v '^ *+' conftest.er1 >conftest.err
13072 rm -f conftest.er1
13073 cat conftest.err >&5
13074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075 (exit $ac_status); } && {
13076 test -z "$ac_c_werror_flag" ||
13077 test ! -s conftest.err
13078 } && test -s conftest$ac_exeext &&
13079 $as_test_x conftest$ac_exeext; then
13080 case "$LIBEXT" in
13081 dll) ;;
13082 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'` ;;
13083 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13084 esac
13085 else
13086 echo "$as_me: failed program was:" >&5
13087 sed 's/^/| /' conftest.$ac_ext >&5
13092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13093 conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_check_soname_save_LIBS
13096 if test "x$ac_cv_lib_soname_curses" = "x"; then
13097 { echo "$as_me:$LINENO: result: not found" >&5
13098 echo "${ECHO_T}not found" >&6; }
13100 else
13101 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13102 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13104 cat >>confdefs.h <<_ACEOF
13105 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13106 _ACEOF
13108 CURSESLIBS="-lcurses"
13112 ac_save_LIBS="$LIBS"
13113 LIBS="$LIBS $CURSESLIBS"
13115 for ac_func in mousemask
13117 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13118 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13119 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13120 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13121 echo $ECHO_N "(cached) $ECHO_C" >&6
13122 else
13123 cat >conftest.$ac_ext <<_ACEOF
13124 /* confdefs.h. */
13125 _ACEOF
13126 cat confdefs.h >>conftest.$ac_ext
13127 cat >>conftest.$ac_ext <<_ACEOF
13128 /* end confdefs.h. */
13129 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13130 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13131 #define $ac_func innocuous_$ac_func
13133 /* System header to define __stub macros and hopefully few prototypes,
13134 which can conflict with char $ac_func (); below.
13135 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13136 <limits.h> exists even on freestanding compilers. */
13138 #ifdef __STDC__
13139 # include <limits.h>
13140 #else
13141 # include <assert.h>
13142 #endif
13144 #undef $ac_func
13146 /* Override any GCC internal prototype to avoid an error.
13147 Use char because int might match the return type of a GCC
13148 builtin and then its argument prototype would still apply. */
13149 #ifdef __cplusplus
13150 extern "C"
13151 #endif
13152 char $ac_func ();
13153 /* The GNU C library defines this for functions which it implements
13154 to always fail with ENOSYS. Some functions are actually named
13155 something starting with __ and the normal name is an alias. */
13156 #if defined __stub_$ac_func || defined __stub___$ac_func
13157 choke me
13158 #endif
13161 main ()
13163 return $ac_func ();
13165 return 0;
13167 _ACEOF
13168 rm -f conftest.$ac_objext conftest$ac_exeext
13169 if { (ac_try="$ac_link"
13170 case "(($ac_try" in
13171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13172 *) ac_try_echo=$ac_try;;
13173 esac
13174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13175 (eval "$ac_link") 2>conftest.er1
13176 ac_status=$?
13177 grep -v '^ *+' conftest.er1 >conftest.err
13178 rm -f conftest.er1
13179 cat conftest.err >&5
13180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13181 (exit $ac_status); } && {
13182 test -z "$ac_c_werror_flag" ||
13183 test ! -s conftest.err
13184 } && test -s conftest$ac_exeext &&
13185 $as_test_x conftest$ac_exeext; then
13186 eval "$as_ac_var=yes"
13187 else
13188 echo "$as_me: failed program was:" >&5
13189 sed 's/^/| /' conftest.$ac_ext >&5
13191 eval "$as_ac_var=no"
13194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13195 conftest$ac_exeext conftest.$ac_ext
13197 ac_res=`eval echo '${'$as_ac_var'}'`
13198 { echo "$as_me:$LINENO: result: $ac_res" >&5
13199 echo "${ECHO_T}$ac_res" >&6; }
13200 if test `eval echo '${'$as_ac_var'}'` = yes; then
13201 cat >>confdefs.h <<_ACEOF
13202 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13203 _ACEOF
13206 done
13208 LIBS="$ac_save_LIBS"
13209 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13210 case "x$with_curses" in
13211 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13212 xno) ;;
13213 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13214 This is an error since --with-curses was requested." >&5
13215 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13216 This is an error since --with-curses was requested." >&2;}
13217 { (exit 1); exit 1; }; } ;;
13218 esac
13222 if test "x$with_sane" != "xno"
13223 then
13224 ac_save_CPPFLAGS="$CPPFLAGS"
13225 # Extract the first word of "sane-config", so it can be a program name with args.
13226 set dummy sane-config; ac_word=$2
13227 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13228 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13229 if test "${ac_cv_prog_sane_devel+set}" = set; then
13230 echo $ECHO_N "(cached) $ECHO_C" >&6
13231 else
13232 if test -n "$sane_devel"; then
13233 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13234 else
13235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13236 for as_dir in $PATH
13238 IFS=$as_save_IFS
13239 test -z "$as_dir" && as_dir=.
13240 for ac_exec_ext in '' $ac_executable_extensions; do
13241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13242 ac_cv_prog_sane_devel="sane-config"
13243 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13244 break 2
13246 done
13247 done
13248 IFS=$as_save_IFS
13250 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13253 sane_devel=$ac_cv_prog_sane_devel
13254 if test -n "$sane_devel"; then
13255 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13256 echo "${ECHO_T}$sane_devel" >&6; }
13257 else
13258 { echo "$as_me:$LINENO: result: no" >&5
13259 echo "${ECHO_T}no" >&6; }
13263 if test "$sane_devel" != "no"
13264 then
13265 ac_sane_incl="`$sane_devel --cflags`"
13266 ac_sane_libs="`$sane_devel --ldflags`"
13267 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13269 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13270 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13271 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13272 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13273 echo $ECHO_N "(cached) $ECHO_C" >&6
13275 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13276 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13277 else
13278 # Is the header compilable?
13279 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13280 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13281 cat >conftest.$ac_ext <<_ACEOF
13282 /* confdefs.h. */
13283 _ACEOF
13284 cat confdefs.h >>conftest.$ac_ext
13285 cat >>conftest.$ac_ext <<_ACEOF
13286 /* end confdefs.h. */
13287 $ac_includes_default
13288 #include <sane/sane.h>
13289 _ACEOF
13290 rm -f conftest.$ac_objext
13291 if { (ac_try="$ac_compile"
13292 case "(($ac_try" in
13293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13294 *) ac_try_echo=$ac_try;;
13295 esac
13296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13297 (eval "$ac_compile") 2>conftest.er1
13298 ac_status=$?
13299 grep -v '^ *+' conftest.er1 >conftest.err
13300 rm -f conftest.er1
13301 cat conftest.err >&5
13302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13303 (exit $ac_status); } && {
13304 test -z "$ac_c_werror_flag" ||
13305 test ! -s conftest.err
13306 } && test -s conftest.$ac_objext; then
13307 ac_header_compiler=yes
13308 else
13309 echo "$as_me: failed program was:" >&5
13310 sed 's/^/| /' conftest.$ac_ext >&5
13312 ac_header_compiler=no
13315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13316 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13317 echo "${ECHO_T}$ac_header_compiler" >&6; }
13319 # Is the header present?
13320 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13321 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13322 cat >conftest.$ac_ext <<_ACEOF
13323 /* confdefs.h. */
13324 _ACEOF
13325 cat confdefs.h >>conftest.$ac_ext
13326 cat >>conftest.$ac_ext <<_ACEOF
13327 /* end confdefs.h. */
13328 #include <sane/sane.h>
13329 _ACEOF
13330 if { (ac_try="$ac_cpp conftest.$ac_ext"
13331 case "(($ac_try" in
13332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13333 *) ac_try_echo=$ac_try;;
13334 esac
13335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13336 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13337 ac_status=$?
13338 grep -v '^ *+' conftest.er1 >conftest.err
13339 rm -f conftest.er1
13340 cat conftest.err >&5
13341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13342 (exit $ac_status); } >/dev/null && {
13343 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13344 test ! -s conftest.err
13345 }; then
13346 ac_header_preproc=yes
13347 else
13348 echo "$as_me: failed program was:" >&5
13349 sed 's/^/| /' conftest.$ac_ext >&5
13351 ac_header_preproc=no
13354 rm -f conftest.err conftest.$ac_ext
13355 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13356 echo "${ECHO_T}$ac_header_preproc" >&6; }
13358 # So? What about this header?
13359 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13360 yes:no: )
13361 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13362 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13363 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13364 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13365 ac_header_preproc=yes
13367 no:yes:* )
13368 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13369 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13370 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13371 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13372 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13373 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13374 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13375 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13376 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13377 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13378 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13379 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13380 ( cat <<\_ASBOX
13381 ## ------------------------------------ ##
13382 ## Report this to wine-devel@winehq.org ##
13383 ## ------------------------------------ ##
13384 _ASBOX
13385 ) | sed "s/^/$as_me: WARNING: /" >&2
13387 esac
13388 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13389 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13390 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13391 echo $ECHO_N "(cached) $ECHO_C" >&6
13392 else
13393 ac_cv_header_sane_sane_h=$ac_header_preproc
13395 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13396 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13399 if test $ac_cv_header_sane_sane_h = yes; then
13400 { echo "$as_me:$LINENO: checking for -lsane" >&5
13401 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13402 if test "${ac_cv_lib_soname_sane+set}" = set; then
13403 echo $ECHO_N "(cached) $ECHO_C" >&6
13404 else
13405 ac_check_soname_save_LIBS=$LIBS
13406 LIBS="-lsane $ac_sane_libs $LIBS"
13407 cat >conftest.$ac_ext <<_ACEOF
13408 /* confdefs.h. */
13409 _ACEOF
13410 cat confdefs.h >>conftest.$ac_ext
13411 cat >>conftest.$ac_ext <<_ACEOF
13412 /* end confdefs.h. */
13414 /* Override any GCC internal prototype to avoid an error.
13415 Use char because int might match the return type of a GCC
13416 builtin and then its argument prototype would still apply. */
13417 #ifdef __cplusplus
13418 extern "C"
13419 #endif
13420 char sane_init ();
13422 main ()
13424 return sane_init ();
13426 return 0;
13428 _ACEOF
13429 rm -f conftest.$ac_objext conftest$ac_exeext
13430 if { (ac_try="$ac_link"
13431 case "(($ac_try" in
13432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13433 *) ac_try_echo=$ac_try;;
13434 esac
13435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13436 (eval "$ac_link") 2>conftest.er1
13437 ac_status=$?
13438 grep -v '^ *+' conftest.er1 >conftest.err
13439 rm -f conftest.er1
13440 cat conftest.err >&5
13441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442 (exit $ac_status); } && {
13443 test -z "$ac_c_werror_flag" ||
13444 test ! -s conftest.err
13445 } && test -s conftest$ac_exeext &&
13446 $as_test_x conftest$ac_exeext; then
13447 case "$LIBEXT" in
13448 dll) ;;
13449 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'` ;;
13450 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13451 esac
13452 else
13453 echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13460 conftest$ac_exeext conftest.$ac_ext
13461 LIBS=$ac_check_soname_save_LIBS
13463 if test "x$ac_cv_lib_soname_sane" = "x"; then
13464 { echo "$as_me:$LINENO: result: not found" >&5
13465 echo "${ECHO_T}not found" >&6; }
13467 else
13468 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13469 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13471 cat >>confdefs.h <<_ACEOF
13472 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13473 _ACEOF
13475 SANEINCL="$ac_sane_incl"
13482 CPPFLAGS="$ac_save_CPPFLAGS"
13484 if test "x$ac_cv_lib_soname_sane" = "x"; then
13485 case "x$with_sane" in
13486 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13487 xno) ;;
13488 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13489 This is an error since --with-sane was requested." >&5
13490 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13491 This is an error since --with-sane was requested." >&2;}
13492 { (exit 1); exit 1; }; } ;;
13493 esac
13497 if test "x$with_gphoto" != "xno"
13498 then
13499 ac_save_CPPFLAGS="$CPPFLAGS"
13500 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13501 set dummy gphoto2-config; ac_word=$2
13502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13504 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13505 echo $ECHO_N "(cached) $ECHO_C" >&6
13506 else
13507 if test -n "$gphoto2_devel"; then
13508 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13509 else
13510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13511 for as_dir in $PATH
13513 IFS=$as_save_IFS
13514 test -z "$as_dir" && as_dir=.
13515 for ac_exec_ext in '' $ac_executable_extensions; do
13516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13517 ac_cv_prog_gphoto2_devel="gphoto2-config"
13518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13519 break 2
13521 done
13522 done
13523 IFS=$as_save_IFS
13525 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13528 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13529 if test -n "$gphoto2_devel"; then
13530 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13531 echo "${ECHO_T}$gphoto2_devel" >&6; }
13532 else
13533 { echo "$as_me:$LINENO: result: no" >&5
13534 echo "${ECHO_T}no" >&6; }
13538 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13539 set dummy gphoto2-port-config; ac_word=$2
13540 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13541 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13542 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13543 echo $ECHO_N "(cached) $ECHO_C" >&6
13544 else
13545 if test -n "$gphoto2port_devel"; then
13546 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13547 else
13548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13549 for as_dir in $PATH
13551 IFS=$as_save_IFS
13552 test -z "$as_dir" && as_dir=.
13553 for ac_exec_ext in '' $ac_executable_extensions; do
13554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13555 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13556 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13557 break 2
13559 done
13560 done
13561 IFS=$as_save_IFS
13563 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13566 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13567 if test -n "$gphoto2port_devel"; then
13568 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13569 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13570 else
13571 { echo "$as_me:$LINENO: result: no" >&5
13572 echo "${ECHO_T}no" >&6; }
13576 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13577 then
13578 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13579 ac_gphoto2_libs=""
13580 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13582 case "$i" in
13583 -L/usr/lib|-L/usr/lib64) ;;
13584 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13585 esac
13586 done
13587 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13589 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13590 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13591 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13592 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13593 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13594 echo $ECHO_N "(cached) $ECHO_C" >&6
13596 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13597 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13598 else
13599 # Is the header compilable?
13600 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13601 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13602 cat >conftest.$ac_ext <<_ACEOF
13603 /* confdefs.h. */
13604 _ACEOF
13605 cat confdefs.h >>conftest.$ac_ext
13606 cat >>conftest.$ac_ext <<_ACEOF
13607 /* end confdefs.h. */
13608 $ac_includes_default
13609 #include <gphoto2-camera.h>
13610 _ACEOF
13611 rm -f conftest.$ac_objext
13612 if { (ac_try="$ac_compile"
13613 case "(($ac_try" in
13614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13615 *) ac_try_echo=$ac_try;;
13616 esac
13617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13618 (eval "$ac_compile") 2>conftest.er1
13619 ac_status=$?
13620 grep -v '^ *+' conftest.er1 >conftest.err
13621 rm -f conftest.er1
13622 cat conftest.err >&5
13623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13624 (exit $ac_status); } && {
13625 test -z "$ac_c_werror_flag" ||
13626 test ! -s conftest.err
13627 } && test -s conftest.$ac_objext; then
13628 ac_header_compiler=yes
13629 else
13630 echo "$as_me: failed program was:" >&5
13631 sed 's/^/| /' conftest.$ac_ext >&5
13633 ac_header_compiler=no
13636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13637 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13638 echo "${ECHO_T}$ac_header_compiler" >&6; }
13640 # Is the header present?
13641 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13642 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13643 cat >conftest.$ac_ext <<_ACEOF
13644 /* confdefs.h. */
13645 _ACEOF
13646 cat confdefs.h >>conftest.$ac_ext
13647 cat >>conftest.$ac_ext <<_ACEOF
13648 /* end confdefs.h. */
13649 #include <gphoto2-camera.h>
13650 _ACEOF
13651 if { (ac_try="$ac_cpp conftest.$ac_ext"
13652 case "(($ac_try" in
13653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13654 *) ac_try_echo=$ac_try;;
13655 esac
13656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13658 ac_status=$?
13659 grep -v '^ *+' conftest.er1 >conftest.err
13660 rm -f conftest.er1
13661 cat conftest.err >&5
13662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13663 (exit $ac_status); } >/dev/null && {
13664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13665 test ! -s conftest.err
13666 }; then
13667 ac_header_preproc=yes
13668 else
13669 echo "$as_me: failed program was:" >&5
13670 sed 's/^/| /' conftest.$ac_ext >&5
13672 ac_header_preproc=no
13675 rm -f conftest.err conftest.$ac_ext
13676 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13677 echo "${ECHO_T}$ac_header_preproc" >&6; }
13679 # So? What about this header?
13680 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13681 yes:no: )
13682 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13683 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13684 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13685 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13686 ac_header_preproc=yes
13688 no:yes:* )
13689 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13690 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13691 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13692 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13693 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13694 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13695 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13696 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13697 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13698 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13699 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13700 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13701 ( cat <<\_ASBOX
13702 ## ------------------------------------ ##
13703 ## Report this to wine-devel@winehq.org ##
13704 ## ------------------------------------ ##
13705 _ASBOX
13706 ) | sed "s/^/$as_me: WARNING: /" >&2
13708 esac
13709 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13710 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13711 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13712 echo $ECHO_N "(cached) $ECHO_C" >&6
13713 else
13714 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13716 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13717 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13720 if test $ac_cv_header_gphoto2_camera_h = yes; then
13721 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13722 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13723 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13724 echo $ECHO_N "(cached) $ECHO_C" >&6
13725 else
13726 ac_check_lib_save_LIBS=$LIBS
13727 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13728 cat >conftest.$ac_ext <<_ACEOF
13729 /* confdefs.h. */
13730 _ACEOF
13731 cat confdefs.h >>conftest.$ac_ext
13732 cat >>conftest.$ac_ext <<_ACEOF
13733 /* end confdefs.h. */
13735 /* Override any GCC internal prototype to avoid an error.
13736 Use char because int might match the return type of a GCC
13737 builtin and then its argument prototype would still apply. */
13738 #ifdef __cplusplus
13739 extern "C"
13740 #endif
13741 char gp_camera_new ();
13743 main ()
13745 return gp_camera_new ();
13747 return 0;
13749 _ACEOF
13750 rm -f conftest.$ac_objext conftest$ac_exeext
13751 if { (ac_try="$ac_link"
13752 case "(($ac_try" in
13753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13754 *) ac_try_echo=$ac_try;;
13755 esac
13756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13757 (eval "$ac_link") 2>conftest.er1
13758 ac_status=$?
13759 grep -v '^ *+' conftest.er1 >conftest.err
13760 rm -f conftest.er1
13761 cat conftest.err >&5
13762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13763 (exit $ac_status); } && {
13764 test -z "$ac_c_werror_flag" ||
13765 test ! -s conftest.err
13766 } && test -s conftest$ac_exeext &&
13767 $as_test_x conftest$ac_exeext; then
13768 ac_cv_lib_gphoto2_gp_camera_new=yes
13769 else
13770 echo "$as_me: failed program was:" >&5
13771 sed 's/^/| /' conftest.$ac_ext >&5
13773 ac_cv_lib_gphoto2_gp_camera_new=no
13776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13777 conftest$ac_exeext conftest.$ac_ext
13778 LIBS=$ac_check_lib_save_LIBS
13780 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13781 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13782 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13784 cat >>confdefs.h <<\_ACEOF
13785 #define HAVE_GPHOTO2 1
13786 _ACEOF
13788 GPHOTO2LIBS="$ac_gphoto2_libs"
13790 GPHOTO2INCL="$ac_gphoto2_incl"
13797 CPPFLAGS="$ac_save_CPPFLAGS"
13799 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13800 case "x$with_gphoto" in
13801 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13802 xno) ;;
13803 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13804 This is an error since --with-gphoto was requested." >&5
13805 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13806 This is an error since --with-gphoto was requested." >&2;}
13807 { (exit 1); exit 1; }; } ;;
13808 esac
13813 RESOLVLIBS=""
13815 if test "$ac_cv_header_resolv_h" = "yes"
13816 then
13817 ac_save_LIBS="$LIBS"
13818 LIBS="$LIBS -lresolv"
13819 cat >conftest.$ac_ext <<_ACEOF
13820 /* confdefs.h. */
13821 _ACEOF
13822 cat confdefs.h >>conftest.$ac_ext
13823 cat >>conftest.$ac_ext <<_ACEOF
13824 /* end confdefs.h. */
13825 #ifdef HAVE_NETINET_IN_H
13826 #include <netinet/in.h>
13827 #endif
13828 #include <resolv.h>
13830 main ()
13832 res_init();
13834 return 0;
13836 _ACEOF
13837 rm -f conftest.$ac_objext conftest$ac_exeext
13838 if { (ac_try="$ac_link"
13839 case "(($ac_try" in
13840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13841 *) ac_try_echo=$ac_try;;
13842 esac
13843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13844 (eval "$ac_link") 2>conftest.er1
13845 ac_status=$?
13846 grep -v '^ *+' conftest.er1 >conftest.err
13847 rm -f conftest.er1
13848 cat conftest.err >&5
13849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); } && {
13851 test -z "$ac_c_werror_flag" ||
13852 test ! -s conftest.err
13853 } && test -s conftest$ac_exeext &&
13854 $as_test_x conftest$ac_exeext; then
13856 cat >>confdefs.h <<\_ACEOF
13857 #define HAVE_RESOLV 1
13858 _ACEOF
13860 RESOLVLIBS="-lresolv"
13861 else
13862 echo "$as_me: failed program was:" >&5
13863 sed 's/^/| /' conftest.$ac_ext >&5
13868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13869 conftest$ac_exeext conftest.$ac_ext
13870 LIBS="$ac_save_LIBS"
13873 LCMSLIBS=""
13875 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13876 then
13877 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13878 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13879 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13880 echo $ECHO_N "(cached) $ECHO_C" >&6
13881 else
13882 ac_check_lib_save_LIBS=$LIBS
13883 LIBS="-llcms $LIBS"
13884 cat >conftest.$ac_ext <<_ACEOF
13885 /* confdefs.h. */
13886 _ACEOF
13887 cat confdefs.h >>conftest.$ac_ext
13888 cat >>conftest.$ac_ext <<_ACEOF
13889 /* end confdefs.h. */
13891 /* Override any GCC internal prototype to avoid an error.
13892 Use char because int might match the return type of a GCC
13893 builtin and then its argument prototype would still apply. */
13894 #ifdef __cplusplus
13895 extern "C"
13896 #endif
13897 char cmsOpenProfileFromFile ();
13899 main ()
13901 return cmsOpenProfileFromFile ();
13903 return 0;
13905 _ACEOF
13906 rm -f conftest.$ac_objext conftest$ac_exeext
13907 if { (ac_try="$ac_link"
13908 case "(($ac_try" in
13909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13910 *) ac_try_echo=$ac_try;;
13911 esac
13912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13913 (eval "$ac_link") 2>conftest.er1
13914 ac_status=$?
13915 grep -v '^ *+' conftest.er1 >conftest.err
13916 rm -f conftest.er1
13917 cat conftest.err >&5
13918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919 (exit $ac_status); } && {
13920 test -z "$ac_c_werror_flag" ||
13921 test ! -s conftest.err
13922 } && test -s conftest$ac_exeext &&
13923 $as_test_x conftest$ac_exeext; then
13924 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13925 else
13926 echo "$as_me: failed program was:" >&5
13927 sed 's/^/| /' conftest.$ac_ext >&5
13929 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13933 conftest$ac_exeext conftest.$ac_ext
13934 LIBS=$ac_check_lib_save_LIBS
13936 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13937 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13938 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13940 cat >>confdefs.h <<\_ACEOF
13941 #define HAVE_LCMS 1
13942 _ACEOF
13944 LCMSLIBS="-llcms"
13948 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13949 case "x$with_cms" in
13950 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13951 xno) ;;
13952 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13953 This is an error since --with-cms was requested." >&5
13954 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13955 This is an error since --with-cms was requested." >&2;}
13956 { (exit 1); exit 1; }; } ;;
13957 esac
13961 if test "x$with_freetype" != "xno"
13962 then
13963 for ac_prog in freetype-config freetype2-config
13965 # Extract the first word of "$ac_prog", so it can be a program name with args.
13966 set dummy $ac_prog; ac_word=$2
13967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13969 if test "${ac_cv_prog_ft_devel+set}" = set; then
13970 echo $ECHO_N "(cached) $ECHO_C" >&6
13971 else
13972 if test -n "$ft_devel"; then
13973 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13974 else
13975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13976 for as_dir in $PATH
13978 IFS=$as_save_IFS
13979 test -z "$as_dir" && as_dir=.
13980 for ac_exec_ext in '' $ac_executable_extensions; do
13981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13982 ac_cv_prog_ft_devel="$ac_prog"
13983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13984 break 2
13986 done
13987 done
13988 IFS=$as_save_IFS
13992 ft_devel=$ac_cv_prog_ft_devel
13993 if test -n "$ft_devel"; then
13994 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13995 echo "${ECHO_T}$ft_devel" >&6; }
13996 else
13997 { echo "$as_me:$LINENO: result: no" >&5
13998 echo "${ECHO_T}no" >&6; }
14002 test -n "$ft_devel" && break
14003 done
14004 test -n "$ft_devel" || ft_devel="no"
14006 if test "$ft_devel" != "no"
14007 then
14008 ac_freetype_incl=`$ft_devel --cflags`
14009 ac_freetype_libs=`$ft_devel --libs`
14011 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14012 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14013 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14014 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14015 echo $ECHO_N "(cached) $ECHO_C" >&6
14016 else
14017 ac_check_soname_save_LIBS=$LIBS
14018 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14019 cat >conftest.$ac_ext <<_ACEOF
14020 /* confdefs.h. */
14021 _ACEOF
14022 cat confdefs.h >>conftest.$ac_ext
14023 cat >>conftest.$ac_ext <<_ACEOF
14024 /* end confdefs.h. */
14026 /* Override any GCC internal prototype to avoid an error.
14027 Use char because int might match the return type of a GCC
14028 builtin and then its argument prototype would still apply. */
14029 #ifdef __cplusplus
14030 extern "C"
14031 #endif
14032 char FT_Init_FreeType ();
14034 main ()
14036 return FT_Init_FreeType ();
14038 return 0;
14040 _ACEOF
14041 rm -f conftest.$ac_objext conftest$ac_exeext
14042 if { (ac_try="$ac_link"
14043 case "(($ac_try" in
14044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14045 *) ac_try_echo=$ac_try;;
14046 esac
14047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14048 (eval "$ac_link") 2>conftest.er1
14049 ac_status=$?
14050 grep -v '^ *+' conftest.er1 >conftest.err
14051 rm -f conftest.er1
14052 cat conftest.err >&5
14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); } && {
14055 test -z "$ac_c_werror_flag" ||
14056 test ! -s conftest.err
14057 } && test -s conftest$ac_exeext &&
14058 $as_test_x conftest$ac_exeext; then
14059 case "$LIBEXT" in
14060 dll) ;;
14061 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'` ;;
14062 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14063 esac
14064 else
14065 echo "$as_me: failed program was:" >&5
14066 sed 's/^/| /' conftest.$ac_ext >&5
14071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14072 conftest$ac_exeext conftest.$ac_ext
14073 LIBS=$ac_check_soname_save_LIBS
14075 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14076 { echo "$as_me:$LINENO: result: not found" >&5
14077 echo "${ECHO_T}not found" >&6; }
14078 ft_lib=no
14079 else
14080 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14081 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14083 cat >>confdefs.h <<_ACEOF
14084 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14085 _ACEOF
14087 ft_lib=yes
14090 if test "$ft_lib" = "yes"
14091 then
14092 ac_save_CPPFLAGS="$CPPFLAGS"
14093 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14106 for ac_header in ft2build.h \
14107 freetype/freetype.h \
14108 freetype/ftglyph.h \
14109 freetype/fttypes.h \
14110 freetype/tttables.h \
14111 freetype/ftsnames.h \
14112 freetype/ttnameid.h \
14113 freetype/ftoutln.h \
14114 freetype/ftwinfnt.h \
14115 freetype/ftmodapi.h \
14116 freetype/ftlcdfil.h \
14117 freetype/internal/sfnt.h
14119 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14120 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14121 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14122 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14123 echo $ECHO_N "(cached) $ECHO_C" >&6
14124 else
14125 cat >conftest.$ac_ext <<_ACEOF
14126 /* confdefs.h. */
14127 _ACEOF
14128 cat confdefs.h >>conftest.$ac_ext
14129 cat >>conftest.$ac_ext <<_ACEOF
14130 /* end confdefs.h. */
14131 #ifdef HAVE_FT2BUILD_H
14132 # include <ft2build.h>
14133 #endif
14135 #include <$ac_header>
14136 _ACEOF
14137 rm -f conftest.$ac_objext
14138 if { (ac_try="$ac_compile"
14139 case "(($ac_try" in
14140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14141 *) ac_try_echo=$ac_try;;
14142 esac
14143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14144 (eval "$ac_compile") 2>conftest.er1
14145 ac_status=$?
14146 grep -v '^ *+' conftest.er1 >conftest.err
14147 rm -f conftest.er1
14148 cat conftest.err >&5
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); } && {
14151 test -z "$ac_c_werror_flag" ||
14152 test ! -s conftest.err
14153 } && test -s conftest.$ac_objext; then
14154 eval "$as_ac_Header=yes"
14155 else
14156 echo "$as_me: failed program was:" >&5
14157 sed 's/^/| /' conftest.$ac_ext >&5
14159 eval "$as_ac_Header=no"
14162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14164 ac_res=`eval echo '${'$as_ac_Header'}'`
14165 { echo "$as_me:$LINENO: result: $ac_res" >&5
14166 echo "${ECHO_T}$ac_res" >&6; }
14167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14168 cat >>confdefs.h <<_ACEOF
14169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14170 _ACEOF
14174 done
14176 cat >conftest.$ac_ext <<_ACEOF
14177 /* confdefs.h. */
14178 _ACEOF
14179 cat confdefs.h >>conftest.$ac_ext
14180 cat >>conftest.$ac_ext <<_ACEOF
14181 /* end confdefs.h. */
14182 #include <ft2build.h>
14183 #include <freetype/fttrigon.h>
14184 _ACEOF
14185 if { (ac_try="$ac_cpp conftest.$ac_ext"
14186 case "(($ac_try" in
14187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14188 *) ac_try_echo=$ac_try;;
14189 esac
14190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14191 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14192 ac_status=$?
14193 grep -v '^ *+' conftest.er1 >conftest.err
14194 rm -f conftest.er1
14195 cat conftest.err >&5
14196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14197 (exit $ac_status); } >/dev/null && {
14198 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14199 test ! -s conftest.err
14200 }; then
14202 cat >>confdefs.h <<\_ACEOF
14203 #define HAVE_FREETYPE_FTTRIGON_H 1
14204 _ACEOF
14206 wine_cv_fttrigon=yes
14207 else
14208 echo "$as_me: failed program was:" >&5
14209 sed 's/^/| /' conftest.$ac_ext >&5
14211 wine_cv_fttrigon=no
14214 rm -f conftest.err conftest.$ac_ext
14215 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14216 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14217 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14218 echo $ECHO_N "(cached) $ECHO_C" >&6
14219 else
14220 cat >conftest.$ac_ext <<_ACEOF
14221 /* confdefs.h. */
14222 _ACEOF
14223 cat confdefs.h >>conftest.$ac_ext
14224 cat >>conftest.$ac_ext <<_ACEOF
14225 /* end confdefs.h. */
14226 #include <freetype/ftmodapi.h>
14228 typedef FT_TrueTypeEngineType ac__type_new_;
14230 main ()
14232 if ((ac__type_new_ *) 0)
14233 return 0;
14234 if (sizeof (ac__type_new_))
14235 return 0;
14237 return 0;
14239 _ACEOF
14240 rm -f conftest.$ac_objext
14241 if { (ac_try="$ac_compile"
14242 case "(($ac_try" in
14243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14244 *) ac_try_echo=$ac_try;;
14245 esac
14246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14247 (eval "$ac_compile") 2>conftest.er1
14248 ac_status=$?
14249 grep -v '^ *+' conftest.er1 >conftest.err
14250 rm -f conftest.er1
14251 cat conftest.err >&5
14252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253 (exit $ac_status); } && {
14254 test -z "$ac_c_werror_flag" ||
14255 test ! -s conftest.err
14256 } && test -s conftest.$ac_objext; then
14257 ac_cv_type_FT_TrueTypeEngineType=yes
14258 else
14259 echo "$as_me: failed program was:" >&5
14260 sed 's/^/| /' conftest.$ac_ext >&5
14262 ac_cv_type_FT_TrueTypeEngineType=no
14265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14267 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14268 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14269 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14271 cat >>confdefs.h <<_ACEOF
14272 #define HAVE_FT_TRUETYPEENGINETYPE 1
14273 _ACEOF
14278 ac_save_CFLAGS="$CFLAGS"
14279 CFLAGS="$CFLAGS $ac_freetype_libs"
14281 for ac_func in FT_Load_Sfnt_Table
14283 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14284 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14285 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14286 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14287 echo $ECHO_N "(cached) $ECHO_C" >&6
14288 else
14289 cat >conftest.$ac_ext <<_ACEOF
14290 /* confdefs.h. */
14291 _ACEOF
14292 cat confdefs.h >>conftest.$ac_ext
14293 cat >>conftest.$ac_ext <<_ACEOF
14294 /* end confdefs.h. */
14295 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14296 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14297 #define $ac_func innocuous_$ac_func
14299 /* System header to define __stub macros and hopefully few prototypes,
14300 which can conflict with char $ac_func (); below.
14301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14302 <limits.h> exists even on freestanding compilers. */
14304 #ifdef __STDC__
14305 # include <limits.h>
14306 #else
14307 # include <assert.h>
14308 #endif
14310 #undef $ac_func
14312 /* Override any GCC internal prototype to avoid an error.
14313 Use char because int might match the return type of a GCC
14314 builtin and then its argument prototype would still apply. */
14315 #ifdef __cplusplus
14316 extern "C"
14317 #endif
14318 char $ac_func ();
14319 /* The GNU C library defines this for functions which it implements
14320 to always fail with ENOSYS. Some functions are actually named
14321 something starting with __ and the normal name is an alias. */
14322 #if defined __stub_$ac_func || defined __stub___$ac_func
14323 choke me
14324 #endif
14327 main ()
14329 return $ac_func ();
14331 return 0;
14333 _ACEOF
14334 rm -f conftest.$ac_objext conftest$ac_exeext
14335 if { (ac_try="$ac_link"
14336 case "(($ac_try" in
14337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14338 *) ac_try_echo=$ac_try;;
14339 esac
14340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14341 (eval "$ac_link") 2>conftest.er1
14342 ac_status=$?
14343 grep -v '^ *+' conftest.er1 >conftest.err
14344 rm -f conftest.er1
14345 cat conftest.err >&5
14346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14347 (exit $ac_status); } && {
14348 test -z "$ac_c_werror_flag" ||
14349 test ! -s conftest.err
14350 } && test -s conftest$ac_exeext &&
14351 $as_test_x conftest$ac_exeext; then
14352 eval "$as_ac_var=yes"
14353 else
14354 echo "$as_me: failed program was:" >&5
14355 sed 's/^/| /' conftest.$ac_ext >&5
14357 eval "$as_ac_var=no"
14360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14361 conftest$ac_exeext conftest.$ac_ext
14363 ac_res=`eval echo '${'$as_ac_var'}'`
14364 { echo "$as_me:$LINENO: result: $ac_res" >&5
14365 echo "${ECHO_T}$ac_res" >&6; }
14366 if test `eval echo '${'$as_ac_var'}'` = yes; then
14367 cat >>confdefs.h <<_ACEOF
14368 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14369 _ACEOF
14372 done
14374 CFLAGS="$ac_save_CFLAGS"
14375 CPPFLAGS="$ac_save_CPPFLAGS"
14376 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14377 then
14379 cat >>confdefs.h <<\_ACEOF
14380 #define HAVE_FREETYPE 1
14381 _ACEOF
14383 FREETYPELIBS="$ac_freetype_libs"
14385 FREETYPEINCL="$ac_freetype_incl"
14390 if test "x$FREETYPELIBS" = "x"; then
14391 case "x$with_freetype" in
14392 xno) ;;
14393 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14394 Use the --without-freetype option if you really want this." >&5
14395 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14396 Use the --without-freetype option if you really want this." >&2;}
14397 { (exit 1); exit 1; }; } ;;
14398 esac
14401 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14403 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14404 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14405 if test "${ac_cv_c_ppdev+set}" = set; then
14406 echo $ECHO_N "(cached) $ECHO_C" >&6
14407 else
14408 cat >conftest.$ac_ext <<_ACEOF
14409 /* confdefs.h. */
14410 _ACEOF
14411 cat confdefs.h >>conftest.$ac_ext
14412 cat >>conftest.$ac_ext <<_ACEOF
14413 /* end confdefs.h. */
14414 #include <linux/ppdev.h>
14416 main ()
14418 ioctl (1,PPCLAIM,0)
14420 return 0;
14422 _ACEOF
14423 rm -f conftest.$ac_objext
14424 if { (ac_try="$ac_compile"
14425 case "(($ac_try" in
14426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14427 *) ac_try_echo=$ac_try;;
14428 esac
14429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14430 (eval "$ac_compile") 2>conftest.er1
14431 ac_status=$?
14432 grep -v '^ *+' conftest.er1 >conftest.err
14433 rm -f conftest.er1
14434 cat conftest.err >&5
14435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14436 (exit $ac_status); } && {
14437 test -z "$ac_c_werror_flag" ||
14438 test ! -s conftest.err
14439 } && test -s conftest.$ac_objext; then
14440 ac_cv_c_ppdev="yes"
14441 else
14442 echo "$as_me: failed program was:" >&5
14443 sed 's/^/| /' conftest.$ac_ext >&5
14445 ac_cv_c_ppdev="no"
14448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14450 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14451 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14452 if test "$ac_cv_c_ppdev" = "yes"
14453 then
14455 cat >>confdefs.h <<\_ACEOF
14456 #define HAVE_PPDEV 1
14457 _ACEOF
14461 ac_wine_check_funcs_save_LIBS="$LIBS"
14462 LIBS="$LIBS $LIBPTHREAD"
14467 for ac_func in \
14468 pthread_attr_get_np \
14469 pthread_getattr_np \
14470 pthread_get_stackaddr_np \
14471 pthread_get_stacksize_np
14473 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14474 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14475 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14476 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14477 echo $ECHO_N "(cached) $ECHO_C" >&6
14478 else
14479 cat >conftest.$ac_ext <<_ACEOF
14480 /* confdefs.h. */
14481 _ACEOF
14482 cat confdefs.h >>conftest.$ac_ext
14483 cat >>conftest.$ac_ext <<_ACEOF
14484 /* end confdefs.h. */
14485 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14486 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14487 #define $ac_func innocuous_$ac_func
14489 /* System header to define __stub macros and hopefully few prototypes,
14490 which can conflict with char $ac_func (); below.
14491 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14492 <limits.h> exists even on freestanding compilers. */
14494 #ifdef __STDC__
14495 # include <limits.h>
14496 #else
14497 # include <assert.h>
14498 #endif
14500 #undef $ac_func
14502 /* Override any GCC internal prototype to avoid an error.
14503 Use char because int might match the return type of a GCC
14504 builtin and then its argument prototype would still apply. */
14505 #ifdef __cplusplus
14506 extern "C"
14507 #endif
14508 char $ac_func ();
14509 /* The GNU C library defines this for functions which it implements
14510 to always fail with ENOSYS. Some functions are actually named
14511 something starting with __ and the normal name is an alias. */
14512 #if defined __stub_$ac_func || defined __stub___$ac_func
14513 choke me
14514 #endif
14517 main ()
14519 return $ac_func ();
14521 return 0;
14523 _ACEOF
14524 rm -f conftest.$ac_objext conftest$ac_exeext
14525 if { (ac_try="$ac_link"
14526 case "(($ac_try" in
14527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14528 *) ac_try_echo=$ac_try;;
14529 esac
14530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14531 (eval "$ac_link") 2>conftest.er1
14532 ac_status=$?
14533 grep -v '^ *+' conftest.er1 >conftest.err
14534 rm -f conftest.er1
14535 cat conftest.err >&5
14536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14537 (exit $ac_status); } && {
14538 test -z "$ac_c_werror_flag" ||
14539 test ! -s conftest.err
14540 } && test -s conftest$ac_exeext &&
14541 $as_test_x conftest$ac_exeext; then
14542 eval "$as_ac_var=yes"
14543 else
14544 echo "$as_me: failed program was:" >&5
14545 sed 's/^/| /' conftest.$ac_ext >&5
14547 eval "$as_ac_var=no"
14550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14551 conftest$ac_exeext conftest.$ac_ext
14553 ac_res=`eval echo '${'$as_ac_var'}'`
14554 { echo "$as_me:$LINENO: result: $ac_res" >&5
14555 echo "${ECHO_T}$ac_res" >&6; }
14556 if test `eval echo '${'$as_ac_var'}'` = yes; then
14557 cat >>confdefs.h <<_ACEOF
14558 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14559 _ACEOF
14562 done
14564 LIBS="$ac_wine_check_funcs_save_LIBS"
14566 if test "$ac_cv_header_zlib_h" = "yes"
14567 then
14568 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14569 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14570 if test "${ac_cv_lib_z_inflate+set}" = set; then
14571 echo $ECHO_N "(cached) $ECHO_C" >&6
14572 else
14573 ac_check_lib_save_LIBS=$LIBS
14574 LIBS="-lz $LIBS"
14575 cat >conftest.$ac_ext <<_ACEOF
14576 /* confdefs.h. */
14577 _ACEOF
14578 cat confdefs.h >>conftest.$ac_ext
14579 cat >>conftest.$ac_ext <<_ACEOF
14580 /* end confdefs.h. */
14582 /* Override any GCC internal prototype to avoid an error.
14583 Use char because int might match the return type of a GCC
14584 builtin and then its argument prototype would still apply. */
14585 #ifdef __cplusplus
14586 extern "C"
14587 #endif
14588 char inflate ();
14590 main ()
14592 return inflate ();
14594 return 0;
14596 _ACEOF
14597 rm -f conftest.$ac_objext conftest$ac_exeext
14598 if { (ac_try="$ac_link"
14599 case "(($ac_try" in
14600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14601 *) ac_try_echo=$ac_try;;
14602 esac
14603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14604 (eval "$ac_link") 2>conftest.er1
14605 ac_status=$?
14606 grep -v '^ *+' conftest.er1 >conftest.err
14607 rm -f conftest.er1
14608 cat conftest.err >&5
14609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14610 (exit $ac_status); } && {
14611 test -z "$ac_c_werror_flag" ||
14612 test ! -s conftest.err
14613 } && test -s conftest$ac_exeext &&
14614 $as_test_x conftest$ac_exeext; then
14615 ac_cv_lib_z_inflate=yes
14616 else
14617 echo "$as_me: failed program was:" >&5
14618 sed 's/^/| /' conftest.$ac_ext >&5
14620 ac_cv_lib_z_inflate=no
14623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14624 conftest$ac_exeext conftest.$ac_ext
14625 LIBS=$ac_check_lib_save_LIBS
14627 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14628 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14629 if test $ac_cv_lib_z_inflate = yes; then
14631 cat >>confdefs.h <<\_ACEOF
14632 #define HAVE_ZLIB 1
14633 _ACEOF
14635 ZLIB="-lz"
14641 if test "x$with_esd" != xno
14642 then
14643 save_CFLAGS="$CFLAGS"
14644 # Extract the first word of "esd-config", so it can be a program name with args.
14645 set dummy esd-config; ac_word=$2
14646 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14647 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14648 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14649 echo $ECHO_N "(cached) $ECHO_C" >&6
14650 else
14651 case $ESDCONFIG in
14652 [\\/]* | ?:[\\/]*)
14653 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14657 for as_dir in $PATH
14659 IFS=$as_save_IFS
14660 test -z "$as_dir" && as_dir=.
14661 for ac_exec_ext in '' $ac_executable_extensions; do
14662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14663 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14665 break 2
14667 done
14668 done
14669 IFS=$as_save_IFS
14671 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14673 esac
14675 ESDCONFIG=$ac_cv_path_ESDCONFIG
14676 if test -n "$ESDCONFIG"; then
14677 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14678 echo "${ECHO_T}$ESDCONFIG" >&6; }
14679 else
14680 { echo "$as_me:$LINENO: result: no" >&5
14681 echo "${ECHO_T}no" >&6; }
14685 if test "x$ESDCONFIG" != "xno"
14686 then
14687 ac_esd_incl=""
14688 for i in `$ESDCONFIG --cflags`
14690 case "$i" in
14691 -I*) ac_esd_incl="$ac_esd_incl $i";;
14692 esac
14693 done
14694 ac_esd_libs=`$ESDCONFIG --libs`
14695 CFLAGS="$CFLAGS $ac_esd_incl"
14697 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14698 if test "${ac_cv_header_esd_h+set}" = set; then
14699 { echo "$as_me:$LINENO: checking for esd.h" >&5
14700 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14701 if test "${ac_cv_header_esd_h+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14704 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14705 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14706 else
14707 # Is the header compilable?
14708 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14709 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14710 cat >conftest.$ac_ext <<_ACEOF
14711 /* confdefs.h. */
14712 _ACEOF
14713 cat confdefs.h >>conftest.$ac_ext
14714 cat >>conftest.$ac_ext <<_ACEOF
14715 /* end confdefs.h. */
14716 $ac_includes_default
14717 #include <esd.h>
14718 _ACEOF
14719 rm -f conftest.$ac_objext
14720 if { (ac_try="$ac_compile"
14721 case "(($ac_try" in
14722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14723 *) ac_try_echo=$ac_try;;
14724 esac
14725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14726 (eval "$ac_compile") 2>conftest.er1
14727 ac_status=$?
14728 grep -v '^ *+' conftest.er1 >conftest.err
14729 rm -f conftest.er1
14730 cat conftest.err >&5
14731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14732 (exit $ac_status); } && {
14733 test -z "$ac_c_werror_flag" ||
14734 test ! -s conftest.err
14735 } && test -s conftest.$ac_objext; then
14736 ac_header_compiler=yes
14737 else
14738 echo "$as_me: failed program was:" >&5
14739 sed 's/^/| /' conftest.$ac_ext >&5
14741 ac_header_compiler=no
14744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14745 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14746 echo "${ECHO_T}$ac_header_compiler" >&6; }
14748 # Is the header present?
14749 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14750 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14751 cat >conftest.$ac_ext <<_ACEOF
14752 /* confdefs.h. */
14753 _ACEOF
14754 cat confdefs.h >>conftest.$ac_ext
14755 cat >>conftest.$ac_ext <<_ACEOF
14756 /* end confdefs.h. */
14757 #include <esd.h>
14758 _ACEOF
14759 if { (ac_try="$ac_cpp conftest.$ac_ext"
14760 case "(($ac_try" in
14761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14762 *) ac_try_echo=$ac_try;;
14763 esac
14764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } >/dev/null && {
14772 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14773 test ! -s conftest.err
14774 }; then
14775 ac_header_preproc=yes
14776 else
14777 echo "$as_me: failed program was:" >&5
14778 sed 's/^/| /' conftest.$ac_ext >&5
14780 ac_header_preproc=no
14783 rm -f conftest.err conftest.$ac_ext
14784 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14785 echo "${ECHO_T}$ac_header_preproc" >&6; }
14787 # So? What about this header?
14788 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14789 yes:no: )
14790 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14791 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14792 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14793 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14794 ac_header_preproc=yes
14796 no:yes:* )
14797 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14798 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14799 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14800 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14801 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14802 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14803 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14804 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14805 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14806 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14807 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14808 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14809 ( cat <<\_ASBOX
14810 ## ------------------------------------ ##
14811 ## Report this to wine-devel@winehq.org ##
14812 ## ------------------------------------ ##
14813 _ASBOX
14814 ) | sed "s/^/$as_me: WARNING: /" >&2
14816 esac
14817 { echo "$as_me:$LINENO: checking for esd.h" >&5
14818 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14819 if test "${ac_cv_header_esd_h+set}" = set; then
14820 echo $ECHO_N "(cached) $ECHO_C" >&6
14821 else
14822 ac_cv_header_esd_h=$ac_header_preproc
14824 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14825 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14828 if test $ac_cv_header_esd_h = yes; then
14829 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14830 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14831 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14832 echo $ECHO_N "(cached) $ECHO_C" >&6
14833 else
14834 ac_check_lib_save_LIBS=$LIBS
14835 LIBS="-lesd $ac_esd_libs $LIBS"
14836 cat >conftest.$ac_ext <<_ACEOF
14837 /* confdefs.h. */
14838 _ACEOF
14839 cat confdefs.h >>conftest.$ac_ext
14840 cat >>conftest.$ac_ext <<_ACEOF
14841 /* end confdefs.h. */
14843 /* Override any GCC internal prototype to avoid an error.
14844 Use char because int might match the return type of a GCC
14845 builtin and then its argument prototype would still apply. */
14846 #ifdef __cplusplus
14847 extern "C"
14848 #endif
14849 char esd_open_sound ();
14851 main ()
14853 return esd_open_sound ();
14855 return 0;
14857 _ACEOF
14858 rm -f conftest.$ac_objext conftest$ac_exeext
14859 if { (ac_try="$ac_link"
14860 case "(($ac_try" in
14861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14862 *) ac_try_echo=$ac_try;;
14863 esac
14864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14865 (eval "$ac_link") 2>conftest.er1
14866 ac_status=$?
14867 grep -v '^ *+' conftest.er1 >conftest.err
14868 rm -f conftest.er1
14869 cat conftest.err >&5
14870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14871 (exit $ac_status); } && {
14872 test -z "$ac_c_werror_flag" ||
14873 test ! -s conftest.err
14874 } && test -s conftest$ac_exeext &&
14875 $as_test_x conftest$ac_exeext; then
14876 ac_cv_lib_esd_esd_open_sound=yes
14877 else
14878 echo "$as_me: failed program was:" >&5
14879 sed 's/^/| /' conftest.$ac_ext >&5
14881 ac_cv_lib_esd_esd_open_sound=no
14884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14885 conftest$ac_exeext conftest.$ac_ext
14886 LIBS=$ac_check_lib_save_LIBS
14888 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14889 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14890 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14891 ESDINCL="$ac_esd_incl"
14893 ESDLIBS="$ac_esd_libs"
14896 cat >>confdefs.h <<\_ACEOF
14897 #define HAVE_ESD 1
14898 _ACEOF
14905 CFLAGS="$save_CFLAGS"
14908 if test "x$with_pulse" != "xno"; then
14909 if test "$PKG_CONFIG" != "false"; then
14910 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14911 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14912 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14913 have_pulseaudio="yes"
14914 else
14915 have_pulseaudio="no"
14917 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14918 echo "${ECHO_T}$have_pulseaudio" >&6; }
14919 if test x"$have_pulseaudio" = xyes; then
14920 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14922 cat >>confdefs.h <<\_ACEOF
14923 #define HAVE_PULSEAUDIO 1
14924 _ACEOF
14926 PULSELIBS="$ac_pulse_libs"
14932 ALSALIBS=""
14934 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14935 then
14936 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14937 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14938 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14939 echo $ECHO_N "(cached) $ECHO_C" >&6
14940 else
14941 ac_check_lib_save_LIBS=$LIBS
14942 LIBS="-lasound $LIBS"
14943 cat >conftest.$ac_ext <<_ACEOF
14944 /* confdefs.h. */
14945 _ACEOF
14946 cat confdefs.h >>conftest.$ac_ext
14947 cat >>conftest.$ac_ext <<_ACEOF
14948 /* end confdefs.h. */
14950 /* Override any GCC internal prototype to avoid an error.
14951 Use char because int might match the return type of a GCC
14952 builtin and then its argument prototype would still apply. */
14953 #ifdef __cplusplus
14954 extern "C"
14955 #endif
14956 char snd_pcm_hw_params_get_access ();
14958 main ()
14960 return snd_pcm_hw_params_get_access ();
14962 return 0;
14964 _ACEOF
14965 rm -f conftest.$ac_objext conftest$ac_exeext
14966 if { (ac_try="$ac_link"
14967 case "(($ac_try" in
14968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14969 *) ac_try_echo=$ac_try;;
14970 esac
14971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14972 (eval "$ac_link") 2>conftest.er1
14973 ac_status=$?
14974 grep -v '^ *+' conftest.er1 >conftest.err
14975 rm -f conftest.er1
14976 cat conftest.err >&5
14977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14978 (exit $ac_status); } && {
14979 test -z "$ac_c_werror_flag" ||
14980 test ! -s conftest.err
14981 } && test -s conftest$ac_exeext &&
14982 $as_test_x conftest$ac_exeext; then
14983 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14984 else
14985 echo "$as_me: failed program was:" >&5
14986 sed 's/^/| /' conftest.$ac_ext >&5
14988 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14992 conftest$ac_exeext conftest.$ac_ext
14993 LIBS=$ac_check_lib_save_LIBS
14995 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14996 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14997 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14998 cat >conftest.$ac_ext <<_ACEOF
14999 /* confdefs.h. */
15000 _ACEOF
15001 cat confdefs.h >>conftest.$ac_ext
15002 cat >>conftest.$ac_ext <<_ACEOF
15003 /* end confdefs.h. */
15004 #ifdef HAVE_ALSA_ASOUNDLIB_H
15005 #include <alsa/asoundlib.h>
15006 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15007 #include <sys/asoundlib.h>
15008 #endif
15010 main ()
15012 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15014 return 0;
15016 _ACEOF
15017 rm -f conftest.$ac_objext
15018 if { (ac_try="$ac_compile"
15019 case "(($ac_try" in
15020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15021 *) ac_try_echo=$ac_try;;
15022 esac
15023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15024 (eval "$ac_compile") 2>conftest.er1
15025 ac_status=$?
15026 grep -v '^ *+' conftest.er1 >conftest.err
15027 rm -f conftest.er1
15028 cat conftest.err >&5
15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15030 (exit $ac_status); } && {
15031 test -z "$ac_c_werror_flag" ||
15032 test ! -s conftest.err
15033 } && test -s conftest.$ac_objext; then
15035 cat >>confdefs.h <<\_ACEOF
15036 #define HAVE_ALSA 1
15037 _ACEOF
15039 ALSALIBS="-lasound"
15040 else
15041 echo "$as_me: failed program was:" >&5
15042 sed 's/^/| /' conftest.$ac_ext >&5
15047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15052 AUDIOIOLIBS=""
15054 if test "$ac_cv_header_libaudioio_h" = "yes"
15055 then
15056 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15057 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15058 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15059 echo $ECHO_N "(cached) $ECHO_C" >&6
15060 else
15061 ac_check_lib_save_LIBS=$LIBS
15062 LIBS="-laudioio $LIBS"
15063 cat >conftest.$ac_ext <<_ACEOF
15064 /* confdefs.h. */
15065 _ACEOF
15066 cat confdefs.h >>conftest.$ac_ext
15067 cat >>conftest.$ac_ext <<_ACEOF
15068 /* end confdefs.h. */
15070 /* Override any GCC internal prototype to avoid an error.
15071 Use char because int might match the return type of a GCC
15072 builtin and then its argument prototype would still apply. */
15073 #ifdef __cplusplus
15074 extern "C"
15075 #endif
15076 char AudioIOGetVersion ();
15078 main ()
15080 return AudioIOGetVersion ();
15082 return 0;
15084 _ACEOF
15085 rm -f conftest.$ac_objext conftest$ac_exeext
15086 if { (ac_try="$ac_link"
15087 case "(($ac_try" in
15088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15089 *) ac_try_echo=$ac_try;;
15090 esac
15091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15092 (eval "$ac_link") 2>conftest.er1
15093 ac_status=$?
15094 grep -v '^ *+' conftest.er1 >conftest.err
15095 rm -f conftest.er1
15096 cat conftest.err >&5
15097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15098 (exit $ac_status); } && {
15099 test -z "$ac_c_werror_flag" ||
15100 test ! -s conftest.err
15101 } && test -s conftest$ac_exeext &&
15102 $as_test_x conftest$ac_exeext; then
15103 ac_cv_lib_audioio_AudioIOGetVersion=yes
15104 else
15105 echo "$as_me: failed program was:" >&5
15106 sed 's/^/| /' conftest.$ac_ext >&5
15108 ac_cv_lib_audioio_AudioIOGetVersion=no
15111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15112 conftest$ac_exeext conftest.$ac_ext
15113 LIBS=$ac_check_lib_save_LIBS
15115 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15116 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15117 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15118 AUDIOIOLIBS="-laudioio"
15120 cat >>confdefs.h <<\_ACEOF
15121 #define HAVE_LIBAUDIOIO 1
15122 _ACEOF
15129 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15130 then
15131 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15132 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15133 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15134 echo $ECHO_N "(cached) $ECHO_C" >&6
15135 else
15136 ac_check_soname_save_LIBS=$LIBS
15137 LIBS="-lcapi20 $LIBS"
15138 cat >conftest.$ac_ext <<_ACEOF
15139 /* confdefs.h. */
15140 _ACEOF
15141 cat confdefs.h >>conftest.$ac_ext
15142 cat >>conftest.$ac_ext <<_ACEOF
15143 /* end confdefs.h. */
15145 /* Override any GCC internal prototype to avoid an error.
15146 Use char because int might match the return type of a GCC
15147 builtin and then its argument prototype would still apply. */
15148 #ifdef __cplusplus
15149 extern "C"
15150 #endif
15151 char capi20_register ();
15153 main ()
15155 return capi20_register ();
15157 return 0;
15159 _ACEOF
15160 rm -f conftest.$ac_objext conftest$ac_exeext
15161 if { (ac_try="$ac_link"
15162 case "(($ac_try" in
15163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15164 *) ac_try_echo=$ac_try;;
15165 esac
15166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15167 (eval "$ac_link") 2>conftest.er1
15168 ac_status=$?
15169 grep -v '^ *+' conftest.er1 >conftest.err
15170 rm -f conftest.er1
15171 cat conftest.err >&5
15172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15173 (exit $ac_status); } && {
15174 test -z "$ac_c_werror_flag" ||
15175 test ! -s conftest.err
15176 } && test -s conftest$ac_exeext &&
15177 $as_test_x conftest$ac_exeext; then
15178 case "$LIBEXT" in
15179 dll) ;;
15180 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'` ;;
15181 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15182 esac
15183 else
15184 echo "$as_me: failed program was:" >&5
15185 sed 's/^/| /' conftest.$ac_ext >&5
15190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15191 conftest$ac_exeext conftest.$ac_ext
15192 LIBS=$ac_check_soname_save_LIBS
15194 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15195 { echo "$as_me:$LINENO: result: not found" >&5
15196 echo "${ECHO_T}not found" >&6; }
15198 else
15199 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15200 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15202 cat >>confdefs.h <<_ACEOF
15203 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15204 _ACEOF
15210 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15211 case "x$with_capi" in
15212 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15213 xno) ;;
15214 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15215 This is an error since --with-capi was requested." >&5
15216 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15217 This is an error since --with-capi was requested." >&2;}
15218 { (exit 1); exit 1; }; } ;;
15219 esac
15223 CUPSINCL=""
15225 if test "x$with_cups" != "xno"
15226 then
15227 ac_save_CPPFLAGS="$CPPFLAGS"
15228 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15229 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15230 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15232 for ac_header in cups/cups.h
15234 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15235 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15236 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15237 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15239 echo $ECHO_N "(cached) $ECHO_C" >&6
15241 ac_res=`eval echo '${'$as_ac_Header'}'`
15242 { echo "$as_me:$LINENO: result: $ac_res" >&5
15243 echo "${ECHO_T}$ac_res" >&6; }
15244 else
15245 # Is the header compilable?
15246 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15247 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15248 cat >conftest.$ac_ext <<_ACEOF
15249 /* confdefs.h. */
15250 _ACEOF
15251 cat confdefs.h >>conftest.$ac_ext
15252 cat >>conftest.$ac_ext <<_ACEOF
15253 /* end confdefs.h. */
15254 $ac_includes_default
15255 #include <$ac_header>
15256 _ACEOF
15257 rm -f conftest.$ac_objext
15258 if { (ac_try="$ac_compile"
15259 case "(($ac_try" in
15260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15261 *) ac_try_echo=$ac_try;;
15262 esac
15263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15264 (eval "$ac_compile") 2>conftest.er1
15265 ac_status=$?
15266 grep -v '^ *+' conftest.er1 >conftest.err
15267 rm -f conftest.er1
15268 cat conftest.err >&5
15269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270 (exit $ac_status); } && {
15271 test -z "$ac_c_werror_flag" ||
15272 test ! -s conftest.err
15273 } && test -s conftest.$ac_objext; then
15274 ac_header_compiler=yes
15275 else
15276 echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15279 ac_header_compiler=no
15282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15283 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15284 echo "${ECHO_T}$ac_header_compiler" >&6; }
15286 # Is the header present?
15287 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15288 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15289 cat >conftest.$ac_ext <<_ACEOF
15290 /* confdefs.h. */
15291 _ACEOF
15292 cat confdefs.h >>conftest.$ac_ext
15293 cat >>conftest.$ac_ext <<_ACEOF
15294 /* end confdefs.h. */
15295 #include <$ac_header>
15296 _ACEOF
15297 if { (ac_try="$ac_cpp conftest.$ac_ext"
15298 case "(($ac_try" in
15299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15300 *) ac_try_echo=$ac_try;;
15301 esac
15302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15303 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15304 ac_status=$?
15305 grep -v '^ *+' conftest.er1 >conftest.err
15306 rm -f conftest.er1
15307 cat conftest.err >&5
15308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309 (exit $ac_status); } >/dev/null && {
15310 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15311 test ! -s conftest.err
15312 }; then
15313 ac_header_preproc=yes
15314 else
15315 echo "$as_me: failed program was:" >&5
15316 sed 's/^/| /' conftest.$ac_ext >&5
15318 ac_header_preproc=no
15321 rm -f conftest.err conftest.$ac_ext
15322 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15323 echo "${ECHO_T}$ac_header_preproc" >&6; }
15325 # So? What about this header?
15326 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15327 yes:no: )
15328 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15329 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15330 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15331 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15332 ac_header_preproc=yes
15334 no:yes:* )
15335 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15336 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15337 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15338 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15339 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15340 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15341 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15342 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15344 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15345 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15346 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15347 ( cat <<\_ASBOX
15348 ## ------------------------------------ ##
15349 ## Report this to wine-devel@winehq.org ##
15350 ## ------------------------------------ ##
15351 _ASBOX
15352 ) | sed "s/^/$as_me: WARNING: /" >&2
15354 esac
15355 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15356 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15358 echo $ECHO_N "(cached) $ECHO_C" >&6
15359 else
15360 eval "$as_ac_Header=\$ac_header_preproc"
15362 ac_res=`eval echo '${'$as_ac_Header'}'`
15363 { echo "$as_me:$LINENO: result: $ac_res" >&5
15364 echo "${ECHO_T}$ac_res" >&6; }
15367 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15368 cat >>confdefs.h <<_ACEOF
15369 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15370 _ACEOF
15371 { echo "$as_me:$LINENO: checking for -lcups" >&5
15372 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15373 if test "${ac_cv_lib_soname_cups+set}" = set; then
15374 echo $ECHO_N "(cached) $ECHO_C" >&6
15375 else
15376 ac_check_soname_save_LIBS=$LIBS
15377 LIBS="-lcups $ac_cups_libs $LIBS"
15378 cat >conftest.$ac_ext <<_ACEOF
15379 /* confdefs.h. */
15380 _ACEOF
15381 cat confdefs.h >>conftest.$ac_ext
15382 cat >>conftest.$ac_ext <<_ACEOF
15383 /* end confdefs.h. */
15385 /* Override any GCC internal prototype to avoid an error.
15386 Use char because int might match the return type of a GCC
15387 builtin and then its argument prototype would still apply. */
15388 #ifdef __cplusplus
15389 extern "C"
15390 #endif
15391 char cupsGetDefault ();
15393 main ()
15395 return cupsGetDefault ();
15397 return 0;
15399 _ACEOF
15400 rm -f conftest.$ac_objext conftest$ac_exeext
15401 if { (ac_try="$ac_link"
15402 case "(($ac_try" in
15403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15404 *) ac_try_echo=$ac_try;;
15405 esac
15406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15407 (eval "$ac_link") 2>conftest.er1
15408 ac_status=$?
15409 grep -v '^ *+' conftest.er1 >conftest.err
15410 rm -f conftest.er1
15411 cat conftest.err >&5
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); } && {
15414 test -z "$ac_c_werror_flag" ||
15415 test ! -s conftest.err
15416 } && test -s conftest$ac_exeext &&
15417 $as_test_x conftest$ac_exeext; then
15418 case "$LIBEXT" in
15419 dll) ;;
15420 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'` ;;
15421 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15422 esac
15423 else
15424 echo "$as_me: failed program was:" >&5
15425 sed 's/^/| /' conftest.$ac_ext >&5
15430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15431 conftest$ac_exeext conftest.$ac_ext
15432 LIBS=$ac_check_soname_save_LIBS
15434 if test "x$ac_cv_lib_soname_cups" = "x"; then
15435 { echo "$as_me:$LINENO: result: not found" >&5
15436 echo "${ECHO_T}not found" >&6; }
15438 else
15439 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15440 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15442 cat >>confdefs.h <<_ACEOF
15443 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15444 _ACEOF
15446 CUPSINCL="$ac_cups_cflags"
15451 done
15453 CPPFLAGS="$ac_save_CPPFLAGS"
15455 if test "x$ac_cv_lib_soname_cups" = "x"; then
15456 case "x$with_cups" in
15457 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15458 xno) ;;
15459 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15460 This is an error since --with-cups was requested." >&5
15461 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15462 This is an error since --with-cups was requested." >&2;}
15463 { (exit 1); exit 1; }; } ;;
15464 esac
15468 if test "$ac_cv_header_jack_jack_h" = "yes"
15469 then
15470 { echo "$as_me:$LINENO: checking for -ljack" >&5
15471 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15472 if test "${ac_cv_lib_soname_jack+set}" = set; then
15473 echo $ECHO_N "(cached) $ECHO_C" >&6
15474 else
15475 ac_check_soname_save_LIBS=$LIBS
15476 LIBS="-ljack $LIBS"
15477 cat >conftest.$ac_ext <<_ACEOF
15478 /* confdefs.h. */
15479 _ACEOF
15480 cat confdefs.h >>conftest.$ac_ext
15481 cat >>conftest.$ac_ext <<_ACEOF
15482 /* end confdefs.h. */
15484 /* Override any GCC internal prototype to avoid an error.
15485 Use char because int might match the return type of a GCC
15486 builtin and then its argument prototype would still apply. */
15487 #ifdef __cplusplus
15488 extern "C"
15489 #endif
15490 char jack_client_new ();
15492 main ()
15494 return jack_client_new ();
15496 return 0;
15498 _ACEOF
15499 rm -f conftest.$ac_objext conftest$ac_exeext
15500 if { (ac_try="$ac_link"
15501 case "(($ac_try" in
15502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15503 *) ac_try_echo=$ac_try;;
15504 esac
15505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15506 (eval "$ac_link") 2>conftest.er1
15507 ac_status=$?
15508 grep -v '^ *+' conftest.er1 >conftest.err
15509 rm -f conftest.er1
15510 cat conftest.err >&5
15511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); } && {
15513 test -z "$ac_c_werror_flag" ||
15514 test ! -s conftest.err
15515 } && test -s conftest$ac_exeext &&
15516 $as_test_x conftest$ac_exeext; then
15517 case "$LIBEXT" in
15518 dll) ;;
15519 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'` ;;
15520 *) 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'` ;;
15521 esac
15522 else
15523 echo "$as_me: failed program was:" >&5
15524 sed 's/^/| /' conftest.$ac_ext >&5
15529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15530 conftest$ac_exeext conftest.$ac_ext
15531 LIBS=$ac_check_soname_save_LIBS
15533 if test "x$ac_cv_lib_soname_jack" = "x"; then
15534 { echo "$as_me:$LINENO: result: not found" >&5
15535 echo "${ECHO_T}not found" >&6; }
15537 else
15538 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15539 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15541 cat >>confdefs.h <<_ACEOF
15542 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15543 _ACEOF
15550 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15551 then
15552 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15553 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15554 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 else
15557 ac_check_soname_save_LIBS=$LIBS
15558 LIBS="-lfontconfig $LIBS"
15559 cat >conftest.$ac_ext <<_ACEOF
15560 /* confdefs.h. */
15561 _ACEOF
15562 cat confdefs.h >>conftest.$ac_ext
15563 cat >>conftest.$ac_ext <<_ACEOF
15564 /* end confdefs.h. */
15566 /* Override any GCC internal prototype to avoid an error.
15567 Use char because int might match the return type of a GCC
15568 builtin and then its argument prototype would still apply. */
15569 #ifdef __cplusplus
15570 extern "C"
15571 #endif
15572 char FcInit ();
15574 main ()
15576 return FcInit ();
15578 return 0;
15580 _ACEOF
15581 rm -f conftest.$ac_objext conftest$ac_exeext
15582 if { (ac_try="$ac_link"
15583 case "(($ac_try" in
15584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15585 *) ac_try_echo=$ac_try;;
15586 esac
15587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15588 (eval "$ac_link") 2>conftest.er1
15589 ac_status=$?
15590 grep -v '^ *+' conftest.er1 >conftest.err
15591 rm -f conftest.er1
15592 cat conftest.err >&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); } && {
15595 test -z "$ac_c_werror_flag" ||
15596 test ! -s conftest.err
15597 } && test -s conftest$ac_exeext &&
15598 $as_test_x conftest$ac_exeext; then
15599 case "$LIBEXT" in
15600 dll) ;;
15601 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'` ;;
15602 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15603 esac
15604 else
15605 echo "$as_me: failed program was:" >&5
15606 sed 's/^/| /' conftest.$ac_ext >&5
15611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15612 conftest$ac_exeext conftest.$ac_ext
15613 LIBS=$ac_check_soname_save_LIBS
15615 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15616 { echo "$as_me:$LINENO: result: not found" >&5
15617 echo "${ECHO_T}not found" >&6; }
15619 else
15620 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15621 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15623 cat >>confdefs.h <<_ACEOF
15624 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15625 _ACEOF
15630 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15631 then
15632 ac_save_CPPFLAGS="$CPPFLAGS"
15633 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15634 $as_unset ac_cv_header_fontconfig_fontconfig_h
15636 for ac_header in fontconfig/fontconfig.h
15638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15639 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15640 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15641 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15642 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15643 echo $ECHO_N "(cached) $ECHO_C" >&6
15645 ac_res=`eval echo '${'$as_ac_Header'}'`
15646 { echo "$as_me:$LINENO: result: $ac_res" >&5
15647 echo "${ECHO_T}$ac_res" >&6; }
15648 else
15649 # Is the header compilable?
15650 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15651 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15652 cat >conftest.$ac_ext <<_ACEOF
15653 /* confdefs.h. */
15654 _ACEOF
15655 cat confdefs.h >>conftest.$ac_ext
15656 cat >>conftest.$ac_ext <<_ACEOF
15657 /* end confdefs.h. */
15658 $ac_includes_default
15659 #include <$ac_header>
15660 _ACEOF
15661 rm -f conftest.$ac_objext
15662 if { (ac_try="$ac_compile"
15663 case "(($ac_try" in
15664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15665 *) ac_try_echo=$ac_try;;
15666 esac
15667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15668 (eval "$ac_compile") 2>conftest.er1
15669 ac_status=$?
15670 grep -v '^ *+' conftest.er1 >conftest.err
15671 rm -f conftest.er1
15672 cat conftest.err >&5
15673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15674 (exit $ac_status); } && {
15675 test -z "$ac_c_werror_flag" ||
15676 test ! -s conftest.err
15677 } && test -s conftest.$ac_objext; then
15678 ac_header_compiler=yes
15679 else
15680 echo "$as_me: failed program was:" >&5
15681 sed 's/^/| /' conftest.$ac_ext >&5
15683 ac_header_compiler=no
15686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15687 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15688 echo "${ECHO_T}$ac_header_compiler" >&6; }
15690 # Is the header present?
15691 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15692 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15693 cat >conftest.$ac_ext <<_ACEOF
15694 /* confdefs.h. */
15695 _ACEOF
15696 cat confdefs.h >>conftest.$ac_ext
15697 cat >>conftest.$ac_ext <<_ACEOF
15698 /* end confdefs.h. */
15699 #include <$ac_header>
15700 _ACEOF
15701 if { (ac_try="$ac_cpp conftest.$ac_ext"
15702 case "(($ac_try" in
15703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15704 *) ac_try_echo=$ac_try;;
15705 esac
15706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15707 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15708 ac_status=$?
15709 grep -v '^ *+' conftest.er1 >conftest.err
15710 rm -f conftest.er1
15711 cat conftest.err >&5
15712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15713 (exit $ac_status); } >/dev/null && {
15714 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15715 test ! -s conftest.err
15716 }; then
15717 ac_header_preproc=yes
15718 else
15719 echo "$as_me: failed program was:" >&5
15720 sed 's/^/| /' conftest.$ac_ext >&5
15722 ac_header_preproc=no
15725 rm -f conftest.err conftest.$ac_ext
15726 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15727 echo "${ECHO_T}$ac_header_preproc" >&6; }
15729 # So? What about this header?
15730 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15731 yes:no: )
15732 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15733 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15734 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15735 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15736 ac_header_preproc=yes
15738 no:yes:* )
15739 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15740 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15741 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15742 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15743 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15744 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15745 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15746 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15747 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15748 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15749 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15750 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15751 ( cat <<\_ASBOX
15752 ## ------------------------------------ ##
15753 ## Report this to wine-devel@winehq.org ##
15754 ## ------------------------------------ ##
15755 _ASBOX
15756 ) | sed "s/^/$as_me: WARNING: /" >&2
15758 esac
15759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15762 echo $ECHO_N "(cached) $ECHO_C" >&6
15763 else
15764 eval "$as_ac_Header=\$ac_header_preproc"
15766 ac_res=`eval echo '${'$as_ac_Header'}'`
15767 { echo "$as_me:$LINENO: result: $ac_res" >&5
15768 echo "${ECHO_T}$ac_res" >&6; }
15771 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15772 cat >>confdefs.h <<_ACEOF
15773 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15774 _ACEOF
15778 done
15780 CPPFLAGS="$ac_save_CPPFLAGS"
15781 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15782 then
15783 FONTCONFIGINCL="$X_CFLAGS"
15785 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15786 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15787 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15788 echo $ECHO_N "(cached) $ECHO_C" >&6
15789 else
15790 ac_check_soname_save_LIBS=$LIBS
15791 LIBS="-lfontconfig $X_LIBS $LIBS"
15792 cat >conftest.$ac_ext <<_ACEOF
15793 /* confdefs.h. */
15794 _ACEOF
15795 cat confdefs.h >>conftest.$ac_ext
15796 cat >>conftest.$ac_ext <<_ACEOF
15797 /* end confdefs.h. */
15799 /* Override any GCC internal prototype to avoid an error.
15800 Use char because int might match the return type of a GCC
15801 builtin and then its argument prototype would still apply. */
15802 #ifdef __cplusplus
15803 extern "C"
15804 #endif
15805 char FcInit ();
15807 main ()
15809 return FcInit ();
15811 return 0;
15813 _ACEOF
15814 rm -f conftest.$ac_objext conftest$ac_exeext
15815 if { (ac_try="$ac_link"
15816 case "(($ac_try" in
15817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15818 *) ac_try_echo=$ac_try;;
15819 esac
15820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15821 (eval "$ac_link") 2>conftest.er1
15822 ac_status=$?
15823 grep -v '^ *+' conftest.er1 >conftest.err
15824 rm -f conftest.er1
15825 cat conftest.err >&5
15826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827 (exit $ac_status); } && {
15828 test -z "$ac_c_werror_flag" ||
15829 test ! -s conftest.err
15830 } && test -s conftest$ac_exeext &&
15831 $as_test_x conftest$ac_exeext; then
15832 case "$LIBEXT" in
15833 dll) ;;
15834 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'` ;;
15835 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15836 esac
15837 else
15838 echo "$as_me: failed program was:" >&5
15839 sed 's/^/| /' conftest.$ac_ext >&5
15844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15845 conftest$ac_exeext conftest.$ac_ext
15846 LIBS=$ac_check_soname_save_LIBS
15848 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15849 { echo "$as_me:$LINENO: result: not found" >&5
15850 echo "${ECHO_T}not found" >&6; }
15852 else
15853 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15854 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15856 cat >>confdefs.h <<_ACEOF
15857 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15858 _ACEOF
15865 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15866 case "x$with_fontconfig" in
15867 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15868 xno) ;;
15869 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15870 This is an error since --with-fontconfig was requested." >&5
15871 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15872 This is an error since --with-fontconfig was requested." >&2;}
15873 { (exit 1); exit 1; }; } ;;
15874 esac
15878 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15879 then
15880 { echo "$as_me:$LINENO: checking for -lssl" >&5
15881 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15882 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15883 echo $ECHO_N "(cached) $ECHO_C" >&6
15884 else
15885 ac_check_soname_save_LIBS=$LIBS
15886 LIBS="-lssl $LIBS"
15887 cat >conftest.$ac_ext <<_ACEOF
15888 /* confdefs.h. */
15889 _ACEOF
15890 cat confdefs.h >>conftest.$ac_ext
15891 cat >>conftest.$ac_ext <<_ACEOF
15892 /* end confdefs.h. */
15894 /* Override any GCC internal prototype to avoid an error.
15895 Use char because int might match the return type of a GCC
15896 builtin and then its argument prototype would still apply. */
15897 #ifdef __cplusplus
15898 extern "C"
15899 #endif
15900 char SSL_library_init ();
15902 main ()
15904 return SSL_library_init ();
15906 return 0;
15908 _ACEOF
15909 rm -f conftest.$ac_objext conftest$ac_exeext
15910 if { (ac_try="$ac_link"
15911 case "(($ac_try" in
15912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15913 *) ac_try_echo=$ac_try;;
15914 esac
15915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15916 (eval "$ac_link") 2>conftest.er1
15917 ac_status=$?
15918 grep -v '^ *+' conftest.er1 >conftest.err
15919 rm -f conftest.er1
15920 cat conftest.err >&5
15921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); } && {
15923 test -z "$ac_c_werror_flag" ||
15924 test ! -s conftest.err
15925 } && test -s conftest$ac_exeext &&
15926 $as_test_x conftest$ac_exeext; then
15927 case "$LIBEXT" in
15928 dll) ;;
15929 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'` ;;
15930 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15931 esac
15932 else
15933 echo "$as_me: failed program was:" >&5
15934 sed 's/^/| /' conftest.$ac_ext >&5
15939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15940 conftest$ac_exeext conftest.$ac_ext
15941 LIBS=$ac_check_soname_save_LIBS
15943 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15944 { echo "$as_me:$LINENO: result: not found" >&5
15945 echo "${ECHO_T}not found" >&6; }
15947 else
15948 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15949 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15951 cat >>confdefs.h <<_ACEOF
15952 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15953 _ACEOF
15958 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15959 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15960 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15961 echo $ECHO_N "(cached) $ECHO_C" >&6
15962 else
15963 ac_check_soname_save_LIBS=$LIBS
15964 LIBS="-lcrypto $LIBS"
15965 cat >conftest.$ac_ext <<_ACEOF
15966 /* confdefs.h. */
15967 _ACEOF
15968 cat confdefs.h >>conftest.$ac_ext
15969 cat >>conftest.$ac_ext <<_ACEOF
15970 /* end confdefs.h. */
15972 /* Override any GCC internal prototype to avoid an error.
15973 Use char because int might match the return type of a GCC
15974 builtin and then its argument prototype would still apply. */
15975 #ifdef __cplusplus
15976 extern "C"
15977 #endif
15978 char BIO_new_socket ();
15980 main ()
15982 return BIO_new_socket ();
15984 return 0;
15986 _ACEOF
15987 rm -f conftest.$ac_objext conftest$ac_exeext
15988 if { (ac_try="$ac_link"
15989 case "(($ac_try" in
15990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15991 *) ac_try_echo=$ac_try;;
15992 esac
15993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15994 (eval "$ac_link") 2>conftest.er1
15995 ac_status=$?
15996 grep -v '^ *+' conftest.er1 >conftest.err
15997 rm -f conftest.er1
15998 cat conftest.err >&5
15999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16000 (exit $ac_status); } && {
16001 test -z "$ac_c_werror_flag" ||
16002 test ! -s conftest.err
16003 } && test -s conftest$ac_exeext &&
16004 $as_test_x conftest$ac_exeext; then
16005 case "$LIBEXT" in
16006 dll) ;;
16007 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'` ;;
16008 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16009 esac
16010 else
16011 echo "$as_me: failed program was:" >&5
16012 sed 's/^/| /' conftest.$ac_ext >&5
16017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16018 conftest$ac_exeext conftest.$ac_ext
16019 LIBS=$ac_check_soname_save_LIBS
16021 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16022 { echo "$as_me:$LINENO: result: not found" >&5
16023 echo "${ECHO_T}not found" >&6; }
16025 else
16026 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16027 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16029 cat >>confdefs.h <<_ACEOF
16030 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16031 _ACEOF
16037 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16038 case "x$with_openssl" in
16039 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16040 xno) ;;
16041 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16042 This is an error since --with-openssl was requested." >&5
16043 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16044 This is an error since --with-openssl was requested." >&2;}
16045 { (exit 1); exit 1; }; } ;;
16046 esac
16050 if test "$ac_cv_header_jpeglib_h" = "yes"
16051 then
16052 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16053 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16054 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16055 echo $ECHO_N "(cached) $ECHO_C" >&6
16056 else
16057 ac_check_soname_save_LIBS=$LIBS
16058 LIBS="-ljpeg $LIBS"
16059 cat >conftest.$ac_ext <<_ACEOF
16060 /* confdefs.h. */
16061 _ACEOF
16062 cat confdefs.h >>conftest.$ac_ext
16063 cat >>conftest.$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16066 /* Override any GCC internal prototype to avoid an error.
16067 Use char because int might match the return type of a GCC
16068 builtin and then its argument prototype would still apply. */
16069 #ifdef __cplusplus
16070 extern "C"
16071 #endif
16072 char jpeg_start_decompress ();
16074 main ()
16076 return jpeg_start_decompress ();
16078 return 0;
16080 _ACEOF
16081 rm -f conftest.$ac_objext conftest$ac_exeext
16082 if { (ac_try="$ac_link"
16083 case "(($ac_try" in
16084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16085 *) ac_try_echo=$ac_try;;
16086 esac
16087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16088 (eval "$ac_link") 2>conftest.er1
16089 ac_status=$?
16090 grep -v '^ *+' conftest.er1 >conftest.err
16091 rm -f conftest.er1
16092 cat conftest.err >&5
16093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094 (exit $ac_status); } && {
16095 test -z "$ac_c_werror_flag" ||
16096 test ! -s conftest.err
16097 } && test -s conftest$ac_exeext &&
16098 $as_test_x conftest$ac_exeext; then
16099 case "$LIBEXT" in
16100 dll) ;;
16101 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'` ;;
16102 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16103 esac
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16112 conftest$ac_exeext conftest.$ac_ext
16113 LIBS=$ac_check_soname_save_LIBS
16115 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16116 { echo "$as_me:$LINENO: result: not found" >&5
16117 echo "${ECHO_T}not found" >&6; }
16119 else
16120 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16121 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16123 cat >>confdefs.h <<_ACEOF
16124 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16125 _ACEOF
16131 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16132 case "x$with_jpeg" in
16133 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16134 xno) ;;
16135 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16136 This is an error since --with-jpeg was requested." >&5
16137 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16138 This is an error since --with-jpeg was requested." >&2;}
16139 { (exit 1); exit 1; }; } ;;
16140 esac
16144 if test "$ac_cv_header_png_h" = "yes"
16145 then
16146 { echo "$as_me:$LINENO: checking for -lpng" >&5
16147 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16148 if test "${ac_cv_lib_soname_png+set}" = set; then
16149 echo $ECHO_N "(cached) $ECHO_C" >&6
16150 else
16151 ac_check_soname_save_LIBS=$LIBS
16152 LIBS="-lpng -lm -lz $LIBS"
16153 cat >conftest.$ac_ext <<_ACEOF
16154 /* confdefs.h. */
16155 _ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16160 /* Override any GCC internal prototype to avoid an error.
16161 Use char because int might match the return type of a GCC
16162 builtin and then its argument prototype would still apply. */
16163 #ifdef __cplusplus
16164 extern "C"
16165 #endif
16166 char png_create_read_struct ();
16168 main ()
16170 return png_create_read_struct ();
16172 return 0;
16174 _ACEOF
16175 rm -f conftest.$ac_objext conftest$ac_exeext
16176 if { (ac_try="$ac_link"
16177 case "(($ac_try" in
16178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16179 *) ac_try_echo=$ac_try;;
16180 esac
16181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16182 (eval "$ac_link") 2>conftest.er1
16183 ac_status=$?
16184 grep -v '^ *+' conftest.er1 >conftest.err
16185 rm -f conftest.er1
16186 cat conftest.err >&5
16187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16188 (exit $ac_status); } && {
16189 test -z "$ac_c_werror_flag" ||
16190 test ! -s conftest.err
16191 } && test -s conftest$ac_exeext &&
16192 $as_test_x conftest$ac_exeext; then
16193 case "$LIBEXT" in
16194 dll) ;;
16195 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'` ;;
16196 *) 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'` ;;
16197 esac
16198 else
16199 echo "$as_me: failed program was:" >&5
16200 sed 's/^/| /' conftest.$ac_ext >&5
16205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16206 conftest$ac_exeext conftest.$ac_ext
16207 LIBS=$ac_check_soname_save_LIBS
16209 if test "x$ac_cv_lib_soname_png" = "x"; then
16210 { echo "$as_me:$LINENO: result: not found" >&5
16211 echo "${ECHO_T}not found" >&6; }
16213 else
16214 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16215 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16217 cat >>confdefs.h <<_ACEOF
16218 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16219 _ACEOF
16224 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16225 then
16226 ac_save_CPPFLAGS="$CPPFLAGS"
16227 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16228 $as_unset ac_cv_header_png_h
16230 for ac_header in png.h
16232 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16233 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16234 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16235 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16236 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16237 echo $ECHO_N "(cached) $ECHO_C" >&6
16239 ac_res=`eval echo '${'$as_ac_Header'}'`
16240 { echo "$as_me:$LINENO: result: $ac_res" >&5
16241 echo "${ECHO_T}$ac_res" >&6; }
16242 else
16243 # Is the header compilable?
16244 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16245 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16246 cat >conftest.$ac_ext <<_ACEOF
16247 /* confdefs.h. */
16248 _ACEOF
16249 cat confdefs.h >>conftest.$ac_ext
16250 cat >>conftest.$ac_ext <<_ACEOF
16251 /* end confdefs.h. */
16252 $ac_includes_default
16253 #include <$ac_header>
16254 _ACEOF
16255 rm -f conftest.$ac_objext
16256 if { (ac_try="$ac_compile"
16257 case "(($ac_try" in
16258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16259 *) ac_try_echo=$ac_try;;
16260 esac
16261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16262 (eval "$ac_compile") 2>conftest.er1
16263 ac_status=$?
16264 grep -v '^ *+' conftest.er1 >conftest.err
16265 rm -f conftest.er1
16266 cat conftest.err >&5
16267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16268 (exit $ac_status); } && {
16269 test -z "$ac_c_werror_flag" ||
16270 test ! -s conftest.err
16271 } && test -s conftest.$ac_objext; then
16272 ac_header_compiler=yes
16273 else
16274 echo "$as_me: failed program was:" >&5
16275 sed 's/^/| /' conftest.$ac_ext >&5
16277 ac_header_compiler=no
16280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16281 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16282 echo "${ECHO_T}$ac_header_compiler" >&6; }
16284 # Is the header present?
16285 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16286 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16287 cat >conftest.$ac_ext <<_ACEOF
16288 /* confdefs.h. */
16289 _ACEOF
16290 cat confdefs.h >>conftest.$ac_ext
16291 cat >>conftest.$ac_ext <<_ACEOF
16292 /* end confdefs.h. */
16293 #include <$ac_header>
16294 _ACEOF
16295 if { (ac_try="$ac_cpp conftest.$ac_ext"
16296 case "(($ac_try" in
16297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16298 *) ac_try_echo=$ac_try;;
16299 esac
16300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16301 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16302 ac_status=$?
16303 grep -v '^ *+' conftest.er1 >conftest.err
16304 rm -f conftest.er1
16305 cat conftest.err >&5
16306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16307 (exit $ac_status); } >/dev/null && {
16308 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16309 test ! -s conftest.err
16310 }; then
16311 ac_header_preproc=yes
16312 else
16313 echo "$as_me: failed program was:" >&5
16314 sed 's/^/| /' conftest.$ac_ext >&5
16316 ac_header_preproc=no
16319 rm -f conftest.err conftest.$ac_ext
16320 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16321 echo "${ECHO_T}$ac_header_preproc" >&6; }
16323 # So? What about this header?
16324 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16325 yes:no: )
16326 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16327 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16328 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16329 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16330 ac_header_preproc=yes
16332 no:yes:* )
16333 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16334 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16335 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16336 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16337 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16338 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16339 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16340 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16341 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16342 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16343 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16344 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16345 ( cat <<\_ASBOX
16346 ## ------------------------------------ ##
16347 ## Report this to wine-devel@winehq.org ##
16348 ## ------------------------------------ ##
16349 _ASBOX
16350 ) | sed "s/^/$as_me: WARNING: /" >&2
16352 esac
16353 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16354 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16355 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16356 echo $ECHO_N "(cached) $ECHO_C" >&6
16357 else
16358 eval "$as_ac_Header=\$ac_header_preproc"
16360 ac_res=`eval echo '${'$as_ac_Header'}'`
16361 { echo "$as_me:$LINENO: result: $ac_res" >&5
16362 echo "${ECHO_T}$ac_res" >&6; }
16365 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16366 cat >>confdefs.h <<_ACEOF
16367 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16368 _ACEOF
16372 done
16374 CPPFLAGS="$ac_save_CPPFLAGS"
16375 if test "$ac_cv_header_png_h" = "yes"
16376 then
16377 PNGINCL="$X_CFLAGS"
16379 { echo "$as_me:$LINENO: checking for -lpng" >&5
16380 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16381 if test "${ac_cv_lib_soname_png+set}" = set; then
16382 echo $ECHO_N "(cached) $ECHO_C" >&6
16383 else
16384 ac_check_soname_save_LIBS=$LIBS
16385 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16386 cat >conftest.$ac_ext <<_ACEOF
16387 /* confdefs.h. */
16388 _ACEOF
16389 cat confdefs.h >>conftest.$ac_ext
16390 cat >>conftest.$ac_ext <<_ACEOF
16391 /* end confdefs.h. */
16393 /* Override any GCC internal prototype to avoid an error.
16394 Use char because int might match the return type of a GCC
16395 builtin and then its argument prototype would still apply. */
16396 #ifdef __cplusplus
16397 extern "C"
16398 #endif
16399 char png_create_read_struct ();
16401 main ()
16403 return png_create_read_struct ();
16405 return 0;
16407 _ACEOF
16408 rm -f conftest.$ac_objext conftest$ac_exeext
16409 if { (ac_try="$ac_link"
16410 case "(($ac_try" in
16411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16412 *) ac_try_echo=$ac_try;;
16413 esac
16414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16415 (eval "$ac_link") 2>conftest.er1
16416 ac_status=$?
16417 grep -v '^ *+' conftest.er1 >conftest.err
16418 rm -f conftest.er1
16419 cat conftest.err >&5
16420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421 (exit $ac_status); } && {
16422 test -z "$ac_c_werror_flag" ||
16423 test ! -s conftest.err
16424 } && test -s conftest$ac_exeext &&
16425 $as_test_x conftest$ac_exeext; then
16426 case "$LIBEXT" in
16427 dll) ;;
16428 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'` ;;
16429 *) 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'` ;;
16430 esac
16431 else
16432 echo "$as_me: failed program was:" >&5
16433 sed 's/^/| /' conftest.$ac_ext >&5
16438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16439 conftest$ac_exeext conftest.$ac_ext
16440 LIBS=$ac_check_soname_save_LIBS
16442 if test "x$ac_cv_lib_soname_png" = "x"; then
16443 { echo "$as_me:$LINENO: result: not found" >&5
16444 echo "${ECHO_T}not found" >&6; }
16446 else
16447 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16448 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16450 cat >>confdefs.h <<_ACEOF
16451 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16452 _ACEOF
16459 if test "x$ac_cv_lib_soname_png" = "x"; then
16460 case "x$with_png" in
16461 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16462 xno) ;;
16463 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16464 This is an error since --with-png was requested." >&5
16465 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16466 This is an error since --with-png was requested." >&2;}
16467 { (exit 1); exit 1; }; } ;;
16468 esac
16472 if test "$ac_cv_header_kstat_h" = "yes"
16473 then
16474 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16475 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16476 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16477 echo $ECHO_N "(cached) $ECHO_C" >&6
16478 else
16479 ac_check_lib_save_LIBS=$LIBS
16480 LIBS="-lkstat $LIBS"
16481 cat >conftest.$ac_ext <<_ACEOF
16482 /* confdefs.h. */
16483 _ACEOF
16484 cat confdefs.h >>conftest.$ac_ext
16485 cat >>conftest.$ac_ext <<_ACEOF
16486 /* end confdefs.h. */
16488 /* Override any GCC internal prototype to avoid an error.
16489 Use char because int might match the return type of a GCC
16490 builtin and then its argument prototype would still apply. */
16491 #ifdef __cplusplus
16492 extern "C"
16493 #endif
16494 char kstat_open ();
16496 main ()
16498 return kstat_open ();
16500 return 0;
16502 _ACEOF
16503 rm -f conftest.$ac_objext conftest$ac_exeext
16504 if { (ac_try="$ac_link"
16505 case "(($ac_try" in
16506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16507 *) ac_try_echo=$ac_try;;
16508 esac
16509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16510 (eval "$ac_link") 2>conftest.er1
16511 ac_status=$?
16512 grep -v '^ *+' conftest.er1 >conftest.err
16513 rm -f conftest.er1
16514 cat conftest.err >&5
16515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16516 (exit $ac_status); } && {
16517 test -z "$ac_c_werror_flag" ||
16518 test ! -s conftest.err
16519 } && test -s conftest$ac_exeext &&
16520 $as_test_x conftest$ac_exeext; then
16521 ac_cv_lib_kstat_kstat_open=yes
16522 else
16523 echo "$as_me: failed program was:" >&5
16524 sed 's/^/| /' conftest.$ac_ext >&5
16526 ac_cv_lib_kstat_kstat_open=no
16529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16530 conftest$ac_exeext conftest.$ac_ext
16531 LIBS=$ac_check_lib_save_LIBS
16533 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16534 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16535 if test $ac_cv_lib_kstat_kstat_open = yes; then
16537 cat >>confdefs.h <<\_ACEOF
16538 #define HAVE_LIBKSTAT 1
16539 _ACEOF
16541 LIBKSTAT="-lkstat"
16547 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16548 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16549 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16550 echo $ECHO_N "(cached) $ECHO_C" >&6
16551 else
16552 ac_check_soname_save_LIBS=$LIBS
16553 LIBS="-lodbc $LIBS"
16554 cat >conftest.$ac_ext <<_ACEOF
16555 /* confdefs.h. */
16556 _ACEOF
16557 cat confdefs.h >>conftest.$ac_ext
16558 cat >>conftest.$ac_ext <<_ACEOF
16559 /* end confdefs.h. */
16561 /* Override any GCC internal prototype to avoid an error.
16562 Use char because int might match the return type of a GCC
16563 builtin and then its argument prototype would still apply. */
16564 #ifdef __cplusplus
16565 extern "C"
16566 #endif
16567 char SQLConnect ();
16569 main ()
16571 return SQLConnect ();
16573 return 0;
16575 _ACEOF
16576 rm -f conftest.$ac_objext conftest$ac_exeext
16577 if { (ac_try="$ac_link"
16578 case "(($ac_try" in
16579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16580 *) ac_try_echo=$ac_try;;
16581 esac
16582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16583 (eval "$ac_link") 2>conftest.er1
16584 ac_status=$?
16585 grep -v '^ *+' conftest.er1 >conftest.err
16586 rm -f conftest.er1
16587 cat conftest.err >&5
16588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); } && {
16590 test -z "$ac_c_werror_flag" ||
16591 test ! -s conftest.err
16592 } && test -s conftest$ac_exeext &&
16593 $as_test_x conftest$ac_exeext; then
16594 case "$LIBEXT" in
16595 dll) ;;
16596 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'` ;;
16597 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16598 esac
16599 else
16600 echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16607 conftest$ac_exeext conftest.$ac_ext
16608 LIBS=$ac_check_soname_save_LIBS
16610 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16611 { echo "$as_me:$LINENO: result: not found" >&5
16612 echo "${ECHO_T}not found" >&6; }
16613 cat >>confdefs.h <<_ACEOF
16614 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16615 _ACEOF
16617 else
16618 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16619 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16621 cat >>confdefs.h <<_ACEOF
16622 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16623 _ACEOF
16629 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16630 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16631 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16632 "$ac_cv_header_soundcard_h" != "yes" -a \
16633 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16634 then
16635 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16639 EXTRACFLAGS=""
16641 if test "x${GCC}" = "xyes"
16642 then
16643 EXTRACFLAGS="-Wall -pipe"
16645 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16646 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16647 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16648 echo $ECHO_N "(cached) $ECHO_C" >&6
16649 else
16650 if test "$cross_compiling" = yes; then
16651 ac_cv_c_gcc_strength_bug="yes"
16652 else
16653 cat >conftest.$ac_ext <<_ACEOF
16654 /* confdefs.h. */
16655 _ACEOF
16656 cat confdefs.h >>conftest.$ac_ext
16657 cat >>conftest.$ac_ext <<_ACEOF
16658 /* end confdefs.h. */
16659 int L[4] = {0,1,2,3};
16661 main ()
16663 static int Array[3];
16664 unsigned int B = 3;
16665 int i;
16666 for(i=0; i<B; i++) Array[i] = i - 3;
16667 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16668 L[i] = 4;
16669 return (Array[1] != -2 || L[2] != 3)
16671 return 0;
16673 _ACEOF
16674 rm -f conftest$ac_exeext
16675 if { (ac_try="$ac_link"
16676 case "(($ac_try" in
16677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16678 *) ac_try_echo=$ac_try;;
16679 esac
16680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16681 (eval "$ac_link") 2>&5
16682 ac_status=$?
16683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16684 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16685 { (case "(($ac_try" in
16686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16687 *) ac_try_echo=$ac_try;;
16688 esac
16689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16690 (eval "$ac_try") 2>&5
16691 ac_status=$?
16692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16693 (exit $ac_status); }; }; then
16694 ac_cv_c_gcc_strength_bug="no"
16695 else
16696 echo "$as_me: program exited with status $ac_status" >&5
16697 echo "$as_me: failed program was:" >&5
16698 sed 's/^/| /' conftest.$ac_ext >&5
16700 ( exit $ac_status )
16701 ac_cv_c_gcc_strength_bug="yes"
16703 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16708 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16709 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16710 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16711 then
16712 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16715 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16716 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16717 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16718 echo $ECHO_N "(cached) $ECHO_C" >&6
16719 else
16720 ac_wine_try_cflags_saved=$CFLAGS
16721 CFLAGS="$CFLAGS -fno-builtin"
16722 cat >conftest.$ac_ext <<_ACEOF
16723 /* confdefs.h. */
16724 _ACEOF
16725 cat confdefs.h >>conftest.$ac_ext
16726 cat >>conftest.$ac_ext <<_ACEOF
16727 /* end confdefs.h. */
16730 main ()
16734 return 0;
16736 _ACEOF
16737 rm -f conftest.$ac_objext conftest$ac_exeext
16738 if { (ac_try="$ac_link"
16739 case "(($ac_try" in
16740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16741 *) ac_try_echo=$ac_try;;
16742 esac
16743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16744 (eval "$ac_link") 2>conftest.er1
16745 ac_status=$?
16746 grep -v '^ *+' conftest.er1 >conftest.err
16747 rm -f conftest.er1
16748 cat conftest.err >&5
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); } && {
16751 test -z "$ac_c_werror_flag" ||
16752 test ! -s conftest.err
16753 } && test -s conftest$ac_exeext &&
16754 $as_test_x conftest$ac_exeext; then
16755 ac_cv_cflags__fno_builtin=yes
16756 else
16757 echo "$as_me: failed program was:" >&5
16758 sed 's/^/| /' conftest.$ac_ext >&5
16760 ac_cv_cflags__fno_builtin=no
16763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16764 conftest$ac_exeext conftest.$ac_ext
16765 CFLAGS=$ac_wine_try_cflags_saved
16767 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16768 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16769 if test $ac_cv_cflags__fno_builtin = yes; then
16770 BUILTINFLAG="-fno-builtin"
16774 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16775 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16776 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16777 echo $ECHO_N "(cached) $ECHO_C" >&6
16778 else
16779 ac_wine_try_cflags_saved=$CFLAGS
16780 CFLAGS="$CFLAGS -fno-strict-aliasing"
16781 cat >conftest.$ac_ext <<_ACEOF
16782 /* confdefs.h. */
16783 _ACEOF
16784 cat confdefs.h >>conftest.$ac_ext
16785 cat >>conftest.$ac_ext <<_ACEOF
16786 /* end confdefs.h. */
16789 main ()
16793 return 0;
16795 _ACEOF
16796 rm -f conftest.$ac_objext conftest$ac_exeext
16797 if { (ac_try="$ac_link"
16798 case "(($ac_try" in
16799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16800 *) ac_try_echo=$ac_try;;
16801 esac
16802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16803 (eval "$ac_link") 2>conftest.er1
16804 ac_status=$?
16805 grep -v '^ *+' conftest.er1 >conftest.err
16806 rm -f conftest.er1
16807 cat conftest.err >&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); } && {
16810 test -z "$ac_c_werror_flag" ||
16811 test ! -s conftest.err
16812 } && test -s conftest$ac_exeext &&
16813 $as_test_x conftest$ac_exeext; then
16814 ac_cv_cflags__fno_strict_aliasing=yes
16815 else
16816 echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16819 ac_cv_cflags__fno_strict_aliasing=no
16822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16823 conftest$ac_exeext conftest.$ac_ext
16824 CFLAGS=$ac_wine_try_cflags_saved
16826 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16827 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16828 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16829 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16832 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16833 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16834 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16835 echo $ECHO_N "(cached) $ECHO_C" >&6
16836 else
16837 ac_wine_try_cflags_saved=$CFLAGS
16838 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16839 cat >conftest.$ac_ext <<_ACEOF
16840 /* confdefs.h. */
16841 _ACEOF
16842 cat confdefs.h >>conftest.$ac_ext
16843 cat >>conftest.$ac_ext <<_ACEOF
16844 /* end confdefs.h. */
16847 main ()
16851 return 0;
16853 _ACEOF
16854 rm -f conftest.$ac_objext conftest$ac_exeext
16855 if { (ac_try="$ac_link"
16856 case "(($ac_try" in
16857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16858 *) ac_try_echo=$ac_try;;
16859 esac
16860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16861 (eval "$ac_link") 2>conftest.er1
16862 ac_status=$?
16863 grep -v '^ *+' conftest.er1 >conftest.err
16864 rm -f conftest.er1
16865 cat conftest.err >&5
16866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16867 (exit $ac_status); } && {
16868 test -z "$ac_c_werror_flag" ||
16869 test ! -s conftest.err
16870 } && test -s conftest$ac_exeext &&
16871 $as_test_x conftest$ac_exeext; then
16872 ac_cv_cflags__Wdeclaration_after_statement=yes
16873 else
16874 echo "$as_me: failed program was:" >&5
16875 sed 's/^/| /' conftest.$ac_ext >&5
16877 ac_cv_cflags__Wdeclaration_after_statement=no
16880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16881 conftest$ac_exeext conftest.$ac_ext
16882 CFLAGS=$ac_wine_try_cflags_saved
16884 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16885 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16886 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16887 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16890 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16891 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16892 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16893 echo $ECHO_N "(cached) $ECHO_C" >&6
16894 else
16895 ac_wine_try_cflags_saved=$CFLAGS
16896 CFLAGS="$CFLAGS -Wwrite-strings"
16897 cat >conftest.$ac_ext <<_ACEOF
16898 /* confdefs.h. */
16899 _ACEOF
16900 cat confdefs.h >>conftest.$ac_ext
16901 cat >>conftest.$ac_ext <<_ACEOF
16902 /* end confdefs.h. */
16905 main ()
16909 return 0;
16911 _ACEOF
16912 rm -f conftest.$ac_objext conftest$ac_exeext
16913 if { (ac_try="$ac_link"
16914 case "(($ac_try" in
16915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16916 *) ac_try_echo=$ac_try;;
16917 esac
16918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16919 (eval "$ac_link") 2>conftest.er1
16920 ac_status=$?
16921 grep -v '^ *+' conftest.er1 >conftest.err
16922 rm -f conftest.er1
16923 cat conftest.err >&5
16924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16925 (exit $ac_status); } && {
16926 test -z "$ac_c_werror_flag" ||
16927 test ! -s conftest.err
16928 } && test -s conftest$ac_exeext &&
16929 $as_test_x conftest$ac_exeext; then
16930 ac_cv_cflags__Wwrite_strings=yes
16931 else
16932 echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16935 ac_cv_cflags__Wwrite_strings=no
16938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16939 conftest$ac_exeext conftest.$ac_ext
16940 CFLAGS=$ac_wine_try_cflags_saved
16942 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16943 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16944 if test $ac_cv_cflags__Wwrite_strings = yes; then
16945 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16948 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16949 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16950 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16951 echo $ECHO_N "(cached) $ECHO_C" >&6
16952 else
16953 ac_wine_try_cflags_saved=$CFLAGS
16954 CFLAGS="$CFLAGS -Wtype-limits"
16955 cat >conftest.$ac_ext <<_ACEOF
16956 /* confdefs.h. */
16957 _ACEOF
16958 cat confdefs.h >>conftest.$ac_ext
16959 cat >>conftest.$ac_ext <<_ACEOF
16960 /* end confdefs.h. */
16963 main ()
16967 return 0;
16969 _ACEOF
16970 rm -f conftest.$ac_objext conftest$ac_exeext
16971 if { (ac_try="$ac_link"
16972 case "(($ac_try" in
16973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16974 *) ac_try_echo=$ac_try;;
16975 esac
16976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16977 (eval "$ac_link") 2>conftest.er1
16978 ac_status=$?
16979 grep -v '^ *+' conftest.er1 >conftest.err
16980 rm -f conftest.er1
16981 cat conftest.err >&5
16982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983 (exit $ac_status); } && {
16984 test -z "$ac_c_werror_flag" ||
16985 test ! -s conftest.err
16986 } && test -s conftest$ac_exeext &&
16987 $as_test_x conftest$ac_exeext; then
16988 ac_cv_cflags__Wtype_limits=yes
16989 else
16990 echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16993 ac_cv_cflags__Wtype_limits=no
16996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16997 conftest$ac_exeext conftest.$ac_ext
16998 CFLAGS=$ac_wine_try_cflags_saved
17000 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17001 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17002 if test $ac_cv_cflags__Wtype_limits = yes; then
17003 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17007 saved_CFLAGS="$CFLAGS"
17008 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17009 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17010 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17011 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17012 echo $ECHO_N "(cached) $ECHO_C" >&6
17013 else
17014 cat >conftest.$ac_ext <<_ACEOF
17015 /* confdefs.h. */
17016 _ACEOF
17017 cat confdefs.h >>conftest.$ac_ext
17018 cat >>conftest.$ac_ext <<_ACEOF
17019 /* end confdefs.h. */
17020 #include <string.h>
17022 main ()
17026 return 0;
17028 _ACEOF
17029 rm -f conftest.$ac_objext
17030 if { (ac_try="$ac_compile"
17031 case "(($ac_try" in
17032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17033 *) ac_try_echo=$ac_try;;
17034 esac
17035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17036 (eval "$ac_compile") 2>conftest.er1
17037 ac_status=$?
17038 grep -v '^ *+' conftest.er1 >conftest.err
17039 rm -f conftest.er1
17040 cat conftest.err >&5
17041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17042 (exit $ac_status); } && {
17043 test -z "$ac_c_werror_flag" ||
17044 test ! -s conftest.err
17045 } && test -s conftest.$ac_objext; then
17046 ac_cv_c_string_h_warnings=no
17047 else
17048 echo "$as_me: failed program was:" >&5
17049 sed 's/^/| /' conftest.$ac_ext >&5
17051 ac_cv_c_string_h_warnings=yes
17054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17056 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17057 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17058 CFLAGS="$saved_CFLAGS"
17059 if test "$ac_cv_c_string_h_warnings" = "no"
17060 then
17061 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17066 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17067 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17068 if test "${ac_cv_c_extern_prefix+set}" = set; then
17069 echo $ECHO_N "(cached) $ECHO_C" >&6
17070 else
17071 cat >conftest.$ac_ext <<_ACEOF
17072 /* confdefs.h. */
17073 _ACEOF
17074 cat confdefs.h >>conftest.$ac_ext
17075 cat >>conftest.$ac_ext <<_ACEOF
17076 /* end confdefs.h. */
17077 extern int ac_test;
17079 main ()
17081 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17083 return 0;
17085 _ACEOF
17086 rm -f conftest.$ac_objext conftest$ac_exeext
17087 if { (ac_try="$ac_link"
17088 case "(($ac_try" in
17089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17090 *) ac_try_echo=$ac_try;;
17091 esac
17092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17093 (eval "$ac_link") 2>conftest.er1
17094 ac_status=$?
17095 grep -v '^ *+' conftest.er1 >conftest.err
17096 rm -f conftest.er1
17097 cat conftest.err >&5
17098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17099 (exit $ac_status); } && {
17100 test -z "$ac_c_werror_flag" ||
17101 test ! -s conftest.err
17102 } && test -s conftest$ac_exeext &&
17103 $as_test_x conftest$ac_exeext; then
17104 ac_cv_c_extern_prefix="yes"
17105 else
17106 echo "$as_me: failed program was:" >&5
17107 sed 's/^/| /' conftest.$ac_ext >&5
17109 ac_cv_c_extern_prefix="no"
17112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17113 conftest$ac_exeext conftest.$ac_ext
17115 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17116 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17118 case $host_cpu in
17119 *i[3456789]86*)
17120 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17121 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17122 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17123 echo $ECHO_N "(cached) $ECHO_C" >&6
17124 else
17125 cat >conftest.$ac_ext <<_ACEOF
17126 /* confdefs.h. */
17127 _ACEOF
17128 cat confdefs.h >>conftest.$ac_ext
17129 cat >>conftest.$ac_ext <<_ACEOF
17130 /* end confdefs.h. */
17131 #ifndef _MSC_VER
17132 #define __stdcall __attribute__((__stdcall__))
17133 #endif
17134 int __stdcall ac_test(int i) { return i; }
17136 main ()
17138 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17140 return 0;
17142 _ACEOF
17143 rm -f conftest.$ac_objext conftest$ac_exeext
17144 if { (ac_try="$ac_link"
17145 case "(($ac_try" in
17146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17147 *) ac_try_echo=$ac_try;;
17148 esac
17149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17150 (eval "$ac_link") 2>conftest.er1
17151 ac_status=$?
17152 grep -v '^ *+' conftest.er1 >conftest.err
17153 rm -f conftest.er1
17154 cat conftest.err >&5
17155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); } && {
17157 test -z "$ac_c_werror_flag" ||
17158 test ! -s conftest.err
17159 } && test -s conftest$ac_exeext &&
17160 $as_test_x conftest$ac_exeext; then
17161 ac_cv_c_stdcall_suffix="yes"
17162 else
17163 echo "$as_me: failed program was:" >&5
17164 sed 's/^/| /' conftest.$ac_ext >&5
17166 ac_cv_c_stdcall_suffix="no"
17169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17170 conftest$ac_exeext conftest.$ac_ext
17172 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17173 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17174 *) ac_cv_c_stdcall_suffix="no" ;;
17175 esac
17179 if test "$ac_cv_c_extern_prefix" = "yes"
17180 then
17181 cat >>confdefs.h <<\_ACEOF
17182 #define __ASM_NAME(name) "_" name
17183 _ACEOF
17185 asm_name_prefix="_"
17186 else
17187 cat >>confdefs.h <<\_ACEOF
17188 #define __ASM_NAME(name) name
17189 _ACEOF
17191 asm_name_prefix=""
17196 if test "$ac_cv_c_stdcall_suffix" = "yes"
17197 then
17198 cat >>confdefs.h <<\_ACEOF
17199 #define __ASM_STDCALL(args) "@" #args
17200 _ACEOF
17202 else
17203 cat >>confdefs.h <<\_ACEOF
17204 #define __ASM_STDCALL(args) ""
17205 _ACEOF
17210 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17211 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17212 if test "${ac_cv_asm_func_def+set}" = set; then
17213 echo $ECHO_N "(cached) $ECHO_C" >&6
17214 else
17215 cat >conftest.$ac_ext <<_ACEOF
17216 /* confdefs.h. */
17217 _ACEOF
17218 cat confdefs.h >>conftest.$ac_ext
17219 cat >>conftest.$ac_ext <<_ACEOF
17220 /* end confdefs.h. */
17223 main ()
17225 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17227 return 0;
17229 _ACEOF
17230 rm -f conftest.$ac_objext conftest$ac_exeext
17231 if { (ac_try="$ac_link"
17232 case "(($ac_try" in
17233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17234 *) ac_try_echo=$ac_try;;
17235 esac
17236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17237 (eval "$ac_link") 2>conftest.er1
17238 ac_status=$?
17239 grep -v '^ *+' conftest.er1 >conftest.err
17240 rm -f conftest.er1
17241 cat conftest.err >&5
17242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17243 (exit $ac_status); } && {
17244 test -z "$ac_c_werror_flag" ||
17245 test ! -s conftest.err
17246 } && test -s conftest$ac_exeext &&
17247 $as_test_x conftest$ac_exeext; then
17248 ac_cv_asm_func_def=".def"
17249 else
17250 echo "$as_me: failed program was:" >&5
17251 sed 's/^/| /' conftest.$ac_ext >&5
17253 cat >conftest.$ac_ext <<_ACEOF
17254 /* confdefs.h. */
17255 _ACEOF
17256 cat confdefs.h >>conftest.$ac_ext
17257 cat >>conftest.$ac_ext <<_ACEOF
17258 /* end confdefs.h. */
17261 main ()
17263 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17265 return 0;
17267 _ACEOF
17268 rm -f conftest.$ac_objext conftest$ac_exeext
17269 if { (ac_try="$ac_link"
17270 case "(($ac_try" in
17271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17272 *) ac_try_echo=$ac_try;;
17273 esac
17274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17275 (eval "$ac_link") 2>conftest.er1
17276 ac_status=$?
17277 grep -v '^ *+' conftest.er1 >conftest.err
17278 rm -f conftest.er1
17279 cat conftest.err >&5
17280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17281 (exit $ac_status); } && {
17282 test -z "$ac_c_werror_flag" ||
17283 test ! -s conftest.err
17284 } && test -s conftest$ac_exeext &&
17285 $as_test_x conftest$ac_exeext; then
17286 ac_cv_asm_func_def=".type @function"
17287 else
17288 echo "$as_me: failed program was:" >&5
17289 sed 's/^/| /' conftest.$ac_ext >&5
17291 cat >conftest.$ac_ext <<_ACEOF
17292 /* confdefs.h. */
17293 _ACEOF
17294 cat confdefs.h >>conftest.$ac_ext
17295 cat >>conftest.$ac_ext <<_ACEOF
17296 /* end confdefs.h. */
17299 main ()
17301 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17303 return 0;
17305 _ACEOF
17306 rm -f conftest.$ac_objext conftest$ac_exeext
17307 if { (ac_try="$ac_link"
17308 case "(($ac_try" in
17309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17310 *) ac_try_echo=$ac_try;;
17311 esac
17312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17313 (eval "$ac_link") 2>conftest.er1
17314 ac_status=$?
17315 grep -v '^ *+' conftest.er1 >conftest.err
17316 rm -f conftest.er1
17317 cat conftest.err >&5
17318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17319 (exit $ac_status); } && {
17320 test -z "$ac_c_werror_flag" ||
17321 test ! -s conftest.err
17322 } && test -s conftest$ac_exeext &&
17323 $as_test_x conftest$ac_exeext; then
17324 ac_cv_asm_func_def=".type 2"
17325 else
17326 echo "$as_me: failed program was:" >&5
17327 sed 's/^/| /' conftest.$ac_ext >&5
17329 ac_cv_asm_func_def="unknown"
17332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17333 conftest$ac_exeext conftest.$ac_ext
17336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17337 conftest$ac_exeext conftest.$ac_ext
17340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17341 conftest$ac_exeext conftest.$ac_ext
17343 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17344 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17348 case "$ac_cv_asm_func_def" in
17349 ".def")
17350 cat >>confdefs.h <<\_ACEOF
17351 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17352 _ACEOF
17354 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17355 ".type @function")
17356 cat >>confdefs.h <<\_ACEOF
17357 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17358 _ACEOF
17360 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17361 ".type 2")
17362 cat >>confdefs.h <<\_ACEOF
17363 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17364 _ACEOF
17366 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17368 cat >>confdefs.h <<\_ACEOF
17369 #define __ASM_FUNC(name) ""
17370 _ACEOF
17372 asm_func_header="" ;;
17373 esac
17375 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17376 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17377 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17378 echo $ECHO_N "(cached) $ECHO_C" >&6
17379 else
17380 cat >conftest.$ac_ext <<_ACEOF
17381 /* confdefs.h. */
17382 _ACEOF
17383 cat confdefs.h >>conftest.$ac_ext
17384 cat >>conftest.$ac_ext <<_ACEOF
17385 /* end confdefs.h. */
17386 asm(".text\n\t.long 0");
17388 main ()
17392 return 0;
17394 _ACEOF
17395 rm -f conftest.$ac_objext
17396 if { (ac_try="$ac_compile"
17397 case "(($ac_try" in
17398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17399 *) ac_try_echo=$ac_try;;
17400 esac
17401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17402 (eval "$ac_compile") 2>conftest.er1
17403 ac_status=$?
17404 grep -v '^ *+' conftest.er1 >conftest.err
17405 rm -f conftest.er1
17406 cat conftest.err >&5
17407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408 (exit $ac_status); } && {
17409 test -z "$ac_c_werror_flag" ||
17410 test ! -s conftest.err
17411 } && test -s conftest.$ac_objext; then
17412 ac_cv_c_asm_outside_funcs="yes"
17413 else
17414 echo "$as_me: failed program was:" >&5
17415 sed 's/^/| /' conftest.$ac_ext >&5
17417 ac_cv_c_asm_outside_funcs="no"
17420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17422 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17423 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
17425 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17426 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
17427 if test "${ac_cv_c_dot_previous+set}" = set; then
17428 echo $ECHO_N "(cached) $ECHO_C" >&6
17429 else
17430 cat >conftest.$ac_ext <<_ACEOF
17431 /* confdefs.h. */
17432 _ACEOF
17433 cat confdefs.h >>conftest.$ac_ext
17434 cat >>conftest.$ac_ext <<_ACEOF
17435 /* end confdefs.h. */
17438 main ()
17440 asm(".text\nac_test:\t.long 0\n\t.previous");
17442 return 0;
17444 _ACEOF
17445 rm -f conftest.$ac_objext conftest$ac_exeext
17446 if { (ac_try="$ac_link"
17447 case "(($ac_try" in
17448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17449 *) ac_try_echo=$ac_try;;
17450 esac
17451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17452 (eval "$ac_link") 2>conftest.er1
17453 ac_status=$?
17454 grep -v '^ *+' conftest.er1 >conftest.err
17455 rm -f conftest.er1
17456 cat conftest.err >&5
17457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17458 (exit $ac_status); } && {
17459 test -z "$ac_c_werror_flag" ||
17460 test ! -s conftest.err
17461 } && test -s conftest$ac_exeext &&
17462 $as_test_x conftest$ac_exeext; then
17463 ac_cv_c_dot_previous="yes"
17464 else
17465 echo "$as_me: failed program was:" >&5
17466 sed 's/^/| /' conftest.$ac_ext >&5
17468 ac_cv_c_dot_previous="no"
17471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17472 conftest$ac_exeext conftest.$ac_ext
17474 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17475 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
17477 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17478 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
17479 if test "${ac_cv_c_cfi_support+set}" = set; then
17480 echo $ECHO_N "(cached) $ECHO_C" >&6
17481 else
17482 cat >conftest.$ac_ext <<_ACEOF
17483 /* confdefs.h. */
17484 _ACEOF
17485 cat confdefs.h >>conftest.$ac_ext
17486 cat >>conftest.$ac_ext <<_ACEOF
17487 /* end confdefs.h. */
17488 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17490 main ()
17494 return 0;
17496 _ACEOF
17497 rm -f conftest.$ac_objext
17498 if { (ac_try="$ac_compile"
17499 case "(($ac_try" in
17500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17501 *) ac_try_echo=$ac_try;;
17502 esac
17503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17504 (eval "$ac_compile") 2>conftest.er1
17505 ac_status=$?
17506 grep -v '^ *+' conftest.er1 >conftest.err
17507 rm -f conftest.er1
17508 cat conftest.err >&5
17509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510 (exit $ac_status); } && {
17511 test -z "$ac_c_werror_flag" ||
17512 test ! -s conftest.err
17513 } && test -s conftest.$ac_objext; then
17514 ac_cv_c_cfi_support="yes"
17515 else
17516 echo "$as_me: failed program was:" >&5
17517 sed 's/^/| /' conftest.$ac_ext >&5
17519 ac_cv_c_cfi_support="no"
17522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17524 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17525 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
17527 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
17528 asm_func_trailer=""
17529 if test "$ac_cv_c_dot_previous" = "yes"
17530 then
17531 asm_func_trailer="\\n\\t.previous"
17533 if test "$ac_cv_c_cfi_support" = "yes"
17534 then
17535 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17536 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17538 cat >>confdefs.h <<\_ACEOF
17539 #define __ASM_CFI(str) str
17540 _ACEOF
17542 else
17543 cat >>confdefs.h <<\_ACEOF
17544 #define __ASM_CFI(str) ""
17545 _ACEOF
17549 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17553 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17554 then
17555 cat >>confdefs.h <<_ACEOF
17556 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17557 _ACEOF
17559 else
17560 cat >>confdefs.h <<_ACEOF
17561 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17562 _ACEOF
17566 cat >>confdefs.h <<\_ACEOF
17567 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
17568 _ACEOF
17571 cat >>confdefs.h <<\_ACEOF
17572 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
17573 _ACEOF
17577 LDPATH=""
17579 case $build_os in
17580 cygwin*|mingw32*)
17581 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17583 darwin*|macosx*)
17586 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17588 esac
17590 case $host_os in
17591 mingw32*)
17592 CRTLIBS="-lmsvcrt"
17594 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17597 esac
17599 case $host_cpu in
17600 *i[3456789]86*)
17601 case $host_os in
17602 linux* | k*bsd*-gnu)
17603 EXTRA_BINARIES="wine-preloader"
17605 esac
17607 esac
17610 ac_save_CFLAGS="$CFLAGS"
17611 CFLAGS="$CFLAGS $BUILTINFLAG"
17682 for ac_func in \
17683 _pclose \
17684 _popen \
17685 _snprintf \
17686 _spawnvp \
17687 _strdup \
17688 _stricmp \
17689 _strnicmp \
17690 _strtoi64 \
17691 _strtoui64 \
17692 _vsnprintf \
17693 asctime_r \
17694 chsize \
17695 dlopen \
17696 epoll_create \
17697 ffs \
17698 finite \
17699 fnmatch \
17700 fork \
17701 fpclass \
17702 fstatfs \
17703 fstatvfs \
17704 ftruncate \
17705 futimes \
17706 futimesat \
17707 getdirentries \
17708 getopt_long \
17709 getpagesize \
17710 getpwuid \
17711 gettid \
17712 gettimeofday \
17713 getuid \
17714 kqueue \
17715 lstat \
17716 memmove \
17717 mmap \
17718 pclose \
17719 pipe2 \
17720 poll \
17721 popen \
17722 prctl \
17723 pread \
17724 pwrite \
17725 readdir \
17726 readlink \
17727 sched_yield \
17728 select \
17729 setproctitle \
17730 setrlimit \
17731 settimeofday \
17732 sigaltstack \
17733 sigprocmask \
17734 snprintf \
17735 spawnvp \
17736 statfs \
17737 statvfs \
17738 strcasecmp \
17739 strdup \
17740 strerror \
17741 strncasecmp \
17742 strtold \
17743 strtoll \
17744 strtoull \
17745 symlink \
17746 tcgetattr \
17747 thr_kill2 \
17748 timegm \
17749 usleep \
17750 vsnprintf \
17751 wait4 \
17752 waitpid \
17755 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17756 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17757 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17758 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17759 echo $ECHO_N "(cached) $ECHO_C" >&6
17760 else
17761 cat >conftest.$ac_ext <<_ACEOF
17762 /* confdefs.h. */
17763 _ACEOF
17764 cat confdefs.h >>conftest.$ac_ext
17765 cat >>conftest.$ac_ext <<_ACEOF
17766 /* end confdefs.h. */
17767 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17768 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17769 #define $ac_func innocuous_$ac_func
17771 /* System header to define __stub macros and hopefully few prototypes,
17772 which can conflict with char $ac_func (); below.
17773 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17774 <limits.h> exists even on freestanding compilers. */
17776 #ifdef __STDC__
17777 # include <limits.h>
17778 #else
17779 # include <assert.h>
17780 #endif
17782 #undef $ac_func
17784 /* Override any GCC internal prototype to avoid an error.
17785 Use char because int might match the return type of a GCC
17786 builtin and then its argument prototype would still apply. */
17787 #ifdef __cplusplus
17788 extern "C"
17789 #endif
17790 char $ac_func ();
17791 /* The GNU C library defines this for functions which it implements
17792 to always fail with ENOSYS. Some functions are actually named
17793 something starting with __ and the normal name is an alias. */
17794 #if defined __stub_$ac_func || defined __stub___$ac_func
17795 choke me
17796 #endif
17799 main ()
17801 return $ac_func ();
17803 return 0;
17805 _ACEOF
17806 rm -f conftest.$ac_objext conftest$ac_exeext
17807 if { (ac_try="$ac_link"
17808 case "(($ac_try" in
17809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17810 *) ac_try_echo=$ac_try;;
17811 esac
17812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17813 (eval "$ac_link") 2>conftest.er1
17814 ac_status=$?
17815 grep -v '^ *+' conftest.er1 >conftest.err
17816 rm -f conftest.er1
17817 cat conftest.err >&5
17818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17819 (exit $ac_status); } && {
17820 test -z "$ac_c_werror_flag" ||
17821 test ! -s conftest.err
17822 } && test -s conftest$ac_exeext &&
17823 $as_test_x conftest$ac_exeext; then
17824 eval "$as_ac_var=yes"
17825 else
17826 echo "$as_me: failed program was:" >&5
17827 sed 's/^/| /' conftest.$ac_ext >&5
17829 eval "$as_ac_var=no"
17832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17833 conftest$ac_exeext conftest.$ac_ext
17835 ac_res=`eval echo '${'$as_ac_var'}'`
17836 { echo "$as_me:$LINENO: result: $ac_res" >&5
17837 echo "${ECHO_T}$ac_res" >&6; }
17838 if test `eval echo '${'$as_ac_var'}'` = yes; then
17839 cat >>confdefs.h <<_ACEOF
17840 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17841 _ACEOF
17844 done
17846 CFLAGS="$ac_save_CFLAGS"
17848 if test "$ac_cv_func_dlopen" = no
17849 then
17850 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17851 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17852 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17853 echo $ECHO_N "(cached) $ECHO_C" >&6
17854 else
17855 ac_check_lib_save_LIBS=$LIBS
17856 LIBS="-ldl $LIBS"
17857 cat >conftest.$ac_ext <<_ACEOF
17858 /* confdefs.h. */
17859 _ACEOF
17860 cat confdefs.h >>conftest.$ac_ext
17861 cat >>conftest.$ac_ext <<_ACEOF
17862 /* end confdefs.h. */
17864 /* Override any GCC internal prototype to avoid an error.
17865 Use char because int might match the return type of a GCC
17866 builtin and then its argument prototype would still apply. */
17867 #ifdef __cplusplus
17868 extern "C"
17869 #endif
17870 char dlopen ();
17872 main ()
17874 return dlopen ();
17876 return 0;
17878 _ACEOF
17879 rm -f conftest.$ac_objext conftest$ac_exeext
17880 if { (ac_try="$ac_link"
17881 case "(($ac_try" in
17882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883 *) ac_try_echo=$ac_try;;
17884 esac
17885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17886 (eval "$ac_link") 2>conftest.er1
17887 ac_status=$?
17888 grep -v '^ *+' conftest.er1 >conftest.err
17889 rm -f conftest.er1
17890 cat conftest.err >&5
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); } && {
17893 test -z "$ac_c_werror_flag" ||
17894 test ! -s conftest.err
17895 } && test -s conftest$ac_exeext &&
17896 $as_test_x conftest$ac_exeext; then
17897 ac_cv_lib_dl_dlopen=yes
17898 else
17899 echo "$as_me: failed program was:" >&5
17900 sed 's/^/| /' conftest.$ac_ext >&5
17902 ac_cv_lib_dl_dlopen=no
17905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17906 conftest$ac_exeext conftest.$ac_ext
17907 LIBS=$ac_check_lib_save_LIBS
17909 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17910 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17911 if test $ac_cv_lib_dl_dlopen = yes; then
17912 cat >>confdefs.h <<\_ACEOF
17913 #define HAVE_DLOPEN 1
17914 _ACEOF
17915 LIBDL="-ldl"
17920 ac_wine_check_funcs_save_LIBS="$LIBS"
17921 LIBS="$LIBS $LIBDL"
17923 for ac_func in dladdr
17925 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17926 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17927 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17928 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17929 echo $ECHO_N "(cached) $ECHO_C" >&6
17930 else
17931 cat >conftest.$ac_ext <<_ACEOF
17932 /* confdefs.h. */
17933 _ACEOF
17934 cat confdefs.h >>conftest.$ac_ext
17935 cat >>conftest.$ac_ext <<_ACEOF
17936 /* end confdefs.h. */
17937 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17939 #define $ac_func innocuous_$ac_func
17941 /* System header to define __stub macros and hopefully few prototypes,
17942 which can conflict with char $ac_func (); below.
17943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17944 <limits.h> exists even on freestanding compilers. */
17946 #ifdef __STDC__
17947 # include <limits.h>
17948 #else
17949 # include <assert.h>
17950 #endif
17952 #undef $ac_func
17954 /* Override any GCC internal prototype to avoid an error.
17955 Use char because int might match the return type of a GCC
17956 builtin and then its argument prototype would still apply. */
17957 #ifdef __cplusplus
17958 extern "C"
17959 #endif
17960 char $ac_func ();
17961 /* The GNU C library defines this for functions which it implements
17962 to always fail with ENOSYS. Some functions are actually named
17963 something starting with __ and the normal name is an alias. */
17964 #if defined __stub_$ac_func || defined __stub___$ac_func
17965 choke me
17966 #endif
17969 main ()
17971 return $ac_func ();
17973 return 0;
17975 _ACEOF
17976 rm -f conftest.$ac_objext conftest$ac_exeext
17977 if { (ac_try="$ac_link"
17978 case "(($ac_try" in
17979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17980 *) ac_try_echo=$ac_try;;
17981 esac
17982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17983 (eval "$ac_link") 2>conftest.er1
17984 ac_status=$?
17985 grep -v '^ *+' conftest.er1 >conftest.err
17986 rm -f conftest.er1
17987 cat conftest.err >&5
17988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17989 (exit $ac_status); } && {
17990 test -z "$ac_c_werror_flag" ||
17991 test ! -s conftest.err
17992 } && test -s conftest$ac_exeext &&
17993 $as_test_x conftest$ac_exeext; then
17994 eval "$as_ac_var=yes"
17995 else
17996 echo "$as_me: failed program was:" >&5
17997 sed 's/^/| /' conftest.$ac_ext >&5
17999 eval "$as_ac_var=no"
18002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18003 conftest$ac_exeext conftest.$ac_ext
18005 ac_res=`eval echo '${'$as_ac_var'}'`
18006 { echo "$as_me:$LINENO: result: $ac_res" >&5
18007 echo "${ECHO_T}$ac_res" >&6; }
18008 if test `eval echo '${'$as_ac_var'}'` = yes; then
18009 cat >>confdefs.h <<_ACEOF
18010 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18011 _ACEOF
18014 done
18016 LIBS="$ac_wine_check_funcs_save_LIBS"
18018 if test "$ac_cv_func_poll" = no
18019 then
18020 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18021 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18022 if test "${ac_cv_lib_poll_poll+set}" = set; then
18023 echo $ECHO_N "(cached) $ECHO_C" >&6
18024 else
18025 ac_check_lib_save_LIBS=$LIBS
18026 LIBS="-lpoll $LIBS"
18027 cat >conftest.$ac_ext <<_ACEOF
18028 /* confdefs.h. */
18029 _ACEOF
18030 cat confdefs.h >>conftest.$ac_ext
18031 cat >>conftest.$ac_ext <<_ACEOF
18032 /* end confdefs.h. */
18034 /* Override any GCC internal prototype to avoid an error.
18035 Use char because int might match the return type of a GCC
18036 builtin and then its argument prototype would still apply. */
18037 #ifdef __cplusplus
18038 extern "C"
18039 #endif
18040 char poll ();
18042 main ()
18044 return poll ();
18046 return 0;
18048 _ACEOF
18049 rm -f conftest.$ac_objext conftest$ac_exeext
18050 if { (ac_try="$ac_link"
18051 case "(($ac_try" in
18052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18053 *) ac_try_echo=$ac_try;;
18054 esac
18055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18056 (eval "$ac_link") 2>conftest.er1
18057 ac_status=$?
18058 grep -v '^ *+' conftest.er1 >conftest.err
18059 rm -f conftest.er1
18060 cat conftest.err >&5
18061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18062 (exit $ac_status); } && {
18063 test -z "$ac_c_werror_flag" ||
18064 test ! -s conftest.err
18065 } && test -s conftest$ac_exeext &&
18066 $as_test_x conftest$ac_exeext; then
18067 ac_cv_lib_poll_poll=yes
18068 else
18069 echo "$as_me: failed program was:" >&5
18070 sed 's/^/| /' conftest.$ac_ext >&5
18072 ac_cv_lib_poll_poll=no
18075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18076 conftest$ac_exeext conftest.$ac_ext
18077 LIBS=$ac_check_lib_save_LIBS
18079 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18080 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18081 if test $ac_cv_lib_poll_poll = yes; then
18082 cat >>confdefs.h <<\_ACEOF
18083 #define HAVE_POLL 1
18084 _ACEOF
18085 LIBPOLL="-lpoll"
18091 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18092 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18093 if test "${ac_cv_search_gethostbyname+set}" = set; then
18094 echo $ECHO_N "(cached) $ECHO_C" >&6
18095 else
18096 ac_func_search_save_LIBS=$LIBS
18097 cat >conftest.$ac_ext <<_ACEOF
18098 /* confdefs.h. */
18099 _ACEOF
18100 cat confdefs.h >>conftest.$ac_ext
18101 cat >>conftest.$ac_ext <<_ACEOF
18102 /* end confdefs.h. */
18104 /* Override any GCC internal prototype to avoid an error.
18105 Use char because int might match the return type of a GCC
18106 builtin and then its argument prototype would still apply. */
18107 #ifdef __cplusplus
18108 extern "C"
18109 #endif
18110 char gethostbyname ();
18112 main ()
18114 return gethostbyname ();
18116 return 0;
18118 _ACEOF
18119 for ac_lib in '' nsl; do
18120 if test -z "$ac_lib"; then
18121 ac_res="none required"
18122 else
18123 ac_res=-l$ac_lib
18124 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18126 rm -f conftest.$ac_objext conftest$ac_exeext
18127 if { (ac_try="$ac_link"
18128 case "(($ac_try" in
18129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18131 esac
18132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18133 (eval "$ac_link") 2>conftest.er1
18134 ac_status=$?
18135 grep -v '^ *+' conftest.er1 >conftest.err
18136 rm -f conftest.er1
18137 cat conftest.err >&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest$ac_exeext &&
18143 $as_test_x conftest$ac_exeext; then
18144 ac_cv_search_gethostbyname=$ac_res
18145 else
18146 echo "$as_me: failed program was:" >&5
18147 sed 's/^/| /' conftest.$ac_ext >&5
18152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18153 conftest$ac_exeext
18154 if test "${ac_cv_search_gethostbyname+set}" = set; then
18155 break
18157 done
18158 if test "${ac_cv_search_gethostbyname+set}" = set; then
18160 else
18161 ac_cv_search_gethostbyname=no
18163 rm conftest.$ac_ext
18164 LIBS=$ac_func_search_save_LIBS
18166 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18167 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18168 ac_res=$ac_cv_search_gethostbyname
18169 if test "$ac_res" != no; then
18170 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18175 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18176 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18177 if test "${ac_cv_search_connect+set}" = set; then
18178 echo $ECHO_N "(cached) $ECHO_C" >&6
18179 else
18180 ac_func_search_save_LIBS=$LIBS
18181 cat >conftest.$ac_ext <<_ACEOF
18182 /* confdefs.h. */
18183 _ACEOF
18184 cat confdefs.h >>conftest.$ac_ext
18185 cat >>conftest.$ac_ext <<_ACEOF
18186 /* end confdefs.h. */
18188 /* Override any GCC internal prototype to avoid an error.
18189 Use char because int might match the return type of a GCC
18190 builtin and then its argument prototype would still apply. */
18191 #ifdef __cplusplus
18192 extern "C"
18193 #endif
18194 char connect ();
18196 main ()
18198 return connect ();
18200 return 0;
18202 _ACEOF
18203 for ac_lib in '' socket; do
18204 if test -z "$ac_lib"; then
18205 ac_res="none required"
18206 else
18207 ac_res=-l$ac_lib
18208 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18210 rm -f conftest.$ac_objext conftest$ac_exeext
18211 if { (ac_try="$ac_link"
18212 case "(($ac_try" in
18213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18214 *) ac_try_echo=$ac_try;;
18215 esac
18216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18217 (eval "$ac_link") 2>conftest.er1
18218 ac_status=$?
18219 grep -v '^ *+' conftest.er1 >conftest.err
18220 rm -f conftest.er1
18221 cat conftest.err >&5
18222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223 (exit $ac_status); } && {
18224 test -z "$ac_c_werror_flag" ||
18225 test ! -s conftest.err
18226 } && test -s conftest$ac_exeext &&
18227 $as_test_x conftest$ac_exeext; then
18228 ac_cv_search_connect=$ac_res
18229 else
18230 echo "$as_me: failed program was:" >&5
18231 sed 's/^/| /' conftest.$ac_ext >&5
18236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18237 conftest$ac_exeext
18238 if test "${ac_cv_search_connect+set}" = set; then
18239 break
18241 done
18242 if test "${ac_cv_search_connect+set}" = set; then
18244 else
18245 ac_cv_search_connect=no
18247 rm conftest.$ac_ext
18248 LIBS=$ac_func_search_save_LIBS
18250 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18251 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18252 ac_res=$ac_cv_search_connect
18253 if test "$ac_res" != no; then
18254 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18259 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18260 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18261 if test "${ac_cv_search_inet_aton+set}" = set; then
18262 echo $ECHO_N "(cached) $ECHO_C" >&6
18263 else
18264 ac_func_search_save_LIBS=$LIBS
18265 cat >conftest.$ac_ext <<_ACEOF
18266 /* confdefs.h. */
18267 _ACEOF
18268 cat confdefs.h >>conftest.$ac_ext
18269 cat >>conftest.$ac_ext <<_ACEOF
18270 /* end confdefs.h. */
18272 /* Override any GCC internal prototype to avoid an error.
18273 Use char because int might match the return type of a GCC
18274 builtin and then its argument prototype would still apply. */
18275 #ifdef __cplusplus
18276 extern "C"
18277 #endif
18278 char inet_aton ();
18280 main ()
18282 return inet_aton ();
18284 return 0;
18286 _ACEOF
18287 for ac_lib in '' resolv; do
18288 if test -z "$ac_lib"; then
18289 ac_res="none required"
18290 else
18291 ac_res=-l$ac_lib
18292 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18294 rm -f conftest.$ac_objext conftest$ac_exeext
18295 if { (ac_try="$ac_link"
18296 case "(($ac_try" in
18297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18298 *) ac_try_echo=$ac_try;;
18299 esac
18300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18301 (eval "$ac_link") 2>conftest.er1
18302 ac_status=$?
18303 grep -v '^ *+' conftest.er1 >conftest.err
18304 rm -f conftest.er1
18305 cat conftest.err >&5
18306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18307 (exit $ac_status); } && {
18308 test -z "$ac_c_werror_flag" ||
18309 test ! -s conftest.err
18310 } && test -s conftest$ac_exeext &&
18311 $as_test_x conftest$ac_exeext; then
18312 ac_cv_search_inet_aton=$ac_res
18313 else
18314 echo "$as_me: failed program was:" >&5
18315 sed 's/^/| /' conftest.$ac_ext >&5
18320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18321 conftest$ac_exeext
18322 if test "${ac_cv_search_inet_aton+set}" = set; then
18323 break
18325 done
18326 if test "${ac_cv_search_inet_aton+set}" = set; then
18328 else
18329 ac_cv_search_inet_aton=no
18331 rm conftest.$ac_ext
18332 LIBS=$ac_func_search_save_LIBS
18334 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18335 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18336 ac_res=$ac_cv_search_inet_aton
18337 if test "$ac_res" != no; then
18338 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18354 for ac_func in \
18355 getaddrinfo \
18356 getnameinfo \
18357 getnetbyname \
18358 getprotobyname \
18359 getprotobynumber \
18360 getservbyport \
18361 inet_network \
18362 inet_ntop \
18363 inet_pton \
18364 sendmsg \
18365 socketpair \
18368 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18369 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18370 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18371 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18372 echo $ECHO_N "(cached) $ECHO_C" >&6
18373 else
18374 cat >conftest.$ac_ext <<_ACEOF
18375 /* confdefs.h. */
18376 _ACEOF
18377 cat confdefs.h >>conftest.$ac_ext
18378 cat >>conftest.$ac_ext <<_ACEOF
18379 /* end confdefs.h. */
18380 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18381 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18382 #define $ac_func innocuous_$ac_func
18384 /* System header to define __stub macros and hopefully few prototypes,
18385 which can conflict with char $ac_func (); below.
18386 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18387 <limits.h> exists even on freestanding compilers. */
18389 #ifdef __STDC__
18390 # include <limits.h>
18391 #else
18392 # include <assert.h>
18393 #endif
18395 #undef $ac_func
18397 /* Override any GCC internal prototype to avoid an error.
18398 Use char because int might match the return type of a GCC
18399 builtin and then its argument prototype would still apply. */
18400 #ifdef __cplusplus
18401 extern "C"
18402 #endif
18403 char $ac_func ();
18404 /* The GNU C library defines this for functions which it implements
18405 to always fail with ENOSYS. Some functions are actually named
18406 something starting with __ and the normal name is an alias. */
18407 #if defined __stub_$ac_func || defined __stub___$ac_func
18408 choke me
18409 #endif
18412 main ()
18414 return $ac_func ();
18416 return 0;
18418 _ACEOF
18419 rm -f conftest.$ac_objext conftest$ac_exeext
18420 if { (ac_try="$ac_link"
18421 case "(($ac_try" in
18422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18423 *) ac_try_echo=$ac_try;;
18424 esac
18425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18426 (eval "$ac_link") 2>conftest.er1
18427 ac_status=$?
18428 grep -v '^ *+' conftest.er1 >conftest.err
18429 rm -f conftest.er1
18430 cat conftest.err >&5
18431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432 (exit $ac_status); } && {
18433 test -z "$ac_c_werror_flag" ||
18434 test ! -s conftest.err
18435 } && test -s conftest$ac_exeext &&
18436 $as_test_x conftest$ac_exeext; then
18437 eval "$as_ac_var=yes"
18438 else
18439 echo "$as_me: failed program was:" >&5
18440 sed 's/^/| /' conftest.$ac_ext >&5
18442 eval "$as_ac_var=no"
18445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18446 conftest$ac_exeext conftest.$ac_ext
18448 ac_res=`eval echo '${'$as_ac_var'}'`
18449 { echo "$as_me:$LINENO: result: $ac_res" >&5
18450 echo "${ECHO_T}$ac_res" >&6; }
18451 if test `eval echo '${'$as_ac_var'}'` = yes; then
18452 cat >>confdefs.h <<_ACEOF
18453 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18454 _ACEOF
18457 done
18460 LDAPLIBS=""
18462 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18463 then
18464 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18465 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18466 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18467 echo $ECHO_N "(cached) $ECHO_C" >&6
18468 else
18469 cat >conftest.$ac_ext <<_ACEOF
18470 /* confdefs.h. */
18471 _ACEOF
18472 cat confdefs.h >>conftest.$ac_ext
18473 cat >>conftest.$ac_ext <<_ACEOF
18474 /* end confdefs.h. */
18475 #include <ldap.h>
18477 typedef LDAPSortKey ac__type_new_;
18479 main ()
18481 if ((ac__type_new_ *) 0)
18482 return 0;
18483 if (sizeof (ac__type_new_))
18484 return 0;
18486 return 0;
18488 _ACEOF
18489 rm -f conftest.$ac_objext
18490 if { (ac_try="$ac_compile"
18491 case "(($ac_try" in
18492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18493 *) ac_try_echo=$ac_try;;
18494 esac
18495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18496 (eval "$ac_compile") 2>conftest.er1
18497 ac_status=$?
18498 grep -v '^ *+' conftest.er1 >conftest.err
18499 rm -f conftest.er1
18500 cat conftest.err >&5
18501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18502 (exit $ac_status); } && {
18503 test -z "$ac_c_werror_flag" ||
18504 test ! -s conftest.err
18505 } && test -s conftest.$ac_objext; then
18506 ac_cv_type_LDAPSortKey=yes
18507 else
18508 echo "$as_me: failed program was:" >&5
18509 sed 's/^/| /' conftest.$ac_ext >&5
18511 ac_cv_type_LDAPSortKey=no
18514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18516 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18517 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18518 if test $ac_cv_type_LDAPSortKey = yes; then
18519 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18520 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18521 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18522 echo $ECHO_N "(cached) $ECHO_C" >&6
18523 else
18524 ac_check_lib_save_LIBS=$LIBS
18525 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18526 cat >conftest.$ac_ext <<_ACEOF
18527 /* confdefs.h. */
18528 _ACEOF
18529 cat confdefs.h >>conftest.$ac_ext
18530 cat >>conftest.$ac_ext <<_ACEOF
18531 /* end confdefs.h. */
18533 /* Override any GCC internal prototype to avoid an error.
18534 Use char because int might match the return type of a GCC
18535 builtin and then its argument prototype would still apply. */
18536 #ifdef __cplusplus
18537 extern "C"
18538 #endif
18539 char ldap_initialize ();
18541 main ()
18543 return ldap_initialize ();
18545 return 0;
18547 _ACEOF
18548 rm -f conftest.$ac_objext conftest$ac_exeext
18549 if { (ac_try="$ac_link"
18550 case "(($ac_try" in
18551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18552 *) ac_try_echo=$ac_try;;
18553 esac
18554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18555 (eval "$ac_link") 2>conftest.er1
18556 ac_status=$?
18557 grep -v '^ *+' conftest.er1 >conftest.err
18558 rm -f conftest.er1
18559 cat conftest.err >&5
18560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18561 (exit $ac_status); } && {
18562 test -z "$ac_c_werror_flag" ||
18563 test ! -s conftest.err
18564 } && test -s conftest$ac_exeext &&
18565 $as_test_x conftest$ac_exeext; then
18566 ac_cv_lib_ldap_r_ldap_initialize=yes
18567 else
18568 echo "$as_me: failed program was:" >&5
18569 sed 's/^/| /' conftest.$ac_ext >&5
18571 ac_cv_lib_ldap_r_ldap_initialize=no
18574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18575 conftest$ac_exeext conftest.$ac_ext
18576 LIBS=$ac_check_lib_save_LIBS
18578 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18579 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18580 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18581 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18582 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18583 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18584 echo $ECHO_N "(cached) $ECHO_C" >&6
18585 else
18586 ac_check_lib_save_LIBS=$LIBS
18587 LIBS="-llber $LIBPTHREAD $LIBS"
18588 cat >conftest.$ac_ext <<_ACEOF
18589 /* confdefs.h. */
18590 _ACEOF
18591 cat confdefs.h >>conftest.$ac_ext
18592 cat >>conftest.$ac_ext <<_ACEOF
18593 /* end confdefs.h. */
18595 /* Override any GCC internal prototype to avoid an error.
18596 Use char because int might match the return type of a GCC
18597 builtin and then its argument prototype would still apply. */
18598 #ifdef __cplusplus
18599 extern "C"
18600 #endif
18601 char ber_init ();
18603 main ()
18605 return ber_init ();
18607 return 0;
18609 _ACEOF
18610 rm -f conftest.$ac_objext conftest$ac_exeext
18611 if { (ac_try="$ac_link"
18612 case "(($ac_try" in
18613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18614 *) ac_try_echo=$ac_try;;
18615 esac
18616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18617 (eval "$ac_link") 2>conftest.er1
18618 ac_status=$?
18619 grep -v '^ *+' conftest.er1 >conftest.err
18620 rm -f conftest.er1
18621 cat conftest.err >&5
18622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18623 (exit $ac_status); } && {
18624 test -z "$ac_c_werror_flag" ||
18625 test ! -s conftest.err
18626 } && test -s conftest$ac_exeext &&
18627 $as_test_x conftest$ac_exeext; then
18628 ac_cv_lib_lber_ber_init=yes
18629 else
18630 echo "$as_me: failed program was:" >&5
18631 sed 's/^/| /' conftest.$ac_ext >&5
18633 ac_cv_lib_lber_ber_init=no
18636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18637 conftest$ac_exeext conftest.$ac_ext
18638 LIBS=$ac_check_lib_save_LIBS
18640 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18641 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18642 if test $ac_cv_lib_lber_ber_init = yes; then
18644 cat >>confdefs.h <<\_ACEOF
18645 #define HAVE_LDAP 1
18646 _ACEOF
18648 LDAPLIBS="-lldap_r -llber"
18655 ac_wine_check_funcs_save_LIBS="$LIBS"
18656 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18665 for ac_func in \
18666 ldap_count_references \
18667 ldap_first_reference \
18668 ldap_next_reference \
18669 ldap_parse_reference \
18670 ldap_parse_sort_control \
18671 ldap_parse_sortresponse_control \
18672 ldap_parse_vlv_control \
18673 ldap_parse_vlvresponse_control
18675 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18676 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18677 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18678 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18679 echo $ECHO_N "(cached) $ECHO_C" >&6
18680 else
18681 cat >conftest.$ac_ext <<_ACEOF
18682 /* confdefs.h. */
18683 _ACEOF
18684 cat confdefs.h >>conftest.$ac_ext
18685 cat >>conftest.$ac_ext <<_ACEOF
18686 /* end confdefs.h. */
18687 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18688 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18689 #define $ac_func innocuous_$ac_func
18691 /* System header to define __stub macros and hopefully few prototypes,
18692 which can conflict with char $ac_func (); below.
18693 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18694 <limits.h> exists even on freestanding compilers. */
18696 #ifdef __STDC__
18697 # include <limits.h>
18698 #else
18699 # include <assert.h>
18700 #endif
18702 #undef $ac_func
18704 /* Override any GCC internal prototype to avoid an error.
18705 Use char because int might match the return type of a GCC
18706 builtin and then its argument prototype would still apply. */
18707 #ifdef __cplusplus
18708 extern "C"
18709 #endif
18710 char $ac_func ();
18711 /* The GNU C library defines this for functions which it implements
18712 to always fail with ENOSYS. Some functions are actually named
18713 something starting with __ and the normal name is an alias. */
18714 #if defined __stub_$ac_func || defined __stub___$ac_func
18715 choke me
18716 #endif
18719 main ()
18721 return $ac_func ();
18723 return 0;
18725 _ACEOF
18726 rm -f conftest.$ac_objext conftest$ac_exeext
18727 if { (ac_try="$ac_link"
18728 case "(($ac_try" in
18729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18730 *) ac_try_echo=$ac_try;;
18731 esac
18732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18733 (eval "$ac_link") 2>conftest.er1
18734 ac_status=$?
18735 grep -v '^ *+' conftest.er1 >conftest.err
18736 rm -f conftest.er1
18737 cat conftest.err >&5
18738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18739 (exit $ac_status); } && {
18740 test -z "$ac_c_werror_flag" ||
18741 test ! -s conftest.err
18742 } && test -s conftest$ac_exeext &&
18743 $as_test_x conftest$ac_exeext; then
18744 eval "$as_ac_var=yes"
18745 else
18746 echo "$as_me: failed program was:" >&5
18747 sed 's/^/| /' conftest.$ac_ext >&5
18749 eval "$as_ac_var=no"
18752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18753 conftest$ac_exeext conftest.$ac_ext
18755 ac_res=`eval echo '${'$as_ac_var'}'`
18756 { echo "$as_me:$LINENO: result: $ac_res" >&5
18757 echo "${ECHO_T}$ac_res" >&6; }
18758 if test `eval echo '${'$as_ac_var'}'` = yes; then
18759 cat >>confdefs.h <<_ACEOF
18760 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18761 _ACEOF
18764 done
18766 LIBS="$ac_wine_check_funcs_save_LIBS"
18768 if test "x$LDAPLIBS" = "x"; then
18769 case "x$with_ldap" in
18770 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18771 xno) ;;
18772 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18773 This is an error since --with-ldap was requested." >&5
18774 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18775 This is an error since --with-ldap was requested." >&2;}
18776 { (exit 1); exit 1; }; } ;;
18777 esac
18781 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18782 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18783 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18784 echo $ECHO_N "(cached) $ECHO_C" >&6
18785 else
18786 cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h. */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18792 #include <sys/stat.h>
18794 main ()
18796 mkdir("foo");
18798 return 0;
18800 _ACEOF
18801 rm -f conftest.$ac_objext
18802 if { (ac_try="$ac_compile"
18803 case "(($ac_try" in
18804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18805 *) ac_try_echo=$ac_try;;
18806 esac
18807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18808 (eval "$ac_compile") 2>conftest.er1
18809 ac_status=$?
18810 grep -v '^ *+' conftest.er1 >conftest.err
18811 rm -f conftest.er1
18812 cat conftest.err >&5
18813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18814 (exit $ac_status); } && {
18815 test -z "$ac_c_werror_flag" ||
18816 test ! -s conftest.err
18817 } && test -s conftest.$ac_objext; then
18818 wine_cv_one_arg_mkdir=yes
18819 else
18820 echo "$as_me: failed program was:" >&5
18821 sed 's/^/| /' conftest.$ac_ext >&5
18823 wine_cv_one_arg_mkdir=no
18826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18828 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18829 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18830 if test "$wine_cv_one_arg_mkdir" = "yes"
18831 then
18833 cat >>confdefs.h <<\_ACEOF
18834 #define HAVE_ONE_ARG_MKDIR 1
18835 _ACEOF
18840 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18841 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18842 if test "${ac_cv_c_const+set}" = set; then
18843 echo $ECHO_N "(cached) $ECHO_C" >&6
18844 else
18845 cat >conftest.$ac_ext <<_ACEOF
18846 /* confdefs.h. */
18847 _ACEOF
18848 cat confdefs.h >>conftest.$ac_ext
18849 cat >>conftest.$ac_ext <<_ACEOF
18850 /* end confdefs.h. */
18853 main ()
18855 /* FIXME: Include the comments suggested by Paul. */
18856 #ifndef __cplusplus
18857 /* Ultrix mips cc rejects this. */
18858 typedef int charset[2];
18859 const charset cs;
18860 /* SunOS 4.1.1 cc rejects this. */
18861 char const *const *pcpcc;
18862 char **ppc;
18863 /* NEC SVR4.0.2 mips cc rejects this. */
18864 struct point {int x, y;};
18865 static struct point const zero = {0,0};
18866 /* AIX XL C 1.02.0.0 rejects this.
18867 It does not let you subtract one const X* pointer from another in
18868 an arm of an if-expression whose if-part is not a constant
18869 expression */
18870 const char *g = "string";
18871 pcpcc = &g + (g ? g-g : 0);
18872 /* HPUX 7.0 cc rejects these. */
18873 ++pcpcc;
18874 ppc = (char**) pcpcc;
18875 pcpcc = (char const *const *) ppc;
18876 { /* SCO 3.2v4 cc rejects this. */
18877 char *t;
18878 char const *s = 0 ? (char *) 0 : (char const *) 0;
18880 *t++ = 0;
18881 if (s) return 0;
18883 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18884 int x[] = {25, 17};
18885 const int *foo = &x[0];
18886 ++foo;
18888 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18889 typedef const int *iptr;
18890 iptr p = 0;
18891 ++p;
18893 { /* AIX XL C 1.02.0.0 rejects this saying
18894 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18895 struct s { int j; const int *ap[3]; };
18896 struct s *b; b->j = 5;
18898 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18899 const int foo = 10;
18900 if (!foo) return 0;
18902 return !cs[0] && !zero.x;
18903 #endif
18906 return 0;
18908 _ACEOF
18909 rm -f conftest.$ac_objext
18910 if { (ac_try="$ac_compile"
18911 case "(($ac_try" in
18912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913 *) ac_try_echo=$ac_try;;
18914 esac
18915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18916 (eval "$ac_compile") 2>conftest.er1
18917 ac_status=$?
18918 grep -v '^ *+' conftest.er1 >conftest.err
18919 rm -f conftest.er1
18920 cat conftest.err >&5
18921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922 (exit $ac_status); } && {
18923 test -z "$ac_c_werror_flag" ||
18924 test ! -s conftest.err
18925 } && test -s conftest.$ac_objext; then
18926 ac_cv_c_const=yes
18927 else
18928 echo "$as_me: failed program was:" >&5
18929 sed 's/^/| /' conftest.$ac_ext >&5
18931 ac_cv_c_const=no
18934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18936 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18937 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18938 if test $ac_cv_c_const = no; then
18940 cat >>confdefs.h <<\_ACEOF
18941 #define const
18942 _ACEOF
18946 { echo "$as_me:$LINENO: checking for inline" >&5
18947 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18948 if test "${ac_cv_c_inline+set}" = set; then
18949 echo $ECHO_N "(cached) $ECHO_C" >&6
18950 else
18951 ac_cv_c_inline=no
18952 for ac_kw in inline __inline__ __inline; do
18953 cat >conftest.$ac_ext <<_ACEOF
18954 /* confdefs.h. */
18955 _ACEOF
18956 cat confdefs.h >>conftest.$ac_ext
18957 cat >>conftest.$ac_ext <<_ACEOF
18958 /* end confdefs.h. */
18959 #ifndef __cplusplus
18960 typedef int foo_t;
18961 static $ac_kw foo_t static_foo () {return 0; }
18962 $ac_kw foo_t foo () {return 0; }
18963 #endif
18965 _ACEOF
18966 rm -f conftest.$ac_objext
18967 if { (ac_try="$ac_compile"
18968 case "(($ac_try" in
18969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18970 *) ac_try_echo=$ac_try;;
18971 esac
18972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18973 (eval "$ac_compile") 2>conftest.er1
18974 ac_status=$?
18975 grep -v '^ *+' conftest.er1 >conftest.err
18976 rm -f conftest.er1
18977 cat conftest.err >&5
18978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979 (exit $ac_status); } && {
18980 test -z "$ac_c_werror_flag" ||
18981 test ! -s conftest.err
18982 } && test -s conftest.$ac_objext; then
18983 ac_cv_c_inline=$ac_kw
18984 else
18985 echo "$as_me: failed program was:" >&5
18986 sed 's/^/| /' conftest.$ac_ext >&5
18991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18992 test "$ac_cv_c_inline" != no && break
18993 done
18996 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18997 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19000 case $ac_cv_c_inline in
19001 inline | yes) ;;
19003 case $ac_cv_c_inline in
19004 no) ac_val=;;
19005 *) ac_val=$ac_cv_c_inline;;
19006 esac
19007 cat >>confdefs.h <<_ACEOF
19008 #ifndef __cplusplus
19009 #define inline $ac_val
19010 #endif
19011 _ACEOF
19013 esac
19015 { echo "$as_me:$LINENO: checking for mode_t" >&5
19016 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19017 if test "${ac_cv_type_mode_t+set}" = set; then
19018 echo $ECHO_N "(cached) $ECHO_C" >&6
19019 else
19020 cat >conftest.$ac_ext <<_ACEOF
19021 /* confdefs.h. */
19022 _ACEOF
19023 cat confdefs.h >>conftest.$ac_ext
19024 cat >>conftest.$ac_ext <<_ACEOF
19025 /* end confdefs.h. */
19026 $ac_includes_default
19027 typedef mode_t ac__type_new_;
19029 main ()
19031 if ((ac__type_new_ *) 0)
19032 return 0;
19033 if (sizeof (ac__type_new_))
19034 return 0;
19036 return 0;
19038 _ACEOF
19039 rm -f conftest.$ac_objext
19040 if { (ac_try="$ac_compile"
19041 case "(($ac_try" in
19042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19043 *) ac_try_echo=$ac_try;;
19044 esac
19045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19046 (eval "$ac_compile") 2>conftest.er1
19047 ac_status=$?
19048 grep -v '^ *+' conftest.er1 >conftest.err
19049 rm -f conftest.er1
19050 cat conftest.err >&5
19051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052 (exit $ac_status); } && {
19053 test -z "$ac_c_werror_flag" ||
19054 test ! -s conftest.err
19055 } && test -s conftest.$ac_objext; then
19056 ac_cv_type_mode_t=yes
19057 else
19058 echo "$as_me: failed program was:" >&5
19059 sed 's/^/| /' conftest.$ac_ext >&5
19061 ac_cv_type_mode_t=no
19064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19066 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19067 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19068 if test $ac_cv_type_mode_t = yes; then
19070 cat >>confdefs.h <<_ACEOF
19071 #define HAVE_MODE_T 1
19072 _ACEOF
19076 { echo "$as_me:$LINENO: checking for off_t" >&5
19077 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19078 if test "${ac_cv_type_off_t+set}" = set; then
19079 echo $ECHO_N "(cached) $ECHO_C" >&6
19080 else
19081 cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h. */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h. */
19087 $ac_includes_default
19088 typedef off_t ac__type_new_;
19090 main ()
19092 if ((ac__type_new_ *) 0)
19093 return 0;
19094 if (sizeof (ac__type_new_))
19095 return 0;
19097 return 0;
19099 _ACEOF
19100 rm -f conftest.$ac_objext
19101 if { (ac_try="$ac_compile"
19102 case "(($ac_try" in
19103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19104 *) ac_try_echo=$ac_try;;
19105 esac
19106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19107 (eval "$ac_compile") 2>conftest.er1
19108 ac_status=$?
19109 grep -v '^ *+' conftest.er1 >conftest.err
19110 rm -f conftest.er1
19111 cat conftest.err >&5
19112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19113 (exit $ac_status); } && {
19114 test -z "$ac_c_werror_flag" ||
19115 test ! -s conftest.err
19116 } && test -s conftest.$ac_objext; then
19117 ac_cv_type_off_t=yes
19118 else
19119 echo "$as_me: failed program was:" >&5
19120 sed 's/^/| /' conftest.$ac_ext >&5
19122 ac_cv_type_off_t=no
19125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19127 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19128 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19129 if test $ac_cv_type_off_t = yes; then
19131 cat >>confdefs.h <<_ACEOF
19132 #define HAVE_OFF_T 1
19133 _ACEOF
19137 { echo "$as_me:$LINENO: checking for pid_t" >&5
19138 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19139 if test "${ac_cv_type_pid_t+set}" = set; then
19140 echo $ECHO_N "(cached) $ECHO_C" >&6
19141 else
19142 cat >conftest.$ac_ext <<_ACEOF
19143 /* confdefs.h. */
19144 _ACEOF
19145 cat confdefs.h >>conftest.$ac_ext
19146 cat >>conftest.$ac_ext <<_ACEOF
19147 /* end confdefs.h. */
19148 $ac_includes_default
19149 typedef pid_t ac__type_new_;
19151 main ()
19153 if ((ac__type_new_ *) 0)
19154 return 0;
19155 if (sizeof (ac__type_new_))
19156 return 0;
19158 return 0;
19160 _ACEOF
19161 rm -f conftest.$ac_objext
19162 if { (ac_try="$ac_compile"
19163 case "(($ac_try" in
19164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19165 *) ac_try_echo=$ac_try;;
19166 esac
19167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19168 (eval "$ac_compile") 2>conftest.er1
19169 ac_status=$?
19170 grep -v '^ *+' conftest.er1 >conftest.err
19171 rm -f conftest.er1
19172 cat conftest.err >&5
19173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19174 (exit $ac_status); } && {
19175 test -z "$ac_c_werror_flag" ||
19176 test ! -s conftest.err
19177 } && test -s conftest.$ac_objext; then
19178 ac_cv_type_pid_t=yes
19179 else
19180 echo "$as_me: failed program was:" >&5
19181 sed 's/^/| /' conftest.$ac_ext >&5
19183 ac_cv_type_pid_t=no
19186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19188 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19189 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19190 if test $ac_cv_type_pid_t = yes; then
19192 cat >>confdefs.h <<_ACEOF
19193 #define HAVE_PID_T 1
19194 _ACEOF
19198 { echo "$as_me:$LINENO: checking for size_t" >&5
19199 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19200 if test "${ac_cv_type_size_t+set}" = set; then
19201 echo $ECHO_N "(cached) $ECHO_C" >&6
19202 else
19203 cat >conftest.$ac_ext <<_ACEOF
19204 /* confdefs.h. */
19205 _ACEOF
19206 cat confdefs.h >>conftest.$ac_ext
19207 cat >>conftest.$ac_ext <<_ACEOF
19208 /* end confdefs.h. */
19209 $ac_includes_default
19210 typedef size_t ac__type_new_;
19212 main ()
19214 if ((ac__type_new_ *) 0)
19215 return 0;
19216 if (sizeof (ac__type_new_))
19217 return 0;
19219 return 0;
19221 _ACEOF
19222 rm -f conftest.$ac_objext
19223 if { (ac_try="$ac_compile"
19224 case "(($ac_try" in
19225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19226 *) ac_try_echo=$ac_try;;
19227 esac
19228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19229 (eval "$ac_compile") 2>conftest.er1
19230 ac_status=$?
19231 grep -v '^ *+' conftest.er1 >conftest.err
19232 rm -f conftest.er1
19233 cat conftest.err >&5
19234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } && {
19236 test -z "$ac_c_werror_flag" ||
19237 test ! -s conftest.err
19238 } && test -s conftest.$ac_objext; then
19239 ac_cv_type_size_t=yes
19240 else
19241 echo "$as_me: failed program was:" >&5
19242 sed 's/^/| /' conftest.$ac_ext >&5
19244 ac_cv_type_size_t=no
19247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19249 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19250 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19251 if test $ac_cv_type_size_t = yes; then
19253 cat >>confdefs.h <<_ACEOF
19254 #define HAVE_SIZE_T 1
19255 _ACEOF
19259 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19260 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19261 if test "${ac_cv_type_ssize_t+set}" = set; then
19262 echo $ECHO_N "(cached) $ECHO_C" >&6
19263 else
19264 cat >conftest.$ac_ext <<_ACEOF
19265 /* confdefs.h. */
19266 _ACEOF
19267 cat confdefs.h >>conftest.$ac_ext
19268 cat >>conftest.$ac_ext <<_ACEOF
19269 /* end confdefs.h. */
19270 $ac_includes_default
19271 typedef ssize_t ac__type_new_;
19273 main ()
19275 if ((ac__type_new_ *) 0)
19276 return 0;
19277 if (sizeof (ac__type_new_))
19278 return 0;
19280 return 0;
19282 _ACEOF
19283 rm -f conftest.$ac_objext
19284 if { (ac_try="$ac_compile"
19285 case "(($ac_try" in
19286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19287 *) ac_try_echo=$ac_try;;
19288 esac
19289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19290 (eval "$ac_compile") 2>conftest.er1
19291 ac_status=$?
19292 grep -v '^ *+' conftest.er1 >conftest.err
19293 rm -f conftest.er1
19294 cat conftest.err >&5
19295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19296 (exit $ac_status); } && {
19297 test -z "$ac_c_werror_flag" ||
19298 test ! -s conftest.err
19299 } && test -s conftest.$ac_objext; then
19300 ac_cv_type_ssize_t=yes
19301 else
19302 echo "$as_me: failed program was:" >&5
19303 sed 's/^/| /' conftest.$ac_ext >&5
19305 ac_cv_type_ssize_t=no
19308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19310 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19311 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19312 if test $ac_cv_type_ssize_t = yes; then
19314 cat >>confdefs.h <<_ACEOF
19315 #define HAVE_SSIZE_T 1
19316 _ACEOF
19320 { echo "$as_me:$LINENO: checking for long long" >&5
19321 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19322 if test "${ac_cv_type_long_long+set}" = set; then
19323 echo $ECHO_N "(cached) $ECHO_C" >&6
19324 else
19325 cat >conftest.$ac_ext <<_ACEOF
19326 /* confdefs.h. */
19327 _ACEOF
19328 cat confdefs.h >>conftest.$ac_ext
19329 cat >>conftest.$ac_ext <<_ACEOF
19330 /* end confdefs.h. */
19331 $ac_includes_default
19332 typedef long long ac__type_new_;
19334 main ()
19336 if ((ac__type_new_ *) 0)
19337 return 0;
19338 if (sizeof (ac__type_new_))
19339 return 0;
19341 return 0;
19343 _ACEOF
19344 rm -f conftest.$ac_objext
19345 if { (ac_try="$ac_compile"
19346 case "(($ac_try" in
19347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348 *) ac_try_echo=$ac_try;;
19349 esac
19350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19351 (eval "$ac_compile") 2>conftest.er1
19352 ac_status=$?
19353 grep -v '^ *+' conftest.er1 >conftest.err
19354 rm -f conftest.er1
19355 cat conftest.err >&5
19356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19357 (exit $ac_status); } && {
19358 test -z "$ac_c_werror_flag" ||
19359 test ! -s conftest.err
19360 } && test -s conftest.$ac_objext; then
19361 ac_cv_type_long_long=yes
19362 else
19363 echo "$as_me: failed program was:" >&5
19364 sed 's/^/| /' conftest.$ac_ext >&5
19366 ac_cv_type_long_long=no
19369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19371 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19372 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19373 if test $ac_cv_type_long_long = yes; then
19375 cat >>confdefs.h <<_ACEOF
19376 #define HAVE_LONG_LONG 1
19377 _ACEOF
19381 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19382 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19383 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19384 echo $ECHO_N "(cached) $ECHO_C" >&6
19385 else
19386 cat >conftest.$ac_ext <<_ACEOF
19387 /* confdefs.h. */
19388 _ACEOF
19389 cat confdefs.h >>conftest.$ac_ext
19390 cat >>conftest.$ac_ext <<_ACEOF
19391 /* end confdefs.h. */
19392 $ac_includes_default
19393 typedef fsblkcnt_t ac__type_new_;
19395 main ()
19397 if ((ac__type_new_ *) 0)
19398 return 0;
19399 if (sizeof (ac__type_new_))
19400 return 0;
19402 return 0;
19404 _ACEOF
19405 rm -f conftest.$ac_objext
19406 if { (ac_try="$ac_compile"
19407 case "(($ac_try" in
19408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19409 *) ac_try_echo=$ac_try;;
19410 esac
19411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19412 (eval "$ac_compile") 2>conftest.er1
19413 ac_status=$?
19414 grep -v '^ *+' conftest.er1 >conftest.err
19415 rm -f conftest.er1
19416 cat conftest.err >&5
19417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19418 (exit $ac_status); } && {
19419 test -z "$ac_c_werror_flag" ||
19420 test ! -s conftest.err
19421 } && test -s conftest.$ac_objext; then
19422 ac_cv_type_fsblkcnt_t=yes
19423 else
19424 echo "$as_me: failed program was:" >&5
19425 sed 's/^/| /' conftest.$ac_ext >&5
19427 ac_cv_type_fsblkcnt_t=no
19430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19432 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19433 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19434 if test $ac_cv_type_fsblkcnt_t = yes; then
19436 cat >>confdefs.h <<_ACEOF
19437 #define HAVE_FSBLKCNT_T 1
19438 _ACEOF
19442 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19443 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19444 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19445 echo $ECHO_N "(cached) $ECHO_C" >&6
19446 else
19447 cat >conftest.$ac_ext <<_ACEOF
19448 /* confdefs.h. */
19449 _ACEOF
19450 cat confdefs.h >>conftest.$ac_ext
19451 cat >>conftest.$ac_ext <<_ACEOF
19452 /* end confdefs.h. */
19453 $ac_includes_default
19454 typedef fsfilcnt_t ac__type_new_;
19456 main ()
19458 if ((ac__type_new_ *) 0)
19459 return 0;
19460 if (sizeof (ac__type_new_))
19461 return 0;
19463 return 0;
19465 _ACEOF
19466 rm -f conftest.$ac_objext
19467 if { (ac_try="$ac_compile"
19468 case "(($ac_try" in
19469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19470 *) ac_try_echo=$ac_try;;
19471 esac
19472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19473 (eval "$ac_compile") 2>conftest.er1
19474 ac_status=$?
19475 grep -v '^ *+' conftest.er1 >conftest.err
19476 rm -f conftest.er1
19477 cat conftest.err >&5
19478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19479 (exit $ac_status); } && {
19480 test -z "$ac_c_werror_flag" ||
19481 test ! -s conftest.err
19482 } && test -s conftest.$ac_objext; then
19483 ac_cv_type_fsfilcnt_t=yes
19484 else
19485 echo "$as_me: failed program was:" >&5
19486 sed 's/^/| /' conftest.$ac_ext >&5
19488 ac_cv_type_fsfilcnt_t=no
19491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19493 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19494 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19495 if test $ac_cv_type_fsfilcnt_t = yes; then
19497 cat >>confdefs.h <<_ACEOF
19498 #define HAVE_FSFILCNT_T 1
19499 _ACEOF
19504 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19505 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19506 if test "${ac_cv_type_sigset_t+set}" = set; then
19507 echo $ECHO_N "(cached) $ECHO_C" >&6
19508 else
19509 cat >conftest.$ac_ext <<_ACEOF
19510 /* confdefs.h. */
19511 _ACEOF
19512 cat confdefs.h >>conftest.$ac_ext
19513 cat >>conftest.$ac_ext <<_ACEOF
19514 /* end confdefs.h. */
19515 #include <sys/types.h>
19516 #include <signal.h>
19518 typedef sigset_t ac__type_new_;
19520 main ()
19522 if ((ac__type_new_ *) 0)
19523 return 0;
19524 if (sizeof (ac__type_new_))
19525 return 0;
19527 return 0;
19529 _ACEOF
19530 rm -f conftest.$ac_objext
19531 if { (ac_try="$ac_compile"
19532 case "(($ac_try" in
19533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19534 *) ac_try_echo=$ac_try;;
19535 esac
19536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19537 (eval "$ac_compile") 2>conftest.er1
19538 ac_status=$?
19539 grep -v '^ *+' conftest.er1 >conftest.err
19540 rm -f conftest.er1
19541 cat conftest.err >&5
19542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19543 (exit $ac_status); } && {
19544 test -z "$ac_c_werror_flag" ||
19545 test ! -s conftest.err
19546 } && test -s conftest.$ac_objext; then
19547 ac_cv_type_sigset_t=yes
19548 else
19549 echo "$as_me: failed program was:" >&5
19550 sed 's/^/| /' conftest.$ac_ext >&5
19552 ac_cv_type_sigset_t=no
19555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19557 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19558 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19559 if test $ac_cv_type_sigset_t = yes; then
19561 cat >>confdefs.h <<_ACEOF
19562 #define HAVE_SIGSET_T 1
19563 _ACEOF
19568 { echo "$as_me:$LINENO: checking for request_sense" >&5
19569 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19570 if test "${ac_cv_type_request_sense+set}" = set; then
19571 echo $ECHO_N "(cached) $ECHO_C" >&6
19572 else
19573 cat >conftest.$ac_ext <<_ACEOF
19574 /* confdefs.h. */
19575 _ACEOF
19576 cat confdefs.h >>conftest.$ac_ext
19577 cat >>conftest.$ac_ext <<_ACEOF
19578 /* end confdefs.h. */
19579 #include <linux/cdrom.h>
19581 typedef request_sense ac__type_new_;
19583 main ()
19585 if ((ac__type_new_ *) 0)
19586 return 0;
19587 if (sizeof (ac__type_new_))
19588 return 0;
19590 return 0;
19592 _ACEOF
19593 rm -f conftest.$ac_objext
19594 if { (ac_try="$ac_compile"
19595 case "(($ac_try" in
19596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19597 *) ac_try_echo=$ac_try;;
19598 esac
19599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19600 (eval "$ac_compile") 2>conftest.er1
19601 ac_status=$?
19602 grep -v '^ *+' conftest.er1 >conftest.err
19603 rm -f conftest.er1
19604 cat conftest.err >&5
19605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19606 (exit $ac_status); } && {
19607 test -z "$ac_c_werror_flag" ||
19608 test ! -s conftest.err
19609 } && test -s conftest.$ac_objext; then
19610 ac_cv_type_request_sense=yes
19611 else
19612 echo "$as_me: failed program was:" >&5
19613 sed 's/^/| /' conftest.$ac_ext >&5
19615 ac_cv_type_request_sense=no
19618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19620 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19621 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19622 if test $ac_cv_type_request_sense = yes; then
19624 cat >>confdefs.h <<_ACEOF
19625 #define HAVE_REQUEST_SENSE 1
19626 _ACEOF
19632 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19633 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19634 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19635 echo $ECHO_N "(cached) $ECHO_C" >&6
19636 else
19637 cat >conftest.$ac_ext <<_ACEOF
19638 /* confdefs.h. */
19639 _ACEOF
19640 cat confdefs.h >>conftest.$ac_ext
19641 cat >>conftest.$ac_ext <<_ACEOF
19642 /* end confdefs.h. */
19643 #include <sys/types.h>
19644 #ifdef HAVE_SYS_SOCKET_H
19645 #include <sys/socket.h>
19646 #endif
19647 #ifdef HAVE_SYS_SOCKETVAR_H
19648 #include <sys/socketvar.h>
19649 #endif
19650 #ifdef HAVE_NET_ROUTE_H
19651 #include <net/route.h>
19652 #endif
19653 #ifdef HAVE_NETINET_IN_H
19654 #include <netinet/in.h>
19655 #endif
19656 #ifdef HAVE_NETINET_IN_SYSTM_H
19657 #include <netinet/in_systm.h>
19658 #endif
19659 #ifdef HAVE_NETINET_IP_H
19660 #include <netinet/ip.h>
19661 #endif
19662 #ifdef HAVE_NETINET_IN_PCB_H
19663 #include <netinet/in_pcb.h>
19664 #endif
19666 typedef struct xinpgen ac__type_new_;
19668 main ()
19670 if ((ac__type_new_ *) 0)
19671 return 0;
19672 if (sizeof (ac__type_new_))
19673 return 0;
19675 return 0;
19677 _ACEOF
19678 rm -f conftest.$ac_objext
19679 if { (ac_try="$ac_compile"
19680 case "(($ac_try" in
19681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19682 *) ac_try_echo=$ac_try;;
19683 esac
19684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19685 (eval "$ac_compile") 2>conftest.er1
19686 ac_status=$?
19687 grep -v '^ *+' conftest.er1 >conftest.err
19688 rm -f conftest.er1
19689 cat conftest.err >&5
19690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19691 (exit $ac_status); } && {
19692 test -z "$ac_c_werror_flag" ||
19693 test ! -s conftest.err
19694 } && test -s conftest.$ac_objext; then
19695 ac_cv_type_struct_xinpgen=yes
19696 else
19697 echo "$as_me: failed program was:" >&5
19698 sed 's/^/| /' conftest.$ac_ext >&5
19700 ac_cv_type_struct_xinpgen=no
19703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19705 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19706 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19707 if test $ac_cv_type_struct_xinpgen = yes; then
19709 cat >>confdefs.h <<_ACEOF
19710 #define HAVE_STRUCT_XINPGEN 1
19711 _ACEOF
19717 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19718 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19719 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19720 echo $ECHO_N "(cached) $ECHO_C" >&6
19721 else
19722 cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h. */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h. */
19728 #ifdef HAVE_LINUX_INPUT_H
19729 #include <linux/input.h>
19730 #endif
19733 main ()
19735 static struct ff_effect ac_aggr;
19736 if (ac_aggr.direction)
19737 return 0;
19739 return 0;
19741 _ACEOF
19742 rm -f conftest.$ac_objext
19743 if { (ac_try="$ac_compile"
19744 case "(($ac_try" in
19745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19746 *) ac_try_echo=$ac_try;;
19747 esac
19748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19749 (eval "$ac_compile") 2>conftest.er1
19750 ac_status=$?
19751 grep -v '^ *+' conftest.er1 >conftest.err
19752 rm -f conftest.er1
19753 cat conftest.err >&5
19754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19755 (exit $ac_status); } && {
19756 test -z "$ac_c_werror_flag" ||
19757 test ! -s conftest.err
19758 } && test -s conftest.$ac_objext; then
19759 ac_cv_member_struct_ff_effect_direction=yes
19760 else
19761 echo "$as_me: failed program was:" >&5
19762 sed 's/^/| /' conftest.$ac_ext >&5
19764 cat >conftest.$ac_ext <<_ACEOF
19765 /* confdefs.h. */
19766 _ACEOF
19767 cat confdefs.h >>conftest.$ac_ext
19768 cat >>conftest.$ac_ext <<_ACEOF
19769 /* end confdefs.h. */
19770 #ifdef HAVE_LINUX_INPUT_H
19771 #include <linux/input.h>
19772 #endif
19775 main ()
19777 static struct ff_effect ac_aggr;
19778 if (sizeof ac_aggr.direction)
19779 return 0;
19781 return 0;
19783 _ACEOF
19784 rm -f conftest.$ac_objext
19785 if { (ac_try="$ac_compile"
19786 case "(($ac_try" in
19787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19788 *) ac_try_echo=$ac_try;;
19789 esac
19790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19791 (eval "$ac_compile") 2>conftest.er1
19792 ac_status=$?
19793 grep -v '^ *+' conftest.er1 >conftest.err
19794 rm -f conftest.er1
19795 cat conftest.err >&5
19796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19797 (exit $ac_status); } && {
19798 test -z "$ac_c_werror_flag" ||
19799 test ! -s conftest.err
19800 } && test -s conftest.$ac_objext; then
19801 ac_cv_member_struct_ff_effect_direction=yes
19802 else
19803 echo "$as_me: failed program was:" >&5
19804 sed 's/^/| /' conftest.$ac_ext >&5
19806 ac_cv_member_struct_ff_effect_direction=no
19809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19814 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19815 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19816 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19818 cat >>confdefs.h <<_ACEOF
19819 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19820 _ACEOF
19826 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19827 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19828 if test "${wine_cv_have_sigaddset+set}" = set; then
19829 echo $ECHO_N "(cached) $ECHO_C" >&6
19830 else
19831 cat >conftest.$ac_ext <<_ACEOF
19832 /* confdefs.h. */
19833 _ACEOF
19834 cat confdefs.h >>conftest.$ac_ext
19835 cat >>conftest.$ac_ext <<_ACEOF
19836 /* end confdefs.h. */
19837 #include <signal.h>
19839 main ()
19841 sigset_t set; sigaddset(&set,SIGTERM);
19843 return 0;
19845 _ACEOF
19846 rm -f conftest.$ac_objext conftest$ac_exeext
19847 if { (ac_try="$ac_link"
19848 case "(($ac_try" in
19849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19850 *) ac_try_echo=$ac_try;;
19851 esac
19852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19853 (eval "$ac_link") 2>conftest.er1
19854 ac_status=$?
19855 grep -v '^ *+' conftest.er1 >conftest.err
19856 rm -f conftest.er1
19857 cat conftest.err >&5
19858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19859 (exit $ac_status); } && {
19860 test -z "$ac_c_werror_flag" ||
19861 test ! -s conftest.err
19862 } && test -s conftest$ac_exeext &&
19863 $as_test_x conftest$ac_exeext; then
19864 wine_cv_have_sigaddset=yes
19865 else
19866 echo "$as_me: failed program was:" >&5
19867 sed 's/^/| /' conftest.$ac_ext >&5
19869 wine_cv_have_sigaddset=no
19872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19873 conftest$ac_exeext conftest.$ac_ext
19875 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19876 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19877 if test "$wine_cv_have_sigaddset" = "yes"
19878 then
19880 cat >>confdefs.h <<\_ACEOF
19881 #define HAVE_SIGADDSET 1
19882 _ACEOF
19887 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19888 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19889 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19890 echo $ECHO_N "(cached) $ECHO_C" >&6
19891 else
19892 cat >conftest.$ac_ext <<_ACEOF
19893 /* confdefs.h. */
19894 _ACEOF
19895 cat confdefs.h >>conftest.$ac_ext
19896 cat >>conftest.$ac_ext <<_ACEOF
19897 /* end confdefs.h. */
19898 #include <netdb.h>
19900 main ()
19903 char *name=0;
19904 struct hostent he;
19905 struct hostent *result;
19906 char *buf=0;
19907 int bufsize=0;
19908 int res,errnr;
19909 char *addr=0;
19910 int addrlen=0;
19911 int addrtype=0;
19912 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19913 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19916 return 0;
19918 _ACEOF
19919 rm -f conftest.$ac_objext conftest$ac_exeext
19920 if { (ac_try="$ac_link"
19921 case "(($ac_try" in
19922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19923 *) ac_try_echo=$ac_try;;
19924 esac
19925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19926 (eval "$ac_link") 2>conftest.er1
19927 ac_status=$?
19928 grep -v '^ *+' conftest.er1 >conftest.err
19929 rm -f conftest.er1
19930 cat conftest.err >&5
19931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19932 (exit $ac_status); } && {
19933 test -z "$ac_c_werror_flag" ||
19934 test ! -s conftest.err
19935 } && test -s conftest$ac_exeext &&
19936 $as_test_x conftest$ac_exeext; then
19937 wine_cv_linux_gethostbyname_r_6=yes
19938 else
19939 echo "$as_me: failed program was:" >&5
19940 sed 's/^/| /' conftest.$ac_ext >&5
19942 wine_cv_linux_gethostbyname_r_6=no
19946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19947 conftest$ac_exeext conftest.$ac_ext
19950 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19951 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19952 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19953 then
19955 cat >>confdefs.h <<\_ACEOF
19956 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19957 _ACEOF
19961 if test "$ac_cv_header_linux_joystick_h" = "yes"
19962 then
19963 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19964 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19965 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19966 echo $ECHO_N "(cached) $ECHO_C" >&6
19967 else
19968 cat >conftest.$ac_ext <<_ACEOF
19969 /* confdefs.h. */
19970 _ACEOF
19971 cat confdefs.h >>conftest.$ac_ext
19972 cat >>conftest.$ac_ext <<_ACEOF
19973 /* end confdefs.h. */
19975 #include <sys/ioctl.h>
19976 #include <sys/types.h>
19977 #include <linux/joystick.h>
19979 struct js_event blub;
19980 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19981 #error "no 2.2 header"
19982 #endif
19985 main ()
19987 /*empty*/
19989 return 0;
19991 _ACEOF
19992 rm -f conftest.$ac_objext
19993 if { (ac_try="$ac_compile"
19994 case "(($ac_try" in
19995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19996 *) ac_try_echo=$ac_try;;
19997 esac
19998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19999 (eval "$ac_compile") 2>conftest.er1
20000 ac_status=$?
20001 grep -v '^ *+' conftest.er1 >conftest.err
20002 rm -f conftest.er1
20003 cat conftest.err >&5
20004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); } && {
20006 test -z "$ac_c_werror_flag" ||
20007 test ! -s conftest.err
20008 } && test -s conftest.$ac_objext; then
20009 wine_cv_linux_joystick_22_api=yes
20010 else
20011 echo "$as_me: failed program was:" >&5
20012 sed 's/^/| /' conftest.$ac_ext >&5
20014 wine_cv_linux_joystick_22_api=no
20017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20020 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20021 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20022 if test "$wine_cv_linux_joystick_22_api" = "yes"
20023 then
20025 cat >>confdefs.h <<\_ACEOF
20026 #define HAVE_LINUX_22_JOYSTICK_API 1
20027 _ACEOF
20033 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20034 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20035 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20036 echo $ECHO_N "(cached) $ECHO_C" >&6
20037 else
20038 cat >conftest.$ac_ext <<_ACEOF
20039 /* confdefs.h. */
20040 _ACEOF
20041 cat confdefs.h >>conftest.$ac_ext
20042 cat >>conftest.$ac_ext <<_ACEOF
20043 /* end confdefs.h. */
20044 #include <sys/types.h>
20045 #ifdef HAVE_SYS_PARAM_H
20046 # include <sys/param.h>
20047 #endif
20048 #ifdef HAVE_SYS_MOUNT_H
20049 # include <sys/mount.h>
20050 #endif
20051 #ifdef HAVE_SYS_VFS_H
20052 # include <sys/vfs.h>
20053 #endif
20054 #ifdef HAVE_SYS_STATFS_H
20055 # include <sys/statfs.h>
20056 #endif
20059 main ()
20061 static struct statfs ac_aggr;
20062 if (ac_aggr.f_bfree)
20063 return 0;
20065 return 0;
20067 _ACEOF
20068 rm -f conftest.$ac_objext
20069 if { (ac_try="$ac_compile"
20070 case "(($ac_try" in
20071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20072 *) ac_try_echo=$ac_try;;
20073 esac
20074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20075 (eval "$ac_compile") 2>conftest.er1
20076 ac_status=$?
20077 grep -v '^ *+' conftest.er1 >conftest.err
20078 rm -f conftest.er1
20079 cat conftest.err >&5
20080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20081 (exit $ac_status); } && {
20082 test -z "$ac_c_werror_flag" ||
20083 test ! -s conftest.err
20084 } && test -s conftest.$ac_objext; then
20085 ac_cv_member_struct_statfs_f_bfree=yes
20086 else
20087 echo "$as_me: failed program was:" >&5
20088 sed 's/^/| /' conftest.$ac_ext >&5
20090 cat >conftest.$ac_ext <<_ACEOF
20091 /* confdefs.h. */
20092 _ACEOF
20093 cat confdefs.h >>conftest.$ac_ext
20094 cat >>conftest.$ac_ext <<_ACEOF
20095 /* end confdefs.h. */
20096 #include <sys/types.h>
20097 #ifdef HAVE_SYS_PARAM_H
20098 # include <sys/param.h>
20099 #endif
20100 #ifdef HAVE_SYS_MOUNT_H
20101 # include <sys/mount.h>
20102 #endif
20103 #ifdef HAVE_SYS_VFS_H
20104 # include <sys/vfs.h>
20105 #endif
20106 #ifdef HAVE_SYS_STATFS_H
20107 # include <sys/statfs.h>
20108 #endif
20111 main ()
20113 static struct statfs ac_aggr;
20114 if (sizeof ac_aggr.f_bfree)
20115 return 0;
20117 return 0;
20119 _ACEOF
20120 rm -f conftest.$ac_objext
20121 if { (ac_try="$ac_compile"
20122 case "(($ac_try" in
20123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20124 *) ac_try_echo=$ac_try;;
20125 esac
20126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20127 (eval "$ac_compile") 2>conftest.er1
20128 ac_status=$?
20129 grep -v '^ *+' conftest.er1 >conftest.err
20130 rm -f conftest.er1
20131 cat conftest.err >&5
20132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20133 (exit $ac_status); } && {
20134 test -z "$ac_c_werror_flag" ||
20135 test ! -s conftest.err
20136 } && test -s conftest.$ac_objext; then
20137 ac_cv_member_struct_statfs_f_bfree=yes
20138 else
20139 echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20142 ac_cv_member_struct_statfs_f_bfree=no
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20150 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20151 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20152 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20154 cat >>confdefs.h <<_ACEOF
20155 #define HAVE_STRUCT_STATFS_F_BFREE 1
20156 _ACEOF
20160 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20161 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20162 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20163 echo $ECHO_N "(cached) $ECHO_C" >&6
20164 else
20165 cat >conftest.$ac_ext <<_ACEOF
20166 /* confdefs.h. */
20167 _ACEOF
20168 cat confdefs.h >>conftest.$ac_ext
20169 cat >>conftest.$ac_ext <<_ACEOF
20170 /* end confdefs.h. */
20171 #include <sys/types.h>
20172 #ifdef HAVE_SYS_PARAM_H
20173 # include <sys/param.h>
20174 #endif
20175 #ifdef HAVE_SYS_MOUNT_H
20176 # include <sys/mount.h>
20177 #endif
20178 #ifdef HAVE_SYS_VFS_H
20179 # include <sys/vfs.h>
20180 #endif
20181 #ifdef HAVE_SYS_STATFS_H
20182 # include <sys/statfs.h>
20183 #endif
20186 main ()
20188 static struct statfs ac_aggr;
20189 if (ac_aggr.f_bavail)
20190 return 0;
20192 return 0;
20194 _ACEOF
20195 rm -f conftest.$ac_objext
20196 if { (ac_try="$ac_compile"
20197 case "(($ac_try" in
20198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20199 *) ac_try_echo=$ac_try;;
20200 esac
20201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20202 (eval "$ac_compile") 2>conftest.er1
20203 ac_status=$?
20204 grep -v '^ *+' conftest.er1 >conftest.err
20205 rm -f conftest.er1
20206 cat conftest.err >&5
20207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); } && {
20209 test -z "$ac_c_werror_flag" ||
20210 test ! -s conftest.err
20211 } && test -s conftest.$ac_objext; then
20212 ac_cv_member_struct_statfs_f_bavail=yes
20213 else
20214 echo "$as_me: failed program was:" >&5
20215 sed 's/^/| /' conftest.$ac_ext >&5
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h. */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 #include <sys/types.h>
20224 #ifdef HAVE_SYS_PARAM_H
20225 # include <sys/param.h>
20226 #endif
20227 #ifdef HAVE_SYS_MOUNT_H
20228 # include <sys/mount.h>
20229 #endif
20230 #ifdef HAVE_SYS_VFS_H
20231 # include <sys/vfs.h>
20232 #endif
20233 #ifdef HAVE_SYS_STATFS_H
20234 # include <sys/statfs.h>
20235 #endif
20238 main ()
20240 static struct statfs ac_aggr;
20241 if (sizeof ac_aggr.f_bavail)
20242 return 0;
20244 return 0;
20246 _ACEOF
20247 rm -f conftest.$ac_objext
20248 if { (ac_try="$ac_compile"
20249 case "(($ac_try" in
20250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20251 *) ac_try_echo=$ac_try;;
20252 esac
20253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20254 (eval "$ac_compile") 2>conftest.er1
20255 ac_status=$?
20256 grep -v '^ *+' conftest.er1 >conftest.err
20257 rm -f conftest.er1
20258 cat conftest.err >&5
20259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20260 (exit $ac_status); } && {
20261 test -z "$ac_c_werror_flag" ||
20262 test ! -s conftest.err
20263 } && test -s conftest.$ac_objext; then
20264 ac_cv_member_struct_statfs_f_bavail=yes
20265 else
20266 echo "$as_me: failed program was:" >&5
20267 sed 's/^/| /' conftest.$ac_ext >&5
20269 ac_cv_member_struct_statfs_f_bavail=no
20272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20277 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20278 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20279 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20281 cat >>confdefs.h <<_ACEOF
20282 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20283 _ACEOF
20287 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20288 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20289 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20290 echo $ECHO_N "(cached) $ECHO_C" >&6
20291 else
20292 cat >conftest.$ac_ext <<_ACEOF
20293 /* confdefs.h. */
20294 _ACEOF
20295 cat confdefs.h >>conftest.$ac_ext
20296 cat >>conftest.$ac_ext <<_ACEOF
20297 /* end confdefs.h. */
20298 #include <sys/types.h>
20299 #ifdef HAVE_SYS_PARAM_H
20300 # include <sys/param.h>
20301 #endif
20302 #ifdef HAVE_SYS_MOUNT_H
20303 # include <sys/mount.h>
20304 #endif
20305 #ifdef HAVE_SYS_VFS_H
20306 # include <sys/vfs.h>
20307 #endif
20308 #ifdef HAVE_SYS_STATFS_H
20309 # include <sys/statfs.h>
20310 #endif
20313 main ()
20315 static struct statfs ac_aggr;
20316 if (ac_aggr.f_frsize)
20317 return 0;
20319 return 0;
20321 _ACEOF
20322 rm -f conftest.$ac_objext
20323 if { (ac_try="$ac_compile"
20324 case "(($ac_try" in
20325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20326 *) ac_try_echo=$ac_try;;
20327 esac
20328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20329 (eval "$ac_compile") 2>conftest.er1
20330 ac_status=$?
20331 grep -v '^ *+' conftest.er1 >conftest.err
20332 rm -f conftest.er1
20333 cat conftest.err >&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); } && {
20336 test -z "$ac_c_werror_flag" ||
20337 test ! -s conftest.err
20338 } && test -s conftest.$ac_objext; then
20339 ac_cv_member_struct_statfs_f_frsize=yes
20340 else
20341 echo "$as_me: failed program was:" >&5
20342 sed 's/^/| /' conftest.$ac_ext >&5
20344 cat >conftest.$ac_ext <<_ACEOF
20345 /* confdefs.h. */
20346 _ACEOF
20347 cat confdefs.h >>conftest.$ac_ext
20348 cat >>conftest.$ac_ext <<_ACEOF
20349 /* end confdefs.h. */
20350 #include <sys/types.h>
20351 #ifdef HAVE_SYS_PARAM_H
20352 # include <sys/param.h>
20353 #endif
20354 #ifdef HAVE_SYS_MOUNT_H
20355 # include <sys/mount.h>
20356 #endif
20357 #ifdef HAVE_SYS_VFS_H
20358 # include <sys/vfs.h>
20359 #endif
20360 #ifdef HAVE_SYS_STATFS_H
20361 # include <sys/statfs.h>
20362 #endif
20365 main ()
20367 static struct statfs ac_aggr;
20368 if (sizeof ac_aggr.f_frsize)
20369 return 0;
20371 return 0;
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378 *) ac_try_echo=$ac_try;;
20379 esac
20380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20381 (eval "$ac_compile") 2>conftest.er1
20382 ac_status=$?
20383 grep -v '^ *+' conftest.er1 >conftest.err
20384 rm -f conftest.er1
20385 cat conftest.err >&5
20386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20387 (exit $ac_status); } && {
20388 test -z "$ac_c_werror_flag" ||
20389 test ! -s conftest.err
20390 } && test -s conftest.$ac_objext; then
20391 ac_cv_member_struct_statfs_f_frsize=yes
20392 else
20393 echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20396 ac_cv_member_struct_statfs_f_frsize=no
20399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20404 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20405 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20406 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20408 cat >>confdefs.h <<_ACEOF
20409 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20410 _ACEOF
20414 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20415 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20416 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20417 echo $ECHO_N "(cached) $ECHO_C" >&6
20418 else
20419 cat >conftest.$ac_ext <<_ACEOF
20420 /* confdefs.h. */
20421 _ACEOF
20422 cat confdefs.h >>conftest.$ac_ext
20423 cat >>conftest.$ac_ext <<_ACEOF
20424 /* end confdefs.h. */
20425 #include <sys/types.h>
20426 #ifdef HAVE_SYS_PARAM_H
20427 # include <sys/param.h>
20428 #endif
20429 #ifdef HAVE_SYS_MOUNT_H
20430 # include <sys/mount.h>
20431 #endif
20432 #ifdef HAVE_SYS_VFS_H
20433 # include <sys/vfs.h>
20434 #endif
20435 #ifdef HAVE_SYS_STATFS_H
20436 # include <sys/statfs.h>
20437 #endif
20440 main ()
20442 static struct statfs ac_aggr;
20443 if (ac_aggr.f_ffree)
20444 return 0;
20446 return 0;
20448 _ACEOF
20449 rm -f conftest.$ac_objext
20450 if { (ac_try="$ac_compile"
20451 case "(($ac_try" in
20452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20453 *) ac_try_echo=$ac_try;;
20454 esac
20455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20456 (eval "$ac_compile") 2>conftest.er1
20457 ac_status=$?
20458 grep -v '^ *+' conftest.er1 >conftest.err
20459 rm -f conftest.er1
20460 cat conftest.err >&5
20461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20462 (exit $ac_status); } && {
20463 test -z "$ac_c_werror_flag" ||
20464 test ! -s conftest.err
20465 } && test -s conftest.$ac_objext; then
20466 ac_cv_member_struct_statfs_f_ffree=yes
20467 else
20468 echo "$as_me: failed program was:" >&5
20469 sed 's/^/| /' conftest.$ac_ext >&5
20471 cat >conftest.$ac_ext <<_ACEOF
20472 /* confdefs.h. */
20473 _ACEOF
20474 cat confdefs.h >>conftest.$ac_ext
20475 cat >>conftest.$ac_ext <<_ACEOF
20476 /* end confdefs.h. */
20477 #include <sys/types.h>
20478 #ifdef HAVE_SYS_PARAM_H
20479 # include <sys/param.h>
20480 #endif
20481 #ifdef HAVE_SYS_MOUNT_H
20482 # include <sys/mount.h>
20483 #endif
20484 #ifdef HAVE_SYS_VFS_H
20485 # include <sys/vfs.h>
20486 #endif
20487 #ifdef HAVE_SYS_STATFS_H
20488 # include <sys/statfs.h>
20489 #endif
20492 main ()
20494 static struct statfs ac_aggr;
20495 if (sizeof ac_aggr.f_ffree)
20496 return 0;
20498 return 0;
20500 _ACEOF
20501 rm -f conftest.$ac_objext
20502 if { (ac_try="$ac_compile"
20503 case "(($ac_try" in
20504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20505 *) ac_try_echo=$ac_try;;
20506 esac
20507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20508 (eval "$ac_compile") 2>conftest.er1
20509 ac_status=$?
20510 grep -v '^ *+' conftest.er1 >conftest.err
20511 rm -f conftest.er1
20512 cat conftest.err >&5
20513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20514 (exit $ac_status); } && {
20515 test -z "$ac_c_werror_flag" ||
20516 test ! -s conftest.err
20517 } && test -s conftest.$ac_objext; then
20518 ac_cv_member_struct_statfs_f_ffree=yes
20519 else
20520 echo "$as_me: failed program was:" >&5
20521 sed 's/^/| /' conftest.$ac_ext >&5
20523 ac_cv_member_struct_statfs_f_ffree=no
20526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20532 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20533 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20535 cat >>confdefs.h <<_ACEOF
20536 #define HAVE_STRUCT_STATFS_F_FFREE 1
20537 _ACEOF
20541 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20542 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20543 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20544 echo $ECHO_N "(cached) $ECHO_C" >&6
20545 else
20546 cat >conftest.$ac_ext <<_ACEOF
20547 /* confdefs.h. */
20548 _ACEOF
20549 cat confdefs.h >>conftest.$ac_ext
20550 cat >>conftest.$ac_ext <<_ACEOF
20551 /* end confdefs.h. */
20552 #include <sys/types.h>
20553 #ifdef HAVE_SYS_PARAM_H
20554 # include <sys/param.h>
20555 #endif
20556 #ifdef HAVE_SYS_MOUNT_H
20557 # include <sys/mount.h>
20558 #endif
20559 #ifdef HAVE_SYS_VFS_H
20560 # include <sys/vfs.h>
20561 #endif
20562 #ifdef HAVE_SYS_STATFS_H
20563 # include <sys/statfs.h>
20564 #endif
20567 main ()
20569 static struct statfs ac_aggr;
20570 if (ac_aggr.f_favail)
20571 return 0;
20573 return 0;
20575 _ACEOF
20576 rm -f conftest.$ac_objext
20577 if { (ac_try="$ac_compile"
20578 case "(($ac_try" in
20579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20580 *) ac_try_echo=$ac_try;;
20581 esac
20582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20583 (eval "$ac_compile") 2>conftest.er1
20584 ac_status=$?
20585 grep -v '^ *+' conftest.er1 >conftest.err
20586 rm -f conftest.er1
20587 cat conftest.err >&5
20588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20589 (exit $ac_status); } && {
20590 test -z "$ac_c_werror_flag" ||
20591 test ! -s conftest.err
20592 } && test -s conftest.$ac_objext; then
20593 ac_cv_member_struct_statfs_f_favail=yes
20594 else
20595 echo "$as_me: failed program was:" >&5
20596 sed 's/^/| /' conftest.$ac_ext >&5
20598 cat >conftest.$ac_ext <<_ACEOF
20599 /* confdefs.h. */
20600 _ACEOF
20601 cat confdefs.h >>conftest.$ac_ext
20602 cat >>conftest.$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604 #include <sys/types.h>
20605 #ifdef HAVE_SYS_PARAM_H
20606 # include <sys/param.h>
20607 #endif
20608 #ifdef HAVE_SYS_MOUNT_H
20609 # include <sys/mount.h>
20610 #endif
20611 #ifdef HAVE_SYS_VFS_H
20612 # include <sys/vfs.h>
20613 #endif
20614 #ifdef HAVE_SYS_STATFS_H
20615 # include <sys/statfs.h>
20616 #endif
20619 main ()
20621 static struct statfs ac_aggr;
20622 if (sizeof ac_aggr.f_favail)
20623 return 0;
20625 return 0;
20627 _ACEOF
20628 rm -f conftest.$ac_objext
20629 if { (ac_try="$ac_compile"
20630 case "(($ac_try" in
20631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20632 *) ac_try_echo=$ac_try;;
20633 esac
20634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20635 (eval "$ac_compile") 2>conftest.er1
20636 ac_status=$?
20637 grep -v '^ *+' conftest.er1 >conftest.err
20638 rm -f conftest.er1
20639 cat conftest.err >&5
20640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20641 (exit $ac_status); } && {
20642 test -z "$ac_c_werror_flag" ||
20643 test ! -s conftest.err
20644 } && test -s conftest.$ac_objext; then
20645 ac_cv_member_struct_statfs_f_favail=yes
20646 else
20647 echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.$ac_ext >&5
20650 ac_cv_member_struct_statfs_f_favail=no
20653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20658 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20659 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20660 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20662 cat >>confdefs.h <<_ACEOF
20663 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20664 _ACEOF
20668 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20669 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20670 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20671 echo $ECHO_N "(cached) $ECHO_C" >&6
20672 else
20673 cat >conftest.$ac_ext <<_ACEOF
20674 /* confdefs.h. */
20675 _ACEOF
20676 cat confdefs.h >>conftest.$ac_ext
20677 cat >>conftest.$ac_ext <<_ACEOF
20678 /* end confdefs.h. */
20679 #include <sys/types.h>
20680 #ifdef HAVE_SYS_PARAM_H
20681 # include <sys/param.h>
20682 #endif
20683 #ifdef HAVE_SYS_MOUNT_H
20684 # include <sys/mount.h>
20685 #endif
20686 #ifdef HAVE_SYS_VFS_H
20687 # include <sys/vfs.h>
20688 #endif
20689 #ifdef HAVE_SYS_STATFS_H
20690 # include <sys/statfs.h>
20691 #endif
20694 main ()
20696 static struct statfs ac_aggr;
20697 if (ac_aggr.f_namelen)
20698 return 0;
20700 return 0;
20702 _ACEOF
20703 rm -f conftest.$ac_objext
20704 if { (ac_try="$ac_compile"
20705 case "(($ac_try" in
20706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20707 *) ac_try_echo=$ac_try;;
20708 esac
20709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20710 (eval "$ac_compile") 2>conftest.er1
20711 ac_status=$?
20712 grep -v '^ *+' conftest.er1 >conftest.err
20713 rm -f conftest.er1
20714 cat conftest.err >&5
20715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20716 (exit $ac_status); } && {
20717 test -z "$ac_c_werror_flag" ||
20718 test ! -s conftest.err
20719 } && test -s conftest.$ac_objext; then
20720 ac_cv_member_struct_statfs_f_namelen=yes
20721 else
20722 echo "$as_me: failed program was:" >&5
20723 sed 's/^/| /' conftest.$ac_ext >&5
20725 cat >conftest.$ac_ext <<_ACEOF
20726 /* confdefs.h. */
20727 _ACEOF
20728 cat confdefs.h >>conftest.$ac_ext
20729 cat >>conftest.$ac_ext <<_ACEOF
20730 /* end confdefs.h. */
20731 #include <sys/types.h>
20732 #ifdef HAVE_SYS_PARAM_H
20733 # include <sys/param.h>
20734 #endif
20735 #ifdef HAVE_SYS_MOUNT_H
20736 # include <sys/mount.h>
20737 #endif
20738 #ifdef HAVE_SYS_VFS_H
20739 # include <sys/vfs.h>
20740 #endif
20741 #ifdef HAVE_SYS_STATFS_H
20742 # include <sys/statfs.h>
20743 #endif
20746 main ()
20748 static struct statfs ac_aggr;
20749 if (sizeof ac_aggr.f_namelen)
20750 return 0;
20752 return 0;
20754 _ACEOF
20755 rm -f conftest.$ac_objext
20756 if { (ac_try="$ac_compile"
20757 case "(($ac_try" in
20758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20759 *) ac_try_echo=$ac_try;;
20760 esac
20761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20762 (eval "$ac_compile") 2>conftest.er1
20763 ac_status=$?
20764 grep -v '^ *+' conftest.er1 >conftest.err
20765 rm -f conftest.er1
20766 cat conftest.err >&5
20767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20768 (exit $ac_status); } && {
20769 test -z "$ac_c_werror_flag" ||
20770 test ! -s conftest.err
20771 } && test -s conftest.$ac_objext; then
20772 ac_cv_member_struct_statfs_f_namelen=yes
20773 else
20774 echo "$as_me: failed program was:" >&5
20775 sed 's/^/| /' conftest.$ac_ext >&5
20777 ac_cv_member_struct_statfs_f_namelen=no
20780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20785 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20786 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20787 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20789 cat >>confdefs.h <<_ACEOF
20790 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20791 _ACEOF
20797 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20798 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20799 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20800 echo $ECHO_N "(cached) $ECHO_C" >&6
20801 else
20802 cat >conftest.$ac_ext <<_ACEOF
20803 /* confdefs.h. */
20804 _ACEOF
20805 cat confdefs.h >>conftest.$ac_ext
20806 cat >>conftest.$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20808 #ifdef HAVE_SYS_STATVFS_H
20809 #include <sys/statvfs.h>
20810 #endif
20813 main ()
20815 static struct statvfs ac_aggr;
20816 if (ac_aggr.f_blocks)
20817 return 0;
20819 return 0;
20821 _ACEOF
20822 rm -f conftest.$ac_objext
20823 if { (ac_try="$ac_compile"
20824 case "(($ac_try" in
20825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20826 *) ac_try_echo=$ac_try;;
20827 esac
20828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20829 (eval "$ac_compile") 2>conftest.er1
20830 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && {
20836 test -z "$ac_c_werror_flag" ||
20837 test ! -s conftest.err
20838 } && test -s conftest.$ac_objext; then
20839 ac_cv_member_struct_statvfs_f_blocks=yes
20840 else
20841 echo "$as_me: failed program was:" >&5
20842 sed 's/^/| /' conftest.$ac_ext >&5
20844 cat >conftest.$ac_ext <<_ACEOF
20845 /* confdefs.h. */
20846 _ACEOF
20847 cat confdefs.h >>conftest.$ac_ext
20848 cat >>conftest.$ac_ext <<_ACEOF
20849 /* end confdefs.h. */
20850 #ifdef HAVE_SYS_STATVFS_H
20851 #include <sys/statvfs.h>
20852 #endif
20855 main ()
20857 static struct statvfs ac_aggr;
20858 if (sizeof ac_aggr.f_blocks)
20859 return 0;
20861 return 0;
20863 _ACEOF
20864 rm -f conftest.$ac_objext
20865 if { (ac_try="$ac_compile"
20866 case "(($ac_try" in
20867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20868 *) ac_try_echo=$ac_try;;
20869 esac
20870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20871 (eval "$ac_compile") 2>conftest.er1
20872 ac_status=$?
20873 grep -v '^ *+' conftest.er1 >conftest.err
20874 rm -f conftest.er1
20875 cat conftest.err >&5
20876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20877 (exit $ac_status); } && {
20878 test -z "$ac_c_werror_flag" ||
20879 test ! -s conftest.err
20880 } && test -s conftest.$ac_objext; then
20881 ac_cv_member_struct_statvfs_f_blocks=yes
20882 else
20883 echo "$as_me: failed program was:" >&5
20884 sed 's/^/| /' conftest.$ac_ext >&5
20886 ac_cv_member_struct_statvfs_f_blocks=no
20889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20894 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20895 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20896 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20898 cat >>confdefs.h <<_ACEOF
20899 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20900 _ACEOF
20906 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20907 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20908 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20909 echo $ECHO_N "(cached) $ECHO_C" >&6
20910 else
20911 cat >conftest.$ac_ext <<_ACEOF
20912 /* confdefs.h. */
20913 _ACEOF
20914 cat confdefs.h >>conftest.$ac_ext
20915 cat >>conftest.$ac_ext <<_ACEOF
20916 /* end confdefs.h. */
20917 #include <sys/types.h>
20918 #ifdef HAVE_SYS_SOCKET_H
20919 # include <sys/socket.h>
20920 #endif
20921 #ifdef HAVE_SYS_UN_H
20922 # include <sys/un.h>
20923 #endif
20926 main ()
20928 static struct msghdr ac_aggr;
20929 if (ac_aggr.msg_accrights)
20930 return 0;
20932 return 0;
20934 _ACEOF
20935 rm -f conftest.$ac_objext
20936 if { (ac_try="$ac_compile"
20937 case "(($ac_try" in
20938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20939 *) ac_try_echo=$ac_try;;
20940 esac
20941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20942 (eval "$ac_compile") 2>conftest.er1
20943 ac_status=$?
20944 grep -v '^ *+' conftest.er1 >conftest.err
20945 rm -f conftest.er1
20946 cat conftest.err >&5
20947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20948 (exit $ac_status); } && {
20949 test -z "$ac_c_werror_flag" ||
20950 test ! -s conftest.err
20951 } && test -s conftest.$ac_objext; then
20952 ac_cv_member_struct_msghdr_msg_accrights=yes
20953 else
20954 echo "$as_me: failed program was:" >&5
20955 sed 's/^/| /' conftest.$ac_ext >&5
20957 cat >conftest.$ac_ext <<_ACEOF
20958 /* confdefs.h. */
20959 _ACEOF
20960 cat confdefs.h >>conftest.$ac_ext
20961 cat >>conftest.$ac_ext <<_ACEOF
20962 /* end confdefs.h. */
20963 #include <sys/types.h>
20964 #ifdef HAVE_SYS_SOCKET_H
20965 # include <sys/socket.h>
20966 #endif
20967 #ifdef HAVE_SYS_UN_H
20968 # include <sys/un.h>
20969 #endif
20972 main ()
20974 static struct msghdr ac_aggr;
20975 if (sizeof ac_aggr.msg_accrights)
20976 return 0;
20978 return 0;
20980 _ACEOF
20981 rm -f conftest.$ac_objext
20982 if { (ac_try="$ac_compile"
20983 case "(($ac_try" in
20984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20985 *) ac_try_echo=$ac_try;;
20986 esac
20987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20988 (eval "$ac_compile") 2>conftest.er1
20989 ac_status=$?
20990 grep -v '^ *+' conftest.er1 >conftest.err
20991 rm -f conftest.er1
20992 cat conftest.err >&5
20993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20994 (exit $ac_status); } && {
20995 test -z "$ac_c_werror_flag" ||
20996 test ! -s conftest.err
20997 } && test -s conftest.$ac_objext; then
20998 ac_cv_member_struct_msghdr_msg_accrights=yes
20999 else
21000 echo "$as_me: failed program was:" >&5
21001 sed 's/^/| /' conftest.$ac_ext >&5
21003 ac_cv_member_struct_msghdr_msg_accrights=no
21006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21011 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21012 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21013 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21015 cat >>confdefs.h <<_ACEOF
21016 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21017 _ACEOF
21021 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21022 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21023 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21024 echo $ECHO_N "(cached) $ECHO_C" >&6
21025 else
21026 cat >conftest.$ac_ext <<_ACEOF
21027 /* confdefs.h. */
21028 _ACEOF
21029 cat confdefs.h >>conftest.$ac_ext
21030 cat >>conftest.$ac_ext <<_ACEOF
21031 /* end confdefs.h. */
21032 #include <sys/types.h>
21033 #ifdef HAVE_SYS_SOCKET_H
21034 # include <sys/socket.h>
21035 #endif
21036 #ifdef HAVE_SYS_UN_H
21037 # include <sys/un.h>
21038 #endif
21041 main ()
21043 static struct sockaddr ac_aggr;
21044 if (ac_aggr.sa_len)
21045 return 0;
21047 return 0;
21049 _ACEOF
21050 rm -f conftest.$ac_objext
21051 if { (ac_try="$ac_compile"
21052 case "(($ac_try" in
21053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21054 *) ac_try_echo=$ac_try;;
21055 esac
21056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21057 (eval "$ac_compile") 2>conftest.er1
21058 ac_status=$?
21059 grep -v '^ *+' conftest.er1 >conftest.err
21060 rm -f conftest.er1
21061 cat conftest.err >&5
21062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21063 (exit $ac_status); } && {
21064 test -z "$ac_c_werror_flag" ||
21065 test ! -s conftest.err
21066 } && test -s conftest.$ac_objext; then
21067 ac_cv_member_struct_sockaddr_sa_len=yes
21068 else
21069 echo "$as_me: failed program was:" >&5
21070 sed 's/^/| /' conftest.$ac_ext >&5
21072 cat >conftest.$ac_ext <<_ACEOF
21073 /* confdefs.h. */
21074 _ACEOF
21075 cat confdefs.h >>conftest.$ac_ext
21076 cat >>conftest.$ac_ext <<_ACEOF
21077 /* end confdefs.h. */
21078 #include <sys/types.h>
21079 #ifdef HAVE_SYS_SOCKET_H
21080 # include <sys/socket.h>
21081 #endif
21082 #ifdef HAVE_SYS_UN_H
21083 # include <sys/un.h>
21084 #endif
21087 main ()
21089 static struct sockaddr ac_aggr;
21090 if (sizeof ac_aggr.sa_len)
21091 return 0;
21093 return 0;
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21101 esac
21102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103 (eval "$ac_compile") 2>conftest.er1
21104 ac_status=$?
21105 grep -v '^ *+' conftest.er1 >conftest.err
21106 rm -f conftest.er1
21107 cat conftest.err >&5
21108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109 (exit $ac_status); } && {
21110 test -z "$ac_c_werror_flag" ||
21111 test ! -s conftest.err
21112 } && test -s conftest.$ac_objext; then
21113 ac_cv_member_struct_sockaddr_sa_len=yes
21114 else
21115 echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21118 ac_cv_member_struct_sockaddr_sa_len=no
21121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21126 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21127 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21128 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21130 cat >>confdefs.h <<_ACEOF
21131 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21132 _ACEOF
21136 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21137 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21138 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21139 echo $ECHO_N "(cached) $ECHO_C" >&6
21140 else
21141 cat >conftest.$ac_ext <<_ACEOF
21142 /* confdefs.h. */
21143 _ACEOF
21144 cat confdefs.h >>conftest.$ac_ext
21145 cat >>conftest.$ac_ext <<_ACEOF
21146 /* end confdefs.h. */
21147 #include <sys/types.h>
21148 #ifdef HAVE_SYS_SOCKET_H
21149 # include <sys/socket.h>
21150 #endif
21151 #ifdef HAVE_SYS_UN_H
21152 # include <sys/un.h>
21153 #endif
21156 main ()
21158 static struct sockaddr_un ac_aggr;
21159 if (ac_aggr.sun_len)
21160 return 0;
21162 return 0;
21164 _ACEOF
21165 rm -f conftest.$ac_objext
21166 if { (ac_try="$ac_compile"
21167 case "(($ac_try" in
21168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21169 *) ac_try_echo=$ac_try;;
21170 esac
21171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21172 (eval "$ac_compile") 2>conftest.er1
21173 ac_status=$?
21174 grep -v '^ *+' conftest.er1 >conftest.err
21175 rm -f conftest.er1
21176 cat conftest.err >&5
21177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21178 (exit $ac_status); } && {
21179 test -z "$ac_c_werror_flag" ||
21180 test ! -s conftest.err
21181 } && test -s conftest.$ac_objext; then
21182 ac_cv_member_struct_sockaddr_un_sun_len=yes
21183 else
21184 echo "$as_me: failed program was:" >&5
21185 sed 's/^/| /' conftest.$ac_ext >&5
21187 cat >conftest.$ac_ext <<_ACEOF
21188 /* confdefs.h. */
21189 _ACEOF
21190 cat confdefs.h >>conftest.$ac_ext
21191 cat >>conftest.$ac_ext <<_ACEOF
21192 /* end confdefs.h. */
21193 #include <sys/types.h>
21194 #ifdef HAVE_SYS_SOCKET_H
21195 # include <sys/socket.h>
21196 #endif
21197 #ifdef HAVE_SYS_UN_H
21198 # include <sys/un.h>
21199 #endif
21202 main ()
21204 static struct sockaddr_un ac_aggr;
21205 if (sizeof ac_aggr.sun_len)
21206 return 0;
21208 return 0;
21210 _ACEOF
21211 rm -f conftest.$ac_objext
21212 if { (ac_try="$ac_compile"
21213 case "(($ac_try" in
21214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21215 *) ac_try_echo=$ac_try;;
21216 esac
21217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21218 (eval "$ac_compile") 2>conftest.er1
21219 ac_status=$?
21220 grep -v '^ *+' conftest.er1 >conftest.err
21221 rm -f conftest.er1
21222 cat conftest.err >&5
21223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21224 (exit $ac_status); } && {
21225 test -z "$ac_c_werror_flag" ||
21226 test ! -s conftest.err
21227 } && test -s conftest.$ac_objext; then
21228 ac_cv_member_struct_sockaddr_un_sun_len=yes
21229 else
21230 echo "$as_me: failed program was:" >&5
21231 sed 's/^/| /' conftest.$ac_ext >&5
21233 ac_cv_member_struct_sockaddr_un_sun_len=no
21236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21241 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21242 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21243 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21245 cat >>confdefs.h <<_ACEOF
21246 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21247 _ACEOF
21253 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21254 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21255 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21256 echo $ECHO_N "(cached) $ECHO_C" >&6
21257 else
21258 cat >conftest.$ac_ext <<_ACEOF
21259 /* confdefs.h. */
21260 _ACEOF
21261 cat confdefs.h >>conftest.$ac_ext
21262 cat >>conftest.$ac_ext <<_ACEOF
21263 /* end confdefs.h. */
21264 #include <sys/types.h>
21265 #ifdef HAVE_SCSI_SG_H
21266 #include <scsi/sg.h>
21267 #endif
21270 main ()
21272 static scsireq_t ac_aggr;
21273 if (ac_aggr.cmd)
21274 return 0;
21276 return 0;
21278 _ACEOF
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21283 *) ac_try_echo=$ac_try;;
21284 esac
21285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21287 ac_status=$?
21288 grep -v '^ *+' conftest.er1 >conftest.err
21289 rm -f conftest.er1
21290 cat conftest.err >&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.$ac_objext; then
21296 ac_cv_member_scsireq_t_cmd=yes
21297 else
21298 echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.$ac_ext >&5
21301 cat >conftest.$ac_ext <<_ACEOF
21302 /* confdefs.h. */
21303 _ACEOF
21304 cat confdefs.h >>conftest.$ac_ext
21305 cat >>conftest.$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 #include <sys/types.h>
21308 #ifdef HAVE_SCSI_SG_H
21309 #include <scsi/sg.h>
21310 #endif
21313 main ()
21315 static scsireq_t ac_aggr;
21316 if (sizeof ac_aggr.cmd)
21317 return 0;
21319 return 0;
21321 _ACEOF
21322 rm -f conftest.$ac_objext
21323 if { (ac_try="$ac_compile"
21324 case "(($ac_try" in
21325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21326 *) ac_try_echo=$ac_try;;
21327 esac
21328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21329 (eval "$ac_compile") 2>conftest.er1
21330 ac_status=$?
21331 grep -v '^ *+' conftest.er1 >conftest.err
21332 rm -f conftest.er1
21333 cat conftest.err >&5
21334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21335 (exit $ac_status); } && {
21336 test -z "$ac_c_werror_flag" ||
21337 test ! -s conftest.err
21338 } && test -s conftest.$ac_objext; then
21339 ac_cv_member_scsireq_t_cmd=yes
21340 else
21341 echo "$as_me: failed program was:" >&5
21342 sed 's/^/| /' conftest.$ac_ext >&5
21344 ac_cv_member_scsireq_t_cmd=no
21347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21352 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21353 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21354 if test $ac_cv_member_scsireq_t_cmd = yes; then
21356 cat >>confdefs.h <<_ACEOF
21357 #define HAVE_SCSIREQ_T_CMD 1
21358 _ACEOF
21362 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21363 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21364 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21365 echo $ECHO_N "(cached) $ECHO_C" >&6
21366 else
21367 cat >conftest.$ac_ext <<_ACEOF
21368 /* confdefs.h. */
21369 _ACEOF
21370 cat confdefs.h >>conftest.$ac_ext
21371 cat >>conftest.$ac_ext <<_ACEOF
21372 /* end confdefs.h. */
21373 #include <sys/types.h>
21374 #ifdef HAVE_SCSI_SG_H
21375 #include <scsi/sg.h>
21376 #endif
21379 main ()
21381 static sg_io_hdr_t ac_aggr;
21382 if (ac_aggr.interface_id)
21383 return 0;
21385 return 0;
21387 _ACEOF
21388 rm -f conftest.$ac_objext
21389 if { (ac_try="$ac_compile"
21390 case "(($ac_try" in
21391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21392 *) ac_try_echo=$ac_try;;
21393 esac
21394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21395 (eval "$ac_compile") 2>conftest.er1
21396 ac_status=$?
21397 grep -v '^ *+' conftest.er1 >conftest.err
21398 rm -f conftest.er1
21399 cat conftest.err >&5
21400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21401 (exit $ac_status); } && {
21402 test -z "$ac_c_werror_flag" ||
21403 test ! -s conftest.err
21404 } && test -s conftest.$ac_objext; then
21405 ac_cv_member_sg_io_hdr_t_interface_id=yes
21406 else
21407 echo "$as_me: failed program was:" >&5
21408 sed 's/^/| /' conftest.$ac_ext >&5
21410 cat >conftest.$ac_ext <<_ACEOF
21411 /* confdefs.h. */
21412 _ACEOF
21413 cat confdefs.h >>conftest.$ac_ext
21414 cat >>conftest.$ac_ext <<_ACEOF
21415 /* end confdefs.h. */
21416 #include <sys/types.h>
21417 #ifdef HAVE_SCSI_SG_H
21418 #include <scsi/sg.h>
21419 #endif
21422 main ()
21424 static sg_io_hdr_t ac_aggr;
21425 if (sizeof ac_aggr.interface_id)
21426 return 0;
21428 return 0;
21430 _ACEOF
21431 rm -f conftest.$ac_objext
21432 if { (ac_try="$ac_compile"
21433 case "(($ac_try" in
21434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21435 *) ac_try_echo=$ac_try;;
21436 esac
21437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21438 (eval "$ac_compile") 2>conftest.er1
21439 ac_status=$?
21440 grep -v '^ *+' conftest.er1 >conftest.err
21441 rm -f conftest.er1
21442 cat conftest.err >&5
21443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21444 (exit $ac_status); } && {
21445 test -z "$ac_c_werror_flag" ||
21446 test ! -s conftest.err
21447 } && test -s conftest.$ac_objext; then
21448 ac_cv_member_sg_io_hdr_t_interface_id=yes
21449 else
21450 echo "$as_me: failed program was:" >&5
21451 sed 's/^/| /' conftest.$ac_ext >&5
21453 ac_cv_member_sg_io_hdr_t_interface_id=no
21456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21461 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21462 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21463 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21465 cat >>confdefs.h <<_ACEOF
21466 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21467 _ACEOF
21473 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21474 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21475 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21476 echo $ECHO_N "(cached) $ECHO_C" >&6
21477 else
21478 cat >conftest.$ac_ext <<_ACEOF
21479 /* confdefs.h. */
21480 _ACEOF
21481 cat confdefs.h >>conftest.$ac_ext
21482 cat >>conftest.$ac_ext <<_ACEOF
21483 /* end confdefs.h. */
21484 #include <signal.h>
21487 main ()
21489 static siginfo_t ac_aggr;
21490 if (ac_aggr.si_fd)
21491 return 0;
21493 return 0;
21495 _ACEOF
21496 rm -f conftest.$ac_objext
21497 if { (ac_try="$ac_compile"
21498 case "(($ac_try" in
21499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21500 *) ac_try_echo=$ac_try;;
21501 esac
21502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21503 (eval "$ac_compile") 2>conftest.er1
21504 ac_status=$?
21505 grep -v '^ *+' conftest.er1 >conftest.err
21506 rm -f conftest.er1
21507 cat conftest.err >&5
21508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21509 (exit $ac_status); } && {
21510 test -z "$ac_c_werror_flag" ||
21511 test ! -s conftest.err
21512 } && test -s conftest.$ac_objext; then
21513 ac_cv_member_siginfo_t_si_fd=yes
21514 else
21515 echo "$as_me: failed program was:" >&5
21516 sed 's/^/| /' conftest.$ac_ext >&5
21518 cat >conftest.$ac_ext <<_ACEOF
21519 /* confdefs.h. */
21520 _ACEOF
21521 cat confdefs.h >>conftest.$ac_ext
21522 cat >>conftest.$ac_ext <<_ACEOF
21523 /* end confdefs.h. */
21524 #include <signal.h>
21527 main ()
21529 static siginfo_t ac_aggr;
21530 if (sizeof ac_aggr.si_fd)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21543 (eval "$ac_compile") 2>conftest.er1
21544 ac_status=$?
21545 grep -v '^ *+' conftest.er1 >conftest.err
21546 rm -f conftest.er1
21547 cat conftest.err >&5
21548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21549 (exit $ac_status); } && {
21550 test -z "$ac_c_werror_flag" ||
21551 test ! -s conftest.err
21552 } && test -s conftest.$ac_objext; then
21553 ac_cv_member_siginfo_t_si_fd=yes
21554 else
21555 echo "$as_me: failed program was:" >&5
21556 sed 's/^/| /' conftest.$ac_ext >&5
21558 ac_cv_member_siginfo_t_si_fd=no
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21566 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21567 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21568 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21570 cat >>confdefs.h <<_ACEOF
21571 #define HAVE_SIGINFO_T_SI_FD 1
21572 _ACEOF
21578 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21579 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21580 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21581 echo $ECHO_N "(cached) $ECHO_C" >&6
21582 else
21583 cat >conftest.$ac_ext <<_ACEOF
21584 /* confdefs.h. */
21585 _ACEOF
21586 cat confdefs.h >>conftest.$ac_ext
21587 cat >>conftest.$ac_ext <<_ACEOF
21588 /* end confdefs.h. */
21589 #include <sys/types.h>
21590 #ifdef HAVE_SYS_MTIO_H
21591 #include <sys/mtio.h>
21592 #endif
21595 main ()
21597 static struct mtget ac_aggr;
21598 if (ac_aggr.mt_blksiz)
21599 return 0;
21601 return 0;
21603 _ACEOF
21604 rm -f conftest.$ac_objext
21605 if { (ac_try="$ac_compile"
21606 case "(($ac_try" in
21607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21608 *) ac_try_echo=$ac_try;;
21609 esac
21610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21611 (eval "$ac_compile") 2>conftest.er1
21612 ac_status=$?
21613 grep -v '^ *+' conftest.er1 >conftest.err
21614 rm -f conftest.er1
21615 cat conftest.err >&5
21616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21617 (exit $ac_status); } && {
21618 test -z "$ac_c_werror_flag" ||
21619 test ! -s conftest.err
21620 } && test -s conftest.$ac_objext; then
21621 ac_cv_member_struct_mtget_mt_blksiz=yes
21622 else
21623 echo "$as_me: failed program was:" >&5
21624 sed 's/^/| /' conftest.$ac_ext >&5
21626 cat >conftest.$ac_ext <<_ACEOF
21627 /* confdefs.h. */
21628 _ACEOF
21629 cat confdefs.h >>conftest.$ac_ext
21630 cat >>conftest.$ac_ext <<_ACEOF
21631 /* end confdefs.h. */
21632 #include <sys/types.h>
21633 #ifdef HAVE_SYS_MTIO_H
21634 #include <sys/mtio.h>
21635 #endif
21638 main ()
21640 static struct mtget ac_aggr;
21641 if (sizeof ac_aggr.mt_blksiz)
21642 return 0;
21644 return 0;
21646 _ACEOF
21647 rm -f conftest.$ac_objext
21648 if { (ac_try="$ac_compile"
21649 case "(($ac_try" in
21650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21651 *) ac_try_echo=$ac_try;;
21652 esac
21653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21654 (eval "$ac_compile") 2>conftest.er1
21655 ac_status=$?
21656 grep -v '^ *+' conftest.er1 >conftest.err
21657 rm -f conftest.er1
21658 cat conftest.err >&5
21659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660 (exit $ac_status); } && {
21661 test -z "$ac_c_werror_flag" ||
21662 test ! -s conftest.err
21663 } && test -s conftest.$ac_objext; then
21664 ac_cv_member_struct_mtget_mt_blksiz=yes
21665 else
21666 echo "$as_me: failed program was:" >&5
21667 sed 's/^/| /' conftest.$ac_ext >&5
21669 ac_cv_member_struct_mtget_mt_blksiz=no
21672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21677 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21678 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21679 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21681 cat >>confdefs.h <<_ACEOF
21682 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21683 _ACEOF
21687 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21688 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21689 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21690 echo $ECHO_N "(cached) $ECHO_C" >&6
21691 else
21692 cat >conftest.$ac_ext <<_ACEOF
21693 /* confdefs.h. */
21694 _ACEOF
21695 cat confdefs.h >>conftest.$ac_ext
21696 cat >>conftest.$ac_ext <<_ACEOF
21697 /* end confdefs.h. */
21698 #include <sys/types.h>
21699 #ifdef HAVE_SYS_MTIO_H
21700 #include <sys/mtio.h>
21701 #endif
21704 main ()
21706 static struct mtget ac_aggr;
21707 if (ac_aggr.mt_gstat)
21708 return 0;
21710 return 0;
21712 _ACEOF
21713 rm -f conftest.$ac_objext
21714 if { (ac_try="$ac_compile"
21715 case "(($ac_try" in
21716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21717 *) ac_try_echo=$ac_try;;
21718 esac
21719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21720 (eval "$ac_compile") 2>conftest.er1
21721 ac_status=$?
21722 grep -v '^ *+' conftest.er1 >conftest.err
21723 rm -f conftest.er1
21724 cat conftest.err >&5
21725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21726 (exit $ac_status); } && {
21727 test -z "$ac_c_werror_flag" ||
21728 test ! -s conftest.err
21729 } && test -s conftest.$ac_objext; then
21730 ac_cv_member_struct_mtget_mt_gstat=yes
21731 else
21732 echo "$as_me: failed program was:" >&5
21733 sed 's/^/| /' conftest.$ac_ext >&5
21735 cat >conftest.$ac_ext <<_ACEOF
21736 /* confdefs.h. */
21737 _ACEOF
21738 cat confdefs.h >>conftest.$ac_ext
21739 cat >>conftest.$ac_ext <<_ACEOF
21740 /* end confdefs.h. */
21741 #include <sys/types.h>
21742 #ifdef HAVE_SYS_MTIO_H
21743 #include <sys/mtio.h>
21744 #endif
21747 main ()
21749 static struct mtget ac_aggr;
21750 if (sizeof ac_aggr.mt_gstat)
21751 return 0;
21753 return 0;
21755 _ACEOF
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21761 esac
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21764 ac_status=$?
21765 grep -v '^ *+' conftest.er1 >conftest.err
21766 rm -f conftest.er1
21767 cat conftest.err >&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_struct_mtget_mt_gstat=yes
21774 else
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 ac_cv_member_struct_mtget_mt_gstat=no
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21787 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21788 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21792 _ACEOF
21796 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21797 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21798 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21799 echo $ECHO_N "(cached) $ECHO_C" >&6
21800 else
21801 cat >conftest.$ac_ext <<_ACEOF
21802 /* confdefs.h. */
21803 _ACEOF
21804 cat confdefs.h >>conftest.$ac_ext
21805 cat >>conftest.$ac_ext <<_ACEOF
21806 /* end confdefs.h. */
21807 #include <sys/types.h>
21808 #ifdef HAVE_SYS_MTIO_H
21809 #include <sys/mtio.h>
21810 #endif
21813 main ()
21815 static struct mtget ac_aggr;
21816 if (ac_aggr.mt_blkno)
21817 return 0;
21819 return 0;
21821 _ACEOF
21822 rm -f conftest.$ac_objext
21823 if { (ac_try="$ac_compile"
21824 case "(($ac_try" in
21825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21826 *) ac_try_echo=$ac_try;;
21827 esac
21828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21829 (eval "$ac_compile") 2>conftest.er1
21830 ac_status=$?
21831 grep -v '^ *+' conftest.er1 >conftest.err
21832 rm -f conftest.er1
21833 cat conftest.err >&5
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); } && {
21836 test -z "$ac_c_werror_flag" ||
21837 test ! -s conftest.err
21838 } && test -s conftest.$ac_objext; then
21839 ac_cv_member_struct_mtget_mt_blkno=yes
21840 else
21841 echo "$as_me: failed program was:" >&5
21842 sed 's/^/| /' conftest.$ac_ext >&5
21844 cat >conftest.$ac_ext <<_ACEOF
21845 /* confdefs.h. */
21846 _ACEOF
21847 cat confdefs.h >>conftest.$ac_ext
21848 cat >>conftest.$ac_ext <<_ACEOF
21849 /* end confdefs.h. */
21850 #include <sys/types.h>
21851 #ifdef HAVE_SYS_MTIO_H
21852 #include <sys/mtio.h>
21853 #endif
21856 main ()
21858 static struct mtget ac_aggr;
21859 if (sizeof ac_aggr.mt_blkno)
21860 return 0;
21862 return 0;
21864 _ACEOF
21865 rm -f conftest.$ac_objext
21866 if { (ac_try="$ac_compile"
21867 case "(($ac_try" in
21868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21869 *) ac_try_echo=$ac_try;;
21870 esac
21871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21872 (eval "$ac_compile") 2>conftest.er1
21873 ac_status=$?
21874 grep -v '^ *+' conftest.er1 >conftest.err
21875 rm -f conftest.er1
21876 cat conftest.err >&5
21877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878 (exit $ac_status); } && {
21879 test -z "$ac_c_werror_flag" ||
21880 test ! -s conftest.err
21881 } && test -s conftest.$ac_objext; then
21882 ac_cv_member_struct_mtget_mt_blkno=yes
21883 else
21884 echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.$ac_ext >&5
21887 ac_cv_member_struct_mtget_mt_blkno=no
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21895 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21896 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21897 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21899 cat >>confdefs.h <<_ACEOF
21900 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21901 _ACEOF
21907 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21908 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21909 if test "${ac_cv_member_struct_option_name+set}" = set; then
21910 echo $ECHO_N "(cached) $ECHO_C" >&6
21911 else
21912 cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h. */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h. */
21918 #ifdef HAVE_GETOPT_H
21919 #include <getopt.h>
21920 #endif
21923 main ()
21925 static struct option ac_aggr;
21926 if (ac_aggr.name)
21927 return 0;
21929 return 0;
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;;
21937 esac
21938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21939 (eval "$ac_compile") 2>conftest.er1
21940 ac_status=$?
21941 grep -v '^ *+' conftest.er1 >conftest.err
21942 rm -f conftest.er1
21943 cat conftest.err >&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } && {
21946 test -z "$ac_c_werror_flag" ||
21947 test ! -s conftest.err
21948 } && test -s conftest.$ac_objext; then
21949 ac_cv_member_struct_option_name=yes
21950 else
21951 echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5
21954 cat >conftest.$ac_ext <<_ACEOF
21955 /* confdefs.h. */
21956 _ACEOF
21957 cat confdefs.h >>conftest.$ac_ext
21958 cat >>conftest.$ac_ext <<_ACEOF
21959 /* end confdefs.h. */
21960 #ifdef HAVE_GETOPT_H
21961 #include <getopt.h>
21962 #endif
21965 main ()
21967 static struct option ac_aggr;
21968 if (sizeof ac_aggr.name)
21969 return 0;
21971 return 0;
21973 _ACEOF
21974 rm -f conftest.$ac_objext
21975 if { (ac_try="$ac_compile"
21976 case "(($ac_try" in
21977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21978 *) ac_try_echo=$ac_try;;
21979 esac
21980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21981 (eval "$ac_compile") 2>conftest.er1
21982 ac_status=$?
21983 grep -v '^ *+' conftest.er1 >conftest.err
21984 rm -f conftest.er1
21985 cat conftest.err >&5
21986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21987 (exit $ac_status); } && {
21988 test -z "$ac_c_werror_flag" ||
21989 test ! -s conftest.err
21990 } && test -s conftest.$ac_objext; then
21991 ac_cv_member_struct_option_name=yes
21992 else
21993 echo "$as_me: failed program was:" >&5
21994 sed 's/^/| /' conftest.$ac_ext >&5
21996 ac_cv_member_struct_option_name=no
21999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22004 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22005 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22006 if test $ac_cv_member_struct_option_name = yes; then
22008 cat >>confdefs.h <<_ACEOF
22009 #define HAVE_STRUCT_OPTION_NAME 1
22010 _ACEOF
22016 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22017 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22018 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22019 echo $ECHO_N "(cached) $ECHO_C" >&6
22020 else
22021 cat >conftest.$ac_ext <<_ACEOF
22022 /* confdefs.h. */
22023 _ACEOF
22024 cat confdefs.h >>conftest.$ac_ext
22025 cat >>conftest.$ac_ext <<_ACEOF
22026 /* end confdefs.h. */
22027 $ac_includes_default
22029 main ()
22031 static struct stat ac_aggr;
22032 if (ac_aggr.st_blocks)
22033 return 0;
22035 return 0;
22037 _ACEOF
22038 rm -f conftest.$ac_objext
22039 if { (ac_try="$ac_compile"
22040 case "(($ac_try" in
22041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22042 *) ac_try_echo=$ac_try;;
22043 esac
22044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22045 (eval "$ac_compile") 2>conftest.er1
22046 ac_status=$?
22047 grep -v '^ *+' conftest.er1 >conftest.err
22048 rm -f conftest.er1
22049 cat conftest.err >&5
22050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22051 (exit $ac_status); } && {
22052 test -z "$ac_c_werror_flag" ||
22053 test ! -s conftest.err
22054 } && test -s conftest.$ac_objext; then
22055 ac_cv_member_struct_stat_st_blocks=yes
22056 else
22057 echo "$as_me: failed program was:" >&5
22058 sed 's/^/| /' conftest.$ac_ext >&5
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 $ac_includes_default
22068 main ()
22070 static struct stat ac_aggr;
22071 if (sizeof ac_aggr.st_blocks)
22072 return 0;
22074 return 0;
22076 _ACEOF
22077 rm -f conftest.$ac_objext
22078 if { (ac_try="$ac_compile"
22079 case "(($ac_try" in
22080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22081 *) ac_try_echo=$ac_try;;
22082 esac
22083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22084 (eval "$ac_compile") 2>conftest.er1
22085 ac_status=$?
22086 grep -v '^ *+' conftest.er1 >conftest.err
22087 rm -f conftest.er1
22088 cat conftest.err >&5
22089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22090 (exit $ac_status); } && {
22091 test -z "$ac_c_werror_flag" ||
22092 test ! -s conftest.err
22093 } && test -s conftest.$ac_objext; then
22094 ac_cv_member_struct_stat_st_blocks=yes
22095 else
22096 echo "$as_me: failed program was:" >&5
22097 sed 's/^/| /' conftest.$ac_ext >&5
22099 ac_cv_member_struct_stat_st_blocks=no
22102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22107 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22108 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22109 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22111 cat >>confdefs.h <<_ACEOF
22112 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22113 _ACEOF
22117 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22118 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22119 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22120 echo $ECHO_N "(cached) $ECHO_C" >&6
22121 else
22122 cat >conftest.$ac_ext <<_ACEOF
22123 /* confdefs.h. */
22124 _ACEOF
22125 cat confdefs.h >>conftest.$ac_ext
22126 cat >>conftest.$ac_ext <<_ACEOF
22127 /* end confdefs.h. */
22128 $ac_includes_default
22130 main ()
22132 static struct stat ac_aggr;
22133 if (ac_aggr.st_mtim)
22134 return 0;
22136 return 0;
22138 _ACEOF
22139 rm -f conftest.$ac_objext
22140 if { (ac_try="$ac_compile"
22141 case "(($ac_try" in
22142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22143 *) ac_try_echo=$ac_try;;
22144 esac
22145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22146 (eval "$ac_compile") 2>conftest.er1
22147 ac_status=$?
22148 grep -v '^ *+' conftest.er1 >conftest.err
22149 rm -f conftest.er1
22150 cat conftest.err >&5
22151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22152 (exit $ac_status); } && {
22153 test -z "$ac_c_werror_flag" ||
22154 test ! -s conftest.err
22155 } && test -s conftest.$ac_objext; then
22156 ac_cv_member_struct_stat_st_mtim=yes
22157 else
22158 echo "$as_me: failed program was:" >&5
22159 sed 's/^/| /' conftest.$ac_ext >&5
22161 cat >conftest.$ac_ext <<_ACEOF
22162 /* confdefs.h. */
22163 _ACEOF
22164 cat confdefs.h >>conftest.$ac_ext
22165 cat >>conftest.$ac_ext <<_ACEOF
22166 /* end confdefs.h. */
22167 $ac_includes_default
22169 main ()
22171 static struct stat ac_aggr;
22172 if (sizeof ac_aggr.st_mtim)
22173 return 0;
22175 return 0;
22177 _ACEOF
22178 rm -f conftest.$ac_objext
22179 if { (ac_try="$ac_compile"
22180 case "(($ac_try" in
22181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22182 *) ac_try_echo=$ac_try;;
22183 esac
22184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22185 (eval "$ac_compile") 2>conftest.er1
22186 ac_status=$?
22187 grep -v '^ *+' conftest.er1 >conftest.err
22188 rm -f conftest.er1
22189 cat conftest.err >&5
22190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22191 (exit $ac_status); } && {
22192 test -z "$ac_c_werror_flag" ||
22193 test ! -s conftest.err
22194 } && test -s conftest.$ac_objext; then
22195 ac_cv_member_struct_stat_st_mtim=yes
22196 else
22197 echo "$as_me: failed program was:" >&5
22198 sed 's/^/| /' conftest.$ac_ext >&5
22200 ac_cv_member_struct_stat_st_mtim=no
22203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22208 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22209 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22210 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22212 cat >>confdefs.h <<_ACEOF
22213 #define HAVE_STRUCT_STAT_ST_MTIM 1
22214 _ACEOF
22218 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22219 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22220 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22221 echo $ECHO_N "(cached) $ECHO_C" >&6
22222 else
22223 cat >conftest.$ac_ext <<_ACEOF
22224 /* confdefs.h. */
22225 _ACEOF
22226 cat confdefs.h >>conftest.$ac_ext
22227 cat >>conftest.$ac_ext <<_ACEOF
22228 /* end confdefs.h. */
22229 $ac_includes_default
22231 main ()
22233 static struct stat ac_aggr;
22234 if (ac_aggr.st_ctim)
22235 return 0;
22237 return 0;
22239 _ACEOF
22240 rm -f conftest.$ac_objext
22241 if { (ac_try="$ac_compile"
22242 case "(($ac_try" in
22243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22244 *) ac_try_echo=$ac_try;;
22245 esac
22246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22247 (eval "$ac_compile") 2>conftest.er1
22248 ac_status=$?
22249 grep -v '^ *+' conftest.er1 >conftest.err
22250 rm -f conftest.er1
22251 cat conftest.err >&5
22252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253 (exit $ac_status); } && {
22254 test -z "$ac_c_werror_flag" ||
22255 test ! -s conftest.err
22256 } && test -s conftest.$ac_objext; then
22257 ac_cv_member_struct_stat_st_ctim=yes
22258 else
22259 echo "$as_me: failed program was:" >&5
22260 sed 's/^/| /' conftest.$ac_ext >&5
22262 cat >conftest.$ac_ext <<_ACEOF
22263 /* confdefs.h. */
22264 _ACEOF
22265 cat confdefs.h >>conftest.$ac_ext
22266 cat >>conftest.$ac_ext <<_ACEOF
22267 /* end confdefs.h. */
22268 $ac_includes_default
22270 main ()
22272 static struct stat ac_aggr;
22273 if (sizeof ac_aggr.st_ctim)
22274 return 0;
22276 return 0;
22278 _ACEOF
22279 rm -f conftest.$ac_objext
22280 if { (ac_try="$ac_compile"
22281 case "(($ac_try" in
22282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22283 *) ac_try_echo=$ac_try;;
22284 esac
22285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22286 (eval "$ac_compile") 2>conftest.er1
22287 ac_status=$?
22288 grep -v '^ *+' conftest.er1 >conftest.err
22289 rm -f conftest.er1
22290 cat conftest.err >&5
22291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22292 (exit $ac_status); } && {
22293 test -z "$ac_c_werror_flag" ||
22294 test ! -s conftest.err
22295 } && test -s conftest.$ac_objext; then
22296 ac_cv_member_struct_stat_st_ctim=yes
22297 else
22298 echo "$as_me: failed program was:" >&5
22299 sed 's/^/| /' conftest.$ac_ext >&5
22301 ac_cv_member_struct_stat_st_ctim=no
22304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22309 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22310 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22311 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22313 cat >>confdefs.h <<_ACEOF
22314 #define HAVE_STRUCT_STAT_ST_CTIM 1
22315 _ACEOF
22319 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22320 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22321 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22322 echo $ECHO_N "(cached) $ECHO_C" >&6
22323 else
22324 cat >conftest.$ac_ext <<_ACEOF
22325 /* confdefs.h. */
22326 _ACEOF
22327 cat confdefs.h >>conftest.$ac_ext
22328 cat >>conftest.$ac_ext <<_ACEOF
22329 /* end confdefs.h. */
22330 $ac_includes_default
22332 main ()
22334 static struct stat ac_aggr;
22335 if (ac_aggr.st_atim)
22336 return 0;
22338 return 0;
22340 _ACEOF
22341 rm -f conftest.$ac_objext
22342 if { (ac_try="$ac_compile"
22343 case "(($ac_try" in
22344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22345 *) ac_try_echo=$ac_try;;
22346 esac
22347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22348 (eval "$ac_compile") 2>conftest.er1
22349 ac_status=$?
22350 grep -v '^ *+' conftest.er1 >conftest.err
22351 rm -f conftest.er1
22352 cat conftest.err >&5
22353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22354 (exit $ac_status); } && {
22355 test -z "$ac_c_werror_flag" ||
22356 test ! -s conftest.err
22357 } && test -s conftest.$ac_objext; then
22358 ac_cv_member_struct_stat_st_atim=yes
22359 else
22360 echo "$as_me: failed program was:" >&5
22361 sed 's/^/| /' conftest.$ac_ext >&5
22363 cat >conftest.$ac_ext <<_ACEOF
22364 /* confdefs.h. */
22365 _ACEOF
22366 cat confdefs.h >>conftest.$ac_ext
22367 cat >>conftest.$ac_ext <<_ACEOF
22368 /* end confdefs.h. */
22369 $ac_includes_default
22371 main ()
22373 static struct stat ac_aggr;
22374 if (sizeof ac_aggr.st_atim)
22375 return 0;
22377 return 0;
22379 _ACEOF
22380 rm -f conftest.$ac_objext
22381 if { (ac_try="$ac_compile"
22382 case "(($ac_try" in
22383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22384 *) ac_try_echo=$ac_try;;
22385 esac
22386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22387 (eval "$ac_compile") 2>conftest.er1
22388 ac_status=$?
22389 grep -v '^ *+' conftest.er1 >conftest.err
22390 rm -f conftest.er1
22391 cat conftest.err >&5
22392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22393 (exit $ac_status); } && {
22394 test -z "$ac_c_werror_flag" ||
22395 test ! -s conftest.err
22396 } && test -s conftest.$ac_objext; then
22397 ac_cv_member_struct_stat_st_atim=yes
22398 else
22399 echo "$as_me: failed program was:" >&5
22400 sed 's/^/| /' conftest.$ac_ext >&5
22402 ac_cv_member_struct_stat_st_atim=no
22405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22410 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22411 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22412 if test $ac_cv_member_struct_stat_st_atim = yes; then
22414 cat >>confdefs.h <<_ACEOF
22415 #define HAVE_STRUCT_STAT_ST_ATIM 1
22416 _ACEOF
22422 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22423 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22424 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22425 echo $ECHO_N "(cached) $ECHO_C" >&6
22426 else
22427 cat >conftest.$ac_ext <<_ACEOF
22428 /* confdefs.h. */
22429 _ACEOF
22430 cat confdefs.h >>conftest.$ac_ext
22431 cat >>conftest.$ac_ext <<_ACEOF
22432 /* end confdefs.h. */
22433 #ifdef HAVE_SYS_TYPES_H
22434 #include <sys/types.h>
22435 #endif
22436 #ifdef HAVE_NETINET_IN_H
22437 #include <netinet/in.h>
22438 #endif
22441 main ()
22443 static struct sockaddr_in6 ac_aggr;
22444 if (ac_aggr.sin6_scope_id)
22445 return 0;
22447 return 0;
22449 _ACEOF
22450 rm -f conftest.$ac_objext
22451 if { (ac_try="$ac_compile"
22452 case "(($ac_try" in
22453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22454 *) ac_try_echo=$ac_try;;
22455 esac
22456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22457 (eval "$ac_compile") 2>conftest.er1
22458 ac_status=$?
22459 grep -v '^ *+' conftest.er1 >conftest.err
22460 rm -f conftest.er1
22461 cat conftest.err >&5
22462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22463 (exit $ac_status); } && {
22464 test -z "$ac_c_werror_flag" ||
22465 test ! -s conftest.err
22466 } && test -s conftest.$ac_objext; then
22467 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22468 else
22469 echo "$as_me: failed program was:" >&5
22470 sed 's/^/| /' conftest.$ac_ext >&5
22472 cat >conftest.$ac_ext <<_ACEOF
22473 /* confdefs.h. */
22474 _ACEOF
22475 cat confdefs.h >>conftest.$ac_ext
22476 cat >>conftest.$ac_ext <<_ACEOF
22477 /* end confdefs.h. */
22478 #ifdef HAVE_SYS_TYPES_H
22479 #include <sys/types.h>
22480 #endif
22481 #ifdef HAVE_NETINET_IN_H
22482 #include <netinet/in.h>
22483 #endif
22486 main ()
22488 static struct sockaddr_in6 ac_aggr;
22489 if (sizeof ac_aggr.sin6_scope_id)
22490 return 0;
22492 return 0;
22494 _ACEOF
22495 rm -f conftest.$ac_objext
22496 if { (ac_try="$ac_compile"
22497 case "(($ac_try" in
22498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22499 *) ac_try_echo=$ac_try;;
22500 esac
22501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22502 (eval "$ac_compile") 2>conftest.er1
22503 ac_status=$?
22504 grep -v '^ *+' conftest.er1 >conftest.err
22505 rm -f conftest.er1
22506 cat conftest.err >&5
22507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22508 (exit $ac_status); } && {
22509 test -z "$ac_c_werror_flag" ||
22510 test ! -s conftest.err
22511 } && test -s conftest.$ac_objext; then
22512 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22513 else
22514 echo "$as_me: failed program was:" >&5
22515 sed 's/^/| /' conftest.$ac_ext >&5
22517 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22525 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22526 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22527 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22529 cat >>confdefs.h <<_ACEOF
22530 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22531 _ACEOF
22537 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22538 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22539 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22540 echo $ECHO_N "(cached) $ECHO_C" >&6
22541 else
22542 cat >conftest.$ac_ext <<_ACEOF
22543 /* confdefs.h. */
22544 _ACEOF
22545 cat confdefs.h >>conftest.$ac_ext
22546 cat >>conftest.$ac_ext <<_ACEOF
22547 /* end confdefs.h. */
22548 #ifdef HAVE_SYS_TYPES_H
22549 #include <sys/types.h>
22550 #endif
22551 #ifdef HAVE_NETINET_IN_H
22552 # include <netinet/in.h>
22553 #endif
22554 #ifdef HAVE_ARPA_NAMESER_H
22555 # include <arpa/nameser.h>
22556 #endif
22559 main ()
22561 static ns_msg ac_aggr;
22562 if (ac_aggr._msg_ptr)
22563 return 0;
22565 return 0;
22567 _ACEOF
22568 rm -f conftest.$ac_objext
22569 if { (ac_try="$ac_compile"
22570 case "(($ac_try" in
22571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22572 *) ac_try_echo=$ac_try;;
22573 esac
22574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22575 (eval "$ac_compile") 2>conftest.er1
22576 ac_status=$?
22577 grep -v '^ *+' conftest.er1 >conftest.err
22578 rm -f conftest.er1
22579 cat conftest.err >&5
22580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22581 (exit $ac_status); } && {
22582 test -z "$ac_c_werror_flag" ||
22583 test ! -s conftest.err
22584 } && test -s conftest.$ac_objext; then
22585 ac_cv_member_ns_msg__msg_ptr=yes
22586 else
22587 echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.$ac_ext >&5
22590 cat >conftest.$ac_ext <<_ACEOF
22591 /* confdefs.h. */
22592 _ACEOF
22593 cat confdefs.h >>conftest.$ac_ext
22594 cat >>conftest.$ac_ext <<_ACEOF
22595 /* end confdefs.h. */
22596 #ifdef HAVE_SYS_TYPES_H
22597 #include <sys/types.h>
22598 #endif
22599 #ifdef HAVE_NETINET_IN_H
22600 # include <netinet/in.h>
22601 #endif
22602 #ifdef HAVE_ARPA_NAMESER_H
22603 # include <arpa/nameser.h>
22604 #endif
22607 main ()
22609 static ns_msg ac_aggr;
22610 if (sizeof ac_aggr._msg_ptr)
22611 return 0;
22613 return 0;
22615 _ACEOF
22616 rm -f conftest.$ac_objext
22617 if { (ac_try="$ac_compile"
22618 case "(($ac_try" in
22619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22620 *) ac_try_echo=$ac_try;;
22621 esac
22622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22623 (eval "$ac_compile") 2>conftest.er1
22624 ac_status=$?
22625 grep -v '^ *+' conftest.er1 >conftest.err
22626 rm -f conftest.er1
22627 cat conftest.err >&5
22628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); } && {
22630 test -z "$ac_c_werror_flag" ||
22631 test ! -s conftest.err
22632 } && test -s conftest.$ac_objext; then
22633 ac_cv_member_ns_msg__msg_ptr=yes
22634 else
22635 echo "$as_me: failed program was:" >&5
22636 sed 's/^/| /' conftest.$ac_ext >&5
22638 ac_cv_member_ns_msg__msg_ptr=no
22641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22646 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22647 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22648 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22650 cat >>confdefs.h <<_ACEOF
22651 #define HAVE_NS_MSG__MSG_PTR 1
22652 _ACEOF
22658 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22659 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22660 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22661 echo $ECHO_N "(cached) $ECHO_C" >&6
22662 else
22663 cat >conftest.$ac_ext <<_ACEOF
22664 /* confdefs.h. */
22665 _ACEOF
22666 cat confdefs.h >>conftest.$ac_ext
22667 cat >>conftest.$ac_ext <<_ACEOF
22668 /* end confdefs.h. */
22669 #ifdef HAVE_SYS_TYPES_H
22670 #include <sys/types.h>
22671 #endif
22672 #ifdef HAVE_ALIAS_H
22673 #include <alias.h>
22674 #endif
22675 #ifdef HAVE_SYS_SOCKET_H
22676 #include <sys/socket.h>
22677 #endif
22678 #ifdef HAVE_SYS_SOCKETVAR_H
22679 #include <sys/socketvar.h>
22680 #endif
22681 #ifdef HAVE_SYS_TIMEOUT_H
22682 #include <sys/timeout.h>
22683 #endif
22684 #ifdef HAVE_NETINET_IN_H
22685 #include <netinet/in.h>
22686 #endif
22687 #ifdef HAVE_NETINET_IN_SYSTM_H
22688 #include <netinet/in_systm.h>
22689 #endif
22690 #ifdef HAVE_NETINET_IP_H
22691 #include <netinet/ip.h>
22692 #endif
22693 #ifdef HAVE_NETINET_IP_VAR_H
22694 #include <netinet/ip_var.h>
22695 #endif
22696 #ifdef HAVE_NETINET_IP_ICMP_H
22697 #include <netinet/ip_icmp.h>
22698 #endif
22699 #ifdef HAVE_NETINET_ICMP_VAR
22700 #include <netinet/icmp_var.h>
22701 #endif
22704 main ()
22706 static struct icmpstat ac_aggr;
22707 if (ac_aggr.icps_outhist)
22708 return 0;
22710 return 0;
22712 _ACEOF
22713 rm -f conftest.$ac_objext
22714 if { (ac_try="$ac_compile"
22715 case "(($ac_try" in
22716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22717 *) ac_try_echo=$ac_try;;
22718 esac
22719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22720 (eval "$ac_compile") 2>conftest.er1
22721 ac_status=$?
22722 grep -v '^ *+' conftest.er1 >conftest.err
22723 rm -f conftest.er1
22724 cat conftest.err >&5
22725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22726 (exit $ac_status); } && {
22727 test -z "$ac_c_werror_flag" ||
22728 test ! -s conftest.err
22729 } && test -s conftest.$ac_objext; then
22730 ac_cv_member_struct_icmpstat_icps_outhist=yes
22731 else
22732 echo "$as_me: failed program was:" >&5
22733 sed 's/^/| /' conftest.$ac_ext >&5
22735 cat >conftest.$ac_ext <<_ACEOF
22736 /* confdefs.h. */
22737 _ACEOF
22738 cat confdefs.h >>conftest.$ac_ext
22739 cat >>conftest.$ac_ext <<_ACEOF
22740 /* end confdefs.h. */
22741 #ifdef HAVE_SYS_TYPES_H
22742 #include <sys/types.h>
22743 #endif
22744 #ifdef HAVE_ALIAS_H
22745 #include <alias.h>
22746 #endif
22747 #ifdef HAVE_SYS_SOCKET_H
22748 #include <sys/socket.h>
22749 #endif
22750 #ifdef HAVE_SYS_SOCKETVAR_H
22751 #include <sys/socketvar.h>
22752 #endif
22753 #ifdef HAVE_SYS_TIMEOUT_H
22754 #include <sys/timeout.h>
22755 #endif
22756 #ifdef HAVE_NETINET_IN_H
22757 #include <netinet/in.h>
22758 #endif
22759 #ifdef HAVE_NETINET_IN_SYSTM_H
22760 #include <netinet/in_systm.h>
22761 #endif
22762 #ifdef HAVE_NETINET_IP_H
22763 #include <netinet/ip.h>
22764 #endif
22765 #ifdef HAVE_NETINET_IP_VAR_H
22766 #include <netinet/ip_var.h>
22767 #endif
22768 #ifdef HAVE_NETINET_IP_ICMP_H
22769 #include <netinet/ip_icmp.h>
22770 #endif
22771 #ifdef HAVE_NETINET_ICMP_VAR
22772 #include <netinet/icmp_var.h>
22773 #endif
22776 main ()
22778 static struct icmpstat ac_aggr;
22779 if (sizeof ac_aggr.icps_outhist)
22780 return 0;
22782 return 0;
22784 _ACEOF
22785 rm -f conftest.$ac_objext
22786 if { (ac_try="$ac_compile"
22787 case "(($ac_try" in
22788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22789 *) ac_try_echo=$ac_try;;
22790 esac
22791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22792 (eval "$ac_compile") 2>conftest.er1
22793 ac_status=$?
22794 grep -v '^ *+' conftest.er1 >conftest.err
22795 rm -f conftest.er1
22796 cat conftest.err >&5
22797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22798 (exit $ac_status); } && {
22799 test -z "$ac_c_werror_flag" ||
22800 test ! -s conftest.err
22801 } && test -s conftest.$ac_objext; then
22802 ac_cv_member_struct_icmpstat_icps_outhist=yes
22803 else
22804 echo "$as_me: failed program was:" >&5
22805 sed 's/^/| /' conftest.$ac_ext >&5
22807 ac_cv_member_struct_icmpstat_icps_outhist=no
22810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22815 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22816 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22817 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22819 cat >>confdefs.h <<_ACEOF
22820 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22821 _ACEOF
22827 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22828 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22829 if test "${ac_cv_have_timezone+set}" = set; then
22830 echo $ECHO_N "(cached) $ECHO_C" >&6
22831 else
22832 cat >conftest.$ac_ext <<_ACEOF
22833 /* confdefs.h. */
22834 _ACEOF
22835 cat confdefs.h >>conftest.$ac_ext
22836 cat >>conftest.$ac_ext <<_ACEOF
22837 /* end confdefs.h. */
22838 #include <time.h>
22840 main ()
22842 timezone = 1
22844 return 0;
22846 _ACEOF
22847 rm -f conftest.$ac_objext conftest$ac_exeext
22848 if { (ac_try="$ac_link"
22849 case "(($ac_try" in
22850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22851 *) ac_try_echo=$ac_try;;
22852 esac
22853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22854 (eval "$ac_link") 2>conftest.er1
22855 ac_status=$?
22856 grep -v '^ *+' conftest.er1 >conftest.err
22857 rm -f conftest.er1
22858 cat conftest.err >&5
22859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22860 (exit $ac_status); } && {
22861 test -z "$ac_c_werror_flag" ||
22862 test ! -s conftest.err
22863 } && test -s conftest$ac_exeext &&
22864 $as_test_x conftest$ac_exeext; then
22865 ac_cv_have_timezone="yes"
22866 else
22867 echo "$as_me: failed program was:" >&5
22868 sed 's/^/| /' conftest.$ac_ext >&5
22870 ac_cv_have_timezone="no"
22873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22874 conftest$ac_exeext conftest.$ac_ext
22876 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22877 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22878 if test "$ac_cv_have_timezone" = "yes"
22879 then
22881 cat >>confdefs.h <<\_ACEOF
22882 #define HAVE_TIMEZONE 1
22883 _ACEOF
22886 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22887 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22888 if test "${ac_cv_have_daylight+set}" = set; then
22889 echo $ECHO_N "(cached) $ECHO_C" >&6
22890 else
22891 cat >conftest.$ac_ext <<_ACEOF
22892 /* confdefs.h. */
22893 _ACEOF
22894 cat confdefs.h >>conftest.$ac_ext
22895 cat >>conftest.$ac_ext <<_ACEOF
22896 /* end confdefs.h. */
22897 #include <time.h>
22899 main ()
22901 daylight = 1
22903 return 0;
22905 _ACEOF
22906 rm -f conftest.$ac_objext conftest$ac_exeext
22907 if { (ac_try="$ac_link"
22908 case "(($ac_try" in
22909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22910 *) ac_try_echo=$ac_try;;
22911 esac
22912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22913 (eval "$ac_link") 2>conftest.er1
22914 ac_status=$?
22915 grep -v '^ *+' conftest.er1 >conftest.err
22916 rm -f conftest.er1
22917 cat conftest.err >&5
22918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22919 (exit $ac_status); } && {
22920 test -z "$ac_c_werror_flag" ||
22921 test ! -s conftest.err
22922 } && test -s conftest$ac_exeext &&
22923 $as_test_x conftest$ac_exeext; then
22924 ac_cv_have_daylight="yes"
22925 else
22926 echo "$as_me: failed program was:" >&5
22927 sed 's/^/| /' conftest.$ac_ext >&5
22929 ac_cv_have_daylight="no"
22932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22933 conftest$ac_exeext conftest.$ac_ext
22935 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22936 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22937 if test "$ac_cv_have_daylight" = "yes"
22938 then
22940 cat >>confdefs.h <<\_ACEOF
22941 #define HAVE_DAYLIGHT 1
22942 _ACEOF
22946 { echo "$as_me:$LINENO: checking for isinf" >&5
22947 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22948 if test "${ac_cv_have_isinf+set}" = set; then
22949 echo $ECHO_N "(cached) $ECHO_C" >&6
22950 else
22951 cat >conftest.$ac_ext <<_ACEOF
22952 /* confdefs.h. */
22953 _ACEOF
22954 cat confdefs.h >>conftest.$ac_ext
22955 cat >>conftest.$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22957 #include <math.h>
22959 main ()
22961 float f = 0.0; int i=isinf(f)
22963 return 0;
22965 _ACEOF
22966 rm -f conftest.$ac_objext conftest$ac_exeext
22967 if { (ac_try="$ac_link"
22968 case "(($ac_try" in
22969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22970 *) ac_try_echo=$ac_try;;
22971 esac
22972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22973 (eval "$ac_link") 2>conftest.er1
22974 ac_status=$?
22975 grep -v '^ *+' conftest.er1 >conftest.err
22976 rm -f conftest.er1
22977 cat conftest.err >&5
22978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22979 (exit $ac_status); } && {
22980 test -z "$ac_c_werror_flag" ||
22981 test ! -s conftest.err
22982 } && test -s conftest$ac_exeext &&
22983 $as_test_x conftest$ac_exeext; then
22984 ac_cv_have_isinf="yes"
22985 else
22986 echo "$as_me: failed program was:" >&5
22987 sed 's/^/| /' conftest.$ac_ext >&5
22989 ac_cv_have_isinf="no"
22992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22993 conftest$ac_exeext conftest.$ac_ext
22995 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22996 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22997 if test "$ac_cv_have_isinf" = "yes"
22998 then
23000 cat >>confdefs.h <<\_ACEOF
23001 #define HAVE_ISINF 1
23002 _ACEOF
23006 { echo "$as_me:$LINENO: checking for isnan" >&5
23007 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23008 if test "${ac_cv_have_isnan+set}" = set; then
23009 echo $ECHO_N "(cached) $ECHO_C" >&6
23010 else
23011 cat >conftest.$ac_ext <<_ACEOF
23012 /* confdefs.h. */
23013 _ACEOF
23014 cat confdefs.h >>conftest.$ac_ext
23015 cat >>conftest.$ac_ext <<_ACEOF
23016 /* end confdefs.h. */
23017 #include <math.h>
23019 main ()
23021 float f = 0.0; int i=isnan(f)
23023 return 0;
23025 _ACEOF
23026 rm -f conftest.$ac_objext conftest$ac_exeext
23027 if { (ac_try="$ac_link"
23028 case "(($ac_try" in
23029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23030 *) ac_try_echo=$ac_try;;
23031 esac
23032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23033 (eval "$ac_link") 2>conftest.er1
23034 ac_status=$?
23035 grep -v '^ *+' conftest.er1 >conftest.err
23036 rm -f conftest.er1
23037 cat conftest.err >&5
23038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23039 (exit $ac_status); } && {
23040 test -z "$ac_c_werror_flag" ||
23041 test ! -s conftest.err
23042 } && test -s conftest$ac_exeext &&
23043 $as_test_x conftest$ac_exeext; then
23044 ac_cv_have_isnan="yes"
23045 else
23046 echo "$as_me: failed program was:" >&5
23047 sed 's/^/| /' conftest.$ac_ext >&5
23049 ac_cv_have_isnan="no"
23052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23053 conftest$ac_exeext conftest.$ac_ext
23055 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23056 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23057 if test "$ac_cv_have_isnan" = "yes"
23058 then
23060 cat >>confdefs.h <<\_ACEOF
23061 #define HAVE_ISNAN 1
23062 _ACEOF
23067 case $host_cpu in
23068 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23069 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23070 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23071 echo $ECHO_N "(cached) $ECHO_C" >&6
23072 else
23073 cat >conftest.$ac_ext <<_ACEOF
23074 /* confdefs.h. */
23075 _ACEOF
23076 cat confdefs.h >>conftest.$ac_ext
23077 cat >>conftest.$ac_ext <<_ACEOF
23078 /* end confdefs.h. */
23079 #ifndef __i386__
23081 #endif
23082 _ACEOF
23083 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23084 $EGREP "yes" >/dev/null 2>&1; then
23085 ac_cv_cpp_def___i386__=yes
23086 else
23087 ac_cv_cpp_def___i386__=no
23089 rm -f conftest*
23092 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23093 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23094 if test $ac_cv_cpp_def___i386__ = yes; then
23095 CFLAGS="$CFLAGS -D__i386__"
23096 LINTFLAGS="$LINTFLAGS -D__i386__"
23099 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23100 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23101 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23102 echo $ECHO_N "(cached) $ECHO_C" >&6
23103 else
23104 cat >conftest.$ac_ext <<_ACEOF
23105 /* confdefs.h. */
23106 _ACEOF
23107 cat confdefs.h >>conftest.$ac_ext
23108 cat >>conftest.$ac_ext <<_ACEOF
23109 /* end confdefs.h. */
23110 #ifndef __x86_64__
23112 #endif
23113 _ACEOF
23114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23115 $EGREP "yes" >/dev/null 2>&1; then
23116 ac_cv_cpp_def___x86_64__=yes
23117 else
23118 ac_cv_cpp_def___x86_64__=no
23120 rm -f conftest*
23123 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23124 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23125 if test $ac_cv_cpp_def___x86_64__ = yes; then
23126 CFLAGS="$CFLAGS -D__x86_64__"
23127 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23130 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23131 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23132 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23133 echo $ECHO_N "(cached) $ECHO_C" >&6
23134 else
23135 cat >conftest.$ac_ext <<_ACEOF
23136 /* confdefs.h. */
23137 _ACEOF
23138 cat confdefs.h >>conftest.$ac_ext
23139 cat >>conftest.$ac_ext <<_ACEOF
23140 /* end confdefs.h. */
23141 #ifndef __ALPHA__
23143 #endif
23144 _ACEOF
23145 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23146 $EGREP "yes" >/dev/null 2>&1; then
23147 ac_cv_cpp_def___ALPHA__=yes
23148 else
23149 ac_cv_cpp_def___ALPHA__=no
23151 rm -f conftest*
23154 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23155 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23156 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23157 CFLAGS="$CFLAGS -D__ALPHA__"
23158 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23161 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23162 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23163 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23164 echo $ECHO_N "(cached) $ECHO_C" >&6
23165 else
23166 cat >conftest.$ac_ext <<_ACEOF
23167 /* confdefs.h. */
23168 _ACEOF
23169 cat confdefs.h >>conftest.$ac_ext
23170 cat >>conftest.$ac_ext <<_ACEOF
23171 /* end confdefs.h. */
23172 #ifndef __sparc__
23174 #endif
23175 _ACEOF
23176 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23177 $EGREP "yes" >/dev/null 2>&1; then
23178 ac_cv_cpp_def___sparc__=yes
23179 else
23180 ac_cv_cpp_def___sparc__=no
23182 rm -f conftest*
23185 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23186 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23187 if test $ac_cv_cpp_def___sparc__ = yes; then
23188 CFLAGS="$CFLAGS -D__sparc__"
23189 LINTFLAGS="$LINTFLAGS -D__sparc__"
23192 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23193 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23194 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23195 echo $ECHO_N "(cached) $ECHO_C" >&6
23196 else
23197 cat >conftest.$ac_ext <<_ACEOF
23198 /* confdefs.h. */
23199 _ACEOF
23200 cat confdefs.h >>conftest.$ac_ext
23201 cat >>conftest.$ac_ext <<_ACEOF
23202 /* end confdefs.h. */
23203 #ifndef __powerpc__
23205 #endif
23206 _ACEOF
23207 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23208 $EGREP "yes" >/dev/null 2>&1; then
23209 ac_cv_cpp_def___powerpc__=yes
23210 else
23211 ac_cv_cpp_def___powerpc__=no
23213 rm -f conftest*
23216 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23217 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23218 if test $ac_cv_cpp_def___powerpc__ = yes; then
23219 CFLAGS="$CFLAGS -D__powerpc__"
23220 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23223 esac
23225 case $host_vendor in
23226 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23227 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23228 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23229 echo $ECHO_N "(cached) $ECHO_C" >&6
23230 else
23231 cat >conftest.$ac_ext <<_ACEOF
23232 /* confdefs.h. */
23233 _ACEOF
23234 cat confdefs.h >>conftest.$ac_ext
23235 cat >>conftest.$ac_ext <<_ACEOF
23236 /* end confdefs.h. */
23237 #ifndef __sun__
23239 #endif
23240 _ACEOF
23241 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23242 $EGREP "yes" >/dev/null 2>&1; then
23243 ac_cv_cpp_def___sun__=yes
23244 else
23245 ac_cv_cpp_def___sun__=no
23247 rm -f conftest*
23250 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23251 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23252 if test $ac_cv_cpp_def___sun__ = yes; then
23253 CFLAGS="$CFLAGS -D__sun__"
23254 LINTFLAGS="$LINTFLAGS -D__sun__"
23257 esac
23260 DEPENDENCIES="### Dependencies:
23262 .INIT: Makefile
23263 .BEGIN: Makefile
23264 .MAKEFILEDEPS:
23265 Makefile: dummy
23266 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23268 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23269 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23270 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23271 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23272 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23275 ALL_MAKERULES=""
23277 ALL_MAKEFILES=""
23279 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23282 ALL_TOP_DIRS=""
23284 ALL_DLL_DIRS=""
23286 ALL_IMPLIB_DIRS=""
23288 ALL_TEST_DIRS=""
23290 ALL_PROGRAM_DIRS=""
23292 ALL_PROGRAM_INSTALL_DIRS=""
23294 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23300 ac_config_commands="$ac_config_commands include/stamp-h"
23303 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23305 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23307 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23309 ac_config_commands="$ac_config_commands dlls/user32/resources"
23311 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23313 ac_config_commands="$ac_config_commands include/wine"
23316 ALL_MAKERULES="$ALL_MAKERULES \\
23317 Make.rules"
23318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23319 Make.rules: Make.rules.in"
23320 MAKE_RULES=Make.rules
23321 ac_config_files="$ac_config_files Make.rules"
23323 ALL_MAKERULES="$ALL_MAKERULES \\
23324 dlls/Makedll.rules"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23327 MAKE_DLL_RULES=dlls/Makedll.rules
23328 ac_config_files="$ac_config_files dlls/Makedll.rules"
23330 ALL_MAKERULES="$ALL_MAKERULES \\
23331 dlls/Makeimplib.rules"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23334 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23335 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23337 ALL_MAKERULES="$ALL_MAKERULES \\
23338 dlls/Maketest.rules"
23339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23340 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23341 MAKE_TEST_RULES=dlls/Maketest.rules
23342 ac_config_files="$ac_config_files dlls/Maketest.rules"
23344 ALL_MAKERULES="$ALL_MAKERULES \\
23345 programs/Makeprog.rules"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23348 MAKE_PROG_RULES=programs/Makeprog.rules
23349 ac_config_files="$ac_config_files programs/Makeprog.rules"
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 Makefile: Makefile.in Make.rules"
23356 ac_config_files="$ac_config_files Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/Makefile"
23360 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23361 dlls"
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/Makefile: dlls/Makefile.in Make.rules"
23364 ac_config_files="$ac_config_files dlls/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/acledit/Makefile"
23368 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23369 acledit"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/aclui/Makefile"
23376 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23377 aclui"
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23380 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/activeds/Makefile"
23384 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23385 activeds"
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23388 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/actxprxy/Makefile"
23392 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23393 actxprxy"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23396 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/adsiid/Makefile"
23400 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23401 adsiid"
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23404 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/advapi32/Makefile"
23408 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23409 advapi32"
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/advapi32/tests/Makefile"
23416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23417 advapi32/tests"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23420 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/advpack/Makefile"
23424 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23425 advpack"
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23431 dlls/advpack/tests/Makefile"
23432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23433 advpack/tests"
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23436 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/amstream/Makefile"
23440 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23441 amstream"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/amstream/tests/Makefile"
23448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23449 amstream/tests"
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23452 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/appwiz.cpl/Makefile"
23456 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23457 appwiz.cpl"
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23460 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/atl/Makefile"
23464 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23465 atl"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23468 ac_config_files="$ac_config_files dlls/atl/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/authz/Makefile"
23472 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23473 authz"
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/authz/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/avicap32/Makefile"
23480 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23481 avicap32"
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23484 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/avifil32/Makefile"
23488 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23489 avifil32"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/avifile.dll16/Makefile"
23496 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23497 avifile.dll16"
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23500 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/bcrypt/Makefile"
23504 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23505 bcrypt"
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/browseui/Makefile"
23512 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23513 browseui"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23516 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/browseui/tests/Makefile"
23520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23521 browseui/tests"
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23524 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/cabinet/Makefile"
23528 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23529 cabinet"
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23532 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/cabinet/tests/Makefile"
23536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23537 cabinet/tests"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23540 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/capi2032/Makefile"
23544 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23545 capi2032"
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23548 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/cards/Makefile"
23552 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23553 cards"
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23556 ac_config_files="$ac_config_files dlls/cards/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/cfgmgr32/Makefile"
23560 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23561 cfgmgr32"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/clusapi/Makefile"
23568 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23569 clusapi"
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23572 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/comcat/Makefile"
23576 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23577 comcat"
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23580 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/comcat/tests/Makefile"
23584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23585 comcat/tests"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23588 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/comctl32/Makefile"
23592 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23593 comctl32"
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23596 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/comctl32/tests/Makefile"
23600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23601 comctl32/tests"
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23604 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/comdlg32/Makefile"
23608 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23609 comdlg32"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23612 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/comdlg32/tests/Makefile"
23616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23617 comdlg32/tests"
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23620 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/comm.drv16/Makefile"
23624 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23625 comm.drv16"
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23628 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/compobj.dll16/Makefile"
23632 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23633 compobj.dll16"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/compstui/Makefile"
23640 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23641 compstui"
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23644 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/credui/Makefile"
23648 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23649 credui"
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23652 ac_config_files="$ac_config_files dlls/credui/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/credui/tests/Makefile"
23656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23657 credui/tests"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23660 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/crtdll/Makefile"
23664 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23665 crtdll"
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23668 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/crypt32/Makefile"
23672 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23673 crypt32"
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23676 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/crypt32/tests/Makefile"
23680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23681 crypt32/tests"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23684 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/cryptdlg/Makefile"
23688 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23689 cryptdlg"
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23692 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/cryptdll/Makefile"
23696 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23697 cryptdll"
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23700 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/cryptnet/Makefile"
23704 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23705 cryptnet"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23708 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/cryptnet/tests/Makefile"
23712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23713 cryptnet/tests"
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23716 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/cryptui/Makefile"
23720 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23721 cryptui"
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23724 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/cryptui/tests/Makefile"
23728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23729 cryptui/tests"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23732 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/ctapi32/Makefile"
23736 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23737 ctapi32"
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23740 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/ctl3d.dll16/Makefile"
23744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23745 ctl3d.dll16"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23748 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/ctl3d32/Makefile"
23752 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23753 ctl3d32"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23756 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/ctl3dv2.dll16/Makefile"
23760 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23761 ctl3dv2.dll16"
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23764 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/d3d10/Makefile"
23768 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23769 d3d10"
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23772 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/d3d10/tests/Makefile"
23776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23777 d3d10/tests"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23780 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/d3d10core/Makefile"
23784 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23785 d3d10core"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23788 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/d3d10core/tests/Makefile"
23792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23793 d3d10core/tests"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23796 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/d3d8/Makefile"
23800 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 d3d8"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/d3d8/tests/Makefile"
23808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23809 d3d8/tests"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23812 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/d3d9/Makefile"
23816 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 d3d9"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/d3d9/tests/Makefile"
23824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23825 d3d9/tests"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23828 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/d3dim/Makefile"
23832 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 d3dim"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/d3drm/Makefile"
23840 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23841 d3drm"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23844 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/d3drm/tests/Makefile"
23848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23849 d3drm/tests"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23852 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/d3dx9_24/Makefile"
23856 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23857 d3dx9_24"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23860 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/d3dx9_25/Makefile"
23864 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 d3dx9_25"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/d3dx9_26/Makefile"
23872 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 d3dx9_26"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/d3dx9_27/Makefile"
23880 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 d3dx9_27"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/d3dx9_28/Makefile"
23888 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 d3dx9_28"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/d3dx9_29/Makefile"
23896 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 d3dx9_29"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/d3dx9_30/Makefile"
23904 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23905 d3dx9_30"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/d3dx9_31/Makefile"
23912 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 d3dx9_31"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/d3dx9_32/Makefile"
23920 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23921 d3dx9_32"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/d3dx9_33/Makefile"
23928 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23929 d3dx9_33"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/d3dx9_34/Makefile"
23936 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23937 d3dx9_34"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/d3dx9_35/Makefile"
23944 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 d3dx9_35"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/d3dx9_36/Makefile"
23952 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 d3dx9_36"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/d3dx9_36/tests/Makefile"
23960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23961 d3dx9_36/tests"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23964 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/d3dx9_37/Makefile"
23968 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 d3dx9_37"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/d3dx9_38/Makefile"
23976 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23977 d3dx9_38"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/d3dx9_39/Makefile"
23984 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23985 d3dx9_39"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/d3dx9_40/Makefile"
23992 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23993 d3dx9_40"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/d3dx9_41/Makefile"
24000 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 d3dx9_41"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/d3dxof/Makefile"
24008 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24009 d3dxof"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24012 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/d3dxof/tests/Makefile"
24016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24017 d3dxof/tests"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24020 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/dbghelp/Makefile"
24024 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 dbghelp"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/dciman32/Makefile"
24032 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24033 dciman32"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24036 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/ddeml.dll16/Makefile"
24040 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 ddeml.dll16"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/ddraw/Makefile"
24048 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 ddraw"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/ddraw/tests/Makefile"
24056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24057 ddraw/tests"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24060 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/ddrawex/Makefile"
24064 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 ddrawex"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/ddrawex/tests/Makefile"
24072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24073 ddrawex/tests"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24076 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/devenum/Makefile"
24080 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 devenum"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/dinput/Makefile"
24088 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24089 dinput"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/dinput/tests/Makefile"
24096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24097 dinput/tests"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24100 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/dinput8/Makefile"
24104 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 dinput8"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/dispdib.dll16/Makefile"
24112 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24113 dispdib.dll16"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/display.drv16/Makefile"
24120 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24121 display.drv16"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/dmband/Makefile"
24128 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24129 dmband"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/dmcompos/Makefile"
24136 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 dmcompos"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/dmime/Makefile"
24144 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 dmime"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/dmloader/Makefile"
24152 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24153 dmloader"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/dmscript/Makefile"
24160 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 dmscript"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/dmstyle/Makefile"
24168 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 dmstyle"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/dmsynth/Makefile"
24176 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 dmsynth"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/dmusic/Makefile"
24184 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 dmusic"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/dmusic32/Makefile"
24192 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 dmusic32"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/dnsapi/Makefile"
24200 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24201 dnsapi"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24204 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/dnsapi/tests/Makefile"
24208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24209 dnsapi/tests"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24212 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/dplay/Makefile"
24216 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24217 dplay"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/dplayx/Makefile"
24224 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 dplayx"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/dplayx/tests/Makefile"
24232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24233 dplayx/tests"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24236 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/dpnaddr/Makefile"
24240 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 dpnaddr"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/dpnet/Makefile"
24248 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24249 dpnet"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24252 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/dpnhpast/Makefile"
24256 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 dpnhpast"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/dpnlobby/Makefile"
24264 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 dpnlobby"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/dpwsockx/Makefile"
24272 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 dpwsockx"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/drmclien/Makefile"
24280 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 drmclien"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/dsound/Makefile"
24288 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 dsound"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/dsound/tests/Makefile"
24296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24297 dsound/tests"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24300 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/dssenh/Makefile"
24304 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 dssenh"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/dswave/Makefile"
24312 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 dswave"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/dwmapi/Makefile"
24320 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 dwmapi"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/dxdiagn/Makefile"
24328 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 dxdiagn"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/dxerr8/Makefile"
24336 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24337 dxerr8"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24340 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/dxerr9/Makefile"
24344 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24345 dxerr9"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24348 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/dxgi/Makefile"
24352 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 dxgi"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/dxgi/tests/Makefile"
24360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24361 dxgi/tests"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24364 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/dxguid/Makefile"
24368 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24369 dxguid"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24372 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/faultrep/Makefile"
24376 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 faultrep"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/fusion/Makefile"
24384 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 fusion"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/fusion/tests/Makefile"
24392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393 fusion/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/gdi32/Makefile"
24400 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401 gdi32"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/gdi32/tests/Makefile"
24408 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24409 gdi32/tests"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24412 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/gdiplus/Makefile"
24416 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 gdiplus"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/gdiplus/tests/Makefile"
24424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24425 gdiplus/tests"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24428 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/glu32/Makefile"
24432 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 glu32"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/gphoto2.ds/Makefile"
24440 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 gphoto2.ds"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/gpkcsp/Makefile"
24448 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 gpkcsp"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/hal/Makefile"
24456 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 hal"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/hal/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/hhctrl.ocx/Makefile"
24464 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 hhctrl.ocx"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/hid/Makefile"
24472 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24473 hid"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/hid/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/hlink/Makefile"
24480 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 hlink"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/hlink/tests/Makefile"
24488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24489 hlink/tests"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24492 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/hnetcfg/Makefile"
24496 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 hnetcfg"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/httpapi/Makefile"
24504 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 httpapi"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/iccvid/Makefile"
24512 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 iccvid"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/icmp/Makefile"
24520 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24521 icmp"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/ifsmgr.vxd/Makefile"
24528 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 ifsmgr.vxd"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/imaadp32.acm/Makefile"
24536 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 imaadp32.acm"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/imagehlp/Makefile"
24544 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 imagehlp"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/imm.dll16/Makefile"
24552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 imm.dll16"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/imm32/Makefile"
24560 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 imm32"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/imm32/tests/Makefile"
24568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24569 imm32/tests"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24572 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/inetcomm/Makefile"
24576 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 inetcomm"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/inetcomm/tests/Makefile"
24584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24585 inetcomm/tests"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24588 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/inetmib1/Makefile"
24592 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 inetmib1"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/inetmib1/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601 inetmib1/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/infosoft/Makefile"
24608 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609 infosoft"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/infosoft/tests/Makefile"
24616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24617 infosoft/tests"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24620 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/initpki/Makefile"
24624 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 initpki"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/inkobj/Makefile"
24632 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 inkobj"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/inseng/Makefile"
24640 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 inseng"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/iphlpapi/Makefile"
24648 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 iphlpapi"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/iphlpapi/tests/Makefile"
24656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24657 iphlpapi/tests"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24660 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/itircl/Makefile"
24664 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 itircl"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/itss/Makefile"
24672 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673 itss"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/itss/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/itss/tests/Makefile"
24680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24681 itss/tests"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/jscript/Makefile"
24688 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 jscript"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/jscript/tests/Makefile"
24696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24697 jscript/tests"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24700 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/kernel32/Makefile"
24704 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 kernel32"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/kernel32/tests/Makefile"
24712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24713 kernel32/tests"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24716 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/keyboard.drv16/Makefile"
24720 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 keyboard.drv16"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/loadperf/Makefile"
24728 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24729 loadperf"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/localspl/Makefile"
24736 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 localspl"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/localspl/tests/Makefile"
24744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24745 localspl/tests"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24748 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/localui/Makefile"
24752 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 localui"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/localui/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/localui/tests/Makefile"
24760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24761 localui/tests"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24764 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/lz32/Makefile"
24768 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 lz32"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/lz32/tests/Makefile"
24776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24777 lz32/tests"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24780 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/lzexpand.dll16/Makefile"
24784 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 lzexpand.dll16"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/mapi32/Makefile"
24792 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 mapi32"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/mapi32/tests/Makefile"
24800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24801 mapi32/tests"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24804 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/mciavi32/Makefile"
24808 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 mciavi32"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/mcicda/Makefile"
24816 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 mcicda"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/mciqtz32/Makefile"
24824 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 mciqtz32"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/mciseq/Makefile"
24832 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 mciseq"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/mciwave/Makefile"
24840 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 mciwave"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/midimap/Makefile"
24848 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 midimap"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/mlang/Makefile"
24856 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 mlang"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/mlang/tests/Makefile"
24864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24865 mlang/tests"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24868 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/mmdevldr.vxd/Makefile"
24872 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 mmdevldr.vxd"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/monodebg.vxd/Makefile"
24880 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 monodebg.vxd"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/mountmgr.sys/Makefile"
24888 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 mountmgr.sys"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/mouse.drv16/Makefile"
24896 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 mouse.drv16"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/mpr/Makefile"
24904 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 mpr"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/mprapi/Makefile"
24912 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 mprapi"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/msacm.dll16/Makefile"
24920 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 msacm.dll16"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/msacm32.drv/Makefile"
24928 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 msacm32.drv"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/msacm32/Makefile"
24936 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 msacm32"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/msacm32/tests/Makefile"
24944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24945 msacm32/tests"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24948 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/msadp32.acm/Makefile"
24952 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 msadp32.acm"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/mscat32/Makefile"
24960 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 mscat32"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/mscms/Makefile"
24968 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 mscms"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/mscms/tests/Makefile"
24976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977 mscms/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/mscoree/Makefile"
24984 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 mscoree"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/msctf/Makefile"
24992 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 msctf"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/msctf/tests/Makefile"
25000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25001 msctf/tests"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25004 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/msdmo/Makefile"
25008 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 msdmo"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/msftedit/Makefile"
25016 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 msftedit"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/msg711.acm/Makefile"
25024 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 msg711.acm"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/mshtml.tlb/Makefile"
25032 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033 mshtml.tlb"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/mshtml/Makefile"
25040 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 mshtml"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/mshtml/tests/Makefile"
25048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25049 mshtml/tests"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25052 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/msi/Makefile"
25056 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 msi"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/msi/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/msi/tests/Makefile"
25064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25065 msi/tests"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25068 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/msimg32/Makefile"
25072 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 msimg32"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/msimtf/Makefile"
25080 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 msimtf"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/msisip/Makefile"
25088 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 msisip"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/msisys.ocx/Makefile"
25096 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 msisys.ocx"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/msnet32/Makefile"
25104 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 msnet32"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/msrle32/Makefile"
25112 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 msrle32"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/mssign32/Makefile"
25120 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 mssign32"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/mssip32/Makefile"
25128 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 mssip32"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/mstask/Makefile"
25136 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 mstask"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/mstask/tests/Makefile"
25144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25145 mstask/tests"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25148 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/msvcirt/Makefile"
25152 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 msvcirt"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/msvcr71/Makefile"
25160 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 msvcr71"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/msvcrt/Makefile"
25168 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 msvcrt"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/msvcrt/tests/Makefile"
25176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25177 msvcrt/tests"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25180 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/msvcrt20/Makefile"
25184 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 msvcrt20"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/msvcrt40/Makefile"
25192 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 msvcrt40"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/msvcrtd/Makefile"
25200 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 msvcrtd"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/msvcrtd/tests/Makefile"
25208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25209 msvcrtd/tests"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25212 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/msvfw32/Makefile"
25216 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 msvfw32"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/msvfw32/tests/Makefile"
25224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25225 msvfw32/tests"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25228 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/msvidc32/Makefile"
25232 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 msvidc32"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/msvideo.dll16/Makefile"
25240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 msvideo.dll16"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/mswsock/Makefile"
25248 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 mswsock"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/msxml3/Makefile"
25256 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 msxml3"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/msxml3/tests/Makefile"
25264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25265 msxml3/tests"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25268 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/nddeapi/Makefile"
25272 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 nddeapi"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/netapi32/Makefile"
25280 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 netapi32"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/netapi32/tests/Makefile"
25288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289 netapi32/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/newdev/Makefile"
25296 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 newdev"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/ntdll/Makefile"
25304 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 ntdll"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/ntdll/tests/Makefile"
25312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25313 ntdll/tests"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25316 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/ntdsapi/Makefile"
25320 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 ntdsapi"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/ntdsapi/tests/Makefile"
25328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25329 ntdsapi/tests"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25332 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/ntoskrnl.exe/Makefile"
25336 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 ntoskrnl.exe"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/ntprint/Makefile"
25344 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 ntprint"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/ntprint/tests/Makefile"
25352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25353 ntprint/tests"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25356 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/objsel/Makefile"
25360 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361 objsel"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/odbc32/Makefile"
25368 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369 odbc32"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/odbccp32/Makefile"
25376 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 odbccp32"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/odbccp32/tests/Makefile"
25384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25385 odbccp32/tests"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25388 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/ole2.dll16/Makefile"
25392 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 ole2.dll16"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/ole2conv.dll16/Makefile"
25400 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 ole2conv.dll16"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/ole2disp.dll16/Makefile"
25408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 ole2disp.dll16"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/ole2nls.dll16/Makefile"
25416 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 ole2nls.dll16"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/ole2prox.dll16/Makefile"
25424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425 ole2prox.dll16"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/ole2thk.dll16/Makefile"
25432 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 ole2thk.dll16"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/ole32/Makefile"
25440 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25441 ole32"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25444 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/ole32/tests/Makefile"
25448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25449 ole32/tests"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25452 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/oleacc/Makefile"
25456 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25457 oleacc"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25460 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/oleacc/tests/Makefile"
25464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25465 oleacc/tests"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25468 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/oleaut32/Makefile"
25472 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25473 oleaut32"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25476 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/oleaut32/tests/Makefile"
25480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25481 oleaut32/tests"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25484 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/olecli.dll16/Makefile"
25488 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 olecli.dll16"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/olecli32/Makefile"
25496 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 olecli32"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/oledlg/Makefile"
25504 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 oledlg"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/olepro32/Makefile"
25512 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513 olepro32"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/olesvr.dll16/Makefile"
25520 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521 olesvr.dll16"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/olesvr32/Makefile"
25528 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 olesvr32"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/olethk32/Makefile"
25536 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537 olethk32"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/opengl32/Makefile"
25544 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 opengl32"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/opengl32/tests/Makefile"
25552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25553 opengl32/tests"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25556 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/pdh/Makefile"
25560 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561 pdh"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/pdh/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569 pdh/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/pidgen/Makefile"
25576 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 pidgen"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/powrprof/Makefile"
25584 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25585 powrprof"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25588 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/printui/Makefile"
25592 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593 printui"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/printui/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/propsys/Makefile"
25600 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601 propsys"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/psapi/Makefile"
25608 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25609 psapi"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25612 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/psapi/tests/Makefile"
25616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25617 psapi/tests"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25620 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/pstorec/Makefile"
25624 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25625 pstorec"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25628 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/qcap/Makefile"
25632 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 qcap"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/qedit/Makefile"
25640 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641 qedit"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/qedit/tests/Makefile"
25648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25649 qedit/tests"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25652 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/qmgr/Makefile"
25656 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657 qmgr"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/qmgr/tests/Makefile"
25664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25665 qmgr/tests"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25668 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/qmgrprxy/Makefile"
25672 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 qmgrprxy"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/quartz/Makefile"
25680 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681 quartz"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/quartz/tests/Makefile"
25688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25689 quartz/tests"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25692 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/query/Makefile"
25696 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25697 query"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25700 ac_config_files="$ac_config_files dlls/query/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/rasapi16.dll16/Makefile"
25704 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 rasapi16.dll16"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/rasapi32/Makefile"
25712 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25713 rasapi32"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25716 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/rasapi32/tests/Makefile"
25720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25721 rasapi32/tests"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25724 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/rasdlg/Makefile"
25728 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729 rasdlg"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/resutils/Makefile"
25736 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 resutils"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/riched20/Makefile"
25744 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745 riched20"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/riched20/tests/Makefile"
25752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25753 riched20/tests"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25756 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/riched32/Makefile"
25760 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761 riched32"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/riched32/tests/Makefile"
25768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25769 riched32/tests"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25772 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/rpcrt4/Makefile"
25776 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777 rpcrt4"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/rpcrt4/tests/Makefile"
25784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25785 rpcrt4/tests"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25788 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/rsabase/Makefile"
25792 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793 rsabase"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/rsaenh/Makefile"
25800 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 rsaenh"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/rsaenh/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809 rsaenh/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/rtutils/Makefile"
25816 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 rtutils"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/sane.ds/Makefile"
25824 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 sane.ds"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/sccbase/Makefile"
25832 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833 sccbase"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/schannel/Makefile"
25840 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 schannel"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/schannel/tests/Makefile"
25848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25849 schannel/tests"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25852 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/secur32/Makefile"
25856 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 secur32"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/secur32/tests/Makefile"
25864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25865 secur32/tests"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25868 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/security/Makefile"
25872 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25873 security"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25876 ac_config_files="$ac_config_files dlls/security/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/sensapi/Makefile"
25880 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881 sensapi"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/serialui/Makefile"
25888 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 serialui"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/serialui/tests/Makefile"
25896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25897 serialui/tests"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25900 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/setupapi/Makefile"
25904 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 setupapi"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/setupapi/tests/Makefile"
25912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25913 setupapi/tests"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25916 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/sfc/Makefile"
25920 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 sfc"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/sfc_os/Makefile"
25928 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 sfc_os"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/shdoclc/Makefile"
25936 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937 shdoclc"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/shdocvw/Makefile"
25944 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945 shdocvw"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/shdocvw/tests/Makefile"
25952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25953 shdocvw/tests"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25956 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/shell.dll16/Makefile"
25960 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 shell.dll16"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/shell32/Makefile"
25968 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25969 shell32"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25972 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/shell32/tests/Makefile"
25976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25977 shell32/tests"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25980 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/shfolder/Makefile"
25984 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985 shfolder"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/shlwapi/Makefile"
25992 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 shlwapi"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/shlwapi/tests/Makefile"
26000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26001 shlwapi/tests"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26004 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/slbcsp/Makefile"
26008 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 slbcsp"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/slc/Makefile"
26016 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017 slc"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/slc/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/snmpapi/Makefile"
26024 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025 snmpapi"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/snmpapi/tests/Makefile"
26032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26033 snmpapi/tests"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26036 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/softpub/Makefile"
26040 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 softpub"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/sound.drv16/Makefile"
26048 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 sound.drv16"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/spoolss/Makefile"
26056 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057 spoolss"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/spoolss/tests/Makefile"
26064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26065 spoolss/tests"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26068 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/stdole2.tlb/Makefile"
26072 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26073 stdole2.tlb"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26076 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/stdole32.tlb/Makefile"
26080 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 stdole32.tlb"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/sti/Makefile"
26088 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 sti"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/sti/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/storage.dll16/Makefile"
26096 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 storage.dll16"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/stress.dll16/Makefile"
26104 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 stress.dll16"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/strmiids/Makefile"
26112 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26113 strmiids"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26116 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/svrapi/Makefile"
26120 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121 svrapi"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/sxs/Makefile"
26128 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 sxs"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/t2embed/Makefile"
26136 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137 t2embed"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/tapi32/Makefile"
26144 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145 tapi32"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/traffic/Makefile"
26152 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153 traffic"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/twain.dll16/Makefile"
26160 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161 twain.dll16"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/twain_32/Makefile"
26168 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169 twain_32"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/twain_32/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177 twain_32/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/typelib.dll16/Makefile"
26184 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 typelib.dll16"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/unicows/Makefile"
26192 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193 unicows"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/updspapi/Makefile"
26200 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26201 updspapi"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26204 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/url/Makefile"
26208 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 url"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/url/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/urlmon/Makefile"
26216 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 urlmon"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/urlmon/tests/Makefile"
26224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26225 urlmon/tests"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26228 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/user32/Makefile"
26232 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233 user32"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/user32/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/user32/tests/Makefile"
26240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26241 user32/tests"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26244 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/userenv/Makefile"
26248 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 userenv"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/userenv/tests/Makefile"
26256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26257 userenv/tests"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26260 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/usp10/Makefile"
26264 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 usp10"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/usp10/tests/Makefile"
26272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26273 usp10/tests"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26276 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/uuid/Makefile"
26280 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26281 uuid"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26284 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/uxtheme/Makefile"
26288 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289 uxtheme"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/uxtheme/tests/Makefile"
26296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26297 uxtheme/tests"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26300 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/vdhcp.vxd/Makefile"
26304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 vdhcp.vxd"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/vdmdbg/Makefile"
26312 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313 vdmdbg"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/version/Makefile"
26320 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 version"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/version/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/version/tests/Makefile"
26328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26329 version/tests"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26332 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/vmm.vxd/Makefile"
26336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337 vmm.vxd"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/vnbt.vxd/Makefile"
26344 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 vnbt.vxd"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/vnetbios.vxd/Makefile"
26352 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353 vnetbios.vxd"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/vtdapi.vxd/Makefile"
26360 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361 vtdapi.vxd"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/vwin32.vxd/Makefile"
26368 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26369 vwin32.vxd"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26372 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/w32skrnl/Makefile"
26376 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377 w32skrnl"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/w32sys.dll16/Makefile"
26384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 w32sys.dll16"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/wbemprox/Makefile"
26392 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393 wbemprox"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/win32s16.dll16/Makefile"
26400 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 win32s16.dll16"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/win87em.dll16/Makefile"
26408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 win87em.dll16"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/winaspi.dll16/Makefile"
26416 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 winaspi.dll16"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/windebug.dll16/Makefile"
26424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 windebug.dll16"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/windowscodecs/Makefile"
26432 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 windowscodecs"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/windowscodecs/tests/Makefile"
26440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26441 windowscodecs/tests"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
26444 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/winealsa.drv/Makefile"
26448 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449 winealsa.drv"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/wineaudioio.drv/Makefile"
26456 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 wineaudioio.drv"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/winecoreaudio.drv/Makefile"
26464 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26465 winecoreaudio.drv"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26468 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/winecrt0/Makefile"
26472 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26473 winecrt0"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26476 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/wined3d/Makefile"
26480 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 wined3d"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/winedos/Makefile"
26488 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489 winedos"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/wineesd.drv/Makefile"
26496 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 wineesd.drv"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/winejack.drv/Makefile"
26504 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 winejack.drv"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/winejoystick.drv/Makefile"
26512 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 winejoystick.drv"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/winemp3.acm/Makefile"
26520 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 winemp3.acm"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/winenas.drv/Makefile"
26528 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 winenas.drv"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/wineoss.drv/Makefile"
26536 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 wineoss.drv"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/wineps.drv/Makefile"
26544 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545 wineps.drv"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/winepulse.drv/Makefile"
26552 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 winepulse.drv"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/winequartz.drv/Makefile"
26560 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26561 winequartz.drv"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26564 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/winex11.drv/Makefile"
26568 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 winex11.drv"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/wing32/Makefile"
26576 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577 wing32"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/winhttp/Makefile"
26584 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 winhttp"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/winhttp/tests/Makefile"
26592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26593 winhttp/tests"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26596 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/wininet/Makefile"
26600 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 wininet"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/wininet/tests/Makefile"
26608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26609 wininet/tests"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26612 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/winmm/Makefile"
26616 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 winmm"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/winmm/tests/Makefile"
26624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26625 winmm/tests"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26628 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/winnls.dll16/Makefile"
26632 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633 winnls.dll16"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/winnls32/Makefile"
26640 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641 winnls32"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/winscard/Makefile"
26648 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 winscard"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/winspool.drv/Makefile"
26656 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26657 winspool.drv"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26660 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/winspool.drv/tests/Makefile"
26664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26665 winspool.drv/tests"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26668 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/wintab.dll16/Makefile"
26672 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673 wintab.dll16"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/wintab32/Makefile"
26680 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681 wintab32"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/wintrust/Makefile"
26688 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689 wintrust"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/wintrust/tests/Makefile"
26696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26697 wintrust/tests"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26700 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/wldap32/Makefile"
26704 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 wldap32"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/wldap32/tests/Makefile"
26712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26713 wldap32/tests"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26716 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/wmi/Makefile"
26720 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26721 wmi"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26724 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/wmiutils/Makefile"
26728 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729 wmiutils"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/wnaspi32/Makefile"
26736 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737 wnaspi32"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/wow32/Makefile"
26744 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745 wow32"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/ws2_32/Makefile"
26752 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 ws2_32"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/ws2_32/tests/Makefile"
26760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26761 ws2_32/tests"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26764 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/wsock32/Makefile"
26768 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769 wsock32"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 dlls/wtsapi32/Makefile"
26776 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26777 wtsapi32"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26780 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 dlls/wuapi/Makefile"
26784 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26785 wuapi"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26788 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 dlls/xinput1_1/Makefile"
26792 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26793 xinput1_1"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26796 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 dlls/xinput1_2/Makefile"
26800 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801 xinput1_2"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 dlls/xinput1_3/Makefile"
26808 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809 xinput1_3"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 dlls/xinput1_3/tests/Makefile"
26816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26817 xinput1_3/tests"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26820 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823 dlls/xinput9_1_0/Makefile"
26824 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825 xinput9_1_0"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831 dlls/xmllite/Makefile"
26832 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26833 xmllite"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26836 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 documentation/Makefile"
26840 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26841 documentation"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 documentation/Makefile: documentation/Makefile.in Make.rules"
26844 ac_config_files="$ac_config_files documentation/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 fonts/Makefile"
26848 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26849 fonts"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 fonts/Makefile: fonts/Makefile.in Make.rules"
26852 ac_config_files="$ac_config_files fonts/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 include/Makefile"
26856 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26857 include"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 include/Makefile: include/Makefile.in Make.rules"
26860 ac_config_files="$ac_config_files include/Makefile"
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863 libs/Makefile"
26864 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26865 libs"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 libs/Makefile: libs/Makefile.in Make.rules"
26868 ac_config_files="$ac_config_files libs/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 libs/port/Makefile"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26875 ac_config_files="$ac_config_files libs/port/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 libs/wine/Makefile"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26882 ac_config_files="$ac_config_files libs/wine/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 libs/wpp/Makefile"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26889 ac_config_files="$ac_config_files libs/wpp/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 loader/Makefile"
26893 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26894 loader"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 loader/Makefile: loader/Makefile.in Make.rules"
26897 ac_config_files="$ac_config_files loader/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 programs/Makefile"
26901 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26902 programs"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 programs/Makefile: programs/Makefile.in Make.rules"
26905 ac_config_files="$ac_config_files programs/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 programs/cacls/Makefile"
26909 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26910 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26911 cacls"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26914 ac_config_files="$ac_config_files programs/cacls/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 programs/clock/Makefile"
26918 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26919 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26920 clock"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26923 ac_config_files="$ac_config_files programs/clock/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 programs/cmd/Makefile"
26927 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26928 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26929 cmd"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26932 ac_config_files="$ac_config_files programs/cmd/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 programs/cmdlgtst/Makefile"
26936 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26937 cmdlgtst"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26940 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 programs/control/Makefile"
26944 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26945 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26946 control"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26949 ac_config_files="$ac_config_files programs/control/Makefile"
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952 programs/eject/Makefile"
26953 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26954 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26955 eject"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26958 ac_config_files="$ac_config_files programs/eject/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 programs/expand/Makefile"
26962 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26963 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26964 expand"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26967 ac_config_files="$ac_config_files programs/expand/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 programs/explorer/Makefile"
26971 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26972 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26973 explorer"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26976 ac_config_files="$ac_config_files programs/explorer/Makefile"
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979 programs/hh/Makefile"
26980 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26981 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26985 ac_config_files="$ac_config_files programs/hh/Makefile"
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988 programs/icinfo/Makefile"
26989 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26990 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26991 icinfo"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26994 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 programs/iexplore/Makefile"
26998 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26999 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27000 iexplore"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27003 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 programs/lodctr/Makefile"
27007 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27008 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27009 lodctr"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27012 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 programs/msiexec/Makefile"
27016 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27017 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27018 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27019 msiexec"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27022 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025 programs/net/Makefile"
27026 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27027 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27028 net"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27031 ac_config_files="$ac_config_files programs/net/Makefile"
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034 programs/notepad/Makefile"
27035 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27036 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27037 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27038 notepad"
27039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27040 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27041 ac_config_files="$ac_config_files programs/notepad/Makefile"
27043 ALL_MAKEFILES="$ALL_MAKEFILES \\
27044 programs/oleview/Makefile"
27045 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27046 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27047 oleview"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27050 ac_config_files="$ac_config_files programs/oleview/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 programs/progman/Makefile"
27054 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27055 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27056 progman"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27059 ac_config_files="$ac_config_files programs/progman/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 programs/reg/Makefile"
27063 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27064 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27065 reg"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27068 ac_config_files="$ac_config_files programs/reg/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 programs/regedit/Makefile"
27072 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27073 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27074 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27075 regedit"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27078 ac_config_files="$ac_config_files programs/regedit/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 programs/regsvr32/Makefile"
27082 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27083 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27084 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27085 regsvr32"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27088 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091 programs/rpcss/Makefile"
27092 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27093 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27094 rpcss"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27097 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 programs/rundll32/Makefile"
27101 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27102 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27103 rundll32"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27106 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 programs/secedit/Makefile"
27110 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27111 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27112 secedit"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27115 ac_config_files="$ac_config_files programs/secedit/Makefile"
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118 programs/services/Makefile"
27119 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27120 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27121 services"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27124 ac_config_files="$ac_config_files programs/services/Makefile"
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127 programs/spoolsv/Makefile"
27128 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27129 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27130 spoolsv"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27133 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136 programs/start/Makefile"
27137 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27138 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27139 start"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27142 ac_config_files="$ac_config_files programs/start/Makefile"
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145 programs/svchost/Makefile"
27146 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27147 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27148 svchost"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27151 ac_config_files="$ac_config_files programs/svchost/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 programs/taskmgr/Makefile"
27155 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27156 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27157 taskmgr"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27160 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 programs/termsv/Makefile"
27164 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27165 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27166 termsv"
27167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27168 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27169 ac_config_files="$ac_config_files programs/termsv/Makefile"
27171 ALL_MAKEFILES="$ALL_MAKEFILES \\
27172 programs/uninstaller/Makefile"
27173 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27174 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27175 uninstaller"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27178 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 programs/unlodctr/Makefile"
27182 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27183 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27184 unlodctr"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27187 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 programs/view/Makefile"
27191 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27192 view"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27195 ac_config_files="$ac_config_files programs/view/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 programs/wineboot/Makefile"
27199 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27200 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27201 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27202 wineboot"
27203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27204 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27205 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27207 ALL_MAKEFILES="$ALL_MAKEFILES \\
27208 programs/winebrowser/Makefile"
27209 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27210 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27211 winebrowser"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27214 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217 programs/winecfg/Makefile"
27218 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27219 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27220 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27221 winecfg"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27224 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227 programs/wineconsole/Makefile"
27228 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27229 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27230 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27231 wineconsole"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27234 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 programs/winedbg/Makefile"
27238 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27239 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27240 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27241 winedbg"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 programs/winedevice/Makefile"
27248 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27249 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27250 winedevice"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27253 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256 programs/winefile/Makefile"
27257 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27258 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27259 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27260 winefile"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27263 ac_config_files="$ac_config_files programs/winefile/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 programs/winemenubuilder/Makefile"
27267 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27268 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27269 winemenubuilder"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27272 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 programs/winemine/Makefile"
27276 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27277 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27278 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27279 winemine"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27282 ac_config_files="$ac_config_files programs/winemine/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 programs/winepath/Makefile"
27286 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27287 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27288 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27289 winepath"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27292 ac_config_files="$ac_config_files programs/winepath/Makefile"
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295 programs/winetest/Makefile"
27296 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27297 winetest"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27300 ac_config_files="$ac_config_files programs/winetest/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 programs/winevdm/Makefile"
27304 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27305 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27306 winevdm"
27307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27308 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27309 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27311 ALL_MAKEFILES="$ALL_MAKEFILES \\
27312 programs/winhelp.exe16/Makefile"
27313 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27314 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27315 winhelp.exe16"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27318 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321 programs/winhlp32/Makefile"
27322 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27323 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27324 winhlp32"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27327 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 programs/winoldap.mod16/Makefile"
27331 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27332 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27333 winoldap.mod16"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27336 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339 programs/winver/Makefile"
27340 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27341 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27342 winver"
27343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27344 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27345 ac_config_files="$ac_config_files programs/winver/Makefile"
27347 ALL_MAKEFILES="$ALL_MAKEFILES \\
27348 programs/wordpad/Makefile"
27349 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27350 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27351 wordpad"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27354 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357 programs/write/Makefile"
27358 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27359 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27360 write"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27363 ac_config_files="$ac_config_files programs/write/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 programs/xcopy/Makefile"
27367 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27368 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27369 xcopy"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27372 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375 server/Makefile"
27376 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27377 server"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 server/Makefile: server/Makefile.in Make.rules"
27380 ac_config_files="$ac_config_files server/Makefile"
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383 tools/Makefile"
27384 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27385 tools"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 tools/Makefile: tools/Makefile.in Make.rules"
27388 ac_config_files="$ac_config_files tools/Makefile"
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391 tools/widl/Makefile"
27393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27394 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27395 ac_config_files="$ac_config_files tools/widl/Makefile"
27397 ALL_MAKEFILES="$ALL_MAKEFILES \\
27398 tools/winebuild/Makefile"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27402 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 tools/winedump/Makefile"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27409 ac_config_files="$ac_config_files tools/winedump/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 tools/winegcc/Makefile"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27416 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419 tools/wmc/Makefile"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27423 ac_config_files="$ac_config_files tools/wmc/Makefile"
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426 tools/wrc/Makefile"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27430 ac_config_files="$ac_config_files tools/wrc/Makefile"
27434 ALL_WINETEST_DEPENDS="# Test binaries"
27436 for dir in $ALL_TEST_DIRS
27438 if test "$dir" != "\\"
27439 then
27440 testname=`expr $dir : '\(.*\)/tests'`_test
27441 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27443 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
27444 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
27445 $testname.rc:
27446 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
27447 $testname.res: $testname.rc $testname.exe"
27449 done
27451 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27453 cat >confcache <<\_ACEOF
27454 # This file is a shell script that caches the results of configure
27455 # tests run on this system so they can be shared between configure
27456 # scripts and configure runs, see configure's option --config-cache.
27457 # It is not useful on other systems. If it contains results you don't
27458 # want to keep, you may remove or edit it.
27460 # config.status only pays attention to the cache file if you give it
27461 # the --recheck option to rerun configure.
27463 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27464 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27465 # following values.
27467 _ACEOF
27469 # The following way of writing the cache mishandles newlines in values,
27470 # but we know of no workaround that is simple, portable, and efficient.
27471 # So, we kill variables containing newlines.
27472 # Ultrix sh set writes to stderr and can't be redirected directly,
27473 # and sets the high bit in the cache file unless we assign to the vars.
27475 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27476 eval ac_val=\$$ac_var
27477 case $ac_val in #(
27478 *${as_nl}*)
27479 case $ac_var in #(
27480 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27481 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27482 esac
27483 case $ac_var in #(
27484 _ | IFS | as_nl) ;; #(
27485 *) $as_unset $ac_var ;;
27486 esac ;;
27487 esac
27488 done
27490 (set) 2>&1 |
27491 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27492 *${as_nl}ac_space=\ *)
27493 # `set' does not quote correctly, so add quotes (double-quote
27494 # substitution turns \\\\ into \\, and sed turns \\ into \).
27495 sed -n \
27496 "s/'/'\\\\''/g;
27497 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27498 ;; #(
27500 # `set' quotes correctly as required by POSIX, so do not add quotes.
27501 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27503 esac |
27504 sort
27506 sed '
27507 /^ac_cv_env_/b end
27508 t clear
27509 :clear
27510 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27511 t end
27512 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27513 :end' >>confcache
27514 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27515 if test -w "$cache_file"; then
27516 test "x$cache_file" != "x/dev/null" &&
27517 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27518 echo "$as_me: updating cache $cache_file" >&6;}
27519 cat confcache >$cache_file
27520 else
27521 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27522 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27525 rm -f confcache
27527 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27528 # Let make expand exec_prefix.
27529 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27531 DEFS=-DHAVE_CONFIG_H
27533 ac_libobjs=
27534 ac_ltlibobjs=
27535 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27536 # 1. Remove the extension, and $U if already installed.
27537 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27538 ac_i=`echo "$ac_i" | sed "$ac_script"`
27539 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27540 # will be set to the directory where LIBOBJS objects are built.
27541 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27542 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27543 done
27544 LIBOBJS=$ac_libobjs
27546 LTLIBOBJS=$ac_ltlibobjs
27550 : ${CONFIG_STATUS=./config.status}
27551 ac_clean_files_save=$ac_clean_files
27552 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27553 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27554 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27555 cat >$CONFIG_STATUS <<_ACEOF
27556 #! $SHELL
27557 # Generated by $as_me.
27558 # Run this file to recreate the current configuration.
27559 # Compiler output produced by configure, useful for debugging
27560 # configure, is in config.log if it exists.
27562 debug=false
27563 ac_cs_recheck=false
27564 ac_cs_silent=false
27565 SHELL=\${CONFIG_SHELL-$SHELL}
27566 _ACEOF
27568 cat >>$CONFIG_STATUS <<\_ACEOF
27569 ## --------------------- ##
27570 ## M4sh Initialization. ##
27571 ## --------------------- ##
27573 # Be more Bourne compatible
27574 DUALCASE=1; export DUALCASE # for MKS sh
27575 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27576 emulate sh
27577 NULLCMD=:
27578 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27579 # is contrary to our usage. Disable this feature.
27580 alias -g '${1+"$@"}'='"$@"'
27581 setopt NO_GLOB_SUBST
27582 else
27583 case `(set -o) 2>/dev/null` in
27584 *posix*) set -o posix ;;
27585 esac
27592 # PATH needs CR
27593 # Avoid depending upon Character Ranges.
27594 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27595 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27596 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27597 as_cr_digits='0123456789'
27598 as_cr_alnum=$as_cr_Letters$as_cr_digits
27600 # The user is always right.
27601 if test "${PATH_SEPARATOR+set}" != set; then
27602 echo "#! /bin/sh" >conf$$.sh
27603 echo "exit 0" >>conf$$.sh
27604 chmod +x conf$$.sh
27605 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27606 PATH_SEPARATOR=';'
27607 else
27608 PATH_SEPARATOR=:
27610 rm -f conf$$.sh
27613 # Support unset when possible.
27614 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27615 as_unset=unset
27616 else
27617 as_unset=false
27621 # IFS
27622 # We need space, tab and new line, in precisely that order. Quoting is
27623 # there to prevent editors from complaining about space-tab.
27624 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27625 # splitting by setting IFS to empty value.)
27626 as_nl='
27628 IFS=" "" $as_nl"
27630 # Find who we are. Look in the path if we contain no directory separator.
27631 case $0 in
27632 *[\\/]* ) as_myself=$0 ;;
27633 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27634 for as_dir in $PATH
27636 IFS=$as_save_IFS
27637 test -z "$as_dir" && as_dir=.
27638 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27639 done
27640 IFS=$as_save_IFS
27643 esac
27644 # We did not find ourselves, most probably we were run as `sh COMMAND'
27645 # in which case we are not to be found in the path.
27646 if test "x$as_myself" = x; then
27647 as_myself=$0
27649 if test ! -f "$as_myself"; then
27650 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27651 { (exit 1); exit 1; }
27654 # Work around bugs in pre-3.0 UWIN ksh.
27655 for as_var in ENV MAIL MAILPATH
27656 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27657 done
27658 PS1='$ '
27659 PS2='> '
27660 PS4='+ '
27662 # NLS nuisances.
27663 for as_var in \
27664 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27665 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27666 LC_TELEPHONE LC_TIME
27668 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27669 eval $as_var=C; export $as_var
27670 else
27671 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27673 done
27675 # Required to use basename.
27676 if expr a : '\(a\)' >/dev/null 2>&1 &&
27677 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27678 as_expr=expr
27679 else
27680 as_expr=false
27683 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27684 as_basename=basename
27685 else
27686 as_basename=false
27690 # Name of the executable.
27691 as_me=`$as_basename -- "$0" ||
27692 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27693 X"$0" : 'X\(//\)$' \| \
27694 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27695 echo X/"$0" |
27696 sed '/^.*\/\([^/][^/]*\)\/*$/{
27697 s//\1/
27700 /^X\/\(\/\/\)$/{
27701 s//\1/
27704 /^X\/\(\/\).*/{
27705 s//\1/
27708 s/.*/./; q'`
27710 # CDPATH.
27711 $as_unset CDPATH
27715 as_lineno_1=$LINENO
27716 as_lineno_2=$LINENO
27717 test "x$as_lineno_1" != "x$as_lineno_2" &&
27718 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27720 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27721 # uniformly replaced by the line number. The first 'sed' inserts a
27722 # line-number line after each line using $LINENO; the second 'sed'
27723 # does the real work. The second script uses 'N' to pair each
27724 # line-number line with the line containing $LINENO, and appends
27725 # trailing '-' during substitution so that $LINENO is not a special
27726 # case at line end.
27727 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27728 # scripts with optimization help from Paolo Bonzini. Blame Lee
27729 # E. McMahon (1931-1989) for sed's syntax. :-)
27730 sed -n '
27732 /[$]LINENO/=
27733 ' <$as_myself |
27734 sed '
27735 s/[$]LINENO.*/&-/
27736 t lineno
27738 :lineno
27740 :loop
27741 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27742 t loop
27743 s/-\n.*//
27744 ' >$as_me.lineno &&
27745 chmod +x "$as_me.lineno" ||
27746 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27747 { (exit 1); exit 1; }; }
27749 # Don't try to exec as it changes $[0], causing all sort of problems
27750 # (the dirname of $[0] is not the place where we might find the
27751 # original and so on. Autoconf is especially sensitive to this).
27752 . "./$as_me.lineno"
27753 # Exit status is that of the last command.
27754 exit
27758 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27759 as_dirname=dirname
27760 else
27761 as_dirname=false
27764 ECHO_C= ECHO_N= ECHO_T=
27765 case `echo -n x` in
27766 -n*)
27767 case `echo 'x\c'` in
27768 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27769 *) ECHO_C='\c';;
27770 esac;;
27772 ECHO_N='-n';;
27773 esac
27775 if expr a : '\(a\)' >/dev/null 2>&1 &&
27776 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27777 as_expr=expr
27778 else
27779 as_expr=false
27782 rm -f conf$$ conf$$.exe conf$$.file
27783 if test -d conf$$.dir; then
27784 rm -f conf$$.dir/conf$$.file
27785 else
27786 rm -f conf$$.dir
27787 mkdir conf$$.dir
27789 echo >conf$$.file
27790 if ln -s conf$$.file conf$$ 2>/dev/null; then
27791 as_ln_s='ln -s'
27792 # ... but there are two gotchas:
27793 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27794 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27795 # In both cases, we have to default to `cp -p'.
27796 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27797 as_ln_s='cp -p'
27798 elif ln conf$$.file conf$$ 2>/dev/null; then
27799 as_ln_s=ln
27800 else
27801 as_ln_s='cp -p'
27803 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27804 rmdir conf$$.dir 2>/dev/null
27806 if mkdir -p . 2>/dev/null; then
27807 as_mkdir_p=:
27808 else
27809 test -d ./-p && rmdir ./-p
27810 as_mkdir_p=false
27813 if test -x / >/dev/null 2>&1; then
27814 as_test_x='test -x'
27815 else
27816 if ls -dL / >/dev/null 2>&1; then
27817 as_ls_L_option=L
27818 else
27819 as_ls_L_option=
27821 as_test_x='
27822 eval sh -c '\''
27823 if test -d "$1"; then
27824 test -d "$1/.";
27825 else
27826 case $1 in
27827 -*)set "./$1";;
27828 esac;
27829 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27830 ???[sx]*):;;*)false;;esac;fi
27831 '\'' sh
27834 as_executable_p=$as_test_x
27836 # Sed expression to map a string onto a valid CPP name.
27837 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27839 # Sed expression to map a string onto a valid variable name.
27840 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27843 exec 6>&1
27845 # Save the log message, to keep $[0] and so on meaningful, and to
27846 # report actual input values of CONFIG_FILES etc. instead of their
27847 # values after options handling.
27848 ac_log="
27849 This file was extended by Wine $as_me 1.1.26, which was
27850 generated by GNU Autoconf 2.61. Invocation command line was
27852 CONFIG_FILES = $CONFIG_FILES
27853 CONFIG_HEADERS = $CONFIG_HEADERS
27854 CONFIG_LINKS = $CONFIG_LINKS
27855 CONFIG_COMMANDS = $CONFIG_COMMANDS
27856 $ $0 $@
27858 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27861 _ACEOF
27863 cat >>$CONFIG_STATUS <<_ACEOF
27864 # Files that config.status was made for.
27865 config_files="$ac_config_files"
27866 config_headers="$ac_config_headers"
27867 config_commands="$ac_config_commands"
27869 _ACEOF
27871 cat >>$CONFIG_STATUS <<\_ACEOF
27872 ac_cs_usage="\
27873 \`$as_me' instantiates files from templates according to the
27874 current configuration.
27876 Usage: $0 [OPTIONS] [FILE]...
27878 -h, --help print this help, then exit
27879 -V, --version print version number and configuration settings, then exit
27880 -q, --quiet do not print progress messages
27881 -d, --debug don't remove temporary files
27882 --recheck update $as_me by reconfiguring in the same conditions
27883 --file=FILE[:TEMPLATE]
27884 instantiate the configuration file FILE
27885 --header=FILE[:TEMPLATE]
27886 instantiate the configuration header FILE
27888 Configuration files:
27889 $config_files
27891 Configuration headers:
27892 $config_headers
27894 Configuration commands:
27895 $config_commands
27897 Report bugs to <bug-autoconf@gnu.org>."
27899 _ACEOF
27900 cat >>$CONFIG_STATUS <<_ACEOF
27901 ac_cs_version="\\
27902 Wine config.status 1.1.26
27903 configured by $0, generated by GNU Autoconf 2.61,
27904 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27906 Copyright (C) 2006 Free Software Foundation, Inc.
27907 This config.status script is free software; the Free Software Foundation
27908 gives unlimited permission to copy, distribute and modify it."
27910 ac_pwd='$ac_pwd'
27911 srcdir='$srcdir'
27912 INSTALL='$INSTALL'
27913 _ACEOF
27915 cat >>$CONFIG_STATUS <<\_ACEOF
27916 # If no file are specified by the user, then we need to provide default
27917 # value. By we need to know if files were specified by the user.
27918 ac_need_defaults=:
27919 while test $# != 0
27921 case $1 in
27922 --*=*)
27923 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27924 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27925 ac_shift=:
27928 ac_option=$1
27929 ac_optarg=$2
27930 ac_shift=shift
27932 esac
27934 case $ac_option in
27935 # Handling of the options.
27936 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27937 ac_cs_recheck=: ;;
27938 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27939 echo "$ac_cs_version"; exit ;;
27940 --debug | --debu | --deb | --de | --d | -d )
27941 debug=: ;;
27942 --file | --fil | --fi | --f )
27943 $ac_shift
27944 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27945 ac_need_defaults=false;;
27946 --header | --heade | --head | --hea )
27947 $ac_shift
27948 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27949 ac_need_defaults=false;;
27950 --he | --h)
27951 # Conflict between --help and --header
27952 { echo "$as_me: error: ambiguous option: $1
27953 Try \`$0 --help' for more information." >&2
27954 { (exit 1); exit 1; }; };;
27955 --help | --hel | -h )
27956 echo "$ac_cs_usage"; exit ;;
27957 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27958 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27959 ac_cs_silent=: ;;
27961 # This is an error.
27962 -*) { echo "$as_me: error: unrecognized option: $1
27963 Try \`$0 --help' for more information." >&2
27964 { (exit 1); exit 1; }; } ;;
27966 *) ac_config_targets="$ac_config_targets $1"
27967 ac_need_defaults=false ;;
27969 esac
27970 shift
27971 done
27973 ac_configure_extra_args=
27975 if $ac_cs_silent; then
27976 exec 6>/dev/null
27977 ac_configure_extra_args="$ac_configure_extra_args --silent"
27980 _ACEOF
27981 cat >>$CONFIG_STATUS <<_ACEOF
27982 if \$ac_cs_recheck; then
27983 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27984 CONFIG_SHELL=$SHELL
27985 export CONFIG_SHELL
27986 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27989 _ACEOF
27990 cat >>$CONFIG_STATUS <<\_ACEOF
27991 exec 5>>config.log
27993 echo
27994 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27995 ## Running $as_me. ##
27996 _ASBOX
27997 echo "$ac_log"
27998 } >&5
28000 _ACEOF
28001 cat >>$CONFIG_STATUS <<_ACEOF
28002 _ACEOF
28004 cat >>$CONFIG_STATUS <<\_ACEOF
28006 # Handling of arguments.
28007 for ac_config_target in $ac_config_targets
28009 case $ac_config_target in
28010 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28011 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28012 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28013 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28014 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28015 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28016 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28017 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28018 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28019 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28020 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28021 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28022 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28023 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28024 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28025 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28026 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28027 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28028 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28029 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28030 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28031 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28032 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28033 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28034 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28035 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28036 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28037 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28038 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28039 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28040 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28041 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28042 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28043 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28044 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28045 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28046 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28047 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28048 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28049 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28050 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28051 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28052 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28053 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28054 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28055 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28056 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28057 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28058 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28059 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28060 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28061 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28062 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28063 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28064 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28065 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28066 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28067 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28068 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28069 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28070 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28071 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28072 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28073 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28074 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28075 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28076 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28077 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28078 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28079 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28080 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28081 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28082 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28083 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28084 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28085 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28086 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28087 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28088 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28089 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28090 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28091 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28092 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28093 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28094 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28095 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28096 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28097 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28098 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28099 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28100 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28101 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28102 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28103 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28104 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28105 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28106 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28107 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28108 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28109 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28110 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28111 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28112 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28113 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28114 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28115 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28116 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28117 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28118 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28119 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28120 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28121 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28122 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28123 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28124 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28125 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28126 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28127 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28128 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28129 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28130 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28131 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28132 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28133 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28134 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28135 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28136 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28137 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28138 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28139 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
28140 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28141 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28142 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28143 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28144 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28145 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28146 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28147 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28148 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28149 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28150 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28151 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28152 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28153 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28154 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28155 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28156 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28157 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28158 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28159 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28160 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28161 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28162 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28163 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28164 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28165 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28166 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28167 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28168 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28169 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28170 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28171 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28172 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28173 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
28174 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28175 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28176 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28177 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28178 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28179 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28180 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28181 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28182 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28183 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28184 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28185 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28186 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28187 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28188 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28189 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28190 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28191 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28192 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28193 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28194 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28195 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28196 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28197 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28198 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28199 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28200 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28201 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28202 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
28203 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28204 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28205 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28206 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28207 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28208 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28209 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28210 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28211 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28212 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28213 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28214 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28215 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28216 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28217 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28218 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28219 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
28220 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28221 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28222 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28223 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28224 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28225 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28226 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28227 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28228 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28229 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28230 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28231 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28232 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28233 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28234 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28235 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28236 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28237 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28238 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28239 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28240 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28241 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28242 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28243 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28244 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28245 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28246 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28247 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28248 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28249 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28250 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28251 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28252 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28253 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28254 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28255 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28256 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28257 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28258 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28259 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
28260 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28261 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28262 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28263 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28264 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28265 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28266 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28267 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28268 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28269 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28270 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28271 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28272 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28273 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28274 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28275 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28276 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28277 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28278 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
28279 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
28280 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
28281 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
28282 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
28283 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
28284 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28285 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28286 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28287 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28288 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28289 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28290 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
28291 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28292 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28293 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28294 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
28295 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28296 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28297 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28298 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28299 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28300 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28301 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28302 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28303 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28304 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28305 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28306 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28307 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28308 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28309 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28310 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28311 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28312 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28313 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28314 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28315 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28316 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28317 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28318 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28319 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28320 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28321 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28322 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28323 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28324 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28325 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28326 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28327 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28328 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28329 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28330 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28331 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
28332 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28333 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28334 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28335 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28336 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28337 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28338 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28339 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28340 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28341 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28342 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28343 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28344 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28345 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28346 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28347 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28348 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28349 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28350 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28351 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28352 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28353 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28354 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28355 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28356 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28357 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28358 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28359 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28360 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28361 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28362 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28363 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28364 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28365 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28366 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28367 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28368 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28369 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28370 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28371 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28372 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28373 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28374 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28375 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28376 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28377 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28378 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28379 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28380 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28381 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28382 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28383 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28384 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28385 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28386 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28387 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28388 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28389 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28390 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28391 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28392 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28393 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28394 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28395 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28396 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28397 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28398 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28399 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28400 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28401 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28402 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28403 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28404 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28405 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28406 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28407 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28408 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
28409 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
28410 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28411 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28412 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28413 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28414 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28415 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28416 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28417 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28418 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28419 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28420 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28421 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28422 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28423 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28424 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28425 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28426 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28427 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28428 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28429 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28430 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28431 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28432 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28433 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28434 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28435 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28436 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28437 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28438 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28439 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28440 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28441 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28442 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28443 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28444 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28445 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
28446 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28447 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28448 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28449 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28450 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28451 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28452 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28453 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28454 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28455 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28456 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28457 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28458 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28459 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28460 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28461 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28462 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28463 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28464 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28465 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28466 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28467 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28468 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28469 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28470 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28471 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28472 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28473 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28474 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28475 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28476 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28477 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28478 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28479 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28480 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28481 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28482 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28483 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28484 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28485 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28486 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28487 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28488 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28489 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28490 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28491 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28492 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28493 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28494 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28495 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28496 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28497 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28498 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28499 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28500 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28501 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28502 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28503 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28504 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28505 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28506 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28507 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28508 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28509 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28510 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28511 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28512 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28513 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28514 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28515 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28516 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28517 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28518 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28519 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28520 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28521 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28522 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28523 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28524 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28525 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28526 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28528 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28529 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28530 { (exit 1); exit 1; }; };;
28531 esac
28532 done
28535 # If the user did not use the arguments to specify the items to instantiate,
28536 # then the envvar interface is used. Set only those that are not.
28537 # We use the long form for the default assignment because of an extremely
28538 # bizarre bug on SunOS 4.1.3.
28539 if $ac_need_defaults; then
28540 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28541 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28542 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28545 # Have a temporary directory for convenience. Make it in the build tree
28546 # simply because there is no reason against having it here, and in addition,
28547 # creating and moving files from /tmp can sometimes cause problems.
28548 # Hook for its removal unless debugging.
28549 # Note that there is a small window in which the directory will not be cleaned:
28550 # after its creation but before its name has been assigned to `$tmp'.
28551 $debug ||
28553 tmp=
28554 trap 'exit_status=$?
28555 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28557 trap '{ (exit 1); exit 1; }' 1 2 13 15
28559 # Create a (secure) tmp directory for tmp files.
28562 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28563 test -n "$tmp" && test -d "$tmp"
28564 } ||
28566 tmp=./conf$$-$RANDOM
28567 (umask 077 && mkdir "$tmp")
28568 } ||
28570 echo "$me: cannot create a temporary directory in ." >&2
28571 { (exit 1); exit 1; }
28575 # Set up the sed scripts for CONFIG_FILES section.
28578 # No need to generate the scripts if there are no CONFIG_FILES.
28579 # This happens for instance when ./config.status config.h
28580 if test -n "$CONFIG_FILES"; then
28582 _ACEOF
28584 # Create sed commands to just substitute file output variables.
28586 # Remaining file output variables are in a fragment that also has non-file
28587 # output varibles.
28591 ac_delim='%!_!# '
28592 for ac_last_try in false false false false false :; do
28593 cat >conf$$subs.sed <<_ACEOF
28594 SHELL!$SHELL$ac_delim
28595 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28596 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28597 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28598 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28599 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28600 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28601 exec_prefix!$exec_prefix$ac_delim
28602 prefix!$prefix$ac_delim
28603 program_transform_name!$program_transform_name$ac_delim
28604 bindir!$bindir$ac_delim
28605 sbindir!$sbindir$ac_delim
28606 libexecdir!$libexecdir$ac_delim
28607 datarootdir!$datarootdir$ac_delim
28608 datadir!$datadir$ac_delim
28609 sysconfdir!$sysconfdir$ac_delim
28610 sharedstatedir!$sharedstatedir$ac_delim
28611 localstatedir!$localstatedir$ac_delim
28612 includedir!$includedir$ac_delim
28613 oldincludedir!$oldincludedir$ac_delim
28614 docdir!$docdir$ac_delim
28615 infodir!$infodir$ac_delim
28616 htmldir!$htmldir$ac_delim
28617 dvidir!$dvidir$ac_delim
28618 pdfdir!$pdfdir$ac_delim
28619 psdir!$psdir$ac_delim
28620 libdir!$libdir$ac_delim
28621 localedir!$localedir$ac_delim
28622 mandir!$mandir$ac_delim
28623 DEFS!$DEFS$ac_delim
28624 ECHO_C!$ECHO_C$ac_delim
28625 ECHO_N!$ECHO_N$ac_delim
28626 ECHO_T!$ECHO_T$ac_delim
28627 LIBS!$LIBS$ac_delim
28628 build_alias!$build_alias$ac_delim
28629 host_alias!$host_alias$ac_delim
28630 target_alias!$target_alias$ac_delim
28631 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28632 build!$build$ac_delim
28633 build_cpu!$build_cpu$ac_delim
28634 build_vendor!$build_vendor$ac_delim
28635 build_os!$build_os$ac_delim
28636 host!$host$ac_delim
28637 host_cpu!$host_cpu$ac_delim
28638 host_vendor!$host_vendor$ac_delim
28639 host_os!$host_os$ac_delim
28640 SET_MAKE!$SET_MAKE$ac_delim
28641 CC!$CC$ac_delim
28642 CFLAGS!$CFLAGS$ac_delim
28643 LDFLAGS!$LDFLAGS$ac_delim
28644 CPPFLAGS!$CPPFLAGS$ac_delim
28645 ac_ct_CC!$ac_ct_CC$ac_delim
28646 EXEEXT!$EXEEXT$ac_delim
28647 OBJEXT!$OBJEXT$ac_delim
28648 CXX!$CXX$ac_delim
28649 CXXFLAGS!$CXXFLAGS$ac_delim
28650 ac_ct_CXX!$ac_ct_CXX$ac_delim
28651 CPPBIN!$CPPBIN$ac_delim
28652 TARGETFLAGS!$TARGETFLAGS$ac_delim
28653 WIN16_FILES!$WIN16_FILES$ac_delim
28654 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28655 TOOLSDIR!$TOOLSDIR$ac_delim
28656 FLEX!$FLEX$ac_delim
28657 BISON!$BISON$ac_delim
28658 AR!$AR$ac_delim
28659 ac_ct_AR!$ac_ct_AR$ac_delim
28660 ARFLAGS!$ARFLAGS$ac_delim
28661 RANLIB!$RANLIB$ac_delim
28662 STRIP!$STRIP$ac_delim
28663 LN_S!$LN_S$ac_delim
28664 LN!$LN$ac_delim
28665 GREP!$GREP$ac_delim
28666 EGREP!$EGREP$ac_delim
28667 LDCONFIG!$LDCONFIG$ac_delim
28668 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28669 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28670 INSTALL_DATA!$INSTALL_DATA$ac_delim
28671 LINT!$LINT$ac_delim
28672 LINTFLAGS!$LINTFLAGS$ac_delim
28673 FONTFORGE!$FONTFORGE$ac_delim
28674 PKG_CONFIG!$PKG_CONFIG$ac_delim
28675 RSVG!$RSVG$ac_delim
28676 _ACEOF
28678 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28679 break
28680 elif $ac_last_try; then
28681 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28682 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28683 { (exit 1); exit 1; }; }
28684 else
28685 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28687 done
28689 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28690 if test -n "$ac_eof"; then
28691 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28692 ac_eof=`expr $ac_eof + 1`
28695 cat >>$CONFIG_STATUS <<_ACEOF
28696 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28697 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28698 /^[ ]*@MAKE_RULES@[ ]*$/{
28699 r $MAKE_RULES
28702 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28703 r $MAKE_DLL_RULES
28706 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28707 r $MAKE_IMPLIB_RULES
28710 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28711 r $MAKE_TEST_RULES
28714 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28715 r $MAKE_PROG_RULES
28718 _ACEOF
28719 sed '
28720 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28721 s/^/s,@/; s/!/@,|#_!!_#|/
28724 s/'"$ac_delim"'$/,g/; t
28725 s/$/\\/; p
28726 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28727 ' >>$CONFIG_STATUS <conf$$subs.sed
28728 rm -f conf$$subs.sed
28729 cat >>$CONFIG_STATUS <<_ACEOF
28730 CEOF$ac_eof
28731 _ACEOF
28734 ac_delim='%!_!# '
28735 for ac_last_try in false false false false false :; do
28736 cat >conf$$subs.sed <<_ACEOF
28737 ICOTOOL!$ICOTOOL$ac_delim
28738 PRELINK!$PRELINK$ac_delim
28739 XLIB!$XLIB$ac_delim
28740 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28741 CPP!$CPP$ac_delim
28742 DLLEXT!$DLLEXT$ac_delim
28743 DLLFLAGS!$DLLFLAGS$ac_delim
28744 LDSHARED!$LDSHARED$ac_delim
28745 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28746 LIBEXT!$LIBEXT$ac_delim
28747 IMPLIBEXT!$IMPLIBEXT$ac_delim
28748 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28749 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28750 LDD!$LDD$ac_delim
28751 DLLTOOL!$DLLTOOL$ac_delim
28752 DLLWRAP!$DLLWRAP$ac_delim
28753 MINGWAR!$MINGWAR$ac_delim
28754 SECURITYLIB!$SECURITYLIB$ac_delim
28755 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28756 IOKITLIB!$IOKITLIB$ac_delim
28757 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28758 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28759 COREAUDIO!$COREAUDIO$ac_delim
28760 CARBONLIB!$CARBONLIB$ac_delim
28761 CROSSCC!$CROSSCC$ac_delim
28762 CROSSTEST!$CROSSTEST$ac_delim
28763 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
28764 LIBPTHREAD!$LIBPTHREAD$ac_delim
28765 XMKMF!$XMKMF$ac_delim
28766 X_CFLAGS!$X_CFLAGS$ac_delim
28767 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28768 X_LIBS!$X_LIBS$ac_delim
28769 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28770 NASLIBS!$NASLIBS$ac_delim
28771 XML2LIBS!$XML2LIBS$ac_delim
28772 XML2INCL!$XML2INCL$ac_delim
28773 XSLTINCL!$XSLTINCL$ac_delim
28774 HALINCL!$HALINCL$ac_delim
28775 GNUTLSINCL!$GNUTLSINCL$ac_delim
28776 sane_devel!$sane_devel$ac_delim
28777 SANEINCL!$SANEINCL$ac_delim
28778 gphoto2_devel!$gphoto2_devel$ac_delim
28779 gphoto2port_devel!$gphoto2port_devel$ac_delim
28780 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28781 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28782 RESOLVLIBS!$RESOLVLIBS$ac_delim
28783 LCMSLIBS!$LCMSLIBS$ac_delim
28784 ft_devel!$ft_devel$ac_delim
28785 FREETYPELIBS!$FREETYPELIBS$ac_delim
28786 FREETYPEINCL!$FREETYPEINCL$ac_delim
28787 ZLIB!$ZLIB$ac_delim
28788 ESDCONFIG!$ESDCONFIG$ac_delim
28789 ESDINCL!$ESDINCL$ac_delim
28790 ESDLIBS!$ESDLIBS$ac_delim
28791 PULSELIBS!$PULSELIBS$ac_delim
28792 ALSALIBS!$ALSALIBS$ac_delim
28793 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28794 CUPSINCL!$CUPSINCL$ac_delim
28795 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28796 PNGINCL!$PNGINCL$ac_delim
28797 LIBKSTAT!$LIBKSTAT$ac_delim
28798 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28799 BUILTINFLAG!$BUILTINFLAG$ac_delim
28800 LDPATH!$LDPATH$ac_delim
28801 CRTLIBS!$CRTLIBS$ac_delim
28802 SOCKETLIBS!$SOCKETLIBS$ac_delim
28803 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28804 LIBDL!$LIBDL$ac_delim
28805 LIBPOLL!$LIBPOLL$ac_delim
28806 LDAPLIBS!$LDAPLIBS$ac_delim
28807 DEPENDENCIES!$DEPENDENCIES$ac_delim
28808 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28809 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28810 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28811 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28812 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28813 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28814 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28815 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28816 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28817 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28818 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28819 LIBOBJS!$LIBOBJS$ac_delim
28820 LTLIBOBJS!$LTLIBOBJS$ac_delim
28821 _ACEOF
28823 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
28824 break
28825 elif $ac_last_try; then
28826 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28827 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28828 { (exit 1); exit 1; }; }
28829 else
28830 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28832 done
28834 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28835 if test -n "$ac_eof"; then
28836 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28837 ac_eof=`expr $ac_eof + 1`
28840 cat >>$CONFIG_STATUS <<_ACEOF
28841 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28842 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28843 _ACEOF
28844 sed '
28845 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28846 s/^/s,@/; s/!/@,|#_!!_#|/
28849 s/'"$ac_delim"'$/,g/; t
28850 s/$/\\/; p
28851 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28852 ' >>$CONFIG_STATUS <conf$$subs.sed
28853 rm -f conf$$subs.sed
28854 cat >>$CONFIG_STATUS <<_ACEOF
28855 :end
28856 s/|#_!!_#|//g
28857 CEOF$ac_eof
28858 _ACEOF
28861 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28862 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28863 # trailing colons and then remove the whole line if VPATH becomes empty
28864 # (actually we leave an empty line to preserve line numbers).
28865 if test "x$srcdir" = x.; then
28866 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28867 s/:*\$(srcdir):*/:/
28868 s/:*\${srcdir}:*/:/
28869 s/:*@srcdir@:*/:/
28870 s/^\([^=]*=[ ]*\):*/\1/
28871 s/:*$//
28872 s/^[^=]*=[ ]*$//
28876 cat >>$CONFIG_STATUS <<\_ACEOF
28877 fi # test -n "$CONFIG_FILES"
28880 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28882 case $ac_tag in
28883 :[FHLC]) ac_mode=$ac_tag; continue;;
28884 esac
28885 case $ac_mode$ac_tag in
28886 :[FHL]*:*);;
28887 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28888 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28889 { (exit 1); exit 1; }; };;
28890 :[FH]-) ac_tag=-:-;;
28891 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28892 esac
28893 ac_save_IFS=$IFS
28894 IFS=:
28895 set x $ac_tag
28896 IFS=$ac_save_IFS
28897 shift
28898 ac_file=$1
28899 shift
28901 case $ac_mode in
28902 :L) ac_source=$1;;
28903 :[FH])
28904 ac_file_inputs=
28905 for ac_f
28907 case $ac_f in
28908 -) ac_f="$tmp/stdin";;
28909 *) # Look for the file first in the build tree, then in the source tree
28910 # (if the path is not absolute). The absolute path cannot be DOS-style,
28911 # because $ac_f cannot contain `:'.
28912 test -f "$ac_f" ||
28913 case $ac_f in
28914 [\\/$]*) false;;
28915 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28916 esac ||
28917 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28918 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28919 { (exit 1); exit 1; }; };;
28920 esac
28921 ac_file_inputs="$ac_file_inputs $ac_f"
28922 done
28924 # Let's still pretend it is `configure' which instantiates (i.e., don't
28925 # use $as_me), people would be surprised to read:
28926 # /* config.h. Generated by config.status. */
28927 configure_input="Generated from "`IFS=:
28928 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28929 if test x"$ac_file" != x-; then
28930 configure_input="$ac_file. $configure_input"
28931 { echo "$as_me:$LINENO: creating $ac_file" >&5
28932 echo "$as_me: creating $ac_file" >&6;}
28935 case $ac_tag in
28936 *:-:* | *:-) cat >"$tmp/stdin";;
28937 esac
28939 esac
28941 ac_dir=`$as_dirname -- "$ac_file" ||
28942 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28943 X"$ac_file" : 'X\(//\)[^/]' \| \
28944 X"$ac_file" : 'X\(//\)$' \| \
28945 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28946 echo X"$ac_file" |
28947 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28948 s//\1/
28951 /^X\(\/\/\)[^/].*/{
28952 s//\1/
28955 /^X\(\/\/\)$/{
28956 s//\1/
28959 /^X\(\/\).*/{
28960 s//\1/
28963 s/.*/./; q'`
28964 { as_dir="$ac_dir"
28965 case $as_dir in #(
28966 -*) as_dir=./$as_dir;;
28967 esac
28968 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28969 as_dirs=
28970 while :; do
28971 case $as_dir in #(
28972 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28973 *) as_qdir=$as_dir;;
28974 esac
28975 as_dirs="'$as_qdir' $as_dirs"
28976 as_dir=`$as_dirname -- "$as_dir" ||
28977 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28978 X"$as_dir" : 'X\(//\)[^/]' \| \
28979 X"$as_dir" : 'X\(//\)$' \| \
28980 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28981 echo X"$as_dir" |
28982 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28983 s//\1/
28986 /^X\(\/\/\)[^/].*/{
28987 s//\1/
28990 /^X\(\/\/\)$/{
28991 s//\1/
28994 /^X\(\/\).*/{
28995 s//\1/
28998 s/.*/./; q'`
28999 test -d "$as_dir" && break
29000 done
29001 test -z "$as_dirs" || eval "mkdir $as_dirs"
29002 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29003 echo "$as_me: error: cannot create directory $as_dir" >&2;}
29004 { (exit 1); exit 1; }; }; }
29005 ac_builddir=.
29007 case "$ac_dir" in
29008 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29010 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29011 # A ".." for each directory in $ac_dir_suffix.
29012 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
29013 case $ac_top_builddir_sub in
29014 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29015 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29016 esac ;;
29017 esac
29018 ac_abs_top_builddir=$ac_pwd
29019 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29020 # for backward compatibility:
29021 ac_top_builddir=$ac_top_build_prefix
29023 case $srcdir in
29024 .) # We are building in place.
29025 ac_srcdir=.
29026 ac_top_srcdir=$ac_top_builddir_sub
29027 ac_abs_top_srcdir=$ac_pwd ;;
29028 [\\/]* | ?:[\\/]* ) # Absolute name.
29029 ac_srcdir=$srcdir$ac_dir_suffix;
29030 ac_top_srcdir=$srcdir
29031 ac_abs_top_srcdir=$srcdir ;;
29032 *) # Relative name.
29033 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29034 ac_top_srcdir=$ac_top_build_prefix$srcdir
29035 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29036 esac
29037 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29040 case $ac_mode in
29043 # CONFIG_FILE
29046 case $INSTALL in
29047 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29048 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29049 esac
29050 _ACEOF
29052 cat >>$CONFIG_STATUS <<\_ACEOF
29053 # If the template does not know about datarootdir, expand it.
29054 # FIXME: This hack should be removed a few years after 2.60.
29055 ac_datarootdir_hack=; ac_datarootdir_seen=
29057 case `sed -n '/datarootdir/ {
29061 /@datadir@/p
29062 /@docdir@/p
29063 /@infodir@/p
29064 /@localedir@/p
29065 /@mandir@/p
29066 ' $ac_file_inputs` in
29067 *datarootdir*) ac_datarootdir_seen=yes;;
29068 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29069 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29070 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29071 _ACEOF
29072 cat >>$CONFIG_STATUS <<_ACEOF
29073 ac_datarootdir_hack='
29074 s&@datadir@&$datadir&g
29075 s&@docdir@&$docdir&g
29076 s&@infodir@&$infodir&g
29077 s&@localedir@&$localedir&g
29078 s&@mandir@&$mandir&g
29079 s&\\\${datarootdir}&$datarootdir&g' ;;
29080 esac
29081 _ACEOF
29083 # Neutralize VPATH when `$srcdir' = `.'.
29084 # Shell code in configure.ac might set extrasub.
29085 # FIXME: do we really want to maintain this feature?
29086 cat >>$CONFIG_STATUS <<_ACEOF
29087 sed "$ac_vpsub
29088 $extrasub
29089 _ACEOF
29090 cat >>$CONFIG_STATUS <<\_ACEOF
29092 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29093 s&@configure_input@&$configure_input&;t t
29094 s&@top_builddir@&$ac_top_builddir_sub&;t t
29095 s&@srcdir@&$ac_srcdir&;t t
29096 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29097 s&@top_srcdir@&$ac_top_srcdir&;t t
29098 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29099 s&@builddir@&$ac_builddir&;t t
29100 s&@abs_builddir@&$ac_abs_builddir&;t t
29101 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29102 s&@INSTALL@&$ac_INSTALL&;t t
29103 $ac_datarootdir_hack
29104 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
29106 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29107 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29108 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29109 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29110 which seems to be undefined. Please make sure it is defined." >&5
29111 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29112 which seems to be undefined. Please make sure it is defined." >&2;}
29114 rm -f "$tmp/stdin"
29115 case $ac_file in
29116 -) cat "$tmp/out"; rm -f "$tmp/out";;
29117 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
29118 esac
29122 # CONFIG_HEADER
29124 _ACEOF
29126 # Transform confdefs.h into a sed script `conftest.defines', that
29127 # substitutes the proper values into config.h.in to produce config.h.
29128 rm -f conftest.defines conftest.tail
29129 # First, append a space to every undef/define line, to ease matching.
29130 echo 's/$/ /' >conftest.defines
29131 # Then, protect against being on the right side of a sed subst, or in
29132 # an unquoted here document, in config.status. If some macros were
29133 # called several times there might be several #defines for the same
29134 # symbol, which is useless. But do not sort them, since the last
29135 # AC_DEFINE must be honored.
29136 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29137 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
29138 # NAME is the cpp macro being defined, VALUE is the value it is being given.
29139 # PARAMS is the parameter list in the macro definition--in most cases, it's
29140 # just an empty string.
29141 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
29142 ac_dB='\\)[ (].*,\\1define\\2'
29143 ac_dC=' '
29144 ac_dD=' ,'
29146 uniq confdefs.h |
29147 sed -n '
29148 t rset
29149 :rset
29150 s/^[ ]*#[ ]*define[ ][ ]*//
29151 t ok
29154 s/[\\&,]/\\&/g
29155 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
29156 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
29157 ' >>conftest.defines
29159 # Remove the space that was appended to ease matching.
29160 # Then replace #undef with comments. This is necessary, for
29161 # example, in the case of _POSIX_SOURCE, which is predefined and required
29162 # on some systems where configure will not decide to define it.
29163 # (The regexp can be short, since the line contains either #define or #undef.)
29164 echo 's/ $//
29165 s,^[ #]*u.*,/* & */,' >>conftest.defines
29167 # Break up conftest.defines:
29168 ac_max_sed_lines=50
29170 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
29171 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
29172 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
29173 # et cetera.
29174 ac_in='$ac_file_inputs'
29175 ac_out='"$tmp/out1"'
29176 ac_nxt='"$tmp/out2"'
29178 while :
29180 # Write a here document:
29181 cat >>$CONFIG_STATUS <<_ACEOF
29182 # First, check the format of the line:
29183 cat >"\$tmp/defines.sed" <<\\CEOF
29184 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
29185 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
29187 :def
29188 _ACEOF
29189 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
29190 echo 'CEOF
29191 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
29192 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
29193 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
29194 grep . conftest.tail >/dev/null || break
29195 rm -f conftest.defines
29196 mv conftest.tail conftest.defines
29197 done
29198 rm -f conftest.defines conftest.tail
29200 echo "ac_result=$ac_in" >>$CONFIG_STATUS
29201 cat >>$CONFIG_STATUS <<\_ACEOF
29202 if test x"$ac_file" != x-; then
29203 echo "/* $configure_input */" >"$tmp/config.h"
29204 cat "$ac_result" >>"$tmp/config.h"
29205 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
29206 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29207 echo "$as_me: $ac_file is unchanged" >&6;}
29208 else
29209 rm -f $ac_file
29210 mv "$tmp/config.h" $ac_file
29212 else
29213 echo "/* $configure_input */"
29214 cat "$ac_result"
29216 rm -f "$tmp/out12"
29219 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
29220 echo "$as_me: executing $ac_file commands" >&6;}
29222 esac
29225 case $ac_file$ac_mode in
29226 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29227 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29228 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29229 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29230 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29231 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29232 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29233 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29234 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29235 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29236 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29237 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
29238 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29240 esac
29241 done # for ac_tag
29244 { (exit 0); exit 0; }
29245 _ACEOF
29246 chmod +x $CONFIG_STATUS
29247 ac_clean_files=$ac_clean_files_save
29250 # configure is writing to config.log, and then calls config.status.
29251 # config.status does its own redirection, appending to config.log.
29252 # Unfortunately, on DOS this fails, as config.log is still kept open
29253 # by configure, so config.status won't be able to write to it; its
29254 # output is simply discarded. So we exec the FD to /dev/null,
29255 # effectively closing config.log, so it can be properly (re)opened and
29256 # appended to by config.status. When coming back to configure, we
29257 # need to make the FD available again.
29258 if test "$no_create" != yes; then
29259 ac_cs_success=:
29260 ac_config_status_args=
29261 test "$silent" = yes &&
29262 ac_config_status_args="$ac_config_status_args --quiet"
29263 exec 5>/dev/null
29264 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29265 exec 5>>config.log
29266 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29267 # would make configure fail if this is the last instruction.
29268 $ac_cs_success || { (exit 1); exit 1; }
29272 if test "$no_create" = "yes"
29273 then
29274 exit 0
29277 ac_save_IFS="$IFS"
29278 if test "x$wine_notices != "x; then
29279 echo >&6
29280 IFS="|"
29281 for msg in $wine_notices; do
29282 IFS="$ac_save_IFS"
29283 if test -n "$msg"; then
29284 { echo "$as_me:$LINENO: $msg" >&5
29285 echo "$as_me: $msg" >&6;}
29287 done
29289 IFS="|"
29290 for msg in $wine_warnings; do
29291 IFS="$ac_save_IFS"
29292 if test -n "$msg"; then
29293 echo >&2
29294 { echo "$as_me:$LINENO: WARNING: $msg" >&5
29295 echo "$as_me: WARNING: $msg" >&2;}
29297 done
29298 IFS="$ac_save_IFS"
29300 echo "
29301 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29302 " >&6