push 45342d27cd031b08b6cfabdf8789426cb53c1c53
[wine/hacks.git] / configure
blobebf89091fd5f6835ee8f7a4564f8cfa8ccfd5904
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.20.
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.20'
578 PACKAGE_STRING='Wine 1.1.20'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AS
685 ac_ct_LD
687 ac_ct_NM
689 ac_ct_AR
690 ARFLAGS
691 RANLIB
692 STRIP
693 WINDRES
694 LN_S
696 GREP
697 EGREP
698 LDCONFIG
699 INSTALL_PROGRAM
700 INSTALL_SCRIPT
701 INSTALL_DATA
702 LINT
703 LINTFLAGS
704 FONTFORGE
705 PKG_CONFIG
706 RSVG
707 ICOTOOL
708 PRELINK
709 XLIB
710 OPENGL_LIBS
712 DLLEXT
713 DLLFLAGS
714 LDSHARED
715 LDDLLFLAGS
716 LIBEXT
717 IMPLIBEXT
718 LDRPATH_INSTALL
719 LDRPATH_LOCAL
721 DLLTOOL
722 DLLWRAP
723 MINGWAR
724 SECURITYLIB
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSCC
732 CROSSWINDRES
733 CROSSTEST
734 LIBPTHREAD
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 LIBKSTAT
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.20 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.20:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-pthread do not use the pthread library
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 CPP C preprocessor
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.20
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.20, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 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
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval=$with_pulse;
2077 # Check whether --with-pthread was given.
2078 if test "${with_pthread+set}" = set; then
2079 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2085 withval=$with_sane;
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2115 withval=$with_xml;
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2145 withval=$with_xslt;
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 ac_build_alias=$build_alias
2174 test "x$ac_build_alias" = x &&
2175 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x &&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2189 *-*-*) ;;
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194 build=$ac_cv_build
2195 ac_save_IFS=$IFS; IFS='-'
2196 set x $ac_cv_build
2197 shift
2198 build_cpu=$1
2199 build_vendor=$2
2200 shift; shift
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2203 build_os=$*
2204 IFS=$ac_save_IFS
2205 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2212 else
2213 if test "x$host_alias" = x; then
2214 ac_cv_host=$ac_cv_build
2215 else
2216 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2225 case $ac_cv_host in
2226 *-*-*) ;;
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2230 esac
2231 host=$ac_cv_host
2232 ac_save_IFS=$IFS; IFS='-'
2233 set x $ac_cv_host
2234 shift
2235 host_cpu=$1
2236 host_vendor=$2
2237 shift; shift
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2240 host_os=$*
2241 IFS=$ac_save_IFS
2242 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2246 case "$srcdir" in
2247 .) ;;
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2254 fi ;;
2255 esac
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 cat >conftest.make <<\_ACEOF
2265 SHELL = /bin/sh
2266 all:
2267 @echo '@@@%%%=$(MAKE)=@@@%%%'
2268 _ACEOF
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2271 *@@@%%%=?*=@@@%%%*)
2272 eval ac_cv_prog_make_${ac_make}_set=yes;;
2274 eval ac_cv_prog_make_${ac_make}_set=no;;
2275 esac
2276 rm -f conftest.make
2278 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2281 SET_MAKE=
2282 else
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE="MAKE=${MAKE-make}"
2288 ac_ext=c
2289 ac_cpp='$CPP $CPPFLAGS'
2290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2315 done
2316 done
2317 IFS=$as_save_IFS
2321 CC=$ac_cv_prog_CC
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2325 else
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2333 ac_ct_CC=$CC
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x; then
2371 CC=""
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374 yes:)
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned=yes ;;
2382 esac
2383 CC=$ac_ct_CC
2385 else
2386 CC="$ac_cv_prog_CC"
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy ${ac_tool_prefix}cc; ac_word=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2397 else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400 else
2401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402 for as_dir in $PATH
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2412 done
2413 done
2414 IFS=$as_save_IFS
2418 CC=$ac_cv_prog_CC
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2422 else
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 ac_prog_rejected=no
2442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2443 for as_dir in $PATH
2445 IFS=$as_save_IFS
2446 test -z "$as_dir" && as_dir=.
2447 for ac_exec_ext in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected=yes
2451 continue
2453 ac_cv_prog_CC="cc"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2457 done
2458 done
2459 IFS=$as_save_IFS
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy $ac_cv_prog_CC
2464 shift
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2469 shift
2470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475 CC=$ac_cv_prog_CC
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2496 else
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC="$CC" # Let the user override the test.
2499 else
2500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2501 for as_dir in $PATH
2503 IFS=$as_save_IFS
2504 test -z "$as_dir" && as_dir=.
2505 for ac_exec_ext in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2509 break 2
2511 done
2512 done
2513 IFS=$as_save_IFS
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2521 else
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2528 done
2530 if test -z "$CC"; then
2531 ac_ct_CC=$CC
2532 for ac_prog in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy $ac_prog; ac_word=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2543 else
2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2547 IFS=$as_save_IFS
2548 test -z "$as_dir" && as_dir=.
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 break 2
2555 done
2556 done
2557 IFS=$as_save_IFS
2561 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2565 else
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2572 done
2574 if test "x$ac_ct_CC" = x; then
2575 CC=""
2576 else
2577 case $cross_compiling:$ac_tool_warned in
2578 yes:)
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned=yes ;;
2586 esac
2587 CC=$ac_ct_CC
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler=`set X $ac_compile; echo $2`
2603 { (ac_try="$ac_compiler --version >&5"
2604 case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -V >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2635 /* confdefs.h. */
2636 _ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2642 main ()
2646 return 0;
2648 _ACEOF
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2653 # of exeext.
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2666 ac_rmfiles=
2667 for ac_file in $ac_files
2669 case $ac_file in
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2672 esac
2673 done
2674 rm -f $ac_rmfiles
2676 if { (ac_try="$ac_link_default"
2677 case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680 esac
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2690 # Autoconf.
2691 for ac_file in $ac_files ''
2693 test -f "$ac_file" || continue
2694 case $ac_file in
2695 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2697 [ab].out )
2698 # We found the default executable, but exeext='' is most
2699 # certainly right.
2700 break;;
2701 *.* )
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2703 then :; else
2704 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2710 # actually working.
2711 break;;
2713 break;;
2714 esac
2715 done
2716 test "$ac_cv_exeext" = no && ac_cv_exeext=
2718 else
2719 ac_file=''
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2751 ac_status=$?
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 cross_compiling=no
2755 else
2756 if test "$cross_compiling" = maybe; then
2757 cross_compiling=yes
2758 else
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details." >&5
2762 echo "$as_me: error: cannot run C compiled programs.
2763 If you meant to cross compile, use \`--host'.
2764 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe'), while it won't with
2796 # `rm'.
2797 for ac_file in conftest.exe conftest conftest.*; do
2798 test -f "$ac_file" || continue
2799 case $ac_file in
2800 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2801 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 break;;
2803 * ) break;;
2804 esac
2805 done
2806 else
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.$ac_ext
2819 EXEEXT=$ac_cv_exeext
2820 ac_exeext=$EXEEXT
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 else
2826 cat >conftest.$ac_ext <<_ACEOF
2827 /* confdefs.h. */
2828 _ACEOF
2829 cat confdefs.h >>conftest.$ac_ext
2830 cat >>conftest.$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2834 main ()
2838 return 0;
2840 _ACEOF
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try="$ac_compile"
2843 case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846 esac
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859 done
2860 else
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2876 ac_objext=$OBJEXT
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 else
2882 cat >conftest.$ac_ext <<_ACEOF
2883 /* confdefs.h. */
2884 _ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2890 main ()
2892 #ifndef __GNUC__
2893 choke me
2894 #endif
2897 return 0;
2899 _ACEOF
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2908 ac_status=$?
2909 grep -v '^ *+' conftest.er1 >conftest.err
2910 rm -f conftest.er1
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2917 ac_compiler_gnu=yes
2918 else
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2922 ac_compiler_gnu=no
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2935 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2938 else
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2941 ac_cv_prog_cc_g=no
2942 CFLAGS="-g"
2943 cat >conftest.$ac_ext <<_ACEOF
2944 /* confdefs.h. */
2945 _ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2951 main ()
2955 return 0;
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2960 case "(($ac_try" in
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2963 esac
2964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2966 ac_status=$?
2967 grep -v '^ *+' conftest.er1 >conftest.err
2968 rm -f conftest.er1
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2975 ac_cv_prog_cc_g=yes
2976 else
2977 echo "$as_me: failed program was:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2980 CFLAGS=""
2981 cat >conftest.$ac_ext <<_ACEOF
2982 /* confdefs.h. */
2983 _ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2989 main ()
2993 return 0;
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2998 case "(($ac_try" in
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3001 esac
3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat >conftest.$ac_ext <<_ACEOF
3021 /* confdefs.h. */
3022 _ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3028 main ()
3032 return 0;
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040 esac
3041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3052 ac_cv_prog_cc_g=yes
3053 else
3054 echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3075 CFLAGS="-g -O2"
3076 else
3077 CFLAGS="-g"
3079 else
3080 if test "$GCC" = yes; then
3081 CFLAGS="-O2"
3082 else
3083 CFLAGS=
3086 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3087 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 ac_cv_prog_cc_c89=no
3092 ac_save_CC=$CC
3093 cat >conftest.$ac_ext <<_ACEOF
3094 /* confdefs.h. */
3095 _ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3099 #include <stdarg.h>
3100 #include <stdio.h>
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3107 char **p;
3108 int i;
3110 return p[i];
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3114 char *s;
3115 va_list v;
3116 va_start (v,p);
3117 s = g (p, va_arg (v,int));
3118 va_end (v);
3119 return s;
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3133 #define FOO(x) 'x'
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 int argc;
3141 char **argv;
3143 main ()
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 return 0;
3149 _ACEOF
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3162 ac_status=$?
3163 grep -v '^ *+' conftest.er1 >conftest.err
3164 rm -f conftest.er1
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3172 else
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x$ac_cv_prog_cc_c89" != "xno" && break
3181 done
3182 rm -f conftest.$ac_ext
3183 CC=$ac_save_CC
3186 # AC_CACHE_VAL
3187 case "x$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result: none needed" >&5
3190 echo "${ECHO_T}none needed" >&6; } ;;
3191 xno)
3192 { echo "$as_me:$LINENO: result: unsupported" >&5
3193 echo "${ECHO_T}unsupported" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3198 esac
3201 ac_ext=c
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_ext=cpp
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3214 CXX=$CCC
3215 else
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 CXX=$ac_cv_prog_CXX
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3250 else
3251 { echo "$as_me:$LINENO: result: no" >&5
3252 echo "${ECHO_T}no" >&6; }
3256 test -n "$CXX" && break
3257 done
3259 if test -z "$CXX"; then
3260 ac_ct_CXX=$CXX
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3272 else
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 for as_dir in $PATH
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 break 2
3284 done
3285 done
3286 IFS=$as_save_IFS
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3294 else
3295 { echo "$as_me:$LINENO: result: no" >&5
3296 echo "${ECHO_T}no" >&6; }
3300 test -n "$ac_ct_CXX" && break
3301 done
3303 if test "x$ac_ct_CXX" = x; then
3304 CXX="g++"
3305 else
3306 case $cross_compiling:$ac_tool_warned in
3307 yes:)
3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3309 whose name does not start with the host triplet. If you think this
3310 configuration is useful to you, please write to autoconf@gnu.org." >&5
3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3312 whose name does not start with the host triplet. If you think this
3313 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CXX=$ac_ct_CXX
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3326 case "(($ac_try" in
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3329 esac
3330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3332 ac_status=$?
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3369 main ()
3371 #ifndef __GNUC__
3372 choke me
3373 #endif
3376 return 0;
3378 _ACEOF
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3387 ac_status=$?
3388 grep -v '^ *+' conftest.er1 >conftest.err
3389 rm -f conftest.er1
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3396 ac_compiler_gnu=yes
3397 else
3398 echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3401 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3414 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 else
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3420 ac_cv_prog_cxx_g=no
3421 CXXFLAGS="-g"
3422 cat >conftest.$ac_ext <<_ACEOF
3423 /* confdefs.h. */
3424 _ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3439 case "(($ac_try" in
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3442 esac
3443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3445 ac_status=$?
3446 grep -v '^ *+' conftest.er1 >conftest.err
3447 rm -f conftest.er1
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3455 else
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3459 CXXFLAGS=""
3460 cat >conftest.$ac_ext <<_ACEOF
3461 /* confdefs.h. */
3462 _ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3468 main ()
3472 return 0;
3474 _ACEOF
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3483 ac_status=$?
3484 grep -v '^ *+' conftest.er1 >conftest.err
3485 rm -f conftest.er1
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3493 else
3494 echo "$as_me: failed program was:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3498 CXXFLAGS="-g"
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3516 case "(($ac_try" in
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3519 esac
3520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3522 ac_status=$?
3523 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3532 else
3533 echo "$as_me: failed program was:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3554 CXXFLAGS="-g -O2"
3555 else
3556 CXXFLAGS="-g"
3558 else
3559 if test "$GXX" = yes; then
3560 CXXFLAGS="-O2"
3561 else
3562 CXXFLAGS=
3565 ac_ext=c
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3578 else
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3603 else
3604 { echo "$as_me:$LINENO: result: no" >&5
3605 echo "${ECHO_T}no" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3648 if test "x$ac_ct_CPPBIN" = x; then
3649 CPPBIN="cpp"
3650 else
3651 case $cross_compiling:$ac_tool_warned in
3652 yes:)
3653 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3654 whose name does not start with the host triplet. If you think this
3655 configuration is useful to you, please write to autoconf@gnu.org." >&5
3656 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3657 whose name does not start with the host triplet. If you think this
3658 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 ac_tool_warned=yes ;;
3660 esac
3661 CPPBIN=$ac_ct_CPPBIN
3663 else
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3668 case $host in
3669 x86_64*)
3670 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3671 then
3672 CC="$CC -m32"
3673 CXX="$CXX -m32"
3674 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3675 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3677 cat >conftest.$ac_ext <<_ACEOF
3678 /* confdefs.h. */
3679 _ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h. */
3685 main ()
3689 return 0;
3691 _ACEOF
3692 rm -f conftest.$ac_objext conftest$ac_exeext
3693 if { (ac_try="$ac_link"
3694 case "(($ac_try" in
3695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696 *) ac_try_echo=$ac_try;;
3697 esac
3698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3699 (eval "$ac_link") 2>conftest.er1
3700 ac_status=$?
3701 grep -v '^ *+' conftest.er1 >conftest.err
3702 rm -f conftest.er1
3703 cat conftest.err >&5
3704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 (exit $ac_status); } && {
3706 test -z "$ac_c_werror_flag" ||
3707 test ! -s conftest.err
3708 } && test -s conftest$ac_exeext &&
3709 $as_test_x conftest$ac_exeext; then
3710 { echo "$as_me:$LINENO: result: yes" >&5
3711 echo "${ECHO_T}yes" >&6; }
3712 else
3713 echo "$as_me: failed program was:" >&5
3714 sed 's/^/| /' conftest.$ac_ext >&5
3716 { echo "$as_me:$LINENO: result: no" >&5
3717 echo "${ECHO_T}no" >&6; }
3718 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3719 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3720 { (exit 1); exit 1; }; }
3723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3724 conftest$ac_exeext conftest.$ac_ext
3725 LD="${LD:-ld} -m elf_i386"
3726 AS="${AS:-as} --32"
3727 host_cpu="i386"
3728 notice_platform="32-bit "
3729 TARGETFLAGS="-m32"
3731 enable_win16=${enable_win16:-yes}
3732 else
3733 TARGETFLAGS="-m64"
3737 *-mingw32*|*-cygwin*)
3738 enable_win16=${enable_win16:-no}
3740 i[3456789]86*)
3741 enable_win16=${enable_win16:-yes}
3743 esac
3745 enable_win16=${enable_win16:-no}
3747 WIN16_FILES="\$(WIN16_FILES)"
3749 WIN16_INSTALL="\$(WIN16_INSTALL)"
3751 if test "x$enable_win16" != "xyes"
3752 then
3753 WIN16_FILES=""
3754 WIN16_INSTALL=""
3755 enable_w32skrnl=${enable_w32skrnl:-no}
3756 enable_winedos=${enable_winedos:-no}
3757 enable_winevdm=${enable_winevdm:-no}
3760 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3761 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3762 if test "${wine_cv_toolsdir+set}" = set; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 else
3765 if test -z "$with_wine_tools"; then
3766 if test "$cross_compiling" = "yes"; then
3767 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3768 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3769 { (exit 1); exit 1; }; }
3770 else
3771 wine_cv_toolsdir="\$(TOPOBJDIR)"
3773 elif test -d "$with_wine_tools/tools/winebuild"; then
3774 case $with_wine_tools in
3775 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3776 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3777 esac
3778 else
3779 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3780 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3781 { (exit 1); exit 1; }; }
3784 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3785 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3786 TOOLSDIR=$wine_cv_toolsdir
3788 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3789 then
3790 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3794 for ac_prog in flex
3796 # Extract the first word of "$ac_prog", so it can be a program name with args.
3797 set dummy $ac_prog; ac_word=$2
3798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3800 if test "${ac_cv_prog_FLEX+set}" = set; then
3801 echo $ECHO_N "(cached) $ECHO_C" >&6
3802 else
3803 if test -n "$FLEX"; then
3804 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_FLEX="$ac_prog"
3814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 FLEX=$ac_cv_prog_FLEX
3824 if test -n "$FLEX"; then
3825 { echo "$as_me:$LINENO: result: $FLEX" >&5
3826 echo "${ECHO_T}$FLEX" >&6; }
3827 else
3828 { echo "$as_me:$LINENO: result: no" >&5
3829 echo "${ECHO_T}no" >&6; }
3833 test -n "$FLEX" && break
3834 done
3835 test -n "$FLEX" || FLEX="none"
3837 if test "$FLEX" = "none"
3838 then
3839 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3840 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3841 { (exit 1); exit 1; }; }
3844 for ac_prog in bison
3846 # Extract the first word of "$ac_prog", so it can be a program name with args.
3847 set dummy $ac_prog; ac_word=$2
3848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3850 if test "${ac_cv_prog_BISON+set}" = set; then
3851 echo $ECHO_N "(cached) $ECHO_C" >&6
3852 else
3853 if test -n "$BISON"; then
3854 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3855 else
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857 for as_dir in $PATH
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 ac_cv_prog_BISON="$ac_prog"
3864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3865 break 2
3867 done
3868 done
3869 IFS=$as_save_IFS
3873 BISON=$ac_cv_prog_BISON
3874 if test -n "$BISON"; then
3875 { echo "$as_me:$LINENO: result: $BISON" >&5
3876 echo "${ECHO_T}$BISON" >&6; }
3877 else
3878 { echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6; }
3883 test -n "$BISON" && break
3884 done
3885 test -n "$BISON" || BISON="none"
3887 if test "$BISON" = "none"
3888 then
3889 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3890 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3891 { (exit 1); exit 1; }; }
3894 if test -n "$ac_tool_prefix"; then
3895 for ac_prog in gas as
3897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3898 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3899 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3901 if test "${ac_cv_prog_AS+set}" = set; then
3902 echo $ECHO_N "(cached) $ECHO_C" >&6
3903 else
3904 if test -n "$AS"; then
3905 ac_cv_prog_AS="$AS" # Let the user override the test.
3906 else
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908 for as_dir in $PATH
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3914 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 break 2
3918 done
3919 done
3920 IFS=$as_save_IFS
3924 AS=$ac_cv_prog_AS
3925 if test -n "$AS"; then
3926 { echo "$as_me:$LINENO: result: $AS" >&5
3927 echo "${ECHO_T}$AS" >&6; }
3928 else
3929 { echo "$as_me:$LINENO: result: no" >&5
3930 echo "${ECHO_T}no" >&6; }
3934 test -n "$AS" && break
3935 done
3937 if test -z "$AS"; then
3938 ac_ct_AS=$AS
3939 for ac_prog in gas as
3941 # Extract the first word of "$ac_prog", so it can be a program name with args.
3942 set dummy $ac_prog; ac_word=$2
3943 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3945 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3946 echo $ECHO_N "(cached) $ECHO_C" >&6
3947 else
3948 if test -n "$ac_ct_AS"; then
3949 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3950 else
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3952 for as_dir in $PATH
3954 IFS=$as_save_IFS
3955 test -z "$as_dir" && as_dir=.
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3958 ac_cv_prog_ac_ct_AS="$ac_prog"
3959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3960 break 2
3962 done
3963 done
3964 IFS=$as_save_IFS
3968 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3969 if test -n "$ac_ct_AS"; then
3970 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3971 echo "${ECHO_T}$ac_ct_AS" >&6; }
3972 else
3973 { echo "$as_me:$LINENO: result: no" >&5
3974 echo "${ECHO_T}no" >&6; }
3978 test -n "$ac_ct_AS" && break
3979 done
3981 if test "x$ac_ct_AS" = x; then
3982 AS="as"
3983 else
3984 case $cross_compiling:$ac_tool_warned in
3985 yes:)
3986 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3987 whose name does not start with the host triplet. If you think this
3988 configuration is useful to you, please write to autoconf@gnu.org." >&5
3989 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3990 whose name does not start with the host triplet. If you think this
3991 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3992 ac_tool_warned=yes ;;
3993 esac
3994 AS=$ac_ct_AS
3998 if test -n "$ac_tool_prefix"; then
3999 for ac_prog in ld gld
4001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4005 if test "${ac_cv_prog_LD+set}" = set; then
4006 echo $ECHO_N "(cached) $ECHO_C" >&6
4007 else
4008 if test -n "$LD"; then
4009 ac_cv_prog_LD="$LD" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4014 IFS=$as_save_IFS
4015 test -z "$as_dir" && as_dir=.
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4020 break 2
4022 done
4023 done
4024 IFS=$as_save_IFS
4028 LD=$ac_cv_prog_LD
4029 if test -n "$LD"; then
4030 { echo "$as_me:$LINENO: result: $LD" >&5
4031 echo "${ECHO_T}$LD" >&6; }
4032 else
4033 { echo "$as_me:$LINENO: result: no" >&5
4034 echo "${ECHO_T}no" >&6; }
4038 test -n "$LD" && break
4039 done
4041 if test -z "$LD"; then
4042 ac_ct_LD=$LD
4043 for ac_prog in ld gld
4045 # Extract the first word of "$ac_prog", so it can be a program name with args.
4046 set dummy $ac_prog; ac_word=$2
4047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4049 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4050 echo $ECHO_N "(cached) $ECHO_C" >&6
4051 else
4052 if test -n "$ac_ct_LD"; then
4053 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4054 else
4055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4056 for as_dir in $PATH
4058 IFS=$as_save_IFS
4059 test -z "$as_dir" && as_dir=.
4060 for ac_exec_ext in '' $ac_executable_extensions; do
4061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4062 ac_cv_prog_ac_ct_LD="$ac_prog"
4063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4064 break 2
4066 done
4067 done
4068 IFS=$as_save_IFS
4072 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4073 if test -n "$ac_ct_LD"; then
4074 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4075 echo "${ECHO_T}$ac_ct_LD" >&6; }
4076 else
4077 { echo "$as_me:$LINENO: result: no" >&5
4078 echo "${ECHO_T}no" >&6; }
4082 test -n "$ac_ct_LD" && break
4083 done
4085 if test "x$ac_ct_LD" = x; then
4086 LD="ld"
4087 else
4088 case $cross_compiling:$ac_tool_warned in
4089 yes:)
4090 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4091 whose name does not start with the host triplet. If you think this
4092 configuration is useful to you, please write to autoconf@gnu.org." >&5
4093 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4094 whose name does not start with the host triplet. If you think this
4095 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4096 ac_tool_warned=yes ;;
4097 esac
4098 LD=$ac_ct_LD
4102 if test -n "$ac_tool_prefix"; then
4103 for ac_prog in nm gnm
4105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4107 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4109 if test "${ac_cv_prog_NM+set}" = set; then
4110 echo $ECHO_N "(cached) $ECHO_C" >&6
4111 else
4112 if test -n "$NM"; then
4113 ac_cv_prog_NM="$NM" # Let the user override the test.
4114 else
4115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116 for as_dir in $PATH
4118 IFS=$as_save_IFS
4119 test -z "$as_dir" && as_dir=.
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124 break 2
4126 done
4127 done
4128 IFS=$as_save_IFS
4132 NM=$ac_cv_prog_NM
4133 if test -n "$NM"; then
4134 { echo "$as_me:$LINENO: result: $NM" >&5
4135 echo "${ECHO_T}$NM" >&6; }
4136 else
4137 { echo "$as_me:$LINENO: result: no" >&5
4138 echo "${ECHO_T}no" >&6; }
4142 test -n "$NM" && break
4143 done
4145 if test -z "$NM"; then
4146 ac_ct_NM=$NM
4147 for ac_prog in nm gnm
4149 # Extract the first word of "$ac_prog", so it can be a program name with args.
4150 set dummy $ac_prog; ac_word=$2
4151 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4153 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4155 else
4156 if test -n "$ac_ct_NM"; then
4157 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4158 else
4159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4160 for as_dir in $PATH
4162 IFS=$as_save_IFS
4163 test -z "$as_dir" && as_dir=.
4164 for ac_exec_ext in '' $ac_executable_extensions; do
4165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4166 ac_cv_prog_ac_ct_NM="$ac_prog"
4167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 break 2
4170 done
4171 done
4172 IFS=$as_save_IFS
4176 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4177 if test -n "$ac_ct_NM"; then
4178 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4179 echo "${ECHO_T}$ac_ct_NM" >&6; }
4180 else
4181 { echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6; }
4186 test -n "$ac_ct_NM" && break
4187 done
4189 if test "x$ac_ct_NM" = x; then
4190 NM="nm"
4191 else
4192 case $cross_compiling:$ac_tool_warned in
4193 yes:)
4194 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4195 whose name does not start with the host triplet. If you think this
4196 configuration is useful to you, please write to autoconf@gnu.org." >&5
4197 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4198 whose name does not start with the host triplet. If you think this
4199 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4200 ac_tool_warned=yes ;;
4201 esac
4202 NM=$ac_ct_NM
4206 if test -n "$ac_tool_prefix"; then
4207 for ac_prog in ar gar
4209 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4210 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4211 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4213 if test "${ac_cv_prog_AR+set}" = set; then
4214 echo $ECHO_N "(cached) $ECHO_C" >&6
4215 else
4216 if test -n "$AR"; then
4217 ac_cv_prog_AR="$AR" # Let the user override the test.
4218 else
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220 for as_dir in $PATH
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4230 done
4231 done
4232 IFS=$as_save_IFS
4236 AR=$ac_cv_prog_AR
4237 if test -n "$AR"; then
4238 { echo "$as_me:$LINENO: result: $AR" >&5
4239 echo "${ECHO_T}$AR" >&6; }
4240 else
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4246 test -n "$AR" && break
4247 done
4249 if test -z "$AR"; then
4250 ac_ct_AR=$AR
4251 for ac_prog in ar gar
4253 # Extract the first word of "$ac_prog", so it can be a program name with args.
4254 set dummy $ac_prog; ac_word=$2
4255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4257 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4258 echo $ECHO_N "(cached) $ECHO_C" >&6
4259 else
4260 if test -n "$ac_ct_AR"; then
4261 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4262 else
4263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4264 for as_dir in $PATH
4266 IFS=$as_save_IFS
4267 test -z "$as_dir" && as_dir=.
4268 for ac_exec_ext in '' $ac_executable_extensions; do
4269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 ac_cv_prog_ac_ct_AR="$ac_prog"
4271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4272 break 2
4274 done
4275 done
4276 IFS=$as_save_IFS
4280 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4281 if test -n "$ac_ct_AR"; then
4282 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4283 echo "${ECHO_T}$ac_ct_AR" >&6; }
4284 else
4285 { echo "$as_me:$LINENO: result: no" >&5
4286 echo "${ECHO_T}no" >&6; }
4290 test -n "$ac_ct_AR" && break
4291 done
4293 if test "x$ac_ct_AR" = x; then
4294 AR="ar"
4295 else
4296 case $cross_compiling:$ac_tool_warned in
4297 yes:)
4298 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4299 whose name does not start with the host triplet. If you think this
4300 configuration is useful to you, please write to autoconf@gnu.org." >&5
4301 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4302 whose name does not start with the host triplet. If you think this
4303 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4304 ac_tool_warned=yes ;;
4305 esac
4306 AR=$ac_ct_AR
4310 ARFLAGS=rc
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4314 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4317 if test "${ac_cv_prog_RANLIB+set}" = set; then
4318 echo $ECHO_N "(cached) $ECHO_C" >&6
4319 else
4320 if test -n "$RANLIB"; then
4321 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4322 else
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324 for as_dir in $PATH
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 break 2
4334 done
4335 done
4336 IFS=$as_save_IFS
4340 RANLIB=$ac_cv_prog_RANLIB
4341 if test -n "$RANLIB"; then
4342 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4343 echo "${ECHO_T}$RANLIB" >&6; }
4344 else
4345 { echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6; }
4351 if test -z "$ac_cv_prog_RANLIB"; then
4352 ac_ct_RANLIB=$RANLIB
4353 # Extract the first word of "ranlib", so it can be a program name with args.
4354 set dummy ranlib; ac_word=$2
4355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4357 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4358 echo $ECHO_N "(cached) $ECHO_C" >&6
4359 else
4360 if test -n "$ac_ct_RANLIB"; then
4361 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4362 else
4363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364 for as_dir in $PATH
4366 IFS=$as_save_IFS
4367 test -z "$as_dir" && as_dir=.
4368 for ac_exec_ext in '' $ac_executable_extensions; do
4369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4370 ac_cv_prog_ac_ct_RANLIB="ranlib"
4371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4372 break 2
4374 done
4375 done
4376 IFS=$as_save_IFS
4380 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4381 if test -n "$ac_ct_RANLIB"; then
4382 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4383 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4384 else
4385 { echo "$as_me:$LINENO: result: no" >&5
4386 echo "${ECHO_T}no" >&6; }
4389 if test "x$ac_ct_RANLIB" = x; then
4390 RANLIB=":"
4391 else
4392 case $cross_compiling:$ac_tool_warned in
4393 yes:)
4394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4395 whose name does not start with the host triplet. If you think this
4396 configuration is useful to you, please write to autoconf@gnu.org." >&5
4397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4398 whose name does not start with the host triplet. If you think this
4399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4400 ac_tool_warned=yes ;;
4401 esac
4402 RANLIB=$ac_ct_RANLIB
4404 else
4405 RANLIB="$ac_cv_prog_RANLIB"
4408 if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4410 set dummy ${ac_tool_prefix}strip; ac_word=$2
4411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4413 if test "${ac_cv_prog_STRIP+set}" = set; then
4414 echo $ECHO_N "(cached) $ECHO_C" >&6
4415 else
4416 if test -n "$STRIP"; then
4417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4430 done
4431 done
4432 IFS=$as_save_IFS
4436 STRIP=$ac_cv_prog_STRIP
4437 if test -n "$STRIP"; then
4438 { echo "$as_me:$LINENO: result: $STRIP" >&5
4439 echo "${ECHO_T}$STRIP" >&6; }
4440 else
4441 { echo "$as_me:$LINENO: result: no" >&5
4442 echo "${ECHO_T}no" >&6; }
4447 if test -z "$ac_cv_prog_STRIP"; then
4448 ac_ct_STRIP=$STRIP
4449 # Extract the first word of "strip", so it can be a program name with args.
4450 set dummy strip; ac_word=$2
4451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4453 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4454 echo $ECHO_N "(cached) $ECHO_C" >&6
4455 else
4456 if test -n "$ac_ct_STRIP"; then
4457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4466 ac_cv_prog_ac_ct_STRIP="strip"
4467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4470 done
4471 done
4472 IFS=$as_save_IFS
4476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4477 if test -n "$ac_ct_STRIP"; then
4478 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4479 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4480 else
4481 { echo "$as_me:$LINENO: result: no" >&5
4482 echo "${ECHO_T}no" >&6; }
4485 if test "x$ac_ct_STRIP" = x; then
4486 STRIP="strip"
4487 else
4488 case $cross_compiling:$ac_tool_warned in
4489 yes:)
4490 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4491 whose name does not start with the host triplet. If you think this
4492 configuration is useful to you, please write to autoconf@gnu.org." >&5
4493 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4494 whose name does not start with the host triplet. If you think this
4495 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4496 ac_tool_warned=yes ;;
4497 esac
4498 STRIP=$ac_ct_STRIP
4500 else
4501 STRIP="$ac_cv_prog_STRIP"
4504 if test -n "$ac_tool_prefix"; then
4505 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4506 set dummy ${ac_tool_prefix}windres; ac_word=$2
4507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4509 if test "${ac_cv_prog_WINDRES+set}" = set; then
4510 echo $ECHO_N "(cached) $ECHO_C" >&6
4511 else
4512 if test -n "$WINDRES"; then
4513 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 WINDRES=$ac_cv_prog_WINDRES
4533 if test -n "$WINDRES"; then
4534 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4535 echo "${ECHO_T}$WINDRES" >&6; }
4536 else
4537 { echo "$as_me:$LINENO: result: no" >&5
4538 echo "${ECHO_T}no" >&6; }
4543 if test -z "$ac_cv_prog_WINDRES"; then
4544 ac_ct_WINDRES=$WINDRES
4545 # Extract the first word of "windres", so it can be a program name with args.
4546 set dummy windres; ac_word=$2
4547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4549 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4550 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 else
4552 if test -n "$ac_ct_WINDRES"; then
4553 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4554 else
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4556 for as_dir in $PATH
4558 IFS=$as_save_IFS
4559 test -z "$as_dir" && as_dir=.
4560 for ac_exec_ext in '' $ac_executable_extensions; do
4561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4562 ac_cv_prog_ac_ct_WINDRES="windres"
4563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 break 2
4566 done
4567 done
4568 IFS=$as_save_IFS
4572 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4573 if test -n "$ac_ct_WINDRES"; then
4574 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4575 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4576 else
4577 { echo "$as_me:$LINENO: result: no" >&5
4578 echo "${ECHO_T}no" >&6; }
4581 if test "x$ac_ct_WINDRES" = x; then
4582 WINDRES="false"
4583 else
4584 case $cross_compiling:$ac_tool_warned in
4585 yes:)
4586 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4587 whose name does not start with the host triplet. If you think this
4588 configuration is useful to you, please write to autoconf@gnu.org." >&5
4589 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4590 whose name does not start with the host triplet. If you think this
4591 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4592 ac_tool_warned=yes ;;
4593 esac
4594 WINDRES=$ac_ct_WINDRES
4596 else
4597 WINDRES="$ac_cv_prog_WINDRES"
4600 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4601 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4602 LN_S=$as_ln_s
4603 if test "$LN_S" = "ln -s"; then
4604 { echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6; }
4606 else
4607 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4608 echo "${ECHO_T}no, using $LN_S" >&6; }
4611 { echo "$as_me:$LINENO: checking whether ln works" >&5
4612 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4613 rm -f conf$$ conf$$.file
4614 echo >conf$$.file
4615 if ln conf$$.file conf$$ 2>/dev/null; then
4616 LN=ln
4618 { echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6; }
4620 else
4621 LN="cp -p"
4623 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4624 echo "${ECHO_T}no, using $LN" >&6; }
4626 rm -f conf$$ conf$$.file
4627 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4628 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4629 if test "${ac_cv_path_GREP+set}" = set; then
4630 echo $ECHO_N "(cached) $ECHO_C" >&6
4631 else
4632 # Extract the first word of "grep ggrep" to use in msg output
4633 if test -z "$GREP"; then
4634 set dummy grep ggrep; ac_prog_name=$2
4635 if test "${ac_cv_path_GREP+set}" = set; then
4636 echo $ECHO_N "(cached) $ECHO_C" >&6
4637 else
4638 ac_path_GREP_found=false
4639 # Loop through the user's path and test for each of PROGNAME-LIST
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_prog in grep ggrep; do
4646 for ac_exec_ext in '' $ac_executable_extensions; do
4647 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4648 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4649 # Check for GNU ac_path_GREP and select it if it is found.
4650 # Check for GNU $ac_path_GREP
4651 case `"$ac_path_GREP" --version 2>&1` in
4652 *GNU*)
4653 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4655 ac_count=0
4656 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4657 while :
4659 cat "conftest.in" "conftest.in" >"conftest.tmp"
4660 mv "conftest.tmp" "conftest.in"
4661 cp "conftest.in" "conftest.nl"
4662 echo 'GREP' >> "conftest.nl"
4663 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4665 ac_count=`expr $ac_count + 1`
4666 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4667 # Best one so far, save it but keep looking for a better one
4668 ac_cv_path_GREP="$ac_path_GREP"
4669 ac_path_GREP_max=$ac_count
4671 # 10*(2^10) chars as input seems more than enough
4672 test $ac_count -gt 10 && break
4673 done
4674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4675 esac
4678 $ac_path_GREP_found && break 3
4679 done
4680 done
4682 done
4683 IFS=$as_save_IFS
4688 GREP="$ac_cv_path_GREP"
4689 if test -z "$GREP"; then
4690 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4691 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4692 { (exit 1); exit 1; }; }
4695 else
4696 ac_cv_path_GREP=$GREP
4701 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4702 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4703 GREP="$ac_cv_path_GREP"
4706 { echo "$as_me:$LINENO: checking for egrep" >&5
4707 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4708 if test "${ac_cv_path_EGREP+set}" = set; then
4709 echo $ECHO_N "(cached) $ECHO_C" >&6
4710 else
4711 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4712 then ac_cv_path_EGREP="$GREP -E"
4713 else
4714 # Extract the first word of "egrep" to use in msg output
4715 if test -z "$EGREP"; then
4716 set dummy egrep; ac_prog_name=$2
4717 if test "${ac_cv_path_EGREP+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 ac_path_EGREP_found=false
4721 # Loop through the user's path and test for each of PROGNAME-LIST
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_prog in egrep; do
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4730 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4731 # Check for GNU ac_path_EGREP and select it if it is found.
4732 # Check for GNU $ac_path_EGREP
4733 case `"$ac_path_EGREP" --version 2>&1` in
4734 *GNU*)
4735 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4737 ac_count=0
4738 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4739 while :
4741 cat "conftest.in" "conftest.in" >"conftest.tmp"
4742 mv "conftest.tmp" "conftest.in"
4743 cp "conftest.in" "conftest.nl"
4744 echo 'EGREP' >> "conftest.nl"
4745 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4747 ac_count=`expr $ac_count + 1`
4748 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4749 # Best one so far, save it but keep looking for a better one
4750 ac_cv_path_EGREP="$ac_path_EGREP"
4751 ac_path_EGREP_max=$ac_count
4753 # 10*(2^10) chars as input seems more than enough
4754 test $ac_count -gt 10 && break
4755 done
4756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4757 esac
4760 $ac_path_EGREP_found && break 3
4761 done
4762 done
4764 done
4765 IFS=$as_save_IFS
4770 EGREP="$ac_cv_path_EGREP"
4771 if test -z "$EGREP"; then
4772 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4773 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4774 { (exit 1); exit 1; }; }
4777 else
4778 ac_cv_path_EGREP=$EGREP
4784 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4785 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4786 EGREP="$ac_cv_path_EGREP"
4789 # Extract the first word of "ldconfig", so it can be a program name with args.
4790 set dummy ldconfig; ac_word=$2
4791 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4793 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4794 echo $ECHO_N "(cached) $ECHO_C" >&6
4795 else
4796 case $LDCONFIG in
4797 [\\/]* | ?:[\\/]*)
4798 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in /sbin /usr/sbin $PATH
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4812 done
4813 done
4814 IFS=$as_save_IFS
4816 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4818 esac
4820 LDCONFIG=$ac_cv_path_LDCONFIG
4821 if test -n "$LDCONFIG"; then
4822 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4823 echo "${ECHO_T}$LDCONFIG" >&6; }
4824 else
4825 { echo "$as_me:$LINENO: result: no" >&5
4826 echo "${ECHO_T}no" >&6; }
4830 # Find a good install program. We prefer a C program (faster),
4831 # so one script is as good as another. But avoid the broken or
4832 # incompatible versions:
4833 # SysV /etc/install, /usr/sbin/install
4834 # SunOS /usr/etc/install
4835 # IRIX /sbin/install
4836 # AIX /bin/install
4837 # AmigaOS /C/install, which installs bootblocks on floppy discs
4838 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4839 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4840 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4841 # OS/2's system install, which has a completely different semantic
4842 # ./install, which can be erroneously created by make from ./install.sh.
4843 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4844 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4845 if test -z "$INSTALL"; then
4846 if test "${ac_cv_path_install+set}" = set; then
4847 echo $ECHO_N "(cached) $ECHO_C" >&6
4848 else
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850 for as_dir in $PATH
4852 IFS=$as_save_IFS
4853 test -z "$as_dir" && as_dir=.
4854 # Account for people who put trailing slashes in PATH elements.
4855 case $as_dir/ in
4856 ./ | .// | /cC/* | \
4857 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4858 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4859 /usr/ucb/* ) ;;
4861 # OSF1 and SCO ODT 3.0 have their own names for install.
4862 # Don't use installbsd from OSF since it installs stuff as root
4863 # by default.
4864 for ac_prog in ginstall scoinst install; do
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4867 if test $ac_prog = install &&
4868 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4869 # AIX install. It has an incompatible calling convention.
4871 elif test $ac_prog = install &&
4872 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4873 # program-specific install script used by HP pwplus--don't use.
4875 else
4876 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4877 break 3
4880 done
4881 done
4883 esac
4884 done
4885 IFS=$as_save_IFS
4889 if test "${ac_cv_path_install+set}" = set; then
4890 INSTALL=$ac_cv_path_install
4891 else
4892 # As a last resort, use the slow shell script. Don't cache a
4893 # value for INSTALL within a source directory, because that will
4894 # break other packages using the cache if that directory is
4895 # removed, or if the value is a relative name.
4896 INSTALL=$ac_install_sh
4899 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4900 echo "${ECHO_T}$INSTALL" >&6; }
4902 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4903 # It thinks the first close brace ends the variable substitution.
4904 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4906 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4908 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4910 case "$INSTALL" in
4911 [\\/$]* | ?:[\\/]* ) ;;
4912 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4913 esac
4915 for ac_prog in lclint lint
4917 # Extract the first word of "$ac_prog", so it can be a program name with args.
4918 set dummy $ac_prog; ac_word=$2
4919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4921 if test "${ac_cv_prog_LINT+set}" = set; then
4922 echo $ECHO_N "(cached) $ECHO_C" >&6
4923 else
4924 if test -n "$LINT"; then
4925 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4926 else
4927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928 for as_dir in $PATH
4930 IFS=$as_save_IFS
4931 test -z "$as_dir" && as_dir=.
4932 for ac_exec_ext in '' $ac_executable_extensions; do
4933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934 ac_cv_prog_LINT="$ac_prog"
4935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4936 break 2
4938 done
4939 done
4940 IFS=$as_save_IFS
4944 LINT=$ac_cv_prog_LINT
4945 if test -n "$LINT"; then
4946 { echo "$as_me:$LINENO: result: $LINT" >&5
4947 echo "${ECHO_T}$LINT" >&6; }
4948 else
4949 { echo "$as_me:$LINENO: result: no" >&5
4950 echo "${ECHO_T}no" >&6; }
4954 test -n "$LINT" && break
4955 done
4957 if test "$LINT" = "lint"
4958 then
4959 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4964 for ac_prog in fontforge
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4970 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6
4972 else
4973 if test -n "$FONTFORGE"; then
4974 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4975 else
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977 for as_dir in $PATH
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4983 ac_cv_prog_FONTFORGE="$ac_prog"
4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985 break 2
4987 done
4988 done
4989 IFS=$as_save_IFS
4993 FONTFORGE=$ac_cv_prog_FONTFORGE
4994 if test -n "$FONTFORGE"; then
4995 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4996 echo "${ECHO_T}$FONTFORGE" >&6; }
4997 else
4998 { echo "$as_me:$LINENO: result: no" >&5
4999 echo "${ECHO_T}no" >&6; }
5003 test -n "$FONTFORGE" && break
5004 done
5005 test -n "$FONTFORGE" || FONTFORGE="false"
5007 for ac_prog in pkg-config
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5013 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016 if test -n "$PKG_CONFIG"; then
5017 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_PKG_CONFIG="$ac_prog"
5027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5030 done
5031 done
5032 IFS=$as_save_IFS
5036 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5037 if test -n "$PKG_CONFIG"; then
5038 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5039 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5040 else
5041 { echo "$as_me:$LINENO: result: no" >&5
5042 echo "${ECHO_T}no" >&6; }
5046 test -n "$PKG_CONFIG" && break
5047 done
5048 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5050 for ac_prog in rsvg
5052 # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5056 if test "${ac_cv_prog_RSVG+set}" = set; then
5057 echo $ECHO_N "(cached) $ECHO_C" >&6
5058 else
5059 if test -n "$RSVG"; then
5060 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5061 else
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5065 IFS=$as_save_IFS
5066 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069 ac_cv_prog_RSVG="$ac_prog"
5070 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5071 break 2
5073 done
5074 done
5075 IFS=$as_save_IFS
5079 RSVG=$ac_cv_prog_RSVG
5080 if test -n "$RSVG"; then
5081 { echo "$as_me:$LINENO: result: $RSVG" >&5
5082 echo "${ECHO_T}$RSVG" >&6; }
5083 else
5084 { echo "$as_me:$LINENO: result: no" >&5
5085 echo "${ECHO_T}no" >&6; }
5089 test -n "$RSVG" && break
5090 done
5091 test -n "$RSVG" || RSVG="false"
5093 for ac_prog in icotool
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5099 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5100 echo $ECHO_N "(cached) $ECHO_C" >&6
5101 else
5102 if test -n "$ICOTOOL"; then
5103 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5112 ac_cv_prog_ICOTOOL="$ac_prog"
5113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5116 done
5117 done
5118 IFS=$as_save_IFS
5122 ICOTOOL=$ac_cv_prog_ICOTOOL
5123 if test -n "$ICOTOOL"; then
5124 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5125 echo "${ECHO_T}$ICOTOOL" >&6; }
5126 else
5127 { echo "$as_me:$LINENO: result: no" >&5
5128 echo "${ECHO_T}no" >&6; }
5132 test -n "$ICOTOOL" && break
5133 done
5134 test -n "$ICOTOOL" || ICOTOOL="false"
5137 if test "${enable_maintainer_mode+set}" = set
5138 then
5139 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5140 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5141 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5144 case $host_cpu in
5145 *i[3456789]86*)
5146 # Extract the first word of "prelink", so it can be a program name with args.
5147 set dummy prelink; ac_word=$2
5148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5150 if test "${ac_cv_path_PRELINK+set}" = set; then
5151 echo $ECHO_N "(cached) $ECHO_C" >&6
5152 else
5153 case $PRELINK in
5154 [\\/]* | ?:[\\/]*)
5155 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159 for as_dir in /sbin /usr/sbin $PATH
5161 IFS=$as_save_IFS
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5167 break 2
5169 done
5170 done
5171 IFS=$as_save_IFS
5173 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5175 esac
5177 PRELINK=$ac_cv_path_PRELINK
5178 if test -n "$PRELINK"; then
5179 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5180 echo "${ECHO_T}$PRELINK" >&6; }
5181 else
5182 { echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6; }
5188 esac
5192 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5193 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-li386 $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char i386_set_ldt ();
5214 main ()
5216 return i386_set_ldt ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_i386_i386_set_ldt=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_i386_i386_set_ldt=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5252 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5253 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5254 cat >>confdefs.h <<_ACEOF
5255 #define HAVE_LIBI386 1
5256 _ACEOF
5258 LIBS="-li386 $LIBS"
5263 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5264 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5265 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5266 echo $ECHO_N "(cached) $ECHO_C" >&6
5267 else
5268 ac_check_lib_save_LIBS=$LIBS
5269 LIBS="-lossaudio $LIBS"
5270 cat >conftest.$ac_ext <<_ACEOF
5271 /* confdefs.h. */
5272 _ACEOF
5273 cat confdefs.h >>conftest.$ac_ext
5274 cat >>conftest.$ac_ext <<_ACEOF
5275 /* end confdefs.h. */
5277 /* Override any GCC internal prototype to avoid an error.
5278 Use char because int might match the return type of a GCC
5279 builtin and then its argument prototype would still apply. */
5280 #ifdef __cplusplus
5281 extern "C"
5282 #endif
5283 char _oss_ioctl ();
5285 main ()
5287 return _oss_ioctl ();
5289 return 0;
5291 _ACEOF
5292 rm -f conftest.$ac_objext conftest$ac_exeext
5293 if { (ac_try="$ac_link"
5294 case "(($ac_try" in
5295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5296 *) ac_try_echo=$ac_try;;
5297 esac
5298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5299 (eval "$ac_link") 2>conftest.er1
5300 ac_status=$?
5301 grep -v '^ *+' conftest.er1 >conftest.err
5302 rm -f conftest.er1
5303 cat conftest.err >&5
5304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); } && {
5306 test -z "$ac_c_werror_flag" ||
5307 test ! -s conftest.err
5308 } && test -s conftest$ac_exeext &&
5309 $as_test_x conftest$ac_exeext; then
5310 ac_cv_lib_ossaudio__oss_ioctl=yes
5311 else
5312 echo "$as_me: failed program was:" >&5
5313 sed 's/^/| /' conftest.$ac_ext >&5
5315 ac_cv_lib_ossaudio__oss_ioctl=no
5318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5319 conftest$ac_exeext conftest.$ac_ext
5320 LIBS=$ac_check_lib_save_LIBS
5322 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5323 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5324 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5325 cat >>confdefs.h <<_ACEOF
5326 #define HAVE_LIBOSSAUDIO 1
5327 _ACEOF
5329 LIBS="-lossaudio $LIBS"
5334 XLIB=""
5336 OPENGL_LIBS=""
5340 ac_ext=c
5341 ac_cpp='$CPP $CPPFLAGS'
5342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5345 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5346 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5347 # On Suns, sometimes $CPP names a directory.
5348 if test -n "$CPP" && test -d "$CPP"; then
5349 CPP=
5351 if test -z "$CPP"; then
5352 if test "${ac_cv_prog_CPP+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355 # Double quotes because CPP needs to be expanded
5356 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5358 ac_preproc_ok=false
5359 for ac_c_preproc_warn_flag in '' yes
5361 # Use a header file that comes with gcc, so configuring glibc
5362 # with a fresh cross-compiler works.
5363 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5364 # <limits.h> exists even on freestanding compilers.
5365 # On the NeXT, cc -E runs the code through the compiler's parser,
5366 # not just through cpp. "Syntax error" is here to catch this case.
5367 cat >conftest.$ac_ext <<_ACEOF
5368 /* confdefs.h. */
5369 _ACEOF
5370 cat confdefs.h >>conftest.$ac_ext
5371 cat >>conftest.$ac_ext <<_ACEOF
5372 /* end confdefs.h. */
5373 #ifdef __STDC__
5374 # include <limits.h>
5375 #else
5376 # include <assert.h>
5377 #endif
5378 Syntax error
5379 _ACEOF
5380 if { (ac_try="$ac_cpp conftest.$ac_ext"
5381 case "(($ac_try" in
5382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5383 *) ac_try_echo=$ac_try;;
5384 esac
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5386 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5387 ac_status=$?
5388 grep -v '^ *+' conftest.er1 >conftest.err
5389 rm -f conftest.er1
5390 cat conftest.err >&5
5391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5392 (exit $ac_status); } >/dev/null && {
5393 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5394 test ! -s conftest.err
5395 }; then
5397 else
5398 echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 # Broken: fails on valid input.
5402 continue
5405 rm -f conftest.err conftest.$ac_ext
5407 # OK, works on sane cases. Now check whether nonexistent headers
5408 # can be detected and how.
5409 cat >conftest.$ac_ext <<_ACEOF
5410 /* confdefs.h. */
5411 _ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h. */
5415 #include <ac_nonexistent.h>
5416 _ACEOF
5417 if { (ac_try="$ac_cpp conftest.$ac_ext"
5418 case "(($ac_try" in
5419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5420 *) ac_try_echo=$ac_try;;
5421 esac
5422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5424 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err
5426 rm -f conftest.er1
5427 cat conftest.err >&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } >/dev/null && {
5430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5431 test ! -s conftest.err
5432 }; then
5433 # Broken: success on invalid input.
5434 continue
5435 else
5436 echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.$ac_ext >&5
5439 # Passes both tests.
5440 ac_preproc_ok=:
5441 break
5444 rm -f conftest.err conftest.$ac_ext
5446 done
5447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5448 rm -f conftest.err conftest.$ac_ext
5449 if $ac_preproc_ok; then
5450 break
5453 done
5454 ac_cv_prog_CPP=$CPP
5457 CPP=$ac_cv_prog_CPP
5458 else
5459 ac_cv_prog_CPP=$CPP
5461 { echo "$as_me:$LINENO: result: $CPP" >&5
5462 echo "${ECHO_T}$CPP" >&6; }
5463 ac_preproc_ok=false
5464 for ac_c_preproc_warn_flag in '' yes
5466 # Use a header file that comes with gcc, so configuring glibc
5467 # with a fresh cross-compiler works.
5468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5469 # <limits.h> exists even on freestanding compilers.
5470 # On the NeXT, cc -E runs the code through the compiler's parser,
5471 # not just through cpp. "Syntax error" is here to catch this case.
5472 cat >conftest.$ac_ext <<_ACEOF
5473 /* confdefs.h. */
5474 _ACEOF
5475 cat confdefs.h >>conftest.$ac_ext
5476 cat >>conftest.$ac_ext <<_ACEOF
5477 /* end confdefs.h. */
5478 #ifdef __STDC__
5479 # include <limits.h>
5480 #else
5481 # include <assert.h>
5482 #endif
5483 Syntax error
5484 _ACEOF
5485 if { (ac_try="$ac_cpp conftest.$ac_ext"
5486 case "(($ac_try" in
5487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5488 *) ac_try_echo=$ac_try;;
5489 esac
5490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5492 ac_status=$?
5493 grep -v '^ *+' conftest.er1 >conftest.err
5494 rm -f conftest.er1
5495 cat conftest.err >&5
5496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5497 (exit $ac_status); } >/dev/null && {
5498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5499 test ! -s conftest.err
5500 }; then
5502 else
5503 echo "$as_me: failed program was:" >&5
5504 sed 's/^/| /' conftest.$ac_ext >&5
5506 # Broken: fails on valid input.
5507 continue
5510 rm -f conftest.err conftest.$ac_ext
5512 # OK, works on sane cases. Now check whether nonexistent headers
5513 # can be detected and how.
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 #include <ac_nonexistent.h>
5521 _ACEOF
5522 if { (ac_try="$ac_cpp conftest.$ac_ext"
5523 case "(($ac_try" in
5524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5525 *) ac_try_echo=$ac_try;;
5526 esac
5527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5529 ac_status=$?
5530 grep -v '^ *+' conftest.er1 >conftest.err
5531 rm -f conftest.er1
5532 cat conftest.err >&5
5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534 (exit $ac_status); } >/dev/null && {
5535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5536 test ! -s conftest.err
5537 }; then
5538 # Broken: success on invalid input.
5539 continue
5540 else
5541 echo "$as_me: failed program was:" >&5
5542 sed 's/^/| /' conftest.$ac_ext >&5
5544 # Passes both tests.
5545 ac_preproc_ok=:
5546 break
5549 rm -f conftest.err conftest.$ac_ext
5551 done
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.err conftest.$ac_ext
5554 if $ac_preproc_ok; then
5556 else
5557 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5558 See \`config.log' for more details." >&5
5559 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5560 See \`config.log' for more details." >&2;}
5561 { (exit 1); exit 1; }; }
5564 ac_ext=c
5565 ac_cpp='$CPP $CPPFLAGS'
5566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5571 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5572 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5573 if test "${ac_cv_header_stdc+set}" = set; then
5574 echo $ECHO_N "(cached) $ECHO_C" >&6
5575 else
5576 cat >conftest.$ac_ext <<_ACEOF
5577 /* confdefs.h. */
5578 _ACEOF
5579 cat confdefs.h >>conftest.$ac_ext
5580 cat >>conftest.$ac_ext <<_ACEOF
5581 /* end confdefs.h. */
5582 #include <stdlib.h>
5583 #include <stdarg.h>
5584 #include <string.h>
5585 #include <float.h>
5588 main ()
5592 return 0;
5594 _ACEOF
5595 rm -f conftest.$ac_objext
5596 if { (ac_try="$ac_compile"
5597 case "(($ac_try" in
5598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5599 *) ac_try_echo=$ac_try;;
5600 esac
5601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_compile") 2>conftest.er1
5603 ac_status=$?
5604 grep -v '^ *+' conftest.er1 >conftest.err
5605 rm -f conftest.er1
5606 cat conftest.err >&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); } && {
5609 test -z "$ac_c_werror_flag" ||
5610 test ! -s conftest.err
5611 } && test -s conftest.$ac_objext; then
5612 ac_cv_header_stdc=yes
5613 else
5614 echo "$as_me: failed program was:" >&5
5615 sed 's/^/| /' conftest.$ac_ext >&5
5617 ac_cv_header_stdc=no
5620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5622 if test $ac_cv_header_stdc = yes; then
5623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5624 cat >conftest.$ac_ext <<_ACEOF
5625 /* confdefs.h. */
5626 _ACEOF
5627 cat confdefs.h >>conftest.$ac_ext
5628 cat >>conftest.$ac_ext <<_ACEOF
5629 /* end confdefs.h. */
5630 #include <string.h>
5632 _ACEOF
5633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5634 $EGREP "memchr" >/dev/null 2>&1; then
5636 else
5637 ac_cv_header_stdc=no
5639 rm -f conftest*
5643 if test $ac_cv_header_stdc = yes; then
5644 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5645 cat >conftest.$ac_ext <<_ACEOF
5646 /* confdefs.h. */
5647 _ACEOF
5648 cat confdefs.h >>conftest.$ac_ext
5649 cat >>conftest.$ac_ext <<_ACEOF
5650 /* end confdefs.h. */
5651 #include <stdlib.h>
5653 _ACEOF
5654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5655 $EGREP "free" >/dev/null 2>&1; then
5657 else
5658 ac_cv_header_stdc=no
5660 rm -f conftest*
5664 if test $ac_cv_header_stdc = yes; then
5665 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5666 if test "$cross_compiling" = yes; then
5668 else
5669 cat >conftest.$ac_ext <<_ACEOF
5670 /* confdefs.h. */
5671 _ACEOF
5672 cat confdefs.h >>conftest.$ac_ext
5673 cat >>conftest.$ac_ext <<_ACEOF
5674 /* end confdefs.h. */
5675 #include <ctype.h>
5676 #include <stdlib.h>
5677 #if ((' ' & 0x0FF) == 0x020)
5678 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5679 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5680 #else
5681 # define ISLOWER(c) \
5682 (('a' <= (c) && (c) <= 'i') \
5683 || ('j' <= (c) && (c) <= 'r') \
5684 || ('s' <= (c) && (c) <= 'z'))
5685 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5686 #endif
5688 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5690 main ()
5692 int i;
5693 for (i = 0; i < 256; i++)
5694 if (XOR (islower (i), ISLOWER (i))
5695 || toupper (i) != TOUPPER (i))
5696 return 2;
5697 return 0;
5699 _ACEOF
5700 rm -f conftest$ac_exeext
5701 if { (ac_try="$ac_link"
5702 case "(($ac_try" in
5703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5704 *) ac_try_echo=$ac_try;;
5705 esac
5706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5707 (eval "$ac_link") 2>&5
5708 ac_status=$?
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5711 { (case "(($ac_try" in
5712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5713 *) ac_try_echo=$ac_try;;
5714 esac
5715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5716 (eval "$ac_try") 2>&5
5717 ac_status=$?
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); }; }; then
5721 else
5722 echo "$as_me: program exited with status $ac_status" >&5
5723 echo "$as_me: failed program was:" >&5
5724 sed 's/^/| /' conftest.$ac_ext >&5
5726 ( exit $ac_status )
5727 ac_cv_header_stdc=no
5729 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5735 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5736 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5737 if test $ac_cv_header_stdc = yes; then
5739 cat >>confdefs.h <<\_ACEOF
5740 #define STDC_HEADERS 1
5741 _ACEOF
5745 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5755 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5756 inttypes.h stdint.h unistd.h
5758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5763 else
5764 cat >conftest.$ac_ext <<_ACEOF
5765 /* confdefs.h. */
5766 _ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 $ac_includes_default
5772 #include <$ac_header>
5773 _ACEOF
5774 rm -f conftest.$ac_objext
5775 if { (ac_try="$ac_compile"
5776 case "(($ac_try" in
5777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5778 *) ac_try_echo=$ac_try;;
5779 esac
5780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5781 (eval "$ac_compile") 2>conftest.er1
5782 ac_status=$?
5783 grep -v '^ *+' conftest.er1 >conftest.err
5784 rm -f conftest.er1
5785 cat conftest.err >&5
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && {
5788 test -z "$ac_c_werror_flag" ||
5789 test ! -s conftest.err
5790 } && test -s conftest.$ac_objext; then
5791 eval "$as_ac_Header=yes"
5792 else
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.$ac_ext >&5
5796 eval "$as_ac_Header=no"
5799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5801 ac_res=`eval echo '${'$as_ac_Header'}'`
5802 { echo "$as_me:$LINENO: result: $ac_res" >&5
5803 echo "${ECHO_T}$ac_res" >&6; }
5804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5805 cat >>confdefs.h <<_ACEOF
5806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5807 _ACEOF
5811 done
5935 for ac_header in \
5936 AudioUnit/AudioUnit.h \
5937 Carbon/Carbon.h \
5938 CoreAudio/CoreAudio.h \
5939 DiskArbitration/DiskArbitration.h \
5940 IOKit/IOKitLib.h \
5941 IOKit/hid/IOHIDLib.h \
5942 alias.h \
5943 alsa/asoundlib.h \
5944 arpa/inet.h \
5945 arpa/nameser.h \
5946 asm/types.h \
5947 capi20.h \
5948 curses.h \
5949 direct.h \
5950 dirent.h \
5951 dlfcn.h \
5952 elf.h \
5953 float.h \
5954 fontconfig/fontconfig.h \
5955 getopt.h \
5956 grp.h \
5957 ieeefp.h \
5958 inet/mib2.h \
5959 io.h \
5960 jack/jack.h \
5961 jpeglib.h \
5962 kstat.h \
5963 lber.h \
5964 lcms.h \
5965 lcms/lcms.h \
5966 ldap.h \
5967 libaudioio.h \
5968 link.h \
5969 linux/cdrom.h \
5970 linux/compiler.h \
5971 linux/hdreg.h \
5972 linux/input.h \
5973 linux/ioctl.h \
5974 linux/joystick.h \
5975 linux/major.h \
5976 linux/param.h \
5977 linux/serial.h \
5978 linux/types.h \
5979 linux/ucdrom.h \
5980 mach-o/dyld_images.h \
5981 mach-o/nlist.h \
5982 mach/mach.h \
5983 mach/machine.h \
5984 machine/cpu.h \
5985 machine/limits.h \
5986 machine/soundcard.h \
5987 mntent.h \
5988 ncurses.h \
5989 netdb.h \
5990 netinet/in.h \
5991 netinet/in_systm.h \
5992 netinet/tcp.h \
5993 netinet/tcp_fsm.h \
5994 openssl/err.h \
5995 openssl/ssl.h \
5996 png.h \
5997 poll.h \
5998 process.h \
5999 pthread.h \
6000 pwd.h \
6001 regex.h \
6002 sched.h \
6003 scsi/scsi.h \
6004 scsi/scsi_ioctl.h \
6005 scsi/sg.h \
6006 soundcard.h \
6007 stdint.h \
6008 strings.h \
6009 stropts.h \
6010 sys/asoundlib.h \
6011 sys/cdio.h \
6012 sys/elf32.h \
6013 sys/epoll.h \
6014 sys/errno.h \
6015 sys/event.h \
6016 sys/exec_elf.h \
6017 sys/filio.h \
6018 sys/ioctl.h \
6019 sys/ipc.h \
6020 sys/limits.h \
6021 sys/link.h \
6022 sys/mman.h \
6023 sys/modem.h \
6024 sys/msg.h \
6025 sys/mtio.h \
6026 sys/param.h \
6027 sys/poll.h \
6028 sys/prctl.h \
6029 sys/protosw.h \
6030 sys/ptrace.h \
6031 sys/resource.h \
6032 sys/scsiio.h \
6033 sys/shm.h \
6034 sys/signal.h \
6035 sys/socket.h \
6036 sys/socketvar.h \
6037 sys/sockio.h \
6038 sys/soundcard.h \
6039 sys/statvfs.h \
6040 sys/strtio.h \
6041 sys/syscall.h \
6042 sys/tihdr.h \
6043 sys/time.h \
6044 sys/timeout.h \
6045 sys/times.h \
6046 sys/uio.h \
6047 sys/un.h \
6048 sys/utsname.h \
6049 sys/vm86.h \
6050 sys/wait.h \
6051 syscall.h \
6052 termios.h \
6053 unistd.h \
6054 utime.h \
6055 valgrind/memcheck.h \
6056 valgrind/valgrind.h
6059 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6064 echo $ECHO_N "(cached) $ECHO_C" >&6
6066 ac_res=`eval echo '${'$as_ac_Header'}'`
6067 { echo "$as_me:$LINENO: result: $ac_res" >&5
6068 echo "${ECHO_T}$ac_res" >&6; }
6069 else
6070 # Is the header compilable?
6071 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6072 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6073 cat >conftest.$ac_ext <<_ACEOF
6074 /* confdefs.h. */
6075 _ACEOF
6076 cat confdefs.h >>conftest.$ac_ext
6077 cat >>conftest.$ac_ext <<_ACEOF
6078 /* end confdefs.h. */
6079 $ac_includes_default
6080 #include <$ac_header>
6081 _ACEOF
6082 rm -f conftest.$ac_objext
6083 if { (ac_try="$ac_compile"
6084 case "(($ac_try" in
6085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6086 *) ac_try_echo=$ac_try;;
6087 esac
6088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6089 (eval "$ac_compile") 2>conftest.er1
6090 ac_status=$?
6091 grep -v '^ *+' conftest.er1 >conftest.err
6092 rm -f conftest.er1
6093 cat conftest.err >&5
6094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6095 (exit $ac_status); } && {
6096 test -z "$ac_c_werror_flag" ||
6097 test ! -s conftest.err
6098 } && test -s conftest.$ac_objext; then
6099 ac_header_compiler=yes
6100 else
6101 echo "$as_me: failed program was:" >&5
6102 sed 's/^/| /' conftest.$ac_ext >&5
6104 ac_header_compiler=no
6107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6109 echo "${ECHO_T}$ac_header_compiler" >&6; }
6111 # Is the header present?
6112 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6113 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6114 cat >conftest.$ac_ext <<_ACEOF
6115 /* confdefs.h. */
6116 _ACEOF
6117 cat confdefs.h >>conftest.$ac_ext
6118 cat >>conftest.$ac_ext <<_ACEOF
6119 /* end confdefs.h. */
6120 #include <$ac_header>
6121 _ACEOF
6122 if { (ac_try="$ac_cpp conftest.$ac_ext"
6123 case "(($ac_try" in
6124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6125 *) ac_try_echo=$ac_try;;
6126 esac
6127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6128 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6129 ac_status=$?
6130 grep -v '^ *+' conftest.er1 >conftest.err
6131 rm -f conftest.er1
6132 cat conftest.err >&5
6133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6134 (exit $ac_status); } >/dev/null && {
6135 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6136 test ! -s conftest.err
6137 }; then
6138 ac_header_preproc=yes
6139 else
6140 echo "$as_me: failed program was:" >&5
6141 sed 's/^/| /' conftest.$ac_ext >&5
6143 ac_header_preproc=no
6146 rm -f conftest.err conftest.$ac_ext
6147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6148 echo "${ECHO_T}$ac_header_preproc" >&6; }
6150 # So? What about this header?
6151 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6152 yes:no: )
6153 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6154 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6155 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6156 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6157 ac_header_preproc=yes
6159 no:yes:* )
6160 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6161 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6162 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6163 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6164 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6165 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6166 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6167 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6168 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6169 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6170 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6171 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6172 ( cat <<\_ASBOX
6173 ## ------------------------------------ ##
6174 ## Report this to wine-devel@winehq.org ##
6175 ## ------------------------------------ ##
6176 _ASBOX
6177 ) | sed "s/^/$as_me: WARNING: /" >&2
6179 esac
6180 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6181 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6182 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6183 echo $ECHO_N "(cached) $ECHO_C" >&6
6184 else
6185 eval "$as_ac_Header=\$ac_header_preproc"
6187 ac_res=`eval echo '${'$as_ac_Header'}'`
6188 { echo "$as_me:$LINENO: result: $ac_res" >&5
6189 echo "${ECHO_T}$ac_res" >&6; }
6192 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6193 cat >>confdefs.h <<_ACEOF
6194 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6195 _ACEOF
6199 done
6201 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6202 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6203 if test "${ac_cv_header_stat_broken+set}" = set; then
6204 echo $ECHO_N "(cached) $ECHO_C" >&6
6205 else
6206 cat >conftest.$ac_ext <<_ACEOF
6207 /* confdefs.h. */
6208 _ACEOF
6209 cat confdefs.h >>conftest.$ac_ext
6210 cat >>conftest.$ac_ext <<_ACEOF
6211 /* end confdefs.h. */
6212 #include <sys/types.h>
6213 #include <sys/stat.h>
6215 #if defined S_ISBLK && defined S_IFDIR
6216 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6217 #endif
6219 #if defined S_ISBLK && defined S_IFCHR
6220 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6221 #endif
6223 #if defined S_ISLNK && defined S_IFREG
6224 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6225 #endif
6227 #if defined S_ISSOCK && defined S_IFREG
6228 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6229 #endif
6231 _ACEOF
6232 rm -f conftest.$ac_objext
6233 if { (ac_try="$ac_compile"
6234 case "(($ac_try" in
6235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6236 *) ac_try_echo=$ac_try;;
6237 esac
6238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6239 (eval "$ac_compile") 2>conftest.er1
6240 ac_status=$?
6241 grep -v '^ *+' conftest.er1 >conftest.err
6242 rm -f conftest.er1
6243 cat conftest.err >&5
6244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6245 (exit $ac_status); } && {
6246 test -z "$ac_c_werror_flag" ||
6247 test ! -s conftest.err
6248 } && test -s conftest.$ac_objext; then
6249 ac_cv_header_stat_broken=no
6250 else
6251 echo "$as_me: failed program was:" >&5
6252 sed 's/^/| /' conftest.$ac_ext >&5
6254 ac_cv_header_stat_broken=yes
6257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6259 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6260 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6261 if test $ac_cv_header_stat_broken = yes; then
6263 cat >>confdefs.h <<\_ACEOF
6264 #define STAT_MACROS_BROKEN 1
6265 _ACEOF
6276 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6278 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6279 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6280 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6281 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6282 echo $ECHO_N "(cached) $ECHO_C" >&6
6283 else
6284 cat >conftest.$ac_ext <<_ACEOF
6285 /* confdefs.h. */
6286 _ACEOF
6287 cat confdefs.h >>conftest.$ac_ext
6288 cat >>conftest.$ac_ext <<_ACEOF
6289 /* end confdefs.h. */
6290 #include <sys/types.h>
6291 #ifdef HAVE_SYS_PARAM_H
6292 # include <sys/param.h>
6293 #endif
6295 #include <$ac_header>
6296 _ACEOF
6297 rm -f conftest.$ac_objext
6298 if { (ac_try="$ac_compile"
6299 case "(($ac_try" in
6300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6301 *) ac_try_echo=$ac_try;;
6302 esac
6303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6304 (eval "$ac_compile") 2>conftest.er1
6305 ac_status=$?
6306 grep -v '^ *+' conftest.er1 >conftest.err
6307 rm -f conftest.er1
6308 cat conftest.err >&5
6309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6310 (exit $ac_status); } && {
6311 test -z "$ac_c_werror_flag" ||
6312 test ! -s conftest.err
6313 } && test -s conftest.$ac_objext; then
6314 eval "$as_ac_Header=yes"
6315 else
6316 echo "$as_me: failed program was:" >&5
6317 sed 's/^/| /' conftest.$ac_ext >&5
6319 eval "$as_ac_Header=no"
6322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6324 ac_res=`eval echo '${'$as_ac_Header'}'`
6325 { echo "$as_me:$LINENO: result: $ac_res" >&5
6326 echo "${ECHO_T}$ac_res" >&6; }
6327 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6328 cat >>confdefs.h <<_ACEOF
6329 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6330 _ACEOF
6334 done
6350 for ac_header in \
6351 netinet/ip.h \
6352 net/if.h \
6353 net/if_arp.h \
6354 net/if_dl.h \
6355 net/if_types.h \
6356 net/route.h \
6357 netinet/if_ether.h \
6358 netinet/if_inarp.h \
6359 netinet/in_pcb.h \
6360 netinet/ip_icmp.h \
6361 netinet/ip_var.h \
6362 netinet/udp.h \
6363 netipx/ipx.h \
6366 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6367 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6368 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6369 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6370 echo $ECHO_N "(cached) $ECHO_C" >&6
6371 else
6372 cat >conftest.$ac_ext <<_ACEOF
6373 /* confdefs.h. */
6374 _ACEOF
6375 cat confdefs.h >>conftest.$ac_ext
6376 cat >>conftest.$ac_ext <<_ACEOF
6377 /* end confdefs.h. */
6378 #include <sys/types.h>
6379 #ifdef HAVE_SYS_SOCKET_H
6380 # include <sys/socket.h>
6381 #endif
6382 #ifdef HAVE_SYS_SOCKETVAR_H
6383 # include <sys/socketvar.h>
6384 #endif
6385 #ifdef HAVE_NET_ROUTE_H
6386 # include <net/route.h>
6387 #endif
6388 #ifdef HAVE_NETINET_IN_H
6389 # include <netinet/in.h>
6390 #endif
6391 #ifdef HAVE_NETINET_IN_SYSTM_H
6392 # include <netinet/in_systm.h>
6393 #endif
6394 #ifdef HAVE_NET_IF_H
6395 # include <net/if.h>
6396 #endif
6397 #ifdef HAVE_NETINET_IP_H
6398 # include <netinet/ip.h>
6399 #endif
6401 #include <$ac_header>
6402 _ACEOF
6403 rm -f conftest.$ac_objext
6404 if { (ac_try="$ac_compile"
6405 case "(($ac_try" in
6406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6407 *) ac_try_echo=$ac_try;;
6408 esac
6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6410 (eval "$ac_compile") 2>conftest.er1
6411 ac_status=$?
6412 grep -v '^ *+' conftest.er1 >conftest.err
6413 rm -f conftest.er1
6414 cat conftest.err >&5
6415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6416 (exit $ac_status); } && {
6417 test -z "$ac_c_werror_flag" ||
6418 test ! -s conftest.err
6419 } && test -s conftest.$ac_objext; then
6420 eval "$as_ac_Header=yes"
6421 else
6422 echo "$as_me: failed program was:" >&5
6423 sed 's/^/| /' conftest.$ac_ext >&5
6425 eval "$as_ac_Header=no"
6428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6430 ac_res=`eval echo '${'$as_ac_Header'}'`
6431 { echo "$as_me:$LINENO: result: $ac_res" >&5
6432 echo "${ECHO_T}$ac_res" >&6; }
6433 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6434 cat >>confdefs.h <<_ACEOF
6435 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6436 _ACEOF
6440 done
6447 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6449 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6450 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6451 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6453 echo $ECHO_N "(cached) $ECHO_C" >&6
6454 else
6455 cat >conftest.$ac_ext <<_ACEOF
6456 /* confdefs.h. */
6457 _ACEOF
6458 cat confdefs.h >>conftest.$ac_ext
6459 cat >>conftest.$ac_ext <<_ACEOF
6460 /* end confdefs.h. */
6461 #include <sys/types.h>
6462 #ifdef HAVE_ALIAS_H
6463 # include <alias.h>
6464 #endif
6465 #ifdef HAVE_SYS_SOCKET_H
6466 # include <sys/socket.h>
6467 #endif
6468 #ifdef HAVE_SYS_SOCKETVAR_H
6469 # include <sys/socketvar.h>
6470 #endif
6471 #ifdef HAVE_SYS_TIMEOUT_H
6472 # include <sys/timeout.h>
6473 #endif
6474 #ifdef HAVE_NETINET_IN_H
6475 # include <netinet/in.h>
6476 #endif
6477 #ifdef HAVE_NETINET_IN_SYSTM_H
6478 # include <netinet/in_systm.h>
6479 #endif
6480 #ifdef HAVE_NETINET_IP_H
6481 # include <netinet/ip.h>
6482 #endif
6483 #ifdef HAVE_NETINET_IP_VAR_H
6484 # include <netinet/ip_var.h>
6485 #endif
6486 #ifdef HAVE_NETINET_IP_ICMP_H
6487 # include <netinet/ip_icmp.h>
6488 #endif
6489 #ifdef HAVE_NETINET_UDP_H
6490 # include <netinet/udp.h>
6491 #endif
6492 #ifdef HAVE_NETINET_TCP_H
6493 # include <netinet/tcp.h>
6494 #endif
6495 #ifdef HAVE_NETINET_TCP_TIMER_H
6496 #include <netinet/tcp_timer.h>
6497 #endif
6499 #include <$ac_header>
6500 _ACEOF
6501 rm -f conftest.$ac_objext
6502 if { (ac_try="$ac_compile"
6503 case "(($ac_try" in
6504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6505 *) ac_try_echo=$ac_try;;
6506 esac
6507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6508 (eval "$ac_compile") 2>conftest.er1
6509 ac_status=$?
6510 grep -v '^ *+' conftest.er1 >conftest.err
6511 rm -f conftest.er1
6512 cat conftest.err >&5
6513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6514 (exit $ac_status); } && {
6515 test -z "$ac_c_werror_flag" ||
6516 test ! -s conftest.err
6517 } && test -s conftest.$ac_objext; then
6518 eval "$as_ac_Header=yes"
6519 else
6520 echo "$as_me: failed program was:" >&5
6521 sed 's/^/| /' conftest.$ac_ext >&5
6523 eval "$as_ac_Header=no"
6526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6528 ac_res=`eval echo '${'$as_ac_Header'}'`
6529 { echo "$as_me:$LINENO: result: $ac_res" >&5
6530 echo "${ECHO_T}$ac_res" >&6; }
6531 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6532 cat >>confdefs.h <<_ACEOF
6533 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6534 _ACEOF
6538 done
6542 for ac_header in linux/ipx.h
6544 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6547 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6548 echo $ECHO_N "(cached) $ECHO_C" >&6
6549 else
6550 cat >conftest.$ac_ext <<_ACEOF
6551 /* confdefs.h. */
6552 _ACEOF
6553 cat confdefs.h >>conftest.$ac_ext
6554 cat >>conftest.$ac_ext <<_ACEOF
6555 /* end confdefs.h. */
6556 #include <sys/types.h>
6557 #ifdef HAVE_ASM_TYPES_H
6558 # include <asm/types.h>
6559 #endif
6560 #ifdef HAVE_SYS_SOCKET_H
6561 # include <sys/socket.h>
6562 #endif
6563 #ifdef HAVE_LINUX_TYPES_H
6564 # include <linux/types.h>
6565 #endif
6567 #include <$ac_header>
6568 _ACEOF
6569 rm -f conftest.$ac_objext
6570 if { (ac_try="$ac_compile"
6571 case "(($ac_try" in
6572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6573 *) ac_try_echo=$ac_try;;
6574 esac
6575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6576 (eval "$ac_compile") 2>conftest.er1
6577 ac_status=$?
6578 grep -v '^ *+' conftest.er1 >conftest.err
6579 rm -f conftest.er1
6580 cat conftest.err >&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && {
6583 test -z "$ac_c_werror_flag" ||
6584 test ! -s conftest.err
6585 } && test -s conftest.$ac_objext; then
6586 eval "$as_ac_Header=yes"
6587 else
6588 echo "$as_me: failed program was:" >&5
6589 sed 's/^/| /' conftest.$ac_ext >&5
6591 eval "$as_ac_Header=no"
6594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6596 ac_res=`eval echo '${'$as_ac_Header'}'`
6597 { echo "$as_me:$LINENO: result: $ac_res" >&5
6598 echo "${ECHO_T}$ac_res" >&6; }
6599 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6600 cat >>confdefs.h <<_ACEOF
6601 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6602 _ACEOF
6606 done
6610 for ac_header in resolv.h
6612 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6613 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6614 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6615 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6616 echo $ECHO_N "(cached) $ECHO_C" >&6
6617 else
6618 cat >conftest.$ac_ext <<_ACEOF
6619 /* confdefs.h. */
6620 _ACEOF
6621 cat confdefs.h >>conftest.$ac_ext
6622 cat >>conftest.$ac_ext <<_ACEOF
6623 /* end confdefs.h. */
6624 #include <sys/types.h>
6625 #ifdef HAVE_SYS_SOCKET_H
6626 # include <sys/socket.h>
6627 #endif
6628 #ifdef HAVE_NETINET_IN_H
6629 # include <netinet/in.h>
6630 #endif
6631 #ifdef HAVE_ARPA_NAMESER_H
6632 # include <arpa/nameser.h>
6633 #endif
6635 #include <$ac_header>
6636 _ACEOF
6637 rm -f conftest.$ac_objext
6638 if { (ac_try="$ac_compile"
6639 case "(($ac_try" in
6640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6641 *) ac_try_echo=$ac_try;;
6642 esac
6643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6644 (eval "$ac_compile") 2>conftest.er1
6645 ac_status=$?
6646 grep -v '^ *+' conftest.er1 >conftest.err
6647 rm -f conftest.er1
6648 cat conftest.err >&5
6649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6650 (exit $ac_status); } && {
6651 test -z "$ac_c_werror_flag" ||
6652 test ! -s conftest.err
6653 } && test -s conftest.$ac_objext; then
6654 eval "$as_ac_Header=yes"
6655 else
6656 echo "$as_me: failed program was:" >&5
6657 sed 's/^/| /' conftest.$ac_ext >&5
6659 eval "$as_ac_Header=no"
6662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6664 ac_res=`eval echo '${'$as_ac_Header'}'`
6665 { echo "$as_me:$LINENO: result: $ac_res" >&5
6666 echo "${ECHO_T}$ac_res" >&6; }
6667 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6668 cat >>confdefs.h <<_ACEOF
6669 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6670 _ACEOF
6674 done
6678 for ac_header in ucontext.h
6680 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6681 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6682 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6684 echo $ECHO_N "(cached) $ECHO_C" >&6
6685 else
6686 cat >conftest.$ac_ext <<_ACEOF
6687 /* confdefs.h. */
6688 _ACEOF
6689 cat confdefs.h >>conftest.$ac_ext
6690 cat >>conftest.$ac_ext <<_ACEOF
6691 /* end confdefs.h. */
6692 #include <signal.h>
6694 #include <$ac_header>
6695 _ACEOF
6696 rm -f conftest.$ac_objext
6697 if { (ac_try="$ac_compile"
6698 case "(($ac_try" in
6699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6700 *) ac_try_echo=$ac_try;;
6701 esac
6702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6703 (eval "$ac_compile") 2>conftest.er1
6704 ac_status=$?
6705 grep -v '^ *+' conftest.er1 >conftest.err
6706 rm -f conftest.er1
6707 cat conftest.err >&5
6708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6709 (exit $ac_status); } && {
6710 test -z "$ac_c_werror_flag" ||
6711 test ! -s conftest.err
6712 } && test -s conftest.$ac_objext; then
6713 eval "$as_ac_Header=yes"
6714 else
6715 echo "$as_me: failed program was:" >&5
6716 sed 's/^/| /' conftest.$ac_ext >&5
6718 eval "$as_ac_Header=no"
6721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6723 ac_res=`eval echo '${'$as_ac_Header'}'`
6724 { echo "$as_me:$LINENO: result: $ac_res" >&5
6725 echo "${ECHO_T}$ac_res" >&6; }
6726 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6727 cat >>confdefs.h <<_ACEOF
6728 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6729 _ACEOF
6733 done
6737 for ac_header in sys/thr.h
6739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6743 echo $ECHO_N "(cached) $ECHO_C" >&6
6744 else
6745 cat >conftest.$ac_ext <<_ACEOF
6746 /* confdefs.h. */
6747 _ACEOF
6748 cat confdefs.h >>conftest.$ac_ext
6749 cat >>conftest.$ac_ext <<_ACEOF
6750 /* end confdefs.h. */
6751 #include <sys/types.h>
6752 #ifdef HAVE_UCONTEXT_H
6753 #include <ucontext.h>
6754 #endif
6756 #include <$ac_header>
6757 _ACEOF
6758 rm -f conftest.$ac_objext
6759 if { (ac_try="$ac_compile"
6760 case "(($ac_try" in
6761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6762 *) ac_try_echo=$ac_try;;
6763 esac
6764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6765 (eval "$ac_compile") 2>conftest.er1
6766 ac_status=$?
6767 grep -v '^ *+' conftest.er1 >conftest.err
6768 rm -f conftest.er1
6769 cat conftest.err >&5
6770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6771 (exit $ac_status); } && {
6772 test -z "$ac_c_werror_flag" ||
6773 test ! -s conftest.err
6774 } && test -s conftest.$ac_objext; then
6775 eval "$as_ac_Header=yes"
6776 else
6777 echo "$as_me: failed program was:" >&5
6778 sed 's/^/| /' conftest.$ac_ext >&5
6780 eval "$as_ac_Header=no"
6783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6785 ac_res=`eval echo '${'$as_ac_Header'}'`
6786 { echo "$as_me:$LINENO: result: $ac_res" >&5
6787 echo "${ECHO_T}$ac_res" >&6; }
6788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6789 cat >>confdefs.h <<_ACEOF
6790 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6791 _ACEOF
6795 done
6799 for ac_header in pthread_np.h
6801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6805 echo $ECHO_N "(cached) $ECHO_C" >&6
6806 else
6807 cat >conftest.$ac_ext <<_ACEOF
6808 /* confdefs.h. */
6809 _ACEOF
6810 cat confdefs.h >>conftest.$ac_ext
6811 cat >>conftest.$ac_ext <<_ACEOF
6812 /* end confdefs.h. */
6813 #ifdef HAVE_PTHREAD_H
6814 #include <pthread.h>
6815 #endif
6817 #include <$ac_header>
6818 _ACEOF
6819 rm -f conftest.$ac_objext
6820 if { (ac_try="$ac_compile"
6821 case "(($ac_try" in
6822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6823 *) ac_try_echo=$ac_try;;
6824 esac
6825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6826 (eval "$ac_compile") 2>conftest.er1
6827 ac_status=$?
6828 grep -v '^ *+' conftest.er1 >conftest.err
6829 rm -f conftest.er1
6830 cat conftest.err >&5
6831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6832 (exit $ac_status); } && {
6833 test -z "$ac_c_werror_flag" ||
6834 test ! -s conftest.err
6835 } && test -s conftest.$ac_objext; then
6836 eval "$as_ac_Header=yes"
6837 else
6838 echo "$as_me: failed program was:" >&5
6839 sed 's/^/| /' conftest.$ac_ext >&5
6841 eval "$as_ac_Header=no"
6844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6846 ac_res=`eval echo '${'$as_ac_Header'}'`
6847 { echo "$as_me:$LINENO: result: $ac_res" >&5
6848 echo "${ECHO_T}$ac_res" >&6; }
6849 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6850 cat >>confdefs.h <<_ACEOF
6851 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6852 _ACEOF
6856 done
6860 for ac_header in linux/videodev.h
6862 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6863 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6864 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6866 echo $ECHO_N "(cached) $ECHO_C" >&6
6867 else
6868 cat >conftest.$ac_ext <<_ACEOF
6869 /* confdefs.h. */
6870 _ACEOF
6871 cat confdefs.h >>conftest.$ac_ext
6872 cat >>conftest.$ac_ext <<_ACEOF
6873 /* end confdefs.h. */
6874 #ifdef HAVE_SYS_TIME_H
6875 #include <sys/time.h>
6876 #endif
6877 #include <sys/types.h>
6878 #ifdef HAVE_ASM_TYPES_H
6879 #include <asm/types.h>
6880 #endif
6882 #include <$ac_header>
6883 _ACEOF
6884 rm -f conftest.$ac_objext
6885 if { (ac_try="$ac_compile"
6886 case "(($ac_try" in
6887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6888 *) ac_try_echo=$ac_try;;
6889 esac
6890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6891 (eval "$ac_compile") 2>conftest.er1
6892 ac_status=$?
6893 grep -v '^ *+' conftest.er1 >conftest.err
6894 rm -f conftest.er1
6895 cat conftest.err >&5
6896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6897 (exit $ac_status); } && {
6898 test -z "$ac_c_werror_flag" ||
6899 test ! -s conftest.err
6900 } && test -s conftest.$ac_objext; then
6901 eval "$as_ac_Header=yes"
6902 else
6903 echo "$as_me: failed program was:" >&5
6904 sed 's/^/| /' conftest.$ac_ext >&5
6906 eval "$as_ac_Header=no"
6909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6911 ac_res=`eval echo '${'$as_ac_Header'}'`
6912 { echo "$as_me:$LINENO: result: $ac_res" >&5
6913 echo "${ECHO_T}$ac_res" >&6; }
6914 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6915 cat >>confdefs.h <<_ACEOF
6916 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6917 _ACEOF
6921 done
6925 for ac_header in linux/capi.h
6927 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6928 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6929 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6931 echo $ECHO_N "(cached) $ECHO_C" >&6
6932 else
6933 cat >conftest.$ac_ext <<_ACEOF
6934 /* confdefs.h. */
6935 _ACEOF
6936 cat confdefs.h >>conftest.$ac_ext
6937 cat >>conftest.$ac_ext <<_ACEOF
6938 /* end confdefs.h. */
6939 #define __user
6941 #include <$ac_header>
6942 _ACEOF
6943 rm -f conftest.$ac_objext
6944 if { (ac_try="$ac_compile"
6945 case "(($ac_try" in
6946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6947 *) ac_try_echo=$ac_try;;
6948 esac
6949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6950 (eval "$ac_compile") 2>conftest.er1
6951 ac_status=$?
6952 grep -v '^ *+' conftest.er1 >conftest.err
6953 rm -f conftest.er1
6954 cat conftest.err >&5
6955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956 (exit $ac_status); } && {
6957 test -z "$ac_c_werror_flag" ||
6958 test ! -s conftest.err
6959 } && test -s conftest.$ac_objext; then
6960 eval "$as_ac_Header=yes"
6961 else
6962 echo "$as_me: failed program was:" >&5
6963 sed 's/^/| /' conftest.$ac_ext >&5
6965 eval "$as_ac_Header=no"
6968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6970 ac_res=`eval echo '${'$as_ac_Header'}'`
6971 { echo "$as_me:$LINENO: result: $ac_res" >&5
6972 echo "${ECHO_T}$ac_res" >&6; }
6973 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6974 cat >>confdefs.h <<_ACEOF
6975 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6976 _ACEOF
6980 done
6984 DLLEXT=""
6986 DLLFLAGS="-D_REENTRANT"
6988 LDSHARED=""
6990 LDDLLFLAGS=""
6992 LIBEXT="so"
6994 IMPLIBEXT="def"
6996 LDRPATH_INSTALL=""
6998 LDRPATH_LOCAL=""
7000 # Extract the first word of "ldd", so it can be a program name with args.
7001 set dummy ldd; ac_word=$2
7002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7004 if test "${ac_cv_path_LDD+set}" = set; then
7005 echo $ECHO_N "(cached) $ECHO_C" >&6
7006 else
7007 case $LDD in
7008 [\\/]* | ?:[\\/]*)
7009 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7013 as_dummy="/sbin:/usr/sbin:$PATH"
7014 for as_dir in $as_dummy
7016 IFS=$as_save_IFS
7017 test -z "$as_dir" && as_dir=.
7018 for ac_exec_ext in '' $ac_executable_extensions; do
7019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7020 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7021 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7022 break 2
7024 done
7025 done
7026 IFS=$as_save_IFS
7028 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7030 esac
7032 LDD=$ac_cv_path_LDD
7033 if test -n "$LDD"; then
7034 { echo "$as_me:$LINENO: result: $LDD" >&5
7035 echo "${ECHO_T}$LDD" >&6; }
7036 else
7037 { echo "$as_me:$LINENO: result: no" >&5
7038 echo "${ECHO_T}no" >&6; }
7043 case $host_os in
7044 cygwin*|mingw32*)
7045 if test -n "$ac_tool_prefix"; then
7046 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7047 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7048 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7050 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7051 echo $ECHO_N "(cached) $ECHO_C" >&6
7052 else
7053 if test -n "$DLLTOOL"; then
7054 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7055 else
7056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7057 for as_dir in $PATH
7059 IFS=$as_save_IFS
7060 test -z "$as_dir" && as_dir=.
7061 for ac_exec_ext in '' $ac_executable_extensions; do
7062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7063 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7064 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7065 break 2
7067 done
7068 done
7069 IFS=$as_save_IFS
7073 DLLTOOL=$ac_cv_prog_DLLTOOL
7074 if test -n "$DLLTOOL"; then
7075 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7076 echo "${ECHO_T}$DLLTOOL" >&6; }
7077 else
7078 { echo "$as_me:$LINENO: result: no" >&5
7079 echo "${ECHO_T}no" >&6; }
7084 if test -z "$ac_cv_prog_DLLTOOL"; then
7085 ac_ct_DLLTOOL=$DLLTOOL
7086 # Extract the first word of "dlltool", so it can be a program name with args.
7087 set dummy dlltool; ac_word=$2
7088 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7090 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7091 echo $ECHO_N "(cached) $ECHO_C" >&6
7092 else
7093 if test -n "$ac_ct_DLLTOOL"; then
7094 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7095 else
7096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7097 for as_dir in $PATH
7099 IFS=$as_save_IFS
7100 test -z "$as_dir" && as_dir=.
7101 for ac_exec_ext in '' $ac_executable_extensions; do
7102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7103 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7105 break 2
7107 done
7108 done
7109 IFS=$as_save_IFS
7113 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7114 if test -n "$ac_ct_DLLTOOL"; then
7115 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7116 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7117 else
7118 { echo "$as_me:$LINENO: result: no" >&5
7119 echo "${ECHO_T}no" >&6; }
7122 if test "x$ac_ct_DLLTOOL" = x; then
7123 DLLTOOL="false"
7124 else
7125 case $cross_compiling:$ac_tool_warned in
7126 yes:)
7127 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7128 whose name does not start with the host triplet. If you think this
7129 configuration is useful to you, please write to autoconf@gnu.org." >&5
7130 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7131 whose name does not start with the host triplet. If you think this
7132 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7133 ac_tool_warned=yes ;;
7134 esac
7135 DLLTOOL=$ac_ct_DLLTOOL
7137 else
7138 DLLTOOL="$ac_cv_prog_DLLTOOL"
7141 if test -n "$ac_tool_prefix"; then
7142 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7143 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7146 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7147 echo $ECHO_N "(cached) $ECHO_C" >&6
7148 else
7149 if test -n "$DLLWRAP"; then
7150 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7151 else
7152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7153 for as_dir in $PATH
7155 IFS=$as_save_IFS
7156 test -z "$as_dir" && as_dir=.
7157 for ac_exec_ext in '' $ac_executable_extensions; do
7158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7159 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7161 break 2
7163 done
7164 done
7165 IFS=$as_save_IFS
7169 DLLWRAP=$ac_cv_prog_DLLWRAP
7170 if test -n "$DLLWRAP"; then
7171 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7172 echo "${ECHO_T}$DLLWRAP" >&6; }
7173 else
7174 { echo "$as_me:$LINENO: result: no" >&5
7175 echo "${ECHO_T}no" >&6; }
7180 if test -z "$ac_cv_prog_DLLWRAP"; then
7181 ac_ct_DLLWRAP=$DLLWRAP
7182 # Extract the first word of "dllwrap", so it can be a program name with args.
7183 set dummy dllwrap; ac_word=$2
7184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7186 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7187 echo $ECHO_N "(cached) $ECHO_C" >&6
7188 else
7189 if test -n "$ac_ct_DLLWRAP"; then
7190 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7191 else
7192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7193 for as_dir in $PATH
7195 IFS=$as_save_IFS
7196 test -z "$as_dir" && as_dir=.
7197 for ac_exec_ext in '' $ac_executable_extensions; do
7198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7199 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7201 break 2
7203 done
7204 done
7205 IFS=$as_save_IFS
7209 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7210 if test -n "$ac_ct_DLLWRAP"; then
7211 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7212 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7213 else
7214 { echo "$as_me:$LINENO: result: no" >&5
7215 echo "${ECHO_T}no" >&6; }
7218 if test "x$ac_ct_DLLWRAP" = x; then
7219 DLLWRAP="false"
7220 else
7221 case $cross_compiling:$ac_tool_warned in
7222 yes:)
7223 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7224 whose name does not start with the host triplet. If you think this
7225 configuration is useful to you, please write to autoconf@gnu.org." >&5
7226 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7227 whose name does not start with the host triplet. If you think this
7228 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7229 ac_tool_warned=yes ;;
7230 esac
7231 DLLWRAP=$ac_ct_DLLWRAP
7233 else
7234 DLLWRAP="$ac_cv_prog_DLLWRAP"
7237 if test -n "$ac_tool_prefix"; then
7238 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7239 set dummy ${ac_tool_prefix}ar; ac_word=$2
7240 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7241 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7242 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7243 echo $ECHO_N "(cached) $ECHO_C" >&6
7244 else
7245 if test -n "$MINGWAR"; then
7246 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7247 else
7248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7249 for as_dir in $PATH
7251 IFS=$as_save_IFS
7252 test -z "$as_dir" && as_dir=.
7253 for ac_exec_ext in '' $ac_executable_extensions; do
7254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7255 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7256 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7257 break 2
7259 done
7260 done
7261 IFS=$as_save_IFS
7265 MINGWAR=$ac_cv_prog_MINGWAR
7266 if test -n "$MINGWAR"; then
7267 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7268 echo "${ECHO_T}$MINGWAR" >&6; }
7269 else
7270 { echo "$as_me:$LINENO: result: no" >&5
7271 echo "${ECHO_T}no" >&6; }
7276 if test -z "$ac_cv_prog_MINGWAR"; then
7277 ac_ct_MINGWAR=$MINGWAR
7278 # Extract the first word of "ar", so it can be a program name with args.
7279 set dummy ar; ac_word=$2
7280 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7282 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7283 echo $ECHO_N "(cached) $ECHO_C" >&6
7284 else
7285 if test -n "$ac_ct_MINGWAR"; then
7286 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7287 else
7288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7289 for as_dir in $PATH
7291 IFS=$as_save_IFS
7292 test -z "$as_dir" && as_dir=.
7293 for ac_exec_ext in '' $ac_executable_extensions; do
7294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7295 ac_cv_prog_ac_ct_MINGWAR="ar"
7296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7297 break 2
7299 done
7300 done
7301 IFS=$as_save_IFS
7305 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7306 if test -n "$ac_ct_MINGWAR"; then
7307 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7308 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7309 else
7310 { echo "$as_me:$LINENO: result: no" >&5
7311 echo "${ECHO_T}no" >&6; }
7314 if test "x$ac_ct_MINGWAR" = x; then
7315 MINGWAR="false"
7316 else
7317 case $cross_compiling:$ac_tool_warned in
7318 yes:)
7319 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7320 whose name does not start with the host triplet. If you think this
7321 configuration is useful to you, please write to autoconf@gnu.org." >&5
7322 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7323 whose name does not start with the host triplet. If you think this
7324 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7325 ac_tool_warned=yes ;;
7326 esac
7327 MINGWAR=$ac_ct_MINGWAR
7329 else
7330 MINGWAR="$ac_cv_prog_MINGWAR"
7333 if test "$DLLWRAP" = "false"; then
7334 LIBEXT="a"
7335 else
7336 LIBEXT="dll"
7338 IMPLIBEXT="a"
7339 enable_iphlpapi=${enable_iphlpapi:-no}
7340 enable_kernel32=${enable_kernel32:-no}
7341 enable_msvcrt=${enable_msvcrt:-no}
7342 enable_ntdll=${enable_ntdll:-no}
7343 enable_ws2_32=${enable_ws2_32:-no}
7344 enable_loader=${enable_loader:-no}
7345 enable_server=${enable_server:-no}
7346 with_x=${with_x:-no}
7347 with_pthread=${with_pthread:-no}
7349 darwin*|macosx*)
7350 DLLEXT=".so"
7351 LIBEXT="dylib"
7352 DLLFLAGS="$DLLFLAGS -fPIC"
7353 LDDLLFLAGS="-bundle -multiply_defined suppress"
7354 LIBWINE_LDFLAGS="-multiply_defined suppress"
7355 LDSHARED="\$(CC) -dynamiclib"
7356 STRIP="$STRIP -x"
7357 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7358 SECURITYLIB="-framework Security -framework CoreFoundation"
7360 COREFOUNDATIONLIB="-framework CoreFoundation"
7362 IOKITLIB="-framework IOKit -framework CoreFoundation"
7364 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7366 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7367 then
7368 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7371 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7372 then
7373 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7376 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7377 then
7378 ac_save_LIBS="$LIBS"
7379 LIBS="$LIBS $IOKITLIB"
7381 for ac_func in IOHIDManagerCreate
7383 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7384 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7385 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7386 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7387 echo $ECHO_N "(cached) $ECHO_C" >&6
7388 else
7389 cat >conftest.$ac_ext <<_ACEOF
7390 /* confdefs.h. */
7391 _ACEOF
7392 cat confdefs.h >>conftest.$ac_ext
7393 cat >>conftest.$ac_ext <<_ACEOF
7394 /* end confdefs.h. */
7395 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7397 #define $ac_func innocuous_$ac_func
7399 /* System header to define __stub macros and hopefully few prototypes,
7400 which can conflict with char $ac_func (); below.
7401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7402 <limits.h> exists even on freestanding compilers. */
7404 #ifdef __STDC__
7405 # include <limits.h>
7406 #else
7407 # include <assert.h>
7408 #endif
7410 #undef $ac_func
7412 /* Override any GCC internal prototype to avoid an error.
7413 Use char because int might match the return type of a GCC
7414 builtin and then its argument prototype would still apply. */
7415 #ifdef __cplusplus
7416 extern "C"
7417 #endif
7418 char $ac_func ();
7419 /* The GNU C library defines this for functions which it implements
7420 to always fail with ENOSYS. Some functions are actually named
7421 something starting with __ and the normal name is an alias. */
7422 #if defined __stub_$ac_func || defined __stub___$ac_func
7423 choke me
7424 #endif
7427 main ()
7429 return $ac_func ();
7431 return 0;
7433 _ACEOF
7434 rm -f conftest.$ac_objext conftest$ac_exeext
7435 if { (ac_try="$ac_link"
7436 case "(($ac_try" in
7437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7438 *) ac_try_echo=$ac_try;;
7439 esac
7440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7441 (eval "$ac_link") 2>conftest.er1
7442 ac_status=$?
7443 grep -v '^ *+' conftest.er1 >conftest.err
7444 rm -f conftest.er1
7445 cat conftest.err >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } && {
7448 test -z "$ac_c_werror_flag" ||
7449 test ! -s conftest.err
7450 } && test -s conftest$ac_exeext &&
7451 $as_test_x conftest$ac_exeext; then
7452 eval "$as_ac_var=yes"
7453 else
7454 echo "$as_me: failed program was:" >&5
7455 sed 's/^/| /' conftest.$ac_ext >&5
7457 eval "$as_ac_var=no"
7460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7461 conftest$ac_exeext conftest.$ac_ext
7463 ac_res=`eval echo '${'$as_ac_var'}'`
7464 { echo "$as_me:$LINENO: result: $ac_res" >&5
7465 echo "${ECHO_T}$ac_res" >&6; }
7466 if test `eval echo '${'$as_ac_var'}'` = yes; then
7467 cat >>confdefs.h <<_ACEOF
7468 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7469 _ACEOF
7472 done
7474 LIBS="$ac_save_LIBS"
7476 case $host_cpu in
7477 *powerpc*)
7478 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7479 esac
7480 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7481 then
7482 CARBONLIB="-framework Carbon"
7484 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7488 DLLFLAGS="$DLLFLAGS -fPIC"
7489 DLLEXT=".so"
7490 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7491 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7492 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7493 echo $ECHO_N "(cached) $ECHO_C" >&6
7494 else
7495 ac_wine_try_cflags_saved=$CFLAGS
7496 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7497 cat >conftest.$ac_ext <<_ACEOF
7498 void myfunc() {}
7499 _ACEOF
7500 rm -f conftest.$ac_objext conftest$ac_exeext
7501 if { (ac_try="$ac_link"
7502 case "(($ac_try" in
7503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7504 *) ac_try_echo=$ac_try;;
7505 esac
7506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7507 (eval "$ac_link") 2>conftest.er1
7508 ac_status=$?
7509 grep -v '^ *+' conftest.er1 >conftest.err
7510 rm -f conftest.er1
7511 cat conftest.err >&5
7512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7513 (exit $ac_status); } && {
7514 test -z "$ac_c_werror_flag" ||
7515 test ! -s conftest.err
7516 } && test -s conftest$ac_exeext &&
7517 $as_test_x conftest$ac_exeext; then
7518 ac_cv_c_dll_gnuelf="yes"
7519 else
7520 echo "$as_me: failed program was:" >&5
7521 sed 's/^/| /' conftest.$ac_ext >&5
7523 ac_cv_c_dll_gnuelf="no"
7526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7527 conftest$ac_exeext conftest.$ac_ext
7528 CFLAGS=$ac_wine_try_cflags_saved
7530 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7531 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7532 if test "$ac_cv_c_dll_gnuelf" = "yes"
7533 then
7534 LDSHARED="\$(CC) -shared"
7535 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7536 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7537 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7538 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7539 echo $ECHO_N "(cached) $ECHO_C" >&6
7540 else
7541 ac_wine_try_cflags_saved=$CFLAGS
7542 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7543 cat >conftest.$ac_ext <<_ACEOF
7544 /* confdefs.h. */
7545 _ACEOF
7546 cat confdefs.h >>conftest.$ac_ext
7547 cat >>conftest.$ac_ext <<_ACEOF
7548 /* end confdefs.h. */
7551 main ()
7555 return 0;
7557 _ACEOF
7558 rm -f conftest.$ac_objext conftest$ac_exeext
7559 if { (ac_try="$ac_link"
7560 case "(($ac_try" in
7561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7562 *) ac_try_echo=$ac_try;;
7563 esac
7564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7565 (eval "$ac_link") 2>conftest.er1
7566 ac_status=$?
7567 grep -v '^ *+' conftest.er1 >conftest.err
7568 rm -f conftest.er1
7569 cat conftest.err >&5
7570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7571 (exit $ac_status); } && {
7572 test -z "$ac_c_werror_flag" ||
7573 test ! -s conftest.err
7574 } && test -s conftest$ac_exeext &&
7575 $as_test_x conftest$ac_exeext; then
7576 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7577 else
7578 echo "$as_me: failed program was:" >&5
7579 sed 's/^/| /' conftest.$ac_ext >&5
7581 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7585 conftest$ac_exeext conftest.$ac_ext
7586 CFLAGS=$ac_wine_try_cflags_saved
7588 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7589 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7590 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7591 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7592 else
7593 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7594 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7595 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7596 echo $ECHO_N "(cached) $ECHO_C" >&6
7597 else
7598 ac_wine_try_cflags_saved=$CFLAGS
7599 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7600 cat >conftest.$ac_ext <<_ACEOF
7601 /* confdefs.h. */
7602 _ACEOF
7603 cat confdefs.h >>conftest.$ac_ext
7604 cat >>conftest.$ac_ext <<_ACEOF
7605 /* end confdefs.h. */
7608 main ()
7612 return 0;
7614 _ACEOF
7615 rm -f conftest.$ac_objext conftest$ac_exeext
7616 if { (ac_try="$ac_link"
7617 case "(($ac_try" in
7618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7619 *) ac_try_echo=$ac_try;;
7620 esac
7621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7622 (eval "$ac_link") 2>conftest.er1
7623 ac_status=$?
7624 grep -v '^ *+' conftest.er1 >conftest.err
7625 rm -f conftest.er1
7626 cat conftest.err >&5
7627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7628 (exit $ac_status); } && {
7629 test -z "$ac_c_werror_flag" ||
7630 test ! -s conftest.err
7631 } && test -s conftest$ac_exeext &&
7632 $as_test_x conftest$ac_exeext; then
7633 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7634 else
7635 echo "$as_me: failed program was:" >&5
7636 sed 's/^/| /' conftest.$ac_ext >&5
7638 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7642 conftest$ac_exeext conftest.$ac_ext
7643 CFLAGS=$ac_wine_try_cflags_saved
7645 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7646 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7647 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7648 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7654 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7655 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7656 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7657 echo $ECHO_N "(cached) $ECHO_C" >&6
7658 else
7659 ac_wine_try_cflags_saved=$CFLAGS
7660 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7661 cat >conftest.$ac_ext <<_ACEOF
7662 /* confdefs.h. */
7663 _ACEOF
7664 cat confdefs.h >>conftest.$ac_ext
7665 cat >>conftest.$ac_ext <<_ACEOF
7666 /* end confdefs.h. */
7669 main ()
7673 return 0;
7675 _ACEOF
7676 rm -f conftest.$ac_objext conftest$ac_exeext
7677 if { (ac_try="$ac_link"
7678 case "(($ac_try" in
7679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7680 *) ac_try_echo=$ac_try;;
7681 esac
7682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7683 (eval "$ac_link") 2>conftest.er1
7684 ac_status=$?
7685 grep -v '^ *+' conftest.er1 >conftest.err
7686 rm -f conftest.er1
7687 cat conftest.err >&5
7688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7689 (exit $ac_status); } && {
7690 test -z "$ac_c_werror_flag" ||
7691 test ! -s conftest.err
7692 } && test -s conftest$ac_exeext &&
7693 $as_test_x conftest$ac_exeext; then
7694 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7695 else
7696 echo "$as_me: failed program was:" >&5
7697 sed 's/^/| /' conftest.$ac_ext >&5
7699 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7703 conftest$ac_exeext conftest.$ac_ext
7704 CFLAGS=$ac_wine_try_cflags_saved
7706 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7707 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7708 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7709 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7713 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7714 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7715 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7717 else
7718 ac_wine_try_cflags_saved=$CFLAGS
7719 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7720 cat >conftest.$ac_ext <<_ACEOF
7721 /* confdefs.h. */
7722 _ACEOF
7723 cat confdefs.h >>conftest.$ac_ext
7724 cat >>conftest.$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7728 main ()
7732 return 0;
7734 _ACEOF
7735 rm -f conftest.$ac_objext conftest$ac_exeext
7736 if { (ac_try="$ac_link"
7737 case "(($ac_try" in
7738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7739 *) ac_try_echo=$ac_try;;
7740 esac
7741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7742 (eval "$ac_link") 2>conftest.er1
7743 ac_status=$?
7744 grep -v '^ *+' conftest.er1 >conftest.err
7745 rm -f conftest.er1
7746 cat conftest.err >&5
7747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7748 (exit $ac_status); } && {
7749 test -z "$ac_c_werror_flag" ||
7750 test ! -s conftest.err
7751 } && test -s conftest$ac_exeext &&
7752 $as_test_x conftest$ac_exeext; then
7753 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7754 else
7755 echo "$as_me: failed program was:" >&5
7756 sed 's/^/| /' conftest.$ac_ext >&5
7758 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7762 conftest$ac_exeext conftest.$ac_ext
7763 CFLAGS=$ac_wine_try_cflags_saved
7765 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7766 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7767 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7768 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7772 echo '{ global: *; };' >conftest.map
7773 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7774 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7775 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7776 echo $ECHO_N "(cached) $ECHO_C" >&6
7777 else
7778 ac_wine_try_cflags_saved=$CFLAGS
7779 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7780 cat >conftest.$ac_ext <<_ACEOF
7781 /* confdefs.h. */
7782 _ACEOF
7783 cat confdefs.h >>conftest.$ac_ext
7784 cat >>conftest.$ac_ext <<_ACEOF
7785 /* end confdefs.h. */
7788 main ()
7792 return 0;
7794 _ACEOF
7795 rm -f conftest.$ac_objext conftest$ac_exeext
7796 if { (ac_try="$ac_link"
7797 case "(($ac_try" in
7798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7799 *) ac_try_echo=$ac_try;;
7800 esac
7801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7802 (eval "$ac_link") 2>conftest.er1
7803 ac_status=$?
7804 grep -v '^ *+' conftest.er1 >conftest.err
7805 rm -f conftest.er1
7806 cat conftest.err >&5
7807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7808 (exit $ac_status); } && {
7809 test -z "$ac_c_werror_flag" ||
7810 test ! -s conftest.err
7811 } && test -s conftest$ac_exeext &&
7812 $as_test_x conftest$ac_exeext; then
7813 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7814 else
7815 echo "$as_me: failed program was:" >&5
7816 sed 's/^/| /' conftest.$ac_ext >&5
7818 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7822 conftest$ac_exeext conftest.$ac_ext
7823 CFLAGS=$ac_wine_try_cflags_saved
7825 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7826 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7827 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7828 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7831 rm -f conftest.map
7833 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7834 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7835 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7836 echo $ECHO_N "(cached) $ECHO_C" >&6
7837 else
7838 ac_wine_try_cflags_saved=$CFLAGS
7839 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7840 cat >conftest.$ac_ext <<_ACEOF
7841 /* confdefs.h. */
7842 _ACEOF
7843 cat confdefs.h >>conftest.$ac_ext
7844 cat >>conftest.$ac_ext <<_ACEOF
7845 /* end confdefs.h. */
7848 main ()
7852 return 0;
7854 _ACEOF
7855 rm -f conftest.$ac_objext conftest$ac_exeext
7856 if { (ac_try="$ac_link"
7857 case "(($ac_try" in
7858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7859 *) ac_try_echo=$ac_try;;
7860 esac
7861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7862 (eval "$ac_link") 2>conftest.er1
7863 ac_status=$?
7864 grep -v '^ *+' conftest.er1 >conftest.err
7865 rm -f conftest.er1
7866 cat conftest.err >&5
7867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7868 (exit $ac_status); } && {
7869 test -z "$ac_c_werror_flag" ||
7870 test ! -s conftest.err
7871 } && test -s conftest$ac_exeext &&
7872 $as_test_x conftest$ac_exeext; then
7873 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7874 else
7875 echo "$as_me: failed program was:" >&5
7876 sed 's/^/| /' conftest.$ac_ext >&5
7878 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7882 conftest$ac_exeext conftest.$ac_ext
7883 CFLAGS=$ac_wine_try_cflags_saved
7885 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7886 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7887 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7888 LDEXECFLAGS="-Wl,--export-dynamic"
7893 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7894 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7895 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7896 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7897 echo $ECHO_N "(cached) $ECHO_C" >&6
7898 else
7899 ac_wine_try_cflags_saved=$CFLAGS
7900 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7901 cat >conftest.$ac_ext <<_ACEOF
7902 /* confdefs.h. */
7903 _ACEOF
7904 cat confdefs.h >>conftest.$ac_ext
7905 cat >>conftest.$ac_ext <<_ACEOF
7906 /* end confdefs.h. */
7909 main ()
7913 return 0;
7915 _ACEOF
7916 rm -f conftest.$ac_objext conftest$ac_exeext
7917 if { (ac_try="$ac_link"
7918 case "(($ac_try" in
7919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7920 *) ac_try_echo=$ac_try;;
7921 esac
7922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7923 (eval "$ac_link") 2>conftest.er1
7924 ac_status=$?
7925 grep -v '^ *+' conftest.er1 >conftest.err
7926 rm -f conftest.er1
7927 cat conftest.err >&5
7928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7929 (exit $ac_status); } && {
7930 test -z "$ac_c_werror_flag" ||
7931 test ! -s conftest.err
7932 } && test -s conftest$ac_exeext &&
7933 $as_test_x conftest$ac_exeext; then
7934 eval "$as_ac_var=yes"
7935 else
7936 echo "$as_me: failed program was:" >&5
7937 sed 's/^/| /' conftest.$ac_ext >&5
7939 eval "$as_ac_var=no"
7942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7943 conftest$ac_exeext conftest.$ac_ext
7944 CFLAGS=$ac_wine_try_cflags_saved
7946 ac_res=`eval echo '${'$as_ac_var'}'`
7947 { echo "$as_me:$LINENO: result: $ac_res" >&5
7948 echo "${ECHO_T}$ac_res" >&6; }
7949 if test `eval echo '${'$as_ac_var'}'` = yes; then
7950 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7951 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7952 else
7953 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7954 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7955 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7956 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7957 echo $ECHO_N "(cached) $ECHO_C" >&6
7958 else
7959 ac_wine_try_cflags_saved=$CFLAGS
7960 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7961 cat >conftest.$ac_ext <<_ACEOF
7962 /* confdefs.h. */
7963 _ACEOF
7964 cat confdefs.h >>conftest.$ac_ext
7965 cat >>conftest.$ac_ext <<_ACEOF
7966 /* end confdefs.h. */
7969 main ()
7973 return 0;
7975 _ACEOF
7976 rm -f conftest.$ac_objext conftest$ac_exeext
7977 if { (ac_try="$ac_link"
7978 case "(($ac_try" in
7979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7980 *) ac_try_echo=$ac_try;;
7981 esac
7982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7983 (eval "$ac_link") 2>conftest.er1
7984 ac_status=$?
7985 grep -v '^ *+' conftest.er1 >conftest.err
7986 rm -f conftest.er1
7987 cat conftest.err >&5
7988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7989 (exit $ac_status); } && {
7990 test -z "$ac_c_werror_flag" ||
7991 test ! -s conftest.err
7992 } && test -s conftest$ac_exeext &&
7993 $as_test_x conftest$ac_exeext; then
7994 eval "$as_ac_var=yes"
7995 else
7996 echo "$as_me: failed program was:" >&5
7997 sed 's/^/| /' conftest.$ac_ext >&5
7999 eval "$as_ac_var=no"
8002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8003 conftest$ac_exeext conftest.$ac_ext
8004 CFLAGS=$ac_wine_try_cflags_saved
8006 ac_res=`eval echo '${'$as_ac_var'}'`
8007 { echo "$as_me:$LINENO: result: $ac_res" >&5
8008 echo "${ECHO_T}$ac_res" >&6; }
8009 if test `eval echo '${'$as_ac_var'}'` = yes; then
8010 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8011 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8017 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8018 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8019 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8020 echo $ECHO_N "(cached) $ECHO_C" >&6
8021 else
8022 ac_wine_try_cflags_saved=$CFLAGS
8023 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8024 cat >conftest.$ac_ext <<_ACEOF
8025 /* confdefs.h. */
8026 _ACEOF
8027 cat confdefs.h >>conftest.$ac_ext
8028 cat >>conftest.$ac_ext <<_ACEOF
8029 /* end confdefs.h. */
8032 main ()
8036 return 0;
8038 _ACEOF
8039 rm -f conftest.$ac_objext conftest$ac_exeext
8040 if { (ac_try="$ac_link"
8041 case "(($ac_try" in
8042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8043 *) ac_try_echo=$ac_try;;
8044 esac
8045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8046 (eval "$ac_link") 2>conftest.er1
8047 ac_status=$?
8048 grep -v '^ *+' conftest.er1 >conftest.err
8049 rm -f conftest.er1
8050 cat conftest.err >&5
8051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8052 (exit $ac_status); } && {
8053 test -z "$ac_c_werror_flag" ||
8054 test ! -s conftest.err
8055 } && test -s conftest$ac_exeext &&
8056 $as_test_x conftest$ac_exeext; then
8057 ac_cv_cflags__Wl___enable_new_dtags=yes
8058 else
8059 echo "$as_me: failed program was:" >&5
8060 sed 's/^/| /' conftest.$ac_ext >&5
8062 ac_cv_cflags__Wl___enable_new_dtags=no
8065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8066 conftest$ac_exeext conftest.$ac_ext
8067 CFLAGS=$ac_wine_try_cflags_saved
8069 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8070 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8071 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8072 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8076 case $host_cpu in
8077 *i[3456789]86* | x86_64)
8078 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8079 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8080 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8081 echo $ECHO_N "(cached) $ECHO_C" >&6
8082 else
8083 ac_wine_try_cflags_saved=$CFLAGS
8084 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8085 cat >conftest.$ac_ext <<_ACEOF
8086 /* confdefs.h. */
8087 _ACEOF
8088 cat confdefs.h >>conftest.$ac_ext
8089 cat >>conftest.$ac_ext <<_ACEOF
8090 /* end confdefs.h. */
8093 main ()
8097 return 0;
8099 _ACEOF
8100 rm -f conftest.$ac_objext conftest$ac_exeext
8101 if { (ac_try="$ac_link"
8102 case "(($ac_try" in
8103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8104 *) ac_try_echo=$ac_try;;
8105 esac
8106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8107 (eval "$ac_link") 2>conftest.er1
8108 ac_status=$?
8109 grep -v '^ *+' conftest.er1 >conftest.err
8110 rm -f conftest.er1
8111 cat conftest.err >&5
8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 (exit $ac_status); } && {
8114 test -z "$ac_c_werror_flag" ||
8115 test ! -s conftest.err
8116 } && test -s conftest$ac_exeext &&
8117 $as_test_x conftest$ac_exeext; then
8118 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8119 else
8120 echo "$as_me: failed program was:" >&5
8121 sed 's/^/| /' conftest.$ac_ext >&5
8123 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8127 conftest$ac_exeext conftest.$ac_ext
8128 CFLAGS=$ac_wine_try_cflags_saved
8130 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8131 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8132 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8133 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8137 esac
8139 else
8140 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8141 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8142 if test "${ac_cv_c_dll_unixware+set}" = set; then
8143 echo $ECHO_N "(cached) $ECHO_C" >&6
8144 else
8145 ac_wine_try_cflags_saved=$CFLAGS
8146 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8147 cat >conftest.$ac_ext <<_ACEOF
8148 void myfunc() {}
8149 _ACEOF
8150 rm -f conftest.$ac_objext conftest$ac_exeext
8151 if { (ac_try="$ac_link"
8152 case "(($ac_try" in
8153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8154 *) ac_try_echo=$ac_try;;
8155 esac
8156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8157 (eval "$ac_link") 2>conftest.er1
8158 ac_status=$?
8159 grep -v '^ *+' conftest.er1 >conftest.err
8160 rm -f conftest.er1
8161 cat conftest.err >&5
8162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8163 (exit $ac_status); } && {
8164 test -z "$ac_c_werror_flag" ||
8165 test ! -s conftest.err
8166 } && test -s conftest$ac_exeext &&
8167 $as_test_x conftest$ac_exeext; then
8168 ac_cv_c_dll_unixware="yes"
8169 else
8170 echo "$as_me: failed program was:" >&5
8171 sed 's/^/| /' conftest.$ac_ext >&5
8173 ac_cv_c_dll_unixware="no"
8176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8177 conftest$ac_exeext conftest.$ac_ext
8178 CFLAGS=$ac_wine_try_cflags_saved
8180 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8181 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8182 if test "$ac_cv_c_dll_unixware" = "yes"
8183 then
8184 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8185 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8187 else
8188 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8189 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8190 if test "${ac_cv_c_dll_hpux+set}" = set; then
8191 echo $ECHO_N "(cached) $ECHO_C" >&6
8192 else
8193 ac_wine_try_cflags_saved=$CFLAGS
8194 CFLAGS="$CFLAGS -shared"
8195 cat >conftest.$ac_ext <<_ACEOF
8196 void myfunc() {}
8197 _ACEOF
8198 rm -f conftest.$ac_objext conftest$ac_exeext
8199 if { (ac_try="$ac_link"
8200 case "(($ac_try" in
8201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8202 *) ac_try_echo=$ac_try;;
8203 esac
8204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8205 (eval "$ac_link") 2>conftest.er1
8206 ac_status=$?
8207 grep -v '^ *+' conftest.er1 >conftest.err
8208 rm -f conftest.er1
8209 cat conftest.err >&5
8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8211 (exit $ac_status); } && {
8212 test -z "$ac_c_werror_flag" ||
8213 test ! -s conftest.err
8214 } && test -s conftest$ac_exeext &&
8215 $as_test_x conftest$ac_exeext; then
8216 ac_cv_c_dll_hpux="yes"
8217 else
8218 echo "$as_me: failed program was:" >&5
8219 sed 's/^/| /' conftest.$ac_ext >&5
8221 ac_cv_c_dll_hpux="no"
8224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8225 conftest$ac_exeext conftest.$ac_ext
8226 CFLAGS=$ac_wine_try_cflags_saved
8228 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8229 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8230 if test "$ac_cv_c_dll_hpux" = "yes"
8231 then
8232 LIBEXT="sl"
8233 DLLEXT=".sl"
8234 LDDLLFLAGS="-shared -fPIC"
8235 LDSHARED="\$(CC) -shared"
8240 esac
8242 enable_winequartz_drv=${enable_winequartz_drv:-no}
8244 if test "$LIBEXT" = "a"; then
8245 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8246 It is currently not possible to build Wine without shared library
8247 (.so) support to allow transparent switch between .so and .dll files.
8248 If you are using Linux, you will need a newer binutils.
8249 " >&5
8250 echo "$as_me: error: could not find a way to build shared libraries.
8251 It is currently not possible to build Wine without shared library
8252 (.so) support to allow transparent switch between .so and .dll files.
8253 If you are using Linux, you will need a newer binutils.
8254 " >&2;}
8255 { (exit 1); exit 1; }; }
8258 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8259 then
8260 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8262 # Extract the first word of "$ac_prog", so it can be a program name with args.
8263 set dummy $ac_prog; ac_word=$2
8264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8266 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8267 echo $ECHO_N "(cached) $ECHO_C" >&6
8268 else
8269 if test -n "$CROSSCC"; then
8270 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8271 else
8272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8273 for as_dir in $PATH
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_prog_CROSSCC="$ac_prog"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8283 done
8284 done
8285 IFS=$as_save_IFS
8289 CROSSCC=$ac_cv_prog_CROSSCC
8290 if test -n "$CROSSCC"; then
8291 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8292 echo "${ECHO_T}$CROSSCC" >&6; }
8293 else
8294 { echo "$as_me:$LINENO: result: no" >&5
8295 echo "${ECHO_T}no" >&6; }
8299 test -n "$CROSSCC" && break
8300 done
8301 test -n "$CROSSCC" || CROSSCC="false"
8303 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8305 # Extract the first word of "$ac_prog", so it can be a program name with args.
8306 set dummy $ac_prog; ac_word=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 else
8312 if test -n "$DLLTOOL"; then
8313 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_DLLTOOL="$ac_prog"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 DLLTOOL=$ac_cv_prog_DLLTOOL
8333 if test -n "$DLLTOOL"; then
8334 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8335 echo "${ECHO_T}$DLLTOOL" >&6; }
8336 else
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8342 test -n "$DLLTOOL" && break
8343 done
8344 test -n "$DLLTOOL" || DLLTOOL="false"
8346 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8348 # Extract the first word of "$ac_prog", so it can be a program name with args.
8349 set dummy $ac_prog; ac_word=$2
8350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8352 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8353 echo $ECHO_N "(cached) $ECHO_C" >&6
8354 else
8355 if test -n "$CROSSWINDRES"; then
8356 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8357 else
8358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8359 for as_dir in $PATH
8361 IFS=$as_save_IFS
8362 test -z "$as_dir" && as_dir=.
8363 for ac_exec_ext in '' $ac_executable_extensions; do
8364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8365 ac_cv_prog_CROSSWINDRES="$ac_prog"
8366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8367 break 2
8369 done
8370 done
8371 IFS=$as_save_IFS
8375 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8376 if test -n "$CROSSWINDRES"; then
8377 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8378 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8379 else
8380 { echo "$as_me:$LINENO: result: no" >&5
8381 echo "${ECHO_T}no" >&6; }
8385 test -n "$CROSSWINDRES" && break
8386 done
8387 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8389 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8391 # Extract the first word of "$ac_prog", so it can be a program name with args.
8392 set dummy $ac_prog; ac_word=$2
8393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8395 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8396 echo $ECHO_N "(cached) $ECHO_C" >&6
8397 else
8398 if test -n "$MINGWAR"; then
8399 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8400 else
8401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8402 for as_dir in $PATH
8404 IFS=$as_save_IFS
8405 test -z "$as_dir" && as_dir=.
8406 for ac_exec_ext in '' $ac_executable_extensions; do
8407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8408 ac_cv_prog_MINGWAR="$ac_prog"
8409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8410 break 2
8412 done
8413 done
8414 IFS=$as_save_IFS
8418 MINGWAR=$ac_cv_prog_MINGWAR
8419 if test -n "$MINGWAR"; then
8420 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8421 echo "${ECHO_T}$MINGWAR" >&6; }
8422 else
8423 { echo "$as_me:$LINENO: result: no" >&5
8424 echo "${ECHO_T}no" >&6; }
8428 test -n "$MINGWAR" && break
8429 done
8430 test -n "$MINGWAR" || MINGWAR="false"
8432 if test "$CROSSCC" != "false"
8433 then
8434 CROSSTEST="\$(CROSSTEST)"
8440 if test "$ac_cv_header_pthread_h" = "yes"
8441 then
8442 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8443 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8444 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8445 echo $ECHO_N "(cached) $ECHO_C" >&6
8446 else
8447 ac_check_lib_save_LIBS=$LIBS
8448 LIBS="-lpthread $LIBS"
8449 cat >conftest.$ac_ext <<_ACEOF
8450 /* confdefs.h. */
8451 _ACEOF
8452 cat confdefs.h >>conftest.$ac_ext
8453 cat >>conftest.$ac_ext <<_ACEOF
8454 /* end confdefs.h. */
8456 /* Override any GCC internal prototype to avoid an error.
8457 Use char because int might match the return type of a GCC
8458 builtin and then its argument prototype would still apply. */
8459 #ifdef __cplusplus
8460 extern "C"
8461 #endif
8462 char pthread_create ();
8464 main ()
8466 return pthread_create ();
8468 return 0;
8470 _ACEOF
8471 rm -f conftest.$ac_objext conftest$ac_exeext
8472 if { (ac_try="$ac_link"
8473 case "(($ac_try" in
8474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8475 *) ac_try_echo=$ac_try;;
8476 esac
8477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8478 (eval "$ac_link") 2>conftest.er1
8479 ac_status=$?
8480 grep -v '^ *+' conftest.er1 >conftest.err
8481 rm -f conftest.er1
8482 cat conftest.err >&5
8483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8484 (exit $ac_status); } && {
8485 test -z "$ac_c_werror_flag" ||
8486 test ! -s conftest.err
8487 } && test -s conftest$ac_exeext &&
8488 $as_test_x conftest$ac_exeext; then
8489 ac_cv_lib_pthread_pthread_create=yes
8490 else
8491 echo "$as_me: failed program was:" >&5
8492 sed 's/^/| /' conftest.$ac_ext >&5
8494 ac_cv_lib_pthread_pthread_create=no
8497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8498 conftest$ac_exeext conftest.$ac_ext
8499 LIBS=$ac_check_lib_save_LIBS
8501 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8502 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8503 if test $ac_cv_lib_pthread_pthread_create = yes; then
8504 LIBPTHREAD="-lpthread"
8509 if test "x$LIBPTHREAD" = "x"; then
8510 case "x$with_pthread" in
8511 xno) ;;
8512 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8513 Wine cannot support threads without libpthread.
8514 Use the --without-pthread option if you really want this." >&5
8515 echo "$as_me: error: pthread ${notice_platform}development files not found.
8516 Wine cannot support threads without libpthread.
8517 Use the --without-pthread option if you really want this." >&2;}
8518 { (exit 1); exit 1; }; } ;;
8519 esac
8524 { echo "$as_me:$LINENO: checking for X" >&5
8525 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8528 # Check whether --with-x was given.
8529 if test "${with_x+set}" = set; then
8530 withval=$with_x;
8533 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8534 if test "x$with_x" = xno; then
8535 # The user explicitly disabled X.
8536 have_x=disabled
8537 else
8538 case $x_includes,$x_libraries in #(
8539 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8540 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8541 { (exit 1); exit 1; }; };; #(
8542 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8543 echo $ECHO_N "(cached) $ECHO_C" >&6
8544 else
8545 # One or both of the vars are not set, and there is no cached value.
8546 ac_x_includes=no ac_x_libraries=no
8547 rm -f -r conftest.dir
8548 if mkdir conftest.dir; then
8549 cd conftest.dir
8550 cat >Imakefile <<'_ACEOF'
8551 incroot:
8552 @echo incroot='${INCROOT}'
8553 usrlibdir:
8554 @echo usrlibdir='${USRLIBDIR}'
8555 libdir:
8556 @echo libdir='${LIBDIR}'
8557 _ACEOF
8558 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8559 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8560 for ac_var in incroot usrlibdir libdir; do
8561 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8562 done
8563 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8564 for ac_extension in a so sl; do
8565 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8566 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8567 ac_im_usrlibdir=$ac_im_libdir; break
8569 done
8570 # Screen out bogus values from the imake configuration. They are
8571 # bogus both because they are the default anyway, and because
8572 # using them would break gcc on systems where it needs fixed includes.
8573 case $ac_im_incroot in
8574 /usr/include) ac_x_includes= ;;
8575 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8576 esac
8577 case $ac_im_usrlibdir in
8578 /usr/lib | /lib) ;;
8579 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8580 esac
8582 cd ..
8583 rm -f -r conftest.dir
8586 # Standard set of common directories for X headers.
8587 # Check X11 before X11Rn because it is often a symlink to the current release.
8588 ac_x_header_dirs='
8589 /usr/X11/include
8590 /usr/X11R6/include
8591 /usr/X11R5/include
8592 /usr/X11R4/include
8594 /usr/include/X11
8595 /usr/include/X11R6
8596 /usr/include/X11R5
8597 /usr/include/X11R4
8599 /usr/local/X11/include
8600 /usr/local/X11R6/include
8601 /usr/local/X11R5/include
8602 /usr/local/X11R4/include
8604 /usr/local/include/X11
8605 /usr/local/include/X11R6
8606 /usr/local/include/X11R5
8607 /usr/local/include/X11R4
8609 /usr/X386/include
8610 /usr/x386/include
8611 /usr/XFree86/include/X11
8613 /usr/include
8614 /usr/local/include
8615 /usr/unsupported/include
8616 /usr/athena/include
8617 /usr/local/x11r5/include
8618 /usr/lpp/Xamples/include
8620 /usr/openwin/include
8621 /usr/openwin/share/include'
8623 if test "$ac_x_includes" = no; then
8624 # Guess where to find include files, by looking for Xlib.h.
8625 # First, try using that file with no special directory specified.
8626 cat >conftest.$ac_ext <<_ACEOF
8627 /* confdefs.h. */
8628 _ACEOF
8629 cat confdefs.h >>conftest.$ac_ext
8630 cat >>conftest.$ac_ext <<_ACEOF
8631 /* end confdefs.h. */
8632 #include <X11/Xlib.h>
8633 _ACEOF
8634 if { (ac_try="$ac_cpp conftest.$ac_ext"
8635 case "(($ac_try" in
8636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8637 *) ac_try_echo=$ac_try;;
8638 esac
8639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8640 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8641 ac_status=$?
8642 grep -v '^ *+' conftest.er1 >conftest.err
8643 rm -f conftest.er1
8644 cat conftest.err >&5
8645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646 (exit $ac_status); } >/dev/null && {
8647 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8648 test ! -s conftest.err
8649 }; then
8650 # We can compile using X headers with no special include directory.
8651 ac_x_includes=
8652 else
8653 echo "$as_me: failed program was:" >&5
8654 sed 's/^/| /' conftest.$ac_ext >&5
8656 for ac_dir in $ac_x_header_dirs; do
8657 if test -r "$ac_dir/X11/Xlib.h"; then
8658 ac_x_includes=$ac_dir
8659 break
8661 done
8664 rm -f conftest.err conftest.$ac_ext
8665 fi # $ac_x_includes = no
8667 if test "$ac_x_libraries" = no; then
8668 # Check for the libraries.
8669 # See if we find them without any special options.
8670 # Don't add to $LIBS permanently.
8671 ac_save_LIBS=$LIBS
8672 LIBS="-lX11 $LIBS"
8673 cat >conftest.$ac_ext <<_ACEOF
8674 /* confdefs.h. */
8675 _ACEOF
8676 cat confdefs.h >>conftest.$ac_ext
8677 cat >>conftest.$ac_ext <<_ACEOF
8678 /* end confdefs.h. */
8679 #include <X11/Xlib.h>
8681 main ()
8683 XrmInitialize ()
8685 return 0;
8687 _ACEOF
8688 rm -f conftest.$ac_objext conftest$ac_exeext
8689 if { (ac_try="$ac_link"
8690 case "(($ac_try" in
8691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8692 *) ac_try_echo=$ac_try;;
8693 esac
8694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8695 (eval "$ac_link") 2>conftest.er1
8696 ac_status=$?
8697 grep -v '^ *+' conftest.er1 >conftest.err
8698 rm -f conftest.er1
8699 cat conftest.err >&5
8700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8701 (exit $ac_status); } && {
8702 test -z "$ac_c_werror_flag" ||
8703 test ! -s conftest.err
8704 } && test -s conftest$ac_exeext &&
8705 $as_test_x conftest$ac_exeext; then
8706 LIBS=$ac_save_LIBS
8707 # We can link X programs with no special library path.
8708 ac_x_libraries=
8709 else
8710 echo "$as_me: failed program was:" >&5
8711 sed 's/^/| /' conftest.$ac_ext >&5
8713 LIBS=$ac_save_LIBS
8714 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8716 # Don't even attempt the hair of trying to link an X program!
8717 for ac_extension in a so sl; do
8718 if test -r "$ac_dir/libX11.$ac_extension"; then
8719 ac_x_libraries=$ac_dir
8720 break 2
8722 done
8723 done
8726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8727 conftest$ac_exeext conftest.$ac_ext
8728 fi # $ac_x_libraries = no
8730 case $ac_x_includes,$ac_x_libraries in #(
8731 no,* | *,no | *\'*)
8732 # Didn't find X, or a directory has "'" in its name.
8733 ac_cv_have_x="have_x=no";; #(
8735 # Record where we found X for the cache.
8736 ac_cv_have_x="have_x=yes\
8737 ac_x_includes='$ac_x_includes'\
8738 ac_x_libraries='$ac_x_libraries'"
8739 esac
8741 ;; #(
8742 *) have_x=yes;;
8743 esac
8744 eval "$ac_cv_have_x"
8745 fi # $with_x != no
8747 if test "$have_x" != yes; then
8748 { echo "$as_me:$LINENO: result: $have_x" >&5
8749 echo "${ECHO_T}$have_x" >&6; }
8750 no_x=yes
8751 else
8752 # If each of the values was on the command line, it overrides each guess.
8753 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8754 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8755 # Update the cache value to reflect the command line values.
8756 ac_cv_have_x="have_x=yes\
8757 ac_x_includes='$x_includes'\
8758 ac_x_libraries='$x_libraries'"
8759 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8760 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8763 if test "$no_x" = yes; then
8764 # Not all programs may use this symbol, but it does not hurt to define it.
8766 cat >>confdefs.h <<\_ACEOF
8767 #define X_DISPLAY_MISSING 1
8768 _ACEOF
8770 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8771 else
8772 if test -n "$x_includes"; then
8773 X_CFLAGS="$X_CFLAGS -I$x_includes"
8776 # It would also be nice to do this for all -L options, not just this one.
8777 if test -n "$x_libraries"; then
8778 X_LIBS="$X_LIBS -L$x_libraries"
8779 # For Solaris; some versions of Sun CC require a space after -R and
8780 # others require no space. Words are not sufficient . . . .
8781 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8782 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8783 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8784 ac_xsave_c_werror_flag=$ac_c_werror_flag
8785 ac_c_werror_flag=yes
8786 cat >conftest.$ac_ext <<_ACEOF
8787 /* confdefs.h. */
8788 _ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8794 main ()
8798 return 0;
8800 _ACEOF
8801 rm -f conftest.$ac_objext conftest$ac_exeext
8802 if { (ac_try="$ac_link"
8803 case "(($ac_try" in
8804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8805 *) ac_try_echo=$ac_try;;
8806 esac
8807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8808 (eval "$ac_link") 2>conftest.er1
8809 ac_status=$?
8810 grep -v '^ *+' conftest.er1 >conftest.err
8811 rm -f conftest.er1
8812 cat conftest.err >&5
8813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8814 (exit $ac_status); } && {
8815 test -z "$ac_c_werror_flag" ||
8816 test ! -s conftest.err
8817 } && test -s conftest$ac_exeext &&
8818 $as_test_x conftest$ac_exeext; then
8819 { echo "$as_me:$LINENO: result: no" >&5
8820 echo "${ECHO_T}no" >&6; }
8821 X_LIBS="$X_LIBS -R$x_libraries"
8822 else
8823 echo "$as_me: failed program was:" >&5
8824 sed 's/^/| /' conftest.$ac_ext >&5
8826 LIBS="$ac_xsave_LIBS -R $x_libraries"
8827 cat >conftest.$ac_ext <<_ACEOF
8828 /* confdefs.h. */
8829 _ACEOF
8830 cat confdefs.h >>conftest.$ac_ext
8831 cat >>conftest.$ac_ext <<_ACEOF
8832 /* end confdefs.h. */
8835 main ()
8839 return 0;
8841 _ACEOF
8842 rm -f conftest.$ac_objext conftest$ac_exeext
8843 if { (ac_try="$ac_link"
8844 case "(($ac_try" in
8845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8846 *) ac_try_echo=$ac_try;;
8847 esac
8848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8849 (eval "$ac_link") 2>conftest.er1
8850 ac_status=$?
8851 grep -v '^ *+' conftest.er1 >conftest.err
8852 rm -f conftest.er1
8853 cat conftest.err >&5
8854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8855 (exit $ac_status); } && {
8856 test -z "$ac_c_werror_flag" ||
8857 test ! -s conftest.err
8858 } && test -s conftest$ac_exeext &&
8859 $as_test_x conftest$ac_exeext; then
8860 { echo "$as_me:$LINENO: result: yes" >&5
8861 echo "${ECHO_T}yes" >&6; }
8862 X_LIBS="$X_LIBS -R $x_libraries"
8863 else
8864 echo "$as_me: failed program was:" >&5
8865 sed 's/^/| /' conftest.$ac_ext >&5
8867 { echo "$as_me:$LINENO: result: neither works" >&5
8868 echo "${ECHO_T}neither works" >&6; }
8871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8872 conftest$ac_exeext conftest.$ac_ext
8875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8876 conftest$ac_exeext conftest.$ac_ext
8877 ac_c_werror_flag=$ac_xsave_c_werror_flag
8878 LIBS=$ac_xsave_LIBS
8881 # Check for system-dependent libraries X programs must link with.
8882 # Do this before checking for the system-independent R6 libraries
8883 # (-lICE), since we may need -lsocket or whatever for X linking.
8885 if test "$ISC" = yes; then
8886 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8887 else
8888 # Martyn Johnson says this is needed for Ultrix, if the X
8889 # libraries were built with DECnet support. And Karl Berry says
8890 # the Alpha needs dnet_stub (dnet does not exist).
8891 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8892 cat >conftest.$ac_ext <<_ACEOF
8893 /* confdefs.h. */
8894 _ACEOF
8895 cat confdefs.h >>conftest.$ac_ext
8896 cat >>conftest.$ac_ext <<_ACEOF
8897 /* end confdefs.h. */
8899 /* Override any GCC internal prototype to avoid an error.
8900 Use char because int might match the return type of a GCC
8901 builtin and then its argument prototype would still apply. */
8902 #ifdef __cplusplus
8903 extern "C"
8904 #endif
8905 char XOpenDisplay ();
8907 main ()
8909 return XOpenDisplay ();
8911 return 0;
8913 _ACEOF
8914 rm -f conftest.$ac_objext conftest$ac_exeext
8915 if { (ac_try="$ac_link"
8916 case "(($ac_try" in
8917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8918 *) ac_try_echo=$ac_try;;
8919 esac
8920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8921 (eval "$ac_link") 2>conftest.er1
8922 ac_status=$?
8923 grep -v '^ *+' conftest.er1 >conftest.err
8924 rm -f conftest.er1
8925 cat conftest.err >&5
8926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8927 (exit $ac_status); } && {
8928 test -z "$ac_c_werror_flag" ||
8929 test ! -s conftest.err
8930 } && test -s conftest$ac_exeext &&
8931 $as_test_x conftest$ac_exeext; then
8933 else
8934 echo "$as_me: failed program was:" >&5
8935 sed 's/^/| /' conftest.$ac_ext >&5
8937 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8938 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8939 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8940 echo $ECHO_N "(cached) $ECHO_C" >&6
8941 else
8942 ac_check_lib_save_LIBS=$LIBS
8943 LIBS="-ldnet $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 dnet_ntoa ();
8959 main ()
8961 return dnet_ntoa ();
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_dnet_dnet_ntoa=yes
8985 else
8986 echo "$as_me: failed program was:" >&5
8987 sed 's/^/| /' conftest.$ac_ext >&5
8989 ac_cv_lib_dnet_dnet_ntoa=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_dnet_dnet_ntoa" >&5
8997 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8998 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8999 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9002 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9003 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9004 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9005 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9006 echo $ECHO_N "(cached) $ECHO_C" >&6
9007 else
9008 ac_check_lib_save_LIBS=$LIBS
9009 LIBS="-ldnet_stub $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 dnet_ntoa ();
9025 main ()
9027 return dnet_ntoa ();
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_dnet_stub_dnet_ntoa=yes
9051 else
9052 echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9055 ac_cv_lib_dnet_stub_dnet_ntoa=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_dnet_stub_dnet_ntoa" >&5
9063 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9064 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9065 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9072 conftest$ac_exeext conftest.$ac_ext
9073 LIBS="$ac_xsave_LIBS"
9075 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9076 # to get the SysV transport functions.
9077 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9078 # needs -lnsl.
9079 # The nsl library prevents programs from opening the X display
9080 # on Irix 5.2, according to T.E. Dickey.
9081 # The functions gethostbyname, getservbyname, and inet_addr are
9082 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9083 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9084 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9085 if test "${ac_cv_func_gethostbyname+set}" = set; then
9086 echo $ECHO_N "(cached) $ECHO_C" >&6
9087 else
9088 cat >conftest.$ac_ext <<_ACEOF
9089 /* confdefs.h. */
9090 _ACEOF
9091 cat confdefs.h >>conftest.$ac_ext
9092 cat >>conftest.$ac_ext <<_ACEOF
9093 /* end confdefs.h. */
9094 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9095 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9096 #define gethostbyname innocuous_gethostbyname
9098 /* System header to define __stub macros and hopefully few prototypes,
9099 which can conflict with char gethostbyname (); below.
9100 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9101 <limits.h> exists even on freestanding compilers. */
9103 #ifdef __STDC__
9104 # include <limits.h>
9105 #else
9106 # include <assert.h>
9107 #endif
9109 #undef gethostbyname
9111 /* Override any GCC internal prototype to avoid an error.
9112 Use char because int might match the return type of a GCC
9113 builtin and then its argument prototype would still apply. */
9114 #ifdef __cplusplus
9115 extern "C"
9116 #endif
9117 char gethostbyname ();
9118 /* The GNU C library defines this for functions which it implements
9119 to always fail with ENOSYS. Some functions are actually named
9120 something starting with __ and the normal name is an alias. */
9121 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9122 choke me
9123 #endif
9126 main ()
9128 return gethostbyname ();
9130 return 0;
9132 _ACEOF
9133 rm -f conftest.$ac_objext conftest$ac_exeext
9134 if { (ac_try="$ac_link"
9135 case "(($ac_try" in
9136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9137 *) ac_try_echo=$ac_try;;
9138 esac
9139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9140 (eval "$ac_link") 2>conftest.er1
9141 ac_status=$?
9142 grep -v '^ *+' conftest.er1 >conftest.err
9143 rm -f conftest.er1
9144 cat conftest.err >&5
9145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9146 (exit $ac_status); } && {
9147 test -z "$ac_c_werror_flag" ||
9148 test ! -s conftest.err
9149 } && test -s conftest$ac_exeext &&
9150 $as_test_x conftest$ac_exeext; then
9151 ac_cv_func_gethostbyname=yes
9152 else
9153 echo "$as_me: failed program was:" >&5
9154 sed 's/^/| /' conftest.$ac_ext >&5
9156 ac_cv_func_gethostbyname=no
9159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9160 conftest$ac_exeext conftest.$ac_ext
9162 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9163 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9165 if test $ac_cv_func_gethostbyname = no; then
9166 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9167 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9168 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9169 echo $ECHO_N "(cached) $ECHO_C" >&6
9170 else
9171 ac_check_lib_save_LIBS=$LIBS
9172 LIBS="-lnsl $LIBS"
9173 cat >conftest.$ac_ext <<_ACEOF
9174 /* confdefs.h. */
9175 _ACEOF
9176 cat confdefs.h >>conftest.$ac_ext
9177 cat >>conftest.$ac_ext <<_ACEOF
9178 /* end confdefs.h. */
9180 /* Override any GCC internal prototype to avoid an error.
9181 Use char because int might match the return type of a GCC
9182 builtin and then its argument prototype would still apply. */
9183 #ifdef __cplusplus
9184 extern "C"
9185 #endif
9186 char gethostbyname ();
9188 main ()
9190 return gethostbyname ();
9192 return 0;
9194 _ACEOF
9195 rm -f conftest.$ac_objext conftest$ac_exeext
9196 if { (ac_try="$ac_link"
9197 case "(($ac_try" in
9198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9199 *) ac_try_echo=$ac_try;;
9200 esac
9201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9202 (eval "$ac_link") 2>conftest.er1
9203 ac_status=$?
9204 grep -v '^ *+' conftest.er1 >conftest.err
9205 rm -f conftest.er1
9206 cat conftest.err >&5
9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208 (exit $ac_status); } && {
9209 test -z "$ac_c_werror_flag" ||
9210 test ! -s conftest.err
9211 } && test -s conftest$ac_exeext &&
9212 $as_test_x conftest$ac_exeext; then
9213 ac_cv_lib_nsl_gethostbyname=yes
9214 else
9215 echo "$as_me: failed program was:" >&5
9216 sed 's/^/| /' conftest.$ac_ext >&5
9218 ac_cv_lib_nsl_gethostbyname=no
9221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9222 conftest$ac_exeext conftest.$ac_ext
9223 LIBS=$ac_check_lib_save_LIBS
9225 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9226 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9227 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9228 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9231 if test $ac_cv_lib_nsl_gethostbyname = no; then
9232 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9233 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9234 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 else
9237 ac_check_lib_save_LIBS=$LIBS
9238 LIBS="-lbsd $LIBS"
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h. */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h. */
9246 /* Override any GCC internal prototype to avoid an error.
9247 Use char because int might match the return type of a GCC
9248 builtin and then its argument prototype would still apply. */
9249 #ifdef __cplusplus
9250 extern "C"
9251 #endif
9252 char gethostbyname ();
9254 main ()
9256 return gethostbyname ();
9258 return 0;
9260 _ACEOF
9261 rm -f conftest.$ac_objext conftest$ac_exeext
9262 if { (ac_try="$ac_link"
9263 case "(($ac_try" in
9264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9265 *) ac_try_echo=$ac_try;;
9266 esac
9267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9268 (eval "$ac_link") 2>conftest.er1
9269 ac_status=$?
9270 grep -v '^ *+' conftest.er1 >conftest.err
9271 rm -f conftest.er1
9272 cat conftest.err >&5
9273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9274 (exit $ac_status); } && {
9275 test -z "$ac_c_werror_flag" ||
9276 test ! -s conftest.err
9277 } && test -s conftest$ac_exeext &&
9278 $as_test_x conftest$ac_exeext; then
9279 ac_cv_lib_bsd_gethostbyname=yes
9280 else
9281 echo "$as_me: failed program was:" >&5
9282 sed 's/^/| /' conftest.$ac_ext >&5
9284 ac_cv_lib_bsd_gethostbyname=no
9287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9288 conftest$ac_exeext conftest.$ac_ext
9289 LIBS=$ac_check_lib_save_LIBS
9291 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9292 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9293 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9294 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9300 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9301 # socket/setsockopt and other routines are undefined under SCO ODT
9302 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9303 # on later versions), says Simon Leinen: it contains gethostby*
9304 # variants that don't use the name server (or something). -lsocket
9305 # must be given before -lnsl if both are needed. We assume that
9306 # if connect needs -lnsl, so does gethostbyname.
9307 { echo "$as_me:$LINENO: checking for connect" >&5
9308 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9309 if test "${ac_cv_func_connect+set}" = set; then
9310 echo $ECHO_N "(cached) $ECHO_C" >&6
9311 else
9312 cat >conftest.$ac_ext <<_ACEOF
9313 /* confdefs.h. */
9314 _ACEOF
9315 cat confdefs.h >>conftest.$ac_ext
9316 cat >>conftest.$ac_ext <<_ACEOF
9317 /* end confdefs.h. */
9318 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9319 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9320 #define connect innocuous_connect
9322 /* System header to define __stub macros and hopefully few prototypes,
9323 which can conflict with char connect (); below.
9324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9325 <limits.h> exists even on freestanding compilers. */
9327 #ifdef __STDC__
9328 # include <limits.h>
9329 #else
9330 # include <assert.h>
9331 #endif
9333 #undef connect
9335 /* Override any GCC internal prototype to avoid an error.
9336 Use char because int might match the return type of a GCC
9337 builtin and then its argument prototype would still apply. */
9338 #ifdef __cplusplus
9339 extern "C"
9340 #endif
9341 char connect ();
9342 /* The GNU C library defines this for functions which it implements
9343 to always fail with ENOSYS. Some functions are actually named
9344 something starting with __ and the normal name is an alias. */
9345 #if defined __stub_connect || defined __stub___connect
9346 choke me
9347 #endif
9350 main ()
9352 return connect ();
9354 return 0;
9356 _ACEOF
9357 rm -f conftest.$ac_objext conftest$ac_exeext
9358 if { (ac_try="$ac_link"
9359 case "(($ac_try" in
9360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9361 *) ac_try_echo=$ac_try;;
9362 esac
9363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9364 (eval "$ac_link") 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } && {
9371 test -z "$ac_c_werror_flag" ||
9372 test ! -s conftest.err
9373 } && test -s conftest$ac_exeext &&
9374 $as_test_x conftest$ac_exeext; then
9375 ac_cv_func_connect=yes
9376 else
9377 echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 ac_cv_func_connect=no
9383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9384 conftest$ac_exeext conftest.$ac_ext
9386 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9387 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9389 if test $ac_cv_func_connect = no; then
9390 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9391 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9392 if test "${ac_cv_lib_socket_connect+set}" = set; then
9393 echo $ECHO_N "(cached) $ECHO_C" >&6
9394 else
9395 ac_check_lib_save_LIBS=$LIBS
9396 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9397 cat >conftest.$ac_ext <<_ACEOF
9398 /* confdefs.h. */
9399 _ACEOF
9400 cat confdefs.h >>conftest.$ac_ext
9401 cat >>conftest.$ac_ext <<_ACEOF
9402 /* end confdefs.h. */
9404 /* Override any GCC internal prototype to avoid an error.
9405 Use char because int might match the return type of a GCC
9406 builtin and then its argument prototype would still apply. */
9407 #ifdef __cplusplus
9408 extern "C"
9409 #endif
9410 char connect ();
9412 main ()
9414 return connect ();
9416 return 0;
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423 *) ac_try_echo=$ac_try;;
9424 esac
9425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9426 (eval "$ac_link") 2>conftest.er1
9427 ac_status=$?
9428 grep -v '^ *+' conftest.er1 >conftest.err
9429 rm -f conftest.er1
9430 cat conftest.err >&5
9431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432 (exit $ac_status); } && {
9433 test -z "$ac_c_werror_flag" ||
9434 test ! -s conftest.err
9435 } && test -s conftest$ac_exeext &&
9436 $as_test_x conftest$ac_exeext; then
9437 ac_cv_lib_socket_connect=yes
9438 else
9439 echo "$as_me: failed program was:" >&5
9440 sed 's/^/| /' conftest.$ac_ext >&5
9442 ac_cv_lib_socket_connect=no
9445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9446 conftest$ac_exeext conftest.$ac_ext
9447 LIBS=$ac_check_lib_save_LIBS
9449 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9450 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9451 if test $ac_cv_lib_socket_connect = yes; then
9452 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9457 # Guillermo Gomez says -lposix is necessary on A/UX.
9458 { echo "$as_me:$LINENO: checking for remove" >&5
9459 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9460 if test "${ac_cv_func_remove+set}" = set; then
9461 echo $ECHO_N "(cached) $ECHO_C" >&6
9462 else
9463 cat >conftest.$ac_ext <<_ACEOF
9464 /* confdefs.h. */
9465 _ACEOF
9466 cat confdefs.h >>conftest.$ac_ext
9467 cat >>conftest.$ac_ext <<_ACEOF
9468 /* end confdefs.h. */
9469 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9470 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9471 #define remove innocuous_remove
9473 /* System header to define __stub macros and hopefully few prototypes,
9474 which can conflict with char remove (); below.
9475 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9476 <limits.h> exists even on freestanding compilers. */
9478 #ifdef __STDC__
9479 # include <limits.h>
9480 #else
9481 # include <assert.h>
9482 #endif
9484 #undef remove
9486 /* Override any GCC internal prototype to avoid an error.
9487 Use char because int might match the return type of a GCC
9488 builtin and then its argument prototype would still apply. */
9489 #ifdef __cplusplus
9490 extern "C"
9491 #endif
9492 char remove ();
9493 /* The GNU C library defines this for functions which it implements
9494 to always fail with ENOSYS. Some functions are actually named
9495 something starting with __ and the normal name is an alias. */
9496 #if defined __stub_remove || defined __stub___remove
9497 choke me
9498 #endif
9501 main ()
9503 return remove ();
9505 return 0;
9507 _ACEOF
9508 rm -f conftest.$ac_objext conftest$ac_exeext
9509 if { (ac_try="$ac_link"
9510 case "(($ac_try" in
9511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9512 *) ac_try_echo=$ac_try;;
9513 esac
9514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9515 (eval "$ac_link") 2>conftest.er1
9516 ac_status=$?
9517 grep -v '^ *+' conftest.er1 >conftest.err
9518 rm -f conftest.er1
9519 cat conftest.err >&5
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); } && {
9522 test -z "$ac_c_werror_flag" ||
9523 test ! -s conftest.err
9524 } && test -s conftest$ac_exeext &&
9525 $as_test_x conftest$ac_exeext; then
9526 ac_cv_func_remove=yes
9527 else
9528 echo "$as_me: failed program was:" >&5
9529 sed 's/^/| /' conftest.$ac_ext >&5
9531 ac_cv_func_remove=no
9534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9535 conftest$ac_exeext conftest.$ac_ext
9537 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9538 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9540 if test $ac_cv_func_remove = no; then
9541 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9542 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9543 if test "${ac_cv_lib_posix_remove+set}" = set; then
9544 echo $ECHO_N "(cached) $ECHO_C" >&6
9545 else
9546 ac_check_lib_save_LIBS=$LIBS
9547 LIBS="-lposix $LIBS"
9548 cat >conftest.$ac_ext <<_ACEOF
9549 /* confdefs.h. */
9550 _ACEOF
9551 cat confdefs.h >>conftest.$ac_ext
9552 cat >>conftest.$ac_ext <<_ACEOF
9553 /* end confdefs.h. */
9555 /* Override any GCC internal prototype to avoid an error.
9556 Use char because int might match the return type of a GCC
9557 builtin and then its argument prototype would still apply. */
9558 #ifdef __cplusplus
9559 extern "C"
9560 #endif
9561 char remove ();
9563 main ()
9565 return remove ();
9567 return 0;
9569 _ACEOF
9570 rm -f conftest.$ac_objext conftest$ac_exeext
9571 if { (ac_try="$ac_link"
9572 case "(($ac_try" in
9573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9574 *) ac_try_echo=$ac_try;;
9575 esac
9576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9577 (eval "$ac_link") 2>conftest.er1
9578 ac_status=$?
9579 grep -v '^ *+' conftest.er1 >conftest.err
9580 rm -f conftest.er1
9581 cat conftest.err >&5
9582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9583 (exit $ac_status); } && {
9584 test -z "$ac_c_werror_flag" ||
9585 test ! -s conftest.err
9586 } && test -s conftest$ac_exeext &&
9587 $as_test_x conftest$ac_exeext; then
9588 ac_cv_lib_posix_remove=yes
9589 else
9590 echo "$as_me: failed program was:" >&5
9591 sed 's/^/| /' conftest.$ac_ext >&5
9593 ac_cv_lib_posix_remove=no
9596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9597 conftest$ac_exeext conftest.$ac_ext
9598 LIBS=$ac_check_lib_save_LIBS
9600 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9601 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9602 if test $ac_cv_lib_posix_remove = yes; then
9603 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9608 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9609 { echo "$as_me:$LINENO: checking for shmat" >&5
9610 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9611 if test "${ac_cv_func_shmat+set}" = set; then
9612 echo $ECHO_N "(cached) $ECHO_C" >&6
9613 else
9614 cat >conftest.$ac_ext <<_ACEOF
9615 /* confdefs.h. */
9616 _ACEOF
9617 cat confdefs.h >>conftest.$ac_ext
9618 cat >>conftest.$ac_ext <<_ACEOF
9619 /* end confdefs.h. */
9620 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9621 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9622 #define shmat innocuous_shmat
9624 /* System header to define __stub macros and hopefully few prototypes,
9625 which can conflict with char shmat (); below.
9626 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9627 <limits.h> exists even on freestanding compilers. */
9629 #ifdef __STDC__
9630 # include <limits.h>
9631 #else
9632 # include <assert.h>
9633 #endif
9635 #undef shmat
9637 /* Override any GCC internal prototype to avoid an error.
9638 Use char because int might match the return type of a GCC
9639 builtin and then its argument prototype would still apply. */
9640 #ifdef __cplusplus
9641 extern "C"
9642 #endif
9643 char shmat ();
9644 /* The GNU C library defines this for functions which it implements
9645 to always fail with ENOSYS. Some functions are actually named
9646 something starting with __ and the normal name is an alias. */
9647 #if defined __stub_shmat || defined __stub___shmat
9648 choke me
9649 #endif
9652 main ()
9654 return shmat ();
9656 return 0;
9658 _ACEOF
9659 rm -f conftest.$ac_objext conftest$ac_exeext
9660 if { (ac_try="$ac_link"
9661 case "(($ac_try" in
9662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9663 *) ac_try_echo=$ac_try;;
9664 esac
9665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9666 (eval "$ac_link") 2>conftest.er1
9667 ac_status=$?
9668 grep -v '^ *+' conftest.er1 >conftest.err
9669 rm -f conftest.er1
9670 cat conftest.err >&5
9671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672 (exit $ac_status); } && {
9673 test -z "$ac_c_werror_flag" ||
9674 test ! -s conftest.err
9675 } && test -s conftest$ac_exeext &&
9676 $as_test_x conftest$ac_exeext; then
9677 ac_cv_func_shmat=yes
9678 else
9679 echo "$as_me: failed program was:" >&5
9680 sed 's/^/| /' conftest.$ac_ext >&5
9682 ac_cv_func_shmat=no
9685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9686 conftest$ac_exeext conftest.$ac_ext
9688 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9689 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9691 if test $ac_cv_func_shmat = no; then
9692 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9693 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9694 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9695 echo $ECHO_N "(cached) $ECHO_C" >&6
9696 else
9697 ac_check_lib_save_LIBS=$LIBS
9698 LIBS="-lipc $LIBS"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 /* confdefs.h. */
9701 _ACEOF
9702 cat confdefs.h >>conftest.$ac_ext
9703 cat >>conftest.$ac_ext <<_ACEOF
9704 /* end confdefs.h. */
9706 /* Override any GCC internal prototype to avoid an error.
9707 Use char because int might match the return type of a GCC
9708 builtin and then its argument prototype would still apply. */
9709 #ifdef __cplusplus
9710 extern "C"
9711 #endif
9712 char shmat ();
9714 main ()
9716 return shmat ();
9718 return 0;
9720 _ACEOF
9721 rm -f conftest.$ac_objext conftest$ac_exeext
9722 if { (ac_try="$ac_link"
9723 case "(($ac_try" in
9724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9725 *) ac_try_echo=$ac_try;;
9726 esac
9727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9728 (eval "$ac_link") 2>conftest.er1
9729 ac_status=$?
9730 grep -v '^ *+' conftest.er1 >conftest.err
9731 rm -f conftest.er1
9732 cat conftest.err >&5
9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734 (exit $ac_status); } && {
9735 test -z "$ac_c_werror_flag" ||
9736 test ! -s conftest.err
9737 } && test -s conftest$ac_exeext &&
9738 $as_test_x conftest$ac_exeext; then
9739 ac_cv_lib_ipc_shmat=yes
9740 else
9741 echo "$as_me: failed program was:" >&5
9742 sed 's/^/| /' conftest.$ac_ext >&5
9744 ac_cv_lib_ipc_shmat=no
9747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9748 conftest$ac_exeext conftest.$ac_ext
9749 LIBS=$ac_check_lib_save_LIBS
9751 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9752 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9753 if test $ac_cv_lib_ipc_shmat = yes; then
9754 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9760 # Check for libraries that X11R6 Xt/Xaw programs need.
9761 ac_save_LDFLAGS=$LDFLAGS
9762 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9763 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9764 # check for ICE first), but we must link in the order -lSM -lICE or
9765 # we get undefined symbols. So assume we have SM if we have ICE.
9766 # These have to be linked with before -lX11, unlike the other
9767 # libraries we check for below, so use a different variable.
9768 # John Interrante, Karl Berry
9769 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9770 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9771 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9772 echo $ECHO_N "(cached) $ECHO_C" >&6
9773 else
9774 ac_check_lib_save_LIBS=$LIBS
9775 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9776 cat >conftest.$ac_ext <<_ACEOF
9777 /* confdefs.h. */
9778 _ACEOF
9779 cat confdefs.h >>conftest.$ac_ext
9780 cat >>conftest.$ac_ext <<_ACEOF
9781 /* end confdefs.h. */
9783 /* Override any GCC internal prototype to avoid an error.
9784 Use char because int might match the return type of a GCC
9785 builtin and then its argument prototype would still apply. */
9786 #ifdef __cplusplus
9787 extern "C"
9788 #endif
9789 char IceConnectionNumber ();
9791 main ()
9793 return IceConnectionNumber ();
9795 return 0;
9797 _ACEOF
9798 rm -f conftest.$ac_objext conftest$ac_exeext
9799 if { (ac_try="$ac_link"
9800 case "(($ac_try" in
9801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802 *) ac_try_echo=$ac_try;;
9803 esac
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_link") 2>conftest.er1
9806 ac_status=$?
9807 grep -v '^ *+' conftest.er1 >conftest.err
9808 rm -f conftest.er1
9809 cat conftest.err >&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest$ac_exeext &&
9815 $as_test_x conftest$ac_exeext; then
9816 ac_cv_lib_ICE_IceConnectionNumber=yes
9817 else
9818 echo "$as_me: failed program was:" >&5
9819 sed 's/^/| /' conftest.$ac_ext >&5
9821 ac_cv_lib_ICE_IceConnectionNumber=no
9824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9825 conftest$ac_exeext conftest.$ac_ext
9826 LIBS=$ac_check_lib_save_LIBS
9828 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9829 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9830 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9831 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9834 LDFLAGS=$ac_save_LDFLAGS
9839 if test "$have_x" = "yes"
9840 then
9841 XLIB="-lXext -lX11"
9842 ac_save_CPPFLAGS="$CPPFLAGS"
9843 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9845 { echo "$as_me:$LINENO: checking for -lX11" >&5
9846 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_soname_X11+set}" = set; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9849 else
9850 ac_check_soname_save_LIBS=$LIBS
9851 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.$ac_ext <<_ACEOF
9853 /* confdefs.h. */
9854 _ACEOF
9855 cat confdefs.h >>conftest.$ac_ext
9856 cat >>conftest.$ac_ext <<_ACEOF
9857 /* end confdefs.h. */
9859 /* Override any GCC internal prototype to avoid an error.
9860 Use char because int might match the return type of a GCC
9861 builtin and then its argument prototype would still apply. */
9862 #ifdef __cplusplus
9863 extern "C"
9864 #endif
9865 char XCreateWindow ();
9867 main ()
9869 return XCreateWindow ();
9871 return 0;
9873 _ACEOF
9874 rm -f conftest.$ac_objext conftest$ac_exeext
9875 if { (ac_try="$ac_link"
9876 case "(($ac_try" in
9877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9878 *) ac_try_echo=$ac_try;;
9879 esac
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881 (eval "$ac_link") 2>conftest.er1
9882 ac_status=$?
9883 grep -v '^ *+' conftest.er1 >conftest.err
9884 rm -f conftest.er1
9885 cat conftest.err >&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } && {
9888 test -z "$ac_c_werror_flag" ||
9889 test ! -s conftest.err
9890 } && test -s conftest$ac_exeext &&
9891 $as_test_x conftest$ac_exeext; then
9892 case "$LIBEXT" in
9893 dll) ;;
9894 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'` ;;
9895 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9896 esac
9897 else
9898 echo "$as_me: failed program was:" >&5
9899 sed 's/^/| /' conftest.$ac_ext >&5
9904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9905 conftest$ac_exeext conftest.$ac_ext
9906 LIBS=$ac_check_soname_save_LIBS
9908 if test "x$ac_cv_lib_soname_X11" = "x"; then
9909 { echo "$as_me:$LINENO: result: not found" >&5
9910 echo "${ECHO_T}not found" >&6; }
9912 else
9913 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9914 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9916 cat >>confdefs.h <<_ACEOF
9917 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9918 _ACEOF
9923 { echo "$as_me:$LINENO: checking for -lXext" >&5
9924 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9925 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9926 echo $ECHO_N "(cached) $ECHO_C" >&6
9927 else
9928 ac_check_soname_save_LIBS=$LIBS
9929 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9930 cat >conftest.$ac_ext <<_ACEOF
9931 /* confdefs.h. */
9932 _ACEOF
9933 cat confdefs.h >>conftest.$ac_ext
9934 cat >>conftest.$ac_ext <<_ACEOF
9935 /* end confdefs.h. */
9937 /* Override any GCC internal prototype to avoid an error.
9938 Use char because int might match the return type of a GCC
9939 builtin and then its argument prototype would still apply. */
9940 #ifdef __cplusplus
9941 extern "C"
9942 #endif
9943 char XextCreateExtension ();
9945 main ()
9947 return XextCreateExtension ();
9949 return 0;
9951 _ACEOF
9952 rm -f conftest.$ac_objext conftest$ac_exeext
9953 if { (ac_try="$ac_link"
9954 case "(($ac_try" in
9955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9956 *) ac_try_echo=$ac_try;;
9957 esac
9958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9959 (eval "$ac_link") 2>conftest.er1
9960 ac_status=$?
9961 grep -v '^ *+' conftest.er1 >conftest.err
9962 rm -f conftest.er1
9963 cat conftest.err >&5
9964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); } && {
9966 test -z "$ac_c_werror_flag" ||
9967 test ! -s conftest.err
9968 } && test -s conftest$ac_exeext &&
9969 $as_test_x conftest$ac_exeext; then
9970 case "$LIBEXT" in
9971 dll) ;;
9972 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'` ;;
9973 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9974 esac
9975 else
9976 echo "$as_me: failed program was:" >&5
9977 sed 's/^/| /' conftest.$ac_ext >&5
9982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9983 conftest$ac_exeext conftest.$ac_ext
9984 LIBS=$ac_check_soname_save_LIBS
9986 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9987 { echo "$as_me:$LINENO: result: not found" >&5
9988 echo "${ECHO_T}not found" >&6; }
9990 else
9991 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9992 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9994 cat >>confdefs.h <<_ACEOF
9995 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9996 _ACEOF
10014 for ac_header in X11/Xlib.h \
10015 X11/XKBlib.h \
10016 X11/Xutil.h \
10017 X11/Xcursor/Xcursor.h \
10018 X11/extensions/shape.h \
10019 X11/extensions/XInput.h \
10020 X11/extensions/XShm.h \
10021 X11/extensions/Xcomposite.h \
10022 X11/extensions/Xinerama.h \
10023 X11/extensions/Xrandr.h \
10024 X11/extensions/Xrender.h \
10025 X11/extensions/xf86vmode.h
10027 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10028 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10029 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10031 echo $ECHO_N "(cached) $ECHO_C" >&6
10032 else
10033 cat >conftest.$ac_ext <<_ACEOF
10034 /* confdefs.h. */
10035 _ACEOF
10036 cat confdefs.h >>conftest.$ac_ext
10037 cat >>conftest.$ac_ext <<_ACEOF
10038 /* end confdefs.h. */
10039 #ifdef HAVE_X11_XLIB_H
10040 # include <X11/Xlib.h>
10041 #endif
10042 #ifdef HAVE_X11_XUTIL_H
10043 # include <X11/Xutil.h>
10044 #endif
10046 #include <$ac_header>
10047 _ACEOF
10048 rm -f conftest.$ac_objext
10049 if { (ac_try="$ac_compile"
10050 case "(($ac_try" in
10051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10052 *) ac_try_echo=$ac_try;;
10053 esac
10054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10055 (eval "$ac_compile") 2>conftest.er1
10056 ac_status=$?
10057 grep -v '^ *+' conftest.er1 >conftest.err
10058 rm -f conftest.er1
10059 cat conftest.err >&5
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); } && {
10062 test -z "$ac_c_werror_flag" ||
10063 test ! -s conftest.err
10064 } && test -s conftest.$ac_objext; then
10065 eval "$as_ac_Header=yes"
10066 else
10067 echo "$as_me: failed program was:" >&5
10068 sed 's/^/| /' conftest.$ac_ext >&5
10070 eval "$as_ac_Header=no"
10073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10075 ac_res=`eval echo '${'$as_ac_Header'}'`
10076 { echo "$as_me:$LINENO: result: $ac_res" >&5
10077 echo "${ECHO_T}$ac_res" >&6; }
10078 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10079 cat >>confdefs.h <<_ACEOF
10080 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10081 _ACEOF
10085 done
10088 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10089 then
10090 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10091 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10092 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10093 echo $ECHO_N "(cached) $ECHO_C" >&6
10094 else
10095 ac_check_lib_save_LIBS=$LIBS
10096 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10097 cat >conftest.$ac_ext <<_ACEOF
10098 /* confdefs.h. */
10099 _ACEOF
10100 cat confdefs.h >>conftest.$ac_ext
10101 cat >>conftest.$ac_ext <<_ACEOF
10102 /* end confdefs.h. */
10104 /* Override any GCC internal prototype to avoid an error.
10105 Use char because int might match the return type of a GCC
10106 builtin and then its argument prototype would still apply. */
10107 #ifdef __cplusplus
10108 extern "C"
10109 #endif
10110 char XkbQueryExtension ();
10112 main ()
10114 return XkbQueryExtension ();
10116 return 0;
10118 _ACEOF
10119 rm -f conftest.$ac_objext conftest$ac_exeext
10120 if { (ac_try="$ac_link"
10121 case "(($ac_try" in
10122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10123 *) ac_try_echo=$ac_try;;
10124 esac
10125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10126 (eval "$ac_link") 2>conftest.er1
10127 ac_status=$?
10128 grep -v '^ *+' conftest.er1 >conftest.err
10129 rm -f conftest.er1
10130 cat conftest.err >&5
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); } && {
10133 test -z "$ac_c_werror_flag" ||
10134 test ! -s conftest.err
10135 } && test -s conftest$ac_exeext &&
10136 $as_test_x conftest$ac_exeext; then
10137 ac_cv_lib_X11_XkbQueryExtension=yes
10138 else
10139 echo "$as_me: failed program was:" >&5
10140 sed 's/^/| /' conftest.$ac_ext >&5
10142 ac_cv_lib_X11_XkbQueryExtension=no
10145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10146 conftest$ac_exeext conftest.$ac_ext
10147 LIBS=$ac_check_lib_save_LIBS
10149 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10150 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10151 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10153 cat >>confdefs.h <<\_ACEOF
10154 #define HAVE_XKB 1
10155 _ACEOF
10161 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10162 then
10163 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10164 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10165 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10166 echo $ECHO_N "(cached) $ECHO_C" >&6
10167 else
10168 ac_check_soname_save_LIBS=$LIBS
10169 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10170 cat >conftest.$ac_ext <<_ACEOF
10171 /* confdefs.h. */
10172 _ACEOF
10173 cat confdefs.h >>conftest.$ac_ext
10174 cat >>conftest.$ac_ext <<_ACEOF
10175 /* end confdefs.h. */
10177 /* Override any GCC internal prototype to avoid an error.
10178 Use char because int might match the return type of a GCC
10179 builtin and then its argument prototype would still apply. */
10180 #ifdef __cplusplus
10181 extern "C"
10182 #endif
10183 char XcursorImageLoadCursor ();
10185 main ()
10187 return XcursorImageLoadCursor ();
10189 return 0;
10191 _ACEOF
10192 rm -f conftest.$ac_objext conftest$ac_exeext
10193 if { (ac_try="$ac_link"
10194 case "(($ac_try" in
10195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10196 *) ac_try_echo=$ac_try;;
10197 esac
10198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10199 (eval "$ac_link") 2>conftest.er1
10200 ac_status=$?
10201 grep -v '^ *+' conftest.er1 >conftest.err
10202 rm -f conftest.er1
10203 cat conftest.err >&5
10204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10205 (exit $ac_status); } && {
10206 test -z "$ac_c_werror_flag" ||
10207 test ! -s conftest.err
10208 } && test -s conftest$ac_exeext &&
10209 $as_test_x conftest$ac_exeext; then
10210 case "$LIBEXT" in
10211 dll) ;;
10212 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'` ;;
10213 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10214 esac
10215 else
10216 echo "$as_me: failed program was:" >&5
10217 sed 's/^/| /' conftest.$ac_ext >&5
10222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10223 conftest$ac_exeext conftest.$ac_ext
10224 LIBS=$ac_check_soname_save_LIBS
10226 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10227 { echo "$as_me:$LINENO: result: not found" >&5
10228 echo "${ECHO_T}not found" >&6; }
10230 else
10231 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10232 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10234 cat >>confdefs.h <<_ACEOF
10235 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10236 _ACEOF
10242 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10243 case "x$with_xcursor" in
10244 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10245 xno) ;;
10246 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10247 This is an error since --with-xcursor was requested." >&5
10248 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10249 This is an error since --with-xcursor was requested." >&2;}
10250 { (exit 1); exit 1; }; } ;;
10251 esac
10255 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10256 then
10257 { echo "$as_me:$LINENO: checking for -lXi" >&5
10258 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10259 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10260 echo $ECHO_N "(cached) $ECHO_C" >&6
10261 else
10262 ac_check_soname_save_LIBS=$LIBS
10263 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10264 cat >conftest.$ac_ext <<_ACEOF
10265 /* confdefs.h. */
10266 _ACEOF
10267 cat confdefs.h >>conftest.$ac_ext
10268 cat >>conftest.$ac_ext <<_ACEOF
10269 /* end confdefs.h. */
10271 /* Override any GCC internal prototype to avoid an error.
10272 Use char because int might match the return type of a GCC
10273 builtin and then its argument prototype would still apply. */
10274 #ifdef __cplusplus
10275 extern "C"
10276 #endif
10277 char XOpenDevice ();
10279 main ()
10281 return XOpenDevice ();
10283 return 0;
10285 _ACEOF
10286 rm -f conftest.$ac_objext conftest$ac_exeext
10287 if { (ac_try="$ac_link"
10288 case "(($ac_try" in
10289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10290 *) ac_try_echo=$ac_try;;
10291 esac
10292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10293 (eval "$ac_link") 2>conftest.er1
10294 ac_status=$?
10295 grep -v '^ *+' conftest.er1 >conftest.err
10296 rm -f conftest.er1
10297 cat conftest.err >&5
10298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10299 (exit $ac_status); } && {
10300 test -z "$ac_c_werror_flag" ||
10301 test ! -s conftest.err
10302 } && test -s conftest$ac_exeext &&
10303 $as_test_x conftest$ac_exeext; then
10304 case "$LIBEXT" in
10305 dll) ;;
10306 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'` ;;
10307 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10308 esac
10309 else
10310 echo "$as_me: failed program was:" >&5
10311 sed 's/^/| /' conftest.$ac_ext >&5
10316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10317 conftest$ac_exeext conftest.$ac_ext
10318 LIBS=$ac_check_soname_save_LIBS
10320 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10321 { echo "$as_me:$LINENO: result: not found" >&5
10322 echo "${ECHO_T}not found" >&6; }
10324 else
10325 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10326 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10328 cat >>confdefs.h <<_ACEOF
10329 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10330 _ACEOF
10336 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10337 case "x$with_xinput" in
10338 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10339 xno) ;;
10340 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10341 This is an error since --with-xinput was requested." >&5
10342 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10343 This is an error since --with-xinput was requested." >&2;}
10344 { (exit 1); exit 1; }; } ;;
10345 esac
10349 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10350 then
10351 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10352 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10353 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10354 echo $ECHO_N "(cached) $ECHO_C" >&6
10355 else
10356 ac_check_lib_save_LIBS=$LIBS
10357 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10358 cat >conftest.$ac_ext <<_ACEOF
10359 /* confdefs.h. */
10360 _ACEOF
10361 cat confdefs.h >>conftest.$ac_ext
10362 cat >>conftest.$ac_ext <<_ACEOF
10363 /* end confdefs.h. */
10365 /* Override any GCC internal prototype to avoid an error.
10366 Use char because int might match the return type of a GCC
10367 builtin and then its argument prototype would still apply. */
10368 #ifdef __cplusplus
10369 extern "C"
10370 #endif
10371 char XShmQueryExtension ();
10373 main ()
10375 return XShmQueryExtension ();
10377 return 0;
10379 _ACEOF
10380 rm -f conftest.$ac_objext conftest$ac_exeext
10381 if { (ac_try="$ac_link"
10382 case "(($ac_try" in
10383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10384 *) ac_try_echo=$ac_try;;
10385 esac
10386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10387 (eval "$ac_link") 2>conftest.er1
10388 ac_status=$?
10389 grep -v '^ *+' conftest.er1 >conftest.err
10390 rm -f conftest.er1
10391 cat conftest.err >&5
10392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393 (exit $ac_status); } && {
10394 test -z "$ac_c_werror_flag" ||
10395 test ! -s conftest.err
10396 } && test -s conftest$ac_exeext &&
10397 $as_test_x conftest$ac_exeext; then
10398 ac_cv_lib_Xext_XShmQueryExtension=yes
10399 else
10400 echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10403 ac_cv_lib_Xext_XShmQueryExtension=no
10406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10407 conftest$ac_exeext conftest.$ac_ext
10408 LIBS=$ac_check_lib_save_LIBS
10410 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10411 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10412 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10414 cat >>confdefs.h <<\_ACEOF
10415 #define HAVE_LIBXXSHM 1
10416 _ACEOF
10421 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10422 case "x$with_xshm" in
10423 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10424 xno) ;;
10425 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10426 This is an error since --with-xshm was requested." >&5
10427 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10428 This is an error since --with-xshm was requested." >&2;}
10429 { (exit 1); exit 1; }; } ;;
10430 esac
10434 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10435 then
10436 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10437 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10438 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10439 echo $ECHO_N "(cached) $ECHO_C" >&6
10440 else
10441 ac_check_lib_save_LIBS=$LIBS
10442 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10443 cat >conftest.$ac_ext <<_ACEOF
10444 /* confdefs.h. */
10445 _ACEOF
10446 cat confdefs.h >>conftest.$ac_ext
10447 cat >>conftest.$ac_ext <<_ACEOF
10448 /* end confdefs.h. */
10450 /* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10453 #ifdef __cplusplus
10454 extern "C"
10455 #endif
10456 char XShapeQueryExtension ();
10458 main ()
10460 return XShapeQueryExtension ();
10462 return 0;
10464 _ACEOF
10465 rm -f conftest.$ac_objext conftest$ac_exeext
10466 if { (ac_try="$ac_link"
10467 case "(($ac_try" in
10468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10469 *) ac_try_echo=$ac_try;;
10470 esac
10471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10472 (eval "$ac_link") 2>conftest.er1
10473 ac_status=$?
10474 grep -v '^ *+' conftest.er1 >conftest.err
10475 rm -f conftest.er1
10476 cat conftest.err >&5
10477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 (exit $ac_status); } && {
10479 test -z "$ac_c_werror_flag" ||
10480 test ! -s conftest.err
10481 } && test -s conftest$ac_exeext &&
10482 $as_test_x conftest$ac_exeext; then
10483 ac_cv_lib_Xext_XShapeQueryExtension=yes
10484 else
10485 echo "$as_me: failed program was:" >&5
10486 sed 's/^/| /' conftest.$ac_ext >&5
10488 ac_cv_lib_Xext_XShapeQueryExtension=no
10491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10492 conftest$ac_exeext conftest.$ac_ext
10493 LIBS=$ac_check_lib_save_LIBS
10495 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10496 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10497 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10499 cat >>confdefs.h <<\_ACEOF
10500 #define HAVE_LIBXSHAPE 1
10501 _ACEOF
10506 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10507 case "x$with_xshape" in
10508 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10509 xno) ;;
10510 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10511 This is an error since --with-xshape was requested." >&5
10512 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10513 This is an error since --with-xshape was requested." >&2;}
10514 { (exit 1); exit 1; }; } ;;
10515 esac
10519 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10520 then
10521 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10522 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10523 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10524 echo $ECHO_N "(cached) $ECHO_C" >&6
10525 else
10526 ac_check_soname_save_LIBS=$LIBS
10527 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10528 cat >conftest.$ac_ext <<_ACEOF
10529 /* confdefs.h. */
10530 _ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10535 /* Override any GCC internal prototype to avoid an error.
10536 Use char because int might match the return type of a GCC
10537 builtin and then its argument prototype would still apply. */
10538 #ifdef __cplusplus
10539 extern "C"
10540 #endif
10541 char XF86VidModeQueryExtension ();
10543 main ()
10545 return XF86VidModeQueryExtension ();
10547 return 0;
10549 _ACEOF
10550 rm -f conftest.$ac_objext conftest$ac_exeext
10551 if { (ac_try="$ac_link"
10552 case "(($ac_try" in
10553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10554 *) ac_try_echo=$ac_try;;
10555 esac
10556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10557 (eval "$ac_link") 2>conftest.er1
10558 ac_status=$?
10559 grep -v '^ *+' conftest.er1 >conftest.err
10560 rm -f conftest.er1
10561 cat conftest.err >&5
10562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10563 (exit $ac_status); } && {
10564 test -z "$ac_c_werror_flag" ||
10565 test ! -s conftest.err
10566 } && test -s conftest$ac_exeext &&
10567 $as_test_x conftest$ac_exeext; then
10568 case "$LIBEXT" in
10569 dll) ;;
10570 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'` ;;
10571 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10572 esac
10573 else
10574 echo "$as_me: failed program was:" >&5
10575 sed 's/^/| /' conftest.$ac_ext >&5
10580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10581 conftest$ac_exeext conftest.$ac_ext
10582 LIBS=$ac_check_soname_save_LIBS
10584 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10585 { echo "$as_me:$LINENO: result: not found" >&5
10586 echo "${ECHO_T}not found" >&6; }
10588 else
10589 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10590 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10592 cat >>confdefs.h <<_ACEOF
10593 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10594 _ACEOF
10600 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10601 case "x$with_xxf86vm" in
10602 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10603 xno) ;;
10604 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10605 This is an error since --with-xxf86vm was requested." >&5
10606 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10607 This is an error since --with-xxf86vm was requested." >&2;}
10608 { (exit 1); exit 1; }; } ;;
10609 esac
10613 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"
10614 then
10615 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10616 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10617 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10618 echo $ECHO_N "(cached) $ECHO_C" >&6
10619 else
10620 ac_check_soname_save_LIBS=$LIBS
10621 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10622 cat >conftest.$ac_ext <<_ACEOF
10623 /* confdefs.h. */
10624 _ACEOF
10625 cat confdefs.h >>conftest.$ac_ext
10626 cat >>conftest.$ac_ext <<_ACEOF
10627 /* end confdefs.h. */
10629 /* Override any GCC internal prototype to avoid an error.
10630 Use char because int might match the return type of a GCC
10631 builtin and then its argument prototype would still apply. */
10632 #ifdef __cplusplus
10633 extern "C"
10634 #endif
10635 char XRenderQueryExtension ();
10637 main ()
10639 return XRenderQueryExtension ();
10641 return 0;
10643 _ACEOF
10644 rm -f conftest.$ac_objext conftest$ac_exeext
10645 if { (ac_try="$ac_link"
10646 case "(($ac_try" in
10647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10648 *) ac_try_echo=$ac_try;;
10649 esac
10650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10651 (eval "$ac_link") 2>conftest.er1
10652 ac_status=$?
10653 grep -v '^ *+' conftest.er1 >conftest.err
10654 rm -f conftest.er1
10655 cat conftest.err >&5
10656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); } && {
10658 test -z "$ac_c_werror_flag" ||
10659 test ! -s conftest.err
10660 } && test -s conftest$ac_exeext &&
10661 $as_test_x conftest$ac_exeext; then
10662 case "$LIBEXT" in
10663 dll) ;;
10664 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'` ;;
10665 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10666 esac
10667 else
10668 echo "$as_me: failed program was:" >&5
10669 sed 's/^/| /' conftest.$ac_ext >&5
10674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10675 conftest$ac_exeext conftest.$ac_ext
10676 LIBS=$ac_check_soname_save_LIBS
10678 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10679 { echo "$as_me:$LINENO: result: not found" >&5
10680 echo "${ECHO_T}not found" >&6; }
10682 else
10683 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10684 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10686 cat >>confdefs.h <<_ACEOF
10687 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10688 _ACEOF
10690 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10691 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10692 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10693 echo $ECHO_N "(cached) $ECHO_C" >&6
10694 else
10695 ac_check_lib_save_LIBS=$LIBS
10696 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10697 cat >conftest.$ac_ext <<_ACEOF
10698 /* confdefs.h. */
10699 _ACEOF
10700 cat confdefs.h >>conftest.$ac_ext
10701 cat >>conftest.$ac_ext <<_ACEOF
10702 /* end confdefs.h. */
10704 /* Override any GCC internal prototype to avoid an error.
10705 Use char because int might match the return type of a GCC
10706 builtin and then its argument prototype would still apply. */
10707 #ifdef __cplusplus
10708 extern "C"
10709 #endif
10710 char XRenderSetPictureTransform ();
10712 main ()
10714 return XRenderSetPictureTransform ();
10716 return 0;
10718 _ACEOF
10719 rm -f conftest.$ac_objext conftest$ac_exeext
10720 if { (ac_try="$ac_link"
10721 case "(($ac_try" in
10722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10723 *) ac_try_echo=$ac_try;;
10724 esac
10725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10726 (eval "$ac_link") 2>conftest.er1
10727 ac_status=$?
10728 grep -v '^ *+' conftest.er1 >conftest.err
10729 rm -f conftest.er1
10730 cat conftest.err >&5
10731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10732 (exit $ac_status); } && {
10733 test -z "$ac_c_werror_flag" ||
10734 test ! -s conftest.err
10735 } && test -s conftest$ac_exeext &&
10736 $as_test_x conftest$ac_exeext; then
10737 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10738 else
10739 echo "$as_me: failed program was:" >&5
10740 sed 's/^/| /' conftest.$ac_ext >&5
10742 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10745 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10746 conftest$ac_exeext conftest.$ac_ext
10747 LIBS=$ac_check_lib_save_LIBS
10749 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10750 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10751 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10753 cat >>confdefs.h <<\_ACEOF
10754 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10755 _ACEOF
10763 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10764 case "x$with_xrender" in
10765 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10766 xno) ;;
10767 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10768 This is an error since --with-xrender was requested." >&5
10769 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10770 This is an error since --with-xrender was requested." >&2;}
10771 { (exit 1); exit 1; }; } ;;
10772 esac
10776 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10777 then
10778 cat >conftest.$ac_ext <<_ACEOF
10779 /* confdefs.h. */
10780 _ACEOF
10781 cat confdefs.h >>conftest.$ac_ext
10782 cat >>conftest.$ac_ext <<_ACEOF
10783 /* end confdefs.h. */
10784 #include <X11/Xlib.h>
10785 #include <X11/extensions/Xrandr.h>
10787 main ()
10789 static typeof(XRRSetScreenConfigAndRate) * func;
10791 return 0;
10793 _ACEOF
10794 rm -f conftest.$ac_objext
10795 if { (ac_try="$ac_compile"
10796 case "(($ac_try" in
10797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10798 *) ac_try_echo=$ac_try;;
10799 esac
10800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10801 (eval "$ac_compile") 2>conftest.er1
10802 ac_status=$?
10803 grep -v '^ *+' conftest.er1 >conftest.err
10804 rm -f conftest.er1
10805 cat conftest.err >&5
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); } && {
10808 test -z "$ac_c_werror_flag" ||
10809 test ! -s conftest.err
10810 } && test -s conftest.$ac_objext; then
10811 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10812 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10813 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10814 echo $ECHO_N "(cached) $ECHO_C" >&6
10815 else
10816 ac_check_soname_save_LIBS=$LIBS
10817 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10818 cat >conftest.$ac_ext <<_ACEOF
10819 /* confdefs.h. */
10820 _ACEOF
10821 cat confdefs.h >>conftest.$ac_ext
10822 cat >>conftest.$ac_ext <<_ACEOF
10823 /* end confdefs.h. */
10825 /* Override any GCC internal prototype to avoid an error.
10826 Use char because int might match the return type of a GCC
10827 builtin and then its argument prototype would still apply. */
10828 #ifdef __cplusplus
10829 extern "C"
10830 #endif
10831 char XRRQueryExtension ();
10833 main ()
10835 return XRRQueryExtension ();
10837 return 0;
10839 _ACEOF
10840 rm -f conftest.$ac_objext conftest$ac_exeext
10841 if { (ac_try="$ac_link"
10842 case "(($ac_try" in
10843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10844 *) ac_try_echo=$ac_try;;
10845 esac
10846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10847 (eval "$ac_link") 2>conftest.er1
10848 ac_status=$?
10849 grep -v '^ *+' conftest.er1 >conftest.err
10850 rm -f conftest.er1
10851 cat conftest.err >&5
10852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10853 (exit $ac_status); } && {
10854 test -z "$ac_c_werror_flag" ||
10855 test ! -s conftest.err
10856 } && test -s conftest$ac_exeext &&
10857 $as_test_x conftest$ac_exeext; then
10858 case "$LIBEXT" in
10859 dll) ;;
10860 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'` ;;
10861 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10862 esac
10863 else
10864 echo "$as_me: failed program was:" >&5
10865 sed 's/^/| /' conftest.$ac_ext >&5
10870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10871 conftest$ac_exeext conftest.$ac_ext
10872 LIBS=$ac_check_soname_save_LIBS
10874 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10875 { echo "$as_me:$LINENO: result: not found" >&5
10876 echo "${ECHO_T}not found" >&6; }
10878 else
10879 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10880 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10882 cat >>confdefs.h <<_ACEOF
10883 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10884 _ACEOF
10889 else
10890 echo "$as_me: failed program was:" >&5
10891 sed 's/^/| /' conftest.$ac_ext >&5
10896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10898 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10899 case "x$with_xrandr" in
10900 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10901 xno) ;;
10902 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10903 This is an error since --with-xrandr was requested." >&5
10904 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10905 This is an error since --with-xrandr was requested." >&2;}
10906 { (exit 1); exit 1; }; } ;;
10907 esac
10911 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10912 then
10913 cat >conftest.$ac_ext <<_ACEOF
10914 /* confdefs.h. */
10915 _ACEOF
10916 cat confdefs.h >>conftest.$ac_ext
10917 cat >>conftest.$ac_ext <<_ACEOF
10918 /* end confdefs.h. */
10919 #include <X11/Xlib.h>
10920 #include <X11/extensions/Xinerama.h>
10922 main ()
10924 static typeof(XineramaQueryScreens) * func;
10926 return 0;
10928 _ACEOF
10929 rm -f conftest.$ac_objext
10930 if { (ac_try="$ac_compile"
10931 case "(($ac_try" in
10932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10933 *) ac_try_echo=$ac_try;;
10934 esac
10935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10936 (eval "$ac_compile") 2>conftest.er1
10937 ac_status=$?
10938 grep -v '^ *+' conftest.er1 >conftest.err
10939 rm -f conftest.er1
10940 cat conftest.err >&5
10941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10942 (exit $ac_status); } && {
10943 test -z "$ac_c_werror_flag" ||
10944 test ! -s conftest.err
10945 } && test -s conftest.$ac_objext; then
10946 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10947 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10948 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10949 echo $ECHO_N "(cached) $ECHO_C" >&6
10950 else
10951 ac_check_soname_save_LIBS=$LIBS
10952 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10953 cat >conftest.$ac_ext <<_ACEOF
10954 /* confdefs.h. */
10955 _ACEOF
10956 cat confdefs.h >>conftest.$ac_ext
10957 cat >>conftest.$ac_ext <<_ACEOF
10958 /* end confdefs.h. */
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char XineramaQueryScreens ();
10968 main ()
10970 return XineramaQueryScreens ();
10972 return 0;
10974 _ACEOF
10975 rm -f conftest.$ac_objext conftest$ac_exeext
10976 if { (ac_try="$ac_link"
10977 case "(($ac_try" in
10978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10979 *) ac_try_echo=$ac_try;;
10980 esac
10981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10982 (eval "$ac_link") 2>conftest.er1
10983 ac_status=$?
10984 grep -v '^ *+' conftest.er1 >conftest.err
10985 rm -f conftest.er1
10986 cat conftest.err >&5
10987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10988 (exit $ac_status); } && {
10989 test -z "$ac_c_werror_flag" ||
10990 test ! -s conftest.err
10991 } && test -s conftest$ac_exeext &&
10992 $as_test_x conftest$ac_exeext; then
10993 case "$LIBEXT" in
10994 dll) ;;
10995 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'` ;;
10996 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10997 esac
10998 else
10999 echo "$as_me: failed program was:" >&5
11000 sed 's/^/| /' conftest.$ac_ext >&5
11005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11006 conftest$ac_exeext conftest.$ac_ext
11007 LIBS=$ac_check_soname_save_LIBS
11009 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11010 { echo "$as_me:$LINENO: result: not found" >&5
11011 echo "${ECHO_T}not found" >&6; }
11013 else
11014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11015 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11017 cat >>confdefs.h <<_ACEOF
11018 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11019 _ACEOF
11024 else
11025 echo "$as_me: failed program was:" >&5
11026 sed 's/^/| /' conftest.$ac_ext >&5
11031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11033 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11034 case "x$with_xinerama" in
11035 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11036 xno) ;;
11037 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11038 This is an error since --with-xinerama was requested." >&5
11039 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11040 This is an error since --with-xinerama was requested." >&2;}
11041 { (exit 1); exit 1; }; } ;;
11042 esac
11046 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11047 then
11048 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11049 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11050 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11051 echo $ECHO_N "(cached) $ECHO_C" >&6
11052 else
11053 ac_check_soname_save_LIBS=$LIBS
11054 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11055 cat >conftest.$ac_ext <<_ACEOF
11056 /* confdefs.h. */
11057 _ACEOF
11058 cat confdefs.h >>conftest.$ac_ext
11059 cat >>conftest.$ac_ext <<_ACEOF
11060 /* end confdefs.h. */
11062 /* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11065 #ifdef __cplusplus
11066 extern "C"
11067 #endif
11068 char XCompositeRedirectWindow ();
11070 main ()
11072 return XCompositeRedirectWindow ();
11074 return 0;
11076 _ACEOF
11077 rm -f conftest.$ac_objext conftest$ac_exeext
11078 if { (ac_try="$ac_link"
11079 case "(($ac_try" in
11080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11081 *) ac_try_echo=$ac_try;;
11082 esac
11083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11084 (eval "$ac_link") 2>conftest.er1
11085 ac_status=$?
11086 grep -v '^ *+' conftest.er1 >conftest.err
11087 rm -f conftest.er1
11088 cat conftest.err >&5
11089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 (exit $ac_status); } && {
11091 test -z "$ac_c_werror_flag" ||
11092 test ! -s conftest.err
11093 } && test -s conftest$ac_exeext &&
11094 $as_test_x conftest$ac_exeext; then
11095 case "$LIBEXT" in
11096 dll) ;;
11097 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'` ;;
11098 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11099 esac
11100 else
11101 echo "$as_me: failed program was:" >&5
11102 sed 's/^/| /' conftest.$ac_ext >&5
11107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11108 conftest$ac_exeext conftest.$ac_ext
11109 LIBS=$ac_check_soname_save_LIBS
11111 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11112 { echo "$as_me:$LINENO: result: not found" >&5
11113 echo "${ECHO_T}not found" >&6; }
11115 else
11116 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11117 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11119 cat >>confdefs.h <<_ACEOF
11120 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11121 _ACEOF
11127 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11128 case "x$with_xcomposite" in
11129 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11130 xno) ;;
11131 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11132 This is an error since --with-xcomposite was requested." >&5
11133 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11134 This is an error since --with-xcomposite was requested." >&2;}
11135 { (exit 1); exit 1; }; } ;;
11136 esac
11140 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11141 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11142 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11143 echo $ECHO_N "(cached) $ECHO_C" >&6
11144 else
11145 cat >conftest.$ac_ext <<_ACEOF
11146 /* confdefs.h. */
11147 _ACEOF
11148 cat confdefs.h >>conftest.$ac_ext
11149 cat >>conftest.$ac_ext <<_ACEOF
11150 /* end confdefs.h. */
11151 #ifdef HAVE_X11_XLIB_H
11152 #include <X11/Xlib.h>
11153 #endif
11156 main ()
11158 static XICCallback ac_aggr;
11159 if (ac_aggr.callback)
11160 return 0;
11162 return 0;
11164 _ACEOF
11165 rm -f conftest.$ac_objext
11166 if { (ac_try="$ac_compile"
11167 case "(($ac_try" in
11168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11169 *) ac_try_echo=$ac_try;;
11170 esac
11171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11172 (eval "$ac_compile") 2>conftest.er1
11173 ac_status=$?
11174 grep -v '^ *+' conftest.er1 >conftest.err
11175 rm -f conftest.er1
11176 cat conftest.err >&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest.$ac_objext; then
11182 ac_cv_member_XICCallback_callback=yes
11183 else
11184 echo "$as_me: failed program was:" >&5
11185 sed 's/^/| /' conftest.$ac_ext >&5
11187 cat >conftest.$ac_ext <<_ACEOF
11188 /* confdefs.h. */
11189 _ACEOF
11190 cat confdefs.h >>conftest.$ac_ext
11191 cat >>conftest.$ac_ext <<_ACEOF
11192 /* end confdefs.h. */
11193 #ifdef HAVE_X11_XLIB_H
11194 #include <X11/Xlib.h>
11195 #endif
11198 main ()
11200 static XICCallback ac_aggr;
11201 if (sizeof ac_aggr.callback)
11202 return 0;
11204 return 0;
11206 _ACEOF
11207 rm -f conftest.$ac_objext
11208 if { (ac_try="$ac_compile"
11209 case "(($ac_try" in
11210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11211 *) ac_try_echo=$ac_try;;
11212 esac
11213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11214 (eval "$ac_compile") 2>conftest.er1
11215 ac_status=$?
11216 grep -v '^ *+' conftest.er1 >conftest.err
11217 rm -f conftest.er1
11218 cat conftest.err >&5
11219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11220 (exit $ac_status); } && {
11221 test -z "$ac_c_werror_flag" ||
11222 test ! -s conftest.err
11223 } && test -s conftest.$ac_objext; then
11224 ac_cv_member_XICCallback_callback=yes
11225 else
11226 echo "$as_me: failed program was:" >&5
11227 sed 's/^/| /' conftest.$ac_ext >&5
11229 ac_cv_member_XICCallback_callback=no
11232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11237 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11238 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11239 if test $ac_cv_member_XICCallback_callback = yes; then
11241 cat >>confdefs.h <<_ACEOF
11242 #define HAVE_XICCALLBACK_CALLBACK 1
11243 _ACEOF
11250 opengl_msg=""
11251 if test "x$with_opengl" != "xno"
11252 then
11257 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11259 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11260 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11261 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11262 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11263 echo $ECHO_N "(cached) $ECHO_C" >&6
11264 else
11265 cat >conftest.$ac_ext <<_ACEOF
11266 /* confdefs.h. */
11267 _ACEOF
11268 cat confdefs.h >>conftest.$ac_ext
11269 cat >>conftest.$ac_ext <<_ACEOF
11270 /* end confdefs.h. */
11271 #ifdef HAVE_GL_GLX_H
11272 # include <GL/glx.h>
11273 #endif
11275 #include <$ac_header>
11276 _ACEOF
11277 rm -f conftest.$ac_objext
11278 if { (ac_try="$ac_compile"
11279 case "(($ac_try" in
11280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11281 *) ac_try_echo=$ac_try;;
11282 esac
11283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11284 (eval "$ac_compile") 2>conftest.er1
11285 ac_status=$?
11286 grep -v '^ *+' conftest.er1 >conftest.err
11287 rm -f conftest.er1
11288 cat conftest.err >&5
11289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11290 (exit $ac_status); } && {
11291 test -z "$ac_c_werror_flag" ||
11292 test ! -s conftest.err
11293 } && test -s conftest.$ac_objext; then
11294 eval "$as_ac_Header=yes"
11295 else
11296 echo "$as_me: failed program was:" >&5
11297 sed 's/^/| /' conftest.$ac_ext >&5
11299 eval "$as_ac_Header=no"
11302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11304 ac_res=`eval echo '${'$as_ac_Header'}'`
11305 { echo "$as_me:$LINENO: result: $ac_res" >&5
11306 echo "${ECHO_T}$ac_res" >&6; }
11307 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11308 cat >>confdefs.h <<_ACEOF
11309 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11310 _ACEOF
11314 done
11316 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11317 then
11318 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11319 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11320 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11321 echo $ECHO_N "(cached) $ECHO_C" >&6
11322 else
11323 cat >conftest.$ac_ext <<_ACEOF
11324 /* confdefs.h. */
11325 _ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h. */
11329 #include <GL/gl.h>
11331 main ()
11333 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11335 return 0;
11337 _ACEOF
11338 rm -f conftest.$ac_objext
11339 if { (ac_try="$ac_compile"
11340 case "(($ac_try" in
11341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11342 *) ac_try_echo=$ac_try;;
11343 esac
11344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11345 (eval "$ac_compile") 2>conftest.er1
11346 ac_status=$?
11347 grep -v '^ *+' conftest.er1 >conftest.err
11348 rm -f conftest.er1
11349 cat conftest.err >&5
11350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11351 (exit $ac_status); } && {
11352 test -z "$ac_c_werror_flag" ||
11353 test ! -s conftest.err
11354 } && test -s conftest.$ac_objext; then
11355 wine_cv_opengl_header_version_OK="yes"
11356 else
11357 echo "$as_me: failed program was:" >&5
11358 sed 's/^/| /' conftest.$ac_ext >&5
11360 wine_cv_opengl_header_version_OK="no"
11363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11365 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11366 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11368 if test "$wine_cv_opengl_header_version_OK" = "yes"
11369 then
11370 { echo "$as_me:$LINENO: checking for -lGL" >&5
11371 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11372 if test "${ac_cv_lib_soname_GL+set}" = set; then
11373 echo $ECHO_N "(cached) $ECHO_C" >&6
11374 else
11375 ac_check_soname_save_LIBS=$LIBS
11376 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11377 cat >conftest.$ac_ext <<_ACEOF
11378 /* confdefs.h. */
11379 _ACEOF
11380 cat confdefs.h >>conftest.$ac_ext
11381 cat >>conftest.$ac_ext <<_ACEOF
11382 /* end confdefs.h. */
11384 /* Override any GCC internal prototype to avoid an error.
11385 Use char because int might match the return type of a GCC
11386 builtin and then its argument prototype would still apply. */
11387 #ifdef __cplusplus
11388 extern "C"
11389 #endif
11390 char glXCreateContext ();
11392 main ()
11394 return glXCreateContext ();
11396 return 0;
11398 _ACEOF
11399 rm -f conftest.$ac_objext conftest$ac_exeext
11400 if { (ac_try="$ac_link"
11401 case "(($ac_try" in
11402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11403 *) ac_try_echo=$ac_try;;
11404 esac
11405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11406 (eval "$ac_link") 2>conftest.er1
11407 ac_status=$?
11408 grep -v '^ *+' conftest.er1 >conftest.err
11409 rm -f conftest.er1
11410 cat conftest.err >&5
11411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11412 (exit $ac_status); } && {
11413 test -z "$ac_c_werror_flag" ||
11414 test ! -s conftest.err
11415 } && test -s conftest$ac_exeext &&
11416 $as_test_x conftest$ac_exeext; then
11417 case "$LIBEXT" in
11418 dll) ;;
11419 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'` ;;
11420 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11421 esac
11422 else
11423 echo "$as_me: failed program was:" >&5
11424 sed 's/^/| /' conftest.$ac_ext >&5
11429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11430 conftest$ac_exeext conftest.$ac_ext
11431 LIBS=$ac_check_soname_save_LIBS
11433 if test "x$ac_cv_lib_soname_GL" = "x"; then
11434 { echo "$as_me:$LINENO: result: not found" >&5
11435 echo "${ECHO_T}not found" >&6; }
11436 { echo "$as_me:$LINENO: checking for -lGL" >&5
11437 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11438 if test "${ac_cv_lib_soname_GL+set}" = set; then
11439 echo $ECHO_N "(cached) $ECHO_C" >&6
11440 else
11441 ac_check_soname_save_LIBS=$LIBS
11442 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"
11443 cat >conftest.$ac_ext <<_ACEOF
11444 /* confdefs.h. */
11445 _ACEOF
11446 cat confdefs.h >>conftest.$ac_ext
11447 cat >>conftest.$ac_ext <<_ACEOF
11448 /* end confdefs.h. */
11450 /* Override any GCC internal prototype to avoid an error.
11451 Use char because int might match the return type of a GCC
11452 builtin and then its argument prototype would still apply. */
11453 #ifdef __cplusplus
11454 extern "C"
11455 #endif
11456 char glXCreateContext ();
11458 main ()
11460 return glXCreateContext ();
11462 return 0;
11464 _ACEOF
11465 rm -f conftest.$ac_objext conftest$ac_exeext
11466 if { (ac_try="$ac_link"
11467 case "(($ac_try" in
11468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11469 *) ac_try_echo=$ac_try;;
11470 esac
11471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11472 (eval "$ac_link") 2>conftest.er1
11473 ac_status=$?
11474 grep -v '^ *+' conftest.er1 >conftest.err
11475 rm -f conftest.er1
11476 cat conftest.err >&5
11477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11478 (exit $ac_status); } && {
11479 test -z "$ac_c_werror_flag" ||
11480 test ! -s conftest.err
11481 } && test -s conftest$ac_exeext &&
11482 $as_test_x conftest$ac_exeext; then
11483 case "$LIBEXT" in
11484 dll) ;;
11485 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'` ;;
11486 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11487 esac
11488 else
11489 echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11496 conftest$ac_exeext conftest.$ac_ext
11497 LIBS=$ac_check_soname_save_LIBS
11499 if test "x$ac_cv_lib_soname_GL" = "x"; then
11500 { echo "$as_me:$LINENO: result: not found" >&5
11501 echo "${ECHO_T}not found" >&6; }
11502 if test -f /usr/X11R6/lib/libGL.a
11503 then
11504 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11505 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11506 else
11507 opengl_msg="No OpenGL library found on this system."
11509 else
11510 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11511 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11513 cat >>confdefs.h <<_ACEOF
11514 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11515 _ACEOF
11517 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"
11519 cat >>confdefs.h <<\_ACEOF
11520 #define HAVE_OPENGL 1
11521 _ACEOF
11525 else
11526 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11527 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11529 cat >>confdefs.h <<_ACEOF
11530 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11531 _ACEOF
11533 OPENGL_LIBS="-lGL"
11535 cat >>confdefs.h <<\_ACEOF
11536 #define HAVE_OPENGL 1
11537 _ACEOF
11541 if test "$ac_cv_header_GL_glu_h" = "yes"
11542 then
11543 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11544 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11545 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11546 echo $ECHO_N "(cached) $ECHO_C" >&6
11547 else
11548 ac_check_soname_save_LIBS=$LIBS
11549 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11550 cat >conftest.$ac_ext <<_ACEOF
11551 /* confdefs.h. */
11552 _ACEOF
11553 cat confdefs.h >>conftest.$ac_ext
11554 cat >>conftest.$ac_ext <<_ACEOF
11555 /* end confdefs.h. */
11557 /* Override any GCC internal prototype to avoid an error.
11558 Use char because int might match the return type of a GCC
11559 builtin and then its argument prototype would still apply. */
11560 #ifdef __cplusplus
11561 extern "C"
11562 #endif
11563 char gluLookAt ();
11565 main ()
11567 return gluLookAt ();
11569 return 0;
11571 _ACEOF
11572 rm -f conftest.$ac_objext conftest$ac_exeext
11573 if { (ac_try="$ac_link"
11574 case "(($ac_try" in
11575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11576 *) ac_try_echo=$ac_try;;
11577 esac
11578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11579 (eval "$ac_link") 2>conftest.er1
11580 ac_status=$?
11581 grep -v '^ *+' conftest.er1 >conftest.err
11582 rm -f conftest.er1
11583 cat conftest.err >&5
11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585 (exit $ac_status); } && {
11586 test -z "$ac_c_werror_flag" ||
11587 test ! -s conftest.err
11588 } && test -s conftest$ac_exeext &&
11589 $as_test_x conftest$ac_exeext; then
11590 case "$LIBEXT" in
11591 dll) ;;
11592 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'` ;;
11593 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11594 esac
11595 else
11596 echo "$as_me: failed program was:" >&5
11597 sed 's/^/| /' conftest.$ac_ext >&5
11602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11603 conftest$ac_exeext conftest.$ac_ext
11604 LIBS=$ac_check_soname_save_LIBS
11606 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11607 { echo "$as_me:$LINENO: result: not found" >&5
11608 echo "${ECHO_T}not found" >&6; }
11610 else
11611 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11612 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11614 cat >>confdefs.h <<_ACEOF
11615 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11616 _ACEOF
11622 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11623 case "x$with_glu" in
11624 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11625 xno) ;;
11626 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11627 This is an error since --with-glu was requested." >&5
11628 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11629 This is an error since --with-glu was requested." >&2;}
11630 { (exit 1); exit 1; }; } ;;
11631 esac
11634 else
11635 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11637 else
11638 opengl_msg="OpenGL development headers not found."
11640 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11641 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11642 else
11643 enable_opengl32=${enable_opengl32:-no}
11644 enable_glu32=${enable_glu32:-no}
11646 if test -n "$opengl_msg"; then
11647 case "x$with_opengl" in
11648 x) wine_warnings="$wine_warnings|$opengl_msg
11649 OpenGL and Direct3D won't be supported." ;;
11650 xno) ;;
11651 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11652 OpenGL and Direct3D won't be supported.
11653 This is an error since --with-opengl was requested." >&5
11654 echo "$as_me: error: $opengl_msg
11655 OpenGL and Direct3D won't be supported.
11656 This is an error since --with-opengl was requested." >&2;}
11657 { (exit 1); exit 1; }; } ;;
11658 esac
11662 NASLIBS=""
11665 for ac_header in audio/audiolib.h
11667 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11668 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11669 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11670 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11671 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11672 echo $ECHO_N "(cached) $ECHO_C" >&6
11674 ac_res=`eval echo '${'$as_ac_Header'}'`
11675 { echo "$as_me:$LINENO: result: $ac_res" >&5
11676 echo "${ECHO_T}$ac_res" >&6; }
11677 else
11678 # Is the header compilable?
11679 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11680 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11681 cat >conftest.$ac_ext <<_ACEOF
11682 /* confdefs.h. */
11683 _ACEOF
11684 cat confdefs.h >>conftest.$ac_ext
11685 cat >>conftest.$ac_ext <<_ACEOF
11686 /* end confdefs.h. */
11687 $ac_includes_default
11688 #include <$ac_header>
11689 _ACEOF
11690 rm -f conftest.$ac_objext
11691 if { (ac_try="$ac_compile"
11692 case "(($ac_try" in
11693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11695 esac
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_compile") 2>conftest.er1
11698 ac_status=$?
11699 grep -v '^ *+' conftest.er1 >conftest.err
11700 rm -f conftest.er1
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } && {
11704 test -z "$ac_c_werror_flag" ||
11705 test ! -s conftest.err
11706 } && test -s conftest.$ac_objext; then
11707 ac_header_compiler=yes
11708 else
11709 echo "$as_me: failed program was:" >&5
11710 sed 's/^/| /' conftest.$ac_ext >&5
11712 ac_header_compiler=no
11715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11716 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11717 echo "${ECHO_T}$ac_header_compiler" >&6; }
11719 # Is the header present?
11720 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11721 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11722 cat >conftest.$ac_ext <<_ACEOF
11723 /* confdefs.h. */
11724 _ACEOF
11725 cat confdefs.h >>conftest.$ac_ext
11726 cat >>conftest.$ac_ext <<_ACEOF
11727 /* end confdefs.h. */
11728 #include <$ac_header>
11729 _ACEOF
11730 if { (ac_try="$ac_cpp conftest.$ac_ext"
11731 case "(($ac_try" in
11732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11733 *) ac_try_echo=$ac_try;;
11734 esac
11735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11736 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11737 ac_status=$?
11738 grep -v '^ *+' conftest.er1 >conftest.err
11739 rm -f conftest.er1
11740 cat conftest.err >&5
11741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11742 (exit $ac_status); } >/dev/null && {
11743 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11744 test ! -s conftest.err
11745 }; then
11746 ac_header_preproc=yes
11747 else
11748 echo "$as_me: failed program was:" >&5
11749 sed 's/^/| /' conftest.$ac_ext >&5
11751 ac_header_preproc=no
11754 rm -f conftest.err conftest.$ac_ext
11755 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11756 echo "${ECHO_T}$ac_header_preproc" >&6; }
11758 # So? What about this header?
11759 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11760 yes:no: )
11761 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11762 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11763 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11764 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11765 ac_header_preproc=yes
11767 no:yes:* )
11768 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11769 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11770 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11771 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11772 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11773 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11774 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11775 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11776 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11777 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11778 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11779 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11780 ( cat <<\_ASBOX
11781 ## ------------------------------------ ##
11782 ## Report this to wine-devel@winehq.org ##
11783 ## ------------------------------------ ##
11784 _ASBOX
11785 ) | sed "s/^/$as_me: WARNING: /" >&2
11787 esac
11788 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11791 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 else
11793 eval "$as_ac_Header=\$ac_header_preproc"
11795 ac_res=`eval echo '${'$as_ac_Header'}'`
11796 { echo "$as_me:$LINENO: result: $ac_res" >&5
11797 echo "${ECHO_T}$ac_res" >&6; }
11800 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11801 cat >>confdefs.h <<_ACEOF
11802 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11803 _ACEOF
11805 for ac_header in audio/soundlib.h
11807 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11808 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11809 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11811 echo $ECHO_N "(cached) $ECHO_C" >&6
11812 else
11813 cat >conftest.$ac_ext <<_ACEOF
11814 /* confdefs.h. */
11815 _ACEOF
11816 cat confdefs.h >>conftest.$ac_ext
11817 cat >>conftest.$ac_ext <<_ACEOF
11818 /* end confdefs.h. */
11819 #include <audio/audiolib.h>
11821 #include <$ac_header>
11822 _ACEOF
11823 rm -f conftest.$ac_objext
11824 if { (ac_try="$ac_compile"
11825 case "(($ac_try" in
11826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11827 *) ac_try_echo=$ac_try;;
11828 esac
11829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11830 (eval "$ac_compile") 2>conftest.er1
11831 ac_status=$?
11832 grep -v '^ *+' conftest.er1 >conftest.err
11833 rm -f conftest.er1
11834 cat conftest.err >&5
11835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11836 (exit $ac_status); } && {
11837 test -z "$ac_c_werror_flag" ||
11838 test ! -s conftest.err
11839 } && test -s conftest.$ac_objext; then
11840 eval "$as_ac_Header=yes"
11841 else
11842 echo "$as_me: failed program was:" >&5
11843 sed 's/^/| /' conftest.$ac_ext >&5
11845 eval "$as_ac_Header=no"
11848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 ac_res=`eval echo '${'$as_ac_Header'}'`
11851 { echo "$as_me:$LINENO: result: $ac_res" >&5
11852 echo "${ECHO_T}$ac_res" >&6; }
11853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11854 cat >>confdefs.h <<_ACEOF
11855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11856 _ACEOF
11860 done
11862 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11863 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11864 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11865 echo $ECHO_N "(cached) $ECHO_C" >&6
11866 else
11867 ac_check_lib_save_LIBS=$LIBS
11868 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11869 cat >conftest.$ac_ext <<_ACEOF
11870 /* confdefs.h. */
11871 _ACEOF
11872 cat confdefs.h >>conftest.$ac_ext
11873 cat >>conftest.$ac_ext <<_ACEOF
11874 /* end confdefs.h. */
11876 /* Override any GCC internal prototype to avoid an error.
11877 Use char because int might match the return type of a GCC
11878 builtin and then its argument prototype would still apply. */
11879 #ifdef __cplusplus
11880 extern "C"
11881 #endif
11882 char AuCreateFlow ();
11884 main ()
11886 return AuCreateFlow ();
11888 return 0;
11890 _ACEOF
11891 rm -f conftest.$ac_objext conftest$ac_exeext
11892 if { (ac_try="$ac_link"
11893 case "(($ac_try" in
11894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11895 *) ac_try_echo=$ac_try;;
11896 esac
11897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11898 (eval "$ac_link") 2>conftest.er1
11899 ac_status=$?
11900 grep -v '^ *+' conftest.er1 >conftest.err
11901 rm -f conftest.er1
11902 cat conftest.err >&5
11903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11904 (exit $ac_status); } && {
11905 test -z "$ac_c_werror_flag" ||
11906 test ! -s conftest.err
11907 } && test -s conftest$ac_exeext &&
11908 $as_test_x conftest$ac_exeext; then
11909 ac_cv_lib_audio_AuCreateFlow=yes
11910 else
11911 echo "$as_me: failed program was:" >&5
11912 sed 's/^/| /' conftest.$ac_ext >&5
11914 ac_cv_lib_audio_AuCreateFlow=no
11917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11918 conftest$ac_exeext conftest.$ac_ext
11919 LIBS=$ac_check_lib_save_LIBS
11921 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11922 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11923 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11925 cat >>confdefs.h <<\_ACEOF
11926 #define HAVE_NAS 1
11927 _ACEOF
11929 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11930 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11931 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11932 echo $ECHO_N "(cached) $ECHO_C" >&6
11933 else
11934 ac_check_lib_save_LIBS=$LIBS
11935 LIBS="-lXau $X_LIBS $LIBS"
11936 cat >conftest.$ac_ext <<_ACEOF
11937 /* confdefs.h. */
11938 _ACEOF
11939 cat confdefs.h >>conftest.$ac_ext
11940 cat >>conftest.$ac_ext <<_ACEOF
11941 /* end confdefs.h. */
11943 /* Override any GCC internal prototype to avoid an error.
11944 Use char because int might match the return type of a GCC
11945 builtin and then its argument prototype would still apply. */
11946 #ifdef __cplusplus
11947 extern "C"
11948 #endif
11949 char XauGetBestAuthByAddr ();
11951 main ()
11953 return XauGetBestAuthByAddr ();
11955 return 0;
11957 _ACEOF
11958 rm -f conftest.$ac_objext conftest$ac_exeext
11959 if { (ac_try="$ac_link"
11960 case "(($ac_try" in
11961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11962 *) ac_try_echo=$ac_try;;
11963 esac
11964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11965 (eval "$ac_link") 2>conftest.er1
11966 ac_status=$?
11967 grep -v '^ *+' conftest.er1 >conftest.err
11968 rm -f conftest.er1
11969 cat conftest.err >&5
11970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971 (exit $ac_status); } && {
11972 test -z "$ac_c_werror_flag" ||
11973 test ! -s conftest.err
11974 } && test -s conftest$ac_exeext &&
11975 $as_test_x conftest$ac_exeext; then
11976 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11977 else
11978 echo "$as_me: failed program was:" >&5
11979 sed 's/^/| /' conftest.$ac_ext >&5
11981 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11985 conftest$ac_exeext conftest.$ac_ext
11986 LIBS=$ac_check_lib_save_LIBS
11988 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11989 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11990 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11991 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11992 else
11993 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12001 done
12004 CPPFLAGS="$ac_save_CPPFLAGS"
12005 else
12006 XLIB=""
12007 X_CFLAGS=""
12008 X_LIBS=""
12009 enable_winex11_drv=${enable_winex11_drv:-no}
12010 enable_opengl32=${enable_opengl32:-no}
12011 enable_glu32=${enable_glu32:-no}
12013 if test "x$XLIB" = "x"; then
12014 case "x$with_x" in
12015 xno) ;;
12016 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12017 without X support, which probably isn't what you want. You will need to install
12018 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12019 Use the --without-x option if you really want this." >&5
12020 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12021 without X support, which probably isn't what you want. You will need to install
12022 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12023 Use the --without-x option if you really want this." >&2;}
12024 { (exit 1); exit 1; }; } ;;
12025 esac
12030 XML2LIBS=""
12032 XML2INCL=""
12034 XSLTINCL=""
12036 if test "x$with_xml" != "xno"
12037 then
12038 ac_save_CPPFLAGS="$CPPFLAGS"
12039 if test "$PKG_CONFIG" != "false"
12040 then
12041 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12042 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12043 else
12044 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12045 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12047 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12049 for ac_header in libxml/parser.h
12051 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12053 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12056 echo $ECHO_N "(cached) $ECHO_C" >&6
12058 ac_res=`eval echo '${'$as_ac_Header'}'`
12059 { echo "$as_me:$LINENO: result: $ac_res" >&5
12060 echo "${ECHO_T}$ac_res" >&6; }
12061 else
12062 # Is the header compilable?
12063 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12064 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12065 cat >conftest.$ac_ext <<_ACEOF
12066 /* confdefs.h. */
12067 _ACEOF
12068 cat confdefs.h >>conftest.$ac_ext
12069 cat >>conftest.$ac_ext <<_ACEOF
12070 /* end confdefs.h. */
12071 $ac_includes_default
12072 #include <$ac_header>
12073 _ACEOF
12074 rm -f conftest.$ac_objext
12075 if { (ac_try="$ac_compile"
12076 case "(($ac_try" in
12077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12078 *) ac_try_echo=$ac_try;;
12079 esac
12080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12081 (eval "$ac_compile") 2>conftest.er1
12082 ac_status=$?
12083 grep -v '^ *+' conftest.er1 >conftest.err
12084 rm -f conftest.er1
12085 cat conftest.err >&5
12086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12087 (exit $ac_status); } && {
12088 test -z "$ac_c_werror_flag" ||
12089 test ! -s conftest.err
12090 } && test -s conftest.$ac_objext; then
12091 ac_header_compiler=yes
12092 else
12093 echo "$as_me: failed program was:" >&5
12094 sed 's/^/| /' conftest.$ac_ext >&5
12096 ac_header_compiler=no
12099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12100 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12101 echo "${ECHO_T}$ac_header_compiler" >&6; }
12103 # Is the header present?
12104 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12105 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12106 cat >conftest.$ac_ext <<_ACEOF
12107 /* confdefs.h. */
12108 _ACEOF
12109 cat confdefs.h >>conftest.$ac_ext
12110 cat >>conftest.$ac_ext <<_ACEOF
12111 /* end confdefs.h. */
12112 #include <$ac_header>
12113 _ACEOF
12114 if { (ac_try="$ac_cpp conftest.$ac_ext"
12115 case "(($ac_try" in
12116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12117 *) ac_try_echo=$ac_try;;
12118 esac
12119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12120 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12121 ac_status=$?
12122 grep -v '^ *+' conftest.er1 >conftest.err
12123 rm -f conftest.er1
12124 cat conftest.err >&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } >/dev/null && {
12127 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12128 test ! -s conftest.err
12129 }; then
12130 ac_header_preproc=yes
12131 else
12132 echo "$as_me: failed program was:" >&5
12133 sed 's/^/| /' conftest.$ac_ext >&5
12135 ac_header_preproc=no
12138 rm -f conftest.err conftest.$ac_ext
12139 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12140 echo "${ECHO_T}$ac_header_preproc" >&6; }
12142 # So? What about this header?
12143 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12144 yes:no: )
12145 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12146 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12147 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12148 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12149 ac_header_preproc=yes
12151 no:yes:* )
12152 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12153 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12154 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12155 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12156 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12157 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12158 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12159 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12161 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12162 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12163 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12164 ( cat <<\_ASBOX
12165 ## ------------------------------------ ##
12166 ## Report this to wine-devel@winehq.org ##
12167 ## ------------------------------------ ##
12168 _ASBOX
12169 ) | sed "s/^/$as_me: WARNING: /" >&2
12171 esac
12172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12175 echo $ECHO_N "(cached) $ECHO_C" >&6
12176 else
12177 eval "$as_ac_Header=\$ac_header_preproc"
12179 ac_res=`eval echo '${'$as_ac_Header'}'`
12180 { echo "$as_me:$LINENO: result: $ac_res" >&5
12181 echo "${ECHO_T}$ac_res" >&6; }
12184 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12185 cat >>confdefs.h <<_ACEOF
12186 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12187 _ACEOF
12188 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12189 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12190 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12192 else
12193 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-lxml2 $ac_xml_libs $LIBS"
12195 cat >conftest.$ac_ext <<_ACEOF
12196 /* confdefs.h. */
12197 _ACEOF
12198 cat confdefs.h >>conftest.$ac_ext
12199 cat >>conftest.$ac_ext <<_ACEOF
12200 /* end confdefs.h. */
12202 /* Override any GCC internal prototype to avoid an error.
12203 Use char because int might match the return type of a GCC
12204 builtin and then its argument prototype would still apply. */
12205 #ifdef __cplusplus
12206 extern "C"
12207 #endif
12208 char xmlParseMemory ();
12210 main ()
12212 return xmlParseMemory ();
12214 return 0;
12216 _ACEOF
12217 rm -f conftest.$ac_objext conftest$ac_exeext
12218 if { (ac_try="$ac_link"
12219 case "(($ac_try" in
12220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12221 *) ac_try_echo=$ac_try;;
12222 esac
12223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12224 (eval "$ac_link") 2>conftest.er1
12225 ac_status=$?
12226 grep -v '^ *+' conftest.er1 >conftest.err
12227 rm -f conftest.er1
12228 cat conftest.err >&5
12229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12230 (exit $ac_status); } && {
12231 test -z "$ac_c_werror_flag" ||
12232 test ! -s conftest.err
12233 } && test -s conftest$ac_exeext &&
12234 $as_test_x conftest$ac_exeext; then
12235 ac_cv_lib_xml2_xmlParseMemory=yes
12236 else
12237 echo "$as_me: failed program was:" >&5
12238 sed 's/^/| /' conftest.$ac_ext >&5
12240 ac_cv_lib_xml2_xmlParseMemory=no
12243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12244 conftest$ac_exeext conftest.$ac_ext
12245 LIBS=$ac_check_lib_save_LIBS
12247 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12248 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12249 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12251 cat >>confdefs.h <<\_ACEOF
12252 #define HAVE_LIBXML2 1
12253 _ACEOF
12255 XML2LIBS="$ac_xml_libs"
12256 XML2INCL="$ac_xml_cflags"
12259 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12260 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12261 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12262 echo $ECHO_N "(cached) $ECHO_C" >&6
12263 else
12264 ac_check_lib_save_LIBS=$LIBS
12265 LIBS="-lxml2 $ac_xml_libs $LIBS"
12266 cat >conftest.$ac_ext <<_ACEOF
12267 /* confdefs.h. */
12268 _ACEOF
12269 cat confdefs.h >>conftest.$ac_ext
12270 cat >>conftest.$ac_ext <<_ACEOF
12271 /* end confdefs.h. */
12273 /* Override any GCC internal prototype to avoid an error.
12274 Use char because int might match the return type of a GCC
12275 builtin and then its argument prototype would still apply. */
12276 #ifdef __cplusplus
12277 extern "C"
12278 #endif
12279 char xmlReadMemory ();
12281 main ()
12283 return xmlReadMemory ();
12285 return 0;
12287 _ACEOF
12288 rm -f conftest.$ac_objext conftest$ac_exeext
12289 if { (ac_try="$ac_link"
12290 case "(($ac_try" in
12291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12292 *) ac_try_echo=$ac_try;;
12293 esac
12294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12295 (eval "$ac_link") 2>conftest.er1
12296 ac_status=$?
12297 grep -v '^ *+' conftest.er1 >conftest.err
12298 rm -f conftest.er1
12299 cat conftest.err >&5
12300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12301 (exit $ac_status); } && {
12302 test -z "$ac_c_werror_flag" ||
12303 test ! -s conftest.err
12304 } && test -s conftest$ac_exeext &&
12305 $as_test_x conftest$ac_exeext; then
12306 ac_cv_lib_xml2_xmlReadMemory=yes
12307 else
12308 echo "$as_me: failed program was:" >&5
12309 sed 's/^/| /' conftest.$ac_ext >&5
12311 ac_cv_lib_xml2_xmlReadMemory=no
12314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12315 conftest$ac_exeext conftest.$ac_ext
12316 LIBS=$ac_check_lib_save_LIBS
12318 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12319 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12320 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12322 cat >>confdefs.h <<\_ACEOF
12323 #define HAVE_XMLREADMEMORY 1
12324 _ACEOF
12328 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12329 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12330 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12331 echo $ECHO_N "(cached) $ECHO_C" >&6
12332 else
12333 ac_check_lib_save_LIBS=$LIBS
12334 LIBS="-lxml2 $ac_xml_libs $LIBS"
12335 cat >conftest.$ac_ext <<_ACEOF
12336 /* confdefs.h. */
12337 _ACEOF
12338 cat confdefs.h >>conftest.$ac_ext
12339 cat >>conftest.$ac_ext <<_ACEOF
12340 /* end confdefs.h. */
12342 /* Override any GCC internal prototype to avoid an error.
12343 Use char because int might match the return type of a GCC
12344 builtin and then its argument prototype would still apply. */
12345 #ifdef __cplusplus
12346 extern "C"
12347 #endif
12348 char xmlNewDocPI ();
12350 main ()
12352 return xmlNewDocPI ();
12354 return 0;
12356 _ACEOF
12357 rm -f conftest.$ac_objext conftest$ac_exeext
12358 if { (ac_try="$ac_link"
12359 case "(($ac_try" in
12360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12361 *) ac_try_echo=$ac_try;;
12362 esac
12363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12364 (eval "$ac_link") 2>conftest.er1
12365 ac_status=$?
12366 grep -v '^ *+' conftest.er1 >conftest.err
12367 rm -f conftest.er1
12368 cat conftest.err >&5
12369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12370 (exit $ac_status); } && {
12371 test -z "$ac_c_werror_flag" ||
12372 test ! -s conftest.err
12373 } && test -s conftest$ac_exeext &&
12374 $as_test_x conftest$ac_exeext; then
12375 ac_cv_lib_xml2_xmlNewDocPI=yes
12376 else
12377 echo "$as_me: failed program was:" >&5
12378 sed 's/^/| /' conftest.$ac_ext >&5
12380 ac_cv_lib_xml2_xmlNewDocPI=no
12383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12384 conftest$ac_exeext conftest.$ac_ext
12385 LIBS=$ac_check_lib_save_LIBS
12387 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12388 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12389 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12391 cat >>confdefs.h <<\_ACEOF
12392 #define HAVE_XMLNEWDOCPI 1
12393 _ACEOF
12400 done
12402 CPPFLAGS="$ac_save_CPPFLAGS"
12404 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12405 case "x$with_xml" in
12406 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12407 xno) ;;
12408 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12409 This is an error since --with-xml was requested." >&5
12410 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12411 This is an error since --with-xml was requested." >&2;}
12412 { (exit 1); exit 1; }; } ;;
12413 esac
12417 if test "x$with_xslt" != "xno"
12418 then
12419 if test "$PKG_CONFIG" != "false"
12420 then
12421 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12422 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12423 else
12424 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12425 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12427 ac_save_CPPFLAGS="$CPPFLAGS"
12428 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12431 for ac_header in libxslt/pattern.h libxslt/transform.h
12433 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12434 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12437 echo $ECHO_N "(cached) $ECHO_C" >&6
12438 else
12439 cat >conftest.$ac_ext <<_ACEOF
12440 /* confdefs.h. */
12441 _ACEOF
12442 cat confdefs.h >>conftest.$ac_ext
12443 cat >>conftest.$ac_ext <<_ACEOF
12444 /* end confdefs.h. */
12445 #ifdef HAVE_LIBXSLT_PATTERN_H
12446 # include <libxslt/pattern.h>
12447 #endif
12449 #include <$ac_header>
12450 _ACEOF
12451 rm -f conftest.$ac_objext
12452 if { (ac_try="$ac_compile"
12453 case "(($ac_try" in
12454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12455 *) ac_try_echo=$ac_try;;
12456 esac
12457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12458 (eval "$ac_compile") 2>conftest.er1
12459 ac_status=$?
12460 grep -v '^ *+' conftest.er1 >conftest.err
12461 rm -f conftest.er1
12462 cat conftest.err >&5
12463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12464 (exit $ac_status); } && {
12465 test -z "$ac_c_werror_flag" ||
12466 test ! -s conftest.err
12467 } && test -s conftest.$ac_objext; then
12468 eval "$as_ac_Header=yes"
12469 else
12470 echo "$as_me: failed program was:" >&5
12471 sed 's/^/| /' conftest.$ac_ext >&5
12473 eval "$as_ac_Header=no"
12476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12478 ac_res=`eval echo '${'$as_ac_Header'}'`
12479 { echo "$as_me:$LINENO: result: $ac_res" >&5
12480 echo "${ECHO_T}$ac_res" >&6; }
12481 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12482 cat >>confdefs.h <<_ACEOF
12483 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12484 _ACEOF
12488 done
12490 CPPFLAGS="$ac_save_CPPFLAGS"
12491 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12492 then
12493 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12494 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12495 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12496 echo $ECHO_N "(cached) $ECHO_C" >&6
12497 else
12498 ac_check_soname_save_LIBS=$LIBS
12499 LIBS="-lxslt $ac_xslt_libs $LIBS"
12500 cat >conftest.$ac_ext <<_ACEOF
12501 /* confdefs.h. */
12502 _ACEOF
12503 cat confdefs.h >>conftest.$ac_ext
12504 cat >>conftest.$ac_ext <<_ACEOF
12505 /* end confdefs.h. */
12507 /* Override any GCC internal prototype to avoid an error.
12508 Use char because int might match the return type of a GCC
12509 builtin and then its argument prototype would still apply. */
12510 #ifdef __cplusplus
12511 extern "C"
12512 #endif
12513 char xsltCompilePattern ();
12515 main ()
12517 return xsltCompilePattern ();
12519 return 0;
12521 _ACEOF
12522 rm -f conftest.$ac_objext conftest$ac_exeext
12523 if { (ac_try="$ac_link"
12524 case "(($ac_try" in
12525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12526 *) ac_try_echo=$ac_try;;
12527 esac
12528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12529 (eval "$ac_link") 2>conftest.er1
12530 ac_status=$?
12531 grep -v '^ *+' conftest.er1 >conftest.err
12532 rm -f conftest.er1
12533 cat conftest.err >&5
12534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12535 (exit $ac_status); } && {
12536 test -z "$ac_c_werror_flag" ||
12537 test ! -s conftest.err
12538 } && test -s conftest$ac_exeext &&
12539 $as_test_x conftest$ac_exeext; then
12540 case "$LIBEXT" in
12541 dll) ;;
12542 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'` ;;
12543 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12544 esac
12545 else
12546 echo "$as_me: failed program was:" >&5
12547 sed 's/^/| /' conftest.$ac_ext >&5
12552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12553 conftest$ac_exeext conftest.$ac_ext
12554 LIBS=$ac_check_soname_save_LIBS
12556 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12557 { echo "$as_me:$LINENO: result: not found" >&5
12558 echo "${ECHO_T}not found" >&6; }
12560 else
12561 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12562 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12564 cat >>confdefs.h <<_ACEOF
12565 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12566 _ACEOF
12568 XSLTINCL="$ac_xslt_cflags"
12573 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12574 case "x$with_xslt" in
12575 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12576 xno) ;;
12577 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12578 This is an error since --with-xslt was requested." >&5
12579 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12580 This is an error since --with-xslt was requested." >&2;}
12581 { (exit 1); exit 1; }; } ;;
12582 esac
12586 HALINCL=""
12588 if test "x$with_hal" != "xno"
12589 then
12590 ac_save_CPPFLAGS="$CPPFLAGS"
12591 if test "$PKG_CONFIG" != "false"
12592 then
12593 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12594 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12595 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12599 for ac_header in dbus/dbus.h hal/libhal.h
12601 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12602 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12603 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12604 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12605 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12606 echo $ECHO_N "(cached) $ECHO_C" >&6
12608 ac_res=`eval echo '${'$as_ac_Header'}'`
12609 { echo "$as_me:$LINENO: result: $ac_res" >&5
12610 echo "${ECHO_T}$ac_res" >&6; }
12611 else
12612 # Is the header compilable?
12613 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12614 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12615 cat >conftest.$ac_ext <<_ACEOF
12616 /* confdefs.h. */
12617 _ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h. */
12621 $ac_includes_default
12622 #include <$ac_header>
12623 _ACEOF
12624 rm -f conftest.$ac_objext
12625 if { (ac_try="$ac_compile"
12626 case "(($ac_try" in
12627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12628 *) ac_try_echo=$ac_try;;
12629 esac
12630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12631 (eval "$ac_compile") 2>conftest.er1
12632 ac_status=$?
12633 grep -v '^ *+' conftest.er1 >conftest.err
12634 rm -f conftest.er1
12635 cat conftest.err >&5
12636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12637 (exit $ac_status); } && {
12638 test -z "$ac_c_werror_flag" ||
12639 test ! -s conftest.err
12640 } && test -s conftest.$ac_objext; then
12641 ac_header_compiler=yes
12642 else
12643 echo "$as_me: failed program was:" >&5
12644 sed 's/^/| /' conftest.$ac_ext >&5
12646 ac_header_compiler=no
12649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12650 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12651 echo "${ECHO_T}$ac_header_compiler" >&6; }
12653 # Is the header present?
12654 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12655 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12656 cat >conftest.$ac_ext <<_ACEOF
12657 /* confdefs.h. */
12658 _ACEOF
12659 cat confdefs.h >>conftest.$ac_ext
12660 cat >>conftest.$ac_ext <<_ACEOF
12661 /* end confdefs.h. */
12662 #include <$ac_header>
12663 _ACEOF
12664 if { (ac_try="$ac_cpp conftest.$ac_ext"
12665 case "(($ac_try" in
12666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12667 *) ac_try_echo=$ac_try;;
12668 esac
12669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12670 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12671 ac_status=$?
12672 grep -v '^ *+' conftest.er1 >conftest.err
12673 rm -f conftest.er1
12674 cat conftest.err >&5
12675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12676 (exit $ac_status); } >/dev/null && {
12677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12678 test ! -s conftest.err
12679 }; then
12680 ac_header_preproc=yes
12681 else
12682 echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12685 ac_header_preproc=no
12688 rm -f conftest.err conftest.$ac_ext
12689 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12690 echo "${ECHO_T}$ac_header_preproc" >&6; }
12692 # So? What about this header?
12693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12694 yes:no: )
12695 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12696 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12697 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12698 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12699 ac_header_preproc=yes
12701 no:yes:* )
12702 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12703 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12704 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12705 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12706 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12707 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12708 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12709 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12710 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12711 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12712 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12713 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12714 ( cat <<\_ASBOX
12715 ## ------------------------------------ ##
12716 ## Report this to wine-devel@winehq.org ##
12717 ## ------------------------------------ ##
12718 _ASBOX
12719 ) | sed "s/^/$as_me: WARNING: /" >&2
12721 esac
12722 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12723 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12725 echo $ECHO_N "(cached) $ECHO_C" >&6
12726 else
12727 eval "$as_ac_Header=\$ac_header_preproc"
12729 ac_res=`eval echo '${'$as_ac_Header'}'`
12730 { echo "$as_me:$LINENO: result: $ac_res" >&5
12731 echo "${ECHO_T}$ac_res" >&6; }
12734 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12735 cat >>confdefs.h <<_ACEOF
12736 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12737 _ACEOF
12741 done
12743 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12744 then
12745 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12746 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12747 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12748 echo $ECHO_N "(cached) $ECHO_C" >&6
12749 else
12750 ac_check_lib_save_LIBS=$LIBS
12751 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12752 cat >conftest.$ac_ext <<_ACEOF
12753 /* confdefs.h. */
12754 _ACEOF
12755 cat confdefs.h >>conftest.$ac_ext
12756 cat >>conftest.$ac_ext <<_ACEOF
12757 /* end confdefs.h. */
12759 /* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
12761 builtin and then its argument prototype would still apply. */
12762 #ifdef __cplusplus
12763 extern "C"
12764 #endif
12765 char dbus_connection_close ();
12767 main ()
12769 return dbus_connection_close ();
12771 return 0;
12773 _ACEOF
12774 rm -f conftest.$ac_objext conftest$ac_exeext
12775 if { (ac_try="$ac_link"
12776 case "(($ac_try" in
12777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12778 *) ac_try_echo=$ac_try;;
12779 esac
12780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12781 (eval "$ac_link") 2>conftest.er1
12782 ac_status=$?
12783 grep -v '^ *+' conftest.er1 >conftest.err
12784 rm -f conftest.er1
12785 cat conftest.err >&5
12786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787 (exit $ac_status); } && {
12788 test -z "$ac_c_werror_flag" ||
12789 test ! -s conftest.err
12790 } && test -s conftest$ac_exeext &&
12791 $as_test_x conftest$ac_exeext; then
12792 ac_cv_lib_dbus_1_dbus_connection_close=yes
12793 else
12794 echo "$as_me: failed program was:" >&5
12795 sed 's/^/| /' conftest.$ac_ext >&5
12797 ac_cv_lib_dbus_1_dbus_connection_close=no
12800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12801 conftest$ac_exeext conftest.$ac_ext
12802 LIBS=$ac_check_lib_save_LIBS
12804 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12805 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12806 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12807 { echo "$as_me:$LINENO: checking for -lhal" >&5
12808 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12809 if test "${ac_cv_lib_soname_hal+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12811 else
12812 ac_check_soname_save_LIBS=$LIBS
12813 LIBS="-lhal $ac_hal_libs $LIBS"
12814 cat >conftest.$ac_ext <<_ACEOF
12815 /* confdefs.h. */
12816 _ACEOF
12817 cat confdefs.h >>conftest.$ac_ext
12818 cat >>conftest.$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12824 #ifdef __cplusplus
12825 extern "C"
12826 #endif
12827 char libhal_ctx_new ();
12829 main ()
12831 return libhal_ctx_new ();
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext conftest$ac_exeext
12837 if { (ac_try="$ac_link"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_link") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext &&
12853 $as_test_x conftest$ac_exeext; then
12854 case "$LIBEXT" in
12855 dll) ;;
12856 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'` ;;
12857 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12858 esac
12859 else
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_soname_save_LIBS
12870 if test "x$ac_cv_lib_soname_hal" = "x"; then
12871 { echo "$as_me:$LINENO: result: not found" >&5
12872 echo "${ECHO_T}not found" >&6; }
12874 else
12875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12876 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12878 cat >>confdefs.h <<_ACEOF
12879 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12880 _ACEOF
12882 HALINCL="$ac_hal_cflags"
12888 CPPFLAGS="$ac_save_CPPFLAGS"
12890 if test "x$ac_cv_lib_soname_hal" = "x"; then
12891 case "x$with_hal" in
12892 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12893 xno) ;;
12894 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12895 This is an error since --with-hal was requested." >&5
12896 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12897 This is an error since --with-hal was requested." >&2;}
12898 { (exit 1); exit 1; }; } ;;
12899 esac
12903 if test "x$with_gnutls" != "xno"
12904 then
12905 ac_save_CPPFLAGS="$CPPFLAGS"
12906 if test "$PKG_CONFIG" != "false"
12907 then
12908 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12909 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12910 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12912 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12913 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12914 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12915 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12916 echo $ECHO_N "(cached) $ECHO_C" >&6
12918 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12919 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12920 else
12921 # Is the header compilable?
12922 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12923 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12924 cat >conftest.$ac_ext <<_ACEOF
12925 /* confdefs.h. */
12926 _ACEOF
12927 cat confdefs.h >>conftest.$ac_ext
12928 cat >>conftest.$ac_ext <<_ACEOF
12929 /* end confdefs.h. */
12930 $ac_includes_default
12931 #include <gnutls/gnutls.h>
12932 _ACEOF
12933 rm -f conftest.$ac_objext
12934 if { (ac_try="$ac_compile"
12935 case "(($ac_try" in
12936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12937 *) ac_try_echo=$ac_try;;
12938 esac
12939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12940 (eval "$ac_compile") 2>conftest.er1
12941 ac_status=$?
12942 grep -v '^ *+' conftest.er1 >conftest.err
12943 rm -f conftest.er1
12944 cat conftest.err >&5
12945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12946 (exit $ac_status); } && {
12947 test -z "$ac_c_werror_flag" ||
12948 test ! -s conftest.err
12949 } && test -s conftest.$ac_objext; then
12950 ac_header_compiler=yes
12951 else
12952 echo "$as_me: failed program was:" >&5
12953 sed 's/^/| /' conftest.$ac_ext >&5
12955 ac_header_compiler=no
12958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12959 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12960 echo "${ECHO_T}$ac_header_compiler" >&6; }
12962 # Is the header present?
12963 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12964 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12965 cat >conftest.$ac_ext <<_ACEOF
12966 /* confdefs.h. */
12967 _ACEOF
12968 cat confdefs.h >>conftest.$ac_ext
12969 cat >>conftest.$ac_ext <<_ACEOF
12970 /* end confdefs.h. */
12971 #include <gnutls/gnutls.h>
12972 _ACEOF
12973 if { (ac_try="$ac_cpp conftest.$ac_ext"
12974 case "(($ac_try" in
12975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976 *) ac_try_echo=$ac_try;;
12977 esac
12978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12979 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } >/dev/null && {
12986 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 }; then
12989 ac_header_preproc=yes
12990 else
12991 echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12994 ac_header_preproc=no
12997 rm -f conftest.err conftest.$ac_ext
12998 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12999 echo "${ECHO_T}$ac_header_preproc" >&6; }
13001 # So? What about this header?
13002 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13003 yes:no: )
13004 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13005 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13006 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13007 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13008 ac_header_preproc=yes
13010 no:yes:* )
13011 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13012 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13013 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13014 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13015 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13016 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13017 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13018 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13019 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13020 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13021 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13022 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13023 ( cat <<\_ASBOX
13024 ## ------------------------------------ ##
13025 ## Report this to wine-devel@winehq.org ##
13026 ## ------------------------------------ ##
13027 _ASBOX
13028 ) | sed "s/^/$as_me: WARNING: /" >&2
13030 esac
13031 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13032 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13033 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13034 echo $ECHO_N "(cached) $ECHO_C" >&6
13035 else
13036 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13038 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13039 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13042 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13043 cat >conftest.$ac_ext <<_ACEOF
13044 /* confdefs.h. */
13045 _ACEOF
13046 cat confdefs.h >>conftest.$ac_ext
13047 cat >>conftest.$ac_ext <<_ACEOF
13048 /* end confdefs.h. */
13049 #include <gnutls/gnutls.h>
13051 main ()
13053 typeof(gnutls_mac_get_key_size) *pfunc;
13055 return 0;
13057 _ACEOF
13058 rm -f conftest.$ac_objext
13059 if { (ac_try="$ac_compile"
13060 case "(($ac_try" in
13061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13062 *) ac_try_echo=$ac_try;;
13063 esac
13064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13065 (eval "$ac_compile") 2>conftest.er1
13066 ac_status=$?
13067 grep -v '^ *+' conftest.er1 >conftest.err
13068 rm -f conftest.er1
13069 cat conftest.err >&5
13070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13071 (exit $ac_status); } && {
13072 test -z "$ac_c_werror_flag" ||
13073 test ! -s conftest.err
13074 } && test -s conftest.$ac_objext; then
13075 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13076 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13077 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13078 echo $ECHO_N "(cached) $ECHO_C" >&6
13079 else
13080 ac_check_soname_save_LIBS=$LIBS
13081 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13082 cat >conftest.$ac_ext <<_ACEOF
13083 /* confdefs.h. */
13084 _ACEOF
13085 cat confdefs.h >>conftest.$ac_ext
13086 cat >>conftest.$ac_ext <<_ACEOF
13087 /* end confdefs.h. */
13089 /* Override any GCC internal prototype to avoid an error.
13090 Use char because int might match the return type of a GCC
13091 builtin and then its argument prototype would still apply. */
13092 #ifdef __cplusplus
13093 extern "C"
13094 #endif
13095 char gnutls_global_init ();
13097 main ()
13099 return gnutls_global_init ();
13101 return 0;
13103 _ACEOF
13104 rm -f conftest.$ac_objext conftest$ac_exeext
13105 if { (ac_try="$ac_link"
13106 case "(($ac_try" in
13107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13108 *) ac_try_echo=$ac_try;;
13109 esac
13110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13111 (eval "$ac_link") 2>conftest.er1
13112 ac_status=$?
13113 grep -v '^ *+' conftest.er1 >conftest.err
13114 rm -f conftest.er1
13115 cat conftest.err >&5
13116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13117 (exit $ac_status); } && {
13118 test -z "$ac_c_werror_flag" ||
13119 test ! -s conftest.err
13120 } && test -s conftest$ac_exeext &&
13121 $as_test_x conftest$ac_exeext; then
13122 case "$LIBEXT" in
13123 dll) ;;
13124 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'` ;;
13125 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13126 esac
13127 else
13128 echo "$as_me: failed program was:" >&5
13129 sed 's/^/| /' conftest.$ac_ext >&5
13134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13135 conftest$ac_exeext conftest.$ac_ext
13136 LIBS=$ac_check_soname_save_LIBS
13138 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13139 { echo "$as_me:$LINENO: result: not found" >&5
13140 echo "${ECHO_T}not found" >&6; }
13142 else
13143 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13144 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13146 cat >>confdefs.h <<_ACEOF
13147 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13148 _ACEOF
13150 GNUTLSINCL="$ac_gnutls_cflags"
13154 else
13155 echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13165 CPPFLAGS="$ac_save_CPPFLAGS"
13167 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13168 case "x$with_gnutls" in
13169 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13170 xno) ;;
13171 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13172 This is an error since --with-gnutls was requested." >&5
13173 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13174 This is an error since --with-gnutls was requested." >&2;}
13175 { (exit 1); exit 1; }; } ;;
13176 esac
13180 CURSESLIBS=""
13181 if test "$ac_cv_header_ncurses_h" = "yes"
13182 then
13183 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13184 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13185 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13186 echo $ECHO_N "(cached) $ECHO_C" >&6
13187 else
13188 ac_check_soname_save_LIBS=$LIBS
13189 LIBS="-lncurses $LIBS"
13190 cat >conftest.$ac_ext <<_ACEOF
13191 /* confdefs.h. */
13192 _ACEOF
13193 cat confdefs.h >>conftest.$ac_ext
13194 cat >>conftest.$ac_ext <<_ACEOF
13195 /* end confdefs.h. */
13197 /* Override any GCC internal prototype to avoid an error.
13198 Use char because int might match the return type of a GCC
13199 builtin and then its argument prototype would still apply. */
13200 #ifdef __cplusplus
13201 extern "C"
13202 #endif
13203 char waddch ();
13205 main ()
13207 return waddch ();
13209 return 0;
13211 _ACEOF
13212 rm -f conftest.$ac_objext conftest$ac_exeext
13213 if { (ac_try="$ac_link"
13214 case "(($ac_try" in
13215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13216 *) ac_try_echo=$ac_try;;
13217 esac
13218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13219 (eval "$ac_link") 2>conftest.er1
13220 ac_status=$?
13221 grep -v '^ *+' conftest.er1 >conftest.err
13222 rm -f conftest.er1
13223 cat conftest.err >&5
13224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225 (exit $ac_status); } && {
13226 test -z "$ac_c_werror_flag" ||
13227 test ! -s conftest.err
13228 } && test -s conftest$ac_exeext &&
13229 $as_test_x conftest$ac_exeext; then
13230 case "$LIBEXT" in
13231 dll) ;;
13232 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'` ;;
13233 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13234 esac
13235 else
13236 echo "$as_me: failed program was:" >&5
13237 sed 's/^/| /' conftest.$ac_ext >&5
13242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13243 conftest$ac_exeext conftest.$ac_ext
13244 LIBS=$ac_check_soname_save_LIBS
13246 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13247 { echo "$as_me:$LINENO: result: not found" >&5
13248 echo "${ECHO_T}not found" >&6; }
13250 else
13251 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13252 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13254 cat >>confdefs.h <<_ACEOF
13255 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13256 _ACEOF
13258 CURSESLIBS="-lncurses"
13261 elif test "$ac_cv_header_curses_h" = "yes"
13262 then
13263 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13264 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13265 if test "${ac_cv_lib_soname_curses+set}" = set; then
13266 echo $ECHO_N "(cached) $ECHO_C" >&6
13267 else
13268 ac_check_soname_save_LIBS=$LIBS
13269 LIBS="-lcurses $LIBS"
13270 cat >conftest.$ac_ext <<_ACEOF
13271 /* confdefs.h. */
13272 _ACEOF
13273 cat confdefs.h >>conftest.$ac_ext
13274 cat >>conftest.$ac_ext <<_ACEOF
13275 /* end confdefs.h. */
13277 /* Override any GCC internal prototype to avoid an error.
13278 Use char because int might match the return type of a GCC
13279 builtin and then its argument prototype would still apply. */
13280 #ifdef __cplusplus
13281 extern "C"
13282 #endif
13283 char waddch ();
13285 main ()
13287 return waddch ();
13289 return 0;
13291 _ACEOF
13292 rm -f conftest.$ac_objext conftest$ac_exeext
13293 if { (ac_try="$ac_link"
13294 case "(($ac_try" in
13295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13296 *) ac_try_echo=$ac_try;;
13297 esac
13298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13299 (eval "$ac_link") 2>conftest.er1
13300 ac_status=$?
13301 grep -v '^ *+' conftest.er1 >conftest.err
13302 rm -f conftest.er1
13303 cat conftest.err >&5
13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305 (exit $ac_status); } && {
13306 test -z "$ac_c_werror_flag" ||
13307 test ! -s conftest.err
13308 } && test -s conftest$ac_exeext &&
13309 $as_test_x conftest$ac_exeext; then
13310 case "$LIBEXT" in
13311 dll) ;;
13312 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'` ;;
13313 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13314 esac
13315 else
13316 echo "$as_me: failed program was:" >&5
13317 sed 's/^/| /' conftest.$ac_ext >&5
13322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13323 conftest$ac_exeext conftest.$ac_ext
13324 LIBS=$ac_check_soname_save_LIBS
13326 if test "x$ac_cv_lib_soname_curses" = "x"; then
13327 { echo "$as_me:$LINENO: result: not found" >&5
13328 echo "${ECHO_T}not found" >&6; }
13330 else
13331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13332 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13334 cat >>confdefs.h <<_ACEOF
13335 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13336 _ACEOF
13338 CURSESLIBS="-lcurses"
13342 ac_save_LIBS="$LIBS"
13343 LIBS="$LIBS $CURSESLIBS"
13345 for ac_func in mousemask
13347 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13348 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13349 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13350 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13351 echo $ECHO_N "(cached) $ECHO_C" >&6
13352 else
13353 cat >conftest.$ac_ext <<_ACEOF
13354 /* confdefs.h. */
13355 _ACEOF
13356 cat confdefs.h >>conftest.$ac_ext
13357 cat >>conftest.$ac_ext <<_ACEOF
13358 /* end confdefs.h. */
13359 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13361 #define $ac_func innocuous_$ac_func
13363 /* System header to define __stub macros and hopefully few prototypes,
13364 which can conflict with char $ac_func (); below.
13365 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13366 <limits.h> exists even on freestanding compilers. */
13368 #ifdef __STDC__
13369 # include <limits.h>
13370 #else
13371 # include <assert.h>
13372 #endif
13374 #undef $ac_func
13376 /* Override any GCC internal prototype to avoid an error.
13377 Use char because int might match the return type of a GCC
13378 builtin and then its argument prototype would still apply. */
13379 #ifdef __cplusplus
13380 extern "C"
13381 #endif
13382 char $ac_func ();
13383 /* The GNU C library defines this for functions which it implements
13384 to always fail with ENOSYS. Some functions are actually named
13385 something starting with __ and the normal name is an alias. */
13386 #if defined __stub_$ac_func || defined __stub___$ac_func
13387 choke me
13388 #endif
13391 main ()
13393 return $ac_func ();
13395 return 0;
13397 _ACEOF
13398 rm -f conftest.$ac_objext conftest$ac_exeext
13399 if { (ac_try="$ac_link"
13400 case "(($ac_try" in
13401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13402 *) ac_try_echo=$ac_try;;
13403 esac
13404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13405 (eval "$ac_link") 2>conftest.er1
13406 ac_status=$?
13407 grep -v '^ *+' conftest.er1 >conftest.err
13408 rm -f conftest.er1
13409 cat conftest.err >&5
13410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13411 (exit $ac_status); } && {
13412 test -z "$ac_c_werror_flag" ||
13413 test ! -s conftest.err
13414 } && test -s conftest$ac_exeext &&
13415 $as_test_x conftest$ac_exeext; then
13416 eval "$as_ac_var=yes"
13417 else
13418 echo "$as_me: failed program was:" >&5
13419 sed 's/^/| /' conftest.$ac_ext >&5
13421 eval "$as_ac_var=no"
13424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13425 conftest$ac_exeext conftest.$ac_ext
13427 ac_res=`eval echo '${'$as_ac_var'}'`
13428 { echo "$as_me:$LINENO: result: $ac_res" >&5
13429 echo "${ECHO_T}$ac_res" >&6; }
13430 if test `eval echo '${'$as_ac_var'}'` = yes; then
13431 cat >>confdefs.h <<_ACEOF
13432 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13433 _ACEOF
13436 done
13438 LIBS="$ac_save_LIBS"
13439 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13440 case "x$with_curses" in
13441 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13442 xno) ;;
13443 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13444 This is an error since --with-curses was requested." >&5
13445 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13446 This is an error since --with-curses was requested." >&2;}
13447 { (exit 1); exit 1; }; } ;;
13448 esac
13452 if test "x$with_sane" != "xno"
13453 then
13454 ac_save_CPPFLAGS="$CPPFLAGS"
13455 # Extract the first word of "sane-config", so it can be a program name with args.
13456 set dummy sane-config; ac_word=$2
13457 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13458 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13459 if test "${ac_cv_prog_sane_devel+set}" = set; then
13460 echo $ECHO_N "(cached) $ECHO_C" >&6
13461 else
13462 if test -n "$sane_devel"; then
13463 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13464 else
13465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13466 for as_dir in $PATH
13468 IFS=$as_save_IFS
13469 test -z "$as_dir" && as_dir=.
13470 for ac_exec_ext in '' $ac_executable_extensions; do
13471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13472 ac_cv_prog_sane_devel="sane-config"
13473 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13474 break 2
13476 done
13477 done
13478 IFS=$as_save_IFS
13480 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13483 sane_devel=$ac_cv_prog_sane_devel
13484 if test -n "$sane_devel"; then
13485 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13486 echo "${ECHO_T}$sane_devel" >&6; }
13487 else
13488 { echo "$as_me:$LINENO: result: no" >&5
13489 echo "${ECHO_T}no" >&6; }
13493 if test "$sane_devel" != "no"
13494 then
13495 ac_sane_incl="`$sane_devel --cflags`"
13496 ac_sane_libs="`$sane_devel --ldflags`"
13497 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13499 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13500 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13501 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13502 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13503 echo $ECHO_N "(cached) $ECHO_C" >&6
13505 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13506 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13507 else
13508 # Is the header compilable?
13509 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13510 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13511 cat >conftest.$ac_ext <<_ACEOF
13512 /* confdefs.h. */
13513 _ACEOF
13514 cat confdefs.h >>conftest.$ac_ext
13515 cat >>conftest.$ac_ext <<_ACEOF
13516 /* end confdefs.h. */
13517 $ac_includes_default
13518 #include <sane/sane.h>
13519 _ACEOF
13520 rm -f conftest.$ac_objext
13521 if { (ac_try="$ac_compile"
13522 case "(($ac_try" in
13523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13524 *) ac_try_echo=$ac_try;;
13525 esac
13526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13527 (eval "$ac_compile") 2>conftest.er1
13528 ac_status=$?
13529 grep -v '^ *+' conftest.er1 >conftest.err
13530 rm -f conftest.er1
13531 cat conftest.err >&5
13532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13533 (exit $ac_status); } && {
13534 test -z "$ac_c_werror_flag" ||
13535 test ! -s conftest.err
13536 } && test -s conftest.$ac_objext; then
13537 ac_header_compiler=yes
13538 else
13539 echo "$as_me: failed program was:" >&5
13540 sed 's/^/| /' conftest.$ac_ext >&5
13542 ac_header_compiler=no
13545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13546 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13547 echo "${ECHO_T}$ac_header_compiler" >&6; }
13549 # Is the header present?
13550 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13551 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13552 cat >conftest.$ac_ext <<_ACEOF
13553 /* confdefs.h. */
13554 _ACEOF
13555 cat confdefs.h >>conftest.$ac_ext
13556 cat >>conftest.$ac_ext <<_ACEOF
13557 /* end confdefs.h. */
13558 #include <sane/sane.h>
13559 _ACEOF
13560 if { (ac_try="$ac_cpp conftest.$ac_ext"
13561 case "(($ac_try" in
13562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13563 *) ac_try_echo=$ac_try;;
13564 esac
13565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13566 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13567 ac_status=$?
13568 grep -v '^ *+' conftest.er1 >conftest.err
13569 rm -f conftest.er1
13570 cat conftest.err >&5
13571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13572 (exit $ac_status); } >/dev/null && {
13573 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13574 test ! -s conftest.err
13575 }; then
13576 ac_header_preproc=yes
13577 else
13578 echo "$as_me: failed program was:" >&5
13579 sed 's/^/| /' conftest.$ac_ext >&5
13581 ac_header_preproc=no
13584 rm -f conftest.err conftest.$ac_ext
13585 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13586 echo "${ECHO_T}$ac_header_preproc" >&6; }
13588 # So? What about this header?
13589 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13590 yes:no: )
13591 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13592 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13593 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13594 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13595 ac_header_preproc=yes
13597 no:yes:* )
13598 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13599 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13600 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13601 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13602 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13603 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13604 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13605 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13607 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13608 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13609 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13610 ( cat <<\_ASBOX
13611 ## ------------------------------------ ##
13612 ## Report this to wine-devel@winehq.org ##
13613 ## ------------------------------------ ##
13614 _ASBOX
13615 ) | sed "s/^/$as_me: WARNING: /" >&2
13617 esac
13618 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13619 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13620 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13621 echo $ECHO_N "(cached) $ECHO_C" >&6
13622 else
13623 ac_cv_header_sane_sane_h=$ac_header_preproc
13625 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13626 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13629 if test $ac_cv_header_sane_sane_h = yes; then
13630 { echo "$as_me:$LINENO: checking for -lsane" >&5
13631 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13632 if test "${ac_cv_lib_soname_sane+set}" = set; then
13633 echo $ECHO_N "(cached) $ECHO_C" >&6
13634 else
13635 ac_check_soname_save_LIBS=$LIBS
13636 LIBS="-lsane $ac_sane_libs $LIBS"
13637 cat >conftest.$ac_ext <<_ACEOF
13638 /* confdefs.h. */
13639 _ACEOF
13640 cat confdefs.h >>conftest.$ac_ext
13641 cat >>conftest.$ac_ext <<_ACEOF
13642 /* end confdefs.h. */
13644 /* Override any GCC internal prototype to avoid an error.
13645 Use char because int might match the return type of a GCC
13646 builtin and then its argument prototype would still apply. */
13647 #ifdef __cplusplus
13648 extern "C"
13649 #endif
13650 char sane_init ();
13652 main ()
13654 return sane_init ();
13656 return 0;
13658 _ACEOF
13659 rm -f conftest.$ac_objext conftest$ac_exeext
13660 if { (ac_try="$ac_link"
13661 case "(($ac_try" in
13662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13663 *) ac_try_echo=$ac_try;;
13664 esac
13665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13666 (eval "$ac_link") 2>conftest.er1
13667 ac_status=$?
13668 grep -v '^ *+' conftest.er1 >conftest.err
13669 rm -f conftest.er1
13670 cat conftest.err >&5
13671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13672 (exit $ac_status); } && {
13673 test -z "$ac_c_werror_flag" ||
13674 test ! -s conftest.err
13675 } && test -s conftest$ac_exeext &&
13676 $as_test_x conftest$ac_exeext; then
13677 case "$LIBEXT" in
13678 dll) ;;
13679 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'` ;;
13680 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13681 esac
13682 else
13683 echo "$as_me: failed program was:" >&5
13684 sed 's/^/| /' conftest.$ac_ext >&5
13689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13690 conftest$ac_exeext conftest.$ac_ext
13691 LIBS=$ac_check_soname_save_LIBS
13693 if test "x$ac_cv_lib_soname_sane" = "x"; then
13694 { echo "$as_me:$LINENO: result: not found" >&5
13695 echo "${ECHO_T}not found" >&6; }
13697 else
13698 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13699 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13701 cat >>confdefs.h <<_ACEOF
13702 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13703 _ACEOF
13705 SANEINCL="$ac_sane_incl"
13712 CPPFLAGS="$ac_save_CPPFLAGS"
13714 if test "x$ac_cv_lib_soname_sane" = "x"; then
13715 case "x$with_sane" in
13716 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13717 xno) ;;
13718 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13719 This is an error since --with-sane was requested." >&5
13720 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13721 This is an error since --with-sane was requested." >&2;}
13722 { (exit 1); exit 1; }; } ;;
13723 esac
13727 if test "x$with_gphoto" != "xno"
13728 then
13729 ac_save_CPPFLAGS="$CPPFLAGS"
13730 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13731 set dummy gphoto2-config; ac_word=$2
13732 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13734 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13736 else
13737 if test -n "$gphoto2_devel"; then
13738 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13739 else
13740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13741 for as_dir in $PATH
13743 IFS=$as_save_IFS
13744 test -z "$as_dir" && as_dir=.
13745 for ac_exec_ext in '' $ac_executable_extensions; do
13746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13747 ac_cv_prog_gphoto2_devel="gphoto2-config"
13748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13749 break 2
13751 done
13752 done
13753 IFS=$as_save_IFS
13755 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13758 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13759 if test -n "$gphoto2_devel"; then
13760 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13761 echo "${ECHO_T}$gphoto2_devel" >&6; }
13762 else
13763 { echo "$as_me:$LINENO: result: no" >&5
13764 echo "${ECHO_T}no" >&6; }
13768 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13769 set dummy gphoto2-port-config; ac_word=$2
13770 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13772 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13773 echo $ECHO_N "(cached) $ECHO_C" >&6
13774 else
13775 if test -n "$gphoto2port_devel"; then
13776 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13777 else
13778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13779 for as_dir in $PATH
13781 IFS=$as_save_IFS
13782 test -z "$as_dir" && as_dir=.
13783 for ac_exec_ext in '' $ac_executable_extensions; do
13784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13785 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13787 break 2
13789 done
13790 done
13791 IFS=$as_save_IFS
13793 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13796 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13797 if test -n "$gphoto2port_devel"; then
13798 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13799 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13800 else
13801 { echo "$as_me:$LINENO: result: no" >&5
13802 echo "${ECHO_T}no" >&6; }
13806 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13807 then
13808 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13809 ac_gphoto2_libs=""
13810 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13812 case "$i" in
13813 -L/usr/lib|-L/usr/lib64) ;;
13814 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13815 esac
13816 done
13817 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13819 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13820 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13821 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13822 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13823 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13824 echo $ECHO_N "(cached) $ECHO_C" >&6
13826 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13827 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13828 else
13829 # Is the header compilable?
13830 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13831 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13832 cat >conftest.$ac_ext <<_ACEOF
13833 /* confdefs.h. */
13834 _ACEOF
13835 cat confdefs.h >>conftest.$ac_ext
13836 cat >>conftest.$ac_ext <<_ACEOF
13837 /* end confdefs.h. */
13838 $ac_includes_default
13839 #include <gphoto2-camera.h>
13840 _ACEOF
13841 rm -f conftest.$ac_objext
13842 if { (ac_try="$ac_compile"
13843 case "(($ac_try" in
13844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13845 *) ac_try_echo=$ac_try;;
13846 esac
13847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13848 (eval "$ac_compile") 2>conftest.er1
13849 ac_status=$?
13850 grep -v '^ *+' conftest.er1 >conftest.err
13851 rm -f conftest.er1
13852 cat conftest.err >&5
13853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13854 (exit $ac_status); } && {
13855 test -z "$ac_c_werror_flag" ||
13856 test ! -s conftest.err
13857 } && test -s conftest.$ac_objext; then
13858 ac_header_compiler=yes
13859 else
13860 echo "$as_me: failed program was:" >&5
13861 sed 's/^/| /' conftest.$ac_ext >&5
13863 ac_header_compiler=no
13866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13867 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13868 echo "${ECHO_T}$ac_header_compiler" >&6; }
13870 # Is the header present?
13871 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13872 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13873 cat >conftest.$ac_ext <<_ACEOF
13874 /* confdefs.h. */
13875 _ACEOF
13876 cat confdefs.h >>conftest.$ac_ext
13877 cat >>conftest.$ac_ext <<_ACEOF
13878 /* end confdefs.h. */
13879 #include <gphoto2-camera.h>
13880 _ACEOF
13881 if { (ac_try="$ac_cpp conftest.$ac_ext"
13882 case "(($ac_try" in
13883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13884 *) ac_try_echo=$ac_try;;
13885 esac
13886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13888 ac_status=$?
13889 grep -v '^ *+' conftest.er1 >conftest.err
13890 rm -f conftest.er1
13891 cat conftest.err >&5
13892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13893 (exit $ac_status); } >/dev/null && {
13894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13895 test ! -s conftest.err
13896 }; then
13897 ac_header_preproc=yes
13898 else
13899 echo "$as_me: failed program was:" >&5
13900 sed 's/^/| /' conftest.$ac_ext >&5
13902 ac_header_preproc=no
13905 rm -f conftest.err conftest.$ac_ext
13906 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13907 echo "${ECHO_T}$ac_header_preproc" >&6; }
13909 # So? What about this header?
13910 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13911 yes:no: )
13912 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13913 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13914 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13915 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13916 ac_header_preproc=yes
13918 no:yes:* )
13919 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13920 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13921 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13922 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13923 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13924 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13925 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13926 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13927 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13928 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13929 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13930 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13931 ( cat <<\_ASBOX
13932 ## ------------------------------------ ##
13933 ## Report this to wine-devel@winehq.org ##
13934 ## ------------------------------------ ##
13935 _ASBOX
13936 ) | sed "s/^/$as_me: WARNING: /" >&2
13938 esac
13939 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13940 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13941 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13942 echo $ECHO_N "(cached) $ECHO_C" >&6
13943 else
13944 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13946 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13947 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13950 if test $ac_cv_header_gphoto2_camera_h = yes; then
13951 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13952 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13953 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13954 echo $ECHO_N "(cached) $ECHO_C" >&6
13955 else
13956 ac_check_lib_save_LIBS=$LIBS
13957 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13958 cat >conftest.$ac_ext <<_ACEOF
13959 /* confdefs.h. */
13960 _ACEOF
13961 cat confdefs.h >>conftest.$ac_ext
13962 cat >>conftest.$ac_ext <<_ACEOF
13963 /* end confdefs.h. */
13965 /* Override any GCC internal prototype to avoid an error.
13966 Use char because int might match the return type of a GCC
13967 builtin and then its argument prototype would still apply. */
13968 #ifdef __cplusplus
13969 extern "C"
13970 #endif
13971 char gp_camera_new ();
13973 main ()
13975 return gp_camera_new ();
13977 return 0;
13979 _ACEOF
13980 rm -f conftest.$ac_objext conftest$ac_exeext
13981 if { (ac_try="$ac_link"
13982 case "(($ac_try" in
13983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13984 *) ac_try_echo=$ac_try;;
13985 esac
13986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13987 (eval "$ac_link") 2>conftest.er1
13988 ac_status=$?
13989 grep -v '^ *+' conftest.er1 >conftest.err
13990 rm -f conftest.er1
13991 cat conftest.err >&5
13992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993 (exit $ac_status); } && {
13994 test -z "$ac_c_werror_flag" ||
13995 test ! -s conftest.err
13996 } && test -s conftest$ac_exeext &&
13997 $as_test_x conftest$ac_exeext; then
13998 ac_cv_lib_gphoto2_gp_camera_new=yes
13999 else
14000 echo "$as_me: failed program was:" >&5
14001 sed 's/^/| /' conftest.$ac_ext >&5
14003 ac_cv_lib_gphoto2_gp_camera_new=no
14006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14007 conftest$ac_exeext conftest.$ac_ext
14008 LIBS=$ac_check_lib_save_LIBS
14010 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14011 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14012 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14014 cat >>confdefs.h <<\_ACEOF
14015 #define HAVE_GPHOTO2 1
14016 _ACEOF
14018 GPHOTO2LIBS="$ac_gphoto2_libs"
14020 GPHOTO2INCL="$ac_gphoto2_incl"
14027 CPPFLAGS="$ac_save_CPPFLAGS"
14029 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14030 case "x$with_gphoto" in
14031 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14032 xno) ;;
14033 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14034 This is an error since --with-gphoto was requested." >&5
14035 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14036 This is an error since --with-gphoto was requested." >&2;}
14037 { (exit 1); exit 1; }; } ;;
14038 esac
14043 RESOLVLIBS=""
14045 if test "$ac_cv_header_resolv_h" = "yes"
14046 then
14047 ac_save_LIBS="$LIBS"
14048 LIBS="$LIBS -lresolv"
14049 cat >conftest.$ac_ext <<_ACEOF
14050 /* confdefs.h. */
14051 _ACEOF
14052 cat confdefs.h >>conftest.$ac_ext
14053 cat >>conftest.$ac_ext <<_ACEOF
14054 /* end confdefs.h. */
14055 #ifdef HAVE_NETINET_IN_H
14056 #include <netinet/in.h>
14057 #endif
14058 #include <resolv.h>
14060 main ()
14062 res_init();
14064 return 0;
14066 _ACEOF
14067 rm -f conftest.$ac_objext conftest$ac_exeext
14068 if { (ac_try="$ac_link"
14069 case "(($ac_try" in
14070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14071 *) ac_try_echo=$ac_try;;
14072 esac
14073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14074 (eval "$ac_link") 2>conftest.er1
14075 ac_status=$?
14076 grep -v '^ *+' conftest.er1 >conftest.err
14077 rm -f conftest.er1
14078 cat conftest.err >&5
14079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14080 (exit $ac_status); } && {
14081 test -z "$ac_c_werror_flag" ||
14082 test ! -s conftest.err
14083 } && test -s conftest$ac_exeext &&
14084 $as_test_x conftest$ac_exeext; then
14086 cat >>confdefs.h <<\_ACEOF
14087 #define HAVE_RESOLV 1
14088 _ACEOF
14090 RESOLVLIBS="-lresolv"
14091 else
14092 echo "$as_me: failed program was:" >&5
14093 sed 's/^/| /' conftest.$ac_ext >&5
14098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14099 conftest$ac_exeext conftest.$ac_ext
14100 LIBS="$ac_save_LIBS"
14103 LCMSLIBS=""
14105 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14106 then
14107 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14108 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14109 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14110 echo $ECHO_N "(cached) $ECHO_C" >&6
14111 else
14112 ac_check_lib_save_LIBS=$LIBS
14113 LIBS="-llcms $LIBS"
14114 cat >conftest.$ac_ext <<_ACEOF
14115 /* confdefs.h. */
14116 _ACEOF
14117 cat confdefs.h >>conftest.$ac_ext
14118 cat >>conftest.$ac_ext <<_ACEOF
14119 /* end confdefs.h. */
14121 /* Override any GCC internal prototype to avoid an error.
14122 Use char because int might match the return type of a GCC
14123 builtin and then its argument prototype would still apply. */
14124 #ifdef __cplusplus
14125 extern "C"
14126 #endif
14127 char cmsOpenProfileFromFile ();
14129 main ()
14131 return cmsOpenProfileFromFile ();
14133 return 0;
14135 _ACEOF
14136 rm -f conftest.$ac_objext conftest$ac_exeext
14137 if { (ac_try="$ac_link"
14138 case "(($ac_try" in
14139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14140 *) ac_try_echo=$ac_try;;
14141 esac
14142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14143 (eval "$ac_link") 2>conftest.er1
14144 ac_status=$?
14145 grep -v '^ *+' conftest.er1 >conftest.err
14146 rm -f conftest.er1
14147 cat conftest.err >&5
14148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14149 (exit $ac_status); } && {
14150 test -z "$ac_c_werror_flag" ||
14151 test ! -s conftest.err
14152 } && test -s conftest$ac_exeext &&
14153 $as_test_x conftest$ac_exeext; then
14154 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14155 else
14156 echo "$as_me: failed program was:" >&5
14157 sed 's/^/| /' conftest.$ac_ext >&5
14159 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14163 conftest$ac_exeext conftest.$ac_ext
14164 LIBS=$ac_check_lib_save_LIBS
14166 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14167 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14168 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14170 cat >>confdefs.h <<\_ACEOF
14171 #define HAVE_LCMS 1
14172 _ACEOF
14174 LCMSLIBS="-llcms"
14178 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14179 case "x$with_cms" in
14180 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14181 xno) ;;
14182 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14183 This is an error since --with-cms was requested." >&5
14184 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14185 This is an error since --with-cms was requested." >&2;}
14186 { (exit 1); exit 1; }; } ;;
14187 esac
14191 if test "x$with_freetype" != "xno"
14192 then
14193 for ac_prog in freetype-config freetype2-config
14195 # Extract the first word of "$ac_prog", so it can be a program name with args.
14196 set dummy $ac_prog; ac_word=$2
14197 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14199 if test "${ac_cv_prog_ft_devel+set}" = set; then
14200 echo $ECHO_N "(cached) $ECHO_C" >&6
14201 else
14202 if test -n "$ft_devel"; then
14203 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14204 else
14205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14206 for as_dir in $PATH
14208 IFS=$as_save_IFS
14209 test -z "$as_dir" && as_dir=.
14210 for ac_exec_ext in '' $ac_executable_extensions; do
14211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14212 ac_cv_prog_ft_devel="$ac_prog"
14213 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14214 break 2
14216 done
14217 done
14218 IFS=$as_save_IFS
14222 ft_devel=$ac_cv_prog_ft_devel
14223 if test -n "$ft_devel"; then
14224 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14225 echo "${ECHO_T}$ft_devel" >&6; }
14226 else
14227 { echo "$as_me:$LINENO: result: no" >&5
14228 echo "${ECHO_T}no" >&6; }
14232 test -n "$ft_devel" && break
14233 done
14234 test -n "$ft_devel" || ft_devel="no"
14236 if test "$ft_devel" != "no"
14237 then
14238 ac_freetype_incl=`$ft_devel --cflags`
14239 ac_freetype_libs=`$ft_devel --libs`
14241 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14242 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14243 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14244 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14245 echo $ECHO_N "(cached) $ECHO_C" >&6
14246 else
14247 ac_check_soname_save_LIBS=$LIBS
14248 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14249 cat >conftest.$ac_ext <<_ACEOF
14250 /* confdefs.h. */
14251 _ACEOF
14252 cat confdefs.h >>conftest.$ac_ext
14253 cat >>conftest.$ac_ext <<_ACEOF
14254 /* end confdefs.h. */
14256 /* Override any GCC internal prototype to avoid an error.
14257 Use char because int might match the return type of a GCC
14258 builtin and then its argument prototype would still apply. */
14259 #ifdef __cplusplus
14260 extern "C"
14261 #endif
14262 char FT_Init_FreeType ();
14264 main ()
14266 return FT_Init_FreeType ();
14268 return 0;
14270 _ACEOF
14271 rm -f conftest.$ac_objext conftest$ac_exeext
14272 if { (ac_try="$ac_link"
14273 case "(($ac_try" in
14274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14275 *) ac_try_echo=$ac_try;;
14276 esac
14277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14278 (eval "$ac_link") 2>conftest.er1
14279 ac_status=$?
14280 grep -v '^ *+' conftest.er1 >conftest.err
14281 rm -f conftest.er1
14282 cat conftest.err >&5
14283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284 (exit $ac_status); } && {
14285 test -z "$ac_c_werror_flag" ||
14286 test ! -s conftest.err
14287 } && test -s conftest$ac_exeext &&
14288 $as_test_x conftest$ac_exeext; then
14289 case "$LIBEXT" in
14290 dll) ;;
14291 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'` ;;
14292 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14293 esac
14294 else
14295 echo "$as_me: failed program was:" >&5
14296 sed 's/^/| /' conftest.$ac_ext >&5
14301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14302 conftest$ac_exeext conftest.$ac_ext
14303 LIBS=$ac_check_soname_save_LIBS
14305 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14306 { echo "$as_me:$LINENO: result: not found" >&5
14307 echo "${ECHO_T}not found" >&6; }
14308 ft_lib=no
14309 else
14310 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14311 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14313 cat >>confdefs.h <<_ACEOF
14314 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14315 _ACEOF
14317 ft_lib=yes
14320 if test "$ft_lib" = "yes"
14321 then
14322 ac_save_CPPFLAGS="$CPPFLAGS"
14323 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14337 for ac_header in ft2build.h \
14338 freetype/freetype.h \
14339 freetype/ftglyph.h \
14340 freetype/fttypes.h \
14341 freetype/tttables.h \
14342 freetype/ftnames.h \
14343 freetype/ftsnames.h \
14344 freetype/ttnameid.h \
14345 freetype/ftoutln.h \
14346 freetype/ftwinfnt.h \
14347 freetype/ftmodapi.h \
14348 freetype/ftlcdfil.h \
14349 freetype/internal/sfnt.h
14351 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14352 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14353 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14354 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14355 echo $ECHO_N "(cached) $ECHO_C" >&6
14356 else
14357 cat >conftest.$ac_ext <<_ACEOF
14358 /* confdefs.h. */
14359 _ACEOF
14360 cat confdefs.h >>conftest.$ac_ext
14361 cat >>conftest.$ac_ext <<_ACEOF
14362 /* end confdefs.h. */
14363 #ifdef HAVE_FT2BUILD_H
14364 # include <ft2build.h>
14365 #endif
14367 #include <$ac_header>
14368 _ACEOF
14369 rm -f conftest.$ac_objext
14370 if { (ac_try="$ac_compile"
14371 case "(($ac_try" in
14372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14373 *) ac_try_echo=$ac_try;;
14374 esac
14375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14376 (eval "$ac_compile") 2>conftest.er1
14377 ac_status=$?
14378 grep -v '^ *+' conftest.er1 >conftest.err
14379 rm -f conftest.er1
14380 cat conftest.err >&5
14381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382 (exit $ac_status); } && {
14383 test -z "$ac_c_werror_flag" ||
14384 test ! -s conftest.err
14385 } && test -s conftest.$ac_objext; then
14386 eval "$as_ac_Header=yes"
14387 else
14388 echo "$as_me: failed program was:" >&5
14389 sed 's/^/| /' conftest.$ac_ext >&5
14391 eval "$as_ac_Header=no"
14394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14396 ac_res=`eval echo '${'$as_ac_Header'}'`
14397 { echo "$as_me:$LINENO: result: $ac_res" >&5
14398 echo "${ECHO_T}$ac_res" >&6; }
14399 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14400 cat >>confdefs.h <<_ACEOF
14401 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14402 _ACEOF
14406 done
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 <ft2build.h>
14415 #include <freetype/fttrigon.h>
14416 _ACEOF
14417 if { (ac_try="$ac_cpp conftest.$ac_ext"
14418 case "(($ac_try" in
14419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14420 *) ac_try_echo=$ac_try;;
14421 esac
14422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14424 ac_status=$?
14425 grep -v '^ *+' conftest.er1 >conftest.err
14426 rm -f conftest.er1
14427 cat conftest.err >&5
14428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14429 (exit $ac_status); } >/dev/null && {
14430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14431 test ! -s conftest.err
14432 }; then
14434 cat >>confdefs.h <<\_ACEOF
14435 #define HAVE_FREETYPE_FTTRIGON_H 1
14436 _ACEOF
14438 wine_cv_fttrigon=yes
14439 else
14440 echo "$as_me: failed program was:" >&5
14441 sed 's/^/| /' conftest.$ac_ext >&5
14443 wine_cv_fttrigon=no
14446 rm -f conftest.err conftest.$ac_ext
14447 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14448 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14449 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14450 echo $ECHO_N "(cached) $ECHO_C" >&6
14451 else
14452 cat >conftest.$ac_ext <<_ACEOF
14453 /* confdefs.h. */
14454 _ACEOF
14455 cat confdefs.h >>conftest.$ac_ext
14456 cat >>conftest.$ac_ext <<_ACEOF
14457 /* end confdefs.h. */
14458 #include <freetype/ftmodapi.h>
14460 typedef FT_TrueTypeEngineType ac__type_new_;
14462 main ()
14464 if ((ac__type_new_ *) 0)
14465 return 0;
14466 if (sizeof (ac__type_new_))
14467 return 0;
14469 return 0;
14471 _ACEOF
14472 rm -f conftest.$ac_objext
14473 if { (ac_try="$ac_compile"
14474 case "(($ac_try" in
14475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14476 *) ac_try_echo=$ac_try;;
14477 esac
14478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14479 (eval "$ac_compile") 2>conftest.er1
14480 ac_status=$?
14481 grep -v '^ *+' conftest.er1 >conftest.err
14482 rm -f conftest.er1
14483 cat conftest.err >&5
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); } && {
14486 test -z "$ac_c_werror_flag" ||
14487 test ! -s conftest.err
14488 } && test -s conftest.$ac_objext; then
14489 ac_cv_type_FT_TrueTypeEngineType=yes
14490 else
14491 echo "$as_me: failed program was:" >&5
14492 sed 's/^/| /' conftest.$ac_ext >&5
14494 ac_cv_type_FT_TrueTypeEngineType=no
14497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14499 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14500 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14501 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14503 cat >>confdefs.h <<_ACEOF
14504 #define HAVE_FT_TRUETYPEENGINETYPE 1
14505 _ACEOF
14510 ac_save_CFLAGS="$CFLAGS"
14511 CFLAGS="$CFLAGS $ac_freetype_libs"
14513 for ac_func in FT_Load_Sfnt_Table
14515 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14516 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14517 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14518 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14519 echo $ECHO_N "(cached) $ECHO_C" >&6
14520 else
14521 cat >conftest.$ac_ext <<_ACEOF
14522 /* confdefs.h. */
14523 _ACEOF
14524 cat confdefs.h >>conftest.$ac_ext
14525 cat >>conftest.$ac_ext <<_ACEOF
14526 /* end confdefs.h. */
14527 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14528 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14529 #define $ac_func innocuous_$ac_func
14531 /* System header to define __stub macros and hopefully few prototypes,
14532 which can conflict with char $ac_func (); below.
14533 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14534 <limits.h> exists even on freestanding compilers. */
14536 #ifdef __STDC__
14537 # include <limits.h>
14538 #else
14539 # include <assert.h>
14540 #endif
14542 #undef $ac_func
14544 /* Override any GCC internal prototype to avoid an error.
14545 Use char because int might match the return type of a GCC
14546 builtin and then its argument prototype would still apply. */
14547 #ifdef __cplusplus
14548 extern "C"
14549 #endif
14550 char $ac_func ();
14551 /* The GNU C library defines this for functions which it implements
14552 to always fail with ENOSYS. Some functions are actually named
14553 something starting with __ and the normal name is an alias. */
14554 #if defined __stub_$ac_func || defined __stub___$ac_func
14555 choke me
14556 #endif
14559 main ()
14561 return $ac_func ();
14563 return 0;
14565 _ACEOF
14566 rm -f conftest.$ac_objext conftest$ac_exeext
14567 if { (ac_try="$ac_link"
14568 case "(($ac_try" in
14569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14570 *) ac_try_echo=$ac_try;;
14571 esac
14572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14573 (eval "$ac_link") 2>conftest.er1
14574 ac_status=$?
14575 grep -v '^ *+' conftest.er1 >conftest.err
14576 rm -f conftest.er1
14577 cat conftest.err >&5
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); } && {
14580 test -z "$ac_c_werror_flag" ||
14581 test ! -s conftest.err
14582 } && test -s conftest$ac_exeext &&
14583 $as_test_x conftest$ac_exeext; then
14584 eval "$as_ac_var=yes"
14585 else
14586 echo "$as_me: failed program was:" >&5
14587 sed 's/^/| /' conftest.$ac_ext >&5
14589 eval "$as_ac_var=no"
14592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14593 conftest$ac_exeext conftest.$ac_ext
14595 ac_res=`eval echo '${'$as_ac_var'}'`
14596 { echo "$as_me:$LINENO: result: $ac_res" >&5
14597 echo "${ECHO_T}$ac_res" >&6; }
14598 if test `eval echo '${'$as_ac_var'}'` = yes; then
14599 cat >>confdefs.h <<_ACEOF
14600 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14601 _ACEOF
14604 done
14606 CFLAGS="$ac_save_CFLAGS"
14607 CPPFLAGS="$ac_save_CPPFLAGS"
14608 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14609 then
14611 cat >>confdefs.h <<\_ACEOF
14612 #define HAVE_FREETYPE 1
14613 _ACEOF
14615 FREETYPELIBS="$ac_freetype_libs"
14617 FREETYPEINCL="$ac_freetype_incl"
14622 if test "x$FREETYPELIBS" = "x"; then
14623 case "x$with_freetype" in
14624 xno) ;;
14625 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14626 Use the --without-freetype option if you really want this." >&5
14627 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14628 Use the --without-freetype option if you really want this." >&2;}
14629 { (exit 1); exit 1; }; } ;;
14630 esac
14633 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14635 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14636 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14637 if test "${ac_cv_c_ppdev+set}" = set; then
14638 echo $ECHO_N "(cached) $ECHO_C" >&6
14639 else
14640 cat >conftest.$ac_ext <<_ACEOF
14641 /* confdefs.h. */
14642 _ACEOF
14643 cat confdefs.h >>conftest.$ac_ext
14644 cat >>conftest.$ac_ext <<_ACEOF
14645 /* end confdefs.h. */
14646 #include <linux/ppdev.h>
14648 main ()
14650 ioctl (1,PPCLAIM,0)
14652 return 0;
14654 _ACEOF
14655 rm -f conftest.$ac_objext
14656 if { (ac_try="$ac_compile"
14657 case "(($ac_try" in
14658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14659 *) ac_try_echo=$ac_try;;
14660 esac
14661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14662 (eval "$ac_compile") 2>conftest.er1
14663 ac_status=$?
14664 grep -v '^ *+' conftest.er1 >conftest.err
14665 rm -f conftest.er1
14666 cat conftest.err >&5
14667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14668 (exit $ac_status); } && {
14669 test -z "$ac_c_werror_flag" ||
14670 test ! -s conftest.err
14671 } && test -s conftest.$ac_objext; then
14672 ac_cv_c_ppdev="yes"
14673 else
14674 echo "$as_me: failed program was:" >&5
14675 sed 's/^/| /' conftest.$ac_ext >&5
14677 ac_cv_c_ppdev="no"
14680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14682 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14683 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14684 if test "$ac_cv_c_ppdev" = "yes"
14685 then
14687 cat >>confdefs.h <<\_ACEOF
14688 #define HAVE_PPDEV 1
14689 _ACEOF
14693 ac_wine_check_funcs_save_LIBS="$LIBS"
14694 LIBS="$LIBS $LIBPTHREAD"
14699 for ac_func in \
14700 pthread_attr_get_np \
14701 pthread_getattr_np \
14702 pthread_get_stackaddr_np \
14703 pthread_get_stacksize_np
14705 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14706 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14707 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14708 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14709 echo $ECHO_N "(cached) $ECHO_C" >&6
14710 else
14711 cat >conftest.$ac_ext <<_ACEOF
14712 /* confdefs.h. */
14713 _ACEOF
14714 cat confdefs.h >>conftest.$ac_ext
14715 cat >>conftest.$ac_ext <<_ACEOF
14716 /* end confdefs.h. */
14717 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14718 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14719 #define $ac_func innocuous_$ac_func
14721 /* System header to define __stub macros and hopefully few prototypes,
14722 which can conflict with char $ac_func (); below.
14723 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14724 <limits.h> exists even on freestanding compilers. */
14726 #ifdef __STDC__
14727 # include <limits.h>
14728 #else
14729 # include <assert.h>
14730 #endif
14732 #undef $ac_func
14734 /* Override any GCC internal prototype to avoid an error.
14735 Use char because int might match the return type of a GCC
14736 builtin and then its argument prototype would still apply. */
14737 #ifdef __cplusplus
14738 extern "C"
14739 #endif
14740 char $ac_func ();
14741 /* The GNU C library defines this for functions which it implements
14742 to always fail with ENOSYS. Some functions are actually named
14743 something starting with __ and the normal name is an alias. */
14744 #if defined __stub_$ac_func || defined __stub___$ac_func
14745 choke me
14746 #endif
14749 main ()
14751 return $ac_func ();
14753 return 0;
14755 _ACEOF
14756 rm -f conftest.$ac_objext conftest$ac_exeext
14757 if { (ac_try="$ac_link"
14758 case "(($ac_try" in
14759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14760 *) ac_try_echo=$ac_try;;
14761 esac
14762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14763 (eval "$ac_link") 2>conftest.er1
14764 ac_status=$?
14765 grep -v '^ *+' conftest.er1 >conftest.err
14766 rm -f conftest.er1
14767 cat conftest.err >&5
14768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14769 (exit $ac_status); } && {
14770 test -z "$ac_c_werror_flag" ||
14771 test ! -s conftest.err
14772 } && test -s conftest$ac_exeext &&
14773 $as_test_x conftest$ac_exeext; then
14774 eval "$as_ac_var=yes"
14775 else
14776 echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14779 eval "$as_ac_var=no"
14782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14783 conftest$ac_exeext conftest.$ac_ext
14785 ac_res=`eval echo '${'$as_ac_var'}'`
14786 { echo "$as_me:$LINENO: result: $ac_res" >&5
14787 echo "${ECHO_T}$ac_res" >&6; }
14788 if test `eval echo '${'$as_ac_var'}'` = yes; then
14789 cat >>confdefs.h <<_ACEOF
14790 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14791 _ACEOF
14794 done
14796 LIBS="$ac_wine_check_funcs_save_LIBS"
14798 if test "x$with_esd" != xno
14799 then
14800 save_CFLAGS="$CFLAGS"
14801 # Extract the first word of "esd-config", so it can be a program name with args.
14802 set dummy esd-config; ac_word=$2
14803 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14805 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14806 echo $ECHO_N "(cached) $ECHO_C" >&6
14807 else
14808 case $ESDCONFIG in
14809 [\\/]* | ?:[\\/]*)
14810 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14814 for as_dir in $PATH
14816 IFS=$as_save_IFS
14817 test -z "$as_dir" && as_dir=.
14818 for ac_exec_ext in '' $ac_executable_extensions; do
14819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14820 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14822 break 2
14824 done
14825 done
14826 IFS=$as_save_IFS
14828 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14830 esac
14832 ESDCONFIG=$ac_cv_path_ESDCONFIG
14833 if test -n "$ESDCONFIG"; then
14834 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14835 echo "${ECHO_T}$ESDCONFIG" >&6; }
14836 else
14837 { echo "$as_me:$LINENO: result: no" >&5
14838 echo "${ECHO_T}no" >&6; }
14842 if test "x$ESDCONFIG" != "xno"
14843 then
14844 ac_esd_incl=""
14845 for i in `$ESDCONFIG --cflags`
14847 case "$i" in
14848 -I*) ac_esd_incl="$ac_esd_incl $i";;
14849 esac
14850 done
14851 ac_esd_libs=`$ESDCONFIG --libs`
14852 CFLAGS="$CFLAGS $ac_esd_incl"
14854 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14855 if test "${ac_cv_header_esd_h+set}" = set; then
14856 { echo "$as_me:$LINENO: checking for esd.h" >&5
14857 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14858 if test "${ac_cv_header_esd_h+set}" = set; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14861 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14862 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14863 else
14864 # Is the header compilable?
14865 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14866 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14867 cat >conftest.$ac_ext <<_ACEOF
14868 /* confdefs.h. */
14869 _ACEOF
14870 cat confdefs.h >>conftest.$ac_ext
14871 cat >>conftest.$ac_ext <<_ACEOF
14872 /* end confdefs.h. */
14873 $ac_includes_default
14874 #include <esd.h>
14875 _ACEOF
14876 rm -f conftest.$ac_objext
14877 if { (ac_try="$ac_compile"
14878 case "(($ac_try" in
14879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14880 *) ac_try_echo=$ac_try;;
14881 esac
14882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14883 (eval "$ac_compile") 2>conftest.er1
14884 ac_status=$?
14885 grep -v '^ *+' conftest.er1 >conftest.err
14886 rm -f conftest.er1
14887 cat conftest.err >&5
14888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14889 (exit $ac_status); } && {
14890 test -z "$ac_c_werror_flag" ||
14891 test ! -s conftest.err
14892 } && test -s conftest.$ac_objext; then
14893 ac_header_compiler=yes
14894 else
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14898 ac_header_compiler=no
14901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14902 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14903 echo "${ECHO_T}$ac_header_compiler" >&6; }
14905 # Is the header present?
14906 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14907 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14908 cat >conftest.$ac_ext <<_ACEOF
14909 /* confdefs.h. */
14910 _ACEOF
14911 cat confdefs.h >>conftest.$ac_ext
14912 cat >>conftest.$ac_ext <<_ACEOF
14913 /* end confdefs.h. */
14914 #include <esd.h>
14915 _ACEOF
14916 if { (ac_try="$ac_cpp conftest.$ac_ext"
14917 case "(($ac_try" in
14918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14919 *) ac_try_echo=$ac_try;;
14920 esac
14921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14923 ac_status=$?
14924 grep -v '^ *+' conftest.er1 >conftest.err
14925 rm -f conftest.er1
14926 cat conftest.err >&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); } >/dev/null && {
14929 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14930 test ! -s conftest.err
14931 }; then
14932 ac_header_preproc=yes
14933 else
14934 echo "$as_me: failed program was:" >&5
14935 sed 's/^/| /' conftest.$ac_ext >&5
14937 ac_header_preproc=no
14940 rm -f conftest.err conftest.$ac_ext
14941 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14942 echo "${ECHO_T}$ac_header_preproc" >&6; }
14944 # So? What about this header?
14945 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14946 yes:no: )
14947 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14948 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14949 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14950 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14951 ac_header_preproc=yes
14953 no:yes:* )
14954 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14955 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14956 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14957 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14958 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14959 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14960 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14961 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14962 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14963 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14964 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14965 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14966 ( cat <<\_ASBOX
14967 ## ------------------------------------ ##
14968 ## Report this to wine-devel@winehq.org ##
14969 ## ------------------------------------ ##
14970 _ASBOX
14971 ) | sed "s/^/$as_me: WARNING: /" >&2
14973 esac
14974 { echo "$as_me:$LINENO: checking for esd.h" >&5
14975 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14976 if test "${ac_cv_header_esd_h+set}" = set; then
14977 echo $ECHO_N "(cached) $ECHO_C" >&6
14978 else
14979 ac_cv_header_esd_h=$ac_header_preproc
14981 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14982 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14985 if test $ac_cv_header_esd_h = yes; then
14986 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14987 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14988 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14989 echo $ECHO_N "(cached) $ECHO_C" >&6
14990 else
14991 ac_check_lib_save_LIBS=$LIBS
14992 LIBS="-lesd $ac_esd_libs $LIBS"
14993 cat >conftest.$ac_ext <<_ACEOF
14994 /* confdefs.h. */
14995 _ACEOF
14996 cat confdefs.h >>conftest.$ac_ext
14997 cat >>conftest.$ac_ext <<_ACEOF
14998 /* end confdefs.h. */
15000 /* Override any GCC internal prototype to avoid an error.
15001 Use char because int might match the return type of a GCC
15002 builtin and then its argument prototype would still apply. */
15003 #ifdef __cplusplus
15004 extern "C"
15005 #endif
15006 char esd_open_sound ();
15008 main ()
15010 return esd_open_sound ();
15012 return 0;
15014 _ACEOF
15015 rm -f conftest.$ac_objext conftest$ac_exeext
15016 if { (ac_try="$ac_link"
15017 case "(($ac_try" in
15018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15019 *) ac_try_echo=$ac_try;;
15020 esac
15021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15022 (eval "$ac_link") 2>conftest.er1
15023 ac_status=$?
15024 grep -v '^ *+' conftest.er1 >conftest.err
15025 rm -f conftest.er1
15026 cat conftest.err >&5
15027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15028 (exit $ac_status); } && {
15029 test -z "$ac_c_werror_flag" ||
15030 test ! -s conftest.err
15031 } && test -s conftest$ac_exeext &&
15032 $as_test_x conftest$ac_exeext; then
15033 ac_cv_lib_esd_esd_open_sound=yes
15034 else
15035 echo "$as_me: failed program was:" >&5
15036 sed 's/^/| /' conftest.$ac_ext >&5
15038 ac_cv_lib_esd_esd_open_sound=no
15041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15042 conftest$ac_exeext conftest.$ac_ext
15043 LIBS=$ac_check_lib_save_LIBS
15045 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15046 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15047 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15048 ESDINCL="$ac_esd_incl"
15050 ESDLIBS="$ac_esd_libs"
15053 cat >>confdefs.h <<\_ACEOF
15054 #define HAVE_ESD 1
15055 _ACEOF
15062 CFLAGS="$save_CFLAGS"
15065 if test "x$with_pulse" != "xno"; then
15066 if test "$PKG_CONFIG" != "false"; then
15067 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15068 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15069 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15070 have_pulseaudio="yes"
15071 else
15072 have_pulseaudio="no"
15074 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15075 echo "${ECHO_T}$have_pulseaudio" >&6; }
15076 if test x"$have_pulseaudio" = xyes; then
15077 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15079 cat >>confdefs.h <<\_ACEOF
15080 #define HAVE_PULSEAUDIO_0_9_11 1
15081 _ACEOF
15083 else
15085 cat >>confdefs.h <<\_ACEOF
15086 #define HAVE_PULSEAUDIO_0_9_11 0
15087 _ACEOF
15090 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15092 cat >>confdefs.h <<\_ACEOF
15093 #define HAVE_PULSEAUDIO 1
15094 _ACEOF
15096 PULSELIBS="$ac_pulse_libs"
15102 ALSALIBS=""
15104 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15105 then
15106 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15107 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15108 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15109 echo $ECHO_N "(cached) $ECHO_C" >&6
15110 else
15111 ac_check_lib_save_LIBS=$LIBS
15112 LIBS="-lasound $LIBS"
15113 cat >conftest.$ac_ext <<_ACEOF
15114 /* confdefs.h. */
15115 _ACEOF
15116 cat confdefs.h >>conftest.$ac_ext
15117 cat >>conftest.$ac_ext <<_ACEOF
15118 /* end confdefs.h. */
15120 /* Override any GCC internal prototype to avoid an error.
15121 Use char because int might match the return type of a GCC
15122 builtin and then its argument prototype would still apply. */
15123 #ifdef __cplusplus
15124 extern "C"
15125 #endif
15126 char snd_pcm_hw_params_get_access ();
15128 main ()
15130 return snd_pcm_hw_params_get_access ();
15132 return 0;
15134 _ACEOF
15135 rm -f conftest.$ac_objext conftest$ac_exeext
15136 if { (ac_try="$ac_link"
15137 case "(($ac_try" in
15138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15139 *) ac_try_echo=$ac_try;;
15140 esac
15141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15142 (eval "$ac_link") 2>conftest.er1
15143 ac_status=$?
15144 grep -v '^ *+' conftest.er1 >conftest.err
15145 rm -f conftest.er1
15146 cat conftest.err >&5
15147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15148 (exit $ac_status); } && {
15149 test -z "$ac_c_werror_flag" ||
15150 test ! -s conftest.err
15151 } && test -s conftest$ac_exeext &&
15152 $as_test_x conftest$ac_exeext; then
15153 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15154 else
15155 echo "$as_me: failed program was:" >&5
15156 sed 's/^/| /' conftest.$ac_ext >&5
15158 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15162 conftest$ac_exeext conftest.$ac_ext
15163 LIBS=$ac_check_lib_save_LIBS
15165 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15166 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15167 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15168 cat >conftest.$ac_ext <<_ACEOF
15169 /* confdefs.h. */
15170 _ACEOF
15171 cat confdefs.h >>conftest.$ac_ext
15172 cat >>conftest.$ac_ext <<_ACEOF
15173 /* end confdefs.h. */
15174 #ifdef HAVE_ALSA_ASOUNDLIB_H
15175 #include <alsa/asoundlib.h>
15176 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15177 #include <sys/asoundlib.h>
15178 #endif
15180 main ()
15182 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15184 return 0;
15186 _ACEOF
15187 rm -f conftest.$ac_objext
15188 if { (ac_try="$ac_compile"
15189 case "(($ac_try" in
15190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15191 *) ac_try_echo=$ac_try;;
15192 esac
15193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15194 (eval "$ac_compile") 2>conftest.er1
15195 ac_status=$?
15196 grep -v '^ *+' conftest.er1 >conftest.err
15197 rm -f conftest.er1
15198 cat conftest.err >&5
15199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15200 (exit $ac_status); } && {
15201 test -z "$ac_c_werror_flag" ||
15202 test ! -s conftest.err
15203 } && test -s conftest.$ac_objext; then
15205 cat >>confdefs.h <<\_ACEOF
15206 #define HAVE_ALSA 1
15207 _ACEOF
15209 ALSALIBS="-lasound"
15210 else
15211 echo "$as_me: failed program was:" >&5
15212 sed 's/^/| /' conftest.$ac_ext >&5
15217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15222 AUDIOIOLIBS=""
15224 if test "$ac_cv_header_libaudioio_h" = "yes"
15225 then
15226 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15227 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15228 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15229 echo $ECHO_N "(cached) $ECHO_C" >&6
15230 else
15231 ac_check_lib_save_LIBS=$LIBS
15232 LIBS="-laudioio $LIBS"
15233 cat >conftest.$ac_ext <<_ACEOF
15234 /* confdefs.h. */
15235 _ACEOF
15236 cat confdefs.h >>conftest.$ac_ext
15237 cat >>conftest.$ac_ext <<_ACEOF
15238 /* end confdefs.h. */
15240 /* Override any GCC internal prototype to avoid an error.
15241 Use char because int might match the return type of a GCC
15242 builtin and then its argument prototype would still apply. */
15243 #ifdef __cplusplus
15244 extern "C"
15245 #endif
15246 char AudioIOGetVersion ();
15248 main ()
15250 return AudioIOGetVersion ();
15252 return 0;
15254 _ACEOF
15255 rm -f conftest.$ac_objext conftest$ac_exeext
15256 if { (ac_try="$ac_link"
15257 case "(($ac_try" in
15258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15259 *) ac_try_echo=$ac_try;;
15260 esac
15261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15262 (eval "$ac_link") 2>conftest.er1
15263 ac_status=$?
15264 grep -v '^ *+' conftest.er1 >conftest.err
15265 rm -f conftest.er1
15266 cat conftest.err >&5
15267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268 (exit $ac_status); } && {
15269 test -z "$ac_c_werror_flag" ||
15270 test ! -s conftest.err
15271 } && test -s conftest$ac_exeext &&
15272 $as_test_x conftest$ac_exeext; then
15273 ac_cv_lib_audioio_AudioIOGetVersion=yes
15274 else
15275 echo "$as_me: failed program was:" >&5
15276 sed 's/^/| /' conftest.$ac_ext >&5
15278 ac_cv_lib_audioio_AudioIOGetVersion=no
15281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15282 conftest$ac_exeext conftest.$ac_ext
15283 LIBS=$ac_check_lib_save_LIBS
15285 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15286 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15287 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15288 AUDIOIOLIBS="-laudioio"
15290 cat >>confdefs.h <<\_ACEOF
15291 #define HAVE_LIBAUDIOIO 1
15292 _ACEOF
15299 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15300 then
15301 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15302 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15303 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15304 echo $ECHO_N "(cached) $ECHO_C" >&6
15305 else
15306 ac_check_soname_save_LIBS=$LIBS
15307 LIBS="-lcapi20 $LIBS"
15308 cat >conftest.$ac_ext <<_ACEOF
15309 /* confdefs.h. */
15310 _ACEOF
15311 cat confdefs.h >>conftest.$ac_ext
15312 cat >>conftest.$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15315 /* Override any GCC internal prototype to avoid an error.
15316 Use char because int might match the return type of a GCC
15317 builtin and then its argument prototype would still apply. */
15318 #ifdef __cplusplus
15319 extern "C"
15320 #endif
15321 char capi20_register ();
15323 main ()
15325 return capi20_register ();
15327 return 0;
15329 _ACEOF
15330 rm -f conftest.$ac_objext conftest$ac_exeext
15331 if { (ac_try="$ac_link"
15332 case "(($ac_try" in
15333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15334 *) ac_try_echo=$ac_try;;
15335 esac
15336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15337 (eval "$ac_link") 2>conftest.er1
15338 ac_status=$?
15339 grep -v '^ *+' conftest.er1 >conftest.err
15340 rm -f conftest.er1
15341 cat conftest.err >&5
15342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15343 (exit $ac_status); } && {
15344 test -z "$ac_c_werror_flag" ||
15345 test ! -s conftest.err
15346 } && test -s conftest$ac_exeext &&
15347 $as_test_x conftest$ac_exeext; then
15348 case "$LIBEXT" in
15349 dll) ;;
15350 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'` ;;
15351 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15352 esac
15353 else
15354 echo "$as_me: failed program was:" >&5
15355 sed 's/^/| /' conftest.$ac_ext >&5
15360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15361 conftest$ac_exeext conftest.$ac_ext
15362 LIBS=$ac_check_soname_save_LIBS
15364 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15365 { echo "$as_me:$LINENO: result: not found" >&5
15366 echo "${ECHO_T}not found" >&6; }
15368 else
15369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15370 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15372 cat >>confdefs.h <<_ACEOF
15373 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15374 _ACEOF
15380 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15381 case "x$with_capi" in
15382 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15383 xno) ;;
15384 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15385 This is an error since --with-capi was requested." >&5
15386 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15387 This is an error since --with-capi was requested." >&2;}
15388 { (exit 1); exit 1; }; } ;;
15389 esac
15393 CUPSINCL=""
15395 if test "x$with_cups" != "xno"
15396 then
15397 ac_save_CPPFLAGS="$CPPFLAGS"
15398 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15399 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15400 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15402 for ac_header in cups/cups.h
15404 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15409 echo $ECHO_N "(cached) $ECHO_C" >&6
15411 ac_res=`eval echo '${'$as_ac_Header'}'`
15412 { echo "$as_me:$LINENO: result: $ac_res" >&5
15413 echo "${ECHO_T}$ac_res" >&6; }
15414 else
15415 # Is the header compilable?
15416 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15417 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15418 cat >conftest.$ac_ext <<_ACEOF
15419 /* confdefs.h. */
15420 _ACEOF
15421 cat confdefs.h >>conftest.$ac_ext
15422 cat >>conftest.$ac_ext <<_ACEOF
15423 /* end confdefs.h. */
15424 $ac_includes_default
15425 #include <$ac_header>
15426 _ACEOF
15427 rm -f conftest.$ac_objext
15428 if { (ac_try="$ac_compile"
15429 case "(($ac_try" in
15430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15431 *) ac_try_echo=$ac_try;;
15432 esac
15433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15434 (eval "$ac_compile") 2>conftest.er1
15435 ac_status=$?
15436 grep -v '^ *+' conftest.er1 >conftest.err
15437 rm -f conftest.er1
15438 cat conftest.err >&5
15439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15440 (exit $ac_status); } && {
15441 test -z "$ac_c_werror_flag" ||
15442 test ! -s conftest.err
15443 } && test -s conftest.$ac_objext; then
15444 ac_header_compiler=yes
15445 else
15446 echo "$as_me: failed program was:" >&5
15447 sed 's/^/| /' conftest.$ac_ext >&5
15449 ac_header_compiler=no
15452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15453 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15454 echo "${ECHO_T}$ac_header_compiler" >&6; }
15456 # Is the header present?
15457 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15458 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15459 cat >conftest.$ac_ext <<_ACEOF
15460 /* confdefs.h. */
15461 _ACEOF
15462 cat confdefs.h >>conftest.$ac_ext
15463 cat >>conftest.$ac_ext <<_ACEOF
15464 /* end confdefs.h. */
15465 #include <$ac_header>
15466 _ACEOF
15467 if { (ac_try="$ac_cpp conftest.$ac_ext"
15468 case "(($ac_try" in
15469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15470 *) ac_try_echo=$ac_try;;
15471 esac
15472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15473 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15474 ac_status=$?
15475 grep -v '^ *+' conftest.er1 >conftest.err
15476 rm -f conftest.er1
15477 cat conftest.err >&5
15478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15479 (exit $ac_status); } >/dev/null && {
15480 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15481 test ! -s conftest.err
15482 }; then
15483 ac_header_preproc=yes
15484 else
15485 echo "$as_me: failed program was:" >&5
15486 sed 's/^/| /' conftest.$ac_ext >&5
15488 ac_header_preproc=no
15491 rm -f conftest.err conftest.$ac_ext
15492 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15493 echo "${ECHO_T}$ac_header_preproc" >&6; }
15495 # So? What about this header?
15496 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15497 yes:no: )
15498 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15499 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15500 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15501 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15502 ac_header_preproc=yes
15504 no:yes:* )
15505 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15506 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15507 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15508 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15509 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15510 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15511 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15512 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15514 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15516 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15517 ( cat <<\_ASBOX
15518 ## ------------------------------------ ##
15519 ## Report this to wine-devel@winehq.org ##
15520 ## ------------------------------------ ##
15521 _ASBOX
15522 ) | sed "s/^/$as_me: WARNING: /" >&2
15524 esac
15525 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15527 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15528 echo $ECHO_N "(cached) $ECHO_C" >&6
15529 else
15530 eval "$as_ac_Header=\$ac_header_preproc"
15532 ac_res=`eval echo '${'$as_ac_Header'}'`
15533 { echo "$as_me:$LINENO: result: $ac_res" >&5
15534 echo "${ECHO_T}$ac_res" >&6; }
15537 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15538 cat >>confdefs.h <<_ACEOF
15539 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15540 _ACEOF
15541 { echo "$as_me:$LINENO: checking for -lcups" >&5
15542 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15543 if test "${ac_cv_lib_soname_cups+set}" = set; then
15544 echo $ECHO_N "(cached) $ECHO_C" >&6
15545 else
15546 ac_check_soname_save_LIBS=$LIBS
15547 LIBS="-lcups $ac_cups_libs $LIBS"
15548 cat >conftest.$ac_ext <<_ACEOF
15549 /* confdefs.h. */
15550 _ACEOF
15551 cat confdefs.h >>conftest.$ac_ext
15552 cat >>conftest.$ac_ext <<_ACEOF
15553 /* end confdefs.h. */
15555 /* Override any GCC internal prototype to avoid an error.
15556 Use char because int might match the return type of a GCC
15557 builtin and then its argument prototype would still apply. */
15558 #ifdef __cplusplus
15559 extern "C"
15560 #endif
15561 char cupsGetDefault ();
15563 main ()
15565 return cupsGetDefault ();
15567 return 0;
15569 _ACEOF
15570 rm -f conftest.$ac_objext conftest$ac_exeext
15571 if { (ac_try="$ac_link"
15572 case "(($ac_try" in
15573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15574 *) ac_try_echo=$ac_try;;
15575 esac
15576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15577 (eval "$ac_link") 2>conftest.er1
15578 ac_status=$?
15579 grep -v '^ *+' conftest.er1 >conftest.err
15580 rm -f conftest.er1
15581 cat conftest.err >&5
15582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15583 (exit $ac_status); } && {
15584 test -z "$ac_c_werror_flag" ||
15585 test ! -s conftest.err
15586 } && test -s conftest$ac_exeext &&
15587 $as_test_x conftest$ac_exeext; then
15588 case "$LIBEXT" in
15589 dll) ;;
15590 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'` ;;
15591 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15592 esac
15593 else
15594 echo "$as_me: failed program was:" >&5
15595 sed 's/^/| /' conftest.$ac_ext >&5
15600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15601 conftest$ac_exeext conftest.$ac_ext
15602 LIBS=$ac_check_soname_save_LIBS
15604 if test "x$ac_cv_lib_soname_cups" = "x"; then
15605 { echo "$as_me:$LINENO: result: not found" >&5
15606 echo "${ECHO_T}not found" >&6; }
15608 else
15609 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15610 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15612 cat >>confdefs.h <<_ACEOF
15613 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15614 _ACEOF
15616 CUPSINCL="$ac_cups_cflags"
15621 done
15623 CPPFLAGS="$ac_save_CPPFLAGS"
15625 if test "x$ac_cv_lib_soname_cups" = "x"; then
15626 case "x$with_cups" in
15627 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15628 xno) ;;
15629 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15630 This is an error since --with-cups was requested." >&5
15631 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15632 This is an error since --with-cups was requested." >&2;}
15633 { (exit 1); exit 1; }; } ;;
15634 esac
15638 if test "$ac_cv_header_jack_jack_h" = "yes"
15639 then
15640 { echo "$as_me:$LINENO: checking for -ljack" >&5
15641 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15642 if test "${ac_cv_lib_soname_jack+set}" = set; then
15643 echo $ECHO_N "(cached) $ECHO_C" >&6
15644 else
15645 ac_check_soname_save_LIBS=$LIBS
15646 LIBS="-ljack $LIBS"
15647 cat >conftest.$ac_ext <<_ACEOF
15648 /* confdefs.h. */
15649 _ACEOF
15650 cat confdefs.h >>conftest.$ac_ext
15651 cat >>conftest.$ac_ext <<_ACEOF
15652 /* end confdefs.h. */
15654 /* Override any GCC internal prototype to avoid an error.
15655 Use char because int might match the return type of a GCC
15656 builtin and then its argument prototype would still apply. */
15657 #ifdef __cplusplus
15658 extern "C"
15659 #endif
15660 char jack_client_new ();
15662 main ()
15664 return jack_client_new ();
15666 return 0;
15668 _ACEOF
15669 rm -f conftest.$ac_objext conftest$ac_exeext
15670 if { (ac_try="$ac_link"
15671 case "(($ac_try" in
15672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15673 *) ac_try_echo=$ac_try;;
15674 esac
15675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15676 (eval "$ac_link") 2>conftest.er1
15677 ac_status=$?
15678 grep -v '^ *+' conftest.er1 >conftest.err
15679 rm -f conftest.er1
15680 cat conftest.err >&5
15681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15682 (exit $ac_status); } && {
15683 test -z "$ac_c_werror_flag" ||
15684 test ! -s conftest.err
15685 } && test -s conftest$ac_exeext &&
15686 $as_test_x conftest$ac_exeext; then
15687 case "$LIBEXT" in
15688 dll) ;;
15689 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'` ;;
15690 *) 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'` ;;
15691 esac
15692 else
15693 echo "$as_me: failed program was:" >&5
15694 sed 's/^/| /' conftest.$ac_ext >&5
15699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15700 conftest$ac_exeext conftest.$ac_ext
15701 LIBS=$ac_check_soname_save_LIBS
15703 if test "x$ac_cv_lib_soname_jack" = "x"; then
15704 { echo "$as_me:$LINENO: result: not found" >&5
15705 echo "${ECHO_T}not found" >&6; }
15707 else
15708 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15709 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15711 cat >>confdefs.h <<_ACEOF
15712 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15713 _ACEOF
15720 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15721 then
15722 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15723 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15724 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15725 echo $ECHO_N "(cached) $ECHO_C" >&6
15726 else
15727 ac_check_soname_save_LIBS=$LIBS
15728 LIBS="-lfontconfig $LIBS"
15729 cat >conftest.$ac_ext <<_ACEOF
15730 /* confdefs.h. */
15731 _ACEOF
15732 cat confdefs.h >>conftest.$ac_ext
15733 cat >>conftest.$ac_ext <<_ACEOF
15734 /* end confdefs.h. */
15736 /* Override any GCC internal prototype to avoid an error.
15737 Use char because int might match the return type of a GCC
15738 builtin and then its argument prototype would still apply. */
15739 #ifdef __cplusplus
15740 extern "C"
15741 #endif
15742 char FcInit ();
15744 main ()
15746 return FcInit ();
15748 return 0;
15750 _ACEOF
15751 rm -f conftest.$ac_objext conftest$ac_exeext
15752 if { (ac_try="$ac_link"
15753 case "(($ac_try" in
15754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15755 *) ac_try_echo=$ac_try;;
15756 esac
15757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15758 (eval "$ac_link") 2>conftest.er1
15759 ac_status=$?
15760 grep -v '^ *+' conftest.er1 >conftest.err
15761 rm -f conftest.er1
15762 cat conftest.err >&5
15763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764 (exit $ac_status); } && {
15765 test -z "$ac_c_werror_flag" ||
15766 test ! -s conftest.err
15767 } && test -s conftest$ac_exeext &&
15768 $as_test_x conftest$ac_exeext; then
15769 case "$LIBEXT" in
15770 dll) ;;
15771 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'` ;;
15772 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15773 esac
15774 else
15775 echo "$as_me: failed program was:" >&5
15776 sed 's/^/| /' conftest.$ac_ext >&5
15781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15782 conftest$ac_exeext conftest.$ac_ext
15783 LIBS=$ac_check_soname_save_LIBS
15785 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15786 { echo "$as_me:$LINENO: result: not found" >&5
15787 echo "${ECHO_T}not found" >&6; }
15789 else
15790 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15791 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15793 cat >>confdefs.h <<_ACEOF
15794 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15795 _ACEOF
15800 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15801 then
15802 ac_save_CPPFLAGS="$CPPFLAGS"
15803 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15804 $as_unset ac_cv_header_fontconfig_fontconfig_h
15806 for ac_header in fontconfig/fontconfig.h
15808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15810 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15813 echo $ECHO_N "(cached) $ECHO_C" >&6
15815 ac_res=`eval echo '${'$as_ac_Header'}'`
15816 { echo "$as_me:$LINENO: result: $ac_res" >&5
15817 echo "${ECHO_T}$ac_res" >&6; }
15818 else
15819 # Is the header compilable?
15820 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15821 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15822 cat >conftest.$ac_ext <<_ACEOF
15823 /* confdefs.h. */
15824 _ACEOF
15825 cat confdefs.h >>conftest.$ac_ext
15826 cat >>conftest.$ac_ext <<_ACEOF
15827 /* end confdefs.h. */
15828 $ac_includes_default
15829 #include <$ac_header>
15830 _ACEOF
15831 rm -f conftest.$ac_objext
15832 if { (ac_try="$ac_compile"
15833 case "(($ac_try" in
15834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15835 *) ac_try_echo=$ac_try;;
15836 esac
15837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15838 (eval "$ac_compile") 2>conftest.er1
15839 ac_status=$?
15840 grep -v '^ *+' conftest.er1 >conftest.err
15841 rm -f conftest.er1
15842 cat conftest.err >&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); } && {
15845 test -z "$ac_c_werror_flag" ||
15846 test ! -s conftest.err
15847 } && test -s conftest.$ac_objext; then
15848 ac_header_compiler=yes
15849 else
15850 echo "$as_me: failed program was:" >&5
15851 sed 's/^/| /' conftest.$ac_ext >&5
15853 ac_header_compiler=no
15856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15857 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15858 echo "${ECHO_T}$ac_header_compiler" >&6; }
15860 # Is the header present?
15861 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15862 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15863 cat >conftest.$ac_ext <<_ACEOF
15864 /* confdefs.h. */
15865 _ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h. */
15869 #include <$ac_header>
15870 _ACEOF
15871 if { (ac_try="$ac_cpp conftest.$ac_ext"
15872 case "(($ac_try" in
15873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15874 *) ac_try_echo=$ac_try;;
15875 esac
15876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15877 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15878 ac_status=$?
15879 grep -v '^ *+' conftest.er1 >conftest.err
15880 rm -f conftest.er1
15881 cat conftest.err >&5
15882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883 (exit $ac_status); } >/dev/null && {
15884 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15885 test ! -s conftest.err
15886 }; then
15887 ac_header_preproc=yes
15888 else
15889 echo "$as_me: failed program was:" >&5
15890 sed 's/^/| /' conftest.$ac_ext >&5
15892 ac_header_preproc=no
15895 rm -f conftest.err conftest.$ac_ext
15896 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15897 echo "${ECHO_T}$ac_header_preproc" >&6; }
15899 # So? What about this header?
15900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15901 yes:no: )
15902 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15903 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15905 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15906 ac_header_preproc=yes
15908 no:yes:* )
15909 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15910 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15911 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15912 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15913 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15914 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15915 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15916 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15918 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15920 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15921 ( cat <<\_ASBOX
15922 ## ------------------------------------ ##
15923 ## Report this to wine-devel@winehq.org ##
15924 ## ------------------------------------ ##
15925 _ASBOX
15926 ) | sed "s/^/$as_me: WARNING: /" >&2
15928 esac
15929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15932 echo $ECHO_N "(cached) $ECHO_C" >&6
15933 else
15934 eval "$as_ac_Header=\$ac_header_preproc"
15936 ac_res=`eval echo '${'$as_ac_Header'}'`
15937 { echo "$as_me:$LINENO: result: $ac_res" >&5
15938 echo "${ECHO_T}$ac_res" >&6; }
15941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15942 cat >>confdefs.h <<_ACEOF
15943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15944 _ACEOF
15948 done
15950 CPPFLAGS="$ac_save_CPPFLAGS"
15951 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15952 then
15953 FONTCONFIGINCL="$X_CFLAGS"
15955 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15956 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15957 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15958 echo $ECHO_N "(cached) $ECHO_C" >&6
15959 else
15960 ac_check_soname_save_LIBS=$LIBS
15961 LIBS="-lfontconfig $X_LIBS $LIBS"
15962 cat >conftest.$ac_ext <<_ACEOF
15963 /* confdefs.h. */
15964 _ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15969 /* Override any GCC internal prototype to avoid an error.
15970 Use char because int might match the return type of a GCC
15971 builtin and then its argument prototype would still apply. */
15972 #ifdef __cplusplus
15973 extern "C"
15974 #endif
15975 char FcInit ();
15977 main ()
15979 return FcInit ();
15981 return 0;
15983 _ACEOF
15984 rm -f conftest.$ac_objext conftest$ac_exeext
15985 if { (ac_try="$ac_link"
15986 case "(($ac_try" in
15987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15988 *) ac_try_echo=$ac_try;;
15989 esac
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15991 (eval "$ac_link") 2>conftest.er1
15992 ac_status=$?
15993 grep -v '^ *+' conftest.er1 >conftest.err
15994 rm -f conftest.er1
15995 cat conftest.err >&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err
16000 } && test -s conftest$ac_exeext &&
16001 $as_test_x conftest$ac_exeext; then
16002 case "$LIBEXT" in
16003 dll) ;;
16004 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'` ;;
16005 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16006 esac
16007 else
16008 echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.$ac_ext >&5
16014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16015 conftest$ac_exeext conftest.$ac_ext
16016 LIBS=$ac_check_soname_save_LIBS
16018 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16019 { echo "$as_me:$LINENO: result: not found" >&5
16020 echo "${ECHO_T}not found" >&6; }
16022 else
16023 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16024 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16026 cat >>confdefs.h <<_ACEOF
16027 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16028 _ACEOF
16035 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16036 case "x$with_fontconfig" in
16037 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16038 xno) ;;
16039 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16040 This is an error since --with-fontconfig was requested." >&5
16041 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16042 This is an error since --with-fontconfig was requested." >&2;}
16043 { (exit 1); exit 1; }; } ;;
16044 esac
16048 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16049 then
16050 { echo "$as_me:$LINENO: checking for -lssl" >&5
16051 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16052 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16053 echo $ECHO_N "(cached) $ECHO_C" >&6
16054 else
16055 ac_check_soname_save_LIBS=$LIBS
16056 LIBS="-lssl $LIBS"
16057 cat >conftest.$ac_ext <<_ACEOF
16058 /* confdefs.h. */
16059 _ACEOF
16060 cat confdefs.h >>conftest.$ac_ext
16061 cat >>conftest.$ac_ext <<_ACEOF
16062 /* end confdefs.h. */
16064 /* Override any GCC internal prototype to avoid an error.
16065 Use char because int might match the return type of a GCC
16066 builtin and then its argument prototype would still apply. */
16067 #ifdef __cplusplus
16068 extern "C"
16069 #endif
16070 char SSL_library_init ();
16072 main ()
16074 return SSL_library_init ();
16076 return 0;
16078 _ACEOF
16079 rm -f conftest.$ac_objext conftest$ac_exeext
16080 if { (ac_try="$ac_link"
16081 case "(($ac_try" in
16082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16083 *) ac_try_echo=$ac_try;;
16084 esac
16085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16086 (eval "$ac_link") 2>conftest.er1
16087 ac_status=$?
16088 grep -v '^ *+' conftest.er1 >conftest.err
16089 rm -f conftest.er1
16090 cat conftest.err >&5
16091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } && {
16093 test -z "$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 } && test -s conftest$ac_exeext &&
16096 $as_test_x conftest$ac_exeext; then
16097 case "$LIBEXT" in
16098 dll) ;;
16099 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'` ;;
16100 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16101 esac
16102 else
16103 echo "$as_me: failed program was:" >&5
16104 sed 's/^/| /' conftest.$ac_ext >&5
16109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16110 conftest$ac_exeext conftest.$ac_ext
16111 LIBS=$ac_check_soname_save_LIBS
16113 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16114 { echo "$as_me:$LINENO: result: not found" >&5
16115 echo "${ECHO_T}not found" >&6; }
16117 else
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16123 _ACEOF
16128 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16129 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16130 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16132 else
16133 ac_check_soname_save_LIBS=$LIBS
16134 LIBS="-lcrypto $LIBS"
16135 cat >conftest.$ac_ext <<_ACEOF
16136 /* confdefs.h. */
16137 _ACEOF
16138 cat confdefs.h >>conftest.$ac_ext
16139 cat >>conftest.$ac_ext <<_ACEOF
16140 /* end confdefs.h. */
16142 /* Override any GCC internal prototype to avoid an error.
16143 Use char because int might match the return type of a GCC
16144 builtin and then its argument prototype would still apply. */
16145 #ifdef __cplusplus
16146 extern "C"
16147 #endif
16148 char BIO_new_socket ();
16150 main ()
16152 return BIO_new_socket ();
16154 return 0;
16156 _ACEOF
16157 rm -f conftest.$ac_objext conftest$ac_exeext
16158 if { (ac_try="$ac_link"
16159 case "(($ac_try" in
16160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16161 *) ac_try_echo=$ac_try;;
16162 esac
16163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16164 (eval "$ac_link") 2>conftest.er1
16165 ac_status=$?
16166 grep -v '^ *+' conftest.er1 >conftest.err
16167 rm -f conftest.er1
16168 cat conftest.err >&5
16169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170 (exit $ac_status); } && {
16171 test -z "$ac_c_werror_flag" ||
16172 test ! -s conftest.err
16173 } && test -s conftest$ac_exeext &&
16174 $as_test_x conftest$ac_exeext; then
16175 case "$LIBEXT" in
16176 dll) ;;
16177 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'` ;;
16178 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16179 esac
16180 else
16181 echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16188 conftest$ac_exeext conftest.$ac_ext
16189 LIBS=$ac_check_soname_save_LIBS
16191 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16192 { echo "$as_me:$LINENO: result: not found" >&5
16193 echo "${ECHO_T}not found" >&6; }
16195 else
16196 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16197 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16199 cat >>confdefs.h <<_ACEOF
16200 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16201 _ACEOF
16207 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16208 case "x$with_openssl" in
16209 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16210 xno) ;;
16211 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16212 This is an error since --with-openssl was requested." >&5
16213 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16214 This is an error since --with-openssl was requested." >&2;}
16215 { (exit 1); exit 1; }; } ;;
16216 esac
16220 if test "$ac_cv_header_jpeglib_h" = "yes"
16221 then
16222 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16223 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16224 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16225 echo $ECHO_N "(cached) $ECHO_C" >&6
16226 else
16227 ac_check_soname_save_LIBS=$LIBS
16228 LIBS="-ljpeg $LIBS"
16229 cat >conftest.$ac_ext <<_ACEOF
16230 /* confdefs.h. */
16231 _ACEOF
16232 cat confdefs.h >>conftest.$ac_ext
16233 cat >>conftest.$ac_ext <<_ACEOF
16234 /* end confdefs.h. */
16236 /* Override any GCC internal prototype to avoid an error.
16237 Use char because int might match the return type of a GCC
16238 builtin and then its argument prototype would still apply. */
16239 #ifdef __cplusplus
16240 extern "C"
16241 #endif
16242 char jpeg_start_decompress ();
16244 main ()
16246 return jpeg_start_decompress ();
16248 return 0;
16250 _ACEOF
16251 rm -f conftest.$ac_objext conftest$ac_exeext
16252 if { (ac_try="$ac_link"
16253 case "(($ac_try" in
16254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16255 *) ac_try_echo=$ac_try;;
16256 esac
16257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16258 (eval "$ac_link") 2>conftest.er1
16259 ac_status=$?
16260 grep -v '^ *+' conftest.er1 >conftest.err
16261 rm -f conftest.er1
16262 cat conftest.err >&5
16263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16264 (exit $ac_status); } && {
16265 test -z "$ac_c_werror_flag" ||
16266 test ! -s conftest.err
16267 } && test -s conftest$ac_exeext &&
16268 $as_test_x conftest$ac_exeext; then
16269 case "$LIBEXT" in
16270 dll) ;;
16271 dylib) ac_cv_lib_soname_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'` ;;
16272 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16273 esac
16274 else
16275 echo "$as_me: failed program was:" >&5
16276 sed 's/^/| /' conftest.$ac_ext >&5
16281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16282 conftest$ac_exeext conftest.$ac_ext
16283 LIBS=$ac_check_soname_save_LIBS
16285 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16286 { echo "$as_me:$LINENO: result: not found" >&5
16287 echo "${ECHO_T}not found" >&6; }
16289 else
16290 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16291 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16293 cat >>confdefs.h <<_ACEOF
16294 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16295 _ACEOF
16301 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16302 case "x$with_jpeg" in
16303 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16304 xno) ;;
16305 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16306 This is an error since --with-jpeg was requested." >&5
16307 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16308 This is an error since --with-jpeg was requested." >&2;}
16309 { (exit 1); exit 1; }; } ;;
16310 esac
16314 if test "$ac_cv_header_png_h" = "yes"
16315 then
16316 { echo "$as_me:$LINENO: checking for -lpng" >&5
16317 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16318 if test "${ac_cv_lib_soname_png+set}" = set; then
16319 echo $ECHO_N "(cached) $ECHO_C" >&6
16320 else
16321 ac_check_soname_save_LIBS=$LIBS
16322 LIBS="-lpng -lm -lz $LIBS"
16323 cat >conftest.$ac_ext <<_ACEOF
16324 /* confdefs.h. */
16325 _ACEOF
16326 cat confdefs.h >>conftest.$ac_ext
16327 cat >>conftest.$ac_ext <<_ACEOF
16328 /* end confdefs.h. */
16330 /* Override any GCC internal prototype to avoid an error.
16331 Use char because int might match the return type of a GCC
16332 builtin and then its argument prototype would still apply. */
16333 #ifdef __cplusplus
16334 extern "C"
16335 #endif
16336 char png_create_read_struct ();
16338 main ()
16340 return png_create_read_struct ();
16342 return 0;
16344 _ACEOF
16345 rm -f conftest.$ac_objext conftest$ac_exeext
16346 if { (ac_try="$ac_link"
16347 case "(($ac_try" in
16348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16349 *) ac_try_echo=$ac_try;;
16350 esac
16351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16352 (eval "$ac_link") 2>conftest.er1
16353 ac_status=$?
16354 grep -v '^ *+' conftest.er1 >conftest.err
16355 rm -f conftest.er1
16356 cat conftest.err >&5
16357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16358 (exit $ac_status); } && {
16359 test -z "$ac_c_werror_flag" ||
16360 test ! -s conftest.err
16361 } && test -s conftest$ac_exeext &&
16362 $as_test_x conftest$ac_exeext; then
16363 case "$LIBEXT" in
16364 dll) ;;
16365 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'` ;;
16366 *) 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'` ;;
16367 esac
16368 else
16369 echo "$as_me: failed program was:" >&5
16370 sed 's/^/| /' conftest.$ac_ext >&5
16375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16376 conftest$ac_exeext conftest.$ac_ext
16377 LIBS=$ac_check_soname_save_LIBS
16379 if test "x$ac_cv_lib_soname_png" = "x"; then
16380 { echo "$as_me:$LINENO: result: not found" >&5
16381 echo "${ECHO_T}not found" >&6; }
16383 else
16384 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16385 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16387 cat >>confdefs.h <<_ACEOF
16388 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16389 _ACEOF
16395 if test "x$ac_cv_lib_soname_png" = "x"; then
16396 case "x$with_png" in
16397 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16398 xno) ;;
16399 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16400 This is an error since --with-png was requested." >&5
16401 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16402 This is an error since --with-png was requested." >&2;}
16403 { (exit 1); exit 1; }; } ;;
16404 esac
16408 if test "$ac_cv_header_kstat_h" = "yes"
16409 then
16410 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16411 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16412 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16413 echo $ECHO_N "(cached) $ECHO_C" >&6
16414 else
16415 ac_check_lib_save_LIBS=$LIBS
16416 LIBS="-lkstat $LIBS"
16417 cat >conftest.$ac_ext <<_ACEOF
16418 /* confdefs.h. */
16419 _ACEOF
16420 cat confdefs.h >>conftest.$ac_ext
16421 cat >>conftest.$ac_ext <<_ACEOF
16422 /* end confdefs.h. */
16424 /* Override any GCC internal prototype to avoid an error.
16425 Use char because int might match the return type of a GCC
16426 builtin and then its argument prototype would still apply. */
16427 #ifdef __cplusplus
16428 extern "C"
16429 #endif
16430 char kstat_open ();
16432 main ()
16434 return kstat_open ();
16436 return 0;
16438 _ACEOF
16439 rm -f conftest.$ac_objext conftest$ac_exeext
16440 if { (ac_try="$ac_link"
16441 case "(($ac_try" in
16442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16443 *) ac_try_echo=$ac_try;;
16444 esac
16445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16446 (eval "$ac_link") 2>conftest.er1
16447 ac_status=$?
16448 grep -v '^ *+' conftest.er1 >conftest.err
16449 rm -f conftest.er1
16450 cat conftest.err >&5
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); } && {
16453 test -z "$ac_c_werror_flag" ||
16454 test ! -s conftest.err
16455 } && test -s conftest$ac_exeext &&
16456 $as_test_x conftest$ac_exeext; then
16457 ac_cv_lib_kstat_kstat_open=yes
16458 else
16459 echo "$as_me: failed program was:" >&5
16460 sed 's/^/| /' conftest.$ac_ext >&5
16462 ac_cv_lib_kstat_kstat_open=no
16465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16466 conftest$ac_exeext conftest.$ac_ext
16467 LIBS=$ac_check_lib_save_LIBS
16469 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16470 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16471 if test $ac_cv_lib_kstat_kstat_open = yes; then
16473 cat >>confdefs.h <<\_ACEOF
16474 #define HAVE_LIBKSTAT 1
16475 _ACEOF
16477 LIBKSTAT="-lkstat"
16483 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16484 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16485 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16486 echo $ECHO_N "(cached) $ECHO_C" >&6
16487 else
16488 ac_check_soname_save_LIBS=$LIBS
16489 LIBS="-lodbc $LIBS"
16490 cat >conftest.$ac_ext <<_ACEOF
16491 /* confdefs.h. */
16492 _ACEOF
16493 cat confdefs.h >>conftest.$ac_ext
16494 cat >>conftest.$ac_ext <<_ACEOF
16495 /* end confdefs.h. */
16497 /* Override any GCC internal prototype to avoid an error.
16498 Use char because int might match the return type of a GCC
16499 builtin and then its argument prototype would still apply. */
16500 #ifdef __cplusplus
16501 extern "C"
16502 #endif
16503 char SQLConnect ();
16505 main ()
16507 return SQLConnect ();
16509 return 0;
16511 _ACEOF
16512 rm -f conftest.$ac_objext conftest$ac_exeext
16513 if { (ac_try="$ac_link"
16514 case "(($ac_try" in
16515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16516 *) ac_try_echo=$ac_try;;
16517 esac
16518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16519 (eval "$ac_link") 2>conftest.er1
16520 ac_status=$?
16521 grep -v '^ *+' conftest.er1 >conftest.err
16522 rm -f conftest.er1
16523 cat conftest.err >&5
16524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16525 (exit $ac_status); } && {
16526 test -z "$ac_c_werror_flag" ||
16527 test ! -s conftest.err
16528 } && test -s conftest$ac_exeext &&
16529 $as_test_x conftest$ac_exeext; then
16530 case "$LIBEXT" in
16531 dll) ;;
16532 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'` ;;
16533 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16534 esac
16535 else
16536 echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16543 conftest$ac_exeext conftest.$ac_ext
16544 LIBS=$ac_check_soname_save_LIBS
16546 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16547 { echo "$as_me:$LINENO: result: not found" >&5
16548 echo "${ECHO_T}not found" >&6; }
16549 cat >>confdefs.h <<_ACEOF
16550 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16551 _ACEOF
16553 else
16554 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16555 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16557 cat >>confdefs.h <<_ACEOF
16558 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16559 _ACEOF
16565 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16566 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16567 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16568 "$ac_cv_header_soundcard_h" != "yes" -a \
16569 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16570 then
16571 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16575 EXTRACFLAGS=""
16577 if test "x${GCC}" = "xyes"
16578 then
16579 EXTRACFLAGS="-Wall -pipe"
16581 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16582 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16583 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16584 echo $ECHO_N "(cached) $ECHO_C" >&6
16585 else
16586 if test "$cross_compiling" = yes; then
16587 ac_cv_c_gcc_strength_bug="yes"
16588 else
16589 cat >conftest.$ac_ext <<_ACEOF
16590 /* confdefs.h. */
16591 _ACEOF
16592 cat confdefs.h >>conftest.$ac_ext
16593 cat >>conftest.$ac_ext <<_ACEOF
16594 /* end confdefs.h. */
16595 int L[4] = {0,1,2,3};
16597 main ()
16599 static int Array[3];
16600 unsigned int B = 3;
16601 int i;
16602 for(i=0; i<B; i++) Array[i] = i - 3;
16603 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16604 L[i] = 4;
16605 return (Array[1] != -2 || L[2] != 3)
16607 return 0;
16609 _ACEOF
16610 rm -f conftest$ac_exeext
16611 if { (ac_try="$ac_link"
16612 case "(($ac_try" in
16613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16614 *) ac_try_echo=$ac_try;;
16615 esac
16616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16617 (eval "$ac_link") 2>&5
16618 ac_status=$?
16619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16620 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16621 { (case "(($ac_try" in
16622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16623 *) ac_try_echo=$ac_try;;
16624 esac
16625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16626 (eval "$ac_try") 2>&5
16627 ac_status=$?
16628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); }; }; then
16630 ac_cv_c_gcc_strength_bug="no"
16631 else
16632 echo "$as_me: program exited with status $ac_status" >&5
16633 echo "$as_me: failed program was:" >&5
16634 sed 's/^/| /' conftest.$ac_ext >&5
16636 ( exit $ac_status )
16637 ac_cv_c_gcc_strength_bug="yes"
16639 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16644 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16645 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16646 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16647 then
16648 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16651 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16652 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16653 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16654 echo $ECHO_N "(cached) $ECHO_C" >&6
16655 else
16656 ac_wine_try_cflags_saved=$CFLAGS
16657 CFLAGS="$CFLAGS -fno-builtin"
16658 cat >conftest.$ac_ext <<_ACEOF
16659 /* confdefs.h. */
16660 _ACEOF
16661 cat confdefs.h >>conftest.$ac_ext
16662 cat >>conftest.$ac_ext <<_ACEOF
16663 /* end confdefs.h. */
16666 main ()
16670 return 0;
16672 _ACEOF
16673 rm -f conftest.$ac_objext conftest$ac_exeext
16674 if { (ac_try="$ac_link"
16675 case "(($ac_try" in
16676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16677 *) ac_try_echo=$ac_try;;
16678 esac
16679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16680 (eval "$ac_link") 2>conftest.er1
16681 ac_status=$?
16682 grep -v '^ *+' conftest.er1 >conftest.err
16683 rm -f conftest.er1
16684 cat conftest.err >&5
16685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16686 (exit $ac_status); } && {
16687 test -z "$ac_c_werror_flag" ||
16688 test ! -s conftest.err
16689 } && test -s conftest$ac_exeext &&
16690 $as_test_x conftest$ac_exeext; then
16691 ac_cv_cflags__fno_builtin=yes
16692 else
16693 echo "$as_me: failed program was:" >&5
16694 sed 's/^/| /' conftest.$ac_ext >&5
16696 ac_cv_cflags__fno_builtin=no
16699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16700 conftest$ac_exeext conftest.$ac_ext
16701 CFLAGS=$ac_wine_try_cflags_saved
16703 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16704 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16705 if test $ac_cv_cflags__fno_builtin = yes; then
16706 BUILTINFLAG="-fno-builtin"
16710 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16711 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16712 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16713 echo $ECHO_N "(cached) $ECHO_C" >&6
16714 else
16715 ac_wine_try_cflags_saved=$CFLAGS
16716 CFLAGS="$CFLAGS -fno-strict-aliasing"
16717 cat >conftest.$ac_ext <<_ACEOF
16718 /* confdefs.h. */
16719 _ACEOF
16720 cat confdefs.h >>conftest.$ac_ext
16721 cat >>conftest.$ac_ext <<_ACEOF
16722 /* end confdefs.h. */
16725 main ()
16729 return 0;
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736 *) ac_try_echo=$ac_try;;
16737 esac
16738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16739 (eval "$ac_link") 2>conftest.er1
16740 ac_status=$?
16741 grep -v '^ *+' conftest.er1 >conftest.err
16742 rm -f conftest.er1
16743 cat conftest.err >&5
16744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16745 (exit $ac_status); } && {
16746 test -z "$ac_c_werror_flag" ||
16747 test ! -s conftest.err
16748 } && test -s conftest$ac_exeext &&
16749 $as_test_x conftest$ac_exeext; then
16750 ac_cv_cflags__fno_strict_aliasing=yes
16751 else
16752 echo "$as_me: failed program was:" >&5
16753 sed 's/^/| /' conftest.$ac_ext >&5
16755 ac_cv_cflags__fno_strict_aliasing=no
16758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16759 conftest$ac_exeext conftest.$ac_ext
16760 CFLAGS=$ac_wine_try_cflags_saved
16762 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16763 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16764 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16765 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16768 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16769 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16770 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16771 echo $ECHO_N "(cached) $ECHO_C" >&6
16772 else
16773 ac_wine_try_cflags_saved=$CFLAGS
16774 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16775 cat >conftest.$ac_ext <<_ACEOF
16776 /* confdefs.h. */
16777 _ACEOF
16778 cat confdefs.h >>conftest.$ac_ext
16779 cat >>conftest.$ac_ext <<_ACEOF
16780 /* end confdefs.h. */
16783 main ()
16787 return 0;
16789 _ACEOF
16790 rm -f conftest.$ac_objext conftest$ac_exeext
16791 if { (ac_try="$ac_link"
16792 case "(($ac_try" in
16793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16794 *) ac_try_echo=$ac_try;;
16795 esac
16796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16797 (eval "$ac_link") 2>conftest.er1
16798 ac_status=$?
16799 grep -v '^ *+' conftest.er1 >conftest.err
16800 rm -f conftest.er1
16801 cat conftest.err >&5
16802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16803 (exit $ac_status); } && {
16804 test -z "$ac_c_werror_flag" ||
16805 test ! -s conftest.err
16806 } && test -s conftest$ac_exeext &&
16807 $as_test_x conftest$ac_exeext; then
16808 ac_cv_cflags__Wdeclaration_after_statement=yes
16809 else
16810 echo "$as_me: failed program was:" >&5
16811 sed 's/^/| /' conftest.$ac_ext >&5
16813 ac_cv_cflags__Wdeclaration_after_statement=no
16816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16817 conftest$ac_exeext conftest.$ac_ext
16818 CFLAGS=$ac_wine_try_cflags_saved
16820 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16821 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16822 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16823 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16826 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16827 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16828 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16829 echo $ECHO_N "(cached) $ECHO_C" >&6
16830 else
16831 ac_wine_try_cflags_saved=$CFLAGS
16832 CFLAGS="$CFLAGS -Wwrite-strings"
16833 cat >conftest.$ac_ext <<_ACEOF
16834 /* confdefs.h. */
16835 _ACEOF
16836 cat confdefs.h >>conftest.$ac_ext
16837 cat >>conftest.$ac_ext <<_ACEOF
16838 /* end confdefs.h. */
16841 main ()
16845 return 0;
16847 _ACEOF
16848 rm -f conftest.$ac_objext conftest$ac_exeext
16849 if { (ac_try="$ac_link"
16850 case "(($ac_try" in
16851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16852 *) ac_try_echo=$ac_try;;
16853 esac
16854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16855 (eval "$ac_link") 2>conftest.er1
16856 ac_status=$?
16857 grep -v '^ *+' conftest.er1 >conftest.err
16858 rm -f conftest.er1
16859 cat conftest.err >&5
16860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16861 (exit $ac_status); } && {
16862 test -z "$ac_c_werror_flag" ||
16863 test ! -s conftest.err
16864 } && test -s conftest$ac_exeext &&
16865 $as_test_x conftest$ac_exeext; then
16866 ac_cv_cflags__Wwrite_strings=yes
16867 else
16868 echo "$as_me: failed program was:" >&5
16869 sed 's/^/| /' conftest.$ac_ext >&5
16871 ac_cv_cflags__Wwrite_strings=no
16874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16875 conftest$ac_exeext conftest.$ac_ext
16876 CFLAGS=$ac_wine_try_cflags_saved
16878 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16879 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16880 if test $ac_cv_cflags__Wwrite_strings = yes; then
16881 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16884 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16885 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16886 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16887 echo $ECHO_N "(cached) $ECHO_C" >&6
16888 else
16889 ac_wine_try_cflags_saved=$CFLAGS
16890 CFLAGS="$CFLAGS -Wtype-limits"
16891 cat >conftest.$ac_ext <<_ACEOF
16892 /* confdefs.h. */
16893 _ACEOF
16894 cat confdefs.h >>conftest.$ac_ext
16895 cat >>conftest.$ac_ext <<_ACEOF
16896 /* end confdefs.h. */
16899 main ()
16903 return 0;
16905 _ACEOF
16906 rm -f conftest.$ac_objext conftest$ac_exeext
16907 if { (ac_try="$ac_link"
16908 case "(($ac_try" in
16909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16910 *) ac_try_echo=$ac_try;;
16911 esac
16912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16913 (eval "$ac_link") 2>conftest.er1
16914 ac_status=$?
16915 grep -v '^ *+' conftest.er1 >conftest.err
16916 rm -f conftest.er1
16917 cat conftest.err >&5
16918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16919 (exit $ac_status); } && {
16920 test -z "$ac_c_werror_flag" ||
16921 test ! -s conftest.err
16922 } && test -s conftest$ac_exeext &&
16923 $as_test_x conftest$ac_exeext; then
16924 ac_cv_cflags__Wtype_limits=yes
16925 else
16926 echo "$as_me: failed program was:" >&5
16927 sed 's/^/| /' conftest.$ac_ext >&5
16929 ac_cv_cflags__Wtype_limits=no
16932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16933 conftest$ac_exeext conftest.$ac_ext
16934 CFLAGS=$ac_wine_try_cflags_saved
16936 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16937 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16938 if test $ac_cv_cflags__Wtype_limits = yes; then
16939 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16943 saved_CFLAGS="$CFLAGS"
16944 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16945 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16946 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16947 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16948 echo $ECHO_N "(cached) $ECHO_C" >&6
16949 else
16950 cat >conftest.$ac_ext <<_ACEOF
16951 /* confdefs.h. */
16952 _ACEOF
16953 cat confdefs.h >>conftest.$ac_ext
16954 cat >>conftest.$ac_ext <<_ACEOF
16955 /* end confdefs.h. */
16956 #include <string.h>
16958 main ()
16962 return 0;
16964 _ACEOF
16965 rm -f conftest.$ac_objext
16966 if { (ac_try="$ac_compile"
16967 case "(($ac_try" in
16968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16969 *) ac_try_echo=$ac_try;;
16970 esac
16971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16972 (eval "$ac_compile") 2>conftest.er1
16973 ac_status=$?
16974 grep -v '^ *+' conftest.er1 >conftest.err
16975 rm -f conftest.er1
16976 cat conftest.err >&5
16977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978 (exit $ac_status); } && {
16979 test -z "$ac_c_werror_flag" ||
16980 test ! -s conftest.err
16981 } && test -s conftest.$ac_objext; then
16982 ac_cv_c_string_h_warnings=no
16983 else
16984 echo "$as_me: failed program was:" >&5
16985 sed 's/^/| /' conftest.$ac_ext >&5
16987 ac_cv_c_string_h_warnings=yes
16990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16992 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16993 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16994 CFLAGS="$saved_CFLAGS"
16995 if test "$ac_cv_c_string_h_warnings" = "no"
16996 then
16997 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17002 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17003 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17004 if test "${ac_cv_asm_func_def+set}" = set; then
17005 echo $ECHO_N "(cached) $ECHO_C" >&6
17006 else
17007 cat >conftest.$ac_ext <<_ACEOF
17008 /* confdefs.h. */
17009 _ACEOF
17010 cat confdefs.h >>conftest.$ac_ext
17011 cat >>conftest.$ac_ext <<_ACEOF
17012 /* end confdefs.h. */
17015 main ()
17017 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17019 return 0;
17021 _ACEOF
17022 rm -f conftest.$ac_objext conftest$ac_exeext
17023 if { (ac_try="$ac_link"
17024 case "(($ac_try" in
17025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17026 *) ac_try_echo=$ac_try;;
17027 esac
17028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17029 (eval "$ac_link") 2>conftest.er1
17030 ac_status=$?
17031 grep -v '^ *+' conftest.er1 >conftest.err
17032 rm -f conftest.er1
17033 cat conftest.err >&5
17034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17035 (exit $ac_status); } && {
17036 test -z "$ac_c_werror_flag" ||
17037 test ! -s conftest.err
17038 } && test -s conftest$ac_exeext &&
17039 $as_test_x conftest$ac_exeext; then
17040 ac_cv_asm_func_def=".def"
17041 else
17042 echo "$as_me: failed program was:" >&5
17043 sed 's/^/| /' conftest.$ac_ext >&5
17045 cat >conftest.$ac_ext <<_ACEOF
17046 /* confdefs.h. */
17047 _ACEOF
17048 cat confdefs.h >>conftest.$ac_ext
17049 cat >>conftest.$ac_ext <<_ACEOF
17050 /* end confdefs.h. */
17053 main ()
17055 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17057 return 0;
17059 _ACEOF
17060 rm -f conftest.$ac_objext conftest$ac_exeext
17061 if { (ac_try="$ac_link"
17062 case "(($ac_try" in
17063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17064 *) ac_try_echo=$ac_try;;
17065 esac
17066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17067 (eval "$ac_link") 2>conftest.er1
17068 ac_status=$?
17069 grep -v '^ *+' conftest.er1 >conftest.err
17070 rm -f conftest.er1
17071 cat conftest.err >&5
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); } && {
17074 test -z "$ac_c_werror_flag" ||
17075 test ! -s conftest.err
17076 } && test -s conftest$ac_exeext &&
17077 $as_test_x conftest$ac_exeext; then
17078 ac_cv_asm_func_def=".type @function"
17079 else
17080 echo "$as_me: failed program was:" >&5
17081 sed 's/^/| /' conftest.$ac_ext >&5
17083 cat >conftest.$ac_ext <<_ACEOF
17084 /* confdefs.h. */
17085 _ACEOF
17086 cat confdefs.h >>conftest.$ac_ext
17087 cat >>conftest.$ac_ext <<_ACEOF
17088 /* end confdefs.h. */
17091 main ()
17093 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17095 return 0;
17097 _ACEOF
17098 rm -f conftest.$ac_objext conftest$ac_exeext
17099 if { (ac_try="$ac_link"
17100 case "(($ac_try" in
17101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17102 *) ac_try_echo=$ac_try;;
17103 esac
17104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17105 (eval "$ac_link") 2>conftest.er1
17106 ac_status=$?
17107 grep -v '^ *+' conftest.er1 >conftest.err
17108 rm -f conftest.er1
17109 cat conftest.err >&5
17110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17111 (exit $ac_status); } && {
17112 test -z "$ac_c_werror_flag" ||
17113 test ! -s conftest.err
17114 } && test -s conftest$ac_exeext &&
17115 $as_test_x conftest$ac_exeext; then
17116 ac_cv_asm_func_def=".type 2"
17117 else
17118 echo "$as_me: failed program was:" >&5
17119 sed 's/^/| /' conftest.$ac_ext >&5
17121 ac_cv_asm_func_def="unknown"
17124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17125 conftest$ac_exeext conftest.$ac_ext
17128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17129 conftest$ac_exeext conftest.$ac_ext
17132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17133 conftest$ac_exeext conftest.$ac_ext
17135 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17136 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17140 case "$ac_cv_asm_func_def" in
17141 ".def")
17142 cat >>confdefs.h <<\_ACEOF
17143 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17144 _ACEOF
17146 ".type @function")
17147 cat >>confdefs.h <<\_ACEOF
17148 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17149 _ACEOF
17151 ".type 2")
17152 cat >>confdefs.h <<\_ACEOF
17153 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17154 _ACEOF
17157 cat >>confdefs.h <<\_ACEOF
17158 #define __ASM_FUNC(name) ""
17159 _ACEOF
17161 esac
17164 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17165 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17166 if test "${ac_cv_c_extern_prefix+set}" = set; then
17167 echo $ECHO_N "(cached) $ECHO_C" >&6
17168 else
17169 cat >conftest.$ac_ext <<_ACEOF
17170 /* confdefs.h. */
17171 _ACEOF
17172 cat confdefs.h >>conftest.$ac_ext
17173 cat >>conftest.$ac_ext <<_ACEOF
17174 /* end confdefs.h. */
17175 extern int ac_test;
17177 main ()
17179 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17181 return 0;
17183 _ACEOF
17184 rm -f conftest.$ac_objext conftest$ac_exeext
17185 if { (ac_try="$ac_link"
17186 case "(($ac_try" in
17187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17188 *) ac_try_echo=$ac_try;;
17189 esac
17190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17191 (eval "$ac_link") 2>conftest.er1
17192 ac_status=$?
17193 grep -v '^ *+' conftest.er1 >conftest.err
17194 rm -f conftest.er1
17195 cat conftest.err >&5
17196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17197 (exit $ac_status); } && {
17198 test -z "$ac_c_werror_flag" ||
17199 test ! -s conftest.err
17200 } && test -s conftest$ac_exeext &&
17201 $as_test_x conftest$ac_exeext; then
17202 ac_cv_c_extern_prefix="yes"
17203 else
17204 echo "$as_me: failed program was:" >&5
17205 sed 's/^/| /' conftest.$ac_ext >&5
17207 ac_cv_c_extern_prefix="no"
17210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17211 conftest$ac_exeext conftest.$ac_ext
17213 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17214 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17218 if test "$ac_cv_c_extern_prefix" = "yes"
17219 then
17220 cat >>confdefs.h <<\_ACEOF
17221 #define __ASM_NAME(name) "_" name
17222 _ACEOF
17224 else
17225 cat >>confdefs.h <<\_ACEOF
17226 #define __ASM_NAME(name) name
17227 _ACEOF
17232 LDPATH=""
17234 case $build_os in
17235 cygwin*|mingw32*)
17236 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17238 darwin*|macosx*)
17241 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17243 esac
17245 case $host_os in
17246 mingw32*)
17247 CRTLIBS="-lmsvcrt"
17249 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17252 esac
17254 case $host_cpu in
17255 *i[3456789]86*)
17256 case $host_os in
17257 linux* | k*bsd*-gnu)
17258 EXTRA_BINARIES="wine-preloader"
17260 esac
17262 esac
17265 ac_save_CFLAGS="$CFLAGS"
17266 CFLAGS="$CFLAGS $BUILTINFLAG"
17335 for ac_func in \
17336 _pclose \
17337 _popen \
17338 _snprintf \
17339 _spawnvp \
17340 _strdup \
17341 _stricmp \
17342 _strnicmp \
17343 _strtoi64 \
17344 _strtoui64 \
17345 _vsnprintf \
17346 asctime_r \
17347 chsize \
17348 dlopen \
17349 epoll_create \
17350 ffs \
17351 finite \
17352 fork \
17353 fpclass \
17354 fstatfs \
17355 fstatvfs \
17356 ftruncate \
17357 futimes \
17358 futimesat \
17359 getdirentries \
17360 getopt_long \
17361 getpagesize \
17362 getpwuid \
17363 gettid \
17364 gettimeofday \
17365 getuid \
17366 kqueue \
17367 lstat \
17368 memmove \
17369 mmap \
17370 pclose \
17371 poll \
17372 popen \
17373 prctl \
17374 pread \
17375 pwrite \
17376 readdir \
17377 readlink \
17378 sched_yield \
17379 select \
17380 setproctitle \
17381 setrlimit \
17382 settimeofday \
17383 sigaltstack \
17384 sigprocmask \
17385 snprintf \
17386 spawnvp \
17387 statfs \
17388 statvfs \
17389 strcasecmp \
17390 strdup \
17391 strerror \
17392 strncasecmp \
17393 strtold \
17394 strtoll \
17395 strtoull \
17396 symlink \
17397 tcgetattr \
17398 thr_kill2 \
17399 timegm \
17400 usleep \
17401 vsnprintf \
17402 wait4 \
17403 waitpid \
17406 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17407 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17408 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17409 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17410 echo $ECHO_N "(cached) $ECHO_C" >&6
17411 else
17412 cat >conftest.$ac_ext <<_ACEOF
17413 /* confdefs.h. */
17414 _ACEOF
17415 cat confdefs.h >>conftest.$ac_ext
17416 cat >>conftest.$ac_ext <<_ACEOF
17417 /* end confdefs.h. */
17418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17420 #define $ac_func innocuous_$ac_func
17422 /* System header to define __stub macros and hopefully few prototypes,
17423 which can conflict with char $ac_func (); below.
17424 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17425 <limits.h> exists even on freestanding compilers. */
17427 #ifdef __STDC__
17428 # include <limits.h>
17429 #else
17430 # include <assert.h>
17431 #endif
17433 #undef $ac_func
17435 /* Override any GCC internal prototype to avoid an error.
17436 Use char because int might match the return type of a GCC
17437 builtin and then its argument prototype would still apply. */
17438 #ifdef __cplusplus
17439 extern "C"
17440 #endif
17441 char $ac_func ();
17442 /* The GNU C library defines this for functions which it implements
17443 to always fail with ENOSYS. Some functions are actually named
17444 something starting with __ and the normal name is an alias. */
17445 #if defined __stub_$ac_func || defined __stub___$ac_func
17446 choke me
17447 #endif
17450 main ()
17452 return $ac_func ();
17454 return 0;
17456 _ACEOF
17457 rm -f conftest.$ac_objext conftest$ac_exeext
17458 if { (ac_try="$ac_link"
17459 case "(($ac_try" in
17460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17461 *) ac_try_echo=$ac_try;;
17462 esac
17463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17464 (eval "$ac_link") 2>conftest.er1
17465 ac_status=$?
17466 grep -v '^ *+' conftest.er1 >conftest.err
17467 rm -f conftest.er1
17468 cat conftest.err >&5
17469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17470 (exit $ac_status); } && {
17471 test -z "$ac_c_werror_flag" ||
17472 test ! -s conftest.err
17473 } && test -s conftest$ac_exeext &&
17474 $as_test_x conftest$ac_exeext; then
17475 eval "$as_ac_var=yes"
17476 else
17477 echo "$as_me: failed program was:" >&5
17478 sed 's/^/| /' conftest.$ac_ext >&5
17480 eval "$as_ac_var=no"
17483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17484 conftest$ac_exeext conftest.$ac_ext
17486 ac_res=`eval echo '${'$as_ac_var'}'`
17487 { echo "$as_me:$LINENO: result: $ac_res" >&5
17488 echo "${ECHO_T}$ac_res" >&6; }
17489 if test `eval echo '${'$as_ac_var'}'` = yes; then
17490 cat >>confdefs.h <<_ACEOF
17491 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17492 _ACEOF
17495 done
17497 CFLAGS="$ac_save_CFLAGS"
17499 if test "$ac_cv_func_dlopen" = no
17500 then
17501 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17502 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17503 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17504 echo $ECHO_N "(cached) $ECHO_C" >&6
17505 else
17506 ac_check_lib_save_LIBS=$LIBS
17507 LIBS="-ldl $LIBS"
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h. */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h. */
17515 /* Override any GCC internal prototype to avoid an error.
17516 Use char because int might match the return type of a GCC
17517 builtin and then its argument prototype would still apply. */
17518 #ifdef __cplusplus
17519 extern "C"
17520 #endif
17521 char dlopen ();
17523 main ()
17525 return dlopen ();
17527 return 0;
17529 _ACEOF
17530 rm -f conftest.$ac_objext conftest$ac_exeext
17531 if { (ac_try="$ac_link"
17532 case "(($ac_try" in
17533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17534 *) ac_try_echo=$ac_try;;
17535 esac
17536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17537 (eval "$ac_link") 2>conftest.er1
17538 ac_status=$?
17539 grep -v '^ *+' conftest.er1 >conftest.err
17540 rm -f conftest.er1
17541 cat conftest.err >&5
17542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17543 (exit $ac_status); } && {
17544 test -z "$ac_c_werror_flag" ||
17545 test ! -s conftest.err
17546 } && test -s conftest$ac_exeext &&
17547 $as_test_x conftest$ac_exeext; then
17548 ac_cv_lib_dl_dlopen=yes
17549 else
17550 echo "$as_me: failed program was:" >&5
17551 sed 's/^/| /' conftest.$ac_ext >&5
17553 ac_cv_lib_dl_dlopen=no
17556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17557 conftest$ac_exeext conftest.$ac_ext
17558 LIBS=$ac_check_lib_save_LIBS
17560 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17561 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17562 if test $ac_cv_lib_dl_dlopen = yes; then
17563 cat >>confdefs.h <<\_ACEOF
17564 #define HAVE_DLOPEN 1
17565 _ACEOF
17566 LIBDL="-ldl"
17571 ac_wine_check_funcs_save_LIBS="$LIBS"
17572 LIBS="$LIBS $LIBDL"
17574 for ac_func in dladdr
17576 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17577 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17578 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17579 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17580 echo $ECHO_N "(cached) $ECHO_C" >&6
17581 else
17582 cat >conftest.$ac_ext <<_ACEOF
17583 /* confdefs.h. */
17584 _ACEOF
17585 cat confdefs.h >>conftest.$ac_ext
17586 cat >>conftest.$ac_ext <<_ACEOF
17587 /* end confdefs.h. */
17588 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17589 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17590 #define $ac_func innocuous_$ac_func
17592 /* System header to define __stub macros and hopefully few prototypes,
17593 which can conflict with char $ac_func (); below.
17594 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17595 <limits.h> exists even on freestanding compilers. */
17597 #ifdef __STDC__
17598 # include <limits.h>
17599 #else
17600 # include <assert.h>
17601 #endif
17603 #undef $ac_func
17605 /* Override any GCC internal prototype to avoid an error.
17606 Use char because int might match the return type of a GCC
17607 builtin and then its argument prototype would still apply. */
17608 #ifdef __cplusplus
17609 extern "C"
17610 #endif
17611 char $ac_func ();
17612 /* The GNU C library defines this for functions which it implements
17613 to always fail with ENOSYS. Some functions are actually named
17614 something starting with __ and the normal name is an alias. */
17615 #if defined __stub_$ac_func || defined __stub___$ac_func
17616 choke me
17617 #endif
17620 main ()
17622 return $ac_func ();
17624 return 0;
17626 _ACEOF
17627 rm -f conftest.$ac_objext conftest$ac_exeext
17628 if { (ac_try="$ac_link"
17629 case "(($ac_try" in
17630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17631 *) ac_try_echo=$ac_try;;
17632 esac
17633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17634 (eval "$ac_link") 2>conftest.er1
17635 ac_status=$?
17636 grep -v '^ *+' conftest.er1 >conftest.err
17637 rm -f conftest.er1
17638 cat conftest.err >&5
17639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); } && {
17641 test -z "$ac_c_werror_flag" ||
17642 test ! -s conftest.err
17643 } && test -s conftest$ac_exeext &&
17644 $as_test_x conftest$ac_exeext; then
17645 eval "$as_ac_var=yes"
17646 else
17647 echo "$as_me: failed program was:" >&5
17648 sed 's/^/| /' conftest.$ac_ext >&5
17650 eval "$as_ac_var=no"
17653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17654 conftest$ac_exeext conftest.$ac_ext
17656 ac_res=`eval echo '${'$as_ac_var'}'`
17657 { echo "$as_me:$LINENO: result: $ac_res" >&5
17658 echo "${ECHO_T}$ac_res" >&6; }
17659 if test `eval echo '${'$as_ac_var'}'` = yes; then
17660 cat >>confdefs.h <<_ACEOF
17661 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17662 _ACEOF
17665 done
17667 LIBS="$ac_wine_check_funcs_save_LIBS"
17669 if test "$ac_cv_func_poll" = no
17670 then
17671 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17672 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17673 if test "${ac_cv_lib_poll_poll+set}" = set; then
17674 echo $ECHO_N "(cached) $ECHO_C" >&6
17675 else
17676 ac_check_lib_save_LIBS=$LIBS
17677 LIBS="-lpoll $LIBS"
17678 cat >conftest.$ac_ext <<_ACEOF
17679 /* confdefs.h. */
17680 _ACEOF
17681 cat confdefs.h >>conftest.$ac_ext
17682 cat >>conftest.$ac_ext <<_ACEOF
17683 /* end confdefs.h. */
17685 /* Override any GCC internal prototype to avoid an error.
17686 Use char because int might match the return type of a GCC
17687 builtin and then its argument prototype would still apply. */
17688 #ifdef __cplusplus
17689 extern "C"
17690 #endif
17691 char poll ();
17693 main ()
17695 return poll ();
17697 return 0;
17699 _ACEOF
17700 rm -f conftest.$ac_objext conftest$ac_exeext
17701 if { (ac_try="$ac_link"
17702 case "(($ac_try" in
17703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17704 *) ac_try_echo=$ac_try;;
17705 esac
17706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17707 (eval "$ac_link") 2>conftest.er1
17708 ac_status=$?
17709 grep -v '^ *+' conftest.er1 >conftest.err
17710 rm -f conftest.er1
17711 cat conftest.err >&5
17712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17713 (exit $ac_status); } && {
17714 test -z "$ac_c_werror_flag" ||
17715 test ! -s conftest.err
17716 } && test -s conftest$ac_exeext &&
17717 $as_test_x conftest$ac_exeext; then
17718 ac_cv_lib_poll_poll=yes
17719 else
17720 echo "$as_me: failed program was:" >&5
17721 sed 's/^/| /' conftest.$ac_ext >&5
17723 ac_cv_lib_poll_poll=no
17726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17727 conftest$ac_exeext conftest.$ac_ext
17728 LIBS=$ac_check_lib_save_LIBS
17730 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17731 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17732 if test $ac_cv_lib_poll_poll = yes; then
17733 cat >>confdefs.h <<\_ACEOF
17734 #define HAVE_POLL 1
17735 _ACEOF
17736 LIBPOLL="-lpoll"
17742 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17743 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17744 if test "${ac_cv_search_gethostbyname+set}" = set; then
17745 echo $ECHO_N "(cached) $ECHO_C" >&6
17746 else
17747 ac_func_search_save_LIBS=$LIBS
17748 cat >conftest.$ac_ext <<_ACEOF
17749 /* confdefs.h. */
17750 _ACEOF
17751 cat confdefs.h >>conftest.$ac_ext
17752 cat >>conftest.$ac_ext <<_ACEOF
17753 /* end confdefs.h. */
17755 /* Override any GCC internal prototype to avoid an error.
17756 Use char because int might match the return type of a GCC
17757 builtin and then its argument prototype would still apply. */
17758 #ifdef __cplusplus
17759 extern "C"
17760 #endif
17761 char gethostbyname ();
17763 main ()
17765 return gethostbyname ();
17767 return 0;
17769 _ACEOF
17770 for ac_lib in '' nsl; do
17771 if test -z "$ac_lib"; then
17772 ac_res="none required"
17773 else
17774 ac_res=-l$ac_lib
17775 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17777 rm -f conftest.$ac_objext conftest$ac_exeext
17778 if { (ac_try="$ac_link"
17779 case "(($ac_try" in
17780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17781 *) ac_try_echo=$ac_try;;
17782 esac
17783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17784 (eval "$ac_link") 2>conftest.er1
17785 ac_status=$?
17786 grep -v '^ *+' conftest.er1 >conftest.err
17787 rm -f conftest.er1
17788 cat conftest.err >&5
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); } && {
17791 test -z "$ac_c_werror_flag" ||
17792 test ! -s conftest.err
17793 } && test -s conftest$ac_exeext &&
17794 $as_test_x conftest$ac_exeext; then
17795 ac_cv_search_gethostbyname=$ac_res
17796 else
17797 echo "$as_me: failed program was:" >&5
17798 sed 's/^/| /' conftest.$ac_ext >&5
17803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17804 conftest$ac_exeext
17805 if test "${ac_cv_search_gethostbyname+set}" = set; then
17806 break
17808 done
17809 if test "${ac_cv_search_gethostbyname+set}" = set; then
17811 else
17812 ac_cv_search_gethostbyname=no
17814 rm conftest.$ac_ext
17815 LIBS=$ac_func_search_save_LIBS
17817 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17818 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17819 ac_res=$ac_cv_search_gethostbyname
17820 if test "$ac_res" != no; then
17821 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17826 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17827 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17828 if test "${ac_cv_search_connect+set}" = set; then
17829 echo $ECHO_N "(cached) $ECHO_C" >&6
17830 else
17831 ac_func_search_save_LIBS=$LIBS
17832 cat >conftest.$ac_ext <<_ACEOF
17833 /* confdefs.h. */
17834 _ACEOF
17835 cat confdefs.h >>conftest.$ac_ext
17836 cat >>conftest.$ac_ext <<_ACEOF
17837 /* end confdefs.h. */
17839 /* Override any GCC internal prototype to avoid an error.
17840 Use char because int might match the return type of a GCC
17841 builtin and then its argument prototype would still apply. */
17842 #ifdef __cplusplus
17843 extern "C"
17844 #endif
17845 char connect ();
17847 main ()
17849 return connect ();
17851 return 0;
17853 _ACEOF
17854 for ac_lib in '' socket; do
17855 if test -z "$ac_lib"; then
17856 ac_res="none required"
17857 else
17858 ac_res=-l$ac_lib
17859 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17861 rm -f conftest.$ac_objext conftest$ac_exeext
17862 if { (ac_try="$ac_link"
17863 case "(($ac_try" in
17864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17865 *) ac_try_echo=$ac_try;;
17866 esac
17867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17868 (eval "$ac_link") 2>conftest.er1
17869 ac_status=$?
17870 grep -v '^ *+' conftest.er1 >conftest.err
17871 rm -f conftest.er1
17872 cat conftest.err >&5
17873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17874 (exit $ac_status); } && {
17875 test -z "$ac_c_werror_flag" ||
17876 test ! -s conftest.err
17877 } && test -s conftest$ac_exeext &&
17878 $as_test_x conftest$ac_exeext; then
17879 ac_cv_search_connect=$ac_res
17880 else
17881 echo "$as_me: failed program was:" >&5
17882 sed 's/^/| /' conftest.$ac_ext >&5
17887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17888 conftest$ac_exeext
17889 if test "${ac_cv_search_connect+set}" = set; then
17890 break
17892 done
17893 if test "${ac_cv_search_connect+set}" = set; then
17895 else
17896 ac_cv_search_connect=no
17898 rm conftest.$ac_ext
17899 LIBS=$ac_func_search_save_LIBS
17901 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17902 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17903 ac_res=$ac_cv_search_connect
17904 if test "$ac_res" != no; then
17905 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17910 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17911 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17912 if test "${ac_cv_search_inet_aton+set}" = set; then
17913 echo $ECHO_N "(cached) $ECHO_C" >&6
17914 else
17915 ac_func_search_save_LIBS=$LIBS
17916 cat >conftest.$ac_ext <<_ACEOF
17917 /* confdefs.h. */
17918 _ACEOF
17919 cat confdefs.h >>conftest.$ac_ext
17920 cat >>conftest.$ac_ext <<_ACEOF
17921 /* end confdefs.h. */
17923 /* Override any GCC internal prototype to avoid an error.
17924 Use char because int might match the return type of a GCC
17925 builtin and then its argument prototype would still apply. */
17926 #ifdef __cplusplus
17927 extern "C"
17928 #endif
17929 char inet_aton ();
17931 main ()
17933 return inet_aton ();
17935 return 0;
17937 _ACEOF
17938 for ac_lib in '' resolv; do
17939 if test -z "$ac_lib"; then
17940 ac_res="none required"
17941 else
17942 ac_res=-l$ac_lib
17943 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17945 rm -f conftest.$ac_objext conftest$ac_exeext
17946 if { (ac_try="$ac_link"
17947 case "(($ac_try" in
17948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17949 *) ac_try_echo=$ac_try;;
17950 esac
17951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17952 (eval "$ac_link") 2>conftest.er1
17953 ac_status=$?
17954 grep -v '^ *+' conftest.er1 >conftest.err
17955 rm -f conftest.er1
17956 cat conftest.err >&5
17957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958 (exit $ac_status); } && {
17959 test -z "$ac_c_werror_flag" ||
17960 test ! -s conftest.err
17961 } && test -s conftest$ac_exeext &&
17962 $as_test_x conftest$ac_exeext; then
17963 ac_cv_search_inet_aton=$ac_res
17964 else
17965 echo "$as_me: failed program was:" >&5
17966 sed 's/^/| /' conftest.$ac_ext >&5
17971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17972 conftest$ac_exeext
17973 if test "${ac_cv_search_inet_aton+set}" = set; then
17974 break
17976 done
17977 if test "${ac_cv_search_inet_aton+set}" = set; then
17979 else
17980 ac_cv_search_inet_aton=no
17982 rm conftest.$ac_ext
17983 LIBS=$ac_func_search_save_LIBS
17985 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17986 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17987 ac_res=$ac_cv_search_inet_aton
17988 if test "$ac_res" != no; then
17989 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18005 for ac_func in \
18006 getaddrinfo \
18007 getnameinfo \
18008 getnetbyname \
18009 getprotobyname \
18010 getprotobynumber \
18011 getservbyport \
18012 inet_network \
18013 inet_ntop \
18014 inet_pton \
18015 sendmsg \
18016 socketpair \
18019 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18020 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18021 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18022 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18023 echo $ECHO_N "(cached) $ECHO_C" >&6
18024 else
18025 cat >conftest.$ac_ext <<_ACEOF
18026 /* confdefs.h. */
18027 _ACEOF
18028 cat confdefs.h >>conftest.$ac_ext
18029 cat >>conftest.$ac_ext <<_ACEOF
18030 /* end confdefs.h. */
18031 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18032 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18033 #define $ac_func innocuous_$ac_func
18035 /* System header to define __stub macros and hopefully few prototypes,
18036 which can conflict with char $ac_func (); below.
18037 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18038 <limits.h> exists even on freestanding compilers. */
18040 #ifdef __STDC__
18041 # include <limits.h>
18042 #else
18043 # include <assert.h>
18044 #endif
18046 #undef $ac_func
18048 /* Override any GCC internal prototype to avoid an error.
18049 Use char because int might match the return type of a GCC
18050 builtin and then its argument prototype would still apply. */
18051 #ifdef __cplusplus
18052 extern "C"
18053 #endif
18054 char $ac_func ();
18055 /* The GNU C library defines this for functions which it implements
18056 to always fail with ENOSYS. Some functions are actually named
18057 something starting with __ and the normal name is an alias. */
18058 #if defined __stub_$ac_func || defined __stub___$ac_func
18059 choke me
18060 #endif
18063 main ()
18065 return $ac_func ();
18067 return 0;
18069 _ACEOF
18070 rm -f conftest.$ac_objext conftest$ac_exeext
18071 if { (ac_try="$ac_link"
18072 case "(($ac_try" in
18073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18074 *) ac_try_echo=$ac_try;;
18075 esac
18076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18077 (eval "$ac_link") 2>conftest.er1
18078 ac_status=$?
18079 grep -v '^ *+' conftest.er1 >conftest.err
18080 rm -f conftest.er1
18081 cat conftest.err >&5
18082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); } && {
18084 test -z "$ac_c_werror_flag" ||
18085 test ! -s conftest.err
18086 } && test -s conftest$ac_exeext &&
18087 $as_test_x conftest$ac_exeext; then
18088 eval "$as_ac_var=yes"
18089 else
18090 echo "$as_me: failed program was:" >&5
18091 sed 's/^/| /' conftest.$ac_ext >&5
18093 eval "$as_ac_var=no"
18096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18097 conftest$ac_exeext conftest.$ac_ext
18099 ac_res=`eval echo '${'$as_ac_var'}'`
18100 { echo "$as_me:$LINENO: result: $ac_res" >&5
18101 echo "${ECHO_T}$ac_res" >&6; }
18102 if test `eval echo '${'$as_ac_var'}'` = yes; then
18103 cat >>confdefs.h <<_ACEOF
18104 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18105 _ACEOF
18108 done
18111 LDAPLIBS=""
18113 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18114 then
18115 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18116 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18117 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18118 echo $ECHO_N "(cached) $ECHO_C" >&6
18119 else
18120 cat >conftest.$ac_ext <<_ACEOF
18121 /* confdefs.h. */
18122 _ACEOF
18123 cat confdefs.h >>conftest.$ac_ext
18124 cat >>conftest.$ac_ext <<_ACEOF
18125 /* end confdefs.h. */
18126 #include <ldap.h>
18128 typedef LDAPSortKey ac__type_new_;
18130 main ()
18132 if ((ac__type_new_ *) 0)
18133 return 0;
18134 if (sizeof (ac__type_new_))
18135 return 0;
18137 return 0;
18139 _ACEOF
18140 rm -f conftest.$ac_objext
18141 if { (ac_try="$ac_compile"
18142 case "(($ac_try" in
18143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18144 *) ac_try_echo=$ac_try;;
18145 esac
18146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18147 (eval "$ac_compile") 2>conftest.er1
18148 ac_status=$?
18149 grep -v '^ *+' conftest.er1 >conftest.err
18150 rm -f conftest.er1
18151 cat conftest.err >&5
18152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18153 (exit $ac_status); } && {
18154 test -z "$ac_c_werror_flag" ||
18155 test ! -s conftest.err
18156 } && test -s conftest.$ac_objext; then
18157 ac_cv_type_LDAPSortKey=yes
18158 else
18159 echo "$as_me: failed program was:" >&5
18160 sed 's/^/| /' conftest.$ac_ext >&5
18162 ac_cv_type_LDAPSortKey=no
18165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18167 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18168 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18169 if test $ac_cv_type_LDAPSortKey = yes; then
18170 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18171 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18172 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18173 echo $ECHO_N "(cached) $ECHO_C" >&6
18174 else
18175 ac_check_lib_save_LIBS=$LIBS
18176 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18177 cat >conftest.$ac_ext <<_ACEOF
18178 /* confdefs.h. */
18179 _ACEOF
18180 cat confdefs.h >>conftest.$ac_ext
18181 cat >>conftest.$ac_ext <<_ACEOF
18182 /* end confdefs.h. */
18184 /* Override any GCC internal prototype to avoid an error.
18185 Use char because int might match the return type of a GCC
18186 builtin and then its argument prototype would still apply. */
18187 #ifdef __cplusplus
18188 extern "C"
18189 #endif
18190 char ldap_initialize ();
18192 main ()
18194 return ldap_initialize ();
18196 return 0;
18198 _ACEOF
18199 rm -f conftest.$ac_objext conftest$ac_exeext
18200 if { (ac_try="$ac_link"
18201 case "(($ac_try" in
18202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203 *) ac_try_echo=$ac_try;;
18204 esac
18205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18206 (eval "$ac_link") 2>conftest.er1
18207 ac_status=$?
18208 grep -v '^ *+' conftest.er1 >conftest.err
18209 rm -f conftest.er1
18210 cat conftest.err >&5
18211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18212 (exit $ac_status); } && {
18213 test -z "$ac_c_werror_flag" ||
18214 test ! -s conftest.err
18215 } && test -s conftest$ac_exeext &&
18216 $as_test_x conftest$ac_exeext; then
18217 ac_cv_lib_ldap_r_ldap_initialize=yes
18218 else
18219 echo "$as_me: failed program was:" >&5
18220 sed 's/^/| /' conftest.$ac_ext >&5
18222 ac_cv_lib_ldap_r_ldap_initialize=no
18225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18226 conftest$ac_exeext conftest.$ac_ext
18227 LIBS=$ac_check_lib_save_LIBS
18229 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18230 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18231 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18232 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18233 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18234 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18235 echo $ECHO_N "(cached) $ECHO_C" >&6
18236 else
18237 ac_check_lib_save_LIBS=$LIBS
18238 LIBS="-llber $LIBPTHREAD $LIBS"
18239 cat >conftest.$ac_ext <<_ACEOF
18240 /* confdefs.h. */
18241 _ACEOF
18242 cat confdefs.h >>conftest.$ac_ext
18243 cat >>conftest.$ac_ext <<_ACEOF
18244 /* end confdefs.h. */
18246 /* Override any GCC internal prototype to avoid an error.
18247 Use char because int might match the return type of a GCC
18248 builtin and then its argument prototype would still apply. */
18249 #ifdef __cplusplus
18250 extern "C"
18251 #endif
18252 char ber_init ();
18254 main ()
18256 return ber_init ();
18258 return 0;
18260 _ACEOF
18261 rm -f conftest.$ac_objext conftest$ac_exeext
18262 if { (ac_try="$ac_link"
18263 case "(($ac_try" in
18264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18265 *) ac_try_echo=$ac_try;;
18266 esac
18267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18268 (eval "$ac_link") 2>conftest.er1
18269 ac_status=$?
18270 grep -v '^ *+' conftest.er1 >conftest.err
18271 rm -f conftest.er1
18272 cat conftest.err >&5
18273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18274 (exit $ac_status); } && {
18275 test -z "$ac_c_werror_flag" ||
18276 test ! -s conftest.err
18277 } && test -s conftest$ac_exeext &&
18278 $as_test_x conftest$ac_exeext; then
18279 ac_cv_lib_lber_ber_init=yes
18280 else
18281 echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18284 ac_cv_lib_lber_ber_init=no
18287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18288 conftest$ac_exeext conftest.$ac_ext
18289 LIBS=$ac_check_lib_save_LIBS
18291 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18292 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18293 if test $ac_cv_lib_lber_ber_init = yes; then
18295 cat >>confdefs.h <<\_ACEOF
18296 #define HAVE_LDAP 1
18297 _ACEOF
18299 LDAPLIBS="-lldap_r -llber"
18306 ac_wine_check_funcs_save_LIBS="$LIBS"
18307 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18316 for ac_func in \
18317 ldap_count_references \
18318 ldap_first_reference \
18319 ldap_next_reference \
18320 ldap_parse_reference \
18321 ldap_parse_sort_control \
18322 ldap_parse_sortresponse_control \
18323 ldap_parse_vlv_control \
18324 ldap_parse_vlvresponse_control
18326 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18327 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18328 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18329 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18330 echo $ECHO_N "(cached) $ECHO_C" >&6
18331 else
18332 cat >conftest.$ac_ext <<_ACEOF
18333 /* confdefs.h. */
18334 _ACEOF
18335 cat confdefs.h >>conftest.$ac_ext
18336 cat >>conftest.$ac_ext <<_ACEOF
18337 /* end confdefs.h. */
18338 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18339 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18340 #define $ac_func innocuous_$ac_func
18342 /* System header to define __stub macros and hopefully few prototypes,
18343 which can conflict with char $ac_func (); below.
18344 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18345 <limits.h> exists even on freestanding compilers. */
18347 #ifdef __STDC__
18348 # include <limits.h>
18349 #else
18350 # include <assert.h>
18351 #endif
18353 #undef $ac_func
18355 /* Override any GCC internal prototype to avoid an error.
18356 Use char because int might match the return type of a GCC
18357 builtin and then its argument prototype would still apply. */
18358 #ifdef __cplusplus
18359 extern "C"
18360 #endif
18361 char $ac_func ();
18362 /* The GNU C library defines this for functions which it implements
18363 to always fail with ENOSYS. Some functions are actually named
18364 something starting with __ and the normal name is an alias. */
18365 #if defined __stub_$ac_func || defined __stub___$ac_func
18366 choke me
18367 #endif
18370 main ()
18372 return $ac_func ();
18374 return 0;
18376 _ACEOF
18377 rm -f conftest.$ac_objext conftest$ac_exeext
18378 if { (ac_try="$ac_link"
18379 case "(($ac_try" in
18380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18381 *) ac_try_echo=$ac_try;;
18382 esac
18383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18384 (eval "$ac_link") 2>conftest.er1
18385 ac_status=$?
18386 grep -v '^ *+' conftest.er1 >conftest.err
18387 rm -f conftest.er1
18388 cat conftest.err >&5
18389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18390 (exit $ac_status); } && {
18391 test -z "$ac_c_werror_flag" ||
18392 test ! -s conftest.err
18393 } && test -s conftest$ac_exeext &&
18394 $as_test_x conftest$ac_exeext; then
18395 eval "$as_ac_var=yes"
18396 else
18397 echo "$as_me: failed program was:" >&5
18398 sed 's/^/| /' conftest.$ac_ext >&5
18400 eval "$as_ac_var=no"
18403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18404 conftest$ac_exeext conftest.$ac_ext
18406 ac_res=`eval echo '${'$as_ac_var'}'`
18407 { echo "$as_me:$LINENO: result: $ac_res" >&5
18408 echo "${ECHO_T}$ac_res" >&6; }
18409 if test `eval echo '${'$as_ac_var'}'` = yes; then
18410 cat >>confdefs.h <<_ACEOF
18411 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18412 _ACEOF
18415 done
18417 LIBS="$ac_wine_check_funcs_save_LIBS"
18419 if test "x$LDAPLIBS" = "x"; then
18420 case "x$with_ldap" in
18421 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18422 xno) ;;
18423 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18424 This is an error since --with-ldap was requested." >&5
18425 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18426 This is an error since --with-ldap was requested." >&2;}
18427 { (exit 1); exit 1; }; } ;;
18428 esac
18432 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18433 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18434 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18435 echo $ECHO_N "(cached) $ECHO_C" >&6
18436 else
18437 cat >conftest.$ac_ext <<_ACEOF
18438 /* confdefs.h. */
18439 _ACEOF
18440 cat confdefs.h >>conftest.$ac_ext
18441 cat >>conftest.$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18443 #include <sys/stat.h>
18445 main ()
18447 mkdir("foo");
18449 return 0;
18451 _ACEOF
18452 rm -f conftest.$ac_objext
18453 if { (ac_try="$ac_compile"
18454 case "(($ac_try" in
18455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18456 *) ac_try_echo=$ac_try;;
18457 esac
18458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18459 (eval "$ac_compile") 2>conftest.er1
18460 ac_status=$?
18461 grep -v '^ *+' conftest.er1 >conftest.err
18462 rm -f conftest.er1
18463 cat conftest.err >&5
18464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18465 (exit $ac_status); } && {
18466 test -z "$ac_c_werror_flag" ||
18467 test ! -s conftest.err
18468 } && test -s conftest.$ac_objext; then
18469 wine_cv_one_arg_mkdir=yes
18470 else
18471 echo "$as_me: failed program was:" >&5
18472 sed 's/^/| /' conftest.$ac_ext >&5
18474 wine_cv_one_arg_mkdir=no
18477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18479 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18480 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18481 if test "$wine_cv_one_arg_mkdir" = "yes"
18482 then
18484 cat >>confdefs.h <<\_ACEOF
18485 #define HAVE_ONE_ARG_MKDIR 1
18486 _ACEOF
18491 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18492 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18493 if test "${ac_cv_c_const+set}" = set; then
18494 echo $ECHO_N "(cached) $ECHO_C" >&6
18495 else
18496 cat >conftest.$ac_ext <<_ACEOF
18497 /* confdefs.h. */
18498 _ACEOF
18499 cat confdefs.h >>conftest.$ac_ext
18500 cat >>conftest.$ac_ext <<_ACEOF
18501 /* end confdefs.h. */
18504 main ()
18506 /* FIXME: Include the comments suggested by Paul. */
18507 #ifndef __cplusplus
18508 /* Ultrix mips cc rejects this. */
18509 typedef int charset[2];
18510 const charset cs;
18511 /* SunOS 4.1.1 cc rejects this. */
18512 char const *const *pcpcc;
18513 char **ppc;
18514 /* NEC SVR4.0.2 mips cc rejects this. */
18515 struct point {int x, y;};
18516 static struct point const zero = {0,0};
18517 /* AIX XL C 1.02.0.0 rejects this.
18518 It does not let you subtract one const X* pointer from another in
18519 an arm of an if-expression whose if-part is not a constant
18520 expression */
18521 const char *g = "string";
18522 pcpcc = &g + (g ? g-g : 0);
18523 /* HPUX 7.0 cc rejects these. */
18524 ++pcpcc;
18525 ppc = (char**) pcpcc;
18526 pcpcc = (char const *const *) ppc;
18527 { /* SCO 3.2v4 cc rejects this. */
18528 char *t;
18529 char const *s = 0 ? (char *) 0 : (char const *) 0;
18531 *t++ = 0;
18532 if (s) return 0;
18534 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18535 int x[] = {25, 17};
18536 const int *foo = &x[0];
18537 ++foo;
18539 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18540 typedef const int *iptr;
18541 iptr p = 0;
18542 ++p;
18544 { /* AIX XL C 1.02.0.0 rejects this saying
18545 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18546 struct s { int j; const int *ap[3]; };
18547 struct s *b; b->j = 5;
18549 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18550 const int foo = 10;
18551 if (!foo) return 0;
18553 return !cs[0] && !zero.x;
18554 #endif
18557 return 0;
18559 _ACEOF
18560 rm -f conftest.$ac_objext
18561 if { (ac_try="$ac_compile"
18562 case "(($ac_try" in
18563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18564 *) ac_try_echo=$ac_try;;
18565 esac
18566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18567 (eval "$ac_compile") 2>conftest.er1
18568 ac_status=$?
18569 grep -v '^ *+' conftest.er1 >conftest.err
18570 rm -f conftest.er1
18571 cat conftest.err >&5
18572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18573 (exit $ac_status); } && {
18574 test -z "$ac_c_werror_flag" ||
18575 test ! -s conftest.err
18576 } && test -s conftest.$ac_objext; then
18577 ac_cv_c_const=yes
18578 else
18579 echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18582 ac_cv_c_const=no
18585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18587 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18588 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18589 if test $ac_cv_c_const = no; then
18591 cat >>confdefs.h <<\_ACEOF
18592 #define const
18593 _ACEOF
18597 { echo "$as_me:$LINENO: checking for inline" >&5
18598 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18599 if test "${ac_cv_c_inline+set}" = set; then
18600 echo $ECHO_N "(cached) $ECHO_C" >&6
18601 else
18602 ac_cv_c_inline=no
18603 for ac_kw in inline __inline__ __inline; do
18604 cat >conftest.$ac_ext <<_ACEOF
18605 /* confdefs.h. */
18606 _ACEOF
18607 cat confdefs.h >>conftest.$ac_ext
18608 cat >>conftest.$ac_ext <<_ACEOF
18609 /* end confdefs.h. */
18610 #ifndef __cplusplus
18611 typedef int foo_t;
18612 static $ac_kw foo_t static_foo () {return 0; }
18613 $ac_kw foo_t foo () {return 0; }
18614 #endif
18616 _ACEOF
18617 rm -f conftest.$ac_objext
18618 if { (ac_try="$ac_compile"
18619 case "(($ac_try" in
18620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18621 *) ac_try_echo=$ac_try;;
18622 esac
18623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18624 (eval "$ac_compile") 2>conftest.er1
18625 ac_status=$?
18626 grep -v '^ *+' conftest.er1 >conftest.err
18627 rm -f conftest.er1
18628 cat conftest.err >&5
18629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18630 (exit $ac_status); } && {
18631 test -z "$ac_c_werror_flag" ||
18632 test ! -s conftest.err
18633 } && test -s conftest.$ac_objext; then
18634 ac_cv_c_inline=$ac_kw
18635 else
18636 echo "$as_me: failed program was:" >&5
18637 sed 's/^/| /' conftest.$ac_ext >&5
18642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18643 test "$ac_cv_c_inline" != no && break
18644 done
18647 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18648 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18651 case $ac_cv_c_inline in
18652 inline | yes) ;;
18654 case $ac_cv_c_inline in
18655 no) ac_val=;;
18656 *) ac_val=$ac_cv_c_inline;;
18657 esac
18658 cat >>confdefs.h <<_ACEOF
18659 #ifndef __cplusplus
18660 #define inline $ac_val
18661 #endif
18662 _ACEOF
18664 esac
18666 { echo "$as_me:$LINENO: checking for mode_t" >&5
18667 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18668 if test "${ac_cv_type_mode_t+set}" = set; then
18669 echo $ECHO_N "(cached) $ECHO_C" >&6
18670 else
18671 cat >conftest.$ac_ext <<_ACEOF
18672 /* confdefs.h. */
18673 _ACEOF
18674 cat confdefs.h >>conftest.$ac_ext
18675 cat >>conftest.$ac_ext <<_ACEOF
18676 /* end confdefs.h. */
18677 $ac_includes_default
18678 typedef mode_t ac__type_new_;
18680 main ()
18682 if ((ac__type_new_ *) 0)
18683 return 0;
18684 if (sizeof (ac__type_new_))
18685 return 0;
18687 return 0;
18689 _ACEOF
18690 rm -f conftest.$ac_objext
18691 if { (ac_try="$ac_compile"
18692 case "(($ac_try" in
18693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18694 *) ac_try_echo=$ac_try;;
18695 esac
18696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18697 (eval "$ac_compile") 2>conftest.er1
18698 ac_status=$?
18699 grep -v '^ *+' conftest.er1 >conftest.err
18700 rm -f conftest.er1
18701 cat conftest.err >&5
18702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18703 (exit $ac_status); } && {
18704 test -z "$ac_c_werror_flag" ||
18705 test ! -s conftest.err
18706 } && test -s conftest.$ac_objext; then
18707 ac_cv_type_mode_t=yes
18708 else
18709 echo "$as_me: failed program was:" >&5
18710 sed 's/^/| /' conftest.$ac_ext >&5
18712 ac_cv_type_mode_t=no
18715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18717 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18718 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18719 if test $ac_cv_type_mode_t = yes; then
18721 cat >>confdefs.h <<_ACEOF
18722 #define HAVE_MODE_T 1
18723 _ACEOF
18727 { echo "$as_me:$LINENO: checking for off_t" >&5
18728 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18729 if test "${ac_cv_type_off_t+set}" = set; then
18730 echo $ECHO_N "(cached) $ECHO_C" >&6
18731 else
18732 cat >conftest.$ac_ext <<_ACEOF
18733 /* confdefs.h. */
18734 _ACEOF
18735 cat confdefs.h >>conftest.$ac_ext
18736 cat >>conftest.$ac_ext <<_ACEOF
18737 /* end confdefs.h. */
18738 $ac_includes_default
18739 typedef off_t ac__type_new_;
18741 main ()
18743 if ((ac__type_new_ *) 0)
18744 return 0;
18745 if (sizeof (ac__type_new_))
18746 return 0;
18748 return 0;
18750 _ACEOF
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18755 *) ac_try_echo=$ac_try;;
18756 esac
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758 (eval "$ac_compile") 2>conftest.er1
18759 ac_status=$?
18760 grep -v '^ *+' conftest.er1 >conftest.err
18761 rm -f conftest.er1
18762 cat conftest.err >&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } && {
18765 test -z "$ac_c_werror_flag" ||
18766 test ! -s conftest.err
18767 } && test -s conftest.$ac_objext; then
18768 ac_cv_type_off_t=yes
18769 else
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.$ac_ext >&5
18773 ac_cv_type_off_t=no
18776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18778 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18779 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18780 if test $ac_cv_type_off_t = yes; then
18782 cat >>confdefs.h <<_ACEOF
18783 #define HAVE_OFF_T 1
18784 _ACEOF
18788 { echo "$as_me:$LINENO: checking for pid_t" >&5
18789 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18790 if test "${ac_cv_type_pid_t+set}" = set; then
18791 echo $ECHO_N "(cached) $ECHO_C" >&6
18792 else
18793 cat >conftest.$ac_ext <<_ACEOF
18794 /* confdefs.h. */
18795 _ACEOF
18796 cat confdefs.h >>conftest.$ac_ext
18797 cat >>conftest.$ac_ext <<_ACEOF
18798 /* end confdefs.h. */
18799 $ac_includes_default
18800 typedef pid_t ac__type_new_;
18802 main ()
18804 if ((ac__type_new_ *) 0)
18805 return 0;
18806 if (sizeof (ac__type_new_))
18807 return 0;
18809 return 0;
18811 _ACEOF
18812 rm -f conftest.$ac_objext
18813 if { (ac_try="$ac_compile"
18814 case "(($ac_try" in
18815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18816 *) ac_try_echo=$ac_try;;
18817 esac
18818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18819 (eval "$ac_compile") 2>conftest.er1
18820 ac_status=$?
18821 grep -v '^ *+' conftest.er1 >conftest.err
18822 rm -f conftest.er1
18823 cat conftest.err >&5
18824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18825 (exit $ac_status); } && {
18826 test -z "$ac_c_werror_flag" ||
18827 test ! -s conftest.err
18828 } && test -s conftest.$ac_objext; then
18829 ac_cv_type_pid_t=yes
18830 else
18831 echo "$as_me: failed program was:" >&5
18832 sed 's/^/| /' conftest.$ac_ext >&5
18834 ac_cv_type_pid_t=no
18837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18839 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18840 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18841 if test $ac_cv_type_pid_t = yes; then
18843 cat >>confdefs.h <<_ACEOF
18844 #define HAVE_PID_T 1
18845 _ACEOF
18849 { echo "$as_me:$LINENO: checking for size_t" >&5
18850 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18851 if test "${ac_cv_type_size_t+set}" = set; then
18852 echo $ECHO_N "(cached) $ECHO_C" >&6
18853 else
18854 cat >conftest.$ac_ext <<_ACEOF
18855 /* confdefs.h. */
18856 _ACEOF
18857 cat confdefs.h >>conftest.$ac_ext
18858 cat >>conftest.$ac_ext <<_ACEOF
18859 /* end confdefs.h. */
18860 $ac_includes_default
18861 typedef size_t ac__type_new_;
18863 main ()
18865 if ((ac__type_new_ *) 0)
18866 return 0;
18867 if (sizeof (ac__type_new_))
18868 return 0;
18870 return 0;
18872 _ACEOF
18873 rm -f conftest.$ac_objext
18874 if { (ac_try="$ac_compile"
18875 case "(($ac_try" in
18876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18877 *) ac_try_echo=$ac_try;;
18878 esac
18879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18880 (eval "$ac_compile") 2>conftest.er1
18881 ac_status=$?
18882 grep -v '^ *+' conftest.er1 >conftest.err
18883 rm -f conftest.er1
18884 cat conftest.err >&5
18885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886 (exit $ac_status); } && {
18887 test -z "$ac_c_werror_flag" ||
18888 test ! -s conftest.err
18889 } && test -s conftest.$ac_objext; then
18890 ac_cv_type_size_t=yes
18891 else
18892 echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18895 ac_cv_type_size_t=no
18898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18900 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18901 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18902 if test $ac_cv_type_size_t = yes; then
18904 cat >>confdefs.h <<_ACEOF
18905 #define HAVE_SIZE_T 1
18906 _ACEOF
18910 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18911 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18912 if test "${ac_cv_type_ssize_t+set}" = set; then
18913 echo $ECHO_N "(cached) $ECHO_C" >&6
18914 else
18915 cat >conftest.$ac_ext <<_ACEOF
18916 /* confdefs.h. */
18917 _ACEOF
18918 cat confdefs.h >>conftest.$ac_ext
18919 cat >>conftest.$ac_ext <<_ACEOF
18920 /* end confdefs.h. */
18921 $ac_includes_default
18922 typedef ssize_t ac__type_new_;
18924 main ()
18926 if ((ac__type_new_ *) 0)
18927 return 0;
18928 if (sizeof (ac__type_new_))
18929 return 0;
18931 return 0;
18933 _ACEOF
18934 rm -f conftest.$ac_objext
18935 if { (ac_try="$ac_compile"
18936 case "(($ac_try" in
18937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18938 *) ac_try_echo=$ac_try;;
18939 esac
18940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18941 (eval "$ac_compile") 2>conftest.er1
18942 ac_status=$?
18943 grep -v '^ *+' conftest.er1 >conftest.err
18944 rm -f conftest.er1
18945 cat conftest.err >&5
18946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18947 (exit $ac_status); } && {
18948 test -z "$ac_c_werror_flag" ||
18949 test ! -s conftest.err
18950 } && test -s conftest.$ac_objext; then
18951 ac_cv_type_ssize_t=yes
18952 else
18953 echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.$ac_ext >&5
18956 ac_cv_type_ssize_t=no
18959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18961 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18962 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18963 if test $ac_cv_type_ssize_t = yes; then
18965 cat >>confdefs.h <<_ACEOF
18966 #define HAVE_SSIZE_T 1
18967 _ACEOF
18971 { echo "$as_me:$LINENO: checking for long long" >&5
18972 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18973 if test "${ac_cv_type_long_long+set}" = set; then
18974 echo $ECHO_N "(cached) $ECHO_C" >&6
18975 else
18976 cat >conftest.$ac_ext <<_ACEOF
18977 /* confdefs.h. */
18978 _ACEOF
18979 cat confdefs.h >>conftest.$ac_ext
18980 cat >>conftest.$ac_ext <<_ACEOF
18981 /* end confdefs.h. */
18982 $ac_includes_default
18983 typedef long long ac__type_new_;
18985 main ()
18987 if ((ac__type_new_ *) 0)
18988 return 0;
18989 if (sizeof (ac__type_new_))
18990 return 0;
18992 return 0;
18994 _ACEOF
18995 rm -f conftest.$ac_objext
18996 if { (ac_try="$ac_compile"
18997 case "(($ac_try" in
18998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18999 *) ac_try_echo=$ac_try;;
19000 esac
19001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19002 (eval "$ac_compile") 2>conftest.er1
19003 ac_status=$?
19004 grep -v '^ *+' conftest.er1 >conftest.err
19005 rm -f conftest.er1
19006 cat conftest.err >&5
19007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19008 (exit $ac_status); } && {
19009 test -z "$ac_c_werror_flag" ||
19010 test ! -s conftest.err
19011 } && test -s conftest.$ac_objext; then
19012 ac_cv_type_long_long=yes
19013 else
19014 echo "$as_me: failed program was:" >&5
19015 sed 's/^/| /' conftest.$ac_ext >&5
19017 ac_cv_type_long_long=no
19020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19022 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19023 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19024 if test $ac_cv_type_long_long = yes; then
19026 cat >>confdefs.h <<_ACEOF
19027 #define HAVE_LONG_LONG 1
19028 _ACEOF
19032 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19033 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19034 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19035 echo $ECHO_N "(cached) $ECHO_C" >&6
19036 else
19037 cat >conftest.$ac_ext <<_ACEOF
19038 /* confdefs.h. */
19039 _ACEOF
19040 cat confdefs.h >>conftest.$ac_ext
19041 cat >>conftest.$ac_ext <<_ACEOF
19042 /* end confdefs.h. */
19043 $ac_includes_default
19044 typedef fsblkcnt_t ac__type_new_;
19046 main ()
19048 if ((ac__type_new_ *) 0)
19049 return 0;
19050 if (sizeof (ac__type_new_))
19051 return 0;
19053 return 0;
19055 _ACEOF
19056 rm -f conftest.$ac_objext
19057 if { (ac_try="$ac_compile"
19058 case "(($ac_try" in
19059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19060 *) ac_try_echo=$ac_try;;
19061 esac
19062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19063 (eval "$ac_compile") 2>conftest.er1
19064 ac_status=$?
19065 grep -v '^ *+' conftest.er1 >conftest.err
19066 rm -f conftest.er1
19067 cat conftest.err >&5
19068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19069 (exit $ac_status); } && {
19070 test -z "$ac_c_werror_flag" ||
19071 test ! -s conftest.err
19072 } && test -s conftest.$ac_objext; then
19073 ac_cv_type_fsblkcnt_t=yes
19074 else
19075 echo "$as_me: failed program was:" >&5
19076 sed 's/^/| /' conftest.$ac_ext >&5
19078 ac_cv_type_fsblkcnt_t=no
19081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19083 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19084 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19085 if test $ac_cv_type_fsblkcnt_t = yes; then
19087 cat >>confdefs.h <<_ACEOF
19088 #define HAVE_FSBLKCNT_T 1
19089 _ACEOF
19093 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19094 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19095 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19096 echo $ECHO_N "(cached) $ECHO_C" >&6
19097 else
19098 cat >conftest.$ac_ext <<_ACEOF
19099 /* confdefs.h. */
19100 _ACEOF
19101 cat confdefs.h >>conftest.$ac_ext
19102 cat >>conftest.$ac_ext <<_ACEOF
19103 /* end confdefs.h. */
19104 $ac_includes_default
19105 typedef fsfilcnt_t ac__type_new_;
19107 main ()
19109 if ((ac__type_new_ *) 0)
19110 return 0;
19111 if (sizeof (ac__type_new_))
19112 return 0;
19114 return 0;
19116 _ACEOF
19117 rm -f conftest.$ac_objext
19118 if { (ac_try="$ac_compile"
19119 case "(($ac_try" in
19120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19121 *) ac_try_echo=$ac_try;;
19122 esac
19123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19124 (eval "$ac_compile") 2>conftest.er1
19125 ac_status=$?
19126 grep -v '^ *+' conftest.er1 >conftest.err
19127 rm -f conftest.er1
19128 cat conftest.err >&5
19129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19130 (exit $ac_status); } && {
19131 test -z "$ac_c_werror_flag" ||
19132 test ! -s conftest.err
19133 } && test -s conftest.$ac_objext; then
19134 ac_cv_type_fsfilcnt_t=yes
19135 else
19136 echo "$as_me: failed program was:" >&5
19137 sed 's/^/| /' conftest.$ac_ext >&5
19139 ac_cv_type_fsfilcnt_t=no
19142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19144 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19145 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19146 if test $ac_cv_type_fsfilcnt_t = yes; then
19148 cat >>confdefs.h <<_ACEOF
19149 #define HAVE_FSFILCNT_T 1
19150 _ACEOF
19155 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19156 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19157 if test "${ac_cv_type_sigset_t+set}" = set; then
19158 echo $ECHO_N "(cached) $ECHO_C" >&6
19159 else
19160 cat >conftest.$ac_ext <<_ACEOF
19161 /* confdefs.h. */
19162 _ACEOF
19163 cat confdefs.h >>conftest.$ac_ext
19164 cat >>conftest.$ac_ext <<_ACEOF
19165 /* end confdefs.h. */
19166 #include <sys/types.h>
19167 #include <signal.h>
19169 typedef sigset_t ac__type_new_;
19171 main ()
19173 if ((ac__type_new_ *) 0)
19174 return 0;
19175 if (sizeof (ac__type_new_))
19176 return 0;
19178 return 0;
19180 _ACEOF
19181 rm -f conftest.$ac_objext
19182 if { (ac_try="$ac_compile"
19183 case "(($ac_try" in
19184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19185 *) ac_try_echo=$ac_try;;
19186 esac
19187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19188 (eval "$ac_compile") 2>conftest.er1
19189 ac_status=$?
19190 grep -v '^ *+' conftest.er1 >conftest.err
19191 rm -f conftest.er1
19192 cat conftest.err >&5
19193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } && {
19195 test -z "$ac_c_werror_flag" ||
19196 test ! -s conftest.err
19197 } && test -s conftest.$ac_objext; then
19198 ac_cv_type_sigset_t=yes
19199 else
19200 echo "$as_me: failed program was:" >&5
19201 sed 's/^/| /' conftest.$ac_ext >&5
19203 ac_cv_type_sigset_t=no
19206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19208 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19209 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19210 if test $ac_cv_type_sigset_t = yes; then
19212 cat >>confdefs.h <<_ACEOF
19213 #define HAVE_SIGSET_T 1
19214 _ACEOF
19219 { echo "$as_me:$LINENO: checking for request_sense" >&5
19220 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19221 if test "${ac_cv_type_request_sense+set}" = set; then
19222 echo $ECHO_N "(cached) $ECHO_C" >&6
19223 else
19224 cat >conftest.$ac_ext <<_ACEOF
19225 /* confdefs.h. */
19226 _ACEOF
19227 cat confdefs.h >>conftest.$ac_ext
19228 cat >>conftest.$ac_ext <<_ACEOF
19229 /* end confdefs.h. */
19230 #include <linux/cdrom.h>
19232 typedef request_sense ac__type_new_;
19234 main ()
19236 if ((ac__type_new_ *) 0)
19237 return 0;
19238 if (sizeof (ac__type_new_))
19239 return 0;
19241 return 0;
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19248 *) ac_try_echo=$ac_try;;
19249 esac
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251 (eval "$ac_compile") 2>conftest.er1
19252 ac_status=$?
19253 grep -v '^ *+' conftest.er1 >conftest.err
19254 rm -f conftest.er1
19255 cat conftest.err >&5
19256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); } && {
19258 test -z "$ac_c_werror_flag" ||
19259 test ! -s conftest.err
19260 } && test -s conftest.$ac_objext; then
19261 ac_cv_type_request_sense=yes
19262 else
19263 echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19266 ac_cv_type_request_sense=no
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19272 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19273 if test $ac_cv_type_request_sense = yes; then
19275 cat >>confdefs.h <<_ACEOF
19276 #define HAVE_REQUEST_SENSE 1
19277 _ACEOF
19283 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19284 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19285 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19286 echo $ECHO_N "(cached) $ECHO_C" >&6
19287 else
19288 cat >conftest.$ac_ext <<_ACEOF
19289 /* confdefs.h. */
19290 _ACEOF
19291 cat confdefs.h >>conftest.$ac_ext
19292 cat >>conftest.$ac_ext <<_ACEOF
19293 /* end confdefs.h. */
19294 #include <sys/types.h>
19295 #ifdef HAVE_SYS_SOCKET_H
19296 #include <sys/socket.h>
19297 #endif
19298 #ifdef HAVE_SYS_SOCKETVAR_H
19299 #include <sys/socketvar.h>
19300 #endif
19301 #ifdef HAVE_NET_ROUTE_H
19302 #include <net/route.h>
19303 #endif
19304 #ifdef HAVE_NETINET_IN_H
19305 #include <netinet/in.h>
19306 #endif
19307 #ifdef HAVE_NETINET_IN_SYSTM_H
19308 #include <netinet/in_systm.h>
19309 #endif
19310 #ifdef HAVE_NETINET_IP_H
19311 #include <netinet/ip.h>
19312 #endif
19313 #ifdef HAVE_NETINET_IN_PCB_H
19314 #include <netinet/in_pcb.h>
19315 #endif
19317 typedef struct xinpgen ac__type_new_;
19319 main ()
19321 if ((ac__type_new_ *) 0)
19322 return 0;
19323 if (sizeof (ac__type_new_))
19324 return 0;
19326 return 0;
19328 _ACEOF
19329 rm -f conftest.$ac_objext
19330 if { (ac_try="$ac_compile"
19331 case "(($ac_try" in
19332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19333 *) ac_try_echo=$ac_try;;
19334 esac
19335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19336 (eval "$ac_compile") 2>conftest.er1
19337 ac_status=$?
19338 grep -v '^ *+' conftest.er1 >conftest.err
19339 rm -f conftest.er1
19340 cat conftest.err >&5
19341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19342 (exit $ac_status); } && {
19343 test -z "$ac_c_werror_flag" ||
19344 test ! -s conftest.err
19345 } && test -s conftest.$ac_objext; then
19346 ac_cv_type_struct_xinpgen=yes
19347 else
19348 echo "$as_me: failed program was:" >&5
19349 sed 's/^/| /' conftest.$ac_ext >&5
19351 ac_cv_type_struct_xinpgen=no
19354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19356 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19357 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19358 if test $ac_cv_type_struct_xinpgen = yes; then
19360 cat >>confdefs.h <<_ACEOF
19361 #define HAVE_STRUCT_XINPGEN 1
19362 _ACEOF
19368 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19369 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19370 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19371 echo $ECHO_N "(cached) $ECHO_C" >&6
19372 else
19373 cat >conftest.$ac_ext <<_ACEOF
19374 /* confdefs.h. */
19375 _ACEOF
19376 cat confdefs.h >>conftest.$ac_ext
19377 cat >>conftest.$ac_ext <<_ACEOF
19378 /* end confdefs.h. */
19379 #ifdef HAVE_LINUX_INPUT_H
19380 #include <linux/input.h>
19381 #endif
19384 main ()
19386 static struct ff_effect ac_aggr;
19387 if (ac_aggr.direction)
19388 return 0;
19390 return 0;
19392 _ACEOF
19393 rm -f conftest.$ac_objext
19394 if { (ac_try="$ac_compile"
19395 case "(($ac_try" in
19396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19397 *) ac_try_echo=$ac_try;;
19398 esac
19399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19400 (eval "$ac_compile") 2>conftest.er1
19401 ac_status=$?
19402 grep -v '^ *+' conftest.er1 >conftest.err
19403 rm -f conftest.er1
19404 cat conftest.err >&5
19405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19406 (exit $ac_status); } && {
19407 test -z "$ac_c_werror_flag" ||
19408 test ! -s conftest.err
19409 } && test -s conftest.$ac_objext; then
19410 ac_cv_member_struct_ff_effect_direction=yes
19411 else
19412 echo "$as_me: failed program was:" >&5
19413 sed 's/^/| /' conftest.$ac_ext >&5
19415 cat >conftest.$ac_ext <<_ACEOF
19416 /* confdefs.h. */
19417 _ACEOF
19418 cat confdefs.h >>conftest.$ac_ext
19419 cat >>conftest.$ac_ext <<_ACEOF
19420 /* end confdefs.h. */
19421 #ifdef HAVE_LINUX_INPUT_H
19422 #include <linux/input.h>
19423 #endif
19426 main ()
19428 static struct ff_effect ac_aggr;
19429 if (sizeof ac_aggr.direction)
19430 return 0;
19432 return 0;
19434 _ACEOF
19435 rm -f conftest.$ac_objext
19436 if { (ac_try="$ac_compile"
19437 case "(($ac_try" in
19438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19439 *) ac_try_echo=$ac_try;;
19440 esac
19441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19442 (eval "$ac_compile") 2>conftest.er1
19443 ac_status=$?
19444 grep -v '^ *+' conftest.er1 >conftest.err
19445 rm -f conftest.er1
19446 cat conftest.err >&5
19447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19448 (exit $ac_status); } && {
19449 test -z "$ac_c_werror_flag" ||
19450 test ! -s conftest.err
19451 } && test -s conftest.$ac_objext; then
19452 ac_cv_member_struct_ff_effect_direction=yes
19453 else
19454 echo "$as_me: failed program was:" >&5
19455 sed 's/^/| /' conftest.$ac_ext >&5
19457 ac_cv_member_struct_ff_effect_direction=no
19460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19465 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19466 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19467 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19469 cat >>confdefs.h <<_ACEOF
19470 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19471 _ACEOF
19477 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19478 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19479 if test "${wine_cv_have_sigaddset+set}" = set; then
19480 echo $ECHO_N "(cached) $ECHO_C" >&6
19481 else
19482 cat >conftest.$ac_ext <<_ACEOF
19483 /* confdefs.h. */
19484 _ACEOF
19485 cat confdefs.h >>conftest.$ac_ext
19486 cat >>conftest.$ac_ext <<_ACEOF
19487 /* end confdefs.h. */
19488 #include <signal.h>
19490 main ()
19492 sigset_t set; sigaddset(&set,SIGTERM);
19494 return 0;
19496 _ACEOF
19497 rm -f conftest.$ac_objext conftest$ac_exeext
19498 if { (ac_try="$ac_link"
19499 case "(($ac_try" in
19500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19501 *) ac_try_echo=$ac_try;;
19502 esac
19503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19504 (eval "$ac_link") 2>conftest.er1
19505 ac_status=$?
19506 grep -v '^ *+' conftest.er1 >conftest.err
19507 rm -f conftest.er1
19508 cat conftest.err >&5
19509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19510 (exit $ac_status); } && {
19511 test -z "$ac_c_werror_flag" ||
19512 test ! -s conftest.err
19513 } && test -s conftest$ac_exeext &&
19514 $as_test_x conftest$ac_exeext; then
19515 wine_cv_have_sigaddset=yes
19516 else
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19520 wine_cv_have_sigaddset=no
19523 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19524 conftest$ac_exeext conftest.$ac_ext
19526 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19527 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19528 if test "$wine_cv_have_sigaddset" = "yes"
19529 then
19531 cat >>confdefs.h <<\_ACEOF
19532 #define HAVE_SIGADDSET 1
19533 _ACEOF
19538 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19539 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19540 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19541 echo $ECHO_N "(cached) $ECHO_C" >&6
19542 else
19543 cat >conftest.$ac_ext <<_ACEOF
19544 /* confdefs.h. */
19545 _ACEOF
19546 cat confdefs.h >>conftest.$ac_ext
19547 cat >>conftest.$ac_ext <<_ACEOF
19548 /* end confdefs.h. */
19549 #include <netdb.h>
19551 main ()
19554 char *name=0;
19555 struct hostent he;
19556 struct hostent *result;
19557 char *buf=0;
19558 int bufsize=0;
19559 int res,errnr;
19560 char *addr=0;
19561 int addrlen=0;
19562 int addrtype=0;
19563 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19564 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19567 return 0;
19569 _ACEOF
19570 rm -f conftest.$ac_objext conftest$ac_exeext
19571 if { (ac_try="$ac_link"
19572 case "(($ac_try" in
19573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19574 *) ac_try_echo=$ac_try;;
19575 esac
19576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19577 (eval "$ac_link") 2>conftest.er1
19578 ac_status=$?
19579 grep -v '^ *+' conftest.er1 >conftest.err
19580 rm -f conftest.er1
19581 cat conftest.err >&5
19582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19583 (exit $ac_status); } && {
19584 test -z "$ac_c_werror_flag" ||
19585 test ! -s conftest.err
19586 } && test -s conftest$ac_exeext &&
19587 $as_test_x conftest$ac_exeext; then
19588 wine_cv_linux_gethostbyname_r_6=yes
19589 else
19590 echo "$as_me: failed program was:" >&5
19591 sed 's/^/| /' conftest.$ac_ext >&5
19593 wine_cv_linux_gethostbyname_r_6=no
19597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19598 conftest$ac_exeext conftest.$ac_ext
19601 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19602 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19603 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19604 then
19606 cat >>confdefs.h <<\_ACEOF
19607 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19608 _ACEOF
19612 if test "$ac_cv_header_linux_joystick_h" = "yes"
19613 then
19614 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19615 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19616 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19617 echo $ECHO_N "(cached) $ECHO_C" >&6
19618 else
19619 cat >conftest.$ac_ext <<_ACEOF
19620 /* confdefs.h. */
19621 _ACEOF
19622 cat confdefs.h >>conftest.$ac_ext
19623 cat >>conftest.$ac_ext <<_ACEOF
19624 /* end confdefs.h. */
19626 #include <sys/ioctl.h>
19627 #include <sys/types.h>
19628 #include <linux/joystick.h>
19630 struct js_event blub;
19631 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19632 #error "no 2.2 header"
19633 #endif
19636 main ()
19638 /*empty*/
19640 return 0;
19642 _ACEOF
19643 rm -f conftest.$ac_objext
19644 if { (ac_try="$ac_compile"
19645 case "(($ac_try" in
19646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19647 *) ac_try_echo=$ac_try;;
19648 esac
19649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19650 (eval "$ac_compile") 2>conftest.er1
19651 ac_status=$?
19652 grep -v '^ *+' conftest.er1 >conftest.err
19653 rm -f conftest.er1
19654 cat conftest.err >&5
19655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19656 (exit $ac_status); } && {
19657 test -z "$ac_c_werror_flag" ||
19658 test ! -s conftest.err
19659 } && test -s conftest.$ac_objext; then
19660 wine_cv_linux_joystick_22_api=yes
19661 else
19662 echo "$as_me: failed program was:" >&5
19663 sed 's/^/| /' conftest.$ac_ext >&5
19665 wine_cv_linux_joystick_22_api=no
19668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19672 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19673 if test "$wine_cv_linux_joystick_22_api" = "yes"
19674 then
19676 cat >>confdefs.h <<\_ACEOF
19677 #define HAVE_LINUX_22_JOYSTICK_API 1
19678 _ACEOF
19684 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19685 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19686 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19687 echo $ECHO_N "(cached) $ECHO_C" >&6
19688 else
19689 cat >conftest.$ac_ext <<_ACEOF
19690 /* confdefs.h. */
19691 _ACEOF
19692 cat confdefs.h >>conftest.$ac_ext
19693 cat >>conftest.$ac_ext <<_ACEOF
19694 /* end confdefs.h. */
19695 #include <sys/types.h>
19696 #ifdef HAVE_SYS_PARAM_H
19697 # include <sys/param.h>
19698 #endif
19699 #ifdef HAVE_SYS_MOUNT_H
19700 # include <sys/mount.h>
19701 #endif
19702 #ifdef HAVE_SYS_VFS_H
19703 # include <sys/vfs.h>
19704 #endif
19705 #ifdef HAVE_SYS_STATFS_H
19706 # include <sys/statfs.h>
19707 #endif
19710 main ()
19712 static struct statfs ac_aggr;
19713 if (ac_aggr.f_bfree)
19714 return 0;
19716 return 0;
19718 _ACEOF
19719 rm -f conftest.$ac_objext
19720 if { (ac_try="$ac_compile"
19721 case "(($ac_try" in
19722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19723 *) ac_try_echo=$ac_try;;
19724 esac
19725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19726 (eval "$ac_compile") 2>conftest.er1
19727 ac_status=$?
19728 grep -v '^ *+' conftest.er1 >conftest.err
19729 rm -f conftest.er1
19730 cat conftest.err >&5
19731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19732 (exit $ac_status); } && {
19733 test -z "$ac_c_werror_flag" ||
19734 test ! -s conftest.err
19735 } && test -s conftest.$ac_objext; then
19736 ac_cv_member_struct_statfs_f_bfree=yes
19737 else
19738 echo "$as_me: failed program was:" >&5
19739 sed 's/^/| /' conftest.$ac_ext >&5
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 #include <sys/types.h>
19748 #ifdef HAVE_SYS_PARAM_H
19749 # include <sys/param.h>
19750 #endif
19751 #ifdef HAVE_SYS_MOUNT_H
19752 # include <sys/mount.h>
19753 #endif
19754 #ifdef HAVE_SYS_VFS_H
19755 # include <sys/vfs.h>
19756 #endif
19757 #ifdef HAVE_SYS_STATFS_H
19758 # include <sys/statfs.h>
19759 #endif
19762 main ()
19764 static struct statfs ac_aggr;
19765 if (sizeof ac_aggr.f_bfree)
19766 return 0;
19768 return 0;
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (ac_try="$ac_compile"
19773 case "(($ac_try" in
19774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19775 *) ac_try_echo=$ac_try;;
19776 esac
19777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19778 (eval "$ac_compile") 2>conftest.er1
19779 ac_status=$?
19780 grep -v '^ *+' conftest.er1 >conftest.err
19781 rm -f conftest.er1
19782 cat conftest.err >&5
19783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19784 (exit $ac_status); } && {
19785 test -z "$ac_c_werror_flag" ||
19786 test ! -s conftest.err
19787 } && test -s conftest.$ac_objext; then
19788 ac_cv_member_struct_statfs_f_bfree=yes
19789 else
19790 echo "$as_me: failed program was:" >&5
19791 sed 's/^/| /' conftest.$ac_ext >&5
19793 ac_cv_member_struct_statfs_f_bfree=no
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19802 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19803 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19805 cat >>confdefs.h <<_ACEOF
19806 #define HAVE_STRUCT_STATFS_F_BFREE 1
19807 _ACEOF
19811 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19812 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19813 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19814 echo $ECHO_N "(cached) $ECHO_C" >&6
19815 else
19816 cat >conftest.$ac_ext <<_ACEOF
19817 /* confdefs.h. */
19818 _ACEOF
19819 cat confdefs.h >>conftest.$ac_ext
19820 cat >>conftest.$ac_ext <<_ACEOF
19821 /* end confdefs.h. */
19822 #include <sys/types.h>
19823 #ifdef HAVE_SYS_PARAM_H
19824 # include <sys/param.h>
19825 #endif
19826 #ifdef HAVE_SYS_MOUNT_H
19827 # include <sys/mount.h>
19828 #endif
19829 #ifdef HAVE_SYS_VFS_H
19830 # include <sys/vfs.h>
19831 #endif
19832 #ifdef HAVE_SYS_STATFS_H
19833 # include <sys/statfs.h>
19834 #endif
19837 main ()
19839 static struct statfs ac_aggr;
19840 if (ac_aggr.f_bavail)
19841 return 0;
19843 return 0;
19845 _ACEOF
19846 rm -f conftest.$ac_objext
19847 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
19863 ac_cv_member_struct_statfs_f_bavail=yes
19864 else
19865 echo "$as_me: failed program was:" >&5
19866 sed 's/^/| /' conftest.$ac_ext >&5
19868 cat >conftest.$ac_ext <<_ACEOF
19869 /* confdefs.h. */
19870 _ACEOF
19871 cat confdefs.h >>conftest.$ac_ext
19872 cat >>conftest.$ac_ext <<_ACEOF
19873 /* end confdefs.h. */
19874 #include <sys/types.h>
19875 #ifdef HAVE_SYS_PARAM_H
19876 # include <sys/param.h>
19877 #endif
19878 #ifdef HAVE_SYS_MOUNT_H
19879 # include <sys/mount.h>
19880 #endif
19881 #ifdef HAVE_SYS_VFS_H
19882 # include <sys/vfs.h>
19883 #endif
19884 #ifdef HAVE_SYS_STATFS_H
19885 # include <sys/statfs.h>
19886 #endif
19889 main ()
19891 static struct statfs ac_aggr;
19892 if (sizeof ac_aggr.f_bavail)
19893 return 0;
19895 return 0;
19897 _ACEOF
19898 rm -f conftest.$ac_objext
19899 if { (ac_try="$ac_compile"
19900 case "(($ac_try" in
19901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19902 *) ac_try_echo=$ac_try;;
19903 esac
19904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19905 (eval "$ac_compile") 2>conftest.er1
19906 ac_status=$?
19907 grep -v '^ *+' conftest.er1 >conftest.err
19908 rm -f conftest.er1
19909 cat conftest.err >&5
19910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19911 (exit $ac_status); } && {
19912 test -z "$ac_c_werror_flag" ||
19913 test ! -s conftest.err
19914 } && test -s conftest.$ac_objext; then
19915 ac_cv_member_struct_statfs_f_bavail=yes
19916 else
19917 echo "$as_me: failed program was:" >&5
19918 sed 's/^/| /' conftest.$ac_ext >&5
19920 ac_cv_member_struct_statfs_f_bavail=no
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19929 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19930 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19932 cat >>confdefs.h <<_ACEOF
19933 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19934 _ACEOF
19938 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19939 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19940 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19941 echo $ECHO_N "(cached) $ECHO_C" >&6
19942 else
19943 cat >conftest.$ac_ext <<_ACEOF
19944 /* confdefs.h. */
19945 _ACEOF
19946 cat confdefs.h >>conftest.$ac_ext
19947 cat >>conftest.$ac_ext <<_ACEOF
19948 /* end confdefs.h. */
19949 #include <sys/types.h>
19950 #ifdef HAVE_SYS_PARAM_H
19951 # include <sys/param.h>
19952 #endif
19953 #ifdef HAVE_SYS_MOUNT_H
19954 # include <sys/mount.h>
19955 #endif
19956 #ifdef HAVE_SYS_VFS_H
19957 # include <sys/vfs.h>
19958 #endif
19959 #ifdef HAVE_SYS_STATFS_H
19960 # include <sys/statfs.h>
19961 #endif
19964 main ()
19966 static struct statfs ac_aggr;
19967 if (ac_aggr.f_frsize)
19968 return 0;
19970 return 0;
19972 _ACEOF
19973 rm -f conftest.$ac_objext
19974 if { (ac_try="$ac_compile"
19975 case "(($ac_try" in
19976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19977 *) ac_try_echo=$ac_try;;
19978 esac
19979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19980 (eval "$ac_compile") 2>conftest.er1
19981 ac_status=$?
19982 grep -v '^ *+' conftest.er1 >conftest.err
19983 rm -f conftest.er1
19984 cat conftest.err >&5
19985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19986 (exit $ac_status); } && {
19987 test -z "$ac_c_werror_flag" ||
19988 test ! -s conftest.err
19989 } && test -s conftest.$ac_objext; then
19990 ac_cv_member_struct_statfs_f_frsize=yes
19991 else
19992 echo "$as_me: failed program was:" >&5
19993 sed 's/^/| /' conftest.$ac_ext >&5
19995 cat >conftest.$ac_ext <<_ACEOF
19996 /* confdefs.h. */
19997 _ACEOF
19998 cat confdefs.h >>conftest.$ac_ext
19999 cat >>conftest.$ac_ext <<_ACEOF
20000 /* end confdefs.h. */
20001 #include <sys/types.h>
20002 #ifdef HAVE_SYS_PARAM_H
20003 # include <sys/param.h>
20004 #endif
20005 #ifdef HAVE_SYS_MOUNT_H
20006 # include <sys/mount.h>
20007 #endif
20008 #ifdef HAVE_SYS_VFS_H
20009 # include <sys/vfs.h>
20010 #endif
20011 #ifdef HAVE_SYS_STATFS_H
20012 # include <sys/statfs.h>
20013 #endif
20016 main ()
20018 static struct statfs ac_aggr;
20019 if (sizeof ac_aggr.f_frsize)
20020 return 0;
20022 return 0;
20024 _ACEOF
20025 rm -f conftest.$ac_objext
20026 if { (ac_try="$ac_compile"
20027 case "(($ac_try" in
20028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20029 *) ac_try_echo=$ac_try;;
20030 esac
20031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20032 (eval "$ac_compile") 2>conftest.er1
20033 ac_status=$?
20034 grep -v '^ *+' conftest.er1 >conftest.err
20035 rm -f conftest.er1
20036 cat conftest.err >&5
20037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); } && {
20039 test -z "$ac_c_werror_flag" ||
20040 test ! -s conftest.err
20041 } && test -s conftest.$ac_objext; then
20042 ac_cv_member_struct_statfs_f_frsize=yes
20043 else
20044 echo "$as_me: failed program was:" >&5
20045 sed 's/^/| /' conftest.$ac_ext >&5
20047 ac_cv_member_struct_statfs_f_frsize=no
20050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20055 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20056 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20057 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20059 cat >>confdefs.h <<_ACEOF
20060 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20061 _ACEOF
20065 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20066 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20067 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20068 echo $ECHO_N "(cached) $ECHO_C" >&6
20069 else
20070 cat >conftest.$ac_ext <<_ACEOF
20071 /* confdefs.h. */
20072 _ACEOF
20073 cat confdefs.h >>conftest.$ac_ext
20074 cat >>conftest.$ac_ext <<_ACEOF
20075 /* end confdefs.h. */
20076 #include <sys/types.h>
20077 #ifdef HAVE_SYS_PARAM_H
20078 # include <sys/param.h>
20079 #endif
20080 #ifdef HAVE_SYS_MOUNT_H
20081 # include <sys/mount.h>
20082 #endif
20083 #ifdef HAVE_SYS_VFS_H
20084 # include <sys/vfs.h>
20085 #endif
20086 #ifdef HAVE_SYS_STATFS_H
20087 # include <sys/statfs.h>
20088 #endif
20091 main ()
20093 static struct statfs ac_aggr;
20094 if (ac_aggr.f_ffree)
20095 return 0;
20097 return 0;
20099 _ACEOF
20100 rm -f conftest.$ac_objext
20101 if { (ac_try="$ac_compile"
20102 case "(($ac_try" in
20103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20104 *) ac_try_echo=$ac_try;;
20105 esac
20106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20107 (eval "$ac_compile") 2>conftest.er1
20108 ac_status=$?
20109 grep -v '^ *+' conftest.er1 >conftest.err
20110 rm -f conftest.er1
20111 cat conftest.err >&5
20112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20113 (exit $ac_status); } && {
20114 test -z "$ac_c_werror_flag" ||
20115 test ! -s conftest.err
20116 } && test -s conftest.$ac_objext; then
20117 ac_cv_member_struct_statfs_f_ffree=yes
20118 else
20119 echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20122 cat >conftest.$ac_ext <<_ACEOF
20123 /* confdefs.h. */
20124 _ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h. */
20128 #include <sys/types.h>
20129 #ifdef HAVE_SYS_PARAM_H
20130 # include <sys/param.h>
20131 #endif
20132 #ifdef HAVE_SYS_MOUNT_H
20133 # include <sys/mount.h>
20134 #endif
20135 #ifdef HAVE_SYS_VFS_H
20136 # include <sys/vfs.h>
20137 #endif
20138 #ifdef HAVE_SYS_STATFS_H
20139 # include <sys/statfs.h>
20140 #endif
20143 main ()
20145 static struct statfs ac_aggr;
20146 if (sizeof ac_aggr.f_ffree)
20147 return 0;
20149 return 0;
20151 _ACEOF
20152 rm -f conftest.$ac_objext
20153 if { (ac_try="$ac_compile"
20154 case "(($ac_try" in
20155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20156 *) ac_try_echo=$ac_try;;
20157 esac
20158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20159 (eval "$ac_compile") 2>conftest.er1
20160 ac_status=$?
20161 grep -v '^ *+' conftest.er1 >conftest.err
20162 rm -f conftest.er1
20163 cat conftest.err >&5
20164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20165 (exit $ac_status); } && {
20166 test -z "$ac_c_werror_flag" ||
20167 test ! -s conftest.err
20168 } && test -s conftest.$ac_objext; then
20169 ac_cv_member_struct_statfs_f_ffree=yes
20170 else
20171 echo "$as_me: failed program was:" >&5
20172 sed 's/^/| /' conftest.$ac_ext >&5
20174 ac_cv_member_struct_statfs_f_ffree=no
20177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20182 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20183 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20184 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20186 cat >>confdefs.h <<_ACEOF
20187 #define HAVE_STRUCT_STATFS_F_FFREE 1
20188 _ACEOF
20192 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20193 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20194 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20195 echo $ECHO_N "(cached) $ECHO_C" >&6
20196 else
20197 cat >conftest.$ac_ext <<_ACEOF
20198 /* confdefs.h. */
20199 _ACEOF
20200 cat confdefs.h >>conftest.$ac_ext
20201 cat >>conftest.$ac_ext <<_ACEOF
20202 /* end confdefs.h. */
20203 #include <sys/types.h>
20204 #ifdef HAVE_SYS_PARAM_H
20205 # include <sys/param.h>
20206 #endif
20207 #ifdef HAVE_SYS_MOUNT_H
20208 # include <sys/mount.h>
20209 #endif
20210 #ifdef HAVE_SYS_VFS_H
20211 # include <sys/vfs.h>
20212 #endif
20213 #ifdef HAVE_SYS_STATFS_H
20214 # include <sys/statfs.h>
20215 #endif
20218 main ()
20220 static struct statfs ac_aggr;
20221 if (ac_aggr.f_favail)
20222 return 0;
20224 return 0;
20226 _ACEOF
20227 rm -f conftest.$ac_objext
20228 if { (ac_try="$ac_compile"
20229 case "(($ac_try" in
20230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20231 *) ac_try_echo=$ac_try;;
20232 esac
20233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20234 (eval "$ac_compile") 2>conftest.er1
20235 ac_status=$?
20236 grep -v '^ *+' conftest.er1 >conftest.err
20237 rm -f conftest.er1
20238 cat conftest.err >&5
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } && {
20241 test -z "$ac_c_werror_flag" ||
20242 test ! -s conftest.err
20243 } && test -s conftest.$ac_objext; then
20244 ac_cv_member_struct_statfs_f_favail=yes
20245 else
20246 echo "$as_me: failed program was:" >&5
20247 sed 's/^/| /' conftest.$ac_ext >&5
20249 cat >conftest.$ac_ext <<_ACEOF
20250 /* confdefs.h. */
20251 _ACEOF
20252 cat confdefs.h >>conftest.$ac_ext
20253 cat >>conftest.$ac_ext <<_ACEOF
20254 /* end confdefs.h. */
20255 #include <sys/types.h>
20256 #ifdef HAVE_SYS_PARAM_H
20257 # include <sys/param.h>
20258 #endif
20259 #ifdef HAVE_SYS_MOUNT_H
20260 # include <sys/mount.h>
20261 #endif
20262 #ifdef HAVE_SYS_VFS_H
20263 # include <sys/vfs.h>
20264 #endif
20265 #ifdef HAVE_SYS_STATFS_H
20266 # include <sys/statfs.h>
20267 #endif
20270 main ()
20272 static struct statfs ac_aggr;
20273 if (sizeof ac_aggr.f_favail)
20274 return 0;
20276 return 0;
20278 _ACEOF
20279 rm -f conftest.$ac_objext
20280 if { (ac_try="$ac_compile"
20281 case "(($ac_try" in
20282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20283 *) ac_try_echo=$ac_try;;
20284 esac
20285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20286 (eval "$ac_compile") 2>conftest.er1
20287 ac_status=$?
20288 grep -v '^ *+' conftest.er1 >conftest.err
20289 rm -f conftest.er1
20290 cat conftest.err >&5
20291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20292 (exit $ac_status); } && {
20293 test -z "$ac_c_werror_flag" ||
20294 test ! -s conftest.err
20295 } && test -s conftest.$ac_objext; then
20296 ac_cv_member_struct_statfs_f_favail=yes
20297 else
20298 echo "$as_me: failed program was:" >&5
20299 sed 's/^/| /' conftest.$ac_ext >&5
20301 ac_cv_member_struct_statfs_f_favail=no
20304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20309 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20310 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20311 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20313 cat >>confdefs.h <<_ACEOF
20314 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20315 _ACEOF
20319 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20320 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20321 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20322 echo $ECHO_N "(cached) $ECHO_C" >&6
20323 else
20324 cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h. */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h. */
20330 #include <sys/types.h>
20331 #ifdef HAVE_SYS_PARAM_H
20332 # include <sys/param.h>
20333 #endif
20334 #ifdef HAVE_SYS_MOUNT_H
20335 # include <sys/mount.h>
20336 #endif
20337 #ifdef HAVE_SYS_VFS_H
20338 # include <sys/vfs.h>
20339 #endif
20340 #ifdef HAVE_SYS_STATFS_H
20341 # include <sys/statfs.h>
20342 #endif
20345 main ()
20347 static struct statfs ac_aggr;
20348 if (ac_aggr.f_namelen)
20349 return 0;
20351 return 0;
20353 _ACEOF
20354 rm -f conftest.$ac_objext
20355 if { (ac_try="$ac_compile"
20356 case "(($ac_try" in
20357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20358 *) ac_try_echo=$ac_try;;
20359 esac
20360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20361 (eval "$ac_compile") 2>conftest.er1
20362 ac_status=$?
20363 grep -v '^ *+' conftest.er1 >conftest.err
20364 rm -f conftest.er1
20365 cat conftest.err >&5
20366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20367 (exit $ac_status); } && {
20368 test -z "$ac_c_werror_flag" ||
20369 test ! -s conftest.err
20370 } && test -s conftest.$ac_objext; then
20371 ac_cv_member_struct_statfs_f_namelen=yes
20372 else
20373 echo "$as_me: failed program was:" >&5
20374 sed 's/^/| /' conftest.$ac_ext >&5
20376 cat >conftest.$ac_ext <<_ACEOF
20377 /* confdefs.h. */
20378 _ACEOF
20379 cat confdefs.h >>conftest.$ac_ext
20380 cat >>conftest.$ac_ext <<_ACEOF
20381 /* end confdefs.h. */
20382 #include <sys/types.h>
20383 #ifdef HAVE_SYS_PARAM_H
20384 # include <sys/param.h>
20385 #endif
20386 #ifdef HAVE_SYS_MOUNT_H
20387 # include <sys/mount.h>
20388 #endif
20389 #ifdef HAVE_SYS_VFS_H
20390 # include <sys/vfs.h>
20391 #endif
20392 #ifdef HAVE_SYS_STATFS_H
20393 # include <sys/statfs.h>
20394 #endif
20397 main ()
20399 static struct statfs ac_aggr;
20400 if (sizeof ac_aggr.f_namelen)
20401 return 0;
20403 return 0;
20405 _ACEOF
20406 rm -f conftest.$ac_objext
20407 if { (ac_try="$ac_compile"
20408 case "(($ac_try" in
20409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20410 *) ac_try_echo=$ac_try;;
20411 esac
20412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20413 (eval "$ac_compile") 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } && {
20420 test -z "$ac_c_werror_flag" ||
20421 test ! -s conftest.err
20422 } && test -s conftest.$ac_objext; then
20423 ac_cv_member_struct_statfs_f_namelen=yes
20424 else
20425 echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20428 ac_cv_member_struct_statfs_f_namelen=no
20431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20436 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20437 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20438 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20440 cat >>confdefs.h <<_ACEOF
20441 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20442 _ACEOF
20448 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20449 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20450 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20451 echo $ECHO_N "(cached) $ECHO_C" >&6
20452 else
20453 cat >conftest.$ac_ext <<_ACEOF
20454 /* confdefs.h. */
20455 _ACEOF
20456 cat confdefs.h >>conftest.$ac_ext
20457 cat >>conftest.$ac_ext <<_ACEOF
20458 /* end confdefs.h. */
20459 #ifdef HAVE_SYS_STATVFS_H
20460 #include <sys/statvfs.h>
20461 #endif
20464 main ()
20466 static struct statvfs ac_aggr;
20467 if (ac_aggr.f_blocks)
20468 return 0;
20470 return 0;
20472 _ACEOF
20473 rm -f conftest.$ac_objext
20474 if { (ac_try="$ac_compile"
20475 case "(($ac_try" in
20476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20477 *) ac_try_echo=$ac_try;;
20478 esac
20479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20480 (eval "$ac_compile") 2>conftest.er1
20481 ac_status=$?
20482 grep -v '^ *+' conftest.er1 >conftest.err
20483 rm -f conftest.er1
20484 cat conftest.err >&5
20485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20486 (exit $ac_status); } && {
20487 test -z "$ac_c_werror_flag" ||
20488 test ! -s conftest.err
20489 } && test -s conftest.$ac_objext; then
20490 ac_cv_member_struct_statvfs_f_blocks=yes
20491 else
20492 echo "$as_me: failed program was:" >&5
20493 sed 's/^/| /' conftest.$ac_ext >&5
20495 cat >conftest.$ac_ext <<_ACEOF
20496 /* confdefs.h. */
20497 _ACEOF
20498 cat confdefs.h >>conftest.$ac_ext
20499 cat >>conftest.$ac_ext <<_ACEOF
20500 /* end confdefs.h. */
20501 #ifdef HAVE_SYS_STATVFS_H
20502 #include <sys/statvfs.h>
20503 #endif
20506 main ()
20508 static struct statvfs ac_aggr;
20509 if (sizeof ac_aggr.f_blocks)
20510 return 0;
20512 return 0;
20514 _ACEOF
20515 rm -f conftest.$ac_objext
20516 if { (ac_try="$ac_compile"
20517 case "(($ac_try" in
20518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20519 *) ac_try_echo=$ac_try;;
20520 esac
20521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20522 (eval "$ac_compile") 2>conftest.er1
20523 ac_status=$?
20524 grep -v '^ *+' conftest.er1 >conftest.err
20525 rm -f conftest.er1
20526 cat conftest.err >&5
20527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20528 (exit $ac_status); } && {
20529 test -z "$ac_c_werror_flag" ||
20530 test ! -s conftest.err
20531 } && test -s conftest.$ac_objext; then
20532 ac_cv_member_struct_statvfs_f_blocks=yes
20533 else
20534 echo "$as_me: failed program was:" >&5
20535 sed 's/^/| /' conftest.$ac_ext >&5
20537 ac_cv_member_struct_statvfs_f_blocks=no
20540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20545 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20546 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20547 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20549 cat >>confdefs.h <<_ACEOF
20550 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20551 _ACEOF
20557 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20558 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20559 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20560 echo $ECHO_N "(cached) $ECHO_C" >&6
20561 else
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h. */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h. */
20568 #include <sys/types.h>
20569 #ifdef HAVE_SYS_SOCKET_H
20570 # include <sys/socket.h>
20571 #endif
20572 #ifdef HAVE_SYS_UN_H
20573 # include <sys/un.h>
20574 #endif
20577 main ()
20579 static struct msghdr ac_aggr;
20580 if (ac_aggr.msg_accrights)
20581 return 0;
20583 return 0;
20585 _ACEOF
20586 rm -f conftest.$ac_objext
20587 if { (ac_try="$ac_compile"
20588 case "(($ac_try" in
20589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20590 *) ac_try_echo=$ac_try;;
20591 esac
20592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20593 (eval "$ac_compile") 2>conftest.er1
20594 ac_status=$?
20595 grep -v '^ *+' conftest.er1 >conftest.err
20596 rm -f conftest.er1
20597 cat conftest.err >&5
20598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20599 (exit $ac_status); } && {
20600 test -z "$ac_c_werror_flag" ||
20601 test ! -s conftest.err
20602 } && test -s conftest.$ac_objext; then
20603 ac_cv_member_struct_msghdr_msg_accrights=yes
20604 else
20605 echo "$as_me: failed program was:" >&5
20606 sed 's/^/| /' conftest.$ac_ext >&5
20608 cat >conftest.$ac_ext <<_ACEOF
20609 /* confdefs.h. */
20610 _ACEOF
20611 cat confdefs.h >>conftest.$ac_ext
20612 cat >>conftest.$ac_ext <<_ACEOF
20613 /* end confdefs.h. */
20614 #include <sys/types.h>
20615 #ifdef HAVE_SYS_SOCKET_H
20616 # include <sys/socket.h>
20617 #endif
20618 #ifdef HAVE_SYS_UN_H
20619 # include <sys/un.h>
20620 #endif
20623 main ()
20625 static struct msghdr ac_aggr;
20626 if (sizeof ac_aggr.msg_accrights)
20627 return 0;
20629 return 0;
20631 _ACEOF
20632 rm -f conftest.$ac_objext
20633 if { (ac_try="$ac_compile"
20634 case "(($ac_try" in
20635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20636 *) ac_try_echo=$ac_try;;
20637 esac
20638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20639 (eval "$ac_compile") 2>conftest.er1
20640 ac_status=$?
20641 grep -v '^ *+' conftest.er1 >conftest.err
20642 rm -f conftest.er1
20643 cat conftest.err >&5
20644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20645 (exit $ac_status); } && {
20646 test -z "$ac_c_werror_flag" ||
20647 test ! -s conftest.err
20648 } && test -s conftest.$ac_objext; then
20649 ac_cv_member_struct_msghdr_msg_accrights=yes
20650 else
20651 echo "$as_me: failed program was:" >&5
20652 sed 's/^/| /' conftest.$ac_ext >&5
20654 ac_cv_member_struct_msghdr_msg_accrights=no
20657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20662 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20663 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20664 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20666 cat >>confdefs.h <<_ACEOF
20667 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20668 _ACEOF
20672 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20673 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20674 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20675 echo $ECHO_N "(cached) $ECHO_C" >&6
20676 else
20677 cat >conftest.$ac_ext <<_ACEOF
20678 /* confdefs.h. */
20679 _ACEOF
20680 cat confdefs.h >>conftest.$ac_ext
20681 cat >>conftest.$ac_ext <<_ACEOF
20682 /* end confdefs.h. */
20683 #include <sys/types.h>
20684 #ifdef HAVE_SYS_SOCKET_H
20685 # include <sys/socket.h>
20686 #endif
20687 #ifdef HAVE_SYS_UN_H
20688 # include <sys/un.h>
20689 #endif
20692 main ()
20694 static struct sockaddr ac_aggr;
20695 if (ac_aggr.sa_len)
20696 return 0;
20698 return 0;
20700 _ACEOF
20701 rm -f conftest.$ac_objext
20702 if { (ac_try="$ac_compile"
20703 case "(($ac_try" in
20704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20705 *) ac_try_echo=$ac_try;;
20706 esac
20707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20708 (eval "$ac_compile") 2>conftest.er1
20709 ac_status=$?
20710 grep -v '^ *+' conftest.er1 >conftest.err
20711 rm -f conftest.er1
20712 cat conftest.err >&5
20713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20714 (exit $ac_status); } && {
20715 test -z "$ac_c_werror_flag" ||
20716 test ! -s conftest.err
20717 } && test -s conftest.$ac_objext; then
20718 ac_cv_member_struct_sockaddr_sa_len=yes
20719 else
20720 echo "$as_me: failed program was:" >&5
20721 sed 's/^/| /' conftest.$ac_ext >&5
20723 cat >conftest.$ac_ext <<_ACEOF
20724 /* confdefs.h. */
20725 _ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <sys/types.h>
20730 #ifdef HAVE_SYS_SOCKET_H
20731 # include <sys/socket.h>
20732 #endif
20733 #ifdef HAVE_SYS_UN_H
20734 # include <sys/un.h>
20735 #endif
20738 main ()
20740 static struct sockaddr ac_aggr;
20741 if (sizeof ac_aggr.sa_len)
20742 return 0;
20744 return 0;
20746 _ACEOF
20747 rm -f conftest.$ac_objext
20748 if { (ac_try="$ac_compile"
20749 case "(($ac_try" in
20750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20751 *) ac_try_echo=$ac_try;;
20752 esac
20753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20754 (eval "$ac_compile") 2>conftest.er1
20755 ac_status=$?
20756 grep -v '^ *+' conftest.er1 >conftest.err
20757 rm -f conftest.er1
20758 cat conftest.err >&5
20759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20760 (exit $ac_status); } && {
20761 test -z "$ac_c_werror_flag" ||
20762 test ! -s conftest.err
20763 } && test -s conftest.$ac_objext; then
20764 ac_cv_member_struct_sockaddr_sa_len=yes
20765 else
20766 echo "$as_me: failed program was:" >&5
20767 sed 's/^/| /' conftest.$ac_ext >&5
20769 ac_cv_member_struct_sockaddr_sa_len=no
20772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20777 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20778 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20779 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20781 cat >>confdefs.h <<_ACEOF
20782 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20783 _ACEOF
20787 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20788 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20789 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20790 echo $ECHO_N "(cached) $ECHO_C" >&6
20791 else
20792 cat >conftest.$ac_ext <<_ACEOF
20793 /* confdefs.h. */
20794 _ACEOF
20795 cat confdefs.h >>conftest.$ac_ext
20796 cat >>conftest.$ac_ext <<_ACEOF
20797 /* end confdefs.h. */
20798 #include <sys/types.h>
20799 #ifdef HAVE_SYS_SOCKET_H
20800 # include <sys/socket.h>
20801 #endif
20802 #ifdef HAVE_SYS_UN_H
20803 # include <sys/un.h>
20804 #endif
20807 main ()
20809 static struct sockaddr_un ac_aggr;
20810 if (ac_aggr.sun_len)
20811 return 0;
20813 return 0;
20815 _ACEOF
20816 rm -f conftest.$ac_objext
20817 if { (ac_try="$ac_compile"
20818 case "(($ac_try" in
20819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20820 *) ac_try_echo=$ac_try;;
20821 esac
20822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20823 (eval "$ac_compile") 2>conftest.er1
20824 ac_status=$?
20825 grep -v '^ *+' conftest.er1 >conftest.err
20826 rm -f conftest.er1
20827 cat conftest.err >&5
20828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20829 (exit $ac_status); } && {
20830 test -z "$ac_c_werror_flag" ||
20831 test ! -s conftest.err
20832 } && test -s conftest.$ac_objext; then
20833 ac_cv_member_struct_sockaddr_un_sun_len=yes
20834 else
20835 echo "$as_me: failed program was:" >&5
20836 sed 's/^/| /' conftest.$ac_ext >&5
20838 cat >conftest.$ac_ext <<_ACEOF
20839 /* confdefs.h. */
20840 _ACEOF
20841 cat confdefs.h >>conftest.$ac_ext
20842 cat >>conftest.$ac_ext <<_ACEOF
20843 /* end confdefs.h. */
20844 #include <sys/types.h>
20845 #ifdef HAVE_SYS_SOCKET_H
20846 # include <sys/socket.h>
20847 #endif
20848 #ifdef HAVE_SYS_UN_H
20849 # include <sys/un.h>
20850 #endif
20853 main ()
20855 static struct sockaddr_un ac_aggr;
20856 if (sizeof ac_aggr.sun_len)
20857 return 0;
20859 return 0;
20861 _ACEOF
20862 rm -f conftest.$ac_objext
20863 if { (ac_try="$ac_compile"
20864 case "(($ac_try" in
20865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20866 *) ac_try_echo=$ac_try;;
20867 esac
20868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20869 (eval "$ac_compile") 2>conftest.er1
20870 ac_status=$?
20871 grep -v '^ *+' conftest.er1 >conftest.err
20872 rm -f conftest.er1
20873 cat conftest.err >&5
20874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20875 (exit $ac_status); } && {
20876 test -z "$ac_c_werror_flag" ||
20877 test ! -s conftest.err
20878 } && test -s conftest.$ac_objext; then
20879 ac_cv_member_struct_sockaddr_un_sun_len=yes
20880 else
20881 echo "$as_me: failed program was:" >&5
20882 sed 's/^/| /' conftest.$ac_ext >&5
20884 ac_cv_member_struct_sockaddr_un_sun_len=no
20887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20892 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20893 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20894 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20896 cat >>confdefs.h <<_ACEOF
20897 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20898 _ACEOF
20904 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20905 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20906 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20907 echo $ECHO_N "(cached) $ECHO_C" >&6
20908 else
20909 cat >conftest.$ac_ext <<_ACEOF
20910 /* confdefs.h. */
20911 _ACEOF
20912 cat confdefs.h >>conftest.$ac_ext
20913 cat >>conftest.$ac_ext <<_ACEOF
20914 /* end confdefs.h. */
20915 #include <sys/types.h>
20916 #ifdef HAVE_SCSI_SG_H
20917 #include <scsi/sg.h>
20918 #endif
20921 main ()
20923 static scsireq_t ac_aggr;
20924 if (ac_aggr.cmd)
20925 return 0;
20927 return 0;
20929 _ACEOF
20930 rm -f conftest.$ac_objext
20931 if { (ac_try="$ac_compile"
20932 case "(($ac_try" in
20933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20934 *) ac_try_echo=$ac_try;;
20935 esac
20936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20937 (eval "$ac_compile") 2>conftest.er1
20938 ac_status=$?
20939 grep -v '^ *+' conftest.er1 >conftest.err
20940 rm -f conftest.er1
20941 cat conftest.err >&5
20942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20943 (exit $ac_status); } && {
20944 test -z "$ac_c_werror_flag" ||
20945 test ! -s conftest.err
20946 } && test -s conftest.$ac_objext; then
20947 ac_cv_member_scsireq_t_cmd=yes
20948 else
20949 echo "$as_me: failed program was:" >&5
20950 sed 's/^/| /' conftest.$ac_ext >&5
20952 cat >conftest.$ac_ext <<_ACEOF
20953 /* confdefs.h. */
20954 _ACEOF
20955 cat confdefs.h >>conftest.$ac_ext
20956 cat >>conftest.$ac_ext <<_ACEOF
20957 /* end confdefs.h. */
20958 #include <sys/types.h>
20959 #ifdef HAVE_SCSI_SG_H
20960 #include <scsi/sg.h>
20961 #endif
20964 main ()
20966 static scsireq_t ac_aggr;
20967 if (sizeof ac_aggr.cmd)
20968 return 0;
20970 return 0;
20972 _ACEOF
20973 rm -f conftest.$ac_objext
20974 if { (ac_try="$ac_compile"
20975 case "(($ac_try" in
20976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20977 *) ac_try_echo=$ac_try;;
20978 esac
20979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20980 (eval "$ac_compile") 2>conftest.er1
20981 ac_status=$?
20982 grep -v '^ *+' conftest.er1 >conftest.err
20983 rm -f conftest.er1
20984 cat conftest.err >&5
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); } && {
20987 test -z "$ac_c_werror_flag" ||
20988 test ! -s conftest.err
20989 } && test -s conftest.$ac_objext; then
20990 ac_cv_member_scsireq_t_cmd=yes
20991 else
20992 echo "$as_me: failed program was:" >&5
20993 sed 's/^/| /' conftest.$ac_ext >&5
20995 ac_cv_member_scsireq_t_cmd=no
20998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21003 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21004 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21005 if test $ac_cv_member_scsireq_t_cmd = yes; then
21007 cat >>confdefs.h <<_ACEOF
21008 #define HAVE_SCSIREQ_T_CMD 1
21009 _ACEOF
21013 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21014 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21015 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21016 echo $ECHO_N "(cached) $ECHO_C" >&6
21017 else
21018 cat >conftest.$ac_ext <<_ACEOF
21019 /* confdefs.h. */
21020 _ACEOF
21021 cat confdefs.h >>conftest.$ac_ext
21022 cat >>conftest.$ac_ext <<_ACEOF
21023 /* end confdefs.h. */
21024 #include <sys/types.h>
21025 #ifdef HAVE_SCSI_SG_H
21026 #include <scsi/sg.h>
21027 #endif
21030 main ()
21032 static sg_io_hdr_t ac_aggr;
21033 if (ac_aggr.interface_id)
21034 return 0;
21036 return 0;
21038 _ACEOF
21039 rm -f conftest.$ac_objext
21040 if { (ac_try="$ac_compile"
21041 case "(($ac_try" in
21042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21043 *) ac_try_echo=$ac_try;;
21044 esac
21045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21046 (eval "$ac_compile") 2>conftest.er1
21047 ac_status=$?
21048 grep -v '^ *+' conftest.er1 >conftest.err
21049 rm -f conftest.er1
21050 cat conftest.err >&5
21051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052 (exit $ac_status); } && {
21053 test -z "$ac_c_werror_flag" ||
21054 test ! -s conftest.err
21055 } && test -s conftest.$ac_objext; then
21056 ac_cv_member_sg_io_hdr_t_interface_id=yes
21057 else
21058 echo "$as_me: failed program was:" >&5
21059 sed 's/^/| /' conftest.$ac_ext >&5
21061 cat >conftest.$ac_ext <<_ACEOF
21062 /* confdefs.h. */
21063 _ACEOF
21064 cat confdefs.h >>conftest.$ac_ext
21065 cat >>conftest.$ac_ext <<_ACEOF
21066 /* end confdefs.h. */
21067 #include <sys/types.h>
21068 #ifdef HAVE_SCSI_SG_H
21069 #include <scsi/sg.h>
21070 #endif
21073 main ()
21075 static sg_io_hdr_t ac_aggr;
21076 if (sizeof ac_aggr.interface_id)
21077 return 0;
21079 return 0;
21081 _ACEOF
21082 rm -f conftest.$ac_objext
21083 if { (ac_try="$ac_compile"
21084 case "(($ac_try" in
21085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21086 *) ac_try_echo=$ac_try;;
21087 esac
21088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21089 (eval "$ac_compile") 2>conftest.er1
21090 ac_status=$?
21091 grep -v '^ *+' conftest.er1 >conftest.err
21092 rm -f conftest.er1
21093 cat conftest.err >&5
21094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21095 (exit $ac_status); } && {
21096 test -z "$ac_c_werror_flag" ||
21097 test ! -s conftest.err
21098 } && test -s conftest.$ac_objext; then
21099 ac_cv_member_sg_io_hdr_t_interface_id=yes
21100 else
21101 echo "$as_me: failed program was:" >&5
21102 sed 's/^/| /' conftest.$ac_ext >&5
21104 ac_cv_member_sg_io_hdr_t_interface_id=no
21107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21112 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21113 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21114 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21116 cat >>confdefs.h <<_ACEOF
21117 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21118 _ACEOF
21124 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21125 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21126 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21127 echo $ECHO_N "(cached) $ECHO_C" >&6
21128 else
21129 cat >conftest.$ac_ext <<_ACEOF
21130 /* confdefs.h. */
21131 _ACEOF
21132 cat confdefs.h >>conftest.$ac_ext
21133 cat >>conftest.$ac_ext <<_ACEOF
21134 /* end confdefs.h. */
21135 #include <signal.h>
21138 main ()
21140 static siginfo_t ac_aggr;
21141 if (ac_aggr.si_fd)
21142 return 0;
21144 return 0;
21146 _ACEOF
21147 rm -f conftest.$ac_objext
21148 if { (ac_try="$ac_compile"
21149 case "(($ac_try" in
21150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21151 *) ac_try_echo=$ac_try;;
21152 esac
21153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21154 (eval "$ac_compile") 2>conftest.er1
21155 ac_status=$?
21156 grep -v '^ *+' conftest.er1 >conftest.err
21157 rm -f conftest.er1
21158 cat conftest.err >&5
21159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21160 (exit $ac_status); } && {
21161 test -z "$ac_c_werror_flag" ||
21162 test ! -s conftest.err
21163 } && test -s conftest.$ac_objext; then
21164 ac_cv_member_siginfo_t_si_fd=yes
21165 else
21166 echo "$as_me: failed program was:" >&5
21167 sed 's/^/| /' conftest.$ac_ext >&5
21169 cat >conftest.$ac_ext <<_ACEOF
21170 /* confdefs.h. */
21171 _ACEOF
21172 cat confdefs.h >>conftest.$ac_ext
21173 cat >>conftest.$ac_ext <<_ACEOF
21174 /* end confdefs.h. */
21175 #include <signal.h>
21178 main ()
21180 static siginfo_t ac_aggr;
21181 if (sizeof ac_aggr.si_fd)
21182 return 0;
21184 return 0;
21186 _ACEOF
21187 rm -f conftest.$ac_objext
21188 if { (ac_try="$ac_compile"
21189 case "(($ac_try" in
21190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21191 *) ac_try_echo=$ac_try;;
21192 esac
21193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21194 (eval "$ac_compile") 2>conftest.er1
21195 ac_status=$?
21196 grep -v '^ *+' conftest.er1 >conftest.err
21197 rm -f conftest.er1
21198 cat conftest.err >&5
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); } && {
21201 test -z "$ac_c_werror_flag" ||
21202 test ! -s conftest.err
21203 } && test -s conftest.$ac_objext; then
21204 ac_cv_member_siginfo_t_si_fd=yes
21205 else
21206 echo "$as_me: failed program was:" >&5
21207 sed 's/^/| /' conftest.$ac_ext >&5
21209 ac_cv_member_siginfo_t_si_fd=no
21212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21217 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21218 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21219 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21221 cat >>confdefs.h <<_ACEOF
21222 #define HAVE_SIGINFO_T_SI_FD 1
21223 _ACEOF
21229 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21230 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21231 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21232 echo $ECHO_N "(cached) $ECHO_C" >&6
21233 else
21234 cat >conftest.$ac_ext <<_ACEOF
21235 /* confdefs.h. */
21236 _ACEOF
21237 cat confdefs.h >>conftest.$ac_ext
21238 cat >>conftest.$ac_ext <<_ACEOF
21239 /* end confdefs.h. */
21240 #include <sys/types.h>
21241 #ifdef HAVE_SYS_MTIO_H
21242 #include <sys/mtio.h>
21243 #endif
21246 main ()
21248 static struct mtget ac_aggr;
21249 if (ac_aggr.mt_blksiz)
21250 return 0;
21252 return 0;
21254 _ACEOF
21255 rm -f conftest.$ac_objext
21256 if { (ac_try="$ac_compile"
21257 case "(($ac_try" in
21258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21259 *) ac_try_echo=$ac_try;;
21260 esac
21261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21262 (eval "$ac_compile") 2>conftest.er1
21263 ac_status=$?
21264 grep -v '^ *+' conftest.er1 >conftest.err
21265 rm -f conftest.er1
21266 cat conftest.err >&5
21267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21268 (exit $ac_status); } && {
21269 test -z "$ac_c_werror_flag" ||
21270 test ! -s conftest.err
21271 } && test -s conftest.$ac_objext; then
21272 ac_cv_member_struct_mtget_mt_blksiz=yes
21273 else
21274 echo "$as_me: failed program was:" >&5
21275 sed 's/^/| /' conftest.$ac_ext >&5
21277 cat >conftest.$ac_ext <<_ACEOF
21278 /* confdefs.h. */
21279 _ACEOF
21280 cat confdefs.h >>conftest.$ac_ext
21281 cat >>conftest.$ac_ext <<_ACEOF
21282 /* end confdefs.h. */
21283 #include <sys/types.h>
21284 #ifdef HAVE_SYS_MTIO_H
21285 #include <sys/mtio.h>
21286 #endif
21289 main ()
21291 static struct mtget ac_aggr;
21292 if (sizeof ac_aggr.mt_blksiz)
21293 return 0;
21295 return 0;
21297 _ACEOF
21298 rm -f conftest.$ac_objext
21299 if { (ac_try="$ac_compile"
21300 case "(($ac_try" in
21301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21302 *) ac_try_echo=$ac_try;;
21303 esac
21304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21305 (eval "$ac_compile") 2>conftest.er1
21306 ac_status=$?
21307 grep -v '^ *+' conftest.er1 >conftest.err
21308 rm -f conftest.er1
21309 cat conftest.err >&5
21310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21311 (exit $ac_status); } && {
21312 test -z "$ac_c_werror_flag" ||
21313 test ! -s conftest.err
21314 } && test -s conftest.$ac_objext; then
21315 ac_cv_member_struct_mtget_mt_blksiz=yes
21316 else
21317 echo "$as_me: failed program was:" >&5
21318 sed 's/^/| /' conftest.$ac_ext >&5
21320 ac_cv_member_struct_mtget_mt_blksiz=no
21323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21328 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21329 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21330 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21332 cat >>confdefs.h <<_ACEOF
21333 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21334 _ACEOF
21338 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21339 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21340 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21341 echo $ECHO_N "(cached) $ECHO_C" >&6
21342 else
21343 cat >conftest.$ac_ext <<_ACEOF
21344 /* confdefs.h. */
21345 _ACEOF
21346 cat confdefs.h >>conftest.$ac_ext
21347 cat >>conftest.$ac_ext <<_ACEOF
21348 /* end confdefs.h. */
21349 #include <sys/types.h>
21350 #ifdef HAVE_SYS_MTIO_H
21351 #include <sys/mtio.h>
21352 #endif
21355 main ()
21357 static struct mtget ac_aggr;
21358 if (ac_aggr.mt_gstat)
21359 return 0;
21361 return 0;
21363 _ACEOF
21364 rm -f conftest.$ac_objext
21365 if { (ac_try="$ac_compile"
21366 case "(($ac_try" in
21367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21368 *) ac_try_echo=$ac_try;;
21369 esac
21370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_mtget_mt_gstat=yes
21382 else
21383 echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h. */
21388 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF
21391 /* end confdefs.h. */
21392 #include <sys/types.h>
21393 #ifdef HAVE_SYS_MTIO_H
21394 #include <sys/mtio.h>
21395 #endif
21398 main ()
21400 static struct mtget ac_aggr;
21401 if (sizeof ac_aggr.mt_gstat)
21402 return 0;
21404 return 0;
21406 _ACEOF
21407 rm -f conftest.$ac_objext
21408 if { (ac_try="$ac_compile"
21409 case "(($ac_try" in
21410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21411 *) ac_try_echo=$ac_try;;
21412 esac
21413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21414 (eval "$ac_compile") 2>conftest.er1
21415 ac_status=$?
21416 grep -v '^ *+' conftest.er1 >conftest.err
21417 rm -f conftest.er1
21418 cat conftest.err >&5
21419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21420 (exit $ac_status); } && {
21421 test -z "$ac_c_werror_flag" ||
21422 test ! -s conftest.err
21423 } && test -s conftest.$ac_objext; then
21424 ac_cv_member_struct_mtget_mt_gstat=yes
21425 else
21426 echo "$as_me: failed program was:" >&5
21427 sed 's/^/| /' conftest.$ac_ext >&5
21429 ac_cv_member_struct_mtget_mt_gstat=no
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21437 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21438 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21439 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21441 cat >>confdefs.h <<_ACEOF
21442 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21443 _ACEOF
21447 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21448 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21449 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21450 echo $ECHO_N "(cached) $ECHO_C" >&6
21451 else
21452 cat >conftest.$ac_ext <<_ACEOF
21453 /* confdefs.h. */
21454 _ACEOF
21455 cat confdefs.h >>conftest.$ac_ext
21456 cat >>conftest.$ac_ext <<_ACEOF
21457 /* end confdefs.h. */
21458 #include <sys/types.h>
21459 #ifdef HAVE_SYS_MTIO_H
21460 #include <sys/mtio.h>
21461 #endif
21464 main ()
21466 static struct mtget ac_aggr;
21467 if (ac_aggr.mt_blkno)
21468 return 0;
21470 return 0;
21472 _ACEOF
21473 rm -f conftest.$ac_objext
21474 if { (ac_try="$ac_compile"
21475 case "(($ac_try" in
21476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21477 *) ac_try_echo=$ac_try;;
21478 esac
21479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21480 (eval "$ac_compile") 2>conftest.er1
21481 ac_status=$?
21482 grep -v '^ *+' conftest.er1 >conftest.err
21483 rm -f conftest.er1
21484 cat conftest.err >&5
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); } && {
21487 test -z "$ac_c_werror_flag" ||
21488 test ! -s conftest.err
21489 } && test -s conftest.$ac_objext; then
21490 ac_cv_member_struct_mtget_mt_blkno=yes
21491 else
21492 echo "$as_me: failed program was:" >&5
21493 sed 's/^/| /' conftest.$ac_ext >&5
21495 cat >conftest.$ac_ext <<_ACEOF
21496 /* confdefs.h. */
21497 _ACEOF
21498 cat confdefs.h >>conftest.$ac_ext
21499 cat >>conftest.$ac_ext <<_ACEOF
21500 /* end confdefs.h. */
21501 #include <sys/types.h>
21502 #ifdef HAVE_SYS_MTIO_H
21503 #include <sys/mtio.h>
21504 #endif
21507 main ()
21509 static struct mtget ac_aggr;
21510 if (sizeof ac_aggr.mt_blkno)
21511 return 0;
21513 return 0;
21515 _ACEOF
21516 rm -f conftest.$ac_objext
21517 if { (ac_try="$ac_compile"
21518 case "(($ac_try" in
21519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21520 *) ac_try_echo=$ac_try;;
21521 esac
21522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21523 (eval "$ac_compile") 2>conftest.er1
21524 ac_status=$?
21525 grep -v '^ *+' conftest.er1 >conftest.err
21526 rm -f conftest.er1
21527 cat conftest.err >&5
21528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21529 (exit $ac_status); } && {
21530 test -z "$ac_c_werror_flag" ||
21531 test ! -s conftest.err
21532 } && test -s conftest.$ac_objext; then
21533 ac_cv_member_struct_mtget_mt_blkno=yes
21534 else
21535 echo "$as_me: failed program was:" >&5
21536 sed 's/^/| /' conftest.$ac_ext >&5
21538 ac_cv_member_struct_mtget_mt_blkno=no
21541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21546 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21547 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21548 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21550 cat >>confdefs.h <<_ACEOF
21551 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21552 _ACEOF
21558 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21559 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21560 if test "${ac_cv_member_struct_option_name+set}" = set; then
21561 echo $ECHO_N "(cached) $ECHO_C" >&6
21562 else
21563 cat >conftest.$ac_ext <<_ACEOF
21564 /* confdefs.h. */
21565 _ACEOF
21566 cat confdefs.h >>conftest.$ac_ext
21567 cat >>conftest.$ac_ext <<_ACEOF
21568 /* end confdefs.h. */
21569 #ifdef HAVE_GETOPT_H
21570 #include <getopt.h>
21571 #endif
21574 main ()
21576 static struct option ac_aggr;
21577 if (ac_aggr.name)
21578 return 0;
21580 return 0;
21582 _ACEOF
21583 rm -f conftest.$ac_objext
21584 if { (ac_try="$ac_compile"
21585 case "(($ac_try" in
21586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21587 *) ac_try_echo=$ac_try;;
21588 esac
21589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21590 (eval "$ac_compile") 2>conftest.er1
21591 ac_status=$?
21592 grep -v '^ *+' conftest.er1 >conftest.err
21593 rm -f conftest.er1
21594 cat conftest.err >&5
21595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21596 (exit $ac_status); } && {
21597 test -z "$ac_c_werror_flag" ||
21598 test ! -s conftest.err
21599 } && test -s conftest.$ac_objext; then
21600 ac_cv_member_struct_option_name=yes
21601 else
21602 echo "$as_me: failed program was:" >&5
21603 sed 's/^/| /' conftest.$ac_ext >&5
21605 cat >conftest.$ac_ext <<_ACEOF
21606 /* confdefs.h. */
21607 _ACEOF
21608 cat confdefs.h >>conftest.$ac_ext
21609 cat >>conftest.$ac_ext <<_ACEOF
21610 /* end confdefs.h. */
21611 #ifdef HAVE_GETOPT_H
21612 #include <getopt.h>
21613 #endif
21616 main ()
21618 static struct option ac_aggr;
21619 if (sizeof ac_aggr.name)
21620 return 0;
21622 return 0;
21624 _ACEOF
21625 rm -f conftest.$ac_objext
21626 if { (ac_try="$ac_compile"
21627 case "(($ac_try" in
21628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21629 *) ac_try_echo=$ac_try;;
21630 esac
21631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21632 (eval "$ac_compile") 2>conftest.er1
21633 ac_status=$?
21634 grep -v '^ *+' conftest.er1 >conftest.err
21635 rm -f conftest.er1
21636 cat conftest.err >&5
21637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21638 (exit $ac_status); } && {
21639 test -z "$ac_c_werror_flag" ||
21640 test ! -s conftest.err
21641 } && test -s conftest.$ac_objext; then
21642 ac_cv_member_struct_option_name=yes
21643 else
21644 echo "$as_me: failed program was:" >&5
21645 sed 's/^/| /' conftest.$ac_ext >&5
21647 ac_cv_member_struct_option_name=no
21650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21655 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21656 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21657 if test $ac_cv_member_struct_option_name = yes; then
21659 cat >>confdefs.h <<_ACEOF
21660 #define HAVE_STRUCT_OPTION_NAME 1
21661 _ACEOF
21667 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21668 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21669 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21670 echo $ECHO_N "(cached) $ECHO_C" >&6
21671 else
21672 cat >conftest.$ac_ext <<_ACEOF
21673 /* confdefs.h. */
21674 _ACEOF
21675 cat confdefs.h >>conftest.$ac_ext
21676 cat >>conftest.$ac_ext <<_ACEOF
21677 /* end confdefs.h. */
21678 $ac_includes_default
21680 main ()
21682 static struct stat ac_aggr;
21683 if (ac_aggr.st_blocks)
21684 return 0;
21686 return 0;
21688 _ACEOF
21689 rm -f conftest.$ac_objext
21690 if { (ac_try="$ac_compile"
21691 case "(($ac_try" in
21692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21693 *) ac_try_echo=$ac_try;;
21694 esac
21695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21696 (eval "$ac_compile") 2>conftest.er1
21697 ac_status=$?
21698 grep -v '^ *+' conftest.er1 >conftest.err
21699 rm -f conftest.er1
21700 cat conftest.err >&5
21701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21702 (exit $ac_status); } && {
21703 test -z "$ac_c_werror_flag" ||
21704 test ! -s conftest.err
21705 } && test -s conftest.$ac_objext; then
21706 ac_cv_member_struct_stat_st_blocks=yes
21707 else
21708 echo "$as_me: failed program was:" >&5
21709 sed 's/^/| /' conftest.$ac_ext >&5
21711 cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h. */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h. */
21717 $ac_includes_default
21719 main ()
21721 static struct stat ac_aggr;
21722 if (sizeof ac_aggr.st_blocks)
21723 return 0;
21725 return 0;
21727 _ACEOF
21728 rm -f conftest.$ac_objext
21729 if { (ac_try="$ac_compile"
21730 case "(($ac_try" in
21731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21732 *) ac_try_echo=$ac_try;;
21733 esac
21734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21735 (eval "$ac_compile") 2>conftest.er1
21736 ac_status=$?
21737 grep -v '^ *+' conftest.er1 >conftest.err
21738 rm -f conftest.er1
21739 cat conftest.err >&5
21740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21741 (exit $ac_status); } && {
21742 test -z "$ac_c_werror_flag" ||
21743 test ! -s conftest.err
21744 } && test -s conftest.$ac_objext; then
21745 ac_cv_member_struct_stat_st_blocks=yes
21746 else
21747 echo "$as_me: failed program was:" >&5
21748 sed 's/^/| /' conftest.$ac_ext >&5
21750 ac_cv_member_struct_stat_st_blocks=no
21753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21758 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21759 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21760 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21762 cat >>confdefs.h <<_ACEOF
21763 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21764 _ACEOF
21768 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21769 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21770 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21771 echo $ECHO_N "(cached) $ECHO_C" >&6
21772 else
21773 cat >conftest.$ac_ext <<_ACEOF
21774 /* confdefs.h. */
21775 _ACEOF
21776 cat confdefs.h >>conftest.$ac_ext
21777 cat >>conftest.$ac_ext <<_ACEOF
21778 /* end confdefs.h. */
21779 $ac_includes_default
21781 main ()
21783 static struct stat ac_aggr;
21784 if (ac_aggr.st_mtim)
21785 return 0;
21787 return 0;
21789 _ACEOF
21790 rm -f conftest.$ac_objext
21791 if { (ac_try="$ac_compile"
21792 case "(($ac_try" in
21793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21794 *) ac_try_echo=$ac_try;;
21795 esac
21796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21797 (eval "$ac_compile") 2>conftest.er1
21798 ac_status=$?
21799 grep -v '^ *+' conftest.er1 >conftest.err
21800 rm -f conftest.er1
21801 cat conftest.err >&5
21802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21803 (exit $ac_status); } && {
21804 test -z "$ac_c_werror_flag" ||
21805 test ! -s conftest.err
21806 } && test -s conftest.$ac_objext; then
21807 ac_cv_member_struct_stat_st_mtim=yes
21808 else
21809 echo "$as_me: failed program was:" >&5
21810 sed 's/^/| /' conftest.$ac_ext >&5
21812 cat >conftest.$ac_ext <<_ACEOF
21813 /* confdefs.h. */
21814 _ACEOF
21815 cat confdefs.h >>conftest.$ac_ext
21816 cat >>conftest.$ac_ext <<_ACEOF
21817 /* end confdefs.h. */
21818 $ac_includes_default
21820 main ()
21822 static struct stat ac_aggr;
21823 if (sizeof ac_aggr.st_mtim)
21824 return 0;
21826 return 0;
21828 _ACEOF
21829 rm -f conftest.$ac_objext
21830 if { (ac_try="$ac_compile"
21831 case "(($ac_try" in
21832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21833 *) ac_try_echo=$ac_try;;
21834 esac
21835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21836 (eval "$ac_compile") 2>conftest.er1
21837 ac_status=$?
21838 grep -v '^ *+' conftest.er1 >conftest.err
21839 rm -f conftest.er1
21840 cat conftest.err >&5
21841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21842 (exit $ac_status); } && {
21843 test -z "$ac_c_werror_flag" ||
21844 test ! -s conftest.err
21845 } && test -s conftest.$ac_objext; then
21846 ac_cv_member_struct_stat_st_mtim=yes
21847 else
21848 echo "$as_me: failed program was:" >&5
21849 sed 's/^/| /' conftest.$ac_ext >&5
21851 ac_cv_member_struct_stat_st_mtim=no
21854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21859 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21860 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21861 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21863 cat >>confdefs.h <<_ACEOF
21864 #define HAVE_STRUCT_STAT_ST_MTIM 1
21865 _ACEOF
21869 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21870 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21871 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21872 echo $ECHO_N "(cached) $ECHO_C" >&6
21873 else
21874 cat >conftest.$ac_ext <<_ACEOF
21875 /* confdefs.h. */
21876 _ACEOF
21877 cat confdefs.h >>conftest.$ac_ext
21878 cat >>conftest.$ac_ext <<_ACEOF
21879 /* end confdefs.h. */
21880 $ac_includes_default
21882 main ()
21884 static struct stat ac_aggr;
21885 if (ac_aggr.st_ctim)
21886 return 0;
21888 return 0;
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (ac_try="$ac_compile"
21893 case "(($ac_try" in
21894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21895 *) ac_try_echo=$ac_try;;
21896 esac
21897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21898 (eval "$ac_compile") 2>conftest.er1
21899 ac_status=$?
21900 grep -v '^ *+' conftest.er1 >conftest.err
21901 rm -f conftest.er1
21902 cat conftest.err >&5
21903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21904 (exit $ac_status); } && {
21905 test -z "$ac_c_werror_flag" ||
21906 test ! -s conftest.err
21907 } && test -s conftest.$ac_objext; then
21908 ac_cv_member_struct_stat_st_ctim=yes
21909 else
21910 echo "$as_me: failed program was:" >&5
21911 sed 's/^/| /' conftest.$ac_ext >&5
21913 cat >conftest.$ac_ext <<_ACEOF
21914 /* confdefs.h. */
21915 _ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h. */
21919 $ac_includes_default
21921 main ()
21923 static struct stat ac_aggr;
21924 if (sizeof ac_aggr.st_ctim)
21925 return 0;
21927 return 0;
21929 _ACEOF
21930 rm -f conftest.$ac_objext
21931 if { (ac_try="$ac_compile"
21932 case "(($ac_try" in
21933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21934 *) ac_try_echo=$ac_try;;
21935 esac
21936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21937 (eval "$ac_compile") 2>conftest.er1
21938 ac_status=$?
21939 grep -v '^ *+' conftest.er1 >conftest.err
21940 rm -f conftest.er1
21941 cat conftest.err >&5
21942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21943 (exit $ac_status); } && {
21944 test -z "$ac_c_werror_flag" ||
21945 test ! -s conftest.err
21946 } && test -s conftest.$ac_objext; then
21947 ac_cv_member_struct_stat_st_ctim=yes
21948 else
21949 echo "$as_me: failed program was:" >&5
21950 sed 's/^/| /' conftest.$ac_ext >&5
21952 ac_cv_member_struct_stat_st_ctim=no
21955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21960 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21961 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21962 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21964 cat >>confdefs.h <<_ACEOF
21965 #define HAVE_STRUCT_STAT_ST_CTIM 1
21966 _ACEOF
21970 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21971 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21972 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21973 echo $ECHO_N "(cached) $ECHO_C" >&6
21974 else
21975 cat >conftest.$ac_ext <<_ACEOF
21976 /* confdefs.h. */
21977 _ACEOF
21978 cat confdefs.h >>conftest.$ac_ext
21979 cat >>conftest.$ac_ext <<_ACEOF
21980 /* end confdefs.h. */
21981 $ac_includes_default
21983 main ()
21985 static struct stat ac_aggr;
21986 if (ac_aggr.st_atim)
21987 return 0;
21989 return 0;
21991 _ACEOF
21992 rm -f conftest.$ac_objext
21993 if { (ac_try="$ac_compile"
21994 case "(($ac_try" in
21995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21996 *) ac_try_echo=$ac_try;;
21997 esac
21998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21999 (eval "$ac_compile") 2>conftest.er1
22000 ac_status=$?
22001 grep -v '^ *+' conftest.er1 >conftest.err
22002 rm -f conftest.er1
22003 cat conftest.err >&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); } && {
22006 test -z "$ac_c_werror_flag" ||
22007 test ! -s conftest.err
22008 } && test -s conftest.$ac_objext; then
22009 ac_cv_member_struct_stat_st_atim=yes
22010 else
22011 echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22014 cat >conftest.$ac_ext <<_ACEOF
22015 /* confdefs.h. */
22016 _ACEOF
22017 cat confdefs.h >>conftest.$ac_ext
22018 cat >>conftest.$ac_ext <<_ACEOF
22019 /* end confdefs.h. */
22020 $ac_includes_default
22022 main ()
22024 static struct stat ac_aggr;
22025 if (sizeof ac_aggr.st_atim)
22026 return 0;
22028 return 0;
22030 _ACEOF
22031 rm -f conftest.$ac_objext
22032 if { (ac_try="$ac_compile"
22033 case "(($ac_try" in
22034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22035 *) ac_try_echo=$ac_try;;
22036 esac
22037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22038 (eval "$ac_compile") 2>conftest.er1
22039 ac_status=$?
22040 grep -v '^ *+' conftest.er1 >conftest.err
22041 rm -f conftest.er1
22042 cat conftest.err >&5
22043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22044 (exit $ac_status); } && {
22045 test -z "$ac_c_werror_flag" ||
22046 test ! -s conftest.err
22047 } && test -s conftest.$ac_objext; then
22048 ac_cv_member_struct_stat_st_atim=yes
22049 else
22050 echo "$as_me: failed program was:" >&5
22051 sed 's/^/| /' conftest.$ac_ext >&5
22053 ac_cv_member_struct_stat_st_atim=no
22056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22061 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22062 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22063 if test $ac_cv_member_struct_stat_st_atim = yes; then
22065 cat >>confdefs.h <<_ACEOF
22066 #define HAVE_STRUCT_STAT_ST_ATIM 1
22067 _ACEOF
22073 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22074 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22075 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22076 echo $ECHO_N "(cached) $ECHO_C" >&6
22077 else
22078 cat >conftest.$ac_ext <<_ACEOF
22079 /* confdefs.h. */
22080 _ACEOF
22081 cat confdefs.h >>conftest.$ac_ext
22082 cat >>conftest.$ac_ext <<_ACEOF
22083 /* end confdefs.h. */
22084 #ifdef HAVE_SYS_TYPES_H
22085 #include <sys/types.h>
22086 #endif
22087 #ifdef HAVE_NETINET_IN_H
22088 #include <netinet/in.h>
22089 #endif
22092 main ()
22094 static struct sockaddr_in6 ac_aggr;
22095 if (ac_aggr.sin6_scope_id)
22096 return 0;
22098 return 0;
22100 _ACEOF
22101 rm -f conftest.$ac_objext
22102 if { (ac_try="$ac_compile"
22103 case "(($ac_try" in
22104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22105 *) ac_try_echo=$ac_try;;
22106 esac
22107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22108 (eval "$ac_compile") 2>conftest.er1
22109 ac_status=$?
22110 grep -v '^ *+' conftest.er1 >conftest.err
22111 rm -f conftest.er1
22112 cat conftest.err >&5
22113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114 (exit $ac_status); } && {
22115 test -z "$ac_c_werror_flag" ||
22116 test ! -s conftest.err
22117 } && test -s conftest.$ac_objext; then
22118 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22119 else
22120 echo "$as_me: failed program was:" >&5
22121 sed 's/^/| /' conftest.$ac_ext >&5
22123 cat >conftest.$ac_ext <<_ACEOF
22124 /* confdefs.h. */
22125 _ACEOF
22126 cat confdefs.h >>conftest.$ac_ext
22127 cat >>conftest.$ac_ext <<_ACEOF
22128 /* end confdefs.h. */
22129 #ifdef HAVE_SYS_TYPES_H
22130 #include <sys/types.h>
22131 #endif
22132 #ifdef HAVE_NETINET_IN_H
22133 #include <netinet/in.h>
22134 #endif
22137 main ()
22139 static struct sockaddr_in6 ac_aggr;
22140 if (sizeof ac_aggr.sin6_scope_id)
22141 return 0;
22143 return 0;
22145 _ACEOF
22146 rm -f conftest.$ac_objext
22147 if { (ac_try="$ac_compile"
22148 case "(($ac_try" in
22149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22150 *) ac_try_echo=$ac_try;;
22151 esac
22152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22153 (eval "$ac_compile") 2>conftest.er1
22154 ac_status=$?
22155 grep -v '^ *+' conftest.er1 >conftest.err
22156 rm -f conftest.er1
22157 cat conftest.err >&5
22158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22159 (exit $ac_status); } && {
22160 test -z "$ac_c_werror_flag" ||
22161 test ! -s conftest.err
22162 } && test -s conftest.$ac_objext; then
22163 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22164 else
22165 echo "$as_me: failed program was:" >&5
22166 sed 's/^/| /' conftest.$ac_ext >&5
22168 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22176 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22177 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22178 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22180 cat >>confdefs.h <<_ACEOF
22181 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22182 _ACEOF
22188 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22189 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22190 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22191 echo $ECHO_N "(cached) $ECHO_C" >&6
22192 else
22193 cat >conftest.$ac_ext <<_ACEOF
22194 /* confdefs.h. */
22195 _ACEOF
22196 cat confdefs.h >>conftest.$ac_ext
22197 cat >>conftest.$ac_ext <<_ACEOF
22198 /* end confdefs.h. */
22199 #ifdef HAVE_SYS_TYPES_H
22200 #include <sys/types.h>
22201 #endif
22202 #ifdef HAVE_NETINET_IN_H
22203 # include <netinet/in.h>
22204 #endif
22205 #ifdef HAVE_ARPA_NAMESER_H
22206 # include <arpa/nameser.h>
22207 #endif
22210 main ()
22212 static ns_msg ac_aggr;
22213 if (ac_aggr._msg_ptr)
22214 return 0;
22216 return 0;
22218 _ACEOF
22219 rm -f conftest.$ac_objext
22220 if { (ac_try="$ac_compile"
22221 case "(($ac_try" in
22222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22223 *) ac_try_echo=$ac_try;;
22224 esac
22225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22226 (eval "$ac_compile") 2>conftest.er1
22227 ac_status=$?
22228 grep -v '^ *+' conftest.er1 >conftest.err
22229 rm -f conftest.er1
22230 cat conftest.err >&5
22231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22232 (exit $ac_status); } && {
22233 test -z "$ac_c_werror_flag" ||
22234 test ! -s conftest.err
22235 } && test -s conftest.$ac_objext; then
22236 ac_cv_member_ns_msg__msg_ptr=yes
22237 else
22238 echo "$as_me: failed program was:" >&5
22239 sed 's/^/| /' conftest.$ac_ext >&5
22241 cat >conftest.$ac_ext <<_ACEOF
22242 /* confdefs.h. */
22243 _ACEOF
22244 cat confdefs.h >>conftest.$ac_ext
22245 cat >>conftest.$ac_ext <<_ACEOF
22246 /* end confdefs.h. */
22247 #ifdef HAVE_SYS_TYPES_H
22248 #include <sys/types.h>
22249 #endif
22250 #ifdef HAVE_NETINET_IN_H
22251 # include <netinet/in.h>
22252 #endif
22253 #ifdef HAVE_ARPA_NAMESER_H
22254 # include <arpa/nameser.h>
22255 #endif
22258 main ()
22260 static ns_msg ac_aggr;
22261 if (sizeof ac_aggr._msg_ptr)
22262 return 0;
22264 return 0;
22266 _ACEOF
22267 rm -f conftest.$ac_objext
22268 if { (ac_try="$ac_compile"
22269 case "(($ac_try" in
22270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22271 *) ac_try_echo=$ac_try;;
22272 esac
22273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22274 (eval "$ac_compile") 2>conftest.er1
22275 ac_status=$?
22276 grep -v '^ *+' conftest.er1 >conftest.err
22277 rm -f conftest.er1
22278 cat conftest.err >&5
22279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22280 (exit $ac_status); } && {
22281 test -z "$ac_c_werror_flag" ||
22282 test ! -s conftest.err
22283 } && test -s conftest.$ac_objext; then
22284 ac_cv_member_ns_msg__msg_ptr=yes
22285 else
22286 echo "$as_me: failed program was:" >&5
22287 sed 's/^/| /' conftest.$ac_ext >&5
22289 ac_cv_member_ns_msg__msg_ptr=no
22292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22297 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22298 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22299 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22301 cat >>confdefs.h <<_ACEOF
22302 #define HAVE_NS_MSG__MSG_PTR 1
22303 _ACEOF
22309 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22310 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22311 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22312 echo $ECHO_N "(cached) $ECHO_C" >&6
22313 else
22314 cat >conftest.$ac_ext <<_ACEOF
22315 /* confdefs.h. */
22316 _ACEOF
22317 cat confdefs.h >>conftest.$ac_ext
22318 cat >>conftest.$ac_ext <<_ACEOF
22319 /* end confdefs.h. */
22320 #ifdef HAVE_SYS_TYPES_H
22321 #include <sys/types.h>
22322 #endif
22323 #ifdef HAVE_ALIAS_H
22324 #include <alias.h>
22325 #endif
22326 #ifdef HAVE_SYS_SOCKET_H
22327 #include <sys/socket.h>
22328 #endif
22329 #ifdef HAVE_SYS_SOCKETVAR_H
22330 #include <sys/socketvar.h>
22331 #endif
22332 #ifdef HAVE_SYS_TIMEOUT_H
22333 #include <sys/timeout.h>
22334 #endif
22335 #ifdef HAVE_NETINET_IN_H
22336 #include <netinet/in.h>
22337 #endif
22338 #ifdef HAVE_NETINET_IN_SYSTM_H
22339 #include <netinet/in_systm.h>
22340 #endif
22341 #ifdef HAVE_NETINET_IP_H
22342 #include <netinet/ip.h>
22343 #endif
22344 #ifdef HAVE_NETINET_IP_VAR_H
22345 #include <netinet/ip_var.h>
22346 #endif
22347 #ifdef HAVE_NETINET_IP_ICMP_H
22348 #include <netinet/ip_icmp.h>
22349 #endif
22350 #ifdef HAVE_NETINET_ICMP_VAR
22351 #include <netinet/icmp_var.h>
22352 #endif
22355 main ()
22357 static struct icmpstat ac_aggr;
22358 if (ac_aggr.icps_outhist)
22359 return 0;
22361 return 0;
22363 _ACEOF
22364 rm -f conftest.$ac_objext
22365 if { (ac_try="$ac_compile"
22366 case "(($ac_try" in
22367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22368 *) ac_try_echo=$ac_try;;
22369 esac
22370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22371 (eval "$ac_compile") 2>conftest.er1
22372 ac_status=$?
22373 grep -v '^ *+' conftest.er1 >conftest.err
22374 rm -f conftest.er1
22375 cat conftest.err >&5
22376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22377 (exit $ac_status); } && {
22378 test -z "$ac_c_werror_flag" ||
22379 test ! -s conftest.err
22380 } && test -s conftest.$ac_objext; then
22381 ac_cv_member_struct_icmpstat_icps_outhist=yes
22382 else
22383 echo "$as_me: failed program was:" >&5
22384 sed 's/^/| /' conftest.$ac_ext >&5
22386 cat >conftest.$ac_ext <<_ACEOF
22387 /* confdefs.h. */
22388 _ACEOF
22389 cat confdefs.h >>conftest.$ac_ext
22390 cat >>conftest.$ac_ext <<_ACEOF
22391 /* end confdefs.h. */
22392 #ifdef HAVE_SYS_TYPES_H
22393 #include <sys/types.h>
22394 #endif
22395 #ifdef HAVE_ALIAS_H
22396 #include <alias.h>
22397 #endif
22398 #ifdef HAVE_SYS_SOCKET_H
22399 #include <sys/socket.h>
22400 #endif
22401 #ifdef HAVE_SYS_SOCKETVAR_H
22402 #include <sys/socketvar.h>
22403 #endif
22404 #ifdef HAVE_SYS_TIMEOUT_H
22405 #include <sys/timeout.h>
22406 #endif
22407 #ifdef HAVE_NETINET_IN_H
22408 #include <netinet/in.h>
22409 #endif
22410 #ifdef HAVE_NETINET_IN_SYSTM_H
22411 #include <netinet/in_systm.h>
22412 #endif
22413 #ifdef HAVE_NETINET_IP_H
22414 #include <netinet/ip.h>
22415 #endif
22416 #ifdef HAVE_NETINET_IP_VAR_H
22417 #include <netinet/ip_var.h>
22418 #endif
22419 #ifdef HAVE_NETINET_IP_ICMP_H
22420 #include <netinet/ip_icmp.h>
22421 #endif
22422 #ifdef HAVE_NETINET_ICMP_VAR
22423 #include <netinet/icmp_var.h>
22424 #endif
22427 main ()
22429 static struct icmpstat ac_aggr;
22430 if (sizeof ac_aggr.icps_outhist)
22431 return 0;
22433 return 0;
22435 _ACEOF
22436 rm -f conftest.$ac_objext
22437 if { (ac_try="$ac_compile"
22438 case "(($ac_try" in
22439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22440 *) ac_try_echo=$ac_try;;
22441 esac
22442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22443 (eval "$ac_compile") 2>conftest.er1
22444 ac_status=$?
22445 grep -v '^ *+' conftest.er1 >conftest.err
22446 rm -f conftest.er1
22447 cat conftest.err >&5
22448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449 (exit $ac_status); } && {
22450 test -z "$ac_c_werror_flag" ||
22451 test ! -s conftest.err
22452 } && test -s conftest.$ac_objext; then
22453 ac_cv_member_struct_icmpstat_icps_outhist=yes
22454 else
22455 echo "$as_me: failed program was:" >&5
22456 sed 's/^/| /' conftest.$ac_ext >&5
22458 ac_cv_member_struct_icmpstat_icps_outhist=no
22461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22466 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22467 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22468 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22470 cat >>confdefs.h <<_ACEOF
22471 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22472 _ACEOF
22478 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22479 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22480 if test "${ac_cv_have_timezone+set}" = set; then
22481 echo $ECHO_N "(cached) $ECHO_C" >&6
22482 else
22483 cat >conftest.$ac_ext <<_ACEOF
22484 /* confdefs.h. */
22485 _ACEOF
22486 cat confdefs.h >>conftest.$ac_ext
22487 cat >>conftest.$ac_ext <<_ACEOF
22488 /* end confdefs.h. */
22489 #include <time.h>
22491 main ()
22493 timezone = 1
22495 return 0;
22497 _ACEOF
22498 rm -f conftest.$ac_objext conftest$ac_exeext
22499 if { (ac_try="$ac_link"
22500 case "(($ac_try" in
22501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22502 *) ac_try_echo=$ac_try;;
22503 esac
22504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22505 (eval "$ac_link") 2>conftest.er1
22506 ac_status=$?
22507 grep -v '^ *+' conftest.er1 >conftest.err
22508 rm -f conftest.er1
22509 cat conftest.err >&5
22510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22511 (exit $ac_status); } && {
22512 test -z "$ac_c_werror_flag" ||
22513 test ! -s conftest.err
22514 } && test -s conftest$ac_exeext &&
22515 $as_test_x conftest$ac_exeext; then
22516 ac_cv_have_timezone="yes"
22517 else
22518 echo "$as_me: failed program was:" >&5
22519 sed 's/^/| /' conftest.$ac_ext >&5
22521 ac_cv_have_timezone="no"
22524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22525 conftest$ac_exeext conftest.$ac_ext
22527 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22528 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22529 if test "$ac_cv_have_timezone" = "yes"
22530 then
22532 cat >>confdefs.h <<\_ACEOF
22533 #define HAVE_TIMEZONE 1
22534 _ACEOF
22537 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22538 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22539 if test "${ac_cv_have_daylight+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 #include <time.h>
22550 main ()
22552 daylight = 1
22554 return 0;
22556 _ACEOF
22557 rm -f conftest.$ac_objext conftest$ac_exeext
22558 if { (ac_try="$ac_link"
22559 case "(($ac_try" in
22560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22561 *) ac_try_echo=$ac_try;;
22562 esac
22563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22564 (eval "$ac_link") 2>conftest.er1
22565 ac_status=$?
22566 grep -v '^ *+' conftest.er1 >conftest.err
22567 rm -f conftest.er1
22568 cat conftest.err >&5
22569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22570 (exit $ac_status); } && {
22571 test -z "$ac_c_werror_flag" ||
22572 test ! -s conftest.err
22573 } && test -s conftest$ac_exeext &&
22574 $as_test_x conftest$ac_exeext; then
22575 ac_cv_have_daylight="yes"
22576 else
22577 echo "$as_me: failed program was:" >&5
22578 sed 's/^/| /' conftest.$ac_ext >&5
22580 ac_cv_have_daylight="no"
22583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22584 conftest$ac_exeext conftest.$ac_ext
22586 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22587 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22588 if test "$ac_cv_have_daylight" = "yes"
22589 then
22591 cat >>confdefs.h <<\_ACEOF
22592 #define HAVE_DAYLIGHT 1
22593 _ACEOF
22597 { echo "$as_me:$LINENO: checking for isinf" >&5
22598 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22599 if test "${ac_cv_have_isinf+set}" = set; then
22600 echo $ECHO_N "(cached) $ECHO_C" >&6
22601 else
22602 cat >conftest.$ac_ext <<_ACEOF
22603 /* confdefs.h. */
22604 _ACEOF
22605 cat confdefs.h >>conftest.$ac_ext
22606 cat >>conftest.$ac_ext <<_ACEOF
22607 /* end confdefs.h. */
22608 #include <math.h>
22610 main ()
22612 float f = 0.0; int i=isinf(f)
22614 return 0;
22616 _ACEOF
22617 rm -f conftest.$ac_objext conftest$ac_exeext
22618 if { (ac_try="$ac_link"
22619 case "(($ac_try" in
22620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22621 *) ac_try_echo=$ac_try;;
22622 esac
22623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22624 (eval "$ac_link") 2>conftest.er1
22625 ac_status=$?
22626 grep -v '^ *+' conftest.er1 >conftest.err
22627 rm -f conftest.er1
22628 cat conftest.err >&5
22629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); } && {
22631 test -z "$ac_c_werror_flag" ||
22632 test ! -s conftest.err
22633 } && test -s conftest$ac_exeext &&
22634 $as_test_x conftest$ac_exeext; then
22635 ac_cv_have_isinf="yes"
22636 else
22637 echo "$as_me: failed program was:" >&5
22638 sed 's/^/| /' conftest.$ac_ext >&5
22640 ac_cv_have_isinf="no"
22643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22644 conftest$ac_exeext conftest.$ac_ext
22646 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22647 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22648 if test "$ac_cv_have_isinf" = "yes"
22649 then
22651 cat >>confdefs.h <<\_ACEOF
22652 #define HAVE_ISINF 1
22653 _ACEOF
22657 { echo "$as_me:$LINENO: checking for isnan" >&5
22658 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22659 if test "${ac_cv_have_isnan+set}" = set; then
22660 echo $ECHO_N "(cached) $ECHO_C" >&6
22661 else
22662 cat >conftest.$ac_ext <<_ACEOF
22663 /* confdefs.h. */
22664 _ACEOF
22665 cat confdefs.h >>conftest.$ac_ext
22666 cat >>conftest.$ac_ext <<_ACEOF
22667 /* end confdefs.h. */
22668 #include <math.h>
22670 main ()
22672 float f = 0.0; int i=isnan(f)
22674 return 0;
22676 _ACEOF
22677 rm -f conftest.$ac_objext conftest$ac_exeext
22678 if { (ac_try="$ac_link"
22679 case "(($ac_try" in
22680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22681 *) ac_try_echo=$ac_try;;
22682 esac
22683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22684 (eval "$ac_link") 2>conftest.er1
22685 ac_status=$?
22686 grep -v '^ *+' conftest.er1 >conftest.err
22687 rm -f conftest.er1
22688 cat conftest.err >&5
22689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22690 (exit $ac_status); } && {
22691 test -z "$ac_c_werror_flag" ||
22692 test ! -s conftest.err
22693 } && test -s conftest$ac_exeext &&
22694 $as_test_x conftest$ac_exeext; then
22695 ac_cv_have_isnan="yes"
22696 else
22697 echo "$as_me: failed program was:" >&5
22698 sed 's/^/| /' conftest.$ac_ext >&5
22700 ac_cv_have_isnan="no"
22703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22704 conftest$ac_exeext conftest.$ac_ext
22706 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22707 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22708 if test "$ac_cv_have_isnan" = "yes"
22709 then
22711 cat >>confdefs.h <<\_ACEOF
22712 #define HAVE_ISNAN 1
22713 _ACEOF
22718 case $host_cpu in
22719 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22720 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22721 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22722 echo $ECHO_N "(cached) $ECHO_C" >&6
22723 else
22724 cat >conftest.$ac_ext <<_ACEOF
22725 /* confdefs.h. */
22726 _ACEOF
22727 cat confdefs.h >>conftest.$ac_ext
22728 cat >>conftest.$ac_ext <<_ACEOF
22729 /* end confdefs.h. */
22730 #ifndef __i386__
22732 #endif
22733 _ACEOF
22734 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22735 $EGREP "yes" >/dev/null 2>&1; then
22736 ac_cv_cpp_def___i386__=yes
22737 else
22738 ac_cv_cpp_def___i386__=no
22740 rm -f conftest*
22743 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22744 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22745 if test $ac_cv_cpp_def___i386__ = yes; then
22746 CFLAGS="$CFLAGS -D__i386__"
22747 LINTFLAGS="$LINTFLAGS -D__i386__"
22750 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22751 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22752 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22753 echo $ECHO_N "(cached) $ECHO_C" >&6
22754 else
22755 cat >conftest.$ac_ext <<_ACEOF
22756 /* confdefs.h. */
22757 _ACEOF
22758 cat confdefs.h >>conftest.$ac_ext
22759 cat >>conftest.$ac_ext <<_ACEOF
22760 /* end confdefs.h. */
22761 #ifndef __x86_64__
22763 #endif
22764 _ACEOF
22765 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22766 $EGREP "yes" >/dev/null 2>&1; then
22767 ac_cv_cpp_def___x86_64__=yes
22768 else
22769 ac_cv_cpp_def___x86_64__=no
22771 rm -f conftest*
22774 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22775 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22776 if test $ac_cv_cpp_def___x86_64__ = yes; then
22777 CFLAGS="$CFLAGS -D__x86_64__"
22778 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22781 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22782 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22783 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22784 echo $ECHO_N "(cached) $ECHO_C" >&6
22785 else
22786 cat >conftest.$ac_ext <<_ACEOF
22787 /* confdefs.h. */
22788 _ACEOF
22789 cat confdefs.h >>conftest.$ac_ext
22790 cat >>conftest.$ac_ext <<_ACEOF
22791 /* end confdefs.h. */
22792 #ifndef __ALPHA__
22794 #endif
22795 _ACEOF
22796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22797 $EGREP "yes" >/dev/null 2>&1; then
22798 ac_cv_cpp_def___ALPHA__=yes
22799 else
22800 ac_cv_cpp_def___ALPHA__=no
22802 rm -f conftest*
22805 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22806 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22807 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22808 CFLAGS="$CFLAGS -D__ALPHA__"
22809 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22812 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22813 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22814 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22815 echo $ECHO_N "(cached) $ECHO_C" >&6
22816 else
22817 cat >conftest.$ac_ext <<_ACEOF
22818 /* confdefs.h. */
22819 _ACEOF
22820 cat confdefs.h >>conftest.$ac_ext
22821 cat >>conftest.$ac_ext <<_ACEOF
22822 /* end confdefs.h. */
22823 #ifndef __sparc__
22825 #endif
22826 _ACEOF
22827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22828 $EGREP "yes" >/dev/null 2>&1; then
22829 ac_cv_cpp_def___sparc__=yes
22830 else
22831 ac_cv_cpp_def___sparc__=no
22833 rm -f conftest*
22836 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22837 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22838 if test $ac_cv_cpp_def___sparc__ = yes; then
22839 CFLAGS="$CFLAGS -D__sparc__"
22840 LINTFLAGS="$LINTFLAGS -D__sparc__"
22843 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22844 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22845 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22846 echo $ECHO_N "(cached) $ECHO_C" >&6
22847 else
22848 cat >conftest.$ac_ext <<_ACEOF
22849 /* confdefs.h. */
22850 _ACEOF
22851 cat confdefs.h >>conftest.$ac_ext
22852 cat >>conftest.$ac_ext <<_ACEOF
22853 /* end confdefs.h. */
22854 #ifndef __powerpc__
22856 #endif
22857 _ACEOF
22858 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22859 $EGREP "yes" >/dev/null 2>&1; then
22860 ac_cv_cpp_def___powerpc__=yes
22861 else
22862 ac_cv_cpp_def___powerpc__=no
22864 rm -f conftest*
22867 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22868 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22869 if test $ac_cv_cpp_def___powerpc__ = yes; then
22870 CFLAGS="$CFLAGS -D__powerpc__"
22871 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22874 esac
22876 case $host_vendor in
22877 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22878 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22879 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22880 echo $ECHO_N "(cached) $ECHO_C" >&6
22881 else
22882 cat >conftest.$ac_ext <<_ACEOF
22883 /* confdefs.h. */
22884 _ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h. */
22888 #ifndef __sun__
22890 #endif
22891 _ACEOF
22892 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22893 $EGREP "yes" >/dev/null 2>&1; then
22894 ac_cv_cpp_def___sun__=yes
22895 else
22896 ac_cv_cpp_def___sun__=no
22898 rm -f conftest*
22901 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22902 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22903 if test $ac_cv_cpp_def___sun__ = yes; then
22904 CFLAGS="$CFLAGS -D__sun__"
22905 LINTFLAGS="$LINTFLAGS -D__sun__"
22908 esac
22911 DEPENDENCIES="### Dependencies:
22913 .INIT: Makefile
22914 .BEGIN: Makefile
22915 .MAKEFILEDEPS:
22916 Makefile: dummy
22917 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22919 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22920 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22921 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22922 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22923 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22926 ALL_MAKERULES=""
22928 ALL_MAKEFILES=""
22930 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22933 ALL_TOP_DIRS=""
22935 ALL_DLL_DIRS=""
22937 ALL_IMPLIB_DIRS=""
22939 ALL_TEST_DIRS=""
22941 ALL_PROGRAM_DIRS=""
22943 ALL_PROGRAM_INSTALL_DIRS=""
22945 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22951 ac_config_commands="$ac_config_commands include/stamp-h"
22954 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22956 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22958 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22960 ac_config_commands="$ac_config_commands dlls/user32/resources"
22962 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22964 ac_config_commands="$ac_config_commands include/wine"
22967 ALL_MAKERULES="$ALL_MAKERULES \\
22968 Make.rules"
22969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22970 Make.rules: Make.rules.in"
22971 MAKE_RULES=Make.rules
22972 ac_config_files="$ac_config_files Make.rules"
22974 ALL_MAKERULES="$ALL_MAKERULES \\
22975 dlls/Makedll.rules"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22978 MAKE_DLL_RULES=dlls/Makedll.rules
22979 ac_config_files="$ac_config_files dlls/Makedll.rules"
22981 ALL_MAKERULES="$ALL_MAKERULES \\
22982 dlls/Makeimplib.rules"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22985 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22986 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22988 ALL_MAKERULES="$ALL_MAKERULES \\
22989 dlls/Maketest.rules"
22990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22991 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22992 MAKE_TEST_RULES=dlls/Maketest.rules
22993 ac_config_files="$ac_config_files dlls/Maketest.rules"
22995 ALL_MAKERULES="$ALL_MAKERULES \\
22996 programs/Makeprog.rules"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22999 MAKE_PROG_RULES=programs/Makeprog.rules
23000 ac_config_files="$ac_config_files programs/Makeprog.rules"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 Makefile: Makefile.in Make.rules"
23007 ac_config_files="$ac_config_files Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/Makefile"
23011 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23012 dlls"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/Makefile: dlls/Makefile.in Make.rules"
23015 ac_config_files="$ac_config_files dlls/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/acledit/Makefile"
23019 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23020 acledit"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23023 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/aclui/Makefile"
23027 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 aclui"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23031 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/activeds/Makefile"
23035 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 activeds"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23039 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/actxprxy/Makefile"
23043 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 actxprxy"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23047 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/adsiid/Makefile"
23051 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23052 adsiid"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23055 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/advapi32/Makefile"
23059 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 advapi32"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/advapi32/tests/Makefile"
23067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23068 advapi32/tests"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23071 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/advpack/Makefile"
23075 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 advpack"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23079 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/advpack/tests/Makefile"
23083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23084 advpack/tests"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23087 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/amstream/Makefile"
23091 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 amstream"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23095 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/amstream/tests/Makefile"
23099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23100 amstream/tests"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23103 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/appwiz.cpl/Makefile"
23107 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 appwiz.cpl"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23111 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/atl/Makefile"
23115 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 atl"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23119 ac_config_files="$ac_config_files dlls/atl/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/authz/Makefile"
23123 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23124 authz"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23127 ac_config_files="$ac_config_files dlls/authz/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/avicap32/Makefile"
23131 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23132 avicap32"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23135 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/avifil32/Makefile"
23139 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 avifil32"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23143 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/avifile.dll16/Makefile"
23147 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 avifile.dll16"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/bcrypt/Makefile"
23155 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23156 bcrypt"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23159 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/browseui/Makefile"
23163 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 browseui"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/browseui/tests/Makefile"
23171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23172 browseui/tests"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23175 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/cabinet/Makefile"
23179 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 cabinet"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/cabinet/tests/Makefile"
23187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23188 cabinet/tests"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23191 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/capi2032/Makefile"
23195 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 capi2032"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23199 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/cards/Makefile"
23203 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 cards"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/cards/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/cfgmgr32/Makefile"
23211 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 cfgmgr32"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23215 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/clusapi/Makefile"
23219 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23220 clusapi"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23223 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/comcat/Makefile"
23227 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 comcat"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/comcat/tests/Makefile"
23235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23236 comcat/tests"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23239 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/comctl32/Makefile"
23243 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 comctl32"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/comctl32/tests/Makefile"
23251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23252 comctl32/tests"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23255 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/comdlg32/Makefile"
23259 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 comdlg32"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23263 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/comdlg32/tests/Makefile"
23267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23268 comdlg32/tests"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23271 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/comm.drv16/Makefile"
23275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 comm.drv16"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/compobj.dll16/Makefile"
23283 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23284 compobj.dll16"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23287 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/compstui/Makefile"
23291 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 compstui"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23295 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/credui/Makefile"
23299 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 credui"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23303 ac_config_files="$ac_config_files dlls/credui/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/credui/tests/Makefile"
23307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23308 credui/tests"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23311 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/crtdll/Makefile"
23315 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23316 crtdll"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23319 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/crypt32/Makefile"
23323 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 crypt32"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/crypt32/tests/Makefile"
23331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23332 crypt32/tests"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23335 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/cryptdlg/Makefile"
23339 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23340 cryptdlg"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23343 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/cryptdll/Makefile"
23347 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 cryptdll"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/cryptnet/Makefile"
23355 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 cryptnet"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23359 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/cryptnet/tests/Makefile"
23363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23364 cryptnet/tests"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23367 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/cryptui/Makefile"
23371 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23372 cryptui"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23375 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/cryptui/tests/Makefile"
23379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23380 cryptui/tests"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23383 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/ctapi32/Makefile"
23387 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 ctapi32"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23391 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/ctl3d.dll16/Makefile"
23395 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23396 ctl3d.dll16"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23399 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/ctl3d32/Makefile"
23403 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 ctl3d32"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/ctl3dv2.dll16/Makefile"
23411 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23412 ctl3dv2.dll16"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23415 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/d3d10/Makefile"
23419 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 d3d10"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/d3d10/tests/Makefile"
23427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23428 d3d10/tests"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/d3d10core/Makefile"
23435 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 d3d10core"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23439 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/d3d10core/tests/Makefile"
23443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23444 d3d10core/tests"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23447 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/d3d8/Makefile"
23451 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 d3d8"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/d3d8/tests/Makefile"
23459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 d3d8/tests"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/d3d9/Makefile"
23467 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 d3d9"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23471 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/d3d9/tests/Makefile"
23475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23476 d3d9/tests"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23479 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/d3dim/Makefile"
23483 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 d3dim"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/d3drm/Makefile"
23491 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23492 d3drm"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23495 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/d3drm/tests/Makefile"
23499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23500 d3drm/tests"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23503 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/d3dx8/Makefile"
23507 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23508 d3dx8"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23511 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/d3dx8/tests/Makefile"
23515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23516 d3dx8/tests"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23519 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/d3dx9_24/Makefile"
23523 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23524 d3dx9_24"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23527 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/d3dx9_25/Makefile"
23531 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 d3dx9_25"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23535 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/d3dx9_26/Makefile"
23539 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 d3dx9_26"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/d3dx9_27/Makefile"
23547 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 d3dx9_27"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23551 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/d3dx9_28/Makefile"
23555 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 d3dx9_28"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/d3dx9_29/Makefile"
23563 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 d3dx9_29"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/d3dx9_30/Makefile"
23571 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 d3dx9_30"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/d3dx9_31/Makefile"
23579 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 d3dx9_31"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/d3dx9_32/Makefile"
23587 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23588 d3dx9_32"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23591 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/d3dx9_33/Makefile"
23595 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 d3dx9_33"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23599 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/d3dx9_34/Makefile"
23603 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 d3dx9_34"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/d3dx9_35/Makefile"
23611 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 d3dx9_35"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/d3dx9_36/Makefile"
23619 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 d3dx9_36"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23623 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/d3dx9_36/tests/Makefile"
23627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23628 d3dx9_36/tests"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23631 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/d3dx9_37/Makefile"
23635 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 d3dx9_37"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/d3dx9_38/Makefile"
23643 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 d3dx9_38"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23647 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/d3dx9_39/Makefile"
23651 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23652 d3dx9_39"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23655 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/d3dx9_40/Makefile"
23659 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 d3dx9_40"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23663 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/d3dx9_41/Makefile"
23667 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23668 d3dx9_41"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23671 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/d3dxof/Makefile"
23675 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 d3dxof"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/d3dxof/tests/Makefile"
23683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 d3dxof/tests"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/dbghelp/Makefile"
23691 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 dbghelp"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/dciman32/Makefile"
23699 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23700 dciman32"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23703 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/ddraw/Makefile"
23707 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 ddraw"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/ddraw/tests/Makefile"
23715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23716 ddraw/tests"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23719 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/ddrawex/Makefile"
23723 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 ddrawex"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/ddrawex/tests/Makefile"
23731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23732 ddrawex/tests"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23735 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/devenum/Makefile"
23739 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 devenum"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23743 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/dinput/Makefile"
23747 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 dinput"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/dinput/tests/Makefile"
23755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23756 dinput/tests"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23759 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/dinput8/Makefile"
23763 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23764 dinput8"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23767 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/dispdib.dll16/Makefile"
23771 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 dispdib.dll16"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23775 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/display.drv16/Makefile"
23779 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23780 display.drv16"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23783 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/dmband/Makefile"
23787 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 dmband"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23791 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/dmcompos/Makefile"
23795 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 dmcompos"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23799 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/dmime/Makefile"
23803 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 dmime"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/dmloader/Makefile"
23811 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 dmloader"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23815 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/dmscript/Makefile"
23819 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 dmscript"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/dmstyle/Makefile"
23827 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 dmstyle"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23831 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/dmsynth/Makefile"
23835 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23836 dmsynth"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23839 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/dmusic/Makefile"
23843 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 dmusic"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23847 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/dmusic32/Makefile"
23851 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 dmusic32"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23855 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/dnsapi/Makefile"
23859 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 dnsapi"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23863 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/dnsapi/tests/Makefile"
23867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23868 dnsapi/tests"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23871 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/dplay/Makefile"
23875 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 dplay"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/dplayx/Makefile"
23883 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 dplayx"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/dplayx/tests/Makefile"
23891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23892 dplayx/tests"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23895 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/dpnaddr/Makefile"
23899 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 dpnaddr"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/dpnet/Makefile"
23907 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 dpnet"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/dpnhpast/Makefile"
23915 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 dpnhpast"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23919 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/dpnlobby/Makefile"
23923 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 dpnlobby"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23927 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/dpwsockx/Makefile"
23931 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 dpwsockx"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/dsound/Makefile"
23939 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 dsound"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23943 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/dsound/tests/Makefile"
23947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23948 dsound/tests"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23951 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/dssenh/Makefile"
23955 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 dssenh"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/dswave/Makefile"
23963 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 dswave"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/dwmapi/Makefile"
23971 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 dwmapi"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/dxdiagn/Makefile"
23979 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 dxdiagn"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23983 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/dxerr8/Makefile"
23987 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23988 dxerr8"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23991 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/dxerr9/Makefile"
23995 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23996 dxerr9"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23999 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/dxgi/Makefile"
24003 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 dxgi"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/dxgi/tests/Makefile"
24011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24012 dxgi/tests"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/dxguid/Makefile"
24019 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24020 dxguid"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24023 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/faultrep/Makefile"
24027 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 faultrep"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/fusion/Makefile"
24035 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 fusion"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/fusion/tests/Makefile"
24043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24044 fusion/tests"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24047 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/gdi32/Makefile"
24051 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 gdi32"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/gdi32/tests/Makefile"
24059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24060 gdi32/tests"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24063 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/gdiplus/Makefile"
24067 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 gdiplus"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/gdiplus/tests/Makefile"
24075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24076 gdiplus/tests"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24079 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/glu32/Makefile"
24083 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 glu32"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/gphoto2.ds/Makefile"
24091 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 gphoto2.ds"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/gpkcsp/Makefile"
24099 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 gpkcsp"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/hal/Makefile"
24107 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 hal"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/hal/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/hhctrl.ocx/Makefile"
24115 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 hhctrl.ocx"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/hid/Makefile"
24123 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 hid"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/hid/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/hlink/Makefile"
24131 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 hlink"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/hlink/tests/Makefile"
24139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24140 hlink/tests"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24143 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/hnetcfg/Makefile"
24147 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 hnetcfg"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/httpapi/Makefile"
24155 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 httpapi"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/iccvid/Makefile"
24163 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 iccvid"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/icmp/Makefile"
24171 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 icmp"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/ifsmgr.vxd/Makefile"
24179 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 ifsmgr.vxd"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/imaadp32.acm/Makefile"
24187 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 imaadp32.acm"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/imagehlp/Makefile"
24195 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 imagehlp"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/imm.dll16/Makefile"
24203 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 imm.dll16"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/imm32/Makefile"
24211 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 imm32"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/imm32/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 imm32/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/inetcomm/Makefile"
24227 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 inetcomm"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/inetcomm/tests/Makefile"
24235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24236 inetcomm/tests"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/inetmib1/Makefile"
24243 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 inetmib1"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/inetmib1/tests/Makefile"
24251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24252 inetmib1/tests"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24255 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/infosoft/Makefile"
24259 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 infosoft"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/infosoft/tests/Makefile"
24267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 infosoft/tests"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24271 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/initpki/Makefile"
24275 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 initpki"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/inkobj/Makefile"
24283 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 inkobj"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24287 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/inseng/Makefile"
24291 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 inseng"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/iphlpapi/Makefile"
24299 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 iphlpapi"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/iphlpapi/tests/Makefile"
24307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24308 iphlpapi/tests"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24311 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/itircl/Makefile"
24315 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 itircl"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/itss/Makefile"
24323 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 itss"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/itss/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/itss/tests/Makefile"
24331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24332 itss/tests"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24335 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/jscript/Makefile"
24339 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 jscript"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/jscript/tests/Makefile"
24347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 jscript/tests"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24351 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/kernel32/Makefile"
24355 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 kernel32"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/kernel32/tests/Makefile"
24363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24364 kernel32/tests"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24367 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/keyboard.drv16/Makefile"
24371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 keyboard.drv16"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/loadperf/Makefile"
24379 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 loadperf"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/localspl/Makefile"
24387 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 localspl"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/localspl/tests/Makefile"
24395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396 localspl/tests"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24399 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/localui/Makefile"
24403 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 localui"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/localui/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/localui/tests/Makefile"
24411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24412 localui/tests"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24415 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/lz32/Makefile"
24419 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 lz32"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/lz32/tests/Makefile"
24427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24428 lz32/tests"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24431 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/lzexpand.dll16/Makefile"
24435 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 lzexpand.dll16"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/mapi32/Makefile"
24443 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 mapi32"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/mapi32/tests/Makefile"
24451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24452 mapi32/tests"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24455 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/mciavi32/Makefile"
24459 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 mciavi32"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/mcicda/Makefile"
24467 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 mcicda"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/mciqtz32/Makefile"
24475 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 mciqtz32"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/mciseq/Makefile"
24483 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 mciseq"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/mciwave/Makefile"
24491 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 mciwave"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/midimap/Makefile"
24499 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 midimap"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/mlang/Makefile"
24507 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 mlang"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/mlang/tests/Makefile"
24515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24516 mlang/tests"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24519 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/mmdevldr.vxd/Makefile"
24523 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 mmdevldr.vxd"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/monodebg.vxd/Makefile"
24531 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 monodebg.vxd"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/mountmgr.sys/Makefile"
24539 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 mountmgr.sys"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/mouse.drv16/Makefile"
24547 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 mouse.drv16"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/mpr/Makefile"
24555 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 mpr"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/mprapi/Makefile"
24563 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 mprapi"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/msacm.dll16/Makefile"
24571 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 msacm.dll16"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/msacm32.drv/Makefile"
24579 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 msacm32.drv"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/msacm32/Makefile"
24587 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 msacm32"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/msacm32/tests/Makefile"
24595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24596 msacm32/tests"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24599 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/msadp32.acm/Makefile"
24603 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 msadp32.acm"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/mscat32/Makefile"
24611 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 mscat32"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/mscms/Makefile"
24619 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 mscms"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/mscms/tests/Makefile"
24627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24628 mscms/tests"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24631 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/mscoree/Makefile"
24635 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 mscoree"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/msctf/Makefile"
24643 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 msctf"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/msctf/tests/Makefile"
24651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24652 msctf/tests"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24655 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/msdmo/Makefile"
24659 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 msdmo"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/msftedit/Makefile"
24667 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 msftedit"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/msg711.acm/Makefile"
24675 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 msg711.acm"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/mshtml.tlb/Makefile"
24683 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 mshtml.tlb"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/mshtml/Makefile"
24691 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 mshtml"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/mshtml/tests/Makefile"
24699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24700 mshtml/tests"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24703 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/msi/Makefile"
24707 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 msi"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/msi/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/msi/tests/Makefile"
24715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24716 msi/tests"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24719 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/msimg32/Makefile"
24723 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 msimg32"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/msimtf/Makefile"
24731 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 msimtf"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/msisip/Makefile"
24739 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 msisip"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/msisys.ocx/Makefile"
24747 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 msisys.ocx"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/msnet32/Makefile"
24755 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 msnet32"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/msrle32/Makefile"
24763 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 msrle32"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/mssign32/Makefile"
24771 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 mssign32"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/mssip32/Makefile"
24779 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 mssip32"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/mstask/Makefile"
24787 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 mstask"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/mstask/tests/Makefile"
24795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24796 mstask/tests"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24799 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/msvcirt/Makefile"
24803 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 msvcirt"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/msvcr71/Makefile"
24811 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 msvcr71"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/msvcrt/Makefile"
24819 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 msvcrt"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/msvcrt/tests/Makefile"
24827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24828 msvcrt/tests"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24831 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/msvcrt20/Makefile"
24835 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 msvcrt20"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/msvcrt40/Makefile"
24843 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 msvcrt40"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/msvcrtd/Makefile"
24851 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 msvcrtd"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/msvcrtd/tests/Makefile"
24859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24860 msvcrtd/tests"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24863 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/msvfw32/Makefile"
24867 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 msvfw32"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/msvfw32/tests/Makefile"
24875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24876 msvfw32/tests"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24879 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/msvidc32/Makefile"
24883 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 msvidc32"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/mswsock/Makefile"
24891 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 mswsock"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/msxml3/Makefile"
24899 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 msxml3"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/msxml3/tests/Makefile"
24907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24908 msxml3/tests"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24911 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/nddeapi/Makefile"
24915 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 nddeapi"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/netapi32/Makefile"
24923 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 netapi32"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/netapi32/tests/Makefile"
24931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24932 netapi32/tests"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24935 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/newdev/Makefile"
24939 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 newdev"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/ntdll/Makefile"
24947 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 ntdll"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/ntdll/tests/Makefile"
24955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 ntdll/tests"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24959 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/ntdsapi/Makefile"
24963 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 ntdsapi"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/ntdsapi/tests/Makefile"
24971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24972 ntdsapi/tests"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24975 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/ntoskrnl.exe/Makefile"
24979 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980 ntoskrnl.exe"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24983 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/ntprint/Makefile"
24987 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 ntprint"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/ntprint/tests/Makefile"
24995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 ntprint/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/objsel/Makefile"
25003 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 objsel"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/odbc32/Makefile"
25011 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 odbc32"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/odbccp32/Makefile"
25019 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 odbccp32"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/odbccp32/tests/Makefile"
25027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25028 odbccp32/tests"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25031 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/ole2.dll16/Makefile"
25035 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 ole2.dll16"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/ole2conv.dll16/Makefile"
25043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 ole2conv.dll16"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/ole2disp.dll16/Makefile"
25051 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 ole2disp.dll16"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/ole2nls.dll16/Makefile"
25059 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 ole2nls.dll16"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/ole2prox.dll16/Makefile"
25067 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 ole2prox.dll16"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/ole2thk.dll16/Makefile"
25075 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 ole2thk.dll16"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/ole32/Makefile"
25083 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 ole32"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/ole32/tests/Makefile"
25091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25092 ole32/tests"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25095 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/oleacc/Makefile"
25099 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 oleacc"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/oleacc/tests/Makefile"
25107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25108 oleacc/tests"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25111 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/oleaut32/Makefile"
25115 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 oleaut32"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/oleaut32/tests/Makefile"
25123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25124 oleaut32/tests"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25127 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/olecli.dll16/Makefile"
25131 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 olecli.dll16"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/olecli32/Makefile"
25139 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 olecli32"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/oledlg/Makefile"
25147 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 oledlg"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/olepro32/Makefile"
25155 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 olepro32"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/olesvr.dll16/Makefile"
25163 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 olesvr.dll16"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/olesvr32/Makefile"
25171 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 olesvr32"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/olethk32/Makefile"
25179 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 olethk32"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/opengl32/Makefile"
25187 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 opengl32"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/opengl32/tests/Makefile"
25195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25196 opengl32/tests"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25199 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/pdh/Makefile"
25203 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 pdh"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/pdh/tests/Makefile"
25211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25212 pdh/tests"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25215 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/pidgen/Makefile"
25219 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 pidgen"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/powrprof/Makefile"
25227 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 powrprof"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/printui/Makefile"
25235 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 printui"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/printui/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/propsys/Makefile"
25243 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 propsys"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/psapi/Makefile"
25251 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 psapi"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/psapi/tests/Makefile"
25259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25260 psapi/tests"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25263 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/pstorec/Makefile"
25267 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 pstorec"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/qcap/Makefile"
25275 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 qcap"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/qedit/Makefile"
25283 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 qedit"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/qedit/tests/Makefile"
25291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25292 qedit/tests"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25295 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/qmgr/Makefile"
25299 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 qmgr"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/qmgr/tests/Makefile"
25307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25308 qmgr/tests"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25311 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/qmgrprxy/Makefile"
25315 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 qmgrprxy"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/quartz/Makefile"
25323 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 quartz"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/quartz/tests/Makefile"
25331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25332 quartz/tests"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25335 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/query/Makefile"
25339 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 query"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/query/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/rasapi16.dll16/Makefile"
25347 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 rasapi16.dll16"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/rasapi32/Makefile"
25355 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 rasapi32"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/rasapi32/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 rasapi32/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/rasdlg/Makefile"
25371 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 rasdlg"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/resutils/Makefile"
25379 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380 resutils"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25383 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/riched20/Makefile"
25387 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 riched20"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/riched20/tests/Makefile"
25395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25396 riched20/tests"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25399 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/riched32/Makefile"
25403 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 riched32"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/riched32/tests/Makefile"
25411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25412 riched32/tests"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25415 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/rpcrt4/Makefile"
25419 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 rpcrt4"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/rpcrt4/tests/Makefile"
25427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25428 rpcrt4/tests"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25431 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/rsabase/Makefile"
25435 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436 rsabase"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/rsaenh/Makefile"
25443 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 rsaenh"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/rsaenh/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452 rsaenh/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/sane.ds/Makefile"
25459 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 sane.ds"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/sccbase/Makefile"
25467 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 sccbase"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/schannel/Makefile"
25475 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 schannel"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/schannel/tests/Makefile"
25483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25484 schannel/tests"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25487 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/secur32/Makefile"
25491 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492 secur32"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/secur32/tests/Makefile"
25499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25500 secur32/tests"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25503 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/security/Makefile"
25507 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 security"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/security/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/sensapi/Makefile"
25515 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 sensapi"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/serialui/Makefile"
25523 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 serialui"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/serialui/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532 serialui/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/setupapi/Makefile"
25539 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 setupapi"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/setupapi/tests/Makefile"
25547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25548 setupapi/tests"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25551 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/sfc/Makefile"
25555 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 sfc"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/sfc_os/Makefile"
25563 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 sfc_os"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/shdoclc/Makefile"
25571 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572 shdoclc"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/shdocvw/Makefile"
25579 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580 shdocvw"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/shdocvw/tests/Makefile"
25587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25588 shdocvw/tests"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25591 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/shell.dll16/Makefile"
25595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25596 shell.dll16"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25599 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/shell32/Makefile"
25603 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 shell32"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/shell32/tests/Makefile"
25611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25612 shell32/tests"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25615 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/shfolder/Makefile"
25619 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620 shfolder"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/shlwapi/Makefile"
25627 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628 shlwapi"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/shlwapi/tests/Makefile"
25635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25636 shlwapi/tests"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25639 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/slbcsp/Makefile"
25643 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 slbcsp"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/slc/Makefile"
25651 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25652 slc"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25655 ac_config_files="$ac_config_files dlls/slc/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/snmpapi/Makefile"
25659 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 snmpapi"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/snmpapi/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668 snmpapi/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/softpub/Makefile"
25675 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 softpub"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/sound.drv16/Makefile"
25683 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25684 sound.drv16"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25687 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/spoolss/Makefile"
25691 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 spoolss"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/spoolss/tests/Makefile"
25699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25700 spoolss/tests"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25703 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/stdole2.tlb/Makefile"
25707 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 stdole2.tlb"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/stdole32.tlb/Makefile"
25715 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 stdole32.tlb"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/sti/Makefile"
25723 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 sti"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/sti/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/storage.dll16/Makefile"
25731 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 storage.dll16"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/stress.dll16/Makefile"
25739 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 stress.dll16"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/strmiids/Makefile"
25747 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25748 strmiids"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25751 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/svrapi/Makefile"
25755 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 svrapi"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/sxs/Makefile"
25763 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 sxs"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/tapi32/Makefile"
25771 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772 tapi32"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/traffic/Makefile"
25779 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 traffic"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/twain.dll16/Makefile"
25787 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 twain.dll16"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/twain_32/Makefile"
25795 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 twain_32"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/twain_32/tests/Makefile"
25803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25804 twain_32/tests"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25807 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/typelib.dll16/Makefile"
25811 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 typelib.dll16"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/unicows/Makefile"
25819 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 unicows"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/updspapi/Makefile"
25827 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 updspapi"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/url/Makefile"
25835 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 url"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/url/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/urlmon/Makefile"
25843 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 urlmon"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/urlmon/tests/Makefile"
25851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25852 urlmon/tests"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25855 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/user32/Makefile"
25859 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 user32"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/user32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/user32/tests/Makefile"
25867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25868 user32/tests"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25871 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/userenv/Makefile"
25875 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 userenv"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/userenv/tests/Makefile"
25883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25884 userenv/tests"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25887 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/usp10/Makefile"
25891 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 usp10"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/usp10/tests/Makefile"
25899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25900 usp10/tests"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25903 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/uuid/Makefile"
25907 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25908 uuid"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25911 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/uxtheme/Makefile"
25915 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25916 uxtheme"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25919 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/uxtheme/tests/Makefile"
25923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25924 uxtheme/tests"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25927 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/vdhcp.vxd/Makefile"
25931 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 vdhcp.vxd"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/vdmdbg/Makefile"
25939 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 vdmdbg"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/version/Makefile"
25947 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25948 version"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25951 ac_config_files="$ac_config_files dlls/version/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/version/tests/Makefile"
25955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25956 version/tests"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25959 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/vmm.vxd/Makefile"
25963 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964 vmm.vxd"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/vnbt.vxd/Makefile"
25971 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972 vnbt.vxd"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/vnetbios.vxd/Makefile"
25979 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 vnetbios.vxd"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/vtdapi.vxd/Makefile"
25987 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 vtdapi.vxd"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/vwin32.vxd/Makefile"
25995 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 vwin32.vxd"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/w32skrnl/Makefile"
26003 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 w32skrnl"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/w32sys.dll16/Makefile"
26011 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 w32sys.dll16"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/win32s16.dll16/Makefile"
26019 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020 win32s16.dll16"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/win87em.dll16/Makefile"
26027 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028 win87em.dll16"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/winaspi.dll16/Makefile"
26035 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 winaspi.dll16"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/windebug.dll16/Makefile"
26043 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 windebug.dll16"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/winealsa.drv/Makefile"
26051 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 winealsa.drv"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/wineaudioio.drv/Makefile"
26059 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 wineaudioio.drv"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/winecoreaudio.drv/Makefile"
26067 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068 winecoreaudio.drv"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/winecrt0/Makefile"
26075 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26076 winecrt0"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26079 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/wined3d/Makefile"
26083 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084 wined3d"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/winedos/Makefile"
26091 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092 winedos"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/wineesd.drv/Makefile"
26099 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 wineesd.drv"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/winejack.drv/Makefile"
26107 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 winejack.drv"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/winejoystick.drv/Makefile"
26115 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116 winejoystick.drv"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/winemp3.acm/Makefile"
26123 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26124 winemp3.acm"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26127 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/winenas.drv/Makefile"
26131 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 winenas.drv"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/wineoss.drv/Makefile"
26139 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140 wineoss.drv"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/wineps.drv/Makefile"
26147 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 wineps.drv"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/winepulse.drv/Makefile"
26155 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156 winepulse.drv"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/winequartz.drv/Makefile"
26163 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 winequartz.drv"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/winex11.drv/Makefile"
26171 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172 winex11.drv"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/wing32/Makefile"
26179 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180 wing32"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/winhttp/Makefile"
26187 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 winhttp"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/winhttp/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196 winhttp/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/wininet/Makefile"
26203 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 wininet"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/wininet/tests/Makefile"
26211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26212 wininet/tests"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26215 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/winmm/Makefile"
26219 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220 winmm"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/winmm/tests/Makefile"
26227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26228 winmm/tests"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26231 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/winnls.dll16/Makefile"
26235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236 winnls.dll16"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/winnls32/Makefile"
26243 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 winnls32"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/winscard/Makefile"
26251 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252 winscard"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/winspool.drv/Makefile"
26259 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260 winspool.drv"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/winspool.drv/tests/Makefile"
26267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26268 winspool.drv/tests"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26271 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/wintab.dll16/Makefile"
26275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26276 wintab.dll16"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26279 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/wintab32/Makefile"
26283 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 wintab32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/wintrust/Makefile"
26291 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292 wintrust"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/wintrust/tests/Makefile"
26299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26300 wintrust/tests"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26303 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/wldap32/Makefile"
26307 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 wldap32"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/wldap32/tests/Makefile"
26315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26316 wldap32/tests"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26319 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/wmi/Makefile"
26323 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324 wmi"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/wnaspi32/Makefile"
26331 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26332 wnaspi32"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26335 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/wow32/Makefile"
26339 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 wow32"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/ws2_32/Makefile"
26347 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26348 ws2_32"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26351 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/ws2_32/tests/Makefile"
26355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26356 ws2_32/tests"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26359 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/wsock32/Makefile"
26363 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 wsock32"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/wtsapi32/Makefile"
26371 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372 wtsapi32"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/wuapi/Makefile"
26379 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380 wuapi"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/xinput1_1/Makefile"
26387 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388 xinput1_1"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/xinput1_2/Makefile"
26395 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 xinput1_2"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/xinput1_3/Makefile"
26403 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 xinput1_3"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/xinput1_3/tests/Makefile"
26411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26412 xinput1_3/tests"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26415 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/xinput9_1_0/Makefile"
26419 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420 xinput9_1_0"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/xmllite/Makefile"
26427 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428 xmllite"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 documentation/Makefile"
26435 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26436 documentation"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 documentation/Makefile: documentation/Makefile.in Make.rules"
26439 ac_config_files="$ac_config_files documentation/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 fonts/Makefile"
26443 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26444 fonts"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 fonts/Makefile: fonts/Makefile.in Make.rules"
26447 ac_config_files="$ac_config_files fonts/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 include/Makefile"
26451 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26452 include"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 include/Makefile: include/Makefile.in Make.rules"
26455 ac_config_files="$ac_config_files include/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 libs/Makefile"
26459 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26460 libs"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 libs/Makefile: libs/Makefile.in Make.rules"
26463 ac_config_files="$ac_config_files libs/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 libs/port/Makefile"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26470 ac_config_files="$ac_config_files libs/port/Makefile"
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473 libs/wine/Makefile"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26477 ac_config_files="$ac_config_files libs/wine/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 libs/wpp/Makefile"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26484 ac_config_files="$ac_config_files libs/wpp/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 loader/Makefile"
26488 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26489 loader"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 loader/Makefile: loader/Makefile.in Make.rules"
26492 ac_config_files="$ac_config_files loader/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 programs/Makefile"
26496 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26497 programs"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 programs/Makefile: programs/Makefile.in Make.rules"
26500 ac_config_files="$ac_config_files programs/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 programs/cacls/Makefile"
26504 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26505 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26506 cacls"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26509 ac_config_files="$ac_config_files programs/cacls/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 programs/clock/Makefile"
26513 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26514 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26515 clock"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26518 ac_config_files="$ac_config_files programs/clock/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 programs/cmd/Makefile"
26522 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26523 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26524 cmd"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26527 ac_config_files="$ac_config_files programs/cmd/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 programs/cmdlgtst/Makefile"
26531 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26532 cmdlgtst"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26535 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 programs/control/Makefile"
26539 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26540 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26541 control"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26544 ac_config_files="$ac_config_files programs/control/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 programs/eject/Makefile"
26548 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26549 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26550 eject"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26553 ac_config_files="$ac_config_files programs/eject/Makefile"
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556 programs/expand/Makefile"
26557 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26558 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26559 expand"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26562 ac_config_files="$ac_config_files programs/expand/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 programs/explorer/Makefile"
26566 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26567 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26568 explorer"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26571 ac_config_files="$ac_config_files programs/explorer/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 programs/hh/Makefile"
26575 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26576 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26580 ac_config_files="$ac_config_files programs/hh/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 programs/icinfo/Makefile"
26584 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26585 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26586 icinfo"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26589 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 programs/iexplore/Makefile"
26593 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26594 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26595 iexplore"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26598 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 programs/lodctr/Makefile"
26602 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26603 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26604 lodctr"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26607 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 programs/msiexec/Makefile"
26611 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26612 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26613 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26614 msiexec"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26617 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620 programs/net/Makefile"
26621 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26622 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26623 net"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26626 ac_config_files="$ac_config_files programs/net/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 programs/notepad/Makefile"
26630 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26631 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26632 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26633 notepad"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26636 ac_config_files="$ac_config_files programs/notepad/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 programs/oleview/Makefile"
26640 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26641 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26642 oleview"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26645 ac_config_files="$ac_config_files programs/oleview/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 programs/progman/Makefile"
26649 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26650 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26651 progman"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26654 ac_config_files="$ac_config_files programs/progman/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 programs/reg/Makefile"
26658 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26659 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26660 reg"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26663 ac_config_files="$ac_config_files programs/reg/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 programs/regedit/Makefile"
26667 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26668 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26669 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26670 regedit"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26673 ac_config_files="$ac_config_files programs/regedit/Makefile"
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676 programs/regsvr32/Makefile"
26677 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26678 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26679 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26680 regsvr32"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26683 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 programs/rpcss/Makefile"
26687 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26688 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26689 rpcss"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26692 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 programs/rundll32/Makefile"
26696 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26697 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26698 rundll32"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26701 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 programs/secedit/Makefile"
26705 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26706 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26707 secedit"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26710 ac_config_files="$ac_config_files programs/secedit/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 programs/services/Makefile"
26714 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26715 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26716 services"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26719 ac_config_files="$ac_config_files programs/services/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 programs/spoolsv/Makefile"
26723 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26724 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26725 spoolsv"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26728 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 programs/start/Makefile"
26732 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26733 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26734 start"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26737 ac_config_files="$ac_config_files programs/start/Makefile"
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740 programs/svchost/Makefile"
26741 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26742 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26743 svchost"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26746 ac_config_files="$ac_config_files programs/svchost/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 programs/taskmgr/Makefile"
26750 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26751 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26752 taskmgr"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26755 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 programs/termsv/Makefile"
26759 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26760 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26761 termsv"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
26764 ac_config_files="$ac_config_files programs/termsv/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 programs/uninstaller/Makefile"
26768 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26769 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26770 uninstaller"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26773 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 programs/unlodctr/Makefile"
26777 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26778 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26779 unlodctr"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26782 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785 programs/view/Makefile"
26786 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26787 view"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26790 ac_config_files="$ac_config_files programs/view/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 programs/wineboot/Makefile"
26794 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26795 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26796 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26797 wineboot"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26800 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803 programs/winebrowser/Makefile"
26804 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26805 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26806 winebrowser"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26809 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812 programs/winecfg/Makefile"
26813 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26814 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26815 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26816 winecfg"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26819 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 programs/wineconsole/Makefile"
26823 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26824 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26825 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26826 wineconsole"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26829 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 programs/winedbg/Makefile"
26833 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26834 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26835 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26836 winedbg"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26839 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 programs/winedevice/Makefile"
26843 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26844 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26845 winedevice"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26848 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851 programs/winefile/Makefile"
26852 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26853 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26854 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26855 winefile"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26858 ac_config_files="$ac_config_files programs/winefile/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 programs/winemenubuilder/Makefile"
26862 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26863 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26864 winemenubuilder"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26867 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 programs/winemine/Makefile"
26871 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26872 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26873 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26874 winemine"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26877 ac_config_files="$ac_config_files programs/winemine/Makefile"
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880 programs/winepath/Makefile"
26881 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26882 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26883 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26884 winepath"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26887 ac_config_files="$ac_config_files programs/winepath/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 programs/winetest/Makefile"
26891 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26892 winetest"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26895 ac_config_files="$ac_config_files programs/winetest/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 programs/winevdm/Makefile"
26899 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26900 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26901 winevdm"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26904 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907 programs/winhelp.exe16/Makefile"
26908 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26909 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26910 winhelp.exe16"
26911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26912 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26913 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26915 ALL_MAKEFILES="$ALL_MAKEFILES \\
26916 programs/winhlp32/Makefile"
26917 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26918 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26919 winhlp32"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26922 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 programs/winoldap.mod16/Makefile"
26926 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26927 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26928 winoldap.mod16"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26931 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 programs/winver/Makefile"
26935 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26936 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26937 winver"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26940 ac_config_files="$ac_config_files programs/winver/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 programs/wordpad/Makefile"
26944 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26945 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26946 wordpad"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26949 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952 programs/write/Makefile"
26953 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26954 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26955 write"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26958 ac_config_files="$ac_config_files programs/write/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 programs/xcopy/Makefile"
26962 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26963 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26964 xcopy"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26967 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 server/Makefile"
26971 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26972 server"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 server/Makefile: server/Makefile.in Make.rules"
26975 ac_config_files="$ac_config_files server/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 tools/Makefile"
26979 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26980 tools"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 tools/Makefile: tools/Makefile.in Make.rules"
26983 ac_config_files="$ac_config_files tools/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 tools/widl/Makefile"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26990 ac_config_files="$ac_config_files tools/widl/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 tools/winebuild/Makefile"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26997 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000 tools/winedump/Makefile"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27004 ac_config_files="$ac_config_files tools/winedump/Makefile"
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007 tools/winegcc/Makefile"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27011 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 tools/wmc/Makefile"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27018 ac_config_files="$ac_config_files tools/wmc/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 tools/wrc/Makefile"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27025 ac_config_files="$ac_config_files tools/wrc/Makefile"
27029 ALL_WINETEST_DEPENDS="# Test binaries"
27031 for dir in $ALL_TEST_DIRS
27033 if test "$dir" != "\\"
27034 then
27035 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27036 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27037 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27038 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27040 done
27042 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27044 cat >confcache <<\_ACEOF
27045 # This file is a shell script that caches the results of configure
27046 # tests run on this system so they can be shared between configure
27047 # scripts and configure runs, see configure's option --config-cache.
27048 # It is not useful on other systems. If it contains results you don't
27049 # want to keep, you may remove or edit it.
27051 # config.status only pays attention to the cache file if you give it
27052 # the --recheck option to rerun configure.
27054 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27055 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27056 # following values.
27058 _ACEOF
27060 # The following way of writing the cache mishandles newlines in values,
27061 # but we know of no workaround that is simple, portable, and efficient.
27062 # So, we kill variables containing newlines.
27063 # Ultrix sh set writes to stderr and can't be redirected directly,
27064 # and sets the high bit in the cache file unless we assign to the vars.
27066 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27067 eval ac_val=\$$ac_var
27068 case $ac_val in #(
27069 *${as_nl}*)
27070 case $ac_var in #(
27071 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27072 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27073 esac
27074 case $ac_var in #(
27075 _ | IFS | as_nl) ;; #(
27076 *) $as_unset $ac_var ;;
27077 esac ;;
27078 esac
27079 done
27081 (set) 2>&1 |
27082 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27083 *${as_nl}ac_space=\ *)
27084 # `set' does not quote correctly, so add quotes (double-quote
27085 # substitution turns \\\\ into \\, and sed turns \\ into \).
27086 sed -n \
27087 "s/'/'\\\\''/g;
27088 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27089 ;; #(
27091 # `set' quotes correctly as required by POSIX, so do not add quotes.
27092 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27094 esac |
27095 sort
27097 sed '
27098 /^ac_cv_env_/b end
27099 t clear
27100 :clear
27101 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27102 t end
27103 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27104 :end' >>confcache
27105 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27106 if test -w "$cache_file"; then
27107 test "x$cache_file" != "x/dev/null" &&
27108 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27109 echo "$as_me: updating cache $cache_file" >&6;}
27110 cat confcache >$cache_file
27111 else
27112 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27113 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27116 rm -f confcache
27118 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27119 # Let make expand exec_prefix.
27120 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27122 DEFS=-DHAVE_CONFIG_H
27124 ac_libobjs=
27125 ac_ltlibobjs=
27126 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27127 # 1. Remove the extension, and $U if already installed.
27128 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27129 ac_i=`echo "$ac_i" | sed "$ac_script"`
27130 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27131 # will be set to the directory where LIBOBJS objects are built.
27132 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27133 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27134 done
27135 LIBOBJS=$ac_libobjs
27137 LTLIBOBJS=$ac_ltlibobjs
27141 : ${CONFIG_STATUS=./config.status}
27142 ac_clean_files_save=$ac_clean_files
27143 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27144 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27145 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27146 cat >$CONFIG_STATUS <<_ACEOF
27147 #! $SHELL
27148 # Generated by $as_me.
27149 # Run this file to recreate the current configuration.
27150 # Compiler output produced by configure, useful for debugging
27151 # configure, is in config.log if it exists.
27153 debug=false
27154 ac_cs_recheck=false
27155 ac_cs_silent=false
27156 SHELL=\${CONFIG_SHELL-$SHELL}
27157 _ACEOF
27159 cat >>$CONFIG_STATUS <<\_ACEOF
27160 ## --------------------- ##
27161 ## M4sh Initialization. ##
27162 ## --------------------- ##
27164 # Be more Bourne compatible
27165 DUALCASE=1; export DUALCASE # for MKS sh
27166 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27167 emulate sh
27168 NULLCMD=:
27169 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27170 # is contrary to our usage. Disable this feature.
27171 alias -g '${1+"$@"}'='"$@"'
27172 setopt NO_GLOB_SUBST
27173 else
27174 case `(set -o) 2>/dev/null` in
27175 *posix*) set -o posix ;;
27176 esac
27183 # PATH needs CR
27184 # Avoid depending upon Character Ranges.
27185 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27186 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27187 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27188 as_cr_digits='0123456789'
27189 as_cr_alnum=$as_cr_Letters$as_cr_digits
27191 # The user is always right.
27192 if test "${PATH_SEPARATOR+set}" != set; then
27193 echo "#! /bin/sh" >conf$$.sh
27194 echo "exit 0" >>conf$$.sh
27195 chmod +x conf$$.sh
27196 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27197 PATH_SEPARATOR=';'
27198 else
27199 PATH_SEPARATOR=:
27201 rm -f conf$$.sh
27204 # Support unset when possible.
27205 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27206 as_unset=unset
27207 else
27208 as_unset=false
27212 # IFS
27213 # We need space, tab and new line, in precisely that order. Quoting is
27214 # there to prevent editors from complaining about space-tab.
27215 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27216 # splitting by setting IFS to empty value.)
27217 as_nl='
27219 IFS=" "" $as_nl"
27221 # Find who we are. Look in the path if we contain no directory separator.
27222 case $0 in
27223 *[\\/]* ) as_myself=$0 ;;
27224 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27225 for as_dir in $PATH
27227 IFS=$as_save_IFS
27228 test -z "$as_dir" && as_dir=.
27229 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27230 done
27231 IFS=$as_save_IFS
27234 esac
27235 # We did not find ourselves, most probably we were run as `sh COMMAND'
27236 # in which case we are not to be found in the path.
27237 if test "x$as_myself" = x; then
27238 as_myself=$0
27240 if test ! -f "$as_myself"; then
27241 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27242 { (exit 1); exit 1; }
27245 # Work around bugs in pre-3.0 UWIN ksh.
27246 for as_var in ENV MAIL MAILPATH
27247 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27248 done
27249 PS1='$ '
27250 PS2='> '
27251 PS4='+ '
27253 # NLS nuisances.
27254 for as_var in \
27255 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27256 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27257 LC_TELEPHONE LC_TIME
27259 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27260 eval $as_var=C; export $as_var
27261 else
27262 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27264 done
27266 # Required to use basename.
27267 if expr a : '\(a\)' >/dev/null 2>&1 &&
27268 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27269 as_expr=expr
27270 else
27271 as_expr=false
27274 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27275 as_basename=basename
27276 else
27277 as_basename=false
27281 # Name of the executable.
27282 as_me=`$as_basename -- "$0" ||
27283 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27284 X"$0" : 'X\(//\)$' \| \
27285 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27286 echo X/"$0" |
27287 sed '/^.*\/\([^/][^/]*\)\/*$/{
27288 s//\1/
27291 /^X\/\(\/\/\)$/{
27292 s//\1/
27295 /^X\/\(\/\).*/{
27296 s//\1/
27299 s/.*/./; q'`
27301 # CDPATH.
27302 $as_unset CDPATH
27306 as_lineno_1=$LINENO
27307 as_lineno_2=$LINENO
27308 test "x$as_lineno_1" != "x$as_lineno_2" &&
27309 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27311 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27312 # uniformly replaced by the line number. The first 'sed' inserts a
27313 # line-number line after each line using $LINENO; the second 'sed'
27314 # does the real work. The second script uses 'N' to pair each
27315 # line-number line with the line containing $LINENO, and appends
27316 # trailing '-' during substitution so that $LINENO is not a special
27317 # case at line end.
27318 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27319 # scripts with optimization help from Paolo Bonzini. Blame Lee
27320 # E. McMahon (1931-1989) for sed's syntax. :-)
27321 sed -n '
27323 /[$]LINENO/=
27324 ' <$as_myself |
27325 sed '
27326 s/[$]LINENO.*/&-/
27327 t lineno
27329 :lineno
27331 :loop
27332 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27333 t loop
27334 s/-\n.*//
27335 ' >$as_me.lineno &&
27336 chmod +x "$as_me.lineno" ||
27337 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27338 { (exit 1); exit 1; }; }
27340 # Don't try to exec as it changes $[0], causing all sort of problems
27341 # (the dirname of $[0] is not the place where we might find the
27342 # original and so on. Autoconf is especially sensitive to this).
27343 . "./$as_me.lineno"
27344 # Exit status is that of the last command.
27345 exit
27349 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27350 as_dirname=dirname
27351 else
27352 as_dirname=false
27355 ECHO_C= ECHO_N= ECHO_T=
27356 case `echo -n x` in
27357 -n*)
27358 case `echo 'x\c'` in
27359 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27360 *) ECHO_C='\c';;
27361 esac;;
27363 ECHO_N='-n';;
27364 esac
27366 if expr a : '\(a\)' >/dev/null 2>&1 &&
27367 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27368 as_expr=expr
27369 else
27370 as_expr=false
27373 rm -f conf$$ conf$$.exe conf$$.file
27374 if test -d conf$$.dir; then
27375 rm -f conf$$.dir/conf$$.file
27376 else
27377 rm -f conf$$.dir
27378 mkdir conf$$.dir
27380 echo >conf$$.file
27381 if ln -s conf$$.file conf$$ 2>/dev/null; then
27382 as_ln_s='ln -s'
27383 # ... but there are two gotchas:
27384 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27385 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27386 # In both cases, we have to default to `cp -p'.
27387 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27388 as_ln_s='cp -p'
27389 elif ln conf$$.file conf$$ 2>/dev/null; then
27390 as_ln_s=ln
27391 else
27392 as_ln_s='cp -p'
27394 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27395 rmdir conf$$.dir 2>/dev/null
27397 if mkdir -p . 2>/dev/null; then
27398 as_mkdir_p=:
27399 else
27400 test -d ./-p && rmdir ./-p
27401 as_mkdir_p=false
27404 if test -x / >/dev/null 2>&1; then
27405 as_test_x='test -x'
27406 else
27407 if ls -dL / >/dev/null 2>&1; then
27408 as_ls_L_option=L
27409 else
27410 as_ls_L_option=
27412 as_test_x='
27413 eval sh -c '\''
27414 if test -d "$1"; then
27415 test -d "$1/.";
27416 else
27417 case $1 in
27418 -*)set "./$1";;
27419 esac;
27420 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27421 ???[sx]*):;;*)false;;esac;fi
27422 '\'' sh
27425 as_executable_p=$as_test_x
27427 # Sed expression to map a string onto a valid CPP name.
27428 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27430 # Sed expression to map a string onto a valid variable name.
27431 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27434 exec 6>&1
27436 # Save the log message, to keep $[0] and so on meaningful, and to
27437 # report actual input values of CONFIG_FILES etc. instead of their
27438 # values after options handling.
27439 ac_log="
27440 This file was extended by Wine $as_me 1.1.20, which was
27441 generated by GNU Autoconf 2.61. Invocation command line was
27443 CONFIG_FILES = $CONFIG_FILES
27444 CONFIG_HEADERS = $CONFIG_HEADERS
27445 CONFIG_LINKS = $CONFIG_LINKS
27446 CONFIG_COMMANDS = $CONFIG_COMMANDS
27447 $ $0 $@
27449 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27452 _ACEOF
27454 cat >>$CONFIG_STATUS <<_ACEOF
27455 # Files that config.status was made for.
27456 config_files="$ac_config_files"
27457 config_headers="$ac_config_headers"
27458 config_commands="$ac_config_commands"
27460 _ACEOF
27462 cat >>$CONFIG_STATUS <<\_ACEOF
27463 ac_cs_usage="\
27464 \`$as_me' instantiates files from templates according to the
27465 current configuration.
27467 Usage: $0 [OPTIONS] [FILE]...
27469 -h, --help print this help, then exit
27470 -V, --version print version number and configuration settings, then exit
27471 -q, --quiet do not print progress messages
27472 -d, --debug don't remove temporary files
27473 --recheck update $as_me by reconfiguring in the same conditions
27474 --file=FILE[:TEMPLATE]
27475 instantiate the configuration file FILE
27476 --header=FILE[:TEMPLATE]
27477 instantiate the configuration header FILE
27479 Configuration files:
27480 $config_files
27482 Configuration headers:
27483 $config_headers
27485 Configuration commands:
27486 $config_commands
27488 Report bugs to <bug-autoconf@gnu.org>."
27490 _ACEOF
27491 cat >>$CONFIG_STATUS <<_ACEOF
27492 ac_cs_version="\\
27493 Wine config.status 1.1.20
27494 configured by $0, generated by GNU Autoconf 2.61,
27495 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27497 Copyright (C) 2006 Free Software Foundation, Inc.
27498 This config.status script is free software; the Free Software Foundation
27499 gives unlimited permission to copy, distribute and modify it."
27501 ac_pwd='$ac_pwd'
27502 srcdir='$srcdir'
27503 INSTALL='$INSTALL'
27504 _ACEOF
27506 cat >>$CONFIG_STATUS <<\_ACEOF
27507 # If no file are specified by the user, then we need to provide default
27508 # value. By we need to know if files were specified by the user.
27509 ac_need_defaults=:
27510 while test $# != 0
27512 case $1 in
27513 --*=*)
27514 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27515 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27516 ac_shift=:
27519 ac_option=$1
27520 ac_optarg=$2
27521 ac_shift=shift
27523 esac
27525 case $ac_option in
27526 # Handling of the options.
27527 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27528 ac_cs_recheck=: ;;
27529 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27530 echo "$ac_cs_version"; exit ;;
27531 --debug | --debu | --deb | --de | --d | -d )
27532 debug=: ;;
27533 --file | --fil | --fi | --f )
27534 $ac_shift
27535 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27536 ac_need_defaults=false;;
27537 --header | --heade | --head | --hea )
27538 $ac_shift
27539 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27540 ac_need_defaults=false;;
27541 --he | --h)
27542 # Conflict between --help and --header
27543 { echo "$as_me: error: ambiguous option: $1
27544 Try \`$0 --help' for more information." >&2
27545 { (exit 1); exit 1; }; };;
27546 --help | --hel | -h )
27547 echo "$ac_cs_usage"; exit ;;
27548 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27549 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27550 ac_cs_silent=: ;;
27552 # This is an error.
27553 -*) { echo "$as_me: error: unrecognized option: $1
27554 Try \`$0 --help' for more information." >&2
27555 { (exit 1); exit 1; }; } ;;
27557 *) ac_config_targets="$ac_config_targets $1"
27558 ac_need_defaults=false ;;
27560 esac
27561 shift
27562 done
27564 ac_configure_extra_args=
27566 if $ac_cs_silent; then
27567 exec 6>/dev/null
27568 ac_configure_extra_args="$ac_configure_extra_args --silent"
27571 _ACEOF
27572 cat >>$CONFIG_STATUS <<_ACEOF
27573 if \$ac_cs_recheck; then
27574 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27575 CONFIG_SHELL=$SHELL
27576 export CONFIG_SHELL
27577 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27580 _ACEOF
27581 cat >>$CONFIG_STATUS <<\_ACEOF
27582 exec 5>>config.log
27584 echo
27585 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27586 ## Running $as_me. ##
27587 _ASBOX
27588 echo "$ac_log"
27589 } >&5
27591 _ACEOF
27592 cat >>$CONFIG_STATUS <<_ACEOF
27593 _ACEOF
27595 cat >>$CONFIG_STATUS <<\_ACEOF
27597 # Handling of arguments.
27598 for ac_config_target in $ac_config_targets
27600 case $ac_config_target in
27601 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27602 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27603 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27604 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27605 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27606 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27607 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27608 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27609 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27610 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27611 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27612 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27613 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27614 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27615 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27616 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27617 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27618 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27619 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27620 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27621 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27622 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27623 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27624 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27625 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27626 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27627 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27628 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27629 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27630 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27631 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27632 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27633 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27634 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27635 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27636 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27637 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27638 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27639 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27640 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27641 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27642 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27643 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27644 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27645 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27646 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27647 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27648 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27649 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27650 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27651 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27652 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27653 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27654 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27655 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27656 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27657 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27658 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27659 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27660 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27661 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27662 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27663 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27664 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27665 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27666 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27667 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27668 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27669 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27670 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27671 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27672 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27673 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27674 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27675 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27676 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27677 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27678 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27679 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27680 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27681 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27682 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27683 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27684 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27685 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27686 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27687 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27688 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27689 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27690 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27691 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27692 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27693 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27694 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27695 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27696 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27697 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27698 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27699 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27700 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27701 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27702 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27703 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27704 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27705 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27706 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27707 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27708 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27709 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27710 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27711 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27712 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27713 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27714 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27715 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27716 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27717 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27718 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27719 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27720 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27721 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27722 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27723 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27724 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27725 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27726 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27727 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27728 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27729 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27730 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27731 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27732 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27733 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27734 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27735 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27736 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27737 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27738 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27739 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27740 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27741 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27742 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27743 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27744 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27745 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27746 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27747 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27748 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27749 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27750 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27751 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27752 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27753 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27754 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27755 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27756 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27757 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27758 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27759 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27760 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27761 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27762 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27763 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27764 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27765 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27766 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27767 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27768 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27769 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27770 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27771 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27772 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27773 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27774 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27775 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27776 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27777 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27778 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27779 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27780 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27781 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27782 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27783 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27784 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27785 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27786 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27787 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27788 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27789 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27790 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27791 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27792 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27793 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27794 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27795 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27796 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27797 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27798 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27799 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27800 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27801 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27802 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27803 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27804 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27805 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27806 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27807 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27808 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27809 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27810 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27811 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27812 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27813 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27814 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27815 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27816 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27817 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27818 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27819 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27820 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27821 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27822 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27823 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27824 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27825 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27826 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27827 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27828 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27829 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27830 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27831 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27832 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27833 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27834 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27835 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27836 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27837 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27838 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27839 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27840 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27841 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27842 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27843 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27844 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27845 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27846 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27847 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27848 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27849 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27850 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27851 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27852 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27853 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27854 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27855 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27856 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27857 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27858 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27859 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27860 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27861 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27862 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27863 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27864 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27865 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27866 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27867 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27868 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27869 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27870 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27871 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27872 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27873 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27874 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27875 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27876 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27877 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27878 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27879 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27880 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27881 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27882 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27883 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27884 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27885 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27886 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27887 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27888 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27889 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27890 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27891 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27892 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27893 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27894 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27895 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27896 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27897 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27898 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27899 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27900 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27901 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27902 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27903 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27904 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27905 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27906 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27907 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27908 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27909 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27910 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27911 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27912 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27913 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27914 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27915 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27916 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27917 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27918 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27919 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27920 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27921 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27922 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27923 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27924 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27925 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27926 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27927 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27928 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27929 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27930 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27931 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27932 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27933 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27934 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27935 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27936 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27937 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27938 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
27939 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27940 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27941 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27942 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27943 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27944 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27945 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27946 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27947 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27948 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27949 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
27950 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27951 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27952 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27953 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27954 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27955 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
27956 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
27957 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27958 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27959 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27960 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27961 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27962 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
27963 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27964 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27965 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
27966 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27967 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27968 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27969 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27970 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27971 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27972 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27973 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27974 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27975 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27976 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27977 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27978 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27979 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27980 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27981 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27982 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27983 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27984 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27985 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27986 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27987 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27988 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27989 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27990 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
27991 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
27992 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
27993 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
27994 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
27995 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27996 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27997 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27998 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27999 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28000 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28001 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28002 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28003 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28004 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28005 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28006 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28007 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28008 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28009 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28010 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28011 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28012 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28013 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28014 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28015 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28016 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28017 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28018 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28019 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28020 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28021 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28022 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28023 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28024 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28025 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28026 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28027 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28028 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28029 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28030 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28031 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28032 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28033 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28034 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28035 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28036 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28037 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28038 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28039 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28040 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28041 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28042 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28043 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28044 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28045 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28046 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28047 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28048 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28049 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28050 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28051 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28052 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28053 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28054 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28055 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28056 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28057 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28058 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28059 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28060 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28061 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28062 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28063 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28064 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28065 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28066 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28067 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28068 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28069 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28070 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28071 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28072 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28073 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28074 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28075 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28076 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28077 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28078 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28079 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28080 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28081 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28082 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28083 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28084 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28085 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28086 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28087 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28088 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28089 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28090 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28091 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28092 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28093 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28094 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28095 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28096 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28097 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28098 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28099 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28100 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28101 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28102 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28103 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28104 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28105 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28106 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28107 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28108 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28109 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28110 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28112 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28113 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28114 { (exit 1); exit 1; }; };;
28115 esac
28116 done
28119 # If the user did not use the arguments to specify the items to instantiate,
28120 # then the envvar interface is used. Set only those that are not.
28121 # We use the long form for the default assignment because of an extremely
28122 # bizarre bug on SunOS 4.1.3.
28123 if $ac_need_defaults; then
28124 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28125 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28126 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28129 # Have a temporary directory for convenience. Make it in the build tree
28130 # simply because there is no reason against having it here, and in addition,
28131 # creating and moving files from /tmp can sometimes cause problems.
28132 # Hook for its removal unless debugging.
28133 # Note that there is a small window in which the directory will not be cleaned:
28134 # after its creation but before its name has been assigned to `$tmp'.
28135 $debug ||
28137 tmp=
28138 trap 'exit_status=$?
28139 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28141 trap '{ (exit 1); exit 1; }' 1 2 13 15
28143 # Create a (secure) tmp directory for tmp files.
28146 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28147 test -n "$tmp" && test -d "$tmp"
28148 } ||
28150 tmp=./conf$$-$RANDOM
28151 (umask 077 && mkdir "$tmp")
28152 } ||
28154 echo "$me: cannot create a temporary directory in ." >&2
28155 { (exit 1); exit 1; }
28159 # Set up the sed scripts for CONFIG_FILES section.
28162 # No need to generate the scripts if there are no CONFIG_FILES.
28163 # This happens for instance when ./config.status config.h
28164 if test -n "$CONFIG_FILES"; then
28166 _ACEOF
28168 # Create sed commands to just substitute file output variables.
28170 # Remaining file output variables are in a fragment that also has non-file
28171 # output varibles.
28175 ac_delim='%!_!# '
28176 for ac_last_try in false false false false false :; do
28177 cat >conf$$subs.sed <<_ACEOF
28178 SHELL!$SHELL$ac_delim
28179 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28180 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28181 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28182 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28183 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28184 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28185 exec_prefix!$exec_prefix$ac_delim
28186 prefix!$prefix$ac_delim
28187 program_transform_name!$program_transform_name$ac_delim
28188 bindir!$bindir$ac_delim
28189 sbindir!$sbindir$ac_delim
28190 libexecdir!$libexecdir$ac_delim
28191 datarootdir!$datarootdir$ac_delim
28192 datadir!$datadir$ac_delim
28193 sysconfdir!$sysconfdir$ac_delim
28194 sharedstatedir!$sharedstatedir$ac_delim
28195 localstatedir!$localstatedir$ac_delim
28196 includedir!$includedir$ac_delim
28197 oldincludedir!$oldincludedir$ac_delim
28198 docdir!$docdir$ac_delim
28199 infodir!$infodir$ac_delim
28200 htmldir!$htmldir$ac_delim
28201 dvidir!$dvidir$ac_delim
28202 pdfdir!$pdfdir$ac_delim
28203 psdir!$psdir$ac_delim
28204 libdir!$libdir$ac_delim
28205 localedir!$localedir$ac_delim
28206 mandir!$mandir$ac_delim
28207 DEFS!$DEFS$ac_delim
28208 ECHO_C!$ECHO_C$ac_delim
28209 ECHO_N!$ECHO_N$ac_delim
28210 ECHO_T!$ECHO_T$ac_delim
28211 LIBS!$LIBS$ac_delim
28212 build_alias!$build_alias$ac_delim
28213 host_alias!$host_alias$ac_delim
28214 target_alias!$target_alias$ac_delim
28215 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28216 build!$build$ac_delim
28217 build_cpu!$build_cpu$ac_delim
28218 build_vendor!$build_vendor$ac_delim
28219 build_os!$build_os$ac_delim
28220 host!$host$ac_delim
28221 host_cpu!$host_cpu$ac_delim
28222 host_vendor!$host_vendor$ac_delim
28223 host_os!$host_os$ac_delim
28224 SET_MAKE!$SET_MAKE$ac_delim
28225 CC!$CC$ac_delim
28226 CFLAGS!$CFLAGS$ac_delim
28227 LDFLAGS!$LDFLAGS$ac_delim
28228 CPPFLAGS!$CPPFLAGS$ac_delim
28229 ac_ct_CC!$ac_ct_CC$ac_delim
28230 EXEEXT!$EXEEXT$ac_delim
28231 OBJEXT!$OBJEXT$ac_delim
28232 CXX!$CXX$ac_delim
28233 CXXFLAGS!$CXXFLAGS$ac_delim
28234 ac_ct_CXX!$ac_ct_CXX$ac_delim
28235 CPPBIN!$CPPBIN$ac_delim
28236 TARGETFLAGS!$TARGETFLAGS$ac_delim
28237 WIN16_FILES!$WIN16_FILES$ac_delim
28238 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28239 TOOLSDIR!$TOOLSDIR$ac_delim
28240 FLEX!$FLEX$ac_delim
28241 BISON!$BISON$ac_delim
28242 AS!$AS$ac_delim
28243 ac_ct_AS!$ac_ct_AS$ac_delim
28244 LD!$LD$ac_delim
28245 ac_ct_LD!$ac_ct_LD$ac_delim
28246 NM!$NM$ac_delim
28247 ac_ct_NM!$ac_ct_NM$ac_delim
28248 AR!$AR$ac_delim
28249 ac_ct_AR!$ac_ct_AR$ac_delim
28250 ARFLAGS!$ARFLAGS$ac_delim
28251 RANLIB!$RANLIB$ac_delim
28252 STRIP!$STRIP$ac_delim
28253 WINDRES!$WINDRES$ac_delim
28254 LN_S!$LN_S$ac_delim
28255 LN!$LN$ac_delim
28256 GREP!$GREP$ac_delim
28257 EGREP!$EGREP$ac_delim
28258 LDCONFIG!$LDCONFIG$ac_delim
28259 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28260 _ACEOF
28262 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28263 break
28264 elif $ac_last_try; then
28265 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28266 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28267 { (exit 1); exit 1; }; }
28268 else
28269 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28271 done
28273 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28274 if test -n "$ac_eof"; then
28275 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28276 ac_eof=`expr $ac_eof + 1`
28279 cat >>$CONFIG_STATUS <<_ACEOF
28280 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28281 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28282 /^[ ]*@MAKE_RULES@[ ]*$/{
28283 r $MAKE_RULES
28286 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28287 r $MAKE_DLL_RULES
28290 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28291 r $MAKE_IMPLIB_RULES
28294 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28295 r $MAKE_TEST_RULES
28298 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28299 r $MAKE_PROG_RULES
28302 _ACEOF
28303 sed '
28304 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28305 s/^/s,@/; s/!/@,|#_!!_#|/
28308 s/'"$ac_delim"'$/,g/; t
28309 s/$/\\/; p
28310 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28311 ' >>$CONFIG_STATUS <conf$$subs.sed
28312 rm -f conf$$subs.sed
28313 cat >>$CONFIG_STATUS <<_ACEOF
28314 CEOF$ac_eof
28315 _ACEOF
28318 ac_delim='%!_!# '
28319 for ac_last_try in false false false false false :; do
28320 cat >conf$$subs.sed <<_ACEOF
28321 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28322 INSTALL_DATA!$INSTALL_DATA$ac_delim
28323 LINT!$LINT$ac_delim
28324 LINTFLAGS!$LINTFLAGS$ac_delim
28325 FONTFORGE!$FONTFORGE$ac_delim
28326 PKG_CONFIG!$PKG_CONFIG$ac_delim
28327 RSVG!$RSVG$ac_delim
28328 ICOTOOL!$ICOTOOL$ac_delim
28329 PRELINK!$PRELINK$ac_delim
28330 XLIB!$XLIB$ac_delim
28331 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28332 CPP!$CPP$ac_delim
28333 DLLEXT!$DLLEXT$ac_delim
28334 DLLFLAGS!$DLLFLAGS$ac_delim
28335 LDSHARED!$LDSHARED$ac_delim
28336 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28337 LIBEXT!$LIBEXT$ac_delim
28338 IMPLIBEXT!$IMPLIBEXT$ac_delim
28339 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28340 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28341 LDD!$LDD$ac_delim
28342 DLLTOOL!$DLLTOOL$ac_delim
28343 DLLWRAP!$DLLWRAP$ac_delim
28344 MINGWAR!$MINGWAR$ac_delim
28345 SECURITYLIB!$SECURITYLIB$ac_delim
28346 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28347 IOKITLIB!$IOKITLIB$ac_delim
28348 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28349 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28350 COREAUDIO!$COREAUDIO$ac_delim
28351 CARBONLIB!$CARBONLIB$ac_delim
28352 CROSSCC!$CROSSCC$ac_delim
28353 CROSSWINDRES!$CROSSWINDRES$ac_delim
28354 CROSSTEST!$CROSSTEST$ac_delim
28355 LIBPTHREAD!$LIBPTHREAD$ac_delim
28356 XMKMF!$XMKMF$ac_delim
28357 X_CFLAGS!$X_CFLAGS$ac_delim
28358 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28359 X_LIBS!$X_LIBS$ac_delim
28360 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28361 NASLIBS!$NASLIBS$ac_delim
28362 XML2LIBS!$XML2LIBS$ac_delim
28363 XML2INCL!$XML2INCL$ac_delim
28364 XSLTINCL!$XSLTINCL$ac_delim
28365 HALINCL!$HALINCL$ac_delim
28366 GNUTLSINCL!$GNUTLSINCL$ac_delim
28367 sane_devel!$sane_devel$ac_delim
28368 SANEINCL!$SANEINCL$ac_delim
28369 gphoto2_devel!$gphoto2_devel$ac_delim
28370 gphoto2port_devel!$gphoto2port_devel$ac_delim
28371 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28372 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28373 RESOLVLIBS!$RESOLVLIBS$ac_delim
28374 LCMSLIBS!$LCMSLIBS$ac_delim
28375 ft_devel!$ft_devel$ac_delim
28376 FREETYPELIBS!$FREETYPELIBS$ac_delim
28377 FREETYPEINCL!$FREETYPEINCL$ac_delim
28378 ESDCONFIG!$ESDCONFIG$ac_delim
28379 ESDINCL!$ESDINCL$ac_delim
28380 ESDLIBS!$ESDLIBS$ac_delim
28381 PULSELIBS!$PULSELIBS$ac_delim
28382 ALSALIBS!$ALSALIBS$ac_delim
28383 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28384 CUPSINCL!$CUPSINCL$ac_delim
28385 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28386 LIBKSTAT!$LIBKSTAT$ac_delim
28387 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28388 BUILTINFLAG!$BUILTINFLAG$ac_delim
28389 LDPATH!$LDPATH$ac_delim
28390 CRTLIBS!$CRTLIBS$ac_delim
28391 SOCKETLIBS!$SOCKETLIBS$ac_delim
28392 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28393 LIBDL!$LIBDL$ac_delim
28394 LIBPOLL!$LIBPOLL$ac_delim
28395 LDAPLIBS!$LDAPLIBS$ac_delim
28396 DEPENDENCIES!$DEPENDENCIES$ac_delim
28397 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28398 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28399 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28400 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28401 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28402 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28403 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28404 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28405 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28406 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28407 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28408 LIBOBJS!$LIBOBJS$ac_delim
28409 LTLIBOBJS!$LTLIBOBJS$ac_delim
28410 _ACEOF
28412 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28413 break
28414 elif $ac_last_try; then
28415 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28416 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28417 { (exit 1); exit 1; }; }
28418 else
28419 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28421 done
28423 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28424 if test -n "$ac_eof"; then
28425 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28426 ac_eof=`expr $ac_eof + 1`
28429 cat >>$CONFIG_STATUS <<_ACEOF
28430 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28431 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28432 _ACEOF
28433 sed '
28434 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28435 s/^/s,@/; s/!/@,|#_!!_#|/
28438 s/'"$ac_delim"'$/,g/; t
28439 s/$/\\/; p
28440 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28441 ' >>$CONFIG_STATUS <conf$$subs.sed
28442 rm -f conf$$subs.sed
28443 cat >>$CONFIG_STATUS <<_ACEOF
28444 :end
28445 s/|#_!!_#|//g
28446 CEOF$ac_eof
28447 _ACEOF
28450 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28451 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28452 # trailing colons and then remove the whole line if VPATH becomes empty
28453 # (actually we leave an empty line to preserve line numbers).
28454 if test "x$srcdir" = x.; then
28455 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28456 s/:*\$(srcdir):*/:/
28457 s/:*\${srcdir}:*/:/
28458 s/:*@srcdir@:*/:/
28459 s/^\([^=]*=[ ]*\):*/\1/
28460 s/:*$//
28461 s/^[^=]*=[ ]*$//
28465 cat >>$CONFIG_STATUS <<\_ACEOF
28466 fi # test -n "$CONFIG_FILES"
28469 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28471 case $ac_tag in
28472 :[FHLC]) ac_mode=$ac_tag; continue;;
28473 esac
28474 case $ac_mode$ac_tag in
28475 :[FHL]*:*);;
28476 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28477 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28478 { (exit 1); exit 1; }; };;
28479 :[FH]-) ac_tag=-:-;;
28480 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28481 esac
28482 ac_save_IFS=$IFS
28483 IFS=:
28484 set x $ac_tag
28485 IFS=$ac_save_IFS
28486 shift
28487 ac_file=$1
28488 shift
28490 case $ac_mode in
28491 :L) ac_source=$1;;
28492 :[FH])
28493 ac_file_inputs=
28494 for ac_f
28496 case $ac_f in
28497 -) ac_f="$tmp/stdin";;
28498 *) # Look for the file first in the build tree, then in the source tree
28499 # (if the path is not absolute). The absolute path cannot be DOS-style,
28500 # because $ac_f cannot contain `:'.
28501 test -f "$ac_f" ||
28502 case $ac_f in
28503 [\\/$]*) false;;
28504 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28505 esac ||
28506 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28507 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28508 { (exit 1); exit 1; }; };;
28509 esac
28510 ac_file_inputs="$ac_file_inputs $ac_f"
28511 done
28513 # Let's still pretend it is `configure' which instantiates (i.e., don't
28514 # use $as_me), people would be surprised to read:
28515 # /* config.h. Generated by config.status. */
28516 configure_input="Generated from "`IFS=:
28517 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28518 if test x"$ac_file" != x-; then
28519 configure_input="$ac_file. $configure_input"
28520 { echo "$as_me:$LINENO: creating $ac_file" >&5
28521 echo "$as_me: creating $ac_file" >&6;}
28524 case $ac_tag in
28525 *:-:* | *:-) cat >"$tmp/stdin";;
28526 esac
28528 esac
28530 ac_dir=`$as_dirname -- "$ac_file" ||
28531 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28532 X"$ac_file" : 'X\(//\)[^/]' \| \
28533 X"$ac_file" : 'X\(//\)$' \| \
28534 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28535 echo X"$ac_file" |
28536 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28537 s//\1/
28540 /^X\(\/\/\)[^/].*/{
28541 s//\1/
28544 /^X\(\/\/\)$/{
28545 s//\1/
28548 /^X\(\/\).*/{
28549 s//\1/
28552 s/.*/./; q'`
28553 { as_dir="$ac_dir"
28554 case $as_dir in #(
28555 -*) as_dir=./$as_dir;;
28556 esac
28557 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28558 as_dirs=
28559 while :; do
28560 case $as_dir in #(
28561 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28562 *) as_qdir=$as_dir;;
28563 esac
28564 as_dirs="'$as_qdir' $as_dirs"
28565 as_dir=`$as_dirname -- "$as_dir" ||
28566 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28567 X"$as_dir" : 'X\(//\)[^/]' \| \
28568 X"$as_dir" : 'X\(//\)$' \| \
28569 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28570 echo X"$as_dir" |
28571 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28572 s//\1/
28575 /^X\(\/\/\)[^/].*/{
28576 s//\1/
28579 /^X\(\/\/\)$/{
28580 s//\1/
28583 /^X\(\/\).*/{
28584 s//\1/
28587 s/.*/./; q'`
28588 test -d "$as_dir" && break
28589 done
28590 test -z "$as_dirs" || eval "mkdir $as_dirs"
28591 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28592 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28593 { (exit 1); exit 1; }; }; }
28594 ac_builddir=.
28596 case "$ac_dir" in
28597 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28599 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28600 # A ".." for each directory in $ac_dir_suffix.
28601 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28602 case $ac_top_builddir_sub in
28603 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28604 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28605 esac ;;
28606 esac
28607 ac_abs_top_builddir=$ac_pwd
28608 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28609 # for backward compatibility:
28610 ac_top_builddir=$ac_top_build_prefix
28612 case $srcdir in
28613 .) # We are building in place.
28614 ac_srcdir=.
28615 ac_top_srcdir=$ac_top_builddir_sub
28616 ac_abs_top_srcdir=$ac_pwd ;;
28617 [\\/]* | ?:[\\/]* ) # Absolute name.
28618 ac_srcdir=$srcdir$ac_dir_suffix;
28619 ac_top_srcdir=$srcdir
28620 ac_abs_top_srcdir=$srcdir ;;
28621 *) # Relative name.
28622 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28623 ac_top_srcdir=$ac_top_build_prefix$srcdir
28624 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28625 esac
28626 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28629 case $ac_mode in
28632 # CONFIG_FILE
28635 case $INSTALL in
28636 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28637 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28638 esac
28639 _ACEOF
28641 cat >>$CONFIG_STATUS <<\_ACEOF
28642 # If the template does not know about datarootdir, expand it.
28643 # FIXME: This hack should be removed a few years after 2.60.
28644 ac_datarootdir_hack=; ac_datarootdir_seen=
28646 case `sed -n '/datarootdir/ {
28650 /@datadir@/p
28651 /@docdir@/p
28652 /@infodir@/p
28653 /@localedir@/p
28654 /@mandir@/p
28655 ' $ac_file_inputs` in
28656 *datarootdir*) ac_datarootdir_seen=yes;;
28657 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28658 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28659 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28660 _ACEOF
28661 cat >>$CONFIG_STATUS <<_ACEOF
28662 ac_datarootdir_hack='
28663 s&@datadir@&$datadir&g
28664 s&@docdir@&$docdir&g
28665 s&@infodir@&$infodir&g
28666 s&@localedir@&$localedir&g
28667 s&@mandir@&$mandir&g
28668 s&\\\${datarootdir}&$datarootdir&g' ;;
28669 esac
28670 _ACEOF
28672 # Neutralize VPATH when `$srcdir' = `.'.
28673 # Shell code in configure.ac might set extrasub.
28674 # FIXME: do we really want to maintain this feature?
28675 cat >>$CONFIG_STATUS <<_ACEOF
28676 sed "$ac_vpsub
28677 $extrasub
28678 _ACEOF
28679 cat >>$CONFIG_STATUS <<\_ACEOF
28681 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28682 s&@configure_input@&$configure_input&;t t
28683 s&@top_builddir@&$ac_top_builddir_sub&;t t
28684 s&@srcdir@&$ac_srcdir&;t t
28685 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28686 s&@top_srcdir@&$ac_top_srcdir&;t t
28687 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28688 s&@builddir@&$ac_builddir&;t t
28689 s&@abs_builddir@&$ac_abs_builddir&;t t
28690 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28691 s&@INSTALL@&$ac_INSTALL&;t t
28692 $ac_datarootdir_hack
28693 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28695 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28696 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28697 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28698 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28699 which seems to be undefined. Please make sure it is defined." >&5
28700 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28701 which seems to be undefined. Please make sure it is defined." >&2;}
28703 rm -f "$tmp/stdin"
28704 case $ac_file in
28705 -) cat "$tmp/out"; rm -f "$tmp/out";;
28706 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28707 esac
28711 # CONFIG_HEADER
28713 _ACEOF
28715 # Transform confdefs.h into a sed script `conftest.defines', that
28716 # substitutes the proper values into config.h.in to produce config.h.
28717 rm -f conftest.defines conftest.tail
28718 # First, append a space to every undef/define line, to ease matching.
28719 echo 's/$/ /' >conftest.defines
28720 # Then, protect against being on the right side of a sed subst, or in
28721 # an unquoted here document, in config.status. If some macros were
28722 # called several times there might be several #defines for the same
28723 # symbol, which is useless. But do not sort them, since the last
28724 # AC_DEFINE must be honored.
28725 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28726 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28727 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28728 # PARAMS is the parameter list in the macro definition--in most cases, it's
28729 # just an empty string.
28730 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28731 ac_dB='\\)[ (].*,\\1define\\2'
28732 ac_dC=' '
28733 ac_dD=' ,'
28735 uniq confdefs.h |
28736 sed -n '
28737 t rset
28738 :rset
28739 s/^[ ]*#[ ]*define[ ][ ]*//
28740 t ok
28743 s/[\\&,]/\\&/g
28744 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28745 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28746 ' >>conftest.defines
28748 # Remove the space that was appended to ease matching.
28749 # Then replace #undef with comments. This is necessary, for
28750 # example, in the case of _POSIX_SOURCE, which is predefined and required
28751 # on some systems where configure will not decide to define it.
28752 # (The regexp can be short, since the line contains either #define or #undef.)
28753 echo 's/ $//
28754 s,^[ #]*u.*,/* & */,' >>conftest.defines
28756 # Break up conftest.defines:
28757 ac_max_sed_lines=50
28759 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28760 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28761 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28762 # et cetera.
28763 ac_in='$ac_file_inputs'
28764 ac_out='"$tmp/out1"'
28765 ac_nxt='"$tmp/out2"'
28767 while :
28769 # Write a here document:
28770 cat >>$CONFIG_STATUS <<_ACEOF
28771 # First, check the format of the line:
28772 cat >"\$tmp/defines.sed" <<\\CEOF
28773 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28774 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28776 :def
28777 _ACEOF
28778 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28779 echo 'CEOF
28780 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28781 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28782 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28783 grep . conftest.tail >/dev/null || break
28784 rm -f conftest.defines
28785 mv conftest.tail conftest.defines
28786 done
28787 rm -f conftest.defines conftest.tail
28789 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28790 cat >>$CONFIG_STATUS <<\_ACEOF
28791 if test x"$ac_file" != x-; then
28792 echo "/* $configure_input */" >"$tmp/config.h"
28793 cat "$ac_result" >>"$tmp/config.h"
28794 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28795 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28796 echo "$as_me: $ac_file is unchanged" >&6;}
28797 else
28798 rm -f $ac_file
28799 mv "$tmp/config.h" $ac_file
28801 else
28802 echo "/* $configure_input */"
28803 cat "$ac_result"
28805 rm -f "$tmp/out12"
28808 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28809 echo "$as_me: executing $ac_file commands" >&6;}
28811 esac
28814 case $ac_file$ac_mode in
28815 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28816 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28817 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28818 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28819 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28820 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28821 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28822 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28823 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28824 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28825 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28826 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28827 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28829 esac
28830 done # for ac_tag
28833 { (exit 0); exit 0; }
28834 _ACEOF
28835 chmod +x $CONFIG_STATUS
28836 ac_clean_files=$ac_clean_files_save
28839 # configure is writing to config.log, and then calls config.status.
28840 # config.status does its own redirection, appending to config.log.
28841 # Unfortunately, on DOS this fails, as config.log is still kept open
28842 # by configure, so config.status won't be able to write to it; its
28843 # output is simply discarded. So we exec the FD to /dev/null,
28844 # effectively closing config.log, so it can be properly (re)opened and
28845 # appended to by config.status. When coming back to configure, we
28846 # need to make the FD available again.
28847 if test "$no_create" != yes; then
28848 ac_cs_success=:
28849 ac_config_status_args=
28850 test "$silent" = yes &&
28851 ac_config_status_args="$ac_config_status_args --quiet"
28852 exec 5>/dev/null
28853 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28854 exec 5>>config.log
28855 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28856 # would make configure fail if this is the last instruction.
28857 $ac_cs_success || { (exit 1); exit 1; }
28861 if test "$no_create" = "yes"
28862 then
28863 exit 0
28866 ac_save_IFS="$IFS"
28867 if test "x$wine_notices != "x; then
28868 echo >&6
28869 IFS="|"
28870 for msg in $wine_notices; do
28871 IFS="$ac_save_IFS"
28872 if test -n "$msg"; then
28873 { echo "$as_me:$LINENO: $msg" >&5
28874 echo "$as_me: $msg" >&6;}
28876 done
28878 IFS="|"
28879 for msg in $wine_warnings; do
28880 IFS="$ac_save_IFS"
28881 if test -n "$msg"; then
28882 echo >&2
28883 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28884 echo "$as_me: WARNING: $msg" >&2;}
28886 done
28887 IFS="$ac_save_IFS"
28889 echo "
28890 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28891 " >&6