push a2159da6033f73386869efc512e706e41194fedc
[wine/hacks.git] / configure
blob61667b7720b97af6ad5bec5a6805b09ed3eff342
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.10.
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.10'
578 PACKAGE_STRING='Wine 1.1.10'
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 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSCC
737 CROSSWINDRES
738 CROSSTEST
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTINCL
743 HALINCL
744 GNUTLSINCL
745 sane_devel
746 SANEINCL
747 gphoto2_devel
748 gphoto2port_devel
749 GPHOTO2LIBS
750 GPHOTO2INCL
751 RESOLVLIBS
752 LCMSLIBS
753 ft_devel
754 FREETYPELIBS
755 FREETYPEINCL
756 ESDCONFIG
757 ESDINCL
758 ESDLIBS
759 PULSELIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.10 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.10:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --disable-tests do not build the regression tests
1388 --enable-maintainer-mode
1389 enable maintainer-specific build rules
1391 Optional Packages:
1392 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1393 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1394 --without-alsa do not use the Alsa sound support
1395 --without-audioio do not use the AudioIO sound support
1396 --without-capi do not use CAPI (ISDN support)
1397 --without-cms do not use CMS (color management support)
1398 --without-coreaudio do not use the CoreAudio sound support
1399 --without-cups do not use CUPS
1400 --without-curses do not use (n)curses
1401 --without-esd do not use the EsounD sound support
1402 --without-fontconfig do not use fontconfig
1403 --without-freetype do not use the FreeType library
1404 --without-gphoto do not use gphoto (Digital Camera support)
1405 --without-glu do not use the GLU library
1406 --without-gnutls do not use GnuTLS (schannel support)
1407 --without-hal do not use HAL (dynamic device support)
1408 --without-jack do not use the Jack sound support
1409 --without-jpeg do not use JPEG
1410 --without-ldap do not use LDAP
1411 --without-nas do not use the NAS sound support
1412 --without-opengl do not use OpenGL
1413 --without-openssl do not use OpenSSL
1414 --without-oss do not use the OSS sound support
1415 --without-png do not use PNG
1416 --without-pulse do not use PulseAudio sound support
1417 --without-sane do not use SANE (scanner support)
1418 --without-xcomposite do not use the Xcomposite extension
1419 --without-xcursor do not use the Xcursor extension
1420 --without-xinerama do not use Xinerama (multi-monitor support)
1421 --without-xinput do not use the Xinput extension
1422 --without-xml do not use XML
1423 --without-xrandr do not use Xrandr (resolution changes)
1424 --without-xrender do not use the Xrender extension
1425 --without-xshape do not use the Xshape extension
1426 --without-xshm do not use XShm (shared memory extension)
1427 --without-xslt do not use XSLT
1428 --without-xxf86vm do not use XFree video mode extension
1429 --with-wine-tools=DIR use Wine tools from directory DIR
1430 --with-x use the X Window System
1432 Some influential environment variables:
1433 CC C compiler command
1434 CFLAGS C compiler flags
1435 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1436 nonstandard directory <lib dir>
1437 LIBS libraries to pass to the linker, e.g. -l<library>
1438 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1439 you have headers in a nonstandard directory <include dir>
1440 CXX C++ compiler command
1441 CXXFLAGS C++ compiler flags
1442 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 CPP C preprocessor
1445 Use these variables to override the choices made by `configure' or to help
1446 it to find libraries and programs with nonstandard names/locations.
1448 Report bugs to <wine-devel@winehq.org>.
1449 _ACEOF
1450 ac_status=$?
1453 if test "$ac_init_help" = "recursive"; then
1454 # If there are subdirs, report their specific --help.
1455 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1456 test -d "$ac_dir" || continue
1457 ac_builddir=.
1459 case "$ac_dir" in
1460 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1463 # A ".." for each directory in $ac_dir_suffix.
1464 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1465 case $ac_top_builddir_sub in
1466 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1467 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1468 esac ;;
1469 esac
1470 ac_abs_top_builddir=$ac_pwd
1471 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1472 # for backward compatibility:
1473 ac_top_builddir=$ac_top_build_prefix
1475 case $srcdir in
1476 .) # We are building in place.
1477 ac_srcdir=.
1478 ac_top_srcdir=$ac_top_builddir_sub
1479 ac_abs_top_srcdir=$ac_pwd ;;
1480 [\\/]* | ?:[\\/]* ) # Absolute name.
1481 ac_srcdir=$srcdir$ac_dir_suffix;
1482 ac_top_srcdir=$srcdir
1483 ac_abs_top_srcdir=$srcdir ;;
1484 *) # Relative name.
1485 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1486 ac_top_srcdir=$ac_top_build_prefix$srcdir
1487 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1488 esac
1489 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1491 cd "$ac_dir" || { ac_status=$?; continue; }
1492 # Check for guested configure.
1493 if test -f "$ac_srcdir/configure.gnu"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1496 elif test -f "$ac_srcdir/configure"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure" --help=recursive
1499 else
1500 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1501 fi || ac_status=$?
1502 cd "$ac_pwd" || { ac_status=$?; break; }
1503 done
1506 test -n "$ac_init_help" && exit $ac_status
1507 if $ac_init_version; then
1508 cat <<\_ACEOF
1509 Wine configure 1.1.10
1510 generated by GNU Autoconf 2.61
1512 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1513 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1514 This configure script is free software; the Free Software Foundation
1515 gives unlimited permission to copy, distribute and modify it.
1516 _ACEOF
1517 exit
1519 cat >config.log <<_ACEOF
1520 This file contains any messages produced by compilers while
1521 running configure, to aid debugging if configure makes a mistake.
1523 It was created by Wine $as_me 1.1.10, which was
1524 generated by GNU Autoconf 2.61. Invocation command line was
1526 $ $0 $@
1528 _ACEOF
1529 exec 5>>config.log
1531 cat <<_ASUNAME
1532 ## --------- ##
1533 ## Platform. ##
1534 ## --------- ##
1536 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1537 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1538 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1539 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1540 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1542 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1543 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1545 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1546 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1547 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1548 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1549 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1550 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1551 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 _ASUNAME
1555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1556 for as_dir in $PATH
1558 IFS=$as_save_IFS
1559 test -z "$as_dir" && as_dir=.
1560 echo "PATH: $as_dir"
1561 done
1562 IFS=$as_save_IFS
1564 } >&5
1566 cat >&5 <<_ACEOF
1569 ## ----------- ##
1570 ## Core tests. ##
1571 ## ----------- ##
1573 _ACEOF
1576 # Keep a trace of the command line.
1577 # Strip out --no-create and --no-recursion so they do not pile up.
1578 # Strip out --silent because we don't want to record it for future runs.
1579 # Also quote any args containing shell meta-characters.
1580 # Make two passes to allow for proper duplicate-argument suppression.
1581 ac_configure_args=
1582 ac_configure_args0=
1583 ac_configure_args1=
1584 ac_must_keep_next=false
1585 for ac_pass in 1 2
1587 for ac_arg
1589 case $ac_arg in
1590 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1591 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1592 | -silent | --silent | --silen | --sile | --sil)
1593 continue ;;
1594 *\'*)
1595 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 esac
1597 case $ac_pass in
1598 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1600 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1601 if test $ac_must_keep_next = true; then
1602 ac_must_keep_next=false # Got value, back to normal.
1603 else
1604 case $ac_arg in
1605 *=* | --config-cache | -C | -disable-* | --disable-* \
1606 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1607 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1608 | -with-* | --with-* | -without-* | --without-* | --x)
1609 case "$ac_configure_args0 " in
1610 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 esac
1613 -* ) ac_must_keep_next=true ;;
1614 esac
1616 ac_configure_args="$ac_configure_args '$ac_arg'"
1618 esac
1619 done
1620 done
1621 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1622 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1624 # When interrupted or exit'd, cleanup temporary files, and complete
1625 # config.log. We remove comments because anyway the quotes in there
1626 # would cause problems or look ugly.
1627 # WARNING: Use '\'' to represent an apostrophe within the trap.
1628 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1629 trap 'exit_status=$?
1630 # Save into config.log some information that might help in debugging.
1632 echo
1634 cat <<\_ASBOX
1635 ## ---------------- ##
1636 ## Cache variables. ##
1637 ## ---------------- ##
1638 _ASBOX
1639 echo
1640 # The following way of writing the cache mishandles newlines in values,
1642 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1643 eval ac_val=\$$ac_var
1644 case $ac_val in #(
1645 *${as_nl}*)
1646 case $ac_var in #(
1647 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1648 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 esac
1650 case $ac_var in #(
1651 _ | IFS | as_nl) ;; #(
1652 *) $as_unset $ac_var ;;
1653 esac ;;
1654 esac
1655 done
1656 (set) 2>&1 |
1657 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1658 *${as_nl}ac_space=\ *)
1659 sed -n \
1660 "s/'\''/'\''\\\\'\'''\''/g;
1661 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 ;; #(
1664 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1666 esac |
1667 sort
1669 echo
1671 cat <<\_ASBOX
1672 ## ----------------- ##
1673 ## Output variables. ##
1674 ## ----------------- ##
1675 _ASBOX
1676 echo
1677 for ac_var in $ac_subst_vars
1679 eval ac_val=\$$ac_var
1680 case $ac_val in
1681 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1682 esac
1683 echo "$ac_var='\''$ac_val'\''"
1684 done | sort
1685 echo
1687 if test -n "$ac_subst_files"; then
1688 cat <<\_ASBOX
1689 ## ------------------- ##
1690 ## File substitutions. ##
1691 ## ------------------- ##
1692 _ASBOX
1693 echo
1694 for ac_var in $ac_subst_files
1696 eval ac_val=\$$ac_var
1697 case $ac_val in
1698 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1699 esac
1700 echo "$ac_var='\''$ac_val'\''"
1701 done | sort
1702 echo
1705 if test -s confdefs.h; then
1706 cat <<\_ASBOX
1707 ## ----------- ##
1708 ## confdefs.h. ##
1709 ## ----------- ##
1710 _ASBOX
1711 echo
1712 cat confdefs.h
1713 echo
1715 test "$ac_signal" != 0 &&
1716 echo "$as_me: caught signal $ac_signal"
1717 echo "$as_me: exit $exit_status"
1718 } >&5
1719 rm -f core *.core core.conftest.* &&
1720 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 exit $exit_status
1723 for ac_signal in 1 2 13 15; do
1724 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1725 done
1726 ac_signal=0
1728 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1729 rm -f -r conftest* confdefs.h
1731 # Predefined preprocessor variables.
1733 cat >>confdefs.h <<_ACEOF
1734 #define PACKAGE_NAME "$PACKAGE_NAME"
1735 _ACEOF
1738 cat >>confdefs.h <<_ACEOF
1739 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1740 _ACEOF
1743 cat >>confdefs.h <<_ACEOF
1744 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1745 _ACEOF
1748 cat >>confdefs.h <<_ACEOF
1749 #define PACKAGE_STRING "$PACKAGE_STRING"
1750 _ACEOF
1753 cat >>confdefs.h <<_ACEOF
1754 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1755 _ACEOF
1758 # Let the site file select an alternate cache file if it wants to.
1759 # Prefer explicitly selected file to automatically selected ones.
1760 if test -n "$CONFIG_SITE"; then
1761 set x "$CONFIG_SITE"
1762 elif test "x$prefix" != xNONE; then
1763 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1764 else
1765 set x "$ac_default_prefix/share/config.site" \
1766 "$ac_default_prefix/etc/config.site"
1768 shift
1769 for ac_site_file
1771 if test -r "$ac_site_file"; then
1772 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1773 echo "$as_me: loading site script $ac_site_file" >&6;}
1774 sed 's/^/| /' "$ac_site_file" >&5
1775 . "$ac_site_file"
1777 done
1779 if test -r "$cache_file"; then
1780 # Some versions of bash will fail to source /dev/null (special
1781 # files actually), so we avoid doing that.
1782 if test -f "$cache_file"; then
1783 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1784 echo "$as_me: loading cache $cache_file" >&6;}
1785 case $cache_file in
1786 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1787 *) . "./$cache_file";;
1788 esac
1790 else
1791 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1792 echo "$as_me: creating cache $cache_file" >&6;}
1793 >$cache_file
1796 # Check that the precious variables saved in the cache have kept the same
1797 # value.
1798 ac_cache_corrupted=false
1799 for ac_var in $ac_precious_vars; do
1800 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1801 eval ac_new_set=\$ac_env_${ac_var}_set
1802 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1803 eval ac_new_val=\$ac_env_${ac_var}_value
1804 case $ac_old_set,$ac_new_set in
1805 set,)
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1808 ac_cache_corrupted=: ;;
1809 ,set)
1810 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1811 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1812 ac_cache_corrupted=: ;;
1813 ,);;
1815 if test "x$ac_old_val" != "x$ac_new_val"; then
1816 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1817 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1818 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1819 echo "$as_me: former value: $ac_old_val" >&2;}
1820 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1821 echo "$as_me: current value: $ac_new_val" >&2;}
1822 ac_cache_corrupted=:
1823 fi;;
1824 esac
1825 # Pass precious variables to config.status.
1826 if test "$ac_new_set" = set; then
1827 case $ac_new_val in
1828 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1829 *) ac_arg=$ac_var=$ac_new_val ;;
1830 esac
1831 case " $ac_configure_args " in
1832 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1833 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1834 esac
1836 done
1837 if $ac_cache_corrupted; then
1838 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1839 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1840 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1841 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1842 { (exit 1); exit 1; }; }
1869 ac_ext=c
1870 ac_cpp='$CPP $CPPFLAGS'
1871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1877 ac_config_headers="$ac_config_headers include/config.h"
1879 ac_aux_dir=
1880 for ac_dir in tools "$srcdir"/tools; do
1881 if test -f "$ac_dir/install-sh"; then
1882 ac_aux_dir=$ac_dir
1883 ac_install_sh="$ac_aux_dir/install-sh -c"
1884 break
1885 elif test -f "$ac_dir/install.sh"; then
1886 ac_aux_dir=$ac_dir
1887 ac_install_sh="$ac_aux_dir/install.sh -c"
1888 break
1889 elif test -f "$ac_dir/shtool"; then
1890 ac_aux_dir=$ac_dir
1891 ac_install_sh="$ac_aux_dir/shtool install -c"
1892 break
1894 done
1895 if test -z "$ac_aux_dir"; then
1896 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1897 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1898 { (exit 1); exit 1; }; }
1901 # These three variables are undocumented and unsupported,
1902 # and are intended to be withdrawn in a future Autoconf release.
1903 # They can cause serious problems if a builder's source tree is in a directory
1904 # whose full name contains unusual characters.
1905 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1906 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1907 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1912 # Check whether --enable-win16 was given.
1913 if test "${enable_win16+set}" = set; then
1914 enableval=$enable_win16;
1917 # Check whether --enable-win64 was given.
1918 if test "${enable_win64+set}" = set; then
1919 enableval=$enable_win64;
1922 # Check whether --enable-tests was given.
1923 if test "${enable_tests+set}" = set; then
1924 enableval=$enable_tests;
1927 # Check whether --enable-maintainer-mode was given.
1928 if test "${enable_maintainer_mode+set}" = set; then
1929 enableval=$enable_maintainer_mode;
1930 else
1931 MAINTAINER_MODE=\#
1937 # Check whether --with-alsa was given.
1938 if test "${with_alsa+set}" = set; then
1939 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1943 # Check whether --with-audioio was given.
1944 if test "${with_audioio+set}" = set; then
1945 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1949 # Check whether --with-capi was given.
1950 if test "${with_capi+set}" = set; then
1951 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1955 # Check whether --with-cms was given.
1956 if test "${with_cms+set}" = set; then
1957 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1961 # Check whether --with-coreaudio was given.
1962 if test "${with_coreaudio+set}" = set; then
1963 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1967 # Check whether --with-cups was given.
1968 if test "${with_cups+set}" = set; then
1969 withval=$with_cups;
1973 # Check whether --with-curses was given.
1974 if test "${with_curses+set}" = set; then
1975 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1979 # Check whether --with-esd was given.
1980 if test "${with_esd+set}" = set; then
1981 withval=$with_esd;
1985 # Check whether --with-fontconfig was given.
1986 if test "${with_fontconfig+set}" = set; then
1987 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1991 # Check whether --with-freetype was given.
1992 if test "${with_freetype+set}" = set; then
1993 withval=$with_freetype;
1997 # Check whether --with-gphoto was given.
1998 if test "${with_gphoto+set}" = set; then
1999 withval=$with_gphoto;
2003 # Check whether --with-glu was given.
2004 if test "${with_glu+set}" = set; then
2005 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2009 # Check whether --with-gnutls was given.
2010 if test "${with_gnutls+set}" = set; then
2011 withval=$with_gnutls;
2015 # Check whether --with-hal was given.
2016 if test "${with_hal+set}" = set; then
2017 withval=$with_hal;
2021 # Check whether --with-jack was given.
2022 if test "${with_jack+set}" = set; then
2023 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2027 # Check whether --with-jpeg was given.
2028 if test "${with_jpeg+set}" = set; then
2029 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2033 # Check whether --with-ldap was given.
2034 if test "${with_ldap+set}" = set; then
2035 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2039 # Check whether --with-nas was given.
2040 if test "${with_nas+set}" = set; then
2041 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2045 # Check whether --with-opengl was given.
2046 if test "${with_opengl+set}" = set; then
2047 withval=$with_opengl;
2051 # Check whether --with-openssl was given.
2052 if test "${with_openssl+set}" = set; then
2053 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2057 # Check whether --with-oss was given.
2058 if test "${with_oss+set}" = set; then
2059 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
2063 # Check whether --with-png was given.
2064 if test "${with_png+set}" = set; then
2065 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2069 # Check whether --with-pulse was given.
2070 if test "${with_pulse+set}" = set; then
2071 withval=$with_pulse;
2075 # Check whether --with-sane was given.
2076 if test "${with_sane+set}" = set; then
2077 withval=$with_sane;
2081 # Check whether --with-xcomposite was given.
2082 if test "${with_xcomposite+set}" = set; then
2083 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2087 # Check whether --with-xcursor was given.
2088 if test "${with_xcursor+set}" = set; then
2089 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2093 # Check whether --with-xinerama was given.
2094 if test "${with_xinerama+set}" = set; then
2095 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2099 # Check whether --with-xinput was given.
2100 if test "${with_xinput+set}" = set; then
2101 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2105 # Check whether --with-xml was given.
2106 if test "${with_xml+set}" = set; then
2107 withval=$with_xml;
2111 # Check whether --with-xrandr was given.
2112 if test "${with_xrandr+set}" = set; then
2113 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2117 # Check whether --with-xrender was given.
2118 if test "${with_xrender+set}" = set; then
2119 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2123 # Check whether --with-xshape was given.
2124 if test "${with_xshape+set}" = set; then
2125 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2129 # Check whether --with-xshm was given.
2130 if test "${with_xshm+set}" = set; then
2131 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2135 # Check whether --with-xslt was given.
2136 if test "${with_xslt+set}" = set; then
2137 withval=$with_xslt;
2141 # Check whether --with-xxf86vm was given.
2142 if test "${with_xxf86vm+set}" = set; then
2143 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2148 # Check whether --with-wine-tools was given.
2149 if test "${with_wine_tools+set}" = set; then
2150 withval=$with_wine_tools;
2154 # Make sure we can run config.sub.
2155 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2156 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2157 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2158 { (exit 1); exit 1; }; }
2160 { echo "$as_me:$LINENO: checking build system type" >&5
2161 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2162 if test "${ac_cv_build+set}" = set; then
2163 echo $ECHO_N "(cached) $ECHO_C" >&6
2164 else
2165 ac_build_alias=$build_alias
2166 test "x$ac_build_alias" = x &&
2167 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2168 test "x$ac_build_alias" = x &&
2169 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2170 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2171 { (exit 1); exit 1; }; }
2172 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2173 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2174 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2175 { (exit 1); exit 1; }; }
2178 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2179 echo "${ECHO_T}$ac_cv_build" >&6; }
2180 case $ac_cv_build in
2181 *-*-*) ;;
2182 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2183 echo "$as_me: error: invalid value of canonical build" >&2;}
2184 { (exit 1); exit 1; }; };;
2185 esac
2186 build=$ac_cv_build
2187 ac_save_IFS=$IFS; IFS='-'
2188 set x $ac_cv_build
2189 shift
2190 build_cpu=$1
2191 build_vendor=$2
2192 shift; shift
2193 # Remember, the first character of IFS is used to create $*,
2194 # except with old shells:
2195 build_os=$*
2196 IFS=$ac_save_IFS
2197 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2200 { echo "$as_me:$LINENO: checking host system type" >&5
2201 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2202 if test "${ac_cv_host+set}" = set; then
2203 echo $ECHO_N "(cached) $ECHO_C" >&6
2204 else
2205 if test "x$host_alias" = x; then
2206 ac_cv_host=$ac_cv_build
2207 else
2208 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2209 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2210 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2211 { (exit 1); exit 1; }; }
2215 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2216 echo "${ECHO_T}$ac_cv_host" >&6; }
2217 case $ac_cv_host in
2218 *-*-*) ;;
2219 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2220 echo "$as_me: error: invalid value of canonical host" >&2;}
2221 { (exit 1); exit 1; }; };;
2222 esac
2223 host=$ac_cv_host
2224 ac_save_IFS=$IFS; IFS='-'
2225 set x $ac_cv_host
2226 shift
2227 host_cpu=$1
2228 host_vendor=$2
2229 shift; shift
2230 # Remember, the first character of IFS is used to create $*,
2231 # except with old shells:
2232 host_os=$*
2233 IFS=$ac_save_IFS
2234 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2237 case $host in
2238 x86_64*linux*)
2239 if test "x$enable_win64" != "xyes"
2240 then
2241 CC="${CC:-gcc} -m32"
2242 CXX="${CXX:-g++} -m32"
2243 LD="${LD:-ld} -m elf_i386"
2244 AS="${AS:-as} --32"
2245 host_cpu="i386"
2246 notice_platform="32-bit "
2249 esac
2251 case $host_cpu in
2252 *i[3456789]86*)
2253 enable_win16=${enable_win16:-yes}
2256 enable_win16=${enable_win16:-no}
2257 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2258 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2259 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2260 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2261 enable_vmm_vxd=${enable_vmm_vxd:-no}
2262 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2263 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2264 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2265 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2266 enable_w32skrnl=${enable_w32skrnl:-no}
2267 enable_winedos=${enable_winedos:-no}
2268 enable_winevdm=${enable_winevdm:-no}
2270 esac
2272 WIN16_FILES="\$(WIN16_FILES)"
2274 WIN16_INSTALL="\$(WIN16_INSTALL)"
2276 if test "x$enable_win16" != "xyes"
2277 then
2278 WIN16_FILES=""
2279 WIN16_INSTALL=""
2282 case "$srcdir" in
2283 .) ;;
2284 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2285 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2286 You need to run 'make distclean' in the source tree first." >&5
2287 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2288 You need to run 'make distclean' in the source tree first." >&2;}
2289 { (exit 1); exit 1; }; }
2290 fi ;;
2291 esac
2294 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2295 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2296 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2297 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2298 echo $ECHO_N "(cached) $ECHO_C" >&6
2299 else
2300 cat >conftest.make <<\_ACEOF
2301 SHELL = /bin/sh
2302 all:
2303 @echo '@@@%%%=$(MAKE)=@@@%%%'
2304 _ACEOF
2305 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2306 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2307 *@@@%%%=?*=@@@%%%*)
2308 eval ac_cv_prog_make_${ac_make}_set=yes;;
2310 eval ac_cv_prog_make_${ac_make}_set=no;;
2311 esac
2312 rm -f conftest.make
2314 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2315 { echo "$as_me:$LINENO: result: yes" >&5
2316 echo "${ECHO_T}yes" >&6; }
2317 SET_MAKE=
2318 else
2319 { echo "$as_me:$LINENO: result: no" >&5
2320 echo "${ECHO_T}no" >&6; }
2321 SET_MAKE="MAKE=${MAKE-make}"
2324 ac_ext=c
2325 ac_cpp='$CPP $CPPFLAGS'
2326 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2327 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2328 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2329 if test -n "$ac_tool_prefix"; then
2330 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2331 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2334 if test "${ac_cv_prog_CC+set}" = set; then
2335 echo $ECHO_N "(cached) $ECHO_C" >&6
2336 else
2337 if test -n "$CC"; then
2338 ac_cv_prog_CC="$CC" # Let the user override the test.
2339 else
2340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2341 for as_dir in $PATH
2343 IFS=$as_save_IFS
2344 test -z "$as_dir" && as_dir=.
2345 for ac_exec_ext in '' $ac_executable_extensions; do
2346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2347 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2349 break 2
2351 done
2352 done
2353 IFS=$as_save_IFS
2357 CC=$ac_cv_prog_CC
2358 if test -n "$CC"; then
2359 { echo "$as_me:$LINENO: result: $CC" >&5
2360 echo "${ECHO_T}$CC" >&6; }
2361 else
2362 { echo "$as_me:$LINENO: result: no" >&5
2363 echo "${ECHO_T}no" >&6; }
2368 if test -z "$ac_cv_prog_CC"; then
2369 ac_ct_CC=$CC
2370 # Extract the first word of "gcc", so it can be a program name with args.
2371 set dummy gcc; ac_word=$2
2372 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2373 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2374 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2375 echo $ECHO_N "(cached) $ECHO_C" >&6
2376 else
2377 if test -n "$ac_ct_CC"; then
2378 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2379 else
2380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2381 for as_dir in $PATH
2383 IFS=$as_save_IFS
2384 test -z "$as_dir" && as_dir=.
2385 for ac_exec_ext in '' $ac_executable_extensions; do
2386 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2387 ac_cv_prog_ac_ct_CC="gcc"
2388 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2389 break 2
2391 done
2392 done
2393 IFS=$as_save_IFS
2397 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2398 if test -n "$ac_ct_CC"; then
2399 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2400 echo "${ECHO_T}$ac_ct_CC" >&6; }
2401 else
2402 { echo "$as_me:$LINENO: result: no" >&5
2403 echo "${ECHO_T}no" >&6; }
2406 if test "x$ac_ct_CC" = x; then
2407 CC=""
2408 else
2409 case $cross_compiling:$ac_tool_warned in
2410 yes:)
2411 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2412 whose name does not start with the host triplet. If you think this
2413 configuration is useful to you, please write to autoconf@gnu.org." >&5
2414 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2415 whose name does not start with the host triplet. If you think this
2416 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2417 ac_tool_warned=yes ;;
2418 esac
2419 CC=$ac_ct_CC
2421 else
2422 CC="$ac_cv_prog_CC"
2425 if test -z "$CC"; then
2426 if test -n "$ac_tool_prefix"; then
2427 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2428 set dummy ${ac_tool_prefix}cc; ac_word=$2
2429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2431 if test "${ac_cv_prog_CC+set}" = set; then
2432 echo $ECHO_N "(cached) $ECHO_C" >&6
2433 else
2434 if test -n "$CC"; then
2435 ac_cv_prog_CC="$CC" # Let the user override the test.
2436 else
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438 for as_dir in $PATH
2440 IFS=$as_save_IFS
2441 test -z "$as_dir" && as_dir=.
2442 for ac_exec_ext in '' $ac_executable_extensions; do
2443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444 ac_cv_prog_CC="${ac_tool_prefix}cc"
2445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2446 break 2
2448 done
2449 done
2450 IFS=$as_save_IFS
2454 CC=$ac_cv_prog_CC
2455 if test -n "$CC"; then
2456 { echo "$as_me:$LINENO: result: $CC" >&5
2457 echo "${ECHO_T}$CC" >&6; }
2458 else
2459 { echo "$as_me:$LINENO: result: no" >&5
2460 echo "${ECHO_T}no" >&6; }
2466 if test -z "$CC"; then
2467 # Extract the first word of "cc", so it can be a program name with args.
2468 set dummy cc; ac_word=$2
2469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2471 if test "${ac_cv_prog_CC+set}" = set; then
2472 echo $ECHO_N "(cached) $ECHO_C" >&6
2473 else
2474 if test -n "$CC"; then
2475 ac_cv_prog_CC="$CC" # Let the user override the test.
2476 else
2477 ac_prog_rejected=no
2478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2479 for as_dir in $PATH
2481 IFS=$as_save_IFS
2482 test -z "$as_dir" && as_dir=.
2483 for ac_exec_ext in '' $ac_executable_extensions; do
2484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2485 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2486 ac_prog_rejected=yes
2487 continue
2489 ac_cv_prog_CC="cc"
2490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2491 break 2
2493 done
2494 done
2495 IFS=$as_save_IFS
2497 if test $ac_prog_rejected = yes; then
2498 # We found a bogon in the path, so make sure we never use it.
2499 set dummy $ac_cv_prog_CC
2500 shift
2501 if test $# != 0; then
2502 # We chose a different compiler from the bogus one.
2503 # However, it has the same basename, so the bogon will be chosen
2504 # first if we set CC to just the basename; use the full file name.
2505 shift
2506 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2511 CC=$ac_cv_prog_CC
2512 if test -n "$CC"; then
2513 { echo "$as_me:$LINENO: result: $CC" >&5
2514 echo "${ECHO_T}$CC" >&6; }
2515 else
2516 { echo "$as_me:$LINENO: result: no" >&5
2517 echo "${ECHO_T}no" >&6; }
2522 if test -z "$CC"; then
2523 if test -n "$ac_tool_prefix"; then
2524 for ac_prog in cl.exe
2526 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2527 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2530 if test "${ac_cv_prog_CC+set}" = set; then
2531 echo $ECHO_N "(cached) $ECHO_C" >&6
2532 else
2533 if test -n "$CC"; then
2534 ac_cv_prog_CC="$CC" # Let the user override the test.
2535 else
2536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2537 for as_dir in $PATH
2539 IFS=$as_save_IFS
2540 test -z "$as_dir" && as_dir=.
2541 for ac_exec_ext in '' $ac_executable_extensions; do
2542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2543 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2545 break 2
2547 done
2548 done
2549 IFS=$as_save_IFS
2553 CC=$ac_cv_prog_CC
2554 if test -n "$CC"; then
2555 { echo "$as_me:$LINENO: result: $CC" >&5
2556 echo "${ECHO_T}$CC" >&6; }
2557 else
2558 { echo "$as_me:$LINENO: result: no" >&5
2559 echo "${ECHO_T}no" >&6; }
2563 test -n "$CC" && break
2564 done
2566 if test -z "$CC"; then
2567 ac_ct_CC=$CC
2568 for ac_prog in cl.exe
2570 # Extract the first word of "$ac_prog", so it can be a program name with args.
2571 set dummy $ac_prog; ac_word=$2
2572 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2573 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2574 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2575 echo $ECHO_N "(cached) $ECHO_C" >&6
2576 else
2577 if test -n "$ac_ct_CC"; then
2578 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2579 else
2580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581 for as_dir in $PATH
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_ac_ct_CC="$ac_prog"
2588 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2591 done
2592 done
2593 IFS=$as_save_IFS
2597 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2598 if test -n "$ac_ct_CC"; then
2599 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2600 echo "${ECHO_T}$ac_ct_CC" >&6; }
2601 else
2602 { echo "$as_me:$LINENO: result: no" >&5
2603 echo "${ECHO_T}no" >&6; }
2607 test -n "$ac_ct_CC" && break
2608 done
2610 if test "x$ac_ct_CC" = x; then
2611 CC=""
2612 else
2613 case $cross_compiling:$ac_tool_warned in
2614 yes:)
2615 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2616 whose name does not start with the host triplet. If you think this
2617 configuration is useful to you, please write to autoconf@gnu.org." >&5
2618 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2619 whose name does not start with the host triplet. If you think this
2620 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2621 ac_tool_warned=yes ;;
2622 esac
2623 CC=$ac_ct_CC
2630 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2631 See \`config.log' for more details." >&5
2632 echo "$as_me: error: no acceptable C compiler found in \$PATH
2633 See \`config.log' for more details." >&2;}
2634 { (exit 1); exit 1; }; }
2636 # Provide some information about the compiler.
2637 echo "$as_me:$LINENO: checking for C compiler version" >&5
2638 ac_compiler=`set X $ac_compile; echo $2`
2639 { (ac_try="$ac_compiler --version >&5"
2640 case "(($ac_try" in
2641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2642 *) ac_try_echo=$ac_try;;
2643 esac
2644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2645 (eval "$ac_compiler --version >&5") 2>&5
2646 ac_status=$?
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); }
2649 { (ac_try="$ac_compiler -v >&5"
2650 case "(($ac_try" in
2651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2652 *) ac_try_echo=$ac_try;;
2653 esac
2654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2655 (eval "$ac_compiler -v >&5") 2>&5
2656 ac_status=$?
2657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2658 (exit $ac_status); }
2659 { (ac_try="$ac_compiler -V >&5"
2660 case "(($ac_try" in
2661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2662 *) ac_try_echo=$ac_try;;
2663 esac
2664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2665 (eval "$ac_compiler -V >&5") 2>&5
2666 ac_status=$?
2667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2668 (exit $ac_status); }
2670 cat >conftest.$ac_ext <<_ACEOF
2671 /* confdefs.h. */
2672 _ACEOF
2673 cat confdefs.h >>conftest.$ac_ext
2674 cat >>conftest.$ac_ext <<_ACEOF
2675 /* end confdefs.h. */
2678 main ()
2682 return 0;
2684 _ACEOF
2685 ac_clean_files_save=$ac_clean_files
2686 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2687 # Try to create an executable without -o first, disregard a.out.
2688 # It will help us diagnose broken compilers, and finding out an intuition
2689 # of exeext.
2690 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2691 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2692 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2694 # List of possible output files, starting from the most likely.
2695 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2696 # only as a last resort. b.out is created by i960 compilers.
2697 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2699 # The IRIX 6 linker writes into existing files which may not be
2700 # executable, retaining their permissions. Remove them first so a
2701 # subsequent execution test works.
2702 ac_rmfiles=
2703 for ac_file in $ac_files
2705 case $ac_file in
2706 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2707 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2708 esac
2709 done
2710 rm -f $ac_rmfiles
2712 if { (ac_try="$ac_link_default"
2713 case "(($ac_try" in
2714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2715 *) ac_try_echo=$ac_try;;
2716 esac
2717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2718 (eval "$ac_link_default") 2>&5
2719 ac_status=$?
2720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2721 (exit $ac_status); }; then
2722 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2723 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2724 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2725 # so that the user can short-circuit this test for compilers unknown to
2726 # Autoconf.
2727 for ac_file in $ac_files ''
2729 test -f "$ac_file" || continue
2730 case $ac_file in
2731 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2733 [ab].out )
2734 # We found the default executable, but exeext='' is most
2735 # certainly right.
2736 break;;
2737 *.* )
2738 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2739 then :; else
2740 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2742 # We set ac_cv_exeext here because the later test for it is not
2743 # safe: cross compilers may not add the suffix if given an `-o'
2744 # argument, so we may need to know it at that point already.
2745 # Even if this section looks crufty: it has the advantage of
2746 # actually working.
2747 break;;
2749 break;;
2750 esac
2751 done
2752 test "$ac_cv_exeext" = no && ac_cv_exeext=
2754 else
2755 ac_file=''
2758 { echo "$as_me:$LINENO: result: $ac_file" >&5
2759 echo "${ECHO_T}$ac_file" >&6; }
2760 if test -z "$ac_file"; then
2761 echo "$as_me: failed program was:" >&5
2762 sed 's/^/| /' conftest.$ac_ext >&5
2764 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2765 See \`config.log' for more details." >&5
2766 echo "$as_me: error: C compiler cannot create executables
2767 See \`config.log' for more details." >&2;}
2768 { (exit 77); exit 77; }; }
2771 ac_exeext=$ac_cv_exeext
2773 # Check that the compiler produces executables we can run. If not, either
2774 # the compiler is broken, or we cross compile.
2775 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2776 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2777 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2778 # If not cross compiling, check that we can run a simple program.
2779 if test "$cross_compiling" != yes; then
2780 if { ac_try='./$ac_file'
2781 { (case "(($ac_try" in
2782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2783 *) ac_try_echo=$ac_try;;
2784 esac
2785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2786 (eval "$ac_try") 2>&5
2787 ac_status=$?
2788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2789 (exit $ac_status); }; }; then
2790 cross_compiling=no
2791 else
2792 if test "$cross_compiling" = maybe; then
2793 cross_compiling=yes
2794 else
2795 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2796 If you meant to cross compile, use \`--host'.
2797 See \`config.log' for more details." >&5
2798 echo "$as_me: error: cannot run C compiled programs.
2799 If you meant to cross compile, use \`--host'.
2800 See \`config.log' for more details." >&2;}
2801 { (exit 1); exit 1; }; }
2805 { echo "$as_me:$LINENO: result: yes" >&5
2806 echo "${ECHO_T}yes" >&6; }
2808 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2809 ac_clean_files=$ac_clean_files_save
2810 # Check that the compiler produces executables we can run. If not, either
2811 # the compiler is broken, or we cross compile.
2812 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2813 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2814 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2815 echo "${ECHO_T}$cross_compiling" >&6; }
2817 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2818 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2819 if { (ac_try="$ac_link"
2820 case "(($ac_try" in
2821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2822 *) ac_try_echo=$ac_try;;
2823 esac
2824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2825 (eval "$ac_link") 2>&5
2826 ac_status=$?
2827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2828 (exit $ac_status); }; then
2829 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2830 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2831 # work properly (i.e., refer to `conftest.exe'), while it won't with
2832 # `rm'.
2833 for ac_file in conftest.exe conftest conftest.*; do
2834 test -f "$ac_file" || continue
2835 case $ac_file in
2836 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2837 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2838 break;;
2839 * ) break;;
2840 esac
2841 done
2842 else
2843 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2844 See \`config.log' for more details." >&5
2845 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2846 See \`config.log' for more details." >&2;}
2847 { (exit 1); exit 1; }; }
2850 rm -f conftest$ac_cv_exeext
2851 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2852 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2854 rm -f conftest.$ac_ext
2855 EXEEXT=$ac_cv_exeext
2856 ac_exeext=$EXEEXT
2857 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2858 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2859 if test "${ac_cv_objext+set}" = set; then
2860 echo $ECHO_N "(cached) $ECHO_C" >&6
2861 else
2862 cat >conftest.$ac_ext <<_ACEOF
2863 /* confdefs.h. */
2864 _ACEOF
2865 cat confdefs.h >>conftest.$ac_ext
2866 cat >>conftest.$ac_ext <<_ACEOF
2867 /* end confdefs.h. */
2870 main ()
2874 return 0;
2876 _ACEOF
2877 rm -f conftest.o conftest.obj
2878 if { (ac_try="$ac_compile"
2879 case "(($ac_try" in
2880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2881 *) ac_try_echo=$ac_try;;
2882 esac
2883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2884 (eval "$ac_compile") 2>&5
2885 ac_status=$?
2886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2887 (exit $ac_status); }; then
2888 for ac_file in conftest.o conftest.obj conftest.*; do
2889 test -f "$ac_file" || continue;
2890 case $ac_file in
2891 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2892 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2893 break;;
2894 esac
2895 done
2896 else
2897 echo "$as_me: failed program was:" >&5
2898 sed 's/^/| /' conftest.$ac_ext >&5
2900 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2901 See \`config.log' for more details." >&5
2902 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2903 See \`config.log' for more details." >&2;}
2904 { (exit 1); exit 1; }; }
2907 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2909 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2910 echo "${ECHO_T}$ac_cv_objext" >&6; }
2911 OBJEXT=$ac_cv_objext
2912 ac_objext=$OBJEXT
2913 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2914 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2915 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2916 echo $ECHO_N "(cached) $ECHO_C" >&6
2917 else
2918 cat >conftest.$ac_ext <<_ACEOF
2919 /* confdefs.h. */
2920 _ACEOF
2921 cat confdefs.h >>conftest.$ac_ext
2922 cat >>conftest.$ac_ext <<_ACEOF
2923 /* end confdefs.h. */
2926 main ()
2928 #ifndef __GNUC__
2929 choke me
2930 #endif
2933 return 0;
2935 _ACEOF
2936 rm -f conftest.$ac_objext
2937 if { (ac_try="$ac_compile"
2938 case "(($ac_try" in
2939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2940 *) ac_try_echo=$ac_try;;
2941 esac
2942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2943 (eval "$ac_compile") 2>conftest.er1
2944 ac_status=$?
2945 grep -v '^ *+' conftest.er1 >conftest.err
2946 rm -f conftest.er1
2947 cat conftest.err >&5
2948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2949 (exit $ac_status); } && {
2950 test -z "$ac_c_werror_flag" ||
2951 test ! -s conftest.err
2952 } && test -s conftest.$ac_objext; then
2953 ac_compiler_gnu=yes
2954 else
2955 echo "$as_me: failed program was:" >&5
2956 sed 's/^/| /' conftest.$ac_ext >&5
2958 ac_compiler_gnu=no
2961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2962 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2965 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2966 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2967 GCC=`test $ac_compiler_gnu = yes && echo yes`
2968 ac_test_CFLAGS=${CFLAGS+set}
2969 ac_save_CFLAGS=$CFLAGS
2970 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2971 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2972 if test "${ac_cv_prog_cc_g+set}" = set; then
2973 echo $ECHO_N "(cached) $ECHO_C" >&6
2974 else
2975 ac_save_c_werror_flag=$ac_c_werror_flag
2976 ac_c_werror_flag=yes
2977 ac_cv_prog_cc_g=no
2978 CFLAGS="-g"
2979 cat >conftest.$ac_ext <<_ACEOF
2980 /* confdefs.h. */
2981 _ACEOF
2982 cat confdefs.h >>conftest.$ac_ext
2983 cat >>conftest.$ac_ext <<_ACEOF
2984 /* end confdefs.h. */
2987 main ()
2991 return 0;
2993 _ACEOF
2994 rm -f conftest.$ac_objext
2995 if { (ac_try="$ac_compile"
2996 case "(($ac_try" in
2997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2998 *) ac_try_echo=$ac_try;;
2999 esac
3000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3001 (eval "$ac_compile") 2>conftest.er1
3002 ac_status=$?
3003 grep -v '^ *+' conftest.er1 >conftest.err
3004 rm -f conftest.er1
3005 cat conftest.err >&5
3006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3007 (exit $ac_status); } && {
3008 test -z "$ac_c_werror_flag" ||
3009 test ! -s conftest.err
3010 } && test -s conftest.$ac_objext; then
3011 ac_cv_prog_cc_g=yes
3012 else
3013 echo "$as_me: failed program was:" >&5
3014 sed 's/^/| /' conftest.$ac_ext >&5
3016 CFLAGS=""
3017 cat >conftest.$ac_ext <<_ACEOF
3018 /* confdefs.h. */
3019 _ACEOF
3020 cat confdefs.h >>conftest.$ac_ext
3021 cat >>conftest.$ac_ext <<_ACEOF
3022 /* end confdefs.h. */
3025 main ()
3029 return 0;
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036 *) ac_try_echo=$ac_try;;
3037 esac
3038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3039 (eval "$ac_compile") 2>conftest.er1
3040 ac_status=$?
3041 grep -v '^ *+' conftest.er1 >conftest.err
3042 rm -f conftest.er1
3043 cat conftest.err >&5
3044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3045 (exit $ac_status); } && {
3046 test -z "$ac_c_werror_flag" ||
3047 test ! -s conftest.err
3048 } && test -s conftest.$ac_objext; then
3050 else
3051 echo "$as_me: failed program was:" >&5
3052 sed 's/^/| /' conftest.$ac_ext >&5
3054 ac_c_werror_flag=$ac_save_c_werror_flag
3055 CFLAGS="-g"
3056 cat >conftest.$ac_ext <<_ACEOF
3057 /* confdefs.h. */
3058 _ACEOF
3059 cat confdefs.h >>conftest.$ac_ext
3060 cat >>conftest.$ac_ext <<_ACEOF
3061 /* end confdefs.h. */
3064 main ()
3068 return 0;
3070 _ACEOF
3071 rm -f conftest.$ac_objext
3072 if { (ac_try="$ac_compile"
3073 case "(($ac_try" in
3074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3075 *) ac_try_echo=$ac_try;;
3076 esac
3077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3078 (eval "$ac_compile") 2>conftest.er1
3079 ac_status=$?
3080 grep -v '^ *+' conftest.er1 >conftest.err
3081 rm -f conftest.er1
3082 cat conftest.err >&5
3083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3084 (exit $ac_status); } && {
3085 test -z "$ac_c_werror_flag" ||
3086 test ! -s conftest.err
3087 } && test -s conftest.$ac_objext; then
3088 ac_cv_prog_cc_g=yes
3089 else
3090 echo "$as_me: failed program was:" >&5
3091 sed 's/^/| /' conftest.$ac_ext >&5
3096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3103 ac_c_werror_flag=$ac_save_c_werror_flag
3105 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3106 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3107 if test "$ac_test_CFLAGS" = set; then
3108 CFLAGS=$ac_save_CFLAGS
3109 elif test $ac_cv_prog_cc_g = yes; then
3110 if test "$GCC" = yes; then
3111 CFLAGS="-g -O2"
3112 else
3113 CFLAGS="-g"
3115 else
3116 if test "$GCC" = yes; then
3117 CFLAGS="-O2"
3118 else
3119 CFLAGS=
3122 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3123 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3124 if test "${ac_cv_prog_cc_c89+set}" = set; then
3125 echo $ECHO_N "(cached) $ECHO_C" >&6
3126 else
3127 ac_cv_prog_cc_c89=no
3128 ac_save_CC=$CC
3129 cat >conftest.$ac_ext <<_ACEOF
3130 /* confdefs.h. */
3131 _ACEOF
3132 cat confdefs.h >>conftest.$ac_ext
3133 cat >>conftest.$ac_ext <<_ACEOF
3134 /* end confdefs.h. */
3135 #include <stdarg.h>
3136 #include <stdio.h>
3137 #include <sys/types.h>
3138 #include <sys/stat.h>
3139 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3140 struct buf { int x; };
3141 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3142 static char *e (p, i)
3143 char **p;
3144 int i;
3146 return p[i];
3148 static char *f (char * (*g) (char **, int), char **p, ...)
3150 char *s;
3151 va_list v;
3152 va_start (v,p);
3153 s = g (p, va_arg (v,int));
3154 va_end (v);
3155 return s;
3158 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3159 function prototypes and stuff, but not '\xHH' hex character constants.
3160 These don't provoke an error unfortunately, instead are silently treated
3161 as 'x'. The following induces an error, until -std is added to get
3162 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3163 array size at least. It's necessary to write '\x00'==0 to get something
3164 that's true only with -std. */
3165 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3167 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3168 inside strings and character constants. */
3169 #define FOO(x) 'x'
3170 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3172 int test (int i, double x);
3173 struct s1 {int (*f) (int a);};
3174 struct s2 {int (*f) (double a);};
3175 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3176 int argc;
3177 char **argv;
3179 main ()
3181 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3183 return 0;
3185 _ACEOF
3186 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3187 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3189 CC="$ac_save_CC $ac_arg"
3190 rm -f conftest.$ac_objext
3191 if { (ac_try="$ac_compile"
3192 case "(($ac_try" in
3193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3194 *) ac_try_echo=$ac_try;;
3195 esac
3196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3197 (eval "$ac_compile") 2>conftest.er1
3198 ac_status=$?
3199 grep -v '^ *+' conftest.er1 >conftest.err
3200 rm -f conftest.er1
3201 cat conftest.err >&5
3202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 (exit $ac_status); } && {
3204 test -z "$ac_c_werror_flag" ||
3205 test ! -s conftest.err
3206 } && test -s conftest.$ac_objext; then
3207 ac_cv_prog_cc_c89=$ac_arg
3208 else
3209 echo "$as_me: failed program was:" >&5
3210 sed 's/^/| /' conftest.$ac_ext >&5
3215 rm -f core conftest.err conftest.$ac_objext
3216 test "x$ac_cv_prog_cc_c89" != "xno" && break
3217 done
3218 rm -f conftest.$ac_ext
3219 CC=$ac_save_CC
3222 # AC_CACHE_VAL
3223 case "x$ac_cv_prog_cc_c89" in
3225 { echo "$as_me:$LINENO: result: none needed" >&5
3226 echo "${ECHO_T}none needed" >&6; } ;;
3227 xno)
3228 { echo "$as_me:$LINENO: result: unsupported" >&5
3229 echo "${ECHO_T}unsupported" >&6; } ;;
3231 CC="$CC $ac_cv_prog_cc_c89"
3232 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3233 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3234 esac
3237 ac_ext=c
3238 ac_cpp='$CPP $CPPFLAGS'
3239 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3240 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3241 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3243 ac_ext=cpp
3244 ac_cpp='$CXXCPP $CPPFLAGS'
3245 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3246 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3247 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3248 if test -z "$CXX"; then
3249 if test -n "$CCC"; then
3250 CXX=$CCC
3251 else
3252 if test -n "$ac_tool_prefix"; then
3253 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3255 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3256 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3257 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3259 if test "${ac_cv_prog_CXX+set}" = set; then
3260 echo $ECHO_N "(cached) $ECHO_C" >&6
3261 else
3262 if test -n "$CXX"; then
3263 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3264 else
3265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3266 for as_dir in $PATH
3268 IFS=$as_save_IFS
3269 test -z "$as_dir" && as_dir=.
3270 for ac_exec_ext in '' $ac_executable_extensions; do
3271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3272 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3274 break 2
3276 done
3277 done
3278 IFS=$as_save_IFS
3282 CXX=$ac_cv_prog_CXX
3283 if test -n "$CXX"; then
3284 { echo "$as_me:$LINENO: result: $CXX" >&5
3285 echo "${ECHO_T}$CXX" >&6; }
3286 else
3287 { echo "$as_me:$LINENO: result: no" >&5
3288 echo "${ECHO_T}no" >&6; }
3292 test -n "$CXX" && break
3293 done
3295 if test -z "$CXX"; then
3296 ac_ct_CXX=$CXX
3297 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3299 # Extract the first word of "$ac_prog", so it can be a program name with args.
3300 set dummy $ac_prog; ac_word=$2
3301 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3303 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3304 echo $ECHO_N "(cached) $ECHO_C" >&6
3305 else
3306 if test -n "$ac_ct_CXX"; then
3307 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3308 else
3309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3310 for as_dir in $PATH
3312 IFS=$as_save_IFS
3313 test -z "$as_dir" && as_dir=.
3314 for ac_exec_ext in '' $ac_executable_extensions; do
3315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3316 ac_cv_prog_ac_ct_CXX="$ac_prog"
3317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3318 break 2
3320 done
3321 done
3322 IFS=$as_save_IFS
3326 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3327 if test -n "$ac_ct_CXX"; then
3328 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3329 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3330 else
3331 { echo "$as_me:$LINENO: result: no" >&5
3332 echo "${ECHO_T}no" >&6; }
3336 test -n "$ac_ct_CXX" && break
3337 done
3339 if test "x$ac_ct_CXX" = x; then
3340 CXX="g++"
3341 else
3342 case $cross_compiling:$ac_tool_warned in
3343 yes:)
3344 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3345 whose name does not start with the host triplet. If you think this
3346 configuration is useful to you, please write to autoconf@gnu.org." >&5
3347 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3348 whose name does not start with the host triplet. If you think this
3349 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3350 ac_tool_warned=yes ;;
3351 esac
3352 CXX=$ac_ct_CXX
3358 # Provide some information about the compiler.
3359 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3360 ac_compiler=`set X $ac_compile; echo $2`
3361 { (ac_try="$ac_compiler --version >&5"
3362 case "(($ac_try" in
3363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364 *) ac_try_echo=$ac_try;;
3365 esac
3366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3367 (eval "$ac_compiler --version >&5") 2>&5
3368 ac_status=$?
3369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3370 (exit $ac_status); }
3371 { (ac_try="$ac_compiler -v >&5"
3372 case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375 esac
3376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3377 (eval "$ac_compiler -v >&5") 2>&5
3378 ac_status=$?
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3380 (exit $ac_status); }
3381 { (ac_try="$ac_compiler -V >&5"
3382 case "(($ac_try" in
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3385 esac
3386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compiler -V >&5") 2>&5
3388 ac_status=$?
3389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3390 (exit $ac_status); }
3392 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3393 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3394 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3395 echo $ECHO_N "(cached) $ECHO_C" >&6
3396 else
3397 cat >conftest.$ac_ext <<_ACEOF
3398 /* confdefs.h. */
3399 _ACEOF
3400 cat confdefs.h >>conftest.$ac_ext
3401 cat >>conftest.$ac_ext <<_ACEOF
3402 /* end confdefs.h. */
3405 main ()
3407 #ifndef __GNUC__
3408 choke me
3409 #endif
3412 return 0;
3414 _ACEOF
3415 rm -f conftest.$ac_objext
3416 if { (ac_try="$ac_compile"
3417 case "(($ac_try" in
3418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3419 *) ac_try_echo=$ac_try;;
3420 esac
3421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3422 (eval "$ac_compile") 2>conftest.er1
3423 ac_status=$?
3424 grep -v '^ *+' conftest.er1 >conftest.err
3425 rm -f conftest.er1
3426 cat conftest.err >&5
3427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3428 (exit $ac_status); } && {
3429 test -z "$ac_cxx_werror_flag" ||
3430 test ! -s conftest.err
3431 } && test -s conftest.$ac_objext; then
3432 ac_compiler_gnu=yes
3433 else
3434 echo "$as_me: failed program was:" >&5
3435 sed 's/^/| /' conftest.$ac_ext >&5
3437 ac_compiler_gnu=no
3440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3441 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3444 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3445 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3446 GXX=`test $ac_compiler_gnu = yes && echo yes`
3447 ac_test_CXXFLAGS=${CXXFLAGS+set}
3448 ac_save_CXXFLAGS=$CXXFLAGS
3449 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3450 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3451 if test "${ac_cv_prog_cxx_g+set}" = set; then
3452 echo $ECHO_N "(cached) $ECHO_C" >&6
3453 else
3454 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3455 ac_cxx_werror_flag=yes
3456 ac_cv_prog_cxx_g=no
3457 CXXFLAGS="-g"
3458 cat >conftest.$ac_ext <<_ACEOF
3459 /* confdefs.h. */
3460 _ACEOF
3461 cat confdefs.h >>conftest.$ac_ext
3462 cat >>conftest.$ac_ext <<_ACEOF
3463 /* end confdefs.h. */
3466 main ()
3470 return 0;
3472 _ACEOF
3473 rm -f conftest.$ac_objext
3474 if { (ac_try="$ac_compile"
3475 case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478 esac
3479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3480 (eval "$ac_compile") 2>conftest.er1
3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3486 (exit $ac_status); } && {
3487 test -z "$ac_cxx_werror_flag" ||
3488 test ! -s conftest.err
3489 } && test -s conftest.$ac_objext; then
3490 ac_cv_prog_cxx_g=yes
3491 else
3492 echo "$as_me: failed program was:" >&5
3493 sed 's/^/| /' conftest.$ac_ext >&5
3495 CXXFLAGS=""
3496 cat >conftest.$ac_ext <<_ACEOF
3497 /* confdefs.h. */
3498 _ACEOF
3499 cat confdefs.h >>conftest.$ac_ext
3500 cat >>conftest.$ac_ext <<_ACEOF
3501 /* end confdefs.h. */
3504 main ()
3508 return 0;
3510 _ACEOF
3511 rm -f conftest.$ac_objext
3512 if { (ac_try="$ac_compile"
3513 case "(($ac_try" in
3514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3515 *) ac_try_echo=$ac_try;;
3516 esac
3517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3518 (eval "$ac_compile") 2>conftest.er1
3519 ac_status=$?
3520 grep -v '^ *+' conftest.er1 >conftest.err
3521 rm -f conftest.er1
3522 cat conftest.err >&5
3523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3524 (exit $ac_status); } && {
3525 test -z "$ac_cxx_werror_flag" ||
3526 test ! -s conftest.err
3527 } && test -s conftest.$ac_objext; then
3529 else
3530 echo "$as_me: failed program was:" >&5
3531 sed 's/^/| /' conftest.$ac_ext >&5
3533 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3534 CXXFLAGS="-g"
3535 cat >conftest.$ac_ext <<_ACEOF
3536 /* confdefs.h. */
3537 _ACEOF
3538 cat confdefs.h >>conftest.$ac_ext
3539 cat >>conftest.$ac_ext <<_ACEOF
3540 /* end confdefs.h. */
3543 main ()
3547 return 0;
3549 _ACEOF
3550 rm -f conftest.$ac_objext
3551 if { (ac_try="$ac_compile"
3552 case "(($ac_try" in
3553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3554 *) ac_try_echo=$ac_try;;
3555 esac
3556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3557 (eval "$ac_compile") 2>conftest.er1
3558 ac_status=$?
3559 grep -v '^ *+' conftest.er1 >conftest.err
3560 rm -f conftest.er1
3561 cat conftest.err >&5
3562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3563 (exit $ac_status); } && {
3564 test -z "$ac_cxx_werror_flag" ||
3565 test ! -s conftest.err
3566 } && test -s conftest.$ac_objext; then
3567 ac_cv_prog_cxx_g=yes
3568 else
3569 echo "$as_me: failed program was:" >&5
3570 sed 's/^/| /' conftest.$ac_ext >&5
3575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3584 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3585 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3586 if test "$ac_test_CXXFLAGS" = set; then
3587 CXXFLAGS=$ac_save_CXXFLAGS
3588 elif test $ac_cv_prog_cxx_g = yes; then
3589 if test "$GXX" = yes; then
3590 CXXFLAGS="-g -O2"
3591 else
3592 CXXFLAGS="-g"
3594 else
3595 if test "$GXX" = yes; then
3596 CXXFLAGS="-O2"
3597 else
3598 CXXFLAGS=
3601 ac_ext=c
3602 ac_cpp='$CPP $CPPFLAGS'
3603 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3604 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3605 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3607 if test -n "$ac_tool_prefix"; then
3608 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3609 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3610 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3611 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3612 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3613 echo $ECHO_N "(cached) $ECHO_C" >&6
3614 else
3615 if test -n "$CPPBIN"; then
3616 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3617 else
3618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3619 for as_dir in $PATH
3621 IFS=$as_save_IFS
3622 test -z "$as_dir" && as_dir=.
3623 for ac_exec_ext in '' $ac_executable_extensions; do
3624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3625 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3627 break 2
3629 done
3630 done
3631 IFS=$as_save_IFS
3635 CPPBIN=$ac_cv_prog_CPPBIN
3636 if test -n "$CPPBIN"; then
3637 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3638 echo "${ECHO_T}$CPPBIN" >&6; }
3639 else
3640 { echo "$as_me:$LINENO: result: no" >&5
3641 echo "${ECHO_T}no" >&6; }
3646 if test -z "$ac_cv_prog_CPPBIN"; then
3647 ac_ct_CPPBIN=$CPPBIN
3648 # Extract the first word of "cpp", so it can be a program name with args.
3649 set dummy cpp; ac_word=$2
3650 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3651 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3652 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3653 echo $ECHO_N "(cached) $ECHO_C" >&6
3654 else
3655 if test -n "$ac_ct_CPPBIN"; then
3656 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3657 else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659 for as_dir in $PATH
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_exec_ext in '' $ac_executable_extensions; do
3664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3665 ac_cv_prog_ac_ct_CPPBIN="cpp"
3666 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3667 break 2
3669 done
3670 done
3671 IFS=$as_save_IFS
3675 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3676 if test -n "$ac_ct_CPPBIN"; then
3677 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3678 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3679 else
3680 { echo "$as_me:$LINENO: result: no" >&5
3681 echo "${ECHO_T}no" >&6; }
3684 if test "x$ac_ct_CPPBIN" = x; then
3685 CPPBIN="cpp"
3686 else
3687 case $cross_compiling:$ac_tool_warned in
3688 yes:)
3689 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3690 whose name does not start with the host triplet. If you think this
3691 configuration is useful to you, please write to autoconf@gnu.org." >&5
3692 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3693 whose name does not start with the host triplet. If you think this
3694 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3695 ac_tool_warned=yes ;;
3696 esac
3697 CPPBIN=$ac_ct_CPPBIN
3699 else
3700 CPPBIN="$ac_cv_prog_CPPBIN"
3704 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3705 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3706 if test "${wine_cv_toolsdir+set}" = set; then
3707 echo $ECHO_N "(cached) $ECHO_C" >&6
3708 else
3709 if test -z "$with_wine_tools"; then
3710 if test "$cross_compiling" = "yes"; then
3711 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3712 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3713 { (exit 1); exit 1; }; }
3714 else
3715 wine_cv_toolsdir="\$(TOPOBJDIR)"
3717 elif test -d "$with_wine_tools/tools/winebuild"; then
3718 case $with_wine_tools in
3719 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3720 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3721 esac
3722 else
3723 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3724 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3725 { (exit 1); exit 1; }; }
3728 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3729 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3730 TOOLSDIR=$wine_cv_toolsdir
3734 ac_ext=c
3735 ac_cpp='$CPP $CPPFLAGS'
3736 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3737 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3738 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3739 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3740 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3741 # On Suns, sometimes $CPP names a directory.
3742 if test -n "$CPP" && test -d "$CPP"; then
3743 CPP=
3745 if test -z "$CPP"; then
3746 if test "${ac_cv_prog_CPP+set}" = set; then
3747 echo $ECHO_N "(cached) $ECHO_C" >&6
3748 else
3749 # Double quotes because CPP needs to be expanded
3750 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3752 ac_preproc_ok=false
3753 for ac_c_preproc_warn_flag in '' yes
3755 # Use a header file that comes with gcc, so configuring glibc
3756 # with a fresh cross-compiler works.
3757 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3758 # <limits.h> exists even on freestanding compilers.
3759 # On the NeXT, cc -E runs the code through the compiler's parser,
3760 # not just through cpp. "Syntax error" is here to catch this case.
3761 cat >conftest.$ac_ext <<_ACEOF
3762 /* confdefs.h. */
3763 _ACEOF
3764 cat confdefs.h >>conftest.$ac_ext
3765 cat >>conftest.$ac_ext <<_ACEOF
3766 /* end confdefs.h. */
3767 #ifdef __STDC__
3768 # include <limits.h>
3769 #else
3770 # include <assert.h>
3771 #endif
3772 Syntax error
3773 _ACEOF
3774 if { (ac_try="$ac_cpp conftest.$ac_ext"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3780 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3781 ac_status=$?
3782 grep -v '^ *+' conftest.er1 >conftest.err
3783 rm -f conftest.er1
3784 cat conftest.err >&5
3785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786 (exit $ac_status); } >/dev/null && {
3787 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3788 test ! -s conftest.err
3789 }; then
3791 else
3792 echo "$as_me: failed program was:" >&5
3793 sed 's/^/| /' conftest.$ac_ext >&5
3795 # Broken: fails on valid input.
3796 continue
3799 rm -f conftest.err conftest.$ac_ext
3801 # OK, works on sane cases. Now check whether nonexistent headers
3802 # can be detected and how.
3803 cat >conftest.$ac_ext <<_ACEOF
3804 /* confdefs.h. */
3805 _ACEOF
3806 cat confdefs.h >>conftest.$ac_ext
3807 cat >>conftest.$ac_ext <<_ACEOF
3808 /* end confdefs.h. */
3809 #include <ac_nonexistent.h>
3810 _ACEOF
3811 if { (ac_try="$ac_cpp conftest.$ac_ext"
3812 case "(($ac_try" in
3813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3814 *) ac_try_echo=$ac_try;;
3815 esac
3816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3817 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3818 ac_status=$?
3819 grep -v '^ *+' conftest.er1 >conftest.err
3820 rm -f conftest.er1
3821 cat conftest.err >&5
3822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3823 (exit $ac_status); } >/dev/null && {
3824 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3825 test ! -s conftest.err
3826 }; then
3827 # Broken: success on invalid input.
3828 continue
3829 else
3830 echo "$as_me: failed program was:" >&5
3831 sed 's/^/| /' conftest.$ac_ext >&5
3833 # Passes both tests.
3834 ac_preproc_ok=:
3835 break
3838 rm -f conftest.err conftest.$ac_ext
3840 done
3841 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3842 rm -f conftest.err conftest.$ac_ext
3843 if $ac_preproc_ok; then
3844 break
3847 done
3848 ac_cv_prog_CPP=$CPP
3851 CPP=$ac_cv_prog_CPP
3852 else
3853 ac_cv_prog_CPP=$CPP
3855 { echo "$as_me:$LINENO: result: $CPP" >&5
3856 echo "${ECHO_T}$CPP" >&6; }
3857 ac_preproc_ok=false
3858 for ac_c_preproc_warn_flag in '' yes
3860 # Use a header file that comes with gcc, so configuring glibc
3861 # with a fresh cross-compiler works.
3862 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3863 # <limits.h> exists even on freestanding compilers.
3864 # On the NeXT, cc -E runs the code through the compiler's parser,
3865 # not just through cpp. "Syntax error" is here to catch this case.
3866 cat >conftest.$ac_ext <<_ACEOF
3867 /* confdefs.h. */
3868 _ACEOF
3869 cat confdefs.h >>conftest.$ac_ext
3870 cat >>conftest.$ac_ext <<_ACEOF
3871 /* end confdefs.h. */
3872 #ifdef __STDC__
3873 # include <limits.h>
3874 #else
3875 # include <assert.h>
3876 #endif
3877 Syntax error
3878 _ACEOF
3879 if { (ac_try="$ac_cpp conftest.$ac_ext"
3880 case "(($ac_try" in
3881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3882 *) ac_try_echo=$ac_try;;
3883 esac
3884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3885 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3886 ac_status=$?
3887 grep -v '^ *+' conftest.er1 >conftest.err
3888 rm -f conftest.er1
3889 cat conftest.err >&5
3890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3891 (exit $ac_status); } >/dev/null && {
3892 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3893 test ! -s conftest.err
3894 }; then
3896 else
3897 echo "$as_me: failed program was:" >&5
3898 sed 's/^/| /' conftest.$ac_ext >&5
3900 # Broken: fails on valid input.
3901 continue
3904 rm -f conftest.err conftest.$ac_ext
3906 # OK, works on sane cases. Now check whether nonexistent headers
3907 # can be detected and how.
3908 cat >conftest.$ac_ext <<_ACEOF
3909 /* confdefs.h. */
3910 _ACEOF
3911 cat confdefs.h >>conftest.$ac_ext
3912 cat >>conftest.$ac_ext <<_ACEOF
3913 /* end confdefs.h. */
3914 #include <ac_nonexistent.h>
3915 _ACEOF
3916 if { (ac_try="$ac_cpp conftest.$ac_ext"
3917 case "(($ac_try" in
3918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3919 *) ac_try_echo=$ac_try;;
3920 esac
3921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3922 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3923 ac_status=$?
3924 grep -v '^ *+' conftest.er1 >conftest.err
3925 rm -f conftest.er1
3926 cat conftest.err >&5
3927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3928 (exit $ac_status); } >/dev/null && {
3929 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3930 test ! -s conftest.err
3931 }; then
3932 # Broken: success on invalid input.
3933 continue
3934 else
3935 echo "$as_me: failed program was:" >&5
3936 sed 's/^/| /' conftest.$ac_ext >&5
3938 # Passes both tests.
3939 ac_preproc_ok=:
3940 break
3943 rm -f conftest.err conftest.$ac_ext
3945 done
3946 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3947 rm -f conftest.err conftest.$ac_ext
3948 if $ac_preproc_ok; then
3950 else
3951 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3952 See \`config.log' for more details." >&5
3953 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3954 See \`config.log' for more details." >&2;}
3955 { (exit 1); exit 1; }; }
3958 ac_ext=c
3959 ac_cpp='$CPP $CPPFLAGS'
3960 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3961 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3962 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3965 { echo "$as_me:$LINENO: checking for X" >&5
3966 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3969 # Check whether --with-x was given.
3970 if test "${with_x+set}" = set; then
3971 withval=$with_x;
3974 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3975 if test "x$with_x" = xno; then
3976 # The user explicitly disabled X.
3977 have_x=disabled
3978 else
3979 case $x_includes,$x_libraries in #(
3980 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3981 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3982 { (exit 1); exit 1; }; };; #(
3983 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3984 echo $ECHO_N "(cached) $ECHO_C" >&6
3985 else
3986 # One or both of the vars are not set, and there is no cached value.
3987 ac_x_includes=no ac_x_libraries=no
3988 rm -f -r conftest.dir
3989 if mkdir conftest.dir; then
3990 cd conftest.dir
3991 cat >Imakefile <<'_ACEOF'
3992 incroot:
3993 @echo incroot='${INCROOT}'
3994 usrlibdir:
3995 @echo usrlibdir='${USRLIBDIR}'
3996 libdir:
3997 @echo libdir='${LIBDIR}'
3998 _ACEOF
3999 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4000 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4001 for ac_var in incroot usrlibdir libdir; do
4002 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4003 done
4004 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4005 for ac_extension in a so sl; do
4006 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4007 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4008 ac_im_usrlibdir=$ac_im_libdir; break
4010 done
4011 # Screen out bogus values from the imake configuration. They are
4012 # bogus both because they are the default anyway, and because
4013 # using them would break gcc on systems where it needs fixed includes.
4014 case $ac_im_incroot in
4015 /usr/include) ac_x_includes= ;;
4016 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4017 esac
4018 case $ac_im_usrlibdir in
4019 /usr/lib | /lib) ;;
4020 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4021 esac
4023 cd ..
4024 rm -f -r conftest.dir
4027 # Standard set of common directories for X headers.
4028 # Check X11 before X11Rn because it is often a symlink to the current release.
4029 ac_x_header_dirs='
4030 /usr/X11/include
4031 /usr/X11R6/include
4032 /usr/X11R5/include
4033 /usr/X11R4/include
4035 /usr/include/X11
4036 /usr/include/X11R6
4037 /usr/include/X11R5
4038 /usr/include/X11R4
4040 /usr/local/X11/include
4041 /usr/local/X11R6/include
4042 /usr/local/X11R5/include
4043 /usr/local/X11R4/include
4045 /usr/local/include/X11
4046 /usr/local/include/X11R6
4047 /usr/local/include/X11R5
4048 /usr/local/include/X11R4
4050 /usr/X386/include
4051 /usr/x386/include
4052 /usr/XFree86/include/X11
4054 /usr/include
4055 /usr/local/include
4056 /usr/unsupported/include
4057 /usr/athena/include
4058 /usr/local/x11r5/include
4059 /usr/lpp/Xamples/include
4061 /usr/openwin/include
4062 /usr/openwin/share/include'
4064 if test "$ac_x_includes" = no; then
4065 # Guess where to find include files, by looking for Xlib.h.
4066 # First, try using that file with no special directory specified.
4067 cat >conftest.$ac_ext <<_ACEOF
4068 /* confdefs.h. */
4069 _ACEOF
4070 cat confdefs.h >>conftest.$ac_ext
4071 cat >>conftest.$ac_ext <<_ACEOF
4072 /* end confdefs.h. */
4073 #include <X11/Xlib.h>
4074 _ACEOF
4075 if { (ac_try="$ac_cpp conftest.$ac_ext"
4076 case "(($ac_try" in
4077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4078 *) ac_try_echo=$ac_try;;
4079 esac
4080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4081 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4082 ac_status=$?
4083 grep -v '^ *+' conftest.er1 >conftest.err
4084 rm -f conftest.er1
4085 cat conftest.err >&5
4086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4087 (exit $ac_status); } >/dev/null && {
4088 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4089 test ! -s conftest.err
4090 }; then
4091 # We can compile using X headers with no special include directory.
4092 ac_x_includes=
4093 else
4094 echo "$as_me: failed program was:" >&5
4095 sed 's/^/| /' conftest.$ac_ext >&5
4097 for ac_dir in $ac_x_header_dirs; do
4098 if test -r "$ac_dir/X11/Xlib.h"; then
4099 ac_x_includes=$ac_dir
4100 break
4102 done
4105 rm -f conftest.err conftest.$ac_ext
4106 fi # $ac_x_includes = no
4108 if test "$ac_x_libraries" = no; then
4109 # Check for the libraries.
4110 # See if we find them without any special options.
4111 # Don't add to $LIBS permanently.
4112 ac_save_LIBS=$LIBS
4113 LIBS="-lX11 $LIBS"
4114 cat >conftest.$ac_ext <<_ACEOF
4115 /* confdefs.h. */
4116 _ACEOF
4117 cat confdefs.h >>conftest.$ac_ext
4118 cat >>conftest.$ac_ext <<_ACEOF
4119 /* end confdefs.h. */
4120 #include <X11/Xlib.h>
4122 main ()
4124 XrmInitialize ()
4126 return 0;
4128 _ACEOF
4129 rm -f conftest.$ac_objext conftest$ac_exeext
4130 if { (ac_try="$ac_link"
4131 case "(($ac_try" in
4132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4133 *) ac_try_echo=$ac_try;;
4134 esac
4135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4136 (eval "$ac_link") 2>conftest.er1
4137 ac_status=$?
4138 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -f conftest.er1
4140 cat conftest.err >&5
4141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142 (exit $ac_status); } && {
4143 test -z "$ac_c_werror_flag" ||
4144 test ! -s conftest.err
4145 } && test -s conftest$ac_exeext &&
4146 $as_test_x conftest$ac_exeext; then
4147 LIBS=$ac_save_LIBS
4148 # We can link X programs with no special library path.
4149 ac_x_libraries=
4150 else
4151 echo "$as_me: failed program was:" >&5
4152 sed 's/^/| /' conftest.$ac_ext >&5
4154 LIBS=$ac_save_LIBS
4155 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4157 # Don't even attempt the hair of trying to link an X program!
4158 for ac_extension in a so sl; do
4159 if test -r "$ac_dir/libX11.$ac_extension"; then
4160 ac_x_libraries=$ac_dir
4161 break 2
4163 done
4164 done
4167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4168 conftest$ac_exeext conftest.$ac_ext
4169 fi # $ac_x_libraries = no
4171 case $ac_x_includes,$ac_x_libraries in #(
4172 no,* | *,no | *\'*)
4173 # Didn't find X, or a directory has "'" in its name.
4174 ac_cv_have_x="have_x=no";; #(
4176 # Record where we found X for the cache.
4177 ac_cv_have_x="have_x=yes\
4178 ac_x_includes='$ac_x_includes'\
4179 ac_x_libraries='$ac_x_libraries'"
4180 esac
4182 ;; #(
4183 *) have_x=yes;;
4184 esac
4185 eval "$ac_cv_have_x"
4186 fi # $with_x != no
4188 if test "$have_x" != yes; then
4189 { echo "$as_me:$LINENO: result: $have_x" >&5
4190 echo "${ECHO_T}$have_x" >&6; }
4191 no_x=yes
4192 else
4193 # If each of the values was on the command line, it overrides each guess.
4194 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4195 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4196 # Update the cache value to reflect the command line values.
4197 ac_cv_have_x="have_x=yes\
4198 ac_x_includes='$x_includes'\
4199 ac_x_libraries='$x_libraries'"
4200 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4201 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4204 if test "$no_x" = yes; then
4205 # Not all programs may use this symbol, but it does not hurt to define it.
4207 cat >>confdefs.h <<\_ACEOF
4208 #define X_DISPLAY_MISSING 1
4209 _ACEOF
4211 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4212 else
4213 if test -n "$x_includes"; then
4214 X_CFLAGS="$X_CFLAGS -I$x_includes"
4217 # It would also be nice to do this for all -L options, not just this one.
4218 if test -n "$x_libraries"; then
4219 X_LIBS="$X_LIBS -L$x_libraries"
4220 # For Solaris; some versions of Sun CC require a space after -R and
4221 # others require no space. Words are not sufficient . . . .
4222 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4223 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4224 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4225 ac_xsave_c_werror_flag=$ac_c_werror_flag
4226 ac_c_werror_flag=yes
4227 cat >conftest.$ac_ext <<_ACEOF
4228 /* confdefs.h. */
4229 _ACEOF
4230 cat confdefs.h >>conftest.$ac_ext
4231 cat >>conftest.$ac_ext <<_ACEOF
4232 /* end confdefs.h. */
4235 main ()
4239 return 0;
4241 _ACEOF
4242 rm -f conftest.$ac_objext conftest$ac_exeext
4243 if { (ac_try="$ac_link"
4244 case "(($ac_try" in
4245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4246 *) ac_try_echo=$ac_try;;
4247 esac
4248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4249 (eval "$ac_link") 2>conftest.er1
4250 ac_status=$?
4251 grep -v '^ *+' conftest.er1 >conftest.err
4252 rm -f conftest.er1
4253 cat conftest.err >&5
4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4255 (exit $ac_status); } && {
4256 test -z "$ac_c_werror_flag" ||
4257 test ! -s conftest.err
4258 } && test -s conftest$ac_exeext &&
4259 $as_test_x conftest$ac_exeext; then
4260 { echo "$as_me:$LINENO: result: no" >&5
4261 echo "${ECHO_T}no" >&6; }
4262 X_LIBS="$X_LIBS -R$x_libraries"
4263 else
4264 echo "$as_me: failed program was:" >&5
4265 sed 's/^/| /' conftest.$ac_ext >&5
4267 LIBS="$ac_xsave_LIBS -R $x_libraries"
4268 cat >conftest.$ac_ext <<_ACEOF
4269 /* confdefs.h. */
4270 _ACEOF
4271 cat confdefs.h >>conftest.$ac_ext
4272 cat >>conftest.$ac_ext <<_ACEOF
4273 /* end confdefs.h. */
4276 main ()
4280 return 0;
4282 _ACEOF
4283 rm -f conftest.$ac_objext conftest$ac_exeext
4284 if { (ac_try="$ac_link"
4285 case "(($ac_try" in
4286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4287 *) ac_try_echo=$ac_try;;
4288 esac
4289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4290 (eval "$ac_link") 2>conftest.er1
4291 ac_status=$?
4292 grep -v '^ *+' conftest.er1 >conftest.err
4293 rm -f conftest.er1
4294 cat conftest.err >&5
4295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296 (exit $ac_status); } && {
4297 test -z "$ac_c_werror_flag" ||
4298 test ! -s conftest.err
4299 } && test -s conftest$ac_exeext &&
4300 $as_test_x conftest$ac_exeext; then
4301 { echo "$as_me:$LINENO: result: yes" >&5
4302 echo "${ECHO_T}yes" >&6; }
4303 X_LIBS="$X_LIBS -R $x_libraries"
4304 else
4305 echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4308 { echo "$as_me:$LINENO: result: neither works" >&5
4309 echo "${ECHO_T}neither works" >&6; }
4312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4313 conftest$ac_exeext conftest.$ac_ext
4316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4317 conftest$ac_exeext conftest.$ac_ext
4318 ac_c_werror_flag=$ac_xsave_c_werror_flag
4319 LIBS=$ac_xsave_LIBS
4322 # Check for system-dependent libraries X programs must link with.
4323 # Do this before checking for the system-independent R6 libraries
4324 # (-lICE), since we may need -lsocket or whatever for X linking.
4326 if test "$ISC" = yes; then
4327 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4328 else
4329 # Martyn Johnson says this is needed for Ultrix, if the X
4330 # libraries were built with DECnet support. And Karl Berry says
4331 # the Alpha needs dnet_stub (dnet does not exist).
4332 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4333 cat >conftest.$ac_ext <<_ACEOF
4334 /* confdefs.h. */
4335 _ACEOF
4336 cat confdefs.h >>conftest.$ac_ext
4337 cat >>conftest.$ac_ext <<_ACEOF
4338 /* end confdefs.h. */
4340 /* Override any GCC internal prototype to avoid an error.
4341 Use char because int might match the return type of a GCC
4342 builtin and then its argument prototype would still apply. */
4343 #ifdef __cplusplus
4344 extern "C"
4345 #endif
4346 char XOpenDisplay ();
4348 main ()
4350 return XOpenDisplay ();
4352 return 0;
4354 _ACEOF
4355 rm -f conftest.$ac_objext conftest$ac_exeext
4356 if { (ac_try="$ac_link"
4357 case "(($ac_try" in
4358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4359 *) ac_try_echo=$ac_try;;
4360 esac
4361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4362 (eval "$ac_link") 2>conftest.er1
4363 ac_status=$?
4364 grep -v '^ *+' conftest.er1 >conftest.err
4365 rm -f conftest.er1
4366 cat conftest.err >&5
4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4368 (exit $ac_status); } && {
4369 test -z "$ac_c_werror_flag" ||
4370 test ! -s conftest.err
4371 } && test -s conftest$ac_exeext &&
4372 $as_test_x conftest$ac_exeext; then
4374 else
4375 echo "$as_me: failed program was:" >&5
4376 sed 's/^/| /' conftest.$ac_ext >&5
4378 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4379 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4380 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4381 echo $ECHO_N "(cached) $ECHO_C" >&6
4382 else
4383 ac_check_lib_save_LIBS=$LIBS
4384 LIBS="-ldnet $LIBS"
4385 cat >conftest.$ac_ext <<_ACEOF
4386 /* confdefs.h. */
4387 _ACEOF
4388 cat confdefs.h >>conftest.$ac_ext
4389 cat >>conftest.$ac_ext <<_ACEOF
4390 /* end confdefs.h. */
4392 /* Override any GCC internal prototype to avoid an error.
4393 Use char because int might match the return type of a GCC
4394 builtin and then its argument prototype would still apply. */
4395 #ifdef __cplusplus
4396 extern "C"
4397 #endif
4398 char dnet_ntoa ();
4400 main ()
4402 return dnet_ntoa ();
4404 return 0;
4406 _ACEOF
4407 rm -f conftest.$ac_objext conftest$ac_exeext
4408 if { (ac_try="$ac_link"
4409 case "(($ac_try" in
4410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4411 *) ac_try_echo=$ac_try;;
4412 esac
4413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4414 (eval "$ac_link") 2>conftest.er1
4415 ac_status=$?
4416 grep -v '^ *+' conftest.er1 >conftest.err
4417 rm -f conftest.er1
4418 cat conftest.err >&5
4419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4420 (exit $ac_status); } && {
4421 test -z "$ac_c_werror_flag" ||
4422 test ! -s conftest.err
4423 } && test -s conftest$ac_exeext &&
4424 $as_test_x conftest$ac_exeext; then
4425 ac_cv_lib_dnet_dnet_ntoa=yes
4426 else
4427 echo "$as_me: failed program was:" >&5
4428 sed 's/^/| /' conftest.$ac_ext >&5
4430 ac_cv_lib_dnet_dnet_ntoa=no
4433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4434 conftest$ac_exeext conftest.$ac_ext
4435 LIBS=$ac_check_lib_save_LIBS
4437 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4438 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4439 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4440 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4443 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4444 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4445 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4446 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4447 echo $ECHO_N "(cached) $ECHO_C" >&6
4448 else
4449 ac_check_lib_save_LIBS=$LIBS
4450 LIBS="-ldnet_stub $LIBS"
4451 cat >conftest.$ac_ext <<_ACEOF
4452 /* confdefs.h. */
4453 _ACEOF
4454 cat confdefs.h >>conftest.$ac_ext
4455 cat >>conftest.$ac_ext <<_ACEOF
4456 /* end confdefs.h. */
4458 /* Override any GCC internal prototype to avoid an error.
4459 Use char because int might match the return type of a GCC
4460 builtin and then its argument prototype would still apply. */
4461 #ifdef __cplusplus
4462 extern "C"
4463 #endif
4464 char dnet_ntoa ();
4466 main ()
4468 return dnet_ntoa ();
4470 return 0;
4472 _ACEOF
4473 rm -f conftest.$ac_objext conftest$ac_exeext
4474 if { (ac_try="$ac_link"
4475 case "(($ac_try" in
4476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4477 *) ac_try_echo=$ac_try;;
4478 esac
4479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4480 (eval "$ac_link") 2>conftest.er1
4481 ac_status=$?
4482 grep -v '^ *+' conftest.er1 >conftest.err
4483 rm -f conftest.er1
4484 cat conftest.err >&5
4485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4486 (exit $ac_status); } && {
4487 test -z "$ac_c_werror_flag" ||
4488 test ! -s conftest.err
4489 } && test -s conftest$ac_exeext &&
4490 $as_test_x conftest$ac_exeext; then
4491 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4492 else
4493 echo "$as_me: failed program was:" >&5
4494 sed 's/^/| /' conftest.$ac_ext >&5
4496 ac_cv_lib_dnet_stub_dnet_ntoa=no
4499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4500 conftest$ac_exeext conftest.$ac_ext
4501 LIBS=$ac_check_lib_save_LIBS
4503 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4504 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4505 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4506 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4513 conftest$ac_exeext conftest.$ac_ext
4514 LIBS="$ac_xsave_LIBS"
4516 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4517 # to get the SysV transport functions.
4518 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4519 # needs -lnsl.
4520 # The nsl library prevents programs from opening the X display
4521 # on Irix 5.2, according to T.E. Dickey.
4522 # The functions gethostbyname, getservbyname, and inet_addr are
4523 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4524 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4525 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4526 if test "${ac_cv_func_gethostbyname+set}" = set; then
4527 echo $ECHO_N "(cached) $ECHO_C" >&6
4528 else
4529 cat >conftest.$ac_ext <<_ACEOF
4530 /* confdefs.h. */
4531 _ACEOF
4532 cat confdefs.h >>conftest.$ac_ext
4533 cat >>conftest.$ac_ext <<_ACEOF
4534 /* end confdefs.h. */
4535 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4536 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4537 #define gethostbyname innocuous_gethostbyname
4539 /* System header to define __stub macros and hopefully few prototypes,
4540 which can conflict with char gethostbyname (); below.
4541 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4542 <limits.h> exists even on freestanding compilers. */
4544 #ifdef __STDC__
4545 # include <limits.h>
4546 #else
4547 # include <assert.h>
4548 #endif
4550 #undef gethostbyname
4552 /* Override any GCC internal prototype to avoid an error.
4553 Use char because int might match the return type of a GCC
4554 builtin and then its argument prototype would still apply. */
4555 #ifdef __cplusplus
4556 extern "C"
4557 #endif
4558 char gethostbyname ();
4559 /* The GNU C library defines this for functions which it implements
4560 to always fail with ENOSYS. Some functions are actually named
4561 something starting with __ and the normal name is an alias. */
4562 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4563 choke me
4564 #endif
4567 main ()
4569 return gethostbyname ();
4571 return 0;
4573 _ACEOF
4574 rm -f conftest.$ac_objext conftest$ac_exeext
4575 if { (ac_try="$ac_link"
4576 case "(($ac_try" in
4577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4578 *) ac_try_echo=$ac_try;;
4579 esac
4580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4581 (eval "$ac_link") 2>conftest.er1
4582 ac_status=$?
4583 grep -v '^ *+' conftest.er1 >conftest.err
4584 rm -f conftest.er1
4585 cat conftest.err >&5
4586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 (exit $ac_status); } && {
4588 test -z "$ac_c_werror_flag" ||
4589 test ! -s conftest.err
4590 } && test -s conftest$ac_exeext &&
4591 $as_test_x conftest$ac_exeext; then
4592 ac_cv_func_gethostbyname=yes
4593 else
4594 echo "$as_me: failed program was:" >&5
4595 sed 's/^/| /' conftest.$ac_ext >&5
4597 ac_cv_func_gethostbyname=no
4600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4601 conftest$ac_exeext conftest.$ac_ext
4603 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4604 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4606 if test $ac_cv_func_gethostbyname = no; then
4607 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4608 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4609 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4610 echo $ECHO_N "(cached) $ECHO_C" >&6
4611 else
4612 ac_check_lib_save_LIBS=$LIBS
4613 LIBS="-lnsl $LIBS"
4614 cat >conftest.$ac_ext <<_ACEOF
4615 /* confdefs.h. */
4616 _ACEOF
4617 cat confdefs.h >>conftest.$ac_ext
4618 cat >>conftest.$ac_ext <<_ACEOF
4619 /* end confdefs.h. */
4621 /* Override any GCC internal prototype to avoid an error.
4622 Use char because int might match the return type of a GCC
4623 builtin and then its argument prototype would still apply. */
4624 #ifdef __cplusplus
4625 extern "C"
4626 #endif
4627 char gethostbyname ();
4629 main ()
4631 return gethostbyname ();
4633 return 0;
4635 _ACEOF
4636 rm -f conftest.$ac_objext conftest$ac_exeext
4637 if { (ac_try="$ac_link"
4638 case "(($ac_try" in
4639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4640 *) ac_try_echo=$ac_try;;
4641 esac
4642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4643 (eval "$ac_link") 2>conftest.er1
4644 ac_status=$?
4645 grep -v '^ *+' conftest.er1 >conftest.err
4646 rm -f conftest.er1
4647 cat conftest.err >&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); } && {
4650 test -z "$ac_c_werror_flag" ||
4651 test ! -s conftest.err
4652 } && test -s conftest$ac_exeext &&
4653 $as_test_x conftest$ac_exeext; then
4654 ac_cv_lib_nsl_gethostbyname=yes
4655 else
4656 echo "$as_me: failed program was:" >&5
4657 sed 's/^/| /' conftest.$ac_ext >&5
4659 ac_cv_lib_nsl_gethostbyname=no
4662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4663 conftest$ac_exeext conftest.$ac_ext
4664 LIBS=$ac_check_lib_save_LIBS
4666 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4667 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4668 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4669 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4672 if test $ac_cv_lib_nsl_gethostbyname = no; then
4673 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4674 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4675 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4676 echo $ECHO_N "(cached) $ECHO_C" >&6
4677 else
4678 ac_check_lib_save_LIBS=$LIBS
4679 LIBS="-lbsd $LIBS"
4680 cat >conftest.$ac_ext <<_ACEOF
4681 /* confdefs.h. */
4682 _ACEOF
4683 cat confdefs.h >>conftest.$ac_ext
4684 cat >>conftest.$ac_ext <<_ACEOF
4685 /* end confdefs.h. */
4687 /* Override any GCC internal prototype to avoid an error.
4688 Use char because int might match the return type of a GCC
4689 builtin and then its argument prototype would still apply. */
4690 #ifdef __cplusplus
4691 extern "C"
4692 #endif
4693 char gethostbyname ();
4695 main ()
4697 return gethostbyname ();
4699 return 0;
4701 _ACEOF
4702 rm -f conftest.$ac_objext conftest$ac_exeext
4703 if { (ac_try="$ac_link"
4704 case "(($ac_try" in
4705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4706 *) ac_try_echo=$ac_try;;
4707 esac
4708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4709 (eval "$ac_link") 2>conftest.er1
4710 ac_status=$?
4711 grep -v '^ *+' conftest.er1 >conftest.err
4712 rm -f conftest.er1
4713 cat conftest.err >&5
4714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4715 (exit $ac_status); } && {
4716 test -z "$ac_c_werror_flag" ||
4717 test ! -s conftest.err
4718 } && test -s conftest$ac_exeext &&
4719 $as_test_x conftest$ac_exeext; then
4720 ac_cv_lib_bsd_gethostbyname=yes
4721 else
4722 echo "$as_me: failed program was:" >&5
4723 sed 's/^/| /' conftest.$ac_ext >&5
4725 ac_cv_lib_bsd_gethostbyname=no
4728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4729 conftest$ac_exeext conftest.$ac_ext
4730 LIBS=$ac_check_lib_save_LIBS
4732 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4733 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4734 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4735 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4741 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4742 # socket/setsockopt and other routines are undefined under SCO ODT
4743 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4744 # on later versions), says Simon Leinen: it contains gethostby*
4745 # variants that don't use the name server (or something). -lsocket
4746 # must be given before -lnsl if both are needed. We assume that
4747 # if connect needs -lnsl, so does gethostbyname.
4748 { echo "$as_me:$LINENO: checking for connect" >&5
4749 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4750 if test "${ac_cv_func_connect+set}" = set; then
4751 echo $ECHO_N "(cached) $ECHO_C" >&6
4752 else
4753 cat >conftest.$ac_ext <<_ACEOF
4754 /* confdefs.h. */
4755 _ACEOF
4756 cat confdefs.h >>conftest.$ac_ext
4757 cat >>conftest.$ac_ext <<_ACEOF
4758 /* end confdefs.h. */
4759 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4760 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4761 #define connect innocuous_connect
4763 /* System header to define __stub macros and hopefully few prototypes,
4764 which can conflict with char connect (); below.
4765 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4766 <limits.h> exists even on freestanding compilers. */
4768 #ifdef __STDC__
4769 # include <limits.h>
4770 #else
4771 # include <assert.h>
4772 #endif
4774 #undef connect
4776 /* Override any GCC internal prototype to avoid an error.
4777 Use char because int might match the return type of a GCC
4778 builtin and then its argument prototype would still apply. */
4779 #ifdef __cplusplus
4780 extern "C"
4781 #endif
4782 char connect ();
4783 /* The GNU C library defines this for functions which it implements
4784 to always fail with ENOSYS. Some functions are actually named
4785 something starting with __ and the normal name is an alias. */
4786 #if defined __stub_connect || defined __stub___connect
4787 choke me
4788 #endif
4791 main ()
4793 return connect ();
4795 return 0;
4797 _ACEOF
4798 rm -f conftest.$ac_objext conftest$ac_exeext
4799 if { (ac_try="$ac_link"
4800 case "(($ac_try" in
4801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4802 *) ac_try_echo=$ac_try;;
4803 esac
4804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4805 (eval "$ac_link") 2>conftest.er1
4806 ac_status=$?
4807 grep -v '^ *+' conftest.er1 >conftest.err
4808 rm -f conftest.er1
4809 cat conftest.err >&5
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); } && {
4812 test -z "$ac_c_werror_flag" ||
4813 test ! -s conftest.err
4814 } && test -s conftest$ac_exeext &&
4815 $as_test_x conftest$ac_exeext; then
4816 ac_cv_func_connect=yes
4817 else
4818 echo "$as_me: failed program was:" >&5
4819 sed 's/^/| /' conftest.$ac_ext >&5
4821 ac_cv_func_connect=no
4824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4825 conftest$ac_exeext conftest.$ac_ext
4827 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4828 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4830 if test $ac_cv_func_connect = no; then
4831 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4832 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4833 if test "${ac_cv_lib_socket_connect+set}" = set; then
4834 echo $ECHO_N "(cached) $ECHO_C" >&6
4835 else
4836 ac_check_lib_save_LIBS=$LIBS
4837 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4838 cat >conftest.$ac_ext <<_ACEOF
4839 /* confdefs.h. */
4840 _ACEOF
4841 cat confdefs.h >>conftest.$ac_ext
4842 cat >>conftest.$ac_ext <<_ACEOF
4843 /* end confdefs.h. */
4845 /* Override any GCC internal prototype to avoid an error.
4846 Use char because int might match the return type of a GCC
4847 builtin and then its argument prototype would still apply. */
4848 #ifdef __cplusplus
4849 extern "C"
4850 #endif
4851 char connect ();
4853 main ()
4855 return connect ();
4857 return 0;
4859 _ACEOF
4860 rm -f conftest.$ac_objext conftest$ac_exeext
4861 if { (ac_try="$ac_link"
4862 case "(($ac_try" in
4863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4864 *) ac_try_echo=$ac_try;;
4865 esac
4866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4867 (eval "$ac_link") 2>conftest.er1
4868 ac_status=$?
4869 grep -v '^ *+' conftest.er1 >conftest.err
4870 rm -f conftest.er1
4871 cat conftest.err >&5
4872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4873 (exit $ac_status); } && {
4874 test -z "$ac_c_werror_flag" ||
4875 test ! -s conftest.err
4876 } && test -s conftest$ac_exeext &&
4877 $as_test_x conftest$ac_exeext; then
4878 ac_cv_lib_socket_connect=yes
4879 else
4880 echo "$as_me: failed program was:" >&5
4881 sed 's/^/| /' conftest.$ac_ext >&5
4883 ac_cv_lib_socket_connect=no
4886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4887 conftest$ac_exeext conftest.$ac_ext
4888 LIBS=$ac_check_lib_save_LIBS
4890 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4891 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4892 if test $ac_cv_lib_socket_connect = yes; then
4893 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4898 # Guillermo Gomez says -lposix is necessary on A/UX.
4899 { echo "$as_me:$LINENO: checking for remove" >&5
4900 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4901 if test "${ac_cv_func_remove+set}" = set; then
4902 echo $ECHO_N "(cached) $ECHO_C" >&6
4903 else
4904 cat >conftest.$ac_ext <<_ACEOF
4905 /* confdefs.h. */
4906 _ACEOF
4907 cat confdefs.h >>conftest.$ac_ext
4908 cat >>conftest.$ac_ext <<_ACEOF
4909 /* end confdefs.h. */
4910 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4911 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4912 #define remove innocuous_remove
4914 /* System header to define __stub macros and hopefully few prototypes,
4915 which can conflict with char remove (); below.
4916 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4917 <limits.h> exists even on freestanding compilers. */
4919 #ifdef __STDC__
4920 # include <limits.h>
4921 #else
4922 # include <assert.h>
4923 #endif
4925 #undef remove
4927 /* Override any GCC internal prototype to avoid an error.
4928 Use char because int might match the return type of a GCC
4929 builtin and then its argument prototype would still apply. */
4930 #ifdef __cplusplus
4931 extern "C"
4932 #endif
4933 char remove ();
4934 /* The GNU C library defines this for functions which it implements
4935 to always fail with ENOSYS. Some functions are actually named
4936 something starting with __ and the normal name is an alias. */
4937 #if defined __stub_remove || defined __stub___remove
4938 choke me
4939 #endif
4942 main ()
4944 return remove ();
4946 return 0;
4948 _ACEOF
4949 rm -f conftest.$ac_objext conftest$ac_exeext
4950 if { (ac_try="$ac_link"
4951 case "(($ac_try" in
4952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4953 *) ac_try_echo=$ac_try;;
4954 esac
4955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4956 (eval "$ac_link") 2>conftest.er1
4957 ac_status=$?
4958 grep -v '^ *+' conftest.er1 >conftest.err
4959 rm -f conftest.er1
4960 cat conftest.err >&5
4961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4962 (exit $ac_status); } && {
4963 test -z "$ac_c_werror_flag" ||
4964 test ! -s conftest.err
4965 } && test -s conftest$ac_exeext &&
4966 $as_test_x conftest$ac_exeext; then
4967 ac_cv_func_remove=yes
4968 else
4969 echo "$as_me: failed program was:" >&5
4970 sed 's/^/| /' conftest.$ac_ext >&5
4972 ac_cv_func_remove=no
4975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4976 conftest$ac_exeext conftest.$ac_ext
4978 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4979 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4981 if test $ac_cv_func_remove = no; then
4982 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4983 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4984 if test "${ac_cv_lib_posix_remove+set}" = set; then
4985 echo $ECHO_N "(cached) $ECHO_C" >&6
4986 else
4987 ac_check_lib_save_LIBS=$LIBS
4988 LIBS="-lposix $LIBS"
4989 cat >conftest.$ac_ext <<_ACEOF
4990 /* confdefs.h. */
4991 _ACEOF
4992 cat confdefs.h >>conftest.$ac_ext
4993 cat >>conftest.$ac_ext <<_ACEOF
4994 /* end confdefs.h. */
4996 /* Override any GCC internal prototype to avoid an error.
4997 Use char because int might match the return type of a GCC
4998 builtin and then its argument prototype would still apply. */
4999 #ifdef __cplusplus
5000 extern "C"
5001 #endif
5002 char remove ();
5004 main ()
5006 return remove ();
5008 return 0;
5010 _ACEOF
5011 rm -f conftest.$ac_objext conftest$ac_exeext
5012 if { (ac_try="$ac_link"
5013 case "(($ac_try" in
5014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5015 *) ac_try_echo=$ac_try;;
5016 esac
5017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5018 (eval "$ac_link") 2>conftest.er1
5019 ac_status=$?
5020 grep -v '^ *+' conftest.er1 >conftest.err
5021 rm -f conftest.er1
5022 cat conftest.err >&5
5023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024 (exit $ac_status); } && {
5025 test -z "$ac_c_werror_flag" ||
5026 test ! -s conftest.err
5027 } && test -s conftest$ac_exeext &&
5028 $as_test_x conftest$ac_exeext; then
5029 ac_cv_lib_posix_remove=yes
5030 else
5031 echo "$as_me: failed program was:" >&5
5032 sed 's/^/| /' conftest.$ac_ext >&5
5034 ac_cv_lib_posix_remove=no
5037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5038 conftest$ac_exeext conftest.$ac_ext
5039 LIBS=$ac_check_lib_save_LIBS
5041 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5042 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5043 if test $ac_cv_lib_posix_remove = yes; then
5044 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5049 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5050 { echo "$as_me:$LINENO: checking for shmat" >&5
5051 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5052 if test "${ac_cv_func_shmat+set}" = set; then
5053 echo $ECHO_N "(cached) $ECHO_C" >&6
5054 else
5055 cat >conftest.$ac_ext <<_ACEOF
5056 /* confdefs.h. */
5057 _ACEOF
5058 cat confdefs.h >>conftest.$ac_ext
5059 cat >>conftest.$ac_ext <<_ACEOF
5060 /* end confdefs.h. */
5061 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5062 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5063 #define shmat innocuous_shmat
5065 /* System header to define __stub macros and hopefully few prototypes,
5066 which can conflict with char shmat (); below.
5067 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5068 <limits.h> exists even on freestanding compilers. */
5070 #ifdef __STDC__
5071 # include <limits.h>
5072 #else
5073 # include <assert.h>
5074 #endif
5076 #undef shmat
5078 /* Override any GCC internal prototype to avoid an error.
5079 Use char because int might match the return type of a GCC
5080 builtin and then its argument prototype would still apply. */
5081 #ifdef __cplusplus
5082 extern "C"
5083 #endif
5084 char shmat ();
5085 /* The GNU C library defines this for functions which it implements
5086 to always fail with ENOSYS. Some functions are actually named
5087 something starting with __ and the normal name is an alias. */
5088 #if defined __stub_shmat || defined __stub___shmat
5089 choke me
5090 #endif
5093 main ()
5095 return shmat ();
5097 return 0;
5099 _ACEOF
5100 rm -f conftest.$ac_objext conftest$ac_exeext
5101 if { (ac_try="$ac_link"
5102 case "(($ac_try" in
5103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5104 *) ac_try_echo=$ac_try;;
5105 esac
5106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5107 (eval "$ac_link") 2>conftest.er1
5108 ac_status=$?
5109 grep -v '^ *+' conftest.er1 >conftest.err
5110 rm -f conftest.er1
5111 cat conftest.err >&5
5112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5113 (exit $ac_status); } && {
5114 test -z "$ac_c_werror_flag" ||
5115 test ! -s conftest.err
5116 } && test -s conftest$ac_exeext &&
5117 $as_test_x conftest$ac_exeext; then
5118 ac_cv_func_shmat=yes
5119 else
5120 echo "$as_me: failed program was:" >&5
5121 sed 's/^/| /' conftest.$ac_ext >&5
5123 ac_cv_func_shmat=no
5126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5127 conftest$ac_exeext conftest.$ac_ext
5129 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5130 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5132 if test $ac_cv_func_shmat = no; then
5133 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5134 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5135 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5136 echo $ECHO_N "(cached) $ECHO_C" >&6
5137 else
5138 ac_check_lib_save_LIBS=$LIBS
5139 LIBS="-lipc $LIBS"
5140 cat >conftest.$ac_ext <<_ACEOF
5141 /* confdefs.h. */
5142 _ACEOF
5143 cat confdefs.h >>conftest.$ac_ext
5144 cat >>conftest.$ac_ext <<_ACEOF
5145 /* end confdefs.h. */
5147 /* Override any GCC internal prototype to avoid an error.
5148 Use char because int might match the return type of a GCC
5149 builtin and then its argument prototype would still apply. */
5150 #ifdef __cplusplus
5151 extern "C"
5152 #endif
5153 char shmat ();
5155 main ()
5157 return shmat ();
5159 return 0;
5161 _ACEOF
5162 rm -f conftest.$ac_objext conftest$ac_exeext
5163 if { (ac_try="$ac_link"
5164 case "(($ac_try" in
5165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5166 *) ac_try_echo=$ac_try;;
5167 esac
5168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5169 (eval "$ac_link") 2>conftest.er1
5170 ac_status=$?
5171 grep -v '^ *+' conftest.er1 >conftest.err
5172 rm -f conftest.er1
5173 cat conftest.err >&5
5174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175 (exit $ac_status); } && {
5176 test -z "$ac_c_werror_flag" ||
5177 test ! -s conftest.err
5178 } && test -s conftest$ac_exeext &&
5179 $as_test_x conftest$ac_exeext; then
5180 ac_cv_lib_ipc_shmat=yes
5181 else
5182 echo "$as_me: failed program was:" >&5
5183 sed 's/^/| /' conftest.$ac_ext >&5
5185 ac_cv_lib_ipc_shmat=no
5188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5189 conftest$ac_exeext conftest.$ac_ext
5190 LIBS=$ac_check_lib_save_LIBS
5192 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5193 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5194 if test $ac_cv_lib_ipc_shmat = yes; then
5195 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5201 # Check for libraries that X11R6 Xt/Xaw programs need.
5202 ac_save_LDFLAGS=$LDFLAGS
5203 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5204 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5205 # check for ICE first), but we must link in the order -lSM -lICE or
5206 # we get undefined symbols. So assume we have SM if we have ICE.
5207 # These have to be linked with before -lX11, unlike the other
5208 # libraries we check for below, so use a different variable.
5209 # John Interrante, Karl Berry
5210 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5211 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5212 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5213 echo $ECHO_N "(cached) $ECHO_C" >&6
5214 else
5215 ac_check_lib_save_LIBS=$LIBS
5216 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5217 cat >conftest.$ac_ext <<_ACEOF
5218 /* confdefs.h. */
5219 _ACEOF
5220 cat confdefs.h >>conftest.$ac_ext
5221 cat >>conftest.$ac_ext <<_ACEOF
5222 /* end confdefs.h. */
5224 /* Override any GCC internal prototype to avoid an error.
5225 Use char because int might match the return type of a GCC
5226 builtin and then its argument prototype would still apply. */
5227 #ifdef __cplusplus
5228 extern "C"
5229 #endif
5230 char IceConnectionNumber ();
5232 main ()
5234 return IceConnectionNumber ();
5236 return 0;
5238 _ACEOF
5239 rm -f conftest.$ac_objext conftest$ac_exeext
5240 if { (ac_try="$ac_link"
5241 case "(($ac_try" in
5242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5243 *) ac_try_echo=$ac_try;;
5244 esac
5245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5246 (eval "$ac_link") 2>conftest.er1
5247 ac_status=$?
5248 grep -v '^ *+' conftest.er1 >conftest.err
5249 rm -f conftest.er1
5250 cat conftest.err >&5
5251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5252 (exit $ac_status); } && {
5253 test -z "$ac_c_werror_flag" ||
5254 test ! -s conftest.err
5255 } && test -s conftest$ac_exeext &&
5256 $as_test_x conftest$ac_exeext; then
5257 ac_cv_lib_ICE_IceConnectionNumber=yes
5258 else
5259 echo "$as_me: failed program was:" >&5
5260 sed 's/^/| /' conftest.$ac_ext >&5
5262 ac_cv_lib_ICE_IceConnectionNumber=no
5265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5266 conftest$ac_exeext conftest.$ac_ext
5267 LIBS=$ac_check_lib_save_LIBS
5269 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5270 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5271 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5272 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5275 LDFLAGS=$ac_save_LDFLAGS
5280 for ac_prog in flex
5282 # Extract the first word of "$ac_prog", so it can be a program name with args.
5283 set dummy $ac_prog; ac_word=$2
5284 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5286 if test "${ac_cv_prog_FLEX+set}" = set; then
5287 echo $ECHO_N "(cached) $ECHO_C" >&6
5288 else
5289 if test -n "$FLEX"; then
5290 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5291 else
5292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293 for as_dir in $PATH
5295 IFS=$as_save_IFS
5296 test -z "$as_dir" && as_dir=.
5297 for ac_exec_ext in '' $ac_executable_extensions; do
5298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5299 ac_cv_prog_FLEX="$ac_prog"
5300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5301 break 2
5303 done
5304 done
5305 IFS=$as_save_IFS
5309 FLEX=$ac_cv_prog_FLEX
5310 if test -n "$FLEX"; then
5311 { echo "$as_me:$LINENO: result: $FLEX" >&5
5312 echo "${ECHO_T}$FLEX" >&6; }
5313 else
5314 { echo "$as_me:$LINENO: result: no" >&5
5315 echo "${ECHO_T}no" >&6; }
5319 test -n "$FLEX" && break
5320 done
5321 test -n "$FLEX" || FLEX="none"
5323 if test "$FLEX" = "none"
5324 then
5325 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5326 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5327 { (exit 1); exit 1; }; }
5330 for ac_prog in bison
5332 # Extract the first word of "$ac_prog", so it can be a program name with args.
5333 set dummy $ac_prog; ac_word=$2
5334 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5336 if test "${ac_cv_prog_BISON+set}" = set; then
5337 echo $ECHO_N "(cached) $ECHO_C" >&6
5338 else
5339 if test -n "$BISON"; then
5340 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5341 else
5342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5343 for as_dir in $PATH
5345 IFS=$as_save_IFS
5346 test -z "$as_dir" && as_dir=.
5347 for ac_exec_ext in '' $ac_executable_extensions; do
5348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5349 ac_cv_prog_BISON="$ac_prog"
5350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5351 break 2
5353 done
5354 done
5355 IFS=$as_save_IFS
5359 BISON=$ac_cv_prog_BISON
5360 if test -n "$BISON"; then
5361 { echo "$as_me:$LINENO: result: $BISON" >&5
5362 echo "${ECHO_T}$BISON" >&6; }
5363 else
5364 { echo "$as_me:$LINENO: result: no" >&5
5365 echo "${ECHO_T}no" >&6; }
5369 test -n "$BISON" && break
5370 done
5371 test -n "$BISON" || BISON="none"
5373 if test "$BISON" = "none"
5374 then
5375 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5376 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5377 { (exit 1); exit 1; }; }
5380 if test -n "$ac_tool_prefix"; then
5381 for ac_prog in gas as
5383 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5384 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5385 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5387 if test "${ac_cv_prog_AS+set}" = set; then
5388 echo $ECHO_N "(cached) $ECHO_C" >&6
5389 else
5390 if test -n "$AS"; then
5391 ac_cv_prog_AS="$AS" # Let the user override the test.
5392 else
5393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5394 for as_dir in $PATH
5396 IFS=$as_save_IFS
5397 test -z "$as_dir" && as_dir=.
5398 for ac_exec_ext in '' $ac_executable_extensions; do
5399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5400 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5402 break 2
5404 done
5405 done
5406 IFS=$as_save_IFS
5410 AS=$ac_cv_prog_AS
5411 if test -n "$AS"; then
5412 { echo "$as_me:$LINENO: result: $AS" >&5
5413 echo "${ECHO_T}$AS" >&6; }
5414 else
5415 { echo "$as_me:$LINENO: result: no" >&5
5416 echo "${ECHO_T}no" >&6; }
5420 test -n "$AS" && break
5421 done
5423 if test -z "$AS"; then
5424 ac_ct_AS=$AS
5425 for ac_prog in gas as
5427 # Extract the first word of "$ac_prog", so it can be a program name with args.
5428 set dummy $ac_prog; ac_word=$2
5429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5431 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5432 echo $ECHO_N "(cached) $ECHO_C" >&6
5433 else
5434 if test -n "$ac_ct_AS"; then
5435 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5436 else
5437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5438 for as_dir in $PATH
5440 IFS=$as_save_IFS
5441 test -z "$as_dir" && as_dir=.
5442 for ac_exec_ext in '' $ac_executable_extensions; do
5443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5444 ac_cv_prog_ac_ct_AS="$ac_prog"
5445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5446 break 2
5448 done
5449 done
5450 IFS=$as_save_IFS
5454 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5455 if test -n "$ac_ct_AS"; then
5456 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5457 echo "${ECHO_T}$ac_ct_AS" >&6; }
5458 else
5459 { echo "$as_me:$LINENO: result: no" >&5
5460 echo "${ECHO_T}no" >&6; }
5464 test -n "$ac_ct_AS" && break
5465 done
5467 if test "x$ac_ct_AS" = x; then
5468 AS="as"
5469 else
5470 case $cross_compiling:$ac_tool_warned in
5471 yes:)
5472 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5473 whose name does not start with the host triplet. If you think this
5474 configuration is useful to you, please write to autoconf@gnu.org." >&5
5475 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5476 whose name does not start with the host triplet. If you think this
5477 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5478 ac_tool_warned=yes ;;
5479 esac
5480 AS=$ac_ct_AS
5484 if test -n "$ac_tool_prefix"; then
5485 for ac_prog in ld gld
5487 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5488 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5489 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5490 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5491 if test "${ac_cv_prog_LD+set}" = set; then
5492 echo $ECHO_N "(cached) $ECHO_C" >&6
5493 else
5494 if test -n "$LD"; then
5495 ac_cv_prog_LD="$LD" # Let the user override the test.
5496 else
5497 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5498 for as_dir in $PATH
5500 IFS=$as_save_IFS
5501 test -z "$as_dir" && as_dir=.
5502 for ac_exec_ext in '' $ac_executable_extensions; do
5503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5504 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5505 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5506 break 2
5508 done
5509 done
5510 IFS=$as_save_IFS
5514 LD=$ac_cv_prog_LD
5515 if test -n "$LD"; then
5516 { echo "$as_me:$LINENO: result: $LD" >&5
5517 echo "${ECHO_T}$LD" >&6; }
5518 else
5519 { echo "$as_me:$LINENO: result: no" >&5
5520 echo "${ECHO_T}no" >&6; }
5524 test -n "$LD" && break
5525 done
5527 if test -z "$LD"; then
5528 ac_ct_LD=$LD
5529 for ac_prog in ld gld
5531 # Extract the first word of "$ac_prog", so it can be a program name with args.
5532 set dummy $ac_prog; ac_word=$2
5533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5535 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5536 echo $ECHO_N "(cached) $ECHO_C" >&6
5537 else
5538 if test -n "$ac_ct_LD"; then
5539 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5540 else
5541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5542 for as_dir in $PATH
5544 IFS=$as_save_IFS
5545 test -z "$as_dir" && as_dir=.
5546 for ac_exec_ext in '' $ac_executable_extensions; do
5547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5548 ac_cv_prog_ac_ct_LD="$ac_prog"
5549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5550 break 2
5552 done
5553 done
5554 IFS=$as_save_IFS
5558 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5559 if test -n "$ac_ct_LD"; then
5560 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5561 echo "${ECHO_T}$ac_ct_LD" >&6; }
5562 else
5563 { echo "$as_me:$LINENO: result: no" >&5
5564 echo "${ECHO_T}no" >&6; }
5568 test -n "$ac_ct_LD" && break
5569 done
5571 if test "x$ac_ct_LD" = x; then
5572 LD="ld"
5573 else
5574 case $cross_compiling:$ac_tool_warned in
5575 yes:)
5576 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5577 whose name does not start with the host triplet. If you think this
5578 configuration is useful to you, please write to autoconf@gnu.org." >&5
5579 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5580 whose name does not start with the host triplet. If you think this
5581 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5582 ac_tool_warned=yes ;;
5583 esac
5584 LD=$ac_ct_LD
5588 if test -n "$ac_tool_prefix"; then
5589 for ac_prog in nm gnm
5591 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5592 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5595 if test "${ac_cv_prog_NM+set}" = set; then
5596 echo $ECHO_N "(cached) $ECHO_C" >&6
5597 else
5598 if test -n "$NM"; then
5599 ac_cv_prog_NM="$NM" # Let the user override the test.
5600 else
5601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602 for as_dir in $PATH
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
5606 for ac_exec_ext in '' $ac_executable_extensions; do
5607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5608 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5610 break 2
5612 done
5613 done
5614 IFS=$as_save_IFS
5618 NM=$ac_cv_prog_NM
5619 if test -n "$NM"; then
5620 { echo "$as_me:$LINENO: result: $NM" >&5
5621 echo "${ECHO_T}$NM" >&6; }
5622 else
5623 { echo "$as_me:$LINENO: result: no" >&5
5624 echo "${ECHO_T}no" >&6; }
5628 test -n "$NM" && break
5629 done
5631 if test -z "$NM"; then
5632 ac_ct_NM=$NM
5633 for ac_prog in nm gnm
5635 # Extract the first word of "$ac_prog", so it can be a program name with args.
5636 set dummy $ac_prog; ac_word=$2
5637 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5639 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5640 echo $ECHO_N "(cached) $ECHO_C" >&6
5641 else
5642 if test -n "$ac_ct_NM"; then
5643 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5644 else
5645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5646 for as_dir in $PATH
5648 IFS=$as_save_IFS
5649 test -z "$as_dir" && as_dir=.
5650 for ac_exec_ext in '' $ac_executable_extensions; do
5651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5652 ac_cv_prog_ac_ct_NM="$ac_prog"
5653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5654 break 2
5656 done
5657 done
5658 IFS=$as_save_IFS
5662 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5663 if test -n "$ac_ct_NM"; then
5664 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5665 echo "${ECHO_T}$ac_ct_NM" >&6; }
5666 else
5667 { echo "$as_me:$LINENO: result: no" >&5
5668 echo "${ECHO_T}no" >&6; }
5672 test -n "$ac_ct_NM" && break
5673 done
5675 if test "x$ac_ct_NM" = x; then
5676 NM="nm"
5677 else
5678 case $cross_compiling:$ac_tool_warned in
5679 yes:)
5680 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5681 whose name does not start with the host triplet. If you think this
5682 configuration is useful to you, please write to autoconf@gnu.org." >&5
5683 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5684 whose name does not start with the host triplet. If you think this
5685 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5686 ac_tool_warned=yes ;;
5687 esac
5688 NM=$ac_ct_NM
5692 if test -n "$ac_tool_prefix"; then
5693 for ac_prog in ar gar
5695 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5696 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5697 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5698 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5699 if test "${ac_cv_prog_AR+set}" = set; then
5700 echo $ECHO_N "(cached) $ECHO_C" >&6
5701 else
5702 if test -n "$AR"; then
5703 ac_cv_prog_AR="$AR" # Let the user override the test.
5704 else
5705 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5706 for as_dir in $PATH
5708 IFS=$as_save_IFS
5709 test -z "$as_dir" && as_dir=.
5710 for ac_exec_ext in '' $ac_executable_extensions; do
5711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5712 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5713 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5714 break 2
5716 done
5717 done
5718 IFS=$as_save_IFS
5722 AR=$ac_cv_prog_AR
5723 if test -n "$AR"; then
5724 { echo "$as_me:$LINENO: result: $AR" >&5
5725 echo "${ECHO_T}$AR" >&6; }
5726 else
5727 { echo "$as_me:$LINENO: result: no" >&5
5728 echo "${ECHO_T}no" >&6; }
5732 test -n "$AR" && break
5733 done
5735 if test -z "$AR"; then
5736 ac_ct_AR=$AR
5737 for ac_prog in ar gar
5739 # Extract the first word of "$ac_prog", so it can be a program name with args.
5740 set dummy $ac_prog; ac_word=$2
5741 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5742 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5743 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5744 echo $ECHO_N "(cached) $ECHO_C" >&6
5745 else
5746 if test -n "$ac_ct_AR"; then
5747 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5748 else
5749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5750 for as_dir in $PATH
5752 IFS=$as_save_IFS
5753 test -z "$as_dir" && as_dir=.
5754 for ac_exec_ext in '' $ac_executable_extensions; do
5755 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5756 ac_cv_prog_ac_ct_AR="$ac_prog"
5757 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5758 break 2
5760 done
5761 done
5762 IFS=$as_save_IFS
5766 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5767 if test -n "$ac_ct_AR"; then
5768 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5769 echo "${ECHO_T}$ac_ct_AR" >&6; }
5770 else
5771 { echo "$as_me:$LINENO: result: no" >&5
5772 echo "${ECHO_T}no" >&6; }
5776 test -n "$ac_ct_AR" && break
5777 done
5779 if test "x$ac_ct_AR" = x; then
5780 AR="ar"
5781 else
5782 case $cross_compiling:$ac_tool_warned in
5783 yes:)
5784 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5785 whose name does not start with the host triplet. If you think this
5786 configuration is useful to you, please write to autoconf@gnu.org." >&5
5787 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5788 whose name does not start with the host triplet. If you think this
5789 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5790 ac_tool_warned=yes ;;
5791 esac
5792 AR=$ac_ct_AR
5796 ARFLAGS=rc
5798 if test -n "$ac_tool_prefix"; then
5799 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5800 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5801 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5803 if test "${ac_cv_prog_RANLIB+set}" = set; then
5804 echo $ECHO_N "(cached) $ECHO_C" >&6
5805 else
5806 if test -n "$RANLIB"; then
5807 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5808 else
5809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5810 for as_dir in $PATH
5812 IFS=$as_save_IFS
5813 test -z "$as_dir" && as_dir=.
5814 for ac_exec_ext in '' $ac_executable_extensions; do
5815 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5816 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5818 break 2
5820 done
5821 done
5822 IFS=$as_save_IFS
5826 RANLIB=$ac_cv_prog_RANLIB
5827 if test -n "$RANLIB"; then
5828 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5829 echo "${ECHO_T}$RANLIB" >&6; }
5830 else
5831 { echo "$as_me:$LINENO: result: no" >&5
5832 echo "${ECHO_T}no" >&6; }
5837 if test -z "$ac_cv_prog_RANLIB"; then
5838 ac_ct_RANLIB=$RANLIB
5839 # Extract the first word of "ranlib", so it can be a program name with args.
5840 set dummy ranlib; ac_word=$2
5841 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5843 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5844 echo $ECHO_N "(cached) $ECHO_C" >&6
5845 else
5846 if test -n "$ac_ct_RANLIB"; then
5847 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5848 else
5849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5850 for as_dir in $PATH
5852 IFS=$as_save_IFS
5853 test -z "$as_dir" && as_dir=.
5854 for ac_exec_ext in '' $ac_executable_extensions; do
5855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5856 ac_cv_prog_ac_ct_RANLIB="ranlib"
5857 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5858 break 2
5860 done
5861 done
5862 IFS=$as_save_IFS
5866 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5867 if test -n "$ac_ct_RANLIB"; then
5868 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5869 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5870 else
5871 { echo "$as_me:$LINENO: result: no" >&5
5872 echo "${ECHO_T}no" >&6; }
5875 if test "x$ac_ct_RANLIB" = x; then
5876 RANLIB=":"
5877 else
5878 case $cross_compiling:$ac_tool_warned in
5879 yes:)
5880 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5881 whose name does not start with the host triplet. If you think this
5882 configuration is useful to you, please write to autoconf@gnu.org." >&5
5883 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5884 whose name does not start with the host triplet. If you think this
5885 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5886 ac_tool_warned=yes ;;
5887 esac
5888 RANLIB=$ac_ct_RANLIB
5890 else
5891 RANLIB="$ac_cv_prog_RANLIB"
5894 if test -n "$ac_tool_prefix"; then
5895 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5896 set dummy ${ac_tool_prefix}strip; ac_word=$2
5897 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5898 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5899 if test "${ac_cv_prog_STRIP+set}" = set; then
5900 echo $ECHO_N "(cached) $ECHO_C" >&6
5901 else
5902 if test -n "$STRIP"; then
5903 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5904 else
5905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5906 for as_dir in $PATH
5908 IFS=$as_save_IFS
5909 test -z "$as_dir" && as_dir=.
5910 for ac_exec_ext in '' $ac_executable_extensions; do
5911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5912 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5914 break 2
5916 done
5917 done
5918 IFS=$as_save_IFS
5922 STRIP=$ac_cv_prog_STRIP
5923 if test -n "$STRIP"; then
5924 { echo "$as_me:$LINENO: result: $STRIP" >&5
5925 echo "${ECHO_T}$STRIP" >&6; }
5926 else
5927 { echo "$as_me:$LINENO: result: no" >&5
5928 echo "${ECHO_T}no" >&6; }
5933 if test -z "$ac_cv_prog_STRIP"; then
5934 ac_ct_STRIP=$STRIP
5935 # Extract the first word of "strip", so it can be a program name with args.
5936 set dummy strip; ac_word=$2
5937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5939 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5940 echo $ECHO_N "(cached) $ECHO_C" >&6
5941 else
5942 if test -n "$ac_ct_STRIP"; then
5943 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5944 else
5945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5946 for as_dir in $PATH
5948 IFS=$as_save_IFS
5949 test -z "$as_dir" && as_dir=.
5950 for ac_exec_ext in '' $ac_executable_extensions; do
5951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5952 ac_cv_prog_ac_ct_STRIP="strip"
5953 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5954 break 2
5956 done
5957 done
5958 IFS=$as_save_IFS
5962 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5963 if test -n "$ac_ct_STRIP"; then
5964 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5965 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5966 else
5967 { echo "$as_me:$LINENO: result: no" >&5
5968 echo "${ECHO_T}no" >&6; }
5971 if test "x$ac_ct_STRIP" = x; then
5972 STRIP="strip"
5973 else
5974 case $cross_compiling:$ac_tool_warned in
5975 yes:)
5976 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5977 whose name does not start with the host triplet. If you think this
5978 configuration is useful to you, please write to autoconf@gnu.org." >&5
5979 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5980 whose name does not start with the host triplet. If you think this
5981 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5982 ac_tool_warned=yes ;;
5983 esac
5984 STRIP=$ac_ct_STRIP
5986 else
5987 STRIP="$ac_cv_prog_STRIP"
5990 if test -n "$ac_tool_prefix"; then
5991 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5992 set dummy ${ac_tool_prefix}windres; ac_word=$2
5993 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5995 if test "${ac_cv_prog_WINDRES+set}" = set; then
5996 echo $ECHO_N "(cached) $ECHO_C" >&6
5997 else
5998 if test -n "$WINDRES"; then
5999 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6000 else
6001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6002 for as_dir in $PATH
6004 IFS=$as_save_IFS
6005 test -z "$as_dir" && as_dir=.
6006 for ac_exec_ext in '' $ac_executable_extensions; do
6007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6008 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6009 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6010 break 2
6012 done
6013 done
6014 IFS=$as_save_IFS
6018 WINDRES=$ac_cv_prog_WINDRES
6019 if test -n "$WINDRES"; then
6020 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6021 echo "${ECHO_T}$WINDRES" >&6; }
6022 else
6023 { echo "$as_me:$LINENO: result: no" >&5
6024 echo "${ECHO_T}no" >&6; }
6029 if test -z "$ac_cv_prog_WINDRES"; then
6030 ac_ct_WINDRES=$WINDRES
6031 # Extract the first word of "windres", so it can be a program name with args.
6032 set dummy windres; ac_word=$2
6033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6035 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6036 echo $ECHO_N "(cached) $ECHO_C" >&6
6037 else
6038 if test -n "$ac_ct_WINDRES"; then
6039 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6040 else
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042 for as_dir in $PATH
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6048 ac_cv_prog_ac_ct_WINDRES="windres"
6049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6050 break 2
6052 done
6053 done
6054 IFS=$as_save_IFS
6058 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6059 if test -n "$ac_ct_WINDRES"; then
6060 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6061 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6062 else
6063 { echo "$as_me:$LINENO: result: no" >&5
6064 echo "${ECHO_T}no" >&6; }
6067 if test "x$ac_ct_WINDRES" = x; then
6068 WINDRES="false"
6069 else
6070 case $cross_compiling:$ac_tool_warned in
6071 yes:)
6072 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6073 whose name does not start with the host triplet. If you think this
6074 configuration is useful to you, please write to autoconf@gnu.org." >&5
6075 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6076 whose name does not start with the host triplet. If you think this
6077 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6078 ac_tool_warned=yes ;;
6079 esac
6080 WINDRES=$ac_ct_WINDRES
6082 else
6083 WINDRES="$ac_cv_prog_WINDRES"
6086 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6087 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6088 LN_S=$as_ln_s
6089 if test "$LN_S" = "ln -s"; then
6090 { echo "$as_me:$LINENO: result: yes" >&5
6091 echo "${ECHO_T}yes" >&6; }
6092 else
6093 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6094 echo "${ECHO_T}no, using $LN_S" >&6; }
6097 { echo "$as_me:$LINENO: checking whether ln works" >&5
6098 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6099 rm -f conf$$ conf$$.file
6100 echo >conf$$.file
6101 if ln conf$$.file conf$$ 2>/dev/null; then
6102 LN=ln
6104 { echo "$as_me:$LINENO: result: yes" >&5
6105 echo "${ECHO_T}yes" >&6; }
6106 else
6107 LN="cp -p"
6109 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6110 echo "${ECHO_T}no, using $LN" >&6; }
6112 rm -f conf$$ conf$$.file
6113 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6114 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6115 if test "${ac_cv_path_GREP+set}" = set; then
6116 echo $ECHO_N "(cached) $ECHO_C" >&6
6117 else
6118 # Extract the first word of "grep ggrep" to use in msg output
6119 if test -z "$GREP"; then
6120 set dummy grep ggrep; ac_prog_name=$2
6121 if test "${ac_cv_path_GREP+set}" = set; then
6122 echo $ECHO_N "(cached) $ECHO_C" >&6
6123 else
6124 ac_path_GREP_found=false
6125 # Loop through the user's path and test for each of PROGNAME-LIST
6126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6127 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6129 IFS=$as_save_IFS
6130 test -z "$as_dir" && as_dir=.
6131 for ac_prog in grep ggrep; do
6132 for ac_exec_ext in '' $ac_executable_extensions; do
6133 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6134 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6135 # Check for GNU ac_path_GREP and select it if it is found.
6136 # Check for GNU $ac_path_GREP
6137 case `"$ac_path_GREP" --version 2>&1` in
6138 *GNU*)
6139 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6141 ac_count=0
6142 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6143 while :
6145 cat "conftest.in" "conftest.in" >"conftest.tmp"
6146 mv "conftest.tmp" "conftest.in"
6147 cp "conftest.in" "conftest.nl"
6148 echo 'GREP' >> "conftest.nl"
6149 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6150 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6151 ac_count=`expr $ac_count + 1`
6152 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6153 # Best one so far, save it but keep looking for a better one
6154 ac_cv_path_GREP="$ac_path_GREP"
6155 ac_path_GREP_max=$ac_count
6157 # 10*(2^10) chars as input seems more than enough
6158 test $ac_count -gt 10 && break
6159 done
6160 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6161 esac
6164 $ac_path_GREP_found && break 3
6165 done
6166 done
6168 done
6169 IFS=$as_save_IFS
6174 GREP="$ac_cv_path_GREP"
6175 if test -z "$GREP"; then
6176 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6177 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6178 { (exit 1); exit 1; }; }
6181 else
6182 ac_cv_path_GREP=$GREP
6187 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6188 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6189 GREP="$ac_cv_path_GREP"
6192 { echo "$as_me:$LINENO: checking for egrep" >&5
6193 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6194 if test "${ac_cv_path_EGREP+set}" = set; then
6195 echo $ECHO_N "(cached) $ECHO_C" >&6
6196 else
6197 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6198 then ac_cv_path_EGREP="$GREP -E"
6199 else
6200 # Extract the first word of "egrep" to use in msg output
6201 if test -z "$EGREP"; then
6202 set dummy egrep; ac_prog_name=$2
6203 if test "${ac_cv_path_EGREP+set}" = set; then
6204 echo $ECHO_N "(cached) $ECHO_C" >&6
6205 else
6206 ac_path_EGREP_found=false
6207 # Loop through the user's path and test for each of PROGNAME-LIST
6208 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6209 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6211 IFS=$as_save_IFS
6212 test -z "$as_dir" && as_dir=.
6213 for ac_prog in egrep; do
6214 for ac_exec_ext in '' $ac_executable_extensions; do
6215 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6216 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6217 # Check for GNU ac_path_EGREP and select it if it is found.
6218 # Check for GNU $ac_path_EGREP
6219 case `"$ac_path_EGREP" --version 2>&1` in
6220 *GNU*)
6221 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6223 ac_count=0
6224 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6225 while :
6227 cat "conftest.in" "conftest.in" >"conftest.tmp"
6228 mv "conftest.tmp" "conftest.in"
6229 cp "conftest.in" "conftest.nl"
6230 echo 'EGREP' >> "conftest.nl"
6231 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6232 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6233 ac_count=`expr $ac_count + 1`
6234 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6235 # Best one so far, save it but keep looking for a better one
6236 ac_cv_path_EGREP="$ac_path_EGREP"
6237 ac_path_EGREP_max=$ac_count
6239 # 10*(2^10) chars as input seems more than enough
6240 test $ac_count -gt 10 && break
6241 done
6242 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6243 esac
6246 $ac_path_EGREP_found && break 3
6247 done
6248 done
6250 done
6251 IFS=$as_save_IFS
6256 EGREP="$ac_cv_path_EGREP"
6257 if test -z "$EGREP"; then
6258 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6259 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6260 { (exit 1); exit 1; }; }
6263 else
6264 ac_cv_path_EGREP=$EGREP
6270 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6271 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6272 EGREP="$ac_cv_path_EGREP"
6275 # Extract the first word of "ldconfig", so it can be a program name with args.
6276 set dummy ldconfig; ac_word=$2
6277 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6279 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6280 echo $ECHO_N "(cached) $ECHO_C" >&6
6281 else
6282 case $LDCONFIG in
6283 [\\/]* | ?:[\\/]*)
6284 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6288 for as_dir in /sbin /usr/sbin $PATH
6290 IFS=$as_save_IFS
6291 test -z "$as_dir" && as_dir=.
6292 for ac_exec_ext in '' $ac_executable_extensions; do
6293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6294 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6295 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6296 break 2
6298 done
6299 done
6300 IFS=$as_save_IFS
6302 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6304 esac
6306 LDCONFIG=$ac_cv_path_LDCONFIG
6307 if test -n "$LDCONFIG"; then
6308 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6309 echo "${ECHO_T}$LDCONFIG" >&6; }
6310 else
6311 { echo "$as_me:$LINENO: result: no" >&5
6312 echo "${ECHO_T}no" >&6; }
6316 # Find a good install program. We prefer a C program (faster),
6317 # so one script is as good as another. But avoid the broken or
6318 # incompatible versions:
6319 # SysV /etc/install, /usr/sbin/install
6320 # SunOS /usr/etc/install
6321 # IRIX /sbin/install
6322 # AIX /bin/install
6323 # AmigaOS /C/install, which installs bootblocks on floppy discs
6324 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6325 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6326 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6327 # OS/2's system install, which has a completely different semantic
6328 # ./install, which can be erroneously created by make from ./install.sh.
6329 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6330 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6331 if test -z "$INSTALL"; then
6332 if test "${ac_cv_path_install+set}" = set; then
6333 echo $ECHO_N "(cached) $ECHO_C" >&6
6334 else
6335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6336 for as_dir in $PATH
6338 IFS=$as_save_IFS
6339 test -z "$as_dir" && as_dir=.
6340 # Account for people who put trailing slashes in PATH elements.
6341 case $as_dir/ in
6342 ./ | .// | /cC/* | \
6343 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6344 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6345 /usr/ucb/* ) ;;
6347 # OSF1 and SCO ODT 3.0 have their own names for install.
6348 # Don't use installbsd from OSF since it installs stuff as root
6349 # by default.
6350 for ac_prog in ginstall scoinst install; do
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6353 if test $ac_prog = install &&
6354 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6355 # AIX install. It has an incompatible calling convention.
6357 elif test $ac_prog = install &&
6358 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6359 # program-specific install script used by HP pwplus--don't use.
6361 else
6362 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6363 break 3
6366 done
6367 done
6369 esac
6370 done
6371 IFS=$as_save_IFS
6375 if test "${ac_cv_path_install+set}" = set; then
6376 INSTALL=$ac_cv_path_install
6377 else
6378 # As a last resort, use the slow shell script. Don't cache a
6379 # value for INSTALL within a source directory, because that will
6380 # break other packages using the cache if that directory is
6381 # removed, or if the value is a relative name.
6382 INSTALL=$ac_install_sh
6385 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6386 echo "${ECHO_T}$INSTALL" >&6; }
6388 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6389 # It thinks the first close brace ends the variable substitution.
6390 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6392 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6394 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6396 case "$INSTALL" in
6397 [\\/$]* | ?:[\\/]* ) ;;
6398 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6399 esac
6401 for ac_prog in lclint lint
6403 # Extract the first word of "$ac_prog", so it can be a program name with args.
6404 set dummy $ac_prog; ac_word=$2
6405 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6406 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6407 if test "${ac_cv_prog_LINT+set}" = set; then
6408 echo $ECHO_N "(cached) $ECHO_C" >&6
6409 else
6410 if test -n "$LINT"; then
6411 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6412 else
6413 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6414 for as_dir in $PATH
6416 IFS=$as_save_IFS
6417 test -z "$as_dir" && as_dir=.
6418 for ac_exec_ext in '' $ac_executable_extensions; do
6419 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6420 ac_cv_prog_LINT="$ac_prog"
6421 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6422 break 2
6424 done
6425 done
6426 IFS=$as_save_IFS
6430 LINT=$ac_cv_prog_LINT
6431 if test -n "$LINT"; then
6432 { echo "$as_me:$LINENO: result: $LINT" >&5
6433 echo "${ECHO_T}$LINT" >&6; }
6434 else
6435 { echo "$as_me:$LINENO: result: no" >&5
6436 echo "${ECHO_T}no" >&6; }
6440 test -n "$LINT" && break
6441 done
6443 if test "$LINT" = "lint"
6444 then
6445 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6450 for ac_prog in fontforge
6452 # Extract the first word of "$ac_prog", so it can be a program name with args.
6453 set dummy $ac_prog; ac_word=$2
6454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6456 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6
6458 else
6459 if test -n "$FONTFORGE"; then
6460 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6461 else
6462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6463 for as_dir in $PATH
6465 IFS=$as_save_IFS
6466 test -z "$as_dir" && as_dir=.
6467 for ac_exec_ext in '' $ac_executable_extensions; do
6468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6469 ac_cv_prog_FONTFORGE="$ac_prog"
6470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6471 break 2
6473 done
6474 done
6475 IFS=$as_save_IFS
6479 FONTFORGE=$ac_cv_prog_FONTFORGE
6480 if test -n "$FONTFORGE"; then
6481 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6482 echo "${ECHO_T}$FONTFORGE" >&6; }
6483 else
6484 { echo "$as_me:$LINENO: result: no" >&5
6485 echo "${ECHO_T}no" >&6; }
6489 test -n "$FONTFORGE" && break
6490 done
6491 test -n "$FONTFORGE" || FONTFORGE="false"
6493 for ac_prog in pkg-config
6495 # Extract the first word of "$ac_prog", so it can be a program name with args.
6496 set dummy $ac_prog; ac_word=$2
6497 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6498 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6499 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6500 echo $ECHO_N "(cached) $ECHO_C" >&6
6501 else
6502 if test -n "$PKG_CONFIG"; then
6503 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6504 else
6505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506 for as_dir in $PATH
6508 IFS=$as_save_IFS
6509 test -z "$as_dir" && as_dir=.
6510 for ac_exec_ext in '' $ac_executable_extensions; do
6511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6512 ac_cv_prog_PKG_CONFIG="$ac_prog"
6513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6514 break 2
6516 done
6517 done
6518 IFS=$as_save_IFS
6522 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6523 if test -n "$PKG_CONFIG"; then
6524 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6525 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6526 else
6527 { echo "$as_me:$LINENO: result: no" >&5
6528 echo "${ECHO_T}no" >&6; }
6532 test -n "$PKG_CONFIG" && break
6533 done
6534 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6536 for ac_prog in rsvg
6538 # Extract the first word of "$ac_prog", so it can be a program name with args.
6539 set dummy $ac_prog; ac_word=$2
6540 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6541 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6542 if test "${ac_cv_prog_RSVG+set}" = set; then
6543 echo $ECHO_N "(cached) $ECHO_C" >&6
6544 else
6545 if test -n "$RSVG"; then
6546 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6547 else
6548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6549 for as_dir in $PATH
6551 IFS=$as_save_IFS
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6555 ac_cv_prog_RSVG="$ac_prog"
6556 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6557 break 2
6559 done
6560 done
6561 IFS=$as_save_IFS
6565 RSVG=$ac_cv_prog_RSVG
6566 if test -n "$RSVG"; then
6567 { echo "$as_me:$LINENO: result: $RSVG" >&5
6568 echo "${ECHO_T}$RSVG" >&6; }
6569 else
6570 { echo "$as_me:$LINENO: result: no" >&5
6571 echo "${ECHO_T}no" >&6; }
6575 test -n "$RSVG" && break
6576 done
6577 test -n "$RSVG" || RSVG="false"
6579 for ac_prog in icotool
6581 # Extract the first word of "$ac_prog", so it can be a program name with args.
6582 set dummy $ac_prog; ac_word=$2
6583 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6584 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6585 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6586 echo $ECHO_N "(cached) $ECHO_C" >&6
6587 else
6588 if test -n "$ICOTOOL"; then
6589 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6590 else
6591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6592 for as_dir in $PATH
6594 IFS=$as_save_IFS
6595 test -z "$as_dir" && as_dir=.
6596 for ac_exec_ext in '' $ac_executable_extensions; do
6597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6598 ac_cv_prog_ICOTOOL="$ac_prog"
6599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6600 break 2
6602 done
6603 done
6604 IFS=$as_save_IFS
6608 ICOTOOL=$ac_cv_prog_ICOTOOL
6609 if test -n "$ICOTOOL"; then
6610 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6611 echo "${ECHO_T}$ICOTOOL" >&6; }
6612 else
6613 { echo "$as_me:$LINENO: result: no" >&5
6614 echo "${ECHO_T}no" >&6; }
6618 test -n "$ICOTOOL" && break
6619 done
6620 test -n "$ICOTOOL" || ICOTOOL="false"
6623 if test "${enable_maintainer_mode+set}" = set
6624 then
6625 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6626 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6627 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6630 case $host_cpu in
6631 *i[3456789]86*)
6632 # Extract the first word of "prelink", so it can be a program name with args.
6633 set dummy prelink; ac_word=$2
6634 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6636 if test "${ac_cv_path_PRELINK+set}" = set; then
6637 echo $ECHO_N "(cached) $ECHO_C" >&6
6638 else
6639 case $PRELINK in
6640 [\\/]* | ?:[\\/]*)
6641 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6645 for as_dir in /sbin /usr/sbin $PATH
6647 IFS=$as_save_IFS
6648 test -z "$as_dir" && as_dir=.
6649 for ac_exec_ext in '' $ac_executable_extensions; do
6650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6651 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6653 break 2
6655 done
6656 done
6657 IFS=$as_save_IFS
6659 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6661 esac
6663 PRELINK=$ac_cv_path_PRELINK
6664 if test -n "$PRELINK"; then
6665 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6666 echo "${ECHO_T}$PRELINK" >&6; }
6667 else
6668 { echo "$as_me:$LINENO: result: no" >&5
6669 echo "${ECHO_T}no" >&6; }
6674 esac
6678 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6679 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6680 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6681 echo $ECHO_N "(cached) $ECHO_C" >&6
6682 else
6683 ac_check_lib_save_LIBS=$LIBS
6684 LIBS="-li386 $LIBS"
6685 cat >conftest.$ac_ext <<_ACEOF
6686 /* confdefs.h. */
6687 _ACEOF
6688 cat confdefs.h >>conftest.$ac_ext
6689 cat >>conftest.$ac_ext <<_ACEOF
6690 /* end confdefs.h. */
6692 /* Override any GCC internal prototype to avoid an error.
6693 Use char because int might match the return type of a GCC
6694 builtin and then its argument prototype would still apply. */
6695 #ifdef __cplusplus
6696 extern "C"
6697 #endif
6698 char i386_set_ldt ();
6700 main ()
6702 return i386_set_ldt ();
6704 return 0;
6706 _ACEOF
6707 rm -f conftest.$ac_objext conftest$ac_exeext
6708 if { (ac_try="$ac_link"
6709 case "(($ac_try" in
6710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6711 *) ac_try_echo=$ac_try;;
6712 esac
6713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6714 (eval "$ac_link") 2>conftest.er1
6715 ac_status=$?
6716 grep -v '^ *+' conftest.er1 >conftest.err
6717 rm -f conftest.er1
6718 cat conftest.err >&5
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); } && {
6721 test -z "$ac_c_werror_flag" ||
6722 test ! -s conftest.err
6723 } && test -s conftest$ac_exeext &&
6724 $as_test_x conftest$ac_exeext; then
6725 ac_cv_lib_i386_i386_set_ldt=yes
6726 else
6727 echo "$as_me: failed program was:" >&5
6728 sed 's/^/| /' conftest.$ac_ext >&5
6730 ac_cv_lib_i386_i386_set_ldt=no
6733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6734 conftest$ac_exeext conftest.$ac_ext
6735 LIBS=$ac_check_lib_save_LIBS
6737 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6738 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6739 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6740 cat >>confdefs.h <<_ACEOF
6741 #define HAVE_LIBI386 1
6742 _ACEOF
6744 LIBS="-li386 $LIBS"
6749 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6750 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6751 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6752 echo $ECHO_N "(cached) $ECHO_C" >&6
6753 else
6754 ac_check_lib_save_LIBS=$LIBS
6755 LIBS="-lossaudio $LIBS"
6756 cat >conftest.$ac_ext <<_ACEOF
6757 /* confdefs.h. */
6758 _ACEOF
6759 cat confdefs.h >>conftest.$ac_ext
6760 cat >>conftest.$ac_ext <<_ACEOF
6761 /* end confdefs.h. */
6763 /* Override any GCC internal prototype to avoid an error.
6764 Use char because int might match the return type of a GCC
6765 builtin and then its argument prototype would still apply. */
6766 #ifdef __cplusplus
6767 extern "C"
6768 #endif
6769 char _oss_ioctl ();
6771 main ()
6773 return _oss_ioctl ();
6775 return 0;
6777 _ACEOF
6778 rm -f conftest.$ac_objext conftest$ac_exeext
6779 if { (ac_try="$ac_link"
6780 case "(($ac_try" in
6781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6782 *) ac_try_echo=$ac_try;;
6783 esac
6784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6785 (eval "$ac_link") 2>conftest.er1
6786 ac_status=$?
6787 grep -v '^ *+' conftest.er1 >conftest.err
6788 rm -f conftest.er1
6789 cat conftest.err >&5
6790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6791 (exit $ac_status); } && {
6792 test -z "$ac_c_werror_flag" ||
6793 test ! -s conftest.err
6794 } && test -s conftest$ac_exeext &&
6795 $as_test_x conftest$ac_exeext; then
6796 ac_cv_lib_ossaudio__oss_ioctl=yes
6797 else
6798 echo "$as_me: failed program was:" >&5
6799 sed 's/^/| /' conftest.$ac_ext >&5
6801 ac_cv_lib_ossaudio__oss_ioctl=no
6804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6805 conftest$ac_exeext conftest.$ac_ext
6806 LIBS=$ac_check_lib_save_LIBS
6808 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6809 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6810 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6811 cat >>confdefs.h <<_ACEOF
6812 #define HAVE_LIBOSSAUDIO 1
6813 _ACEOF
6815 LIBS="-lossaudio $LIBS"
6819 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6820 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6821 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6822 echo $ECHO_N "(cached) $ECHO_C" >&6
6823 else
6824 ac_check_lib_save_LIBS=$LIBS
6825 LIBS="-lpthread $LIBS"
6826 cat >conftest.$ac_ext <<_ACEOF
6827 /* confdefs.h. */
6828 _ACEOF
6829 cat confdefs.h >>conftest.$ac_ext
6830 cat >>conftest.$ac_ext <<_ACEOF
6831 /* end confdefs.h. */
6833 /* Override any GCC internal prototype to avoid an error.
6834 Use char because int might match the return type of a GCC
6835 builtin and then its argument prototype would still apply. */
6836 #ifdef __cplusplus
6837 extern "C"
6838 #endif
6839 char pthread_create ();
6841 main ()
6843 return pthread_create ();
6845 return 0;
6847 _ACEOF
6848 rm -f conftest.$ac_objext conftest$ac_exeext
6849 if { (ac_try="$ac_link"
6850 case "(($ac_try" in
6851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6852 *) ac_try_echo=$ac_try;;
6853 esac
6854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6855 (eval "$ac_link") 2>conftest.er1
6856 ac_status=$?
6857 grep -v '^ *+' conftest.er1 >conftest.err
6858 rm -f conftest.er1
6859 cat conftest.err >&5
6860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6861 (exit $ac_status); } && {
6862 test -z "$ac_c_werror_flag" ||
6863 test ! -s conftest.err
6864 } && test -s conftest$ac_exeext &&
6865 $as_test_x conftest$ac_exeext; then
6866 ac_cv_lib_pthread_pthread_create=yes
6867 else
6868 echo "$as_me: failed program was:" >&5
6869 sed 's/^/| /' conftest.$ac_ext >&5
6871 ac_cv_lib_pthread_pthread_create=no
6874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6875 conftest$ac_exeext conftest.$ac_ext
6876 LIBS=$ac_check_lib_save_LIBS
6878 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6879 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6880 if test $ac_cv_lib_pthread_pthread_create = yes; then
6881 LIBPTHREAD="-lpthread"
6886 XLIB=""
6888 OPENGL_LIBS=""
6892 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6893 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6894 if test "${ac_cv_header_stdc+set}" = set; then
6895 echo $ECHO_N "(cached) $ECHO_C" >&6
6896 else
6897 cat >conftest.$ac_ext <<_ACEOF
6898 /* confdefs.h. */
6899 _ACEOF
6900 cat confdefs.h >>conftest.$ac_ext
6901 cat >>conftest.$ac_ext <<_ACEOF
6902 /* end confdefs.h. */
6903 #include <stdlib.h>
6904 #include <stdarg.h>
6905 #include <string.h>
6906 #include <float.h>
6909 main ()
6913 return 0;
6915 _ACEOF
6916 rm -f conftest.$ac_objext
6917 if { (ac_try="$ac_compile"
6918 case "(($ac_try" in
6919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6920 *) ac_try_echo=$ac_try;;
6921 esac
6922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6923 (eval "$ac_compile") 2>conftest.er1
6924 ac_status=$?
6925 grep -v '^ *+' conftest.er1 >conftest.err
6926 rm -f conftest.er1
6927 cat conftest.err >&5
6928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6929 (exit $ac_status); } && {
6930 test -z "$ac_c_werror_flag" ||
6931 test ! -s conftest.err
6932 } && test -s conftest.$ac_objext; then
6933 ac_cv_header_stdc=yes
6934 else
6935 echo "$as_me: failed program was:" >&5
6936 sed 's/^/| /' conftest.$ac_ext >&5
6938 ac_cv_header_stdc=no
6941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6943 if test $ac_cv_header_stdc = yes; then
6944 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6945 cat >conftest.$ac_ext <<_ACEOF
6946 /* confdefs.h. */
6947 _ACEOF
6948 cat confdefs.h >>conftest.$ac_ext
6949 cat >>conftest.$ac_ext <<_ACEOF
6950 /* end confdefs.h. */
6951 #include <string.h>
6953 _ACEOF
6954 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6955 $EGREP "memchr" >/dev/null 2>&1; then
6957 else
6958 ac_cv_header_stdc=no
6960 rm -f conftest*
6964 if test $ac_cv_header_stdc = yes; then
6965 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6966 cat >conftest.$ac_ext <<_ACEOF
6967 /* confdefs.h. */
6968 _ACEOF
6969 cat confdefs.h >>conftest.$ac_ext
6970 cat >>conftest.$ac_ext <<_ACEOF
6971 /* end confdefs.h. */
6972 #include <stdlib.h>
6974 _ACEOF
6975 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6976 $EGREP "free" >/dev/null 2>&1; then
6978 else
6979 ac_cv_header_stdc=no
6981 rm -f conftest*
6985 if test $ac_cv_header_stdc = yes; then
6986 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6987 if test "$cross_compiling" = yes; then
6989 else
6990 cat >conftest.$ac_ext <<_ACEOF
6991 /* confdefs.h. */
6992 _ACEOF
6993 cat confdefs.h >>conftest.$ac_ext
6994 cat >>conftest.$ac_ext <<_ACEOF
6995 /* end confdefs.h. */
6996 #include <ctype.h>
6997 #include <stdlib.h>
6998 #if ((' ' & 0x0FF) == 0x020)
6999 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7000 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7001 #else
7002 # define ISLOWER(c) \
7003 (('a' <= (c) && (c) <= 'i') \
7004 || ('j' <= (c) && (c) <= 'r') \
7005 || ('s' <= (c) && (c) <= 'z'))
7006 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7007 #endif
7009 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7011 main ()
7013 int i;
7014 for (i = 0; i < 256; i++)
7015 if (XOR (islower (i), ISLOWER (i))
7016 || toupper (i) != TOUPPER (i))
7017 return 2;
7018 return 0;
7020 _ACEOF
7021 rm -f conftest$ac_exeext
7022 if { (ac_try="$ac_link"
7023 case "(($ac_try" in
7024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7025 *) ac_try_echo=$ac_try;;
7026 esac
7027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7028 (eval "$ac_link") 2>&5
7029 ac_status=$?
7030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7031 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7032 { (case "(($ac_try" in
7033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7034 *) ac_try_echo=$ac_try;;
7035 esac
7036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7037 (eval "$ac_try") 2>&5
7038 ac_status=$?
7039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7040 (exit $ac_status); }; }; then
7042 else
7043 echo "$as_me: program exited with status $ac_status" >&5
7044 echo "$as_me: failed program was:" >&5
7045 sed 's/^/| /' conftest.$ac_ext >&5
7047 ( exit $ac_status )
7048 ac_cv_header_stdc=no
7050 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7056 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7057 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7058 if test $ac_cv_header_stdc = yes; then
7060 cat >>confdefs.h <<\_ACEOF
7061 #define STDC_HEADERS 1
7062 _ACEOF
7066 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7076 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7077 inttypes.h stdint.h unistd.h
7079 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7080 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7083 echo $ECHO_N "(cached) $ECHO_C" >&6
7084 else
7085 cat >conftest.$ac_ext <<_ACEOF
7086 /* confdefs.h. */
7087 _ACEOF
7088 cat confdefs.h >>conftest.$ac_ext
7089 cat >>conftest.$ac_ext <<_ACEOF
7090 /* end confdefs.h. */
7091 $ac_includes_default
7093 #include <$ac_header>
7094 _ACEOF
7095 rm -f conftest.$ac_objext
7096 if { (ac_try="$ac_compile"
7097 case "(($ac_try" in
7098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7099 *) ac_try_echo=$ac_try;;
7100 esac
7101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7102 (eval "$ac_compile") 2>conftest.er1
7103 ac_status=$?
7104 grep -v '^ *+' conftest.er1 >conftest.err
7105 rm -f conftest.er1
7106 cat conftest.err >&5
7107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108 (exit $ac_status); } && {
7109 test -z "$ac_c_werror_flag" ||
7110 test ! -s conftest.err
7111 } && test -s conftest.$ac_objext; then
7112 eval "$as_ac_Header=yes"
7113 else
7114 echo "$as_me: failed program was:" >&5
7115 sed 's/^/| /' conftest.$ac_ext >&5
7117 eval "$as_ac_Header=no"
7120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7122 ac_res=`eval echo '${'$as_ac_Header'}'`
7123 { echo "$as_me:$LINENO: result: $ac_res" >&5
7124 echo "${ECHO_T}$ac_res" >&6; }
7125 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7126 cat >>confdefs.h <<_ACEOF
7127 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7128 _ACEOF
7132 done
7249 for ac_header in \
7250 AudioUnit/AudioUnit.h \
7251 Carbon/Carbon.h \
7252 CoreAudio/CoreAudio.h \
7253 DiskArbitration/DiskArbitration.h \
7254 IOKit/IOKitLib.h \
7255 alias.h \
7256 alsa/asoundlib.h \
7257 arpa/inet.h \
7258 arpa/nameser.h \
7259 asm/types.h \
7260 capi20.h \
7261 curses.h \
7262 direct.h \
7263 dirent.h \
7264 dlfcn.h \
7265 elf.h \
7266 float.h \
7267 fontconfig/fontconfig.h \
7268 getopt.h \
7269 grp.h \
7270 ieeefp.h \
7271 io.h \
7272 jack/jack.h \
7273 jpeglib.h \
7274 lber.h \
7275 lcms.h \
7276 lcms/lcms.h \
7277 ldap.h \
7278 libaudioio.h \
7279 link.h \
7280 linux/cdrom.h \
7281 linux/compiler.h \
7282 linux/hdreg.h \
7283 linux/input.h \
7284 linux/ioctl.h \
7285 linux/joystick.h \
7286 linux/major.h \
7287 linux/param.h \
7288 linux/serial.h \
7289 linux/ucdrom.h \
7290 mach/mach.h \
7291 mach/machine.h \
7292 machine/cpu.h \
7293 machine/limits.h \
7294 machine/soundcard.h \
7295 mntent.h \
7296 ncurses.h \
7297 netdb.h \
7298 netinet/in.h \
7299 netinet/in_systm.h \
7300 netinet/tcp.h \
7301 netinet/tcp_fsm.h \
7302 openssl/err.h \
7303 openssl/ssl.h \
7304 png.h \
7305 poll.h \
7306 process.h \
7307 pthread.h \
7308 pwd.h \
7309 regex.h \
7310 sched.h \
7311 scsi/scsi.h \
7312 scsi/scsi_ioctl.h \
7313 scsi/sg.h \
7314 soundcard.h \
7315 stdint.h \
7316 strings.h \
7317 sys/asoundlib.h \
7318 sys/cdio.h \
7319 sys/elf32.h \
7320 sys/epoll.h \
7321 sys/errno.h \
7322 sys/event.h \
7323 sys/exec_elf.h \
7324 sys/filio.h \
7325 sys/ioctl.h \
7326 sys/ipc.h \
7327 sys/limits.h \
7328 sys/link.h \
7329 sys/lwp.h \
7330 sys/mman.h \
7331 sys/modem.h \
7332 sys/msg.h \
7333 sys/mtio.h \
7334 sys/param.h \
7335 sys/poll.h \
7336 sys/prctl.h \
7337 sys/ptrace.h \
7338 sys/reg.h \
7339 sys/resource.h \
7340 sys/scsiio.h \
7341 sys/shm.h \
7342 sys/signal.h \
7343 sys/socket.h \
7344 sys/socketvar.h \
7345 sys/sockio.h \
7346 sys/soundcard.h \
7347 sys/statvfs.h \
7348 sys/strtio.h \
7349 sys/syscall.h \
7350 sys/sysctl.h \
7351 sys/time.h \
7352 sys/times.h \
7353 sys/uio.h \
7354 sys/un.h \
7355 sys/utsname.h \
7356 sys/vm86.h \
7357 sys/wait.h \
7358 syscall.h \
7359 termios.h \
7360 unistd.h \
7361 utime.h \
7362 valgrind/memcheck.h \
7363 valgrind/valgrind.h
7366 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7367 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7368 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7369 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7370 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7371 echo $ECHO_N "(cached) $ECHO_C" >&6
7373 ac_res=`eval echo '${'$as_ac_Header'}'`
7374 { echo "$as_me:$LINENO: result: $ac_res" >&5
7375 echo "${ECHO_T}$ac_res" >&6; }
7376 else
7377 # Is the header compilable?
7378 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7379 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7380 cat >conftest.$ac_ext <<_ACEOF
7381 /* confdefs.h. */
7382 _ACEOF
7383 cat confdefs.h >>conftest.$ac_ext
7384 cat >>conftest.$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 $ac_includes_default
7387 #include <$ac_header>
7388 _ACEOF
7389 rm -f conftest.$ac_objext
7390 if { (ac_try="$ac_compile"
7391 case "(($ac_try" in
7392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7393 *) ac_try_echo=$ac_try;;
7394 esac
7395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7396 (eval "$ac_compile") 2>conftest.er1
7397 ac_status=$?
7398 grep -v '^ *+' conftest.er1 >conftest.err
7399 rm -f conftest.er1
7400 cat conftest.err >&5
7401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7402 (exit $ac_status); } && {
7403 test -z "$ac_c_werror_flag" ||
7404 test ! -s conftest.err
7405 } && test -s conftest.$ac_objext; then
7406 ac_header_compiler=yes
7407 else
7408 echo "$as_me: failed program was:" >&5
7409 sed 's/^/| /' conftest.$ac_ext >&5
7411 ac_header_compiler=no
7414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7415 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7416 echo "${ECHO_T}$ac_header_compiler" >&6; }
7418 # Is the header present?
7419 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7420 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7421 cat >conftest.$ac_ext <<_ACEOF
7422 /* confdefs.h. */
7423 _ACEOF
7424 cat confdefs.h >>conftest.$ac_ext
7425 cat >>conftest.$ac_ext <<_ACEOF
7426 /* end confdefs.h. */
7427 #include <$ac_header>
7428 _ACEOF
7429 if { (ac_try="$ac_cpp conftest.$ac_ext"
7430 case "(($ac_try" in
7431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7432 *) ac_try_echo=$ac_try;;
7433 esac
7434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7435 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7436 ac_status=$?
7437 grep -v '^ *+' conftest.er1 >conftest.err
7438 rm -f conftest.er1
7439 cat conftest.err >&5
7440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7441 (exit $ac_status); } >/dev/null && {
7442 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7443 test ! -s conftest.err
7444 }; then
7445 ac_header_preproc=yes
7446 else
7447 echo "$as_me: failed program was:" >&5
7448 sed 's/^/| /' conftest.$ac_ext >&5
7450 ac_header_preproc=no
7453 rm -f conftest.err conftest.$ac_ext
7454 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7455 echo "${ECHO_T}$ac_header_preproc" >&6; }
7457 # So? What about this header?
7458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7459 yes:no: )
7460 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7461 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7462 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7463 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7464 ac_header_preproc=yes
7466 no:yes:* )
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7468 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7470 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7471 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7472 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7473 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7474 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7475 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7476 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7477 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7478 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7479 ( cat <<\_ASBOX
7480 ## ------------------------------------ ##
7481 ## Report this to wine-devel@winehq.org ##
7482 ## ------------------------------------ ##
7483 _ASBOX
7484 ) | sed "s/^/$as_me: WARNING: /" >&2
7486 esac
7487 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7488 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7489 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7490 echo $ECHO_N "(cached) $ECHO_C" >&6
7491 else
7492 eval "$as_ac_Header=\$ac_header_preproc"
7494 ac_res=`eval echo '${'$as_ac_Header'}'`
7495 { echo "$as_me:$LINENO: result: $ac_res" >&5
7496 echo "${ECHO_T}$ac_res" >&6; }
7499 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7500 cat >>confdefs.h <<_ACEOF
7501 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7502 _ACEOF
7506 done
7508 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7509 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7510 if test "${ac_cv_header_stat_broken+set}" = set; then
7511 echo $ECHO_N "(cached) $ECHO_C" >&6
7512 else
7513 cat >conftest.$ac_ext <<_ACEOF
7514 /* confdefs.h. */
7515 _ACEOF
7516 cat confdefs.h >>conftest.$ac_ext
7517 cat >>conftest.$ac_ext <<_ACEOF
7518 /* end confdefs.h. */
7519 #include <sys/types.h>
7520 #include <sys/stat.h>
7522 #if defined S_ISBLK && defined S_IFDIR
7523 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7524 #endif
7526 #if defined S_ISBLK && defined S_IFCHR
7527 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7528 #endif
7530 #if defined S_ISLNK && defined S_IFREG
7531 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7532 #endif
7534 #if defined S_ISSOCK && defined S_IFREG
7535 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7536 #endif
7538 _ACEOF
7539 rm -f conftest.$ac_objext
7540 if { (ac_try="$ac_compile"
7541 case "(($ac_try" in
7542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7543 *) ac_try_echo=$ac_try;;
7544 esac
7545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7546 (eval "$ac_compile") 2>conftest.er1
7547 ac_status=$?
7548 grep -v '^ *+' conftest.er1 >conftest.err
7549 rm -f conftest.er1
7550 cat conftest.err >&5
7551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7552 (exit $ac_status); } && {
7553 test -z "$ac_c_werror_flag" ||
7554 test ! -s conftest.err
7555 } && test -s conftest.$ac_objext; then
7556 ac_cv_header_stat_broken=no
7557 else
7558 echo "$as_me: failed program was:" >&5
7559 sed 's/^/| /' conftest.$ac_ext >&5
7561 ac_cv_header_stat_broken=yes
7564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7566 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7567 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7568 if test $ac_cv_header_stat_broken = yes; then
7570 cat >>confdefs.h <<\_ACEOF
7571 #define STAT_MACROS_BROKEN 1
7572 _ACEOF
7582 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7584 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7585 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7586 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7588 echo $ECHO_N "(cached) $ECHO_C" >&6
7589 else
7590 cat >conftest.$ac_ext <<_ACEOF
7591 /* confdefs.h. */
7592 _ACEOF
7593 cat confdefs.h >>conftest.$ac_ext
7594 cat >>conftest.$ac_ext <<_ACEOF
7595 /* end confdefs.h. */
7596 #include <sys/types.h>
7597 #ifdef HAVE_SYS_PARAM_H
7598 # include <sys/param.h>
7599 #endif
7601 #include <$ac_header>
7602 _ACEOF
7603 rm -f conftest.$ac_objext
7604 if { (ac_try="$ac_compile"
7605 case "(($ac_try" in
7606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607 *) ac_try_echo=$ac_try;;
7608 esac
7609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7610 (eval "$ac_compile") 2>conftest.er1
7611 ac_status=$?
7612 grep -v '^ *+' conftest.er1 >conftest.err
7613 rm -f conftest.er1
7614 cat conftest.err >&5
7615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7616 (exit $ac_status); } && {
7617 test -z "$ac_c_werror_flag" ||
7618 test ! -s conftest.err
7619 } && test -s conftest.$ac_objext; then
7620 eval "$as_ac_Header=yes"
7621 else
7622 echo "$as_me: failed program was:" >&5
7623 sed 's/^/| /' conftest.$ac_ext >&5
7625 eval "$as_ac_Header=no"
7628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7630 ac_res=`eval echo '${'$as_ac_Header'}'`
7631 { echo "$as_me:$LINENO: result: $ac_res" >&5
7632 echo "${ECHO_T}$ac_res" >&6; }
7633 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7634 cat >>confdefs.h <<_ACEOF
7635 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7636 _ACEOF
7640 done
7655 for ac_header in \
7656 netinet/ip.h \
7657 net/if.h \
7658 net/if_arp.h \
7659 net/if_dl.h \
7660 net/if_types.h \
7661 net/route.h \
7662 netinet/if_ether.h \
7663 netinet/in_pcb.h \
7664 netinet/ip_icmp.h \
7665 netinet/ip_var.h \
7666 netinet/udp.h \
7667 netipx/ipx.h \
7670 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7671 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7672 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7674 echo $ECHO_N "(cached) $ECHO_C" >&6
7675 else
7676 cat >conftest.$ac_ext <<_ACEOF
7677 /* confdefs.h. */
7678 _ACEOF
7679 cat confdefs.h >>conftest.$ac_ext
7680 cat >>conftest.$ac_ext <<_ACEOF
7681 /* end confdefs.h. */
7682 #include <sys/types.h>
7683 #ifdef HAVE_SYS_SOCKET_H
7684 # include <sys/socket.h>
7685 #endif
7686 #ifdef HAVE_SYS_SOCKETVAR_H
7687 # include <sys/socketvar.h>
7688 #endif
7689 #ifdef HAVE_NETINET_IN_H
7690 # include <netinet/in.h>
7691 #endif
7692 #ifdef HAVE_NETINET_IP_H
7693 # include <netinet/ip.h>
7694 #endif
7696 #include <$ac_header>
7697 _ACEOF
7698 rm -f conftest.$ac_objext
7699 if { (ac_try="$ac_compile"
7700 case "(($ac_try" in
7701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7702 *) ac_try_echo=$ac_try;;
7703 esac
7704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7705 (eval "$ac_compile") 2>conftest.er1
7706 ac_status=$?
7707 grep -v '^ *+' conftest.er1 >conftest.err
7708 rm -f conftest.er1
7709 cat conftest.err >&5
7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); } && {
7712 test -z "$ac_c_werror_flag" ||
7713 test ! -s conftest.err
7714 } && test -s conftest.$ac_objext; then
7715 eval "$as_ac_Header=yes"
7716 else
7717 echo "$as_me: failed program was:" >&5
7718 sed 's/^/| /' conftest.$ac_ext >&5
7720 eval "$as_ac_Header=no"
7723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7725 ac_res=`eval echo '${'$as_ac_Header'}'`
7726 { echo "$as_me:$LINENO: result: $ac_res" >&5
7727 echo "${ECHO_T}$ac_res" >&6; }
7728 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7729 cat >>confdefs.h <<_ACEOF
7730 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7731 _ACEOF
7735 done
7742 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7744 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7745 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7747 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7748 echo $ECHO_N "(cached) $ECHO_C" >&6
7749 else
7750 cat >conftest.$ac_ext <<_ACEOF
7751 /* confdefs.h. */
7752 _ACEOF
7753 cat confdefs.h >>conftest.$ac_ext
7754 cat >>conftest.$ac_ext <<_ACEOF
7755 /* end confdefs.h. */
7756 #include <sys/types.h>
7757 #ifdef HAVE_ALIAS_H
7758 # include <alias.h>
7759 #endif
7760 #ifdef HAVE_SYS_SOCKET_H
7761 # include <sys/socket.h>
7762 #endif
7763 #ifdef HAVE_SYS_SOCKETVAR_H
7764 # include <sys/socketvar.h>
7765 #endif
7766 #ifdef HAVE_NETINET_IN_H
7767 # include <netinet/in.h>
7768 #endif
7769 #ifdef HAVE_NETINET_IP_H
7770 # include <netinet/ip.h>
7771 #endif
7772 #ifdef HAVE_NETINET_IP_VAR_H
7773 # include <netinet/ip_var.h>
7774 #endif
7775 #ifdef HAVE_NETINET_IP_ICMP_H
7776 # include <netinet/ip_icmp.h>
7777 #endif
7778 #ifdef HAVE_NETINET_UDP_H
7779 # include <netinet/udp.h>
7780 #endif
7781 #ifdef HAVE_NETINET_TCP_H
7782 # include <netinet/tcp.h>
7783 #endif
7785 #include <$ac_header>
7786 _ACEOF
7787 rm -f conftest.$ac_objext
7788 if { (ac_try="$ac_compile"
7789 case "(($ac_try" in
7790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7791 *) ac_try_echo=$ac_try;;
7792 esac
7793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7794 (eval "$ac_compile") 2>conftest.er1
7795 ac_status=$?
7796 grep -v '^ *+' conftest.er1 >conftest.err
7797 rm -f conftest.er1
7798 cat conftest.err >&5
7799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7800 (exit $ac_status); } && {
7801 test -z "$ac_c_werror_flag" ||
7802 test ! -s conftest.err
7803 } && test -s conftest.$ac_objext; then
7804 eval "$as_ac_Header=yes"
7805 else
7806 echo "$as_me: failed program was:" >&5
7807 sed 's/^/| /' conftest.$ac_ext >&5
7809 eval "$as_ac_Header=no"
7812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7814 ac_res=`eval echo '${'$as_ac_Header'}'`
7815 { echo "$as_me:$LINENO: result: $ac_res" >&5
7816 echo "${ECHO_T}$ac_res" >&6; }
7817 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7818 cat >>confdefs.h <<_ACEOF
7819 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7820 _ACEOF
7824 done
7828 for ac_header in linux/ipx.h
7830 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7834 echo $ECHO_N "(cached) $ECHO_C" >&6
7835 else
7836 cat >conftest.$ac_ext <<_ACEOF
7837 /* confdefs.h. */
7838 _ACEOF
7839 cat confdefs.h >>conftest.$ac_ext
7840 cat >>conftest.$ac_ext <<_ACEOF
7841 /* end confdefs.h. */
7842 #include <sys/types.h>
7843 #ifdef HAVE_ASM_TYPES_H
7844 # include <asm/types.h>
7845 #endif
7846 #ifdef HAVE_SYS_SOCKET_H
7847 # include <sys/socket.h>
7848 #endif
7850 #include <$ac_header>
7851 _ACEOF
7852 rm -f conftest.$ac_objext
7853 if { (ac_try="$ac_compile"
7854 case "(($ac_try" in
7855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7856 *) ac_try_echo=$ac_try;;
7857 esac
7858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7859 (eval "$ac_compile") 2>conftest.er1
7860 ac_status=$?
7861 grep -v '^ *+' conftest.er1 >conftest.err
7862 rm -f conftest.er1
7863 cat conftest.err >&5
7864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7865 (exit $ac_status); } && {
7866 test -z "$ac_c_werror_flag" ||
7867 test ! -s conftest.err
7868 } && test -s conftest.$ac_objext; then
7869 eval "$as_ac_Header=yes"
7870 else
7871 echo "$as_me: failed program was:" >&5
7872 sed 's/^/| /' conftest.$ac_ext >&5
7874 eval "$as_ac_Header=no"
7877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7879 ac_res=`eval echo '${'$as_ac_Header'}'`
7880 { echo "$as_me:$LINENO: result: $ac_res" >&5
7881 echo "${ECHO_T}$ac_res" >&6; }
7882 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7883 cat >>confdefs.h <<_ACEOF
7884 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7885 _ACEOF
7889 done
7893 for ac_header in resolv.h
7895 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7899 echo $ECHO_N "(cached) $ECHO_C" >&6
7900 else
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. */
7907 #include <sys/types.h>
7908 #ifdef HAVE_SYS_SOCKET_H
7909 # include <sys/socket.h>
7910 #endif
7911 #ifdef HAVE_NETINET_IN_H
7912 # include <netinet/in.h>
7913 #endif
7914 #ifdef HAVE_ARPA_NAMESER_H
7915 # include <arpa/nameser.h>
7916 #endif
7918 #include <$ac_header>
7919 _ACEOF
7920 rm -f conftest.$ac_objext
7921 if { (ac_try="$ac_compile"
7922 case "(($ac_try" in
7923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7924 *) ac_try_echo=$ac_try;;
7925 esac
7926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7927 (eval "$ac_compile") 2>conftest.er1
7928 ac_status=$?
7929 grep -v '^ *+' conftest.er1 >conftest.err
7930 rm -f conftest.er1
7931 cat conftest.err >&5
7932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933 (exit $ac_status); } && {
7934 test -z "$ac_c_werror_flag" ||
7935 test ! -s conftest.err
7936 } && test -s conftest.$ac_objext; then
7937 eval "$as_ac_Header=yes"
7938 else
7939 echo "$as_me: failed program was:" >&5
7940 sed 's/^/| /' conftest.$ac_ext >&5
7942 eval "$as_ac_Header=no"
7945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7947 ac_res=`eval echo '${'$as_ac_Header'}'`
7948 { echo "$as_me:$LINENO: result: $ac_res" >&5
7949 echo "${ECHO_T}$ac_res" >&6; }
7950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7951 cat >>confdefs.h <<_ACEOF
7952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7953 _ACEOF
7957 done
7961 for ac_header in ucontext.h
7963 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7964 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7965 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7967 echo $ECHO_N "(cached) $ECHO_C" >&6
7968 else
7969 cat >conftest.$ac_ext <<_ACEOF
7970 /* confdefs.h. */
7971 _ACEOF
7972 cat confdefs.h >>conftest.$ac_ext
7973 cat >>conftest.$ac_ext <<_ACEOF
7974 /* end confdefs.h. */
7975 #include <signal.h>
7977 #include <$ac_header>
7978 _ACEOF
7979 rm -f conftest.$ac_objext
7980 if { (ac_try="$ac_compile"
7981 case "(($ac_try" in
7982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7983 *) ac_try_echo=$ac_try;;
7984 esac
7985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7986 (eval "$ac_compile") 2>conftest.er1
7987 ac_status=$?
7988 grep -v '^ *+' conftest.er1 >conftest.err
7989 rm -f conftest.er1
7990 cat conftest.err >&5
7991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7992 (exit $ac_status); } && {
7993 test -z "$ac_c_werror_flag" ||
7994 test ! -s conftest.err
7995 } && test -s conftest.$ac_objext; then
7996 eval "$as_ac_Header=yes"
7997 else
7998 echo "$as_me: failed program was:" >&5
7999 sed 's/^/| /' conftest.$ac_ext >&5
8001 eval "$as_ac_Header=no"
8004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8006 ac_res=`eval echo '${'$as_ac_Header'}'`
8007 { echo "$as_me:$LINENO: result: $ac_res" >&5
8008 echo "${ECHO_T}$ac_res" >&6; }
8009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8010 cat >>confdefs.h <<_ACEOF
8011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8012 _ACEOF
8016 done
8020 for ac_header in sys/thr.h
8022 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8023 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8024 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8026 echo $ECHO_N "(cached) $ECHO_C" >&6
8027 else
8028 cat >conftest.$ac_ext <<_ACEOF
8029 /* confdefs.h. */
8030 _ACEOF
8031 cat confdefs.h >>conftest.$ac_ext
8032 cat >>conftest.$ac_ext <<_ACEOF
8033 /* end confdefs.h. */
8034 #include <sys/types.h>
8035 #ifdef HAVE_UCONTEXT_H
8036 #include <ucontext.h>
8037 #endif
8039 #include <$ac_header>
8040 _ACEOF
8041 rm -f conftest.$ac_objext
8042 if { (ac_try="$ac_compile"
8043 case "(($ac_try" in
8044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8045 *) ac_try_echo=$ac_try;;
8046 esac
8047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8048 (eval "$ac_compile") 2>conftest.er1
8049 ac_status=$?
8050 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -f conftest.er1
8052 cat conftest.err >&5
8053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054 (exit $ac_status); } && {
8055 test -z "$ac_c_werror_flag" ||
8056 test ! -s conftest.err
8057 } && test -s conftest.$ac_objext; then
8058 eval "$as_ac_Header=yes"
8059 else
8060 echo "$as_me: failed program was:" >&5
8061 sed 's/^/| /' conftest.$ac_ext >&5
8063 eval "$as_ac_Header=no"
8066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8068 ac_res=`eval echo '${'$as_ac_Header'}'`
8069 { echo "$as_me:$LINENO: result: $ac_res" >&5
8070 echo "${ECHO_T}$ac_res" >&6; }
8071 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8072 cat >>confdefs.h <<_ACEOF
8073 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8074 _ACEOF
8078 done
8082 for ac_header in pthread_np.h
8084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8085 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8087 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8088 echo $ECHO_N "(cached) $ECHO_C" >&6
8089 else
8090 cat >conftest.$ac_ext <<_ACEOF
8091 /* confdefs.h. */
8092 _ACEOF
8093 cat confdefs.h >>conftest.$ac_ext
8094 cat >>conftest.$ac_ext <<_ACEOF
8095 /* end confdefs.h. */
8096 #ifdef HAVE_PTHREAD_H
8097 #include <pthread.h>
8098 #endif
8100 #include <$ac_header>
8101 _ACEOF
8102 rm -f conftest.$ac_objext
8103 if { (ac_try="$ac_compile"
8104 case "(($ac_try" in
8105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8106 *) ac_try_echo=$ac_try;;
8107 esac
8108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8109 (eval "$ac_compile") 2>conftest.er1
8110 ac_status=$?
8111 grep -v '^ *+' conftest.er1 >conftest.err
8112 rm -f conftest.er1
8113 cat conftest.err >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); } && {
8116 test -z "$ac_c_werror_flag" ||
8117 test ! -s conftest.err
8118 } && test -s conftest.$ac_objext; then
8119 eval "$as_ac_Header=yes"
8120 else
8121 echo "$as_me: failed program was:" >&5
8122 sed 's/^/| /' conftest.$ac_ext >&5
8124 eval "$as_ac_Header=no"
8127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8129 ac_res=`eval echo '${'$as_ac_Header'}'`
8130 { echo "$as_me:$LINENO: result: $ac_res" >&5
8131 echo "${ECHO_T}$ac_res" >&6; }
8132 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8133 cat >>confdefs.h <<_ACEOF
8134 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8135 _ACEOF
8139 done
8143 for ac_header in linux/videodev.h
8145 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8146 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8147 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8148 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8149 echo $ECHO_N "(cached) $ECHO_C" >&6
8150 else
8151 cat >conftest.$ac_ext <<_ACEOF
8152 /* confdefs.h. */
8153 _ACEOF
8154 cat confdefs.h >>conftest.$ac_ext
8155 cat >>conftest.$ac_ext <<_ACEOF
8156 /* end confdefs.h. */
8157 #ifdef HAVE_SYS_TIME_H
8158 #include <sys/time.h>
8159 #endif
8160 #include <sys/types.h>
8161 #ifdef HAVE_ASM_TYPES_H
8162 #include <asm/types.h>
8163 #endif
8165 #include <$ac_header>
8166 _ACEOF
8167 rm -f conftest.$ac_objext
8168 if { (ac_try="$ac_compile"
8169 case "(($ac_try" in
8170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8171 *) ac_try_echo=$ac_try;;
8172 esac
8173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8174 (eval "$ac_compile") 2>conftest.er1
8175 ac_status=$?
8176 grep -v '^ *+' conftest.er1 >conftest.err
8177 rm -f conftest.er1
8178 cat conftest.err >&5
8179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8180 (exit $ac_status); } && {
8181 test -z "$ac_c_werror_flag" ||
8182 test ! -s conftest.err
8183 } && test -s conftest.$ac_objext; then
8184 eval "$as_ac_Header=yes"
8185 else
8186 echo "$as_me: failed program was:" >&5
8187 sed 's/^/| /' conftest.$ac_ext >&5
8189 eval "$as_ac_Header=no"
8192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8194 ac_res=`eval echo '${'$as_ac_Header'}'`
8195 { echo "$as_me:$LINENO: result: $ac_res" >&5
8196 echo "${ECHO_T}$ac_res" >&6; }
8197 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8198 cat >>confdefs.h <<_ACEOF
8199 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8200 _ACEOF
8204 done
8208 for ac_header in linux/capi.h
8210 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8211 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8214 echo $ECHO_N "(cached) $ECHO_C" >&6
8215 else
8216 cat >conftest.$ac_ext <<_ACEOF
8217 /* confdefs.h. */
8218 _ACEOF
8219 cat confdefs.h >>conftest.$ac_ext
8220 cat >>conftest.$ac_ext <<_ACEOF
8221 /* end confdefs.h. */
8222 #define __user
8224 #include <$ac_header>
8225 _ACEOF
8226 rm -f conftest.$ac_objext
8227 if { (ac_try="$ac_compile"
8228 case "(($ac_try" in
8229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8230 *) ac_try_echo=$ac_try;;
8231 esac
8232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8233 (eval "$ac_compile") 2>conftest.er1
8234 ac_status=$?
8235 grep -v '^ *+' conftest.er1 >conftest.err
8236 rm -f conftest.er1
8237 cat conftest.err >&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); } && {
8240 test -z "$ac_c_werror_flag" ||
8241 test ! -s conftest.err
8242 } && test -s conftest.$ac_objext; then
8243 eval "$as_ac_Header=yes"
8244 else
8245 echo "$as_me: failed program was:" >&5
8246 sed 's/^/| /' conftest.$ac_ext >&5
8248 eval "$as_ac_Header=no"
8251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8253 ac_res=`eval echo '${'$as_ac_Header'}'`
8254 { echo "$as_me:$LINENO: result: $ac_res" >&5
8255 echo "${ECHO_T}$ac_res" >&6; }
8256 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8257 cat >>confdefs.h <<_ACEOF
8258 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8259 _ACEOF
8263 done
8267 DLLEXT=""
8269 DLLFLAGS="-D_REENTRANT"
8271 LDSHARED=""
8273 LDDLLFLAGS=""
8275 LIBEXT="so"
8277 IMPLIBEXT="def"
8279 LDRPATH_INSTALL=""
8281 LDRPATH_LOCAL=""
8283 # Extract the first word of "ldd", so it can be a program name with args.
8284 set dummy ldd; ac_word=$2
8285 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8287 if test "${ac_cv_path_LDD+set}" = set; then
8288 echo $ECHO_N "(cached) $ECHO_C" >&6
8289 else
8290 case $LDD in
8291 [\\/]* | ?:[\\/]*)
8292 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8296 as_dummy="/sbin:/usr/sbin:$PATH"
8297 for as_dir in $as_dummy
8299 IFS=$as_save_IFS
8300 test -z "$as_dir" && as_dir=.
8301 for ac_exec_ext in '' $ac_executable_extensions; do
8302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8303 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8305 break 2
8307 done
8308 done
8309 IFS=$as_save_IFS
8311 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8313 esac
8315 LDD=$ac_cv_path_LDD
8316 if test -n "$LDD"; then
8317 { echo "$as_me:$LINENO: result: $LDD" >&5
8318 echo "${ECHO_T}$LDD" >&6; }
8319 else
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 case $host_os in
8327 cygwin*|mingw32*)
8328 if test -n "$ac_tool_prefix"; then
8329 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8330 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 else
8336 if test -n "$DLLTOOL"; then
8337 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8338 else
8339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 for as_dir in $PATH
8342 IFS=$as_save_IFS
8343 test -z "$as_dir" && as_dir=.
8344 for ac_exec_ext in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 break 2
8350 done
8351 done
8352 IFS=$as_save_IFS
8356 DLLTOOL=$ac_cv_prog_DLLTOOL
8357 if test -n "$DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8359 echo "${ECHO_T}$DLLTOOL" >&6; }
8360 else
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8367 if test -z "$ac_cv_prog_DLLTOOL"; then
8368 ac_ct_DLLTOOL=$DLLTOOL
8369 # Extract the first word of "dlltool", so it can be a program name with args.
8370 set dummy dlltool; ac_word=$2
8371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8373 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8374 echo $ECHO_N "(cached) $ECHO_C" >&6
8375 else
8376 if test -n "$ac_ct_DLLTOOL"; then
8377 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8378 else
8379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8380 for as_dir in $PATH
8382 IFS=$as_save_IFS
8383 test -z "$as_dir" && as_dir=.
8384 for ac_exec_ext in '' $ac_executable_extensions; do
8385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8386 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8388 break 2
8390 done
8391 done
8392 IFS=$as_save_IFS
8396 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8397 if test -n "$ac_ct_DLLTOOL"; then
8398 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8399 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8400 else
8401 { echo "$as_me:$LINENO: result: no" >&5
8402 echo "${ECHO_T}no" >&6; }
8405 if test "x$ac_ct_DLLTOOL" = x; then
8406 DLLTOOL="false"
8407 else
8408 case $cross_compiling:$ac_tool_warned in
8409 yes:)
8410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8411 whose name does not start with the host triplet. If you think this
8412 configuration is useful to you, please write to autoconf@gnu.org." >&5
8413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8414 whose name does not start with the host triplet. If you think this
8415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8416 ac_tool_warned=yes ;;
8417 esac
8418 DLLTOOL=$ac_ct_DLLTOOL
8420 else
8421 DLLTOOL="$ac_cv_prog_DLLTOOL"
8424 if test -n "$ac_tool_prefix"; then
8425 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8426 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432 if test -n "$DLLWRAP"; then
8433 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8438 IFS=$as_save_IFS
8439 test -z "$as_dir" && as_dir=.
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444 break 2
8446 done
8447 done
8448 IFS=$as_save_IFS
8452 DLLWRAP=$ac_cv_prog_DLLWRAP
8453 if test -n "$DLLWRAP"; then
8454 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8455 echo "${ECHO_T}$DLLWRAP" >&6; }
8456 else
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8463 if test -z "$ac_cv_prog_DLLWRAP"; then
8464 ac_ct_DLLWRAP=$DLLWRAP
8465 # Extract the first word of "dllwrap", so it can be a program name with args.
8466 set dummy dllwrap; ac_word=$2
8467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8469 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8470 echo $ECHO_N "(cached) $ECHO_C" >&6
8471 else
8472 if test -n "$ac_ct_DLLWRAP"; then
8473 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8474 else
8475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8476 for as_dir in $PATH
8478 IFS=$as_save_IFS
8479 test -z "$as_dir" && as_dir=.
8480 for ac_exec_ext in '' $ac_executable_extensions; do
8481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8482 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8484 break 2
8486 done
8487 done
8488 IFS=$as_save_IFS
8492 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8493 if test -n "$ac_ct_DLLWRAP"; then
8494 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8495 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8496 else
8497 { echo "$as_me:$LINENO: result: no" >&5
8498 echo "${ECHO_T}no" >&6; }
8501 if test "x$ac_ct_DLLWRAP" = x; then
8502 DLLWRAP="false"
8503 else
8504 case $cross_compiling:$ac_tool_warned in
8505 yes:)
8506 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8507 whose name does not start with the host triplet. If you think this
8508 configuration is useful to you, please write to autoconf@gnu.org." >&5
8509 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8510 whose name does not start with the host triplet. If you think this
8511 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8512 ac_tool_warned=yes ;;
8513 esac
8514 DLLWRAP=$ac_ct_DLLWRAP
8516 else
8517 DLLWRAP="$ac_cv_prog_DLLWRAP"
8520 if test -n "$ac_tool_prefix"; then
8521 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8522 set dummy ${ac_tool_prefix}ar; ac_word=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8527 else
8528 if test -n "$MINGWAR"; then
8529 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8530 else
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532 for as_dir in $PATH
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8542 done
8543 done
8544 IFS=$as_save_IFS
8548 MINGWAR=$ac_cv_prog_MINGWAR
8549 if test -n "$MINGWAR"; then
8550 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8551 echo "${ECHO_T}$MINGWAR" >&6; }
8552 else
8553 { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8559 if test -z "$ac_cv_prog_MINGWAR"; then
8560 ac_ct_MINGWAR=$MINGWAR
8561 # Extract the first word of "ar", so it can be a program name with args.
8562 set dummy ar; ac_word=$2
8563 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8565 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8566 echo $ECHO_N "(cached) $ECHO_C" >&6
8567 else
8568 if test -n "$ac_ct_MINGWAR"; then
8569 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8570 else
8571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8572 for as_dir in $PATH
8574 IFS=$as_save_IFS
8575 test -z "$as_dir" && as_dir=.
8576 for ac_exec_ext in '' $ac_executable_extensions; do
8577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8578 ac_cv_prog_ac_ct_MINGWAR="ar"
8579 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8580 break 2
8582 done
8583 done
8584 IFS=$as_save_IFS
8588 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8589 if test -n "$ac_ct_MINGWAR"; then
8590 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8591 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8592 else
8593 { echo "$as_me:$LINENO: result: no" >&5
8594 echo "${ECHO_T}no" >&6; }
8597 if test "x$ac_ct_MINGWAR" = x; then
8598 MINGWAR="false"
8599 else
8600 case $cross_compiling:$ac_tool_warned in
8601 yes:)
8602 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8603 whose name does not start with the host triplet. If you think this
8604 configuration is useful to you, please write to autoconf@gnu.org." >&5
8605 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8606 whose name does not start with the host triplet. If you think this
8607 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8608 ac_tool_warned=yes ;;
8609 esac
8610 MINGWAR=$ac_ct_MINGWAR
8612 else
8613 MINGWAR="$ac_cv_prog_MINGWAR"
8616 if test "$DLLWRAP" = "false"; then
8617 LIBEXT="a"
8618 else
8619 LIBEXT="dll"
8621 IMPLIBEXT="a"
8622 WIN16_FILES=""
8623 WIN16_INSTALL=""
8624 enable_iphlpapi=${enable_iphlpapi:-no}
8625 enable_kernel32=${enable_kernel32:-no}
8626 enable_msvcrt=${enable_msvcrt:-no}
8627 enable_ntdll=${enable_ntdll:-no}
8628 enable_ws2_32=${enable_ws2_32:-no}
8629 enable_loader=${enable_loader:-no}
8630 enable_server=${enable_server:-no}
8632 darwin*|macosx*)
8633 DLLEXT=".so"
8634 LIBEXT="dylib"
8635 DLLFLAGS="$DLLFLAGS -fPIC"
8636 LDDLLFLAGS="-bundle -multiply_defined suppress"
8637 LIBWINE_LDFLAGS="-multiply_defined suppress"
8638 LDSHARED="\$(CC) -dynamiclib"
8639 STRIP="$STRIP -x"
8640 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8641 SECURITYLIB="-framework Security -framework CoreFoundation"
8643 COREFOUNDATIONLIB="-framework CoreFoundation"
8645 IOKITLIB="-framework IOKit -framework CoreFoundation"
8647 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8649 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8650 then
8651 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8654 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8655 then
8656 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8659 case $host_cpu in
8660 *powerpc*)
8661 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8662 esac
8663 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8664 then
8665 CARBONLIB="-framework Carbon"
8667 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8671 DLLFLAGS="$DLLFLAGS -fPIC"
8672 DLLEXT=".so"
8673 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8674 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8675 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8676 echo $ECHO_N "(cached) $ECHO_C" >&6
8677 else
8678 ac_wine_try_cflags_saved=$CFLAGS
8679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8680 cat >conftest.$ac_ext <<_ACEOF
8681 void myfunc() {}
8682 _ACEOF
8683 rm -f conftest.$ac_objext conftest$ac_exeext
8684 if { (ac_try="$ac_link"
8685 case "(($ac_try" in
8686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8687 *) ac_try_echo=$ac_try;;
8688 esac
8689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8690 (eval "$ac_link") 2>conftest.er1
8691 ac_status=$?
8692 grep -v '^ *+' conftest.er1 >conftest.err
8693 rm -f conftest.er1
8694 cat conftest.err >&5
8695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8696 (exit $ac_status); } && {
8697 test -z "$ac_c_werror_flag" ||
8698 test ! -s conftest.err
8699 } && test -s conftest$ac_exeext &&
8700 $as_test_x conftest$ac_exeext; then
8701 ac_cv_c_dll_gnuelf="yes"
8702 else
8703 echo "$as_me: failed program was:" >&5
8704 sed 's/^/| /' conftest.$ac_ext >&5
8706 ac_cv_c_dll_gnuelf="no"
8709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8710 conftest$ac_exeext conftest.$ac_ext
8711 CFLAGS=$ac_wine_try_cflags_saved
8713 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8714 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8715 if test "$ac_cv_c_dll_gnuelf" = "yes"
8716 then
8717 LDSHARED="\$(CC) -shared"
8718 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8719 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8720 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8721 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8722 echo $ECHO_N "(cached) $ECHO_C" >&6
8723 else
8724 ac_wine_try_cflags_saved=$CFLAGS
8725 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8726 cat >conftest.$ac_ext <<_ACEOF
8727 /* confdefs.h. */
8728 _ACEOF
8729 cat confdefs.h >>conftest.$ac_ext
8730 cat >>conftest.$ac_ext <<_ACEOF
8731 /* end confdefs.h. */
8734 main ()
8738 return 0;
8740 _ACEOF
8741 rm -f conftest.$ac_objext conftest$ac_exeext
8742 if { (ac_try="$ac_link"
8743 case "(($ac_try" in
8744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8745 *) ac_try_echo=$ac_try;;
8746 esac
8747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8748 (eval "$ac_link") 2>conftest.er1
8749 ac_status=$?
8750 grep -v '^ *+' conftest.er1 >conftest.err
8751 rm -f conftest.er1
8752 cat conftest.err >&5
8753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8754 (exit $ac_status); } && {
8755 test -z "$ac_c_werror_flag" ||
8756 test ! -s conftest.err
8757 } && test -s conftest$ac_exeext &&
8758 $as_test_x conftest$ac_exeext; then
8759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8760 else
8761 echo "$as_me: failed program was:" >&5
8762 sed 's/^/| /' conftest.$ac_ext >&5
8764 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8768 conftest$ac_exeext conftest.$ac_ext
8769 CFLAGS=$ac_wine_try_cflags_saved
8771 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8772 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8773 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8774 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8775 else
8776 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8777 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8778 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8779 echo $ECHO_N "(cached) $ECHO_C" >&6
8780 else
8781 ac_wine_try_cflags_saved=$CFLAGS
8782 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8783 cat >conftest.$ac_ext <<_ACEOF
8784 /* confdefs.h. */
8785 _ACEOF
8786 cat confdefs.h >>conftest.$ac_ext
8787 cat >>conftest.$ac_ext <<_ACEOF
8788 /* end confdefs.h. */
8791 main ()
8795 return 0;
8797 _ACEOF
8798 rm -f conftest.$ac_objext conftest$ac_exeext
8799 if { (ac_try="$ac_link"
8800 case "(($ac_try" in
8801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8802 *) ac_try_echo=$ac_try;;
8803 esac
8804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8805 (eval "$ac_link") 2>conftest.er1
8806 ac_status=$?
8807 grep -v '^ *+' conftest.er1 >conftest.err
8808 rm -f conftest.er1
8809 cat conftest.err >&5
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 (exit $ac_status); } && {
8812 test -z "$ac_c_werror_flag" ||
8813 test ! -s conftest.err
8814 } && test -s conftest$ac_exeext &&
8815 $as_test_x conftest$ac_exeext; then
8816 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8817 else
8818 echo "$as_me: failed program was:" >&5
8819 sed 's/^/| /' conftest.$ac_ext >&5
8821 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8825 conftest$ac_exeext conftest.$ac_ext
8826 CFLAGS=$ac_wine_try_cflags_saved
8828 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8829 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8830 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8831 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8837 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8838 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8839 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8840 echo $ECHO_N "(cached) $ECHO_C" >&6
8841 else
8842 ac_wine_try_cflags_saved=$CFLAGS
8843 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8844 cat >conftest.$ac_ext <<_ACEOF
8845 /* confdefs.h. */
8846 _ACEOF
8847 cat confdefs.h >>conftest.$ac_ext
8848 cat >>conftest.$ac_ext <<_ACEOF
8849 /* end confdefs.h. */
8852 main ()
8856 return 0;
8858 _ACEOF
8859 rm -f conftest.$ac_objext conftest$ac_exeext
8860 if { (ac_try="$ac_link"
8861 case "(($ac_try" in
8862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8863 *) ac_try_echo=$ac_try;;
8864 esac
8865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8866 (eval "$ac_link") 2>conftest.er1
8867 ac_status=$?
8868 grep -v '^ *+' conftest.er1 >conftest.err
8869 rm -f conftest.er1
8870 cat conftest.err >&5
8871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8872 (exit $ac_status); } && {
8873 test -z "$ac_c_werror_flag" ||
8874 test ! -s conftest.err
8875 } && test -s conftest$ac_exeext &&
8876 $as_test_x conftest$ac_exeext; then
8877 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8878 else
8879 echo "$as_me: failed program was:" >&5
8880 sed 's/^/| /' conftest.$ac_ext >&5
8882 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8886 conftest$ac_exeext conftest.$ac_ext
8887 CFLAGS=$ac_wine_try_cflags_saved
8889 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8890 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8891 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8892 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8896 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8897 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8898 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8899 echo $ECHO_N "(cached) $ECHO_C" >&6
8900 else
8901 ac_wine_try_cflags_saved=$CFLAGS
8902 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8903 cat >conftest.$ac_ext <<_ACEOF
8904 /* confdefs.h. */
8905 _ACEOF
8906 cat confdefs.h >>conftest.$ac_ext
8907 cat >>conftest.$ac_ext <<_ACEOF
8908 /* end confdefs.h. */
8911 main ()
8915 return 0;
8917 _ACEOF
8918 rm -f conftest.$ac_objext conftest$ac_exeext
8919 if { (ac_try="$ac_link"
8920 case "(($ac_try" in
8921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8922 *) ac_try_echo=$ac_try;;
8923 esac
8924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8925 (eval "$ac_link") 2>conftest.er1
8926 ac_status=$?
8927 grep -v '^ *+' conftest.er1 >conftest.err
8928 rm -f conftest.er1
8929 cat conftest.err >&5
8930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931 (exit $ac_status); } && {
8932 test -z "$ac_c_werror_flag" ||
8933 test ! -s conftest.err
8934 } && test -s conftest$ac_exeext &&
8935 $as_test_x conftest$ac_exeext; then
8936 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8937 else
8938 echo "$as_me: failed program was:" >&5
8939 sed 's/^/| /' conftest.$ac_ext >&5
8941 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8945 conftest$ac_exeext conftest.$ac_ext
8946 CFLAGS=$ac_wine_try_cflags_saved
8948 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8949 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8950 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8951 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8955 echo '{ global: *; };' >conftest.map
8956 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8957 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8958 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8959 echo $ECHO_N "(cached) $ECHO_C" >&6
8960 else
8961 ac_wine_try_cflags_saved=$CFLAGS
8962 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8963 cat >conftest.$ac_ext <<_ACEOF
8964 /* confdefs.h. */
8965 _ACEOF
8966 cat confdefs.h >>conftest.$ac_ext
8967 cat >>conftest.$ac_ext <<_ACEOF
8968 /* end confdefs.h. */
8971 main ()
8975 return 0;
8977 _ACEOF
8978 rm -f conftest.$ac_objext conftest$ac_exeext
8979 if { (ac_try="$ac_link"
8980 case "(($ac_try" in
8981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8982 *) ac_try_echo=$ac_try;;
8983 esac
8984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext &&
8995 $as_test_x conftest$ac_exeext; then
8996 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8997 else
8998 echo "$as_me: failed program was:" >&5
8999 sed 's/^/| /' conftest.$ac_ext >&5
9001 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005 conftest$ac_exeext conftest.$ac_ext
9006 CFLAGS=$ac_wine_try_cflags_saved
9008 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9009 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9010 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9011 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9014 rm -f conftest.map
9016 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9017 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9018 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9019 echo $ECHO_N "(cached) $ECHO_C" >&6
9020 else
9021 ac_wine_try_cflags_saved=$CFLAGS
9022 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9023 cat >conftest.$ac_ext <<_ACEOF
9024 /* confdefs.h. */
9025 _ACEOF
9026 cat confdefs.h >>conftest.$ac_ext
9027 cat >>conftest.$ac_ext <<_ACEOF
9028 /* end confdefs.h. */
9031 main ()
9035 return 0;
9037 _ACEOF
9038 rm -f conftest.$ac_objext conftest$ac_exeext
9039 if { (ac_try="$ac_link"
9040 case "(($ac_try" in
9041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9042 *) ac_try_echo=$ac_try;;
9043 esac
9044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext &&
9055 $as_test_x conftest$ac_exeext; then
9056 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9057 else
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9065 conftest$ac_exeext conftest.$ac_ext
9066 CFLAGS=$ac_wine_try_cflags_saved
9068 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9069 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9070 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9071 LDEXECFLAGS="-Wl,--export-dynamic"
9076 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9077 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9078 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9079 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9080 echo $ECHO_N "(cached) $ECHO_C" >&6
9081 else
9082 ac_wine_try_cflags_saved=$CFLAGS
9083 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9084 cat >conftest.$ac_ext <<_ACEOF
9085 /* confdefs.h. */
9086 _ACEOF
9087 cat confdefs.h >>conftest.$ac_ext
9088 cat >>conftest.$ac_ext <<_ACEOF
9089 /* end confdefs.h. */
9092 main ()
9096 return 0;
9098 _ACEOF
9099 rm -f conftest.$ac_objext conftest$ac_exeext
9100 if { (ac_try="$ac_link"
9101 case "(($ac_try" in
9102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9103 *) ac_try_echo=$ac_try;;
9104 esac
9105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9106 (eval "$ac_link") 2>conftest.er1
9107 ac_status=$?
9108 grep -v '^ *+' conftest.er1 >conftest.err
9109 rm -f conftest.er1
9110 cat conftest.err >&5
9111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); } && {
9113 test -z "$ac_c_werror_flag" ||
9114 test ! -s conftest.err
9115 } && test -s conftest$ac_exeext &&
9116 $as_test_x conftest$ac_exeext; then
9117 eval "$as_ac_var=yes"
9118 else
9119 echo "$as_me: failed program was:" >&5
9120 sed 's/^/| /' conftest.$ac_ext >&5
9122 eval "$as_ac_var=no"
9125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9126 conftest$ac_exeext conftest.$ac_ext
9127 CFLAGS=$ac_wine_try_cflags_saved
9129 ac_res=`eval echo '${'$as_ac_var'}'`
9130 { echo "$as_me:$LINENO: result: $ac_res" >&5
9131 echo "${ECHO_T}$ac_res" >&6; }
9132 if test `eval echo '${'$as_ac_var'}'` = yes; then
9133 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9134 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9135 else
9136 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9137 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9138 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9139 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9140 echo $ECHO_N "(cached) $ECHO_C" >&6
9141 else
9142 ac_wine_try_cflags_saved=$CFLAGS
9143 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9144 cat >conftest.$ac_ext <<_ACEOF
9145 /* confdefs.h. */
9146 _ACEOF
9147 cat confdefs.h >>conftest.$ac_ext
9148 cat >>conftest.$ac_ext <<_ACEOF
9149 /* end confdefs.h. */
9152 main ()
9156 return 0;
9158 _ACEOF
9159 rm -f conftest.$ac_objext conftest$ac_exeext
9160 if { (ac_try="$ac_link"
9161 case "(($ac_try" in
9162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9163 *) ac_try_echo=$ac_try;;
9164 esac
9165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9166 (eval "$ac_link") 2>conftest.er1
9167 ac_status=$?
9168 grep -v '^ *+' conftest.er1 >conftest.err
9169 rm -f conftest.er1
9170 cat conftest.err >&5
9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9172 (exit $ac_status); } && {
9173 test -z "$ac_c_werror_flag" ||
9174 test ! -s conftest.err
9175 } && test -s conftest$ac_exeext &&
9176 $as_test_x conftest$ac_exeext; then
9177 eval "$as_ac_var=yes"
9178 else
9179 echo "$as_me: failed program was:" >&5
9180 sed 's/^/| /' conftest.$ac_ext >&5
9182 eval "$as_ac_var=no"
9185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9186 conftest$ac_exeext conftest.$ac_ext
9187 CFLAGS=$ac_wine_try_cflags_saved
9189 ac_res=`eval echo '${'$as_ac_var'}'`
9190 { echo "$as_me:$LINENO: result: $ac_res" >&5
9191 echo "${ECHO_T}$ac_res" >&6; }
9192 if test `eval echo '${'$as_ac_var'}'` = yes; then
9193 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9194 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9200 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9201 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9202 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9203 echo $ECHO_N "(cached) $ECHO_C" >&6
9204 else
9205 ac_wine_try_cflags_saved=$CFLAGS
9206 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9207 cat >conftest.$ac_ext <<_ACEOF
9208 /* confdefs.h. */
9209 _ACEOF
9210 cat confdefs.h >>conftest.$ac_ext
9211 cat >>conftest.$ac_ext <<_ACEOF
9212 /* end confdefs.h. */
9215 main ()
9219 return 0;
9221 _ACEOF
9222 rm -f conftest.$ac_objext conftest$ac_exeext
9223 if { (ac_try="$ac_link"
9224 case "(($ac_try" in
9225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9226 *) ac_try_echo=$ac_try;;
9227 esac
9228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9229 (eval "$ac_link") 2>conftest.er1
9230 ac_status=$?
9231 grep -v '^ *+' conftest.er1 >conftest.err
9232 rm -f conftest.er1
9233 cat conftest.err >&5
9234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9235 (exit $ac_status); } && {
9236 test -z "$ac_c_werror_flag" ||
9237 test ! -s conftest.err
9238 } && test -s conftest$ac_exeext &&
9239 $as_test_x conftest$ac_exeext; then
9240 ac_cv_cflags__Wl___enable_new_dtags=yes
9241 else
9242 echo "$as_me: failed program was:" >&5
9243 sed 's/^/| /' conftest.$ac_ext >&5
9245 ac_cv_cflags__Wl___enable_new_dtags=no
9248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9249 conftest$ac_exeext conftest.$ac_ext
9250 CFLAGS=$ac_wine_try_cflags_saved
9252 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9253 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9254 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9255 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9259 case $host_cpu in
9260 *i[3456789]86* | x86_64)
9261 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9262 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9263 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9264 echo $ECHO_N "(cached) $ECHO_C" >&6
9265 else
9266 ac_wine_try_cflags_saved=$CFLAGS
9267 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9268 cat >conftest.$ac_ext <<_ACEOF
9269 /* confdefs.h. */
9270 _ACEOF
9271 cat confdefs.h >>conftest.$ac_ext
9272 cat >>conftest.$ac_ext <<_ACEOF
9273 /* end confdefs.h. */
9276 main ()
9280 return 0;
9282 _ACEOF
9283 rm -f conftest.$ac_objext conftest$ac_exeext
9284 if { (ac_try="$ac_link"
9285 case "(($ac_try" in
9286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9287 *) ac_try_echo=$ac_try;;
9288 esac
9289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9290 (eval "$ac_link") 2>conftest.er1
9291 ac_status=$?
9292 grep -v '^ *+' conftest.er1 >conftest.err
9293 rm -f conftest.er1
9294 cat conftest.err >&5
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && {
9297 test -z "$ac_c_werror_flag" ||
9298 test ! -s conftest.err
9299 } && test -s conftest$ac_exeext &&
9300 $as_test_x conftest$ac_exeext; then
9301 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9302 else
9303 echo "$as_me: failed program was:" >&5
9304 sed 's/^/| /' conftest.$ac_ext >&5
9306 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9311 CFLAGS=$ac_wine_try_cflags_saved
9313 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9314 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9315 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9316 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9320 esac
9322 else
9323 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9324 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_unixware+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9327 else
9328 ac_wine_try_cflags_saved=$CFLAGS
9329 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9330 cat >conftest.$ac_ext <<_ACEOF
9331 void myfunc() {}
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9341 ac_status=$?
9342 grep -v '^ *+' conftest.er1 >conftest.err
9343 rm -f conftest.er1
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_unixware="yes"
9352 else
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_unixware="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9365 if test "$ac_cv_c_dll_unixware" = "yes"
9366 then
9367 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9368 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9370 else
9371 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9372 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9373 if test "${ac_cv_c_dll_hpux+set}" = set; then
9374 echo $ECHO_N "(cached) $ECHO_C" >&6
9375 else
9376 ac_wine_try_cflags_saved=$CFLAGS
9377 CFLAGS="$CFLAGS -shared"
9378 cat >conftest.$ac_ext <<_ACEOF
9379 void myfunc() {}
9380 _ACEOF
9381 rm -f conftest.$ac_objext conftest$ac_exeext
9382 if { (ac_try="$ac_link"
9383 case "(($ac_try" in
9384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9385 *) ac_try_echo=$ac_try;;
9386 esac
9387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9388 (eval "$ac_link") 2>conftest.er1
9389 ac_status=$?
9390 grep -v '^ *+' conftest.er1 >conftest.err
9391 rm -f conftest.er1
9392 cat conftest.err >&5
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); } && {
9395 test -z "$ac_c_werror_flag" ||
9396 test ! -s conftest.err
9397 } && test -s conftest$ac_exeext &&
9398 $as_test_x conftest$ac_exeext; then
9399 ac_cv_c_dll_hpux="yes"
9400 else
9401 echo "$as_me: failed program was:" >&5
9402 sed 's/^/| /' conftest.$ac_ext >&5
9404 ac_cv_c_dll_hpux="no"
9407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9408 conftest$ac_exeext conftest.$ac_ext
9409 CFLAGS=$ac_wine_try_cflags_saved
9411 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9412 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9413 if test "$ac_cv_c_dll_hpux" = "yes"
9414 then
9415 LIBEXT="sl"
9416 DLLEXT=".sl"
9417 LDDLLFLAGS="-shared -fPIC"
9418 LDSHARED="\$(CC) -shared"
9423 esac
9425 enable_winequartz_drv=${enable_winequartz_drv:-no}
9427 if test "$LIBEXT" = "a"; then
9428 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9429 It is currently not possible to build Wine without shared library
9430 (.so) support to allow transparent switch between .so and .dll files.
9431 If you are using Linux, you will need a newer binutils.
9432 " >&5
9433 echo "$as_me: error: could not find a way to build shared libraries.
9434 It is currently not possible to build Wine without shared library
9435 (.so) support to allow transparent switch between .so and .dll files.
9436 If you are using Linux, you will need a newer binutils.
9437 " >&2;}
9438 { (exit 1); exit 1; }; }
9441 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9442 then
9443 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
9445 # Extract the first word of "$ac_prog", so it can be a program name with args.
9446 set dummy $ac_prog; ac_word=$2
9447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9449 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9450 echo $ECHO_N "(cached) $ECHO_C" >&6
9451 else
9452 if test -n "$CROSSCC"; then
9453 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9454 else
9455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9456 for as_dir in $PATH
9458 IFS=$as_save_IFS
9459 test -z "$as_dir" && as_dir=.
9460 for ac_exec_ext in '' $ac_executable_extensions; do
9461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9462 ac_cv_prog_CROSSCC="$ac_prog"
9463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9464 break 2
9466 done
9467 done
9468 IFS=$as_save_IFS
9472 CROSSCC=$ac_cv_prog_CROSSCC
9473 if test -n "$CROSSCC"; then
9474 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9475 echo "${ECHO_T}$CROSSCC" >&6; }
9476 else
9477 { echo "$as_me:$LINENO: result: no" >&5
9478 echo "${ECHO_T}no" >&6; }
9482 test -n "$CROSSCC" && break
9483 done
9484 test -n "$CROSSCC" || CROSSCC="false"
9486 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
9488 # Extract the first word of "$ac_prog", so it can be a program name with args.
9489 set dummy $ac_prog; ac_word=$2
9490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9492 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9493 echo $ECHO_N "(cached) $ECHO_C" >&6
9494 else
9495 if test -n "$DLLTOOL"; then
9496 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9497 else
9498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9499 for as_dir in $PATH
9501 IFS=$as_save_IFS
9502 test -z "$as_dir" && as_dir=.
9503 for ac_exec_ext in '' $ac_executable_extensions; do
9504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9505 ac_cv_prog_DLLTOOL="$ac_prog"
9506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9507 break 2
9509 done
9510 done
9511 IFS=$as_save_IFS
9515 DLLTOOL=$ac_cv_prog_DLLTOOL
9516 if test -n "$DLLTOOL"; then
9517 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9518 echo "${ECHO_T}$DLLTOOL" >&6; }
9519 else
9520 { echo "$as_me:$LINENO: result: no" >&5
9521 echo "${ECHO_T}no" >&6; }
9525 test -n "$DLLTOOL" && break
9526 done
9527 test -n "$DLLTOOL" || DLLTOOL="false"
9529 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
9531 # Extract the first word of "$ac_prog", so it can be a program name with args.
9532 set dummy $ac_prog; ac_word=$2
9533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9535 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9536 echo $ECHO_N "(cached) $ECHO_C" >&6
9537 else
9538 if test -n "$CROSSWINDRES"; then
9539 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9540 else
9541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 for as_dir in $PATH
9544 IFS=$as_save_IFS
9545 test -z "$as_dir" && as_dir=.
9546 for ac_exec_ext in '' $ac_executable_extensions; do
9547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9548 ac_cv_prog_CROSSWINDRES="$ac_prog"
9549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 break 2
9552 done
9553 done
9554 IFS=$as_save_IFS
9558 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9559 if test -n "$CROSSWINDRES"; then
9560 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9561 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9562 else
9563 { echo "$as_me:$LINENO: result: no" >&5
9564 echo "${ECHO_T}no" >&6; }
9568 test -n "$CROSSWINDRES" && break
9569 done
9570 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9572 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
9574 # Extract the first word of "$ac_prog", so it can be a program name with args.
9575 set dummy $ac_prog; ac_word=$2
9576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9578 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9579 echo $ECHO_N "(cached) $ECHO_C" >&6
9580 else
9581 if test -n "$MINGWAR"; then
9582 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9583 else
9584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9585 for as_dir in $PATH
9587 IFS=$as_save_IFS
9588 test -z "$as_dir" && as_dir=.
9589 for ac_exec_ext in '' $ac_executable_extensions; do
9590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9591 ac_cv_prog_MINGWAR="$ac_prog"
9592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9593 break 2
9595 done
9596 done
9597 IFS=$as_save_IFS
9601 MINGWAR=$ac_cv_prog_MINGWAR
9602 if test -n "$MINGWAR"; then
9603 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9604 echo "${ECHO_T}$MINGWAR" >&6; }
9605 else
9606 { echo "$as_me:$LINENO: result: no" >&5
9607 echo "${ECHO_T}no" >&6; }
9611 test -n "$MINGWAR" && break
9612 done
9613 test -n "$MINGWAR" || MINGWAR="false"
9615 if test "$CROSSCC" != "false"
9616 then
9617 CROSSTEST="\$(CROSSTEST)"
9623 if test "$have_x" = "yes"
9624 then
9625 XLIB="-lXext -lX11"
9626 ac_save_CPPFLAGS="$CPPFLAGS"
9627 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9629 { echo "$as_me:$LINENO: checking for -lX11" >&5
9630 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9631 if test "${ac_cv_lib_soname_X11+set}" = set; then
9632 echo $ECHO_N "(cached) $ECHO_C" >&6
9633 else
9634 ac_check_soname_save_LIBS=$LIBS
9635 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9636 cat >conftest.$ac_ext <<_ACEOF
9637 /* confdefs.h. */
9638 _ACEOF
9639 cat confdefs.h >>conftest.$ac_ext
9640 cat >>conftest.$ac_ext <<_ACEOF
9641 /* end confdefs.h. */
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9646 #ifdef __cplusplus
9647 extern "C"
9648 #endif
9649 char XCreateWindow ();
9651 main ()
9653 return XCreateWindow ();
9655 return 0;
9657 _ACEOF
9658 rm -f conftest.$ac_objext conftest$ac_exeext
9659 if { (ac_try="$ac_link"
9660 case "(($ac_try" in
9661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9662 *) ac_try_echo=$ac_try;;
9663 esac
9664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9665 (eval "$ac_link") 2>conftest.er1
9666 ac_status=$?
9667 grep -v '^ *+' conftest.er1 >conftest.err
9668 rm -f conftest.er1
9669 cat conftest.err >&5
9670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9671 (exit $ac_status); } && {
9672 test -z "$ac_c_werror_flag" ||
9673 test ! -s conftest.err
9674 } && test -s conftest$ac_exeext &&
9675 $as_test_x conftest$ac_exeext; then
9676 case "$LIBEXT" in
9677 dll) ;;
9678 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'` ;;
9679 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9680 esac
9681 else
9682 echo "$as_me: failed program was:" >&5
9683 sed 's/^/| /' conftest.$ac_ext >&5
9688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9689 conftest$ac_exeext conftest.$ac_ext
9690 LIBS=$ac_check_soname_save_LIBS
9692 if test "x$ac_cv_lib_soname_X11" = "x"; then
9693 { echo "$as_me:$LINENO: result: not found" >&5
9694 echo "${ECHO_T}not found" >&6; }
9696 else
9697 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9698 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9700 cat >>confdefs.h <<_ACEOF
9701 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9702 _ACEOF
9707 { echo "$as_me:$LINENO: checking for -lXext" >&5
9708 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9709 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9710 echo $ECHO_N "(cached) $ECHO_C" >&6
9711 else
9712 ac_check_soname_save_LIBS=$LIBS
9713 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9714 cat >conftest.$ac_ext <<_ACEOF
9715 /* confdefs.h. */
9716 _ACEOF
9717 cat confdefs.h >>conftest.$ac_ext
9718 cat >>conftest.$ac_ext <<_ACEOF
9719 /* end confdefs.h. */
9721 /* Override any GCC internal prototype to avoid an error.
9722 Use char because int might match the return type of a GCC
9723 builtin and then its argument prototype would still apply. */
9724 #ifdef __cplusplus
9725 extern "C"
9726 #endif
9727 char XextCreateExtension ();
9729 main ()
9731 return XextCreateExtension ();
9733 return 0;
9735 _ACEOF
9736 rm -f conftest.$ac_objext conftest$ac_exeext
9737 if { (ac_try="$ac_link"
9738 case "(($ac_try" in
9739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9740 *) ac_try_echo=$ac_try;;
9741 esac
9742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9743 (eval "$ac_link") 2>conftest.er1
9744 ac_status=$?
9745 grep -v '^ *+' conftest.er1 >conftest.err
9746 rm -f conftest.er1
9747 cat conftest.err >&5
9748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9749 (exit $ac_status); } && {
9750 test -z "$ac_c_werror_flag" ||
9751 test ! -s conftest.err
9752 } && test -s conftest$ac_exeext &&
9753 $as_test_x conftest$ac_exeext; then
9754 case "$LIBEXT" in
9755 dll) ;;
9756 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'` ;;
9757 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9758 esac
9759 else
9760 echo "$as_me: failed program was:" >&5
9761 sed 's/^/| /' conftest.$ac_ext >&5
9766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9767 conftest$ac_exeext conftest.$ac_ext
9768 LIBS=$ac_check_soname_save_LIBS
9770 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9771 { echo "$as_me:$LINENO: result: not found" >&5
9772 echo "${ECHO_T}not found" >&6; }
9774 else
9775 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9776 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9778 cat >>confdefs.h <<_ACEOF
9779 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9780 _ACEOF
9798 for ac_header in X11/Xlib.h \
9799 X11/XKBlib.h \
9800 X11/Xutil.h \
9801 X11/Xcursor/Xcursor.h \
9802 X11/extensions/shape.h \
9803 X11/extensions/XInput.h \
9804 X11/extensions/XShm.h \
9805 X11/extensions/Xcomposite.h \
9806 X11/extensions/Xinerama.h \
9807 X11/extensions/Xrandr.h \
9808 X11/extensions/Xrender.h \
9809 X11/extensions/xf86vmode.h
9811 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9812 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9813 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9814 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9816 else
9817 cat >conftest.$ac_ext <<_ACEOF
9818 /* confdefs.h. */
9819 _ACEOF
9820 cat confdefs.h >>conftest.$ac_ext
9821 cat >>conftest.$ac_ext <<_ACEOF
9822 /* end confdefs.h. */
9823 #ifdef HAVE_X11_XLIB_H
9824 # include <X11/Xlib.h>
9825 #endif
9826 #ifdef HAVE_X11_XUTIL_H
9827 # include <X11/Xutil.h>
9828 #endif
9830 #include <$ac_header>
9831 _ACEOF
9832 rm -f conftest.$ac_objext
9833 if { (ac_try="$ac_compile"
9834 case "(($ac_try" in
9835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9836 *) ac_try_echo=$ac_try;;
9837 esac
9838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9839 (eval "$ac_compile") 2>conftest.er1
9840 ac_status=$?
9841 grep -v '^ *+' conftest.er1 >conftest.err
9842 rm -f conftest.er1
9843 cat conftest.err >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); } && {
9846 test -z "$ac_c_werror_flag" ||
9847 test ! -s conftest.err
9848 } && test -s conftest.$ac_objext; then
9849 eval "$as_ac_Header=yes"
9850 else
9851 echo "$as_me: failed program was:" >&5
9852 sed 's/^/| /' conftest.$ac_ext >&5
9854 eval "$as_ac_Header=no"
9857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9859 ac_res=`eval echo '${'$as_ac_Header'}'`
9860 { echo "$as_me:$LINENO: result: $ac_res" >&5
9861 echo "${ECHO_T}$ac_res" >&6; }
9862 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9863 cat >>confdefs.h <<_ACEOF
9864 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9865 _ACEOF
9869 done
9872 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9873 then
9874 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9875 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9876 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9877 echo $ECHO_N "(cached) $ECHO_C" >&6
9878 else
9879 ac_check_lib_save_LIBS=$LIBS
9880 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9881 cat >conftest.$ac_ext <<_ACEOF
9882 /* confdefs.h. */
9883 _ACEOF
9884 cat confdefs.h >>conftest.$ac_ext
9885 cat >>conftest.$ac_ext <<_ACEOF
9886 /* end confdefs.h. */
9888 /* Override any GCC internal prototype to avoid an error.
9889 Use char because int might match the return type of a GCC
9890 builtin and then its argument prototype would still apply. */
9891 #ifdef __cplusplus
9892 extern "C"
9893 #endif
9894 char XkbQueryExtension ();
9896 main ()
9898 return XkbQueryExtension ();
9900 return 0;
9902 _ACEOF
9903 rm -f conftest.$ac_objext conftest$ac_exeext
9904 if { (ac_try="$ac_link"
9905 case "(($ac_try" in
9906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9907 *) ac_try_echo=$ac_try;;
9908 esac
9909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9910 (eval "$ac_link") 2>conftest.er1
9911 ac_status=$?
9912 grep -v '^ *+' conftest.er1 >conftest.err
9913 rm -f conftest.er1
9914 cat conftest.err >&5
9915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9916 (exit $ac_status); } && {
9917 test -z "$ac_c_werror_flag" ||
9918 test ! -s conftest.err
9919 } && test -s conftest$ac_exeext &&
9920 $as_test_x conftest$ac_exeext; then
9921 ac_cv_lib_X11_XkbQueryExtension=yes
9922 else
9923 echo "$as_me: failed program was:" >&5
9924 sed 's/^/| /' conftest.$ac_ext >&5
9926 ac_cv_lib_X11_XkbQueryExtension=no
9929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9930 conftest$ac_exeext conftest.$ac_ext
9931 LIBS=$ac_check_lib_save_LIBS
9933 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9934 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9935 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9937 cat >>confdefs.h <<\_ACEOF
9938 #define HAVE_XKB 1
9939 _ACEOF
9945 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9946 then
9947 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9948 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9949 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9950 echo $ECHO_N "(cached) $ECHO_C" >&6
9951 else
9952 ac_check_soname_save_LIBS=$LIBS
9953 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9954 cat >conftest.$ac_ext <<_ACEOF
9955 /* confdefs.h. */
9956 _ACEOF
9957 cat confdefs.h >>conftest.$ac_ext
9958 cat >>conftest.$ac_ext <<_ACEOF
9959 /* end confdefs.h. */
9961 /* Override any GCC internal prototype to avoid an error.
9962 Use char because int might match the return type of a GCC
9963 builtin and then its argument prototype would still apply. */
9964 #ifdef __cplusplus
9965 extern "C"
9966 #endif
9967 char XcursorImageLoadCursor ();
9969 main ()
9971 return XcursorImageLoadCursor ();
9973 return 0;
9975 _ACEOF
9976 rm -f conftest.$ac_objext conftest$ac_exeext
9977 if { (ac_try="$ac_link"
9978 case "(($ac_try" in
9979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9980 *) ac_try_echo=$ac_try;;
9981 esac
9982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9983 (eval "$ac_link") 2>conftest.er1
9984 ac_status=$?
9985 grep -v '^ *+' conftest.er1 >conftest.err
9986 rm -f conftest.er1
9987 cat conftest.err >&5
9988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9989 (exit $ac_status); } && {
9990 test -z "$ac_c_werror_flag" ||
9991 test ! -s conftest.err
9992 } && test -s conftest$ac_exeext &&
9993 $as_test_x conftest$ac_exeext; then
9994 case "$LIBEXT" in
9995 dll) ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
9999 else
10000 echo "$as_me: failed program was:" >&5
10001 sed 's/^/| /' conftest.$ac_ext >&5
10006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_soname_save_LIBS
10010 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10011 { echo "$as_me:$LINENO: result: not found" >&5
10012 echo "${ECHO_T}not found" >&6; }
10014 else
10015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10016 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10018 cat >>confdefs.h <<_ACEOF
10019 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10020 _ACEOF
10026 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10027 case "x$with_xcursor" in
10028 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10029 xno) ;;
10030 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10031 This is an error since --with-xcursor was requested." >&5
10032 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10033 This is an error since --with-xcursor was requested." >&2;}
10034 { (exit 1); exit 1; }; } ;;
10035 esac
10039 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10040 then
10041 { echo "$as_me:$LINENO: checking for -lXi" >&5
10042 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10043 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10044 echo $ECHO_N "(cached) $ECHO_C" >&6
10045 else
10046 ac_check_soname_save_LIBS=$LIBS
10047 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10048 cat >conftest.$ac_ext <<_ACEOF
10049 /* confdefs.h. */
10050 _ACEOF
10051 cat confdefs.h >>conftest.$ac_ext
10052 cat >>conftest.$ac_ext <<_ACEOF
10053 /* end confdefs.h. */
10055 /* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10058 #ifdef __cplusplus
10059 extern "C"
10060 #endif
10061 char XOpenDevice ();
10063 main ()
10065 return XOpenDevice ();
10067 return 0;
10069 _ACEOF
10070 rm -f conftest.$ac_objext conftest$ac_exeext
10071 if { (ac_try="$ac_link"
10072 case "(($ac_try" in
10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10074 *) ac_try_echo=$ac_try;;
10075 esac
10076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10077 (eval "$ac_link") 2>conftest.er1
10078 ac_status=$?
10079 grep -v '^ *+' conftest.er1 >conftest.err
10080 rm -f conftest.er1
10081 cat conftest.err >&5
10082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } && {
10084 test -z "$ac_c_werror_flag" ||
10085 test ! -s conftest.err
10086 } && test -s conftest$ac_exeext &&
10087 $as_test_x conftest$ac_exeext; then
10088 case "$LIBEXT" in
10089 dll) ;;
10090 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'` ;;
10091 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10092 esac
10093 else
10094 echo "$as_me: failed program was:" >&5
10095 sed 's/^/| /' conftest.$ac_ext >&5
10100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10101 conftest$ac_exeext conftest.$ac_ext
10102 LIBS=$ac_check_soname_save_LIBS
10104 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10105 { echo "$as_me:$LINENO: result: not found" >&5
10106 echo "${ECHO_T}not found" >&6; }
10108 else
10109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10110 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10112 cat >>confdefs.h <<_ACEOF
10113 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10114 _ACEOF
10120 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10121 case "x$with_xinput" in
10122 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10123 xno) ;;
10124 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10125 This is an error since --with-xinput was requested." >&5
10126 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10127 This is an error since --with-xinput was requested." >&2;}
10128 { (exit 1); exit 1; }; } ;;
10129 esac
10133 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10134 then
10135 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10136 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10137 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10138 echo $ECHO_N "(cached) $ECHO_C" >&6
10139 else
10140 ac_check_lib_save_LIBS=$LIBS
10141 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10142 cat >conftest.$ac_ext <<_ACEOF
10143 /* confdefs.h. */
10144 _ACEOF
10145 cat confdefs.h >>conftest.$ac_ext
10146 cat >>conftest.$ac_ext <<_ACEOF
10147 /* end confdefs.h. */
10149 /* Override any GCC internal prototype to avoid an error.
10150 Use char because int might match the return type of a GCC
10151 builtin and then its argument prototype would still apply. */
10152 #ifdef __cplusplus
10153 extern "C"
10154 #endif
10155 char XShmQueryExtension ();
10157 main ()
10159 return XShmQueryExtension ();
10161 return 0;
10163 _ACEOF
10164 rm -f conftest.$ac_objext conftest$ac_exeext
10165 if { (ac_try="$ac_link"
10166 case "(($ac_try" in
10167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10168 *) ac_try_echo=$ac_try;;
10169 esac
10170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10171 (eval "$ac_link") 2>conftest.er1
10172 ac_status=$?
10173 grep -v '^ *+' conftest.er1 >conftest.err
10174 rm -f conftest.er1
10175 cat conftest.err >&5
10176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10177 (exit $ac_status); } && {
10178 test -z "$ac_c_werror_flag" ||
10179 test ! -s conftest.err
10180 } && test -s conftest$ac_exeext &&
10181 $as_test_x conftest$ac_exeext; then
10182 ac_cv_lib_Xext_XShmQueryExtension=yes
10183 else
10184 echo "$as_me: failed program was:" >&5
10185 sed 's/^/| /' conftest.$ac_ext >&5
10187 ac_cv_lib_Xext_XShmQueryExtension=no
10190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10191 conftest$ac_exeext conftest.$ac_ext
10192 LIBS=$ac_check_lib_save_LIBS
10194 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10195 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10196 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10198 cat >>confdefs.h <<\_ACEOF
10199 #define HAVE_LIBXXSHM 1
10200 _ACEOF
10205 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10206 case "x$with_xshm" in
10207 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10208 xno) ;;
10209 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10210 This is an error since --with-xshm was requested." >&5
10211 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10212 This is an error since --with-xshm was requested." >&2;}
10213 { (exit 1); exit 1; }; } ;;
10214 esac
10218 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10219 then
10220 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10221 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10222 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10223 echo $ECHO_N "(cached) $ECHO_C" >&6
10224 else
10225 ac_check_lib_save_LIBS=$LIBS
10226 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10227 cat >conftest.$ac_ext <<_ACEOF
10228 /* confdefs.h. */
10229 _ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h. */
10234 /* Override any GCC internal prototype to avoid an error.
10235 Use char because int might match the return type of a GCC
10236 builtin and then its argument prototype would still apply. */
10237 #ifdef __cplusplus
10238 extern "C"
10239 #endif
10240 char XShapeQueryExtension ();
10242 main ()
10244 return XShapeQueryExtension ();
10246 return 0;
10248 _ACEOF
10249 rm -f conftest.$ac_objext conftest$ac_exeext
10250 if { (ac_try="$ac_link"
10251 case "(($ac_try" in
10252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10253 *) ac_try_echo=$ac_try;;
10254 esac
10255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10256 (eval "$ac_link") 2>conftest.er1
10257 ac_status=$?
10258 grep -v '^ *+' conftest.er1 >conftest.err
10259 rm -f conftest.er1
10260 cat conftest.err >&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } && {
10263 test -z "$ac_c_werror_flag" ||
10264 test ! -s conftest.err
10265 } && test -s conftest$ac_exeext &&
10266 $as_test_x conftest$ac_exeext; then
10267 ac_cv_lib_Xext_XShapeQueryExtension=yes
10268 else
10269 echo "$as_me: failed program was:" >&5
10270 sed 's/^/| /' conftest.$ac_ext >&5
10272 ac_cv_lib_Xext_XShapeQueryExtension=no
10275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10276 conftest$ac_exeext conftest.$ac_ext
10277 LIBS=$ac_check_lib_save_LIBS
10279 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10280 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10281 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10283 cat >>confdefs.h <<\_ACEOF
10284 #define HAVE_LIBXSHAPE 1
10285 _ACEOF
10290 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10291 case "x$with_xshape" in
10292 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10293 xno) ;;
10294 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10295 This is an error since --with-xshape was requested." >&5
10296 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10297 This is an error since --with-xshape was requested." >&2;}
10298 { (exit 1); exit 1; }; } ;;
10299 esac
10303 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10304 then
10305 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10306 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10307 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10308 echo $ECHO_N "(cached) $ECHO_C" >&6
10309 else
10310 ac_check_soname_save_LIBS=$LIBS
10311 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10312 cat >conftest.$ac_ext <<_ACEOF
10313 /* confdefs.h. */
10314 _ACEOF
10315 cat confdefs.h >>conftest.$ac_ext
10316 cat >>conftest.$ac_ext <<_ACEOF
10317 /* end confdefs.h. */
10319 /* Override any GCC internal prototype to avoid an error.
10320 Use char because int might match the return type of a GCC
10321 builtin and then its argument prototype would still apply. */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char XF86VidModeQueryExtension ();
10327 main ()
10329 return XF86VidModeQueryExtension ();
10331 return 0;
10333 _ACEOF
10334 rm -f conftest.$ac_objext conftest$ac_exeext
10335 if { (ac_try="$ac_link"
10336 case "(($ac_try" in
10337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10338 *) ac_try_echo=$ac_try;;
10339 esac
10340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10341 (eval "$ac_link") 2>conftest.er1
10342 ac_status=$?
10343 grep -v '^ *+' conftest.er1 >conftest.err
10344 rm -f conftest.er1
10345 cat conftest.err >&5
10346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10347 (exit $ac_status); } && {
10348 test -z "$ac_c_werror_flag" ||
10349 test ! -s conftest.err
10350 } && test -s conftest$ac_exeext &&
10351 $as_test_x conftest$ac_exeext; then
10352 case "$LIBEXT" in
10353 dll) ;;
10354 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'` ;;
10355 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10356 esac
10357 else
10358 echo "$as_me: failed program was:" >&5
10359 sed 's/^/| /' conftest.$ac_ext >&5
10364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10365 conftest$ac_exeext conftest.$ac_ext
10366 LIBS=$ac_check_soname_save_LIBS
10368 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10369 { echo "$as_me:$LINENO: result: not found" >&5
10370 echo "${ECHO_T}not found" >&6; }
10372 else
10373 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10374 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10376 cat >>confdefs.h <<_ACEOF
10377 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10378 _ACEOF
10384 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10385 case "x$with_xxf86vm" in
10386 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10387 xno) ;;
10388 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10389 This is an error since --with-xxf86vm was requested." >&5
10390 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10391 This is an error since --with-xxf86vm was requested." >&2;}
10392 { (exit 1); exit 1; }; } ;;
10393 esac
10397 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"
10398 then
10399 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10400 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10401 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10402 echo $ECHO_N "(cached) $ECHO_C" >&6
10403 else
10404 ac_check_soname_save_LIBS=$LIBS
10405 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10406 cat >conftest.$ac_ext <<_ACEOF
10407 /* confdefs.h. */
10408 _ACEOF
10409 cat confdefs.h >>conftest.$ac_ext
10410 cat >>conftest.$ac_ext <<_ACEOF
10411 /* end confdefs.h. */
10413 /* Override any GCC internal prototype to avoid an error.
10414 Use char because int might match the return type of a GCC
10415 builtin and then its argument prototype would still apply. */
10416 #ifdef __cplusplus
10417 extern "C"
10418 #endif
10419 char XRenderQueryExtension ();
10421 main ()
10423 return XRenderQueryExtension ();
10425 return 0;
10427 _ACEOF
10428 rm -f conftest.$ac_objext conftest$ac_exeext
10429 if { (ac_try="$ac_link"
10430 case "(($ac_try" in
10431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10432 *) ac_try_echo=$ac_try;;
10433 esac
10434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10435 (eval "$ac_link") 2>conftest.er1
10436 ac_status=$?
10437 grep -v '^ *+' conftest.er1 >conftest.err
10438 rm -f conftest.er1
10439 cat conftest.err >&5
10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10441 (exit $ac_status); } && {
10442 test -z "$ac_c_werror_flag" ||
10443 test ! -s conftest.err
10444 } && test -s conftest$ac_exeext &&
10445 $as_test_x conftest$ac_exeext; then
10446 case "$LIBEXT" in
10447 dll) ;;
10448 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'` ;;
10449 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10450 esac
10451 else
10452 echo "$as_me: failed program was:" >&5
10453 sed 's/^/| /' conftest.$ac_ext >&5
10458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10459 conftest$ac_exeext conftest.$ac_ext
10460 LIBS=$ac_check_soname_save_LIBS
10462 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10463 { echo "$as_me:$LINENO: result: not found" >&5
10464 echo "${ECHO_T}not found" >&6; }
10466 else
10467 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10468 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10470 cat >>confdefs.h <<_ACEOF
10471 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10472 _ACEOF
10474 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10475 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10476 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10477 echo $ECHO_N "(cached) $ECHO_C" >&6
10478 else
10479 ac_check_lib_save_LIBS=$LIBS
10480 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10481 cat >conftest.$ac_ext <<_ACEOF
10482 /* confdefs.h. */
10483 _ACEOF
10484 cat confdefs.h >>conftest.$ac_ext
10485 cat >>conftest.$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10491 #ifdef __cplusplus
10492 extern "C"
10493 #endif
10494 char XRenderSetPictureTransform ();
10496 main ()
10498 return XRenderSetPictureTransform ();
10500 return 0;
10502 _ACEOF
10503 rm -f conftest.$ac_objext conftest$ac_exeext
10504 if { (ac_try="$ac_link"
10505 case "(($ac_try" in
10506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10508 esac
10509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10510 (eval "$ac_link") 2>conftest.er1
10511 ac_status=$?
10512 grep -v '^ *+' conftest.er1 >conftest.err
10513 rm -f conftest.er1
10514 cat conftest.err >&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); } && {
10517 test -z "$ac_c_werror_flag" ||
10518 test ! -s conftest.err
10519 } && test -s conftest$ac_exeext &&
10520 $as_test_x conftest$ac_exeext; then
10521 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10522 else
10523 echo "$as_me: failed program was:" >&5
10524 sed 's/^/| /' conftest.$ac_ext >&5
10526 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10530 conftest$ac_exeext conftest.$ac_ext
10531 LIBS=$ac_check_lib_save_LIBS
10533 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10534 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10535 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10537 cat >>confdefs.h <<\_ACEOF
10538 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10539 _ACEOF
10547 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10548 case "x$with_xrender" in
10549 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10550 xno) ;;
10551 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10552 This is an error since --with-xrender was requested." >&5
10553 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10554 This is an error since --with-xrender was requested." >&2;}
10555 { (exit 1); exit 1; }; } ;;
10556 esac
10560 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10561 then
10562 cat >conftest.$ac_ext <<_ACEOF
10563 /* confdefs.h. */
10564 _ACEOF
10565 cat confdefs.h >>conftest.$ac_ext
10566 cat >>conftest.$ac_ext <<_ACEOF
10567 /* end confdefs.h. */
10568 #include <X11/Xlib.h>
10569 #include <X11/extensions/Xrandr.h>
10571 main ()
10573 static typeof(XRRSetScreenConfigAndRate) * func;
10575 return 0;
10577 _ACEOF
10578 rm -f conftest.$ac_objext
10579 if { (ac_try="$ac_compile"
10580 case "(($ac_try" in
10581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10582 *) ac_try_echo=$ac_try;;
10583 esac
10584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10585 (eval "$ac_compile") 2>conftest.er1
10586 ac_status=$?
10587 grep -v '^ *+' conftest.er1 >conftest.err
10588 rm -f conftest.er1
10589 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } && {
10592 test -z "$ac_c_werror_flag" ||
10593 test ! -s conftest.err
10594 } && test -s conftest.$ac_objext; then
10595 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10596 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10597 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10598 echo $ECHO_N "(cached) $ECHO_C" >&6
10599 else
10600 ac_check_soname_save_LIBS=$LIBS
10601 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10602 cat >conftest.$ac_ext <<_ACEOF
10603 /* confdefs.h. */
10604 _ACEOF
10605 cat confdefs.h >>conftest.$ac_ext
10606 cat >>conftest.$ac_ext <<_ACEOF
10607 /* end confdefs.h. */
10609 /* Override any GCC internal prototype to avoid an error.
10610 Use char because int might match the return type of a GCC
10611 builtin and then its argument prototype would still apply. */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char XRRQueryExtension ();
10617 main ()
10619 return XRRQueryExtension ();
10621 return 0;
10623 _ACEOF
10624 rm -f conftest.$ac_objext conftest$ac_exeext
10625 if { (ac_try="$ac_link"
10626 case "(($ac_try" in
10627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10628 *) ac_try_echo=$ac_try;;
10629 esac
10630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10631 (eval "$ac_link") 2>conftest.er1
10632 ac_status=$?
10633 grep -v '^ *+' conftest.er1 >conftest.err
10634 rm -f conftest.er1
10635 cat conftest.err >&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); } && {
10638 test -z "$ac_c_werror_flag" ||
10639 test ! -s conftest.err
10640 } && test -s conftest$ac_exeext &&
10641 $as_test_x conftest$ac_exeext; then
10642 case "$LIBEXT" in
10643 dll) ;;
10644 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'` ;;
10645 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10646 esac
10647 else
10648 echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10655 conftest$ac_exeext conftest.$ac_ext
10656 LIBS=$ac_check_soname_save_LIBS
10658 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10659 { echo "$as_me:$LINENO: result: not found" >&5
10660 echo "${ECHO_T}not found" >&6; }
10662 else
10663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10664 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10666 cat >>confdefs.h <<_ACEOF
10667 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10668 _ACEOF
10673 else
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10682 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10683 case "x$with_xrandr" in
10684 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10685 xno) ;;
10686 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10687 This is an error since --with-xrandr was requested." >&5
10688 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10689 This is an error since --with-xrandr was requested." >&2;}
10690 { (exit 1); exit 1; }; } ;;
10691 esac
10695 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10696 then
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. */
10703 #include <X11/Xlib.h>
10704 #include <X11/extensions/Xinerama.h>
10706 main ()
10708 static typeof(XineramaQueryScreens) * func;
10710 return 0;
10712 _ACEOF
10713 rm -f conftest.$ac_objext
10714 if { (ac_try="$ac_compile"
10715 case "(($ac_try" in
10716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10717 *) ac_try_echo=$ac_try;;
10718 esac
10719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10720 (eval "$ac_compile") 2>conftest.er1
10721 ac_status=$?
10722 grep -v '^ *+' conftest.er1 >conftest.err
10723 rm -f conftest.er1
10724 cat conftest.err >&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); } && {
10727 test -z "$ac_c_werror_flag" ||
10728 test ! -s conftest.err
10729 } && test -s conftest.$ac_objext; then
10730 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10731 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10732 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10733 echo $ECHO_N "(cached) $ECHO_C" >&6
10734 else
10735 ac_check_soname_save_LIBS=$LIBS
10736 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10737 cat >conftest.$ac_ext <<_ACEOF
10738 /* confdefs.h. */
10739 _ACEOF
10740 cat confdefs.h >>conftest.$ac_ext
10741 cat >>conftest.$ac_ext <<_ACEOF
10742 /* end confdefs.h. */
10744 /* Override any GCC internal prototype to avoid an error.
10745 Use char because int might match the return type of a GCC
10746 builtin and then its argument prototype would still apply. */
10747 #ifdef __cplusplus
10748 extern "C"
10749 #endif
10750 char XineramaQueryScreens ();
10752 main ()
10754 return XineramaQueryScreens ();
10756 return 0;
10758 _ACEOF
10759 rm -f conftest.$ac_objext conftest$ac_exeext
10760 if { (ac_try="$ac_link"
10761 case "(($ac_try" in
10762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10763 *) ac_try_echo=$ac_try;;
10764 esac
10765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10766 (eval "$ac_link") 2>conftest.er1
10767 ac_status=$?
10768 grep -v '^ *+' conftest.er1 >conftest.err
10769 rm -f conftest.er1
10770 cat conftest.err >&5
10771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10772 (exit $ac_status); } && {
10773 test -z "$ac_c_werror_flag" ||
10774 test ! -s conftest.err
10775 } && test -s conftest$ac_exeext &&
10776 $as_test_x conftest$ac_exeext; then
10777 case "$LIBEXT" in
10778 dll) ;;
10779 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'` ;;
10780 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10781 esac
10782 else
10783 echo "$as_me: failed program was:" >&5
10784 sed 's/^/| /' conftest.$ac_ext >&5
10789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10790 conftest$ac_exeext conftest.$ac_ext
10791 LIBS=$ac_check_soname_save_LIBS
10793 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10794 { echo "$as_me:$LINENO: result: not found" >&5
10795 echo "${ECHO_T}not found" >&6; }
10797 else
10798 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10799 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10801 cat >>confdefs.h <<_ACEOF
10802 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10803 _ACEOF
10808 else
10809 echo "$as_me: failed program was:" >&5
10810 sed 's/^/| /' conftest.$ac_ext >&5
10815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10817 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10818 case "x$with_xinerama" in
10819 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10820 xno) ;;
10821 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10822 This is an error since --with-xinerama was requested." >&5
10823 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10824 This is an error since --with-xinerama was requested." >&2;}
10825 { (exit 1); exit 1; }; } ;;
10826 esac
10830 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10831 then
10832 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10833 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10834 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10835 echo $ECHO_N "(cached) $ECHO_C" >&6
10836 else
10837 ac_check_soname_save_LIBS=$LIBS
10838 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10839 cat >conftest.$ac_ext <<_ACEOF
10840 /* confdefs.h. */
10841 _ACEOF
10842 cat confdefs.h >>conftest.$ac_ext
10843 cat >>conftest.$ac_ext <<_ACEOF
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10849 #ifdef __cplusplus
10850 extern "C"
10851 #endif
10852 char XCompositeRedirectWindow ();
10854 main ()
10856 return XCompositeRedirectWindow ();
10858 return 0;
10860 _ACEOF
10861 rm -f conftest.$ac_objext conftest$ac_exeext
10862 if { (ac_try="$ac_link"
10863 case "(($ac_try" in
10864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10865 *) ac_try_echo=$ac_try;;
10866 esac
10867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10868 (eval "$ac_link") 2>conftest.er1
10869 ac_status=$?
10870 grep -v '^ *+' conftest.er1 >conftest.err
10871 rm -f conftest.er1
10872 cat conftest.err >&5
10873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10874 (exit $ac_status); } && {
10875 test -z "$ac_c_werror_flag" ||
10876 test ! -s conftest.err
10877 } && test -s conftest$ac_exeext &&
10878 $as_test_x conftest$ac_exeext; then
10879 case "$LIBEXT" in
10880 dll) ;;
10881 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'` ;;
10882 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10883 esac
10884 else
10885 echo "$as_me: failed program was:" >&5
10886 sed 's/^/| /' conftest.$ac_ext >&5
10891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10892 conftest$ac_exeext conftest.$ac_ext
10893 LIBS=$ac_check_soname_save_LIBS
10895 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10896 { echo "$as_me:$LINENO: result: not found" >&5
10897 echo "${ECHO_T}not found" >&6; }
10899 else
10900 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10901 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10903 cat >>confdefs.h <<_ACEOF
10904 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10905 _ACEOF
10911 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10912 case "x$with_xcomposite" in
10913 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10914 xno) ;;
10915 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10916 This is an error since --with-xcomposite was requested." >&5
10917 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10918 This is an error since --with-xcomposite was requested." >&2;}
10919 { (exit 1); exit 1; }; } ;;
10920 esac
10924 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10925 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10926 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10927 echo $ECHO_N "(cached) $ECHO_C" >&6
10928 else
10929 cat >conftest.$ac_ext <<_ACEOF
10930 /* confdefs.h. */
10931 _ACEOF
10932 cat confdefs.h >>conftest.$ac_ext
10933 cat >>conftest.$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10935 #ifdef HAVE_X11_XLIB_H
10936 #include <X11/Xlib.h>
10937 #endif
10940 main ()
10942 static XICCallback ac_aggr;
10943 if (ac_aggr.callback)
10944 return 0;
10946 return 0;
10948 _ACEOF
10949 rm -f conftest.$ac_objext
10950 if { (ac_try="$ac_compile"
10951 case "(($ac_try" in
10952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10953 *) ac_try_echo=$ac_try;;
10954 esac
10955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10956 (eval "$ac_compile") 2>conftest.er1
10957 ac_status=$?
10958 grep -v '^ *+' conftest.er1 >conftest.err
10959 rm -f conftest.er1
10960 cat conftest.err >&5
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest.$ac_objext; then
10966 ac_cv_member_XICCallback_callback=yes
10967 else
10968 echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 cat >conftest.$ac_ext <<_ACEOF
10972 /* confdefs.h. */
10973 _ACEOF
10974 cat confdefs.h >>conftest.$ac_ext
10975 cat >>conftest.$ac_ext <<_ACEOF
10976 /* end confdefs.h. */
10977 #ifdef HAVE_X11_XLIB_H
10978 #include <X11/Xlib.h>
10979 #endif
10982 main ()
10984 static XICCallback ac_aggr;
10985 if (sizeof ac_aggr.callback)
10986 return 0;
10988 return 0;
10990 _ACEOF
10991 rm -f conftest.$ac_objext
10992 if { (ac_try="$ac_compile"
10993 case "(($ac_try" in
10994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10995 *) ac_try_echo=$ac_try;;
10996 esac
10997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10998 (eval "$ac_compile") 2>conftest.er1
10999 ac_status=$?
11000 grep -v '^ *+' conftest.er1 >conftest.err
11001 rm -f conftest.er1
11002 cat conftest.err >&5
11003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004 (exit $ac_status); } && {
11005 test -z "$ac_c_werror_flag" ||
11006 test ! -s conftest.err
11007 } && test -s conftest.$ac_objext; then
11008 ac_cv_member_XICCallback_callback=yes
11009 else
11010 echo "$as_me: failed program was:" >&5
11011 sed 's/^/| /' conftest.$ac_ext >&5
11013 ac_cv_member_XICCallback_callback=no
11016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11021 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11022 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11023 if test $ac_cv_member_XICCallback_callback = yes; then
11025 cat >>confdefs.h <<_ACEOF
11026 #define HAVE_XICCALLBACK_CALLBACK 1
11027 _ACEOF
11034 opengl_msg=""
11035 if test "x$with_opengl" != "xno"
11036 then
11041 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11047 echo $ECHO_N "(cached) $ECHO_C" >&6
11048 else
11049 cat >conftest.$ac_ext <<_ACEOF
11050 /* confdefs.h. */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11055 #ifdef HAVE_GL_GLX_H
11056 # include <GL/glx.h>
11057 #endif
11059 #include <$ac_header>
11060 _ACEOF
11061 rm -f conftest.$ac_objext
11062 if { (ac_try="$ac_compile"
11063 case "(($ac_try" in
11064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11065 *) ac_try_echo=$ac_try;;
11066 esac
11067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11068 (eval "$ac_compile") 2>conftest.er1
11069 ac_status=$?
11070 grep -v '^ *+' conftest.er1 >conftest.err
11071 rm -f conftest.er1
11072 cat conftest.err >&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); } && {
11075 test -z "$ac_c_werror_flag" ||
11076 test ! -s conftest.err
11077 } && test -s conftest.$ac_objext; then
11078 eval "$as_ac_Header=yes"
11079 else
11080 echo "$as_me: failed program was:" >&5
11081 sed 's/^/| /' conftest.$ac_ext >&5
11083 eval "$as_ac_Header=no"
11086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11088 ac_res=`eval echo '${'$as_ac_Header'}'`
11089 { echo "$as_me:$LINENO: result: $ac_res" >&5
11090 echo "${ECHO_T}$ac_res" >&6; }
11091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11092 cat >>confdefs.h <<_ACEOF
11093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11094 _ACEOF
11098 done
11100 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11101 then
11102 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11103 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11104 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11105 echo $ECHO_N "(cached) $ECHO_C" >&6
11106 else
11107 cat >conftest.$ac_ext <<_ACEOF
11108 /* confdefs.h. */
11109 _ACEOF
11110 cat confdefs.h >>conftest.$ac_ext
11111 cat >>conftest.$ac_ext <<_ACEOF
11112 /* end confdefs.h. */
11113 #include <GL/gl.h>
11115 main ()
11117 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11119 return 0;
11121 _ACEOF
11122 rm -f conftest.$ac_objext
11123 if { (ac_try="$ac_compile"
11124 case "(($ac_try" in
11125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11126 *) ac_try_echo=$ac_try;;
11127 esac
11128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11129 (eval "$ac_compile") 2>conftest.er1
11130 ac_status=$?
11131 grep -v '^ *+' conftest.er1 >conftest.err
11132 rm -f conftest.er1
11133 cat conftest.err >&5
11134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11135 (exit $ac_status); } && {
11136 test -z "$ac_c_werror_flag" ||
11137 test ! -s conftest.err
11138 } && test -s conftest.$ac_objext; then
11139 wine_cv_opengl_header_version_OK="yes"
11140 else
11141 echo "$as_me: failed program was:" >&5
11142 sed 's/^/| /' conftest.$ac_ext >&5
11144 wine_cv_opengl_header_version_OK="no"
11147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11149 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11150 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11152 if test "$wine_cv_opengl_header_version_OK" = "yes"
11153 then
11154 { echo "$as_me:$LINENO: checking for -lGL" >&5
11155 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11156 if test "${ac_cv_lib_soname_GL+set}" = set; then
11157 echo $ECHO_N "(cached) $ECHO_C" >&6
11158 else
11159 ac_check_soname_save_LIBS=$LIBS
11160 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11161 cat >conftest.$ac_ext <<_ACEOF
11162 /* confdefs.h. */
11163 _ACEOF
11164 cat confdefs.h >>conftest.$ac_ext
11165 cat >>conftest.$ac_ext <<_ACEOF
11166 /* end confdefs.h. */
11168 /* Override any GCC internal prototype to avoid an error.
11169 Use char because int might match the return type of a GCC
11170 builtin and then its argument prototype would still apply. */
11171 #ifdef __cplusplus
11172 extern "C"
11173 #endif
11174 char glXCreateContext ();
11176 main ()
11178 return glXCreateContext ();
11180 return 0;
11182 _ACEOF
11183 rm -f conftest.$ac_objext conftest$ac_exeext
11184 if { (ac_try="$ac_link"
11185 case "(($ac_try" in
11186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11187 *) ac_try_echo=$ac_try;;
11188 esac
11189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11190 (eval "$ac_link") 2>conftest.er1
11191 ac_status=$?
11192 grep -v '^ *+' conftest.er1 >conftest.err
11193 rm -f conftest.er1
11194 cat conftest.err >&5
11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } && {
11197 test -z "$ac_c_werror_flag" ||
11198 test ! -s conftest.err
11199 } && test -s conftest$ac_exeext &&
11200 $as_test_x conftest$ac_exeext; then
11201 case "$LIBEXT" in
11202 dll) ;;
11203 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'` ;;
11204 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11205 esac
11206 else
11207 echo "$as_me: failed program was:" >&5
11208 sed 's/^/| /' conftest.$ac_ext >&5
11213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11214 conftest$ac_exeext conftest.$ac_ext
11215 LIBS=$ac_check_soname_save_LIBS
11217 if test "x$ac_cv_lib_soname_GL" = "x"; then
11218 { echo "$as_me:$LINENO: result: not found" >&5
11219 echo "${ECHO_T}not found" >&6; }
11220 { echo "$as_me:$LINENO: checking for -lGL" >&5
11221 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11222 if test "${ac_cv_lib_soname_GL+set}" = set; then
11223 echo $ECHO_N "(cached) $ECHO_C" >&6
11224 else
11225 ac_check_soname_save_LIBS=$LIBS
11226 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"
11227 cat >conftest.$ac_ext <<_ACEOF
11228 /* confdefs.h. */
11229 _ACEOF
11230 cat confdefs.h >>conftest.$ac_ext
11231 cat >>conftest.$ac_ext <<_ACEOF
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237 #ifdef __cplusplus
11238 extern "C"
11239 #endif
11240 char glXCreateContext ();
11242 main ()
11244 return glXCreateContext ();
11246 return 0;
11248 _ACEOF
11249 rm -f conftest.$ac_objext conftest$ac_exeext
11250 if { (ac_try="$ac_link"
11251 case "(($ac_try" in
11252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11253 *) ac_try_echo=$ac_try;;
11254 esac
11255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11256 (eval "$ac_link") 2>conftest.er1
11257 ac_status=$?
11258 grep -v '^ *+' conftest.er1 >conftest.err
11259 rm -f conftest.er1
11260 cat conftest.err >&5
11261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11262 (exit $ac_status); } && {
11263 test -z "$ac_c_werror_flag" ||
11264 test ! -s conftest.err
11265 } && test -s conftest$ac_exeext &&
11266 $as_test_x conftest$ac_exeext; then
11267 case "$LIBEXT" in
11268 dll) ;;
11269 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'` ;;
11270 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11271 esac
11272 else
11273 echo "$as_me: failed program was:" >&5
11274 sed 's/^/| /' conftest.$ac_ext >&5
11279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11280 conftest$ac_exeext conftest.$ac_ext
11281 LIBS=$ac_check_soname_save_LIBS
11283 if test "x$ac_cv_lib_soname_GL" = "x"; then
11284 { echo "$as_me:$LINENO: result: not found" >&5
11285 echo "${ECHO_T}not found" >&6; }
11286 if test -f /usr/X11R6/lib/libGL.a
11287 then
11288 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11289 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11290 else
11291 opengl_msg="No OpenGL library found on this system."
11293 else
11294 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11295 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11297 cat >>confdefs.h <<_ACEOF
11298 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11299 _ACEOF
11301 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"
11303 cat >>confdefs.h <<\_ACEOF
11304 #define HAVE_OPENGL 1
11305 _ACEOF
11309 else
11310 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11311 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11313 cat >>confdefs.h <<_ACEOF
11314 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11315 _ACEOF
11317 OPENGL_LIBS="-lGL"
11319 cat >>confdefs.h <<\_ACEOF
11320 #define HAVE_OPENGL 1
11321 _ACEOF
11325 if test "$ac_cv_header_GL_glu_h" = "yes"
11326 then
11327 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11328 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11329 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11330 echo $ECHO_N "(cached) $ECHO_C" >&6
11331 else
11332 ac_check_soname_save_LIBS=$LIBS
11333 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11334 cat >conftest.$ac_ext <<_ACEOF
11335 /* confdefs.h. */
11336 _ACEOF
11337 cat confdefs.h >>conftest.$ac_ext
11338 cat >>conftest.$ac_ext <<_ACEOF
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char gluLookAt ();
11349 main ()
11351 return gluLookAt ();
11353 return 0;
11355 _ACEOF
11356 rm -f conftest.$ac_objext conftest$ac_exeext
11357 if { (ac_try="$ac_link"
11358 case "(($ac_try" in
11359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11360 *) ac_try_echo=$ac_try;;
11361 esac
11362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11363 (eval "$ac_link") 2>conftest.er1
11364 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1
11367 cat conftest.err >&5
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && {
11370 test -z "$ac_c_werror_flag" ||
11371 test ! -s conftest.err
11372 } && test -s conftest$ac_exeext &&
11373 $as_test_x conftest$ac_exeext; then
11374 case "$LIBEXT" in
11375 dll) ;;
11376 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'` ;;
11377 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11378 esac
11379 else
11380 echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11387 conftest$ac_exeext conftest.$ac_ext
11388 LIBS=$ac_check_soname_save_LIBS
11390 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11391 { echo "$as_me:$LINENO: result: not found" >&5
11392 echo "${ECHO_T}not found" >&6; }
11394 else
11395 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11396 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11398 cat >>confdefs.h <<_ACEOF
11399 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11400 _ACEOF
11406 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11407 case "x$with_glu" in
11408 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11409 xno) ;;
11410 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11411 This is an error since --with-glu was requested." >&5
11412 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11413 This is an error since --with-glu was requested." >&2;}
11414 { (exit 1); exit 1; }; } ;;
11415 esac
11418 else
11419 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11421 else
11422 opengl_msg="OpenGL development headers not found."
11424 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11425 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11426 else
11427 enable_opengl32=${enable_opengl32:-no}
11428 enable_glu32=${enable_glu32:-no}
11430 if test -n "$opengl_msg"; then
11431 case "x$with_opengl" in
11432 x) wine_warnings="$wine_warnings|$opengl_msg
11433 OpenGL and Direct3D won't be supported." ;;
11434 xno) ;;
11435 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11436 OpenGL and Direct3D won't be supported.
11437 This is an error since --with-opengl was requested." >&5
11438 echo "$as_me: error: $opengl_msg
11439 OpenGL and Direct3D won't be supported.
11440 This is an error since --with-opengl was requested." >&2;}
11441 { (exit 1); exit 1; }; } ;;
11442 esac
11446 NASLIBS=""
11449 for ac_header in audio/audiolib.h
11451 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11453 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11454 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11456 echo $ECHO_N "(cached) $ECHO_C" >&6
11458 ac_res=`eval echo '${'$as_ac_Header'}'`
11459 { echo "$as_me:$LINENO: result: $ac_res" >&5
11460 echo "${ECHO_T}$ac_res" >&6; }
11461 else
11462 # Is the header compilable?
11463 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11464 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11465 cat >conftest.$ac_ext <<_ACEOF
11466 /* confdefs.h. */
11467 _ACEOF
11468 cat confdefs.h >>conftest.$ac_ext
11469 cat >>conftest.$ac_ext <<_ACEOF
11470 /* end confdefs.h. */
11471 $ac_includes_default
11472 #include <$ac_header>
11473 _ACEOF
11474 rm -f conftest.$ac_objext
11475 if { (ac_try="$ac_compile"
11476 case "(($ac_try" in
11477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11478 *) ac_try_echo=$ac_try;;
11479 esac
11480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11481 (eval "$ac_compile") 2>conftest.er1
11482 ac_status=$?
11483 grep -v '^ *+' conftest.er1 >conftest.err
11484 rm -f conftest.er1
11485 cat conftest.err >&5
11486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11487 (exit $ac_status); } && {
11488 test -z "$ac_c_werror_flag" ||
11489 test ! -s conftest.err
11490 } && test -s conftest.$ac_objext; then
11491 ac_header_compiler=yes
11492 else
11493 echo "$as_me: failed program was:" >&5
11494 sed 's/^/| /' conftest.$ac_ext >&5
11496 ac_header_compiler=no
11499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11500 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11501 echo "${ECHO_T}$ac_header_compiler" >&6; }
11503 # Is the header present?
11504 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11505 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11506 cat >conftest.$ac_ext <<_ACEOF
11507 /* confdefs.h. */
11508 _ACEOF
11509 cat confdefs.h >>conftest.$ac_ext
11510 cat >>conftest.$ac_ext <<_ACEOF
11511 /* end confdefs.h. */
11512 #include <$ac_header>
11513 _ACEOF
11514 if { (ac_try="$ac_cpp conftest.$ac_ext"
11515 case "(($ac_try" in
11516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11517 *) ac_try_echo=$ac_try;;
11518 esac
11519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11521 ac_status=$?
11522 grep -v '^ *+' conftest.er1 >conftest.err
11523 rm -f conftest.er1
11524 cat conftest.err >&5
11525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11526 (exit $ac_status); } >/dev/null && {
11527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11528 test ! -s conftest.err
11529 }; then
11530 ac_header_preproc=yes
11531 else
11532 echo "$as_me: failed program was:" >&5
11533 sed 's/^/| /' conftest.$ac_ext >&5
11535 ac_header_preproc=no
11538 rm -f conftest.err conftest.$ac_ext
11539 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11540 echo "${ECHO_T}$ac_header_preproc" >&6; }
11542 # So? What about this header?
11543 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11544 yes:no: )
11545 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11546 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11548 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11549 ac_header_preproc=yes
11551 no:yes:* )
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11553 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11554 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11555 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11556 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11557 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11558 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11559 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11561 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11562 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11563 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11564 ( cat <<\_ASBOX
11565 ## ------------------------------------ ##
11566 ## Report this to wine-devel@winehq.org ##
11567 ## ------------------------------------ ##
11568 _ASBOX
11569 ) | sed "s/^/$as_me: WARNING: /" >&2
11571 esac
11572 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11575 echo $ECHO_N "(cached) $ECHO_C" >&6
11576 else
11577 eval "$as_ac_Header=\$ac_header_preproc"
11579 ac_res=`eval echo '${'$as_ac_Header'}'`
11580 { echo "$as_me:$LINENO: result: $ac_res" >&5
11581 echo "${ECHO_T}$ac_res" >&6; }
11584 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11585 cat >>confdefs.h <<_ACEOF
11586 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11587 _ACEOF
11589 for ac_header in audio/soundlib.h
11591 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11595 echo $ECHO_N "(cached) $ECHO_C" >&6
11596 else
11597 cat >conftest.$ac_ext <<_ACEOF
11598 /* confdefs.h. */
11599 _ACEOF
11600 cat confdefs.h >>conftest.$ac_ext
11601 cat >>conftest.$ac_ext <<_ACEOF
11602 /* end confdefs.h. */
11603 #include <audio/audiolib.h>
11605 #include <$ac_header>
11606 _ACEOF
11607 rm -f conftest.$ac_objext
11608 if { (ac_try="$ac_compile"
11609 case "(($ac_try" in
11610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611 *) ac_try_echo=$ac_try;;
11612 esac
11613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11614 (eval "$ac_compile") 2>conftest.er1
11615 ac_status=$?
11616 grep -v '^ *+' conftest.er1 >conftest.err
11617 rm -f conftest.er1
11618 cat conftest.err >&5
11619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11620 (exit $ac_status); } && {
11621 test -z "$ac_c_werror_flag" ||
11622 test ! -s conftest.err
11623 } && test -s conftest.$ac_objext; then
11624 eval "$as_ac_Header=yes"
11625 else
11626 echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11629 eval "$as_ac_Header=no"
11632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11634 ac_res=`eval echo '${'$as_ac_Header'}'`
11635 { echo "$as_me:$LINENO: result: $ac_res" >&5
11636 echo "${ECHO_T}$ac_res" >&6; }
11637 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11638 cat >>confdefs.h <<_ACEOF
11639 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11640 _ACEOF
11644 done
11646 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11647 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11648 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11649 echo $ECHO_N "(cached) $ECHO_C" >&6
11650 else
11651 ac_check_lib_save_LIBS=$LIBS
11652 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11653 cat >conftest.$ac_ext <<_ACEOF
11654 /* confdefs.h. */
11655 _ACEOF
11656 cat confdefs.h >>conftest.$ac_ext
11657 cat >>conftest.$ac_ext <<_ACEOF
11658 /* end confdefs.h. */
11660 /* Override any GCC internal prototype to avoid an error.
11661 Use char because int might match the return type of a GCC
11662 builtin and then its argument prototype would still apply. */
11663 #ifdef __cplusplus
11664 extern "C"
11665 #endif
11666 char AuCreateFlow ();
11668 main ()
11670 return AuCreateFlow ();
11672 return 0;
11674 _ACEOF
11675 rm -f conftest.$ac_objext conftest$ac_exeext
11676 if { (ac_try="$ac_link"
11677 case "(($ac_try" in
11678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11679 *) ac_try_echo=$ac_try;;
11680 esac
11681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11682 (eval "$ac_link") 2>conftest.er1
11683 ac_status=$?
11684 grep -v '^ *+' conftest.er1 >conftest.err
11685 rm -f conftest.er1
11686 cat conftest.err >&5
11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11688 (exit $ac_status); } && {
11689 test -z "$ac_c_werror_flag" ||
11690 test ! -s conftest.err
11691 } && test -s conftest$ac_exeext &&
11692 $as_test_x conftest$ac_exeext; then
11693 ac_cv_lib_audio_AuCreateFlow=yes
11694 else
11695 echo "$as_me: failed program was:" >&5
11696 sed 's/^/| /' conftest.$ac_ext >&5
11698 ac_cv_lib_audio_AuCreateFlow=no
11701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11702 conftest$ac_exeext conftest.$ac_ext
11703 LIBS=$ac_check_lib_save_LIBS
11705 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11706 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11707 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11709 cat >>confdefs.h <<\_ACEOF
11710 #define HAVE_NAS 1
11711 _ACEOF
11713 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11714 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11715 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11716 echo $ECHO_N "(cached) $ECHO_C" >&6
11717 else
11718 ac_check_lib_save_LIBS=$LIBS
11719 LIBS="-lXau $X_LIBS $LIBS"
11720 cat >conftest.$ac_ext <<_ACEOF
11721 /* confdefs.h. */
11722 _ACEOF
11723 cat confdefs.h >>conftest.$ac_ext
11724 cat >>conftest.$ac_ext <<_ACEOF
11725 /* end confdefs.h. */
11727 /* Override any GCC internal prototype to avoid an error.
11728 Use char because int might match the return type of a GCC
11729 builtin and then its argument prototype would still apply. */
11730 #ifdef __cplusplus
11731 extern "C"
11732 #endif
11733 char XauGetBestAuthByAddr ();
11735 main ()
11737 return XauGetBestAuthByAddr ();
11739 return 0;
11741 _ACEOF
11742 rm -f conftest.$ac_objext conftest$ac_exeext
11743 if { (ac_try="$ac_link"
11744 case "(($ac_try" in
11745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11746 *) ac_try_echo=$ac_try;;
11747 esac
11748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11749 (eval "$ac_link") 2>conftest.er1
11750 ac_status=$?
11751 grep -v '^ *+' conftest.er1 >conftest.err
11752 rm -f conftest.er1
11753 cat conftest.err >&5
11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11755 (exit $ac_status); } && {
11756 test -z "$ac_c_werror_flag" ||
11757 test ! -s conftest.err
11758 } && test -s conftest$ac_exeext &&
11759 $as_test_x conftest$ac_exeext; then
11760 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11761 else
11762 echo "$as_me: failed program was:" >&5
11763 sed 's/^/| /' conftest.$ac_ext >&5
11765 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11769 conftest$ac_exeext conftest.$ac_ext
11770 LIBS=$ac_check_lib_save_LIBS
11772 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11773 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11774 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11775 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11776 else
11777 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11785 done
11788 CPPFLAGS="$ac_save_CPPFLAGS"
11789 else
11790 XLIB=""
11791 X_CFLAGS=""
11792 X_LIBS=""
11793 enable_winex11_drv=${enable_winex11_drv:-no}
11794 enable_opengl32=${enable_opengl32:-no}
11795 enable_glu32=${enable_glu32:-no}
11797 if test "x$XLIB" = "x"; then
11798 case "x$with_x" in
11799 xno) ;;
11800 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11801 without X support, which probably isn't what you want. You will need to install
11802 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11803 Use the --without-x option if you really want this." >&5
11804 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11805 without X support, which probably isn't what you want. You will need to install
11806 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11807 Use the --without-x option if you really want this." >&2;}
11808 { (exit 1); exit 1; }; } ;;
11809 esac
11814 XML2LIBS=""
11816 XML2INCL=""
11818 XSLTINCL=""
11820 if test "x$with_xml" != "xno"
11821 then
11822 ac_save_CPPFLAGS="$CPPFLAGS"
11823 if test "$PKG_CONFIG" != "false"
11824 then
11825 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11826 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11827 else
11828 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11829 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11831 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11833 for ac_header in libxml/parser.h
11835 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11837 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11838 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11839 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11840 echo $ECHO_N "(cached) $ECHO_C" >&6
11842 ac_res=`eval echo '${'$as_ac_Header'}'`
11843 { echo "$as_me:$LINENO: result: $ac_res" >&5
11844 echo "${ECHO_T}$ac_res" >&6; }
11845 else
11846 # Is the header compilable?
11847 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11848 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11849 cat >conftest.$ac_ext <<_ACEOF
11850 /* confdefs.h. */
11851 _ACEOF
11852 cat confdefs.h >>conftest.$ac_ext
11853 cat >>conftest.$ac_ext <<_ACEOF
11854 /* end confdefs.h. */
11855 $ac_includes_default
11856 #include <$ac_header>
11857 _ACEOF
11858 rm -f conftest.$ac_objext
11859 if { (ac_try="$ac_compile"
11860 case "(($ac_try" in
11861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11862 *) ac_try_echo=$ac_try;;
11863 esac
11864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11865 (eval "$ac_compile") 2>conftest.er1
11866 ac_status=$?
11867 grep -v '^ *+' conftest.er1 >conftest.err
11868 rm -f conftest.er1
11869 cat conftest.err >&5
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); } && {
11872 test -z "$ac_c_werror_flag" ||
11873 test ! -s conftest.err
11874 } && test -s conftest.$ac_objext; then
11875 ac_header_compiler=yes
11876 else
11877 echo "$as_me: failed program was:" >&5
11878 sed 's/^/| /' conftest.$ac_ext >&5
11880 ac_header_compiler=no
11883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11884 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11885 echo "${ECHO_T}$ac_header_compiler" >&6; }
11887 # Is the header present?
11888 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11889 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11890 cat >conftest.$ac_ext <<_ACEOF
11891 /* confdefs.h. */
11892 _ACEOF
11893 cat confdefs.h >>conftest.$ac_ext
11894 cat >>conftest.$ac_ext <<_ACEOF
11895 /* end confdefs.h. */
11896 #include <$ac_header>
11897 _ACEOF
11898 if { (ac_try="$ac_cpp conftest.$ac_ext"
11899 case "(($ac_try" in
11900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11901 *) ac_try_echo=$ac_try;;
11902 esac
11903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11905 ac_status=$?
11906 grep -v '^ *+' conftest.er1 >conftest.err
11907 rm -f conftest.er1
11908 cat conftest.err >&5
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } >/dev/null && {
11911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11912 test ! -s conftest.err
11913 }; then
11914 ac_header_preproc=yes
11915 else
11916 echo "$as_me: failed program was:" >&5
11917 sed 's/^/| /' conftest.$ac_ext >&5
11919 ac_header_preproc=no
11922 rm -f conftest.err conftest.$ac_ext
11923 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11924 echo "${ECHO_T}$ac_header_preproc" >&6; }
11926 # So? What about this header?
11927 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11928 yes:no: )
11929 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11930 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11931 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11932 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11933 ac_header_preproc=yes
11935 no:yes:* )
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11937 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11939 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11940 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11941 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11942 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11943 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11944 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11945 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11946 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11947 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11948 ( cat <<\_ASBOX
11949 ## ------------------------------------ ##
11950 ## Report this to wine-devel@winehq.org ##
11951 ## ------------------------------------ ##
11952 _ASBOX
11953 ) | sed "s/^/$as_me: WARNING: /" >&2
11955 esac
11956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11959 echo $ECHO_N "(cached) $ECHO_C" >&6
11960 else
11961 eval "$as_ac_Header=\$ac_header_preproc"
11963 ac_res=`eval echo '${'$as_ac_Header'}'`
11964 { echo "$as_me:$LINENO: result: $ac_res" >&5
11965 echo "${ECHO_T}$ac_res" >&6; }
11968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11969 cat >>confdefs.h <<_ACEOF
11970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11971 _ACEOF
11972 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11973 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11974 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11975 echo $ECHO_N "(cached) $ECHO_C" >&6
11976 else
11977 ac_check_lib_save_LIBS=$LIBS
11978 LIBS="-lxml2 $ac_xml_libs $LIBS"
11979 cat >conftest.$ac_ext <<_ACEOF
11980 /* confdefs.h. */
11981 _ACEOF
11982 cat confdefs.h >>conftest.$ac_ext
11983 cat >>conftest.$ac_ext <<_ACEOF
11984 /* end confdefs.h. */
11986 /* Override any GCC internal prototype to avoid an error.
11987 Use char because int might match the return type of a GCC
11988 builtin and then its argument prototype would still apply. */
11989 #ifdef __cplusplus
11990 extern "C"
11991 #endif
11992 char xmlParseMemory ();
11994 main ()
11996 return xmlParseMemory ();
11998 return 0;
12000 _ACEOF
12001 rm -f conftest.$ac_objext conftest$ac_exeext
12002 if { (ac_try="$ac_link"
12003 case "(($ac_try" in
12004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12005 *) ac_try_echo=$ac_try;;
12006 esac
12007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12008 (eval "$ac_link") 2>conftest.er1
12009 ac_status=$?
12010 grep -v '^ *+' conftest.er1 >conftest.err
12011 rm -f conftest.er1
12012 cat conftest.err >&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); } && {
12015 test -z "$ac_c_werror_flag" ||
12016 test ! -s conftest.err
12017 } && test -s conftest$ac_exeext &&
12018 $as_test_x conftest$ac_exeext; then
12019 ac_cv_lib_xml2_xmlParseMemory=yes
12020 else
12021 echo "$as_me: failed program was:" >&5
12022 sed 's/^/| /' conftest.$ac_ext >&5
12024 ac_cv_lib_xml2_xmlParseMemory=no
12027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12028 conftest$ac_exeext conftest.$ac_ext
12029 LIBS=$ac_check_lib_save_LIBS
12031 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12032 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12033 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12035 cat >>confdefs.h <<\_ACEOF
12036 #define HAVE_LIBXML2 1
12037 _ACEOF
12039 XML2LIBS="$ac_xml_libs"
12040 XML2INCL="$ac_xml_cflags"
12043 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12044 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12045 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12046 echo $ECHO_N "(cached) $ECHO_C" >&6
12047 else
12048 ac_check_lib_save_LIBS=$LIBS
12049 LIBS="-lxml2 $ac_xml_libs $LIBS"
12050 cat >conftest.$ac_ext <<_ACEOF
12051 /* confdefs.h. */
12052 _ACEOF
12053 cat confdefs.h >>conftest.$ac_ext
12054 cat >>conftest.$ac_ext <<_ACEOF
12055 /* end confdefs.h. */
12057 /* Override any GCC internal prototype to avoid an error.
12058 Use char because int might match the return type of a GCC
12059 builtin and then its argument prototype would still apply. */
12060 #ifdef __cplusplus
12061 extern "C"
12062 #endif
12063 char xmlReadMemory ();
12065 main ()
12067 return xmlReadMemory ();
12069 return 0;
12071 _ACEOF
12072 rm -f conftest.$ac_objext conftest$ac_exeext
12073 if { (ac_try="$ac_link"
12074 case "(($ac_try" in
12075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12076 *) ac_try_echo=$ac_try;;
12077 esac
12078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12079 (eval "$ac_link") 2>conftest.er1
12080 ac_status=$?
12081 grep -v '^ *+' conftest.er1 >conftest.err
12082 rm -f conftest.er1
12083 cat conftest.err >&5
12084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12085 (exit $ac_status); } && {
12086 test -z "$ac_c_werror_flag" ||
12087 test ! -s conftest.err
12088 } && test -s conftest$ac_exeext &&
12089 $as_test_x conftest$ac_exeext; then
12090 ac_cv_lib_xml2_xmlReadMemory=yes
12091 else
12092 echo "$as_me: failed program was:" >&5
12093 sed 's/^/| /' conftest.$ac_ext >&5
12095 ac_cv_lib_xml2_xmlReadMemory=no
12098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12099 conftest$ac_exeext conftest.$ac_ext
12100 LIBS=$ac_check_lib_save_LIBS
12102 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12103 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12104 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12106 cat >>confdefs.h <<\_ACEOF
12107 #define HAVE_XMLREADMEMORY 1
12108 _ACEOF
12112 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12113 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12114 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12115 echo $ECHO_N "(cached) $ECHO_C" >&6
12116 else
12117 ac_check_lib_save_LIBS=$LIBS
12118 LIBS="-lxml2 $ac_xml_libs $LIBS"
12119 cat >conftest.$ac_ext <<_ACEOF
12120 /* confdefs.h. */
12121 _ACEOF
12122 cat confdefs.h >>conftest.$ac_ext
12123 cat >>conftest.$ac_ext <<_ACEOF
12124 /* end confdefs.h. */
12126 /* Override any GCC internal prototype to avoid an error.
12127 Use char because int might match the return type of a GCC
12128 builtin and then its argument prototype would still apply. */
12129 #ifdef __cplusplus
12130 extern "C"
12131 #endif
12132 char xmlNewDocPI ();
12134 main ()
12136 return xmlNewDocPI ();
12138 return 0;
12140 _ACEOF
12141 rm -f conftest.$ac_objext conftest$ac_exeext
12142 if { (ac_try="$ac_link"
12143 case "(($ac_try" in
12144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12145 *) ac_try_echo=$ac_try;;
12146 esac
12147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12148 (eval "$ac_link") 2>conftest.er1
12149 ac_status=$?
12150 grep -v '^ *+' conftest.er1 >conftest.err
12151 rm -f conftest.er1
12152 cat conftest.err >&5
12153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12154 (exit $ac_status); } && {
12155 test -z "$ac_c_werror_flag" ||
12156 test ! -s conftest.err
12157 } && test -s conftest$ac_exeext &&
12158 $as_test_x conftest$ac_exeext; then
12159 ac_cv_lib_xml2_xmlNewDocPI=yes
12160 else
12161 echo "$as_me: failed program was:" >&5
12162 sed 's/^/| /' conftest.$ac_ext >&5
12164 ac_cv_lib_xml2_xmlNewDocPI=no
12167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12168 conftest$ac_exeext conftest.$ac_ext
12169 LIBS=$ac_check_lib_save_LIBS
12171 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12172 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12173 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12175 cat >>confdefs.h <<\_ACEOF
12176 #define HAVE_XMLNEWDOCPI 1
12177 _ACEOF
12184 done
12186 CPPFLAGS="$ac_save_CPPFLAGS"
12188 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12189 case "x$with_xml" in
12190 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12191 xno) ;;
12192 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12193 This is an error since --with-xml was requested." >&5
12194 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12195 This is an error since --with-xml was requested." >&2;}
12196 { (exit 1); exit 1; }; } ;;
12197 esac
12201 if test "x$with_xslt" != "xno"
12202 then
12203 if test "$PKG_CONFIG" != "false"
12204 then
12205 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12206 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12207 else
12208 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12209 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12211 ac_save_CPPFLAGS="$CPPFLAGS"
12212 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12215 for ac_header in libxslt/pattern.h libxslt/transform.h
12217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12218 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12221 echo $ECHO_N "(cached) $ECHO_C" >&6
12222 else
12223 cat >conftest.$ac_ext <<_ACEOF
12224 /* confdefs.h. */
12225 _ACEOF
12226 cat confdefs.h >>conftest.$ac_ext
12227 cat >>conftest.$ac_ext <<_ACEOF
12228 /* end confdefs.h. */
12229 #ifdef HAVE_LIBXSLT_PATTERN_H
12230 # include <libxslt/pattern.h>
12231 #endif
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (ac_try="$ac_compile"
12237 case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240 esac
12241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12242 (eval "$ac_compile") 2>conftest.er1
12243 ac_status=$?
12244 grep -v '^ *+' conftest.er1 >conftest.err
12245 rm -f conftest.er1
12246 cat conftest.err >&5
12247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248 (exit $ac_status); } && {
12249 test -z "$ac_c_werror_flag" ||
12250 test ! -s conftest.err
12251 } && test -s conftest.$ac_objext; then
12252 eval "$as_ac_Header=yes"
12253 else
12254 echo "$as_me: failed program was:" >&5
12255 sed 's/^/| /' conftest.$ac_ext >&5
12257 eval "$as_ac_Header=no"
12260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12262 ac_res=`eval echo '${'$as_ac_Header'}'`
12263 { echo "$as_me:$LINENO: result: $ac_res" >&5
12264 echo "${ECHO_T}$ac_res" >&6; }
12265 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12266 cat >>confdefs.h <<_ACEOF
12267 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12268 _ACEOF
12272 done
12274 CPPFLAGS="$ac_save_CPPFLAGS"
12275 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12276 then
12277 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12278 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12279 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12280 echo $ECHO_N "(cached) $ECHO_C" >&6
12281 else
12282 ac_check_soname_save_LIBS=$LIBS
12283 LIBS="-lxslt $ac_xslt_libs $LIBS"
12284 cat >conftest.$ac_ext <<_ACEOF
12285 /* confdefs.h. */
12286 _ACEOF
12287 cat confdefs.h >>conftest.$ac_ext
12288 cat >>conftest.$ac_ext <<_ACEOF
12289 /* end confdefs.h. */
12291 /* Override any GCC internal prototype to avoid an error.
12292 Use char because int might match the return type of a GCC
12293 builtin and then its argument prototype would still apply. */
12294 #ifdef __cplusplus
12295 extern "C"
12296 #endif
12297 char xsltCompilePattern ();
12299 main ()
12301 return xsltCompilePattern ();
12303 return 0;
12305 _ACEOF
12306 rm -f conftest.$ac_objext conftest$ac_exeext
12307 if { (ac_try="$ac_link"
12308 case "(($ac_try" in
12309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12310 *) ac_try_echo=$ac_try;;
12311 esac
12312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12313 (eval "$ac_link") 2>conftest.er1
12314 ac_status=$?
12315 grep -v '^ *+' conftest.er1 >conftest.err
12316 rm -f conftest.er1
12317 cat conftest.err >&5
12318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319 (exit $ac_status); } && {
12320 test -z "$ac_c_werror_flag" ||
12321 test ! -s conftest.err
12322 } && test -s conftest$ac_exeext &&
12323 $as_test_x conftest$ac_exeext; then
12324 case "$LIBEXT" in
12325 dll) ;;
12326 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'` ;;
12327 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12328 esac
12329 else
12330 echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.$ac_ext >&5
12336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12337 conftest$ac_exeext conftest.$ac_ext
12338 LIBS=$ac_check_soname_save_LIBS
12340 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12341 { echo "$as_me:$LINENO: result: not found" >&5
12342 echo "${ECHO_T}not found" >&6; }
12344 else
12345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12346 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12348 cat >>confdefs.h <<_ACEOF
12349 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12350 _ACEOF
12352 XSLTINCL="$ac_xslt_cflags"
12357 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12358 case "x$with_xslt" in
12359 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12360 xno) ;;
12361 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12362 This is an error since --with-xslt was requested." >&5
12363 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12364 This is an error since --with-xslt was requested." >&2;}
12365 { (exit 1); exit 1; }; } ;;
12366 esac
12370 HALINCL=""
12372 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12373 then
12374 ac_save_CPPFLAGS="$CPPFLAGS"
12375 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12376 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12377 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12380 for ac_header in dbus/dbus.h hal/libhal.h
12382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12383 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12384 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12386 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12387 echo $ECHO_N "(cached) $ECHO_C" >&6
12389 ac_res=`eval echo '${'$as_ac_Header'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 else
12393 # Is the header compilable?
12394 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12395 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12396 cat >conftest.$ac_ext <<_ACEOF
12397 /* confdefs.h. */
12398 _ACEOF
12399 cat confdefs.h >>conftest.$ac_ext
12400 cat >>conftest.$ac_ext <<_ACEOF
12401 /* end confdefs.h. */
12402 $ac_includes_default
12403 #include <$ac_header>
12404 _ACEOF
12405 rm -f conftest.$ac_objext
12406 if { (ac_try="$ac_compile"
12407 case "(($ac_try" in
12408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12409 *) ac_try_echo=$ac_try;;
12410 esac
12411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12412 (eval "$ac_compile") 2>conftest.er1
12413 ac_status=$?
12414 grep -v '^ *+' conftest.er1 >conftest.err
12415 rm -f conftest.er1
12416 cat conftest.err >&5
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); } && {
12419 test -z "$ac_c_werror_flag" ||
12420 test ! -s conftest.err
12421 } && test -s conftest.$ac_objext; then
12422 ac_header_compiler=yes
12423 else
12424 echo "$as_me: failed program was:" >&5
12425 sed 's/^/| /' conftest.$ac_ext >&5
12427 ac_header_compiler=no
12430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12431 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12432 echo "${ECHO_T}$ac_header_compiler" >&6; }
12434 # Is the header present?
12435 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12436 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12437 cat >conftest.$ac_ext <<_ACEOF
12438 /* confdefs.h. */
12439 _ACEOF
12440 cat confdefs.h >>conftest.$ac_ext
12441 cat >>conftest.$ac_ext <<_ACEOF
12442 /* end confdefs.h. */
12443 #include <$ac_header>
12444 _ACEOF
12445 if { (ac_try="$ac_cpp conftest.$ac_ext"
12446 case "(($ac_try" in
12447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12448 *) ac_try_echo=$ac_try;;
12449 esac
12450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12451 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12452 ac_status=$?
12453 grep -v '^ *+' conftest.er1 >conftest.err
12454 rm -f conftest.er1
12455 cat conftest.err >&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); } >/dev/null && {
12458 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12459 test ! -s conftest.err
12460 }; then
12461 ac_header_preproc=yes
12462 else
12463 echo "$as_me: failed program was:" >&5
12464 sed 's/^/| /' conftest.$ac_ext >&5
12466 ac_header_preproc=no
12469 rm -f conftest.err conftest.$ac_ext
12470 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12471 echo "${ECHO_T}$ac_header_preproc" >&6; }
12473 # So? What about this header?
12474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12475 yes:no: )
12476 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12477 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12479 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12480 ac_header_preproc=yes
12482 no:yes:* )
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12484 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12486 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12487 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12488 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12489 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12490 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12491 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12492 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12493 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12494 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12495 ( cat <<\_ASBOX
12496 ## ------------------------------------ ##
12497 ## Report this to wine-devel@winehq.org ##
12498 ## ------------------------------------ ##
12499 _ASBOX
12500 ) | sed "s/^/$as_me: WARNING: /" >&2
12502 esac
12503 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12504 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12505 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12506 echo $ECHO_N "(cached) $ECHO_C" >&6
12507 else
12508 eval "$as_ac_Header=\$ac_header_preproc"
12510 ac_res=`eval echo '${'$as_ac_Header'}'`
12511 { echo "$as_me:$LINENO: result: $ac_res" >&5
12512 echo "${ECHO_T}$ac_res" >&6; }
12515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12516 cat >>confdefs.h <<_ACEOF
12517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12518 _ACEOF
12522 done
12524 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12525 then
12526 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12527 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12528 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12529 echo $ECHO_N "(cached) $ECHO_C" >&6
12530 else
12531 ac_check_lib_save_LIBS=$LIBS
12532 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12533 cat >conftest.$ac_ext <<_ACEOF
12534 /* confdefs.h. */
12535 _ACEOF
12536 cat confdefs.h >>conftest.$ac_ext
12537 cat >>conftest.$ac_ext <<_ACEOF
12538 /* end confdefs.h. */
12540 /* Override any GCC internal prototype to avoid an error.
12541 Use char because int might match the return type of a GCC
12542 builtin and then its argument prototype would still apply. */
12543 #ifdef __cplusplus
12544 extern "C"
12545 #endif
12546 char dbus_connection_close ();
12548 main ()
12550 return dbus_connection_close ();
12552 return 0;
12554 _ACEOF
12555 rm -f conftest.$ac_objext conftest$ac_exeext
12556 if { (ac_try="$ac_link"
12557 case "(($ac_try" in
12558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12559 *) ac_try_echo=$ac_try;;
12560 esac
12561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12562 (eval "$ac_link") 2>conftest.er1
12563 ac_status=$?
12564 grep -v '^ *+' conftest.er1 >conftest.err
12565 rm -f conftest.er1
12566 cat conftest.err >&5
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); } && {
12569 test -z "$ac_c_werror_flag" ||
12570 test ! -s conftest.err
12571 } && test -s conftest$ac_exeext &&
12572 $as_test_x conftest$ac_exeext; then
12573 ac_cv_lib_dbus_1_dbus_connection_close=yes
12574 else
12575 echo "$as_me: failed program was:" >&5
12576 sed 's/^/| /' conftest.$ac_ext >&5
12578 ac_cv_lib_dbus_1_dbus_connection_close=no
12581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12582 conftest$ac_exeext conftest.$ac_ext
12583 LIBS=$ac_check_lib_save_LIBS
12585 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12586 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12587 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12588 { echo "$as_me:$LINENO: checking for -lhal" >&5
12589 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_soname_hal+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593 ac_check_soname_save_LIBS=$LIBS
12594 LIBS="-lhal $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char libhal_ctx_new ();
12610 main ()
12612 return libhal_ctx_new ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12625 ac_status=$?
12626 grep -v '^ *+' conftest.er1 >conftest.err
12627 rm -f conftest.er1
12628 cat conftest.err >&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest$ac_exeext &&
12634 $as_test_x conftest$ac_exeext; then
12635 case "$LIBEXT" in
12636 dll) ;;
12637 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'` ;;
12638 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12639 esac
12640 else
12641 echo "$as_me: failed program was:" >&5
12642 sed 's/^/| /' conftest.$ac_ext >&5
12647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12648 conftest$ac_exeext conftest.$ac_ext
12649 LIBS=$ac_check_soname_save_LIBS
12651 if test "x$ac_cv_lib_soname_hal" = "x"; then
12652 { echo "$as_me:$LINENO: result: not found" >&5
12653 echo "${ECHO_T}not found" >&6; }
12655 else
12656 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12657 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12659 cat >>confdefs.h <<_ACEOF
12660 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12661 _ACEOF
12663 HALINCL="$ac_hal_cflags"
12669 CPPFLAGS="$ac_save_CPPFLAGS"
12671 if test "x$ac_cv_lib_soname_hal" = "x"; then
12672 case "x$with_hal" in
12673 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12674 xno) ;;
12675 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12676 This is an error since --with-hal was requested." >&5
12677 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12678 This is an error since --with-hal was requested." >&2;}
12679 { (exit 1); exit 1; }; } ;;
12680 esac
12684 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12685 then
12686 ac_save_CPPFLAGS="$CPPFLAGS"
12687 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12688 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12689 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12690 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12691 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12692 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12693 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12694 echo $ECHO_N "(cached) $ECHO_C" >&6
12696 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12697 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12698 else
12699 # Is the header compilable?
12700 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12701 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12702 cat >conftest.$ac_ext <<_ACEOF
12703 /* confdefs.h. */
12704 _ACEOF
12705 cat confdefs.h >>conftest.$ac_ext
12706 cat >>conftest.$ac_ext <<_ACEOF
12707 /* end confdefs.h. */
12708 $ac_includes_default
12709 #include <gnutls/gnutls.h>
12710 _ACEOF
12711 rm -f conftest.$ac_objext
12712 if { (ac_try="$ac_compile"
12713 case "(($ac_try" in
12714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12715 *) ac_try_echo=$ac_try;;
12716 esac
12717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12718 (eval "$ac_compile") 2>conftest.er1
12719 ac_status=$?
12720 grep -v '^ *+' conftest.er1 >conftest.err
12721 rm -f conftest.er1
12722 cat conftest.err >&5
12723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12724 (exit $ac_status); } && {
12725 test -z "$ac_c_werror_flag" ||
12726 test ! -s conftest.err
12727 } && test -s conftest.$ac_objext; then
12728 ac_header_compiler=yes
12729 else
12730 echo "$as_me: failed program was:" >&5
12731 sed 's/^/| /' conftest.$ac_ext >&5
12733 ac_header_compiler=no
12736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12737 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12738 echo "${ECHO_T}$ac_header_compiler" >&6; }
12740 # Is the header present?
12741 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12742 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12743 cat >conftest.$ac_ext <<_ACEOF
12744 /* confdefs.h. */
12745 _ACEOF
12746 cat confdefs.h >>conftest.$ac_ext
12747 cat >>conftest.$ac_ext <<_ACEOF
12748 /* end confdefs.h. */
12749 #include <gnutls/gnutls.h>
12750 _ACEOF
12751 if { (ac_try="$ac_cpp conftest.$ac_ext"
12752 case "(($ac_try" in
12753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754 *) ac_try_echo=$ac_try;;
12755 esac
12756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12757 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12758 ac_status=$?
12759 grep -v '^ *+' conftest.er1 >conftest.err
12760 rm -f conftest.er1
12761 cat conftest.err >&5
12762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763 (exit $ac_status); } >/dev/null && {
12764 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12765 test ! -s conftest.err
12766 }; then
12767 ac_header_preproc=yes
12768 else
12769 echo "$as_me: failed program was:" >&5
12770 sed 's/^/| /' conftest.$ac_ext >&5
12772 ac_header_preproc=no
12775 rm -f conftest.err conftest.$ac_ext
12776 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12777 echo "${ECHO_T}$ac_header_preproc" >&6; }
12779 # So? What about this header?
12780 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12781 yes:no: )
12782 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12783 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12784 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12785 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12786 ac_header_preproc=yes
12788 no:yes:* )
12789 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12790 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12791 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12792 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12793 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12794 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12795 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12796 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12797 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12798 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12799 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12800 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12801 ( cat <<\_ASBOX
12802 ## ------------------------------------ ##
12803 ## Report this to wine-devel@winehq.org ##
12804 ## ------------------------------------ ##
12805 _ASBOX
12806 ) | sed "s/^/$as_me: WARNING: /" >&2
12808 esac
12809 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12810 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12811 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12812 echo $ECHO_N "(cached) $ECHO_C" >&6
12813 else
12814 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12816 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12817 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12820 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12821 cat >conftest.$ac_ext <<_ACEOF
12822 /* confdefs.h. */
12823 _ACEOF
12824 cat confdefs.h >>conftest.$ac_ext
12825 cat >>conftest.$ac_ext <<_ACEOF
12826 /* end confdefs.h. */
12827 #include <gnutls/gnutls.h>
12829 main ()
12831 typeof(gnutls_transport_set_errno) *pfunc;
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext
12837 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
12853 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12854 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12855 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12856 echo $ECHO_N "(cached) $ECHO_C" >&6
12857 else
12858 ac_check_soname_save_LIBS=$LIBS
12859 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12860 cat >conftest.$ac_ext <<_ACEOF
12861 /* confdefs.h. */
12862 _ACEOF
12863 cat confdefs.h >>conftest.$ac_ext
12864 cat >>conftest.$ac_ext <<_ACEOF
12865 /* end confdefs.h. */
12867 /* Override any GCC internal prototype to avoid an error.
12868 Use char because int might match the return type of a GCC
12869 builtin and then its argument prototype would still apply. */
12870 #ifdef __cplusplus
12871 extern "C"
12872 #endif
12873 char gnutls_global_init ();
12875 main ()
12877 return gnutls_global_init ();
12879 return 0;
12881 _ACEOF
12882 rm -f conftest.$ac_objext conftest$ac_exeext
12883 if { (ac_try="$ac_link"
12884 case "(($ac_try" in
12885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12886 *) ac_try_echo=$ac_try;;
12887 esac
12888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12889 (eval "$ac_link") 2>conftest.er1
12890 ac_status=$?
12891 grep -v '^ *+' conftest.er1 >conftest.err
12892 rm -f conftest.er1
12893 cat conftest.err >&5
12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12895 (exit $ac_status); } && {
12896 test -z "$ac_c_werror_flag" ||
12897 test ! -s conftest.err
12898 } && test -s conftest$ac_exeext &&
12899 $as_test_x conftest$ac_exeext; then
12900 case "$LIBEXT" in
12901 dll) ;;
12902 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'` ;;
12903 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12904 esac
12905 else
12906 echo "$as_me: failed program was:" >&5
12907 sed 's/^/| /' conftest.$ac_ext >&5
12912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12913 conftest$ac_exeext conftest.$ac_ext
12914 LIBS=$ac_check_soname_save_LIBS
12916 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12917 { echo "$as_me:$LINENO: result: not found" >&5
12918 echo "${ECHO_T}not found" >&6; }
12920 else
12921 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12922 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12924 cat >>confdefs.h <<_ACEOF
12925 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12926 _ACEOF
12928 GNUTLSINCL="$ac_gnutls_cflags"
12932 else
12933 echo "$as_me: failed program was:" >&5
12934 sed 's/^/| /' conftest.$ac_ext >&5
12939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12943 CPPFLAGS="$ac_save_CPPFLAGS"
12945 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12946 case "x$with_gnutls" in
12947 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12948 xno) ;;
12949 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12950 This is an error since --with-gnutls was requested." >&5
12951 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12952 This is an error since --with-gnutls was requested." >&2;}
12953 { (exit 1); exit 1; }; } ;;
12954 esac
12958 CURSESLIBS=""
12959 if test "$ac_cv_header_ncurses_h" = "yes"
12960 then
12961 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12962 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12963 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12964 echo $ECHO_N "(cached) $ECHO_C" >&6
12965 else
12966 ac_check_soname_save_LIBS=$LIBS
12967 LIBS="-lncurses $LIBS"
12968 cat >conftest.$ac_ext <<_ACEOF
12969 /* confdefs.h. */
12970 _ACEOF
12971 cat confdefs.h >>conftest.$ac_ext
12972 cat >>conftest.$ac_ext <<_ACEOF
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 #ifdef __cplusplus
12979 extern "C"
12980 #endif
12981 char waddch ();
12983 main ()
12985 return waddch ();
12987 return 0;
12989 _ACEOF
12990 rm -f conftest.$ac_objext conftest$ac_exeext
12991 if { (ac_try="$ac_link"
12992 case "(($ac_try" in
12993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12994 *) ac_try_echo=$ac_try;;
12995 esac
12996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12997 (eval "$ac_link") 2>conftest.er1
12998 ac_status=$?
12999 grep -v '^ *+' conftest.er1 >conftest.err
13000 rm -f conftest.er1
13001 cat conftest.err >&5
13002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13003 (exit $ac_status); } && {
13004 test -z "$ac_c_werror_flag" ||
13005 test ! -s conftest.err
13006 } && test -s conftest$ac_exeext &&
13007 $as_test_x conftest$ac_exeext; then
13008 case "$LIBEXT" in
13009 dll) ;;
13010 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'` ;;
13011 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13012 esac
13013 else
13014 echo "$as_me: failed program was:" >&5
13015 sed 's/^/| /' conftest.$ac_ext >&5
13020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13021 conftest$ac_exeext conftest.$ac_ext
13022 LIBS=$ac_check_soname_save_LIBS
13024 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13025 { echo "$as_me:$LINENO: result: not found" >&5
13026 echo "${ECHO_T}not found" >&6; }
13028 else
13029 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13030 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13032 cat >>confdefs.h <<_ACEOF
13033 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13034 _ACEOF
13036 CURSESLIBS="-lncurses"
13039 elif test "$ac_cv_header_curses_h" = "yes"
13040 then
13041 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13042 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13043 if test "${ac_cv_lib_soname_curses+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13045 else
13046 ac_check_soname_save_LIBS=$LIBS
13047 LIBS="-lcurses $LIBS"
13048 cat >conftest.$ac_ext <<_ACEOF
13049 /* confdefs.h. */
13050 _ACEOF
13051 cat confdefs.h >>conftest.$ac_ext
13052 cat >>conftest.$ac_ext <<_ACEOF
13053 /* end confdefs.h. */
13055 /* Override any GCC internal prototype to avoid an error.
13056 Use char because int might match the return type of a GCC
13057 builtin and then its argument prototype would still apply. */
13058 #ifdef __cplusplus
13059 extern "C"
13060 #endif
13061 char waddch ();
13063 main ()
13065 return waddch ();
13067 return 0;
13069 _ACEOF
13070 rm -f conftest.$ac_objext conftest$ac_exeext
13071 if { (ac_try="$ac_link"
13072 case "(($ac_try" in
13073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13074 *) ac_try_echo=$ac_try;;
13075 esac
13076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13077 (eval "$ac_link") 2>conftest.er1
13078 ac_status=$?
13079 grep -v '^ *+' conftest.er1 >conftest.err
13080 rm -f conftest.er1
13081 cat conftest.err >&5
13082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13083 (exit $ac_status); } && {
13084 test -z "$ac_c_werror_flag" ||
13085 test ! -s conftest.err
13086 } && test -s conftest$ac_exeext &&
13087 $as_test_x conftest$ac_exeext; then
13088 case "$LIBEXT" in
13089 dll) ;;
13090 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'` ;;
13091 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13092 esac
13093 else
13094 echo "$as_me: failed program was:" >&5
13095 sed 's/^/| /' conftest.$ac_ext >&5
13100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13101 conftest$ac_exeext conftest.$ac_ext
13102 LIBS=$ac_check_soname_save_LIBS
13104 if test "x$ac_cv_lib_soname_curses" = "x"; then
13105 { echo "$as_me:$LINENO: result: not found" >&5
13106 echo "${ECHO_T}not found" >&6; }
13108 else
13109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13110 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13112 cat >>confdefs.h <<_ACEOF
13113 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13114 _ACEOF
13116 CURSESLIBS="-lcurses"
13120 ac_save_LIBS="$LIBS"
13121 LIBS="$LIBS $CURSESLIBS"
13123 for ac_func in mousemask
13125 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13126 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13127 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13129 echo $ECHO_N "(cached) $ECHO_C" >&6
13130 else
13131 cat >conftest.$ac_ext <<_ACEOF
13132 /* confdefs.h. */
13133 _ACEOF
13134 cat confdefs.h >>conftest.$ac_ext
13135 cat >>conftest.$ac_ext <<_ACEOF
13136 /* end confdefs.h. */
13137 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13138 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13139 #define $ac_func innocuous_$ac_func
13141 /* System header to define __stub macros and hopefully few prototypes,
13142 which can conflict with char $ac_func (); below.
13143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13144 <limits.h> exists even on freestanding compilers. */
13146 #ifdef __STDC__
13147 # include <limits.h>
13148 #else
13149 # include <assert.h>
13150 #endif
13152 #undef $ac_func
13154 /* Override any GCC internal prototype to avoid an error.
13155 Use char because int might match the return type of a GCC
13156 builtin and then its argument prototype would still apply. */
13157 #ifdef __cplusplus
13158 extern "C"
13159 #endif
13160 char $ac_func ();
13161 /* The GNU C library defines this for functions which it implements
13162 to always fail with ENOSYS. Some functions are actually named
13163 something starting with __ and the normal name is an alias. */
13164 #if defined __stub_$ac_func || defined __stub___$ac_func
13165 choke me
13166 #endif
13169 main ()
13171 return $ac_func ();
13173 return 0;
13175 _ACEOF
13176 rm -f conftest.$ac_objext conftest$ac_exeext
13177 if { (ac_try="$ac_link"
13178 case "(($ac_try" in
13179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13180 *) ac_try_echo=$ac_try;;
13181 esac
13182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13183 (eval "$ac_link") 2>conftest.er1
13184 ac_status=$?
13185 grep -v '^ *+' conftest.er1 >conftest.err
13186 rm -f conftest.er1
13187 cat conftest.err >&5
13188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13189 (exit $ac_status); } && {
13190 test -z "$ac_c_werror_flag" ||
13191 test ! -s conftest.err
13192 } && test -s conftest$ac_exeext &&
13193 $as_test_x conftest$ac_exeext; then
13194 eval "$as_ac_var=yes"
13195 else
13196 echo "$as_me: failed program was:" >&5
13197 sed 's/^/| /' conftest.$ac_ext >&5
13199 eval "$as_ac_var=no"
13202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13203 conftest$ac_exeext conftest.$ac_ext
13205 ac_res=`eval echo '${'$as_ac_var'}'`
13206 { echo "$as_me:$LINENO: result: $ac_res" >&5
13207 echo "${ECHO_T}$ac_res" >&6; }
13208 if test `eval echo '${'$as_ac_var'}'` = yes; then
13209 cat >>confdefs.h <<_ACEOF
13210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13211 _ACEOF
13214 done
13216 LIBS="$ac_save_LIBS"
13217 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13218 case "x$with_curses" in
13219 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13220 xno) ;;
13221 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13222 This is an error since --with-curses was requested." >&5
13223 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13224 This is an error since --with-curses was requested." >&2;}
13225 { (exit 1); exit 1; }; } ;;
13226 esac
13230 # Extract the first word of "sane-config", so it can be a program name with args.
13231 set dummy sane-config; ac_word=$2
13232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13234 if test "${ac_cv_prog_sane_devel+set}" = set; then
13235 echo $ECHO_N "(cached) $ECHO_C" >&6
13236 else
13237 if test -n "$sane_devel"; then
13238 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13239 else
13240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13241 for as_dir in $PATH
13243 IFS=$as_save_IFS
13244 test -z "$as_dir" && as_dir=.
13245 for ac_exec_ext in '' $ac_executable_extensions; do
13246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13247 ac_cv_prog_sane_devel="sane-config"
13248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13249 break 2
13251 done
13252 done
13253 IFS=$as_save_IFS
13255 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13258 sane_devel=$ac_cv_prog_sane_devel
13259 if test -n "$sane_devel"; then
13260 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13261 echo "${ECHO_T}$sane_devel" >&6; }
13262 else
13263 { echo "$as_me:$LINENO: result: no" >&5
13264 echo "${ECHO_T}no" >&6; }
13268 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13269 then
13270 ac_sane_incl="`$sane_devel --cflags`"
13271 ac_sane_libs="`$sane_devel --ldflags`"
13272 ac_save_CPPFLAGS="$CPPFLAGS"
13273 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13274 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13275 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13276 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13277 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13278 echo $ECHO_N "(cached) $ECHO_C" >&6
13280 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13281 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13282 else
13283 # Is the header compilable?
13284 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13285 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13286 cat >conftest.$ac_ext <<_ACEOF
13287 /* confdefs.h. */
13288 _ACEOF
13289 cat confdefs.h >>conftest.$ac_ext
13290 cat >>conftest.$ac_ext <<_ACEOF
13291 /* end confdefs.h. */
13292 $ac_includes_default
13293 #include <sane/sane.h>
13294 _ACEOF
13295 rm -f conftest.$ac_objext
13296 if { (ac_try="$ac_compile"
13297 case "(($ac_try" in
13298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13299 *) ac_try_echo=$ac_try;;
13300 esac
13301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13302 (eval "$ac_compile") 2>conftest.er1
13303 ac_status=$?
13304 grep -v '^ *+' conftest.er1 >conftest.err
13305 rm -f conftest.er1
13306 cat conftest.err >&5
13307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308 (exit $ac_status); } && {
13309 test -z "$ac_c_werror_flag" ||
13310 test ! -s conftest.err
13311 } && test -s conftest.$ac_objext; then
13312 ac_header_compiler=yes
13313 else
13314 echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.$ac_ext >&5
13317 ac_header_compiler=no
13320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13321 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13322 echo "${ECHO_T}$ac_header_compiler" >&6; }
13324 # Is the header present?
13325 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13326 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13327 cat >conftest.$ac_ext <<_ACEOF
13328 /* confdefs.h. */
13329 _ACEOF
13330 cat confdefs.h >>conftest.$ac_ext
13331 cat >>conftest.$ac_ext <<_ACEOF
13332 /* end confdefs.h. */
13333 #include <sane/sane.h>
13334 _ACEOF
13335 if { (ac_try="$ac_cpp conftest.$ac_ext"
13336 case "(($ac_try" in
13337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13338 *) ac_try_echo=$ac_try;;
13339 esac
13340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13341 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13342 ac_status=$?
13343 grep -v '^ *+' conftest.er1 >conftest.err
13344 rm -f conftest.er1
13345 cat conftest.err >&5
13346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13347 (exit $ac_status); } >/dev/null && {
13348 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13349 test ! -s conftest.err
13350 }; then
13351 ac_header_preproc=yes
13352 else
13353 echo "$as_me: failed program was:" >&5
13354 sed 's/^/| /' conftest.$ac_ext >&5
13356 ac_header_preproc=no
13359 rm -f conftest.err conftest.$ac_ext
13360 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13361 echo "${ECHO_T}$ac_header_preproc" >&6; }
13363 # So? What about this header?
13364 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13365 yes:no: )
13366 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13367 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13368 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13369 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13370 ac_header_preproc=yes
13372 no:yes:* )
13373 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13374 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13375 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13376 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13377 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13378 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13379 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13380 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13382 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13384 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13385 ( cat <<\_ASBOX
13386 ## ------------------------------------ ##
13387 ## Report this to wine-devel@winehq.org ##
13388 ## ------------------------------------ ##
13389 _ASBOX
13390 ) | sed "s/^/$as_me: WARNING: /" >&2
13392 esac
13393 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13394 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13395 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13396 echo $ECHO_N "(cached) $ECHO_C" >&6
13397 else
13398 ac_cv_header_sane_sane_h=$ac_header_preproc
13400 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13401 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13404 if test $ac_cv_header_sane_sane_h = yes; then
13405 { echo "$as_me:$LINENO: checking for -lsane" >&5
13406 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13407 if test "${ac_cv_lib_soname_sane+set}" = set; then
13408 echo $ECHO_N "(cached) $ECHO_C" >&6
13409 else
13410 ac_check_soname_save_LIBS=$LIBS
13411 LIBS="-lsane $ac_sane_libs $LIBS"
13412 cat >conftest.$ac_ext <<_ACEOF
13413 /* confdefs.h. */
13414 _ACEOF
13415 cat confdefs.h >>conftest.$ac_ext
13416 cat >>conftest.$ac_ext <<_ACEOF
13417 /* end confdefs.h. */
13419 /* Override any GCC internal prototype to avoid an error.
13420 Use char because int might match the return type of a GCC
13421 builtin and then its argument prototype would still apply. */
13422 #ifdef __cplusplus
13423 extern "C"
13424 #endif
13425 char sane_init ();
13427 main ()
13429 return sane_init ();
13431 return 0;
13433 _ACEOF
13434 rm -f conftest.$ac_objext conftest$ac_exeext
13435 if { (ac_try="$ac_link"
13436 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441 (eval "$ac_link") 2>conftest.er1
13442 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1
13445 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } && {
13448 test -z "$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13450 } && test -s conftest$ac_exeext &&
13451 $as_test_x conftest$ac_exeext; then
13452 case "$LIBEXT" in
13453 dll) ;;
13454 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'` ;;
13455 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13456 esac
13457 else
13458 echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13465 conftest$ac_exeext conftest.$ac_ext
13466 LIBS=$ac_check_soname_save_LIBS
13468 if test "x$ac_cv_lib_soname_sane" = "x"; then
13469 { echo "$as_me:$LINENO: result: not found" >&5
13470 echo "${ECHO_T}not found" >&6; }
13472 else
13473 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13474 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13476 cat >>confdefs.h <<_ACEOF
13477 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13478 _ACEOF
13480 SANEINCL="$ac_sane_incl"
13487 CPPFLAGS="$ac_save_CPPFLAGS"
13489 if test "x$ac_cv_lib_soname_sane" = "x"; then
13490 case "x$with_sane" in
13491 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13492 xno) ;;
13493 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13494 This is an error since --with-sane was requested." >&5
13495 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13496 This is an error since --with-sane was requested." >&2;}
13497 { (exit 1); exit 1; }; } ;;
13498 esac
13502 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13503 set dummy gphoto2-config; ac_word=$2
13504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13506 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13508 else
13509 if test -n "$gphoto2_devel"; then
13510 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13511 else
13512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13513 for as_dir in $PATH
13515 IFS=$as_save_IFS
13516 test -z "$as_dir" && as_dir=.
13517 for ac_exec_ext in '' $ac_executable_extensions; do
13518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13519 ac_cv_prog_gphoto2_devel="gphoto2-config"
13520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13521 break 2
13523 done
13524 done
13525 IFS=$as_save_IFS
13527 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13530 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13531 if test -n "$gphoto2_devel"; then
13532 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13533 echo "${ECHO_T}$gphoto2_devel" >&6; }
13534 else
13535 { echo "$as_me:$LINENO: result: no" >&5
13536 echo "${ECHO_T}no" >&6; }
13540 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13541 set dummy gphoto2-port-config; ac_word=$2
13542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13544 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13545 echo $ECHO_N "(cached) $ECHO_C" >&6
13546 else
13547 if test -n "$gphoto2port_devel"; then
13548 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13549 else
13550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13551 for as_dir in $PATH
13553 IFS=$as_save_IFS
13554 test -z "$as_dir" && as_dir=.
13555 for ac_exec_ext in '' $ac_executable_extensions; do
13556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13557 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13559 break 2
13561 done
13562 done
13563 IFS=$as_save_IFS
13565 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13568 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13569 if test -n "$gphoto2port_devel"; then
13570 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13571 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13572 else
13573 { echo "$as_me:$LINENO: result: no" >&5
13574 echo "${ECHO_T}no" >&6; }
13578 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13579 then
13580 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13581 ac_gphoto2_libs=""
13582 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13584 case "$i" in
13585 -L/usr/lib|-L/usr/lib64) ;;
13586 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13587 esac
13588 done
13589 ac_save_CPPFLAGS="$CPPFLAGS"
13590 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13591 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13592 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13593 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13594 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13597 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13598 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13599 else
13600 # Is the header compilable?
13601 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13602 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13603 cat >conftest.$ac_ext <<_ACEOF
13604 /* confdefs.h. */
13605 _ACEOF
13606 cat confdefs.h >>conftest.$ac_ext
13607 cat >>conftest.$ac_ext <<_ACEOF
13608 /* end confdefs.h. */
13609 $ac_includes_default
13610 #include <gphoto2-camera.h>
13611 _ACEOF
13612 rm -f conftest.$ac_objext
13613 if { (ac_try="$ac_compile"
13614 case "(($ac_try" in
13615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13616 *) ac_try_echo=$ac_try;;
13617 esac
13618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13619 (eval "$ac_compile") 2>conftest.er1
13620 ac_status=$?
13621 grep -v '^ *+' conftest.er1 >conftest.err
13622 rm -f conftest.er1
13623 cat conftest.err >&5
13624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625 (exit $ac_status); } && {
13626 test -z "$ac_c_werror_flag" ||
13627 test ! -s conftest.err
13628 } && test -s conftest.$ac_objext; then
13629 ac_header_compiler=yes
13630 else
13631 echo "$as_me: failed program was:" >&5
13632 sed 's/^/| /' conftest.$ac_ext >&5
13634 ac_header_compiler=no
13637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13638 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13639 echo "${ECHO_T}$ac_header_compiler" >&6; }
13641 # Is the header present?
13642 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13643 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13644 cat >conftest.$ac_ext <<_ACEOF
13645 /* confdefs.h. */
13646 _ACEOF
13647 cat confdefs.h >>conftest.$ac_ext
13648 cat >>conftest.$ac_ext <<_ACEOF
13649 /* end confdefs.h. */
13650 #include <gphoto2-camera.h>
13651 _ACEOF
13652 if { (ac_try="$ac_cpp conftest.$ac_ext"
13653 case "(($ac_try" in
13654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13655 *) ac_try_echo=$ac_try;;
13656 esac
13657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13658 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13659 ac_status=$?
13660 grep -v '^ *+' conftest.er1 >conftest.err
13661 rm -f conftest.er1
13662 cat conftest.err >&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } >/dev/null && {
13665 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13666 test ! -s conftest.err
13667 }; then
13668 ac_header_preproc=yes
13669 else
13670 echo "$as_me: failed program was:" >&5
13671 sed 's/^/| /' conftest.$ac_ext >&5
13673 ac_header_preproc=no
13676 rm -f conftest.err conftest.$ac_ext
13677 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13678 echo "${ECHO_T}$ac_header_preproc" >&6; }
13680 # So? What about this header?
13681 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13682 yes:no: )
13683 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13684 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13685 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13686 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13687 ac_header_preproc=yes
13689 no:yes:* )
13690 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13691 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13692 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13693 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13694 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13695 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13696 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13697 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13698 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13699 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13700 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13701 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13702 ( cat <<\_ASBOX
13703 ## ------------------------------------ ##
13704 ## Report this to wine-devel@winehq.org ##
13705 ## ------------------------------------ ##
13706 _ASBOX
13707 ) | sed "s/^/$as_me: WARNING: /" >&2
13709 esac
13710 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13711 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13712 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13713 echo $ECHO_N "(cached) $ECHO_C" >&6
13714 else
13715 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13717 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13718 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13721 if test $ac_cv_header_gphoto2_camera_h = yes; then
13722 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13723 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13724 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13725 echo $ECHO_N "(cached) $ECHO_C" >&6
13726 else
13727 ac_check_lib_save_LIBS=$LIBS
13728 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13729 cat >conftest.$ac_ext <<_ACEOF
13730 /* confdefs.h. */
13731 _ACEOF
13732 cat confdefs.h >>conftest.$ac_ext
13733 cat >>conftest.$ac_ext <<_ACEOF
13734 /* end confdefs.h. */
13736 /* Override any GCC internal prototype to avoid an error.
13737 Use char because int might match the return type of a GCC
13738 builtin and then its argument prototype would still apply. */
13739 #ifdef __cplusplus
13740 extern "C"
13741 #endif
13742 char gp_camera_new ();
13744 main ()
13746 return gp_camera_new ();
13748 return 0;
13750 _ACEOF
13751 rm -f conftest.$ac_objext conftest$ac_exeext
13752 if { (ac_try="$ac_link"
13753 case "(($ac_try" in
13754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13755 *) ac_try_echo=$ac_try;;
13756 esac
13757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13758 (eval "$ac_link") 2>conftest.er1
13759 ac_status=$?
13760 grep -v '^ *+' conftest.er1 >conftest.err
13761 rm -f conftest.er1
13762 cat conftest.err >&5
13763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13764 (exit $ac_status); } && {
13765 test -z "$ac_c_werror_flag" ||
13766 test ! -s conftest.err
13767 } && test -s conftest$ac_exeext &&
13768 $as_test_x conftest$ac_exeext; then
13769 ac_cv_lib_gphoto2_gp_camera_new=yes
13770 else
13771 echo "$as_me: failed program was:" >&5
13772 sed 's/^/| /' conftest.$ac_ext >&5
13774 ac_cv_lib_gphoto2_gp_camera_new=no
13777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13778 conftest$ac_exeext conftest.$ac_ext
13779 LIBS=$ac_check_lib_save_LIBS
13781 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13782 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13783 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13785 cat >>confdefs.h <<\_ACEOF
13786 #define HAVE_GPHOTO2 1
13787 _ACEOF
13789 GPHOTO2LIBS="$ac_gphoto2_libs"
13791 GPHOTO2INCL="$ac_gphoto2_incl"
13798 CPPFLAGS="$ac_save_CPPFLAGS"
13800 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13801 case "x$with_gphoto" in
13802 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13803 xno) ;;
13804 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13805 This is an error since --with-gphoto was requested." >&5
13806 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13807 This is an error since --with-gphoto was requested." >&2;}
13808 { (exit 1); exit 1; }; } ;;
13809 esac
13814 RESOLVLIBS=""
13816 if test "$ac_cv_header_resolv_h" = "yes"
13817 then
13818 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13819 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13820 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13821 echo $ECHO_N "(cached) $ECHO_C" >&6
13822 else
13823 ac_check_lib_save_LIBS=$LIBS
13824 LIBS="-lresolv $LIBS"
13825 cat >conftest.$ac_ext <<_ACEOF
13826 /* confdefs.h. */
13827 _ACEOF
13828 cat confdefs.h >>conftest.$ac_ext
13829 cat >>conftest.$ac_ext <<_ACEOF
13830 /* end confdefs.h. */
13832 /* Override any GCC internal prototype to avoid an error.
13833 Use char because int might match the return type of a GCC
13834 builtin and then its argument prototype would still apply. */
13835 #ifdef __cplusplus
13836 extern "C"
13837 #endif
13838 char res_query ();
13840 main ()
13842 return res_query ();
13844 return 0;
13846 _ACEOF
13847 rm -f conftest.$ac_objext conftest$ac_exeext
13848 if { (ac_try="$ac_link"
13849 case "(($ac_try" in
13850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13852 esac
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854 (eval "$ac_link") 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } && {
13861 test -z "$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 } && test -s conftest$ac_exeext &&
13864 $as_test_x conftest$ac_exeext; then
13865 ac_cv_lib_resolv_res_query=yes
13866 else
13867 echo "$as_me: failed program was:" >&5
13868 sed 's/^/| /' conftest.$ac_ext >&5
13870 ac_cv_lib_resolv_res_query=no
13873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13874 conftest$ac_exeext conftest.$ac_ext
13875 LIBS=$ac_check_lib_save_LIBS
13877 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13878 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13879 if test $ac_cv_lib_resolv_res_query = yes; then
13881 cat >>confdefs.h <<\_ACEOF
13882 #define HAVE_RESOLV 1
13883 _ACEOF
13885 RESOLVLIBS="-lresolv"
13890 LCMSLIBS=""
13892 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13893 then
13894 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13895 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13896 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13897 echo $ECHO_N "(cached) $ECHO_C" >&6
13898 else
13899 ac_check_lib_save_LIBS=$LIBS
13900 LIBS="-llcms $LIBS"
13901 cat >conftest.$ac_ext <<_ACEOF
13902 /* confdefs.h. */
13903 _ACEOF
13904 cat confdefs.h >>conftest.$ac_ext
13905 cat >>conftest.$ac_ext <<_ACEOF
13906 /* end confdefs.h. */
13908 /* Override any GCC internal prototype to avoid an error.
13909 Use char because int might match the return type of a GCC
13910 builtin and then its argument prototype would still apply. */
13911 #ifdef __cplusplus
13912 extern "C"
13913 #endif
13914 char cmsOpenProfileFromFile ();
13916 main ()
13918 return cmsOpenProfileFromFile ();
13920 return 0;
13922 _ACEOF
13923 rm -f conftest.$ac_objext conftest$ac_exeext
13924 if { (ac_try="$ac_link"
13925 case "(($ac_try" in
13926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13927 *) ac_try_echo=$ac_try;;
13928 esac
13929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13930 (eval "$ac_link") 2>conftest.er1
13931 ac_status=$?
13932 grep -v '^ *+' conftest.er1 >conftest.err
13933 rm -f conftest.er1
13934 cat conftest.err >&5
13935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13936 (exit $ac_status); } && {
13937 test -z "$ac_c_werror_flag" ||
13938 test ! -s conftest.err
13939 } && test -s conftest$ac_exeext &&
13940 $as_test_x conftest$ac_exeext; then
13941 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13942 else
13943 echo "$as_me: failed program was:" >&5
13944 sed 's/^/| /' conftest.$ac_ext >&5
13946 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13950 conftest$ac_exeext conftest.$ac_ext
13951 LIBS=$ac_check_lib_save_LIBS
13953 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13954 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13955 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13957 cat >>confdefs.h <<\_ACEOF
13958 #define HAVE_LCMS 1
13959 _ACEOF
13961 LCMSLIBS="-llcms"
13965 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13966 case "x$with_cms" in
13967 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13968 xno) ;;
13969 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13970 This is an error since --with-cms was requested." >&5
13971 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13972 This is an error since --with-cms was requested." >&2;}
13973 { (exit 1); exit 1; }; } ;;
13974 esac
13978 for ac_prog in freetype-config freetype2-config
13980 # Extract the first word of "$ac_prog", so it can be a program name with args.
13981 set dummy $ac_prog; ac_word=$2
13982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13984 if test "${ac_cv_prog_ft_devel+set}" = set; then
13985 echo $ECHO_N "(cached) $ECHO_C" >&6
13986 else
13987 if test -n "$ft_devel"; then
13988 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13989 else
13990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13991 for as_dir in $PATH
13993 IFS=$as_save_IFS
13994 test -z "$as_dir" && as_dir=.
13995 for ac_exec_ext in '' $ac_executable_extensions; do
13996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13997 ac_cv_prog_ft_devel="$ac_prog"
13998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13999 break 2
14001 done
14002 done
14003 IFS=$as_save_IFS
14007 ft_devel=$ac_cv_prog_ft_devel
14008 if test -n "$ft_devel"; then
14009 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14010 echo "${ECHO_T}$ft_devel" >&6; }
14011 else
14012 { echo "$as_me:$LINENO: result: no" >&5
14013 echo "${ECHO_T}no" >&6; }
14017 test -n "$ft_devel" && break
14018 done
14019 test -n "$ft_devel" || ft_devel="false"
14021 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14022 then
14023 ac_freetype_libs=`$ft_devel --libs`
14024 ac_freetype_incl=`$ft_devel --cflags`
14025 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14026 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14027 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14028 echo $ECHO_N "(cached) $ECHO_C" >&6
14029 else
14030 ac_check_soname_save_LIBS=$LIBS
14031 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14032 cat >conftest.$ac_ext <<_ACEOF
14033 /* confdefs.h. */
14034 _ACEOF
14035 cat confdefs.h >>conftest.$ac_ext
14036 cat >>conftest.$ac_ext <<_ACEOF
14037 /* end confdefs.h. */
14039 /* Override any GCC internal prototype to avoid an error.
14040 Use char because int might match the return type of a GCC
14041 builtin and then its argument prototype would still apply. */
14042 #ifdef __cplusplus
14043 extern "C"
14044 #endif
14045 char FT_Init_FreeType ();
14047 main ()
14049 return FT_Init_FreeType ();
14051 return 0;
14053 _ACEOF
14054 rm -f conftest.$ac_objext conftest$ac_exeext
14055 if { (ac_try="$ac_link"
14056 case "(($ac_try" in
14057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14058 *) ac_try_echo=$ac_try;;
14059 esac
14060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14061 (eval "$ac_link") 2>conftest.er1
14062 ac_status=$?
14063 grep -v '^ *+' conftest.er1 >conftest.err
14064 rm -f conftest.er1
14065 cat conftest.err >&5
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 (exit $ac_status); } && {
14068 test -z "$ac_c_werror_flag" ||
14069 test ! -s conftest.err
14070 } && test -s conftest$ac_exeext &&
14071 $as_test_x conftest$ac_exeext; then
14072 case "$LIBEXT" in
14073 dll) ;;
14074 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'` ;;
14075 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14076 esac
14077 else
14078 echo "$as_me: failed program was:" >&5
14079 sed 's/^/| /' conftest.$ac_ext >&5
14084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14085 conftest$ac_exeext conftest.$ac_ext
14086 LIBS=$ac_check_soname_save_LIBS
14088 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14089 { echo "$as_me:$LINENO: result: not found" >&5
14090 echo "${ECHO_T}not found" >&6; }
14091 ft_lib=no
14092 else
14093 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14094 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14096 cat >>confdefs.h <<_ACEOF
14097 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14098 _ACEOF
14100 ft_lib=yes
14103 if test "$ft_lib" = "yes"
14104 then
14105 ac_save_CPPFLAGS="$CPPFLAGS"
14106 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14119 for ac_header in ft2build.h \
14120 freetype/freetype.h \
14121 freetype/ftglyph.h \
14122 freetype/fttypes.h \
14123 freetype/tttables.h \
14124 freetype/ftnames.h \
14125 freetype/ftsnames.h \
14126 freetype/ttnameid.h \
14127 freetype/ftoutln.h \
14128 freetype/ftwinfnt.h \
14129 freetype/ftmodapi.h \
14130 freetype/internal/sfnt.h
14132 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14133 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14134 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14136 echo $ECHO_N "(cached) $ECHO_C" >&6
14137 else
14138 cat >conftest.$ac_ext <<_ACEOF
14139 /* confdefs.h. */
14140 _ACEOF
14141 cat confdefs.h >>conftest.$ac_ext
14142 cat >>conftest.$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14144 #ifdef HAVE_FT2BUILD_H
14145 # include <ft2build.h>
14146 #endif
14148 #include <$ac_header>
14149 _ACEOF
14150 rm -f conftest.$ac_objext
14151 if { (ac_try="$ac_compile"
14152 case "(($ac_try" in
14153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14154 *) ac_try_echo=$ac_try;;
14155 esac
14156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14157 (eval "$ac_compile") 2>conftest.er1
14158 ac_status=$?
14159 grep -v '^ *+' conftest.er1 >conftest.err
14160 rm -f conftest.er1
14161 cat conftest.err >&5
14162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14163 (exit $ac_status); } && {
14164 test -z "$ac_c_werror_flag" ||
14165 test ! -s conftest.err
14166 } && test -s conftest.$ac_objext; then
14167 eval "$as_ac_Header=yes"
14168 else
14169 echo "$as_me: failed program was:" >&5
14170 sed 's/^/| /' conftest.$ac_ext >&5
14172 eval "$as_ac_Header=no"
14175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14177 ac_res=`eval echo '${'$as_ac_Header'}'`
14178 { echo "$as_me:$LINENO: result: $ac_res" >&5
14179 echo "${ECHO_T}$ac_res" >&6; }
14180 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14181 cat >>confdefs.h <<_ACEOF
14182 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14183 _ACEOF
14187 done
14189 cat >conftest.$ac_ext <<_ACEOF
14190 /* confdefs.h. */
14191 _ACEOF
14192 cat confdefs.h >>conftest.$ac_ext
14193 cat >>conftest.$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <ft2build.h>
14196 #include <freetype/fttrigon.h>
14197 _ACEOF
14198 if { (ac_try="$ac_cpp conftest.$ac_ext"
14199 case "(($ac_try" in
14200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14201 *) ac_try_echo=$ac_try;;
14202 esac
14203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14204 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14205 ac_status=$?
14206 grep -v '^ *+' conftest.er1 >conftest.err
14207 rm -f conftest.er1
14208 cat conftest.err >&5
14209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14210 (exit $ac_status); } >/dev/null && {
14211 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14212 test ! -s conftest.err
14213 }; then
14215 cat >>confdefs.h <<\_ACEOF
14216 #define HAVE_FREETYPE_FTTRIGON_H 1
14217 _ACEOF
14219 wine_cv_fttrigon=yes
14220 else
14221 echo "$as_me: failed program was:" >&5
14222 sed 's/^/| /' conftest.$ac_ext >&5
14224 wine_cv_fttrigon=no
14227 rm -f conftest.err conftest.$ac_ext
14228 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14229 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14230 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14231 echo $ECHO_N "(cached) $ECHO_C" >&6
14232 else
14233 cat >conftest.$ac_ext <<_ACEOF
14234 /* confdefs.h. */
14235 _ACEOF
14236 cat confdefs.h >>conftest.$ac_ext
14237 cat >>conftest.$ac_ext <<_ACEOF
14238 /* end confdefs.h. */
14239 #include <freetype/ftmodapi.h>
14241 typedef FT_TrueTypeEngineType ac__type_new_;
14243 main ()
14245 if ((ac__type_new_ *) 0)
14246 return 0;
14247 if (sizeof (ac__type_new_))
14248 return 0;
14250 return 0;
14252 _ACEOF
14253 rm -f conftest.$ac_objext
14254 if { (ac_try="$ac_compile"
14255 case "(($ac_try" in
14256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14257 *) ac_try_echo=$ac_try;;
14258 esac
14259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14260 (eval "$ac_compile") 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && {
14267 test -z "$ac_c_werror_flag" ||
14268 test ! -s conftest.err
14269 } && test -s conftest.$ac_objext; then
14270 ac_cv_type_FT_TrueTypeEngineType=yes
14271 else
14272 echo "$as_me: failed program was:" >&5
14273 sed 's/^/| /' conftest.$ac_ext >&5
14275 ac_cv_type_FT_TrueTypeEngineType=no
14278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14280 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14281 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14282 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14284 cat >>confdefs.h <<_ACEOF
14285 #define HAVE_FT_TRUETYPEENGINETYPE 1
14286 _ACEOF
14291 ac_save_CFLAGS="$CFLAGS"
14292 CFLAGS="$CFLAGS $ac_freetype_libs"
14294 for ac_func in FT_Load_Sfnt_Table
14296 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14297 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14298 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14299 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14300 echo $ECHO_N "(cached) $ECHO_C" >&6
14301 else
14302 cat >conftest.$ac_ext <<_ACEOF
14303 /* confdefs.h. */
14304 _ACEOF
14305 cat confdefs.h >>conftest.$ac_ext
14306 cat >>conftest.$ac_ext <<_ACEOF
14307 /* end confdefs.h. */
14308 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14310 #define $ac_func innocuous_$ac_func
14312 /* System header to define __stub macros and hopefully few prototypes,
14313 which can conflict with char $ac_func (); below.
14314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14315 <limits.h> exists even on freestanding compilers. */
14317 #ifdef __STDC__
14318 # include <limits.h>
14319 #else
14320 # include <assert.h>
14321 #endif
14323 #undef $ac_func
14325 /* Override any GCC internal prototype to avoid an error.
14326 Use char because int might match the return type of a GCC
14327 builtin and then its argument prototype would still apply. */
14328 #ifdef __cplusplus
14329 extern "C"
14330 #endif
14331 char $ac_func ();
14332 /* The GNU C library defines this for functions which it implements
14333 to always fail with ENOSYS. Some functions are actually named
14334 something starting with __ and the normal name is an alias. */
14335 #if defined __stub_$ac_func || defined __stub___$ac_func
14336 choke me
14337 #endif
14340 main ()
14342 return $ac_func ();
14344 return 0;
14346 _ACEOF
14347 rm -f conftest.$ac_objext conftest$ac_exeext
14348 if { (ac_try="$ac_link"
14349 case "(($ac_try" in
14350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14351 *) ac_try_echo=$ac_try;;
14352 esac
14353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14354 (eval "$ac_link") 2>conftest.er1
14355 ac_status=$?
14356 grep -v '^ *+' conftest.er1 >conftest.err
14357 rm -f conftest.er1
14358 cat conftest.err >&5
14359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14360 (exit $ac_status); } && {
14361 test -z "$ac_c_werror_flag" ||
14362 test ! -s conftest.err
14363 } && test -s conftest$ac_exeext &&
14364 $as_test_x conftest$ac_exeext; then
14365 eval "$as_ac_var=yes"
14366 else
14367 echo "$as_me: failed program was:" >&5
14368 sed 's/^/| /' conftest.$ac_ext >&5
14370 eval "$as_ac_var=no"
14373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14374 conftest$ac_exeext conftest.$ac_ext
14376 ac_res=`eval echo '${'$as_ac_var'}'`
14377 { echo "$as_me:$LINENO: result: $ac_res" >&5
14378 echo "${ECHO_T}$ac_res" >&6; }
14379 if test `eval echo '${'$as_ac_var'}'` = yes; then
14380 cat >>confdefs.h <<_ACEOF
14381 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14382 _ACEOF
14385 done
14387 CFLAGS="$ac_save_CFLAGS"
14388 CPPFLAGS="$ac_save_CPPFLAGS"
14389 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14390 then
14392 cat >>confdefs.h <<\_ACEOF
14393 #define HAVE_FREETYPE 1
14394 _ACEOF
14396 FREETYPELIBS="$ac_freetype_libs"
14398 FREETYPEINCL="$ac_freetype_incl"
14403 if test "x$FREETYPELIBS" = "x"; then
14404 case "x$with_freetype" in
14405 xno) ;;
14406 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14407 Use the --without-freetype option if you really want this." >&5
14408 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14409 Use the --without-freetype option if you really want this." >&2;}
14410 { (exit 1); exit 1; }; } ;;
14411 esac
14414 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14416 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14417 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14418 if test "${ac_cv_c_ppdev+set}" = set; then
14419 echo $ECHO_N "(cached) $ECHO_C" >&6
14420 else
14421 cat >conftest.$ac_ext <<_ACEOF
14422 /* confdefs.h. */
14423 _ACEOF
14424 cat confdefs.h >>conftest.$ac_ext
14425 cat >>conftest.$ac_ext <<_ACEOF
14426 /* end confdefs.h. */
14427 #include <linux/ppdev.h>
14429 main ()
14431 ioctl (1,PPCLAIM,0)
14433 return 0;
14435 _ACEOF
14436 rm -f conftest.$ac_objext
14437 if { (ac_try="$ac_compile"
14438 case "(($ac_try" in
14439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14440 *) ac_try_echo=$ac_try;;
14441 esac
14442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14443 (eval "$ac_compile") 2>conftest.er1
14444 ac_status=$?
14445 grep -v '^ *+' conftest.er1 >conftest.err
14446 rm -f conftest.er1
14447 cat conftest.err >&5
14448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14449 (exit $ac_status); } && {
14450 test -z "$ac_c_werror_flag" ||
14451 test ! -s conftest.err
14452 } && test -s conftest.$ac_objext; then
14453 ac_cv_c_ppdev="yes"
14454 else
14455 echo "$as_me: failed program was:" >&5
14456 sed 's/^/| /' conftest.$ac_ext >&5
14458 ac_cv_c_ppdev="no"
14461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14463 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14464 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14465 if test "$ac_cv_c_ppdev" = "yes"
14466 then
14468 cat >>confdefs.h <<\_ACEOF
14469 #define HAVE_PPDEV 1
14470 _ACEOF
14474 { echo "$as_me:$LINENO: checking for va_copy" >&5
14475 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14476 if test "${ac_cv_c_va_copy+set}" = set; then
14477 echo $ECHO_N "(cached) $ECHO_C" >&6
14478 else
14479 cat >conftest.$ac_ext <<_ACEOF
14480 /* confdefs.h. */
14481 _ACEOF
14482 cat confdefs.h >>conftest.$ac_ext
14483 cat >>conftest.$ac_ext <<_ACEOF
14484 /* end confdefs.h. */
14485 #include <stdarg.h>
14487 main ()
14489 va_list ap1, ap2; va_copy(ap1,ap2);
14491 return 0;
14493 _ACEOF
14494 rm -f conftest.$ac_objext conftest$ac_exeext
14495 if { (ac_try="$ac_link"
14496 case "(($ac_try" in
14497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14498 *) ac_try_echo=$ac_try;;
14499 esac
14500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14501 (eval "$ac_link") 2>conftest.er1
14502 ac_status=$?
14503 grep -v '^ *+' conftest.er1 >conftest.err
14504 rm -f conftest.er1
14505 cat conftest.err >&5
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); } && {
14508 test -z "$ac_c_werror_flag" ||
14509 test ! -s conftest.err
14510 } && test -s conftest$ac_exeext &&
14511 $as_test_x conftest$ac_exeext; then
14512 ac_cv_c_va_copy="yes"
14513 else
14514 echo "$as_me: failed program was:" >&5
14515 sed 's/^/| /' conftest.$ac_ext >&5
14517 ac_cv_c_va_copy="no"
14520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14521 conftest$ac_exeext conftest.$ac_ext
14524 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14525 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14526 if test "$ac_cv_c_va_copy" = "yes"
14527 then
14529 cat >>confdefs.h <<\_ACEOF
14530 #define HAVE_VA_COPY 1
14531 _ACEOF
14534 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14535 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14536 if test "${ac_cv_c___va_copy+set}" = set; then
14537 echo $ECHO_N "(cached) $ECHO_C" >&6
14538 else
14539 cat >conftest.$ac_ext <<_ACEOF
14540 /* confdefs.h. */
14541 _ACEOF
14542 cat confdefs.h >>conftest.$ac_ext
14543 cat >>conftest.$ac_ext <<_ACEOF
14544 /* end confdefs.h. */
14545 #include <stdarg.h>
14547 main ()
14549 va_list ap1, ap2; __va_copy(ap1,ap2);
14551 return 0;
14553 _ACEOF
14554 rm -f conftest.$ac_objext conftest$ac_exeext
14555 if { (ac_try="$ac_link"
14556 case "(($ac_try" in
14557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14558 *) ac_try_echo=$ac_try;;
14559 esac
14560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14561 (eval "$ac_link") 2>conftest.er1
14562 ac_status=$?
14563 grep -v '^ *+' conftest.er1 >conftest.err
14564 rm -f conftest.er1
14565 cat conftest.err >&5
14566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14567 (exit $ac_status); } && {
14568 test -z "$ac_c_werror_flag" ||
14569 test ! -s conftest.err
14570 } && test -s conftest$ac_exeext &&
14571 $as_test_x conftest$ac_exeext; then
14572 ac_cv_c___va_copy="yes"
14573 else
14574 echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14577 ac_cv_c___va_copy="no"
14580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14581 conftest$ac_exeext conftest.$ac_ext
14584 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14585 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14586 if test "$ac_cv_c___va_copy" = "yes"
14587 then
14589 cat >>confdefs.h <<\_ACEOF
14590 #define HAVE___VA_COPY 1
14591 _ACEOF
14595 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14596 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14597 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14598 echo $ECHO_N "(cached) $ECHO_C" >&6
14599 else
14600 cat >conftest.$ac_ext <<_ACEOF
14601 /* confdefs.h. */
14602 _ACEOF
14603 cat confdefs.h >>conftest.$ac_ext
14604 cat >>conftest.$ac_ext <<_ACEOF
14605 /* end confdefs.h. */
14606 #define _GNU_SOURCE
14607 #include <pthread.h>
14609 typedef pthread_rwlock_t ac__type_new_;
14611 main ()
14613 if ((ac__type_new_ *) 0)
14614 return 0;
14615 if (sizeof (ac__type_new_))
14616 return 0;
14618 return 0;
14620 _ACEOF
14621 rm -f conftest.$ac_objext
14622 if { (ac_try="$ac_compile"
14623 case "(($ac_try" in
14624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14625 *) ac_try_echo=$ac_try;;
14626 esac
14627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14628 (eval "$ac_compile") 2>conftest.er1
14629 ac_status=$?
14630 grep -v '^ *+' conftest.er1 >conftest.err
14631 rm -f conftest.er1
14632 cat conftest.err >&5
14633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14634 (exit $ac_status); } && {
14635 test -z "$ac_c_werror_flag" ||
14636 test ! -s conftest.err
14637 } && test -s conftest.$ac_objext; then
14638 ac_cv_type_pthread_rwlock_t=yes
14639 else
14640 echo "$as_me: failed program was:" >&5
14641 sed 's/^/| /' conftest.$ac_ext >&5
14643 ac_cv_type_pthread_rwlock_t=no
14646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14648 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14649 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14650 if test $ac_cv_type_pthread_rwlock_t = yes; then
14652 cat >>confdefs.h <<_ACEOF
14653 #define HAVE_PTHREAD_RWLOCK_T 1
14654 _ACEOF
14658 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14659 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14660 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14661 echo $ECHO_N "(cached) $ECHO_C" >&6
14662 else
14663 cat >conftest.$ac_ext <<_ACEOF
14664 /* confdefs.h. */
14665 _ACEOF
14666 cat confdefs.h >>conftest.$ac_ext
14667 cat >>conftest.$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14669 #define _GNU_SOURCE
14670 #include <pthread.h>
14672 typedef pthread_rwlockattr_t ac__type_new_;
14674 main ()
14676 if ((ac__type_new_ *) 0)
14677 return 0;
14678 if (sizeof (ac__type_new_))
14679 return 0;
14681 return 0;
14683 _ACEOF
14684 rm -f conftest.$ac_objext
14685 if { (ac_try="$ac_compile"
14686 case "(($ac_try" in
14687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14688 *) ac_try_echo=$ac_try;;
14689 esac
14690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14691 (eval "$ac_compile") 2>conftest.er1
14692 ac_status=$?
14693 grep -v '^ *+' conftest.er1 >conftest.err
14694 rm -f conftest.er1
14695 cat conftest.err >&5
14696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14697 (exit $ac_status); } && {
14698 test -z "$ac_c_werror_flag" ||
14699 test ! -s conftest.err
14700 } && test -s conftest.$ac_objext; then
14701 ac_cv_type_pthread_rwlockattr_t=yes
14702 else
14703 echo "$as_me: failed program was:" >&5
14704 sed 's/^/| /' conftest.$ac_ext >&5
14706 ac_cv_type_pthread_rwlockattr_t=no
14709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14711 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14712 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14713 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14715 cat >>confdefs.h <<_ACEOF
14716 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14717 _ACEOF
14723 ac_wine_check_funcs_save_LIBS="$LIBS"
14724 LIBS="$LIBS $LIBPTHREAD"
14729 for ac_func in \
14730 pthread_attr_get_np \
14731 pthread_getattr_np \
14732 pthread_get_stackaddr_np \
14733 pthread_get_stacksize_np
14735 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14736 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14737 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14738 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14739 echo $ECHO_N "(cached) $ECHO_C" >&6
14740 else
14741 cat >conftest.$ac_ext <<_ACEOF
14742 /* confdefs.h. */
14743 _ACEOF
14744 cat confdefs.h >>conftest.$ac_ext
14745 cat >>conftest.$ac_ext <<_ACEOF
14746 /* end confdefs.h. */
14747 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14748 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14749 #define $ac_func innocuous_$ac_func
14751 /* System header to define __stub macros and hopefully few prototypes,
14752 which can conflict with char $ac_func (); below.
14753 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14754 <limits.h> exists even on freestanding compilers. */
14756 #ifdef __STDC__
14757 # include <limits.h>
14758 #else
14759 # include <assert.h>
14760 #endif
14762 #undef $ac_func
14764 /* Override any GCC internal prototype to avoid an error.
14765 Use char because int might match the return type of a GCC
14766 builtin and then its argument prototype would still apply. */
14767 #ifdef __cplusplus
14768 extern "C"
14769 #endif
14770 char $ac_func ();
14771 /* The GNU C library defines this for functions which it implements
14772 to always fail with ENOSYS. Some functions are actually named
14773 something starting with __ and the normal name is an alias. */
14774 #if defined __stub_$ac_func || defined __stub___$ac_func
14775 choke me
14776 #endif
14779 main ()
14781 return $ac_func ();
14783 return 0;
14785 _ACEOF
14786 rm -f conftest.$ac_objext conftest$ac_exeext
14787 if { (ac_try="$ac_link"
14788 case "(($ac_try" in
14789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14790 *) ac_try_echo=$ac_try;;
14791 esac
14792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14793 (eval "$ac_link") 2>conftest.er1
14794 ac_status=$?
14795 grep -v '^ *+' conftest.er1 >conftest.err
14796 rm -f conftest.er1
14797 cat conftest.err >&5
14798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14799 (exit $ac_status); } && {
14800 test -z "$ac_c_werror_flag" ||
14801 test ! -s conftest.err
14802 } && test -s conftest$ac_exeext &&
14803 $as_test_x conftest$ac_exeext; then
14804 eval "$as_ac_var=yes"
14805 else
14806 echo "$as_me: failed program was:" >&5
14807 sed 's/^/| /' conftest.$ac_ext >&5
14809 eval "$as_ac_var=no"
14812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14813 conftest$ac_exeext conftest.$ac_ext
14815 ac_res=`eval echo '${'$as_ac_var'}'`
14816 { echo "$as_me:$LINENO: result: $ac_res" >&5
14817 echo "${ECHO_T}$ac_res" >&6; }
14818 if test `eval echo '${'$as_ac_var'}'` = yes; then
14819 cat >>confdefs.h <<_ACEOF
14820 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14821 _ACEOF
14824 done
14826 LIBS="$ac_wine_check_funcs_save_LIBS"
14828 # Extract the first word of "esd-config", so it can be a program name with args.
14829 set dummy esd-config; ac_word=$2
14830 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14832 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14833 echo $ECHO_N "(cached) $ECHO_C" >&6
14834 else
14835 case $ESDCONFIG in
14836 [\\/]* | ?:[\\/]*)
14837 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14841 for as_dir in $PATH
14843 IFS=$as_save_IFS
14844 test -z "$as_dir" && as_dir=.
14845 for ac_exec_ext in '' $ac_executable_extensions; do
14846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14847 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14848 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14849 break 2
14851 done
14852 done
14853 IFS=$as_save_IFS
14856 esac
14858 ESDCONFIG=$ac_cv_path_ESDCONFIG
14859 if test -n "$ESDCONFIG"; then
14860 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14861 echo "${ECHO_T}$ESDCONFIG" >&6; }
14862 else
14863 { echo "$as_me:$LINENO: result: no" >&5
14864 echo "${ECHO_T}no" >&6; }
14868 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14869 then
14870 ac_esd_incl=""
14871 for i in `$ESDCONFIG --cflags`
14873 case "$i" in
14874 -I*) ac_esd_incl="$ac_esd_incl $i";;
14875 esac
14876 done
14877 ac_esd_libs=`$ESDCONFIG --libs`
14878 save_CFLAGS="$CFLAGS"
14879 CFLAGS="$CFLAGS $ac_esd_incl"
14880 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14881 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14882 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14883 echo $ECHO_N "(cached) $ECHO_C" >&6
14884 else
14885 ac_check_lib_save_LIBS=$LIBS
14886 LIBS="-lesd $ac_esd_libs $LIBS"
14887 cat >conftest.$ac_ext <<_ACEOF
14888 /* confdefs.h. */
14889 _ACEOF
14890 cat confdefs.h >>conftest.$ac_ext
14891 cat >>conftest.$ac_ext <<_ACEOF
14892 /* end confdefs.h. */
14894 /* Override any GCC internal prototype to avoid an error.
14895 Use char because int might match the return type of a GCC
14896 builtin and then its argument prototype would still apply. */
14897 #ifdef __cplusplus
14898 extern "C"
14899 #endif
14900 char esd_open_sound ();
14902 main ()
14904 return esd_open_sound ();
14906 return 0;
14908 _ACEOF
14909 rm -f conftest.$ac_objext conftest$ac_exeext
14910 if { (ac_try="$ac_link"
14911 case "(($ac_try" in
14912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14913 *) ac_try_echo=$ac_try;;
14914 esac
14915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14916 (eval "$ac_link") 2>conftest.er1
14917 ac_status=$?
14918 grep -v '^ *+' conftest.er1 >conftest.err
14919 rm -f conftest.er1
14920 cat conftest.err >&5
14921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14922 (exit $ac_status); } && {
14923 test -z "$ac_c_werror_flag" ||
14924 test ! -s conftest.err
14925 } && test -s conftest$ac_exeext &&
14926 $as_test_x conftest$ac_exeext; then
14927 ac_cv_lib_esd_esd_open_sound=yes
14928 else
14929 echo "$as_me: failed program was:" >&5
14930 sed 's/^/| /' conftest.$ac_ext >&5
14932 ac_cv_lib_esd_esd_open_sound=no
14935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14936 conftest$ac_exeext conftest.$ac_ext
14937 LIBS=$ac_check_lib_save_LIBS
14939 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14940 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14941 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14942 ESDINCL="$ac_esd_incl"
14944 ESDLIBS="$ac_esd_libs"
14947 cat >>confdefs.h <<\_ACEOF
14948 #define HAVE_ESD 1
14949 _ACEOF
14953 CFLAGS="$save_CFLAGS"
14956 if test "x$with_pulse" != "xno"; then
14957 if test "$PKG_CONFIG" != "false"; then
14958 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14959 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14960 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14961 have_pulseaudio="yes"
14962 else
14963 have_pulseaudio="no"
14965 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14966 echo "${ECHO_T}$have_pulseaudio" >&6; }
14967 if test x"$have_pulseaudio" = xyes; then
14968 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
14970 cat >>confdefs.h <<\_ACEOF
14971 #define HAVE_PULSEAUDIO_0_9_11 1
14972 _ACEOF
14974 else
14976 cat >>confdefs.h <<\_ACEOF
14977 #define HAVE_PULSEAUDIO_0_9_11 0
14978 _ACEOF
14981 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14983 cat >>confdefs.h <<\_ACEOF
14984 #define HAVE_PULSEAUDIO 1
14985 _ACEOF
14987 PULSELIBS="$ac_pulse_libs"
14993 ALSALIBS=""
14995 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14996 then
14997 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14998 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14999 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15000 echo $ECHO_N "(cached) $ECHO_C" >&6
15001 else
15002 ac_check_lib_save_LIBS=$LIBS
15003 LIBS="-lasound $LIBS"
15004 cat >conftest.$ac_ext <<_ACEOF
15005 /* confdefs.h. */
15006 _ACEOF
15007 cat confdefs.h >>conftest.$ac_ext
15008 cat >>conftest.$ac_ext <<_ACEOF
15009 /* end confdefs.h. */
15011 /* Override any GCC internal prototype to avoid an error.
15012 Use char because int might match the return type of a GCC
15013 builtin and then its argument prototype would still apply. */
15014 #ifdef __cplusplus
15015 extern "C"
15016 #endif
15017 char snd_pcm_hw_params_get_access ();
15019 main ()
15021 return snd_pcm_hw_params_get_access ();
15023 return 0;
15025 _ACEOF
15026 rm -f conftest.$ac_objext conftest$ac_exeext
15027 if { (ac_try="$ac_link"
15028 case "(($ac_try" in
15029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15030 *) ac_try_echo=$ac_try;;
15031 esac
15032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15033 (eval "$ac_link") 2>conftest.er1
15034 ac_status=$?
15035 grep -v '^ *+' conftest.er1 >conftest.err
15036 rm -f conftest.er1
15037 cat conftest.err >&5
15038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15039 (exit $ac_status); } && {
15040 test -z "$ac_c_werror_flag" ||
15041 test ! -s conftest.err
15042 } && test -s conftest$ac_exeext &&
15043 $as_test_x conftest$ac_exeext; then
15044 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15045 else
15046 echo "$as_me: failed program was:" >&5
15047 sed 's/^/| /' conftest.$ac_ext >&5
15049 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15053 conftest$ac_exeext conftest.$ac_ext
15054 LIBS=$ac_check_lib_save_LIBS
15056 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15057 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15058 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15059 cat >conftest.$ac_ext <<_ACEOF
15060 /* confdefs.h. */
15061 _ACEOF
15062 cat confdefs.h >>conftest.$ac_ext
15063 cat >>conftest.$ac_ext <<_ACEOF
15064 /* end confdefs.h. */
15065 #ifdef HAVE_ALSA_ASOUNDLIB_H
15066 #include <alsa/asoundlib.h>
15067 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15068 #include <sys/asoundlib.h>
15069 #endif
15071 main ()
15073 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15075 return 0;
15077 _ACEOF
15078 rm -f conftest.$ac_objext
15079 if { (ac_try="$ac_compile"
15080 case "(($ac_try" in
15081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15082 *) ac_try_echo=$ac_try;;
15083 esac
15084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15085 (eval "$ac_compile") 2>conftest.er1
15086 ac_status=$?
15087 grep -v '^ *+' conftest.er1 >conftest.err
15088 rm -f conftest.er1
15089 cat conftest.err >&5
15090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15091 (exit $ac_status); } && {
15092 test -z "$ac_c_werror_flag" ||
15093 test ! -s conftest.err
15094 } && test -s conftest.$ac_objext; then
15096 cat >>confdefs.h <<\_ACEOF
15097 #define HAVE_ALSA 1
15098 _ACEOF
15100 ALSALIBS="-lasound"
15101 else
15102 echo "$as_me: failed program was:" >&5
15103 sed 's/^/| /' conftest.$ac_ext >&5
15108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15113 AUDIOIOLIBS=""
15115 if test "$ac_cv_header_libaudioio_h" = "yes"
15116 then
15117 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15118 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15119 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15120 echo $ECHO_N "(cached) $ECHO_C" >&6
15121 else
15122 ac_check_lib_save_LIBS=$LIBS
15123 LIBS="-laudioio $LIBS"
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h. */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h. */
15131 /* Override any GCC internal prototype to avoid an error.
15132 Use char because int might match the return type of a GCC
15133 builtin and then its argument prototype would still apply. */
15134 #ifdef __cplusplus
15135 extern "C"
15136 #endif
15137 char AudioIOGetVersion ();
15139 main ()
15141 return AudioIOGetVersion ();
15143 return 0;
15145 _ACEOF
15146 rm -f conftest.$ac_objext conftest$ac_exeext
15147 if { (ac_try="$ac_link"
15148 case "(($ac_try" in
15149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15150 *) ac_try_echo=$ac_try;;
15151 esac
15152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15153 (eval "$ac_link") 2>conftest.er1
15154 ac_status=$?
15155 grep -v '^ *+' conftest.er1 >conftest.err
15156 rm -f conftest.er1
15157 cat conftest.err >&5
15158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15159 (exit $ac_status); } && {
15160 test -z "$ac_c_werror_flag" ||
15161 test ! -s conftest.err
15162 } && test -s conftest$ac_exeext &&
15163 $as_test_x conftest$ac_exeext; then
15164 ac_cv_lib_audioio_AudioIOGetVersion=yes
15165 else
15166 echo "$as_me: failed program was:" >&5
15167 sed 's/^/| /' conftest.$ac_ext >&5
15169 ac_cv_lib_audioio_AudioIOGetVersion=no
15172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15173 conftest$ac_exeext conftest.$ac_ext
15174 LIBS=$ac_check_lib_save_LIBS
15176 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15177 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15178 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15179 AUDIOIOLIBS="-laudioio"
15181 cat >>confdefs.h <<\_ACEOF
15182 #define HAVE_LIBAUDIOIO 1
15183 _ACEOF
15190 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15191 then
15192 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15193 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15194 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15195 echo $ECHO_N "(cached) $ECHO_C" >&6
15196 else
15197 ac_check_soname_save_LIBS=$LIBS
15198 LIBS="-lcapi20 $LIBS"
15199 cat >conftest.$ac_ext <<_ACEOF
15200 /* confdefs.h. */
15201 _ACEOF
15202 cat confdefs.h >>conftest.$ac_ext
15203 cat >>conftest.$ac_ext <<_ACEOF
15204 /* end confdefs.h. */
15206 /* Override any GCC internal prototype to avoid an error.
15207 Use char because int might match the return type of a GCC
15208 builtin and then its argument prototype would still apply. */
15209 #ifdef __cplusplus
15210 extern "C"
15211 #endif
15212 char capi20_register ();
15214 main ()
15216 return capi20_register ();
15218 return 0;
15220 _ACEOF
15221 rm -f conftest.$ac_objext conftest$ac_exeext
15222 if { (ac_try="$ac_link"
15223 case "(($ac_try" in
15224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15225 *) ac_try_echo=$ac_try;;
15226 esac
15227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15228 (eval "$ac_link") 2>conftest.er1
15229 ac_status=$?
15230 grep -v '^ *+' conftest.er1 >conftest.err
15231 rm -f conftest.er1
15232 cat conftest.err >&5
15233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234 (exit $ac_status); } && {
15235 test -z "$ac_c_werror_flag" ||
15236 test ! -s conftest.err
15237 } && test -s conftest$ac_exeext &&
15238 $as_test_x conftest$ac_exeext; then
15239 case "$LIBEXT" in
15240 dll) ;;
15241 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'` ;;
15242 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15243 esac
15244 else
15245 echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15252 conftest$ac_exeext conftest.$ac_ext
15253 LIBS=$ac_check_soname_save_LIBS
15255 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15256 { echo "$as_me:$LINENO: result: not found" >&5
15257 echo "${ECHO_T}not found" >&6; }
15259 else
15260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15261 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15263 cat >>confdefs.h <<_ACEOF
15264 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15265 _ACEOF
15271 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15272 case "x$with_capi" in
15273 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15274 xno) ;;
15275 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15276 This is an error since --with-capi was requested." >&5
15277 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15278 This is an error since --with-capi was requested." >&2;}
15279 { (exit 1); exit 1; }; } ;;
15280 esac
15284 CUPSINCL=""
15286 if test "x$with_cups" != "xno"
15287 then
15288 ac_save_CPPFLAGS="$CPPFLAGS"
15289 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15290 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15291 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15293 for ac_header in cups/cups.h
15295 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15296 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15297 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15299 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15300 echo $ECHO_N "(cached) $ECHO_C" >&6
15302 ac_res=`eval echo '${'$as_ac_Header'}'`
15303 { echo "$as_me:$LINENO: result: $ac_res" >&5
15304 echo "${ECHO_T}$ac_res" >&6; }
15305 else
15306 # Is the header compilable?
15307 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15308 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15309 cat >conftest.$ac_ext <<_ACEOF
15310 /* confdefs.h. */
15311 _ACEOF
15312 cat confdefs.h >>conftest.$ac_ext
15313 cat >>conftest.$ac_ext <<_ACEOF
15314 /* end confdefs.h. */
15315 $ac_includes_default
15316 #include <$ac_header>
15317 _ACEOF
15318 rm -f conftest.$ac_objext
15319 if { (ac_try="$ac_compile"
15320 case "(($ac_try" in
15321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15322 *) ac_try_echo=$ac_try;;
15323 esac
15324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15325 (eval "$ac_compile") 2>conftest.er1
15326 ac_status=$?
15327 grep -v '^ *+' conftest.er1 >conftest.err
15328 rm -f conftest.er1
15329 cat conftest.err >&5
15330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15331 (exit $ac_status); } && {
15332 test -z "$ac_c_werror_flag" ||
15333 test ! -s conftest.err
15334 } && test -s conftest.$ac_objext; then
15335 ac_header_compiler=yes
15336 else
15337 echo "$as_me: failed program was:" >&5
15338 sed 's/^/| /' conftest.$ac_ext >&5
15340 ac_header_compiler=no
15343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15344 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15345 echo "${ECHO_T}$ac_header_compiler" >&6; }
15347 # Is the header present?
15348 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15349 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15350 cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h. */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h. */
15356 #include <$ac_header>
15357 _ACEOF
15358 if { (ac_try="$ac_cpp conftest.$ac_ext"
15359 case "(($ac_try" in
15360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15361 *) ac_try_echo=$ac_try;;
15362 esac
15363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15364 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15365 ac_status=$?
15366 grep -v '^ *+' conftest.er1 >conftest.err
15367 rm -f conftest.er1
15368 cat conftest.err >&5
15369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15370 (exit $ac_status); } >/dev/null && {
15371 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15372 test ! -s conftest.err
15373 }; then
15374 ac_header_preproc=yes
15375 else
15376 echo "$as_me: failed program was:" >&5
15377 sed 's/^/| /' conftest.$ac_ext >&5
15379 ac_header_preproc=no
15382 rm -f conftest.err conftest.$ac_ext
15383 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15384 echo "${ECHO_T}$ac_header_preproc" >&6; }
15386 # So? What about this header?
15387 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15388 yes:no: )
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15390 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15392 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15393 ac_header_preproc=yes
15395 no:yes:* )
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15397 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15399 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15401 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15403 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15404 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15405 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15406 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15407 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15408 ( cat <<\_ASBOX
15409 ## ------------------------------------ ##
15410 ## Report this to wine-devel@winehq.org ##
15411 ## ------------------------------------ ##
15412 _ASBOX
15413 ) | sed "s/^/$as_me: WARNING: /" >&2
15415 esac
15416 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15420 else
15421 eval "$as_ac_Header=\$ac_header_preproc"
15423 ac_res=`eval echo '${'$as_ac_Header'}'`
15424 { echo "$as_me:$LINENO: result: $ac_res" >&5
15425 echo "${ECHO_T}$ac_res" >&6; }
15428 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15429 cat >>confdefs.h <<_ACEOF
15430 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15431 _ACEOF
15432 { echo "$as_me:$LINENO: checking for -lcups" >&5
15433 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15434 if test "${ac_cv_lib_soname_cups+set}" = set; then
15435 echo $ECHO_N "(cached) $ECHO_C" >&6
15436 else
15437 ac_check_soname_save_LIBS=$LIBS
15438 LIBS="-lcups $ac_cups_libs $LIBS"
15439 cat >conftest.$ac_ext <<_ACEOF
15440 /* confdefs.h. */
15441 _ACEOF
15442 cat confdefs.h >>conftest.$ac_ext
15443 cat >>conftest.$ac_ext <<_ACEOF
15444 /* end confdefs.h. */
15446 /* Override any GCC internal prototype to avoid an error.
15447 Use char because int might match the return type of a GCC
15448 builtin and then its argument prototype would still apply. */
15449 #ifdef __cplusplus
15450 extern "C"
15451 #endif
15452 char cupsGetDefault ();
15454 main ()
15456 return cupsGetDefault ();
15458 return 0;
15460 _ACEOF
15461 rm -f conftest.$ac_objext conftest$ac_exeext
15462 if { (ac_try="$ac_link"
15463 case "(($ac_try" in
15464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15465 *) ac_try_echo=$ac_try;;
15466 esac
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468 (eval "$ac_link") 2>conftest.er1
15469 ac_status=$?
15470 grep -v '^ *+' conftest.er1 >conftest.err
15471 rm -f conftest.er1
15472 cat conftest.err >&5
15473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } && {
15475 test -z "$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 } && test -s conftest$ac_exeext &&
15478 $as_test_x conftest$ac_exeext; then
15479 case "$LIBEXT" in
15480 dll) ;;
15481 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'` ;;
15482 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15483 esac
15484 else
15485 echo "$as_me: failed program was:" >&5
15486 sed 's/^/| /' conftest.$ac_ext >&5
15491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15492 conftest$ac_exeext conftest.$ac_ext
15493 LIBS=$ac_check_soname_save_LIBS
15495 if test "x$ac_cv_lib_soname_cups" = "x"; then
15496 { echo "$as_me:$LINENO: result: not found" >&5
15497 echo "${ECHO_T}not found" >&6; }
15499 else
15500 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15501 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15503 cat >>confdefs.h <<_ACEOF
15504 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15505 _ACEOF
15507 CUPSINCL="$ac_cups_cflags"
15512 done
15514 CPPFLAGS="$ac_save_CPPFLAGS"
15516 if test "x$ac_cv_lib_soname_cups" = "x"; then
15517 case "x$with_cups" in
15518 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15519 xno) ;;
15520 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15521 This is an error since --with-cups was requested." >&5
15522 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15523 This is an error since --with-cups was requested." >&2;}
15524 { (exit 1); exit 1; }; } ;;
15525 esac
15529 if test "$ac_cv_header_jack_jack_h" = "yes"
15530 then
15531 { echo "$as_me:$LINENO: checking for -ljack" >&5
15532 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15533 if test "${ac_cv_lib_soname_jack+set}" = set; then
15534 echo $ECHO_N "(cached) $ECHO_C" >&6
15535 else
15536 ac_check_soname_save_LIBS=$LIBS
15537 LIBS="-ljack $LIBS"
15538 cat >conftest.$ac_ext <<_ACEOF
15539 /* confdefs.h. */
15540 _ACEOF
15541 cat confdefs.h >>conftest.$ac_ext
15542 cat >>conftest.$ac_ext <<_ACEOF
15543 /* end confdefs.h. */
15545 /* Override any GCC internal prototype to avoid an error.
15546 Use char because int might match the return type of a GCC
15547 builtin and then its argument prototype would still apply. */
15548 #ifdef __cplusplus
15549 extern "C"
15550 #endif
15551 char jack_client_new ();
15553 main ()
15555 return jack_client_new ();
15557 return 0;
15559 _ACEOF
15560 rm -f conftest.$ac_objext conftest$ac_exeext
15561 if { (ac_try="$ac_link"
15562 case "(($ac_try" in
15563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15564 *) ac_try_echo=$ac_try;;
15565 esac
15566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15567 (eval "$ac_link") 2>conftest.er1
15568 ac_status=$?
15569 grep -v '^ *+' conftest.er1 >conftest.err
15570 rm -f conftest.er1
15571 cat conftest.err >&5
15572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15573 (exit $ac_status); } && {
15574 test -z "$ac_c_werror_flag" ||
15575 test ! -s conftest.err
15576 } && test -s conftest$ac_exeext &&
15577 $as_test_x conftest$ac_exeext; then
15578 case "$LIBEXT" in
15579 dll) ;;
15580 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'` ;;
15581 *) 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'` ;;
15582 esac
15583 else
15584 echo "$as_me: failed program was:" >&5
15585 sed 's/^/| /' conftest.$ac_ext >&5
15590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15591 conftest$ac_exeext conftest.$ac_ext
15592 LIBS=$ac_check_soname_save_LIBS
15594 if test "x$ac_cv_lib_soname_jack" = "x"; then
15595 { echo "$as_me:$LINENO: result: not found" >&5
15596 echo "${ECHO_T}not found" >&6; }
15598 else
15599 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15600 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15602 cat >>confdefs.h <<_ACEOF
15603 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15604 _ACEOF
15611 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15612 then
15613 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15614 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15615 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15616 echo $ECHO_N "(cached) $ECHO_C" >&6
15617 else
15618 ac_check_soname_save_LIBS=$LIBS
15619 LIBS="-lfontconfig $LIBS"
15620 cat >conftest.$ac_ext <<_ACEOF
15621 /* confdefs.h. */
15622 _ACEOF
15623 cat confdefs.h >>conftest.$ac_ext
15624 cat >>conftest.$ac_ext <<_ACEOF
15625 /* end confdefs.h. */
15627 /* Override any GCC internal prototype to avoid an error.
15628 Use char because int might match the return type of a GCC
15629 builtin and then its argument prototype would still apply. */
15630 #ifdef __cplusplus
15631 extern "C"
15632 #endif
15633 char FcInit ();
15635 main ()
15637 return FcInit ();
15639 return 0;
15641 _ACEOF
15642 rm -f conftest.$ac_objext conftest$ac_exeext
15643 if { (ac_try="$ac_link"
15644 case "(($ac_try" in
15645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15646 *) ac_try_echo=$ac_try;;
15647 esac
15648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15649 (eval "$ac_link") 2>conftest.er1
15650 ac_status=$?
15651 grep -v '^ *+' conftest.er1 >conftest.err
15652 rm -f conftest.er1
15653 cat conftest.err >&5
15654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655 (exit $ac_status); } && {
15656 test -z "$ac_c_werror_flag" ||
15657 test ! -s conftest.err
15658 } && test -s conftest$ac_exeext &&
15659 $as_test_x conftest$ac_exeext; then
15660 case "$LIBEXT" in
15661 dll) ;;
15662 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'` ;;
15663 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15664 esac
15665 else
15666 echo "$as_me: failed program was:" >&5
15667 sed 's/^/| /' conftest.$ac_ext >&5
15672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15673 conftest$ac_exeext conftest.$ac_ext
15674 LIBS=$ac_check_soname_save_LIBS
15676 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15677 { echo "$as_me:$LINENO: result: not found" >&5
15678 echo "${ECHO_T}not found" >&6; }
15680 else
15681 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15682 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15684 cat >>confdefs.h <<_ACEOF
15685 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15686 _ACEOF
15691 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15692 then
15693 ac_save_CPPFLAGS="$CPPFLAGS"
15694 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15695 $as_unset ac_cv_header_fontconfig_fontconfig_h
15697 for ac_header in fontconfig/fontconfig.h
15699 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15700 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15701 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15703 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15704 echo $ECHO_N "(cached) $ECHO_C" >&6
15706 ac_res=`eval echo '${'$as_ac_Header'}'`
15707 { echo "$as_me:$LINENO: result: $ac_res" >&5
15708 echo "${ECHO_T}$ac_res" >&6; }
15709 else
15710 # Is the header compilable?
15711 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15712 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15713 cat >conftest.$ac_ext <<_ACEOF
15714 /* confdefs.h. */
15715 _ACEOF
15716 cat confdefs.h >>conftest.$ac_ext
15717 cat >>conftest.$ac_ext <<_ACEOF
15718 /* end confdefs.h. */
15719 $ac_includes_default
15720 #include <$ac_header>
15721 _ACEOF
15722 rm -f conftest.$ac_objext
15723 if { (ac_try="$ac_compile"
15724 case "(($ac_try" in
15725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726 *) ac_try_echo=$ac_try;;
15727 esac
15728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15729 (eval "$ac_compile") 2>conftest.er1
15730 ac_status=$?
15731 grep -v '^ *+' conftest.er1 >conftest.err
15732 rm -f conftest.er1
15733 cat conftest.err >&5
15734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15735 (exit $ac_status); } && {
15736 test -z "$ac_c_werror_flag" ||
15737 test ! -s conftest.err
15738 } && test -s conftest.$ac_objext; then
15739 ac_header_compiler=yes
15740 else
15741 echo "$as_me: failed program was:" >&5
15742 sed 's/^/| /' conftest.$ac_ext >&5
15744 ac_header_compiler=no
15747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15748 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15749 echo "${ECHO_T}$ac_header_compiler" >&6; }
15751 # Is the header present?
15752 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15753 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15754 cat >conftest.$ac_ext <<_ACEOF
15755 /* confdefs.h. */
15756 _ACEOF
15757 cat confdefs.h >>conftest.$ac_ext
15758 cat >>conftest.$ac_ext <<_ACEOF
15759 /* end confdefs.h. */
15760 #include <$ac_header>
15761 _ACEOF
15762 if { (ac_try="$ac_cpp conftest.$ac_ext"
15763 case "(($ac_try" in
15764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15765 *) ac_try_echo=$ac_try;;
15766 esac
15767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15768 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15769 ac_status=$?
15770 grep -v '^ *+' conftest.er1 >conftest.err
15771 rm -f conftest.er1
15772 cat conftest.err >&5
15773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } >/dev/null && {
15775 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 }; then
15778 ac_header_preproc=yes
15779 else
15780 echo "$as_me: failed program was:" >&5
15781 sed 's/^/| /' conftest.$ac_ext >&5
15783 ac_header_preproc=no
15786 rm -f conftest.err conftest.$ac_ext
15787 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15788 echo "${ECHO_T}$ac_header_preproc" >&6; }
15790 # So? What about this header?
15791 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15792 yes:no: )
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15794 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15796 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15797 ac_header_preproc=yes
15799 no:yes:* )
15800 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15801 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15802 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15803 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15804 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15805 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15806 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15807 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15808 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15809 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15810 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15811 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15812 ( cat <<\_ASBOX
15813 ## ------------------------------------ ##
15814 ## Report this to wine-devel@winehq.org ##
15815 ## ------------------------------------ ##
15816 _ASBOX
15817 ) | sed "s/^/$as_me: WARNING: /" >&2
15819 esac
15820 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15821 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15824 else
15825 eval "$as_ac_Header=\$ac_header_preproc"
15827 ac_res=`eval echo '${'$as_ac_Header'}'`
15828 { echo "$as_me:$LINENO: result: $ac_res" >&5
15829 echo "${ECHO_T}$ac_res" >&6; }
15832 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15833 cat >>confdefs.h <<_ACEOF
15834 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15835 _ACEOF
15839 done
15841 CPPFLAGS="$ac_save_CPPFLAGS"
15842 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15843 then
15844 FONTCONFIGINCL="$X_CFLAGS"
15846 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15847 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15848 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15849 echo $ECHO_N "(cached) $ECHO_C" >&6
15850 else
15851 ac_check_soname_save_LIBS=$LIBS
15852 LIBS="-lfontconfig $X_LIBS $LIBS"
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h. */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h. */
15860 /* Override any GCC internal prototype to avoid an error.
15861 Use char because int might match the return type of a GCC
15862 builtin and then its argument prototype would still apply. */
15863 #ifdef __cplusplus
15864 extern "C"
15865 #endif
15866 char FcInit ();
15868 main ()
15870 return FcInit ();
15872 return 0;
15874 _ACEOF
15875 rm -f conftest.$ac_objext conftest$ac_exeext
15876 if { (ac_try="$ac_link"
15877 case "(($ac_try" in
15878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15879 *) ac_try_echo=$ac_try;;
15880 esac
15881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15882 (eval "$ac_link") 2>conftest.er1
15883 ac_status=$?
15884 grep -v '^ *+' conftest.er1 >conftest.err
15885 rm -f conftest.er1
15886 cat conftest.err >&5
15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15888 (exit $ac_status); } && {
15889 test -z "$ac_c_werror_flag" ||
15890 test ! -s conftest.err
15891 } && test -s conftest$ac_exeext &&
15892 $as_test_x conftest$ac_exeext; then
15893 case "$LIBEXT" in
15894 dll) ;;
15895 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'` ;;
15896 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15897 esac
15898 else
15899 echo "$as_me: failed program was:" >&5
15900 sed 's/^/| /' conftest.$ac_ext >&5
15905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15906 conftest$ac_exeext conftest.$ac_ext
15907 LIBS=$ac_check_soname_save_LIBS
15909 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15910 { echo "$as_me:$LINENO: result: not found" >&5
15911 echo "${ECHO_T}not found" >&6; }
15913 else
15914 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15915 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15917 cat >>confdefs.h <<_ACEOF
15918 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15919 _ACEOF
15926 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15927 case "x$with_fontconfig" in
15928 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15929 xno) ;;
15930 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15931 This is an error since --with-fontconfig was requested." >&5
15932 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15933 This is an error since --with-fontconfig was requested." >&2;}
15934 { (exit 1); exit 1; }; } ;;
15935 esac
15939 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15940 then
15941 { echo "$as_me:$LINENO: checking for -lssl" >&5
15942 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15943 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15944 echo $ECHO_N "(cached) $ECHO_C" >&6
15945 else
15946 ac_check_soname_save_LIBS=$LIBS
15947 LIBS="-lssl $LIBS"
15948 cat >conftest.$ac_ext <<_ACEOF
15949 /* confdefs.h. */
15950 _ACEOF
15951 cat confdefs.h >>conftest.$ac_ext
15952 cat >>conftest.$ac_ext <<_ACEOF
15953 /* end confdefs.h. */
15955 /* Override any GCC internal prototype to avoid an error.
15956 Use char because int might match the return type of a GCC
15957 builtin and then its argument prototype would still apply. */
15958 #ifdef __cplusplus
15959 extern "C"
15960 #endif
15961 char SSL_library_init ();
15963 main ()
15965 return SSL_library_init ();
15967 return 0;
15969 _ACEOF
15970 rm -f conftest.$ac_objext conftest$ac_exeext
15971 if { (ac_try="$ac_link"
15972 case "(($ac_try" in
15973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15974 *) ac_try_echo=$ac_try;;
15975 esac
15976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15977 (eval "$ac_link") 2>conftest.er1
15978 ac_status=$?
15979 grep -v '^ *+' conftest.er1 >conftest.err
15980 rm -f conftest.er1
15981 cat conftest.err >&5
15982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15983 (exit $ac_status); } && {
15984 test -z "$ac_c_werror_flag" ||
15985 test ! -s conftest.err
15986 } && test -s conftest$ac_exeext &&
15987 $as_test_x conftest$ac_exeext; then
15988 case "$LIBEXT" in
15989 dll) ;;
15990 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'` ;;
15991 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15992 esac
15993 else
15994 echo "$as_me: failed program was:" >&5
15995 sed 's/^/| /' conftest.$ac_ext >&5
16000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16001 conftest$ac_exeext conftest.$ac_ext
16002 LIBS=$ac_check_soname_save_LIBS
16004 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16005 { echo "$as_me:$LINENO: result: not found" >&5
16006 echo "${ECHO_T}not found" >&6; }
16008 else
16009 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16010 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16012 cat >>confdefs.h <<_ACEOF
16013 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16014 _ACEOF
16019 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16020 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16021 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16022 echo $ECHO_N "(cached) $ECHO_C" >&6
16023 else
16024 ac_check_soname_save_LIBS=$LIBS
16025 LIBS="-lcrypto $LIBS"
16026 cat >conftest.$ac_ext <<_ACEOF
16027 /* confdefs.h. */
16028 _ACEOF
16029 cat confdefs.h >>conftest.$ac_ext
16030 cat >>conftest.$ac_ext <<_ACEOF
16031 /* end confdefs.h. */
16033 /* Override any GCC internal prototype to avoid an error.
16034 Use char because int might match the return type of a GCC
16035 builtin and then its argument prototype would still apply. */
16036 #ifdef __cplusplus
16037 extern "C"
16038 #endif
16039 char BIO_new_socket ();
16041 main ()
16043 return BIO_new_socket ();
16045 return 0;
16047 _ACEOF
16048 rm -f conftest.$ac_objext conftest$ac_exeext
16049 if { (ac_try="$ac_link"
16050 case "(($ac_try" in
16051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16052 *) ac_try_echo=$ac_try;;
16053 esac
16054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16055 (eval "$ac_link") 2>conftest.er1
16056 ac_status=$?
16057 grep -v '^ *+' conftest.er1 >conftest.err
16058 rm -f conftest.er1
16059 cat conftest.err >&5
16060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16061 (exit $ac_status); } && {
16062 test -z "$ac_c_werror_flag" ||
16063 test ! -s conftest.err
16064 } && test -s conftest$ac_exeext &&
16065 $as_test_x conftest$ac_exeext; then
16066 case "$LIBEXT" in
16067 dll) ;;
16068 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'` ;;
16069 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16070 esac
16071 else
16072 echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.$ac_ext >&5
16078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16079 conftest$ac_exeext conftest.$ac_ext
16080 LIBS=$ac_check_soname_save_LIBS
16082 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16083 { echo "$as_me:$LINENO: result: not found" >&5
16084 echo "${ECHO_T}not found" >&6; }
16086 else
16087 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16088 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16090 cat >>confdefs.h <<_ACEOF
16091 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16092 _ACEOF
16098 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16099 case "x$with_openssl" in
16100 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16101 xno) ;;
16102 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16103 This is an error since --with-openssl was requested." >&5
16104 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16105 This is an error since --with-openssl was requested." >&2;}
16106 { (exit 1); exit 1; }; } ;;
16107 esac
16111 if test "$ac_cv_header_jpeglib_h" = "yes"
16112 then
16113 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16114 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16115 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16116 echo $ECHO_N "(cached) $ECHO_C" >&6
16117 else
16118 ac_check_soname_save_LIBS=$LIBS
16119 LIBS="-ljpeg $LIBS"
16120 cat >conftest.$ac_ext <<_ACEOF
16121 /* confdefs.h. */
16122 _ACEOF
16123 cat confdefs.h >>conftest.$ac_ext
16124 cat >>conftest.$ac_ext <<_ACEOF
16125 /* end confdefs.h. */
16127 /* Override any GCC internal prototype to avoid an error.
16128 Use char because int might match the return type of a GCC
16129 builtin and then its argument prototype would still apply. */
16130 #ifdef __cplusplus
16131 extern "C"
16132 #endif
16133 char jpeg_start_decompress ();
16135 main ()
16137 return jpeg_start_decompress ();
16139 return 0;
16141 _ACEOF
16142 rm -f conftest.$ac_objext conftest$ac_exeext
16143 if { (ac_try="$ac_link"
16144 case "(($ac_try" in
16145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16146 *) ac_try_echo=$ac_try;;
16147 esac
16148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16149 (eval "$ac_link") 2>conftest.er1
16150 ac_status=$?
16151 grep -v '^ *+' conftest.er1 >conftest.err
16152 rm -f conftest.er1
16153 cat conftest.err >&5
16154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); } && {
16156 test -z "$ac_c_werror_flag" ||
16157 test ! -s conftest.err
16158 } && test -s conftest$ac_exeext &&
16159 $as_test_x conftest$ac_exeext; then
16160 case "$LIBEXT" in
16161 dll) ;;
16162 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'` ;;
16163 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16164 esac
16165 else
16166 echo "$as_me: failed program was:" >&5
16167 sed 's/^/| /' conftest.$ac_ext >&5
16172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16173 conftest$ac_exeext conftest.$ac_ext
16174 LIBS=$ac_check_soname_save_LIBS
16176 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16177 { echo "$as_me:$LINENO: result: not found" >&5
16178 echo "${ECHO_T}not found" >&6; }
16180 else
16181 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16182 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16184 cat >>confdefs.h <<_ACEOF
16185 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16186 _ACEOF
16192 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16193 case "x$with_jpeg" in
16194 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16195 xno) ;;
16196 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16197 This is an error since --with-jpeg was requested." >&5
16198 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16199 This is an error since --with-jpeg was requested." >&2;}
16200 { (exit 1); exit 1; }; } ;;
16201 esac
16205 if test "$ac_cv_header_png_h" = "yes"
16206 then
16207 { echo "$as_me:$LINENO: checking for -lpng" >&5
16208 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16209 if test "${ac_cv_lib_soname_png+set}" = set; then
16210 echo $ECHO_N "(cached) $ECHO_C" >&6
16211 else
16212 ac_check_soname_save_LIBS=$LIBS
16213 LIBS="-lpng -lm $LIBS"
16214 cat >conftest.$ac_ext <<_ACEOF
16215 /* confdefs.h. */
16216 _ACEOF
16217 cat confdefs.h >>conftest.$ac_ext
16218 cat >>conftest.$ac_ext <<_ACEOF
16219 /* end confdefs.h. */
16221 /* Override any GCC internal prototype to avoid an error.
16222 Use char because int might match the return type of a GCC
16223 builtin and then its argument prototype would still apply. */
16224 #ifdef __cplusplus
16225 extern "C"
16226 #endif
16227 char png_create_read_struct ();
16229 main ()
16231 return png_create_read_struct ();
16233 return 0;
16235 _ACEOF
16236 rm -f conftest.$ac_objext conftest$ac_exeext
16237 if { (ac_try="$ac_link"
16238 case "(($ac_try" in
16239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16240 *) ac_try_echo=$ac_try;;
16241 esac
16242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16243 (eval "$ac_link") 2>conftest.er1
16244 ac_status=$?
16245 grep -v '^ *+' conftest.er1 >conftest.err
16246 rm -f conftest.er1
16247 cat conftest.err >&5
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); } && {
16250 test -z "$ac_c_werror_flag" ||
16251 test ! -s conftest.err
16252 } && test -s conftest$ac_exeext &&
16253 $as_test_x conftest$ac_exeext; then
16254 case "$LIBEXT" in
16255 dll) ;;
16256 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'` ;;
16257 *) 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'` ;;
16258 esac
16259 else
16260 echo "$as_me: failed program was:" >&5
16261 sed 's/^/| /' conftest.$ac_ext >&5
16266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16267 conftest$ac_exeext conftest.$ac_ext
16268 LIBS=$ac_check_soname_save_LIBS
16270 if test "x$ac_cv_lib_soname_png" = "x"; then
16271 { echo "$as_me:$LINENO: result: not found" >&5
16272 echo "${ECHO_T}not found" >&6; }
16274 else
16275 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16276 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16278 cat >>confdefs.h <<_ACEOF
16279 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16280 _ACEOF
16286 if test "x$ac_cv_lib_soname_png" = "x"; then
16287 case "x$with_png" in
16288 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16289 xno) ;;
16290 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16291 This is an error since --with-png was requested." >&5
16292 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16293 This is an error since --with-png was requested." >&2;}
16294 { (exit 1); exit 1; }; } ;;
16295 esac
16299 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16300 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16301 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16302 echo $ECHO_N "(cached) $ECHO_C" >&6
16303 else
16304 ac_check_soname_save_LIBS=$LIBS
16305 LIBS="-lodbc $LIBS"
16306 cat >conftest.$ac_ext <<_ACEOF
16307 /* confdefs.h. */
16308 _ACEOF
16309 cat confdefs.h >>conftest.$ac_ext
16310 cat >>conftest.$ac_ext <<_ACEOF
16311 /* end confdefs.h. */
16313 /* Override any GCC internal prototype to avoid an error.
16314 Use char because int might match the return type of a GCC
16315 builtin and then its argument prototype would still apply. */
16316 #ifdef __cplusplus
16317 extern "C"
16318 #endif
16319 char SQLConnect ();
16321 main ()
16323 return SQLConnect ();
16325 return 0;
16327 _ACEOF
16328 rm -f conftest.$ac_objext conftest$ac_exeext
16329 if { (ac_try="$ac_link"
16330 case "(($ac_try" in
16331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16332 *) ac_try_echo=$ac_try;;
16333 esac
16334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16335 (eval "$ac_link") 2>conftest.er1
16336 ac_status=$?
16337 grep -v '^ *+' conftest.er1 >conftest.err
16338 rm -f conftest.er1
16339 cat conftest.err >&5
16340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); } && {
16342 test -z "$ac_c_werror_flag" ||
16343 test ! -s conftest.err
16344 } && test -s conftest$ac_exeext &&
16345 $as_test_x conftest$ac_exeext; then
16346 case "$LIBEXT" in
16347 dll) ;;
16348 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'` ;;
16349 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16350 esac
16351 else
16352 echo "$as_me: failed program was:" >&5
16353 sed 's/^/| /' conftest.$ac_ext >&5
16358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16359 conftest$ac_exeext conftest.$ac_ext
16360 LIBS=$ac_check_soname_save_LIBS
16362 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16363 { echo "$as_me:$LINENO: result: not found" >&5
16364 echo "${ECHO_T}not found" >&6; }
16365 cat >>confdefs.h <<_ACEOF
16366 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16367 _ACEOF
16369 else
16370 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16371 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16373 cat >>confdefs.h <<_ACEOF
16374 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16375 _ACEOF
16381 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16382 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16383 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16384 "$ac_cv_header_soundcard_h" != "yes" -a \
16385 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16386 then
16387 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16391 EXTRACFLAGS=""
16393 if test "x${GCC}" = "xyes"
16394 then
16395 EXTRACFLAGS="-Wall -pipe"
16397 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16398 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16399 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16400 echo $ECHO_N "(cached) $ECHO_C" >&6
16401 else
16402 if test "$cross_compiling" = yes; then
16403 ac_cv_c_gcc_strength_bug="yes"
16404 else
16405 cat >conftest.$ac_ext <<_ACEOF
16406 /* confdefs.h. */
16407 _ACEOF
16408 cat confdefs.h >>conftest.$ac_ext
16409 cat >>conftest.$ac_ext <<_ACEOF
16410 /* end confdefs.h. */
16411 int L[4] = {0,1,2,3};
16413 main ()
16415 static int Array[3];
16416 unsigned int B = 3;
16417 int i;
16418 for(i=0; i<B; i++) Array[i] = i - 3;
16419 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16420 L[i] = 4;
16421 exit( Array[1] != -2 || L[2] != 3)
16423 return 0;
16425 _ACEOF
16426 rm -f conftest$ac_exeext
16427 if { (ac_try="$ac_link"
16428 case "(($ac_try" in
16429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16430 *) ac_try_echo=$ac_try;;
16431 esac
16432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16433 (eval "$ac_link") 2>&5
16434 ac_status=$?
16435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16436 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16437 { (case "(($ac_try" in
16438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16439 *) ac_try_echo=$ac_try;;
16440 esac
16441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16442 (eval "$ac_try") 2>&5
16443 ac_status=$?
16444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16445 (exit $ac_status); }; }; then
16446 ac_cv_c_gcc_strength_bug="no"
16447 else
16448 echo "$as_me: program exited with status $ac_status" >&5
16449 echo "$as_me: failed program was:" >&5
16450 sed 's/^/| /' conftest.$ac_ext >&5
16452 ( exit $ac_status )
16453 ac_cv_c_gcc_strength_bug="yes"
16455 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16460 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16461 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16462 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16463 then
16464 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16468 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16469 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16470 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16471 echo $ECHO_N "(cached) $ECHO_C" >&6
16472 else
16473 ac_wine_try_cflags_saved=$CFLAGS
16474 CFLAGS="$CFLAGS -fshort-wchar"
16475 cat >conftest.$ac_ext <<_ACEOF
16476 /* confdefs.h. */
16477 _ACEOF
16478 cat confdefs.h >>conftest.$ac_ext
16479 cat >>conftest.$ac_ext <<_ACEOF
16480 /* end confdefs.h. */
16483 main ()
16487 return 0;
16489 _ACEOF
16490 rm -f conftest.$ac_objext conftest$ac_exeext
16491 if { (ac_try="$ac_link"
16492 case "(($ac_try" in
16493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16494 *) ac_try_echo=$ac_try;;
16495 esac
16496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16497 (eval "$ac_link") 2>conftest.er1
16498 ac_status=$?
16499 grep -v '^ *+' conftest.er1 >conftest.err
16500 rm -f conftest.er1
16501 cat conftest.err >&5
16502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16503 (exit $ac_status); } && {
16504 test -z "$ac_c_werror_flag" ||
16505 test ! -s conftest.err
16506 } && test -s conftest$ac_exeext &&
16507 $as_test_x conftest$ac_exeext; then
16508 ac_cv_cflags__fshort_wchar=yes
16509 else
16510 echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16513 ac_cv_cflags__fshort_wchar=no
16516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16517 conftest$ac_exeext conftest.$ac_ext
16518 CFLAGS=$ac_wine_try_cflags_saved
16520 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16521 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16522 if test $ac_cv_cflags__fshort_wchar = yes; then
16524 cat >>confdefs.h <<\_ACEOF
16525 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16526 _ACEOF
16530 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16531 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16532 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16533 echo $ECHO_N "(cached) $ECHO_C" >&6
16534 else
16535 ac_wine_try_cflags_saved=$CFLAGS
16536 CFLAGS="$CFLAGS -fno-builtin"
16537 cat >conftest.$ac_ext <<_ACEOF
16538 /* confdefs.h. */
16539 _ACEOF
16540 cat confdefs.h >>conftest.$ac_ext
16541 cat >>conftest.$ac_ext <<_ACEOF
16542 /* end confdefs.h. */
16545 main ()
16549 return 0;
16551 _ACEOF
16552 rm -f conftest.$ac_objext conftest$ac_exeext
16553 if { (ac_try="$ac_link"
16554 case "(($ac_try" in
16555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16556 *) ac_try_echo=$ac_try;;
16557 esac
16558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16559 (eval "$ac_link") 2>conftest.er1
16560 ac_status=$?
16561 grep -v '^ *+' conftest.er1 >conftest.err
16562 rm -f conftest.er1
16563 cat conftest.err >&5
16564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16565 (exit $ac_status); } && {
16566 test -z "$ac_c_werror_flag" ||
16567 test ! -s conftest.err
16568 } && test -s conftest$ac_exeext &&
16569 $as_test_x conftest$ac_exeext; then
16570 ac_cv_cflags__fno_builtin=yes
16571 else
16572 echo "$as_me: failed program was:" >&5
16573 sed 's/^/| /' conftest.$ac_ext >&5
16575 ac_cv_cflags__fno_builtin=no
16578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16579 conftest$ac_exeext conftest.$ac_ext
16580 CFLAGS=$ac_wine_try_cflags_saved
16582 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16583 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16584 if test $ac_cv_cflags__fno_builtin = yes; then
16585 BUILTINFLAG="-fno-builtin"
16589 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16590 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16591 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16592 echo $ECHO_N "(cached) $ECHO_C" >&6
16593 else
16594 ac_wine_try_cflags_saved=$CFLAGS
16595 CFLAGS="$CFLAGS -fno-strict-aliasing"
16596 cat >conftest.$ac_ext <<_ACEOF
16597 /* confdefs.h. */
16598 _ACEOF
16599 cat confdefs.h >>conftest.$ac_ext
16600 cat >>conftest.$ac_ext <<_ACEOF
16601 /* end confdefs.h. */
16604 main ()
16608 return 0;
16610 _ACEOF
16611 rm -f conftest.$ac_objext conftest$ac_exeext
16612 if { (ac_try="$ac_link"
16613 case "(($ac_try" in
16614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16615 *) ac_try_echo=$ac_try;;
16616 esac
16617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16618 (eval "$ac_link") 2>conftest.er1
16619 ac_status=$?
16620 grep -v '^ *+' conftest.er1 >conftest.err
16621 rm -f conftest.er1
16622 cat conftest.err >&5
16623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16624 (exit $ac_status); } && {
16625 test -z "$ac_c_werror_flag" ||
16626 test ! -s conftest.err
16627 } && test -s conftest$ac_exeext &&
16628 $as_test_x conftest$ac_exeext; then
16629 ac_cv_cflags__fno_strict_aliasing=yes
16630 else
16631 echo "$as_me: failed program was:" >&5
16632 sed 's/^/| /' conftest.$ac_ext >&5
16634 ac_cv_cflags__fno_strict_aliasing=no
16637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16638 conftest$ac_exeext conftest.$ac_ext
16639 CFLAGS=$ac_wine_try_cflags_saved
16641 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16642 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16643 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16644 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16647 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16648 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16649 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16650 echo $ECHO_N "(cached) $ECHO_C" >&6
16651 else
16652 ac_wine_try_cflags_saved=$CFLAGS
16653 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16654 cat >conftest.$ac_ext <<_ACEOF
16655 /* confdefs.h. */
16656 _ACEOF
16657 cat confdefs.h >>conftest.$ac_ext
16658 cat >>conftest.$ac_ext <<_ACEOF
16659 /* end confdefs.h. */
16662 main ()
16666 return 0;
16668 _ACEOF
16669 rm -f conftest.$ac_objext conftest$ac_exeext
16670 if { (ac_try="$ac_link"
16671 case "(($ac_try" in
16672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16673 *) ac_try_echo=$ac_try;;
16674 esac
16675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16676 (eval "$ac_link") 2>conftest.er1
16677 ac_status=$?
16678 grep -v '^ *+' conftest.er1 >conftest.err
16679 rm -f conftest.er1
16680 cat conftest.err >&5
16681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16682 (exit $ac_status); } && {
16683 test -z "$ac_c_werror_flag" ||
16684 test ! -s conftest.err
16685 } && test -s conftest$ac_exeext &&
16686 $as_test_x conftest$ac_exeext; then
16687 ac_cv_cflags__Wdeclaration_after_statement=yes
16688 else
16689 echo "$as_me: failed program was:" >&5
16690 sed 's/^/| /' conftest.$ac_ext >&5
16692 ac_cv_cflags__Wdeclaration_after_statement=no
16695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16696 conftest$ac_exeext conftest.$ac_ext
16697 CFLAGS=$ac_wine_try_cflags_saved
16699 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16700 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16701 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16702 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16705 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16706 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16707 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16708 echo $ECHO_N "(cached) $ECHO_C" >&6
16709 else
16710 ac_wine_try_cflags_saved=$CFLAGS
16711 CFLAGS="$CFLAGS -Wwrite-strings"
16712 cat >conftest.$ac_ext <<_ACEOF
16713 /* confdefs.h. */
16714 _ACEOF
16715 cat confdefs.h >>conftest.$ac_ext
16716 cat >>conftest.$ac_ext <<_ACEOF
16717 /* end confdefs.h. */
16720 main ()
16724 return 0;
16726 _ACEOF
16727 rm -f conftest.$ac_objext conftest$ac_exeext
16728 if { (ac_try="$ac_link"
16729 case "(($ac_try" in
16730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16731 *) ac_try_echo=$ac_try;;
16732 esac
16733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16734 (eval "$ac_link") 2>conftest.er1
16735 ac_status=$?
16736 grep -v '^ *+' conftest.er1 >conftest.err
16737 rm -f conftest.er1
16738 cat conftest.err >&5
16739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16740 (exit $ac_status); } && {
16741 test -z "$ac_c_werror_flag" ||
16742 test ! -s conftest.err
16743 } && test -s conftest$ac_exeext &&
16744 $as_test_x conftest$ac_exeext; then
16745 ac_cv_cflags__Wwrite_strings=yes
16746 else
16747 echo "$as_me: failed program was:" >&5
16748 sed 's/^/| /' conftest.$ac_ext >&5
16750 ac_cv_cflags__Wwrite_strings=no
16753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16754 conftest$ac_exeext conftest.$ac_ext
16755 CFLAGS=$ac_wine_try_cflags_saved
16757 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16758 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16759 if test $ac_cv_cflags__Wwrite_strings = yes; then
16760 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16763 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16764 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16765 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16766 echo $ECHO_N "(cached) $ECHO_C" >&6
16767 else
16768 ac_wine_try_cflags_saved=$CFLAGS
16769 CFLAGS="$CFLAGS -Wtype-limits"
16770 cat >conftest.$ac_ext <<_ACEOF
16771 /* confdefs.h. */
16772 _ACEOF
16773 cat confdefs.h >>conftest.$ac_ext
16774 cat >>conftest.$ac_ext <<_ACEOF
16775 /* end confdefs.h. */
16778 main ()
16782 return 0;
16784 _ACEOF
16785 rm -f conftest.$ac_objext conftest$ac_exeext
16786 if { (ac_try="$ac_link"
16787 case "(($ac_try" in
16788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16789 *) ac_try_echo=$ac_try;;
16790 esac
16791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16792 (eval "$ac_link") 2>conftest.er1
16793 ac_status=$?
16794 grep -v '^ *+' conftest.er1 >conftest.err
16795 rm -f conftest.er1
16796 cat conftest.err >&5
16797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798 (exit $ac_status); } && {
16799 test -z "$ac_c_werror_flag" ||
16800 test ! -s conftest.err
16801 } && test -s conftest$ac_exeext &&
16802 $as_test_x conftest$ac_exeext; then
16803 ac_cv_cflags__Wtype_limits=yes
16804 else
16805 echo "$as_me: failed program was:" >&5
16806 sed 's/^/| /' conftest.$ac_ext >&5
16808 ac_cv_cflags__Wtype_limits=no
16811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16812 conftest$ac_exeext conftest.$ac_ext
16813 CFLAGS=$ac_wine_try_cflags_saved
16815 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16816 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16817 if test $ac_cv_cflags__Wtype_limits = yes; then
16818 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16822 saved_CFLAGS="$CFLAGS"
16823 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16824 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16825 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16826 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16827 echo $ECHO_N "(cached) $ECHO_C" >&6
16828 else
16829 cat >conftest.$ac_ext <<_ACEOF
16830 /* confdefs.h. */
16831 _ACEOF
16832 cat confdefs.h >>conftest.$ac_ext
16833 cat >>conftest.$ac_ext <<_ACEOF
16834 /* end confdefs.h. */
16835 #include <string.h>
16837 main ()
16841 return 0;
16843 _ACEOF
16844 rm -f conftest.$ac_objext
16845 if { (ac_try="$ac_compile"
16846 case "(($ac_try" in
16847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16848 *) ac_try_echo=$ac_try;;
16849 esac
16850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16851 (eval "$ac_compile") 2>conftest.er1
16852 ac_status=$?
16853 grep -v '^ *+' conftest.er1 >conftest.err
16854 rm -f conftest.er1
16855 cat conftest.err >&5
16856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16857 (exit $ac_status); } && {
16858 test -z "$ac_c_werror_flag" ||
16859 test ! -s conftest.err
16860 } && test -s conftest.$ac_objext; then
16861 ac_cv_c_string_h_warnings=no
16862 else
16863 echo "$as_me: failed program was:" >&5
16864 sed 's/^/| /' conftest.$ac_ext >&5
16866 ac_cv_c_string_h_warnings=yes
16869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16871 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16872 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16873 CFLAGS="$saved_CFLAGS"
16874 if test "$ac_cv_c_string_h_warnings" = "no"
16875 then
16876 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16881 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16882 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16883 if test "${ac_cv_asm_func_def+set}" = set; then
16884 echo $ECHO_N "(cached) $ECHO_C" >&6
16885 else
16886 cat >conftest.$ac_ext <<_ACEOF
16887 /* confdefs.h. */
16888 _ACEOF
16889 cat confdefs.h >>conftest.$ac_ext
16890 cat >>conftest.$ac_ext <<_ACEOF
16891 /* end confdefs.h. */
16894 main ()
16896 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16898 return 0;
16900 _ACEOF
16901 rm -f conftest.$ac_objext conftest$ac_exeext
16902 if { (ac_try="$ac_link"
16903 case "(($ac_try" in
16904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16905 *) ac_try_echo=$ac_try;;
16906 esac
16907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16908 (eval "$ac_link") 2>conftest.er1
16909 ac_status=$?
16910 grep -v '^ *+' conftest.er1 >conftest.err
16911 rm -f conftest.er1
16912 cat conftest.err >&5
16913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); } && {
16915 test -z "$ac_c_werror_flag" ||
16916 test ! -s conftest.err
16917 } && test -s conftest$ac_exeext &&
16918 $as_test_x conftest$ac_exeext; then
16919 ac_cv_asm_func_def=".def"
16920 else
16921 echo "$as_me: failed program was:" >&5
16922 sed 's/^/| /' conftest.$ac_ext >&5
16924 cat >conftest.$ac_ext <<_ACEOF
16925 /* confdefs.h. */
16926 _ACEOF
16927 cat confdefs.h >>conftest.$ac_ext
16928 cat >>conftest.$ac_ext <<_ACEOF
16929 /* end confdefs.h. */
16932 main ()
16934 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16936 return 0;
16938 _ACEOF
16939 rm -f conftest.$ac_objext conftest$ac_exeext
16940 if { (ac_try="$ac_link"
16941 case "(($ac_try" in
16942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16943 *) ac_try_echo=$ac_try;;
16944 esac
16945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16946 (eval "$ac_link") 2>conftest.er1
16947 ac_status=$?
16948 grep -v '^ *+' conftest.er1 >conftest.err
16949 rm -f conftest.er1
16950 cat conftest.err >&5
16951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16952 (exit $ac_status); } && {
16953 test -z "$ac_c_werror_flag" ||
16954 test ! -s conftest.err
16955 } && test -s conftest$ac_exeext &&
16956 $as_test_x conftest$ac_exeext; then
16957 ac_cv_asm_func_def=".type @function"
16958 else
16959 echo "$as_me: failed program was:" >&5
16960 sed 's/^/| /' conftest.$ac_ext >&5
16962 cat >conftest.$ac_ext <<_ACEOF
16963 /* confdefs.h. */
16964 _ACEOF
16965 cat confdefs.h >>conftest.$ac_ext
16966 cat >>conftest.$ac_ext <<_ACEOF
16967 /* end confdefs.h. */
16970 main ()
16972 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16974 return 0;
16976 _ACEOF
16977 rm -f conftest.$ac_objext conftest$ac_exeext
16978 if { (ac_try="$ac_link"
16979 case "(($ac_try" in
16980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16981 *) ac_try_echo=$ac_try;;
16982 esac
16983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16984 (eval "$ac_link") 2>conftest.er1
16985 ac_status=$?
16986 grep -v '^ *+' conftest.er1 >conftest.err
16987 rm -f conftest.er1
16988 cat conftest.err >&5
16989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16990 (exit $ac_status); } && {
16991 test -z "$ac_c_werror_flag" ||
16992 test ! -s conftest.err
16993 } && test -s conftest$ac_exeext &&
16994 $as_test_x conftest$ac_exeext; then
16995 ac_cv_asm_func_def=".type 2"
16996 else
16997 echo "$as_me: failed program was:" >&5
16998 sed 's/^/| /' conftest.$ac_ext >&5
17000 ac_cv_asm_func_def="unknown"
17003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17004 conftest$ac_exeext conftest.$ac_ext
17007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17008 conftest$ac_exeext conftest.$ac_ext
17011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17012 conftest$ac_exeext conftest.$ac_ext
17014 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17015 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17019 case "$ac_cv_asm_func_def" in
17020 ".def")
17021 cat >>confdefs.h <<\_ACEOF
17022 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17023 _ACEOF
17025 ".type @function")
17026 cat >>confdefs.h <<\_ACEOF
17027 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17028 _ACEOF
17030 ".type 2")
17031 cat >>confdefs.h <<\_ACEOF
17032 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17033 _ACEOF
17036 cat >>confdefs.h <<\_ACEOF
17037 #define __ASM_FUNC(name) ""
17038 _ACEOF
17040 esac
17043 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17044 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17045 if test "${ac_cv_c_extern_prefix+set}" = set; then
17046 echo $ECHO_N "(cached) $ECHO_C" >&6
17047 else
17048 cat >conftest.$ac_ext <<_ACEOF
17049 /* confdefs.h. */
17050 _ACEOF
17051 cat confdefs.h >>conftest.$ac_ext
17052 cat >>conftest.$ac_ext <<_ACEOF
17053 /* end confdefs.h. */
17054 extern int ac_test;
17056 main ()
17058 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17060 return 0;
17062 _ACEOF
17063 rm -f conftest.$ac_objext conftest$ac_exeext
17064 if { (ac_try="$ac_link"
17065 case "(($ac_try" in
17066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17067 *) ac_try_echo=$ac_try;;
17068 esac
17069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17070 (eval "$ac_link") 2>conftest.er1
17071 ac_status=$?
17072 grep -v '^ *+' conftest.er1 >conftest.err
17073 rm -f conftest.er1
17074 cat conftest.err >&5
17075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17076 (exit $ac_status); } && {
17077 test -z "$ac_c_werror_flag" ||
17078 test ! -s conftest.err
17079 } && test -s conftest$ac_exeext &&
17080 $as_test_x conftest$ac_exeext; then
17081 ac_cv_c_extern_prefix="yes"
17082 else
17083 echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.$ac_ext >&5
17086 ac_cv_c_extern_prefix="no"
17089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17090 conftest$ac_exeext conftest.$ac_ext
17092 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17093 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17097 if test "$ac_cv_c_extern_prefix" = "yes"
17098 then
17099 cat >>confdefs.h <<\_ACEOF
17100 #define __ASM_NAME(name) "_" name
17101 _ACEOF
17103 else
17104 cat >>confdefs.h <<\_ACEOF
17105 #define __ASM_NAME(name) name
17106 _ACEOF
17111 LDPATH=""
17113 case $build_os in
17114 cygwin*|mingw32*)
17115 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17117 darwin*|macosx*)
17119 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17120 then
17121 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17125 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17127 esac
17129 case $host_os in
17130 mingw32*)
17131 CRTLIBS="-lmsvcrt"
17133 SOCKETLIBS="-lws2_32"
17136 esac
17138 MAIN_BINARY="wine-pthread"
17139 case $host_cpu in
17140 *i[3456789]86*)
17141 case $host_os in
17142 linux* | k*bsd*-gnu)
17143 MAIN_BINARY="wine-glibc"
17145 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17147 freebsd*)
17148 MAIN_BINARY="wine-freebsd"
17150 EXTRA_BINARIES="wine-pthread"
17152 esac
17154 esac
17228 for ac_func in \
17229 _mkdir \
17230 _pclose \
17231 _popen \
17232 _snprintf \
17233 _spawnvp \
17234 _strdup \
17235 _stricmp \
17236 _strnicmp \
17237 _strtoi64 \
17238 _strtoui64 \
17239 _vsnprintf \
17240 asctime_r \
17241 chsize \
17242 clone \
17243 dlopen \
17244 epoll_create \
17245 ffs \
17246 finite \
17247 fork \
17248 fpclass \
17249 fstatfs \
17250 fstatvfs \
17251 ftruncate \
17252 futimes \
17253 futimesat \
17254 getdirentries \
17255 getopt_long \
17256 getpagesize \
17257 getpwuid \
17258 gettid \
17259 gettimeofday \
17260 getuid \
17261 inet_pton \
17262 kqueue \
17263 lstat \
17264 memmove \
17265 mmap \
17266 pclose \
17267 poll \
17268 popen \
17269 prctl \
17270 pread \
17271 pwrite \
17272 readdir \
17273 readlink \
17274 rfork \
17275 sched_yield \
17276 select \
17277 setproctitle \
17278 setrlimit \
17279 settimeofday \
17280 sigaltstack \
17281 sigprocmask \
17282 snprintf \
17283 spawnvp \
17284 statfs \
17285 statvfs \
17286 strcasecmp \
17287 strdup \
17288 strerror \
17289 strncasecmp \
17290 strtold \
17291 strtoll \
17292 strtoull \
17293 tcgetattr \
17294 thr_kill2 \
17295 timegm \
17296 usleep \
17297 vsnprintf \
17298 wait4 \
17299 waitpid \
17302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17306 echo $ECHO_N "(cached) $ECHO_C" >&6
17307 else
17308 cat >conftest.$ac_ext <<_ACEOF
17309 /* confdefs.h. */
17310 _ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17316 #define $ac_func innocuous_$ac_func
17318 /* System header to define __stub macros and hopefully few prototypes,
17319 which can conflict with char $ac_func (); below.
17320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17321 <limits.h> exists even on freestanding compilers. */
17323 #ifdef __STDC__
17324 # include <limits.h>
17325 #else
17326 # include <assert.h>
17327 #endif
17329 #undef $ac_func
17331 /* Override any GCC internal prototype to avoid an error.
17332 Use char because int might match the return type of a GCC
17333 builtin and then its argument prototype would still apply. */
17334 #ifdef __cplusplus
17335 extern "C"
17336 #endif
17337 char $ac_func ();
17338 /* The GNU C library defines this for functions which it implements
17339 to always fail with ENOSYS. Some functions are actually named
17340 something starting with __ and the normal name is an alias. */
17341 #if defined __stub_$ac_func || defined __stub___$ac_func
17342 choke me
17343 #endif
17346 main ()
17348 return $ac_func ();
17350 return 0;
17352 _ACEOF
17353 rm -f conftest.$ac_objext conftest$ac_exeext
17354 if { (ac_try="$ac_link"
17355 case "(($ac_try" in
17356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17357 *) ac_try_echo=$ac_try;;
17358 esac
17359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17360 (eval "$ac_link") 2>conftest.er1
17361 ac_status=$?
17362 grep -v '^ *+' conftest.er1 >conftest.err
17363 rm -f conftest.er1
17364 cat conftest.err >&5
17365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17366 (exit $ac_status); } && {
17367 test -z "$ac_c_werror_flag" ||
17368 test ! -s conftest.err
17369 } && test -s conftest$ac_exeext &&
17370 $as_test_x conftest$ac_exeext; then
17371 eval "$as_ac_var=yes"
17372 else
17373 echo "$as_me: failed program was:" >&5
17374 sed 's/^/| /' conftest.$ac_ext >&5
17376 eval "$as_ac_var=no"
17379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17380 conftest$ac_exeext conftest.$ac_ext
17382 ac_res=`eval echo '${'$as_ac_var'}'`
17383 { echo "$as_me:$LINENO: result: $ac_res" >&5
17384 echo "${ECHO_T}$ac_res" >&6; }
17385 if test `eval echo '${'$as_ac_var'}'` = yes; then
17386 cat >>confdefs.h <<_ACEOF
17387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17388 _ACEOF
17391 done
17394 if test "$ac_cv_func_dlopen" = no
17395 then
17396 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17397 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17398 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17399 echo $ECHO_N "(cached) $ECHO_C" >&6
17400 else
17401 ac_check_lib_save_LIBS=$LIBS
17402 LIBS="-ldl $LIBS"
17403 cat >conftest.$ac_ext <<_ACEOF
17404 /* confdefs.h. */
17405 _ACEOF
17406 cat confdefs.h >>conftest.$ac_ext
17407 cat >>conftest.$ac_ext <<_ACEOF
17408 /* end confdefs.h. */
17410 /* Override any GCC internal prototype to avoid an error.
17411 Use char because int might match the return type of a GCC
17412 builtin and then its argument prototype would still apply. */
17413 #ifdef __cplusplus
17414 extern "C"
17415 #endif
17416 char dlopen ();
17418 main ()
17420 return dlopen ();
17422 return 0;
17424 _ACEOF
17425 rm -f conftest.$ac_objext conftest$ac_exeext
17426 if { (ac_try="$ac_link"
17427 case "(($ac_try" in
17428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17429 *) ac_try_echo=$ac_try;;
17430 esac
17431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17432 (eval "$ac_link") 2>conftest.er1
17433 ac_status=$?
17434 grep -v '^ *+' conftest.er1 >conftest.err
17435 rm -f conftest.er1
17436 cat conftest.err >&5
17437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); } && {
17439 test -z "$ac_c_werror_flag" ||
17440 test ! -s conftest.err
17441 } && test -s conftest$ac_exeext &&
17442 $as_test_x conftest$ac_exeext; then
17443 ac_cv_lib_dl_dlopen=yes
17444 else
17445 echo "$as_me: failed program was:" >&5
17446 sed 's/^/| /' conftest.$ac_ext >&5
17448 ac_cv_lib_dl_dlopen=no
17451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17452 conftest$ac_exeext conftest.$ac_ext
17453 LIBS=$ac_check_lib_save_LIBS
17455 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17456 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17457 if test $ac_cv_lib_dl_dlopen = yes; then
17458 cat >>confdefs.h <<\_ACEOF
17459 #define HAVE_DLOPEN 1
17460 _ACEOF
17461 LIBDL="-ldl"
17466 ac_wine_check_funcs_save_LIBS="$LIBS"
17467 LIBS="$LIBS $LIBDL"
17469 for ac_func in dladdr
17471 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17472 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17473 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17474 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17475 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 else
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17483 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17484 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17485 #define $ac_func innocuous_$ac_func
17487 /* System header to define __stub macros and hopefully few prototypes,
17488 which can conflict with char $ac_func (); below.
17489 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17490 <limits.h> exists even on freestanding compilers. */
17492 #ifdef __STDC__
17493 # include <limits.h>
17494 #else
17495 # include <assert.h>
17496 #endif
17498 #undef $ac_func
17500 /* Override any GCC internal prototype to avoid an error.
17501 Use char because int might match the return type of a GCC
17502 builtin and then its argument prototype would still apply. */
17503 #ifdef __cplusplus
17504 extern "C"
17505 #endif
17506 char $ac_func ();
17507 /* The GNU C library defines this for functions which it implements
17508 to always fail with ENOSYS. Some functions are actually named
17509 something starting with __ and the normal name is an alias. */
17510 #if defined __stub_$ac_func || defined __stub___$ac_func
17511 choke me
17512 #endif
17515 main ()
17517 return $ac_func ();
17519 return 0;
17521 _ACEOF
17522 rm -f conftest.$ac_objext conftest$ac_exeext
17523 if { (ac_try="$ac_link"
17524 case "(($ac_try" in
17525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17526 *) ac_try_echo=$ac_try;;
17527 esac
17528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17529 (eval "$ac_link") 2>conftest.er1
17530 ac_status=$?
17531 grep -v '^ *+' conftest.er1 >conftest.err
17532 rm -f conftest.er1
17533 cat conftest.err >&5
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); } && {
17536 test -z "$ac_c_werror_flag" ||
17537 test ! -s conftest.err
17538 } && test -s conftest$ac_exeext &&
17539 $as_test_x conftest$ac_exeext; then
17540 eval "$as_ac_var=yes"
17541 else
17542 echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17545 eval "$as_ac_var=no"
17548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17549 conftest$ac_exeext conftest.$ac_ext
17551 ac_res=`eval echo '${'$as_ac_var'}'`
17552 { echo "$as_me:$LINENO: result: $ac_res" >&5
17553 echo "${ECHO_T}$ac_res" >&6; }
17554 if test `eval echo '${'$as_ac_var'}'` = yes; then
17555 cat >>confdefs.h <<_ACEOF
17556 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17557 _ACEOF
17560 done
17562 LIBS="$ac_wine_check_funcs_save_LIBS"
17564 if test "$ac_cv_func_poll" = no
17565 then
17566 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17567 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17568 if test "${ac_cv_lib_poll_poll+set}" = set; then
17569 echo $ECHO_N "(cached) $ECHO_C" >&6
17570 else
17571 ac_check_lib_save_LIBS=$LIBS
17572 LIBS="-lpoll $LIBS"
17573 cat >conftest.$ac_ext <<_ACEOF
17574 /* confdefs.h. */
17575 _ACEOF
17576 cat confdefs.h >>conftest.$ac_ext
17577 cat >>conftest.$ac_ext <<_ACEOF
17578 /* end confdefs.h. */
17580 /* Override any GCC internal prototype to avoid an error.
17581 Use char because int might match the return type of a GCC
17582 builtin and then its argument prototype would still apply. */
17583 #ifdef __cplusplus
17584 extern "C"
17585 #endif
17586 char poll ();
17588 main ()
17590 return poll ();
17592 return 0;
17594 _ACEOF
17595 rm -f conftest.$ac_objext conftest$ac_exeext
17596 if { (ac_try="$ac_link"
17597 case "(($ac_try" in
17598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17599 *) ac_try_echo=$ac_try;;
17600 esac
17601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17602 (eval "$ac_link") 2>conftest.er1
17603 ac_status=$?
17604 grep -v '^ *+' conftest.er1 >conftest.err
17605 rm -f conftest.er1
17606 cat conftest.err >&5
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); } && {
17609 test -z "$ac_c_werror_flag" ||
17610 test ! -s conftest.err
17611 } && test -s conftest$ac_exeext &&
17612 $as_test_x conftest$ac_exeext; then
17613 ac_cv_lib_poll_poll=yes
17614 else
17615 echo "$as_me: failed program was:" >&5
17616 sed 's/^/| /' conftest.$ac_ext >&5
17618 ac_cv_lib_poll_poll=no
17621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17622 conftest$ac_exeext conftest.$ac_ext
17623 LIBS=$ac_check_lib_save_LIBS
17625 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17626 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17627 if test $ac_cv_lib_poll_poll = yes; then
17628 cat >>confdefs.h <<\_ACEOF
17629 #define HAVE_POLL 1
17630 _ACEOF
17631 LIBPOLL="-lpoll"
17637 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17638 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17639 if test "${ac_cv_search_gethostbyname+set}" = set; then
17640 echo $ECHO_N "(cached) $ECHO_C" >&6
17641 else
17642 ac_func_search_save_LIBS=$LIBS
17643 cat >conftest.$ac_ext <<_ACEOF
17644 /* confdefs.h. */
17645 _ACEOF
17646 cat confdefs.h >>conftest.$ac_ext
17647 cat >>conftest.$ac_ext <<_ACEOF
17648 /* end confdefs.h. */
17650 /* Override any GCC internal prototype to avoid an error.
17651 Use char because int might match the return type of a GCC
17652 builtin and then its argument prototype would still apply. */
17653 #ifdef __cplusplus
17654 extern "C"
17655 #endif
17656 char gethostbyname ();
17658 main ()
17660 return gethostbyname ();
17662 return 0;
17664 _ACEOF
17665 for ac_lib in '' nsl; do
17666 if test -z "$ac_lib"; then
17667 ac_res="none required"
17668 else
17669 ac_res=-l$ac_lib
17670 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17672 rm -f conftest.$ac_objext conftest$ac_exeext
17673 if { (ac_try="$ac_link"
17674 case "(($ac_try" in
17675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17676 *) ac_try_echo=$ac_try;;
17677 esac
17678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17679 (eval "$ac_link") 2>conftest.er1
17680 ac_status=$?
17681 grep -v '^ *+' conftest.er1 >conftest.err
17682 rm -f conftest.er1
17683 cat conftest.err >&5
17684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17685 (exit $ac_status); } && {
17686 test -z "$ac_c_werror_flag" ||
17687 test ! -s conftest.err
17688 } && test -s conftest$ac_exeext &&
17689 $as_test_x conftest$ac_exeext; then
17690 ac_cv_search_gethostbyname=$ac_res
17691 else
17692 echo "$as_me: failed program was:" >&5
17693 sed 's/^/| /' conftest.$ac_ext >&5
17698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17699 conftest$ac_exeext
17700 if test "${ac_cv_search_gethostbyname+set}" = set; then
17701 break
17703 done
17704 if test "${ac_cv_search_gethostbyname+set}" = set; then
17706 else
17707 ac_cv_search_gethostbyname=no
17709 rm conftest.$ac_ext
17710 LIBS=$ac_func_search_save_LIBS
17712 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17713 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17714 ac_res=$ac_cv_search_gethostbyname
17715 if test "$ac_res" != no; then
17716 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17721 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17722 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17723 if test "${ac_cv_search_connect+set}" = set; then
17724 echo $ECHO_N "(cached) $ECHO_C" >&6
17725 else
17726 ac_func_search_save_LIBS=$LIBS
17727 cat >conftest.$ac_ext <<_ACEOF
17728 /* confdefs.h. */
17729 _ACEOF
17730 cat confdefs.h >>conftest.$ac_ext
17731 cat >>conftest.$ac_ext <<_ACEOF
17732 /* end confdefs.h. */
17734 /* Override any GCC internal prototype to avoid an error.
17735 Use char because int might match the return type of a GCC
17736 builtin and then its argument prototype would still apply. */
17737 #ifdef __cplusplus
17738 extern "C"
17739 #endif
17740 char connect ();
17742 main ()
17744 return connect ();
17746 return 0;
17748 _ACEOF
17749 for ac_lib in '' socket; do
17750 if test -z "$ac_lib"; then
17751 ac_res="none required"
17752 else
17753 ac_res=-l$ac_lib
17754 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17756 rm -f conftest.$ac_objext conftest$ac_exeext
17757 if { (ac_try="$ac_link"
17758 case "(($ac_try" in
17759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17760 *) ac_try_echo=$ac_try;;
17761 esac
17762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17763 (eval "$ac_link") 2>conftest.er1
17764 ac_status=$?
17765 grep -v '^ *+' conftest.er1 >conftest.err
17766 rm -f conftest.er1
17767 cat conftest.err >&5
17768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17769 (exit $ac_status); } && {
17770 test -z "$ac_c_werror_flag" ||
17771 test ! -s conftest.err
17772 } && test -s conftest$ac_exeext &&
17773 $as_test_x conftest$ac_exeext; then
17774 ac_cv_search_connect=$ac_res
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17783 conftest$ac_exeext
17784 if test "${ac_cv_search_connect+set}" = set; then
17785 break
17787 done
17788 if test "${ac_cv_search_connect+set}" = set; then
17790 else
17791 ac_cv_search_connect=no
17793 rm conftest.$ac_ext
17794 LIBS=$ac_func_search_save_LIBS
17796 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17797 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17798 ac_res=$ac_cv_search_connect
17799 if test "$ac_res" != no; then
17800 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17805 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17806 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17807 if test "${ac_cv_search_inet_aton+set}" = set; then
17808 echo $ECHO_N "(cached) $ECHO_C" >&6
17809 else
17810 ac_func_search_save_LIBS=$LIBS
17811 cat >conftest.$ac_ext <<_ACEOF
17812 /* confdefs.h. */
17813 _ACEOF
17814 cat confdefs.h >>conftest.$ac_ext
17815 cat >>conftest.$ac_ext <<_ACEOF
17816 /* end confdefs.h. */
17818 /* Override any GCC internal prototype to avoid an error.
17819 Use char because int might match the return type of a GCC
17820 builtin and then its argument prototype would still apply. */
17821 #ifdef __cplusplus
17822 extern "C"
17823 #endif
17824 char inet_aton ();
17826 main ()
17828 return inet_aton ();
17830 return 0;
17832 _ACEOF
17833 for ac_lib in '' resolv; do
17834 if test -z "$ac_lib"; then
17835 ac_res="none required"
17836 else
17837 ac_res=-l$ac_lib
17838 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17840 rm -f conftest.$ac_objext conftest$ac_exeext
17841 if { (ac_try="$ac_link"
17842 case "(($ac_try" in
17843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17844 *) ac_try_echo=$ac_try;;
17845 esac
17846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17847 (eval "$ac_link") 2>conftest.er1
17848 ac_status=$?
17849 grep -v '^ *+' conftest.er1 >conftest.err
17850 rm -f conftest.er1
17851 cat conftest.err >&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } && {
17854 test -z "$ac_c_werror_flag" ||
17855 test ! -s conftest.err
17856 } && test -s conftest$ac_exeext &&
17857 $as_test_x conftest$ac_exeext; then
17858 ac_cv_search_inet_aton=$ac_res
17859 else
17860 echo "$as_me: failed program was:" >&5
17861 sed 's/^/| /' conftest.$ac_ext >&5
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867 conftest$ac_exeext
17868 if test "${ac_cv_search_inet_aton+set}" = set; then
17869 break
17871 done
17872 if test "${ac_cv_search_inet_aton+set}" = set; then
17874 else
17875 ac_cv_search_inet_aton=no
17877 rm conftest.$ac_ext
17878 LIBS=$ac_func_search_save_LIBS
17880 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17881 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17882 ac_res=$ac_cv_search_inet_aton
17883 if test "$ac_res" != no; then
17884 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17897 for ac_func in \
17898 getaddrinfo \
17899 getnameinfo \
17900 getnetbyname \
17901 getprotobyname \
17902 getprotobynumber \
17903 getservbyport \
17904 inet_network \
17905 sendmsg \
17908 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17909 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17910 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17911 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17912 echo $ECHO_N "(cached) $ECHO_C" >&6
17913 else
17914 cat >conftest.$ac_ext <<_ACEOF
17915 /* confdefs.h. */
17916 _ACEOF
17917 cat confdefs.h >>conftest.$ac_ext
17918 cat >>conftest.$ac_ext <<_ACEOF
17919 /* end confdefs.h. */
17920 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17921 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17922 #define $ac_func innocuous_$ac_func
17924 /* System header to define __stub macros and hopefully few prototypes,
17925 which can conflict with char $ac_func (); below.
17926 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17927 <limits.h> exists even on freestanding compilers. */
17929 #ifdef __STDC__
17930 # include <limits.h>
17931 #else
17932 # include <assert.h>
17933 #endif
17935 #undef $ac_func
17937 /* Override any GCC internal prototype to avoid an error.
17938 Use char because int might match the return type of a GCC
17939 builtin and then its argument prototype would still apply. */
17940 #ifdef __cplusplus
17941 extern "C"
17942 #endif
17943 char $ac_func ();
17944 /* The GNU C library defines this for functions which it implements
17945 to always fail with ENOSYS. Some functions are actually named
17946 something starting with __ and the normal name is an alias. */
17947 #if defined __stub_$ac_func || defined __stub___$ac_func
17948 choke me
17949 #endif
17952 main ()
17954 return $ac_func ();
17956 return 0;
17958 _ACEOF
17959 rm -f conftest.$ac_objext conftest$ac_exeext
17960 if { (ac_try="$ac_link"
17961 case "(($ac_try" in
17962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17963 *) ac_try_echo=$ac_try;;
17964 esac
17965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17966 (eval "$ac_link") 2>conftest.er1
17967 ac_status=$?
17968 grep -v '^ *+' conftest.er1 >conftest.err
17969 rm -f conftest.er1
17970 cat conftest.err >&5
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); } && {
17973 test -z "$ac_c_werror_flag" ||
17974 test ! -s conftest.err
17975 } && test -s conftest$ac_exeext &&
17976 $as_test_x conftest$ac_exeext; then
17977 eval "$as_ac_var=yes"
17978 else
17979 echo "$as_me: failed program was:" >&5
17980 sed 's/^/| /' conftest.$ac_ext >&5
17982 eval "$as_ac_var=no"
17985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17986 conftest$ac_exeext conftest.$ac_ext
17988 ac_res=`eval echo '${'$as_ac_var'}'`
17989 { echo "$as_me:$LINENO: result: $ac_res" >&5
17990 echo "${ECHO_T}$ac_res" >&6; }
17991 if test `eval echo '${'$as_ac_var'}'` = yes; then
17992 cat >>confdefs.h <<_ACEOF
17993 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17994 _ACEOF
17997 done
18000 LDAPLIBS=""
18002 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18003 then
18004 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18005 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18006 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18007 echo $ECHO_N "(cached) $ECHO_C" >&6
18008 else
18009 cat >conftest.$ac_ext <<_ACEOF
18010 /* confdefs.h. */
18011 _ACEOF
18012 cat confdefs.h >>conftest.$ac_ext
18013 cat >>conftest.$ac_ext <<_ACEOF
18014 /* end confdefs.h. */
18015 #include <ldap.h>
18017 typedef LDAPSortKey ac__type_new_;
18019 main ()
18021 if ((ac__type_new_ *) 0)
18022 return 0;
18023 if (sizeof (ac__type_new_))
18024 return 0;
18026 return 0;
18028 _ACEOF
18029 rm -f conftest.$ac_objext
18030 if { (ac_try="$ac_compile"
18031 case "(($ac_try" in
18032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18033 *) ac_try_echo=$ac_try;;
18034 esac
18035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18036 (eval "$ac_compile") 2>conftest.er1
18037 ac_status=$?
18038 grep -v '^ *+' conftest.er1 >conftest.err
18039 rm -f conftest.er1
18040 cat conftest.err >&5
18041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18042 (exit $ac_status); } && {
18043 test -z "$ac_c_werror_flag" ||
18044 test ! -s conftest.err
18045 } && test -s conftest.$ac_objext; then
18046 ac_cv_type_LDAPSortKey=yes
18047 else
18048 echo "$as_me: failed program was:" >&5
18049 sed 's/^/| /' conftest.$ac_ext >&5
18051 ac_cv_type_LDAPSortKey=no
18054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18056 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18057 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18058 if test $ac_cv_type_LDAPSortKey = yes; then
18059 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18060 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18061 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18062 echo $ECHO_N "(cached) $ECHO_C" >&6
18063 else
18064 ac_check_lib_save_LIBS=$LIBS
18065 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18066 cat >conftest.$ac_ext <<_ACEOF
18067 /* confdefs.h. */
18068 _ACEOF
18069 cat confdefs.h >>conftest.$ac_ext
18070 cat >>conftest.$ac_ext <<_ACEOF
18071 /* end confdefs.h. */
18073 /* Override any GCC internal prototype to avoid an error.
18074 Use char because int might match the return type of a GCC
18075 builtin and then its argument prototype would still apply. */
18076 #ifdef __cplusplus
18077 extern "C"
18078 #endif
18079 char ldap_initialize ();
18081 main ()
18083 return ldap_initialize ();
18085 return 0;
18087 _ACEOF
18088 rm -f conftest.$ac_objext conftest$ac_exeext
18089 if { (ac_try="$ac_link"
18090 case "(($ac_try" in
18091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18092 *) ac_try_echo=$ac_try;;
18093 esac
18094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18095 (eval "$ac_link") 2>conftest.er1
18096 ac_status=$?
18097 grep -v '^ *+' conftest.er1 >conftest.err
18098 rm -f conftest.er1
18099 cat conftest.err >&5
18100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18101 (exit $ac_status); } && {
18102 test -z "$ac_c_werror_flag" ||
18103 test ! -s conftest.err
18104 } && test -s conftest$ac_exeext &&
18105 $as_test_x conftest$ac_exeext; then
18106 ac_cv_lib_ldap_r_ldap_initialize=yes
18107 else
18108 echo "$as_me: failed program was:" >&5
18109 sed 's/^/| /' conftest.$ac_ext >&5
18111 ac_cv_lib_ldap_r_ldap_initialize=no
18114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18115 conftest$ac_exeext conftest.$ac_ext
18116 LIBS=$ac_check_lib_save_LIBS
18118 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18119 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18120 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18121 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18122 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18123 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18124 echo $ECHO_N "(cached) $ECHO_C" >&6
18125 else
18126 ac_check_lib_save_LIBS=$LIBS
18127 LIBS="-llber $LIBPTHREAD $LIBS"
18128 cat >conftest.$ac_ext <<_ACEOF
18129 /* confdefs.h. */
18130 _ACEOF
18131 cat confdefs.h >>conftest.$ac_ext
18132 cat >>conftest.$ac_ext <<_ACEOF
18133 /* end confdefs.h. */
18135 /* Override any GCC internal prototype to avoid an error.
18136 Use char because int might match the return type of a GCC
18137 builtin and then its argument prototype would still apply. */
18138 #ifdef __cplusplus
18139 extern "C"
18140 #endif
18141 char ber_init ();
18143 main ()
18145 return ber_init ();
18147 return 0;
18149 _ACEOF
18150 rm -f conftest.$ac_objext conftest$ac_exeext
18151 if { (ac_try="$ac_link"
18152 case "(($ac_try" in
18153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18154 *) ac_try_echo=$ac_try;;
18155 esac
18156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18157 (eval "$ac_link") 2>conftest.er1
18158 ac_status=$?
18159 grep -v '^ *+' conftest.er1 >conftest.err
18160 rm -f conftest.er1
18161 cat conftest.err >&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest$ac_exeext &&
18167 $as_test_x conftest$ac_exeext; then
18168 ac_cv_lib_lber_ber_init=yes
18169 else
18170 echo "$as_me: failed program was:" >&5
18171 sed 's/^/| /' conftest.$ac_ext >&5
18173 ac_cv_lib_lber_ber_init=no
18176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18177 conftest$ac_exeext conftest.$ac_ext
18178 LIBS=$ac_check_lib_save_LIBS
18180 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18181 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18182 if test $ac_cv_lib_lber_ber_init = yes; then
18184 cat >>confdefs.h <<\_ACEOF
18185 #define HAVE_LDAP 1
18186 _ACEOF
18188 LDAPLIBS="-lldap_r -llber"
18195 ac_wine_check_funcs_save_LIBS="$LIBS"
18196 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18205 for ac_func in \
18206 ldap_count_references \
18207 ldap_first_reference \
18208 ldap_next_reference \
18209 ldap_parse_reference \
18210 ldap_parse_sort_control \
18211 ldap_parse_sortresponse_control \
18212 ldap_parse_vlv_control \
18213 ldap_parse_vlvresponse_control
18215 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18218 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18219 echo $ECHO_N "(cached) $ECHO_C" >&6
18220 else
18221 cat >conftest.$ac_ext <<_ACEOF
18222 /* confdefs.h. */
18223 _ACEOF
18224 cat confdefs.h >>conftest.$ac_ext
18225 cat >>conftest.$ac_ext <<_ACEOF
18226 /* end confdefs.h. */
18227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18229 #define $ac_func innocuous_$ac_func
18231 /* System header to define __stub macros and hopefully few prototypes,
18232 which can conflict with char $ac_func (); below.
18233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18234 <limits.h> exists even on freestanding compilers. */
18236 #ifdef __STDC__
18237 # include <limits.h>
18238 #else
18239 # include <assert.h>
18240 #endif
18242 #undef $ac_func
18244 /* Override any GCC internal prototype to avoid an error.
18245 Use char because int might match the return type of a GCC
18246 builtin and then its argument prototype would still apply. */
18247 #ifdef __cplusplus
18248 extern "C"
18249 #endif
18250 char $ac_func ();
18251 /* The GNU C library defines this for functions which it implements
18252 to always fail with ENOSYS. Some functions are actually named
18253 something starting with __ and the normal name is an alias. */
18254 #if defined __stub_$ac_func || defined __stub___$ac_func
18255 choke me
18256 #endif
18259 main ()
18261 return $ac_func ();
18263 return 0;
18265 _ACEOF
18266 rm -f conftest.$ac_objext conftest$ac_exeext
18267 if { (ac_try="$ac_link"
18268 case "(($ac_try" in
18269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18270 *) ac_try_echo=$ac_try;;
18271 esac
18272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18273 (eval "$ac_link") 2>conftest.er1
18274 ac_status=$?
18275 grep -v '^ *+' conftest.er1 >conftest.err
18276 rm -f conftest.er1
18277 cat conftest.err >&5
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); } && {
18280 test -z "$ac_c_werror_flag" ||
18281 test ! -s conftest.err
18282 } && test -s conftest$ac_exeext &&
18283 $as_test_x conftest$ac_exeext; then
18284 eval "$as_ac_var=yes"
18285 else
18286 echo "$as_me: failed program was:" >&5
18287 sed 's/^/| /' conftest.$ac_ext >&5
18289 eval "$as_ac_var=no"
18292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18293 conftest$ac_exeext conftest.$ac_ext
18295 ac_res=`eval echo '${'$as_ac_var'}'`
18296 { echo "$as_me:$LINENO: result: $ac_res" >&5
18297 echo "${ECHO_T}$ac_res" >&6; }
18298 if test `eval echo '${'$as_ac_var'}'` = yes; then
18299 cat >>confdefs.h <<_ACEOF
18300 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18301 _ACEOF
18304 done
18306 LIBS="$ac_wine_check_funcs_save_LIBS"
18308 if test "x$LDAPLIBS" = "x"; then
18309 case "x$with_ldap" in
18310 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18311 xno) ;;
18312 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18313 This is an error since --with-ldap was requested." >&5
18314 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18315 This is an error since --with-ldap was requested." >&2;}
18316 { (exit 1); exit 1; }; } ;;
18317 esac
18322 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18323 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18324 if test "${ac_cv_c_const+set}" = set; then
18325 echo $ECHO_N "(cached) $ECHO_C" >&6
18326 else
18327 cat >conftest.$ac_ext <<_ACEOF
18328 /* confdefs.h. */
18329 _ACEOF
18330 cat confdefs.h >>conftest.$ac_ext
18331 cat >>conftest.$ac_ext <<_ACEOF
18332 /* end confdefs.h. */
18335 main ()
18337 /* FIXME: Include the comments suggested by Paul. */
18338 #ifndef __cplusplus
18339 /* Ultrix mips cc rejects this. */
18340 typedef int charset[2];
18341 const charset cs;
18342 /* SunOS 4.1.1 cc rejects this. */
18343 char const *const *pcpcc;
18344 char **ppc;
18345 /* NEC SVR4.0.2 mips cc rejects this. */
18346 struct point {int x, y;};
18347 static struct point const zero = {0,0};
18348 /* AIX XL C 1.02.0.0 rejects this.
18349 It does not let you subtract one const X* pointer from another in
18350 an arm of an if-expression whose if-part is not a constant
18351 expression */
18352 const char *g = "string";
18353 pcpcc = &g + (g ? g-g : 0);
18354 /* HPUX 7.0 cc rejects these. */
18355 ++pcpcc;
18356 ppc = (char**) pcpcc;
18357 pcpcc = (char const *const *) ppc;
18358 { /* SCO 3.2v4 cc rejects this. */
18359 char *t;
18360 char const *s = 0 ? (char *) 0 : (char const *) 0;
18362 *t++ = 0;
18363 if (s) return 0;
18365 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18366 int x[] = {25, 17};
18367 const int *foo = &x[0];
18368 ++foo;
18370 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18371 typedef const int *iptr;
18372 iptr p = 0;
18373 ++p;
18375 { /* AIX XL C 1.02.0.0 rejects this saying
18376 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18377 struct s { int j; const int *ap[3]; };
18378 struct s *b; b->j = 5;
18380 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18381 const int foo = 10;
18382 if (!foo) return 0;
18384 return !cs[0] && !zero.x;
18385 #endif
18388 return 0;
18390 _ACEOF
18391 rm -f conftest.$ac_objext
18392 if { (ac_try="$ac_compile"
18393 case "(($ac_try" in
18394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18395 *) ac_try_echo=$ac_try;;
18396 esac
18397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18398 (eval "$ac_compile") 2>conftest.er1
18399 ac_status=$?
18400 grep -v '^ *+' conftest.er1 >conftest.err
18401 rm -f conftest.er1
18402 cat conftest.err >&5
18403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18404 (exit $ac_status); } && {
18405 test -z "$ac_c_werror_flag" ||
18406 test ! -s conftest.err
18407 } && test -s conftest.$ac_objext; then
18408 ac_cv_c_const=yes
18409 else
18410 echo "$as_me: failed program was:" >&5
18411 sed 's/^/| /' conftest.$ac_ext >&5
18413 ac_cv_c_const=no
18416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18418 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18419 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18420 if test $ac_cv_c_const = no; then
18422 cat >>confdefs.h <<\_ACEOF
18423 #define const
18424 _ACEOF
18428 { echo "$as_me:$LINENO: checking for inline" >&5
18429 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18430 if test "${ac_cv_c_inline+set}" = set; then
18431 echo $ECHO_N "(cached) $ECHO_C" >&6
18432 else
18433 ac_cv_c_inline=no
18434 for ac_kw in inline __inline__ __inline; do
18435 cat >conftest.$ac_ext <<_ACEOF
18436 /* confdefs.h. */
18437 _ACEOF
18438 cat confdefs.h >>conftest.$ac_ext
18439 cat >>conftest.$ac_ext <<_ACEOF
18440 /* end confdefs.h. */
18441 #ifndef __cplusplus
18442 typedef int foo_t;
18443 static $ac_kw foo_t static_foo () {return 0; }
18444 $ac_kw foo_t foo () {return 0; }
18445 #endif
18447 _ACEOF
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18452 *) ac_try_echo=$ac_try;;
18453 esac
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18456 ac_status=$?
18457 grep -v '^ *+' conftest.er1 >conftest.err
18458 rm -f conftest.er1
18459 cat conftest.err >&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.$ac_objext; then
18465 ac_cv_c_inline=$ac_kw
18466 else
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.$ac_ext >&5
18473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18474 test "$ac_cv_c_inline" != no && break
18475 done
18478 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18479 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18482 case $ac_cv_c_inline in
18483 inline | yes) ;;
18485 case $ac_cv_c_inline in
18486 no) ac_val=;;
18487 *) ac_val=$ac_cv_c_inline;;
18488 esac
18489 cat >>confdefs.h <<_ACEOF
18490 #ifndef __cplusplus
18491 #define inline $ac_val
18492 #endif
18493 _ACEOF
18495 esac
18497 { echo "$as_me:$LINENO: checking for mode_t" >&5
18498 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18499 if test "${ac_cv_type_mode_t+set}" = set; then
18500 echo $ECHO_N "(cached) $ECHO_C" >&6
18501 else
18502 cat >conftest.$ac_ext <<_ACEOF
18503 /* confdefs.h. */
18504 _ACEOF
18505 cat confdefs.h >>conftest.$ac_ext
18506 cat >>conftest.$ac_ext <<_ACEOF
18507 /* end confdefs.h. */
18508 $ac_includes_default
18509 typedef mode_t ac__type_new_;
18511 main ()
18513 if ((ac__type_new_ *) 0)
18514 return 0;
18515 if (sizeof (ac__type_new_))
18516 return 0;
18518 return 0;
18520 _ACEOF
18521 rm -f conftest.$ac_objext
18522 if { (ac_try="$ac_compile"
18523 case "(($ac_try" in
18524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18525 *) ac_try_echo=$ac_try;;
18526 esac
18527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18528 (eval "$ac_compile") 2>conftest.er1
18529 ac_status=$?
18530 grep -v '^ *+' conftest.er1 >conftest.err
18531 rm -f conftest.er1
18532 cat conftest.err >&5
18533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18534 (exit $ac_status); } && {
18535 test -z "$ac_c_werror_flag" ||
18536 test ! -s conftest.err
18537 } && test -s conftest.$ac_objext; then
18538 ac_cv_type_mode_t=yes
18539 else
18540 echo "$as_me: failed program was:" >&5
18541 sed 's/^/| /' conftest.$ac_ext >&5
18543 ac_cv_type_mode_t=no
18546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18548 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18549 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18550 if test $ac_cv_type_mode_t = yes; then
18552 cat >>confdefs.h <<_ACEOF
18553 #define HAVE_MODE_T 1
18554 _ACEOF
18558 { echo "$as_me:$LINENO: checking for off_t" >&5
18559 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18560 if test "${ac_cv_type_off_t+set}" = set; then
18561 echo $ECHO_N "(cached) $ECHO_C" >&6
18562 else
18563 cat >conftest.$ac_ext <<_ACEOF
18564 /* confdefs.h. */
18565 _ACEOF
18566 cat confdefs.h >>conftest.$ac_ext
18567 cat >>conftest.$ac_ext <<_ACEOF
18568 /* end confdefs.h. */
18569 $ac_includes_default
18570 typedef off_t ac__type_new_;
18572 main ()
18574 if ((ac__type_new_ *) 0)
18575 return 0;
18576 if (sizeof (ac__type_new_))
18577 return 0;
18579 return 0;
18581 _ACEOF
18582 rm -f conftest.$ac_objext
18583 if { (ac_try="$ac_compile"
18584 case "(($ac_try" in
18585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18586 *) ac_try_echo=$ac_try;;
18587 esac
18588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18589 (eval "$ac_compile") 2>conftest.er1
18590 ac_status=$?
18591 grep -v '^ *+' conftest.er1 >conftest.err
18592 rm -f conftest.er1
18593 cat conftest.err >&5
18594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18595 (exit $ac_status); } && {
18596 test -z "$ac_c_werror_flag" ||
18597 test ! -s conftest.err
18598 } && test -s conftest.$ac_objext; then
18599 ac_cv_type_off_t=yes
18600 else
18601 echo "$as_me: failed program was:" >&5
18602 sed 's/^/| /' conftest.$ac_ext >&5
18604 ac_cv_type_off_t=no
18607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18609 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18610 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18611 if test $ac_cv_type_off_t = yes; then
18613 cat >>confdefs.h <<_ACEOF
18614 #define HAVE_OFF_T 1
18615 _ACEOF
18619 { echo "$as_me:$LINENO: checking for pid_t" >&5
18620 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18621 if test "${ac_cv_type_pid_t+set}" = set; then
18622 echo $ECHO_N "(cached) $ECHO_C" >&6
18623 else
18624 cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h. */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h. */
18630 $ac_includes_default
18631 typedef pid_t ac__type_new_;
18633 main ()
18635 if ((ac__type_new_ *) 0)
18636 return 0;
18637 if (sizeof (ac__type_new_))
18638 return 0;
18640 return 0;
18642 _ACEOF
18643 rm -f conftest.$ac_objext
18644 if { (ac_try="$ac_compile"
18645 case "(($ac_try" in
18646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18647 *) ac_try_echo=$ac_try;;
18648 esac
18649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18650 (eval "$ac_compile") 2>conftest.er1
18651 ac_status=$?
18652 grep -v '^ *+' conftest.er1 >conftest.err
18653 rm -f conftest.er1
18654 cat conftest.err >&5
18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); } && {
18657 test -z "$ac_c_werror_flag" ||
18658 test ! -s conftest.err
18659 } && test -s conftest.$ac_objext; then
18660 ac_cv_type_pid_t=yes
18661 else
18662 echo "$as_me: failed program was:" >&5
18663 sed 's/^/| /' conftest.$ac_ext >&5
18665 ac_cv_type_pid_t=no
18668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18670 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18671 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18672 if test $ac_cv_type_pid_t = yes; then
18674 cat >>confdefs.h <<_ACEOF
18675 #define HAVE_PID_T 1
18676 _ACEOF
18680 { echo "$as_me:$LINENO: checking for size_t" >&5
18681 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18682 if test "${ac_cv_type_size_t+set}" = set; then
18683 echo $ECHO_N "(cached) $ECHO_C" >&6
18684 else
18685 cat >conftest.$ac_ext <<_ACEOF
18686 /* confdefs.h. */
18687 _ACEOF
18688 cat confdefs.h >>conftest.$ac_ext
18689 cat >>conftest.$ac_ext <<_ACEOF
18690 /* end confdefs.h. */
18691 $ac_includes_default
18692 typedef size_t ac__type_new_;
18694 main ()
18696 if ((ac__type_new_ *) 0)
18697 return 0;
18698 if (sizeof (ac__type_new_))
18699 return 0;
18701 return 0;
18703 _ACEOF
18704 rm -f conftest.$ac_objext
18705 if { (ac_try="$ac_compile"
18706 case "(($ac_try" in
18707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18708 *) ac_try_echo=$ac_try;;
18709 esac
18710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18711 (eval "$ac_compile") 2>conftest.er1
18712 ac_status=$?
18713 grep -v '^ *+' conftest.er1 >conftest.err
18714 rm -f conftest.er1
18715 cat conftest.err >&5
18716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717 (exit $ac_status); } && {
18718 test -z "$ac_c_werror_flag" ||
18719 test ! -s conftest.err
18720 } && test -s conftest.$ac_objext; then
18721 ac_cv_type_size_t=yes
18722 else
18723 echo "$as_me: failed program was:" >&5
18724 sed 's/^/| /' conftest.$ac_ext >&5
18726 ac_cv_type_size_t=no
18729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18731 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18732 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18733 if test $ac_cv_type_size_t = yes; then
18735 cat >>confdefs.h <<_ACEOF
18736 #define HAVE_SIZE_T 1
18737 _ACEOF
18741 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18742 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18743 if test "${ac_cv_type_ssize_t+set}" = set; then
18744 echo $ECHO_N "(cached) $ECHO_C" >&6
18745 else
18746 cat >conftest.$ac_ext <<_ACEOF
18747 /* confdefs.h. */
18748 _ACEOF
18749 cat confdefs.h >>conftest.$ac_ext
18750 cat >>conftest.$ac_ext <<_ACEOF
18751 /* end confdefs.h. */
18752 $ac_includes_default
18753 typedef ssize_t ac__type_new_;
18755 main ()
18757 if ((ac__type_new_ *) 0)
18758 return 0;
18759 if (sizeof (ac__type_new_))
18760 return 0;
18762 return 0;
18764 _ACEOF
18765 rm -f conftest.$ac_objext
18766 if { (ac_try="$ac_compile"
18767 case "(($ac_try" in
18768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18769 *) ac_try_echo=$ac_try;;
18770 esac
18771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18772 (eval "$ac_compile") 2>conftest.er1
18773 ac_status=$?
18774 grep -v '^ *+' conftest.er1 >conftest.err
18775 rm -f conftest.er1
18776 cat conftest.err >&5
18777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); } && {
18779 test -z "$ac_c_werror_flag" ||
18780 test ! -s conftest.err
18781 } && test -s conftest.$ac_objext; then
18782 ac_cv_type_ssize_t=yes
18783 else
18784 echo "$as_me: failed program was:" >&5
18785 sed 's/^/| /' conftest.$ac_ext >&5
18787 ac_cv_type_ssize_t=no
18790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18792 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18793 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18794 if test $ac_cv_type_ssize_t = yes; then
18796 cat >>confdefs.h <<_ACEOF
18797 #define HAVE_SSIZE_T 1
18798 _ACEOF
18802 { echo "$as_me:$LINENO: checking for long long" >&5
18803 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18804 if test "${ac_cv_type_long_long+set}" = set; then
18805 echo $ECHO_N "(cached) $ECHO_C" >&6
18806 else
18807 cat >conftest.$ac_ext <<_ACEOF
18808 /* confdefs.h. */
18809 _ACEOF
18810 cat confdefs.h >>conftest.$ac_ext
18811 cat >>conftest.$ac_ext <<_ACEOF
18812 /* end confdefs.h. */
18813 $ac_includes_default
18814 typedef long long ac__type_new_;
18816 main ()
18818 if ((ac__type_new_ *) 0)
18819 return 0;
18820 if (sizeof (ac__type_new_))
18821 return 0;
18823 return 0;
18825 _ACEOF
18826 rm -f conftest.$ac_objext
18827 if { (ac_try="$ac_compile"
18828 case "(($ac_try" in
18829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18830 *) ac_try_echo=$ac_try;;
18831 esac
18832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18833 (eval "$ac_compile") 2>conftest.er1
18834 ac_status=$?
18835 grep -v '^ *+' conftest.er1 >conftest.err
18836 rm -f conftest.er1
18837 cat conftest.err >&5
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); } && {
18840 test -z "$ac_c_werror_flag" ||
18841 test ! -s conftest.err
18842 } && test -s conftest.$ac_objext; then
18843 ac_cv_type_long_long=yes
18844 else
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.$ac_ext >&5
18848 ac_cv_type_long_long=no
18851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18853 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18854 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18855 if test $ac_cv_type_long_long = yes; then
18857 cat >>confdefs.h <<_ACEOF
18858 #define HAVE_LONG_LONG 1
18859 _ACEOF
18863 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18864 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18865 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18866 echo $ECHO_N "(cached) $ECHO_C" >&6
18867 else
18868 cat >conftest.$ac_ext <<_ACEOF
18869 /* confdefs.h. */
18870 _ACEOF
18871 cat confdefs.h >>conftest.$ac_ext
18872 cat >>conftest.$ac_ext <<_ACEOF
18873 /* end confdefs.h. */
18874 $ac_includes_default
18875 typedef fsblkcnt_t ac__type_new_;
18877 main ()
18879 if ((ac__type_new_ *) 0)
18880 return 0;
18881 if (sizeof (ac__type_new_))
18882 return 0;
18884 return 0;
18886 _ACEOF
18887 rm -f conftest.$ac_objext
18888 if { (ac_try="$ac_compile"
18889 case "(($ac_try" in
18890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18891 *) ac_try_echo=$ac_try;;
18892 esac
18893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18894 (eval "$ac_compile") 2>conftest.er1
18895 ac_status=$?
18896 grep -v '^ *+' conftest.er1 >conftest.err
18897 rm -f conftest.er1
18898 cat conftest.err >&5
18899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18900 (exit $ac_status); } && {
18901 test -z "$ac_c_werror_flag" ||
18902 test ! -s conftest.err
18903 } && test -s conftest.$ac_objext; then
18904 ac_cv_type_fsblkcnt_t=yes
18905 else
18906 echo "$as_me: failed program was:" >&5
18907 sed 's/^/| /' conftest.$ac_ext >&5
18909 ac_cv_type_fsblkcnt_t=no
18912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18914 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18915 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18916 if test $ac_cv_type_fsblkcnt_t = yes; then
18918 cat >>confdefs.h <<_ACEOF
18919 #define HAVE_FSBLKCNT_T 1
18920 _ACEOF
18924 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18925 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18926 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18927 echo $ECHO_N "(cached) $ECHO_C" >&6
18928 else
18929 cat >conftest.$ac_ext <<_ACEOF
18930 /* confdefs.h. */
18931 _ACEOF
18932 cat confdefs.h >>conftest.$ac_ext
18933 cat >>conftest.$ac_ext <<_ACEOF
18934 /* end confdefs.h. */
18935 $ac_includes_default
18936 typedef fsfilcnt_t ac__type_new_;
18938 main ()
18940 if ((ac__type_new_ *) 0)
18941 return 0;
18942 if (sizeof (ac__type_new_))
18943 return 0;
18945 return 0;
18947 _ACEOF
18948 rm -f conftest.$ac_objext
18949 if { (ac_try="$ac_compile"
18950 case "(($ac_try" in
18951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18952 *) ac_try_echo=$ac_try;;
18953 esac
18954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18955 (eval "$ac_compile") 2>conftest.er1
18956 ac_status=$?
18957 grep -v '^ *+' conftest.er1 >conftest.err
18958 rm -f conftest.er1
18959 cat conftest.err >&5
18960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18961 (exit $ac_status); } && {
18962 test -z "$ac_c_werror_flag" ||
18963 test ! -s conftest.err
18964 } && test -s conftest.$ac_objext; then
18965 ac_cv_type_fsfilcnt_t=yes
18966 else
18967 echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.$ac_ext >&5
18970 ac_cv_type_fsfilcnt_t=no
18973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18975 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18976 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18977 if test $ac_cv_type_fsfilcnt_t = yes; then
18979 cat >>confdefs.h <<_ACEOF
18980 #define HAVE_FSFILCNT_T 1
18981 _ACEOF
18986 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18987 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18988 if test "${ac_cv_type_sigset_t+set}" = set; then
18989 echo $ECHO_N "(cached) $ECHO_C" >&6
18990 else
18991 cat >conftest.$ac_ext <<_ACEOF
18992 /* confdefs.h. */
18993 _ACEOF
18994 cat confdefs.h >>conftest.$ac_ext
18995 cat >>conftest.$ac_ext <<_ACEOF
18996 /* end confdefs.h. */
18997 #include <sys/types.h>
18998 #include <signal.h>
19000 typedef sigset_t ac__type_new_;
19002 main ()
19004 if ((ac__type_new_ *) 0)
19005 return 0;
19006 if (sizeof (ac__type_new_))
19007 return 0;
19009 return 0;
19011 _ACEOF
19012 rm -f conftest.$ac_objext
19013 if { (ac_try="$ac_compile"
19014 case "(($ac_try" in
19015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19016 *) ac_try_echo=$ac_try;;
19017 esac
19018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19019 (eval "$ac_compile") 2>conftest.er1
19020 ac_status=$?
19021 grep -v '^ *+' conftest.er1 >conftest.err
19022 rm -f conftest.er1
19023 cat conftest.err >&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); } && {
19026 test -z "$ac_c_werror_flag" ||
19027 test ! -s conftest.err
19028 } && test -s conftest.$ac_objext; then
19029 ac_cv_type_sigset_t=yes
19030 else
19031 echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_type_sigset_t=no
19037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19039 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19040 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19041 if test $ac_cv_type_sigset_t = yes; then
19043 cat >>confdefs.h <<_ACEOF
19044 #define HAVE_SIGSET_T 1
19045 _ACEOF
19050 { echo "$as_me:$LINENO: checking for request_sense" >&5
19051 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19052 if test "${ac_cv_type_request_sense+set}" = set; then
19053 echo $ECHO_N "(cached) $ECHO_C" >&6
19054 else
19055 cat >conftest.$ac_ext <<_ACEOF
19056 /* confdefs.h. */
19057 _ACEOF
19058 cat confdefs.h >>conftest.$ac_ext
19059 cat >>conftest.$ac_ext <<_ACEOF
19060 /* end confdefs.h. */
19061 #include <linux/cdrom.h>
19063 typedef request_sense ac__type_new_;
19065 main ()
19067 if ((ac__type_new_ *) 0)
19068 return 0;
19069 if (sizeof (ac__type_new_))
19070 return 0;
19072 return 0;
19074 _ACEOF
19075 rm -f conftest.$ac_objext
19076 if { (ac_try="$ac_compile"
19077 case "(($ac_try" in
19078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19079 *) ac_try_echo=$ac_try;;
19080 esac
19081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19082 (eval "$ac_compile") 2>conftest.er1
19083 ac_status=$?
19084 grep -v '^ *+' conftest.er1 >conftest.err
19085 rm -f conftest.er1
19086 cat conftest.err >&5
19087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19088 (exit $ac_status); } && {
19089 test -z "$ac_c_werror_flag" ||
19090 test ! -s conftest.err
19091 } && test -s conftest.$ac_objext; then
19092 ac_cv_type_request_sense=yes
19093 else
19094 echo "$as_me: failed program was:" >&5
19095 sed 's/^/| /' conftest.$ac_ext >&5
19097 ac_cv_type_request_sense=no
19100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19102 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19103 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19104 if test $ac_cv_type_request_sense = yes; then
19106 cat >>confdefs.h <<_ACEOF
19107 #define HAVE_REQUEST_SENSE 1
19108 _ACEOF
19114 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19115 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19116 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19117 echo $ECHO_N "(cached) $ECHO_C" >&6
19118 else
19119 cat >conftest.$ac_ext <<_ACEOF
19120 /* confdefs.h. */
19121 _ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h. */
19125 #ifdef HAVE_LINUX_INPUT_H
19126 #include <linux/input.h>
19127 #endif
19130 main ()
19132 static struct ff_effect ac_aggr;
19133 if (ac_aggr.direction)
19134 return 0;
19136 return 0;
19138 _ACEOF
19139 rm -f conftest.$ac_objext
19140 if { (ac_try="$ac_compile"
19141 case "(($ac_try" in
19142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19143 *) ac_try_echo=$ac_try;;
19144 esac
19145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19146 (eval "$ac_compile") 2>conftest.er1
19147 ac_status=$?
19148 grep -v '^ *+' conftest.er1 >conftest.err
19149 rm -f conftest.er1
19150 cat conftest.err >&5
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); } && {
19153 test -z "$ac_c_werror_flag" ||
19154 test ! -s conftest.err
19155 } && test -s conftest.$ac_objext; then
19156 ac_cv_member_struct_ff_effect_direction=yes
19157 else
19158 echo "$as_me: failed program was:" >&5
19159 sed 's/^/| /' conftest.$ac_ext >&5
19161 cat >conftest.$ac_ext <<_ACEOF
19162 /* confdefs.h. */
19163 _ACEOF
19164 cat confdefs.h >>conftest.$ac_ext
19165 cat >>conftest.$ac_ext <<_ACEOF
19166 /* end confdefs.h. */
19167 #ifdef HAVE_LINUX_INPUT_H
19168 #include <linux/input.h>
19169 #endif
19172 main ()
19174 static struct ff_effect ac_aggr;
19175 if (sizeof ac_aggr.direction)
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_member_struct_ff_effect_direction=yes
19199 else
19200 echo "$as_me: failed program was:" >&5
19201 sed 's/^/| /' conftest.$ac_ext >&5
19203 ac_cv_member_struct_ff_effect_direction=no
19206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19211 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19212 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19213 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19215 cat >>confdefs.h <<_ACEOF
19216 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19217 _ACEOF
19223 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19224 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19225 if test "${wine_cv_have_sigaddset+set}" = set; then
19226 echo $ECHO_N "(cached) $ECHO_C" >&6
19227 else
19228 cat >conftest.$ac_ext <<_ACEOF
19229 /* confdefs.h. */
19230 _ACEOF
19231 cat confdefs.h >>conftest.$ac_ext
19232 cat >>conftest.$ac_ext <<_ACEOF
19233 /* end confdefs.h. */
19234 #include <signal.h>
19236 main ()
19238 sigset_t set; sigaddset(&set,SIGTERM);
19240 return 0;
19242 _ACEOF
19243 rm -f conftest.$ac_objext conftest$ac_exeext
19244 if { (ac_try="$ac_link"
19245 case "(($ac_try" in
19246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19247 *) ac_try_echo=$ac_try;;
19248 esac
19249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19250 (eval "$ac_link") 2>conftest.er1
19251 ac_status=$?
19252 grep -v '^ *+' conftest.er1 >conftest.err
19253 rm -f conftest.er1
19254 cat conftest.err >&5
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); } && {
19257 test -z "$ac_c_werror_flag" ||
19258 test ! -s conftest.err
19259 } && test -s conftest$ac_exeext &&
19260 $as_test_x conftest$ac_exeext; then
19261 wine_cv_have_sigaddset=yes
19262 else
19263 echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19266 wine_cv_have_sigaddset=no
19269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19270 conftest$ac_exeext conftest.$ac_ext
19272 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19273 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19274 if test "$wine_cv_have_sigaddset" = "yes"
19275 then
19277 cat >>confdefs.h <<\_ACEOF
19278 #define HAVE_SIGADDSET 1
19279 _ACEOF
19284 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19285 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19286 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19287 echo $ECHO_N "(cached) $ECHO_C" >&6
19288 else
19289 cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h. */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h. */
19295 #include <netdb.h>
19297 main ()
19300 char *name=0;
19301 struct hostent he;
19302 struct hostent *result;
19303 char *buf=0;
19304 int bufsize=0;
19305 int res,errnr;
19306 char *addr=0;
19307 int addrlen=0;
19308 int addrtype=0;
19309 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19310 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19313 return 0;
19315 _ACEOF
19316 rm -f conftest.$ac_objext conftest$ac_exeext
19317 if { (ac_try="$ac_link"
19318 case "(($ac_try" in
19319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320 *) ac_try_echo=$ac_try;;
19321 esac
19322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19323 (eval "$ac_link") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest$ac_exeext &&
19333 $as_test_x conftest$ac_exeext; then
19334 wine_cv_linux_gethostbyname_r_6=yes
19335 else
19336 echo "$as_me: failed program was:" >&5
19337 sed 's/^/| /' conftest.$ac_ext >&5
19339 wine_cv_linux_gethostbyname_r_6=no
19343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19344 conftest$ac_exeext conftest.$ac_ext
19347 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19348 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19349 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19350 then
19352 cat >>confdefs.h <<\_ACEOF
19353 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19354 _ACEOF
19358 if test "$ac_cv_header_linux_joystick_h" = "yes"
19359 then
19360 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19361 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19362 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19363 echo $ECHO_N "(cached) $ECHO_C" >&6
19364 else
19365 cat >conftest.$ac_ext <<_ACEOF
19366 /* confdefs.h. */
19367 _ACEOF
19368 cat confdefs.h >>conftest.$ac_ext
19369 cat >>conftest.$ac_ext <<_ACEOF
19370 /* end confdefs.h. */
19372 #include <sys/ioctl.h>
19373 #include <sys/types.h>
19374 #include <linux/joystick.h>
19376 struct js_event blub;
19377 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19378 #error "no 2.2 header"
19379 #endif
19382 main ()
19384 /*empty*/
19386 return 0;
19388 _ACEOF
19389 rm -f conftest.$ac_objext
19390 if { (ac_try="$ac_compile"
19391 case "(($ac_try" in
19392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19393 *) ac_try_echo=$ac_try;;
19394 esac
19395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19396 (eval "$ac_compile") 2>conftest.er1
19397 ac_status=$?
19398 grep -v '^ *+' conftest.er1 >conftest.err
19399 rm -f conftest.er1
19400 cat conftest.err >&5
19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402 (exit $ac_status); } && {
19403 test -z "$ac_c_werror_flag" ||
19404 test ! -s conftest.err
19405 } && test -s conftest.$ac_objext; then
19406 wine_cv_linux_joystick_22_api=yes
19407 else
19408 echo "$as_me: failed program was:" >&5
19409 sed 's/^/| /' conftest.$ac_ext >&5
19411 wine_cv_linux_joystick_22_api=no
19414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19418 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19419 if test "$wine_cv_linux_joystick_22_api" = "yes"
19420 then
19422 cat >>confdefs.h <<\_ACEOF
19423 #define HAVE_LINUX_22_JOYSTICK_API 1
19424 _ACEOF
19430 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19431 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19432 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19433 echo $ECHO_N "(cached) $ECHO_C" >&6
19434 else
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 #include <sys/types.h>
19442 #ifdef HAVE_SYS_PARAM_H
19443 # include <sys/param.h>
19444 #endif
19445 #ifdef HAVE_SYS_MOUNT_H
19446 # include <sys/mount.h>
19447 #endif
19448 #ifdef HAVE_SYS_VFS_H
19449 # include <sys/vfs.h>
19450 #endif
19451 #ifdef HAVE_SYS_STATFS_H
19452 # include <sys/statfs.h>
19453 #endif
19456 main ()
19458 static struct statfs ac_aggr;
19459 if (ac_aggr.f_bfree)
19460 return 0;
19462 return 0;
19464 _ACEOF
19465 rm -f conftest.$ac_objext
19466 if { (ac_try="$ac_compile"
19467 case "(($ac_try" in
19468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19469 *) ac_try_echo=$ac_try;;
19470 esac
19471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19472 (eval "$ac_compile") 2>conftest.er1
19473 ac_status=$?
19474 grep -v '^ *+' conftest.er1 >conftest.err
19475 rm -f conftest.er1
19476 cat conftest.err >&5
19477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19478 (exit $ac_status); } && {
19479 test -z "$ac_c_werror_flag" ||
19480 test ! -s conftest.err
19481 } && test -s conftest.$ac_objext; then
19482 ac_cv_member_struct_statfs_f_bfree=yes
19483 else
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.$ac_ext >&5
19487 cat >conftest.$ac_ext <<_ACEOF
19488 /* confdefs.h. */
19489 _ACEOF
19490 cat confdefs.h >>conftest.$ac_ext
19491 cat >>conftest.$ac_ext <<_ACEOF
19492 /* end confdefs.h. */
19493 #include <sys/types.h>
19494 #ifdef HAVE_SYS_PARAM_H
19495 # include <sys/param.h>
19496 #endif
19497 #ifdef HAVE_SYS_MOUNT_H
19498 # include <sys/mount.h>
19499 #endif
19500 #ifdef HAVE_SYS_VFS_H
19501 # include <sys/vfs.h>
19502 #endif
19503 #ifdef HAVE_SYS_STATFS_H
19504 # include <sys/statfs.h>
19505 #endif
19508 main ()
19510 static struct statfs ac_aggr;
19511 if (sizeof ac_aggr.f_bfree)
19512 return 0;
19514 return 0;
19516 _ACEOF
19517 rm -f conftest.$ac_objext
19518 if { (ac_try="$ac_compile"
19519 case "(($ac_try" in
19520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19521 *) ac_try_echo=$ac_try;;
19522 esac
19523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19524 (eval "$ac_compile") 2>conftest.er1
19525 ac_status=$?
19526 grep -v '^ *+' conftest.er1 >conftest.err
19527 rm -f conftest.er1
19528 cat conftest.err >&5
19529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19530 (exit $ac_status); } && {
19531 test -z "$ac_c_werror_flag" ||
19532 test ! -s conftest.err
19533 } && test -s conftest.$ac_objext; then
19534 ac_cv_member_struct_statfs_f_bfree=yes
19535 else
19536 echo "$as_me: failed program was:" >&5
19537 sed 's/^/| /' conftest.$ac_ext >&5
19539 ac_cv_member_struct_statfs_f_bfree=no
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19547 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19548 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19549 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19551 cat >>confdefs.h <<_ACEOF
19552 #define HAVE_STRUCT_STATFS_F_BFREE 1
19553 _ACEOF
19557 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19558 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19559 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19560 echo $ECHO_N "(cached) $ECHO_C" >&6
19561 else
19562 cat >conftest.$ac_ext <<_ACEOF
19563 /* confdefs.h. */
19564 _ACEOF
19565 cat confdefs.h >>conftest.$ac_ext
19566 cat >>conftest.$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 #include <sys/types.h>
19569 #ifdef HAVE_SYS_PARAM_H
19570 # include <sys/param.h>
19571 #endif
19572 #ifdef HAVE_SYS_MOUNT_H
19573 # include <sys/mount.h>
19574 #endif
19575 #ifdef HAVE_SYS_VFS_H
19576 # include <sys/vfs.h>
19577 #endif
19578 #ifdef HAVE_SYS_STATFS_H
19579 # include <sys/statfs.h>
19580 #endif
19583 main ()
19585 static struct statfs ac_aggr;
19586 if (ac_aggr.f_bavail)
19587 return 0;
19589 return 0;
19591 _ACEOF
19592 rm -f conftest.$ac_objext
19593 if { (ac_try="$ac_compile"
19594 case "(($ac_try" in
19595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19596 *) ac_try_echo=$ac_try;;
19597 esac
19598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19599 (eval "$ac_compile") 2>conftest.er1
19600 ac_status=$?
19601 grep -v '^ *+' conftest.er1 >conftest.err
19602 rm -f conftest.er1
19603 cat conftest.err >&5
19604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19605 (exit $ac_status); } && {
19606 test -z "$ac_c_werror_flag" ||
19607 test ! -s conftest.err
19608 } && test -s conftest.$ac_objext; then
19609 ac_cv_member_struct_statfs_f_bavail=yes
19610 else
19611 echo "$as_me: failed program was:" >&5
19612 sed 's/^/| /' conftest.$ac_ext >&5
19614 cat >conftest.$ac_ext <<_ACEOF
19615 /* confdefs.h. */
19616 _ACEOF
19617 cat confdefs.h >>conftest.$ac_ext
19618 cat >>conftest.$ac_ext <<_ACEOF
19619 /* end confdefs.h. */
19620 #include <sys/types.h>
19621 #ifdef HAVE_SYS_PARAM_H
19622 # include <sys/param.h>
19623 #endif
19624 #ifdef HAVE_SYS_MOUNT_H
19625 # include <sys/mount.h>
19626 #endif
19627 #ifdef HAVE_SYS_VFS_H
19628 # include <sys/vfs.h>
19629 #endif
19630 #ifdef HAVE_SYS_STATFS_H
19631 # include <sys/statfs.h>
19632 #endif
19635 main ()
19637 static struct statfs ac_aggr;
19638 if (sizeof ac_aggr.f_bavail)
19639 return 0;
19641 return 0;
19643 _ACEOF
19644 rm -f conftest.$ac_objext
19645 if { (ac_try="$ac_compile"
19646 case "(($ac_try" in
19647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19648 *) ac_try_echo=$ac_try;;
19649 esac
19650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19651 (eval "$ac_compile") 2>conftest.er1
19652 ac_status=$?
19653 grep -v '^ *+' conftest.er1 >conftest.err
19654 rm -f conftest.er1
19655 cat conftest.err >&5
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); } && {
19658 test -z "$ac_c_werror_flag" ||
19659 test ! -s conftest.err
19660 } && test -s conftest.$ac_objext; then
19661 ac_cv_member_struct_statfs_f_bavail=yes
19662 else
19663 echo "$as_me: failed program was:" >&5
19664 sed 's/^/| /' conftest.$ac_ext >&5
19666 ac_cv_member_struct_statfs_f_bavail=no
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19674 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19675 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19676 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19678 cat >>confdefs.h <<_ACEOF
19679 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19680 _ACEOF
19684 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19685 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19686 if test "${ac_cv_member_struct_statfs_f_frsize+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_frsize)
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_frsize=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_frsize)
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_frsize=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_frsize=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_frsize" >&5
19802 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19803 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19805 cat >>confdefs.h <<_ACEOF
19806 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19807 _ACEOF
19811 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19812 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19813 if test "${ac_cv_member_struct_statfs_f_ffree+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_ffree)
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_ffree=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_ffree)
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_ffree=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_ffree=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_ffree" >&5
19929 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19930 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19932 cat >>confdefs.h <<_ACEOF
19933 #define HAVE_STRUCT_STATFS_F_FFREE 1
19934 _ACEOF
19938 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19939 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19940 if test "${ac_cv_member_struct_statfs_f_favail+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_favail)
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_favail=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_favail)
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_favail=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_favail=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_favail" >&5
20056 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20057 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20059 cat >>confdefs.h <<_ACEOF
20060 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20061 _ACEOF
20065 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20066 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20067 if test "${ac_cv_member_struct_statfs_f_namelen+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_namelen)
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_namelen=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_namelen)
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_namelen=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_namelen=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_namelen" >&5
20183 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20184 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20186 cat >>confdefs.h <<_ACEOF
20187 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20188 _ACEOF
20194 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20195 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20196 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20197 echo $ECHO_N "(cached) $ECHO_C" >&6
20198 else
20199 cat >conftest.$ac_ext <<_ACEOF
20200 /* confdefs.h. */
20201 _ACEOF
20202 cat confdefs.h >>conftest.$ac_ext
20203 cat >>conftest.$ac_ext <<_ACEOF
20204 /* end confdefs.h. */
20205 #ifdef HAVE_SYS_STATVFS_H
20206 #include <sys/statvfs.h>
20207 #endif
20210 main ()
20212 static struct statvfs ac_aggr;
20213 if (ac_aggr.f_blocks)
20214 return 0;
20216 return 0;
20218 _ACEOF
20219 rm -f conftest.$ac_objext
20220 if { (ac_try="$ac_compile"
20221 case "(($ac_try" in
20222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20223 *) ac_try_echo=$ac_try;;
20224 esac
20225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20227 ac_status=$?
20228 grep -v '^ *+' conftest.er1 >conftest.err
20229 rm -f conftest.er1
20230 cat conftest.err >&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20236 ac_cv_member_struct_statvfs_f_blocks=yes
20237 else
20238 echo "$as_me: failed program was:" >&5
20239 sed 's/^/| /' conftest.$ac_ext >&5
20241 cat >conftest.$ac_ext <<_ACEOF
20242 /* confdefs.h. */
20243 _ACEOF
20244 cat confdefs.h >>conftest.$ac_ext
20245 cat >>conftest.$ac_ext <<_ACEOF
20246 /* end confdefs.h. */
20247 #ifdef HAVE_SYS_STATVFS_H
20248 #include <sys/statvfs.h>
20249 #endif
20252 main ()
20254 static struct statvfs ac_aggr;
20255 if (sizeof ac_aggr.f_blocks)
20256 return 0;
20258 return 0;
20260 _ACEOF
20261 rm -f conftest.$ac_objext
20262 if { (ac_try="$ac_compile"
20263 case "(($ac_try" in
20264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20265 *) ac_try_echo=$ac_try;;
20266 esac
20267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20268 (eval "$ac_compile") 2>conftest.er1
20269 ac_status=$?
20270 grep -v '^ *+' conftest.er1 >conftest.err
20271 rm -f conftest.er1
20272 cat conftest.err >&5
20273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274 (exit $ac_status); } && {
20275 test -z "$ac_c_werror_flag" ||
20276 test ! -s conftest.err
20277 } && test -s conftest.$ac_objext; then
20278 ac_cv_member_struct_statvfs_f_blocks=yes
20279 else
20280 echo "$as_me: failed program was:" >&5
20281 sed 's/^/| /' conftest.$ac_ext >&5
20283 ac_cv_member_struct_statvfs_f_blocks=no
20286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20291 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20292 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20293 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20295 cat >>confdefs.h <<_ACEOF
20296 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20297 _ACEOF
20303 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20304 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20305 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20306 echo $ECHO_N "(cached) $ECHO_C" >&6
20307 else
20308 cat >conftest.$ac_ext <<_ACEOF
20309 /* confdefs.h. */
20310 _ACEOF
20311 cat confdefs.h >>conftest.$ac_ext
20312 cat >>conftest.$ac_ext <<_ACEOF
20313 /* end confdefs.h. */
20314 #include <sys/types.h>
20315 #ifdef HAVE_SYS_SOCKET_H
20316 # include <sys/socket.h>
20317 #endif
20318 #ifdef HAVE_SYS_UN_H
20319 # include <sys/un.h>
20320 #endif
20323 main ()
20325 static struct msghdr ac_aggr;
20326 if (ac_aggr.msg_accrights)
20327 return 0;
20329 return 0;
20331 _ACEOF
20332 rm -f conftest.$ac_objext
20333 if { (ac_try="$ac_compile"
20334 case "(($ac_try" in
20335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20336 *) ac_try_echo=$ac_try;;
20337 esac
20338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20339 (eval "$ac_compile") 2>conftest.er1
20340 ac_status=$?
20341 grep -v '^ *+' conftest.er1 >conftest.err
20342 rm -f conftest.er1
20343 cat conftest.err >&5
20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20345 (exit $ac_status); } && {
20346 test -z "$ac_c_werror_flag" ||
20347 test ! -s conftest.err
20348 } && test -s conftest.$ac_objext; then
20349 ac_cv_member_struct_msghdr_msg_accrights=yes
20350 else
20351 echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.$ac_ext >&5
20354 cat >conftest.$ac_ext <<_ACEOF
20355 /* confdefs.h. */
20356 _ACEOF
20357 cat confdefs.h >>conftest.$ac_ext
20358 cat >>conftest.$ac_ext <<_ACEOF
20359 /* end confdefs.h. */
20360 #include <sys/types.h>
20361 #ifdef HAVE_SYS_SOCKET_H
20362 # include <sys/socket.h>
20363 #endif
20364 #ifdef HAVE_SYS_UN_H
20365 # include <sys/un.h>
20366 #endif
20369 main ()
20371 static struct msghdr ac_aggr;
20372 if (sizeof ac_aggr.msg_accrights)
20373 return 0;
20375 return 0;
20377 _ACEOF
20378 rm -f conftest.$ac_objext
20379 if { (ac_try="$ac_compile"
20380 case "(($ac_try" in
20381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20382 *) ac_try_echo=$ac_try;;
20383 esac
20384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20385 (eval "$ac_compile") 2>conftest.er1
20386 ac_status=$?
20387 grep -v '^ *+' conftest.er1 >conftest.err
20388 rm -f conftest.er1
20389 cat conftest.err >&5
20390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20391 (exit $ac_status); } && {
20392 test -z "$ac_c_werror_flag" ||
20393 test ! -s conftest.err
20394 } && test -s conftest.$ac_objext; then
20395 ac_cv_member_struct_msghdr_msg_accrights=yes
20396 else
20397 echo "$as_me: failed program was:" >&5
20398 sed 's/^/| /' conftest.$ac_ext >&5
20400 ac_cv_member_struct_msghdr_msg_accrights=no
20403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20408 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20409 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20410 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20412 cat >>confdefs.h <<_ACEOF
20413 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20414 _ACEOF
20418 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20419 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20420 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20421 echo $ECHO_N "(cached) $ECHO_C" >&6
20422 else
20423 cat >conftest.$ac_ext <<_ACEOF
20424 /* confdefs.h. */
20425 _ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h. */
20429 #include <sys/types.h>
20430 #ifdef HAVE_SYS_SOCKET_H
20431 # include <sys/socket.h>
20432 #endif
20433 #ifdef HAVE_SYS_UN_H
20434 # include <sys/un.h>
20435 #endif
20438 main ()
20440 static struct sockaddr ac_aggr;
20441 if (ac_aggr.sa_len)
20442 return 0;
20444 return 0;
20446 _ACEOF
20447 rm -f conftest.$ac_objext
20448 if { (ac_try="$ac_compile"
20449 case "(($ac_try" in
20450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20451 *) ac_try_echo=$ac_try;;
20452 esac
20453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20454 (eval "$ac_compile") 2>conftest.er1
20455 ac_status=$?
20456 grep -v '^ *+' conftest.er1 >conftest.err
20457 rm -f conftest.er1
20458 cat conftest.err >&5
20459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20460 (exit $ac_status); } && {
20461 test -z "$ac_c_werror_flag" ||
20462 test ! -s conftest.err
20463 } && test -s conftest.$ac_objext; then
20464 ac_cv_member_struct_sockaddr_sa_len=yes
20465 else
20466 echo "$as_me: failed program was:" >&5
20467 sed 's/^/| /' conftest.$ac_ext >&5
20469 cat >conftest.$ac_ext <<_ACEOF
20470 /* confdefs.h. */
20471 _ACEOF
20472 cat confdefs.h >>conftest.$ac_ext
20473 cat >>conftest.$ac_ext <<_ACEOF
20474 /* end confdefs.h. */
20475 #include <sys/types.h>
20476 #ifdef HAVE_SYS_SOCKET_H
20477 # include <sys/socket.h>
20478 #endif
20479 #ifdef HAVE_SYS_UN_H
20480 # include <sys/un.h>
20481 #endif
20484 main ()
20486 static struct sockaddr ac_aggr;
20487 if (sizeof ac_aggr.sa_len)
20488 return 0;
20490 return 0;
20492 _ACEOF
20493 rm -f conftest.$ac_objext
20494 if { (ac_try="$ac_compile"
20495 case "(($ac_try" in
20496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20497 *) ac_try_echo=$ac_try;;
20498 esac
20499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20500 (eval "$ac_compile") 2>conftest.er1
20501 ac_status=$?
20502 grep -v '^ *+' conftest.er1 >conftest.err
20503 rm -f conftest.er1
20504 cat conftest.err >&5
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); } && {
20507 test -z "$ac_c_werror_flag" ||
20508 test ! -s conftest.err
20509 } && test -s conftest.$ac_objext; then
20510 ac_cv_member_struct_sockaddr_sa_len=yes
20511 else
20512 echo "$as_me: failed program was:" >&5
20513 sed 's/^/| /' conftest.$ac_ext >&5
20515 ac_cv_member_struct_sockaddr_sa_len=no
20518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20523 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20524 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20525 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20527 cat >>confdefs.h <<_ACEOF
20528 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20529 _ACEOF
20533 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20534 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20535 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20536 echo $ECHO_N "(cached) $ECHO_C" >&6
20537 else
20538 cat >conftest.$ac_ext <<_ACEOF
20539 /* confdefs.h. */
20540 _ACEOF
20541 cat confdefs.h >>conftest.$ac_ext
20542 cat >>conftest.$ac_ext <<_ACEOF
20543 /* end confdefs.h. */
20544 #include <sys/types.h>
20545 #ifdef HAVE_SYS_SOCKET_H
20546 # include <sys/socket.h>
20547 #endif
20548 #ifdef HAVE_SYS_UN_H
20549 # include <sys/un.h>
20550 #endif
20553 main ()
20555 static struct sockaddr_un ac_aggr;
20556 if (ac_aggr.sun_len)
20557 return 0;
20559 return 0;
20561 _ACEOF
20562 rm -f conftest.$ac_objext
20563 if { (ac_try="$ac_compile"
20564 case "(($ac_try" in
20565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20566 *) ac_try_echo=$ac_try;;
20567 esac
20568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20569 (eval "$ac_compile") 2>conftest.er1
20570 ac_status=$?
20571 grep -v '^ *+' conftest.er1 >conftest.err
20572 rm -f conftest.er1
20573 cat conftest.err >&5
20574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20575 (exit $ac_status); } && {
20576 test -z "$ac_c_werror_flag" ||
20577 test ! -s conftest.err
20578 } && test -s conftest.$ac_objext; then
20579 ac_cv_member_struct_sockaddr_un_sun_len=yes
20580 else
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20584 cat >conftest.$ac_ext <<_ACEOF
20585 /* confdefs.h. */
20586 _ACEOF
20587 cat confdefs.h >>conftest.$ac_ext
20588 cat >>conftest.$ac_ext <<_ACEOF
20589 /* end confdefs.h. */
20590 #include <sys/types.h>
20591 #ifdef HAVE_SYS_SOCKET_H
20592 # include <sys/socket.h>
20593 #endif
20594 #ifdef HAVE_SYS_UN_H
20595 # include <sys/un.h>
20596 #endif
20599 main ()
20601 static struct sockaddr_un ac_aggr;
20602 if (sizeof ac_aggr.sun_len)
20603 return 0;
20605 return 0;
20607 _ACEOF
20608 rm -f conftest.$ac_objext
20609 if { (ac_try="$ac_compile"
20610 case "(($ac_try" in
20611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20612 *) ac_try_echo=$ac_try;;
20613 esac
20614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20615 (eval "$ac_compile") 2>conftest.er1
20616 ac_status=$?
20617 grep -v '^ *+' conftest.er1 >conftest.err
20618 rm -f conftest.er1
20619 cat conftest.err >&5
20620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20621 (exit $ac_status); } && {
20622 test -z "$ac_c_werror_flag" ||
20623 test ! -s conftest.err
20624 } && test -s conftest.$ac_objext; then
20625 ac_cv_member_struct_sockaddr_un_sun_len=yes
20626 else
20627 echo "$as_me: failed program was:" >&5
20628 sed 's/^/| /' conftest.$ac_ext >&5
20630 ac_cv_member_struct_sockaddr_un_sun_len=no
20633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20638 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20639 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20640 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20642 cat >>confdefs.h <<_ACEOF
20643 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20644 _ACEOF
20650 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20651 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20652 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20653 echo $ECHO_N "(cached) $ECHO_C" >&6
20654 else
20655 cat >conftest.$ac_ext <<_ACEOF
20656 /* confdefs.h. */
20657 _ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20661 #include <sys/types.h>
20662 #ifdef HAVE_SCSI_SG_H
20663 #include <scsi/sg.h>
20664 #endif
20667 main ()
20669 static scsireq_t ac_aggr;
20670 if (ac_aggr.cmd)
20671 return 0;
20673 return 0;
20675 _ACEOF
20676 rm -f conftest.$ac_objext
20677 if { (ac_try="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_scsireq_t_cmd=yes
20694 else
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 cat >conftest.$ac_ext <<_ACEOF
20699 /* confdefs.h. */
20700 _ACEOF
20701 cat confdefs.h >>conftest.$ac_ext
20702 cat >>conftest.$ac_ext <<_ACEOF
20703 /* end confdefs.h. */
20704 #include <sys/types.h>
20705 #ifdef HAVE_SCSI_SG_H
20706 #include <scsi/sg.h>
20707 #endif
20710 main ()
20712 static scsireq_t ac_aggr;
20713 if (sizeof ac_aggr.cmd)
20714 return 0;
20716 return 0;
20718 _ACEOF
20719 rm -f conftest.$ac_objext
20720 if { (ac_try="$ac_compile"
20721 case "(($ac_try" in
20722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20723 *) ac_try_echo=$ac_try;;
20724 esac
20725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20726 (eval "$ac_compile") 2>conftest.er1
20727 ac_status=$?
20728 grep -v '^ *+' conftest.er1 >conftest.err
20729 rm -f conftest.er1
20730 cat conftest.err >&5
20731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20732 (exit $ac_status); } && {
20733 test -z "$ac_c_werror_flag" ||
20734 test ! -s conftest.err
20735 } && test -s conftest.$ac_objext; then
20736 ac_cv_member_scsireq_t_cmd=yes
20737 else
20738 echo "$as_me: failed program was:" >&5
20739 sed 's/^/| /' conftest.$ac_ext >&5
20741 ac_cv_member_scsireq_t_cmd=no
20744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20749 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20750 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20751 if test $ac_cv_member_scsireq_t_cmd = yes; then
20753 cat >>confdefs.h <<_ACEOF
20754 #define HAVE_SCSIREQ_T_CMD 1
20755 _ACEOF
20759 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20760 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20761 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20762 echo $ECHO_N "(cached) $ECHO_C" >&6
20763 else
20764 cat >conftest.$ac_ext <<_ACEOF
20765 /* confdefs.h. */
20766 _ACEOF
20767 cat confdefs.h >>conftest.$ac_ext
20768 cat >>conftest.$ac_ext <<_ACEOF
20769 /* end confdefs.h. */
20770 #include <sys/types.h>
20771 #ifdef HAVE_SCSI_SG_H
20772 #include <scsi/sg.h>
20773 #endif
20776 main ()
20778 static sg_io_hdr_t ac_aggr;
20779 if (ac_aggr.interface_id)
20780 return 0;
20782 return 0;
20784 _ACEOF
20785 rm -f conftest.$ac_objext
20786 if { (ac_try="$ac_compile"
20787 case "(($ac_try" in
20788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20789 *) ac_try_echo=$ac_try;;
20790 esac
20791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20792 (eval "$ac_compile") 2>conftest.er1
20793 ac_status=$?
20794 grep -v '^ *+' conftest.er1 >conftest.err
20795 rm -f conftest.er1
20796 cat conftest.err >&5
20797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20798 (exit $ac_status); } && {
20799 test -z "$ac_c_werror_flag" ||
20800 test ! -s conftest.err
20801 } && test -s conftest.$ac_objext; then
20802 ac_cv_member_sg_io_hdr_t_interface_id=yes
20803 else
20804 echo "$as_me: failed program was:" >&5
20805 sed 's/^/| /' conftest.$ac_ext >&5
20807 cat >conftest.$ac_ext <<_ACEOF
20808 /* confdefs.h. */
20809 _ACEOF
20810 cat confdefs.h >>conftest.$ac_ext
20811 cat >>conftest.$ac_ext <<_ACEOF
20812 /* end confdefs.h. */
20813 #include <sys/types.h>
20814 #ifdef HAVE_SCSI_SG_H
20815 #include <scsi/sg.h>
20816 #endif
20819 main ()
20821 static sg_io_hdr_t ac_aggr;
20822 if (sizeof ac_aggr.interface_id)
20823 return 0;
20825 return 0;
20827 _ACEOF
20828 rm -f conftest.$ac_objext
20829 if { (ac_try="$ac_compile"
20830 case "(($ac_try" in
20831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20832 *) ac_try_echo=$ac_try;;
20833 esac
20834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20835 (eval "$ac_compile") 2>conftest.er1
20836 ac_status=$?
20837 grep -v '^ *+' conftest.er1 >conftest.err
20838 rm -f conftest.er1
20839 cat conftest.err >&5
20840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841 (exit $ac_status); } && {
20842 test -z "$ac_c_werror_flag" ||
20843 test ! -s conftest.err
20844 } && test -s conftest.$ac_objext; then
20845 ac_cv_member_sg_io_hdr_t_interface_id=yes
20846 else
20847 echo "$as_me: failed program was:" >&5
20848 sed 's/^/| /' conftest.$ac_ext >&5
20850 ac_cv_member_sg_io_hdr_t_interface_id=no
20853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20858 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20859 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20860 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20862 cat >>confdefs.h <<_ACEOF
20863 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20864 _ACEOF
20870 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20871 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20872 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20873 echo $ECHO_N "(cached) $ECHO_C" >&6
20874 else
20875 cat >conftest.$ac_ext <<_ACEOF
20876 /* confdefs.h. */
20877 _ACEOF
20878 cat confdefs.h >>conftest.$ac_ext
20879 cat >>conftest.$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <signal.h>
20884 main ()
20886 static siginfo_t ac_aggr;
20887 if (ac_aggr.si_fd)
20888 return 0;
20890 return 0;
20892 _ACEOF
20893 rm -f conftest.$ac_objext
20894 if { (ac_try="$ac_compile"
20895 case "(($ac_try" in
20896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20897 *) ac_try_echo=$ac_try;;
20898 esac
20899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20900 (eval "$ac_compile") 2>conftest.er1
20901 ac_status=$?
20902 grep -v '^ *+' conftest.er1 >conftest.err
20903 rm -f conftest.er1
20904 cat conftest.err >&5
20905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); } && {
20907 test -z "$ac_c_werror_flag" ||
20908 test ! -s conftest.err
20909 } && test -s conftest.$ac_objext; then
20910 ac_cv_member_siginfo_t_si_fd=yes
20911 else
20912 echo "$as_me: failed program was:" >&5
20913 sed 's/^/| /' conftest.$ac_ext >&5
20915 cat >conftest.$ac_ext <<_ACEOF
20916 /* confdefs.h. */
20917 _ACEOF
20918 cat confdefs.h >>conftest.$ac_ext
20919 cat >>conftest.$ac_ext <<_ACEOF
20920 /* end confdefs.h. */
20921 #include <signal.h>
20924 main ()
20926 static siginfo_t ac_aggr;
20927 if (sizeof ac_aggr.si_fd)
20928 return 0;
20930 return 0;
20932 _ACEOF
20933 rm -f conftest.$ac_objext
20934 if { (ac_try="$ac_compile"
20935 case "(($ac_try" in
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938 esac
20939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20940 (eval "$ac_compile") 2>conftest.er1
20941 ac_status=$?
20942 grep -v '^ *+' conftest.er1 >conftest.err
20943 rm -f conftest.er1
20944 cat conftest.err >&5
20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20946 (exit $ac_status); } && {
20947 test -z "$ac_c_werror_flag" ||
20948 test ! -s conftest.err
20949 } && test -s conftest.$ac_objext; then
20950 ac_cv_member_siginfo_t_si_fd=yes
20951 else
20952 echo "$as_me: failed program was:" >&5
20953 sed 's/^/| /' conftest.$ac_ext >&5
20955 ac_cv_member_siginfo_t_si_fd=no
20958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20963 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20964 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20965 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20967 cat >>confdefs.h <<_ACEOF
20968 #define HAVE_SIGINFO_T_SI_FD 1
20969 _ACEOF
20975 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20976 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20977 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20978 echo $ECHO_N "(cached) $ECHO_C" >&6
20979 else
20980 cat >conftest.$ac_ext <<_ACEOF
20981 /* confdefs.h. */
20982 _ACEOF
20983 cat confdefs.h >>conftest.$ac_ext
20984 cat >>conftest.$ac_ext <<_ACEOF
20985 /* end confdefs.h. */
20986 #include <sys/types.h>
20987 #ifdef HAVE_SYS_MTIO_H
20988 #include <sys/mtio.h>
20989 #endif
20992 main ()
20994 static struct mtget ac_aggr;
20995 if (ac_aggr.mt_blksiz)
20996 return 0;
20998 return 0;
21000 _ACEOF
21001 rm -f conftest.$ac_objext
21002 if { (ac_try="$ac_compile"
21003 case "(($ac_try" in
21004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21005 *) ac_try_echo=$ac_try;;
21006 esac
21007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21008 (eval "$ac_compile") 2>conftest.er1
21009 ac_status=$?
21010 grep -v '^ *+' conftest.er1 >conftest.err
21011 rm -f conftest.er1
21012 cat conftest.err >&5
21013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21014 (exit $ac_status); } && {
21015 test -z "$ac_c_werror_flag" ||
21016 test ! -s conftest.err
21017 } && test -s conftest.$ac_objext; then
21018 ac_cv_member_struct_mtget_mt_blksiz=yes
21019 else
21020 echo "$as_me: failed program was:" >&5
21021 sed 's/^/| /' conftest.$ac_ext >&5
21023 cat >conftest.$ac_ext <<_ACEOF
21024 /* confdefs.h. */
21025 _ACEOF
21026 cat confdefs.h >>conftest.$ac_ext
21027 cat >>conftest.$ac_ext <<_ACEOF
21028 /* end confdefs.h. */
21029 #include <sys/types.h>
21030 #ifdef HAVE_SYS_MTIO_H
21031 #include <sys/mtio.h>
21032 #endif
21035 main ()
21037 static struct mtget ac_aggr;
21038 if (sizeof ac_aggr.mt_blksiz)
21039 return 0;
21041 return 0;
21043 _ACEOF
21044 rm -f conftest.$ac_objext
21045 if { (ac_try="$ac_compile"
21046 case "(($ac_try" in
21047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21048 *) ac_try_echo=$ac_try;;
21049 esac
21050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21051 (eval "$ac_compile") 2>conftest.er1
21052 ac_status=$?
21053 grep -v '^ *+' conftest.er1 >conftest.err
21054 rm -f conftest.er1
21055 cat conftest.err >&5
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); } && {
21058 test -z "$ac_c_werror_flag" ||
21059 test ! -s conftest.err
21060 } && test -s conftest.$ac_objext; then
21061 ac_cv_member_struct_mtget_mt_blksiz=yes
21062 else
21063 echo "$as_me: failed program was:" >&5
21064 sed 's/^/| /' conftest.$ac_ext >&5
21066 ac_cv_member_struct_mtget_mt_blksiz=no
21069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21074 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21075 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21076 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21078 cat >>confdefs.h <<_ACEOF
21079 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21080 _ACEOF
21084 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21085 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21086 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21087 echo $ECHO_N "(cached) $ECHO_C" >&6
21088 else
21089 cat >conftest.$ac_ext <<_ACEOF
21090 /* confdefs.h. */
21091 _ACEOF
21092 cat confdefs.h >>conftest.$ac_ext
21093 cat >>conftest.$ac_ext <<_ACEOF
21094 /* end confdefs.h. */
21095 #include <sys/types.h>
21096 #ifdef HAVE_SYS_MTIO_H
21097 #include <sys/mtio.h>
21098 #endif
21101 main ()
21103 static struct mtget ac_aggr;
21104 if (ac_aggr.mt_gstat)
21105 return 0;
21107 return 0;
21109 _ACEOF
21110 rm -f conftest.$ac_objext
21111 if { (ac_try="$ac_compile"
21112 case "(($ac_try" in
21113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21114 *) ac_try_echo=$ac_try;;
21115 esac
21116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21117 (eval "$ac_compile") 2>conftest.er1
21118 ac_status=$?
21119 grep -v '^ *+' conftest.er1 >conftest.err
21120 rm -f conftest.er1
21121 cat conftest.err >&5
21122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21123 (exit $ac_status); } && {
21124 test -z "$ac_c_werror_flag" ||
21125 test ! -s conftest.err
21126 } && test -s conftest.$ac_objext; then
21127 ac_cv_member_struct_mtget_mt_gstat=yes
21128 else
21129 echo "$as_me: failed program was:" >&5
21130 sed 's/^/| /' conftest.$ac_ext >&5
21132 cat >conftest.$ac_ext <<_ACEOF
21133 /* confdefs.h. */
21134 _ACEOF
21135 cat confdefs.h >>conftest.$ac_ext
21136 cat >>conftest.$ac_ext <<_ACEOF
21137 /* end confdefs.h. */
21138 #include <sys/types.h>
21139 #ifdef HAVE_SYS_MTIO_H
21140 #include <sys/mtio.h>
21141 #endif
21144 main ()
21146 static struct mtget ac_aggr;
21147 if (sizeof ac_aggr.mt_gstat)
21148 return 0;
21150 return 0;
21152 _ACEOF
21153 rm -f conftest.$ac_objext
21154 if { (ac_try="$ac_compile"
21155 case "(($ac_try" in
21156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21157 *) ac_try_echo=$ac_try;;
21158 esac
21159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21160 (eval "$ac_compile") 2>conftest.er1
21161 ac_status=$?
21162 grep -v '^ *+' conftest.er1 >conftest.err
21163 rm -f conftest.er1
21164 cat conftest.err >&5
21165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21166 (exit $ac_status); } && {
21167 test -z "$ac_c_werror_flag" ||
21168 test ! -s conftest.err
21169 } && test -s conftest.$ac_objext; then
21170 ac_cv_member_struct_mtget_mt_gstat=yes
21171 else
21172 echo "$as_me: failed program was:" >&5
21173 sed 's/^/| /' conftest.$ac_ext >&5
21175 ac_cv_member_struct_mtget_mt_gstat=no
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21183 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21184 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21185 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21187 cat >>confdefs.h <<_ACEOF
21188 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21189 _ACEOF
21193 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21194 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21195 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21196 echo $ECHO_N "(cached) $ECHO_C" >&6
21197 else
21198 cat >conftest.$ac_ext <<_ACEOF
21199 /* confdefs.h. */
21200 _ACEOF
21201 cat confdefs.h >>conftest.$ac_ext
21202 cat >>conftest.$ac_ext <<_ACEOF
21203 /* end confdefs.h. */
21204 #include <sys/types.h>
21205 #ifdef HAVE_SYS_MTIO_H
21206 #include <sys/mtio.h>
21207 #endif
21210 main ()
21212 static struct mtget ac_aggr;
21213 if (ac_aggr.mt_blkno)
21214 return 0;
21216 return 0;
21218 _ACEOF
21219 rm -f conftest.$ac_objext
21220 if { (ac_try="$ac_compile"
21221 case "(($ac_try" in
21222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223 *) ac_try_echo=$ac_try;;
21224 esac
21225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21226 (eval "$ac_compile") 2>conftest.er1
21227 ac_status=$?
21228 grep -v '^ *+' conftest.er1 >conftest.err
21229 rm -f conftest.er1
21230 cat conftest.err >&5
21231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21232 (exit $ac_status); } && {
21233 test -z "$ac_c_werror_flag" ||
21234 test ! -s conftest.err
21235 } && test -s conftest.$ac_objext; then
21236 ac_cv_member_struct_mtget_mt_blkno=yes
21237 else
21238 echo "$as_me: failed program was:" >&5
21239 sed 's/^/| /' conftest.$ac_ext >&5
21241 cat >conftest.$ac_ext <<_ACEOF
21242 /* confdefs.h. */
21243 _ACEOF
21244 cat confdefs.h >>conftest.$ac_ext
21245 cat >>conftest.$ac_ext <<_ACEOF
21246 /* end confdefs.h. */
21247 #include <sys/types.h>
21248 #ifdef HAVE_SYS_MTIO_H
21249 #include <sys/mtio.h>
21250 #endif
21253 main ()
21255 static struct mtget ac_aggr;
21256 if (sizeof ac_aggr.mt_blkno)
21257 return 0;
21259 return 0;
21261 _ACEOF
21262 rm -f conftest.$ac_objext
21263 if { (ac_try="$ac_compile"
21264 case "(($ac_try" in
21265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21266 *) ac_try_echo=$ac_try;;
21267 esac
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21270 ac_status=$?
21271 grep -v '^ *+' conftest.er1 >conftest.err
21272 rm -f conftest.er1
21273 cat conftest.err >&5
21274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.$ac_objext; then
21279 ac_cv_member_struct_mtget_mt_blkno=yes
21280 else
21281 echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.$ac_ext >&5
21284 ac_cv_member_struct_mtget_mt_blkno=no
21287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21292 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21293 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21294 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21296 cat >>confdefs.h <<_ACEOF
21297 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21298 _ACEOF
21304 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21305 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21306 if test "${ac_cv_member_struct_option_name+set}" = set; then
21307 echo $ECHO_N "(cached) $ECHO_C" >&6
21308 else
21309 cat >conftest.$ac_ext <<_ACEOF
21310 /* confdefs.h. */
21311 _ACEOF
21312 cat confdefs.h >>conftest.$ac_ext
21313 cat >>conftest.$ac_ext <<_ACEOF
21314 /* end confdefs.h. */
21315 #ifdef HAVE_GETOPT_H
21316 #include <getopt.h>
21317 #endif
21320 main ()
21322 static struct option ac_aggr;
21323 if (ac_aggr.name)
21324 return 0;
21326 return 0;
21328 _ACEOF
21329 rm -f conftest.$ac_objext
21330 if { (ac_try="$ac_compile"
21331 case "(($ac_try" in
21332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21333 *) ac_try_echo=$ac_try;;
21334 esac
21335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21336 (eval "$ac_compile") 2>conftest.er1
21337 ac_status=$?
21338 grep -v '^ *+' conftest.er1 >conftest.err
21339 rm -f conftest.er1
21340 cat conftest.err >&5
21341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21342 (exit $ac_status); } && {
21343 test -z "$ac_c_werror_flag" ||
21344 test ! -s conftest.err
21345 } && test -s conftest.$ac_objext; then
21346 ac_cv_member_struct_option_name=yes
21347 else
21348 echo "$as_me: failed program was:" >&5
21349 sed 's/^/| /' conftest.$ac_ext >&5
21351 cat >conftest.$ac_ext <<_ACEOF
21352 /* confdefs.h. */
21353 _ACEOF
21354 cat confdefs.h >>conftest.$ac_ext
21355 cat >>conftest.$ac_ext <<_ACEOF
21356 /* end confdefs.h. */
21357 #ifdef HAVE_GETOPT_H
21358 #include <getopt.h>
21359 #endif
21362 main ()
21364 static struct option ac_aggr;
21365 if (sizeof ac_aggr.name)
21366 return 0;
21368 return 0;
21370 _ACEOF
21371 rm -f conftest.$ac_objext
21372 if { (ac_try="$ac_compile"
21373 case "(($ac_try" in
21374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21375 *) ac_try_echo=$ac_try;;
21376 esac
21377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.$ac_objext; then
21388 ac_cv_member_struct_option_name=yes
21389 else
21390 echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.$ac_ext >&5
21393 ac_cv_member_struct_option_name=no
21396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21401 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21402 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21403 if test $ac_cv_member_struct_option_name = yes; then
21405 cat >>confdefs.h <<_ACEOF
21406 #define HAVE_STRUCT_OPTION_NAME 1
21407 _ACEOF
21413 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21414 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21415 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21416 echo $ECHO_N "(cached) $ECHO_C" >&6
21417 else
21418 cat >conftest.$ac_ext <<_ACEOF
21419 /* confdefs.h. */
21420 _ACEOF
21421 cat confdefs.h >>conftest.$ac_ext
21422 cat >>conftest.$ac_ext <<_ACEOF
21423 /* end confdefs.h. */
21424 $ac_includes_default
21426 main ()
21428 static struct stat ac_aggr;
21429 if (ac_aggr.st_blocks)
21430 return 0;
21432 return 0;
21434 _ACEOF
21435 rm -f conftest.$ac_objext
21436 if { (ac_try="$ac_compile"
21437 case "(($ac_try" in
21438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21439 *) ac_try_echo=$ac_try;;
21440 esac
21441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21442 (eval "$ac_compile") 2>conftest.er1
21443 ac_status=$?
21444 grep -v '^ *+' conftest.er1 >conftest.err
21445 rm -f conftest.er1
21446 cat conftest.err >&5
21447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21448 (exit $ac_status); } && {
21449 test -z "$ac_c_werror_flag" ||
21450 test ! -s conftest.err
21451 } && test -s conftest.$ac_objext; then
21452 ac_cv_member_struct_stat_st_blocks=yes
21453 else
21454 echo "$as_me: failed program was:" >&5
21455 sed 's/^/| /' conftest.$ac_ext >&5
21457 cat >conftest.$ac_ext <<_ACEOF
21458 /* confdefs.h. */
21459 _ACEOF
21460 cat confdefs.h >>conftest.$ac_ext
21461 cat >>conftest.$ac_ext <<_ACEOF
21462 /* end confdefs.h. */
21463 $ac_includes_default
21465 main ()
21467 static struct stat ac_aggr;
21468 if (sizeof ac_aggr.st_blocks)
21469 return 0;
21471 return 0;
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478 *) ac_try_echo=$ac_try;;
21479 esac
21480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21481 (eval "$ac_compile") 2>conftest.er1
21482 ac_status=$?
21483 grep -v '^ *+' conftest.er1 >conftest.err
21484 rm -f conftest.er1
21485 cat conftest.err >&5
21486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487 (exit $ac_status); } && {
21488 test -z "$ac_c_werror_flag" ||
21489 test ! -s conftest.err
21490 } && test -s conftest.$ac_objext; then
21491 ac_cv_member_struct_stat_st_blocks=yes
21492 else
21493 echo "$as_me: failed program was:" >&5
21494 sed 's/^/| /' conftest.$ac_ext >&5
21496 ac_cv_member_struct_stat_st_blocks=no
21499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21504 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21505 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21506 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21508 cat >>confdefs.h <<_ACEOF
21509 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21510 _ACEOF
21514 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21515 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21516 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21517 echo $ECHO_N "(cached) $ECHO_C" >&6
21518 else
21519 cat >conftest.$ac_ext <<_ACEOF
21520 /* confdefs.h. */
21521 _ACEOF
21522 cat confdefs.h >>conftest.$ac_ext
21523 cat >>conftest.$ac_ext <<_ACEOF
21524 /* end confdefs.h. */
21525 $ac_includes_default
21527 main ()
21529 static struct stat ac_aggr;
21530 if (ac_aggr.st_mtim)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21543 (eval "$ac_compile") 2>conftest.er1
21544 ac_status=$?
21545 grep -v '^ *+' conftest.er1 >conftest.err
21546 rm -f conftest.er1
21547 cat conftest.err >&5
21548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21549 (exit $ac_status); } && {
21550 test -z "$ac_c_werror_flag" ||
21551 test ! -s conftest.err
21552 } && test -s conftest.$ac_objext; then
21553 ac_cv_member_struct_stat_st_mtim=yes
21554 else
21555 echo "$as_me: failed program was:" >&5
21556 sed 's/^/| /' conftest.$ac_ext >&5
21558 cat >conftest.$ac_ext <<_ACEOF
21559 /* confdefs.h. */
21560 _ACEOF
21561 cat confdefs.h >>conftest.$ac_ext
21562 cat >>conftest.$ac_ext <<_ACEOF
21563 /* end confdefs.h. */
21564 $ac_includes_default
21566 main ()
21568 static struct stat ac_aggr;
21569 if (sizeof ac_aggr.st_mtim)
21570 return 0;
21572 return 0;
21574 _ACEOF
21575 rm -f conftest.$ac_objext
21576 if { (ac_try="$ac_compile"
21577 case "(($ac_try" in
21578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21579 *) ac_try_echo=$ac_try;;
21580 esac
21581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21582 (eval "$ac_compile") 2>conftest.er1
21583 ac_status=$?
21584 grep -v '^ *+' conftest.er1 >conftest.err
21585 rm -f conftest.er1
21586 cat conftest.err >&5
21587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21588 (exit $ac_status); } && {
21589 test -z "$ac_c_werror_flag" ||
21590 test ! -s conftest.err
21591 } && test -s conftest.$ac_objext; then
21592 ac_cv_member_struct_stat_st_mtim=yes
21593 else
21594 echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.$ac_ext >&5
21597 ac_cv_member_struct_stat_st_mtim=no
21600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21605 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21606 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21607 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21609 cat >>confdefs.h <<_ACEOF
21610 #define HAVE_STRUCT_STAT_ST_MTIM 1
21611 _ACEOF
21615 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21616 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21617 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21618 echo $ECHO_N "(cached) $ECHO_C" >&6
21619 else
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 $ac_includes_default
21628 main ()
21630 static struct stat ac_aggr;
21631 if (ac_aggr.st_ctim)
21632 return 0;
21634 return 0;
21636 _ACEOF
21637 rm -f conftest.$ac_objext
21638 if { (ac_try="$ac_compile"
21639 case "(($ac_try" in
21640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21641 *) ac_try_echo=$ac_try;;
21642 esac
21643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21644 (eval "$ac_compile") 2>conftest.er1
21645 ac_status=$?
21646 grep -v '^ *+' conftest.er1 >conftest.err
21647 rm -f conftest.er1
21648 cat conftest.err >&5
21649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21650 (exit $ac_status); } && {
21651 test -z "$ac_c_werror_flag" ||
21652 test ! -s conftest.err
21653 } && test -s conftest.$ac_objext; then
21654 ac_cv_member_struct_stat_st_ctim=yes
21655 else
21656 echo "$as_me: failed program was:" >&5
21657 sed 's/^/| /' conftest.$ac_ext >&5
21659 cat >conftest.$ac_ext <<_ACEOF
21660 /* confdefs.h. */
21661 _ACEOF
21662 cat confdefs.h >>conftest.$ac_ext
21663 cat >>conftest.$ac_ext <<_ACEOF
21664 /* end confdefs.h. */
21665 $ac_includes_default
21667 main ()
21669 static struct stat ac_aggr;
21670 if (sizeof ac_aggr.st_ctim)
21671 return 0;
21673 return 0;
21675 _ACEOF
21676 rm -f conftest.$ac_objext
21677 if { (ac_try="$ac_compile"
21678 case "(($ac_try" in
21679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21680 *) ac_try_echo=$ac_try;;
21681 esac
21682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21683 (eval "$ac_compile") 2>conftest.er1
21684 ac_status=$?
21685 grep -v '^ *+' conftest.er1 >conftest.err
21686 rm -f conftest.er1
21687 cat conftest.err >&5
21688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21689 (exit $ac_status); } && {
21690 test -z "$ac_c_werror_flag" ||
21691 test ! -s conftest.err
21692 } && test -s conftest.$ac_objext; then
21693 ac_cv_member_struct_stat_st_ctim=yes
21694 else
21695 echo "$as_me: failed program was:" >&5
21696 sed 's/^/| /' conftest.$ac_ext >&5
21698 ac_cv_member_struct_stat_st_ctim=no
21701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21706 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21707 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21708 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21710 cat >>confdefs.h <<_ACEOF
21711 #define HAVE_STRUCT_STAT_ST_CTIM 1
21712 _ACEOF
21716 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21717 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21718 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21719 echo $ECHO_N "(cached) $ECHO_C" >&6
21720 else
21721 cat >conftest.$ac_ext <<_ACEOF
21722 /* confdefs.h. */
21723 _ACEOF
21724 cat confdefs.h >>conftest.$ac_ext
21725 cat >>conftest.$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 $ac_includes_default
21729 main ()
21731 static struct stat ac_aggr;
21732 if (ac_aggr.st_atim)
21733 return 0;
21735 return 0;
21737 _ACEOF
21738 rm -f conftest.$ac_objext
21739 if { (ac_try="$ac_compile"
21740 case "(($ac_try" in
21741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21742 *) ac_try_echo=$ac_try;;
21743 esac
21744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21745 (eval "$ac_compile") 2>conftest.er1
21746 ac_status=$?
21747 grep -v '^ *+' conftest.er1 >conftest.err
21748 rm -f conftest.er1
21749 cat conftest.err >&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); } && {
21752 test -z "$ac_c_werror_flag" ||
21753 test ! -s conftest.err
21754 } && test -s conftest.$ac_objext; then
21755 ac_cv_member_struct_stat_st_atim=yes
21756 else
21757 echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.$ac_ext >&5
21760 cat >conftest.$ac_ext <<_ACEOF
21761 /* confdefs.h. */
21762 _ACEOF
21763 cat confdefs.h >>conftest.$ac_ext
21764 cat >>conftest.$ac_ext <<_ACEOF
21765 /* end confdefs.h. */
21766 $ac_includes_default
21768 main ()
21770 static struct stat ac_aggr;
21771 if (sizeof ac_aggr.st_atim)
21772 return 0;
21774 return 0;
21776 _ACEOF
21777 rm -f conftest.$ac_objext
21778 if { (ac_try="$ac_compile"
21779 case "(($ac_try" in
21780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21781 *) ac_try_echo=$ac_try;;
21782 esac
21783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21784 (eval "$ac_compile") 2>conftest.er1
21785 ac_status=$?
21786 grep -v '^ *+' conftest.er1 >conftest.err
21787 rm -f conftest.er1
21788 cat conftest.err >&5
21789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); } && {
21791 test -z "$ac_c_werror_flag" ||
21792 test ! -s conftest.err
21793 } && test -s conftest.$ac_objext; then
21794 ac_cv_member_struct_stat_st_atim=yes
21795 else
21796 echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21799 ac_cv_member_struct_stat_st_atim=no
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21808 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21809 if test $ac_cv_member_struct_stat_st_atim = yes; then
21811 cat >>confdefs.h <<_ACEOF
21812 #define HAVE_STRUCT_STAT_ST_ATIM 1
21813 _ACEOF
21819 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21820 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21821 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21822 echo $ECHO_N "(cached) $ECHO_C" >&6
21823 else
21824 cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h. */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h. */
21830 #ifdef HAVE_SYS_TYPES_H
21831 #include <sys/types.h>
21832 #endif
21833 #ifdef HAVE_NETINET_IN_H
21834 #include <netinet/in.h>
21835 #endif
21838 main ()
21840 static struct sockaddr_in6 ac_aggr;
21841 if (ac_aggr.sin6_scope_id)
21842 return 0;
21844 return 0;
21846 _ACEOF
21847 rm -f conftest.$ac_objext
21848 if { (ac_try="$ac_compile"
21849 case "(($ac_try" in
21850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21851 *) ac_try_echo=$ac_try;;
21852 esac
21853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21854 (eval "$ac_compile") 2>conftest.er1
21855 ac_status=$?
21856 grep -v '^ *+' conftest.er1 >conftest.err
21857 rm -f conftest.er1
21858 cat conftest.err >&5
21859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21860 (exit $ac_status); } && {
21861 test -z "$ac_c_werror_flag" ||
21862 test ! -s conftest.err
21863 } && test -s conftest.$ac_objext; then
21864 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21865 else
21866 echo "$as_me: failed program was:" >&5
21867 sed 's/^/| /' conftest.$ac_ext >&5
21869 cat >conftest.$ac_ext <<_ACEOF
21870 /* confdefs.h. */
21871 _ACEOF
21872 cat confdefs.h >>conftest.$ac_ext
21873 cat >>conftest.$ac_ext <<_ACEOF
21874 /* end confdefs.h. */
21875 #ifdef HAVE_SYS_TYPES_H
21876 #include <sys/types.h>
21877 #endif
21878 #ifdef HAVE_NETINET_IN_H
21879 #include <netinet/in.h>
21880 #endif
21883 main ()
21885 static struct sockaddr_in6 ac_aggr;
21886 if (sizeof ac_aggr.sin6_scope_id)
21887 return 0;
21889 return 0;
21891 _ACEOF
21892 rm -f conftest.$ac_objext
21893 if { (ac_try="$ac_compile"
21894 case "(($ac_try" in
21895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21896 *) ac_try_echo=$ac_try;;
21897 esac
21898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21899 (eval "$ac_compile") 2>conftest.er1
21900 ac_status=$?
21901 grep -v '^ *+' conftest.er1 >conftest.err
21902 rm -f conftest.er1
21903 cat conftest.err >&5
21904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } && {
21906 test -z "$ac_c_werror_flag" ||
21907 test ! -s conftest.err
21908 } && test -s conftest.$ac_objext; then
21909 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21910 else
21911 echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21914 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21922 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21923 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21924 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21928 _ACEOF
21934 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21935 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21936 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21937 echo $ECHO_N "(cached) $ECHO_C" >&6
21938 else
21939 cat >conftest.$ac_ext <<_ACEOF
21940 /* confdefs.h. */
21941 _ACEOF
21942 cat confdefs.h >>conftest.$ac_ext
21943 cat >>conftest.$ac_ext <<_ACEOF
21944 /* end confdefs.h. */
21945 #ifdef HAVE_SYS_TYPES_H
21946 #include <sys/types.h>
21947 #endif
21948 #ifdef HAVE_NETINET_IN_H
21949 # include <netinet/in.h>
21950 #endif
21951 #ifdef HAVE_ARPA_NAMESER_H
21952 # include <arpa/nameser.h>
21953 #endif
21956 main ()
21958 static ns_msg ac_aggr;
21959 if (ac_aggr._msg_ptr)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21972 (eval "$ac_compile") 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } && {
21979 test -z "$ac_c_werror_flag" ||
21980 test ! -s conftest.err
21981 } && test -s conftest.$ac_objext; then
21982 ac_cv_member_ns_msg__msg_ptr=yes
21983 else
21984 echo "$as_me: failed program was:" >&5
21985 sed 's/^/| /' conftest.$ac_ext >&5
21987 cat >conftest.$ac_ext <<_ACEOF
21988 /* confdefs.h. */
21989 _ACEOF
21990 cat confdefs.h >>conftest.$ac_ext
21991 cat >>conftest.$ac_ext <<_ACEOF
21992 /* end confdefs.h. */
21993 #ifdef HAVE_SYS_TYPES_H
21994 #include <sys/types.h>
21995 #endif
21996 #ifdef HAVE_NETINET_IN_H
21997 # include <netinet/in.h>
21998 #endif
21999 #ifdef HAVE_ARPA_NAMESER_H
22000 # include <arpa/nameser.h>
22001 #endif
22004 main ()
22006 static ns_msg ac_aggr;
22007 if (sizeof ac_aggr._msg_ptr)
22008 return 0;
22010 return 0;
22012 _ACEOF
22013 rm -f conftest.$ac_objext
22014 if { (ac_try="$ac_compile"
22015 case "(($ac_try" in
22016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22017 *) ac_try_echo=$ac_try;;
22018 esac
22019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_ns_msg__msg_ptr=yes
22031 else
22032 echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_member_ns_msg__msg_ptr=no
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22044 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22045 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_NS_MSG__MSG_PTR 1
22049 _ACEOF
22055 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22056 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22057 if test "${ac_cv_have_timezone+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #include <time.h>
22068 main ()
22070 timezone = 1
22072 return 0;
22074 _ACEOF
22075 rm -f conftest.$ac_objext conftest$ac_exeext
22076 if { (ac_try="$ac_link"
22077 case "(($ac_try" in
22078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22079 *) ac_try_echo=$ac_try;;
22080 esac
22081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22082 (eval "$ac_link") 2>conftest.er1
22083 ac_status=$?
22084 grep -v '^ *+' conftest.er1 >conftest.err
22085 rm -f conftest.er1
22086 cat conftest.err >&5
22087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22088 (exit $ac_status); } && {
22089 test -z "$ac_c_werror_flag" ||
22090 test ! -s conftest.err
22091 } && test -s conftest$ac_exeext &&
22092 $as_test_x conftest$ac_exeext; then
22093 ac_cv_have_timezone="yes"
22094 else
22095 echo "$as_me: failed program was:" >&5
22096 sed 's/^/| /' conftest.$ac_ext >&5
22098 ac_cv_have_timezone="no"
22101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22102 conftest$ac_exeext conftest.$ac_ext
22104 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22105 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22106 if test "$ac_cv_have_timezone" = "yes"
22107 then
22109 cat >>confdefs.h <<\_ACEOF
22110 #define HAVE_TIMEZONE 1
22111 _ACEOF
22114 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22115 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22116 if test "${ac_cv_have_daylight+set}" = set; then
22117 echo $ECHO_N "(cached) $ECHO_C" >&6
22118 else
22119 cat >conftest.$ac_ext <<_ACEOF
22120 /* confdefs.h. */
22121 _ACEOF
22122 cat confdefs.h >>conftest.$ac_ext
22123 cat >>conftest.$ac_ext <<_ACEOF
22124 /* end confdefs.h. */
22125 #include <time.h>
22127 main ()
22129 daylight = 1
22131 return 0;
22133 _ACEOF
22134 rm -f conftest.$ac_objext conftest$ac_exeext
22135 if { (ac_try="$ac_link"
22136 case "(($ac_try" in
22137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22138 *) ac_try_echo=$ac_try;;
22139 esac
22140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22141 (eval "$ac_link") 2>conftest.er1
22142 ac_status=$?
22143 grep -v '^ *+' conftest.er1 >conftest.err
22144 rm -f conftest.er1
22145 cat conftest.err >&5
22146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22147 (exit $ac_status); } && {
22148 test -z "$ac_c_werror_flag" ||
22149 test ! -s conftest.err
22150 } && test -s conftest$ac_exeext &&
22151 $as_test_x conftest$ac_exeext; then
22152 ac_cv_have_daylight="yes"
22153 else
22154 echo "$as_me: failed program was:" >&5
22155 sed 's/^/| /' conftest.$ac_ext >&5
22157 ac_cv_have_daylight="no"
22160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22161 conftest$ac_exeext conftest.$ac_ext
22163 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22164 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22165 if test "$ac_cv_have_daylight" = "yes"
22166 then
22168 cat >>confdefs.h <<\_ACEOF
22169 #define HAVE_DAYLIGHT 1
22170 _ACEOF
22174 { echo "$as_me:$LINENO: checking for isinf" >&5
22175 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22176 if test "${ac_cv_have_isinf+set}" = set; then
22177 echo $ECHO_N "(cached) $ECHO_C" >&6
22178 else
22179 cat >conftest.$ac_ext <<_ACEOF
22180 /* confdefs.h. */
22181 _ACEOF
22182 cat confdefs.h >>conftest.$ac_ext
22183 cat >>conftest.$ac_ext <<_ACEOF
22184 /* end confdefs.h. */
22185 #include <math.h>
22187 main ()
22189 float f = 0.0; int i=isinf(f)
22191 return 0;
22193 _ACEOF
22194 rm -f conftest.$ac_objext conftest$ac_exeext
22195 if { (ac_try="$ac_link"
22196 case "(($ac_try" in
22197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198 *) ac_try_echo=$ac_try;;
22199 esac
22200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22201 (eval "$ac_link") 2>conftest.er1
22202 ac_status=$?
22203 grep -v '^ *+' conftest.er1 >conftest.err
22204 rm -f conftest.er1
22205 cat conftest.err >&5
22206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22207 (exit $ac_status); } && {
22208 test -z "$ac_c_werror_flag" ||
22209 test ! -s conftest.err
22210 } && test -s conftest$ac_exeext &&
22211 $as_test_x conftest$ac_exeext; then
22212 ac_cv_have_isinf="yes"
22213 else
22214 echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22217 ac_cv_have_isinf="no"
22220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22221 conftest$ac_exeext conftest.$ac_ext
22223 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22224 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22225 if test "$ac_cv_have_isinf" = "yes"
22226 then
22228 cat >>confdefs.h <<\_ACEOF
22229 #define HAVE_ISINF 1
22230 _ACEOF
22234 { echo "$as_me:$LINENO: checking for isnan" >&5
22235 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22236 if test "${ac_cv_have_isnan+set}" = set; then
22237 echo $ECHO_N "(cached) $ECHO_C" >&6
22238 else
22239 cat >conftest.$ac_ext <<_ACEOF
22240 /* confdefs.h. */
22241 _ACEOF
22242 cat confdefs.h >>conftest.$ac_ext
22243 cat >>conftest.$ac_ext <<_ACEOF
22244 /* end confdefs.h. */
22245 #include <math.h>
22247 main ()
22249 float f = 0.0; int i=isnan(f)
22251 return 0;
22253 _ACEOF
22254 rm -f conftest.$ac_objext conftest$ac_exeext
22255 if { (ac_try="$ac_link"
22256 case "(($ac_try" in
22257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22258 *) ac_try_echo=$ac_try;;
22259 esac
22260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22261 (eval "$ac_link") 2>conftest.er1
22262 ac_status=$?
22263 grep -v '^ *+' conftest.er1 >conftest.err
22264 rm -f conftest.er1
22265 cat conftest.err >&5
22266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22267 (exit $ac_status); } && {
22268 test -z "$ac_c_werror_flag" ||
22269 test ! -s conftest.err
22270 } && test -s conftest$ac_exeext &&
22271 $as_test_x conftest$ac_exeext; then
22272 ac_cv_have_isnan="yes"
22273 else
22274 echo "$as_me: failed program was:" >&5
22275 sed 's/^/| /' conftest.$ac_ext >&5
22277 ac_cv_have_isnan="no"
22280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22281 conftest$ac_exeext conftest.$ac_ext
22283 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22284 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22285 if test "$ac_cv_have_isnan" = "yes"
22286 then
22288 cat >>confdefs.h <<\_ACEOF
22289 #define HAVE_ISNAN 1
22290 _ACEOF
22295 case $host_cpu in
22296 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22297 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22298 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22299 echo $ECHO_N "(cached) $ECHO_C" >&6
22300 else
22301 cat >conftest.$ac_ext <<_ACEOF
22302 /* confdefs.h. */
22303 _ACEOF
22304 cat confdefs.h >>conftest.$ac_ext
22305 cat >>conftest.$ac_ext <<_ACEOF
22306 /* end confdefs.h. */
22307 #ifndef __i386__
22309 #endif
22310 _ACEOF
22311 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22312 $EGREP "yes" >/dev/null 2>&1; then
22313 ac_cv_cpp_def___i386__=yes
22314 else
22315 ac_cv_cpp_def___i386__=no
22317 rm -f conftest*
22320 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22321 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22322 if test $ac_cv_cpp_def___i386__ = yes; then
22323 CFLAGS="$CFLAGS -D__i386__"
22324 LINTFLAGS="$LINTFLAGS -D__i386__"
22327 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22328 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22329 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22330 echo $ECHO_N "(cached) $ECHO_C" >&6
22331 else
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 #ifndef __x86_64__
22340 #endif
22341 _ACEOF
22342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22343 $EGREP "yes" >/dev/null 2>&1; then
22344 ac_cv_cpp_def___x86_64__=yes
22345 else
22346 ac_cv_cpp_def___x86_64__=no
22348 rm -f conftest*
22351 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22352 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22353 if test $ac_cv_cpp_def___x86_64__ = yes; then
22354 CFLAGS="$CFLAGS -D__x86_64__"
22355 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22358 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22359 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22360 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22361 echo $ECHO_N "(cached) $ECHO_C" >&6
22362 else
22363 cat >conftest.$ac_ext <<_ACEOF
22364 /* confdefs.h. */
22365 _ACEOF
22366 cat confdefs.h >>conftest.$ac_ext
22367 cat >>conftest.$ac_ext <<_ACEOF
22368 /* end confdefs.h. */
22369 #ifndef __ALPHA__
22371 #endif
22372 _ACEOF
22373 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22374 $EGREP "yes" >/dev/null 2>&1; then
22375 ac_cv_cpp_def___ALPHA__=yes
22376 else
22377 ac_cv_cpp_def___ALPHA__=no
22379 rm -f conftest*
22382 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22383 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22384 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22385 CFLAGS="$CFLAGS -D__ALPHA__"
22386 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22389 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22390 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22391 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22392 echo $ECHO_N "(cached) $ECHO_C" >&6
22393 else
22394 cat >conftest.$ac_ext <<_ACEOF
22395 /* confdefs.h. */
22396 _ACEOF
22397 cat confdefs.h >>conftest.$ac_ext
22398 cat >>conftest.$ac_ext <<_ACEOF
22399 /* end confdefs.h. */
22400 #ifndef __sparc__
22402 #endif
22403 _ACEOF
22404 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22405 $EGREP "yes" >/dev/null 2>&1; then
22406 ac_cv_cpp_def___sparc__=yes
22407 else
22408 ac_cv_cpp_def___sparc__=no
22410 rm -f conftest*
22413 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22414 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22415 if test $ac_cv_cpp_def___sparc__ = yes; then
22416 CFLAGS="$CFLAGS -D__sparc__"
22417 LINTFLAGS="$LINTFLAGS -D__sparc__"
22420 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22421 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22422 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22423 echo $ECHO_N "(cached) $ECHO_C" >&6
22424 else
22425 cat >conftest.$ac_ext <<_ACEOF
22426 /* confdefs.h. */
22427 _ACEOF
22428 cat confdefs.h >>conftest.$ac_ext
22429 cat >>conftest.$ac_ext <<_ACEOF
22430 /* end confdefs.h. */
22431 #ifndef __powerpc__
22433 #endif
22434 _ACEOF
22435 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22436 $EGREP "yes" >/dev/null 2>&1; then
22437 ac_cv_cpp_def___powerpc__=yes
22438 else
22439 ac_cv_cpp_def___powerpc__=no
22441 rm -f conftest*
22444 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22445 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22446 if test $ac_cv_cpp_def___powerpc__ = yes; then
22447 CFLAGS="$CFLAGS -D__powerpc__"
22448 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22451 esac
22453 case $host_vendor in
22454 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22455 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22456 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22457 echo $ECHO_N "(cached) $ECHO_C" >&6
22458 else
22459 cat >conftest.$ac_ext <<_ACEOF
22460 /* confdefs.h. */
22461 _ACEOF
22462 cat confdefs.h >>conftest.$ac_ext
22463 cat >>conftest.$ac_ext <<_ACEOF
22464 /* end confdefs.h. */
22465 #ifndef __sun__
22467 #endif
22468 _ACEOF
22469 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22470 $EGREP "yes" >/dev/null 2>&1; then
22471 ac_cv_cpp_def___sun__=yes
22472 else
22473 ac_cv_cpp_def___sun__=no
22475 rm -f conftest*
22478 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22479 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22480 if test $ac_cv_cpp_def___sun__ = yes; then
22481 CFLAGS="$CFLAGS -D__sun__"
22482 LINTFLAGS="$LINTFLAGS -D__sun__"
22485 esac
22488 DEPENDENCIES="### Dependencies:
22490 .INIT: Makefile
22491 .BEGIN: Makefile
22492 Makefile: dummy
22493 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22495 \$(OBJS): \$(IDL_GEN_HEADERS)
22496 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22497 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22498 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22499 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22502 ALL_MAKERULES=""
22504 ALL_MAKEFILES=""
22506 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22509 ALL_TOP_DIRS=""
22511 ALL_DLL_DIRS=""
22513 ALL_IMPLIB_DIRS=""
22515 ALL_TEST_DIRS=""
22517 ALL_PROGRAM_DIRS=""
22519 ALL_PROGRAM_INSTALL_DIRS=""
22521 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22527 ac_config_commands="$ac_config_commands include/stamp-h"
22530 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22532 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22534 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22536 ac_config_commands="$ac_config_commands dlls/user32/resources"
22538 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22540 ac_config_commands="$ac_config_commands include/wine"
22543 ALL_MAKERULES="$ALL_MAKERULES \\
22544 Make.rules"
22545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22546 Make.rules: Make.rules.in"
22547 MAKE_RULES=Make.rules
22548 ac_config_files="$ac_config_files Make.rules"
22550 ALL_MAKERULES="$ALL_MAKERULES \\
22551 dlls/Makedll.rules"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22554 MAKE_DLL_RULES=dlls/Makedll.rules
22555 ac_config_files="$ac_config_files dlls/Makedll.rules"
22557 ALL_MAKERULES="$ALL_MAKERULES \\
22558 dlls/Makeimplib.rules"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22561 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22562 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22564 ALL_MAKERULES="$ALL_MAKERULES \\
22565 dlls/Maketest.rules"
22566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22567 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22568 MAKE_TEST_RULES=dlls/Maketest.rules
22569 ac_config_files="$ac_config_files dlls/Maketest.rules"
22571 ALL_MAKERULES="$ALL_MAKERULES \\
22572 programs/Makeprog.rules"
22573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22574 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22575 MAKE_PROG_RULES=programs/Makeprog.rules
22576 ac_config_files="$ac_config_files programs/Makeprog.rules"
22581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22582 Makefile: Makefile.in Make.rules"
22583 ac_config_files="$ac_config_files Makefile"
22585 ALL_MAKEFILES="$ALL_MAKEFILES \\
22586 dlls/Makefile"
22587 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22588 dlls"
22589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22590 dlls/Makefile: dlls/Makefile.in Make.rules"
22591 ac_config_files="$ac_config_files dlls/Makefile"
22593 ALL_MAKEFILES="$ALL_MAKEFILES \\
22594 dlls/acledit/Makefile"
22595 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22596 acledit"
22597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22598 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22599 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22601 ALL_MAKEFILES="$ALL_MAKEFILES \\
22602 dlls/activeds/Makefile"
22603 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22604 activeds"
22605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22606 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22607 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22609 ALL_MAKEFILES="$ALL_MAKEFILES \\
22610 dlls/actxprxy/Makefile"
22611 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22612 actxprxy"
22613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22614 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22615 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22617 ALL_MAKEFILES="$ALL_MAKEFILES \\
22618 dlls/adsiid/Makefile"
22619 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22620 adsiid"
22621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22622 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22623 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22625 ALL_MAKEFILES="$ALL_MAKEFILES \\
22626 dlls/advapi32/Makefile"
22627 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22628 advapi32"
22629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22630 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22631 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22633 ALL_MAKEFILES="$ALL_MAKEFILES \\
22634 dlls/advapi32/tests/Makefile"
22635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22636 advapi32/tests"
22637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22638 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22639 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22641 ALL_MAKEFILES="$ALL_MAKEFILES \\
22642 dlls/advpack/Makefile"
22643 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22644 advpack"
22645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22646 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22647 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22649 ALL_MAKEFILES="$ALL_MAKEFILES \\
22650 dlls/advpack/tests/Makefile"
22651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22652 advpack/tests"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22657 ALL_MAKEFILES="$ALL_MAKEFILES \\
22658 dlls/amstream/Makefile"
22659 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 amstream"
22661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22662 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22663 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22665 ALL_MAKEFILES="$ALL_MAKEFILES \\
22666 dlls/appwiz.cpl/Makefile"
22667 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22668 appwiz.cpl"
22669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22670 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22671 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22673 ALL_MAKEFILES="$ALL_MAKEFILES \\
22674 dlls/atl/Makefile"
22675 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22676 atl"
22677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22678 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22679 ac_config_files="$ac_config_files dlls/atl/Makefile"
22681 ALL_MAKEFILES="$ALL_MAKEFILES \\
22682 dlls/avicap32/Makefile"
22683 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 avicap32"
22685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22686 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22687 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22689 ALL_MAKEFILES="$ALL_MAKEFILES \\
22690 dlls/avifil32/Makefile"
22691 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22692 avifil32"
22693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22694 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22695 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22697 ALL_MAKEFILES="$ALL_MAKEFILES \\
22698 dlls/browseui/Makefile"
22699 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 browseui"
22701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22702 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22703 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22705 ALL_MAKEFILES="$ALL_MAKEFILES \\
22706 dlls/browseui/tests/Makefile"
22707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22708 browseui/tests"
22709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22710 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22711 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22713 ALL_MAKEFILES="$ALL_MAKEFILES \\
22714 dlls/cabinet/Makefile"
22715 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 cabinet"
22717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22718 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22719 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22721 ALL_MAKEFILES="$ALL_MAKEFILES \\
22722 dlls/cabinet/tests/Makefile"
22723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22724 cabinet/tests"
22725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22726 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22727 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22729 ALL_MAKEFILES="$ALL_MAKEFILES \\
22730 dlls/capi2032/Makefile"
22731 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 capi2032"
22733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22734 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22735 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22737 ALL_MAKEFILES="$ALL_MAKEFILES \\
22738 dlls/cards/Makefile"
22739 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22740 cards"
22741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22742 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22743 ac_config_files="$ac_config_files dlls/cards/Makefile"
22745 ALL_MAKEFILES="$ALL_MAKEFILES \\
22746 dlls/cfgmgr32/Makefile"
22747 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22748 cfgmgr32"
22749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22750 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22751 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22753 ALL_MAKEFILES="$ALL_MAKEFILES \\
22754 dlls/clusapi/Makefile"
22755 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22756 clusapi"
22757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22758 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22759 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22761 ALL_MAKEFILES="$ALL_MAKEFILES \\
22762 dlls/comcat/Makefile"
22763 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22764 comcat"
22765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22766 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22767 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22769 ALL_MAKEFILES="$ALL_MAKEFILES \\
22770 dlls/comcat/tests/Makefile"
22771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22772 comcat/tests"
22773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22774 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22775 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22777 ALL_MAKEFILES="$ALL_MAKEFILES \\
22778 dlls/comctl32/Makefile"
22779 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22780 comctl32"
22781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22782 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22783 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22785 ALL_MAKEFILES="$ALL_MAKEFILES \\
22786 dlls/comctl32/tests/Makefile"
22787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22788 comctl32/tests"
22789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22790 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22791 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22793 ALL_MAKEFILES="$ALL_MAKEFILES \\
22794 dlls/comdlg32/Makefile"
22795 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22796 comdlg32"
22797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22798 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22799 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22801 ALL_MAKEFILES="$ALL_MAKEFILES \\
22802 dlls/comdlg32/tests/Makefile"
22803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22804 comdlg32/tests"
22805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22806 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22807 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22809 ALL_MAKEFILES="$ALL_MAKEFILES \\
22810 dlls/compstui/Makefile"
22811 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 compstui"
22813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22814 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22815 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22817 ALL_MAKEFILES="$ALL_MAKEFILES \\
22818 dlls/credui/Makefile"
22819 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22820 credui"
22821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22822 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22823 ac_config_files="$ac_config_files dlls/credui/Makefile"
22825 ALL_MAKEFILES="$ALL_MAKEFILES \\
22826 dlls/credui/tests/Makefile"
22827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22828 credui/tests"
22829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22830 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22831 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22833 ALL_MAKEFILES="$ALL_MAKEFILES \\
22834 dlls/crtdll/Makefile"
22835 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22836 crtdll"
22837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22838 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22839 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22841 ALL_MAKEFILES="$ALL_MAKEFILES \\
22842 dlls/crypt32/Makefile"
22843 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 crypt32"
22845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22846 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22847 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22849 ALL_MAKEFILES="$ALL_MAKEFILES \\
22850 dlls/crypt32/tests/Makefile"
22851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22852 crypt32/tests"
22853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22854 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22855 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22857 ALL_MAKEFILES="$ALL_MAKEFILES \\
22858 dlls/cryptdlg/Makefile"
22859 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 cryptdlg"
22861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22862 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22863 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22865 ALL_MAKEFILES="$ALL_MAKEFILES \\
22866 dlls/cryptdll/Makefile"
22867 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22868 cryptdll"
22869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22870 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22871 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22873 ALL_MAKEFILES="$ALL_MAKEFILES \\
22874 dlls/cryptnet/Makefile"
22875 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 cryptnet"
22877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22878 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22879 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22881 ALL_MAKEFILES="$ALL_MAKEFILES \\
22882 dlls/cryptnet/tests/Makefile"
22883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22884 cryptnet/tests"
22885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22886 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22887 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22889 ALL_MAKEFILES="$ALL_MAKEFILES \\
22890 dlls/cryptui/Makefile"
22891 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22892 cryptui"
22893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22894 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22895 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22897 ALL_MAKEFILES="$ALL_MAKEFILES \\
22898 dlls/cryptui/tests/Makefile"
22899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22900 cryptui/tests"
22901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22902 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22903 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22905 ALL_MAKEFILES="$ALL_MAKEFILES \\
22906 dlls/ctapi32/Makefile"
22907 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22908 ctapi32"
22909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22910 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22911 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22913 ALL_MAKEFILES="$ALL_MAKEFILES \\
22914 dlls/ctl3d32/Makefile"
22915 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22916 ctl3d32"
22917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22918 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22919 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22921 ALL_MAKEFILES="$ALL_MAKEFILES \\
22922 dlls/d3d10/Makefile"
22923 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 d3d10"
22925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22926 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22927 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22929 ALL_MAKEFILES="$ALL_MAKEFILES \\
22930 dlls/d3d10/tests/Makefile"
22931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22932 d3d10/tests"
22933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22934 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
22935 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
22937 ALL_MAKEFILES="$ALL_MAKEFILES \\
22938 dlls/d3d10core/Makefile"
22939 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22940 d3d10core"
22941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22942 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
22943 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
22945 ALL_MAKEFILES="$ALL_MAKEFILES \\
22946 dlls/d3d10core/tests/Makefile"
22947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22948 d3d10core/tests"
22949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22950 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
22951 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
22953 ALL_MAKEFILES="$ALL_MAKEFILES \\
22954 dlls/d3d8/Makefile"
22955 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22956 d3d8"
22957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22958 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22959 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22961 ALL_MAKEFILES="$ALL_MAKEFILES \\
22962 dlls/d3d8/tests/Makefile"
22963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22964 d3d8/tests"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22967 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22969 ALL_MAKEFILES="$ALL_MAKEFILES \\
22970 dlls/d3d9/Makefile"
22971 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22972 d3d9"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22975 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22977 ALL_MAKEFILES="$ALL_MAKEFILES \\
22978 dlls/d3d9/tests/Makefile"
22979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22980 d3d9/tests"
22981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22982 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22983 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22985 ALL_MAKEFILES="$ALL_MAKEFILES \\
22986 dlls/d3dim/Makefile"
22987 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 d3dim"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22991 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/d3drm/Makefile"
22995 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 d3drm"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22999 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23001 ALL_MAKEFILES="$ALL_MAKEFILES \\
23002 dlls/d3drm/tests/Makefile"
23003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23004 d3drm/tests"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23007 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/d3dx8/Makefile"
23011 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 d3dx8"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23015 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/d3dx8/tests/Makefile"
23019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23020 d3dx8/tests"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23023 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/d3dx9_24/Makefile"
23027 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 d3dx9_24"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23031 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/d3dx9_25/Makefile"
23035 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 d3dx9_25"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23039 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/d3dx9_26/Makefile"
23043 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 d3dx9_26"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23047 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/d3dx9_27/Makefile"
23051 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 d3dx9_27"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23055 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/d3dx9_28/Makefile"
23059 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 d3dx9_28"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/d3dx9_29/Makefile"
23067 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23068 d3dx9_29"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23071 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/d3dx9_30/Makefile"
23075 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 d3dx9_30"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23079 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/d3dx9_31/Makefile"
23083 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23084 d3dx9_31"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23087 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/d3dx9_32/Makefile"
23091 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 d3dx9_32"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23095 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/d3dx9_33/Makefile"
23099 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 d3dx9_33"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23103 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/d3dx9_34/Makefile"
23107 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 d3dx9_34"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23111 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/d3dx9_35/Makefile"
23115 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 d3dx9_35"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23119 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/d3dx9_36/Makefile"
23123 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23124 d3dx9_36"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23127 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/d3dx9_36/tests/Makefile"
23131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23132 d3dx9_36/tests"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23135 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/d3dx9_37/Makefile"
23139 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 d3dx9_37"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23143 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/d3dxof/Makefile"
23147 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 d3dxof"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/d3dxof/tests/Makefile"
23155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23156 d3dxof/tests"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23159 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/dbghelp/Makefile"
23163 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 dbghelp"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/dciman32/Makefile"
23171 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 dciman32"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23175 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/ddraw/Makefile"
23179 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 ddraw"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/ddraw/tests/Makefile"
23187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23188 ddraw/tests"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23191 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/ddrawex/Makefile"
23195 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 ddrawex"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23199 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/devenum/Makefile"
23203 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 devenum"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/dinput/Makefile"
23211 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 dinput"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23215 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/dinput/tests/Makefile"
23219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23220 dinput/tests"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23223 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/dinput8/Makefile"
23227 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 dinput8"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/dmband/Makefile"
23235 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 dmband"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23239 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/dmcompos/Makefile"
23243 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 dmcompos"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/dmime/Makefile"
23251 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 dmime"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/dmloader/Makefile"
23259 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 dmloader"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23263 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/dmscript/Makefile"
23267 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 dmscript"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23271 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/dmstyle/Makefile"
23275 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 dmstyle"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/dmsynth/Makefile"
23283 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23284 dmsynth"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23287 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/dmusic/Makefile"
23291 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 dmusic"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23295 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/dmusic32/Makefile"
23299 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 dmusic32"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23303 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/dnsapi/Makefile"
23307 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 dnsapi"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23311 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/dnsapi/tests/Makefile"
23315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23316 dnsapi/tests"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/dplay/Makefile"
23323 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 dplay"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/dplayx/Makefile"
23331 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23332 dplayx"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23335 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/dplayx/tests/Makefile"
23339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23340 dplayx/tests"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23343 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/dpnaddr/Makefile"
23347 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 dpnaddr"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/dpnet/Makefile"
23355 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 dpnet"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23359 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/dpnhpast/Makefile"
23363 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 dpnhpast"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23367 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/dpnlobby/Makefile"
23371 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23372 dpnlobby"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23375 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/dpwsockx/Makefile"
23379 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23380 dpwsockx"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23383 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/dsound/Makefile"
23387 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 dsound"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23391 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/dsound/tests/Makefile"
23395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23396 dsound/tests"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/dssenh/Makefile"
23403 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 dssenh"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/dswave/Makefile"
23411 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23412 dswave"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23415 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/dwmapi/Makefile"
23419 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 dwmapi"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/dxdiagn/Makefile"
23427 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23428 dxdiagn"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23431 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/dxerr8/Makefile"
23435 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23436 dxerr8"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23439 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/dxerr9/Makefile"
23443 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23444 dxerr9"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23447 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/dxgi/Makefile"
23451 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 dxgi"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/dxgi/tests/Makefile"
23459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 dxgi/tests"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/dxguid/Makefile"
23467 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23468 dxguid"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23471 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/faultrep/Makefile"
23475 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23476 faultrep"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23479 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/fusion/Makefile"
23483 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 fusion"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/fusion/tests/Makefile"
23491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23492 fusion/tests"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23495 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/gdi32/Makefile"
23499 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 gdi32"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23503 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/gdi32/tests/Makefile"
23507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23508 gdi32/tests"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23511 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/gdiplus/Makefile"
23515 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 gdiplus"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/gdiplus/tests/Makefile"
23523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23524 gdiplus/tests"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23527 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/glu32/Makefile"
23531 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 glu32"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23535 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/gphoto2.ds/Makefile"
23539 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 gphoto2.ds"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/gpkcsp/Makefile"
23547 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 gpkcsp"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23551 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/hal/Makefile"
23555 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 hal"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/hal/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/hhctrl.ocx/Makefile"
23563 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 hhctrl.ocx"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/hid/Makefile"
23571 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 hid"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/hid/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/hlink/Makefile"
23579 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 hlink"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/hlink/tests/Makefile"
23587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23588 hlink/tests"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23591 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/hnetcfg/Makefile"
23595 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 hnetcfg"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23599 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/iccvid/Makefile"
23603 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 iccvid"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/icmp/Makefile"
23611 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 icmp"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/ifsmgr.vxd/Makefile"
23619 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 ifsmgr.vxd"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23623 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/imaadp32.acm/Makefile"
23627 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 imaadp32.acm"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23631 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/imagehlp/Makefile"
23635 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 imagehlp"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/imm32/Makefile"
23643 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 imm32"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23647 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/imm32/tests/Makefile"
23651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23652 imm32/tests"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23655 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/inetcomm/Makefile"
23659 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 inetcomm"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23663 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/inetcomm/tests/Makefile"
23667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23668 inetcomm/tests"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23671 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/inetmib1/Makefile"
23675 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 inetmib1"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/inetmib1/tests/Makefile"
23683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 inetmib1/tests"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/infosoft/Makefile"
23691 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 infosoft"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/infosoft/tests/Makefile"
23699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 infosoft/tests"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/initpki/Makefile"
23707 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 initpki"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/inkobj/Makefile"
23715 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23716 inkobj"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23719 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/inseng/Makefile"
23723 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 inseng"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/iphlpapi/Makefile"
23731 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23732 iphlpapi"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23735 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/iphlpapi/tests/Makefile"
23739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23740 iphlpapi/tests"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23743 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/itircl/Makefile"
23747 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 itircl"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/itss/Makefile"
23755 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 itss"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23759 ac_config_files="$ac_config_files dlls/itss/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/itss/tests/Makefile"
23763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23764 itss/tests"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23767 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/jscript/Makefile"
23771 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 jscript"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23775 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/jscript/tests/Makefile"
23779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23780 jscript/tests"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23783 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/kernel32/Makefile"
23787 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 kernel32"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23791 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/kernel32/tests/Makefile"
23795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23796 kernel32/tests"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23799 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/localspl/Makefile"
23803 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 localspl"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/localspl/tests/Makefile"
23811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23812 localspl/tests"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23815 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/localui/Makefile"
23819 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 localui"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/localui/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/localui/tests/Makefile"
23827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23828 localui/tests"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23831 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/lz32/Makefile"
23835 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23836 lz32"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23839 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/lz32/tests/Makefile"
23843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23844 lz32/tests"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23847 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/mapi32/Makefile"
23851 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 mapi32"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23855 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/mapi32/tests/Makefile"
23859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23860 mapi32/tests"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23863 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/mciavi32/Makefile"
23867 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 mciavi32"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/mcicda/Makefile"
23875 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 mcicda"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/mciseq/Makefile"
23883 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 mciseq"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/mciwave/Makefile"
23891 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 mciwave"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23895 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/midimap/Makefile"
23899 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 midimap"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/mlang/Makefile"
23907 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 mlang"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/mlang/tests/Makefile"
23915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23916 mlang/tests"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23919 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/mmdevldr.vxd/Makefile"
23923 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 mmdevldr.vxd"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23927 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/monodebg.vxd/Makefile"
23931 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 monodebg.vxd"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/mountmgr.sys/Makefile"
23939 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 mountmgr.sys"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23943 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/mpr/Makefile"
23947 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 mpr"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/mprapi/Makefile"
23955 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 mprapi"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/msacm32.drv/Makefile"
23963 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 msacm32.drv"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/msacm32/Makefile"
23971 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 msacm32"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/msacm32/tests/Makefile"
23979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23980 msacm32/tests"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23983 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/msadp32.acm/Makefile"
23987 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 msadp32.acm"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/mscat32/Makefile"
23995 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 mscat32"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/mscms/Makefile"
24003 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 mscms"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/mscms/tests/Makefile"
24011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24012 mscms/tests"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/mscoree/Makefile"
24019 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 mscoree"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/msdmo/Makefile"
24027 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 msdmo"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/msftedit/Makefile"
24035 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 msftedit"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/msg711.acm/Makefile"
24043 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 msg711.acm"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/mshtml.tlb/Makefile"
24051 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 mshtml.tlb"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/mshtml/Makefile"
24059 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 mshtml"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/mshtml/tests/Makefile"
24067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24068 mshtml/tests"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24071 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/msi/Makefile"
24075 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 msi"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/msi/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/msi/tests/Makefile"
24083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24084 msi/tests"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24087 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/msimg32/Makefile"
24091 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 msimg32"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/msimtf/Makefile"
24099 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 msimtf"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/msisip/Makefile"
24107 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 msisip"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/msisys.ocx/Makefile"
24115 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 msisys.ocx"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/msnet32/Makefile"
24123 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 msnet32"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/msrle32/Makefile"
24131 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 msrle32"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/mssip32/Makefile"
24139 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 mssip32"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/mstask/Makefile"
24147 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 mstask"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/mstask/tests/Makefile"
24155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24156 mstask/tests"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24159 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/msvcirt/Makefile"
24163 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 msvcirt"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/msvcr71/Makefile"
24171 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 msvcr71"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/msvcrt/Makefile"
24179 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 msvcrt"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/msvcrt/tests/Makefile"
24187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24188 msvcrt/tests"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24191 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/msvcrt20/Makefile"
24195 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 msvcrt20"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/msvcrt40/Makefile"
24203 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 msvcrt40"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/msvcrtd/Makefile"
24211 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 msvcrtd"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/msvcrtd/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 msvcrtd/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/msvfw32/Makefile"
24227 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 msvfw32"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/msvidc32/Makefile"
24235 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 msvidc32"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/mswsock/Makefile"
24243 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 mswsock"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/msxml3/Makefile"
24251 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 msxml3"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/msxml3/tests/Makefile"
24259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24260 msxml3/tests"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24263 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/nddeapi/Makefile"
24267 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 nddeapi"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/netapi32/Makefile"
24275 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 netapi32"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/netapi32/tests/Makefile"
24283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 netapi32/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/newdev/Makefile"
24291 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 newdev"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/ntdll/Makefile"
24299 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 ntdll"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/ntdll/tests/Makefile"
24307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24308 ntdll/tests"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24311 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/ntdsapi/Makefile"
24315 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 ntdsapi"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/ntdsapi/tests/Makefile"
24323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24324 ntdsapi/tests"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24327 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/ntoskrnl.exe/Makefile"
24331 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 ntoskrnl.exe"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/ntprint/Makefile"
24339 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 ntprint"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/ntprint/tests/Makefile"
24347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 ntprint/tests"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24351 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/objsel/Makefile"
24355 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 objsel"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/odbc32/Makefile"
24363 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 odbc32"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/odbccp32/Makefile"
24371 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 odbccp32"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/odbccp32/tests/Makefile"
24379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24380 odbccp32/tests"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24383 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/ole32/Makefile"
24387 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 ole32"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/ole32/tests/Makefile"
24395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396 ole32/tests"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24399 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/oleacc/Makefile"
24403 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 oleacc"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/oleacc/tests/Makefile"
24411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24412 oleacc/tests"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24415 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/oleaut32/Makefile"
24419 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 oleaut32"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/oleaut32/tests/Makefile"
24427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24428 oleaut32/tests"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24431 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/olecli32/Makefile"
24435 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 olecli32"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/oledlg/Makefile"
24443 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 oledlg"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/olepro32/Makefile"
24451 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 olepro32"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/olesvr32/Makefile"
24459 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 olesvr32"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/olethk32/Makefile"
24467 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 olethk32"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/opengl32/Makefile"
24475 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 opengl32"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/opengl32/tests/Makefile"
24483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24484 opengl32/tests"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24487 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/pdh/Makefile"
24491 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 pdh"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/pdh/tests/Makefile"
24499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 pdh/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/powrprof/Makefile"
24507 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 powrprof"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/printui/Makefile"
24515 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 printui"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/printui/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/propsys/Makefile"
24523 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 propsys"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/psapi/Makefile"
24531 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 psapi"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/psapi/tests/Makefile"
24539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24540 psapi/tests"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24543 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/pstorec/Makefile"
24547 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 pstorec"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/qcap/Makefile"
24555 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 qcap"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/qedit/Makefile"
24563 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 qedit"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/qedit/tests/Makefile"
24571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 qedit/tests"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/qmgr/Makefile"
24579 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 qmgr"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/qmgr/tests/Makefile"
24587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588 qmgr/tests"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24591 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/qmgrprxy/Makefile"
24595 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 qmgrprxy"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/quartz/Makefile"
24603 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 quartz"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/quartz/tests/Makefile"
24611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612 quartz/tests"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24615 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/query/Makefile"
24619 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 query"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/query/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/rasapi32/Makefile"
24627 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 rasapi32"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/rasapi32/tests/Makefile"
24635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24636 rasapi32/tests"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24639 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/resutils/Makefile"
24643 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 resutils"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/riched20/Makefile"
24651 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 riched20"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/riched20/tests/Makefile"
24659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660 riched20/tests"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24663 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/riched32/Makefile"
24667 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 riched32"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/riched32/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 riched32/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/rpcrt4/Makefile"
24683 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 rpcrt4"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/rpcrt4/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692 rpcrt4/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/rsabase/Makefile"
24699 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 rsabase"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/rsaenh/Makefile"
24707 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 rsaenh"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/rsaenh/tests/Makefile"
24715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24716 rsaenh/tests"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24719 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/sane.ds/Makefile"
24723 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 sane.ds"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/sccbase/Makefile"
24731 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 sccbase"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/schannel/Makefile"
24739 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 schannel"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/schannel/tests/Makefile"
24747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24748 schannel/tests"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24751 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/secur32/Makefile"
24755 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 secur32"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/secur32/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 secur32/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/security/Makefile"
24771 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 security"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/security/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/sensapi/Makefile"
24779 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 sensapi"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/serialui/Makefile"
24787 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 serialui"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/serialui/tests/Makefile"
24795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24796 serialui/tests"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24799 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/setupapi/Makefile"
24803 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 setupapi"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/setupapi/tests/Makefile"
24811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24812 setupapi/tests"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24815 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/sfc/Makefile"
24819 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 sfc"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/sfc_os/Makefile"
24827 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 sfc_os"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/shdoclc/Makefile"
24835 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 shdoclc"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/shdocvw/Makefile"
24843 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 shdocvw"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/shdocvw/tests/Makefile"
24851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24852 shdocvw/tests"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24855 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/shell32/Makefile"
24859 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 shell32"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/shell32/tests/Makefile"
24867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24868 shell32/tests"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24871 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/shfolder/Makefile"
24875 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 shfolder"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/shlwapi/Makefile"
24883 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 shlwapi"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/shlwapi/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892 shlwapi/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/slbcsp/Makefile"
24899 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 slbcsp"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/slc/Makefile"
24907 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 slc"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/slc/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/snmpapi/Makefile"
24915 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 snmpapi"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/snmpapi/tests/Makefile"
24923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924 snmpapi/tests"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24927 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/softpub/Makefile"
24931 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 softpub"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/spoolss/Makefile"
24939 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 spoolss"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/spoolss/tests/Makefile"
24947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24948 spoolss/tests"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24951 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/stdole2.tlb/Makefile"
24955 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 stdole2.tlb"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/stdole32.tlb/Makefile"
24963 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 stdole32.tlb"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/sti/Makefile"
24971 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 sti"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/sti/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/strmiids/Makefile"
24979 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24980 strmiids"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24983 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/svrapi/Makefile"
24987 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 svrapi"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/sxs/Makefile"
24995 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 sxs"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/tapi32/Makefile"
25003 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 tapi32"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/twain_32/Makefile"
25011 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 twain_32"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/unicows/Makefile"
25019 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 unicows"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/url/Makefile"
25027 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 url"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/url/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/urlmon/Makefile"
25035 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 urlmon"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/urlmon/tests/Makefile"
25043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25044 urlmon/tests"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25047 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/user32/Makefile"
25051 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 user32"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/user32/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/user32/tests/Makefile"
25059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25060 user32/tests"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25063 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/userenv/Makefile"
25067 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 userenv"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/userenv/tests/Makefile"
25075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25076 userenv/tests"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25079 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/usp10/Makefile"
25083 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 usp10"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/usp10/tests/Makefile"
25091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25092 usp10/tests"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25095 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/uuid/Makefile"
25099 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25100 uuid"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25103 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/uxtheme/Makefile"
25107 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 uxtheme"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/uxtheme/tests/Makefile"
25115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25116 uxtheme/tests"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25119 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/vdhcp.vxd/Makefile"
25123 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 vdhcp.vxd"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/vdmdbg/Makefile"
25131 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 vdmdbg"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/version/Makefile"
25139 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 version"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/version/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/version/tests/Makefile"
25147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25148 version/tests"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25151 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/vmm.vxd/Makefile"
25155 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 vmm.vxd"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/vnbt.vxd/Makefile"
25163 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 vnbt.vxd"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/vnetbios.vxd/Makefile"
25171 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 vnetbios.vxd"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/vtdapi.vxd/Makefile"
25179 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 vtdapi.vxd"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/vwin32.vxd/Makefile"
25187 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 vwin32.vxd"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/w32skrnl/Makefile"
25195 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 w32skrnl"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/winealsa.drv/Makefile"
25203 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 winealsa.drv"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/wineaudioio.drv/Makefile"
25211 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 wineaudioio.drv"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/winecoreaudio.drv/Makefile"
25219 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 winecoreaudio.drv"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/winecrt0/Makefile"
25227 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25228 winecrt0"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25231 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/wined3d/Makefile"
25235 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 wined3d"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/winedos/Makefile"
25243 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 winedos"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/wineesd.drv/Makefile"
25251 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 wineesd.drv"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/winejack.drv/Makefile"
25259 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 winejack.drv"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/winejoystick.drv/Makefile"
25267 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 winejoystick.drv"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/winemp3.acm/Makefile"
25275 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 winemp3.acm"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/winenas.drv/Makefile"
25283 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 winenas.drv"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/wineoss.drv/Makefile"
25291 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 wineoss.drv"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/wineps.drv/Makefile"
25299 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 wineps.drv"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/winepulse.drv/Makefile"
25307 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 winepulse.drv"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/winequartz.drv/Makefile"
25315 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 winequartz.drv"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/winex11.drv/Makefile"
25323 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 winex11.drv"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/wing32/Makefile"
25331 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 wing32"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/winhttp/Makefile"
25339 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 winhttp"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/winhttp/tests/Makefile"
25347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25348 winhttp/tests"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25351 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/wininet/Makefile"
25355 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 wininet"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/wininet/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 wininet/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/winmm/Makefile"
25371 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 winmm"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/winmm/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 winmm/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/winnls32/Makefile"
25387 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 winnls32"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/winscard/Makefile"
25395 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 winscard"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/winspool.drv/Makefile"
25403 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 winspool.drv"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/winspool.drv/tests/Makefile"
25411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25412 winspool.drv/tests"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25415 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/wintab32/Makefile"
25419 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 wintab32"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/wintrust/Makefile"
25427 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 wintrust"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/wintrust/tests/Makefile"
25435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25436 wintrust/tests"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25439 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/wldap32/Makefile"
25443 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 wldap32"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/wldap32/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452 wldap32/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/wmi/Makefile"
25459 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 wmi"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/wnaspi32/Makefile"
25467 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 wnaspi32"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/wow32/Makefile"
25475 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 wow32"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/ws2_32/Makefile"
25483 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 ws2_32"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/ws2_32/tests/Makefile"
25491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25492 ws2_32/tests"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25495 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/wsock32/Makefile"
25499 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 wsock32"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/wtsapi32/Makefile"
25507 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 wtsapi32"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/xinput1_1/Makefile"
25515 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 xinput1_1"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/xinput1_2/Makefile"
25523 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 xinput1_2"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/xinput1_3/Makefile"
25531 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532 xinput1_3"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/xinput1_3/tests/Makefile"
25539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25540 xinput1_3/tests"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
25543 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/xinput9_1_0/Makefile"
25547 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 xinput9_1_0"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 documentation/Makefile"
25555 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25556 documentation"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 documentation/Makefile: documentation/Makefile.in Make.rules"
25559 ac_config_files="$ac_config_files documentation/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 fonts/Makefile"
25563 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25564 fonts"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 fonts/Makefile: fonts/Makefile.in Make.rules"
25567 ac_config_files="$ac_config_files fonts/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 include/Makefile"
25571 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25572 include"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 include/Makefile: include/Makefile.in Make.rules"
25575 ac_config_files="$ac_config_files include/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 libs/Makefile"
25579 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25580 libs"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 libs/Makefile: libs/Makefile.in Make.rules"
25583 ac_config_files="$ac_config_files libs/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 libs/port/Makefile"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25590 ac_config_files="$ac_config_files libs/port/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 libs/wine/Makefile"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25597 ac_config_files="$ac_config_files libs/wine/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 libs/wpp/Makefile"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25604 ac_config_files="$ac_config_files libs/wpp/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 loader/Makefile"
25608 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25609 loader"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 loader/Makefile: loader/Makefile.in Make.rules"
25612 ac_config_files="$ac_config_files loader/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 programs/Makefile"
25616 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25617 programs"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/Makefile: programs/Makefile.in Make.rules"
25620 ac_config_files="$ac_config_files programs/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 programs/clock/Makefile"
25624 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25626 clock"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/clock/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 programs/cmd/Makefile"
25633 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25635 cmd"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25638 ac_config_files="$ac_config_files programs/cmd/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 programs/cmdlgtst/Makefile"
25642 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25643 cmdlgtst"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25646 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 programs/control/Makefile"
25650 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25651 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25652 control"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25655 ac_config_files="$ac_config_files programs/control/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 programs/eject/Makefile"
25659 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25660 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25661 eject"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25664 ac_config_files="$ac_config_files programs/eject/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 programs/expand/Makefile"
25668 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25669 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25670 expand"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25673 ac_config_files="$ac_config_files programs/expand/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 programs/explorer/Makefile"
25677 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25678 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25679 explorer"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25682 ac_config_files="$ac_config_files programs/explorer/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 programs/hh/Makefile"
25686 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25687 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25691 ac_config_files="$ac_config_files programs/hh/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 programs/icinfo/Makefile"
25695 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25696 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25697 icinfo"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25700 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 programs/iexplore/Makefile"
25704 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25705 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25706 iexplore"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25709 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 programs/msiexec/Makefile"
25713 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25714 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25715 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25716 msiexec"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25719 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 programs/net/Makefile"
25723 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25724 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25725 net"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25728 ac_config_files="$ac_config_files programs/net/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 programs/notepad/Makefile"
25732 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25733 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25734 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25735 notepad"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25738 ac_config_files="$ac_config_files programs/notepad/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 programs/oleview/Makefile"
25742 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25743 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25744 oleview"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25747 ac_config_files="$ac_config_files programs/oleview/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 programs/progman/Makefile"
25751 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25752 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25753 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25754 progman"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25757 ac_config_files="$ac_config_files programs/progman/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 programs/reg/Makefile"
25761 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25762 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25763 reg"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25766 ac_config_files="$ac_config_files programs/reg/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 programs/regedit/Makefile"
25770 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25771 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25772 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25773 regedit"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25776 ac_config_files="$ac_config_files programs/regedit/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 programs/regsvr32/Makefile"
25780 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25781 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25782 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25783 regsvr32"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25786 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 programs/rpcss/Makefile"
25790 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25791 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25792 rpcss"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25795 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 programs/rundll32/Makefile"
25799 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25800 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25801 rundll32"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25804 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 programs/secedit/Makefile"
25808 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25809 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25810 secedit"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25813 ac_config_files="$ac_config_files programs/secedit/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 programs/services/Makefile"
25817 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25818 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25819 services"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25822 ac_config_files="$ac_config_files programs/services/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 programs/spoolsv/Makefile"
25826 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25827 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25828 spoolsv"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25831 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 programs/start/Makefile"
25835 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25836 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25837 start"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25840 ac_config_files="$ac_config_files programs/start/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 programs/svchost/Makefile"
25844 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25845 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25846 svchost"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25849 ac_config_files="$ac_config_files programs/svchost/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 programs/taskmgr/Makefile"
25853 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25854 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25855 taskmgr"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25858 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 programs/uninstaller/Makefile"
25862 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25863 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25864 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25865 uninstaller"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25868 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 programs/view/Makefile"
25872 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25873 view"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25876 ac_config_files="$ac_config_files programs/view/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 programs/wineboot/Makefile"
25880 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25881 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25882 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25883 wineboot"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25886 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 programs/winebrowser/Makefile"
25890 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25891 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25892 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25893 winebrowser"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25896 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 programs/winecfg/Makefile"
25900 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25901 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25902 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25903 winecfg"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25906 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 programs/wineconsole/Makefile"
25910 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25911 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25912 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25913 wineconsole"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25916 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 programs/winedbg/Makefile"
25920 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25921 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25922 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25923 winedbg"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25926 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 programs/winedevice/Makefile"
25930 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25931 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25932 winedevice"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25935 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 programs/winefile/Makefile"
25939 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25940 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25941 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25942 winefile"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25945 ac_config_files="$ac_config_files programs/winefile/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 programs/winemenubuilder/Makefile"
25949 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25950 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25951 winemenubuilder"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25954 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 programs/winemine/Makefile"
25958 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25959 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25960 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25961 winemine"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25964 ac_config_files="$ac_config_files programs/winemine/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 programs/winepath/Makefile"
25968 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25969 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25970 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25971 winepath"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25974 ac_config_files="$ac_config_files programs/winepath/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 programs/winetest/Makefile"
25978 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25979 winetest"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25982 ac_config_files="$ac_config_files programs/winetest/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 programs/winevdm/Makefile"
25986 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25987 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25988 winevdm"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25991 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 programs/winhlp32/Makefile"
25995 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25996 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25997 winhlp32"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26000 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 programs/winver/Makefile"
26004 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26005 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26006 winver"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26009 ac_config_files="$ac_config_files programs/winver/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 programs/wordpad/Makefile"
26013 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26014 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26015 wordpad"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26018 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 programs/write/Makefile"
26022 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26023 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26024 write"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26027 ac_config_files="$ac_config_files programs/write/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 programs/xcopy/Makefile"
26031 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26032 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26033 xcopy"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26036 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 server/Makefile"
26040 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26041 server"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 server/Makefile: server/Makefile.in Make.rules"
26044 ac_config_files="$ac_config_files server/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 tools/Makefile"
26048 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26049 tools"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 tools/Makefile: tools/Makefile.in Make.rules"
26052 ac_config_files="$ac_config_files tools/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 tools/widl/Makefile"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26059 ac_config_files="$ac_config_files tools/widl/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 tools/winebuild/Makefile"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26066 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 tools/winedump/Makefile"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26073 ac_config_files="$ac_config_files tools/winedump/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 tools/winegcc/Makefile"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26080 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 tools/wmc/Makefile"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26087 ac_config_files="$ac_config_files tools/wmc/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 tools/wrc/Makefile"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26094 ac_config_files="$ac_config_files tools/wrc/Makefile"
26098 ALL_WINETEST_DEPENDS="# Test binaries"
26100 for dir in $ALL_TEST_DIRS
26102 if test "$dir" != "\\"
26103 then
26104 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26105 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26106 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26107 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26109 done
26111 cat >confcache <<\_ACEOF
26112 # This file is a shell script that caches the results of configure
26113 # tests run on this system so they can be shared between configure
26114 # scripts and configure runs, see configure's option --config-cache.
26115 # It is not useful on other systems. If it contains results you don't
26116 # want to keep, you may remove or edit it.
26118 # config.status only pays attention to the cache file if you give it
26119 # the --recheck option to rerun configure.
26121 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26122 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26123 # following values.
26125 _ACEOF
26127 # The following way of writing the cache mishandles newlines in values,
26128 # but we know of no workaround that is simple, portable, and efficient.
26129 # So, we kill variables containing newlines.
26130 # Ultrix sh set writes to stderr and can't be redirected directly,
26131 # and sets the high bit in the cache file unless we assign to the vars.
26133 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26134 eval ac_val=\$$ac_var
26135 case $ac_val in #(
26136 *${as_nl}*)
26137 case $ac_var in #(
26138 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26139 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26140 esac
26141 case $ac_var in #(
26142 _ | IFS | as_nl) ;; #(
26143 *) $as_unset $ac_var ;;
26144 esac ;;
26145 esac
26146 done
26148 (set) 2>&1 |
26149 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26150 *${as_nl}ac_space=\ *)
26151 # `set' does not quote correctly, so add quotes (double-quote
26152 # substitution turns \\\\ into \\, and sed turns \\ into \).
26153 sed -n \
26154 "s/'/'\\\\''/g;
26155 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26156 ;; #(
26158 # `set' quotes correctly as required by POSIX, so do not add quotes.
26159 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26161 esac |
26162 sort
26164 sed '
26165 /^ac_cv_env_/b end
26166 t clear
26167 :clear
26168 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26169 t end
26170 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26171 :end' >>confcache
26172 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26173 if test -w "$cache_file"; then
26174 test "x$cache_file" != "x/dev/null" &&
26175 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26176 echo "$as_me: updating cache $cache_file" >&6;}
26177 cat confcache >$cache_file
26178 else
26179 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26180 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26183 rm -f confcache
26185 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26186 # Let make expand exec_prefix.
26187 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26189 DEFS=-DHAVE_CONFIG_H
26191 ac_libobjs=
26192 ac_ltlibobjs=
26193 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26194 # 1. Remove the extension, and $U if already installed.
26195 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26196 ac_i=`echo "$ac_i" | sed "$ac_script"`
26197 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26198 # will be set to the directory where LIBOBJS objects are built.
26199 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26200 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26201 done
26202 LIBOBJS=$ac_libobjs
26204 LTLIBOBJS=$ac_ltlibobjs
26208 : ${CONFIG_STATUS=./config.status}
26209 ac_clean_files_save=$ac_clean_files
26210 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26211 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26212 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26213 cat >$CONFIG_STATUS <<_ACEOF
26214 #! $SHELL
26215 # Generated by $as_me.
26216 # Run this file to recreate the current configuration.
26217 # Compiler output produced by configure, useful for debugging
26218 # configure, is in config.log if it exists.
26220 debug=false
26221 ac_cs_recheck=false
26222 ac_cs_silent=false
26223 SHELL=\${CONFIG_SHELL-$SHELL}
26224 _ACEOF
26226 cat >>$CONFIG_STATUS <<\_ACEOF
26227 ## --------------------- ##
26228 ## M4sh Initialization. ##
26229 ## --------------------- ##
26231 # Be more Bourne compatible
26232 DUALCASE=1; export DUALCASE # for MKS sh
26233 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26234 emulate sh
26235 NULLCMD=:
26236 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26237 # is contrary to our usage. Disable this feature.
26238 alias -g '${1+"$@"}'='"$@"'
26239 setopt NO_GLOB_SUBST
26240 else
26241 case `(set -o) 2>/dev/null` in
26242 *posix*) set -o posix ;;
26243 esac
26250 # PATH needs CR
26251 # Avoid depending upon Character Ranges.
26252 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26253 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26254 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26255 as_cr_digits='0123456789'
26256 as_cr_alnum=$as_cr_Letters$as_cr_digits
26258 # The user is always right.
26259 if test "${PATH_SEPARATOR+set}" != set; then
26260 echo "#! /bin/sh" >conf$$.sh
26261 echo "exit 0" >>conf$$.sh
26262 chmod +x conf$$.sh
26263 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26264 PATH_SEPARATOR=';'
26265 else
26266 PATH_SEPARATOR=:
26268 rm -f conf$$.sh
26271 # Support unset when possible.
26272 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26273 as_unset=unset
26274 else
26275 as_unset=false
26279 # IFS
26280 # We need space, tab and new line, in precisely that order. Quoting is
26281 # there to prevent editors from complaining about space-tab.
26282 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26283 # splitting by setting IFS to empty value.)
26284 as_nl='
26286 IFS=" "" $as_nl"
26288 # Find who we are. Look in the path if we contain no directory separator.
26289 case $0 in
26290 *[\\/]* ) as_myself=$0 ;;
26291 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26292 for as_dir in $PATH
26294 IFS=$as_save_IFS
26295 test -z "$as_dir" && as_dir=.
26296 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26297 done
26298 IFS=$as_save_IFS
26301 esac
26302 # We did not find ourselves, most probably we were run as `sh COMMAND'
26303 # in which case we are not to be found in the path.
26304 if test "x$as_myself" = x; then
26305 as_myself=$0
26307 if test ! -f "$as_myself"; then
26308 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26309 { (exit 1); exit 1; }
26312 # Work around bugs in pre-3.0 UWIN ksh.
26313 for as_var in ENV MAIL MAILPATH
26314 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26315 done
26316 PS1='$ '
26317 PS2='> '
26318 PS4='+ '
26320 # NLS nuisances.
26321 for as_var in \
26322 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26323 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26324 LC_TELEPHONE LC_TIME
26326 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26327 eval $as_var=C; export $as_var
26328 else
26329 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26331 done
26333 # Required to use basename.
26334 if expr a : '\(a\)' >/dev/null 2>&1 &&
26335 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26336 as_expr=expr
26337 else
26338 as_expr=false
26341 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26342 as_basename=basename
26343 else
26344 as_basename=false
26348 # Name of the executable.
26349 as_me=`$as_basename -- "$0" ||
26350 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26351 X"$0" : 'X\(//\)$' \| \
26352 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26353 echo X/"$0" |
26354 sed '/^.*\/\([^/][^/]*\)\/*$/{
26355 s//\1/
26358 /^X\/\(\/\/\)$/{
26359 s//\1/
26362 /^X\/\(\/\).*/{
26363 s//\1/
26366 s/.*/./; q'`
26368 # CDPATH.
26369 $as_unset CDPATH
26373 as_lineno_1=$LINENO
26374 as_lineno_2=$LINENO
26375 test "x$as_lineno_1" != "x$as_lineno_2" &&
26376 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26378 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26379 # uniformly replaced by the line number. The first 'sed' inserts a
26380 # line-number line after each line using $LINENO; the second 'sed'
26381 # does the real work. The second script uses 'N' to pair each
26382 # line-number line with the line containing $LINENO, and appends
26383 # trailing '-' during substitution so that $LINENO is not a special
26384 # case at line end.
26385 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26386 # scripts with optimization help from Paolo Bonzini. Blame Lee
26387 # E. McMahon (1931-1989) for sed's syntax. :-)
26388 sed -n '
26390 /[$]LINENO/=
26391 ' <$as_myself |
26392 sed '
26393 s/[$]LINENO.*/&-/
26394 t lineno
26396 :lineno
26398 :loop
26399 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26400 t loop
26401 s/-\n.*//
26402 ' >$as_me.lineno &&
26403 chmod +x "$as_me.lineno" ||
26404 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26405 { (exit 1); exit 1; }; }
26407 # Don't try to exec as it changes $[0], causing all sort of problems
26408 # (the dirname of $[0] is not the place where we might find the
26409 # original and so on. Autoconf is especially sensitive to this).
26410 . "./$as_me.lineno"
26411 # Exit status is that of the last command.
26412 exit
26416 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26417 as_dirname=dirname
26418 else
26419 as_dirname=false
26422 ECHO_C= ECHO_N= ECHO_T=
26423 case `echo -n x` in
26424 -n*)
26425 case `echo 'x\c'` in
26426 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26427 *) ECHO_C='\c';;
26428 esac;;
26430 ECHO_N='-n';;
26431 esac
26433 if expr a : '\(a\)' >/dev/null 2>&1 &&
26434 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26435 as_expr=expr
26436 else
26437 as_expr=false
26440 rm -f conf$$ conf$$.exe conf$$.file
26441 if test -d conf$$.dir; then
26442 rm -f conf$$.dir/conf$$.file
26443 else
26444 rm -f conf$$.dir
26445 mkdir conf$$.dir
26447 echo >conf$$.file
26448 if ln -s conf$$.file conf$$ 2>/dev/null; then
26449 as_ln_s='ln -s'
26450 # ... but there are two gotchas:
26451 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26452 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26453 # In both cases, we have to default to `cp -p'.
26454 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26455 as_ln_s='cp -p'
26456 elif ln conf$$.file conf$$ 2>/dev/null; then
26457 as_ln_s=ln
26458 else
26459 as_ln_s='cp -p'
26461 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26462 rmdir conf$$.dir 2>/dev/null
26464 if mkdir -p . 2>/dev/null; then
26465 as_mkdir_p=:
26466 else
26467 test -d ./-p && rmdir ./-p
26468 as_mkdir_p=false
26471 if test -x / >/dev/null 2>&1; then
26472 as_test_x='test -x'
26473 else
26474 if ls -dL / >/dev/null 2>&1; then
26475 as_ls_L_option=L
26476 else
26477 as_ls_L_option=
26479 as_test_x='
26480 eval sh -c '\''
26481 if test -d "$1"; then
26482 test -d "$1/.";
26483 else
26484 case $1 in
26485 -*)set "./$1";;
26486 esac;
26487 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26488 ???[sx]*):;;*)false;;esac;fi
26489 '\'' sh
26492 as_executable_p=$as_test_x
26494 # Sed expression to map a string onto a valid CPP name.
26495 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26497 # Sed expression to map a string onto a valid variable name.
26498 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26501 exec 6>&1
26503 # Save the log message, to keep $[0] and so on meaningful, and to
26504 # report actual input values of CONFIG_FILES etc. instead of their
26505 # values after options handling.
26506 ac_log="
26507 This file was extended by Wine $as_me 1.1.10, which was
26508 generated by GNU Autoconf 2.61. Invocation command line was
26510 CONFIG_FILES = $CONFIG_FILES
26511 CONFIG_HEADERS = $CONFIG_HEADERS
26512 CONFIG_LINKS = $CONFIG_LINKS
26513 CONFIG_COMMANDS = $CONFIG_COMMANDS
26514 $ $0 $@
26516 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26519 _ACEOF
26521 cat >>$CONFIG_STATUS <<_ACEOF
26522 # Files that config.status was made for.
26523 config_files="$ac_config_files"
26524 config_headers="$ac_config_headers"
26525 config_commands="$ac_config_commands"
26527 _ACEOF
26529 cat >>$CONFIG_STATUS <<\_ACEOF
26530 ac_cs_usage="\
26531 \`$as_me' instantiates files from templates according to the
26532 current configuration.
26534 Usage: $0 [OPTIONS] [FILE]...
26536 -h, --help print this help, then exit
26537 -V, --version print version number and configuration settings, then exit
26538 -q, --quiet do not print progress messages
26539 -d, --debug don't remove temporary files
26540 --recheck update $as_me by reconfiguring in the same conditions
26541 --file=FILE[:TEMPLATE]
26542 instantiate the configuration file FILE
26543 --header=FILE[:TEMPLATE]
26544 instantiate the configuration header FILE
26546 Configuration files:
26547 $config_files
26549 Configuration headers:
26550 $config_headers
26552 Configuration commands:
26553 $config_commands
26555 Report bugs to <bug-autoconf@gnu.org>."
26557 _ACEOF
26558 cat >>$CONFIG_STATUS <<_ACEOF
26559 ac_cs_version="\\
26560 Wine config.status 1.1.10
26561 configured by $0, generated by GNU Autoconf 2.61,
26562 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26564 Copyright (C) 2006 Free Software Foundation, Inc.
26565 This config.status script is free software; the Free Software Foundation
26566 gives unlimited permission to copy, distribute and modify it."
26568 ac_pwd='$ac_pwd'
26569 srcdir='$srcdir'
26570 INSTALL='$INSTALL'
26571 _ACEOF
26573 cat >>$CONFIG_STATUS <<\_ACEOF
26574 # If no file are specified by the user, then we need to provide default
26575 # value. By we need to know if files were specified by the user.
26576 ac_need_defaults=:
26577 while test $# != 0
26579 case $1 in
26580 --*=*)
26581 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26582 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26583 ac_shift=:
26586 ac_option=$1
26587 ac_optarg=$2
26588 ac_shift=shift
26590 esac
26592 case $ac_option in
26593 # Handling of the options.
26594 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26595 ac_cs_recheck=: ;;
26596 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26597 echo "$ac_cs_version"; exit ;;
26598 --debug | --debu | --deb | --de | --d | -d )
26599 debug=: ;;
26600 --file | --fil | --fi | --f )
26601 $ac_shift
26602 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26603 ac_need_defaults=false;;
26604 --header | --heade | --head | --hea )
26605 $ac_shift
26606 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26607 ac_need_defaults=false;;
26608 --he | --h)
26609 # Conflict between --help and --header
26610 { echo "$as_me: error: ambiguous option: $1
26611 Try \`$0 --help' for more information." >&2
26612 { (exit 1); exit 1; }; };;
26613 --help | --hel | -h )
26614 echo "$ac_cs_usage"; exit ;;
26615 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26616 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26617 ac_cs_silent=: ;;
26619 # This is an error.
26620 -*) { echo "$as_me: error: unrecognized option: $1
26621 Try \`$0 --help' for more information." >&2
26622 { (exit 1); exit 1; }; } ;;
26624 *) ac_config_targets="$ac_config_targets $1"
26625 ac_need_defaults=false ;;
26627 esac
26628 shift
26629 done
26631 ac_configure_extra_args=
26633 if $ac_cs_silent; then
26634 exec 6>/dev/null
26635 ac_configure_extra_args="$ac_configure_extra_args --silent"
26638 _ACEOF
26639 cat >>$CONFIG_STATUS <<_ACEOF
26640 if \$ac_cs_recheck; then
26641 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26642 CONFIG_SHELL=$SHELL
26643 export CONFIG_SHELL
26644 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26647 _ACEOF
26648 cat >>$CONFIG_STATUS <<\_ACEOF
26649 exec 5>>config.log
26651 echo
26652 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26653 ## Running $as_me. ##
26654 _ASBOX
26655 echo "$ac_log"
26656 } >&5
26658 _ACEOF
26659 cat >>$CONFIG_STATUS <<_ACEOF
26660 _ACEOF
26662 cat >>$CONFIG_STATUS <<\_ACEOF
26664 # Handling of arguments.
26665 for ac_config_target in $ac_config_targets
26667 case $ac_config_target in
26668 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26669 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26670 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26671 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26672 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26673 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26674 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26675 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26676 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26677 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26678 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26679 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26680 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26681 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26682 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26683 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26684 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26685 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26686 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26687 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26688 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26689 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26690 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26691 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26692 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26693 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26694 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26695 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26696 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26697 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26698 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26699 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26700 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26701 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26702 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26703 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26704 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26705 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26706 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26707 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26708 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26709 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26710 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26711 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26712 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26713 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26714 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26715 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26716 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26717 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26718 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26719 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26720 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26721 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26722 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26723 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26724 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26725 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26726 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
26727 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
26728 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26729 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26730 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26731 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26732 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26733 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26734 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26735 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26736 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26737 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26738 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26739 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26740 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26741 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26742 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26743 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26744 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26745 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26746 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26747 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26748 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26749 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26750 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26751 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26752 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26753 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26754 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26755 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26756 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26757 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26758 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26759 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26760 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26761 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26762 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26763 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26764 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26765 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26766 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26767 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26768 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26769 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26770 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26771 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26772 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26773 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26774 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26775 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26776 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26777 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26778 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26779 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26780 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26781 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26782 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26783 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26784 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26785 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26786 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26787 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26788 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26789 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26790 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26791 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
26792 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26793 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26794 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26795 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26796 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26797 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26798 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26799 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26800 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26801 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26802 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26803 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26804 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26805 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26806 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26807 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26808 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26809 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26810 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26811 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26812 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26813 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26814 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26815 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26816 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26817 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26818 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26819 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26820 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26821 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26822 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26823 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26824 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26825 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26826 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26827 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26828 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26829 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26830 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26831 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26832 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26833 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26834 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26835 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26836 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26837 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26838 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26839 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26840 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26841 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26842 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26843 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26844 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26845 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26846 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26847 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26848 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26849 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26850 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26851 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26852 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26853 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26854 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26855 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26856 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26857 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26858 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26859 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26860 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26861 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26862 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26863 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26864 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26865 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26866 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26867 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26868 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26869 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26870 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26871 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26872 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26873 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26874 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26875 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26876 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26877 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26878 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26879 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26880 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26881 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26882 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26883 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26884 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26885 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26886 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26887 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26888 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26889 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26890 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26891 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26892 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26893 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26894 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26895 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26896 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26897 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26898 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26899 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26900 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26901 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26902 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26903 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26904 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26905 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26906 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26907 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26908 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26909 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26910 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26911 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26912 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26913 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26914 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26915 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26916 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26917 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26918 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26919 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26920 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26921 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26922 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26923 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26924 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26925 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26926 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26927 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26928 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26929 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26930 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26931 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26932 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26933 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26934 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26935 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26936 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26937 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26938 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26939 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26940 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26941 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26942 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26943 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26944 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26945 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26946 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26947 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26948 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26949 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26950 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26951 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26952 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26953 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26954 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26955 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26956 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26957 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26958 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26959 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26960 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26961 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26962 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26963 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26964 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26965 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26966 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26967 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26968 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26969 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26970 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26971 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26972 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26973 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26974 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26975 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26976 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26977 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26978 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26979 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26980 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26981 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26982 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26983 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26984 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26985 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26986 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26987 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26988 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26989 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26990 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26991 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26992 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26993 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26994 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26995 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26996 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26997 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26998 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26999 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27000 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27001 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27002 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27003 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27004 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27005 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27006 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27007 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27008 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27009 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27010 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27011 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27012 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27013 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27014 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27015 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27016 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27017 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27018 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27019 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27020 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27021 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27022 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27023 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27024 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27025 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27026 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27027 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27028 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27029 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27030 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27031 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27032 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27033 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27034 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27035 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27036 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27037 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27038 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27039 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27040 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27041 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27042 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27043 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27044 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27045 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27046 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27047 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27048 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27049 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27050 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27051 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27052 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27053 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27054 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27055 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27056 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27057 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27058 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27059 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27060 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27061 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27062 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27063 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27064 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27065 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27066 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27067 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27068 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27069 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27070 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27071 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27072 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27073 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27074 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27075 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27076 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27077 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27078 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27079 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27080 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27081 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27082 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27083 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27084 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27085 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27086 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27087 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27088 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27089 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27090 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27091 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27092 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27093 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27094 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27095 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27096 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27097 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27098 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27099 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27100 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27101 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27102 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27103 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27104 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27105 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27106 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27107 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27108 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27109 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27110 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27111 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27112 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27113 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27114 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27116 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27117 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27118 { (exit 1); exit 1; }; };;
27119 esac
27120 done
27123 # If the user did not use the arguments to specify the items to instantiate,
27124 # then the envvar interface is used. Set only those that are not.
27125 # We use the long form for the default assignment because of an extremely
27126 # bizarre bug on SunOS 4.1.3.
27127 if $ac_need_defaults; then
27128 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27129 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27130 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27133 # Have a temporary directory for convenience. Make it in the build tree
27134 # simply because there is no reason against having it here, and in addition,
27135 # creating and moving files from /tmp can sometimes cause problems.
27136 # Hook for its removal unless debugging.
27137 # Note that there is a small window in which the directory will not be cleaned:
27138 # after its creation but before its name has been assigned to `$tmp'.
27139 $debug ||
27141 tmp=
27142 trap 'exit_status=$?
27143 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27145 trap '{ (exit 1); exit 1; }' 1 2 13 15
27147 # Create a (secure) tmp directory for tmp files.
27150 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27151 test -n "$tmp" && test -d "$tmp"
27152 } ||
27154 tmp=./conf$$-$RANDOM
27155 (umask 077 && mkdir "$tmp")
27156 } ||
27158 echo "$me: cannot create a temporary directory in ." >&2
27159 { (exit 1); exit 1; }
27163 # Set up the sed scripts for CONFIG_FILES section.
27166 # No need to generate the scripts if there are no CONFIG_FILES.
27167 # This happens for instance when ./config.status config.h
27168 if test -n "$CONFIG_FILES"; then
27170 _ACEOF
27172 # Create sed commands to just substitute file output variables.
27174 # Remaining file output variables are in a fragment that also has non-file
27175 # output varibles.
27179 ac_delim='%!_!# '
27180 for ac_last_try in false false false false false :; do
27181 cat >conf$$subs.sed <<_ACEOF
27182 SHELL!$SHELL$ac_delim
27183 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27184 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27185 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27186 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27187 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27188 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27189 exec_prefix!$exec_prefix$ac_delim
27190 prefix!$prefix$ac_delim
27191 program_transform_name!$program_transform_name$ac_delim
27192 bindir!$bindir$ac_delim
27193 sbindir!$sbindir$ac_delim
27194 libexecdir!$libexecdir$ac_delim
27195 datarootdir!$datarootdir$ac_delim
27196 datadir!$datadir$ac_delim
27197 sysconfdir!$sysconfdir$ac_delim
27198 sharedstatedir!$sharedstatedir$ac_delim
27199 localstatedir!$localstatedir$ac_delim
27200 includedir!$includedir$ac_delim
27201 oldincludedir!$oldincludedir$ac_delim
27202 docdir!$docdir$ac_delim
27203 infodir!$infodir$ac_delim
27204 htmldir!$htmldir$ac_delim
27205 dvidir!$dvidir$ac_delim
27206 pdfdir!$pdfdir$ac_delim
27207 psdir!$psdir$ac_delim
27208 libdir!$libdir$ac_delim
27209 localedir!$localedir$ac_delim
27210 mandir!$mandir$ac_delim
27211 DEFS!$DEFS$ac_delim
27212 ECHO_C!$ECHO_C$ac_delim
27213 ECHO_N!$ECHO_N$ac_delim
27214 ECHO_T!$ECHO_T$ac_delim
27215 LIBS!$LIBS$ac_delim
27216 build_alias!$build_alias$ac_delim
27217 host_alias!$host_alias$ac_delim
27218 target_alias!$target_alias$ac_delim
27219 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27220 build!$build$ac_delim
27221 build_cpu!$build_cpu$ac_delim
27222 build_vendor!$build_vendor$ac_delim
27223 build_os!$build_os$ac_delim
27224 host!$host$ac_delim
27225 host_cpu!$host_cpu$ac_delim
27226 host_vendor!$host_vendor$ac_delim
27227 host_os!$host_os$ac_delim
27228 WIN16_FILES!$WIN16_FILES$ac_delim
27229 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27230 SET_MAKE!$SET_MAKE$ac_delim
27231 CC!$CC$ac_delim
27232 CFLAGS!$CFLAGS$ac_delim
27233 LDFLAGS!$LDFLAGS$ac_delim
27234 CPPFLAGS!$CPPFLAGS$ac_delim
27235 ac_ct_CC!$ac_ct_CC$ac_delim
27236 EXEEXT!$EXEEXT$ac_delim
27237 OBJEXT!$OBJEXT$ac_delim
27238 CXX!$CXX$ac_delim
27239 CXXFLAGS!$CXXFLAGS$ac_delim
27240 ac_ct_CXX!$ac_ct_CXX$ac_delim
27241 CPPBIN!$CPPBIN$ac_delim
27242 TOOLSDIR!$TOOLSDIR$ac_delim
27243 XMKMF!$XMKMF$ac_delim
27244 CPP!$CPP$ac_delim
27245 X_CFLAGS!$X_CFLAGS$ac_delim
27246 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27247 X_LIBS!$X_LIBS$ac_delim
27248 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27249 FLEX!$FLEX$ac_delim
27250 BISON!$BISON$ac_delim
27251 AS!$AS$ac_delim
27252 ac_ct_AS!$ac_ct_AS$ac_delim
27253 LD!$LD$ac_delim
27254 ac_ct_LD!$ac_ct_LD$ac_delim
27255 NM!$NM$ac_delim
27256 ac_ct_NM!$ac_ct_NM$ac_delim
27257 AR!$AR$ac_delim
27258 ac_ct_AR!$ac_ct_AR$ac_delim
27259 ARFLAGS!$ARFLAGS$ac_delim
27260 RANLIB!$RANLIB$ac_delim
27261 STRIP!$STRIP$ac_delim
27262 WINDRES!$WINDRES$ac_delim
27263 LN_S!$LN_S$ac_delim
27264 _ACEOF
27266 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27267 break
27268 elif $ac_last_try; then
27269 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27270 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27271 { (exit 1); exit 1; }; }
27272 else
27273 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27275 done
27277 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27278 if test -n "$ac_eof"; then
27279 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27280 ac_eof=`expr $ac_eof + 1`
27283 cat >>$CONFIG_STATUS <<_ACEOF
27284 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27285 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27286 /^[ ]*@MAKE_RULES@[ ]*$/{
27287 r $MAKE_RULES
27290 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27291 r $MAKE_DLL_RULES
27294 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27295 r $MAKE_IMPLIB_RULES
27298 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27299 r $MAKE_TEST_RULES
27302 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27303 r $MAKE_PROG_RULES
27306 _ACEOF
27307 sed '
27308 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27309 s/^/s,@/; s/!/@,|#_!!_#|/
27312 s/'"$ac_delim"'$/,g/; t
27313 s/$/\\/; p
27314 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27315 ' >>$CONFIG_STATUS <conf$$subs.sed
27316 rm -f conf$$subs.sed
27317 cat >>$CONFIG_STATUS <<_ACEOF
27318 CEOF$ac_eof
27319 _ACEOF
27322 ac_delim='%!_!# '
27323 for ac_last_try in false false false false false :; do
27324 cat >conf$$subs.sed <<_ACEOF
27325 LN!$LN$ac_delim
27326 GREP!$GREP$ac_delim
27327 EGREP!$EGREP$ac_delim
27328 LDCONFIG!$LDCONFIG$ac_delim
27329 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27330 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27331 INSTALL_DATA!$INSTALL_DATA$ac_delim
27332 LINT!$LINT$ac_delim
27333 LINTFLAGS!$LINTFLAGS$ac_delim
27334 FONTFORGE!$FONTFORGE$ac_delim
27335 PKG_CONFIG!$PKG_CONFIG$ac_delim
27336 RSVG!$RSVG$ac_delim
27337 ICOTOOL!$ICOTOOL$ac_delim
27338 PRELINK!$PRELINK$ac_delim
27339 LIBPTHREAD!$LIBPTHREAD$ac_delim
27340 XLIB!$XLIB$ac_delim
27341 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27342 DLLEXT!$DLLEXT$ac_delim
27343 DLLFLAGS!$DLLFLAGS$ac_delim
27344 LDSHARED!$LDSHARED$ac_delim
27345 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27346 LIBEXT!$LIBEXT$ac_delim
27347 IMPLIBEXT!$IMPLIBEXT$ac_delim
27348 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27349 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27350 LDD!$LDD$ac_delim
27351 DLLTOOL!$DLLTOOL$ac_delim
27352 DLLWRAP!$DLLWRAP$ac_delim
27353 MINGWAR!$MINGWAR$ac_delim
27354 SECURITYLIB!$SECURITYLIB$ac_delim
27355 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27356 IOKITLIB!$IOKITLIB$ac_delim
27357 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27358 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27359 COREAUDIO!$COREAUDIO$ac_delim
27360 CARBONLIB!$CARBONLIB$ac_delim
27361 CROSSCC!$CROSSCC$ac_delim
27362 CROSSWINDRES!$CROSSWINDRES$ac_delim
27363 CROSSTEST!$CROSSTEST$ac_delim
27364 NASLIBS!$NASLIBS$ac_delim
27365 XML2LIBS!$XML2LIBS$ac_delim
27366 XML2INCL!$XML2INCL$ac_delim
27367 XSLTINCL!$XSLTINCL$ac_delim
27368 HALINCL!$HALINCL$ac_delim
27369 GNUTLSINCL!$GNUTLSINCL$ac_delim
27370 sane_devel!$sane_devel$ac_delim
27371 SANEINCL!$SANEINCL$ac_delim
27372 gphoto2_devel!$gphoto2_devel$ac_delim
27373 gphoto2port_devel!$gphoto2port_devel$ac_delim
27374 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27375 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27376 RESOLVLIBS!$RESOLVLIBS$ac_delim
27377 LCMSLIBS!$LCMSLIBS$ac_delim
27378 ft_devel!$ft_devel$ac_delim
27379 FREETYPELIBS!$FREETYPELIBS$ac_delim
27380 FREETYPEINCL!$FREETYPEINCL$ac_delim
27381 ESDCONFIG!$ESDCONFIG$ac_delim
27382 ESDINCL!$ESDINCL$ac_delim
27383 ESDLIBS!$ESDLIBS$ac_delim
27384 PULSELIBS!$PULSELIBS$ac_delim
27385 ALSALIBS!$ALSALIBS$ac_delim
27386 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27387 CUPSINCL!$CUPSINCL$ac_delim
27388 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27389 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27390 BUILTINFLAG!$BUILTINFLAG$ac_delim
27391 LDPATH!$LDPATH$ac_delim
27392 CRTLIBS!$CRTLIBS$ac_delim
27393 SOCKETLIBS!$SOCKETLIBS$ac_delim
27394 MAIN_BINARY!$MAIN_BINARY$ac_delim
27395 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27396 LIBDL!$LIBDL$ac_delim
27397 LIBPOLL!$LIBPOLL$ac_delim
27398 LDAPLIBS!$LDAPLIBS$ac_delim
27399 DEPENDENCIES!$DEPENDENCIES$ac_delim
27400 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27401 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27402 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27403 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27404 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27405 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27406 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27407 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27408 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27409 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27410 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27411 LIBOBJS!$LIBOBJS$ac_delim
27412 LTLIBOBJS!$LTLIBOBJS$ac_delim
27413 _ACEOF
27415 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27416 break
27417 elif $ac_last_try; then
27418 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27419 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27420 { (exit 1); exit 1; }; }
27421 else
27422 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27424 done
27426 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27427 if test -n "$ac_eof"; then
27428 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27429 ac_eof=`expr $ac_eof + 1`
27432 cat >>$CONFIG_STATUS <<_ACEOF
27433 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27434 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27435 _ACEOF
27436 sed '
27437 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27438 s/^/s,@/; s/!/@,|#_!!_#|/
27441 s/'"$ac_delim"'$/,g/; t
27442 s/$/\\/; p
27443 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27444 ' >>$CONFIG_STATUS <conf$$subs.sed
27445 rm -f conf$$subs.sed
27446 cat >>$CONFIG_STATUS <<_ACEOF
27447 :end
27448 s/|#_!!_#|//g
27449 CEOF$ac_eof
27450 _ACEOF
27453 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27454 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27455 # trailing colons and then remove the whole line if VPATH becomes empty
27456 # (actually we leave an empty line to preserve line numbers).
27457 if test "x$srcdir" = x.; then
27458 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27459 s/:*\$(srcdir):*/:/
27460 s/:*\${srcdir}:*/:/
27461 s/:*@srcdir@:*/:/
27462 s/^\([^=]*=[ ]*\):*/\1/
27463 s/:*$//
27464 s/^[^=]*=[ ]*$//
27468 cat >>$CONFIG_STATUS <<\_ACEOF
27469 fi # test -n "$CONFIG_FILES"
27472 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27474 case $ac_tag in
27475 :[FHLC]) ac_mode=$ac_tag; continue;;
27476 esac
27477 case $ac_mode$ac_tag in
27478 :[FHL]*:*);;
27479 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27480 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27481 { (exit 1); exit 1; }; };;
27482 :[FH]-) ac_tag=-:-;;
27483 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27484 esac
27485 ac_save_IFS=$IFS
27486 IFS=:
27487 set x $ac_tag
27488 IFS=$ac_save_IFS
27489 shift
27490 ac_file=$1
27491 shift
27493 case $ac_mode in
27494 :L) ac_source=$1;;
27495 :[FH])
27496 ac_file_inputs=
27497 for ac_f
27499 case $ac_f in
27500 -) ac_f="$tmp/stdin";;
27501 *) # Look for the file first in the build tree, then in the source tree
27502 # (if the path is not absolute). The absolute path cannot be DOS-style,
27503 # because $ac_f cannot contain `:'.
27504 test -f "$ac_f" ||
27505 case $ac_f in
27506 [\\/$]*) false;;
27507 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27508 esac ||
27509 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27510 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27511 { (exit 1); exit 1; }; };;
27512 esac
27513 ac_file_inputs="$ac_file_inputs $ac_f"
27514 done
27516 # Let's still pretend it is `configure' which instantiates (i.e., don't
27517 # use $as_me), people would be surprised to read:
27518 # /* config.h. Generated by config.status. */
27519 configure_input="Generated from "`IFS=:
27520 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27521 if test x"$ac_file" != x-; then
27522 configure_input="$ac_file. $configure_input"
27523 { echo "$as_me:$LINENO: creating $ac_file" >&5
27524 echo "$as_me: creating $ac_file" >&6;}
27527 case $ac_tag in
27528 *:-:* | *:-) cat >"$tmp/stdin";;
27529 esac
27531 esac
27533 ac_dir=`$as_dirname -- "$ac_file" ||
27534 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27535 X"$ac_file" : 'X\(//\)[^/]' \| \
27536 X"$ac_file" : 'X\(//\)$' \| \
27537 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27538 echo X"$ac_file" |
27539 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27540 s//\1/
27543 /^X\(\/\/\)[^/].*/{
27544 s//\1/
27547 /^X\(\/\/\)$/{
27548 s//\1/
27551 /^X\(\/\).*/{
27552 s//\1/
27555 s/.*/./; q'`
27556 { as_dir="$ac_dir"
27557 case $as_dir in #(
27558 -*) as_dir=./$as_dir;;
27559 esac
27560 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27561 as_dirs=
27562 while :; do
27563 case $as_dir in #(
27564 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27565 *) as_qdir=$as_dir;;
27566 esac
27567 as_dirs="'$as_qdir' $as_dirs"
27568 as_dir=`$as_dirname -- "$as_dir" ||
27569 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27570 X"$as_dir" : 'X\(//\)[^/]' \| \
27571 X"$as_dir" : 'X\(//\)$' \| \
27572 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27573 echo X"$as_dir" |
27574 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27575 s//\1/
27578 /^X\(\/\/\)[^/].*/{
27579 s//\1/
27582 /^X\(\/\/\)$/{
27583 s//\1/
27586 /^X\(\/\).*/{
27587 s//\1/
27590 s/.*/./; q'`
27591 test -d "$as_dir" && break
27592 done
27593 test -z "$as_dirs" || eval "mkdir $as_dirs"
27594 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27595 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27596 { (exit 1); exit 1; }; }; }
27597 ac_builddir=.
27599 case "$ac_dir" in
27600 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27602 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27603 # A ".." for each directory in $ac_dir_suffix.
27604 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27605 case $ac_top_builddir_sub in
27606 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27607 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27608 esac ;;
27609 esac
27610 ac_abs_top_builddir=$ac_pwd
27611 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27612 # for backward compatibility:
27613 ac_top_builddir=$ac_top_build_prefix
27615 case $srcdir in
27616 .) # We are building in place.
27617 ac_srcdir=.
27618 ac_top_srcdir=$ac_top_builddir_sub
27619 ac_abs_top_srcdir=$ac_pwd ;;
27620 [\\/]* | ?:[\\/]* ) # Absolute name.
27621 ac_srcdir=$srcdir$ac_dir_suffix;
27622 ac_top_srcdir=$srcdir
27623 ac_abs_top_srcdir=$srcdir ;;
27624 *) # Relative name.
27625 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27626 ac_top_srcdir=$ac_top_build_prefix$srcdir
27627 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27628 esac
27629 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27632 case $ac_mode in
27635 # CONFIG_FILE
27638 case $INSTALL in
27639 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27640 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27641 esac
27642 _ACEOF
27644 cat >>$CONFIG_STATUS <<\_ACEOF
27645 # If the template does not know about datarootdir, expand it.
27646 # FIXME: This hack should be removed a few years after 2.60.
27647 ac_datarootdir_hack=; ac_datarootdir_seen=
27649 case `sed -n '/datarootdir/ {
27653 /@datadir@/p
27654 /@docdir@/p
27655 /@infodir@/p
27656 /@localedir@/p
27657 /@mandir@/p
27658 ' $ac_file_inputs` in
27659 *datarootdir*) ac_datarootdir_seen=yes;;
27660 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27661 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27662 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27663 _ACEOF
27664 cat >>$CONFIG_STATUS <<_ACEOF
27665 ac_datarootdir_hack='
27666 s&@datadir@&$datadir&g
27667 s&@docdir@&$docdir&g
27668 s&@infodir@&$infodir&g
27669 s&@localedir@&$localedir&g
27670 s&@mandir@&$mandir&g
27671 s&\\\${datarootdir}&$datarootdir&g' ;;
27672 esac
27673 _ACEOF
27675 # Neutralize VPATH when `$srcdir' = `.'.
27676 # Shell code in configure.ac might set extrasub.
27677 # FIXME: do we really want to maintain this feature?
27678 cat >>$CONFIG_STATUS <<_ACEOF
27679 sed "$ac_vpsub
27680 $extrasub
27681 _ACEOF
27682 cat >>$CONFIG_STATUS <<\_ACEOF
27684 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27685 s&@configure_input@&$configure_input&;t t
27686 s&@top_builddir@&$ac_top_builddir_sub&;t t
27687 s&@srcdir@&$ac_srcdir&;t t
27688 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27689 s&@top_srcdir@&$ac_top_srcdir&;t t
27690 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27691 s&@builddir@&$ac_builddir&;t t
27692 s&@abs_builddir@&$ac_abs_builddir&;t t
27693 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27694 s&@INSTALL@&$ac_INSTALL&;t t
27695 $ac_datarootdir_hack
27696 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27698 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27699 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27700 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27701 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27702 which seems to be undefined. Please make sure it is defined." >&5
27703 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27704 which seems to be undefined. Please make sure it is defined." >&2;}
27706 rm -f "$tmp/stdin"
27707 case $ac_file in
27708 -) cat "$tmp/out"; rm -f "$tmp/out";;
27709 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27710 esac
27714 # CONFIG_HEADER
27716 _ACEOF
27718 # Transform confdefs.h into a sed script `conftest.defines', that
27719 # substitutes the proper values into config.h.in to produce config.h.
27720 rm -f conftest.defines conftest.tail
27721 # First, append a space to every undef/define line, to ease matching.
27722 echo 's/$/ /' >conftest.defines
27723 # Then, protect against being on the right side of a sed subst, or in
27724 # an unquoted here document, in config.status. If some macros were
27725 # called several times there might be several #defines for the same
27726 # symbol, which is useless. But do not sort them, since the last
27727 # AC_DEFINE must be honored.
27728 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27729 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27730 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27731 # PARAMS is the parameter list in the macro definition--in most cases, it's
27732 # just an empty string.
27733 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27734 ac_dB='\\)[ (].*,\\1define\\2'
27735 ac_dC=' '
27736 ac_dD=' ,'
27738 uniq confdefs.h |
27739 sed -n '
27740 t rset
27741 :rset
27742 s/^[ ]*#[ ]*define[ ][ ]*//
27743 t ok
27746 s/[\\&,]/\\&/g
27747 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27748 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27749 ' >>conftest.defines
27751 # Remove the space that was appended to ease matching.
27752 # Then replace #undef with comments. This is necessary, for
27753 # example, in the case of _POSIX_SOURCE, which is predefined and required
27754 # on some systems where configure will not decide to define it.
27755 # (The regexp can be short, since the line contains either #define or #undef.)
27756 echo 's/ $//
27757 s,^[ #]*u.*,/* & */,' >>conftest.defines
27759 # Break up conftest.defines:
27760 ac_max_sed_lines=50
27762 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27763 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27764 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27765 # et cetera.
27766 ac_in='$ac_file_inputs'
27767 ac_out='"$tmp/out1"'
27768 ac_nxt='"$tmp/out2"'
27770 while :
27772 # Write a here document:
27773 cat >>$CONFIG_STATUS <<_ACEOF
27774 # First, check the format of the line:
27775 cat >"\$tmp/defines.sed" <<\\CEOF
27776 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27777 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27779 :def
27780 _ACEOF
27781 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27782 echo 'CEOF
27783 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27784 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27785 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27786 grep . conftest.tail >/dev/null || break
27787 rm -f conftest.defines
27788 mv conftest.tail conftest.defines
27789 done
27790 rm -f conftest.defines conftest.tail
27792 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27793 cat >>$CONFIG_STATUS <<\_ACEOF
27794 if test x"$ac_file" != x-; then
27795 echo "/* $configure_input */" >"$tmp/config.h"
27796 cat "$ac_result" >>"$tmp/config.h"
27797 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27798 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27799 echo "$as_me: $ac_file is unchanged" >&6;}
27800 else
27801 rm -f $ac_file
27802 mv "$tmp/config.h" $ac_file
27804 else
27805 echo "/* $configure_input */"
27806 cat "$ac_result"
27808 rm -f "$tmp/out12"
27811 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27812 echo "$as_me: executing $ac_file commands" >&6;}
27814 esac
27817 case $ac_file$ac_mode in
27818 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27819 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27820 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27821 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27822 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27823 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27824 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27825 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27826 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27827 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27828 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27829 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27830 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27832 esac
27833 done # for ac_tag
27836 { (exit 0); exit 0; }
27837 _ACEOF
27838 chmod +x $CONFIG_STATUS
27839 ac_clean_files=$ac_clean_files_save
27842 # configure is writing to config.log, and then calls config.status.
27843 # config.status does its own redirection, appending to config.log.
27844 # Unfortunately, on DOS this fails, as config.log is still kept open
27845 # by configure, so config.status won't be able to write to it; its
27846 # output is simply discarded. So we exec the FD to /dev/null,
27847 # effectively closing config.log, so it can be properly (re)opened and
27848 # appended to by config.status. When coming back to configure, we
27849 # need to make the FD available again.
27850 if test "$no_create" != yes; then
27851 ac_cs_success=:
27852 ac_config_status_args=
27853 test "$silent" = yes &&
27854 ac_config_status_args="$ac_config_status_args --quiet"
27855 exec 5>/dev/null
27856 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27857 exec 5>>config.log
27858 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27859 # would make configure fail if this is the last instruction.
27860 $ac_cs_success || { (exit 1); exit 1; }
27864 if test "$no_create" = "yes"
27865 then
27866 exit 0
27869 ac_save_IFS="$IFS"
27870 if test "x$wine_notices != "x; then
27871 echo >&6
27872 IFS="|"
27873 for msg in $wine_notices; do
27874 IFS="$ac_save_IFS"
27875 if test -n "$msg"; then
27876 { echo "$as_me:$LINENO: $msg" >&5
27877 echo "$as_me: $msg" >&6;}
27879 done
27881 IFS="|"
27882 for msg in $wine_warnings; do
27883 IFS="$ac_save_IFS"
27884 if test -n "$msg"; then
27885 echo >&2
27886 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27887 echo "$as_me: WARNING: $msg" >&2;}
27889 done
27890 IFS="$ac_save_IFS"
27892 echo "
27893 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27894 " >&6