refresh 599ff5bf24fc76a69b2fe523cdd4f7f29072e432
[wine/hacks.git] / configure
blob62f529ad2fcd9f7fa90495d01d37ab1f3f5bffca
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.33.
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.33'
578 PACKAGE_STRING='Wine 1.1.33'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 WOW64_DISABLE
680 TOOLSDIR
681 FLEX
682 BISON
684 ac_ct_AR
685 ARFLAGS
686 RANLIB
687 STRIP
688 LN_S
690 GREP
691 EGREP
692 LDCONFIG
693 INSTALL_PROGRAM
694 INSTALL_SCRIPT
695 INSTALL_DATA
696 LINT
697 LINTFLAGS
698 FONTFORGE
699 PKG_CONFIG
700 RSVG
701 ICOTOOL
702 PRELINK
703 XLIB
704 OPENGL_LIBS
706 DLLEXT
707 DLLFLAGS
708 LDSHARED
709 LDDLLFLAGS
710 LIBEXT
711 IMPLIBEXT
712 LDRPATH_INSTALL
713 LDRPATH_LOCAL
715 DLLTOOL
716 DLLWRAP
717 MINGWAR
718 SECURITYLIB
719 COREFOUNDATIONLIB
720 IOKITLIB
721 LDEXECFLAGS
722 DISKARBITRATIONLIB
723 COREAUDIO
724 LIBOPENAL
725 CARBONLIB
726 CROSSCC
727 CROSSTEST
728 CROSSTARGETFLAGS
729 LIBPTHREAD
730 XMKMF
731 X_CFLAGS
732 X_PRE_LIBS
733 X_LIBS
734 X_EXTRA_LIBS
735 NASLIBS
736 XML2LIBS
737 XML2INCL
738 XSLTINCL
739 HALINCL
740 GNUTLSINCL
741 sane_devel
742 SANEINCL
743 gphoto2_devel
744 gphoto2port_devel
745 GPHOTO2LIBS
746 GPHOTO2INCL
747 RESOLVLIBS
748 LCMSLIBS
749 ft_devel
750 FREETYPELIBS
751 FREETYPEINCL
752 ZLIB
753 ESDCONFIG
754 ESDINCL
755 ESDLIBS
756 PULSELIBS
757 ALSALIBS
758 AUDIOIOLIBS
759 CUPSINCL
760 FONTCONFIGINCL
761 PNGINCL
762 LIBMPG123
763 LIBKSTAT
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 TOOLSEXT
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.33 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.33:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-largefile omit support for large files
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-gsm do not use libgsm (GSM 06.10 codec support)
1410 --without-hal do not use HAL (dynamic device support)
1411 --without-jack do not use the Jack sound support
1412 --without-jpeg do not use JPEG
1413 --without-ldap do not use LDAP
1414 --without-mpg123 do not use the mpg123 library
1415 --without-nas do not use the NAS sound support
1416 --without-openal do not use OpenAL
1417 --without-opengl do not use OpenGL
1418 --without-openssl do not use OpenSSL
1419 --without-oss do not use the OSS sound support
1420 --without-png do not use PNG
1421 --without-pthread do not use the pthread library
1422 --without-pulse do not use PulseAudio sound support
1423 --without-sane do not use SANE (scanner support)
1424 --without-xcomposite do not use the Xcomposite extension
1425 --without-xcursor do not use the Xcursor extension
1426 --without-xinerama do not use Xinerama (multi-monitor support)
1427 --without-xinput do not use the Xinput extension
1428 --without-xml do not use XML
1429 --without-xrandr do not use Xrandr (resolution changes)
1430 --without-xrender do not use the Xrender extension
1431 --without-xshape do not use the Xshape extension
1432 --without-xshm do not use XShm (shared memory extension)
1433 --without-xslt do not use XSLT
1434 --without-xxf86vm do not use XFree video mode extension
1435 --with-wine-tools=DIR use Wine tools from directory DIR
1436 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1437 --with-x use the X Window System
1439 Some influential environment variables:
1440 CC C compiler command
1441 CFLAGS C compiler flags
1442 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1443 nonstandard directory <lib dir>
1444 LIBS libraries to pass to the linker, e.g. -l<library>
1445 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1446 you have headers in a nonstandard directory <include dir>
1447 CXX C++ compiler command
1448 CXXFLAGS C++ compiler flags
1449 CPP C preprocessor
1450 XMKMF Path to xmkmf, Makefile generator for X Window System
1452 Use these variables to override the choices made by `configure' or to help
1453 it to find libraries and programs with nonstandard names/locations.
1455 Report bugs to <wine-devel@winehq.org>.
1456 _ACEOF
1457 ac_status=$?
1460 if test "$ac_init_help" = "recursive"; then
1461 # If there are subdirs, report their specific --help.
1462 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1463 test -d "$ac_dir" || continue
1464 ac_builddir=.
1466 case "$ac_dir" in
1467 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1470 # A ".." for each directory in $ac_dir_suffix.
1471 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1472 case $ac_top_builddir_sub in
1473 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1474 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1475 esac ;;
1476 esac
1477 ac_abs_top_builddir=$ac_pwd
1478 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1479 # for backward compatibility:
1480 ac_top_builddir=$ac_top_build_prefix
1482 case $srcdir in
1483 .) # We are building in place.
1484 ac_srcdir=.
1485 ac_top_srcdir=$ac_top_builddir_sub
1486 ac_abs_top_srcdir=$ac_pwd ;;
1487 [\\/]* | ?:[\\/]* ) # Absolute name.
1488 ac_srcdir=$srcdir$ac_dir_suffix;
1489 ac_top_srcdir=$srcdir
1490 ac_abs_top_srcdir=$srcdir ;;
1491 *) # Relative name.
1492 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1493 ac_top_srcdir=$ac_top_build_prefix$srcdir
1494 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1495 esac
1496 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498 cd "$ac_dir" || { ac_status=$?; continue; }
1499 # Check for guested configure.
1500 if test -f "$ac_srcdir/configure.gnu"; then
1501 echo &&
1502 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1503 elif test -f "$ac_srcdir/configure"; then
1504 echo &&
1505 $SHELL "$ac_srcdir/configure" --help=recursive
1506 else
1507 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508 fi || ac_status=$?
1509 cd "$ac_pwd" || { ac_status=$?; break; }
1510 done
1513 test -n "$ac_init_help" && exit $ac_status
1514 if $ac_init_version; then
1515 cat <<\_ACEOF
1516 Wine configure 1.1.33
1517 generated by GNU Autoconf 2.61
1519 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1520 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1521 This configure script is free software; the Free Software Foundation
1522 gives unlimited permission to copy, distribute and modify it.
1523 _ACEOF
1524 exit
1526 cat >config.log <<_ACEOF
1527 This file contains any messages produced by compilers while
1528 running configure, to aid debugging if configure makes a mistake.
1530 It was created by Wine $as_me 1.1.33, which was
1531 generated by GNU Autoconf 2.61. Invocation command line was
1533 $ $0 $@
1535 _ACEOF
1536 exec 5>>config.log
1538 cat <<_ASUNAME
1539 ## --------- ##
1540 ## Platform. ##
1541 ## --------- ##
1543 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1544 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1545 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1546 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1547 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1549 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1550 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1552 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1553 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1554 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1555 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1556 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1557 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1558 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1560 _ASUNAME
1562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1563 for as_dir in $PATH
1565 IFS=$as_save_IFS
1566 test -z "$as_dir" && as_dir=.
1567 echo "PATH: $as_dir"
1568 done
1569 IFS=$as_save_IFS
1571 } >&5
1573 cat >&5 <<_ACEOF
1576 ## ----------- ##
1577 ## Core tests. ##
1578 ## ----------- ##
1580 _ACEOF
1583 # Keep a trace of the command line.
1584 # Strip out --no-create and --no-recursion so they do not pile up.
1585 # Strip out --silent because we don't want to record it for future runs.
1586 # Also quote any args containing shell meta-characters.
1587 # Make two passes to allow for proper duplicate-argument suppression.
1588 ac_configure_args=
1589 ac_configure_args0=
1590 ac_configure_args1=
1591 ac_must_keep_next=false
1592 for ac_pass in 1 2
1594 for ac_arg
1596 case $ac_arg in
1597 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1598 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1599 | -silent | --silent | --silen | --sile | --sil)
1600 continue ;;
1601 *\'*)
1602 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1603 esac
1604 case $ac_pass in
1605 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1607 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1608 if test $ac_must_keep_next = true; then
1609 ac_must_keep_next=false # Got value, back to normal.
1610 else
1611 case $ac_arg in
1612 *=* | --config-cache | -C | -disable-* | --disable-* \
1613 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1614 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1615 | -with-* | --with-* | -without-* | --without-* | --x)
1616 case "$ac_configure_args0 " in
1617 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1618 esac
1620 -* ) ac_must_keep_next=true ;;
1621 esac
1623 ac_configure_args="$ac_configure_args '$ac_arg'"
1625 esac
1626 done
1627 done
1628 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1629 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1631 # When interrupted or exit'd, cleanup temporary files, and complete
1632 # config.log. We remove comments because anyway the quotes in there
1633 # would cause problems or look ugly.
1634 # WARNING: Use '\'' to represent an apostrophe within the trap.
1635 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1636 trap 'exit_status=$?
1637 # Save into config.log some information that might help in debugging.
1639 echo
1641 cat <<\_ASBOX
1642 ## ---------------- ##
1643 ## Cache variables. ##
1644 ## ---------------- ##
1645 _ASBOX
1646 echo
1647 # The following way of writing the cache mishandles newlines in values,
1649 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1650 eval ac_val=\$$ac_var
1651 case $ac_val in #(
1652 *${as_nl}*)
1653 case $ac_var in #(
1654 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1655 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1656 esac
1657 case $ac_var in #(
1658 _ | IFS | as_nl) ;; #(
1659 *) $as_unset $ac_var ;;
1660 esac ;;
1661 esac
1662 done
1663 (set) 2>&1 |
1664 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1665 *${as_nl}ac_space=\ *)
1666 sed -n \
1667 "s/'\''/'\''\\\\'\'''\''/g;
1668 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1669 ;; #(
1671 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1673 esac |
1674 sort
1676 echo
1678 cat <<\_ASBOX
1679 ## ----------------- ##
1680 ## Output variables. ##
1681 ## ----------------- ##
1682 _ASBOX
1683 echo
1684 for ac_var in $ac_subst_vars
1686 eval ac_val=\$$ac_var
1687 case $ac_val in
1688 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1689 esac
1690 echo "$ac_var='\''$ac_val'\''"
1691 done | sort
1692 echo
1694 if test -n "$ac_subst_files"; then
1695 cat <<\_ASBOX
1696 ## ------------------- ##
1697 ## File substitutions. ##
1698 ## ------------------- ##
1699 _ASBOX
1700 echo
1701 for ac_var in $ac_subst_files
1703 eval ac_val=\$$ac_var
1704 case $ac_val in
1705 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1706 esac
1707 echo "$ac_var='\''$ac_val'\''"
1708 done | sort
1709 echo
1712 if test -s confdefs.h; then
1713 cat <<\_ASBOX
1714 ## ----------- ##
1715 ## confdefs.h. ##
1716 ## ----------- ##
1717 _ASBOX
1718 echo
1719 cat confdefs.h
1720 echo
1722 test "$ac_signal" != 0 &&
1723 echo "$as_me: caught signal $ac_signal"
1724 echo "$as_me: exit $exit_status"
1725 } >&5
1726 rm -f core *.core core.conftest.* &&
1727 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1728 exit $exit_status
1730 for ac_signal in 1 2 13 15; do
1731 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1732 done
1733 ac_signal=0
1735 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1736 rm -f -r conftest* confdefs.h
1738 # Predefined preprocessor variables.
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_NAME "$PACKAGE_NAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_STRING "$PACKAGE_STRING"
1757 _ACEOF
1760 cat >>confdefs.h <<_ACEOF
1761 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1762 _ACEOF
1765 # Let the site file select an alternate cache file if it wants to.
1766 # Prefer explicitly selected file to automatically selected ones.
1767 if test -n "$CONFIG_SITE"; then
1768 set x "$CONFIG_SITE"
1769 elif test "x$prefix" != xNONE; then
1770 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1771 else
1772 set x "$ac_default_prefix/share/config.site" \
1773 "$ac_default_prefix/etc/config.site"
1775 shift
1776 for ac_site_file
1778 if test -r "$ac_site_file"; then
1779 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1780 echo "$as_me: loading site script $ac_site_file" >&6;}
1781 sed 's/^/| /' "$ac_site_file" >&5
1782 . "$ac_site_file"
1784 done
1786 if test -r "$cache_file"; then
1787 # Some versions of bash will fail to source /dev/null (special
1788 # files actually), so we avoid doing that.
1789 if test -f "$cache_file"; then
1790 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1791 echo "$as_me: loading cache $cache_file" >&6;}
1792 case $cache_file in
1793 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1794 *) . "./$cache_file";;
1795 esac
1797 else
1798 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1799 echo "$as_me: creating cache $cache_file" >&6;}
1800 >$cache_file
1803 # Check that the precious variables saved in the cache have kept the same
1804 # value.
1805 ac_cache_corrupted=false
1806 for ac_var in $ac_precious_vars; do
1807 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1808 eval ac_new_set=\$ac_env_${ac_var}_set
1809 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1810 eval ac_new_val=\$ac_env_${ac_var}_value
1811 case $ac_old_set,$ac_new_set in
1812 set,)
1813 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1814 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1815 ac_cache_corrupted=: ;;
1816 ,set)
1817 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1818 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1819 ac_cache_corrupted=: ;;
1820 ,);;
1822 if test "x$ac_old_val" != "x$ac_new_val"; then
1823 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1824 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1825 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1826 echo "$as_me: former value: $ac_old_val" >&2;}
1827 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1828 echo "$as_me: current value: $ac_new_val" >&2;}
1829 ac_cache_corrupted=:
1830 fi;;
1831 esac
1832 # Pass precious variables to config.status.
1833 if test "$ac_new_set" = set; then
1834 case $ac_new_val in
1835 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1836 *) ac_arg=$ac_var=$ac_new_val ;;
1837 esac
1838 case " $ac_configure_args " in
1839 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1840 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1841 esac
1843 done
1844 if $ac_cache_corrupted; then
1845 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1846 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1847 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1848 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1849 { (exit 1); exit 1; }; }
1876 ac_ext=c
1877 ac_cpp='$CPP $CPPFLAGS'
1878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1884 ac_config_headers="$ac_config_headers include/config.h"
1886 ac_aux_dir=
1887 for ac_dir in tools "$srcdir"/tools; do
1888 if test -f "$ac_dir/install-sh"; then
1889 ac_aux_dir=$ac_dir
1890 ac_install_sh="$ac_aux_dir/install-sh -c"
1891 break
1892 elif test -f "$ac_dir/install.sh"; then
1893 ac_aux_dir=$ac_dir
1894 ac_install_sh="$ac_aux_dir/install.sh -c"
1895 break
1896 elif test -f "$ac_dir/shtool"; then
1897 ac_aux_dir=$ac_dir
1898 ac_install_sh="$ac_aux_dir/shtool install -c"
1899 break
1901 done
1902 if test -z "$ac_aux_dir"; then
1903 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1904 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1905 { (exit 1); exit 1; }; }
1908 # These three variables are undocumented and unsupported,
1909 # and are intended to be withdrawn in a future Autoconf release.
1910 # They can cause serious problems if a builder's source tree is in a directory
1911 # whose full name contains unusual characters.
1912 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1913 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1914 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1919 # Check whether --enable-win16 was given.
1920 if test "${enable_win16+set}" = set; then
1921 enableval=$enable_win16;
1924 # Check whether --enable-win64 was given.
1925 if test "${enable_win64+set}" = set; then
1926 enableval=$enable_win64;
1929 # Check whether --enable-tests was given.
1930 if test "${enable_tests+set}" = set; then
1931 enableval=$enable_tests;
1934 # Check whether --enable-maintainer-mode was given.
1935 if test "${enable_maintainer_mode+set}" = set; then
1936 enableval=$enable_maintainer_mode;
1937 else
1938 MAINTAINER_MODE=\#
1944 # Check whether --with-alsa was given.
1945 if test "${with_alsa+set}" = set; then
1946 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1950 # Check whether --with-audioio was given.
1951 if test "${with_audioio+set}" = set; then
1952 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1956 # Check whether --with-capi was given.
1957 if test "${with_capi+set}" = set; then
1958 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1962 # Check whether --with-cms was given.
1963 if test "${with_cms+set}" = set; then
1964 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1968 # Check whether --with-coreaudio was given.
1969 if test "${with_coreaudio+set}" = set; then
1970 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1974 # Check whether --with-cups was given.
1975 if test "${with_cups+set}" = set; then
1976 withval=$with_cups;
1980 # Check whether --with-curses was given.
1981 if test "${with_curses+set}" = set; then
1982 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1986 # Check whether --with-esd was given.
1987 if test "${with_esd+set}" = set; then
1988 withval=$with_esd;
1992 # Check whether --with-fontconfig was given.
1993 if test "${with_fontconfig+set}" = set; then
1994 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1998 # Check whether --with-freetype was given.
1999 if test "${with_freetype+set}" = set; then
2000 withval=$with_freetype;
2004 # Check whether --with-gphoto was given.
2005 if test "${with_gphoto+set}" = set; then
2006 withval=$with_gphoto;
2010 # Check whether --with-glu was given.
2011 if test "${with_glu+set}" = set; then
2012 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2016 # Check whether --with-gnutls was given.
2017 if test "${with_gnutls+set}" = set; then
2018 withval=$with_gnutls;
2022 # Check whether --with-gsm was given.
2023 if test "${with_gsm+set}" = set; then
2024 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2028 # Check whether --with-hal was given.
2029 if test "${with_hal+set}" = set; then
2030 withval=$with_hal;
2034 # Check whether --with-jack was given.
2035 if test "${with_jack+set}" = set; then
2036 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2040 # Check whether --with-jpeg was given.
2041 if test "${with_jpeg+set}" = set; then
2042 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2046 # Check whether --with-ldap was given.
2047 if test "${with_ldap+set}" = set; then
2048 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2052 # Check whether --with-mpg123 was given.
2053 if test "${with_mpg123+set}" = set; then
2054 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2058 # Check whether --with-nas was given.
2059 if test "${with_nas+set}" = set; then
2060 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2064 # Check whether --with-openal was given.
2065 if test "${with_openal+set}" = set; then
2066 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2070 # Check whether --with-opengl was given.
2071 if test "${with_opengl+set}" = set; then
2072 withval=$with_opengl;
2076 # Check whether --with-openssl was given.
2077 if test "${with_openssl+set}" = set; then
2078 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2082 # Check whether --with-oss was given.
2083 if test "${with_oss+set}" = set; then
2084 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
2088 # Check whether --with-png was given.
2089 if test "${with_png+set}" = set; then
2090 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2094 # Check whether --with-pthread was given.
2095 if test "${with_pthread+set}" = set; then
2096 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2100 # Check whether --with-pulse was given.
2101 if test "${with_pulse+set}" = set; then
2102 withval=$with_pulse;
2106 # Check whether --with-sane was given.
2107 if test "${with_sane+set}" = set; then
2108 withval=$with_sane;
2112 # Check whether --with-xcomposite was given.
2113 if test "${with_xcomposite+set}" = set; then
2114 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2118 # Check whether --with-xcursor was given.
2119 if test "${with_xcursor+set}" = set; then
2120 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2124 # Check whether --with-xinerama was given.
2125 if test "${with_xinerama+set}" = set; then
2126 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2130 # Check whether --with-xinput was given.
2131 if test "${with_xinput+set}" = set; then
2132 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2136 # Check whether --with-xml was given.
2137 if test "${with_xml+set}" = set; then
2138 withval=$with_xml;
2142 # Check whether --with-xrandr was given.
2143 if test "${with_xrandr+set}" = set; then
2144 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2148 # Check whether --with-xrender was given.
2149 if test "${with_xrender+set}" = set; then
2150 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2154 # Check whether --with-xshape was given.
2155 if test "${with_xshape+set}" = set; then
2156 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2160 # Check whether --with-xshm was given.
2161 if test "${with_xshm+set}" = set; then
2162 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2166 # Check whether --with-xslt was given.
2167 if test "${with_xslt+set}" = set; then
2168 withval=$with_xslt;
2172 # Check whether --with-xxf86vm was given.
2173 if test "${with_xxf86vm+set}" = set; then
2174 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2179 # Check whether --with-wine-tools was given.
2180 if test "${with_wine_tools+set}" = set; then
2181 withval=$with_wine_tools;
2185 # Check whether --with-wine64 was given.
2186 if test "${with_wine64+set}" = set; then
2187 withval=$with_wine64;
2191 # Make sure we can run config.sub.
2192 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2193 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2194 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2195 { (exit 1); exit 1; }; }
2197 { echo "$as_me:$LINENO: checking build system type" >&5
2198 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2199 if test "${ac_cv_build+set}" = set; then
2200 echo $ECHO_N "(cached) $ECHO_C" >&6
2201 else
2202 ac_build_alias=$build_alias
2203 test "x$ac_build_alias" = x &&
2204 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2205 test "x$ac_build_alias" = x &&
2206 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2207 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2208 { (exit 1); exit 1; }; }
2209 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2210 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2211 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2212 { (exit 1); exit 1; }; }
2215 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2216 echo "${ECHO_T}$ac_cv_build" >&6; }
2217 case $ac_cv_build in
2218 *-*-*) ;;
2219 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2220 echo "$as_me: error: invalid value of canonical build" >&2;}
2221 { (exit 1); exit 1; }; };;
2222 esac
2223 build=$ac_cv_build
2224 ac_save_IFS=$IFS; IFS='-'
2225 set x $ac_cv_build
2226 shift
2227 build_cpu=$1
2228 build_vendor=$2
2229 shift; shift
2230 # Remember, the first character of IFS is used to create $*,
2231 # except with old shells:
2232 build_os=$*
2233 IFS=$ac_save_IFS
2234 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2237 { echo "$as_me:$LINENO: checking host system type" >&5
2238 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2239 if test "${ac_cv_host+set}" = set; then
2240 echo $ECHO_N "(cached) $ECHO_C" >&6
2241 else
2242 if test "x$host_alias" = x; then
2243 ac_cv_host=$ac_cv_build
2244 else
2245 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2246 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2247 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2248 { (exit 1); exit 1; }; }
2252 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2253 echo "${ECHO_T}$ac_cv_host" >&6; }
2254 case $ac_cv_host in
2255 *-*-*) ;;
2256 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2257 echo "$as_me: error: invalid value of canonical host" >&2;}
2258 { (exit 1); exit 1; }; };;
2259 esac
2260 host=$ac_cv_host
2261 ac_save_IFS=$IFS; IFS='-'
2262 set x $ac_cv_host
2263 shift
2264 host_cpu=$1
2265 host_vendor=$2
2266 shift; shift
2267 # Remember, the first character of IFS is used to create $*,
2268 # except with old shells:
2269 host_os=$*
2270 IFS=$ac_save_IFS
2271 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2275 case "$srcdir" in
2276 .) ;;
2277 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2278 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2279 You need to run 'make distclean' in the source tree first." >&5
2280 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2281 You need to run 'make distclean' in the source tree first." >&2;}
2282 { (exit 1); exit 1; }; }
2283 fi ;;
2284 esac
2287 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2288 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2289 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2290 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2291 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 else
2293 cat >conftest.make <<\_ACEOF
2294 SHELL = /bin/sh
2295 all:
2296 @echo '@@@%%%=$(MAKE)=@@@%%%'
2297 _ACEOF
2298 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2299 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2300 *@@@%%%=?*=@@@%%%*)
2301 eval ac_cv_prog_make_${ac_make}_set=yes;;
2303 eval ac_cv_prog_make_${ac_make}_set=no;;
2304 esac
2305 rm -f conftest.make
2307 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2308 { echo "$as_me:$LINENO: result: yes" >&5
2309 echo "${ECHO_T}yes" >&6; }
2310 SET_MAKE=
2311 else
2312 { echo "$as_me:$LINENO: result: no" >&5
2313 echo "${ECHO_T}no" >&6; }
2314 SET_MAKE="MAKE=${MAKE-make}"
2317 ac_ext=c
2318 ac_cpp='$CPP $CPPFLAGS'
2319 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2320 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2321 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2322 if test -n "$ac_tool_prefix"; then
2323 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2324 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2327 if test "${ac_cv_prog_CC+set}" = set; then
2328 echo $ECHO_N "(cached) $ECHO_C" >&6
2329 else
2330 if test -n "$CC"; then
2331 ac_cv_prog_CC="$CC" # Let the user override the test.
2332 else
2333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2334 for as_dir in $PATH
2336 IFS=$as_save_IFS
2337 test -z "$as_dir" && as_dir=.
2338 for ac_exec_ext in '' $ac_executable_extensions; do
2339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2340 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2342 break 2
2344 done
2345 done
2346 IFS=$as_save_IFS
2350 CC=$ac_cv_prog_CC
2351 if test -n "$CC"; then
2352 { echo "$as_me:$LINENO: result: $CC" >&5
2353 echo "${ECHO_T}$CC" >&6; }
2354 else
2355 { echo "$as_me:$LINENO: result: no" >&5
2356 echo "${ECHO_T}no" >&6; }
2361 if test -z "$ac_cv_prog_CC"; then
2362 ac_ct_CC=$CC
2363 # Extract the first word of "gcc", so it can be a program name with args.
2364 set dummy gcc; ac_word=$2
2365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2367 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2368 echo $ECHO_N "(cached) $ECHO_C" >&6
2369 else
2370 if test -n "$ac_ct_CC"; then
2371 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2372 else
2373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2374 for as_dir in $PATH
2376 IFS=$as_save_IFS
2377 test -z "$as_dir" && as_dir=.
2378 for ac_exec_ext in '' $ac_executable_extensions; do
2379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2380 ac_cv_prog_ac_ct_CC="gcc"
2381 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2382 break 2
2384 done
2385 done
2386 IFS=$as_save_IFS
2390 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2391 if test -n "$ac_ct_CC"; then
2392 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2393 echo "${ECHO_T}$ac_ct_CC" >&6; }
2394 else
2395 { echo "$as_me:$LINENO: result: no" >&5
2396 echo "${ECHO_T}no" >&6; }
2399 if test "x$ac_ct_CC" = x; then
2400 CC=""
2401 else
2402 case $cross_compiling:$ac_tool_warned in
2403 yes:)
2404 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2405 whose name does not start with the host triplet. If you think this
2406 configuration is useful to you, please write to autoconf@gnu.org." >&5
2407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2408 whose name does not start with the host triplet. If you think this
2409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2410 ac_tool_warned=yes ;;
2411 esac
2412 CC=$ac_ct_CC
2414 else
2415 CC="$ac_cv_prog_CC"
2418 if test -z "$CC"; then
2419 if test -n "$ac_tool_prefix"; then
2420 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2421 set dummy ${ac_tool_prefix}cc; ac_word=$2
2422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2424 if test "${ac_cv_prog_CC+set}" = set; then
2425 echo $ECHO_N "(cached) $ECHO_C" >&6
2426 else
2427 if test -n "$CC"; then
2428 ac_cv_prog_CC="$CC" # Let the user override the test.
2429 else
2430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431 for as_dir in $PATH
2433 IFS=$as_save_IFS
2434 test -z "$as_dir" && as_dir=.
2435 for ac_exec_ext in '' $ac_executable_extensions; do
2436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2437 ac_cv_prog_CC="${ac_tool_prefix}cc"
2438 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2439 break 2
2441 done
2442 done
2443 IFS=$as_save_IFS
2447 CC=$ac_cv_prog_CC
2448 if test -n "$CC"; then
2449 { echo "$as_me:$LINENO: result: $CC" >&5
2450 echo "${ECHO_T}$CC" >&6; }
2451 else
2452 { echo "$as_me:$LINENO: result: no" >&5
2453 echo "${ECHO_T}no" >&6; }
2459 if test -z "$CC"; then
2460 # Extract the first word of "cc", so it can be a program name with args.
2461 set dummy cc; ac_word=$2
2462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2464 if test "${ac_cv_prog_CC+set}" = set; then
2465 echo $ECHO_N "(cached) $ECHO_C" >&6
2466 else
2467 if test -n "$CC"; then
2468 ac_cv_prog_CC="$CC" # Let the user override the test.
2469 else
2470 ac_prog_rejected=no
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2479 ac_prog_rejected=yes
2480 continue
2482 ac_cv_prog_CC="cc"
2483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2484 break 2
2486 done
2487 done
2488 IFS=$as_save_IFS
2490 if test $ac_prog_rejected = yes; then
2491 # We found a bogon in the path, so make sure we never use it.
2492 set dummy $ac_cv_prog_CC
2493 shift
2494 if test $# != 0; then
2495 # We chose a different compiler from the bogus one.
2496 # However, it has the same basename, so the bogon will be chosen
2497 # first if we set CC to just the basename; use the full file name.
2498 shift
2499 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2504 CC=$ac_cv_prog_CC
2505 if test -n "$CC"; then
2506 { echo "$as_me:$LINENO: result: $CC" >&5
2507 echo "${ECHO_T}$CC" >&6; }
2508 else
2509 { echo "$as_me:$LINENO: result: no" >&5
2510 echo "${ECHO_T}no" >&6; }
2515 if test -z "$CC"; then
2516 if test -n "$ac_tool_prefix"; then
2517 for ac_prog in cl.exe
2519 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2520 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2523 if test "${ac_cv_prog_CC+set}" = set; then
2524 echo $ECHO_N "(cached) $ECHO_C" >&6
2525 else
2526 if test -n "$CC"; then
2527 ac_cv_prog_CC="$CC" # Let the user override the test.
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 for ac_exec_ext in '' $ac_executable_extensions; do
2535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2536 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2538 break 2
2540 done
2541 done
2542 IFS=$as_save_IFS
2546 CC=$ac_cv_prog_CC
2547 if test -n "$CC"; then
2548 { echo "$as_me:$LINENO: result: $CC" >&5
2549 echo "${ECHO_T}$CC" >&6; }
2550 else
2551 { echo "$as_me:$LINENO: result: no" >&5
2552 echo "${ECHO_T}no" >&6; }
2556 test -n "$CC" && break
2557 done
2559 if test -z "$CC"; then
2560 ac_ct_CC=$CC
2561 for ac_prog in cl.exe
2563 # Extract the first word of "$ac_prog", so it can be a program name with args.
2564 set dummy $ac_prog; ac_word=$2
2565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2567 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2568 echo $ECHO_N "(cached) $ECHO_C" >&6
2569 else
2570 if test -n "$ac_ct_CC"; then
2571 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2572 else
2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574 for as_dir in $PATH
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
2579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2580 ac_cv_prog_ac_ct_CC="$ac_prog"
2581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2584 done
2585 done
2586 IFS=$as_save_IFS
2590 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2591 if test -n "$ac_ct_CC"; then
2592 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2593 echo "${ECHO_T}$ac_ct_CC" >&6; }
2594 else
2595 { echo "$as_me:$LINENO: result: no" >&5
2596 echo "${ECHO_T}no" >&6; }
2600 test -n "$ac_ct_CC" && break
2601 done
2603 if test "x$ac_ct_CC" = x; then
2604 CC=""
2605 else
2606 case $cross_compiling:$ac_tool_warned in
2607 yes:)
2608 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2609 whose name does not start with the host triplet. If you think this
2610 configuration is useful to you, please write to autoconf@gnu.org." >&5
2611 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2612 whose name does not start with the host triplet. If you think this
2613 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2614 ac_tool_warned=yes ;;
2615 esac
2616 CC=$ac_ct_CC
2623 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2624 See \`config.log' for more details." >&5
2625 echo "$as_me: error: no acceptable C compiler found in \$PATH
2626 See \`config.log' for more details." >&2;}
2627 { (exit 1); exit 1; }; }
2629 # Provide some information about the compiler.
2630 echo "$as_me:$LINENO: checking for C compiler version" >&5
2631 ac_compiler=`set X $ac_compile; echo $2`
2632 { (ac_try="$ac_compiler --version >&5"
2633 case "(($ac_try" in
2634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2635 *) ac_try_echo=$ac_try;;
2636 esac
2637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2638 (eval "$ac_compiler --version >&5") 2>&5
2639 ac_status=$?
2640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2641 (exit $ac_status); }
2642 { (ac_try="$ac_compiler -v >&5"
2643 case "(($ac_try" in
2644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2645 *) ac_try_echo=$ac_try;;
2646 esac
2647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2648 (eval "$ac_compiler -v >&5") 2>&5
2649 ac_status=$?
2650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2651 (exit $ac_status); }
2652 { (ac_try="$ac_compiler -V >&5"
2653 case "(($ac_try" in
2654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655 *) ac_try_echo=$ac_try;;
2656 esac
2657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2658 (eval "$ac_compiler -V >&5") 2>&5
2659 ac_status=$?
2660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661 (exit $ac_status); }
2663 cat >conftest.$ac_ext <<_ACEOF
2664 /* confdefs.h. */
2665 _ACEOF
2666 cat confdefs.h >>conftest.$ac_ext
2667 cat >>conftest.$ac_ext <<_ACEOF
2668 /* end confdefs.h. */
2671 main ()
2675 return 0;
2677 _ACEOF
2678 ac_clean_files_save=$ac_clean_files
2679 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2680 # Try to create an executable without -o first, disregard a.out.
2681 # It will help us diagnose broken compilers, and finding out an intuition
2682 # of exeext.
2683 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2684 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2685 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2687 # List of possible output files, starting from the most likely.
2688 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2689 # only as a last resort. b.out is created by i960 compilers.
2690 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2692 # The IRIX 6 linker writes into existing files which may not be
2693 # executable, retaining their permissions. Remove them first so a
2694 # subsequent execution test works.
2695 ac_rmfiles=
2696 for ac_file in $ac_files
2698 case $ac_file in
2699 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2700 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2701 esac
2702 done
2703 rm -f $ac_rmfiles
2705 if { (ac_try="$ac_link_default"
2706 case "(($ac_try" in
2707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2708 *) ac_try_echo=$ac_try;;
2709 esac
2710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2711 (eval "$ac_link_default") 2>&5
2712 ac_status=$?
2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714 (exit $ac_status); }; then
2715 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2716 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2717 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2718 # so that the user can short-circuit this test for compilers unknown to
2719 # Autoconf.
2720 for ac_file in $ac_files ''
2722 test -f "$ac_file" || continue
2723 case $ac_file in
2724 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2726 [ab].out )
2727 # We found the default executable, but exeext='' is most
2728 # certainly right.
2729 break;;
2730 *.* )
2731 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2732 then :; else
2733 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2735 # We set ac_cv_exeext here because the later test for it is not
2736 # safe: cross compilers may not add the suffix if given an `-o'
2737 # argument, so we may need to know it at that point already.
2738 # Even if this section looks crufty: it has the advantage of
2739 # actually working.
2740 break;;
2742 break;;
2743 esac
2744 done
2745 test "$ac_cv_exeext" = no && ac_cv_exeext=
2747 else
2748 ac_file=''
2751 { echo "$as_me:$LINENO: result: $ac_file" >&5
2752 echo "${ECHO_T}$ac_file" >&6; }
2753 if test -z "$ac_file"; then
2754 echo "$as_me: failed program was:" >&5
2755 sed 's/^/| /' conftest.$ac_ext >&5
2757 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2758 See \`config.log' for more details." >&5
2759 echo "$as_me: error: C compiler cannot create executables
2760 See \`config.log' for more details." >&2;}
2761 { (exit 77); exit 77; }; }
2764 ac_exeext=$ac_cv_exeext
2766 # Check that the compiler produces executables we can run. If not, either
2767 # the compiler is broken, or we cross compile.
2768 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2769 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2770 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2771 # If not cross compiling, check that we can run a simple program.
2772 if test "$cross_compiling" != yes; then
2773 if { ac_try='./$ac_file'
2774 { (case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777 esac
2778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2779 (eval "$ac_try") 2>&5
2780 ac_status=$?
2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }; }; then
2783 cross_compiling=no
2784 else
2785 if test "$cross_compiling" = maybe; then
2786 cross_compiling=yes
2787 else
2788 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2789 If you meant to cross compile, use \`--host'.
2790 See \`config.log' for more details." >&5
2791 echo "$as_me: error: cannot run C compiled programs.
2792 If you meant to cross compile, use \`--host'.
2793 See \`config.log' for more details." >&2;}
2794 { (exit 1); exit 1; }; }
2798 { echo "$as_me:$LINENO: result: yes" >&5
2799 echo "${ECHO_T}yes" >&6; }
2801 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2802 ac_clean_files=$ac_clean_files_save
2803 # Check that the compiler produces executables we can run. If not, either
2804 # the compiler is broken, or we cross compile.
2805 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2806 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2807 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2808 echo "${ECHO_T}$cross_compiling" >&6; }
2810 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2811 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2812 if { (ac_try="$ac_link"
2813 case "(($ac_try" in
2814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2815 *) ac_try_echo=$ac_try;;
2816 esac
2817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2818 (eval "$ac_link") 2>&5
2819 ac_status=$?
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); }; then
2822 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2823 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2824 # work properly (i.e., refer to `conftest.exe'), while it won't with
2825 # `rm'.
2826 for ac_file in conftest.exe conftest conftest.*; do
2827 test -f "$ac_file" || continue
2828 case $ac_file in
2829 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2830 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2831 break;;
2832 * ) break;;
2833 esac
2834 done
2835 else
2836 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2837 See \`config.log' for more details." >&5
2838 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2839 See \`config.log' for more details." >&2;}
2840 { (exit 1); exit 1; }; }
2843 rm -f conftest$ac_cv_exeext
2844 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2845 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2847 rm -f conftest.$ac_ext
2848 EXEEXT=$ac_cv_exeext
2849 ac_exeext=$EXEEXT
2850 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2851 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2852 if test "${ac_cv_objext+set}" = set; then
2853 echo $ECHO_N "(cached) $ECHO_C" >&6
2854 else
2855 cat >conftest.$ac_ext <<_ACEOF
2856 /* confdefs.h. */
2857 _ACEOF
2858 cat confdefs.h >>conftest.$ac_ext
2859 cat >>conftest.$ac_ext <<_ACEOF
2860 /* end confdefs.h. */
2863 main ()
2867 return 0;
2869 _ACEOF
2870 rm -f conftest.o conftest.obj
2871 if { (ac_try="$ac_compile"
2872 case "(($ac_try" in
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2875 esac
2876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 (eval "$ac_compile") 2>&5
2878 ac_status=$?
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }; then
2881 for ac_file in conftest.o conftest.obj conftest.*; do
2882 test -f "$ac_file" || continue;
2883 case $ac_file in
2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2885 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2886 break;;
2887 esac
2888 done
2889 else
2890 echo "$as_me: failed program was:" >&5
2891 sed 's/^/| /' conftest.$ac_ext >&5
2893 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2894 See \`config.log' for more details." >&5
2895 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2896 See \`config.log' for more details." >&2;}
2897 { (exit 1); exit 1; }; }
2900 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2902 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2903 echo "${ECHO_T}$ac_cv_objext" >&6; }
2904 OBJEXT=$ac_cv_objext
2905 ac_objext=$OBJEXT
2906 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2907 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2908 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2909 echo $ECHO_N "(cached) $ECHO_C" >&6
2910 else
2911 cat >conftest.$ac_ext <<_ACEOF
2912 /* confdefs.h. */
2913 _ACEOF
2914 cat confdefs.h >>conftest.$ac_ext
2915 cat >>conftest.$ac_ext <<_ACEOF
2916 /* end confdefs.h. */
2919 main ()
2921 #ifndef __GNUC__
2922 choke me
2923 #endif
2926 return 0;
2928 _ACEOF
2929 rm -f conftest.$ac_objext
2930 if { (ac_try="$ac_compile"
2931 case "(($ac_try" in
2932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2933 *) ac_try_echo=$ac_try;;
2934 esac
2935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2936 (eval "$ac_compile") 2>conftest.er1
2937 ac_status=$?
2938 grep -v '^ *+' conftest.er1 >conftest.err
2939 rm -f conftest.er1
2940 cat conftest.err >&5
2941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2942 (exit $ac_status); } && {
2943 test -z "$ac_c_werror_flag" ||
2944 test ! -s conftest.err
2945 } && test -s conftest.$ac_objext; then
2946 ac_compiler_gnu=yes
2947 else
2948 echo "$as_me: failed program was:" >&5
2949 sed 's/^/| /' conftest.$ac_ext >&5
2951 ac_compiler_gnu=no
2954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2955 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2958 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2959 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2960 GCC=`test $ac_compiler_gnu = yes && echo yes`
2961 ac_test_CFLAGS=${CFLAGS+set}
2962 ac_save_CFLAGS=$CFLAGS
2963 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2964 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2965 if test "${ac_cv_prog_cc_g+set}" = set; then
2966 echo $ECHO_N "(cached) $ECHO_C" >&6
2967 else
2968 ac_save_c_werror_flag=$ac_c_werror_flag
2969 ac_c_werror_flag=yes
2970 ac_cv_prog_cc_g=no
2971 CFLAGS="-g"
2972 cat >conftest.$ac_ext <<_ACEOF
2973 /* confdefs.h. */
2974 _ACEOF
2975 cat confdefs.h >>conftest.$ac_ext
2976 cat >>conftest.$ac_ext <<_ACEOF
2977 /* end confdefs.h. */
2980 main ()
2984 return 0;
2986 _ACEOF
2987 rm -f conftest.$ac_objext
2988 if { (ac_try="$ac_compile"
2989 case "(($ac_try" in
2990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 *) ac_try_echo=$ac_try;;
2992 esac
2993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2994 (eval "$ac_compile") 2>conftest.er1
2995 ac_status=$?
2996 grep -v '^ *+' conftest.er1 >conftest.err
2997 rm -f conftest.er1
2998 cat conftest.err >&5
2999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3000 (exit $ac_status); } && {
3001 test -z "$ac_c_werror_flag" ||
3002 test ! -s conftest.err
3003 } && test -s conftest.$ac_objext; then
3004 ac_cv_prog_cc_g=yes
3005 else
3006 echo "$as_me: failed program was:" >&5
3007 sed 's/^/| /' conftest.$ac_ext >&5
3009 CFLAGS=""
3010 cat >conftest.$ac_ext <<_ACEOF
3011 /* confdefs.h. */
3012 _ACEOF
3013 cat confdefs.h >>conftest.$ac_ext
3014 cat >>conftest.$ac_ext <<_ACEOF
3015 /* end confdefs.h. */
3018 main ()
3022 return 0;
3024 _ACEOF
3025 rm -f conftest.$ac_objext
3026 if { (ac_try="$ac_compile"
3027 case "(($ac_try" in
3028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3029 *) ac_try_echo=$ac_try;;
3030 esac
3031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3043 else
3044 echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_c_werror_flag=$ac_save_c_werror_flag
3048 CFLAGS="-g"
3049 cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h. */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 main ()
3061 return 0;
3063 _ACEOF
3064 rm -f conftest.$ac_objext
3065 if { (ac_try="$ac_compile"
3066 case "(($ac_try" in
3067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3068 *) ac_try_echo=$ac_try;;
3069 esac
3070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3071 (eval "$ac_compile") 2>conftest.er1
3072 ac_status=$?
3073 grep -v '^ *+' conftest.er1 >conftest.err
3074 rm -f conftest.er1
3075 cat conftest.err >&5
3076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3077 (exit $ac_status); } && {
3078 test -z "$ac_c_werror_flag" ||
3079 test ! -s conftest.err
3080 } && test -s conftest.$ac_objext; then
3081 ac_cv_prog_cc_g=yes
3082 else
3083 echo "$as_me: failed program was:" >&5
3084 sed 's/^/| /' conftest.$ac_ext >&5
3089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3096 ac_c_werror_flag=$ac_save_c_werror_flag
3098 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3099 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3100 if test "$ac_test_CFLAGS" = set; then
3101 CFLAGS=$ac_save_CFLAGS
3102 elif test $ac_cv_prog_cc_g = yes; then
3103 if test "$GCC" = yes; then
3104 CFLAGS="-g -O2"
3105 else
3106 CFLAGS="-g"
3108 else
3109 if test "$GCC" = yes; then
3110 CFLAGS="-O2"
3111 else
3112 CFLAGS=
3115 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3116 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3117 if test "${ac_cv_prog_cc_c89+set}" = set; then
3118 echo $ECHO_N "(cached) $ECHO_C" >&6
3119 else
3120 ac_cv_prog_cc_c89=no
3121 ac_save_CC=$CC
3122 cat >conftest.$ac_ext <<_ACEOF
3123 /* confdefs.h. */
3124 _ACEOF
3125 cat confdefs.h >>conftest.$ac_ext
3126 cat >>conftest.$ac_ext <<_ACEOF
3127 /* end confdefs.h. */
3128 #include <stdarg.h>
3129 #include <stdio.h>
3130 #include <sys/types.h>
3131 #include <sys/stat.h>
3132 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3133 struct buf { int x; };
3134 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3135 static char *e (p, i)
3136 char **p;
3137 int i;
3139 return p[i];
3141 static char *f (char * (*g) (char **, int), char **p, ...)
3143 char *s;
3144 va_list v;
3145 va_start (v,p);
3146 s = g (p, va_arg (v,int));
3147 va_end (v);
3148 return s;
3151 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3152 function prototypes and stuff, but not '\xHH' hex character constants.
3153 These don't provoke an error unfortunately, instead are silently treated
3154 as 'x'. The following induces an error, until -std is added to get
3155 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3156 array size at least. It's necessary to write '\x00'==0 to get something
3157 that's true only with -std. */
3158 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3160 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3161 inside strings and character constants. */
3162 #define FOO(x) 'x'
3163 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3165 int test (int i, double x);
3166 struct s1 {int (*f) (int a);};
3167 struct s2 {int (*f) (double a);};
3168 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3169 int argc;
3170 char **argv;
3172 main ()
3174 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3176 return 0;
3178 _ACEOF
3179 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3180 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3182 CC="$ac_save_CC $ac_arg"
3183 rm -f conftest.$ac_objext
3184 if { (ac_try="$ac_compile"
3185 case "(($ac_try" in
3186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187 *) ac_try_echo=$ac_try;;
3188 esac
3189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3190 (eval "$ac_compile") 2>conftest.er1
3191 ac_status=$?
3192 grep -v '^ *+' conftest.er1 >conftest.err
3193 rm -f conftest.er1
3194 cat conftest.err >&5
3195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196 (exit $ac_status); } && {
3197 test -z "$ac_c_werror_flag" ||
3198 test ! -s conftest.err
3199 } && test -s conftest.$ac_objext; then
3200 ac_cv_prog_cc_c89=$ac_arg
3201 else
3202 echo "$as_me: failed program was:" >&5
3203 sed 's/^/| /' conftest.$ac_ext >&5
3208 rm -f core conftest.err conftest.$ac_objext
3209 test "x$ac_cv_prog_cc_c89" != "xno" && break
3210 done
3211 rm -f conftest.$ac_ext
3212 CC=$ac_save_CC
3215 # AC_CACHE_VAL
3216 case "x$ac_cv_prog_cc_c89" in
3218 { echo "$as_me:$LINENO: result: none needed" >&5
3219 echo "${ECHO_T}none needed" >&6; } ;;
3220 xno)
3221 { echo "$as_me:$LINENO: result: unsupported" >&5
3222 echo "${ECHO_T}unsupported" >&6; } ;;
3224 CC="$CC $ac_cv_prog_cc_c89"
3225 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3226 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3227 esac
3230 ac_ext=c
3231 ac_cpp='$CPP $CPPFLAGS'
3232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3233 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3236 ac_ext=cpp
3237 ac_cpp='$CXXCPP $CPPFLAGS'
3238 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3241 if test -z "$CXX"; then
3242 if test -n "$CCC"; then
3243 CXX=$CCC
3244 else
3245 if test -n "$ac_tool_prefix"; then
3246 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3248 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3249 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3252 if test "${ac_cv_prog_CXX+set}" = set; then
3253 echo $ECHO_N "(cached) $ECHO_C" >&6
3254 else
3255 if test -n "$CXX"; then
3256 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3257 else
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259 for as_dir in $PATH
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
3263 for ac_exec_ext in '' $ac_executable_extensions; do
3264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3265 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3267 break 2
3269 done
3270 done
3271 IFS=$as_save_IFS
3275 CXX=$ac_cv_prog_CXX
3276 if test -n "$CXX"; then
3277 { echo "$as_me:$LINENO: result: $CXX" >&5
3278 echo "${ECHO_T}$CXX" >&6; }
3279 else
3280 { echo "$as_me:$LINENO: result: no" >&5
3281 echo "${ECHO_T}no" >&6; }
3285 test -n "$CXX" && break
3286 done
3288 if test -z "$CXX"; then
3289 ac_ct_CXX=$CXX
3290 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3292 # Extract the first word of "$ac_prog", so it can be a program name with args.
3293 set dummy $ac_prog; ac_word=$2
3294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3296 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3297 echo $ECHO_N "(cached) $ECHO_C" >&6
3298 else
3299 if test -n "$ac_ct_CXX"; then
3300 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3301 else
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303 for as_dir in $PATH
3305 IFS=$as_save_IFS
3306 test -z "$as_dir" && as_dir=.
3307 for ac_exec_ext in '' $ac_executable_extensions; do
3308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3309 ac_cv_prog_ac_ct_CXX="$ac_prog"
3310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3311 break 2
3313 done
3314 done
3315 IFS=$as_save_IFS
3319 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3320 if test -n "$ac_ct_CXX"; then
3321 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3322 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3323 else
3324 { echo "$as_me:$LINENO: result: no" >&5
3325 echo "${ECHO_T}no" >&6; }
3329 test -n "$ac_ct_CXX" && break
3330 done
3332 if test "x$ac_ct_CXX" = x; then
3333 CXX="g++"
3334 else
3335 case $cross_compiling:$ac_tool_warned in
3336 yes:)
3337 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3338 whose name does not start with the host triplet. If you think this
3339 configuration is useful to you, please write to autoconf@gnu.org." >&5
3340 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3341 whose name does not start with the host triplet. If you think this
3342 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3343 ac_tool_warned=yes ;;
3344 esac
3345 CXX=$ac_ct_CXX
3351 # Provide some information about the compiler.
3352 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3353 ac_compiler=`set X $ac_compile; echo $2`
3354 { (ac_try="$ac_compiler --version >&5"
3355 case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358 esac
3359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3360 (eval "$ac_compiler --version >&5") 2>&5
3361 ac_status=$?
3362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3363 (exit $ac_status); }
3364 { (ac_try="$ac_compiler -v >&5"
3365 case "(($ac_try" in
3366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3367 *) ac_try_echo=$ac_try;;
3368 esac
3369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3370 (eval "$ac_compiler -v >&5") 2>&5
3371 ac_status=$?
3372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3373 (exit $ac_status); }
3374 { (ac_try="$ac_compiler -V >&5"
3375 case "(($ac_try" in
3376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3377 *) ac_try_echo=$ac_try;;
3378 esac
3379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3380 (eval "$ac_compiler -V >&5") 2>&5
3381 ac_status=$?
3382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3383 (exit $ac_status); }
3385 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3386 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3387 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3388 echo $ECHO_N "(cached) $ECHO_C" >&6
3389 else
3390 cat >conftest.$ac_ext <<_ACEOF
3391 /* confdefs.h. */
3392 _ACEOF
3393 cat confdefs.h >>conftest.$ac_ext
3394 cat >>conftest.$ac_ext <<_ACEOF
3395 /* end confdefs.h. */
3398 main ()
3400 #ifndef __GNUC__
3401 choke me
3402 #endif
3405 return 0;
3407 _ACEOF
3408 rm -f conftest.$ac_objext
3409 if { (ac_try="$ac_compile"
3410 case "(($ac_try" in
3411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412 *) ac_try_echo=$ac_try;;
3413 esac
3414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3415 (eval "$ac_compile") 2>conftest.er1
3416 ac_status=$?
3417 grep -v '^ *+' conftest.er1 >conftest.err
3418 rm -f conftest.er1
3419 cat conftest.err >&5
3420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421 (exit $ac_status); } && {
3422 test -z "$ac_cxx_werror_flag" ||
3423 test ! -s conftest.err
3424 } && test -s conftest.$ac_objext; then
3425 ac_compiler_gnu=yes
3426 else
3427 echo "$as_me: failed program was:" >&5
3428 sed 's/^/| /' conftest.$ac_ext >&5
3430 ac_compiler_gnu=no
3433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3434 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3437 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3438 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3439 GXX=`test $ac_compiler_gnu = yes && echo yes`
3440 ac_test_CXXFLAGS=${CXXFLAGS+set}
3441 ac_save_CXXFLAGS=$CXXFLAGS
3442 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3443 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3444 if test "${ac_cv_prog_cxx_g+set}" = set; then
3445 echo $ECHO_N "(cached) $ECHO_C" >&6
3446 else
3447 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3448 ac_cxx_werror_flag=yes
3449 ac_cv_prog_cxx_g=no
3450 CXXFLAGS="-g"
3451 cat >conftest.$ac_ext <<_ACEOF
3452 /* confdefs.h. */
3453 _ACEOF
3454 cat confdefs.h >>conftest.$ac_ext
3455 cat >>conftest.$ac_ext <<_ACEOF
3456 /* end confdefs.h. */
3459 main ()
3463 return 0;
3465 _ACEOF
3466 rm -f conftest.$ac_objext
3467 if { (ac_try="$ac_compile"
3468 case "(($ac_try" in
3469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3470 *) ac_try_echo=$ac_try;;
3471 esac
3472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3473 (eval "$ac_compile") 2>conftest.er1
3474 ac_status=$?
3475 grep -v '^ *+' conftest.er1 >conftest.err
3476 rm -f conftest.er1
3477 cat conftest.err >&5
3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); } && {
3480 test -z "$ac_cxx_werror_flag" ||
3481 test ! -s conftest.err
3482 } && test -s conftest.$ac_objext; then
3483 ac_cv_prog_cxx_g=yes
3484 else
3485 echo "$as_me: failed program was:" >&5
3486 sed 's/^/| /' conftest.$ac_ext >&5
3488 CXXFLAGS=""
3489 cat >conftest.$ac_ext <<_ACEOF
3490 /* confdefs.h. */
3491 _ACEOF
3492 cat confdefs.h >>conftest.$ac_ext
3493 cat >>conftest.$ac_ext <<_ACEOF
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 rm -f conftest.$ac_objext
3505 if { (ac_try="$ac_compile"
3506 case "(($ac_try" in
3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3508 *) ac_try_echo=$ac_try;;
3509 esac
3510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3511 (eval "$ac_compile") 2>conftest.er1
3512 ac_status=$?
3513 grep -v '^ *+' conftest.er1 >conftest.err
3514 rm -f conftest.er1
3515 cat conftest.err >&5
3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); } && {
3518 test -z "$ac_cxx_werror_flag" ||
3519 test ! -s conftest.err
3520 } && test -s conftest.$ac_objext; then
3522 else
3523 echo "$as_me: failed program was:" >&5
3524 sed 's/^/| /' conftest.$ac_ext >&5
3526 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3527 CXXFLAGS="-g"
3528 cat >conftest.$ac_ext <<_ACEOF
3529 /* confdefs.h. */
3530 _ACEOF
3531 cat confdefs.h >>conftest.$ac_ext
3532 cat >>conftest.$ac_ext <<_ACEOF
3533 /* end confdefs.h. */
3536 main ()
3540 return 0;
3542 _ACEOF
3543 rm -f conftest.$ac_objext
3544 if { (ac_try="$ac_compile"
3545 case "(($ac_try" in
3546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547 *) ac_try_echo=$ac_try;;
3548 esac
3549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3550 (eval "$ac_compile") 2>conftest.er1
3551 ac_status=$?
3552 grep -v '^ *+' conftest.er1 >conftest.err
3553 rm -f conftest.er1
3554 cat conftest.err >&5
3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3556 (exit $ac_status); } && {
3557 test -z "$ac_cxx_werror_flag" ||
3558 test ! -s conftest.err
3559 } && test -s conftest.$ac_objext; then
3560 ac_cv_prog_cxx_g=yes
3561 else
3562 echo "$as_me: failed program was:" >&5
3563 sed 's/^/| /' conftest.$ac_ext >&5
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3575 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3577 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3578 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3579 if test "$ac_test_CXXFLAGS" = set; then
3580 CXXFLAGS=$ac_save_CXXFLAGS
3581 elif test $ac_cv_prog_cxx_g = yes; then
3582 if test "$GXX" = yes; then
3583 CXXFLAGS="-g -O2"
3584 else
3585 CXXFLAGS="-g"
3587 else
3588 if test "$GXX" = yes; then
3589 CXXFLAGS="-O2"
3590 else
3591 CXXFLAGS=
3594 ac_ext=c
3595 ac_cpp='$CPP $CPPFLAGS'
3596 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3597 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3598 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3600 if test -n "$ac_tool_prefix"; then
3601 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3602 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3605 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3606 echo $ECHO_N "(cached) $ECHO_C" >&6
3607 else
3608 if test -n "$CPPBIN"; then
3609 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3610 else
3611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3612 for as_dir in $PATH
3614 IFS=$as_save_IFS
3615 test -z "$as_dir" && as_dir=.
3616 for ac_exec_ext in '' $ac_executable_extensions; do
3617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3618 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3620 break 2
3622 done
3623 done
3624 IFS=$as_save_IFS
3628 CPPBIN=$ac_cv_prog_CPPBIN
3629 if test -n "$CPPBIN"; then
3630 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3631 echo "${ECHO_T}$CPPBIN" >&6; }
3632 else
3633 { echo "$as_me:$LINENO: result: no" >&5
3634 echo "${ECHO_T}no" >&6; }
3639 if test -z "$ac_cv_prog_CPPBIN"; then
3640 ac_ct_CPPBIN=$CPPBIN
3641 # Extract the first word of "cpp", so it can be a program name with args.
3642 set dummy cpp; ac_word=$2
3643 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3645 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3646 echo $ECHO_N "(cached) $ECHO_C" >&6
3647 else
3648 if test -n "$ac_ct_CPPBIN"; then
3649 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3650 else
3651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3652 for as_dir in $PATH
3654 IFS=$as_save_IFS
3655 test -z "$as_dir" && as_dir=.
3656 for ac_exec_ext in '' $ac_executable_extensions; do
3657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3658 ac_cv_prog_ac_ct_CPPBIN="cpp"
3659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3660 break 2
3662 done
3663 done
3664 IFS=$as_save_IFS
3668 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3669 if test -n "$ac_ct_CPPBIN"; then
3670 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3671 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3672 else
3673 { echo "$as_me:$LINENO: result: no" >&5
3674 echo "${ECHO_T}no" >&6; }
3677 if test "x$ac_ct_CPPBIN" = x; then
3678 CPPBIN="cpp"
3679 else
3680 case $cross_compiling:$ac_tool_warned in
3681 yes:)
3682 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3683 whose name does not start with the host triplet. If you think this
3684 configuration is useful to you, please write to autoconf@gnu.org." >&5
3685 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3686 whose name does not start with the host triplet. If you think this
3687 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3688 ac_tool_warned=yes ;;
3689 esac
3690 CPPBIN=$ac_ct_CPPBIN
3692 else
3693 CPPBIN="$ac_cv_prog_CPPBIN"
3697 cat >>confdefs.h <<_ACEOF
3698 #define EXEEXT "$ac_exeext"
3699 _ACEOF
3702 case $host in
3703 *-darwin*)
3704 if test "x$enable_win64" = "xyes"
3705 then
3706 CC="$CC -m64"
3707 CXX="$CXX -m64"
3708 LD="${LD:-ld} -arch x86_64"
3709 AS="${AS:-as} -arch x86_64"
3710 host_cpu="x86_64"
3711 notice_platform="64-bit "
3712 TARGETFLAGS="-m64"
3714 else
3715 CC="$CC -m32"
3716 CXX="$CXX -m32"
3717 LD="${LD:-ld} -arch i386"
3718 AS="${AS:-as} -arch i386"
3719 host_cpu="i386"
3720 notice_platform="32-bit "
3721 TARGETFLAGS="-m32"
3723 enable_win16=${enable_win16:-yes}
3726 x86_64*)
3727 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3728 then
3729 CC="$CC -m32"
3730 CXX="$CXX -m32"
3731 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3732 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3734 cat >conftest.$ac_ext <<_ACEOF
3735 /* confdefs.h. */
3736 _ACEOF
3737 cat confdefs.h >>conftest.$ac_ext
3738 cat >>conftest.$ac_ext <<_ACEOF
3739 /* end confdefs.h. */
3742 main ()
3746 return 0;
3748 _ACEOF
3749 rm -f conftest.$ac_objext conftest$ac_exeext
3750 if { (ac_try="$ac_link"
3751 case "(($ac_try" in
3752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3753 *) ac_try_echo=$ac_try;;
3754 esac
3755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3756 (eval "$ac_link") 2>conftest.er1
3757 ac_status=$?
3758 grep -v '^ *+' conftest.er1 >conftest.err
3759 rm -f conftest.er1
3760 cat conftest.err >&5
3761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3762 (exit $ac_status); } && {
3763 test -z "$ac_c_werror_flag" ||
3764 test ! -s conftest.err
3765 } && test -s conftest$ac_exeext &&
3766 $as_test_x conftest$ac_exeext; then
3767 { echo "$as_me:$LINENO: result: yes" >&5
3768 echo "${ECHO_T}yes" >&6; }
3769 else
3770 echo "$as_me: failed program was:" >&5
3771 sed 's/^/| /' conftest.$ac_ext >&5
3773 { echo "$as_me:$LINENO: result: no" >&5
3774 echo "${ECHO_T}no" >&6; }
3775 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3776 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3777 { (exit 1); exit 1; }; }
3780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3781 conftest$ac_exeext conftest.$ac_ext
3782 LD="${LD:-ld} -m elf_i386"
3783 AS="${AS:-as} --32"
3784 host_cpu="i386"
3785 notice_platform="32-bit "
3786 TARGETFLAGS="-m32"
3788 enable_win16=${enable_win16:-yes}
3789 else
3790 if test "x${GCC}" = "xyes"
3791 then
3792 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3793 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3794 cat >conftest.$ac_ext <<_ACEOF
3795 /* confdefs.h. */
3796 _ACEOF
3797 cat confdefs.h >>conftest.$ac_ext
3798 cat >>conftest.$ac_ext <<_ACEOF
3799 /* end confdefs.h. */
3800 #include <stdarg.h>
3802 main ()
3804 void func(__builtin_ms_va_list *args);
3806 return 0;
3808 _ACEOF
3809 rm -f conftest.$ac_objext
3810 if { (ac_try="$ac_compile"
3811 case "(($ac_try" in
3812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3813 *) ac_try_echo=$ac_try;;
3814 esac
3815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3816 (eval "$ac_compile") 2>conftest.er1
3817 ac_status=$?
3818 grep -v '^ *+' conftest.er1 >conftest.err
3819 rm -f conftest.er1
3820 cat conftest.err >&5
3821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3822 (exit $ac_status); } && {
3823 test -z "$ac_c_werror_flag" ||
3824 test ! -s conftest.err
3825 } && test -s conftest.$ac_objext; then
3826 { echo "$as_me:$LINENO: result: yes" >&5
3827 echo "${ECHO_T}yes" >&6; }
3828 else
3829 echo "$as_me: failed program was:" >&5
3830 sed 's/^/| /' conftest.$ac_ext >&5
3832 { echo "$as_me:$LINENO: result: no" >&5
3833 echo "${ECHO_T}no" >&6; }
3834 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3835 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3836 { (exit 1); exit 1; }; }
3839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841 TARGETFLAGS="-m64"
3845 *-mingw32*|*-cygwin*)
3846 enable_win16=${enable_win16:-no}
3848 i[3456789]86*)
3849 enable_win16=${enable_win16:-yes}
3851 esac
3853 enable_win16=${enable_win16:-no}
3855 WIN16_FILES="\$(WIN16_FILES)"
3857 WIN16_INSTALL="\$(WIN16_INSTALL)"
3859 if test "x$enable_win16" != "xyes"
3860 then
3861 WIN16_FILES=""
3862 WIN16_INSTALL=""
3863 enable_w32skrnl=${enable_w32skrnl:-no}
3864 enable_winedos=${enable_winedos:-no}
3865 enable_winevdm=${enable_winevdm:-no}
3866 enable_wow32=${enable_wow32:-no}
3869 if test -n "$with_wine64"
3870 then
3871 if test "x$enable_win64" = "xyes"
3872 then
3873 { { echo "$as_me:$LINENO: error: --enable-win64 and --with-wine64 are mutually exclusive.
3874 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&5
3875 echo "$as_me: error: --enable-win64 and --with-wine64 are mutually exclusive.
3876 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&2;}
3877 { (exit 1); exit 1; }; }
3879 WOW64_DISABLE=\#
3881 enable_fonts=${enable_fonts:-no}
3882 enable_include=${enable_include:-no}
3883 enable_server=${enable_server:-no}
3884 enable_tools=${enable_tools:-no}
3885 enable_wineboot=${enable_wineboot:-no}
3886 enable_winedbg=${enable_winedbg:-no}
3887 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
3890 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3891 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3892 if test "${wine_cv_toolsdir+set}" = set; then
3893 echo $ECHO_N "(cached) $ECHO_C" >&6
3894 else
3895 wine_cv_toolsdir="$with_wine_tools"
3896 if test -z "$with_wine_tools"; then
3897 if test "$cross_compiling" = "yes"; then
3898 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3899 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3900 { (exit 1); exit 1; }; }
3901 elif test -n "$with_wine64"; then
3902 wine_cv_toolsdir="$with_wine64"
3905 if test -z "$wine_cv_toolsdir"; then
3906 wine_cv_toolsdir="\$(TOPOBJDIR)"
3907 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
3908 case "$wine_cv_toolsdir" in
3909 /*) ;;
3910 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
3911 esac
3912 else
3913 { { echo "$as_me:$LINENO: error: could not find Wine tools in $wine_cv_toolsdir" >&5
3914 echo "$as_me: error: could not find Wine tools in $wine_cv_toolsdir" >&2;}
3915 { (exit 1); exit 1; }; }
3918 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3919 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3920 TOOLSDIR=$wine_cv_toolsdir
3922 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3923 then
3924 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3928 for ac_prog in flex
3930 # Extract the first word of "$ac_prog", so it can be a program name with args.
3931 set dummy $ac_prog; ac_word=$2
3932 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3934 if test "${ac_cv_prog_FLEX+set}" = set; then
3935 echo $ECHO_N "(cached) $ECHO_C" >&6
3936 else
3937 if test -n "$FLEX"; then
3938 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3939 else
3940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3941 for as_dir in $PATH
3943 IFS=$as_save_IFS
3944 test -z "$as_dir" && as_dir=.
3945 for ac_exec_ext in '' $ac_executable_extensions; do
3946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3947 ac_cv_prog_FLEX="$ac_prog"
3948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3949 break 2
3951 done
3952 done
3953 IFS=$as_save_IFS
3957 FLEX=$ac_cv_prog_FLEX
3958 if test -n "$FLEX"; then
3959 { echo "$as_me:$LINENO: result: $FLEX" >&5
3960 echo "${ECHO_T}$FLEX" >&6; }
3961 else
3962 { echo "$as_me:$LINENO: result: no" >&5
3963 echo "${ECHO_T}no" >&6; }
3967 test -n "$FLEX" && break
3968 done
3969 test -n "$FLEX" || FLEX="none"
3971 if test "$FLEX" = "none"
3972 then
3973 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3974 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3975 { (exit 1); exit 1; }; }
3978 for ac_prog in bison
3980 # Extract the first word of "$ac_prog", so it can be a program name with args.
3981 set dummy $ac_prog; ac_word=$2
3982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3984 if test "${ac_cv_prog_BISON+set}" = set; then
3985 echo $ECHO_N "(cached) $ECHO_C" >&6
3986 else
3987 if test -n "$BISON"; then
3988 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3989 else
3990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3991 for as_dir in $PATH
3993 IFS=$as_save_IFS
3994 test -z "$as_dir" && as_dir=.
3995 for ac_exec_ext in '' $ac_executable_extensions; do
3996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3997 ac_cv_prog_BISON="$ac_prog"
3998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3999 break 2
4001 done
4002 done
4003 IFS=$as_save_IFS
4007 BISON=$ac_cv_prog_BISON
4008 if test -n "$BISON"; then
4009 { echo "$as_me:$LINENO: result: $BISON" >&5
4010 echo "${ECHO_T}$BISON" >&6; }
4011 else
4012 { echo "$as_me:$LINENO: result: no" >&5
4013 echo "${ECHO_T}no" >&6; }
4017 test -n "$BISON" && break
4018 done
4019 test -n "$BISON" || BISON="none"
4021 if test "$BISON" = "none"
4022 then
4023 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4024 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4025 { (exit 1); exit 1; }; }
4028 if test -n "$ac_tool_prefix"; then
4029 for ac_prog in ar gar
4031 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4032 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4035 if test "${ac_cv_prog_AR+set}" = set; then
4036 echo $ECHO_N "(cached) $ECHO_C" >&6
4037 else
4038 if test -n "$AR"; then
4039 ac_cv_prog_AR="$AR" # Let the user override the test.
4040 else
4041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4042 for as_dir in $PATH
4044 IFS=$as_save_IFS
4045 test -z "$as_dir" && as_dir=.
4046 for ac_exec_ext in '' $ac_executable_extensions; do
4047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4048 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 break 2
4052 done
4053 done
4054 IFS=$as_save_IFS
4058 AR=$ac_cv_prog_AR
4059 if test -n "$AR"; then
4060 { echo "$as_me:$LINENO: result: $AR" >&5
4061 echo "${ECHO_T}$AR" >&6; }
4062 else
4063 { echo "$as_me:$LINENO: result: no" >&5
4064 echo "${ECHO_T}no" >&6; }
4068 test -n "$AR" && break
4069 done
4071 if test -z "$AR"; then
4072 ac_ct_AR=$AR
4073 for ac_prog in ar gar
4075 # Extract the first word of "$ac_prog", so it can be a program name with args.
4076 set dummy $ac_prog; ac_word=$2
4077 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4079 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4080 echo $ECHO_N "(cached) $ECHO_C" >&6
4081 else
4082 if test -n "$ac_ct_AR"; then
4083 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4084 else
4085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086 for as_dir in $PATH
4088 IFS=$as_save_IFS
4089 test -z "$as_dir" && as_dir=.
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 ac_cv_prog_ac_ct_AR="$ac_prog"
4093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4094 break 2
4096 done
4097 done
4098 IFS=$as_save_IFS
4102 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4103 if test -n "$ac_ct_AR"; then
4104 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4105 echo "${ECHO_T}$ac_ct_AR" >&6; }
4106 else
4107 { echo "$as_me:$LINENO: result: no" >&5
4108 echo "${ECHO_T}no" >&6; }
4112 test -n "$ac_ct_AR" && break
4113 done
4115 if test "x$ac_ct_AR" = x; then
4116 AR="ar"
4117 else
4118 case $cross_compiling:$ac_tool_warned in
4119 yes:)
4120 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4121 whose name does not start with the host triplet. If you think this
4122 configuration is useful to you, please write to autoconf@gnu.org." >&5
4123 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4124 whose name does not start with the host triplet. If you think this
4125 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4126 ac_tool_warned=yes ;;
4127 esac
4128 AR=$ac_ct_AR
4132 ARFLAGS=rc
4134 if test -n "$ac_tool_prefix"; then
4135 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4136 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4137 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4138 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4139 if test "${ac_cv_prog_RANLIB+set}" = set; then
4140 echo $ECHO_N "(cached) $ECHO_C" >&6
4141 else
4142 if test -n "$RANLIB"; then
4143 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4153 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4156 done
4157 done
4158 IFS=$as_save_IFS
4162 RANLIB=$ac_cv_prog_RANLIB
4163 if test -n "$RANLIB"; then
4164 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4165 echo "${ECHO_T}$RANLIB" >&6; }
4166 else
4167 { echo "$as_me:$LINENO: result: no" >&5
4168 echo "${ECHO_T}no" >&6; }
4173 if test -z "$ac_cv_prog_RANLIB"; then
4174 ac_ct_RANLIB=$RANLIB
4175 # Extract the first word of "ranlib", so it can be a program name with args.
4176 set dummy ranlib; ac_word=$2
4177 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4178 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4179 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4180 echo $ECHO_N "(cached) $ECHO_C" >&6
4181 else
4182 if test -n "$ac_ct_RANLIB"; then
4183 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4184 else
4185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186 for as_dir in $PATH
4188 IFS=$as_save_IFS
4189 test -z "$as_dir" && as_dir=.
4190 for ac_exec_ext in '' $ac_executable_extensions; do
4191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4192 ac_cv_prog_ac_ct_RANLIB="ranlib"
4193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4194 break 2
4196 done
4197 done
4198 IFS=$as_save_IFS
4202 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4203 if test -n "$ac_ct_RANLIB"; then
4204 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4205 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4206 else
4207 { echo "$as_me:$LINENO: result: no" >&5
4208 echo "${ECHO_T}no" >&6; }
4211 if test "x$ac_ct_RANLIB" = x; then
4212 RANLIB=":"
4213 else
4214 case $cross_compiling:$ac_tool_warned in
4215 yes:)
4216 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4217 whose name does not start with the host triplet. If you think this
4218 configuration is useful to you, please write to autoconf@gnu.org." >&5
4219 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4220 whose name does not start with the host triplet. If you think this
4221 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4222 ac_tool_warned=yes ;;
4223 esac
4224 RANLIB=$ac_ct_RANLIB
4226 else
4227 RANLIB="$ac_cv_prog_RANLIB"
4230 if test -n "$ac_tool_prefix"; then
4231 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4232 set dummy ${ac_tool_prefix}strip; ac_word=$2
4233 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4235 if test "${ac_cv_prog_STRIP+set}" = set; then
4236 echo $ECHO_N "(cached) $ECHO_C" >&6
4237 else
4238 if test -n "$STRIP"; then
4239 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4240 else
4241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4242 for as_dir in $PATH
4244 IFS=$as_save_IFS
4245 test -z "$as_dir" && as_dir=.
4246 for ac_exec_ext in '' $ac_executable_extensions; do
4247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4248 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4250 break 2
4252 done
4253 done
4254 IFS=$as_save_IFS
4258 STRIP=$ac_cv_prog_STRIP
4259 if test -n "$STRIP"; then
4260 { echo "$as_me:$LINENO: result: $STRIP" >&5
4261 echo "${ECHO_T}$STRIP" >&6; }
4262 else
4263 { echo "$as_me:$LINENO: result: no" >&5
4264 echo "${ECHO_T}no" >&6; }
4269 if test -z "$ac_cv_prog_STRIP"; then
4270 ac_ct_STRIP=$STRIP
4271 # Extract the first word of "strip", so it can be a program name with args.
4272 set dummy strip; ac_word=$2
4273 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4275 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4276 echo $ECHO_N "(cached) $ECHO_C" >&6
4277 else
4278 if test -n "$ac_ct_STRIP"; then
4279 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4280 else
4281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4282 for as_dir in $PATH
4284 IFS=$as_save_IFS
4285 test -z "$as_dir" && as_dir=.
4286 for ac_exec_ext in '' $ac_executable_extensions; do
4287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4288 ac_cv_prog_ac_ct_STRIP="strip"
4289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4290 break 2
4292 done
4293 done
4294 IFS=$as_save_IFS
4298 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4299 if test -n "$ac_ct_STRIP"; then
4300 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4301 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4302 else
4303 { echo "$as_me:$LINENO: result: no" >&5
4304 echo "${ECHO_T}no" >&6; }
4307 if test "x$ac_ct_STRIP" = x; then
4308 STRIP="strip"
4309 else
4310 case $cross_compiling:$ac_tool_warned in
4311 yes:)
4312 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4313 whose name does not start with the host triplet. If you think this
4314 configuration is useful to you, please write to autoconf@gnu.org." >&5
4315 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4316 whose name does not start with the host triplet. If you think this
4317 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4318 ac_tool_warned=yes ;;
4319 esac
4320 STRIP=$ac_ct_STRIP
4322 else
4323 STRIP="$ac_cv_prog_STRIP"
4326 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4327 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4328 LN_S=$as_ln_s
4329 if test "$LN_S" = "ln -s"; then
4330 { echo "$as_me:$LINENO: result: yes" >&5
4331 echo "${ECHO_T}yes" >&6; }
4332 else
4333 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4334 echo "${ECHO_T}no, using $LN_S" >&6; }
4337 { echo "$as_me:$LINENO: checking whether ln works" >&5
4338 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4339 rm -f conf$$ conf$$.file
4340 echo >conf$$.file
4341 if ln conf$$.file conf$$ 2>/dev/null; then
4342 LN=ln
4344 { echo "$as_me:$LINENO: result: yes" >&5
4345 echo "${ECHO_T}yes" >&6; }
4346 else
4347 LN="cp -p"
4349 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4350 echo "${ECHO_T}no, using $LN" >&6; }
4352 rm -f conf$$ conf$$.file
4353 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4354 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4355 if test "${ac_cv_path_GREP+set}" = set; then
4356 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 else
4358 # Extract the first word of "grep ggrep" to use in msg output
4359 if test -z "$GREP"; then
4360 set dummy grep ggrep; ac_prog_name=$2
4361 if test "${ac_cv_path_GREP+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4363 else
4364 ac_path_GREP_found=false
4365 # Loop through the user's path and test for each of PROGNAME-LIST
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
4371 for ac_prog in grep ggrep; do
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4374 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4375 # Check for GNU ac_path_GREP and select it if it is found.
4376 # Check for GNU $ac_path_GREP
4377 case `"$ac_path_GREP" --version 2>&1` in
4378 *GNU*)
4379 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4381 ac_count=0
4382 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4383 while :
4385 cat "conftest.in" "conftest.in" >"conftest.tmp"
4386 mv "conftest.tmp" "conftest.in"
4387 cp "conftest.in" "conftest.nl"
4388 echo 'GREP' >> "conftest.nl"
4389 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4391 ac_count=`expr $ac_count + 1`
4392 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4393 # Best one so far, save it but keep looking for a better one
4394 ac_cv_path_GREP="$ac_path_GREP"
4395 ac_path_GREP_max=$ac_count
4397 # 10*(2^10) chars as input seems more than enough
4398 test $ac_count -gt 10 && break
4399 done
4400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4401 esac
4404 $ac_path_GREP_found && break 3
4405 done
4406 done
4408 done
4409 IFS=$as_save_IFS
4414 GREP="$ac_cv_path_GREP"
4415 if test -z "$GREP"; then
4416 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4417 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4418 { (exit 1); exit 1; }; }
4421 else
4422 ac_cv_path_GREP=$GREP
4427 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4428 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4429 GREP="$ac_cv_path_GREP"
4432 { echo "$as_me:$LINENO: checking for egrep" >&5
4433 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4434 if test "${ac_cv_path_EGREP+set}" = set; then
4435 echo $ECHO_N "(cached) $ECHO_C" >&6
4436 else
4437 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4438 then ac_cv_path_EGREP="$GREP -E"
4439 else
4440 # Extract the first word of "egrep" to use in msg output
4441 if test -z "$EGREP"; then
4442 set dummy egrep; ac_prog_name=$2
4443 if test "${ac_cv_path_EGREP+set}" = set; then
4444 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 else
4446 ac_path_EGREP_found=false
4447 # Loop through the user's path and test for each of PROGNAME-LIST
4448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4449 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4451 IFS=$as_save_IFS
4452 test -z "$as_dir" && as_dir=.
4453 for ac_prog in egrep; do
4454 for ac_exec_ext in '' $ac_executable_extensions; do
4455 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4456 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4457 # Check for GNU ac_path_EGREP and select it if it is found.
4458 # Check for GNU $ac_path_EGREP
4459 case `"$ac_path_EGREP" --version 2>&1` in
4460 *GNU*)
4461 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4463 ac_count=0
4464 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4465 while :
4467 cat "conftest.in" "conftest.in" >"conftest.tmp"
4468 mv "conftest.tmp" "conftest.in"
4469 cp "conftest.in" "conftest.nl"
4470 echo 'EGREP' >> "conftest.nl"
4471 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4472 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4473 ac_count=`expr $ac_count + 1`
4474 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4475 # Best one so far, save it but keep looking for a better one
4476 ac_cv_path_EGREP="$ac_path_EGREP"
4477 ac_path_EGREP_max=$ac_count
4479 # 10*(2^10) chars as input seems more than enough
4480 test $ac_count -gt 10 && break
4481 done
4482 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4483 esac
4486 $ac_path_EGREP_found && break 3
4487 done
4488 done
4490 done
4491 IFS=$as_save_IFS
4496 EGREP="$ac_cv_path_EGREP"
4497 if test -z "$EGREP"; then
4498 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4499 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4500 { (exit 1); exit 1; }; }
4503 else
4504 ac_cv_path_EGREP=$EGREP
4510 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4511 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4512 EGREP="$ac_cv_path_EGREP"
4515 # Extract the first word of "ldconfig", so it can be a program name with args.
4516 set dummy ldconfig; ac_word=$2
4517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4519 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4520 echo $ECHO_N "(cached) $ECHO_C" >&6
4521 else
4522 case $LDCONFIG in
4523 [\\/]* | ?:[\\/]*)
4524 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in /sbin /usr/sbin $PATH
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4538 done
4539 done
4540 IFS=$as_save_IFS
4542 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4544 esac
4546 LDCONFIG=$ac_cv_path_LDCONFIG
4547 if test -n "$LDCONFIG"; then
4548 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4549 echo "${ECHO_T}$LDCONFIG" >&6; }
4550 else
4551 { echo "$as_me:$LINENO: result: no" >&5
4552 echo "${ECHO_T}no" >&6; }
4556 # Find a good install program. We prefer a C program (faster),
4557 # so one script is as good as another. But avoid the broken or
4558 # incompatible versions:
4559 # SysV /etc/install, /usr/sbin/install
4560 # SunOS /usr/etc/install
4561 # IRIX /sbin/install
4562 # AIX /bin/install
4563 # AmigaOS /C/install, which installs bootblocks on floppy discs
4564 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4565 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4566 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4567 # OS/2's system install, which has a completely different semantic
4568 # ./install, which can be erroneously created by make from ./install.sh.
4569 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4570 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4571 if test -z "$INSTALL"; then
4572 if test "${ac_cv_path_install+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4574 else
4575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4576 for as_dir in $PATH
4578 IFS=$as_save_IFS
4579 test -z "$as_dir" && as_dir=.
4580 # Account for people who put trailing slashes in PATH elements.
4581 case $as_dir/ in
4582 ./ | .// | /cC/* | \
4583 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4584 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4585 /usr/ucb/* ) ;;
4587 # OSF1 and SCO ODT 3.0 have their own names for install.
4588 # Don't use installbsd from OSF since it installs stuff as root
4589 # by default.
4590 for ac_prog in ginstall scoinst install; do
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4593 if test $ac_prog = install &&
4594 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4595 # AIX install. It has an incompatible calling convention.
4597 elif test $ac_prog = install &&
4598 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4599 # program-specific install script used by HP pwplus--don't use.
4601 else
4602 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4603 break 3
4606 done
4607 done
4609 esac
4610 done
4611 IFS=$as_save_IFS
4615 if test "${ac_cv_path_install+set}" = set; then
4616 INSTALL=$ac_cv_path_install
4617 else
4618 # As a last resort, use the slow shell script. Don't cache a
4619 # value for INSTALL within a source directory, because that will
4620 # break other packages using the cache if that directory is
4621 # removed, or if the value is a relative name.
4622 INSTALL=$ac_install_sh
4625 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4626 echo "${ECHO_T}$INSTALL" >&6; }
4628 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4629 # It thinks the first close brace ends the variable substitution.
4630 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4632 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4634 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4636 case "$INSTALL" in
4637 [\\/$]* | ?:[\\/]* ) ;;
4638 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4639 esac
4641 for ac_prog in lclint lint
4643 # Extract the first word of "$ac_prog", so it can be a program name with args.
4644 set dummy $ac_prog; ac_word=$2
4645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4647 if test "${ac_cv_prog_LINT+set}" = set; then
4648 echo $ECHO_N "(cached) $ECHO_C" >&6
4649 else
4650 if test -n "$LINT"; then
4651 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4652 else
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH
4656 IFS=$as_save_IFS
4657 test -z "$as_dir" && as_dir=.
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4660 ac_cv_prog_LINT="$ac_prog"
4661 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4662 break 2
4664 done
4665 done
4666 IFS=$as_save_IFS
4670 LINT=$ac_cv_prog_LINT
4671 if test -n "$LINT"; then
4672 { echo "$as_me:$LINENO: result: $LINT" >&5
4673 echo "${ECHO_T}$LINT" >&6; }
4674 else
4675 { echo "$as_me:$LINENO: result: no" >&5
4676 echo "${ECHO_T}no" >&6; }
4680 test -n "$LINT" && break
4681 done
4683 if test "$LINT" = "lint"
4684 then
4685 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4690 for ac_prog in fontforge
4692 # Extract the first word of "$ac_prog", so it can be a program name with args.
4693 set dummy $ac_prog; ac_word=$2
4694 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4696 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4697 echo $ECHO_N "(cached) $ECHO_C" >&6
4698 else
4699 if test -n "$FONTFORGE"; then
4700 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4701 else
4702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 for as_dir in $PATH
4705 IFS=$as_save_IFS
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4709 ac_cv_prog_FONTFORGE="$ac_prog"
4710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4711 break 2
4713 done
4714 done
4715 IFS=$as_save_IFS
4719 FONTFORGE=$ac_cv_prog_FONTFORGE
4720 if test -n "$FONTFORGE"; then
4721 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4722 echo "${ECHO_T}$FONTFORGE" >&6; }
4723 else
4724 { echo "$as_me:$LINENO: result: no" >&5
4725 echo "${ECHO_T}no" >&6; }
4729 test -n "$FONTFORGE" && break
4730 done
4731 test -n "$FONTFORGE" || FONTFORGE="false"
4733 for ac_prog in pkg-config
4735 # Extract the first word of "$ac_prog", so it can be a program name with args.
4736 set dummy $ac_prog; ac_word=$2
4737 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4738 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4739 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4740 echo $ECHO_N "(cached) $ECHO_C" >&6
4741 else
4742 if test -n "$PKG_CONFIG"; then
4743 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4744 else
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH
4748 IFS=$as_save_IFS
4749 test -z "$as_dir" && as_dir=.
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4752 ac_cv_prog_PKG_CONFIG="$ac_prog"
4753 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4754 break 2
4756 done
4757 done
4758 IFS=$as_save_IFS
4762 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4763 if test -n "$PKG_CONFIG"; then
4764 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4765 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4766 else
4767 { echo "$as_me:$LINENO: result: no" >&5
4768 echo "${ECHO_T}no" >&6; }
4772 test -n "$PKG_CONFIG" && break
4773 done
4774 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4776 for ac_prog in rsvg
4778 # Extract the first word of "$ac_prog", so it can be a program name with args.
4779 set dummy $ac_prog; ac_word=$2
4780 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4782 if test "${ac_cv_prog_RSVG+set}" = set; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6
4784 else
4785 if test -n "$RSVG"; then
4786 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4787 else
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH
4791 IFS=$as_save_IFS
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4795 ac_cv_prog_RSVG="$ac_prog"
4796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4797 break 2
4799 done
4800 done
4801 IFS=$as_save_IFS
4805 RSVG=$ac_cv_prog_RSVG
4806 if test -n "$RSVG"; then
4807 { echo "$as_me:$LINENO: result: $RSVG" >&5
4808 echo "${ECHO_T}$RSVG" >&6; }
4809 else
4810 { echo "$as_me:$LINENO: result: no" >&5
4811 echo "${ECHO_T}no" >&6; }
4815 test -n "$RSVG" && break
4816 done
4817 test -n "$RSVG" || RSVG="false"
4819 for ac_prog in icotool
4821 # Extract the first word of "$ac_prog", so it can be a program name with args.
4822 set dummy $ac_prog; ac_word=$2
4823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4825 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4826 echo $ECHO_N "(cached) $ECHO_C" >&6
4827 else
4828 if test -n "$ICOTOOL"; then
4829 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4830 else
4831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4832 for as_dir in $PATH
4834 IFS=$as_save_IFS
4835 test -z "$as_dir" && as_dir=.
4836 for ac_exec_ext in '' $ac_executable_extensions; do
4837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4838 ac_cv_prog_ICOTOOL="$ac_prog"
4839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4840 break 2
4842 done
4843 done
4844 IFS=$as_save_IFS
4848 ICOTOOL=$ac_cv_prog_ICOTOOL
4849 if test -n "$ICOTOOL"; then
4850 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4851 echo "${ECHO_T}$ICOTOOL" >&6; }
4852 else
4853 { echo "$as_me:$LINENO: result: no" >&5
4854 echo "${ECHO_T}no" >&6; }
4858 test -n "$ICOTOOL" && break
4859 done
4860 test -n "$ICOTOOL" || ICOTOOL="false"
4863 if test "${enable_maintainer_mode+set}" = set
4864 then
4865 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4866 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4867 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4870 case $host_cpu in
4871 *i[3456789]86*)
4872 # Extract the first word of "prelink", so it can be a program name with args.
4873 set dummy prelink; ac_word=$2
4874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4876 if test "${ac_cv_path_PRELINK+set}" = set; then
4877 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4879 case $PRELINK in
4880 [\\/]* | ?:[\\/]*)
4881 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4885 for as_dir in /sbin /usr/sbin $PATH
4887 IFS=$as_save_IFS
4888 test -z "$as_dir" && as_dir=.
4889 for ac_exec_ext in '' $ac_executable_extensions; do
4890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4891 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4893 break 2
4895 done
4896 done
4897 IFS=$as_save_IFS
4899 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4901 esac
4903 PRELINK=$ac_cv_path_PRELINK
4904 if test -n "$PRELINK"; then
4905 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4906 echo "${ECHO_T}$PRELINK" >&6; }
4907 else
4908 { echo "$as_me:$LINENO: result: no" >&5
4909 echo "${ECHO_T}no" >&6; }
4914 esac
4918 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4919 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4920 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4921 echo $ECHO_N "(cached) $ECHO_C" >&6
4922 else
4923 ac_check_lib_save_LIBS=$LIBS
4924 LIBS="-li386 $LIBS"
4925 cat >conftest.$ac_ext <<_ACEOF
4926 /* confdefs.h. */
4927 _ACEOF
4928 cat confdefs.h >>conftest.$ac_ext
4929 cat >>conftest.$ac_ext <<_ACEOF
4930 /* end confdefs.h. */
4932 /* Override any GCC internal prototype to avoid an error.
4933 Use char because int might match the return type of a GCC
4934 builtin and then its argument prototype would still apply. */
4935 #ifdef __cplusplus
4936 extern "C"
4937 #endif
4938 char i386_set_ldt ();
4940 main ()
4942 return i386_set_ldt ();
4944 return 0;
4946 _ACEOF
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4949 case "(($ac_try" in
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4951 *) ac_try_echo=$ac_try;;
4952 esac
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext &&
4964 $as_test_x conftest$ac_exeext; then
4965 ac_cv_lib_i386_i386_set_ldt=yes
4966 else
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.$ac_ext >&5
4970 ac_cv_lib_i386_i386_set_ldt=no
4973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4974 conftest$ac_exeext conftest.$ac_ext
4975 LIBS=$ac_check_lib_save_LIBS
4977 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4978 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4979 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4980 cat >>confdefs.h <<_ACEOF
4981 #define HAVE_LIBI386 1
4982 _ACEOF
4984 LIBS="-li386 $LIBS"
4989 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4990 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4991 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4992 echo $ECHO_N "(cached) $ECHO_C" >&6
4993 else
4994 ac_check_lib_save_LIBS=$LIBS
4995 LIBS="-lossaudio $LIBS"
4996 cat >conftest.$ac_ext <<_ACEOF
4997 /* confdefs.h. */
4998 _ACEOF
4999 cat confdefs.h >>conftest.$ac_ext
5000 cat >>conftest.$ac_ext <<_ACEOF
5001 /* end confdefs.h. */
5003 /* Override any GCC internal prototype to avoid an error.
5004 Use char because int might match the return type of a GCC
5005 builtin and then its argument prototype would still apply. */
5006 #ifdef __cplusplus
5007 extern "C"
5008 #endif
5009 char _oss_ioctl ();
5011 main ()
5013 return _oss_ioctl ();
5015 return 0;
5017 _ACEOF
5018 rm -f conftest.$ac_objext conftest$ac_exeext
5019 if { (ac_try="$ac_link"
5020 case "(($ac_try" in
5021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5022 *) ac_try_echo=$ac_try;;
5023 esac
5024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5025 (eval "$ac_link") 2>conftest.er1
5026 ac_status=$?
5027 grep -v '^ *+' conftest.er1 >conftest.err
5028 rm -f conftest.er1
5029 cat conftest.err >&5
5030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5031 (exit $ac_status); } && {
5032 test -z "$ac_c_werror_flag" ||
5033 test ! -s conftest.err
5034 } && test -s conftest$ac_exeext &&
5035 $as_test_x conftest$ac_exeext; then
5036 ac_cv_lib_ossaudio__oss_ioctl=yes
5037 else
5038 echo "$as_me: failed program was:" >&5
5039 sed 's/^/| /' conftest.$ac_ext >&5
5041 ac_cv_lib_ossaudio__oss_ioctl=no
5044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5045 conftest$ac_exeext conftest.$ac_ext
5046 LIBS=$ac_check_lib_save_LIBS
5048 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5049 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5050 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5051 cat >>confdefs.h <<_ACEOF
5052 #define HAVE_LIBOSSAUDIO 1
5053 _ACEOF
5055 LIBS="-lossaudio $LIBS"
5060 XLIB=""
5062 OPENGL_LIBS=""
5066 # Check whether --enable-largefile was given.
5067 if test "${enable_largefile+set}" = set; then
5068 enableval=$enable_largefile;
5071 if test "$enable_largefile" != no; then
5073 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5074 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5075 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5076 echo $ECHO_N "(cached) $ECHO_C" >&6
5077 else
5078 ac_cv_sys_largefile_CC=no
5079 if test "$GCC" != yes; then
5080 ac_save_CC=$CC
5081 while :; do
5082 # IRIX 6.2 and later do not support large files by default,
5083 # so use the C compiler's -n32 option if that helps.
5084 cat >conftest.$ac_ext <<_ACEOF
5085 /* confdefs.h. */
5086 _ACEOF
5087 cat confdefs.h >>conftest.$ac_ext
5088 cat >>conftest.$ac_ext <<_ACEOF
5089 /* end confdefs.h. */
5090 #include <sys/types.h>
5091 /* Check that off_t can represent 2**63 - 1 correctly.
5092 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5093 since some C++ compilers masquerading as C compilers
5094 incorrectly reject 9223372036854775807. */
5095 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5096 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5097 && LARGE_OFF_T % 2147483647 == 1)
5098 ? 1 : -1];
5100 main ()
5104 return 0;
5106 _ACEOF
5107 rm -f conftest.$ac_objext
5108 if { (ac_try="$ac_compile"
5109 case "(($ac_try" in
5110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5111 *) ac_try_echo=$ac_try;;
5112 esac
5113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5114 (eval "$ac_compile") 2>conftest.er1
5115 ac_status=$?
5116 grep -v '^ *+' conftest.er1 >conftest.err
5117 rm -f conftest.er1
5118 cat conftest.err >&5
5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 (exit $ac_status); } && {
5121 test -z "$ac_c_werror_flag" ||
5122 test ! -s conftest.err
5123 } && test -s conftest.$ac_objext; then
5124 break
5125 else
5126 echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.$ac_ext >&5
5132 rm -f core conftest.err conftest.$ac_objext
5133 CC="$CC -n32"
5134 rm -f conftest.$ac_objext
5135 if { (ac_try="$ac_compile"
5136 case "(($ac_try" in
5137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5138 *) ac_try_echo=$ac_try;;
5139 esac
5140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5141 (eval "$ac_compile") 2>conftest.er1
5142 ac_status=$?
5143 grep -v '^ *+' conftest.er1 >conftest.err
5144 rm -f conftest.er1
5145 cat conftest.err >&5
5146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147 (exit $ac_status); } && {
5148 test -z "$ac_c_werror_flag" ||
5149 test ! -s conftest.err
5150 } && test -s conftest.$ac_objext; then
5151 ac_cv_sys_largefile_CC=' -n32'; break
5152 else
5153 echo "$as_me: failed program was:" >&5
5154 sed 's/^/| /' conftest.$ac_ext >&5
5159 rm -f core conftest.err conftest.$ac_objext
5160 break
5161 done
5162 CC=$ac_save_CC
5163 rm -f conftest.$ac_ext
5166 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5167 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5168 if test "$ac_cv_sys_largefile_CC" != no; then
5169 CC=$CC$ac_cv_sys_largefile_CC
5172 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5173 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5174 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5175 echo $ECHO_N "(cached) $ECHO_C" >&6
5176 else
5177 while :; do
5178 cat >conftest.$ac_ext <<_ACEOF
5179 /* confdefs.h. */
5180 _ACEOF
5181 cat confdefs.h >>conftest.$ac_ext
5182 cat >>conftest.$ac_ext <<_ACEOF
5183 /* end confdefs.h. */
5184 #include <sys/types.h>
5185 /* Check that off_t can represent 2**63 - 1 correctly.
5186 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5187 since some C++ compilers masquerading as C compilers
5188 incorrectly reject 9223372036854775807. */
5189 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5190 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5191 && LARGE_OFF_T % 2147483647 == 1)
5192 ? 1 : -1];
5194 main ()
5198 return 0;
5200 _ACEOF
5201 rm -f conftest.$ac_objext
5202 if { (ac_try="$ac_compile"
5203 case "(($ac_try" in
5204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5205 *) ac_try_echo=$ac_try;;
5206 esac
5207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5208 (eval "$ac_compile") 2>conftest.er1
5209 ac_status=$?
5210 grep -v '^ *+' conftest.er1 >conftest.err
5211 rm -f conftest.er1
5212 cat conftest.err >&5
5213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214 (exit $ac_status); } && {
5215 test -z "$ac_c_werror_flag" ||
5216 test ! -s conftest.err
5217 } && test -s conftest.$ac_objext; then
5218 ac_cv_sys_file_offset_bits=no; break
5219 else
5220 echo "$as_me: failed program was:" >&5
5221 sed 's/^/| /' conftest.$ac_ext >&5
5226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5227 cat >conftest.$ac_ext <<_ACEOF
5228 /* confdefs.h. */
5229 _ACEOF
5230 cat confdefs.h >>conftest.$ac_ext
5231 cat >>conftest.$ac_ext <<_ACEOF
5232 /* end confdefs.h. */
5233 #define _FILE_OFFSET_BITS 64
5234 #include <sys/types.h>
5235 /* Check that off_t can represent 2**63 - 1 correctly.
5236 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5237 since some C++ compilers masquerading as C compilers
5238 incorrectly reject 9223372036854775807. */
5239 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5240 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5241 && LARGE_OFF_T % 2147483647 == 1)
5242 ? 1 : -1];
5244 main ()
5248 return 0;
5250 _ACEOF
5251 rm -f conftest.$ac_objext
5252 if { (ac_try="$ac_compile"
5253 case "(($ac_try" in
5254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5255 *) ac_try_echo=$ac_try;;
5256 esac
5257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5258 (eval "$ac_compile") 2>conftest.er1
5259 ac_status=$?
5260 grep -v '^ *+' conftest.er1 >conftest.err
5261 rm -f conftest.er1
5262 cat conftest.err >&5
5263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264 (exit $ac_status); } && {
5265 test -z "$ac_c_werror_flag" ||
5266 test ! -s conftest.err
5267 } && test -s conftest.$ac_objext; then
5268 ac_cv_sys_file_offset_bits=64; break
5269 else
5270 echo "$as_me: failed program was:" >&5
5271 sed 's/^/| /' conftest.$ac_ext >&5
5276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5277 ac_cv_sys_file_offset_bits=unknown
5278 break
5279 done
5281 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5282 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5283 case $ac_cv_sys_file_offset_bits in #(
5284 no | unknown) ;;
5286 cat >>confdefs.h <<_ACEOF
5287 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5288 _ACEOF
5290 esac
5291 rm -f conftest*
5292 if test $ac_cv_sys_file_offset_bits = unknown; then
5293 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5294 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5295 if test "${ac_cv_sys_large_files+set}" = set; then
5296 echo $ECHO_N "(cached) $ECHO_C" >&6
5297 else
5298 while :; do
5299 cat >conftest.$ac_ext <<_ACEOF
5300 /* confdefs.h. */
5301 _ACEOF
5302 cat confdefs.h >>conftest.$ac_ext
5303 cat >>conftest.$ac_ext <<_ACEOF
5304 /* end confdefs.h. */
5305 #include <sys/types.h>
5306 /* Check that off_t can represent 2**63 - 1 correctly.
5307 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5308 since some C++ compilers masquerading as C compilers
5309 incorrectly reject 9223372036854775807. */
5310 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5311 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5312 && LARGE_OFF_T % 2147483647 == 1)
5313 ? 1 : -1];
5315 main ()
5319 return 0;
5321 _ACEOF
5322 rm -f conftest.$ac_objext
5323 if { (ac_try="$ac_compile"
5324 case "(($ac_try" in
5325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5326 *) ac_try_echo=$ac_try;;
5327 esac
5328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5329 (eval "$ac_compile") 2>conftest.er1
5330 ac_status=$?
5331 grep -v '^ *+' conftest.er1 >conftest.err
5332 rm -f conftest.er1
5333 cat conftest.err >&5
5334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5335 (exit $ac_status); } && {
5336 test -z "$ac_c_werror_flag" ||
5337 test ! -s conftest.err
5338 } && test -s conftest.$ac_objext; then
5339 ac_cv_sys_large_files=no; break
5340 else
5341 echo "$as_me: failed program was:" >&5
5342 sed 's/^/| /' conftest.$ac_ext >&5
5347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5348 cat >conftest.$ac_ext <<_ACEOF
5349 /* confdefs.h. */
5350 _ACEOF
5351 cat confdefs.h >>conftest.$ac_ext
5352 cat >>conftest.$ac_ext <<_ACEOF
5353 /* end confdefs.h. */
5354 #define _LARGE_FILES 1
5355 #include <sys/types.h>
5356 /* Check that off_t can represent 2**63 - 1 correctly.
5357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358 since some C++ compilers masquerading as C compilers
5359 incorrectly reject 9223372036854775807. */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362 && LARGE_OFF_T % 2147483647 == 1)
5363 ? 1 : -1];
5365 main ()
5369 return 0;
5371 _ACEOF
5372 rm -f conftest.$ac_objext
5373 if { (ac_try="$ac_compile"
5374 case "(($ac_try" in
5375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5376 *) ac_try_echo=$ac_try;;
5377 esac
5378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5379 (eval "$ac_compile") 2>conftest.er1
5380 ac_status=$?
5381 grep -v '^ *+' conftest.er1 >conftest.err
5382 rm -f conftest.er1
5383 cat conftest.err >&5
5384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5385 (exit $ac_status); } && {
5386 test -z "$ac_c_werror_flag" ||
5387 test ! -s conftest.err
5388 } && test -s conftest.$ac_objext; then
5389 ac_cv_sys_large_files=1; break
5390 else
5391 echo "$as_me: failed program was:" >&5
5392 sed 's/^/| /' conftest.$ac_ext >&5
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5403 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -f conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5423 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h. */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h. */
5450 #ifdef __STDC__
5451 # include <limits.h>
5452 #else
5453 # include <assert.h>
5454 #endif
5455 Syntax error
5456 _ACEOF
5457 if { (ac_try="$ac_cpp conftest.$ac_ext"
5458 case "(($ac_try" in
5459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5460 *) ac_try_echo=$ac_try;;
5461 esac
5462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5463 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5464 ac_status=$?
5465 grep -v '^ *+' conftest.er1 >conftest.err
5466 rm -f conftest.er1
5467 cat conftest.err >&5
5468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5469 (exit $ac_status); } >/dev/null && {
5470 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5471 test ! -s conftest.err
5472 }; then
5474 else
5475 echo "$as_me: failed program was:" >&5
5476 sed 's/^/| /' conftest.$ac_ext >&5
5478 # Broken: fails on valid input.
5479 continue
5482 rm -f conftest.err conftest.$ac_ext
5484 # OK, works on sane cases. Now check whether nonexistent headers
5485 # can be detected and how.
5486 cat >conftest.$ac_ext <<_ACEOF
5487 /* confdefs.h. */
5488 _ACEOF
5489 cat confdefs.h >>conftest.$ac_ext
5490 cat >>conftest.$ac_ext <<_ACEOF
5491 /* end confdefs.h. */
5492 #include <ac_nonexistent.h>
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5501 ac_status=$?
5502 grep -v '^ *+' conftest.er1 >conftest.err
5503 rm -f conftest.er1
5504 cat conftest.err >&5
5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5506 (exit $ac_status); } >/dev/null && {
5507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5508 test ! -s conftest.err
5509 }; then
5510 # Broken: success on invalid input.
5511 continue
5512 else
5513 echo "$as_me: failed program was:" >&5
5514 sed 's/^/| /' conftest.$ac_ext >&5
5516 # Passes both tests.
5517 ac_preproc_ok=:
5518 break
5521 rm -f conftest.err conftest.$ac_ext
5523 done
5524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5525 rm -f conftest.err conftest.$ac_ext
5526 if $ac_preproc_ok; then
5527 break
5530 done
5531 ac_cv_prog_CPP=$CPP
5534 CPP=$ac_cv_prog_CPP
5535 else
5536 ac_cv_prog_CPP=$CPP
5538 { echo "$as_me:$LINENO: result: $CPP" >&5
5539 echo "${ECHO_T}$CPP" >&6; }
5540 ac_preproc_ok=false
5541 for ac_c_preproc_warn_flag in '' yes
5543 # Use a header file that comes with gcc, so configuring glibc
5544 # with a fresh cross-compiler works.
5545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5546 # <limits.h> exists even on freestanding compilers.
5547 # On the NeXT, cc -E runs the code through the compiler's parser,
5548 # not just through cpp. "Syntax error" is here to catch this case.
5549 cat >conftest.$ac_ext <<_ACEOF
5550 /* confdefs.h. */
5551 _ACEOF
5552 cat confdefs.h >>conftest.$ac_ext
5553 cat >>conftest.$ac_ext <<_ACEOF
5554 /* end confdefs.h. */
5555 #ifdef __STDC__
5556 # include <limits.h>
5557 #else
5558 # include <assert.h>
5559 #endif
5560 Syntax error
5561 _ACEOF
5562 if { (ac_try="$ac_cpp conftest.$ac_ext"
5563 case "(($ac_try" in
5564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5565 *) ac_try_echo=$ac_try;;
5566 esac
5567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5568 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5569 ac_status=$?
5570 grep -v '^ *+' conftest.er1 >conftest.err
5571 rm -f conftest.er1
5572 cat conftest.err >&5
5573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574 (exit $ac_status); } >/dev/null && {
5575 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5576 test ! -s conftest.err
5577 }; then
5579 else
5580 echo "$as_me: failed program was:" >&5
5581 sed 's/^/| /' conftest.$ac_ext >&5
5583 # Broken: fails on valid input.
5584 continue
5587 rm -f conftest.err conftest.$ac_ext
5589 # OK, works on sane cases. Now check whether nonexistent headers
5590 # can be detected and how.
5591 cat >conftest.$ac_ext <<_ACEOF
5592 /* confdefs.h. */
5593 _ACEOF
5594 cat confdefs.h >>conftest.$ac_ext
5595 cat >>conftest.$ac_ext <<_ACEOF
5596 /* end confdefs.h. */
5597 #include <ac_nonexistent.h>
5598 _ACEOF
5599 if { (ac_try="$ac_cpp conftest.$ac_ext"
5600 case "(($ac_try" in
5601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5602 *) ac_try_echo=$ac_try;;
5603 esac
5604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5605 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5606 ac_status=$?
5607 grep -v '^ *+' conftest.er1 >conftest.err
5608 rm -f conftest.er1
5609 cat conftest.err >&5
5610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611 (exit $ac_status); } >/dev/null && {
5612 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5613 test ! -s conftest.err
5614 }; then
5615 # Broken: success on invalid input.
5616 continue
5617 else
5618 echo "$as_me: failed program was:" >&5
5619 sed 's/^/| /' conftest.$ac_ext >&5
5621 # Passes both tests.
5622 ac_preproc_ok=:
5623 break
5626 rm -f conftest.err conftest.$ac_ext
5628 done
5629 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5630 rm -f conftest.err conftest.$ac_ext
5631 if $ac_preproc_ok; then
5633 else
5634 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5635 See \`config.log' for more details." >&5
5636 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5637 See \`config.log' for more details." >&2;}
5638 { (exit 1); exit 1; }; }
5641 ac_ext=c
5642 ac_cpp='$CPP $CPPFLAGS'
5643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5648 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5649 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5650 if test "${ac_cv_header_stdc+set}" = set; then
5651 echo $ECHO_N "(cached) $ECHO_C" >&6
5652 else
5653 cat >conftest.$ac_ext <<_ACEOF
5654 /* confdefs.h. */
5655 _ACEOF
5656 cat confdefs.h >>conftest.$ac_ext
5657 cat >>conftest.$ac_ext <<_ACEOF
5658 /* end confdefs.h. */
5659 #include <stdlib.h>
5660 #include <stdarg.h>
5661 #include <string.h>
5662 #include <float.h>
5665 main ()
5669 return 0;
5671 _ACEOF
5672 rm -f conftest.$ac_objext
5673 if { (ac_try="$ac_compile"
5674 case "(($ac_try" in
5675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5676 *) ac_try_echo=$ac_try;;
5677 esac
5678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5679 (eval "$ac_compile") 2>conftest.er1
5680 ac_status=$?
5681 grep -v '^ *+' conftest.er1 >conftest.err
5682 rm -f conftest.er1
5683 cat conftest.err >&5
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); } && {
5686 test -z "$ac_c_werror_flag" ||
5687 test ! -s conftest.err
5688 } && test -s conftest.$ac_objext; then
5689 ac_cv_header_stdc=yes
5690 else
5691 echo "$as_me: failed program was:" >&5
5692 sed 's/^/| /' conftest.$ac_ext >&5
5694 ac_cv_header_stdc=no
5697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5699 if test $ac_cv_header_stdc = yes; then
5700 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5701 cat >conftest.$ac_ext <<_ACEOF
5702 /* confdefs.h. */
5703 _ACEOF
5704 cat confdefs.h >>conftest.$ac_ext
5705 cat >>conftest.$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5707 #include <string.h>
5709 _ACEOF
5710 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5711 $EGREP "memchr" >/dev/null 2>&1; then
5713 else
5714 ac_cv_header_stdc=no
5716 rm -f conftest*
5720 if test $ac_cv_header_stdc = yes; then
5721 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5722 cat >conftest.$ac_ext <<_ACEOF
5723 /* confdefs.h. */
5724 _ACEOF
5725 cat confdefs.h >>conftest.$ac_ext
5726 cat >>conftest.$ac_ext <<_ACEOF
5727 /* end confdefs.h. */
5728 #include <stdlib.h>
5730 _ACEOF
5731 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5732 $EGREP "free" >/dev/null 2>&1; then
5734 else
5735 ac_cv_header_stdc=no
5737 rm -f conftest*
5741 if test $ac_cv_header_stdc = yes; then
5742 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5743 if test "$cross_compiling" = yes; then
5745 else
5746 cat >conftest.$ac_ext <<_ACEOF
5747 /* confdefs.h. */
5748 _ACEOF
5749 cat confdefs.h >>conftest.$ac_ext
5750 cat >>conftest.$ac_ext <<_ACEOF
5751 /* end confdefs.h. */
5752 #include <ctype.h>
5753 #include <stdlib.h>
5754 #if ((' ' & 0x0FF) == 0x020)
5755 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5756 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5757 #else
5758 # define ISLOWER(c) \
5759 (('a' <= (c) && (c) <= 'i') \
5760 || ('j' <= (c) && (c) <= 'r') \
5761 || ('s' <= (c) && (c) <= 'z'))
5762 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5763 #endif
5765 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5767 main ()
5769 int i;
5770 for (i = 0; i < 256; i++)
5771 if (XOR (islower (i), ISLOWER (i))
5772 || toupper (i) != TOUPPER (i))
5773 return 2;
5774 return 0;
5776 _ACEOF
5777 rm -f conftest$ac_exeext
5778 if { (ac_try="$ac_link"
5779 case "(($ac_try" in
5780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5781 *) ac_try_echo=$ac_try;;
5782 esac
5783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5784 (eval "$ac_link") 2>&5
5785 ac_status=$?
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5788 { (case "(($ac_try" in
5789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5790 *) ac_try_echo=$ac_try;;
5791 esac
5792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5793 (eval "$ac_try") 2>&5
5794 ac_status=$?
5795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5796 (exit $ac_status); }; }; then
5798 else
5799 echo "$as_me: program exited with status $ac_status" >&5
5800 echo "$as_me: failed program was:" >&5
5801 sed 's/^/| /' conftest.$ac_ext >&5
5803 ( exit $ac_status )
5804 ac_cv_header_stdc=no
5806 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5812 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5813 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5814 if test $ac_cv_header_stdc = yes; then
5816 cat >>confdefs.h <<\_ACEOF
5817 #define STDC_HEADERS 1
5818 _ACEOF
5822 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5832 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5833 inttypes.h stdint.h unistd.h
5835 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5836 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5839 echo $ECHO_N "(cached) $ECHO_C" >&6
5840 else
5841 cat >conftest.$ac_ext <<_ACEOF
5842 /* confdefs.h. */
5843 _ACEOF
5844 cat confdefs.h >>conftest.$ac_ext
5845 cat >>conftest.$ac_ext <<_ACEOF
5846 /* end confdefs.h. */
5847 $ac_includes_default
5849 #include <$ac_header>
5850 _ACEOF
5851 rm -f conftest.$ac_objext
5852 if { (ac_try="$ac_compile"
5853 case "(($ac_try" in
5854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5855 *) ac_try_echo=$ac_try;;
5856 esac
5857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5858 (eval "$ac_compile") 2>conftest.er1
5859 ac_status=$?
5860 grep -v '^ *+' conftest.er1 >conftest.err
5861 rm -f conftest.er1
5862 cat conftest.err >&5
5863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864 (exit $ac_status); } && {
5865 test -z "$ac_c_werror_flag" ||
5866 test ! -s conftest.err
5867 } && test -s conftest.$ac_objext; then
5868 eval "$as_ac_Header=yes"
5869 else
5870 echo "$as_me: failed program was:" >&5
5871 sed 's/^/| /' conftest.$ac_ext >&5
5873 eval "$as_ac_Header=no"
5876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5878 ac_res=`eval echo '${'$as_ac_Header'}'`
5879 { echo "$as_me:$LINENO: result: $ac_res" >&5
5880 echo "${ECHO_T}$ac_res" >&6; }
5881 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5882 cat >>confdefs.h <<_ACEOF
5883 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5884 _ACEOF
5888 done
6020 for ac_header in \
6021 AL/al.h \
6022 AudioUnit/AudioUnit.h \
6023 Carbon/Carbon.h \
6024 CoreAudio/CoreAudio.h \
6025 DiskArbitration/DiskArbitration.h \
6026 IOKit/IOKitLib.h \
6027 IOKit/hid/IOHIDLib.h \
6028 OpenAL/al.h \
6029 alias.h \
6030 alsa/asoundlib.h \
6031 arpa/inet.h \
6032 arpa/nameser.h \
6033 asm/types.h \
6034 capi20.h \
6035 curses.h \
6036 direct.h \
6037 dirent.h \
6038 dlfcn.h \
6039 elf.h \
6040 float.h \
6041 fnmatch.h \
6042 fontconfig/fontconfig.h \
6043 getopt.h \
6044 grp.h \
6045 gsm.h \
6046 gsm/gsm.h \
6047 ieeefp.h \
6048 inet/mib2.h \
6049 io.h \
6050 jack/jack.h \
6051 jpeglib.h \
6052 kstat.h \
6053 lber.h \
6054 lcms.h \
6055 lcms/lcms.h \
6056 ldap.h \
6057 libaudioio.h \
6058 link.h \
6059 linux/cdrom.h \
6060 linux/compiler.h \
6061 linux/hdreg.h \
6062 linux/input.h \
6063 linux/ioctl.h \
6064 linux/joystick.h \
6065 linux/major.h \
6066 linux/param.h \
6067 linux/serial.h \
6068 linux/types.h \
6069 linux/ucdrom.h \
6070 mach-o/nlist.h \
6071 mach/mach.h \
6072 mach/machine.h \
6073 machine/cpu.h \
6074 machine/limits.h \
6075 machine/soundcard.h \
6076 mntent.h \
6077 mpg123.h \
6078 ncurses.h \
6079 netdb.h \
6080 netinet/in.h \
6081 netinet/in_systm.h \
6082 netinet/tcp.h \
6083 netinet/tcp_fsm.h \
6084 openssl/err.h \
6085 openssl/ssl.h \
6086 png.h \
6087 poll.h \
6088 port.h \
6089 process.h \
6090 pthread.h \
6091 pwd.h \
6092 regex.h \
6093 sched.h \
6094 scsi/scsi.h \
6095 scsi/scsi_ioctl.h \
6096 scsi/sg.h \
6097 soundcard.h \
6098 stdbool.h \
6099 stdint.h \
6100 strings.h \
6101 stropts.h \
6102 sys/asoundlib.h \
6103 sys/cdio.h \
6104 sys/elf32.h \
6105 sys/epoll.h \
6106 sys/errno.h \
6107 sys/event.h \
6108 sys/exec_elf.h \
6109 sys/filio.h \
6110 sys/inotify.h \
6111 sys/ioctl.h \
6112 sys/ipc.h \
6113 sys/limits.h \
6114 sys/link.h \
6115 sys/mman.h \
6116 sys/modem.h \
6117 sys/msg.h \
6118 sys/mtio.h \
6119 sys/param.h \
6120 sys/poll.h \
6121 sys/prctl.h \
6122 sys/protosw.h \
6123 sys/ptrace.h \
6124 sys/resource.h \
6125 sys/scsiio.h \
6126 sys/shm.h \
6127 sys/signal.h \
6128 sys/socket.h \
6129 sys/socketvar.h \
6130 sys/sockio.h \
6131 sys/soundcard.h \
6132 sys/statvfs.h \
6133 sys/strtio.h \
6134 sys/syscall.h \
6135 sys/tihdr.h \
6136 sys/time.h \
6137 sys/timeout.h \
6138 sys/times.h \
6139 sys/uio.h \
6140 sys/un.h \
6141 sys/utsname.h \
6142 sys/vm86.h \
6143 sys/wait.h \
6144 syscall.h \
6145 termios.h \
6146 unistd.h \
6147 utime.h \
6148 valgrind/memcheck.h \
6149 valgrind/valgrind.h \
6150 zlib.h
6153 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6157 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6158 echo $ECHO_N "(cached) $ECHO_C" >&6
6160 ac_res=`eval echo '${'$as_ac_Header'}'`
6161 { echo "$as_me:$LINENO: result: $ac_res" >&5
6162 echo "${ECHO_T}$ac_res" >&6; }
6163 else
6164 # Is the header compilable?
6165 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6166 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6167 cat >conftest.$ac_ext <<_ACEOF
6168 /* confdefs.h. */
6169 _ACEOF
6170 cat confdefs.h >>conftest.$ac_ext
6171 cat >>conftest.$ac_ext <<_ACEOF
6172 /* end confdefs.h. */
6173 $ac_includes_default
6174 #include <$ac_header>
6175 _ACEOF
6176 rm -f conftest.$ac_objext
6177 if { (ac_try="$ac_compile"
6178 case "(($ac_try" in
6179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6180 *) ac_try_echo=$ac_try;;
6181 esac
6182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6183 (eval "$ac_compile") 2>conftest.er1
6184 ac_status=$?
6185 grep -v '^ *+' conftest.er1 >conftest.err
6186 rm -f conftest.er1
6187 cat conftest.err >&5
6188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6189 (exit $ac_status); } && {
6190 test -z "$ac_c_werror_flag" ||
6191 test ! -s conftest.err
6192 } && test -s conftest.$ac_objext; then
6193 ac_header_compiler=yes
6194 else
6195 echo "$as_me: failed program was:" >&5
6196 sed 's/^/| /' conftest.$ac_ext >&5
6198 ac_header_compiler=no
6201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6202 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6203 echo "${ECHO_T}$ac_header_compiler" >&6; }
6205 # Is the header present?
6206 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6207 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6208 cat >conftest.$ac_ext <<_ACEOF
6209 /* confdefs.h. */
6210 _ACEOF
6211 cat confdefs.h >>conftest.$ac_ext
6212 cat >>conftest.$ac_ext <<_ACEOF
6213 /* end confdefs.h. */
6214 #include <$ac_header>
6215 _ACEOF
6216 if { (ac_try="$ac_cpp conftest.$ac_ext"
6217 case "(($ac_try" in
6218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6219 *) ac_try_echo=$ac_try;;
6220 esac
6221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6222 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6223 ac_status=$?
6224 grep -v '^ *+' conftest.er1 >conftest.err
6225 rm -f conftest.er1
6226 cat conftest.err >&5
6227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6228 (exit $ac_status); } >/dev/null && {
6229 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6230 test ! -s conftest.err
6231 }; then
6232 ac_header_preproc=yes
6233 else
6234 echo "$as_me: failed program was:" >&5
6235 sed 's/^/| /' conftest.$ac_ext >&5
6237 ac_header_preproc=no
6240 rm -f conftest.err conftest.$ac_ext
6241 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6242 echo "${ECHO_T}$ac_header_preproc" >&6; }
6244 # So? What about this header?
6245 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6246 yes:no: )
6247 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6248 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6249 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6250 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6251 ac_header_preproc=yes
6253 no:yes:* )
6254 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6255 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6256 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6257 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6258 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6259 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6260 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6261 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6262 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6263 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6264 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6265 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6266 ( cat <<\_ASBOX
6267 ## ------------------------------------ ##
6268 ## Report this to wine-devel@winehq.org ##
6269 ## ------------------------------------ ##
6270 _ASBOX
6271 ) | sed "s/^/$as_me: WARNING: /" >&2
6273 esac
6274 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6275 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6277 echo $ECHO_N "(cached) $ECHO_C" >&6
6278 else
6279 eval "$as_ac_Header=\$ac_header_preproc"
6281 ac_res=`eval echo '${'$as_ac_Header'}'`
6282 { echo "$as_me:$LINENO: result: $ac_res" >&5
6283 echo "${ECHO_T}$ac_res" >&6; }
6286 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6287 cat >>confdefs.h <<_ACEOF
6288 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6289 _ACEOF
6293 done
6295 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6296 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6297 if test "${ac_cv_header_stat_broken+set}" = set; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6299 else
6300 cat >conftest.$ac_ext <<_ACEOF
6301 /* confdefs.h. */
6302 _ACEOF
6303 cat confdefs.h >>conftest.$ac_ext
6304 cat >>conftest.$ac_ext <<_ACEOF
6305 /* end confdefs.h. */
6306 #include <sys/types.h>
6307 #include <sys/stat.h>
6309 #if defined S_ISBLK && defined S_IFDIR
6310 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6311 #endif
6313 #if defined S_ISBLK && defined S_IFCHR
6314 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6315 #endif
6317 #if defined S_ISLNK && defined S_IFREG
6318 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6319 #endif
6321 #if defined S_ISSOCK && defined S_IFREG
6322 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6323 #endif
6325 _ACEOF
6326 rm -f conftest.$ac_objext
6327 if { (ac_try="$ac_compile"
6328 case "(($ac_try" in
6329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6330 *) ac_try_echo=$ac_try;;
6331 esac
6332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6333 (eval "$ac_compile") 2>conftest.er1
6334 ac_status=$?
6335 grep -v '^ *+' conftest.er1 >conftest.err
6336 rm -f conftest.er1
6337 cat conftest.err >&5
6338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6339 (exit $ac_status); } && {
6340 test -z "$ac_c_werror_flag" ||
6341 test ! -s conftest.err
6342 } && test -s conftest.$ac_objext; then
6343 ac_cv_header_stat_broken=no
6344 else
6345 echo "$as_me: failed program was:" >&5
6346 sed 's/^/| /' conftest.$ac_ext >&5
6348 ac_cv_header_stat_broken=yes
6351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6353 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6354 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6355 if test $ac_cv_header_stat_broken = yes; then
6357 cat >>confdefs.h <<\_ACEOF
6358 #define STAT_MACROS_BROKEN 1
6359 _ACEOF
6370 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6372 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6373 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6374 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6376 echo $ECHO_N "(cached) $ECHO_C" >&6
6377 else
6378 cat >conftest.$ac_ext <<_ACEOF
6379 /* confdefs.h. */
6380 _ACEOF
6381 cat confdefs.h >>conftest.$ac_ext
6382 cat >>conftest.$ac_ext <<_ACEOF
6383 /* end confdefs.h. */
6384 #include <sys/types.h>
6385 #ifdef HAVE_SYS_PARAM_H
6386 # include <sys/param.h>
6387 #endif
6389 #include <$ac_header>
6390 _ACEOF
6391 rm -f conftest.$ac_objext
6392 if { (ac_try="$ac_compile"
6393 case "(($ac_try" in
6394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6395 *) ac_try_echo=$ac_try;;
6396 esac
6397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6398 (eval "$ac_compile") 2>conftest.er1
6399 ac_status=$?
6400 grep -v '^ *+' conftest.er1 >conftest.err
6401 rm -f conftest.er1
6402 cat conftest.err >&5
6403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6404 (exit $ac_status); } && {
6405 test -z "$ac_c_werror_flag" ||
6406 test ! -s conftest.err
6407 } && test -s conftest.$ac_objext; then
6408 eval "$as_ac_Header=yes"
6409 else
6410 echo "$as_me: failed program was:" >&5
6411 sed 's/^/| /' conftest.$ac_ext >&5
6413 eval "$as_ac_Header=no"
6416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6418 ac_res=`eval echo '${'$as_ac_Header'}'`
6419 { echo "$as_me:$LINENO: result: $ac_res" >&5
6420 echo "${ECHO_T}$ac_res" >&6; }
6421 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6422 cat >>confdefs.h <<_ACEOF
6423 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6424 _ACEOF
6428 done
6444 for ac_header in \
6445 netinet/ip.h \
6446 net/if.h \
6447 net/if_arp.h \
6448 net/if_dl.h \
6449 net/if_types.h \
6450 net/route.h \
6451 netinet/if_ether.h \
6452 netinet/if_inarp.h \
6453 netinet/in_pcb.h \
6454 netinet/ip_icmp.h \
6455 netinet/ip_var.h \
6456 netinet/udp.h \
6457 netipx/ipx.h \
6460 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6461 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6462 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6463 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6464 echo $ECHO_N "(cached) $ECHO_C" >&6
6465 else
6466 cat >conftest.$ac_ext <<_ACEOF
6467 /* confdefs.h. */
6468 _ACEOF
6469 cat confdefs.h >>conftest.$ac_ext
6470 cat >>conftest.$ac_ext <<_ACEOF
6471 /* end confdefs.h. */
6472 #include <sys/types.h>
6473 #ifdef HAVE_SYS_SOCKET_H
6474 # include <sys/socket.h>
6475 #endif
6476 #ifdef HAVE_SYS_SOCKETVAR_H
6477 # include <sys/socketvar.h>
6478 #endif
6479 #ifdef HAVE_NET_ROUTE_H
6480 # include <net/route.h>
6481 #endif
6482 #ifdef HAVE_NETINET_IN_H
6483 # include <netinet/in.h>
6484 #endif
6485 #ifdef HAVE_NETINET_IN_SYSTM_H
6486 # include <netinet/in_systm.h>
6487 #endif
6488 #ifdef HAVE_NET_IF_H
6489 # include <net/if.h>
6490 #endif
6491 #ifdef HAVE_NETINET_IP_H
6492 # include <netinet/ip.h>
6493 #endif
6495 #include <$ac_header>
6496 _ACEOF
6497 rm -f conftest.$ac_objext
6498 if { (ac_try="$ac_compile"
6499 case "(($ac_try" in
6500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6501 *) ac_try_echo=$ac_try;;
6502 esac
6503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6504 (eval "$ac_compile") 2>conftest.er1
6505 ac_status=$?
6506 grep -v '^ *+' conftest.er1 >conftest.err
6507 rm -f conftest.er1
6508 cat conftest.err >&5
6509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6510 (exit $ac_status); } && {
6511 test -z "$ac_c_werror_flag" ||
6512 test ! -s conftest.err
6513 } && test -s conftest.$ac_objext; then
6514 eval "$as_ac_Header=yes"
6515 else
6516 echo "$as_me: failed program was:" >&5
6517 sed 's/^/| /' conftest.$ac_ext >&5
6519 eval "$as_ac_Header=no"
6522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6524 ac_res=`eval echo '${'$as_ac_Header'}'`
6525 { echo "$as_me:$LINENO: result: $ac_res" >&5
6526 echo "${ECHO_T}$ac_res" >&6; }
6527 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6528 cat >>confdefs.h <<_ACEOF
6529 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6530 _ACEOF
6534 done
6541 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6543 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6547 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 else
6549 cat >conftest.$ac_ext <<_ACEOF
6550 /* confdefs.h. */
6551 _ACEOF
6552 cat confdefs.h >>conftest.$ac_ext
6553 cat >>conftest.$ac_ext <<_ACEOF
6554 /* end confdefs.h. */
6555 #include <sys/types.h>
6556 #ifdef HAVE_ALIAS_H
6557 # include <alias.h>
6558 #endif
6559 #ifdef HAVE_SYS_SOCKET_H
6560 # include <sys/socket.h>
6561 #endif
6562 #ifdef HAVE_SYS_SOCKETVAR_H
6563 # include <sys/socketvar.h>
6564 #endif
6565 #ifdef HAVE_SYS_TIMEOUT_H
6566 # include <sys/timeout.h>
6567 #endif
6568 #ifdef HAVE_NETINET_IN_H
6569 # include <netinet/in.h>
6570 #endif
6571 #ifdef HAVE_NETINET_IN_SYSTM_H
6572 # include <netinet/in_systm.h>
6573 #endif
6574 #ifdef HAVE_NETINET_IP_H
6575 # include <netinet/ip.h>
6576 #endif
6577 #ifdef HAVE_NETINET_IP_VAR_H
6578 # include <netinet/ip_var.h>
6579 #endif
6580 #ifdef HAVE_NETINET_IP_ICMP_H
6581 # include <netinet/ip_icmp.h>
6582 #endif
6583 #ifdef HAVE_NETINET_UDP_H
6584 # include <netinet/udp.h>
6585 #endif
6586 #ifdef HAVE_NETINET_TCP_H
6587 # include <netinet/tcp.h>
6588 #endif
6589 #ifdef HAVE_NETINET_TCP_TIMER_H
6590 #include <netinet/tcp_timer.h>
6591 #endif
6593 #include <$ac_header>
6594 _ACEOF
6595 rm -f conftest.$ac_objext
6596 if { (ac_try="$ac_compile"
6597 case "(($ac_try" in
6598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6599 *) ac_try_echo=$ac_try;;
6600 esac
6601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6602 (eval "$ac_compile") 2>conftest.er1
6603 ac_status=$?
6604 grep -v '^ *+' conftest.er1 >conftest.err
6605 rm -f conftest.er1
6606 cat conftest.err >&5
6607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6608 (exit $ac_status); } && {
6609 test -z "$ac_c_werror_flag" ||
6610 test ! -s conftest.err
6611 } && test -s conftest.$ac_objext; then
6612 eval "$as_ac_Header=yes"
6613 else
6614 echo "$as_me: failed program was:" >&5
6615 sed 's/^/| /' conftest.$ac_ext >&5
6617 eval "$as_ac_Header=no"
6620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6622 ac_res=`eval echo '${'$as_ac_Header'}'`
6623 { echo "$as_me:$LINENO: result: $ac_res" >&5
6624 echo "${ECHO_T}$ac_res" >&6; }
6625 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6626 cat >>confdefs.h <<_ACEOF
6627 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6628 _ACEOF
6632 done
6637 for ac_header in linux/ipx.h linux/irda.h
6639 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6640 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6641 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6642 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6
6644 else
6645 cat >conftest.$ac_ext <<_ACEOF
6646 /* confdefs.h. */
6647 _ACEOF
6648 cat confdefs.h >>conftest.$ac_ext
6649 cat >>conftest.$ac_ext <<_ACEOF
6650 /* end confdefs.h. */
6651 #include <sys/types.h>
6652 #ifdef HAVE_ASM_TYPES_H
6653 # include <asm/types.h>
6654 #endif
6655 #ifdef HAVE_SYS_SOCKET_H
6656 # include <sys/socket.h>
6657 #endif
6658 #ifdef HAVE_LINUX_TYPES_H
6659 # include <linux/types.h>
6660 #endif
6662 #include <$ac_header>
6663 _ACEOF
6664 rm -f conftest.$ac_objext
6665 if { (ac_try="$ac_compile"
6666 case "(($ac_try" in
6667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6668 *) ac_try_echo=$ac_try;;
6669 esac
6670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6671 (eval "$ac_compile") 2>conftest.er1
6672 ac_status=$?
6673 grep -v '^ *+' conftest.er1 >conftest.err
6674 rm -f conftest.er1
6675 cat conftest.err >&5
6676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6677 (exit $ac_status); } && {
6678 test -z "$ac_c_werror_flag" ||
6679 test ! -s conftest.err
6680 } && test -s conftest.$ac_objext; then
6681 eval "$as_ac_Header=yes"
6682 else
6683 echo "$as_me: failed program was:" >&5
6684 sed 's/^/| /' conftest.$ac_ext >&5
6686 eval "$as_ac_Header=no"
6689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6691 ac_res=`eval echo '${'$as_ac_Header'}'`
6692 { echo "$as_me:$LINENO: result: $ac_res" >&5
6693 echo "${ECHO_T}$ac_res" >&6; }
6694 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6695 cat >>confdefs.h <<_ACEOF
6696 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6697 _ACEOF
6701 done
6705 for ac_header in mach-o/dyld_images.h
6707 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6708 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6709 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6711 echo $ECHO_N "(cached) $ECHO_C" >&6
6712 else
6713 cat >conftest.$ac_ext <<_ACEOF
6714 /* confdefs.h. */
6715 _ACEOF
6716 cat confdefs.h >>conftest.$ac_ext
6717 cat >>conftest.$ac_ext <<_ACEOF
6718 /* end confdefs.h. */
6719 #ifdef HAVE_STDBOOL_H
6720 # include <stdbool.h>
6721 #endif
6722 #ifdef HAVE_STDINT_H
6723 # include <stdint.h>
6724 #endif
6726 #include <$ac_header>
6727 _ACEOF
6728 rm -f conftest.$ac_objext
6729 if { (ac_try="$ac_compile"
6730 case "(($ac_try" in
6731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6732 *) ac_try_echo=$ac_try;;
6733 esac
6734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6735 (eval "$ac_compile") 2>conftest.er1
6736 ac_status=$?
6737 grep -v '^ *+' conftest.er1 >conftest.err
6738 rm -f conftest.er1
6739 cat conftest.err >&5
6740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6741 (exit $ac_status); } && {
6742 test -z "$ac_c_werror_flag" ||
6743 test ! -s conftest.err
6744 } && test -s conftest.$ac_objext; then
6745 eval "$as_ac_Header=yes"
6746 else
6747 echo "$as_me: failed program was:" >&5
6748 sed 's/^/| /' conftest.$ac_ext >&5
6750 eval "$as_ac_Header=no"
6753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6755 ac_res=`eval echo '${'$as_ac_Header'}'`
6756 { echo "$as_me:$LINENO: result: $ac_res" >&5
6757 echo "${ECHO_T}$ac_res" >&6; }
6758 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6759 cat >>confdefs.h <<_ACEOF
6760 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6761 _ACEOF
6765 done
6769 for ac_header in resolv.h
6771 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6772 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6773 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6774 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6775 echo $ECHO_N "(cached) $ECHO_C" >&6
6776 else
6777 cat >conftest.$ac_ext <<_ACEOF
6778 /* confdefs.h. */
6779 _ACEOF
6780 cat confdefs.h >>conftest.$ac_ext
6781 cat >>conftest.$ac_ext <<_ACEOF
6782 /* end confdefs.h. */
6783 #include <sys/types.h>
6784 #ifdef HAVE_SYS_SOCKET_H
6785 # include <sys/socket.h>
6786 #endif
6787 #ifdef HAVE_NETINET_IN_H
6788 # include <netinet/in.h>
6789 #endif
6790 #ifdef HAVE_ARPA_NAMESER_H
6791 # include <arpa/nameser.h>
6792 #endif
6794 #include <$ac_header>
6795 _ACEOF
6796 rm -f conftest.$ac_objext
6797 if { (ac_try="$ac_compile"
6798 case "(($ac_try" in
6799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6800 *) ac_try_echo=$ac_try;;
6801 esac
6802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6803 (eval "$ac_compile") 2>conftest.er1
6804 ac_status=$?
6805 grep -v '^ *+' conftest.er1 >conftest.err
6806 rm -f conftest.er1
6807 cat conftest.err >&5
6808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809 (exit $ac_status); } && {
6810 test -z "$ac_c_werror_flag" ||
6811 test ! -s conftest.err
6812 } && test -s conftest.$ac_objext; then
6813 eval "$as_ac_Header=yes"
6814 else
6815 echo "$as_me: failed program was:" >&5
6816 sed 's/^/| /' conftest.$ac_ext >&5
6818 eval "$as_ac_Header=no"
6821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6823 ac_res=`eval echo '${'$as_ac_Header'}'`
6824 { echo "$as_me:$LINENO: result: $ac_res" >&5
6825 echo "${ECHO_T}$ac_res" >&6; }
6826 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6827 cat >>confdefs.h <<_ACEOF
6828 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6829 _ACEOF
6833 done
6837 for ac_header in ucontext.h
6839 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6840 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6843 echo $ECHO_N "(cached) $ECHO_C" >&6
6844 else
6845 cat >conftest.$ac_ext <<_ACEOF
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6851 #include <signal.h>
6853 #include <$ac_header>
6854 _ACEOF
6855 rm -f conftest.$ac_objext
6856 if { (ac_try="$ac_compile"
6857 case "(($ac_try" in
6858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6859 *) ac_try_echo=$ac_try;;
6860 esac
6861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6862 (eval "$ac_compile") 2>conftest.er1
6863 ac_status=$?
6864 grep -v '^ *+' conftest.er1 >conftest.err
6865 rm -f conftest.er1
6866 cat conftest.err >&5
6867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6868 (exit $ac_status); } && {
6869 test -z "$ac_c_werror_flag" ||
6870 test ! -s conftest.err
6871 } && test -s conftest.$ac_objext; then
6872 eval "$as_ac_Header=yes"
6873 else
6874 echo "$as_me: failed program was:" >&5
6875 sed 's/^/| /' conftest.$ac_ext >&5
6877 eval "$as_ac_Header=no"
6880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6882 ac_res=`eval echo '${'$as_ac_Header'}'`
6883 { echo "$as_me:$LINENO: result: $ac_res" >&5
6884 echo "${ECHO_T}$ac_res" >&6; }
6885 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6886 cat >>confdefs.h <<_ACEOF
6887 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6888 _ACEOF
6892 done
6896 for ac_header in sys/thr.h
6898 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6899 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6902 echo $ECHO_N "(cached) $ECHO_C" >&6
6903 else
6904 cat >conftest.$ac_ext <<_ACEOF
6905 /* confdefs.h. */
6906 _ACEOF
6907 cat confdefs.h >>conftest.$ac_ext
6908 cat >>conftest.$ac_ext <<_ACEOF
6909 /* end confdefs.h. */
6910 #include <sys/types.h>
6911 #ifdef HAVE_UCONTEXT_H
6912 #include <ucontext.h>
6913 #endif
6915 #include <$ac_header>
6916 _ACEOF
6917 rm -f conftest.$ac_objext
6918 if { (ac_try="$ac_compile"
6919 case "(($ac_try" in
6920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6921 *) ac_try_echo=$ac_try;;
6922 esac
6923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6924 (eval "$ac_compile") 2>conftest.er1
6925 ac_status=$?
6926 grep -v '^ *+' conftest.er1 >conftest.err
6927 rm -f conftest.er1
6928 cat conftest.err >&5
6929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6930 (exit $ac_status); } && {
6931 test -z "$ac_c_werror_flag" ||
6932 test ! -s conftest.err
6933 } && test -s conftest.$ac_objext; then
6934 eval "$as_ac_Header=yes"
6935 else
6936 echo "$as_me: failed program was:" >&5
6937 sed 's/^/| /' conftest.$ac_ext >&5
6939 eval "$as_ac_Header=no"
6942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6944 ac_res=`eval echo '${'$as_ac_Header'}'`
6945 { echo "$as_me:$LINENO: result: $ac_res" >&5
6946 echo "${ECHO_T}$ac_res" >&6; }
6947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6948 cat >>confdefs.h <<_ACEOF
6949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6950 _ACEOF
6954 done
6958 for ac_header in pthread_np.h
6960 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6961 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6962 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6963 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6964 echo $ECHO_N "(cached) $ECHO_C" >&6
6965 else
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 #ifdef HAVE_PTHREAD_H
6973 #include <pthread.h>
6974 #endif
6976 #include <$ac_header>
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982 *) ac_try_echo=$ac_try;;
6983 esac
6984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6985 (eval "$ac_compile") 2>conftest.er1
6986 ac_status=$?
6987 grep -v '^ *+' conftest.er1 >conftest.err
6988 rm -f conftest.er1
6989 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } && {
6992 test -z "$ac_c_werror_flag" ||
6993 test ! -s conftest.err
6994 } && test -s conftest.$ac_objext; then
6995 eval "$as_ac_Header=yes"
6996 else
6997 echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
7000 eval "$as_ac_Header=no"
7003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7005 ac_res=`eval echo '${'$as_ac_Header'}'`
7006 { echo "$as_me:$LINENO: result: $ac_res" >&5
7007 echo "${ECHO_T}$ac_res" >&6; }
7008 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7009 cat >>confdefs.h <<_ACEOF
7010 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7011 _ACEOF
7015 done
7019 for ac_header in linux/videodev.h
7021 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7022 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7023 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7024 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7025 echo $ECHO_N "(cached) $ECHO_C" >&6
7026 else
7027 cat >conftest.$ac_ext <<_ACEOF
7028 /* confdefs.h. */
7029 _ACEOF
7030 cat confdefs.h >>conftest.$ac_ext
7031 cat >>conftest.$ac_ext <<_ACEOF
7032 /* end confdefs.h. */
7033 #ifdef HAVE_SYS_TIME_H
7034 #include <sys/time.h>
7035 #endif
7036 #include <sys/types.h>
7037 #ifdef HAVE_ASM_TYPES_H
7038 #include <asm/types.h>
7039 #endif
7041 #include <$ac_header>
7042 _ACEOF
7043 rm -f conftest.$ac_objext
7044 if { (ac_try="$ac_compile"
7045 case "(($ac_try" in
7046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7047 *) ac_try_echo=$ac_try;;
7048 esac
7049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7050 (eval "$ac_compile") 2>conftest.er1
7051 ac_status=$?
7052 grep -v '^ *+' conftest.er1 >conftest.err
7053 rm -f conftest.er1
7054 cat conftest.err >&5
7055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7056 (exit $ac_status); } && {
7057 test -z "$ac_c_werror_flag" ||
7058 test ! -s conftest.err
7059 } && test -s conftest.$ac_objext; then
7060 eval "$as_ac_Header=yes"
7061 else
7062 echo "$as_me: failed program was:" >&5
7063 sed 's/^/| /' conftest.$ac_ext >&5
7065 eval "$as_ac_Header=no"
7068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7070 ac_res=`eval echo '${'$as_ac_Header'}'`
7071 { echo "$as_me:$LINENO: result: $ac_res" >&5
7072 echo "${ECHO_T}$ac_res" >&6; }
7073 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7074 cat >>confdefs.h <<_ACEOF
7075 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7076 _ACEOF
7080 done
7084 for ac_header in linux/capi.h
7086 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7087 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7088 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7089 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7090 echo $ECHO_N "(cached) $ECHO_C" >&6
7091 else
7092 cat >conftest.$ac_ext <<_ACEOF
7093 /* confdefs.h. */
7094 _ACEOF
7095 cat confdefs.h >>conftest.$ac_ext
7096 cat >>conftest.$ac_ext <<_ACEOF
7097 /* end confdefs.h. */
7098 #define __user
7100 #include <$ac_header>
7101 _ACEOF
7102 rm -f conftest.$ac_objext
7103 if { (ac_try="$ac_compile"
7104 case "(($ac_try" in
7105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7106 *) ac_try_echo=$ac_try;;
7107 esac
7108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7109 (eval "$ac_compile") 2>conftest.er1
7110 ac_status=$?
7111 grep -v '^ *+' conftest.er1 >conftest.err
7112 rm -f conftest.er1
7113 cat conftest.err >&5
7114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7115 (exit $ac_status); } && {
7116 test -z "$ac_c_werror_flag" ||
7117 test ! -s conftest.err
7118 } && test -s conftest.$ac_objext; then
7119 eval "$as_ac_Header=yes"
7120 else
7121 echo "$as_me: failed program was:" >&5
7122 sed 's/^/| /' conftest.$ac_ext >&5
7124 eval "$as_ac_Header=no"
7127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7129 ac_res=`eval echo '${'$as_ac_Header'}'`
7130 { echo "$as_me:$LINENO: result: $ac_res" >&5
7131 echo "${ECHO_T}$ac_res" >&6; }
7132 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7133 cat >>confdefs.h <<_ACEOF
7134 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7135 _ACEOF
7139 done
7143 DLLEXT=""
7145 DLLFLAGS="-D_REENTRANT"
7147 LDSHARED=""
7149 LDDLLFLAGS=""
7151 LIBEXT="so"
7153 IMPLIBEXT="def"
7155 LDRPATH_INSTALL=""
7157 LDRPATH_LOCAL=""
7159 # Extract the first word of "ldd", so it can be a program name with args.
7160 set dummy ldd; ac_word=$2
7161 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7162 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7163 if test "${ac_cv_path_LDD+set}" = set; then
7164 echo $ECHO_N "(cached) $ECHO_C" >&6
7165 else
7166 case $LDD in
7167 [\\/]* | ?:[\\/]*)
7168 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7172 as_dummy="/sbin:/usr/sbin:$PATH"
7173 for as_dir in $as_dummy
7175 IFS=$as_save_IFS
7176 test -z "$as_dir" && as_dir=.
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7179 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7181 break 2
7183 done
7184 done
7185 IFS=$as_save_IFS
7187 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7189 esac
7191 LDD=$ac_cv_path_LDD
7192 if test -n "$LDD"; then
7193 { echo "$as_me:$LINENO: result: $LDD" >&5
7194 echo "${ECHO_T}$LDD" >&6; }
7195 else
7196 { echo "$as_me:$LINENO: result: no" >&5
7197 echo "${ECHO_T}no" >&6; }
7202 case $host_os in
7203 cygwin*|mingw32*)
7204 if test -n "$ac_tool_prefix"; then
7205 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7206 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7207 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7208 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7209 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7210 echo $ECHO_N "(cached) $ECHO_C" >&6
7211 else
7212 if test -n "$DLLTOOL"; then
7213 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7214 else
7215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7216 for as_dir in $PATH
7218 IFS=$as_save_IFS
7219 test -z "$as_dir" && as_dir=.
7220 for ac_exec_ext in '' $ac_executable_extensions; do
7221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7222 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7224 break 2
7226 done
7227 done
7228 IFS=$as_save_IFS
7232 DLLTOOL=$ac_cv_prog_DLLTOOL
7233 if test -n "$DLLTOOL"; then
7234 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7235 echo "${ECHO_T}$DLLTOOL" >&6; }
7236 else
7237 { echo "$as_me:$LINENO: result: no" >&5
7238 echo "${ECHO_T}no" >&6; }
7243 if test -z "$ac_cv_prog_DLLTOOL"; then
7244 ac_ct_DLLTOOL=$DLLTOOL
7245 # Extract the first word of "dlltool", so it can be a program name with args.
7246 set dummy dlltool; ac_word=$2
7247 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7249 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7250 echo $ECHO_N "(cached) $ECHO_C" >&6
7251 else
7252 if test -n "$ac_ct_DLLTOOL"; then
7253 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7254 else
7255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7256 for as_dir in $PATH
7258 IFS=$as_save_IFS
7259 test -z "$as_dir" && as_dir=.
7260 for ac_exec_ext in '' $ac_executable_extensions; do
7261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7262 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7264 break 2
7266 done
7267 done
7268 IFS=$as_save_IFS
7272 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7273 if test -n "$ac_ct_DLLTOOL"; then
7274 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7275 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7276 else
7277 { echo "$as_me:$LINENO: result: no" >&5
7278 echo "${ECHO_T}no" >&6; }
7281 if test "x$ac_ct_DLLTOOL" = x; then
7282 DLLTOOL="false"
7283 else
7284 case $cross_compiling:$ac_tool_warned in
7285 yes:)
7286 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7287 whose name does not start with the host triplet. If you think this
7288 configuration is useful to you, please write to autoconf@gnu.org." >&5
7289 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7290 whose name does not start with the host triplet. If you think this
7291 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7292 ac_tool_warned=yes ;;
7293 esac
7294 DLLTOOL=$ac_ct_DLLTOOL
7296 else
7297 DLLTOOL="$ac_cv_prog_DLLTOOL"
7300 if test -n "$ac_tool_prefix"; then
7301 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7302 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7303 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7305 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7306 echo $ECHO_N "(cached) $ECHO_C" >&6
7307 else
7308 if test -n "$DLLWRAP"; then
7309 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7310 else
7311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7312 for as_dir in $PATH
7314 IFS=$as_save_IFS
7315 test -z "$as_dir" && as_dir=.
7316 for ac_exec_ext in '' $ac_executable_extensions; do
7317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7318 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7319 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7320 break 2
7322 done
7323 done
7324 IFS=$as_save_IFS
7328 DLLWRAP=$ac_cv_prog_DLLWRAP
7329 if test -n "$DLLWRAP"; then
7330 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7331 echo "${ECHO_T}$DLLWRAP" >&6; }
7332 else
7333 { echo "$as_me:$LINENO: result: no" >&5
7334 echo "${ECHO_T}no" >&6; }
7339 if test -z "$ac_cv_prog_DLLWRAP"; then
7340 ac_ct_DLLWRAP=$DLLWRAP
7341 # Extract the first word of "dllwrap", so it can be a program name with args.
7342 set dummy dllwrap; ac_word=$2
7343 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7344 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7345 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7346 echo $ECHO_N "(cached) $ECHO_C" >&6
7347 else
7348 if test -n "$ac_ct_DLLWRAP"; then
7349 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7350 else
7351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7352 for as_dir in $PATH
7354 IFS=$as_save_IFS
7355 test -z "$as_dir" && as_dir=.
7356 for ac_exec_ext in '' $ac_executable_extensions; do
7357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7358 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7359 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7360 break 2
7362 done
7363 done
7364 IFS=$as_save_IFS
7368 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7369 if test -n "$ac_ct_DLLWRAP"; then
7370 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7371 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7372 else
7373 { echo "$as_me:$LINENO: result: no" >&5
7374 echo "${ECHO_T}no" >&6; }
7377 if test "x$ac_ct_DLLWRAP" = x; then
7378 DLLWRAP="false"
7379 else
7380 case $cross_compiling:$ac_tool_warned in
7381 yes:)
7382 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7383 whose name does not start with the host triplet. If you think this
7384 configuration is useful to you, please write to autoconf@gnu.org." >&5
7385 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7386 whose name does not start with the host triplet. If you think this
7387 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7388 ac_tool_warned=yes ;;
7389 esac
7390 DLLWRAP=$ac_ct_DLLWRAP
7392 else
7393 DLLWRAP="$ac_cv_prog_DLLWRAP"
7396 if test -n "$ac_tool_prefix"; then
7397 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7398 set dummy ${ac_tool_prefix}ar; ac_word=$2
7399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7401 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7402 echo $ECHO_N "(cached) $ECHO_C" >&6
7403 else
7404 if test -n "$MINGWAR"; then
7405 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7406 else
7407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7408 for as_dir in $PATH
7410 IFS=$as_save_IFS
7411 test -z "$as_dir" && as_dir=.
7412 for ac_exec_ext in '' $ac_executable_extensions; do
7413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7414 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7416 break 2
7418 done
7419 done
7420 IFS=$as_save_IFS
7424 MINGWAR=$ac_cv_prog_MINGWAR
7425 if test -n "$MINGWAR"; then
7426 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7427 echo "${ECHO_T}$MINGWAR" >&6; }
7428 else
7429 { echo "$as_me:$LINENO: result: no" >&5
7430 echo "${ECHO_T}no" >&6; }
7435 if test -z "$ac_cv_prog_MINGWAR"; then
7436 ac_ct_MINGWAR=$MINGWAR
7437 # Extract the first word of "ar", so it can be a program name with args.
7438 set dummy ar; ac_word=$2
7439 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7440 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7441 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7442 echo $ECHO_N "(cached) $ECHO_C" >&6
7443 else
7444 if test -n "$ac_ct_MINGWAR"; then
7445 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7446 else
7447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7448 for as_dir in $PATH
7450 IFS=$as_save_IFS
7451 test -z "$as_dir" && as_dir=.
7452 for ac_exec_ext in '' $ac_executable_extensions; do
7453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7454 ac_cv_prog_ac_ct_MINGWAR="ar"
7455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7456 break 2
7458 done
7459 done
7460 IFS=$as_save_IFS
7464 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7465 if test -n "$ac_ct_MINGWAR"; then
7466 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7467 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7468 else
7469 { echo "$as_me:$LINENO: result: no" >&5
7470 echo "${ECHO_T}no" >&6; }
7473 if test "x$ac_ct_MINGWAR" = x; then
7474 MINGWAR="false"
7475 else
7476 case $cross_compiling:$ac_tool_warned in
7477 yes:)
7478 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7479 whose name does not start with the host triplet. If you think this
7480 configuration is useful to you, please write to autoconf@gnu.org." >&5
7481 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7482 whose name does not start with the host triplet. If you think this
7483 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7484 ac_tool_warned=yes ;;
7485 esac
7486 MINGWAR=$ac_ct_MINGWAR
7488 else
7489 MINGWAR="$ac_cv_prog_MINGWAR"
7492 if test "$DLLWRAP" = "false"; then
7493 LIBEXT="a"
7494 else
7495 LIBEXT="dll"
7497 IMPLIBEXT="a"
7498 enable_iphlpapi=${enable_iphlpapi:-no}
7499 enable_kernel32=${enable_kernel32:-no}
7500 enable_msvcrt=${enable_msvcrt:-no}
7501 enable_ntdll=${enable_ntdll:-no}
7502 enable_ws2_32=${enable_ws2_32:-no}
7503 enable_loader=${enable_loader:-no}
7504 enable_server=${enable_server:-no}
7505 with_x=${with_x:-no}
7506 with_pthread=${with_pthread:-no}
7508 darwin*|macosx*)
7509 DLLEXT=".so"
7510 LIBEXT="dylib"
7511 DLLFLAGS="$DLLFLAGS -fPIC"
7512 LDDLLFLAGS="-bundle -multiply_defined suppress"
7513 LIBWINE_LDFLAGS="-multiply_defined suppress"
7514 LDSHARED="\$(CC) -dynamiclib"
7515 STRIP="$STRIP -x"
7516 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7517 SECURITYLIB="-framework Security -framework CoreFoundation"
7519 COREFOUNDATIONLIB="-framework CoreFoundation"
7521 IOKITLIB="-framework IOKit -framework CoreFoundation"
7523 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7525 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7526 then
7527 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7530 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7531 then
7532 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7535 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7536 then
7537 LIBOPENAL="-framework OpenAL"
7539 ac_cv_lib_openal_alGetSource3i=yes
7541 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7542 then
7543 ac_save_LIBS="$LIBS"
7544 LIBS="$LIBS $IOKITLIB"
7546 for ac_func in IOHIDManagerCreate
7548 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7549 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7550 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7551 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7552 echo $ECHO_N "(cached) $ECHO_C" >&6
7553 else
7554 cat >conftest.$ac_ext <<_ACEOF
7555 /* confdefs.h. */
7556 _ACEOF
7557 cat confdefs.h >>conftest.$ac_ext
7558 cat >>conftest.$ac_ext <<_ACEOF
7559 /* end confdefs.h. */
7560 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7561 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7562 #define $ac_func innocuous_$ac_func
7564 /* System header to define __stub macros and hopefully few prototypes,
7565 which can conflict with char $ac_func (); below.
7566 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7567 <limits.h> exists even on freestanding compilers. */
7569 #ifdef __STDC__
7570 # include <limits.h>
7571 #else
7572 # include <assert.h>
7573 #endif
7575 #undef $ac_func
7577 /* Override any GCC internal prototype to avoid an error.
7578 Use char because int might match the return type of a GCC
7579 builtin and then its argument prototype would still apply. */
7580 #ifdef __cplusplus
7581 extern "C"
7582 #endif
7583 char $ac_func ();
7584 /* The GNU C library defines this for functions which it implements
7585 to always fail with ENOSYS. Some functions are actually named
7586 something starting with __ and the normal name is an alias. */
7587 #if defined __stub_$ac_func || defined __stub___$ac_func
7588 choke me
7589 #endif
7592 main ()
7594 return $ac_func ();
7596 return 0;
7598 _ACEOF
7599 rm -f conftest.$ac_objext conftest$ac_exeext
7600 if { (ac_try="$ac_link"
7601 case "(($ac_try" in
7602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7603 *) ac_try_echo=$ac_try;;
7604 esac
7605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7606 (eval "$ac_link") 2>conftest.er1
7607 ac_status=$?
7608 grep -v '^ *+' conftest.er1 >conftest.err
7609 rm -f conftest.er1
7610 cat conftest.err >&5
7611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7612 (exit $ac_status); } && {
7613 test -z "$ac_c_werror_flag" ||
7614 test ! -s conftest.err
7615 } && test -s conftest$ac_exeext &&
7616 $as_test_x conftest$ac_exeext; then
7617 eval "$as_ac_var=yes"
7618 else
7619 echo "$as_me: failed program was:" >&5
7620 sed 's/^/| /' conftest.$ac_ext >&5
7622 eval "$as_ac_var=no"
7625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7626 conftest$ac_exeext conftest.$ac_ext
7628 ac_res=`eval echo '${'$as_ac_var'}'`
7629 { echo "$as_me:$LINENO: result: $ac_res" >&5
7630 echo "${ECHO_T}$ac_res" >&6; }
7631 if test `eval echo '${'$as_ac_var'}'` = yes; then
7632 cat >>confdefs.h <<_ACEOF
7633 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7634 _ACEOF
7637 done
7639 LIBS="$ac_save_LIBS"
7641 case $host_cpu in
7642 *powerpc*)
7643 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7644 esac
7645 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7646 then
7647 CARBONLIB="-framework Carbon"
7649 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7651 if test "x$enable_win16" = "xyes"
7652 then
7653 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7654 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7655 if test "$cross_compiling" = yes; then
7656 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7657 echo "${ECHO_T}cross-compiling, assuming yes" >&6; }
7658 else
7659 cat >conftest.$ac_ext <<_ACEOF
7660 /* confdefs.h. */
7661 _ACEOF
7662 cat confdefs.h >>conftest.$ac_ext
7663 cat >>conftest.$ac_ext <<_ACEOF
7664 /* end confdefs.h. */
7665 asm(".text\n"
7666 "bad:\tnop;nop\n"
7667 "good:\tnop;nop\n\t"
7668 ".globl _testfunc\n"
7669 "_testfunc:\tcallw good");
7670 extern void testfunc();
7672 main ()
7674 unsigned short *p = (unsigned short *)testfunc;
7675 return p[0] != 0xe866 || p[1] != 0xfffa
7677 return 0;
7679 _ACEOF
7680 rm -f conftest$ac_exeext
7681 if { (ac_try="$ac_link"
7682 case "(($ac_try" in
7683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7684 *) ac_try_echo=$ac_try;;
7685 esac
7686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7687 (eval "$ac_link") 2>&5
7688 ac_status=$?
7689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7690 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7691 { (case "(($ac_try" in
7692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7693 *) ac_try_echo=$ac_try;;
7694 esac
7695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7696 (eval "$ac_try") 2>&5
7697 ac_status=$?
7698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7699 (exit $ac_status); }; }; then
7700 { echo "$as_me:$LINENO: result: yes" >&5
7701 echo "${ECHO_T}yes" >&6; }
7702 else
7703 echo "$as_me: program exited with status $ac_status" >&5
7704 echo "$as_me: failed program was:" >&5
7705 sed 's/^/| /' conftest.$ac_ext >&5
7707 ( exit $ac_status )
7708 { echo "$as_me:$LINENO: result: no" >&5
7709 echo "${ECHO_T}no" >&6; }
7710 { { echo "$as_me:$LINENO: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&5
7711 echo "$as_me: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&2;}
7712 { (exit 1); exit 1; }; }
7714 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7721 DLLFLAGS="$DLLFLAGS -fPIC"
7722 DLLEXT=".so"
7723 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7724 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7725 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7726 echo $ECHO_N "(cached) $ECHO_C" >&6
7727 else
7728 ac_wine_try_cflags_saved=$CFLAGS
7729 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7730 cat >conftest.$ac_ext <<_ACEOF
7731 void myfunc() {}
7732 _ACEOF
7733 rm -f conftest.$ac_objext conftest$ac_exeext
7734 if { (ac_try="$ac_link"
7735 case "(($ac_try" in
7736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7737 *) ac_try_echo=$ac_try;;
7738 esac
7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7740 (eval "$ac_link") 2>conftest.er1
7741 ac_status=$?
7742 grep -v '^ *+' conftest.er1 >conftest.err
7743 rm -f conftest.er1
7744 cat conftest.err >&5
7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 (exit $ac_status); } && {
7747 test -z "$ac_c_werror_flag" ||
7748 test ! -s conftest.err
7749 } && test -s conftest$ac_exeext &&
7750 $as_test_x conftest$ac_exeext; then
7751 ac_cv_c_dll_gnuelf="yes"
7752 else
7753 echo "$as_me: failed program was:" >&5
7754 sed 's/^/| /' conftest.$ac_ext >&5
7756 ac_cv_c_dll_gnuelf="no"
7759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7760 conftest$ac_exeext conftest.$ac_ext
7761 CFLAGS=$ac_wine_try_cflags_saved
7763 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7764 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7765 if test "$ac_cv_c_dll_gnuelf" = "yes"
7766 then
7767 LDSHARED="\$(CC) -shared"
7768 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7769 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7770 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7771 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7772 echo $ECHO_N "(cached) $ECHO_C" >&6
7773 else
7774 ac_wine_try_cflags_saved=$CFLAGS
7775 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7776 cat >conftest.$ac_ext <<_ACEOF
7777 /* confdefs.h. */
7778 _ACEOF
7779 cat confdefs.h >>conftest.$ac_ext
7780 cat >>conftest.$ac_ext <<_ACEOF
7781 /* end confdefs.h. */
7782 int main(int argc, char *argv) { return 0; }
7783 _ACEOF
7784 rm -f conftest.$ac_objext conftest$ac_exeext
7785 if { (ac_try="$ac_link"
7786 case "(($ac_try" in
7787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7788 *) ac_try_echo=$ac_try;;
7789 esac
7790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7791 (eval "$ac_link") 2>conftest.er1
7792 ac_status=$?
7793 grep -v '^ *+' conftest.er1 >conftest.err
7794 rm -f conftest.er1
7795 cat conftest.err >&5
7796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7797 (exit $ac_status); } && {
7798 test -z "$ac_c_werror_flag" ||
7799 test ! -s conftest.err
7800 } && test -s conftest$ac_exeext &&
7801 $as_test_x conftest$ac_exeext; then
7802 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7803 else
7804 echo "$as_me: failed program was:" >&5
7805 sed 's/^/| /' conftest.$ac_ext >&5
7807 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7811 conftest$ac_exeext conftest.$ac_ext
7812 CFLAGS=$ac_wine_try_cflags_saved
7814 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7815 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7816 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7817 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7818 else
7819 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7820 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7821 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7822 echo $ECHO_N "(cached) $ECHO_C" >&6
7823 else
7824 ac_wine_try_cflags_saved=$CFLAGS
7825 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7826 cat >conftest.$ac_ext <<_ACEOF
7827 /* confdefs.h. */
7828 _ACEOF
7829 cat confdefs.h >>conftest.$ac_ext
7830 cat >>conftest.$ac_ext <<_ACEOF
7831 /* end confdefs.h. */
7832 int main(int argc, char *argv) { return 0; }
7833 _ACEOF
7834 rm -f conftest.$ac_objext conftest$ac_exeext
7835 if { (ac_try="$ac_link"
7836 case "(($ac_try" in
7837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7838 *) ac_try_echo=$ac_try;;
7839 esac
7840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7841 (eval "$ac_link") 2>conftest.er1
7842 ac_status=$?
7843 grep -v '^ *+' conftest.er1 >conftest.err
7844 rm -f conftest.er1
7845 cat conftest.err >&5
7846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7847 (exit $ac_status); } && {
7848 test -z "$ac_c_werror_flag" ||
7849 test ! -s conftest.err
7850 } && test -s conftest$ac_exeext &&
7851 $as_test_x conftest$ac_exeext; then
7852 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7853 else
7854 echo "$as_me: failed program was:" >&5
7855 sed 's/^/| /' conftest.$ac_ext >&5
7857 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7861 conftest$ac_exeext conftest.$ac_ext
7862 CFLAGS=$ac_wine_try_cflags_saved
7864 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7865 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7866 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7867 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7873 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7874 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7875 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7876 echo $ECHO_N "(cached) $ECHO_C" >&6
7877 else
7878 ac_wine_try_cflags_saved=$CFLAGS
7879 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7880 cat >conftest.$ac_ext <<_ACEOF
7881 /* confdefs.h. */
7882 _ACEOF
7883 cat confdefs.h >>conftest.$ac_ext
7884 cat >>conftest.$ac_ext <<_ACEOF
7885 /* end confdefs.h. */
7886 int main(int argc, char *argv) { return 0; }
7887 _ACEOF
7888 rm -f conftest.$ac_objext conftest$ac_exeext
7889 if { (ac_try="$ac_link"
7890 case "(($ac_try" in
7891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892 *) ac_try_echo=$ac_try;;
7893 esac
7894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7895 (eval "$ac_link") 2>conftest.er1
7896 ac_status=$?
7897 grep -v '^ *+' conftest.er1 >conftest.err
7898 rm -f conftest.er1
7899 cat conftest.err >&5
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); } && {
7902 test -z "$ac_c_werror_flag" ||
7903 test ! -s conftest.err
7904 } && test -s conftest$ac_exeext &&
7905 $as_test_x conftest$ac_exeext; then
7906 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7907 else
7908 echo "$as_me: failed program was:" >&5
7909 sed 's/^/| /' conftest.$ac_ext >&5
7911 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7915 conftest$ac_exeext conftest.$ac_ext
7916 CFLAGS=$ac_wine_try_cflags_saved
7918 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7919 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7920 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7921 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7925 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7926 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7927 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7928 echo $ECHO_N "(cached) $ECHO_C" >&6
7929 else
7930 ac_wine_try_cflags_saved=$CFLAGS
7931 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7932 cat >conftest.$ac_ext <<_ACEOF
7933 /* confdefs.h. */
7934 _ACEOF
7935 cat confdefs.h >>conftest.$ac_ext
7936 cat >>conftest.$ac_ext <<_ACEOF
7937 /* end confdefs.h. */
7938 int main(int argc, char *argv) { return 0; }
7939 _ACEOF
7940 rm -f conftest.$ac_objext conftest$ac_exeext
7941 if { (ac_try="$ac_link"
7942 case "(($ac_try" in
7943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7944 *) ac_try_echo=$ac_try;;
7945 esac
7946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7947 (eval "$ac_link") 2>conftest.er1
7948 ac_status=$?
7949 grep -v '^ *+' conftest.er1 >conftest.err
7950 rm -f conftest.er1
7951 cat conftest.err >&5
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); } && {
7954 test -z "$ac_c_werror_flag" ||
7955 test ! -s conftest.err
7956 } && test -s conftest$ac_exeext &&
7957 $as_test_x conftest$ac_exeext; then
7958 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7959 else
7960 echo "$as_me: failed program was:" >&5
7961 sed 's/^/| /' conftest.$ac_ext >&5
7963 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7967 conftest$ac_exeext conftest.$ac_ext
7968 CFLAGS=$ac_wine_try_cflags_saved
7970 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7971 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7972 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7973 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7977 echo '{ global: *; };' >conftest.map
7978 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7979 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7980 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7981 echo $ECHO_N "(cached) $ECHO_C" >&6
7982 else
7983 ac_wine_try_cflags_saved=$CFLAGS
7984 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7985 cat >conftest.$ac_ext <<_ACEOF
7986 /* confdefs.h. */
7987 _ACEOF
7988 cat confdefs.h >>conftest.$ac_ext
7989 cat >>conftest.$ac_ext <<_ACEOF
7990 /* end confdefs.h. */
7991 int main(int argc, char *argv) { return 0; }
7992 _ACEOF
7993 rm -f conftest.$ac_objext conftest$ac_exeext
7994 if { (ac_try="$ac_link"
7995 case "(($ac_try" in
7996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7997 *) ac_try_echo=$ac_try;;
7998 esac
7999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8000 (eval "$ac_link") 2>conftest.er1
8001 ac_status=$?
8002 grep -v '^ *+' conftest.er1 >conftest.err
8003 rm -f conftest.er1
8004 cat conftest.err >&5
8005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8006 (exit $ac_status); } && {
8007 test -z "$ac_c_werror_flag" ||
8008 test ! -s conftest.err
8009 } && test -s conftest$ac_exeext &&
8010 $as_test_x conftest$ac_exeext; then
8011 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8012 else
8013 echo "$as_me: failed program was:" >&5
8014 sed 's/^/| /' conftest.$ac_ext >&5
8016 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8020 conftest$ac_exeext conftest.$ac_ext
8021 CFLAGS=$ac_wine_try_cflags_saved
8023 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8024 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8025 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8026 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8029 rm -f conftest.map
8031 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8032 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8033 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8034 echo $ECHO_N "(cached) $ECHO_C" >&6
8035 else
8036 ac_wine_try_cflags_saved=$CFLAGS
8037 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8038 cat >conftest.$ac_ext <<_ACEOF
8039 /* confdefs.h. */
8040 _ACEOF
8041 cat confdefs.h >>conftest.$ac_ext
8042 cat >>conftest.$ac_ext <<_ACEOF
8043 /* end confdefs.h. */
8044 int main(int argc, char *argv) { return 0; }
8045 _ACEOF
8046 rm -f conftest.$ac_objext conftest$ac_exeext
8047 if { (ac_try="$ac_link"
8048 case "(($ac_try" in
8049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8050 *) ac_try_echo=$ac_try;;
8051 esac
8052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8053 (eval "$ac_link") 2>conftest.er1
8054 ac_status=$?
8055 grep -v '^ *+' conftest.er1 >conftest.err
8056 rm -f conftest.er1
8057 cat conftest.err >&5
8058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8059 (exit $ac_status); } && {
8060 test -z "$ac_c_werror_flag" ||
8061 test ! -s conftest.err
8062 } && test -s conftest$ac_exeext &&
8063 $as_test_x conftest$ac_exeext; then
8064 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8065 else
8066 echo "$as_me: failed program was:" >&5
8067 sed 's/^/| /' conftest.$ac_ext >&5
8069 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8073 conftest$ac_exeext conftest.$ac_ext
8074 CFLAGS=$ac_wine_try_cflags_saved
8076 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8077 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8078 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8079 LDEXECFLAGS="-Wl,--export-dynamic"
8084 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8085 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8086 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8087 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8088 echo $ECHO_N "(cached) $ECHO_C" >&6
8089 else
8090 ac_wine_try_cflags_saved=$CFLAGS
8091 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8092 cat >conftest.$ac_ext <<_ACEOF
8093 /* confdefs.h. */
8094 _ACEOF
8095 cat confdefs.h >>conftest.$ac_ext
8096 cat >>conftest.$ac_ext <<_ACEOF
8097 /* end confdefs.h. */
8098 int main(int argc, char *argv) { return 0; }
8099 _ACEOF
8100 rm -f conftest.$ac_objext conftest$ac_exeext
8101 if { (ac_try="$ac_link"
8102 case "(($ac_try" in
8103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8104 *) ac_try_echo=$ac_try;;
8105 esac
8106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8107 (eval "$ac_link") 2>conftest.er1
8108 ac_status=$?
8109 grep -v '^ *+' conftest.er1 >conftest.err
8110 rm -f conftest.er1
8111 cat conftest.err >&5
8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 (exit $ac_status); } && {
8114 test -z "$ac_c_werror_flag" ||
8115 test ! -s conftest.err
8116 } && test -s conftest$ac_exeext &&
8117 $as_test_x conftest$ac_exeext; then
8118 eval "$as_ac_var=yes"
8119 else
8120 echo "$as_me: failed program was:" >&5
8121 sed 's/^/| /' conftest.$ac_ext >&5
8123 eval "$as_ac_var=no"
8126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8127 conftest$ac_exeext conftest.$ac_ext
8128 CFLAGS=$ac_wine_try_cflags_saved
8130 ac_res=`eval echo '${'$as_ac_var'}'`
8131 { echo "$as_me:$LINENO: result: $ac_res" >&5
8132 echo "${ECHO_T}$ac_res" >&6; }
8133 if test `eval echo '${'$as_ac_var'}'` = yes; then
8134 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8135 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8136 else
8137 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8138 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8139 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8140 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8141 echo $ECHO_N "(cached) $ECHO_C" >&6
8142 else
8143 ac_wine_try_cflags_saved=$CFLAGS
8144 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8145 cat >conftest.$ac_ext <<_ACEOF
8146 /* confdefs.h. */
8147 _ACEOF
8148 cat confdefs.h >>conftest.$ac_ext
8149 cat >>conftest.$ac_ext <<_ACEOF
8150 /* end confdefs.h. */
8151 int main(int argc, char *argv) { return 0; }
8152 _ACEOF
8153 rm -f conftest.$ac_objext conftest$ac_exeext
8154 if { (ac_try="$ac_link"
8155 case "(($ac_try" in
8156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8157 *) ac_try_echo=$ac_try;;
8158 esac
8159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8160 (eval "$ac_link") 2>conftest.er1
8161 ac_status=$?
8162 grep -v '^ *+' conftest.er1 >conftest.err
8163 rm -f conftest.er1
8164 cat conftest.err >&5
8165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166 (exit $ac_status); } && {
8167 test -z "$ac_c_werror_flag" ||
8168 test ! -s conftest.err
8169 } && test -s conftest$ac_exeext &&
8170 $as_test_x conftest$ac_exeext; then
8171 eval "$as_ac_var=yes"
8172 else
8173 echo "$as_me: failed program was:" >&5
8174 sed 's/^/| /' conftest.$ac_ext >&5
8176 eval "$as_ac_var=no"
8179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8180 conftest$ac_exeext conftest.$ac_ext
8181 CFLAGS=$ac_wine_try_cflags_saved
8183 ac_res=`eval echo '${'$as_ac_var'}'`
8184 { echo "$as_me:$LINENO: result: $ac_res" >&5
8185 echo "${ECHO_T}$ac_res" >&6; }
8186 if test `eval echo '${'$as_ac_var'}'` = yes; then
8187 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8188 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8194 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8195 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8196 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8197 echo $ECHO_N "(cached) $ECHO_C" >&6
8198 else
8199 ac_wine_try_cflags_saved=$CFLAGS
8200 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8201 cat >conftest.$ac_ext <<_ACEOF
8202 /* confdefs.h. */
8203 _ACEOF
8204 cat confdefs.h >>conftest.$ac_ext
8205 cat >>conftest.$ac_ext <<_ACEOF
8206 /* end confdefs.h. */
8207 int main(int argc, char *argv) { return 0; }
8208 _ACEOF
8209 rm -f conftest.$ac_objext conftest$ac_exeext
8210 if { (ac_try="$ac_link"
8211 case "(($ac_try" in
8212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8213 *) ac_try_echo=$ac_try;;
8214 esac
8215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8216 (eval "$ac_link") 2>conftest.er1
8217 ac_status=$?
8218 grep -v '^ *+' conftest.er1 >conftest.err
8219 rm -f conftest.er1
8220 cat conftest.err >&5
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } && {
8223 test -z "$ac_c_werror_flag" ||
8224 test ! -s conftest.err
8225 } && test -s conftest$ac_exeext &&
8226 $as_test_x conftest$ac_exeext; then
8227 ac_cv_cflags__Wl___enable_new_dtags=yes
8228 else
8229 echo "$as_me: failed program was:" >&5
8230 sed 's/^/| /' conftest.$ac_ext >&5
8232 ac_cv_cflags__Wl___enable_new_dtags=no
8235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8236 conftest$ac_exeext conftest.$ac_ext
8237 CFLAGS=$ac_wine_try_cflags_saved
8239 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8240 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8241 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8242 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8246 case $host_cpu in
8247 *i[3456789]86* | x86_64)
8248 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8249 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8250 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8251 echo $ECHO_N "(cached) $ECHO_C" >&6
8252 else
8253 ac_wine_try_cflags_saved=$CFLAGS
8254 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8255 cat >conftest.$ac_ext <<_ACEOF
8256 /* confdefs.h. */
8257 _ACEOF
8258 cat confdefs.h >>conftest.$ac_ext
8259 cat >>conftest.$ac_ext <<_ACEOF
8260 /* end confdefs.h. */
8261 int main(int argc, char *argv) { return 0; }
8262 _ACEOF
8263 rm -f conftest.$ac_objext conftest$ac_exeext
8264 if { (ac_try="$ac_link"
8265 case "(($ac_try" in
8266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8267 *) ac_try_echo=$ac_try;;
8268 esac
8269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8270 (eval "$ac_link") 2>conftest.er1
8271 ac_status=$?
8272 grep -v '^ *+' conftest.er1 >conftest.err
8273 rm -f conftest.er1
8274 cat conftest.err >&5
8275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 (exit $ac_status); } && {
8277 test -z "$ac_c_werror_flag" ||
8278 test ! -s conftest.err
8279 } && test -s conftest$ac_exeext &&
8280 $as_test_x conftest$ac_exeext; then
8281 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8282 else
8283 echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8286 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8290 conftest$ac_exeext conftest.$ac_ext
8291 CFLAGS=$ac_wine_try_cflags_saved
8293 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8294 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8295 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8296 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8300 esac
8302 else
8303 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8304 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8305 if test "${ac_cv_c_dll_unixware+set}" = set; then
8306 echo $ECHO_N "(cached) $ECHO_C" >&6
8307 else
8308 ac_wine_try_cflags_saved=$CFLAGS
8309 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8310 cat >conftest.$ac_ext <<_ACEOF
8311 void myfunc() {}
8312 _ACEOF
8313 rm -f conftest.$ac_objext conftest$ac_exeext
8314 if { (ac_try="$ac_link"
8315 case "(($ac_try" in
8316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8317 *) ac_try_echo=$ac_try;;
8318 esac
8319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8320 (eval "$ac_link") 2>conftest.er1
8321 ac_status=$?
8322 grep -v '^ *+' conftest.er1 >conftest.err
8323 rm -f conftest.er1
8324 cat conftest.err >&5
8325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8326 (exit $ac_status); } && {
8327 test -z "$ac_c_werror_flag" ||
8328 test ! -s conftest.err
8329 } && test -s conftest$ac_exeext &&
8330 $as_test_x conftest$ac_exeext; then
8331 ac_cv_c_dll_unixware="yes"
8332 else
8333 echo "$as_me: failed program was:" >&5
8334 sed 's/^/| /' conftest.$ac_ext >&5
8336 ac_cv_c_dll_unixware="no"
8339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8340 conftest$ac_exeext conftest.$ac_ext
8341 CFLAGS=$ac_wine_try_cflags_saved
8343 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8344 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8345 if test "$ac_cv_c_dll_unixware" = "yes"
8346 then
8347 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8348 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8350 else
8351 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8352 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8353 if test "${ac_cv_c_dll_hpux+set}" = set; then
8354 echo $ECHO_N "(cached) $ECHO_C" >&6
8355 else
8356 ac_wine_try_cflags_saved=$CFLAGS
8357 CFLAGS="$CFLAGS -shared"
8358 cat >conftest.$ac_ext <<_ACEOF
8359 void myfunc() {}
8360 _ACEOF
8361 rm -f conftest.$ac_objext conftest$ac_exeext
8362 if { (ac_try="$ac_link"
8363 case "(($ac_try" in
8364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8365 *) ac_try_echo=$ac_try;;
8366 esac
8367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8368 (eval "$ac_link") 2>conftest.er1
8369 ac_status=$?
8370 grep -v '^ *+' conftest.er1 >conftest.err
8371 rm -f conftest.er1
8372 cat conftest.err >&5
8373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374 (exit $ac_status); } && {
8375 test -z "$ac_c_werror_flag" ||
8376 test ! -s conftest.err
8377 } && test -s conftest$ac_exeext &&
8378 $as_test_x conftest$ac_exeext; then
8379 ac_cv_c_dll_hpux="yes"
8380 else
8381 echo "$as_me: failed program was:" >&5
8382 sed 's/^/| /' conftest.$ac_ext >&5
8384 ac_cv_c_dll_hpux="no"
8387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8388 conftest$ac_exeext conftest.$ac_ext
8389 CFLAGS=$ac_wine_try_cflags_saved
8391 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8392 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8393 if test "$ac_cv_c_dll_hpux" = "yes"
8394 then
8395 LIBEXT="sl"
8396 DLLEXT=".sl"
8397 LDDLLFLAGS="-shared -fPIC"
8398 LDSHARED="\$(CC) -shared"
8403 esac
8405 enable_winequartz_drv=${enable_winequartz_drv:-no}
8407 if test "$LIBEXT" = "a"; then
8408 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8409 It is currently not possible to build Wine without shared library
8410 (.so) support to allow transparent switch between .so and .dll files.
8411 If you are using Linux, you will need a newer binutils.
8412 " >&5
8413 echo "$as_me: error: could not find a way to build shared libraries.
8414 It is currently not possible to build Wine without shared library
8415 (.so) support to allow transparent switch between .so and .dll files.
8416 If you are using Linux, you will need a newer binutils.
8417 " >&2;}
8418 { (exit 1); exit 1; }; }
8421 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8422 then
8423 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8425 # Extract the first word of "$ac_prog", so it can be a program name with args.
8426 set dummy $ac_prog; 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_CROSSCC+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432 if test -n "$CROSSCC"; then
8433 ac_cv_prog_CROSSCC="$CROSSCC" # 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_CROSSCC="$ac_prog"
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 CROSSCC=$ac_cv_prog_CROSSCC
8453 if test -n "$CROSSCC"; then
8454 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8455 echo "${ECHO_T}$CROSSCC" >&6; }
8456 else
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8462 test -n "$CROSSCC" && break
8463 done
8464 test -n "$CROSSCC" || CROSSCC="false"
8466 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8468 # Extract the first word of "$ac_prog", so it can be a program name with args.
8469 set dummy $ac_prog; ac_word=$2
8470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8472 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8473 echo $ECHO_N "(cached) $ECHO_C" >&6
8474 else
8475 if test -n "$DLLTOOL"; then
8476 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8477 else
8478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8479 for as_dir in $PATH
8481 IFS=$as_save_IFS
8482 test -z "$as_dir" && as_dir=.
8483 for ac_exec_ext in '' $ac_executable_extensions; do
8484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8485 ac_cv_prog_DLLTOOL="$ac_prog"
8486 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8487 break 2
8489 done
8490 done
8491 IFS=$as_save_IFS
8495 DLLTOOL=$ac_cv_prog_DLLTOOL
8496 if test -n "$DLLTOOL"; then
8497 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8498 echo "${ECHO_T}$DLLTOOL" >&6; }
8499 else
8500 { echo "$as_me:$LINENO: result: no" >&5
8501 echo "${ECHO_T}no" >&6; }
8505 test -n "$DLLTOOL" && break
8506 done
8507 test -n "$DLLTOOL" || DLLTOOL="false"
8509 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8511 # Extract the first word of "$ac_prog", so it can be a program name with args.
8512 set dummy $ac_prog; ac_word=$2
8513 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8515 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8516 echo $ECHO_N "(cached) $ECHO_C" >&6
8517 else
8518 if test -n "$MINGWAR"; then
8519 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8520 else
8521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8522 for as_dir in $PATH
8524 IFS=$as_save_IFS
8525 test -z "$as_dir" && as_dir=.
8526 for ac_exec_ext in '' $ac_executable_extensions; do
8527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8528 ac_cv_prog_MINGWAR="$ac_prog"
8529 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8530 break 2
8532 done
8533 done
8534 IFS=$as_save_IFS
8538 MINGWAR=$ac_cv_prog_MINGWAR
8539 if test -n "$MINGWAR"; then
8540 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8541 echo "${ECHO_T}$MINGWAR" >&6; }
8542 else
8543 { echo "$as_me:$LINENO: result: no" >&5
8544 echo "${ECHO_T}no" >&6; }
8548 test -n "$MINGWAR" && break
8549 done
8550 test -n "$MINGWAR" || MINGWAR="false"
8552 if test "$CROSSCC" != "false"
8553 then
8554 CROSSTEST="\$(CROSSTEST)"
8556 set x $CROSSCC
8557 shift
8558 target=""
8559 while test $# -ge 1
8561 case "$1" in
8562 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8563 esac
8564 shift
8565 done
8566 if test -n "$target"
8567 then
8568 CROSSTARGETFLAGS="-b $target"
8575 if test "$ac_cv_header_pthread_h" = "yes"
8576 then
8577 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8578 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8579 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8580 echo $ECHO_N "(cached) $ECHO_C" >&6
8581 else
8582 ac_check_lib_save_LIBS=$LIBS
8583 LIBS="-lpthread $LIBS"
8584 cat >conftest.$ac_ext <<_ACEOF
8585 /* confdefs.h. */
8586 _ACEOF
8587 cat confdefs.h >>conftest.$ac_ext
8588 cat >>conftest.$ac_ext <<_ACEOF
8589 /* end confdefs.h. */
8591 /* Override any GCC internal prototype to avoid an error.
8592 Use char because int might match the return type of a GCC
8593 builtin and then its argument prototype would still apply. */
8594 #ifdef __cplusplus
8595 extern "C"
8596 #endif
8597 char pthread_create ();
8599 main ()
8601 return pthread_create ();
8603 return 0;
8605 _ACEOF
8606 rm -f conftest.$ac_objext conftest$ac_exeext
8607 if { (ac_try="$ac_link"
8608 case "(($ac_try" in
8609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8610 *) ac_try_echo=$ac_try;;
8611 esac
8612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8613 (eval "$ac_link") 2>conftest.er1
8614 ac_status=$?
8615 grep -v '^ *+' conftest.er1 >conftest.err
8616 rm -f conftest.er1
8617 cat conftest.err >&5
8618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8619 (exit $ac_status); } && {
8620 test -z "$ac_c_werror_flag" ||
8621 test ! -s conftest.err
8622 } && test -s conftest$ac_exeext &&
8623 $as_test_x conftest$ac_exeext; then
8624 ac_cv_lib_pthread_pthread_create=yes
8625 else
8626 echo "$as_me: failed program was:" >&5
8627 sed 's/^/| /' conftest.$ac_ext >&5
8629 ac_cv_lib_pthread_pthread_create=no
8632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_lib_save_LIBS
8636 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8637 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8638 if test $ac_cv_lib_pthread_pthread_create = yes; then
8639 LIBPTHREAD="-lpthread"
8644 if test "x$LIBPTHREAD" = "x"; then
8645 case "x$with_pthread" in
8646 xno) ;;
8647 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8648 Wine cannot support threads without libpthread.
8649 Use the --without-pthread option if you really want this." >&5
8650 echo "$as_me: error: pthread ${notice_platform}development files not found.
8651 Wine cannot support threads without libpthread.
8652 Use the --without-pthread option if you really want this." >&2;}
8653 { (exit 1); exit 1; }; } ;;
8654 esac
8659 { echo "$as_me:$LINENO: checking for X" >&5
8660 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8663 # Check whether --with-x was given.
8664 if test "${with_x+set}" = set; then
8665 withval=$with_x;
8668 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8669 if test "x$with_x" = xno; then
8670 # The user explicitly disabled X.
8671 have_x=disabled
8672 else
8673 case $x_includes,$x_libraries in #(
8674 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8675 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8676 { (exit 1); exit 1; }; };; #(
8677 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8678 echo $ECHO_N "(cached) $ECHO_C" >&6
8679 else
8680 # One or both of the vars are not set, and there is no cached value.
8681 ac_x_includes=no ac_x_libraries=no
8682 rm -f -r conftest.dir
8683 if mkdir conftest.dir; then
8684 cd conftest.dir
8685 cat >Imakefile <<'_ACEOF'
8686 incroot:
8687 @echo incroot='${INCROOT}'
8688 usrlibdir:
8689 @echo usrlibdir='${USRLIBDIR}'
8690 libdir:
8691 @echo libdir='${LIBDIR}'
8692 _ACEOF
8693 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8694 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8695 for ac_var in incroot usrlibdir libdir; do
8696 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8697 done
8698 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8699 for ac_extension in a so sl; do
8700 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8701 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8702 ac_im_usrlibdir=$ac_im_libdir; break
8704 done
8705 # Screen out bogus values from the imake configuration. They are
8706 # bogus both because they are the default anyway, and because
8707 # using them would break gcc on systems where it needs fixed includes.
8708 case $ac_im_incroot in
8709 /usr/include) ac_x_includes= ;;
8710 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8711 esac
8712 case $ac_im_usrlibdir in
8713 /usr/lib | /lib) ;;
8714 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8715 esac
8717 cd ..
8718 rm -f -r conftest.dir
8721 # Standard set of common directories for X headers.
8722 # Check X11 before X11Rn because it is often a symlink to the current release.
8723 ac_x_header_dirs='
8724 /usr/X11/include
8725 /usr/X11R6/include
8726 /usr/X11R5/include
8727 /usr/X11R4/include
8729 /usr/include/X11
8730 /usr/include/X11R6
8731 /usr/include/X11R5
8732 /usr/include/X11R4
8734 /usr/local/X11/include
8735 /usr/local/X11R6/include
8736 /usr/local/X11R5/include
8737 /usr/local/X11R4/include
8739 /usr/local/include/X11
8740 /usr/local/include/X11R6
8741 /usr/local/include/X11R5
8742 /usr/local/include/X11R4
8744 /usr/X386/include
8745 /usr/x386/include
8746 /usr/XFree86/include/X11
8748 /usr/include
8749 /usr/local/include
8750 /usr/unsupported/include
8751 /usr/athena/include
8752 /usr/local/x11r5/include
8753 /usr/lpp/Xamples/include
8755 /usr/openwin/include
8756 /usr/openwin/share/include'
8758 if test "$ac_x_includes" = no; then
8759 # Guess where to find include files, by looking for Xlib.h.
8760 # First, try using that file with no special directory specified.
8761 cat >conftest.$ac_ext <<_ACEOF
8762 /* confdefs.h. */
8763 _ACEOF
8764 cat confdefs.h >>conftest.$ac_ext
8765 cat >>conftest.$ac_ext <<_ACEOF
8766 /* end confdefs.h. */
8767 #include <X11/Xlib.h>
8768 _ACEOF
8769 if { (ac_try="$ac_cpp conftest.$ac_ext"
8770 case "(($ac_try" in
8771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8773 esac
8774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8775 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8776 ac_status=$?
8777 grep -v '^ *+' conftest.er1 >conftest.err
8778 rm -f conftest.er1
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } >/dev/null && {
8782 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 }; then
8785 # We can compile using X headers with no special include directory.
8786 ac_x_includes=
8787 else
8788 echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 for ac_dir in $ac_x_header_dirs; do
8792 if test -r "$ac_dir/X11/Xlib.h"; then
8793 ac_x_includes=$ac_dir
8794 break
8796 done
8799 rm -f conftest.err conftest.$ac_ext
8800 fi # $ac_x_includes = no
8802 if test "$ac_x_libraries" = no; then
8803 # Check for the libraries.
8804 # See if we find them without any special options.
8805 # Don't add to $LIBS permanently.
8806 ac_save_LIBS=$LIBS
8807 LIBS="-lX11 $LIBS"
8808 cat >conftest.$ac_ext <<_ACEOF
8809 /* confdefs.h. */
8810 _ACEOF
8811 cat confdefs.h >>conftest.$ac_ext
8812 cat >>conftest.$ac_ext <<_ACEOF
8813 /* end confdefs.h. */
8814 #include <X11/Xlib.h>
8816 main ()
8818 XrmInitialize ()
8820 return 0;
8822 _ACEOF
8823 rm -f conftest.$ac_objext conftest$ac_exeext
8824 if { (ac_try="$ac_link"
8825 case "(($ac_try" in
8826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8827 *) ac_try_echo=$ac_try;;
8828 esac
8829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8830 (eval "$ac_link") 2>conftest.er1
8831 ac_status=$?
8832 grep -v '^ *+' conftest.er1 >conftest.err
8833 rm -f conftest.er1
8834 cat conftest.err >&5
8835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8836 (exit $ac_status); } && {
8837 test -z "$ac_c_werror_flag" ||
8838 test ! -s conftest.err
8839 } && test -s conftest$ac_exeext &&
8840 $as_test_x conftest$ac_exeext; then
8841 LIBS=$ac_save_LIBS
8842 # We can link X programs with no special library path.
8843 ac_x_libraries=
8844 else
8845 echo "$as_me: failed program was:" >&5
8846 sed 's/^/| /' conftest.$ac_ext >&5
8848 LIBS=$ac_save_LIBS
8849 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8851 # Don't even attempt the hair of trying to link an X program!
8852 for ac_extension in a so sl; do
8853 if test -r "$ac_dir/libX11.$ac_extension"; then
8854 ac_x_libraries=$ac_dir
8855 break 2
8857 done
8858 done
8861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8862 conftest$ac_exeext conftest.$ac_ext
8863 fi # $ac_x_libraries = no
8865 case $ac_x_includes,$ac_x_libraries in #(
8866 no,* | *,no | *\'*)
8867 # Didn't find X, or a directory has "'" in its name.
8868 ac_cv_have_x="have_x=no";; #(
8870 # Record where we found X for the cache.
8871 ac_cv_have_x="have_x=yes\
8872 ac_x_includes='$ac_x_includes'\
8873 ac_x_libraries='$ac_x_libraries'"
8874 esac
8876 ;; #(
8877 *) have_x=yes;;
8878 esac
8879 eval "$ac_cv_have_x"
8880 fi # $with_x != no
8882 if test "$have_x" != yes; then
8883 { echo "$as_me:$LINENO: result: $have_x" >&5
8884 echo "${ECHO_T}$have_x" >&6; }
8885 no_x=yes
8886 else
8887 # If each of the values was on the command line, it overrides each guess.
8888 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8889 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8890 # Update the cache value to reflect the command line values.
8891 ac_cv_have_x="have_x=yes\
8892 ac_x_includes='$x_includes'\
8893 ac_x_libraries='$x_libraries'"
8894 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8895 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8898 if test "$no_x" = yes; then
8899 # Not all programs may use this symbol, but it does not hurt to define it.
8901 cat >>confdefs.h <<\_ACEOF
8902 #define X_DISPLAY_MISSING 1
8903 _ACEOF
8905 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8906 else
8907 if test -n "$x_includes"; then
8908 X_CFLAGS="$X_CFLAGS -I$x_includes"
8911 # It would also be nice to do this for all -L options, not just this one.
8912 if test -n "$x_libraries"; then
8913 X_LIBS="$X_LIBS -L$x_libraries"
8914 # For Solaris; some versions of Sun CC require a space after -R and
8915 # others require no space. Words are not sufficient . . . .
8916 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8917 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8918 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8919 ac_xsave_c_werror_flag=$ac_c_werror_flag
8920 ac_c_werror_flag=yes
8921 cat >conftest.$ac_ext <<_ACEOF
8922 /* confdefs.h. */
8923 _ACEOF
8924 cat confdefs.h >>conftest.$ac_ext
8925 cat >>conftest.$ac_ext <<_ACEOF
8926 /* end confdefs.h. */
8929 main ()
8933 return 0;
8935 _ACEOF
8936 rm -f conftest.$ac_objext conftest$ac_exeext
8937 if { (ac_try="$ac_link"
8938 case "(($ac_try" in
8939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8940 *) ac_try_echo=$ac_try;;
8941 esac
8942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8943 (eval "$ac_link") 2>conftest.er1
8944 ac_status=$?
8945 grep -v '^ *+' conftest.er1 >conftest.err
8946 rm -f conftest.er1
8947 cat conftest.err >&5
8948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8949 (exit $ac_status); } && {
8950 test -z "$ac_c_werror_flag" ||
8951 test ! -s conftest.err
8952 } && test -s conftest$ac_exeext &&
8953 $as_test_x conftest$ac_exeext; then
8954 { echo "$as_me:$LINENO: result: no" >&5
8955 echo "${ECHO_T}no" >&6; }
8956 X_LIBS="$X_LIBS -R$x_libraries"
8957 else
8958 echo "$as_me: failed program was:" >&5
8959 sed 's/^/| /' conftest.$ac_ext >&5
8961 LIBS="$ac_xsave_LIBS -R $x_libraries"
8962 cat >conftest.$ac_ext <<_ACEOF
8963 /* confdefs.h. */
8964 _ACEOF
8965 cat confdefs.h >>conftest.$ac_ext
8966 cat >>conftest.$ac_ext <<_ACEOF
8967 /* end confdefs.h. */
8970 main ()
8974 return 0;
8976 _ACEOF
8977 rm -f conftest.$ac_objext conftest$ac_exeext
8978 if { (ac_try="$ac_link"
8979 case "(($ac_try" in
8980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8981 *) ac_try_echo=$ac_try;;
8982 esac
8983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8984 (eval "$ac_link") 2>conftest.er1
8985 ac_status=$?
8986 grep -v '^ *+' conftest.er1 >conftest.err
8987 rm -f conftest.er1
8988 cat conftest.err >&5
8989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8990 (exit $ac_status); } && {
8991 test -z "$ac_c_werror_flag" ||
8992 test ! -s conftest.err
8993 } && test -s conftest$ac_exeext &&
8994 $as_test_x conftest$ac_exeext; then
8995 { echo "$as_me:$LINENO: result: yes" >&5
8996 echo "${ECHO_T}yes" >&6; }
8997 X_LIBS="$X_LIBS -R $x_libraries"
8998 else
8999 echo "$as_me: failed program was:" >&5
9000 sed 's/^/| /' conftest.$ac_ext >&5
9002 { echo "$as_me:$LINENO: result: neither works" >&5
9003 echo "${ECHO_T}neither works" >&6; }
9006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9007 conftest$ac_exeext conftest.$ac_ext
9010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9011 conftest$ac_exeext conftest.$ac_ext
9012 ac_c_werror_flag=$ac_xsave_c_werror_flag
9013 LIBS=$ac_xsave_LIBS
9016 # Check for system-dependent libraries X programs must link with.
9017 # Do this before checking for the system-independent R6 libraries
9018 # (-lICE), since we may need -lsocket or whatever for X linking.
9020 if test "$ISC" = yes; then
9021 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9022 else
9023 # Martyn Johnson says this is needed for Ultrix, if the X
9024 # libraries were built with DECnet support. And Karl Berry says
9025 # the Alpha needs dnet_stub (dnet does not exist).
9026 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9027 cat >conftest.$ac_ext <<_ACEOF
9028 /* confdefs.h. */
9029 _ACEOF
9030 cat confdefs.h >>conftest.$ac_ext
9031 cat >>conftest.$ac_ext <<_ACEOF
9032 /* end confdefs.h. */
9034 /* Override any GCC internal prototype to avoid an error.
9035 Use char because int might match the return type of a GCC
9036 builtin and then its argument prototype would still apply. */
9037 #ifdef __cplusplus
9038 extern "C"
9039 #endif
9040 char XOpenDisplay ();
9042 main ()
9044 return XOpenDisplay ();
9046 return 0;
9048 _ACEOF
9049 rm -f conftest.$ac_objext conftest$ac_exeext
9050 if { (ac_try="$ac_link"
9051 case "(($ac_try" in
9052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9053 *) ac_try_echo=$ac_try;;
9054 esac
9055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9056 (eval "$ac_link") 2>conftest.er1
9057 ac_status=$?
9058 grep -v '^ *+' conftest.er1 >conftest.err
9059 rm -f conftest.er1
9060 cat conftest.err >&5
9061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9062 (exit $ac_status); } && {
9063 test -z "$ac_c_werror_flag" ||
9064 test ! -s conftest.err
9065 } && test -s conftest$ac_exeext &&
9066 $as_test_x conftest$ac_exeext; then
9068 else
9069 echo "$as_me: failed program was:" >&5
9070 sed 's/^/| /' conftest.$ac_ext >&5
9072 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9073 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
9074 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9075 echo $ECHO_N "(cached) $ECHO_C" >&6
9076 else
9077 ac_check_lib_save_LIBS=$LIBS
9078 LIBS="-ldnet $LIBS"
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h. */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h. */
9086 /* Override any GCC internal prototype to avoid an error.
9087 Use char because int might match the return type of a GCC
9088 builtin and then its argument prototype would still apply. */
9089 #ifdef __cplusplus
9090 extern "C"
9091 #endif
9092 char dnet_ntoa ();
9094 main ()
9096 return dnet_ntoa ();
9098 return 0;
9100 _ACEOF
9101 rm -f conftest.$ac_objext conftest$ac_exeext
9102 if { (ac_try="$ac_link"
9103 case "(($ac_try" in
9104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9105 *) ac_try_echo=$ac_try;;
9106 esac
9107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9108 (eval "$ac_link") 2>conftest.er1
9109 ac_status=$?
9110 grep -v '^ *+' conftest.er1 >conftest.err
9111 rm -f conftest.er1
9112 cat conftest.err >&5
9113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9114 (exit $ac_status); } && {
9115 test -z "$ac_c_werror_flag" ||
9116 test ! -s conftest.err
9117 } && test -s conftest$ac_exeext &&
9118 $as_test_x conftest$ac_exeext; then
9119 ac_cv_lib_dnet_dnet_ntoa=yes
9120 else
9121 echo "$as_me: failed program was:" >&5
9122 sed 's/^/| /' conftest.$ac_ext >&5
9124 ac_cv_lib_dnet_dnet_ntoa=no
9127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9128 conftest$ac_exeext conftest.$ac_ext
9129 LIBS=$ac_check_lib_save_LIBS
9131 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9132 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9133 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9134 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9137 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9138 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9139 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9140 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9141 echo $ECHO_N "(cached) $ECHO_C" >&6
9142 else
9143 ac_check_lib_save_LIBS=$LIBS
9144 LIBS="-ldnet_stub $LIBS"
9145 cat >conftest.$ac_ext <<_ACEOF
9146 /* confdefs.h. */
9147 _ACEOF
9148 cat confdefs.h >>conftest.$ac_ext
9149 cat >>conftest.$ac_ext <<_ACEOF
9150 /* end confdefs.h. */
9152 /* Override any GCC internal prototype to avoid an error.
9153 Use char because int might match the return type of a GCC
9154 builtin and then its argument prototype would still apply. */
9155 #ifdef __cplusplus
9156 extern "C"
9157 #endif
9158 char dnet_ntoa ();
9160 main ()
9162 return dnet_ntoa ();
9164 return 0;
9166 _ACEOF
9167 rm -f conftest.$ac_objext conftest$ac_exeext
9168 if { (ac_try="$ac_link"
9169 case "(($ac_try" in
9170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9171 *) ac_try_echo=$ac_try;;
9172 esac
9173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9174 (eval "$ac_link") 2>conftest.er1
9175 ac_status=$?
9176 grep -v '^ *+' conftest.er1 >conftest.err
9177 rm -f conftest.er1
9178 cat conftest.err >&5
9179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9180 (exit $ac_status); } && {
9181 test -z "$ac_c_werror_flag" ||
9182 test ! -s conftest.err
9183 } && test -s conftest$ac_exeext &&
9184 $as_test_x conftest$ac_exeext; then
9185 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9186 else
9187 echo "$as_me: failed program was:" >&5
9188 sed 's/^/| /' conftest.$ac_ext >&5
9190 ac_cv_lib_dnet_stub_dnet_ntoa=no
9193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9194 conftest$ac_exeext conftest.$ac_ext
9195 LIBS=$ac_check_lib_save_LIBS
9197 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9198 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9199 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9200 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9207 conftest$ac_exeext conftest.$ac_ext
9208 LIBS="$ac_xsave_LIBS"
9210 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9211 # to get the SysV transport functions.
9212 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9213 # needs -lnsl.
9214 # The nsl library prevents programs from opening the X display
9215 # on Irix 5.2, according to T.E. Dickey.
9216 # The functions gethostbyname, getservbyname, and inet_addr are
9217 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9218 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9219 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9220 if test "${ac_cv_func_gethostbyname+set}" = set; then
9221 echo $ECHO_N "(cached) $ECHO_C" >&6
9222 else
9223 cat >conftest.$ac_ext <<_ACEOF
9224 /* confdefs.h. */
9225 _ACEOF
9226 cat confdefs.h >>conftest.$ac_ext
9227 cat >>conftest.$ac_ext <<_ACEOF
9228 /* end confdefs.h. */
9229 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9230 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9231 #define gethostbyname innocuous_gethostbyname
9233 /* System header to define __stub macros and hopefully few prototypes,
9234 which can conflict with char gethostbyname (); below.
9235 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9236 <limits.h> exists even on freestanding compilers. */
9238 #ifdef __STDC__
9239 # include <limits.h>
9240 #else
9241 # include <assert.h>
9242 #endif
9244 #undef gethostbyname
9246 /* Override any GCC internal prototype to avoid an error.
9247 Use char because int might match the return type of a GCC
9248 builtin and then its argument prototype would still apply. */
9249 #ifdef __cplusplus
9250 extern "C"
9251 #endif
9252 char gethostbyname ();
9253 /* The GNU C library defines this for functions which it implements
9254 to always fail with ENOSYS. Some functions are actually named
9255 something starting with __ and the normal name is an alias. */
9256 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9257 choke me
9258 #endif
9261 main ()
9263 return gethostbyname ();
9265 return 0;
9267 _ACEOF
9268 rm -f conftest.$ac_objext conftest$ac_exeext
9269 if { (ac_try="$ac_link"
9270 case "(($ac_try" in
9271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9272 *) ac_try_echo=$ac_try;;
9273 esac
9274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9275 (eval "$ac_link") 2>conftest.er1
9276 ac_status=$?
9277 grep -v '^ *+' conftest.er1 >conftest.err
9278 rm -f conftest.er1
9279 cat conftest.err >&5
9280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281 (exit $ac_status); } && {
9282 test -z "$ac_c_werror_flag" ||
9283 test ! -s conftest.err
9284 } && test -s conftest$ac_exeext &&
9285 $as_test_x conftest$ac_exeext; then
9286 ac_cv_func_gethostbyname=yes
9287 else
9288 echo "$as_me: failed program was:" >&5
9289 sed 's/^/| /' conftest.$ac_ext >&5
9291 ac_cv_func_gethostbyname=no
9294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9295 conftest$ac_exeext conftest.$ac_ext
9297 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9298 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9300 if test $ac_cv_func_gethostbyname = no; then
9301 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9302 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9303 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9304 echo $ECHO_N "(cached) $ECHO_C" >&6
9305 else
9306 ac_check_lib_save_LIBS=$LIBS
9307 LIBS="-lnsl $LIBS"
9308 cat >conftest.$ac_ext <<_ACEOF
9309 /* confdefs.h. */
9310 _ACEOF
9311 cat confdefs.h >>conftest.$ac_ext
9312 cat >>conftest.$ac_ext <<_ACEOF
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9318 #ifdef __cplusplus
9319 extern "C"
9320 #endif
9321 char gethostbyname ();
9323 main ()
9325 return gethostbyname ();
9327 return 0;
9329 _ACEOF
9330 rm -f conftest.$ac_objext conftest$ac_exeext
9331 if { (ac_try="$ac_link"
9332 case "(($ac_try" in
9333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9334 *) ac_try_echo=$ac_try;;
9335 esac
9336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9337 (eval "$ac_link") 2>conftest.er1
9338 ac_status=$?
9339 grep -v '^ *+' conftest.er1 >conftest.err
9340 rm -f conftest.er1
9341 cat conftest.err >&5
9342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9343 (exit $ac_status); } && {
9344 test -z "$ac_c_werror_flag" ||
9345 test ! -s conftest.err
9346 } && test -s conftest$ac_exeext &&
9347 $as_test_x conftest$ac_exeext; then
9348 ac_cv_lib_nsl_gethostbyname=yes
9349 else
9350 echo "$as_me: failed program was:" >&5
9351 sed 's/^/| /' conftest.$ac_ext >&5
9353 ac_cv_lib_nsl_gethostbyname=no
9356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9357 conftest$ac_exeext conftest.$ac_ext
9358 LIBS=$ac_check_lib_save_LIBS
9360 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9361 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9362 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9363 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9366 if test $ac_cv_lib_nsl_gethostbyname = no; then
9367 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9368 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9369 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9370 echo $ECHO_N "(cached) $ECHO_C" >&6
9371 else
9372 ac_check_lib_save_LIBS=$LIBS
9373 LIBS="-lbsd $LIBS"
9374 cat >conftest.$ac_ext <<_ACEOF
9375 /* confdefs.h. */
9376 _ACEOF
9377 cat confdefs.h >>conftest.$ac_ext
9378 cat >>conftest.$ac_ext <<_ACEOF
9379 /* end confdefs.h. */
9381 /* Override any GCC internal prototype to avoid an error.
9382 Use char because int might match the return type of a GCC
9383 builtin and then its argument prototype would still apply. */
9384 #ifdef __cplusplus
9385 extern "C"
9386 #endif
9387 char gethostbyname ();
9389 main ()
9391 return gethostbyname ();
9393 return 0;
9395 _ACEOF
9396 rm -f conftest.$ac_objext conftest$ac_exeext
9397 if { (ac_try="$ac_link"
9398 case "(($ac_try" in
9399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9400 *) ac_try_echo=$ac_try;;
9401 esac
9402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9403 (eval "$ac_link") 2>conftest.er1
9404 ac_status=$?
9405 grep -v '^ *+' conftest.er1 >conftest.err
9406 rm -f conftest.er1
9407 cat conftest.err >&5
9408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9409 (exit $ac_status); } && {
9410 test -z "$ac_c_werror_flag" ||
9411 test ! -s conftest.err
9412 } && test -s conftest$ac_exeext &&
9413 $as_test_x conftest$ac_exeext; then
9414 ac_cv_lib_bsd_gethostbyname=yes
9415 else
9416 echo "$as_me: failed program was:" >&5
9417 sed 's/^/| /' conftest.$ac_ext >&5
9419 ac_cv_lib_bsd_gethostbyname=no
9422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9423 conftest$ac_exeext conftest.$ac_ext
9424 LIBS=$ac_check_lib_save_LIBS
9426 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9427 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9428 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9429 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9435 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9436 # socket/setsockopt and other routines are undefined under SCO ODT
9437 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9438 # on later versions), says Simon Leinen: it contains gethostby*
9439 # variants that don't use the name server (or something). -lsocket
9440 # must be given before -lnsl if both are needed. We assume that
9441 # if connect needs -lnsl, so does gethostbyname.
9442 { echo "$as_me:$LINENO: checking for connect" >&5
9443 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9444 if test "${ac_cv_func_connect+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 cat >conftest.$ac_ext <<_ACEOF
9448 /* confdefs.h. */
9449 _ACEOF
9450 cat confdefs.h >>conftest.$ac_ext
9451 cat >>conftest.$ac_ext <<_ACEOF
9452 /* end confdefs.h. */
9453 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9454 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9455 #define connect innocuous_connect
9457 /* System header to define __stub macros and hopefully few prototypes,
9458 which can conflict with char connect (); below.
9459 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9460 <limits.h> exists even on freestanding compilers. */
9462 #ifdef __STDC__
9463 # include <limits.h>
9464 #else
9465 # include <assert.h>
9466 #endif
9468 #undef connect
9470 /* Override any GCC internal prototype to avoid an error.
9471 Use char because int might match the return type of a GCC
9472 builtin and then its argument prototype would still apply. */
9473 #ifdef __cplusplus
9474 extern "C"
9475 #endif
9476 char connect ();
9477 /* The GNU C library defines this for functions which it implements
9478 to always fail with ENOSYS. Some functions are actually named
9479 something starting with __ and the normal name is an alias. */
9480 #if defined __stub_connect || defined __stub___connect
9481 choke me
9482 #endif
9485 main ()
9487 return connect ();
9489 return 0;
9491 _ACEOF
9492 rm -f conftest.$ac_objext conftest$ac_exeext
9493 if { (ac_try="$ac_link"
9494 case "(($ac_try" in
9495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9496 *) ac_try_echo=$ac_try;;
9497 esac
9498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9499 (eval "$ac_link") 2>conftest.er1
9500 ac_status=$?
9501 grep -v '^ *+' conftest.er1 >conftest.err
9502 rm -f conftest.er1
9503 cat conftest.err >&5
9504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9505 (exit $ac_status); } && {
9506 test -z "$ac_c_werror_flag" ||
9507 test ! -s conftest.err
9508 } && test -s conftest$ac_exeext &&
9509 $as_test_x conftest$ac_exeext; then
9510 ac_cv_func_connect=yes
9511 else
9512 echo "$as_me: failed program was:" >&5
9513 sed 's/^/| /' conftest.$ac_ext >&5
9515 ac_cv_func_connect=no
9518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9519 conftest$ac_exeext conftest.$ac_ext
9521 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9522 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9524 if test $ac_cv_func_connect = no; then
9525 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9526 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9527 if test "${ac_cv_lib_socket_connect+set}" = set; then
9528 echo $ECHO_N "(cached) $ECHO_C" >&6
9529 else
9530 ac_check_lib_save_LIBS=$LIBS
9531 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9532 cat >conftest.$ac_ext <<_ACEOF
9533 /* confdefs.h. */
9534 _ACEOF
9535 cat confdefs.h >>conftest.$ac_ext
9536 cat >>conftest.$ac_ext <<_ACEOF
9537 /* end confdefs.h. */
9539 /* Override any GCC internal prototype to avoid an error.
9540 Use char because int might match the return type of a GCC
9541 builtin and then its argument prototype would still apply. */
9542 #ifdef __cplusplus
9543 extern "C"
9544 #endif
9545 char connect ();
9547 main ()
9549 return connect ();
9551 return 0;
9553 _ACEOF
9554 rm -f conftest.$ac_objext conftest$ac_exeext
9555 if { (ac_try="$ac_link"
9556 case "(($ac_try" in
9557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9558 *) ac_try_echo=$ac_try;;
9559 esac
9560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9561 (eval "$ac_link") 2>conftest.er1
9562 ac_status=$?
9563 grep -v '^ *+' conftest.er1 >conftest.err
9564 rm -f conftest.er1
9565 cat conftest.err >&5
9566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9567 (exit $ac_status); } && {
9568 test -z "$ac_c_werror_flag" ||
9569 test ! -s conftest.err
9570 } && test -s conftest$ac_exeext &&
9571 $as_test_x conftest$ac_exeext; then
9572 ac_cv_lib_socket_connect=yes
9573 else
9574 echo "$as_me: failed program was:" >&5
9575 sed 's/^/| /' conftest.$ac_ext >&5
9577 ac_cv_lib_socket_connect=no
9580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9581 conftest$ac_exeext conftest.$ac_ext
9582 LIBS=$ac_check_lib_save_LIBS
9584 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9585 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9586 if test $ac_cv_lib_socket_connect = yes; then
9587 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9592 # Guillermo Gomez says -lposix is necessary on A/UX.
9593 { echo "$as_me:$LINENO: checking for remove" >&5
9594 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9595 if test "${ac_cv_func_remove+set}" = set; then
9596 echo $ECHO_N "(cached) $ECHO_C" >&6
9597 else
9598 cat >conftest.$ac_ext <<_ACEOF
9599 /* confdefs.h. */
9600 _ACEOF
9601 cat confdefs.h >>conftest.$ac_ext
9602 cat >>conftest.$ac_ext <<_ACEOF
9603 /* end confdefs.h. */
9604 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9605 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9606 #define remove innocuous_remove
9608 /* System header to define __stub macros and hopefully few prototypes,
9609 which can conflict with char remove (); below.
9610 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9611 <limits.h> exists even on freestanding compilers. */
9613 #ifdef __STDC__
9614 # include <limits.h>
9615 #else
9616 # include <assert.h>
9617 #endif
9619 #undef remove
9621 /* Override any GCC internal prototype to avoid an error.
9622 Use char because int might match the return type of a GCC
9623 builtin and then its argument prototype would still apply. */
9624 #ifdef __cplusplus
9625 extern "C"
9626 #endif
9627 char remove ();
9628 /* The GNU C library defines this for functions which it implements
9629 to always fail with ENOSYS. Some functions are actually named
9630 something starting with __ and the normal name is an alias. */
9631 #if defined __stub_remove || defined __stub___remove
9632 choke me
9633 #endif
9636 main ()
9638 return remove ();
9640 return 0;
9642 _ACEOF
9643 rm -f conftest.$ac_objext conftest$ac_exeext
9644 if { (ac_try="$ac_link"
9645 case "(($ac_try" in
9646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9647 *) ac_try_echo=$ac_try;;
9648 esac
9649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9650 (eval "$ac_link") 2>conftest.er1
9651 ac_status=$?
9652 grep -v '^ *+' conftest.er1 >conftest.err
9653 rm -f conftest.er1
9654 cat conftest.err >&5
9655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9656 (exit $ac_status); } && {
9657 test -z "$ac_c_werror_flag" ||
9658 test ! -s conftest.err
9659 } && test -s conftest$ac_exeext &&
9660 $as_test_x conftest$ac_exeext; then
9661 ac_cv_func_remove=yes
9662 else
9663 echo "$as_me: failed program was:" >&5
9664 sed 's/^/| /' conftest.$ac_ext >&5
9666 ac_cv_func_remove=no
9669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9670 conftest$ac_exeext conftest.$ac_ext
9672 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9673 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9675 if test $ac_cv_func_remove = no; then
9676 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9677 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9678 if test "${ac_cv_lib_posix_remove+set}" = set; then
9679 echo $ECHO_N "(cached) $ECHO_C" >&6
9680 else
9681 ac_check_lib_save_LIBS=$LIBS
9682 LIBS="-lposix $LIBS"
9683 cat >conftest.$ac_ext <<_ACEOF
9684 /* confdefs.h. */
9685 _ACEOF
9686 cat confdefs.h >>conftest.$ac_ext
9687 cat >>conftest.$ac_ext <<_ACEOF
9688 /* end confdefs.h. */
9690 /* Override any GCC internal prototype to avoid an error.
9691 Use char because int might match the return type of a GCC
9692 builtin and then its argument prototype would still apply. */
9693 #ifdef __cplusplus
9694 extern "C"
9695 #endif
9696 char remove ();
9698 main ()
9700 return remove ();
9702 return 0;
9704 _ACEOF
9705 rm -f conftest.$ac_objext conftest$ac_exeext
9706 if { (ac_try="$ac_link"
9707 case "(($ac_try" in
9708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9709 *) ac_try_echo=$ac_try;;
9710 esac
9711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9712 (eval "$ac_link") 2>conftest.er1
9713 ac_status=$?
9714 grep -v '^ *+' conftest.er1 >conftest.err
9715 rm -f conftest.er1
9716 cat conftest.err >&5
9717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9718 (exit $ac_status); } && {
9719 test -z "$ac_c_werror_flag" ||
9720 test ! -s conftest.err
9721 } && test -s conftest$ac_exeext &&
9722 $as_test_x conftest$ac_exeext; then
9723 ac_cv_lib_posix_remove=yes
9724 else
9725 echo "$as_me: failed program was:" >&5
9726 sed 's/^/| /' conftest.$ac_ext >&5
9728 ac_cv_lib_posix_remove=no
9731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9732 conftest$ac_exeext conftest.$ac_ext
9733 LIBS=$ac_check_lib_save_LIBS
9735 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9736 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9737 if test $ac_cv_lib_posix_remove = yes; then
9738 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9743 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9744 { echo "$as_me:$LINENO: checking for shmat" >&5
9745 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9746 if test "${ac_cv_func_shmat+set}" = set; then
9747 echo $ECHO_N "(cached) $ECHO_C" >&6
9748 else
9749 cat >conftest.$ac_ext <<_ACEOF
9750 /* confdefs.h. */
9751 _ACEOF
9752 cat confdefs.h >>conftest.$ac_ext
9753 cat >>conftest.$ac_ext <<_ACEOF
9754 /* end confdefs.h. */
9755 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9756 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9757 #define shmat innocuous_shmat
9759 /* System header to define __stub macros and hopefully few prototypes,
9760 which can conflict with char shmat (); below.
9761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9762 <limits.h> exists even on freestanding compilers. */
9764 #ifdef __STDC__
9765 # include <limits.h>
9766 #else
9767 # include <assert.h>
9768 #endif
9770 #undef shmat
9772 /* Override any GCC internal prototype to avoid an error.
9773 Use char because int might match the return type of a GCC
9774 builtin and then its argument prototype would still apply. */
9775 #ifdef __cplusplus
9776 extern "C"
9777 #endif
9778 char shmat ();
9779 /* The GNU C library defines this for functions which it implements
9780 to always fail with ENOSYS. Some functions are actually named
9781 something starting with __ and the normal name is an alias. */
9782 #if defined __stub_shmat || defined __stub___shmat
9783 choke me
9784 #endif
9787 main ()
9789 return shmat ();
9791 return 0;
9793 _ACEOF
9794 rm -f conftest.$ac_objext conftest$ac_exeext
9795 if { (ac_try="$ac_link"
9796 case "(($ac_try" in
9797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9798 *) ac_try_echo=$ac_try;;
9799 esac
9800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9801 (eval "$ac_link") 2>conftest.er1
9802 ac_status=$?
9803 grep -v '^ *+' conftest.er1 >conftest.err
9804 rm -f conftest.er1
9805 cat conftest.err >&5
9806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9807 (exit $ac_status); } && {
9808 test -z "$ac_c_werror_flag" ||
9809 test ! -s conftest.err
9810 } && test -s conftest$ac_exeext &&
9811 $as_test_x conftest$ac_exeext; then
9812 ac_cv_func_shmat=yes
9813 else
9814 echo "$as_me: failed program was:" >&5
9815 sed 's/^/| /' conftest.$ac_ext >&5
9817 ac_cv_func_shmat=no
9820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9821 conftest$ac_exeext conftest.$ac_ext
9823 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9824 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9826 if test $ac_cv_func_shmat = no; then
9827 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9828 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9829 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9830 echo $ECHO_N "(cached) $ECHO_C" >&6
9831 else
9832 ac_check_lib_save_LIBS=$LIBS
9833 LIBS="-lipc $LIBS"
9834 cat >conftest.$ac_ext <<_ACEOF
9835 /* confdefs.h. */
9836 _ACEOF
9837 cat confdefs.h >>conftest.$ac_ext
9838 cat >>conftest.$ac_ext <<_ACEOF
9839 /* end confdefs.h. */
9841 /* Override any GCC internal prototype to avoid an error.
9842 Use char because int might match the return type of a GCC
9843 builtin and then its argument prototype would still apply. */
9844 #ifdef __cplusplus
9845 extern "C"
9846 #endif
9847 char shmat ();
9849 main ()
9851 return shmat ();
9853 return 0;
9855 _ACEOF
9856 rm -f conftest.$ac_objext conftest$ac_exeext
9857 if { (ac_try="$ac_link"
9858 case "(($ac_try" in
9859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9860 *) ac_try_echo=$ac_try;;
9861 esac
9862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9863 (eval "$ac_link") 2>conftest.er1
9864 ac_status=$?
9865 grep -v '^ *+' conftest.er1 >conftest.err
9866 rm -f conftest.er1
9867 cat conftest.err >&5
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } && {
9870 test -z "$ac_c_werror_flag" ||
9871 test ! -s conftest.err
9872 } && test -s conftest$ac_exeext &&
9873 $as_test_x conftest$ac_exeext; then
9874 ac_cv_lib_ipc_shmat=yes
9875 else
9876 echo "$as_me: failed program was:" >&5
9877 sed 's/^/| /' conftest.$ac_ext >&5
9879 ac_cv_lib_ipc_shmat=no
9882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9883 conftest$ac_exeext conftest.$ac_ext
9884 LIBS=$ac_check_lib_save_LIBS
9886 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9887 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9888 if test $ac_cv_lib_ipc_shmat = yes; then
9889 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9895 # Check for libraries that X11R6 Xt/Xaw programs need.
9896 ac_save_LDFLAGS=$LDFLAGS
9897 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9898 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9899 # check for ICE first), but we must link in the order -lSM -lICE or
9900 # we get undefined symbols. So assume we have SM if we have ICE.
9901 # These have to be linked with before -lX11, unlike the other
9902 # libraries we check for below, so use a different variable.
9903 # John Interrante, Karl Berry
9904 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9905 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9906 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9907 echo $ECHO_N "(cached) $ECHO_C" >&6
9908 else
9909 ac_check_lib_save_LIBS=$LIBS
9910 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9911 cat >conftest.$ac_ext <<_ACEOF
9912 /* confdefs.h. */
9913 _ACEOF
9914 cat confdefs.h >>conftest.$ac_ext
9915 cat >>conftest.$ac_ext <<_ACEOF
9916 /* end confdefs.h. */
9918 /* Override any GCC internal prototype to avoid an error.
9919 Use char because int might match the return type of a GCC
9920 builtin and then its argument prototype would still apply. */
9921 #ifdef __cplusplus
9922 extern "C"
9923 #endif
9924 char IceConnectionNumber ();
9926 main ()
9928 return IceConnectionNumber ();
9930 return 0;
9932 _ACEOF
9933 rm -f conftest.$ac_objext conftest$ac_exeext
9934 if { (ac_try="$ac_link"
9935 case "(($ac_try" in
9936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9937 *) ac_try_echo=$ac_try;;
9938 esac
9939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9940 (eval "$ac_link") 2>conftest.er1
9941 ac_status=$?
9942 grep -v '^ *+' conftest.er1 >conftest.err
9943 rm -f conftest.er1
9944 cat conftest.err >&5
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); } && {
9947 test -z "$ac_c_werror_flag" ||
9948 test ! -s conftest.err
9949 } && test -s conftest$ac_exeext &&
9950 $as_test_x conftest$ac_exeext; then
9951 ac_cv_lib_ICE_IceConnectionNumber=yes
9952 else
9953 echo "$as_me: failed program was:" >&5
9954 sed 's/^/| /' conftest.$ac_ext >&5
9956 ac_cv_lib_ICE_IceConnectionNumber=no
9959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9960 conftest$ac_exeext conftest.$ac_ext
9961 LIBS=$ac_check_lib_save_LIBS
9963 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9964 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9965 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9966 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9969 LDFLAGS=$ac_save_LDFLAGS
9974 if test "$have_x" = "yes"
9975 then
9976 XLIB="-lX11"
9977 ac_save_CPPFLAGS="$CPPFLAGS"
9978 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9980 { echo "$as_me:$LINENO: checking for -lX11" >&5
9981 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9982 if test "${ac_cv_lib_soname_X11+set}" = set; then
9983 echo $ECHO_N "(cached) $ECHO_C" >&6
9984 else
9985 ac_check_soname_save_LIBS=$LIBS
9986 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9987 cat >conftest.$ac_ext <<_ACEOF
9988 /* confdefs.h. */
9989 _ACEOF
9990 cat confdefs.h >>conftest.$ac_ext
9991 cat >>conftest.$ac_ext <<_ACEOF
9992 /* end confdefs.h. */
9994 /* Override any GCC internal prototype to avoid an error.
9995 Use char because int might match the return type of a GCC
9996 builtin and then its argument prototype would still apply. */
9997 #ifdef __cplusplus
9998 extern "C"
9999 #endif
10000 char XCreateWindow ();
10002 main ()
10004 return XCreateWindow ();
10006 return 0;
10008 _ACEOF
10009 rm -f conftest.$ac_objext conftest$ac_exeext
10010 if { (ac_try="$ac_link"
10011 case "(($ac_try" in
10012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10013 *) ac_try_echo=$ac_try;;
10014 esac
10015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10016 (eval "$ac_link") 2>conftest.er1
10017 ac_status=$?
10018 grep -v '^ *+' conftest.er1 >conftest.err
10019 rm -f conftest.er1
10020 cat conftest.err >&5
10021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10022 (exit $ac_status); } && {
10023 test -z "$ac_c_werror_flag" ||
10024 test ! -s conftest.err
10025 } && test -s conftest$ac_exeext &&
10026 $as_test_x conftest$ac_exeext; then
10027 case "$LIBEXT" in
10028 dll) ;;
10029 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'` ;;
10030 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10031 esac
10032 else
10033 echo "$as_me: failed program was:" >&5
10034 sed 's/^/| /' conftest.$ac_ext >&5
10039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10040 conftest$ac_exeext conftest.$ac_ext
10041 LIBS=$ac_check_soname_save_LIBS
10043 if test "x$ac_cv_lib_soname_X11" = "x"; then
10044 { echo "$as_me:$LINENO: result: not found" >&5
10045 echo "${ECHO_T}not found" >&6; }
10047 else
10048 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10049 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
10051 cat >>confdefs.h <<_ACEOF
10052 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10053 _ACEOF
10058 { echo "$as_me:$LINENO: checking for -lXext" >&5
10059 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
10060 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10061 echo $ECHO_N "(cached) $ECHO_C" >&6
10062 else
10063 ac_check_soname_save_LIBS=$LIBS
10064 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10065 cat >conftest.$ac_ext <<_ACEOF
10066 /* confdefs.h. */
10067 _ACEOF
10068 cat confdefs.h >>conftest.$ac_ext
10069 cat >>conftest.$ac_ext <<_ACEOF
10070 /* end confdefs.h. */
10072 /* Override any GCC internal prototype to avoid an error.
10073 Use char because int might match the return type of a GCC
10074 builtin and then its argument prototype would still apply. */
10075 #ifdef __cplusplus
10076 extern "C"
10077 #endif
10078 char XextCreateExtension ();
10080 main ()
10082 return XextCreateExtension ();
10084 return 0;
10086 _ACEOF
10087 rm -f conftest.$ac_objext conftest$ac_exeext
10088 if { (ac_try="$ac_link"
10089 case "(($ac_try" in
10090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10091 *) ac_try_echo=$ac_try;;
10092 esac
10093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10094 (eval "$ac_link") 2>conftest.er1
10095 ac_status=$?
10096 grep -v '^ *+' conftest.er1 >conftest.err
10097 rm -f conftest.er1
10098 cat conftest.err >&5
10099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10100 (exit $ac_status); } && {
10101 test -z "$ac_c_werror_flag" ||
10102 test ! -s conftest.err
10103 } && test -s conftest$ac_exeext &&
10104 $as_test_x conftest$ac_exeext; then
10105 case "$LIBEXT" in
10106 dll) ;;
10107 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'` ;;
10108 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10109 esac
10110 else
10111 echo "$as_me: failed program was:" >&5
10112 sed 's/^/| /' conftest.$ac_ext >&5
10117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10118 conftest$ac_exeext conftest.$ac_ext
10119 LIBS=$ac_check_soname_save_LIBS
10121 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10122 { echo "$as_me:$LINENO: result: not found" >&5
10123 echo "${ECHO_T}not found" >&6; }
10125 else
10126 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10127 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10129 cat >>confdefs.h <<_ACEOF
10130 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10131 _ACEOF
10133 XLIB="-lXext $XLIB"
10150 for ac_header in X11/Xlib.h \
10151 X11/XKBlib.h \
10152 X11/Xutil.h \
10153 X11/Xcursor/Xcursor.h \
10154 X11/extensions/shape.h \
10155 X11/extensions/XInput.h \
10156 X11/extensions/XShm.h \
10157 X11/extensions/Xcomposite.h \
10158 X11/extensions/Xinerama.h \
10159 X11/extensions/Xrandr.h \
10160 X11/extensions/Xrender.h \
10161 X11/extensions/xf86vmode.h \
10162 X11/extensions/xf86vmproto.h
10164 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10165 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10167 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10168 echo $ECHO_N "(cached) $ECHO_C" >&6
10169 else
10170 cat >conftest.$ac_ext <<_ACEOF
10171 /* confdefs.h. */
10172 _ACEOF
10173 cat confdefs.h >>conftest.$ac_ext
10174 cat >>conftest.$ac_ext <<_ACEOF
10175 /* end confdefs.h. */
10176 #ifdef HAVE_X11_XLIB_H
10177 # include <X11/Xlib.h>
10178 #endif
10179 #ifdef HAVE_X11_XUTIL_H
10180 # include <X11/Xutil.h>
10181 #endif
10183 #include <$ac_header>
10184 _ACEOF
10185 rm -f conftest.$ac_objext
10186 if { (ac_try="$ac_compile"
10187 case "(($ac_try" in
10188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10189 *) ac_try_echo=$ac_try;;
10190 esac
10191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10192 (eval "$ac_compile") 2>conftest.er1
10193 ac_status=$?
10194 grep -v '^ *+' conftest.er1 >conftest.err
10195 rm -f conftest.er1
10196 cat conftest.err >&5
10197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10198 (exit $ac_status); } && {
10199 test -z "$ac_c_werror_flag" ||
10200 test ! -s conftest.err
10201 } && test -s conftest.$ac_objext; then
10202 eval "$as_ac_Header=yes"
10203 else
10204 echo "$as_me: failed program was:" >&5
10205 sed 's/^/| /' conftest.$ac_ext >&5
10207 eval "$as_ac_Header=no"
10210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10212 ac_res=`eval echo '${'$as_ac_Header'}'`
10213 { echo "$as_me:$LINENO: result: $ac_res" >&5
10214 echo "${ECHO_T}$ac_res" >&6; }
10215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10216 cat >>confdefs.h <<_ACEOF
10217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10218 _ACEOF
10222 done
10225 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10226 then
10227 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10228 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10229 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10230 echo $ECHO_N "(cached) $ECHO_C" >&6
10231 else
10232 ac_check_lib_save_LIBS=$LIBS
10233 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10234 cat >conftest.$ac_ext <<_ACEOF
10235 /* confdefs.h. */
10236 _ACEOF
10237 cat confdefs.h >>conftest.$ac_ext
10238 cat >>conftest.$ac_ext <<_ACEOF
10239 /* end confdefs.h. */
10241 /* Override any GCC internal prototype to avoid an error.
10242 Use char because int might match the return type of a GCC
10243 builtin and then its argument prototype would still apply. */
10244 #ifdef __cplusplus
10245 extern "C"
10246 #endif
10247 char XkbQueryExtension ();
10249 main ()
10251 return XkbQueryExtension ();
10253 return 0;
10255 _ACEOF
10256 rm -f conftest.$ac_objext conftest$ac_exeext
10257 if { (ac_try="$ac_link"
10258 case "(($ac_try" in
10259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10260 *) ac_try_echo=$ac_try;;
10261 esac
10262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10263 (eval "$ac_link") 2>conftest.er1
10264 ac_status=$?
10265 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1
10267 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && {
10270 test -z "$ac_c_werror_flag" ||
10271 test ! -s conftest.err
10272 } && test -s conftest$ac_exeext &&
10273 $as_test_x conftest$ac_exeext; then
10274 ac_cv_lib_X11_XkbQueryExtension=yes
10275 else
10276 echo "$as_me: failed program was:" >&5
10277 sed 's/^/| /' conftest.$ac_ext >&5
10279 ac_cv_lib_X11_XkbQueryExtension=no
10282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10283 conftest$ac_exeext conftest.$ac_ext
10284 LIBS=$ac_check_lib_save_LIBS
10286 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10287 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10288 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10290 cat >>confdefs.h <<\_ACEOF
10291 #define HAVE_XKB 1
10292 _ACEOF
10298 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10299 then
10300 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10301 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10302 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10303 echo $ECHO_N "(cached) $ECHO_C" >&6
10304 else
10305 ac_check_soname_save_LIBS=$LIBS
10306 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10307 cat >conftest.$ac_ext <<_ACEOF
10308 /* confdefs.h. */
10309 _ACEOF
10310 cat confdefs.h >>conftest.$ac_ext
10311 cat >>conftest.$ac_ext <<_ACEOF
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XcursorImageLoadCursor ();
10322 main ()
10324 return XcursorImageLoadCursor ();
10326 return 0;
10328 _ACEOF
10329 rm -f conftest.$ac_objext conftest$ac_exeext
10330 if { (ac_try="$ac_link"
10331 case "(($ac_try" in
10332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10333 *) ac_try_echo=$ac_try;;
10334 esac
10335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10336 (eval "$ac_link") 2>conftest.er1
10337 ac_status=$?
10338 grep -v '^ *+' conftest.er1 >conftest.err
10339 rm -f conftest.er1
10340 cat conftest.err >&5
10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 (exit $ac_status); } && {
10343 test -z "$ac_c_werror_flag" ||
10344 test ! -s conftest.err
10345 } && test -s conftest$ac_exeext &&
10346 $as_test_x conftest$ac_exeext; then
10347 case "$LIBEXT" in
10348 dll) ;;
10349 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'` ;;
10350 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10351 esac
10352 else
10353 echo "$as_me: failed program was:" >&5
10354 sed 's/^/| /' conftest.$ac_ext >&5
10359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_soname_save_LIBS
10363 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10364 { echo "$as_me:$LINENO: result: not found" >&5
10365 echo "${ECHO_T}not found" >&6; }
10367 else
10368 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10369 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10371 cat >>confdefs.h <<_ACEOF
10372 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10373 _ACEOF
10379 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10380 case "x$with_xcursor" in
10381 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10382 xno) ;;
10383 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10384 This is an error since --with-xcursor was requested." >&5
10385 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10386 This is an error since --with-xcursor was requested." >&2;}
10387 { (exit 1); exit 1; }; } ;;
10388 esac
10392 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10393 then
10394 { echo "$as_me:$LINENO: checking for -lXi" >&5
10395 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10396 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10397 echo $ECHO_N "(cached) $ECHO_C" >&6
10398 else
10399 ac_check_soname_save_LIBS=$LIBS
10400 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10401 cat >conftest.$ac_ext <<_ACEOF
10402 /* confdefs.h. */
10403 _ACEOF
10404 cat confdefs.h >>conftest.$ac_ext
10405 cat >>conftest.$ac_ext <<_ACEOF
10406 /* end confdefs.h. */
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char XOpenDevice ();
10416 main ()
10418 return XOpenDevice ();
10420 return 0;
10422 _ACEOF
10423 rm -f conftest.$ac_objext conftest$ac_exeext
10424 if { (ac_try="$ac_link"
10425 case "(($ac_try" in
10426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10427 *) ac_try_echo=$ac_try;;
10428 esac
10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10430 (eval "$ac_link") 2>conftest.er1
10431 ac_status=$?
10432 grep -v '^ *+' conftest.er1 >conftest.err
10433 rm -f conftest.er1
10434 cat conftest.err >&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && {
10437 test -z "$ac_c_werror_flag" ||
10438 test ! -s conftest.err
10439 } && test -s conftest$ac_exeext &&
10440 $as_test_x conftest$ac_exeext; then
10441 case "$LIBEXT" in
10442 dll) ;;
10443 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'` ;;
10444 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10445 esac
10446 else
10447 echo "$as_me: failed program was:" >&5
10448 sed 's/^/| /' conftest.$ac_ext >&5
10453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10454 conftest$ac_exeext conftest.$ac_ext
10455 LIBS=$ac_check_soname_save_LIBS
10457 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10458 { echo "$as_me:$LINENO: result: not found" >&5
10459 echo "${ECHO_T}not found" >&6; }
10461 else
10462 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10463 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10465 cat >>confdefs.h <<_ACEOF
10466 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10467 _ACEOF
10473 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10474 case "x$with_xinput" in
10475 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10476 xno) ;;
10477 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10478 This is an error since --with-xinput was requested." >&5
10479 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10480 This is an error since --with-xinput was requested." >&2;}
10481 { (exit 1); exit 1; }; } ;;
10482 esac
10486 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10487 then
10488 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10489 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10490 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10491 echo $ECHO_N "(cached) $ECHO_C" >&6
10492 else
10493 ac_check_lib_save_LIBS=$LIBS
10494 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10495 cat >conftest.$ac_ext <<_ACEOF
10496 /* confdefs.h. */
10497 _ACEOF
10498 cat confdefs.h >>conftest.$ac_ext
10499 cat >>conftest.$ac_ext <<_ACEOF
10500 /* end confdefs.h. */
10502 /* Override any GCC internal prototype to avoid an error.
10503 Use char because int might match the return type of a GCC
10504 builtin and then its argument prototype would still apply. */
10505 #ifdef __cplusplus
10506 extern "C"
10507 #endif
10508 char XShmQueryExtension ();
10510 main ()
10512 return XShmQueryExtension ();
10514 return 0;
10516 _ACEOF
10517 rm -f conftest.$ac_objext conftest$ac_exeext
10518 if { (ac_try="$ac_link"
10519 case "(($ac_try" in
10520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10521 *) ac_try_echo=$ac_try;;
10522 esac
10523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10524 (eval "$ac_link") 2>conftest.er1
10525 ac_status=$?
10526 grep -v '^ *+' conftest.er1 >conftest.err
10527 rm -f conftest.er1
10528 cat conftest.err >&5
10529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10530 (exit $ac_status); } && {
10531 test -z "$ac_c_werror_flag" ||
10532 test ! -s conftest.err
10533 } && test -s conftest$ac_exeext &&
10534 $as_test_x conftest$ac_exeext; then
10535 ac_cv_lib_Xext_XShmQueryExtension=yes
10536 else
10537 echo "$as_me: failed program was:" >&5
10538 sed 's/^/| /' conftest.$ac_ext >&5
10540 ac_cv_lib_Xext_XShmQueryExtension=no
10543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10544 conftest$ac_exeext conftest.$ac_ext
10545 LIBS=$ac_check_lib_save_LIBS
10547 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10548 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10549 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10551 cat >>confdefs.h <<\_ACEOF
10552 #define HAVE_LIBXXSHM 1
10553 _ACEOF
10558 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10559 case "x$with_xshm" in
10560 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10561 xno) ;;
10562 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10563 This is an error since --with-xshm was requested." >&5
10564 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10565 This is an error since --with-xshm was requested." >&2;}
10566 { (exit 1); exit 1; }; } ;;
10567 esac
10571 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10572 then
10573 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10574 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10575 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10576 echo $ECHO_N "(cached) $ECHO_C" >&6
10577 else
10578 ac_check_lib_save_LIBS=$LIBS
10579 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10580 cat >conftest.$ac_ext <<_ACEOF
10581 /* confdefs.h. */
10582 _ACEOF
10583 cat confdefs.h >>conftest.$ac_ext
10584 cat >>conftest.$ac_ext <<_ACEOF
10585 /* end confdefs.h. */
10587 /* Override any GCC internal prototype to avoid an error.
10588 Use char because int might match the return type of a GCC
10589 builtin and then its argument prototype would still apply. */
10590 #ifdef __cplusplus
10591 extern "C"
10592 #endif
10593 char XShapeQueryExtension ();
10595 main ()
10597 return XShapeQueryExtension ();
10599 return 0;
10601 _ACEOF
10602 rm -f conftest.$ac_objext conftest$ac_exeext
10603 if { (ac_try="$ac_link"
10604 case "(($ac_try" in
10605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10606 *) ac_try_echo=$ac_try;;
10607 esac
10608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10609 (eval "$ac_link") 2>conftest.er1
10610 ac_status=$?
10611 grep -v '^ *+' conftest.er1 >conftest.err
10612 rm -f conftest.er1
10613 cat conftest.err >&5
10614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10615 (exit $ac_status); } && {
10616 test -z "$ac_c_werror_flag" ||
10617 test ! -s conftest.err
10618 } && test -s conftest$ac_exeext &&
10619 $as_test_x conftest$ac_exeext; then
10620 ac_cv_lib_Xext_XShapeQueryExtension=yes
10621 else
10622 echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.$ac_ext >&5
10625 ac_cv_lib_Xext_XShapeQueryExtension=no
10628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10629 conftest$ac_exeext conftest.$ac_ext
10630 LIBS=$ac_check_lib_save_LIBS
10632 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10633 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10634 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10636 cat >>confdefs.h <<\_ACEOF
10637 #define HAVE_LIBXSHAPE 1
10638 _ACEOF
10643 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10644 case "x$with_xshape" in
10645 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10646 xno) ;;
10647 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10648 This is an error since --with-xshape was requested." >&5
10649 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10650 This is an error since --with-xshape was requested." >&2;}
10651 { (exit 1); exit 1; }; } ;;
10652 esac
10656 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10657 then
10658 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10659 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10660 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10661 echo $ECHO_N "(cached) $ECHO_C" >&6
10662 else
10663 ac_check_soname_save_LIBS=$LIBS
10664 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10665 cat >conftest.$ac_ext <<_ACEOF
10666 /* confdefs.h. */
10667 _ACEOF
10668 cat confdefs.h >>conftest.$ac_ext
10669 cat >>conftest.$ac_ext <<_ACEOF
10670 /* end confdefs.h. */
10672 /* Override any GCC internal prototype to avoid an error.
10673 Use char because int might match the return type of a GCC
10674 builtin and then its argument prototype would still apply. */
10675 #ifdef __cplusplus
10676 extern "C"
10677 #endif
10678 char XF86VidModeQueryExtension ();
10680 main ()
10682 return XF86VidModeQueryExtension ();
10684 return 0;
10686 _ACEOF
10687 rm -f conftest.$ac_objext conftest$ac_exeext
10688 if { (ac_try="$ac_link"
10689 case "(($ac_try" in
10690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10691 *) ac_try_echo=$ac_try;;
10692 esac
10693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10694 (eval "$ac_link") 2>conftest.er1
10695 ac_status=$?
10696 grep -v '^ *+' conftest.er1 >conftest.err
10697 rm -f conftest.er1
10698 cat conftest.err >&5
10699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10700 (exit $ac_status); } && {
10701 test -z "$ac_c_werror_flag" ||
10702 test ! -s conftest.err
10703 } && test -s conftest$ac_exeext &&
10704 $as_test_x conftest$ac_exeext; then
10705 case "$LIBEXT" in
10706 dll) ;;
10707 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'` ;;
10708 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10709 esac
10710 else
10711 echo "$as_me: failed program was:" >&5
10712 sed 's/^/| /' conftest.$ac_ext >&5
10717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10718 conftest$ac_exeext conftest.$ac_ext
10719 LIBS=$ac_check_soname_save_LIBS
10721 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10722 { echo "$as_me:$LINENO: result: not found" >&5
10723 echo "${ECHO_T}not found" >&6; }
10725 else
10726 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10727 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10729 cat >>confdefs.h <<_ACEOF
10730 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10731 _ACEOF
10737 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10738 case "x$with_xxf86vm" in
10739 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10740 xno) ;;
10741 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10742 This is an error since --with-xxf86vm was requested." >&5
10743 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10744 This is an error since --with-xxf86vm was requested." >&2;}
10745 { (exit 1); exit 1; }; } ;;
10746 esac
10750 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"
10751 then
10752 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10753 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10754 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10755 echo $ECHO_N "(cached) $ECHO_C" >&6
10756 else
10757 ac_check_soname_save_LIBS=$LIBS
10758 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10759 cat >conftest.$ac_ext <<_ACEOF
10760 /* confdefs.h. */
10761 _ACEOF
10762 cat confdefs.h >>conftest.$ac_ext
10763 cat >>conftest.$ac_ext <<_ACEOF
10764 /* end confdefs.h. */
10766 /* Override any GCC internal prototype to avoid an error.
10767 Use char because int might match the return type of a GCC
10768 builtin and then its argument prototype would still apply. */
10769 #ifdef __cplusplus
10770 extern "C"
10771 #endif
10772 char XRenderQueryExtension ();
10774 main ()
10776 return XRenderQueryExtension ();
10778 return 0;
10780 _ACEOF
10781 rm -f conftest.$ac_objext conftest$ac_exeext
10782 if { (ac_try="$ac_link"
10783 case "(($ac_try" in
10784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10785 *) ac_try_echo=$ac_try;;
10786 esac
10787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10788 (eval "$ac_link") 2>conftest.er1
10789 ac_status=$?
10790 grep -v '^ *+' conftest.er1 >conftest.err
10791 rm -f conftest.er1
10792 cat conftest.err >&5
10793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10794 (exit $ac_status); } && {
10795 test -z "$ac_c_werror_flag" ||
10796 test ! -s conftest.err
10797 } && test -s conftest$ac_exeext &&
10798 $as_test_x conftest$ac_exeext; then
10799 case "$LIBEXT" in
10800 dll) ;;
10801 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'` ;;
10802 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10803 esac
10804 else
10805 echo "$as_me: failed program was:" >&5
10806 sed 's/^/| /' conftest.$ac_ext >&5
10811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10812 conftest$ac_exeext conftest.$ac_ext
10813 LIBS=$ac_check_soname_save_LIBS
10815 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10816 { echo "$as_me:$LINENO: result: not found" >&5
10817 echo "${ECHO_T}not found" >&6; }
10819 else
10820 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10821 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10823 cat >>confdefs.h <<_ACEOF
10824 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10825 _ACEOF
10827 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10828 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10829 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10830 echo $ECHO_N "(cached) $ECHO_C" >&6
10831 else
10832 ac_check_lib_save_LIBS=$LIBS
10833 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10834 cat >conftest.$ac_ext <<_ACEOF
10835 /* confdefs.h. */
10836 _ACEOF
10837 cat confdefs.h >>conftest.$ac_ext
10838 cat >>conftest.$ac_ext <<_ACEOF
10839 /* end confdefs.h. */
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10844 #ifdef __cplusplus
10845 extern "C"
10846 #endif
10847 char XRenderSetPictureTransform ();
10849 main ()
10851 return XRenderSetPictureTransform ();
10853 return 0;
10855 _ACEOF
10856 rm -f conftest.$ac_objext conftest$ac_exeext
10857 if { (ac_try="$ac_link"
10858 case "(($ac_try" in
10859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10861 esac
10862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10863 (eval "$ac_link") 2>conftest.er1
10864 ac_status=$?
10865 grep -v '^ *+' conftest.er1 >conftest.err
10866 rm -f conftest.er1
10867 cat conftest.err >&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } && {
10870 test -z "$ac_c_werror_flag" ||
10871 test ! -s conftest.err
10872 } && test -s conftest$ac_exeext &&
10873 $as_test_x conftest$ac_exeext; then
10874 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10875 else
10876 echo "$as_me: failed program was:" >&5
10877 sed 's/^/| /' conftest.$ac_ext >&5
10879 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10883 conftest$ac_exeext conftest.$ac_ext
10884 LIBS=$ac_check_lib_save_LIBS
10886 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10887 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10888 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10890 cat >>confdefs.h <<\_ACEOF
10891 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10892 _ACEOF
10900 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10901 case "x$with_xrender" in
10902 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10903 xno) ;;
10904 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10905 This is an error since --with-xrender was requested." >&5
10906 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10907 This is an error since --with-xrender was requested." >&2;}
10908 { (exit 1); exit 1; }; } ;;
10909 esac
10913 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10914 then
10915 cat >conftest.$ac_ext <<_ACEOF
10916 /* confdefs.h. */
10917 _ACEOF
10918 cat confdefs.h >>conftest.$ac_ext
10919 cat >>conftest.$ac_ext <<_ACEOF
10920 /* end confdefs.h. */
10921 #include <X11/Xlib.h>
10922 #include <X11/extensions/Xrandr.h>
10924 main ()
10926 static typeof(XRRSetScreenConfigAndRate) * func;
10928 return 0;
10930 _ACEOF
10931 rm -f conftest.$ac_objext
10932 if { (ac_try="$ac_compile"
10933 case "(($ac_try" in
10934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10935 *) ac_try_echo=$ac_try;;
10936 esac
10937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10938 (eval "$ac_compile") 2>conftest.er1
10939 ac_status=$?
10940 grep -v '^ *+' conftest.er1 >conftest.err
10941 rm -f conftest.er1
10942 cat conftest.err >&5
10943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10944 (exit $ac_status); } && {
10945 test -z "$ac_c_werror_flag" ||
10946 test ! -s conftest.err
10947 } && test -s conftest.$ac_objext; then
10948 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10949 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10950 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10951 echo $ECHO_N "(cached) $ECHO_C" >&6
10952 else
10953 ac_check_soname_save_LIBS=$LIBS
10954 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10955 cat >conftest.$ac_ext <<_ACEOF
10956 /* confdefs.h. */
10957 _ACEOF
10958 cat confdefs.h >>conftest.$ac_ext
10959 cat >>conftest.$ac_ext <<_ACEOF
10960 /* end confdefs.h. */
10962 /* Override any GCC internal prototype to avoid an error.
10963 Use char because int might match the return type of a GCC
10964 builtin and then its argument prototype would still apply. */
10965 #ifdef __cplusplus
10966 extern "C"
10967 #endif
10968 char XRRQueryExtension ();
10970 main ()
10972 return XRRQueryExtension ();
10974 return 0;
10976 _ACEOF
10977 rm -f conftest.$ac_objext conftest$ac_exeext
10978 if { (ac_try="$ac_link"
10979 case "(($ac_try" in
10980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10981 *) ac_try_echo=$ac_try;;
10982 esac
10983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10984 (eval "$ac_link") 2>conftest.er1
10985 ac_status=$?
10986 grep -v '^ *+' conftest.er1 >conftest.err
10987 rm -f conftest.er1
10988 cat conftest.err >&5
10989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10990 (exit $ac_status); } && {
10991 test -z "$ac_c_werror_flag" ||
10992 test ! -s conftest.err
10993 } && test -s conftest$ac_exeext &&
10994 $as_test_x conftest$ac_exeext; then
10995 case "$LIBEXT" in
10996 dll) ;;
10997 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'` ;;
10998 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10999 esac
11000 else
11001 echo "$as_me: failed program was:" >&5
11002 sed 's/^/| /' conftest.$ac_ext >&5
11007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11008 conftest$ac_exeext conftest.$ac_ext
11009 LIBS=$ac_check_soname_save_LIBS
11011 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11012 { echo "$as_me:$LINENO: result: not found" >&5
11013 echo "${ECHO_T}not found" >&6; }
11015 else
11016 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11017 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
11019 cat >>confdefs.h <<_ACEOF
11020 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11021 _ACEOF
11026 else
11027 echo "$as_me: failed program was:" >&5
11028 sed 's/^/| /' conftest.$ac_ext >&5
11033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11035 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11036 case "x$with_xrandr" in
11037 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11038 xno) ;;
11039 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11040 This is an error since --with-xrandr was requested." >&5
11041 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11042 This is an error since --with-xrandr was requested." >&2;}
11043 { (exit 1); exit 1; }; } ;;
11044 esac
11048 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11049 then
11050 cat >conftest.$ac_ext <<_ACEOF
11051 /* confdefs.h. */
11052 _ACEOF
11053 cat confdefs.h >>conftest.$ac_ext
11054 cat >>conftest.$ac_ext <<_ACEOF
11055 /* end confdefs.h. */
11056 #include <X11/Xlib.h>
11057 #include <X11/extensions/Xinerama.h>
11059 main ()
11061 static typeof(XineramaQueryScreens) * func;
11063 return 0;
11065 _ACEOF
11066 rm -f conftest.$ac_objext
11067 if { (ac_try="$ac_compile"
11068 case "(($ac_try" in
11069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11070 *) ac_try_echo=$ac_try;;
11071 esac
11072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11073 (eval "$ac_compile") 2>conftest.er1
11074 ac_status=$?
11075 grep -v '^ *+' conftest.er1 >conftest.err
11076 rm -f conftest.er1
11077 cat conftest.err >&5
11078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11079 (exit $ac_status); } && {
11080 test -z "$ac_c_werror_flag" ||
11081 test ! -s conftest.err
11082 } && test -s conftest.$ac_objext; then
11083 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
11084 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
11085 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11086 echo $ECHO_N "(cached) $ECHO_C" >&6
11087 else
11088 ac_check_soname_save_LIBS=$LIBS
11089 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11090 cat >conftest.$ac_ext <<_ACEOF
11091 /* confdefs.h. */
11092 _ACEOF
11093 cat confdefs.h >>conftest.$ac_ext
11094 cat >>conftest.$ac_ext <<_ACEOF
11095 /* end confdefs.h. */
11097 /* Override any GCC internal prototype to avoid an error.
11098 Use char because int might match the return type of a GCC
11099 builtin and then its argument prototype would still apply. */
11100 #ifdef __cplusplus
11101 extern "C"
11102 #endif
11103 char XineramaQueryScreens ();
11105 main ()
11107 return XineramaQueryScreens ();
11109 return 0;
11111 _ACEOF
11112 rm -f conftest.$ac_objext conftest$ac_exeext
11113 if { (ac_try="$ac_link"
11114 case "(($ac_try" in
11115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11116 *) ac_try_echo=$ac_try;;
11117 esac
11118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11119 (eval "$ac_link") 2>conftest.er1
11120 ac_status=$?
11121 grep -v '^ *+' conftest.er1 >conftest.err
11122 rm -f conftest.er1
11123 cat conftest.err >&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); } && {
11126 test -z "$ac_c_werror_flag" ||
11127 test ! -s conftest.err
11128 } && test -s conftest$ac_exeext &&
11129 $as_test_x conftest$ac_exeext; then
11130 case "$LIBEXT" in
11131 dll) ;;
11132 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'` ;;
11133 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11134 esac
11135 else
11136 echo "$as_me: failed program was:" >&5
11137 sed 's/^/| /' conftest.$ac_ext >&5
11142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11143 conftest$ac_exeext conftest.$ac_ext
11144 LIBS=$ac_check_soname_save_LIBS
11146 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11147 { echo "$as_me:$LINENO: result: not found" >&5
11148 echo "${ECHO_T}not found" >&6; }
11150 else
11151 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11152 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11154 cat >>confdefs.h <<_ACEOF
11155 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11156 _ACEOF
11161 else
11162 echo "$as_me: failed program was:" >&5
11163 sed 's/^/| /' conftest.$ac_ext >&5
11168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11170 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11171 case "x$with_xinerama" in
11172 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11173 xno) ;;
11174 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11175 This is an error since --with-xinerama was requested." >&5
11176 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11177 This is an error since --with-xinerama was requested." >&2;}
11178 { (exit 1); exit 1; }; } ;;
11179 esac
11183 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11184 then
11185 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11186 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11187 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11188 echo $ECHO_N "(cached) $ECHO_C" >&6
11189 else
11190 ac_check_soname_save_LIBS=$LIBS
11191 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11192 cat >conftest.$ac_ext <<_ACEOF
11193 /* confdefs.h. */
11194 _ACEOF
11195 cat confdefs.h >>conftest.$ac_ext
11196 cat >>conftest.$ac_ext <<_ACEOF
11197 /* end confdefs.h. */
11199 /* Override any GCC internal prototype to avoid an error.
11200 Use char because int might match the return type of a GCC
11201 builtin and then its argument prototype would still apply. */
11202 #ifdef __cplusplus
11203 extern "C"
11204 #endif
11205 char XCompositeRedirectWindow ();
11207 main ()
11209 return XCompositeRedirectWindow ();
11211 return 0;
11213 _ACEOF
11214 rm -f conftest.$ac_objext conftest$ac_exeext
11215 if { (ac_try="$ac_link"
11216 case "(($ac_try" in
11217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11218 *) ac_try_echo=$ac_try;;
11219 esac
11220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11221 (eval "$ac_link") 2>conftest.er1
11222 ac_status=$?
11223 grep -v '^ *+' conftest.er1 >conftest.err
11224 rm -f conftest.er1
11225 cat conftest.err >&5
11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 (exit $ac_status); } && {
11228 test -z "$ac_c_werror_flag" ||
11229 test ! -s conftest.err
11230 } && test -s conftest$ac_exeext &&
11231 $as_test_x conftest$ac_exeext; then
11232 case "$LIBEXT" in
11233 dll) ;;
11234 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'` ;;
11235 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11236 esac
11237 else
11238 echo "$as_me: failed program was:" >&5
11239 sed 's/^/| /' conftest.$ac_ext >&5
11244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11245 conftest$ac_exeext conftest.$ac_ext
11246 LIBS=$ac_check_soname_save_LIBS
11248 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11249 { echo "$as_me:$LINENO: result: not found" >&5
11250 echo "${ECHO_T}not found" >&6; }
11252 else
11253 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11254 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11256 cat >>confdefs.h <<_ACEOF
11257 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11258 _ACEOF
11264 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11265 case "x$with_xcomposite" in
11266 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11267 xno) ;;
11268 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11269 This is an error since --with-xcomposite was requested." >&5
11270 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11271 This is an error since --with-xcomposite was requested." >&2;}
11272 { (exit 1); exit 1; }; } ;;
11273 esac
11277 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11278 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11279 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11281 else
11282 cat >conftest.$ac_ext <<_ACEOF
11283 /* confdefs.h. */
11284 _ACEOF
11285 cat confdefs.h >>conftest.$ac_ext
11286 cat >>conftest.$ac_ext <<_ACEOF
11287 /* end confdefs.h. */
11288 #ifdef HAVE_X11_XLIB_H
11289 #include <X11/Xlib.h>
11290 #endif
11293 main ()
11295 static XICCallback ac_aggr;
11296 if (ac_aggr.callback)
11297 return 0;
11299 return 0;
11301 _ACEOF
11302 rm -f conftest.$ac_objext
11303 if { (ac_try="$ac_compile"
11304 case "(($ac_try" in
11305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11306 *) ac_try_echo=$ac_try;;
11307 esac
11308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11309 (eval "$ac_compile") 2>conftest.er1
11310 ac_status=$?
11311 grep -v '^ *+' conftest.er1 >conftest.err
11312 rm -f conftest.er1
11313 cat conftest.err >&5
11314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11315 (exit $ac_status); } && {
11316 test -z "$ac_c_werror_flag" ||
11317 test ! -s conftest.err
11318 } && test -s conftest.$ac_objext; then
11319 ac_cv_member_XICCallback_callback=yes
11320 else
11321 echo "$as_me: failed program was:" >&5
11322 sed 's/^/| /' conftest.$ac_ext >&5
11324 cat >conftest.$ac_ext <<_ACEOF
11325 /* confdefs.h. */
11326 _ACEOF
11327 cat confdefs.h >>conftest.$ac_ext
11328 cat >>conftest.$ac_ext <<_ACEOF
11329 /* end confdefs.h. */
11330 #ifdef HAVE_X11_XLIB_H
11331 #include <X11/Xlib.h>
11332 #endif
11335 main ()
11337 static XICCallback ac_aggr;
11338 if (sizeof ac_aggr.callback)
11339 return 0;
11341 return 0;
11343 _ACEOF
11344 rm -f conftest.$ac_objext
11345 if { (ac_try="$ac_compile"
11346 case "(($ac_try" in
11347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11348 *) ac_try_echo=$ac_try;;
11349 esac
11350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11351 (eval "$ac_compile") 2>conftest.er1
11352 ac_status=$?
11353 grep -v '^ *+' conftest.er1 >conftest.err
11354 rm -f conftest.er1
11355 cat conftest.err >&5
11356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest.$ac_objext; then
11361 ac_cv_member_XICCallback_callback=yes
11362 else
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11366 ac_cv_member_XICCallback_callback=no
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11374 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11375 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11376 if test $ac_cv_member_XICCallback_callback = yes; then
11378 cat >>confdefs.h <<_ACEOF
11379 #define HAVE_XICCALLBACK_CALLBACK 1
11380 _ACEOF
11387 opengl_msg=""
11388 if test "x$with_opengl" != "xno"
11389 then
11393 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11395 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11396 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11397 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11398 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11399 echo $ECHO_N "(cached) $ECHO_C" >&6
11400 else
11401 cat >conftest.$ac_ext <<_ACEOF
11402 /* confdefs.h. */
11403 _ACEOF
11404 cat confdefs.h >>conftest.$ac_ext
11405 cat >>conftest.$ac_ext <<_ACEOF
11406 /* end confdefs.h. */
11407 #ifdef HAVE_GL_GLX_H
11408 # include <GL/glx.h>
11409 #endif
11411 #include <$ac_header>
11412 _ACEOF
11413 rm -f conftest.$ac_objext
11414 if { (ac_try="$ac_compile"
11415 case "(($ac_try" in
11416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11417 *) ac_try_echo=$ac_try;;
11418 esac
11419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11420 (eval "$ac_compile") 2>conftest.er1
11421 ac_status=$?
11422 grep -v '^ *+' conftest.er1 >conftest.err
11423 rm -f conftest.er1
11424 cat conftest.err >&5
11425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11426 (exit $ac_status); } && {
11427 test -z "$ac_c_werror_flag" ||
11428 test ! -s conftest.err
11429 } && test -s conftest.$ac_objext; then
11430 eval "$as_ac_Header=yes"
11431 else
11432 echo "$as_me: failed program was:" >&5
11433 sed 's/^/| /' conftest.$ac_ext >&5
11435 eval "$as_ac_Header=no"
11438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11440 ac_res=`eval echo '${'$as_ac_Header'}'`
11441 { echo "$as_me:$LINENO: result: $ac_res" >&5
11442 echo "${ECHO_T}$ac_res" >&6; }
11443 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11444 cat >>confdefs.h <<_ACEOF
11445 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11446 _ACEOF
11450 done
11452 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11453 then
11454 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11455 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11456 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11457 echo $ECHO_N "(cached) $ECHO_C" >&6
11458 else
11459 cat >conftest.$ac_ext <<_ACEOF
11460 /* confdefs.h. */
11461 _ACEOF
11462 cat confdefs.h >>conftest.$ac_ext
11463 cat >>conftest.$ac_ext <<_ACEOF
11464 /* end confdefs.h. */
11465 #include <GL/gl.h>
11467 main ()
11469 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11471 return 0;
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 wine_cv_opengl_header_version_OK="yes"
11492 else
11493 echo "$as_me: failed program was:" >&5
11494 sed 's/^/| /' conftest.$ac_ext >&5
11496 wine_cv_opengl_header_version_OK="no"
11499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11501 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11502 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11504 if test "$wine_cv_opengl_header_version_OK" = "yes"
11505 then
11506 { echo "$as_me:$LINENO: checking for -lGL" >&5
11507 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11508 if test "${ac_cv_lib_soname_GL+set}" = set; then
11509 echo $ECHO_N "(cached) $ECHO_C" >&6
11510 else
11511 ac_check_soname_save_LIBS=$LIBS
11512 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11513 cat >conftest.$ac_ext <<_ACEOF
11514 /* confdefs.h. */
11515 _ACEOF
11516 cat confdefs.h >>conftest.$ac_ext
11517 cat >>conftest.$ac_ext <<_ACEOF
11518 /* end confdefs.h. */
11520 /* Override any GCC internal prototype to avoid an error.
11521 Use char because int might match the return type of a GCC
11522 builtin and then its argument prototype would still apply. */
11523 #ifdef __cplusplus
11524 extern "C"
11525 #endif
11526 char glXCreateContext ();
11528 main ()
11530 return glXCreateContext ();
11532 return 0;
11534 _ACEOF
11535 rm -f conftest.$ac_objext conftest$ac_exeext
11536 if { (ac_try="$ac_link"
11537 case "(($ac_try" in
11538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11539 *) ac_try_echo=$ac_try;;
11540 esac
11541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11542 (eval "$ac_link") 2>conftest.er1
11543 ac_status=$?
11544 grep -v '^ *+' conftest.er1 >conftest.err
11545 rm -f conftest.er1
11546 cat conftest.err >&5
11547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); } && {
11549 test -z "$ac_c_werror_flag" ||
11550 test ! -s conftest.err
11551 } && test -s conftest$ac_exeext &&
11552 $as_test_x conftest$ac_exeext; then
11553 case "$LIBEXT" in
11554 dll) ;;
11555 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'` ;;
11556 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11557 esac
11558 else
11559 echo "$as_me: failed program was:" >&5
11560 sed 's/^/| /' conftest.$ac_ext >&5
11565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11566 conftest$ac_exeext conftest.$ac_ext
11567 LIBS=$ac_check_soname_save_LIBS
11569 if test "x$ac_cv_lib_soname_GL" = "x"; then
11570 { echo "$as_me:$LINENO: result: not found" >&5
11571 echo "${ECHO_T}not found" >&6; }
11572 { echo "$as_me:$LINENO: checking for -lGL" >&5
11573 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11574 if test "${ac_cv_lib_soname_GL+set}" = set; then
11575 echo $ECHO_N "(cached) $ECHO_C" >&6
11576 else
11577 ac_check_soname_save_LIBS=$LIBS
11578 LIBS="-lGL $X_LIBS $XLIB -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"
11579 cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h. */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h. */
11586 /* Override any GCC internal prototype to avoid an error.
11587 Use char because int might match the return type of a GCC
11588 builtin and then its argument prototype would still apply. */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char glXCreateContext ();
11594 main ()
11596 return glXCreateContext ();
11598 return 0;
11600 _ACEOF
11601 rm -f conftest.$ac_objext conftest$ac_exeext
11602 if { (ac_try="$ac_link"
11603 case "(($ac_try" in
11604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605 *) ac_try_echo=$ac_try;;
11606 esac
11607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11608 (eval "$ac_link") 2>conftest.er1
11609 ac_status=$?
11610 grep -v '^ *+' conftest.er1 >conftest.err
11611 rm -f conftest.er1
11612 cat conftest.err >&5
11613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11614 (exit $ac_status); } && {
11615 test -z "$ac_c_werror_flag" ||
11616 test ! -s conftest.err
11617 } && test -s conftest$ac_exeext &&
11618 $as_test_x conftest$ac_exeext; then
11619 case "$LIBEXT" in
11620 dll) ;;
11621 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'` ;;
11622 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11623 esac
11624 else
11625 echo "$as_me: failed program was:" >&5
11626 sed 's/^/| /' conftest.$ac_ext >&5
11631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11632 conftest$ac_exeext conftest.$ac_ext
11633 LIBS=$ac_check_soname_save_LIBS
11635 if test "x$ac_cv_lib_soname_GL" = "x"; then
11636 { echo "$as_me:$LINENO: result: not found" >&5
11637 echo "${ECHO_T}not found" >&6; }
11638 if test -f /usr/X11R6/lib/libGL.a
11639 then
11640 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11642 else
11643 opengl_msg="No OpenGL library found on this system."
11645 else
11646 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11647 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11649 cat >>confdefs.h <<_ACEOF
11650 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11651 _ACEOF
11653 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"
11655 cat >>confdefs.h <<\_ACEOF
11656 #define HAVE_OPENGL 1
11657 _ACEOF
11661 else
11662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11663 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11665 cat >>confdefs.h <<_ACEOF
11666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11667 _ACEOF
11669 OPENGL_LIBS="-lGL"
11671 cat >>confdefs.h <<\_ACEOF
11672 #define HAVE_OPENGL 1
11673 _ACEOF
11677 if test "$ac_cv_header_GL_glu_h" = "yes"
11678 then
11679 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11680 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11681 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11682 echo $ECHO_N "(cached) $ECHO_C" >&6
11683 else
11684 ac_check_soname_save_LIBS=$LIBS
11685 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11686 cat >conftest.$ac_ext <<_ACEOF
11687 /* confdefs.h. */
11688 _ACEOF
11689 cat confdefs.h >>conftest.$ac_ext
11690 cat >>conftest.$ac_ext <<_ACEOF
11691 /* end confdefs.h. */
11693 /* Override any GCC internal prototype to avoid an error.
11694 Use char because int might match the return type of a GCC
11695 builtin and then its argument prototype would still apply. */
11696 #ifdef __cplusplus
11697 extern "C"
11698 #endif
11699 char gluLookAt ();
11701 main ()
11703 return gluLookAt ();
11705 return 0;
11707 _ACEOF
11708 rm -f conftest.$ac_objext conftest$ac_exeext
11709 if { (ac_try="$ac_link"
11710 case "(($ac_try" in
11711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11712 *) ac_try_echo=$ac_try;;
11713 esac
11714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11715 (eval "$ac_link") 2>conftest.er1
11716 ac_status=$?
11717 grep -v '^ *+' conftest.er1 >conftest.err
11718 rm -f conftest.er1
11719 cat conftest.err >&5
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); } && {
11722 test -z "$ac_c_werror_flag" ||
11723 test ! -s conftest.err
11724 } && test -s conftest$ac_exeext &&
11725 $as_test_x conftest$ac_exeext; then
11726 case "$LIBEXT" in
11727 dll) ;;
11728 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'` ;;
11729 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11730 esac
11731 else
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.$ac_ext >&5
11738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11739 conftest$ac_exeext conftest.$ac_ext
11740 LIBS=$ac_check_soname_save_LIBS
11742 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11743 { echo "$as_me:$LINENO: result: not found" >&5
11744 echo "${ECHO_T}not found" >&6; }
11746 else
11747 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11748 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11750 cat >>confdefs.h <<_ACEOF
11751 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11752 _ACEOF
11758 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11759 case "x$with_glu" in
11760 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11761 xno) ;;
11762 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11763 This is an error since --with-glu was requested." >&5
11764 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11765 This is an error since --with-glu was requested." >&2;}
11766 { (exit 1); exit 1; }; } ;;
11767 esac
11770 else
11771 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11773 else
11774 opengl_msg="OpenGL development headers not found."
11776 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11777 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11778 else
11779 enable_opengl32=${enable_opengl32:-no}
11780 enable_glu32=${enable_glu32:-no}
11782 if test -n "$opengl_msg"; then
11783 case "x$with_opengl" in
11784 x) wine_warnings="$wine_warnings|$opengl_msg
11785 OpenGL and Direct3D won't be supported." ;;
11786 xno) ;;
11787 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11788 OpenGL and Direct3D won't be supported.
11789 This is an error since --with-opengl was requested." >&5
11790 echo "$as_me: error: $opengl_msg
11791 OpenGL and Direct3D won't be supported.
11792 This is an error since --with-opengl was requested." >&2;}
11793 { (exit 1); exit 1; }; } ;;
11794 esac
11798 NASLIBS=""
11801 for ac_header in audio/audiolib.h
11803 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11805 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11808 echo $ECHO_N "(cached) $ECHO_C" >&6
11810 ac_res=`eval echo '${'$as_ac_Header'}'`
11811 { echo "$as_me:$LINENO: result: $ac_res" >&5
11812 echo "${ECHO_T}$ac_res" >&6; }
11813 else
11814 # Is the header compilable?
11815 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11816 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11817 cat >conftest.$ac_ext <<_ACEOF
11818 /* confdefs.h. */
11819 _ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h. */
11823 $ac_includes_default
11824 #include <$ac_header>
11825 _ACEOF
11826 rm -f conftest.$ac_objext
11827 if { (ac_try="$ac_compile"
11828 case "(($ac_try" in
11829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11830 *) ac_try_echo=$ac_try;;
11831 esac
11832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11833 (eval "$ac_compile") 2>conftest.er1
11834 ac_status=$?
11835 grep -v '^ *+' conftest.er1 >conftest.err
11836 rm -f conftest.er1
11837 cat conftest.err >&5
11838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839 (exit $ac_status); } && {
11840 test -z "$ac_c_werror_flag" ||
11841 test ! -s conftest.err
11842 } && test -s conftest.$ac_objext; then
11843 ac_header_compiler=yes
11844 else
11845 echo "$as_me: failed program was:" >&5
11846 sed 's/^/| /' conftest.$ac_ext >&5
11848 ac_header_compiler=no
11851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11853 echo "${ECHO_T}$ac_header_compiler" >&6; }
11855 # Is the header present?
11856 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11857 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11858 cat >conftest.$ac_ext <<_ACEOF
11859 /* confdefs.h. */
11860 _ACEOF
11861 cat confdefs.h >>conftest.$ac_ext
11862 cat >>conftest.$ac_ext <<_ACEOF
11863 /* end confdefs.h. */
11864 #include <$ac_header>
11865 _ACEOF
11866 if { (ac_try="$ac_cpp conftest.$ac_ext"
11867 case "(($ac_try" in
11868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11869 *) ac_try_echo=$ac_try;;
11870 esac
11871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11873 ac_status=$?
11874 grep -v '^ *+' conftest.er1 >conftest.err
11875 rm -f conftest.er1
11876 cat conftest.err >&5
11877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11878 (exit $ac_status); } >/dev/null && {
11879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11880 test ! -s conftest.err
11881 }; then
11882 ac_header_preproc=yes
11883 else
11884 echo "$as_me: failed program was:" >&5
11885 sed 's/^/| /' conftest.$ac_ext >&5
11887 ac_header_preproc=no
11890 rm -f conftest.err conftest.$ac_ext
11891 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11892 echo "${ECHO_T}$ac_header_preproc" >&6; }
11894 # So? What about this header?
11895 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11896 yes:no: )
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11898 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11900 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11901 ac_header_preproc=yes
11903 no:yes:* )
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11905 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11907 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11909 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11911 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11913 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11915 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11916 ( cat <<\_ASBOX
11917 ## ------------------------------------ ##
11918 ## Report this to wine-devel@winehq.org ##
11919 ## ------------------------------------ ##
11920 _ASBOX
11921 ) | sed "s/^/$as_me: WARNING: /" >&2
11923 esac
11924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11927 echo $ECHO_N "(cached) $ECHO_C" >&6
11928 else
11929 eval "$as_ac_Header=\$ac_header_preproc"
11931 ac_res=`eval echo '${'$as_ac_Header'}'`
11932 { echo "$as_me:$LINENO: result: $ac_res" >&5
11933 echo "${ECHO_T}$ac_res" >&6; }
11936 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11937 cat >>confdefs.h <<_ACEOF
11938 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11939 _ACEOF
11941 for ac_header in audio/soundlib.h
11943 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11947 echo $ECHO_N "(cached) $ECHO_C" >&6
11948 else
11949 cat >conftest.$ac_ext <<_ACEOF
11950 /* confdefs.h. */
11951 _ACEOF
11952 cat confdefs.h >>conftest.$ac_ext
11953 cat >>conftest.$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11955 #include <audio/audiolib.h>
11957 #include <$ac_header>
11958 _ACEOF
11959 rm -f conftest.$ac_objext
11960 if { (ac_try="$ac_compile"
11961 case "(($ac_try" in
11962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11963 *) ac_try_echo=$ac_try;;
11964 esac
11965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11966 (eval "$ac_compile") 2>conftest.er1
11967 ac_status=$?
11968 grep -v '^ *+' conftest.er1 >conftest.err
11969 rm -f conftest.er1
11970 cat conftest.err >&5
11971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972 (exit $ac_status); } && {
11973 test -z "$ac_c_werror_flag" ||
11974 test ! -s conftest.err
11975 } && test -s conftest.$ac_objext; then
11976 eval "$as_ac_Header=yes"
11977 else
11978 echo "$as_me: failed program was:" >&5
11979 sed 's/^/| /' conftest.$ac_ext >&5
11981 eval "$as_ac_Header=no"
11984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11986 ac_res=`eval echo '${'$as_ac_Header'}'`
11987 { echo "$as_me:$LINENO: result: $ac_res" >&5
11988 echo "${ECHO_T}$ac_res" >&6; }
11989 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11990 cat >>confdefs.h <<_ACEOF
11991 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11992 _ACEOF
11996 done
11998 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11999 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
12000 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12001 echo $ECHO_N "(cached) $ECHO_C" >&6
12002 else
12003 ac_check_lib_save_LIBS=$LIBS
12004 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
12005 cat >conftest.$ac_ext <<_ACEOF
12006 /* confdefs.h. */
12007 _ACEOF
12008 cat confdefs.h >>conftest.$ac_ext
12009 cat >>conftest.$ac_ext <<_ACEOF
12010 /* end confdefs.h. */
12012 /* Override any GCC internal prototype to avoid an error.
12013 Use char because int might match the return type of a GCC
12014 builtin and then its argument prototype would still apply. */
12015 #ifdef __cplusplus
12016 extern "C"
12017 #endif
12018 char AuCreateFlow ();
12020 main ()
12022 return AuCreateFlow ();
12024 return 0;
12026 _ACEOF
12027 rm -f conftest.$ac_objext conftest$ac_exeext
12028 if { (ac_try="$ac_link"
12029 case "(($ac_try" in
12030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12031 *) ac_try_echo=$ac_try;;
12032 esac
12033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12034 (eval "$ac_link") 2>conftest.er1
12035 ac_status=$?
12036 grep -v '^ *+' conftest.er1 >conftest.err
12037 rm -f conftest.er1
12038 cat conftest.err >&5
12039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12040 (exit $ac_status); } && {
12041 test -z "$ac_c_werror_flag" ||
12042 test ! -s conftest.err
12043 } && test -s conftest$ac_exeext &&
12044 $as_test_x conftest$ac_exeext; then
12045 ac_cv_lib_audio_AuCreateFlow=yes
12046 else
12047 echo "$as_me: failed program was:" >&5
12048 sed 's/^/| /' conftest.$ac_ext >&5
12050 ac_cv_lib_audio_AuCreateFlow=no
12053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12054 conftest$ac_exeext conftest.$ac_ext
12055 LIBS=$ac_check_lib_save_LIBS
12057 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12058 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
12059 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
12061 cat >>confdefs.h <<\_ACEOF
12062 #define HAVE_NAS 1
12063 _ACEOF
12065 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12066 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
12067 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12068 echo $ECHO_N "(cached) $ECHO_C" >&6
12069 else
12070 ac_check_lib_save_LIBS=$LIBS
12071 LIBS="-lXau $X_LIBS $LIBS"
12072 cat >conftest.$ac_ext <<_ACEOF
12073 /* confdefs.h. */
12074 _ACEOF
12075 cat confdefs.h >>conftest.$ac_ext
12076 cat >>conftest.$ac_ext <<_ACEOF
12077 /* end confdefs.h. */
12079 /* Override any GCC internal prototype to avoid an error.
12080 Use char because int might match the return type of a GCC
12081 builtin and then its argument prototype would still apply. */
12082 #ifdef __cplusplus
12083 extern "C"
12084 #endif
12085 char XauGetBestAuthByAddr ();
12087 main ()
12089 return XauGetBestAuthByAddr ();
12091 return 0;
12093 _ACEOF
12094 rm -f conftest.$ac_objext conftest$ac_exeext
12095 if { (ac_try="$ac_link"
12096 case "(($ac_try" in
12097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12098 *) ac_try_echo=$ac_try;;
12099 esac
12100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12101 (eval "$ac_link") 2>conftest.er1
12102 ac_status=$?
12103 grep -v '^ *+' conftest.er1 >conftest.err
12104 rm -f conftest.er1
12105 cat conftest.err >&5
12106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12107 (exit $ac_status); } && {
12108 test -z "$ac_c_werror_flag" ||
12109 test ! -s conftest.err
12110 } && test -s conftest$ac_exeext &&
12111 $as_test_x conftest$ac_exeext; then
12112 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12113 else
12114 echo "$as_me: failed program was:" >&5
12115 sed 's/^/| /' conftest.$ac_ext >&5
12117 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12121 conftest$ac_exeext conftest.$ac_ext
12122 LIBS=$ac_check_lib_save_LIBS
12124 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12125 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12126 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12127 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12128 else
12129 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12137 done
12140 CPPFLAGS="$ac_save_CPPFLAGS"
12141 else
12142 XLIB=""
12143 X_CFLAGS=""
12144 X_LIBS=""
12145 enable_winex11_drv=${enable_winex11_drv:-no}
12146 enable_opengl32=${enable_opengl32:-no}
12147 enable_glu32=${enable_glu32:-no}
12149 if test "x$XLIB" = "x"; then
12150 case "x$with_x" in
12151 xno) ;;
12152 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12153 without X support, which probably isn't what you want. You will need to install
12154 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12155 Use the --without-x option if you really want this." >&5
12156 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12157 without X support, which probably isn't what you want. You will need to install
12158 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12159 Use the --without-x option if you really want this." >&2;}
12160 { (exit 1); exit 1; }; } ;;
12161 esac
12166 XML2LIBS=""
12168 XML2INCL=""
12170 XSLTINCL=""
12172 if test "x$with_xml" != "xno"
12173 then
12174 ac_save_CPPFLAGS="$CPPFLAGS"
12175 if test "$PKG_CONFIG" != "false"
12176 then
12177 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12178 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12179 else
12180 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12181 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12183 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12185 for ac_header in libxml/parser.h
12187 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12188 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12189 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12190 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12192 echo $ECHO_N "(cached) $ECHO_C" >&6
12194 ac_res=`eval echo '${'$as_ac_Header'}'`
12195 { echo "$as_me:$LINENO: result: $ac_res" >&5
12196 echo "${ECHO_T}$ac_res" >&6; }
12197 else
12198 # Is the header compilable?
12199 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12200 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12201 cat >conftest.$ac_ext <<_ACEOF
12202 /* confdefs.h. */
12203 _ACEOF
12204 cat confdefs.h >>conftest.$ac_ext
12205 cat >>conftest.$ac_ext <<_ACEOF
12206 /* end confdefs.h. */
12207 $ac_includes_default
12208 #include <$ac_header>
12209 _ACEOF
12210 rm -f conftest.$ac_objext
12211 if { (ac_try="$ac_compile"
12212 case "(($ac_try" in
12213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12214 *) ac_try_echo=$ac_try;;
12215 esac
12216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12217 (eval "$ac_compile") 2>conftest.er1
12218 ac_status=$?
12219 grep -v '^ *+' conftest.er1 >conftest.err
12220 rm -f conftest.er1
12221 cat conftest.err >&5
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); } && {
12224 test -z "$ac_c_werror_flag" ||
12225 test ! -s conftest.err
12226 } && test -s conftest.$ac_objext; then
12227 ac_header_compiler=yes
12228 else
12229 echo "$as_me: failed program was:" >&5
12230 sed 's/^/| /' conftest.$ac_ext >&5
12232 ac_header_compiler=no
12235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12236 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12237 echo "${ECHO_T}$ac_header_compiler" >&6; }
12239 # Is the header present?
12240 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12241 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12242 cat >conftest.$ac_ext <<_ACEOF
12243 /* confdefs.h. */
12244 _ACEOF
12245 cat confdefs.h >>conftest.$ac_ext
12246 cat >>conftest.$ac_ext <<_ACEOF
12247 /* end confdefs.h. */
12248 #include <$ac_header>
12249 _ACEOF
12250 if { (ac_try="$ac_cpp conftest.$ac_ext"
12251 case "(($ac_try" in
12252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12253 *) ac_try_echo=$ac_try;;
12254 esac
12255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12256 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12257 ac_status=$?
12258 grep -v '^ *+' conftest.er1 >conftest.err
12259 rm -f conftest.er1
12260 cat conftest.err >&5
12261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12262 (exit $ac_status); } >/dev/null && {
12263 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12264 test ! -s conftest.err
12265 }; then
12266 ac_header_preproc=yes
12267 else
12268 echo "$as_me: failed program was:" >&5
12269 sed 's/^/| /' conftest.$ac_ext >&5
12271 ac_header_preproc=no
12274 rm -f conftest.err conftest.$ac_ext
12275 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12276 echo "${ECHO_T}$ac_header_preproc" >&6; }
12278 # So? What about this header?
12279 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12280 yes:no: )
12281 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12282 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12283 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12284 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12285 ac_header_preproc=yes
12287 no:yes:* )
12288 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12289 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12290 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12291 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12292 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12293 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12294 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12295 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12296 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12297 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12298 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12299 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12300 ( cat <<\_ASBOX
12301 ## ------------------------------------ ##
12302 ## Report this to wine-devel@winehq.org ##
12303 ## ------------------------------------ ##
12304 _ASBOX
12305 ) | sed "s/^/$as_me: WARNING: /" >&2
12307 esac
12308 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12311 echo $ECHO_N "(cached) $ECHO_C" >&6
12312 else
12313 eval "$as_ac_Header=\$ac_header_preproc"
12315 ac_res=`eval echo '${'$as_ac_Header'}'`
12316 { echo "$as_me:$LINENO: result: $ac_res" >&5
12317 echo "${ECHO_T}$ac_res" >&6; }
12320 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12321 cat >>confdefs.h <<_ACEOF
12322 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12323 _ACEOF
12324 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12325 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12326 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12327 echo $ECHO_N "(cached) $ECHO_C" >&6
12328 else
12329 ac_check_lib_save_LIBS=$LIBS
12330 LIBS="-lxml2 $ac_xml_libs $LIBS"
12331 cat >conftest.$ac_ext <<_ACEOF
12332 /* confdefs.h. */
12333 _ACEOF
12334 cat confdefs.h >>conftest.$ac_ext
12335 cat >>conftest.$ac_ext <<_ACEOF
12336 /* end confdefs.h. */
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12341 #ifdef __cplusplus
12342 extern "C"
12343 #endif
12344 char xmlParseMemory ();
12346 main ()
12348 return xmlParseMemory ();
12350 return 0;
12352 _ACEOF
12353 rm -f conftest.$ac_objext conftest$ac_exeext
12354 if { (ac_try="$ac_link"
12355 case "(($ac_try" in
12356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12357 *) ac_try_echo=$ac_try;;
12358 esac
12359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12360 (eval "$ac_link") 2>conftest.er1
12361 ac_status=$?
12362 grep -v '^ *+' conftest.er1 >conftest.err
12363 rm -f conftest.er1
12364 cat conftest.err >&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } && {
12367 test -z "$ac_c_werror_flag" ||
12368 test ! -s conftest.err
12369 } && test -s conftest$ac_exeext &&
12370 $as_test_x conftest$ac_exeext; then
12371 ac_cv_lib_xml2_xmlParseMemory=yes
12372 else
12373 echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 ac_cv_lib_xml2_xmlParseMemory=no
12379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12380 conftest$ac_exeext conftest.$ac_ext
12381 LIBS=$ac_check_lib_save_LIBS
12383 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12384 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12385 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12387 cat >>confdefs.h <<\_ACEOF
12388 #define HAVE_LIBXML2 1
12389 _ACEOF
12391 XML2LIBS="$ac_xml_libs"
12392 XML2INCL="$ac_xml_cflags"
12395 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12396 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12397 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12398 echo $ECHO_N "(cached) $ECHO_C" >&6
12399 else
12400 ac_check_lib_save_LIBS=$LIBS
12401 LIBS="-lxml2 $ac_xml_libs $LIBS"
12402 cat >conftest.$ac_ext <<_ACEOF
12403 /* confdefs.h. */
12404 _ACEOF
12405 cat confdefs.h >>conftest.$ac_ext
12406 cat >>conftest.$ac_ext <<_ACEOF
12407 /* end confdefs.h. */
12409 /* Override any GCC internal prototype to avoid an error.
12410 Use char because int might match the return type of a GCC
12411 builtin and then its argument prototype would still apply. */
12412 #ifdef __cplusplus
12413 extern "C"
12414 #endif
12415 char xmlReadMemory ();
12417 main ()
12419 return xmlReadMemory ();
12421 return 0;
12423 _ACEOF
12424 rm -f conftest.$ac_objext conftest$ac_exeext
12425 if { (ac_try="$ac_link"
12426 case "(($ac_try" in
12427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12428 *) ac_try_echo=$ac_try;;
12429 esac
12430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12431 (eval "$ac_link") 2>conftest.er1
12432 ac_status=$?
12433 grep -v '^ *+' conftest.er1 >conftest.err
12434 rm -f conftest.er1
12435 cat conftest.err >&5
12436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12437 (exit $ac_status); } && {
12438 test -z "$ac_c_werror_flag" ||
12439 test ! -s conftest.err
12440 } && test -s conftest$ac_exeext &&
12441 $as_test_x conftest$ac_exeext; then
12442 ac_cv_lib_xml2_xmlReadMemory=yes
12443 else
12444 echo "$as_me: failed program was:" >&5
12445 sed 's/^/| /' conftest.$ac_ext >&5
12447 ac_cv_lib_xml2_xmlReadMemory=no
12450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12451 conftest$ac_exeext conftest.$ac_ext
12452 LIBS=$ac_check_lib_save_LIBS
12454 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12455 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12456 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12458 cat >>confdefs.h <<\_ACEOF
12459 #define HAVE_XMLREADMEMORY 1
12460 _ACEOF
12464 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12465 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12466 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12467 echo $ECHO_N "(cached) $ECHO_C" >&6
12468 else
12469 ac_check_lib_save_LIBS=$LIBS
12470 LIBS="-lxml2 $ac_xml_libs $LIBS"
12471 cat >conftest.$ac_ext <<_ACEOF
12472 /* confdefs.h. */
12473 _ACEOF
12474 cat confdefs.h >>conftest.$ac_ext
12475 cat >>conftest.$ac_ext <<_ACEOF
12476 /* end confdefs.h. */
12478 /* Override any GCC internal prototype to avoid an error.
12479 Use char because int might match the return type of a GCC
12480 builtin and then its argument prototype would still apply. */
12481 #ifdef __cplusplus
12482 extern "C"
12483 #endif
12484 char xmlNewDocPI ();
12486 main ()
12488 return xmlNewDocPI ();
12490 return 0;
12492 _ACEOF
12493 rm -f conftest.$ac_objext conftest$ac_exeext
12494 if { (ac_try="$ac_link"
12495 case "(($ac_try" in
12496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12497 *) ac_try_echo=$ac_try;;
12498 esac
12499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12500 (eval "$ac_link") 2>conftest.er1
12501 ac_status=$?
12502 grep -v '^ *+' conftest.er1 >conftest.err
12503 rm -f conftest.er1
12504 cat conftest.err >&5
12505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12506 (exit $ac_status); } && {
12507 test -z "$ac_c_werror_flag" ||
12508 test ! -s conftest.err
12509 } && test -s conftest$ac_exeext &&
12510 $as_test_x conftest$ac_exeext; then
12511 ac_cv_lib_xml2_xmlNewDocPI=yes
12512 else
12513 echo "$as_me: failed program was:" >&5
12514 sed 's/^/| /' conftest.$ac_ext >&5
12516 ac_cv_lib_xml2_xmlNewDocPI=no
12519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12520 conftest$ac_exeext conftest.$ac_ext
12521 LIBS=$ac_check_lib_save_LIBS
12523 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12524 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12525 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12527 cat >>confdefs.h <<\_ACEOF
12528 #define HAVE_XMLNEWDOCPI 1
12529 _ACEOF
12536 done
12538 CPPFLAGS="$ac_save_CPPFLAGS"
12540 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12541 case "x$with_xml" in
12542 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12543 xno) ;;
12544 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12545 This is an error since --with-xml was requested." >&5
12546 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12547 This is an error since --with-xml was requested." >&2;}
12548 { (exit 1); exit 1; }; } ;;
12549 esac
12553 if test "x$with_xslt" != "xno"
12554 then
12555 if test "$PKG_CONFIG" != "false"
12556 then
12557 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12558 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12559 else
12560 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12561 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12563 ac_save_CPPFLAGS="$CPPFLAGS"
12564 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12567 for ac_header in libxslt/pattern.h libxslt/transform.h
12569 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12570 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12571 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12572 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12573 echo $ECHO_N "(cached) $ECHO_C" >&6
12574 else
12575 cat >conftest.$ac_ext <<_ACEOF
12576 /* confdefs.h. */
12577 _ACEOF
12578 cat confdefs.h >>conftest.$ac_ext
12579 cat >>conftest.$ac_ext <<_ACEOF
12580 /* end confdefs.h. */
12581 #ifdef HAVE_LIBXSLT_PATTERN_H
12582 # include <libxslt/pattern.h>
12583 #endif
12585 #include <$ac_header>
12586 _ACEOF
12587 rm -f conftest.$ac_objext
12588 if { (ac_try="$ac_compile"
12589 case "(($ac_try" in
12590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12591 *) ac_try_echo=$ac_try;;
12592 esac
12593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12594 (eval "$ac_compile") 2>conftest.er1
12595 ac_status=$?
12596 grep -v '^ *+' conftest.er1 >conftest.err
12597 rm -f conftest.er1
12598 cat conftest.err >&5
12599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12600 (exit $ac_status); } && {
12601 test -z "$ac_c_werror_flag" ||
12602 test ! -s conftest.err
12603 } && test -s conftest.$ac_objext; then
12604 eval "$as_ac_Header=yes"
12605 else
12606 echo "$as_me: failed program was:" >&5
12607 sed 's/^/| /' conftest.$ac_ext >&5
12609 eval "$as_ac_Header=no"
12612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12614 ac_res=`eval echo '${'$as_ac_Header'}'`
12615 { echo "$as_me:$LINENO: result: $ac_res" >&5
12616 echo "${ECHO_T}$ac_res" >&6; }
12617 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12618 cat >>confdefs.h <<_ACEOF
12619 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12620 _ACEOF
12624 done
12626 CPPFLAGS="$ac_save_CPPFLAGS"
12627 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12628 then
12629 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12630 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12631 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12632 echo $ECHO_N "(cached) $ECHO_C" >&6
12633 else
12634 ac_check_soname_save_LIBS=$LIBS
12635 LIBS="-lxslt $ac_xslt_libs $LIBS"
12636 cat >conftest.$ac_ext <<_ACEOF
12637 /* confdefs.h. */
12638 _ACEOF
12639 cat confdefs.h >>conftest.$ac_ext
12640 cat >>conftest.$ac_ext <<_ACEOF
12641 /* end confdefs.h. */
12643 /* Override any GCC internal prototype to avoid an error.
12644 Use char because int might match the return type of a GCC
12645 builtin and then its argument prototype would still apply. */
12646 #ifdef __cplusplus
12647 extern "C"
12648 #endif
12649 char xsltCompilePattern ();
12651 main ()
12653 return xsltCompilePattern ();
12655 return 0;
12657 _ACEOF
12658 rm -f conftest.$ac_objext conftest$ac_exeext
12659 if { (ac_try="$ac_link"
12660 case "(($ac_try" in
12661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12662 *) ac_try_echo=$ac_try;;
12663 esac
12664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12665 (eval "$ac_link") 2>conftest.er1
12666 ac_status=$?
12667 grep -v '^ *+' conftest.er1 >conftest.err
12668 rm -f conftest.er1
12669 cat conftest.err >&5
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); } && {
12672 test -z "$ac_c_werror_flag" ||
12673 test ! -s conftest.err
12674 } && test -s conftest$ac_exeext &&
12675 $as_test_x conftest$ac_exeext; then
12676 case "$LIBEXT" in
12677 dll) ;;
12678 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'` ;;
12679 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12680 esac
12681 else
12682 echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12689 conftest$ac_exeext conftest.$ac_ext
12690 LIBS=$ac_check_soname_save_LIBS
12692 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12693 { echo "$as_me:$LINENO: result: not found" >&5
12694 echo "${ECHO_T}not found" >&6; }
12696 else
12697 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12698 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12700 cat >>confdefs.h <<_ACEOF
12701 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12702 _ACEOF
12704 XSLTINCL="$ac_xslt_cflags"
12709 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12710 case "x$with_xslt" in
12711 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12712 xno) ;;
12713 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12714 This is an error since --with-xslt was requested." >&5
12715 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12716 This is an error since --with-xslt was requested." >&2;}
12717 { (exit 1); exit 1; }; } ;;
12718 esac
12722 HALINCL=""
12724 if test "x$with_hal" != "xno"
12725 then
12726 ac_save_CPPFLAGS="$CPPFLAGS"
12727 if test "$PKG_CONFIG" != "false"
12728 then
12729 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12730 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12731 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12735 for ac_header in dbus/dbus.h hal/libhal.h
12737 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12742 echo $ECHO_N "(cached) $ECHO_C" >&6
12744 ac_res=`eval echo '${'$as_ac_Header'}'`
12745 { echo "$as_me:$LINENO: result: $ac_res" >&5
12746 echo "${ECHO_T}$ac_res" >&6; }
12747 else
12748 # Is the header compilable?
12749 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12750 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12751 cat >conftest.$ac_ext <<_ACEOF
12752 /* confdefs.h. */
12753 _ACEOF
12754 cat confdefs.h >>conftest.$ac_ext
12755 cat >>conftest.$ac_ext <<_ACEOF
12756 /* end confdefs.h. */
12757 $ac_includes_default
12758 #include <$ac_header>
12759 _ACEOF
12760 rm -f conftest.$ac_objext
12761 if { (ac_try="$ac_compile"
12762 case "(($ac_try" in
12763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12764 *) ac_try_echo=$ac_try;;
12765 esac
12766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12767 (eval "$ac_compile") 2>conftest.er1
12768 ac_status=$?
12769 grep -v '^ *+' conftest.er1 >conftest.err
12770 rm -f conftest.er1
12771 cat conftest.err >&5
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); } && {
12774 test -z "$ac_c_werror_flag" ||
12775 test ! -s conftest.err
12776 } && test -s conftest.$ac_objext; then
12777 ac_header_compiler=yes
12778 else
12779 echo "$as_me: failed program was:" >&5
12780 sed 's/^/| /' conftest.$ac_ext >&5
12782 ac_header_compiler=no
12785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12786 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12787 echo "${ECHO_T}$ac_header_compiler" >&6; }
12789 # Is the header present?
12790 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12791 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12792 cat >conftest.$ac_ext <<_ACEOF
12793 /* confdefs.h. */
12794 _ACEOF
12795 cat confdefs.h >>conftest.$ac_ext
12796 cat >>conftest.$ac_ext <<_ACEOF
12797 /* end confdefs.h. */
12798 #include <$ac_header>
12799 _ACEOF
12800 if { (ac_try="$ac_cpp conftest.$ac_ext"
12801 case "(($ac_try" in
12802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12803 *) ac_try_echo=$ac_try;;
12804 esac
12805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12806 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12807 ac_status=$?
12808 grep -v '^ *+' conftest.er1 >conftest.err
12809 rm -f conftest.er1
12810 cat conftest.err >&5
12811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12812 (exit $ac_status); } >/dev/null && {
12813 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12814 test ! -s conftest.err
12815 }; then
12816 ac_header_preproc=yes
12817 else
12818 echo "$as_me: failed program was:" >&5
12819 sed 's/^/| /' conftest.$ac_ext >&5
12821 ac_header_preproc=no
12824 rm -f conftest.err conftest.$ac_ext
12825 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12826 echo "${ECHO_T}$ac_header_preproc" >&6; }
12828 # So? What about this header?
12829 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12830 yes:no: )
12831 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12832 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12834 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12835 ac_header_preproc=yes
12837 no:yes:* )
12838 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12839 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12840 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12841 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12842 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12843 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12844 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12845 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12846 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12847 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12848 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12849 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12850 ( cat <<\_ASBOX
12851 ## ------------------------------------ ##
12852 ## Report this to wine-devel@winehq.org ##
12853 ## ------------------------------------ ##
12854 _ASBOX
12855 ) | sed "s/^/$as_me: WARNING: /" >&2
12857 esac
12858 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12859 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12861 echo $ECHO_N "(cached) $ECHO_C" >&6
12862 else
12863 eval "$as_ac_Header=\$ac_header_preproc"
12865 ac_res=`eval echo '${'$as_ac_Header'}'`
12866 { echo "$as_me:$LINENO: result: $ac_res" >&5
12867 echo "${ECHO_T}$ac_res" >&6; }
12870 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12871 cat >>confdefs.h <<_ACEOF
12872 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12873 _ACEOF
12877 done
12879 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12880 then
12881 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12882 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12883 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12884 echo $ECHO_N "(cached) $ECHO_C" >&6
12885 else
12886 ac_check_lib_save_LIBS=$LIBS
12887 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12888 cat >conftest.$ac_ext <<_ACEOF
12889 /* confdefs.h. */
12890 _ACEOF
12891 cat confdefs.h >>conftest.$ac_ext
12892 cat >>conftest.$ac_ext <<_ACEOF
12893 /* end confdefs.h. */
12895 /* Override any GCC internal prototype to avoid an error.
12896 Use char because int might match the return type of a GCC
12897 builtin and then its argument prototype would still apply. */
12898 #ifdef __cplusplus
12899 extern "C"
12900 #endif
12901 char dbus_connection_close ();
12903 main ()
12905 return dbus_connection_close ();
12907 return 0;
12909 _ACEOF
12910 rm -f conftest.$ac_objext conftest$ac_exeext
12911 if { (ac_try="$ac_link"
12912 case "(($ac_try" in
12913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12914 *) ac_try_echo=$ac_try;;
12915 esac
12916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12917 (eval "$ac_link") 2>conftest.er1
12918 ac_status=$?
12919 grep -v '^ *+' conftest.er1 >conftest.err
12920 rm -f conftest.er1
12921 cat conftest.err >&5
12922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12923 (exit $ac_status); } && {
12924 test -z "$ac_c_werror_flag" ||
12925 test ! -s conftest.err
12926 } && test -s conftest$ac_exeext &&
12927 $as_test_x conftest$ac_exeext; then
12928 ac_cv_lib_dbus_1_dbus_connection_close=yes
12929 else
12930 echo "$as_me: failed program was:" >&5
12931 sed 's/^/| /' conftest.$ac_ext >&5
12933 ac_cv_lib_dbus_1_dbus_connection_close=no
12936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12937 conftest$ac_exeext conftest.$ac_ext
12938 LIBS=$ac_check_lib_save_LIBS
12940 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12941 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12942 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12943 { echo "$as_me:$LINENO: checking for -lhal" >&5
12944 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12945 if test "${ac_cv_lib_soname_hal+set}" = set; then
12946 echo $ECHO_N "(cached) $ECHO_C" >&6
12947 else
12948 ac_check_soname_save_LIBS=$LIBS
12949 LIBS="-lhal $ac_hal_libs $LIBS"
12950 cat >conftest.$ac_ext <<_ACEOF
12951 /* confdefs.h. */
12952 _ACEOF
12953 cat confdefs.h >>conftest.$ac_ext
12954 cat >>conftest.$ac_ext <<_ACEOF
12955 /* end confdefs.h. */
12957 /* Override any GCC internal prototype to avoid an error.
12958 Use char because int might match the return type of a GCC
12959 builtin and then its argument prototype would still apply. */
12960 #ifdef __cplusplus
12961 extern "C"
12962 #endif
12963 char libhal_ctx_new ();
12965 main ()
12967 return libhal_ctx_new ();
12969 return 0;
12971 _ACEOF
12972 rm -f conftest.$ac_objext conftest$ac_exeext
12973 if { (ac_try="$ac_link"
12974 case "(($ac_try" in
12975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976 *) ac_try_echo=$ac_try;;
12977 esac
12978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12979 (eval "$ac_link") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && {
12986 test -z "$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 } && test -s conftest$ac_exeext &&
12989 $as_test_x conftest$ac_exeext; then
12990 case "$LIBEXT" in
12991 dll) ;;
12992 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'` ;;
12993 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12994 esac
12995 else
12996 echo "$as_me: failed program was:" >&5
12997 sed 's/^/| /' conftest.$ac_ext >&5
13002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13003 conftest$ac_exeext conftest.$ac_ext
13004 LIBS=$ac_check_soname_save_LIBS
13006 if test "x$ac_cv_lib_soname_hal" = "x"; then
13007 { echo "$as_me:$LINENO: result: not found" >&5
13008 echo "${ECHO_T}not found" >&6; }
13010 else
13011 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13012 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
13014 cat >>confdefs.h <<_ACEOF
13015 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13016 _ACEOF
13018 HALINCL="$ac_hal_cflags"
13024 CPPFLAGS="$ac_save_CPPFLAGS"
13026 if test "x$ac_cv_lib_soname_hal" = "x"; then
13027 case "x$with_hal" in
13028 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13029 xno) ;;
13030 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13031 This is an error since --with-hal was requested." >&5
13032 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13033 This is an error since --with-hal was requested." >&2;}
13034 { (exit 1); exit 1; }; } ;;
13035 esac
13039 if test "x$with_gnutls" != "xno"
13040 then
13041 ac_save_CPPFLAGS="$CPPFLAGS"
13042 if test "$PKG_CONFIG" != "false"
13043 then
13044 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13045 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13046 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13048 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13049 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13050 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13051 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13052 echo $ECHO_N "(cached) $ECHO_C" >&6
13054 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13055 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13056 else
13057 # Is the header compilable?
13058 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13059 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
13060 cat >conftest.$ac_ext <<_ACEOF
13061 /* confdefs.h. */
13062 _ACEOF
13063 cat confdefs.h >>conftest.$ac_ext
13064 cat >>conftest.$ac_ext <<_ACEOF
13065 /* end confdefs.h. */
13066 $ac_includes_default
13067 #include <gnutls/gnutls.h>
13068 _ACEOF
13069 rm -f conftest.$ac_objext
13070 if { (ac_try="$ac_compile"
13071 case "(($ac_try" in
13072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13073 *) ac_try_echo=$ac_try;;
13074 esac
13075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13076 (eval "$ac_compile") 2>conftest.er1
13077 ac_status=$?
13078 grep -v '^ *+' conftest.er1 >conftest.err
13079 rm -f conftest.er1
13080 cat conftest.err >&5
13081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13082 (exit $ac_status); } && {
13083 test -z "$ac_c_werror_flag" ||
13084 test ! -s conftest.err
13085 } && test -s conftest.$ac_objext; then
13086 ac_header_compiler=yes
13087 else
13088 echo "$as_me: failed program was:" >&5
13089 sed 's/^/| /' conftest.$ac_ext >&5
13091 ac_header_compiler=no
13094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13095 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13096 echo "${ECHO_T}$ac_header_compiler" >&6; }
13098 # Is the header present?
13099 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13100 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
13101 cat >conftest.$ac_ext <<_ACEOF
13102 /* confdefs.h. */
13103 _ACEOF
13104 cat confdefs.h >>conftest.$ac_ext
13105 cat >>conftest.$ac_ext <<_ACEOF
13106 /* end confdefs.h. */
13107 #include <gnutls/gnutls.h>
13108 _ACEOF
13109 if { (ac_try="$ac_cpp conftest.$ac_ext"
13110 case "(($ac_try" in
13111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13112 *) ac_try_echo=$ac_try;;
13113 esac
13114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13115 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13116 ac_status=$?
13117 grep -v '^ *+' conftest.er1 >conftest.err
13118 rm -f conftest.er1
13119 cat conftest.err >&5
13120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13121 (exit $ac_status); } >/dev/null && {
13122 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13123 test ! -s conftest.err
13124 }; then
13125 ac_header_preproc=yes
13126 else
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.$ac_ext >&5
13130 ac_header_preproc=no
13133 rm -f conftest.err conftest.$ac_ext
13134 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13135 echo "${ECHO_T}$ac_header_preproc" >&6; }
13137 # So? What about this header?
13138 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13139 yes:no: )
13140 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13141 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13143 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13144 ac_header_preproc=yes
13146 no:yes:* )
13147 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13148 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13150 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13152 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13153 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13154 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13155 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13156 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13157 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13158 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13159 ( cat <<\_ASBOX
13160 ## ------------------------------------ ##
13161 ## Report this to wine-devel@winehq.org ##
13162 ## ------------------------------------ ##
13163 _ASBOX
13164 ) | sed "s/^/$as_me: WARNING: /" >&2
13166 esac
13167 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13168 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13169 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13170 echo $ECHO_N "(cached) $ECHO_C" >&6
13171 else
13172 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13174 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13175 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13178 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13179 cat >conftest.$ac_ext <<_ACEOF
13180 /* confdefs.h. */
13181 _ACEOF
13182 cat confdefs.h >>conftest.$ac_ext
13183 cat >>conftest.$ac_ext <<_ACEOF
13184 /* end confdefs.h. */
13185 #include <gnutls/gnutls.h>
13187 main ()
13189 typeof(gnutls_mac_get_key_size) *pfunc;
13191 return 0;
13193 _ACEOF
13194 rm -f conftest.$ac_objext
13195 if { (ac_try="$ac_compile"
13196 case "(($ac_try" in
13197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13198 *) ac_try_echo=$ac_try;;
13199 esac
13200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13201 (eval "$ac_compile") 2>conftest.er1
13202 ac_status=$?
13203 grep -v '^ *+' conftest.er1 >conftest.err
13204 rm -f conftest.er1
13205 cat conftest.err >&5
13206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13207 (exit $ac_status); } && {
13208 test -z "$ac_c_werror_flag" ||
13209 test ! -s conftest.err
13210 } && test -s conftest.$ac_objext; then
13211 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13212 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13213 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13214 echo $ECHO_N "(cached) $ECHO_C" >&6
13215 else
13216 ac_check_soname_save_LIBS=$LIBS
13217 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13218 cat >conftest.$ac_ext <<_ACEOF
13219 /* confdefs.h. */
13220 _ACEOF
13221 cat confdefs.h >>conftest.$ac_ext
13222 cat >>conftest.$ac_ext <<_ACEOF
13223 /* end confdefs.h. */
13225 /* Override any GCC internal prototype to avoid an error.
13226 Use char because int might match the return type of a GCC
13227 builtin and then its argument prototype would still apply. */
13228 #ifdef __cplusplus
13229 extern "C"
13230 #endif
13231 char gnutls_global_init ();
13233 main ()
13235 return gnutls_global_init ();
13237 return 0;
13239 _ACEOF
13240 rm -f conftest.$ac_objext conftest$ac_exeext
13241 if { (ac_try="$ac_link"
13242 case "(($ac_try" in
13243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13244 *) ac_try_echo=$ac_try;;
13245 esac
13246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13247 (eval "$ac_link") 2>conftest.er1
13248 ac_status=$?
13249 grep -v '^ *+' conftest.er1 >conftest.err
13250 rm -f conftest.er1
13251 cat conftest.err >&5
13252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13253 (exit $ac_status); } && {
13254 test -z "$ac_c_werror_flag" ||
13255 test ! -s conftest.err
13256 } && test -s conftest$ac_exeext &&
13257 $as_test_x conftest$ac_exeext; then
13258 case "$LIBEXT" in
13259 dll) ;;
13260 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'` ;;
13261 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13262 esac
13263 else
13264 echo "$as_me: failed program was:" >&5
13265 sed 's/^/| /' conftest.$ac_ext >&5
13270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13271 conftest$ac_exeext conftest.$ac_ext
13272 LIBS=$ac_check_soname_save_LIBS
13274 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13275 { echo "$as_me:$LINENO: result: not found" >&5
13276 echo "${ECHO_T}not found" >&6; }
13278 else
13279 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13280 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13282 cat >>confdefs.h <<_ACEOF
13283 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13284 _ACEOF
13286 GNUTLSINCL="$ac_gnutls_cflags"
13290 else
13291 echo "$as_me: failed program was:" >&5
13292 sed 's/^/| /' conftest.$ac_ext >&5
13297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13301 CPPFLAGS="$ac_save_CPPFLAGS"
13303 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13304 case "x$with_gnutls" in
13305 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13306 xno) ;;
13307 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13308 This is an error since --with-gnutls was requested." >&5
13309 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13310 This is an error since --with-gnutls was requested." >&2;}
13311 { (exit 1); exit 1; }; } ;;
13312 esac
13316 CURSESLIBS=""
13317 if test "$ac_cv_header_ncurses_h" = "yes"
13318 then
13319 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13320 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13321 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13322 echo $ECHO_N "(cached) $ECHO_C" >&6
13323 else
13324 ac_check_soname_save_LIBS=$LIBS
13325 LIBS="-lncurses $LIBS"
13326 cat >conftest.$ac_ext <<_ACEOF
13327 /* confdefs.h. */
13328 _ACEOF
13329 cat confdefs.h >>conftest.$ac_ext
13330 cat >>conftest.$ac_ext <<_ACEOF
13331 /* end confdefs.h. */
13333 /* Override any GCC internal prototype to avoid an error.
13334 Use char because int might match the return type of a GCC
13335 builtin and then its argument prototype would still apply. */
13336 #ifdef __cplusplus
13337 extern "C"
13338 #endif
13339 char waddch ();
13341 main ()
13343 return waddch ();
13345 return 0;
13347 _ACEOF
13348 rm -f conftest.$ac_objext conftest$ac_exeext
13349 if { (ac_try="$ac_link"
13350 case "(($ac_try" in
13351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13352 *) ac_try_echo=$ac_try;;
13353 esac
13354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13355 (eval "$ac_link") 2>conftest.er1
13356 ac_status=$?
13357 grep -v '^ *+' conftest.er1 >conftest.err
13358 rm -f conftest.er1
13359 cat conftest.err >&5
13360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13361 (exit $ac_status); } && {
13362 test -z "$ac_c_werror_flag" ||
13363 test ! -s conftest.err
13364 } && test -s conftest$ac_exeext &&
13365 $as_test_x conftest$ac_exeext; then
13366 case "$LIBEXT" in
13367 dll) ;;
13368 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'` ;;
13369 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13370 esac
13371 else
13372 echo "$as_me: failed program was:" >&5
13373 sed 's/^/| /' conftest.$ac_ext >&5
13378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13379 conftest$ac_exeext conftest.$ac_ext
13380 LIBS=$ac_check_soname_save_LIBS
13382 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13383 { echo "$as_me:$LINENO: result: not found" >&5
13384 echo "${ECHO_T}not found" >&6; }
13386 else
13387 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13388 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13390 cat >>confdefs.h <<_ACEOF
13391 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13392 _ACEOF
13394 CURSESLIBS="-lncurses"
13397 elif test "$ac_cv_header_curses_h" = "yes"
13398 then
13399 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13400 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13401 if test "${ac_cv_lib_soname_curses+set}" = set; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13403 else
13404 ac_check_soname_save_LIBS=$LIBS
13405 LIBS="-lcurses $LIBS"
13406 cat >conftest.$ac_ext <<_ACEOF
13407 /* confdefs.h. */
13408 _ACEOF
13409 cat confdefs.h >>conftest.$ac_ext
13410 cat >>conftest.$ac_ext <<_ACEOF
13411 /* end confdefs.h. */
13413 /* Override any GCC internal prototype to avoid an error.
13414 Use char because int might match the return type of a GCC
13415 builtin and then its argument prototype would still apply. */
13416 #ifdef __cplusplus
13417 extern "C"
13418 #endif
13419 char waddch ();
13421 main ()
13423 return waddch ();
13425 return 0;
13427 _ACEOF
13428 rm -f conftest.$ac_objext conftest$ac_exeext
13429 if { (ac_try="$ac_link"
13430 case "(($ac_try" in
13431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13432 *) ac_try_echo=$ac_try;;
13433 esac
13434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13435 (eval "$ac_link") 2>conftest.er1
13436 ac_status=$?
13437 grep -v '^ *+' conftest.er1 >conftest.err
13438 rm -f conftest.er1
13439 cat conftest.err >&5
13440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13441 (exit $ac_status); } && {
13442 test -z "$ac_c_werror_flag" ||
13443 test ! -s conftest.err
13444 } && test -s conftest$ac_exeext &&
13445 $as_test_x conftest$ac_exeext; then
13446 case "$LIBEXT" in
13447 dll) ;;
13448 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'` ;;
13449 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13450 esac
13451 else
13452 echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13459 conftest$ac_exeext conftest.$ac_ext
13460 LIBS=$ac_check_soname_save_LIBS
13462 if test "x$ac_cv_lib_soname_curses" = "x"; then
13463 { echo "$as_me:$LINENO: result: not found" >&5
13464 echo "${ECHO_T}not found" >&6; }
13466 else
13467 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13468 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13470 cat >>confdefs.h <<_ACEOF
13471 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13472 _ACEOF
13474 CURSESLIBS="-lcurses"
13478 ac_save_LIBS="$LIBS"
13479 LIBS="$LIBS $CURSESLIBS"
13481 for ac_func in mousemask
13483 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13484 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13485 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13486 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13487 echo $ECHO_N "(cached) $ECHO_C" >&6
13488 else
13489 cat >conftest.$ac_ext <<_ACEOF
13490 /* confdefs.h. */
13491 _ACEOF
13492 cat confdefs.h >>conftest.$ac_ext
13493 cat >>conftest.$ac_ext <<_ACEOF
13494 /* end confdefs.h. */
13495 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13496 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13497 #define $ac_func innocuous_$ac_func
13499 /* System header to define __stub macros and hopefully few prototypes,
13500 which can conflict with char $ac_func (); below.
13501 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13502 <limits.h> exists even on freestanding compilers. */
13504 #ifdef __STDC__
13505 # include <limits.h>
13506 #else
13507 # include <assert.h>
13508 #endif
13510 #undef $ac_func
13512 /* Override any GCC internal prototype to avoid an error.
13513 Use char because int might match the return type of a GCC
13514 builtin and then its argument prototype would still apply. */
13515 #ifdef __cplusplus
13516 extern "C"
13517 #endif
13518 char $ac_func ();
13519 /* The GNU C library defines this for functions which it implements
13520 to always fail with ENOSYS. Some functions are actually named
13521 something starting with __ and the normal name is an alias. */
13522 #if defined __stub_$ac_func || defined __stub___$ac_func
13523 choke me
13524 #endif
13527 main ()
13529 return $ac_func ();
13531 return 0;
13533 _ACEOF
13534 rm -f conftest.$ac_objext conftest$ac_exeext
13535 if { (ac_try="$ac_link"
13536 case "(($ac_try" in
13537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13538 *) ac_try_echo=$ac_try;;
13539 esac
13540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13541 (eval "$ac_link") 2>conftest.er1
13542 ac_status=$?
13543 grep -v '^ *+' conftest.er1 >conftest.err
13544 rm -f conftest.er1
13545 cat conftest.err >&5
13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547 (exit $ac_status); } && {
13548 test -z "$ac_c_werror_flag" ||
13549 test ! -s conftest.err
13550 } && test -s conftest$ac_exeext &&
13551 $as_test_x conftest$ac_exeext; then
13552 eval "$as_ac_var=yes"
13553 else
13554 echo "$as_me: failed program was:" >&5
13555 sed 's/^/| /' conftest.$ac_ext >&5
13557 eval "$as_ac_var=no"
13560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13561 conftest$ac_exeext conftest.$ac_ext
13563 ac_res=`eval echo '${'$as_ac_var'}'`
13564 { echo "$as_me:$LINENO: result: $ac_res" >&5
13565 echo "${ECHO_T}$ac_res" >&6; }
13566 if test `eval echo '${'$as_ac_var'}'` = yes; then
13567 cat >>confdefs.h <<_ACEOF
13568 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13569 _ACEOF
13572 done
13574 LIBS="$ac_save_LIBS"
13575 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13576 case "x$with_curses" in
13577 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13578 xno) ;;
13579 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13580 This is an error since --with-curses was requested." >&5
13581 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13582 This is an error since --with-curses was requested." >&2;}
13583 { (exit 1); exit 1; }; } ;;
13584 esac
13588 if test "x$with_sane" != "xno"
13589 then
13590 ac_save_CPPFLAGS="$CPPFLAGS"
13591 # Extract the first word of "sane-config", so it can be a program name with args.
13592 set dummy sane-config; ac_word=$2
13593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13595 if test "${ac_cv_prog_sane_devel+set}" = set; then
13596 echo $ECHO_N "(cached) $ECHO_C" >&6
13597 else
13598 if test -n "$sane_devel"; then
13599 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13600 else
13601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13602 for as_dir in $PATH
13604 IFS=$as_save_IFS
13605 test -z "$as_dir" && as_dir=.
13606 for ac_exec_ext in '' $ac_executable_extensions; do
13607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13608 ac_cv_prog_sane_devel="sane-config"
13609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13610 break 2
13612 done
13613 done
13614 IFS=$as_save_IFS
13616 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13619 sane_devel=$ac_cv_prog_sane_devel
13620 if test -n "$sane_devel"; then
13621 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13622 echo "${ECHO_T}$sane_devel" >&6; }
13623 else
13624 { echo "$as_me:$LINENO: result: no" >&5
13625 echo "${ECHO_T}no" >&6; }
13629 if test "$sane_devel" != "no"
13630 then
13631 ac_sane_incl="`$sane_devel --cflags`"
13632 ac_sane_libs="`$sane_devel --ldflags`"
13633 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13635 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13636 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13637 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13638 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13639 echo $ECHO_N "(cached) $ECHO_C" >&6
13641 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13642 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13643 else
13644 # Is the header compilable?
13645 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13646 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13647 cat >conftest.$ac_ext <<_ACEOF
13648 /* confdefs.h. */
13649 _ACEOF
13650 cat confdefs.h >>conftest.$ac_ext
13651 cat >>conftest.$ac_ext <<_ACEOF
13652 /* end confdefs.h. */
13653 $ac_includes_default
13654 #include <sane/sane.h>
13655 _ACEOF
13656 rm -f conftest.$ac_objext
13657 if { (ac_try="$ac_compile"
13658 case "(($ac_try" in
13659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13660 *) ac_try_echo=$ac_try;;
13661 esac
13662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13663 (eval "$ac_compile") 2>conftest.er1
13664 ac_status=$?
13665 grep -v '^ *+' conftest.er1 >conftest.err
13666 rm -f conftest.er1
13667 cat conftest.err >&5
13668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13669 (exit $ac_status); } && {
13670 test -z "$ac_c_werror_flag" ||
13671 test ! -s conftest.err
13672 } && test -s conftest.$ac_objext; then
13673 ac_header_compiler=yes
13674 else
13675 echo "$as_me: failed program was:" >&5
13676 sed 's/^/| /' conftest.$ac_ext >&5
13678 ac_header_compiler=no
13681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13682 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13683 echo "${ECHO_T}$ac_header_compiler" >&6; }
13685 # Is the header present?
13686 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13687 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13688 cat >conftest.$ac_ext <<_ACEOF
13689 /* confdefs.h. */
13690 _ACEOF
13691 cat confdefs.h >>conftest.$ac_ext
13692 cat >>conftest.$ac_ext <<_ACEOF
13693 /* end confdefs.h. */
13694 #include <sane/sane.h>
13695 _ACEOF
13696 if { (ac_try="$ac_cpp conftest.$ac_ext"
13697 case "(($ac_try" in
13698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13699 *) ac_try_echo=$ac_try;;
13700 esac
13701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13702 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13703 ac_status=$?
13704 grep -v '^ *+' conftest.er1 >conftest.err
13705 rm -f conftest.er1
13706 cat conftest.err >&5
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); } >/dev/null && {
13709 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13710 test ! -s conftest.err
13711 }; then
13712 ac_header_preproc=yes
13713 else
13714 echo "$as_me: failed program was:" >&5
13715 sed 's/^/| /' conftest.$ac_ext >&5
13717 ac_header_preproc=no
13720 rm -f conftest.err conftest.$ac_ext
13721 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13722 echo "${ECHO_T}$ac_header_preproc" >&6; }
13724 # So? What about this header?
13725 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13726 yes:no: )
13727 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13728 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13729 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13730 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13731 ac_header_preproc=yes
13733 no:yes:* )
13734 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13735 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13736 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13737 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13738 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13739 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13740 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13741 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13742 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13743 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13744 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13745 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13746 ( cat <<\_ASBOX
13747 ## ------------------------------------ ##
13748 ## Report this to wine-devel@winehq.org ##
13749 ## ------------------------------------ ##
13750 _ASBOX
13751 ) | sed "s/^/$as_me: WARNING: /" >&2
13753 esac
13754 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13755 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13756 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13757 echo $ECHO_N "(cached) $ECHO_C" >&6
13758 else
13759 ac_cv_header_sane_sane_h=$ac_header_preproc
13761 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13762 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13765 if test $ac_cv_header_sane_sane_h = yes; then
13766 { echo "$as_me:$LINENO: checking for -lsane" >&5
13767 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13768 if test "${ac_cv_lib_soname_sane+set}" = set; then
13769 echo $ECHO_N "(cached) $ECHO_C" >&6
13770 else
13771 ac_check_soname_save_LIBS=$LIBS
13772 LIBS="-lsane $ac_sane_libs $LIBS"
13773 cat >conftest.$ac_ext <<_ACEOF
13774 /* confdefs.h. */
13775 _ACEOF
13776 cat confdefs.h >>conftest.$ac_ext
13777 cat >>conftest.$ac_ext <<_ACEOF
13778 /* end confdefs.h. */
13780 /* Override any GCC internal prototype to avoid an error.
13781 Use char because int might match the return type of a GCC
13782 builtin and then its argument prototype would still apply. */
13783 #ifdef __cplusplus
13784 extern "C"
13785 #endif
13786 char sane_init ();
13788 main ()
13790 return sane_init ();
13792 return 0;
13794 _ACEOF
13795 rm -f conftest.$ac_objext conftest$ac_exeext
13796 if { (ac_try="$ac_link"
13797 case "(($ac_try" in
13798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13799 *) ac_try_echo=$ac_try;;
13800 esac
13801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13802 (eval "$ac_link") 2>conftest.er1
13803 ac_status=$?
13804 grep -v '^ *+' conftest.er1 >conftest.err
13805 rm -f conftest.er1
13806 cat conftest.err >&5
13807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13808 (exit $ac_status); } && {
13809 test -z "$ac_c_werror_flag" ||
13810 test ! -s conftest.err
13811 } && test -s conftest$ac_exeext &&
13812 $as_test_x conftest$ac_exeext; then
13813 case "$LIBEXT" in
13814 dll) ;;
13815 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'` ;;
13816 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13817 esac
13818 else
13819 echo "$as_me: failed program was:" >&5
13820 sed 's/^/| /' conftest.$ac_ext >&5
13825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13826 conftest$ac_exeext conftest.$ac_ext
13827 LIBS=$ac_check_soname_save_LIBS
13829 if test "x$ac_cv_lib_soname_sane" = "x"; then
13830 { echo "$as_me:$LINENO: result: not found" >&5
13831 echo "${ECHO_T}not found" >&6; }
13833 else
13834 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13835 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13837 cat >>confdefs.h <<_ACEOF
13838 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13839 _ACEOF
13841 SANEINCL="$ac_sane_incl"
13848 CPPFLAGS="$ac_save_CPPFLAGS"
13850 if test "x$ac_cv_lib_soname_sane" = "x"; then
13851 case "x$with_sane" in
13852 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13853 xno) ;;
13854 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13855 This is an error since --with-sane was requested." >&5
13856 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13857 This is an error since --with-sane was requested." >&2;}
13858 { (exit 1); exit 1; }; } ;;
13859 esac
13863 if test "x$with_gphoto" != "xno"
13864 then
13865 ac_save_CPPFLAGS="$CPPFLAGS"
13866 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13867 set dummy gphoto2-config; ac_word=$2
13868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13870 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13871 echo $ECHO_N "(cached) $ECHO_C" >&6
13872 else
13873 if test -n "$gphoto2_devel"; then
13874 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13875 else
13876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13877 for as_dir in $PATH
13879 IFS=$as_save_IFS
13880 test -z "$as_dir" && as_dir=.
13881 for ac_exec_ext in '' $ac_executable_extensions; do
13882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13883 ac_cv_prog_gphoto2_devel="gphoto2-config"
13884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13885 break 2
13887 done
13888 done
13889 IFS=$as_save_IFS
13891 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13894 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13895 if test -n "$gphoto2_devel"; then
13896 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13897 echo "${ECHO_T}$gphoto2_devel" >&6; }
13898 else
13899 { echo "$as_me:$LINENO: result: no" >&5
13900 echo "${ECHO_T}no" >&6; }
13904 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13905 set dummy gphoto2-port-config; ac_word=$2
13906 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13907 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13908 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13909 echo $ECHO_N "(cached) $ECHO_C" >&6
13910 else
13911 if test -n "$gphoto2port_devel"; then
13912 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13913 else
13914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13915 for as_dir in $PATH
13917 IFS=$as_save_IFS
13918 test -z "$as_dir" && as_dir=.
13919 for ac_exec_ext in '' $ac_executable_extensions; do
13920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13921 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13922 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13923 break 2
13925 done
13926 done
13927 IFS=$as_save_IFS
13929 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13932 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13933 if test -n "$gphoto2port_devel"; then
13934 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13935 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13936 else
13937 { echo "$as_me:$LINENO: result: no" >&5
13938 echo "${ECHO_T}no" >&6; }
13942 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13943 then
13944 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13945 ac_gphoto2_libs=""
13946 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13948 case "$i" in
13949 -L/usr/lib|-L/usr/lib64) ;;
13950 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13951 esac
13952 done
13953 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13955 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13956 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13957 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13958 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13959 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13960 echo $ECHO_N "(cached) $ECHO_C" >&6
13962 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13963 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13964 else
13965 # Is the header compilable?
13966 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13967 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13968 cat >conftest.$ac_ext <<_ACEOF
13969 /* confdefs.h. */
13970 _ACEOF
13971 cat confdefs.h >>conftest.$ac_ext
13972 cat >>conftest.$ac_ext <<_ACEOF
13973 /* end confdefs.h. */
13974 $ac_includes_default
13975 #include <gphoto2-camera.h>
13976 _ACEOF
13977 rm -f conftest.$ac_objext
13978 if { (ac_try="$ac_compile"
13979 case "(($ac_try" in
13980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13981 *) ac_try_echo=$ac_try;;
13982 esac
13983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13984 (eval "$ac_compile") 2>conftest.er1
13985 ac_status=$?
13986 grep -v '^ *+' conftest.er1 >conftest.err
13987 rm -f conftest.er1
13988 cat conftest.err >&5
13989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); } && {
13991 test -z "$ac_c_werror_flag" ||
13992 test ! -s conftest.err
13993 } && test -s conftest.$ac_objext; then
13994 ac_header_compiler=yes
13995 else
13996 echo "$as_me: failed program was:" >&5
13997 sed 's/^/| /' conftest.$ac_ext >&5
13999 ac_header_compiler=no
14002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14003 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14004 echo "${ECHO_T}$ac_header_compiler" >&6; }
14006 # Is the header present?
14007 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14008 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
14009 cat >conftest.$ac_ext <<_ACEOF
14010 /* confdefs.h. */
14011 _ACEOF
14012 cat confdefs.h >>conftest.$ac_ext
14013 cat >>conftest.$ac_ext <<_ACEOF
14014 /* end confdefs.h. */
14015 #include <gphoto2-camera.h>
14016 _ACEOF
14017 if { (ac_try="$ac_cpp conftest.$ac_ext"
14018 case "(($ac_try" in
14019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14020 *) ac_try_echo=$ac_try;;
14021 esac
14022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14023 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14024 ac_status=$?
14025 grep -v '^ *+' conftest.er1 >conftest.err
14026 rm -f conftest.er1
14027 cat conftest.err >&5
14028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14029 (exit $ac_status); } >/dev/null && {
14030 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14031 test ! -s conftest.err
14032 }; then
14033 ac_header_preproc=yes
14034 else
14035 echo "$as_me: failed program was:" >&5
14036 sed 's/^/| /' conftest.$ac_ext >&5
14038 ac_header_preproc=no
14041 rm -f conftest.err conftest.$ac_ext
14042 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14043 echo "${ECHO_T}$ac_header_preproc" >&6; }
14045 # So? What about this header?
14046 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14047 yes:no: )
14048 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14049 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14050 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14051 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14052 ac_header_preproc=yes
14054 no:yes:* )
14055 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14056 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14057 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14058 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14059 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14060 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14061 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14062 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14063 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14064 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14065 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14066 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14067 ( cat <<\_ASBOX
14068 ## ------------------------------------ ##
14069 ## Report this to wine-devel@winehq.org ##
14070 ## ------------------------------------ ##
14071 _ASBOX
14072 ) | sed "s/^/$as_me: WARNING: /" >&2
14074 esac
14075 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14076 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14077 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14078 echo $ECHO_N "(cached) $ECHO_C" >&6
14079 else
14080 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14082 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14083 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14086 if test $ac_cv_header_gphoto2_camera_h = yes; then
14087 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14088 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
14089 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14090 echo $ECHO_N "(cached) $ECHO_C" >&6
14091 else
14092 ac_check_lib_save_LIBS=$LIBS
14093 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14094 cat >conftest.$ac_ext <<_ACEOF
14095 /* confdefs.h. */
14096 _ACEOF
14097 cat confdefs.h >>conftest.$ac_ext
14098 cat >>conftest.$ac_ext <<_ACEOF
14099 /* end confdefs.h. */
14101 /* Override any GCC internal prototype to avoid an error.
14102 Use char because int might match the return type of a GCC
14103 builtin and then its argument prototype would still apply. */
14104 #ifdef __cplusplus
14105 extern "C"
14106 #endif
14107 char gp_camera_new ();
14109 main ()
14111 return gp_camera_new ();
14113 return 0;
14115 _ACEOF
14116 rm -f conftest.$ac_objext conftest$ac_exeext
14117 if { (ac_try="$ac_link"
14118 case "(($ac_try" in
14119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14120 *) ac_try_echo=$ac_try;;
14121 esac
14122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14123 (eval "$ac_link") 2>conftest.er1
14124 ac_status=$?
14125 grep -v '^ *+' conftest.er1 >conftest.err
14126 rm -f conftest.er1
14127 cat conftest.err >&5
14128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14129 (exit $ac_status); } && {
14130 test -z "$ac_c_werror_flag" ||
14131 test ! -s conftest.err
14132 } && test -s conftest$ac_exeext &&
14133 $as_test_x conftest$ac_exeext; then
14134 ac_cv_lib_gphoto2_gp_camera_new=yes
14135 else
14136 echo "$as_me: failed program was:" >&5
14137 sed 's/^/| /' conftest.$ac_ext >&5
14139 ac_cv_lib_gphoto2_gp_camera_new=no
14142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14143 conftest$ac_exeext conftest.$ac_ext
14144 LIBS=$ac_check_lib_save_LIBS
14146 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14147 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14148 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14150 cat >>confdefs.h <<\_ACEOF
14151 #define HAVE_GPHOTO2 1
14152 _ACEOF
14154 GPHOTO2LIBS="$ac_gphoto2_libs"
14156 GPHOTO2INCL="$ac_gphoto2_incl"
14163 CPPFLAGS="$ac_save_CPPFLAGS"
14165 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14166 case "x$with_gphoto" in
14167 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14168 xno) ;;
14169 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14170 This is an error since --with-gphoto was requested." >&5
14171 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14172 This is an error since --with-gphoto was requested." >&2;}
14173 { (exit 1); exit 1; }; } ;;
14174 esac
14179 RESOLVLIBS=""
14181 if test "$ac_cv_header_resolv_h" = "yes"
14182 then
14183 ac_save_LIBS="$LIBS"
14184 LIBS="$LIBS -lresolv"
14185 cat >conftest.$ac_ext <<_ACEOF
14186 /* confdefs.h. */
14187 _ACEOF
14188 cat confdefs.h >>conftest.$ac_ext
14189 cat >>conftest.$ac_ext <<_ACEOF
14190 /* end confdefs.h. */
14191 #ifdef HAVE_NETINET_IN_H
14192 #include <netinet/in.h>
14193 #endif
14194 #include <resolv.h>
14196 main ()
14198 res_init();
14200 return 0;
14202 _ACEOF
14203 rm -f conftest.$ac_objext conftest$ac_exeext
14204 if { (ac_try="$ac_link"
14205 case "(($ac_try" in
14206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14207 *) ac_try_echo=$ac_try;;
14208 esac
14209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14210 (eval "$ac_link") 2>conftest.er1
14211 ac_status=$?
14212 grep -v '^ *+' conftest.er1 >conftest.err
14213 rm -f conftest.er1
14214 cat conftest.err >&5
14215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } && {
14217 test -z "$ac_c_werror_flag" ||
14218 test ! -s conftest.err
14219 } && test -s conftest$ac_exeext &&
14220 $as_test_x conftest$ac_exeext; then
14222 cat >>confdefs.h <<\_ACEOF
14223 #define HAVE_RESOLV 1
14224 _ACEOF
14226 RESOLVLIBS="-lresolv"
14227 else
14228 echo "$as_me: failed program was:" >&5
14229 sed 's/^/| /' conftest.$ac_ext >&5
14234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14235 conftest$ac_exeext conftest.$ac_ext
14236 LIBS="$ac_save_LIBS"
14239 LCMSLIBS=""
14241 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14242 then
14243 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14244 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14245 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14246 echo $ECHO_N "(cached) $ECHO_C" >&6
14247 else
14248 ac_check_lib_save_LIBS=$LIBS
14249 LIBS="-llcms $LIBS"
14250 cat >conftest.$ac_ext <<_ACEOF
14251 /* confdefs.h. */
14252 _ACEOF
14253 cat confdefs.h >>conftest.$ac_ext
14254 cat >>conftest.$ac_ext <<_ACEOF
14255 /* end confdefs.h. */
14257 /* Override any GCC internal prototype to avoid an error.
14258 Use char because int might match the return type of a GCC
14259 builtin and then its argument prototype would still apply. */
14260 #ifdef __cplusplus
14261 extern "C"
14262 #endif
14263 char cmsOpenProfileFromFile ();
14265 main ()
14267 return cmsOpenProfileFromFile ();
14269 return 0;
14271 _ACEOF
14272 rm -f conftest.$ac_objext conftest$ac_exeext
14273 if { (ac_try="$ac_link"
14274 case "(($ac_try" in
14275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14276 *) ac_try_echo=$ac_try;;
14277 esac
14278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14279 (eval "$ac_link") 2>conftest.er1
14280 ac_status=$?
14281 grep -v '^ *+' conftest.er1 >conftest.err
14282 rm -f conftest.er1
14283 cat conftest.err >&5
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); } && {
14286 test -z "$ac_c_werror_flag" ||
14287 test ! -s conftest.err
14288 } && test -s conftest$ac_exeext &&
14289 $as_test_x conftest$ac_exeext; then
14290 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14291 else
14292 echo "$as_me: failed program was:" >&5
14293 sed 's/^/| /' conftest.$ac_ext >&5
14295 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14299 conftest$ac_exeext conftest.$ac_ext
14300 LIBS=$ac_check_lib_save_LIBS
14302 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14303 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14304 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14306 cat >>confdefs.h <<\_ACEOF
14307 #define HAVE_LCMS 1
14308 _ACEOF
14310 LCMSLIBS="-llcms"
14314 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14315 case "x$with_cms" in
14316 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14317 xno) ;;
14318 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14319 This is an error since --with-cms was requested." >&5
14320 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14321 This is an error since --with-cms was requested." >&2;}
14322 { (exit 1); exit 1; }; } ;;
14323 esac
14327 if test "x$with_freetype" != "xno"
14328 then
14329 for ac_prog in freetype-config freetype2-config
14331 # Extract the first word of "$ac_prog", so it can be a program name with args.
14332 set dummy $ac_prog; ac_word=$2
14333 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14335 if test "${ac_cv_prog_ft_devel+set}" = set; then
14336 echo $ECHO_N "(cached) $ECHO_C" >&6
14337 else
14338 if test -n "$ft_devel"; then
14339 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14340 else
14341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14342 for as_dir in $PATH
14344 IFS=$as_save_IFS
14345 test -z "$as_dir" && as_dir=.
14346 for ac_exec_ext in '' $ac_executable_extensions; do
14347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14348 ac_cv_prog_ft_devel="$ac_prog"
14349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14350 break 2
14352 done
14353 done
14354 IFS=$as_save_IFS
14358 ft_devel=$ac_cv_prog_ft_devel
14359 if test -n "$ft_devel"; then
14360 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14361 echo "${ECHO_T}$ft_devel" >&6; }
14362 else
14363 { echo "$as_me:$LINENO: result: no" >&5
14364 echo "${ECHO_T}no" >&6; }
14368 test -n "$ft_devel" && break
14369 done
14370 test -n "$ft_devel" || ft_devel="no"
14372 if test "$ft_devel" != "no"
14373 then
14374 ac_freetype_incl=`$ft_devel --cflags`
14375 ac_freetype_libs=`$ft_devel --libs`
14377 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14378 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14379 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14380 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14381 echo $ECHO_N "(cached) $ECHO_C" >&6
14382 else
14383 ac_check_soname_save_LIBS=$LIBS
14384 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14385 cat >conftest.$ac_ext <<_ACEOF
14386 /* confdefs.h. */
14387 _ACEOF
14388 cat confdefs.h >>conftest.$ac_ext
14389 cat >>conftest.$ac_ext <<_ACEOF
14390 /* end confdefs.h. */
14392 /* Override any GCC internal prototype to avoid an error.
14393 Use char because int might match the return type of a GCC
14394 builtin and then its argument prototype would still apply. */
14395 #ifdef __cplusplus
14396 extern "C"
14397 #endif
14398 char FT_Init_FreeType ();
14400 main ()
14402 return FT_Init_FreeType ();
14404 return 0;
14406 _ACEOF
14407 rm -f conftest.$ac_objext conftest$ac_exeext
14408 if { (ac_try="$ac_link"
14409 case "(($ac_try" in
14410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14411 *) ac_try_echo=$ac_try;;
14412 esac
14413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14414 (eval "$ac_link") 2>conftest.er1
14415 ac_status=$?
14416 grep -v '^ *+' conftest.er1 >conftest.err
14417 rm -f conftest.er1
14418 cat conftest.err >&5
14419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14420 (exit $ac_status); } && {
14421 test -z "$ac_c_werror_flag" ||
14422 test ! -s conftest.err
14423 } && test -s conftest$ac_exeext &&
14424 $as_test_x conftest$ac_exeext; then
14425 case "$LIBEXT" in
14426 dll) ;;
14427 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'` ;;
14428 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14429 esac
14430 else
14431 echo "$as_me: failed program was:" >&5
14432 sed 's/^/| /' conftest.$ac_ext >&5
14437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14438 conftest$ac_exeext conftest.$ac_ext
14439 LIBS=$ac_check_soname_save_LIBS
14441 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14442 { echo "$as_me:$LINENO: result: not found" >&5
14443 echo "${ECHO_T}not found" >&6; }
14444 ft_lib=no
14445 else
14446 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14447 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14449 cat >>confdefs.h <<_ACEOF
14450 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14451 _ACEOF
14453 ft_lib=yes
14456 if test "$ft_lib" = "yes"
14457 then
14458 ac_save_CPPFLAGS="$CPPFLAGS"
14459 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14472 for ac_header in ft2build.h \
14473 freetype/freetype.h \
14474 freetype/ftglyph.h \
14475 freetype/fttypes.h \
14476 freetype/tttables.h \
14477 freetype/ftsnames.h \
14478 freetype/ttnameid.h \
14479 freetype/ftoutln.h \
14480 freetype/ftwinfnt.h \
14481 freetype/ftmodapi.h \
14482 freetype/ftlcdfil.h \
14483 freetype/internal/sfnt.h
14485 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14486 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14487 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14488 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14489 echo $ECHO_N "(cached) $ECHO_C" >&6
14490 else
14491 cat >conftest.$ac_ext <<_ACEOF
14492 /* confdefs.h. */
14493 _ACEOF
14494 cat confdefs.h >>conftest.$ac_ext
14495 cat >>conftest.$ac_ext <<_ACEOF
14496 /* end confdefs.h. */
14497 #ifdef HAVE_FT2BUILD_H
14498 # include <ft2build.h>
14499 #endif
14501 #include <$ac_header>
14502 _ACEOF
14503 rm -f conftest.$ac_objext
14504 if { (ac_try="$ac_compile"
14505 case "(($ac_try" in
14506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14507 *) ac_try_echo=$ac_try;;
14508 esac
14509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14510 (eval "$ac_compile") 2>conftest.er1
14511 ac_status=$?
14512 grep -v '^ *+' conftest.er1 >conftest.err
14513 rm -f conftest.er1
14514 cat conftest.err >&5
14515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14516 (exit $ac_status); } && {
14517 test -z "$ac_c_werror_flag" ||
14518 test ! -s conftest.err
14519 } && test -s conftest.$ac_objext; then
14520 eval "$as_ac_Header=yes"
14521 else
14522 echo "$as_me: failed program was:" >&5
14523 sed 's/^/| /' conftest.$ac_ext >&5
14525 eval "$as_ac_Header=no"
14528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14530 ac_res=`eval echo '${'$as_ac_Header'}'`
14531 { echo "$as_me:$LINENO: result: $ac_res" >&5
14532 echo "${ECHO_T}$ac_res" >&6; }
14533 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14534 cat >>confdefs.h <<_ACEOF
14535 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14536 _ACEOF
14540 done
14542 cat >conftest.$ac_ext <<_ACEOF
14543 /* confdefs.h. */
14544 _ACEOF
14545 cat confdefs.h >>conftest.$ac_ext
14546 cat >>conftest.$ac_ext <<_ACEOF
14547 /* end confdefs.h. */
14548 #include <ft2build.h>
14549 #include <freetype/fttrigon.h>
14550 _ACEOF
14551 if { (ac_try="$ac_cpp conftest.$ac_ext"
14552 case "(($ac_try" in
14553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14554 *) ac_try_echo=$ac_try;;
14555 esac
14556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14558 ac_status=$?
14559 grep -v '^ *+' conftest.er1 >conftest.err
14560 rm -f conftest.er1
14561 cat conftest.err >&5
14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14563 (exit $ac_status); } >/dev/null && {
14564 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14565 test ! -s conftest.err
14566 }; then
14568 cat >>confdefs.h <<\_ACEOF
14569 #define HAVE_FREETYPE_FTTRIGON_H 1
14570 _ACEOF
14572 wine_cv_fttrigon=yes
14573 else
14574 echo "$as_me: failed program was:" >&5
14575 sed 's/^/| /' conftest.$ac_ext >&5
14577 wine_cv_fttrigon=no
14580 rm -f conftest.err conftest.$ac_ext
14581 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14582 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14583 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14584 echo $ECHO_N "(cached) $ECHO_C" >&6
14585 else
14586 cat >conftest.$ac_ext <<_ACEOF
14587 /* confdefs.h. */
14588 _ACEOF
14589 cat confdefs.h >>conftest.$ac_ext
14590 cat >>conftest.$ac_ext <<_ACEOF
14591 /* end confdefs.h. */
14592 #include <freetype/ftmodapi.h>
14594 typedef FT_TrueTypeEngineType ac__type_new_;
14596 main ()
14598 if ((ac__type_new_ *) 0)
14599 return 0;
14600 if (sizeof (ac__type_new_))
14601 return 0;
14603 return 0;
14605 _ACEOF
14606 rm -f conftest.$ac_objext
14607 if { (ac_try="$ac_compile"
14608 case "(($ac_try" in
14609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14610 *) ac_try_echo=$ac_try;;
14611 esac
14612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14613 (eval "$ac_compile") 2>conftest.er1
14614 ac_status=$?
14615 grep -v '^ *+' conftest.er1 >conftest.err
14616 rm -f conftest.er1
14617 cat conftest.err >&5
14618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14619 (exit $ac_status); } && {
14620 test -z "$ac_c_werror_flag" ||
14621 test ! -s conftest.err
14622 } && test -s conftest.$ac_objext; then
14623 ac_cv_type_FT_TrueTypeEngineType=yes
14624 else
14625 echo "$as_me: failed program was:" >&5
14626 sed 's/^/| /' conftest.$ac_ext >&5
14628 ac_cv_type_FT_TrueTypeEngineType=no
14631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14633 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14634 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14635 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14637 cat >>confdefs.h <<_ACEOF
14638 #define HAVE_FT_TRUETYPEENGINETYPE 1
14639 _ACEOF
14644 ac_save_CFLAGS="$CFLAGS"
14645 CFLAGS="$CFLAGS $ac_freetype_libs"
14647 for ac_func in FT_Load_Sfnt_Table
14649 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14650 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14651 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14652 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14653 echo $ECHO_N "(cached) $ECHO_C" >&6
14654 else
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14662 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14663 #define $ac_func innocuous_$ac_func
14665 /* System header to define __stub macros and hopefully few prototypes,
14666 which can conflict with char $ac_func (); below.
14667 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14668 <limits.h> exists even on freestanding compilers. */
14670 #ifdef __STDC__
14671 # include <limits.h>
14672 #else
14673 # include <assert.h>
14674 #endif
14676 #undef $ac_func
14678 /* Override any GCC internal prototype to avoid an error.
14679 Use char because int might match the return type of a GCC
14680 builtin and then its argument prototype would still apply. */
14681 #ifdef __cplusplus
14682 extern "C"
14683 #endif
14684 char $ac_func ();
14685 /* The GNU C library defines this for functions which it implements
14686 to always fail with ENOSYS. Some functions are actually named
14687 something starting with __ and the normal name is an alias. */
14688 #if defined __stub_$ac_func || defined __stub___$ac_func
14689 choke me
14690 #endif
14693 main ()
14695 return $ac_func ();
14697 return 0;
14699 _ACEOF
14700 rm -f conftest.$ac_objext conftest$ac_exeext
14701 if { (ac_try="$ac_link"
14702 case "(($ac_try" in
14703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14704 *) ac_try_echo=$ac_try;;
14705 esac
14706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14707 (eval "$ac_link") 2>conftest.er1
14708 ac_status=$?
14709 grep -v '^ *+' conftest.er1 >conftest.err
14710 rm -f conftest.er1
14711 cat conftest.err >&5
14712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14713 (exit $ac_status); } && {
14714 test -z "$ac_c_werror_flag" ||
14715 test ! -s conftest.err
14716 } && test -s conftest$ac_exeext &&
14717 $as_test_x conftest$ac_exeext; then
14718 eval "$as_ac_var=yes"
14719 else
14720 echo "$as_me: failed program was:" >&5
14721 sed 's/^/| /' conftest.$ac_ext >&5
14723 eval "$as_ac_var=no"
14726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14727 conftest$ac_exeext conftest.$ac_ext
14729 ac_res=`eval echo '${'$as_ac_var'}'`
14730 { echo "$as_me:$LINENO: result: $ac_res" >&5
14731 echo "${ECHO_T}$ac_res" >&6; }
14732 if test `eval echo '${'$as_ac_var'}'` = yes; then
14733 cat >>confdefs.h <<_ACEOF
14734 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14735 _ACEOF
14738 done
14740 CFLAGS="$ac_save_CFLAGS"
14741 CPPFLAGS="$ac_save_CPPFLAGS"
14742 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14743 then
14745 cat >>confdefs.h <<\_ACEOF
14746 #define HAVE_FREETYPE 1
14747 _ACEOF
14749 FREETYPELIBS="$ac_freetype_libs"
14751 FREETYPEINCL="$ac_freetype_incl"
14756 if test "x$FREETYPELIBS" = "x"; then
14757 case "x$with_freetype" in
14758 xno) ;;
14759 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14760 Use the --without-freetype option if you really want this." >&5
14761 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14762 Use the --without-freetype option if you really want this." >&2;}
14763 { (exit 1); exit 1; }; } ;;
14764 esac
14767 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14769 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14770 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14771 if test "${ac_cv_c_ppdev+set}" = set; then
14772 echo $ECHO_N "(cached) $ECHO_C" >&6
14773 else
14774 cat >conftest.$ac_ext <<_ACEOF
14775 /* confdefs.h. */
14776 _ACEOF
14777 cat confdefs.h >>conftest.$ac_ext
14778 cat >>conftest.$ac_ext <<_ACEOF
14779 /* end confdefs.h. */
14780 #include <linux/ppdev.h>
14782 main ()
14784 ioctl (1,PPCLAIM,0)
14786 return 0;
14788 _ACEOF
14789 rm -f conftest.$ac_objext
14790 if { (ac_try="$ac_compile"
14791 case "(($ac_try" in
14792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14793 *) ac_try_echo=$ac_try;;
14794 esac
14795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14796 (eval "$ac_compile") 2>conftest.er1
14797 ac_status=$?
14798 grep -v '^ *+' conftest.er1 >conftest.err
14799 rm -f conftest.er1
14800 cat conftest.err >&5
14801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14802 (exit $ac_status); } && {
14803 test -z "$ac_c_werror_flag" ||
14804 test ! -s conftest.err
14805 } && test -s conftest.$ac_objext; then
14806 ac_cv_c_ppdev="yes"
14807 else
14808 echo "$as_me: failed program was:" >&5
14809 sed 's/^/| /' conftest.$ac_ext >&5
14811 ac_cv_c_ppdev="no"
14814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14816 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14817 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14818 if test "$ac_cv_c_ppdev" = "yes"
14819 then
14821 cat >>confdefs.h <<\_ACEOF
14822 #define HAVE_PPDEV 1
14823 _ACEOF
14827 ac_wine_check_funcs_save_LIBS="$LIBS"
14828 LIBS="$LIBS $LIBPTHREAD"
14833 for ac_func in \
14834 pthread_attr_get_np \
14835 pthread_getattr_np \
14836 pthread_get_stackaddr_np \
14837 pthread_get_stacksize_np
14839 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14840 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14841 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14842 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14844 else
14845 cat >conftest.$ac_ext <<_ACEOF
14846 /* confdefs.h. */
14847 _ACEOF
14848 cat confdefs.h >>conftest.$ac_ext
14849 cat >>conftest.$ac_ext <<_ACEOF
14850 /* end confdefs.h. */
14851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14853 #define $ac_func innocuous_$ac_func
14855 /* System header to define __stub macros and hopefully few prototypes,
14856 which can conflict with char $ac_func (); below.
14857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14858 <limits.h> exists even on freestanding compilers. */
14860 #ifdef __STDC__
14861 # include <limits.h>
14862 #else
14863 # include <assert.h>
14864 #endif
14866 #undef $ac_func
14868 /* Override any GCC internal prototype to avoid an error.
14869 Use char because int might match the return type of a GCC
14870 builtin and then its argument prototype would still apply. */
14871 #ifdef __cplusplus
14872 extern "C"
14873 #endif
14874 char $ac_func ();
14875 /* The GNU C library defines this for functions which it implements
14876 to always fail with ENOSYS. Some functions are actually named
14877 something starting with __ and the normal name is an alias. */
14878 #if defined __stub_$ac_func || defined __stub___$ac_func
14879 choke me
14880 #endif
14883 main ()
14885 return $ac_func ();
14887 return 0;
14889 _ACEOF
14890 rm -f conftest.$ac_objext conftest$ac_exeext
14891 if { (ac_try="$ac_link"
14892 case "(($ac_try" in
14893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14894 *) ac_try_echo=$ac_try;;
14895 esac
14896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14897 (eval "$ac_link") 2>conftest.er1
14898 ac_status=$?
14899 grep -v '^ *+' conftest.er1 >conftest.err
14900 rm -f conftest.er1
14901 cat conftest.err >&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } && {
14904 test -z "$ac_c_werror_flag" ||
14905 test ! -s conftest.err
14906 } && test -s conftest$ac_exeext &&
14907 $as_test_x conftest$ac_exeext; then
14908 eval "$as_ac_var=yes"
14909 else
14910 echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14913 eval "$as_ac_var=no"
14916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14917 conftest$ac_exeext conftest.$ac_ext
14919 ac_res=`eval echo '${'$as_ac_var'}'`
14920 { echo "$as_me:$LINENO: result: $ac_res" >&5
14921 echo "${ECHO_T}$ac_res" >&6; }
14922 if test `eval echo '${'$as_ac_var'}'` = yes; then
14923 cat >>confdefs.h <<_ACEOF
14924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14925 _ACEOF
14928 done
14930 LIBS="$ac_wine_check_funcs_save_LIBS"
14932 if test "$ac_cv_header_zlib_h" = "yes"
14933 then
14934 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14935 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14936 if test "${ac_cv_lib_z_inflate+set}" = set; then
14937 echo $ECHO_N "(cached) $ECHO_C" >&6
14938 else
14939 ac_check_lib_save_LIBS=$LIBS
14940 LIBS="-lz $LIBS"
14941 cat >conftest.$ac_ext <<_ACEOF
14942 /* confdefs.h. */
14943 _ACEOF
14944 cat confdefs.h >>conftest.$ac_ext
14945 cat >>conftest.$ac_ext <<_ACEOF
14946 /* end confdefs.h. */
14948 /* Override any GCC internal prototype to avoid an error.
14949 Use char because int might match the return type of a GCC
14950 builtin and then its argument prototype would still apply. */
14951 #ifdef __cplusplus
14952 extern "C"
14953 #endif
14954 char inflate ();
14956 main ()
14958 return inflate ();
14960 return 0;
14962 _ACEOF
14963 rm -f conftest.$ac_objext conftest$ac_exeext
14964 if { (ac_try="$ac_link"
14965 case "(($ac_try" in
14966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14967 *) ac_try_echo=$ac_try;;
14968 esac
14969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14970 (eval "$ac_link") 2>conftest.er1
14971 ac_status=$?
14972 grep -v '^ *+' conftest.er1 >conftest.err
14973 rm -f conftest.er1
14974 cat conftest.err >&5
14975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14976 (exit $ac_status); } && {
14977 test -z "$ac_c_werror_flag" ||
14978 test ! -s conftest.err
14979 } && test -s conftest$ac_exeext &&
14980 $as_test_x conftest$ac_exeext; then
14981 ac_cv_lib_z_inflate=yes
14982 else
14983 echo "$as_me: failed program was:" >&5
14984 sed 's/^/| /' conftest.$ac_ext >&5
14986 ac_cv_lib_z_inflate=no
14989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14990 conftest$ac_exeext conftest.$ac_ext
14991 LIBS=$ac_check_lib_save_LIBS
14993 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14994 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14995 if test $ac_cv_lib_z_inflate = yes; then
14997 cat >>confdefs.h <<\_ACEOF
14998 #define HAVE_ZLIB 1
14999 _ACEOF
15001 ZLIB="-lz"
15007 if test "x$with_esd" != xno
15008 then
15009 save_CFLAGS="$CFLAGS"
15010 # Extract the first word of "esd-config", so it can be a program name with args.
15011 set dummy esd-config; ac_word=$2
15012 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15014 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15015 echo $ECHO_N "(cached) $ECHO_C" >&6
15016 else
15017 case $ESDCONFIG in
15018 [\\/]* | ?:[\\/]*)
15019 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15023 for as_dir in $PATH
15025 IFS=$as_save_IFS
15026 test -z "$as_dir" && as_dir=.
15027 for ac_exec_ext in '' $ac_executable_extensions; do
15028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15029 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15031 break 2
15033 done
15034 done
15035 IFS=$as_save_IFS
15037 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15039 esac
15041 ESDCONFIG=$ac_cv_path_ESDCONFIG
15042 if test -n "$ESDCONFIG"; then
15043 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15044 echo "${ECHO_T}$ESDCONFIG" >&6; }
15045 else
15046 { echo "$as_me:$LINENO: result: no" >&5
15047 echo "${ECHO_T}no" >&6; }
15051 if test "x$ESDCONFIG" != "xno"
15052 then
15053 ac_esd_incl=""
15054 for i in `$ESDCONFIG --cflags`
15056 case "$i" in
15057 -I*) ac_esd_incl="$ac_esd_incl $i";;
15058 esac
15059 done
15060 ac_esd_libs=`$ESDCONFIG --libs`
15061 CFLAGS="$CFLAGS $ac_esd_incl"
15063 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15064 if test "${ac_cv_header_esd_h+set}" = set; then
15065 { echo "$as_me:$LINENO: checking for esd.h" >&5
15066 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15067 if test "${ac_cv_header_esd_h+set}" = set; then
15068 echo $ECHO_N "(cached) $ECHO_C" >&6
15070 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15071 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15072 else
15073 # Is the header compilable?
15074 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15075 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15076 cat >conftest.$ac_ext <<_ACEOF
15077 /* confdefs.h. */
15078 _ACEOF
15079 cat confdefs.h >>conftest.$ac_ext
15080 cat >>conftest.$ac_ext <<_ACEOF
15081 /* end confdefs.h. */
15082 $ac_includes_default
15083 #include <esd.h>
15084 _ACEOF
15085 rm -f conftest.$ac_objext
15086 if { (ac_try="$ac_compile"
15087 case "(($ac_try" in
15088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15089 *) ac_try_echo=$ac_try;;
15090 esac
15091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15092 (eval "$ac_compile") 2>conftest.er1
15093 ac_status=$?
15094 grep -v '^ *+' conftest.er1 >conftest.err
15095 rm -f conftest.er1
15096 cat conftest.err >&5
15097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15098 (exit $ac_status); } && {
15099 test -z "$ac_c_werror_flag" ||
15100 test ! -s conftest.err
15101 } && test -s conftest.$ac_objext; then
15102 ac_header_compiler=yes
15103 else
15104 echo "$as_me: failed program was:" >&5
15105 sed 's/^/| /' conftest.$ac_ext >&5
15107 ac_header_compiler=no
15110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15111 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15112 echo "${ECHO_T}$ac_header_compiler" >&6; }
15114 # Is the header present?
15115 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15116 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15117 cat >conftest.$ac_ext <<_ACEOF
15118 /* confdefs.h. */
15119 _ACEOF
15120 cat confdefs.h >>conftest.$ac_ext
15121 cat >>conftest.$ac_ext <<_ACEOF
15122 /* end confdefs.h. */
15123 #include <esd.h>
15124 _ACEOF
15125 if { (ac_try="$ac_cpp conftest.$ac_ext"
15126 case "(($ac_try" in
15127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15128 *) ac_try_echo=$ac_try;;
15129 esac
15130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15131 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15132 ac_status=$?
15133 grep -v '^ *+' conftest.er1 >conftest.err
15134 rm -f conftest.er1
15135 cat conftest.err >&5
15136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15137 (exit $ac_status); } >/dev/null && {
15138 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15139 test ! -s conftest.err
15140 }; then
15141 ac_header_preproc=yes
15142 else
15143 echo "$as_me: failed program was:" >&5
15144 sed 's/^/| /' conftest.$ac_ext >&5
15146 ac_header_preproc=no
15149 rm -f conftest.err conftest.$ac_ext
15150 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15151 echo "${ECHO_T}$ac_header_preproc" >&6; }
15153 # So? What about this header?
15154 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15155 yes:no: )
15156 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15157 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15158 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15159 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15160 ac_header_preproc=yes
15162 no:yes:* )
15163 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15164 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15165 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15166 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15167 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15168 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15169 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15170 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15171 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15172 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15173 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15174 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15175 ( cat <<\_ASBOX
15176 ## ------------------------------------ ##
15177 ## Report this to wine-devel@winehq.org ##
15178 ## ------------------------------------ ##
15179 _ASBOX
15180 ) | sed "s/^/$as_me: WARNING: /" >&2
15182 esac
15183 { echo "$as_me:$LINENO: checking for esd.h" >&5
15184 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15185 if test "${ac_cv_header_esd_h+set}" = set; then
15186 echo $ECHO_N "(cached) $ECHO_C" >&6
15187 else
15188 ac_cv_header_esd_h=$ac_header_preproc
15190 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15191 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15194 if test $ac_cv_header_esd_h = yes; then
15195 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15196 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15197 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15198 echo $ECHO_N "(cached) $ECHO_C" >&6
15199 else
15200 ac_check_lib_save_LIBS=$LIBS
15201 LIBS="-lesd $ac_esd_libs $LIBS"
15202 cat >conftest.$ac_ext <<_ACEOF
15203 /* confdefs.h. */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h. */
15209 /* Override any GCC internal prototype to avoid an error.
15210 Use char because int might match the return type of a GCC
15211 builtin and then its argument prototype would still apply. */
15212 #ifdef __cplusplus
15213 extern "C"
15214 #endif
15215 char esd_open_sound ();
15217 main ()
15219 return esd_open_sound ();
15221 return 0;
15223 _ACEOF
15224 rm -f conftest.$ac_objext conftest$ac_exeext
15225 if { (ac_try="$ac_link"
15226 case "(($ac_try" in
15227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15228 *) ac_try_echo=$ac_try;;
15229 esac
15230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15231 (eval "$ac_link") 2>conftest.er1
15232 ac_status=$?
15233 grep -v '^ *+' conftest.er1 >conftest.err
15234 rm -f conftest.er1
15235 cat conftest.err >&5
15236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); } && {
15238 test -z "$ac_c_werror_flag" ||
15239 test ! -s conftest.err
15240 } && test -s conftest$ac_exeext &&
15241 $as_test_x conftest$ac_exeext; then
15242 ac_cv_lib_esd_esd_open_sound=yes
15243 else
15244 echo "$as_me: failed program was:" >&5
15245 sed 's/^/| /' conftest.$ac_ext >&5
15247 ac_cv_lib_esd_esd_open_sound=no
15250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15251 conftest$ac_exeext conftest.$ac_ext
15252 LIBS=$ac_check_lib_save_LIBS
15254 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15255 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15256 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15257 ESDINCL="$ac_esd_incl"
15259 ESDLIBS="$ac_esd_libs"
15262 cat >>confdefs.h <<\_ACEOF
15263 #define HAVE_ESD 1
15264 _ACEOF
15271 CFLAGS="$save_CFLAGS"
15274 if test "x$with_pulse" != "xno"; then
15275 if test "$PKG_CONFIG" != "false"; then
15276 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15277 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15278 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15279 have_pulseaudio="yes"
15280 else
15281 have_pulseaudio="no"
15283 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15284 echo "${ECHO_T}$have_pulseaudio" >&6; }
15285 if test x"$have_pulseaudio" = xyes; then
15286 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15288 cat >>confdefs.h <<\_ACEOF
15289 #define HAVE_PULSEAUDIO 1
15290 _ACEOF
15292 PULSELIBS="$ac_pulse_libs"
15294 else
15295 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15300 ALSALIBS=""
15302 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15303 then
15304 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15305 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15306 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15307 echo $ECHO_N "(cached) $ECHO_C" >&6
15308 else
15309 ac_check_lib_save_LIBS=$LIBS
15310 LIBS="-lasound $LIBS"
15311 cat >conftest.$ac_ext <<_ACEOF
15312 /* confdefs.h. */
15313 _ACEOF
15314 cat confdefs.h >>conftest.$ac_ext
15315 cat >>conftest.$ac_ext <<_ACEOF
15316 /* end confdefs.h. */
15318 /* Override any GCC internal prototype to avoid an error.
15319 Use char because int might match the return type of a GCC
15320 builtin and then its argument prototype would still apply. */
15321 #ifdef __cplusplus
15322 extern "C"
15323 #endif
15324 char snd_pcm_hw_params_get_access ();
15326 main ()
15328 return snd_pcm_hw_params_get_access ();
15330 return 0;
15332 _ACEOF
15333 rm -f conftest.$ac_objext conftest$ac_exeext
15334 if { (ac_try="$ac_link"
15335 case "(($ac_try" in
15336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15337 *) ac_try_echo=$ac_try;;
15338 esac
15339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15340 (eval "$ac_link") 2>conftest.er1
15341 ac_status=$?
15342 grep -v '^ *+' conftest.er1 >conftest.err
15343 rm -f conftest.er1
15344 cat conftest.err >&5
15345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15346 (exit $ac_status); } && {
15347 test -z "$ac_c_werror_flag" ||
15348 test ! -s conftest.err
15349 } && test -s conftest$ac_exeext &&
15350 $as_test_x conftest$ac_exeext; then
15351 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15352 else
15353 echo "$as_me: failed program was:" >&5
15354 sed 's/^/| /' conftest.$ac_ext >&5
15356 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15360 conftest$ac_exeext conftest.$ac_ext
15361 LIBS=$ac_check_lib_save_LIBS
15363 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15364 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15365 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15366 cat >conftest.$ac_ext <<_ACEOF
15367 /* confdefs.h. */
15368 _ACEOF
15369 cat confdefs.h >>conftest.$ac_ext
15370 cat >>conftest.$ac_ext <<_ACEOF
15371 /* end confdefs.h. */
15372 #ifdef HAVE_ALSA_ASOUNDLIB_H
15373 #include <alsa/asoundlib.h>
15374 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15375 #include <sys/asoundlib.h>
15376 #endif
15378 main ()
15380 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15382 return 0;
15384 _ACEOF
15385 rm -f conftest.$ac_objext
15386 if { (ac_try="$ac_compile"
15387 case "(($ac_try" in
15388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15389 *) ac_try_echo=$ac_try;;
15390 esac
15391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15392 (eval "$ac_compile") 2>conftest.er1
15393 ac_status=$?
15394 grep -v '^ *+' conftest.er1 >conftest.err
15395 rm -f conftest.er1
15396 cat conftest.err >&5
15397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398 (exit $ac_status); } && {
15399 test -z "$ac_c_werror_flag" ||
15400 test ! -s conftest.err
15401 } && test -s conftest.$ac_objext; then
15403 cat >>confdefs.h <<\_ACEOF
15404 #define HAVE_ALSA 1
15405 _ACEOF
15407 ALSALIBS="-lasound"
15408 else
15409 echo "$as_me: failed program was:" >&5
15410 sed 's/^/| /' conftest.$ac_ext >&5
15415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15420 AUDIOIOLIBS=""
15422 if test "$ac_cv_header_libaudioio_h" = "yes"
15423 then
15424 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15425 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15426 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15427 echo $ECHO_N "(cached) $ECHO_C" >&6
15428 else
15429 ac_check_lib_save_LIBS=$LIBS
15430 LIBS="-laudioio $LIBS"
15431 cat >conftest.$ac_ext <<_ACEOF
15432 /* confdefs.h. */
15433 _ACEOF
15434 cat confdefs.h >>conftest.$ac_ext
15435 cat >>conftest.$ac_ext <<_ACEOF
15436 /* end confdefs.h. */
15438 /* Override any GCC internal prototype to avoid an error.
15439 Use char because int might match the return type of a GCC
15440 builtin and then its argument prototype would still apply. */
15441 #ifdef __cplusplus
15442 extern "C"
15443 #endif
15444 char AudioIOGetVersion ();
15446 main ()
15448 return AudioIOGetVersion ();
15450 return 0;
15452 _ACEOF
15453 rm -f conftest.$ac_objext conftest$ac_exeext
15454 if { (ac_try="$ac_link"
15455 case "(($ac_try" in
15456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15457 *) ac_try_echo=$ac_try;;
15458 esac
15459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15460 (eval "$ac_link") 2>conftest.er1
15461 ac_status=$?
15462 grep -v '^ *+' conftest.er1 >conftest.err
15463 rm -f conftest.er1
15464 cat conftest.err >&5
15465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466 (exit $ac_status); } && {
15467 test -z "$ac_c_werror_flag" ||
15468 test ! -s conftest.err
15469 } && test -s conftest$ac_exeext &&
15470 $as_test_x conftest$ac_exeext; then
15471 ac_cv_lib_audioio_AudioIOGetVersion=yes
15472 else
15473 echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.$ac_ext >&5
15476 ac_cv_lib_audioio_AudioIOGetVersion=no
15479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15480 conftest$ac_exeext conftest.$ac_ext
15481 LIBS=$ac_check_lib_save_LIBS
15483 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15484 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15485 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15486 AUDIOIOLIBS="-laudioio"
15488 cat >>confdefs.h <<\_ACEOF
15489 #define HAVE_LIBAUDIOIO 1
15490 _ACEOF
15497 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15498 then
15499 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15500 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15501 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15502 echo $ECHO_N "(cached) $ECHO_C" >&6
15503 else
15504 ac_check_soname_save_LIBS=$LIBS
15505 LIBS="-lcapi20 $LIBS"
15506 cat >conftest.$ac_ext <<_ACEOF
15507 /* confdefs.h. */
15508 _ACEOF
15509 cat confdefs.h >>conftest.$ac_ext
15510 cat >>conftest.$ac_ext <<_ACEOF
15511 /* end confdefs.h. */
15513 /* Override any GCC internal prototype to avoid an error.
15514 Use char because int might match the return type of a GCC
15515 builtin and then its argument prototype would still apply. */
15516 #ifdef __cplusplus
15517 extern "C"
15518 #endif
15519 char capi20_register ();
15521 main ()
15523 return capi20_register ();
15525 return 0;
15527 _ACEOF
15528 rm -f conftest.$ac_objext conftest$ac_exeext
15529 if { (ac_try="$ac_link"
15530 case "(($ac_try" in
15531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532 *) ac_try_echo=$ac_try;;
15533 esac
15534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15535 (eval "$ac_link") 2>conftest.er1
15536 ac_status=$?
15537 grep -v '^ *+' conftest.er1 >conftest.err
15538 rm -f conftest.er1
15539 cat conftest.err >&5
15540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); } && {
15542 test -z "$ac_c_werror_flag" ||
15543 test ! -s conftest.err
15544 } && test -s conftest$ac_exeext &&
15545 $as_test_x conftest$ac_exeext; then
15546 case "$LIBEXT" in
15547 dll) ;;
15548 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'` ;;
15549 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15550 esac
15551 else
15552 echo "$as_me: failed program was:" >&5
15553 sed 's/^/| /' conftest.$ac_ext >&5
15558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15559 conftest$ac_exeext conftest.$ac_ext
15560 LIBS=$ac_check_soname_save_LIBS
15562 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15563 { echo "$as_me:$LINENO: result: not found" >&5
15564 echo "${ECHO_T}not found" >&6; }
15566 else
15567 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15568 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15570 cat >>confdefs.h <<_ACEOF
15571 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15572 _ACEOF
15578 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15579 case "x$with_capi" in
15580 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15581 xno) ;;
15582 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15583 This is an error since --with-capi was requested." >&5
15584 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15585 This is an error since --with-capi was requested." >&2;}
15586 { (exit 1); exit 1; }; } ;;
15587 esac
15591 CUPSINCL=""
15593 if test "x$with_cups" != "xno"
15594 then
15595 ac_save_CPPFLAGS="$CPPFLAGS"
15596 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15597 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15598 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15600 for ac_header in cups/cups.h
15602 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15604 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15605 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15606 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15607 echo $ECHO_N "(cached) $ECHO_C" >&6
15609 ac_res=`eval echo '${'$as_ac_Header'}'`
15610 { echo "$as_me:$LINENO: result: $ac_res" >&5
15611 echo "${ECHO_T}$ac_res" >&6; }
15612 else
15613 # Is the header compilable?
15614 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15615 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15616 cat >conftest.$ac_ext <<_ACEOF
15617 /* confdefs.h. */
15618 _ACEOF
15619 cat confdefs.h >>conftest.$ac_ext
15620 cat >>conftest.$ac_ext <<_ACEOF
15621 /* end confdefs.h. */
15622 $ac_includes_default
15623 #include <$ac_header>
15624 _ACEOF
15625 rm -f conftest.$ac_objext
15626 if { (ac_try="$ac_compile"
15627 case "(($ac_try" in
15628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15629 *) ac_try_echo=$ac_try;;
15630 esac
15631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15632 (eval "$ac_compile") 2>conftest.er1
15633 ac_status=$?
15634 grep -v '^ *+' conftest.er1 >conftest.err
15635 rm -f conftest.er1
15636 cat conftest.err >&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } && {
15639 test -z "$ac_c_werror_flag" ||
15640 test ! -s conftest.err
15641 } && test -s conftest.$ac_objext; then
15642 ac_header_compiler=yes
15643 else
15644 echo "$as_me: failed program was:" >&5
15645 sed 's/^/| /' conftest.$ac_ext >&5
15647 ac_header_compiler=no
15650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15651 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15652 echo "${ECHO_T}$ac_header_compiler" >&6; }
15654 # Is the header present?
15655 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15656 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15657 cat >conftest.$ac_ext <<_ACEOF
15658 /* confdefs.h. */
15659 _ACEOF
15660 cat confdefs.h >>conftest.$ac_ext
15661 cat >>conftest.$ac_ext <<_ACEOF
15662 /* end confdefs.h. */
15663 #include <$ac_header>
15664 _ACEOF
15665 if { (ac_try="$ac_cpp conftest.$ac_ext"
15666 case "(($ac_try" in
15667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15668 *) ac_try_echo=$ac_try;;
15669 esac
15670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15671 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15672 ac_status=$?
15673 grep -v '^ *+' conftest.er1 >conftest.err
15674 rm -f conftest.er1
15675 cat conftest.err >&5
15676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15677 (exit $ac_status); } >/dev/null && {
15678 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15679 test ! -s conftest.err
15680 }; then
15681 ac_header_preproc=yes
15682 else
15683 echo "$as_me: failed program was:" >&5
15684 sed 's/^/| /' conftest.$ac_ext >&5
15686 ac_header_preproc=no
15689 rm -f conftest.err conftest.$ac_ext
15690 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15691 echo "${ECHO_T}$ac_header_preproc" >&6; }
15693 # So? What about this header?
15694 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15695 yes:no: )
15696 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15697 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15698 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15699 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15700 ac_header_preproc=yes
15702 no:yes:* )
15703 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15704 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15705 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15706 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15707 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15708 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15709 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15710 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15711 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15712 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15713 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15714 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15715 ( cat <<\_ASBOX
15716 ## ------------------------------------ ##
15717 ## Report this to wine-devel@winehq.org ##
15718 ## ------------------------------------ ##
15719 _ASBOX
15720 ) | sed "s/^/$as_me: WARNING: /" >&2
15722 esac
15723 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15724 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15725 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15726 echo $ECHO_N "(cached) $ECHO_C" >&6
15727 else
15728 eval "$as_ac_Header=\$ac_header_preproc"
15730 ac_res=`eval echo '${'$as_ac_Header'}'`
15731 { echo "$as_me:$LINENO: result: $ac_res" >&5
15732 echo "${ECHO_T}$ac_res" >&6; }
15735 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15736 cat >>confdefs.h <<_ACEOF
15737 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15738 _ACEOF
15739 { echo "$as_me:$LINENO: checking for -lcups" >&5
15740 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15741 if test "${ac_cv_lib_soname_cups+set}" = set; then
15742 echo $ECHO_N "(cached) $ECHO_C" >&6
15743 else
15744 ac_check_soname_save_LIBS=$LIBS
15745 LIBS="-lcups $ac_cups_libs $LIBS"
15746 cat >conftest.$ac_ext <<_ACEOF
15747 /* confdefs.h. */
15748 _ACEOF
15749 cat confdefs.h >>conftest.$ac_ext
15750 cat >>conftest.$ac_ext <<_ACEOF
15751 /* end confdefs.h. */
15753 /* Override any GCC internal prototype to avoid an error.
15754 Use char because int might match the return type of a GCC
15755 builtin and then its argument prototype would still apply. */
15756 #ifdef __cplusplus
15757 extern "C"
15758 #endif
15759 char cupsGetDefault ();
15761 main ()
15763 return cupsGetDefault ();
15765 return 0;
15767 _ACEOF
15768 rm -f conftest.$ac_objext conftest$ac_exeext
15769 if { (ac_try="$ac_link"
15770 case "(($ac_try" in
15771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15772 *) ac_try_echo=$ac_try;;
15773 esac
15774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15775 (eval "$ac_link") 2>conftest.er1
15776 ac_status=$?
15777 grep -v '^ *+' conftest.er1 >conftest.err
15778 rm -f conftest.er1
15779 cat conftest.err >&5
15780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15781 (exit $ac_status); } && {
15782 test -z "$ac_c_werror_flag" ||
15783 test ! -s conftest.err
15784 } && test -s conftest$ac_exeext &&
15785 $as_test_x conftest$ac_exeext; then
15786 case "$LIBEXT" in
15787 dll) ;;
15788 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'` ;;
15789 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15790 esac
15791 else
15792 echo "$as_me: failed program was:" >&5
15793 sed 's/^/| /' conftest.$ac_ext >&5
15798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15799 conftest$ac_exeext conftest.$ac_ext
15800 LIBS=$ac_check_soname_save_LIBS
15802 if test "x$ac_cv_lib_soname_cups" = "x"; then
15803 { echo "$as_me:$LINENO: result: not found" >&5
15804 echo "${ECHO_T}not found" >&6; }
15806 else
15807 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15808 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15810 cat >>confdefs.h <<_ACEOF
15811 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15812 _ACEOF
15814 CUPSINCL="$ac_cups_cflags"
15819 done
15821 CPPFLAGS="$ac_save_CPPFLAGS"
15823 if test "x$ac_cv_lib_soname_cups" = "x"; then
15824 case "x$with_cups" in
15825 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15826 xno) ;;
15827 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15828 This is an error since --with-cups was requested." >&5
15829 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15830 This is an error since --with-cups was requested." >&2;}
15831 { (exit 1); exit 1; }; } ;;
15832 esac
15836 if test "$ac_cv_header_jack_jack_h" = "yes"
15837 then
15838 { echo "$as_me:$LINENO: checking for -ljack" >&5
15839 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15840 if test "${ac_cv_lib_soname_jack+set}" = set; then
15841 echo $ECHO_N "(cached) $ECHO_C" >&6
15842 else
15843 ac_check_soname_save_LIBS=$LIBS
15844 LIBS="-ljack $LIBS"
15845 cat >conftest.$ac_ext <<_ACEOF
15846 /* confdefs.h. */
15847 _ACEOF
15848 cat confdefs.h >>conftest.$ac_ext
15849 cat >>conftest.$ac_ext <<_ACEOF
15850 /* end confdefs.h. */
15852 /* Override any GCC internal prototype to avoid an error.
15853 Use char because int might match the return type of a GCC
15854 builtin and then its argument prototype would still apply. */
15855 #ifdef __cplusplus
15856 extern "C"
15857 #endif
15858 char jack_client_new ();
15860 main ()
15862 return jack_client_new ();
15864 return 0;
15866 _ACEOF
15867 rm -f conftest.$ac_objext conftest$ac_exeext
15868 if { (ac_try="$ac_link"
15869 case "(($ac_try" in
15870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15871 *) ac_try_echo=$ac_try;;
15872 esac
15873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15874 (eval "$ac_link") 2>conftest.er1
15875 ac_status=$?
15876 grep -v '^ *+' conftest.er1 >conftest.err
15877 rm -f conftest.er1
15878 cat conftest.err >&5
15879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15880 (exit $ac_status); } && {
15881 test -z "$ac_c_werror_flag" ||
15882 test ! -s conftest.err
15883 } && test -s conftest$ac_exeext &&
15884 $as_test_x conftest$ac_exeext; then
15885 case "$LIBEXT" in
15886 dll) ;;
15887 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'` ;;
15888 *) 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'` ;;
15889 esac
15890 else
15891 echo "$as_me: failed program was:" >&5
15892 sed 's/^/| /' conftest.$ac_ext >&5
15897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15898 conftest$ac_exeext conftest.$ac_ext
15899 LIBS=$ac_check_soname_save_LIBS
15901 if test "x$ac_cv_lib_soname_jack" = "x"; then
15902 { echo "$as_me:$LINENO: result: not found" >&5
15903 echo "${ECHO_T}not found" >&6; }
15905 else
15906 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15907 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15909 cat >>confdefs.h <<_ACEOF
15910 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15911 _ACEOF
15918 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15919 then
15920 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15921 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15922 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15923 echo $ECHO_N "(cached) $ECHO_C" >&6
15924 else
15925 ac_check_soname_save_LIBS=$LIBS
15926 LIBS="-lfontconfig $LIBS"
15927 cat >conftest.$ac_ext <<_ACEOF
15928 /* confdefs.h. */
15929 _ACEOF
15930 cat confdefs.h >>conftest.$ac_ext
15931 cat >>conftest.$ac_ext <<_ACEOF
15932 /* end confdefs.h. */
15934 /* Override any GCC internal prototype to avoid an error.
15935 Use char because int might match the return type of a GCC
15936 builtin and then its argument prototype would still apply. */
15937 #ifdef __cplusplus
15938 extern "C"
15939 #endif
15940 char FcInit ();
15942 main ()
15944 return FcInit ();
15946 return 0;
15948 _ACEOF
15949 rm -f conftest.$ac_objext conftest$ac_exeext
15950 if { (ac_try="$ac_link"
15951 case "(($ac_try" in
15952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15953 *) ac_try_echo=$ac_try;;
15954 esac
15955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15956 (eval "$ac_link") 2>conftest.er1
15957 ac_status=$?
15958 grep -v '^ *+' conftest.er1 >conftest.err
15959 rm -f conftest.er1
15960 cat conftest.err >&5
15961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15962 (exit $ac_status); } && {
15963 test -z "$ac_c_werror_flag" ||
15964 test ! -s conftest.err
15965 } && test -s conftest$ac_exeext &&
15966 $as_test_x conftest$ac_exeext; then
15967 case "$LIBEXT" in
15968 dll) ;;
15969 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'` ;;
15970 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15971 esac
15972 else
15973 echo "$as_me: failed program was:" >&5
15974 sed 's/^/| /' conftest.$ac_ext >&5
15979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15980 conftest$ac_exeext conftest.$ac_ext
15981 LIBS=$ac_check_soname_save_LIBS
15983 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15984 { echo "$as_me:$LINENO: result: not found" >&5
15985 echo "${ECHO_T}not found" >&6; }
15987 else
15988 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15989 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15991 cat >>confdefs.h <<_ACEOF
15992 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15993 _ACEOF
15998 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15999 then
16000 ac_save_CPPFLAGS="$CPPFLAGS"
16001 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16002 $as_unset ac_cv_header_fontconfig_fontconfig_h
16004 for ac_header in fontconfig/fontconfig.h
16006 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16008 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16009 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16010 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16011 echo $ECHO_N "(cached) $ECHO_C" >&6
16013 ac_res=`eval echo '${'$as_ac_Header'}'`
16014 { echo "$as_me:$LINENO: result: $ac_res" >&5
16015 echo "${ECHO_T}$ac_res" >&6; }
16016 else
16017 # Is the header compilable?
16018 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16019 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16020 cat >conftest.$ac_ext <<_ACEOF
16021 /* confdefs.h. */
16022 _ACEOF
16023 cat confdefs.h >>conftest.$ac_ext
16024 cat >>conftest.$ac_ext <<_ACEOF
16025 /* end confdefs.h. */
16026 $ac_includes_default
16027 #include <$ac_header>
16028 _ACEOF
16029 rm -f conftest.$ac_objext
16030 if { (ac_try="$ac_compile"
16031 case "(($ac_try" in
16032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16033 *) ac_try_echo=$ac_try;;
16034 esac
16035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16036 (eval "$ac_compile") 2>conftest.er1
16037 ac_status=$?
16038 grep -v '^ *+' conftest.er1 >conftest.err
16039 rm -f conftest.er1
16040 cat conftest.err >&5
16041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16042 (exit $ac_status); } && {
16043 test -z "$ac_c_werror_flag" ||
16044 test ! -s conftest.err
16045 } && test -s conftest.$ac_objext; then
16046 ac_header_compiler=yes
16047 else
16048 echo "$as_me: failed program was:" >&5
16049 sed 's/^/| /' conftest.$ac_ext >&5
16051 ac_header_compiler=no
16054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16055 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16056 echo "${ECHO_T}$ac_header_compiler" >&6; }
16058 # Is the header present?
16059 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16060 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16067 #include <$ac_header>
16068 _ACEOF
16069 if { (ac_try="$ac_cpp conftest.$ac_ext"
16070 case "(($ac_try" in
16071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16072 *) ac_try_echo=$ac_try;;
16073 esac
16074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16075 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16076 ac_status=$?
16077 grep -v '^ *+' conftest.er1 >conftest.err
16078 rm -f conftest.er1
16079 cat conftest.err >&5
16080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16081 (exit $ac_status); } >/dev/null && {
16082 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16083 test ! -s conftest.err
16084 }; then
16085 ac_header_preproc=yes
16086 else
16087 echo "$as_me: failed program was:" >&5
16088 sed 's/^/| /' conftest.$ac_ext >&5
16090 ac_header_preproc=no
16093 rm -f conftest.err conftest.$ac_ext
16094 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16095 echo "${ECHO_T}$ac_header_preproc" >&6; }
16097 # So? What about this header?
16098 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16099 yes:no: )
16100 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16101 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16102 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16103 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16104 ac_header_preproc=yes
16106 no:yes:* )
16107 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16108 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16109 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16110 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16111 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16112 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16113 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16114 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16115 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16116 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16117 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16118 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16119 ( cat <<\_ASBOX
16120 ## ------------------------------------ ##
16121 ## Report this to wine-devel@winehq.org ##
16122 ## ------------------------------------ ##
16123 _ASBOX
16124 ) | sed "s/^/$as_me: WARNING: /" >&2
16126 esac
16127 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16128 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16129 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16130 echo $ECHO_N "(cached) $ECHO_C" >&6
16131 else
16132 eval "$as_ac_Header=\$ac_header_preproc"
16134 ac_res=`eval echo '${'$as_ac_Header'}'`
16135 { echo "$as_me:$LINENO: result: $ac_res" >&5
16136 echo "${ECHO_T}$ac_res" >&6; }
16139 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16140 cat >>confdefs.h <<_ACEOF
16141 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16142 _ACEOF
16146 done
16148 CPPFLAGS="$ac_save_CPPFLAGS"
16149 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16150 then
16151 FONTCONFIGINCL="$X_CFLAGS"
16153 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16154 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16155 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16156 echo $ECHO_N "(cached) $ECHO_C" >&6
16157 else
16158 ac_check_soname_save_LIBS=$LIBS
16159 LIBS="-lfontconfig $X_LIBS $LIBS"
16160 cat >conftest.$ac_ext <<_ACEOF
16161 /* confdefs.h. */
16162 _ACEOF
16163 cat confdefs.h >>conftest.$ac_ext
16164 cat >>conftest.$ac_ext <<_ACEOF
16165 /* end confdefs.h. */
16167 /* Override any GCC internal prototype to avoid an error.
16168 Use char because int might match the return type of a GCC
16169 builtin and then its argument prototype would still apply. */
16170 #ifdef __cplusplus
16171 extern "C"
16172 #endif
16173 char FcInit ();
16175 main ()
16177 return FcInit ();
16179 return 0;
16181 _ACEOF
16182 rm -f conftest.$ac_objext conftest$ac_exeext
16183 if { (ac_try="$ac_link"
16184 case "(($ac_try" in
16185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16186 *) ac_try_echo=$ac_try;;
16187 esac
16188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16189 (eval "$ac_link") 2>conftest.er1
16190 ac_status=$?
16191 grep -v '^ *+' conftest.er1 >conftest.err
16192 rm -f conftest.er1
16193 cat conftest.err >&5
16194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16195 (exit $ac_status); } && {
16196 test -z "$ac_c_werror_flag" ||
16197 test ! -s conftest.err
16198 } && test -s conftest$ac_exeext &&
16199 $as_test_x conftest$ac_exeext; then
16200 case "$LIBEXT" in
16201 dll) ;;
16202 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'` ;;
16203 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16204 esac
16205 else
16206 echo "$as_me: failed program was:" >&5
16207 sed 's/^/| /' conftest.$ac_ext >&5
16212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16213 conftest$ac_exeext conftest.$ac_ext
16214 LIBS=$ac_check_soname_save_LIBS
16216 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16217 { echo "$as_me:$LINENO: result: not found" >&5
16218 echo "${ECHO_T}not found" >&6; }
16220 else
16221 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16222 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16224 cat >>confdefs.h <<_ACEOF
16225 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16226 _ACEOF
16233 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16234 case "x$with_fontconfig" in
16235 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16236 xno) ;;
16237 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16238 This is an error since --with-fontconfig was requested." >&5
16239 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16240 This is an error since --with-fontconfig was requested." >&2;}
16241 { (exit 1); exit 1; }; } ;;
16242 esac
16246 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16247 then
16248 { echo "$as_me:$LINENO: checking for -lssl" >&5
16249 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16250 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16251 echo $ECHO_N "(cached) $ECHO_C" >&6
16252 else
16253 ac_check_soname_save_LIBS=$LIBS
16254 LIBS="-lssl $LIBS"
16255 cat >conftest.$ac_ext <<_ACEOF
16256 /* confdefs.h. */
16257 _ACEOF
16258 cat confdefs.h >>conftest.$ac_ext
16259 cat >>conftest.$ac_ext <<_ACEOF
16260 /* end confdefs.h. */
16262 /* Override any GCC internal prototype to avoid an error.
16263 Use char because int might match the return type of a GCC
16264 builtin and then its argument prototype would still apply. */
16265 #ifdef __cplusplus
16266 extern "C"
16267 #endif
16268 char SSL_library_init ();
16270 main ()
16272 return SSL_library_init ();
16274 return 0;
16276 _ACEOF
16277 rm -f conftest.$ac_objext conftest$ac_exeext
16278 if { (ac_try="$ac_link"
16279 case "(($ac_try" in
16280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16281 *) ac_try_echo=$ac_try;;
16282 esac
16283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16284 (eval "$ac_link") 2>conftest.er1
16285 ac_status=$?
16286 grep -v '^ *+' conftest.er1 >conftest.err
16287 rm -f conftest.er1
16288 cat conftest.err >&5
16289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16290 (exit $ac_status); } && {
16291 test -z "$ac_c_werror_flag" ||
16292 test ! -s conftest.err
16293 } && test -s conftest$ac_exeext &&
16294 $as_test_x conftest$ac_exeext; then
16295 case "$LIBEXT" in
16296 dll) ;;
16297 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'` ;;
16298 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16299 esac
16300 else
16301 echo "$as_me: failed program was:" >&5
16302 sed 's/^/| /' conftest.$ac_ext >&5
16307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16308 conftest$ac_exeext conftest.$ac_ext
16309 LIBS=$ac_check_soname_save_LIBS
16311 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16312 { echo "$as_me:$LINENO: result: not found" >&5
16313 echo "${ECHO_T}not found" >&6; }
16315 else
16316 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16317 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16319 cat >>confdefs.h <<_ACEOF
16320 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16321 _ACEOF
16326 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16327 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16328 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16329 echo $ECHO_N "(cached) $ECHO_C" >&6
16330 else
16331 ac_check_soname_save_LIBS=$LIBS
16332 LIBS="-lcrypto $LIBS"
16333 cat >conftest.$ac_ext <<_ACEOF
16334 /* confdefs.h. */
16335 _ACEOF
16336 cat confdefs.h >>conftest.$ac_ext
16337 cat >>conftest.$ac_ext <<_ACEOF
16338 /* end confdefs.h. */
16340 /* Override any GCC internal prototype to avoid an error.
16341 Use char because int might match the return type of a GCC
16342 builtin and then its argument prototype would still apply. */
16343 #ifdef __cplusplus
16344 extern "C"
16345 #endif
16346 char BIO_new_socket ();
16348 main ()
16350 return BIO_new_socket ();
16352 return 0;
16354 _ACEOF
16355 rm -f conftest.$ac_objext conftest$ac_exeext
16356 if { (ac_try="$ac_link"
16357 case "(($ac_try" in
16358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16359 *) ac_try_echo=$ac_try;;
16360 esac
16361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16362 (eval "$ac_link") 2>conftest.er1
16363 ac_status=$?
16364 grep -v '^ *+' conftest.er1 >conftest.err
16365 rm -f conftest.er1
16366 cat conftest.err >&5
16367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16368 (exit $ac_status); } && {
16369 test -z "$ac_c_werror_flag" ||
16370 test ! -s conftest.err
16371 } && test -s conftest$ac_exeext &&
16372 $as_test_x conftest$ac_exeext; then
16373 case "$LIBEXT" in
16374 dll) ;;
16375 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'` ;;
16376 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16377 esac
16378 else
16379 echo "$as_me: failed program was:" >&5
16380 sed 's/^/| /' conftest.$ac_ext >&5
16385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16386 conftest$ac_exeext conftest.$ac_ext
16387 LIBS=$ac_check_soname_save_LIBS
16389 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16390 { echo "$as_me:$LINENO: result: not found" >&5
16391 echo "${ECHO_T}not found" >&6; }
16393 else
16394 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16395 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16397 cat >>confdefs.h <<_ACEOF
16398 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16399 _ACEOF
16405 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16406 case "x$with_openssl" in
16407 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16408 xno) ;;
16409 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16410 This is an error since --with-openssl was requested." >&5
16411 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16412 This is an error since --with-openssl was requested." >&2;}
16413 { (exit 1); exit 1; }; } ;;
16414 esac
16418 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16419 then
16420 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16421 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16422 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16423 echo $ECHO_N "(cached) $ECHO_C" >&6
16424 else
16425 ac_check_soname_save_LIBS=$LIBS
16426 LIBS="-lgsm $LIBS"
16427 cat >conftest.$ac_ext <<_ACEOF
16428 /* confdefs.h. */
16429 _ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16434 /* Override any GCC internal prototype to avoid an error.
16435 Use char because int might match the return type of a GCC
16436 builtin and then its argument prototype would still apply. */
16437 #ifdef __cplusplus
16438 extern "C"
16439 #endif
16440 char gsm_create ();
16442 main ()
16444 return gsm_create ();
16446 return 0;
16448 _ACEOF
16449 rm -f conftest.$ac_objext conftest$ac_exeext
16450 if { (ac_try="$ac_link"
16451 case "(($ac_try" in
16452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16453 *) ac_try_echo=$ac_try;;
16454 esac
16455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16456 (eval "$ac_link") 2>conftest.er1
16457 ac_status=$?
16458 grep -v '^ *+' conftest.er1 >conftest.err
16459 rm -f conftest.er1
16460 cat conftest.err >&5
16461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16462 (exit $ac_status); } && {
16463 test -z "$ac_c_werror_flag" ||
16464 test ! -s conftest.err
16465 } && test -s conftest$ac_exeext &&
16466 $as_test_x conftest$ac_exeext; then
16467 case "$LIBEXT" in
16468 dll) ;;
16469 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16470 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16471 esac
16472 else
16473 echo "$as_me: failed program was:" >&5
16474 sed 's/^/| /' conftest.$ac_ext >&5
16479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16480 conftest$ac_exeext conftest.$ac_ext
16481 LIBS=$ac_check_soname_save_LIBS
16483 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16484 { echo "$as_me:$LINENO: result: not found" >&5
16485 echo "${ECHO_T}not found" >&6; }
16487 else
16488 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16489 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16491 cat >>confdefs.h <<_ACEOF
16492 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16493 _ACEOF
16499 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16500 case "x$with_gsm" in
16501 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16502 xno) ;;
16503 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16504 This is an error since --with-gsm was requested." >&5
16505 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16506 This is an error since --with-gsm was requested." >&2;}
16507 { (exit 1); exit 1; }; } ;;
16508 esac
16512 if test "$ac_cv_header_jpeglib_h" = "yes"
16513 then
16514 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16515 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16516 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16517 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 else
16519 ac_check_soname_save_LIBS=$LIBS
16520 LIBS="-ljpeg $LIBS"
16521 cat >conftest.$ac_ext <<_ACEOF
16522 /* confdefs.h. */
16523 _ACEOF
16524 cat confdefs.h >>conftest.$ac_ext
16525 cat >>conftest.$ac_ext <<_ACEOF
16526 /* end confdefs.h. */
16528 /* Override any GCC internal prototype to avoid an error.
16529 Use char because int might match the return type of a GCC
16530 builtin and then its argument prototype would still apply. */
16531 #ifdef __cplusplus
16532 extern "C"
16533 #endif
16534 char jpeg_start_decompress ();
16536 main ()
16538 return jpeg_start_decompress ();
16540 return 0;
16542 _ACEOF
16543 rm -f conftest.$ac_objext conftest$ac_exeext
16544 if { (ac_try="$ac_link"
16545 case "(($ac_try" in
16546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16547 *) ac_try_echo=$ac_try;;
16548 esac
16549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16550 (eval "$ac_link") 2>conftest.er1
16551 ac_status=$?
16552 grep -v '^ *+' conftest.er1 >conftest.err
16553 rm -f conftest.er1
16554 cat conftest.err >&5
16555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16556 (exit $ac_status); } && {
16557 test -z "$ac_c_werror_flag" ||
16558 test ! -s conftest.err
16559 } && test -s conftest$ac_exeext &&
16560 $as_test_x conftest$ac_exeext; then
16561 case "$LIBEXT" in
16562 dll) ;;
16563 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'` ;;
16564 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16565 esac
16566 else
16567 echo "$as_me: failed program was:" >&5
16568 sed 's/^/| /' conftest.$ac_ext >&5
16573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16574 conftest$ac_exeext conftest.$ac_ext
16575 LIBS=$ac_check_soname_save_LIBS
16577 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16578 { echo "$as_me:$LINENO: result: not found" >&5
16579 echo "${ECHO_T}not found" >&6; }
16581 else
16582 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16583 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16585 cat >>confdefs.h <<_ACEOF
16586 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16587 _ACEOF
16593 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16594 case "x$with_jpeg" in
16595 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16596 xno) ;;
16597 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16598 This is an error since --with-jpeg was requested." >&5
16599 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16600 This is an error since --with-jpeg was requested." >&2;}
16601 { (exit 1); exit 1; }; } ;;
16602 esac
16606 if test "$ac_cv_header_png_h" = "yes"
16607 then
16608 { echo "$as_me:$LINENO: checking for -lpng" >&5
16609 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16610 if test "${ac_cv_lib_soname_png+set}" = set; then
16611 echo $ECHO_N "(cached) $ECHO_C" >&6
16612 else
16613 ac_check_soname_save_LIBS=$LIBS
16614 LIBS="-lpng -lm -lz $LIBS"
16615 cat >conftest.$ac_ext <<_ACEOF
16616 /* confdefs.h. */
16617 _ACEOF
16618 cat confdefs.h >>conftest.$ac_ext
16619 cat >>conftest.$ac_ext <<_ACEOF
16620 /* end confdefs.h. */
16622 /* Override any GCC internal prototype to avoid an error.
16623 Use char because int might match the return type of a GCC
16624 builtin and then its argument prototype would still apply. */
16625 #ifdef __cplusplus
16626 extern "C"
16627 #endif
16628 char png_create_read_struct ();
16630 main ()
16632 return png_create_read_struct ();
16634 return 0;
16636 _ACEOF
16637 rm -f conftest.$ac_objext conftest$ac_exeext
16638 if { (ac_try="$ac_link"
16639 case "(($ac_try" in
16640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16641 *) ac_try_echo=$ac_try;;
16642 esac
16643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16644 (eval "$ac_link") 2>conftest.er1
16645 ac_status=$?
16646 grep -v '^ *+' conftest.er1 >conftest.err
16647 rm -f conftest.er1
16648 cat conftest.err >&5
16649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16650 (exit $ac_status); } && {
16651 test -z "$ac_c_werror_flag" ||
16652 test ! -s conftest.err
16653 } && test -s conftest$ac_exeext &&
16654 $as_test_x conftest$ac_exeext; then
16655 case "$LIBEXT" in
16656 dll) ;;
16657 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'` ;;
16658 *) 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'` ;;
16659 esac
16660 else
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.$ac_ext >&5
16667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16668 conftest$ac_exeext conftest.$ac_ext
16669 LIBS=$ac_check_soname_save_LIBS
16671 if test "x$ac_cv_lib_soname_png" = "x"; then
16672 { echo "$as_me:$LINENO: result: not found" >&5
16673 echo "${ECHO_T}not found" >&6; }
16675 else
16676 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16677 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16679 cat >>confdefs.h <<_ACEOF
16680 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16681 _ACEOF
16686 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16687 then
16688 ac_save_CPPFLAGS="$CPPFLAGS"
16689 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16690 $as_unset ac_cv_header_png_h
16692 for ac_header in png.h
16694 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16695 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16696 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16697 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16698 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16699 echo $ECHO_N "(cached) $ECHO_C" >&6
16701 ac_res=`eval echo '${'$as_ac_Header'}'`
16702 { echo "$as_me:$LINENO: result: $ac_res" >&5
16703 echo "${ECHO_T}$ac_res" >&6; }
16704 else
16705 # Is the header compilable?
16706 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16707 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16708 cat >conftest.$ac_ext <<_ACEOF
16709 /* confdefs.h. */
16710 _ACEOF
16711 cat confdefs.h >>conftest.$ac_ext
16712 cat >>conftest.$ac_ext <<_ACEOF
16713 /* end confdefs.h. */
16714 $ac_includes_default
16715 #include <$ac_header>
16716 _ACEOF
16717 rm -f conftest.$ac_objext
16718 if { (ac_try="$ac_compile"
16719 case "(($ac_try" in
16720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16721 *) ac_try_echo=$ac_try;;
16722 esac
16723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16724 (eval "$ac_compile") 2>conftest.er1
16725 ac_status=$?
16726 grep -v '^ *+' conftest.er1 >conftest.err
16727 rm -f conftest.er1
16728 cat conftest.err >&5
16729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16730 (exit $ac_status); } && {
16731 test -z "$ac_c_werror_flag" ||
16732 test ! -s conftest.err
16733 } && test -s conftest.$ac_objext; then
16734 ac_header_compiler=yes
16735 else
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16739 ac_header_compiler=no
16742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16743 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16744 echo "${ECHO_T}$ac_header_compiler" >&6; }
16746 # Is the header present?
16747 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16748 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16749 cat >conftest.$ac_ext <<_ACEOF
16750 /* confdefs.h. */
16751 _ACEOF
16752 cat confdefs.h >>conftest.$ac_ext
16753 cat >>conftest.$ac_ext <<_ACEOF
16754 /* end confdefs.h. */
16755 #include <$ac_header>
16756 _ACEOF
16757 if { (ac_try="$ac_cpp conftest.$ac_ext"
16758 case "(($ac_try" in
16759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16760 *) ac_try_echo=$ac_try;;
16761 esac
16762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16763 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16764 ac_status=$?
16765 grep -v '^ *+' conftest.er1 >conftest.err
16766 rm -f conftest.er1
16767 cat conftest.err >&5
16768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16769 (exit $ac_status); } >/dev/null && {
16770 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16771 test ! -s conftest.err
16772 }; then
16773 ac_header_preproc=yes
16774 else
16775 echo "$as_me: failed program was:" >&5
16776 sed 's/^/| /' conftest.$ac_ext >&5
16778 ac_header_preproc=no
16781 rm -f conftest.err conftest.$ac_ext
16782 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16783 echo "${ECHO_T}$ac_header_preproc" >&6; }
16785 # So? What about this header?
16786 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16787 yes:no: )
16788 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16789 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16790 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16791 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16792 ac_header_preproc=yes
16794 no:yes:* )
16795 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16796 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16797 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16798 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16799 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16800 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16801 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16802 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16803 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16804 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16805 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16806 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16807 ( cat <<\_ASBOX
16808 ## ------------------------------------ ##
16809 ## Report this to wine-devel@winehq.org ##
16810 ## ------------------------------------ ##
16811 _ASBOX
16812 ) | sed "s/^/$as_me: WARNING: /" >&2
16814 esac
16815 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16816 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16817 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16818 echo $ECHO_N "(cached) $ECHO_C" >&6
16819 else
16820 eval "$as_ac_Header=\$ac_header_preproc"
16822 ac_res=`eval echo '${'$as_ac_Header'}'`
16823 { echo "$as_me:$LINENO: result: $ac_res" >&5
16824 echo "${ECHO_T}$ac_res" >&6; }
16827 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16828 cat >>confdefs.h <<_ACEOF
16829 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16830 _ACEOF
16834 done
16836 CPPFLAGS="$ac_save_CPPFLAGS"
16837 if test "$ac_cv_header_png_h" = "yes"
16838 then
16839 PNGINCL="$X_CFLAGS"
16841 { echo "$as_me:$LINENO: checking for -lpng" >&5
16842 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16843 if test "${ac_cv_lib_soname_png+set}" = set; then
16844 echo $ECHO_N "(cached) $ECHO_C" >&6
16845 else
16846 ac_check_soname_save_LIBS=$LIBS
16847 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16848 cat >conftest.$ac_ext <<_ACEOF
16849 /* confdefs.h. */
16850 _ACEOF
16851 cat confdefs.h >>conftest.$ac_ext
16852 cat >>conftest.$ac_ext <<_ACEOF
16853 /* end confdefs.h. */
16855 /* Override any GCC internal prototype to avoid an error.
16856 Use char because int might match the return type of a GCC
16857 builtin and then its argument prototype would still apply. */
16858 #ifdef __cplusplus
16859 extern "C"
16860 #endif
16861 char png_create_read_struct ();
16863 main ()
16865 return png_create_read_struct ();
16867 return 0;
16869 _ACEOF
16870 rm -f conftest.$ac_objext conftest$ac_exeext
16871 if { (ac_try="$ac_link"
16872 case "(($ac_try" in
16873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16874 *) ac_try_echo=$ac_try;;
16875 esac
16876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16877 (eval "$ac_link") 2>conftest.er1
16878 ac_status=$?
16879 grep -v '^ *+' conftest.er1 >conftest.err
16880 rm -f conftest.er1
16881 cat conftest.err >&5
16882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16883 (exit $ac_status); } && {
16884 test -z "$ac_c_werror_flag" ||
16885 test ! -s conftest.err
16886 } && test -s conftest$ac_exeext &&
16887 $as_test_x conftest$ac_exeext; then
16888 case "$LIBEXT" in
16889 dll) ;;
16890 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'` ;;
16891 *) 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'` ;;
16892 esac
16893 else
16894 echo "$as_me: failed program was:" >&5
16895 sed 's/^/| /' conftest.$ac_ext >&5
16900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16901 conftest$ac_exeext conftest.$ac_ext
16902 LIBS=$ac_check_soname_save_LIBS
16904 if test "x$ac_cv_lib_soname_png" = "x"; then
16905 { echo "$as_me:$LINENO: result: not found" >&5
16906 echo "${ECHO_T}not found" >&6; }
16908 else
16909 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16910 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16912 cat >>confdefs.h <<_ACEOF
16913 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16914 _ACEOF
16921 if test "x$ac_cv_lib_soname_png" = "x"; then
16922 case "x$with_png" in
16923 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16924 xno) ;;
16925 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16926 This is an error since --with-png was requested." >&5
16927 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16928 This is an error since --with-png was requested." >&2;}
16929 { (exit 1); exit 1; }; } ;;
16930 esac
16934 if test "$ac_cv_header_mpg123_h" = "yes"
16935 then
16936 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
16937 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
16938 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
16939 echo $ECHO_N "(cached) $ECHO_C" >&6
16940 else
16941 ac_check_lib_save_LIBS=$LIBS
16942 LIBS="-lmpg123 $LIBS"
16943 cat >conftest.$ac_ext <<_ACEOF
16944 /* confdefs.h. */
16945 _ACEOF
16946 cat confdefs.h >>conftest.$ac_ext
16947 cat >>conftest.$ac_ext <<_ACEOF
16948 /* end confdefs.h. */
16950 /* Override any GCC internal prototype to avoid an error.
16951 Use char because int might match the return type of a GCC
16952 builtin and then its argument prototype would still apply. */
16953 #ifdef __cplusplus
16954 extern "C"
16955 #endif
16956 char mpg123_feed ();
16958 main ()
16960 return mpg123_feed ();
16962 return 0;
16964 _ACEOF
16965 rm -f conftest.$ac_objext conftest$ac_exeext
16966 if { (ac_try="$ac_link"
16967 case "(($ac_try" in
16968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16969 *) ac_try_echo=$ac_try;;
16970 esac
16971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16972 (eval "$ac_link") 2>conftest.er1
16973 ac_status=$?
16974 grep -v '^ *+' conftest.er1 >conftest.err
16975 rm -f conftest.er1
16976 cat conftest.err >&5
16977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978 (exit $ac_status); } && {
16979 test -z "$ac_c_werror_flag" ||
16980 test ! -s conftest.err
16981 } && test -s conftest$ac_exeext &&
16982 $as_test_x conftest$ac_exeext; then
16983 ac_cv_lib_mpg123_mpg123_feed=yes
16984 else
16985 echo "$as_me: failed program was:" >&5
16986 sed 's/^/| /' conftest.$ac_ext >&5
16988 ac_cv_lib_mpg123_mpg123_feed=no
16991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16992 conftest$ac_exeext conftest.$ac_ext
16993 LIBS=$ac_check_lib_save_LIBS
16995 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16996 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16997 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
16998 LIBMPG123="-lmpg123"
17003 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
17004 case "x$with_mpg123" in
17005 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
17006 xno) ;;
17007 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17008 This is an error since --with-mpg123 was requested." >&5
17009 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17010 This is an error since --with-mpg123 was requested." >&2;}
17011 { (exit 1); exit 1; }; } ;;
17012 esac
17015 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
17017 if test "$ac_cv_header_AL_al_h" = "yes"
17018 then
17019 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
17020 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
17021 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
17022 echo $ECHO_N "(cached) $ECHO_C" >&6
17023 else
17024 ac_check_lib_save_LIBS=$LIBS
17025 LIBS="-lopenal $LIBS"
17026 cat >conftest.$ac_ext <<_ACEOF
17027 /* confdefs.h. */
17028 _ACEOF
17029 cat confdefs.h >>conftest.$ac_ext
17030 cat >>conftest.$ac_ext <<_ACEOF
17031 /* end confdefs.h. */
17033 /* Override any GCC internal prototype to avoid an error.
17034 Use char because int might match the return type of a GCC
17035 builtin and then its argument prototype would still apply. */
17036 #ifdef __cplusplus
17037 extern "C"
17038 #endif
17039 char alGetSource3i ();
17041 main ()
17043 return alGetSource3i ();
17045 return 0;
17047 _ACEOF
17048 rm -f conftest.$ac_objext conftest$ac_exeext
17049 if { (ac_try="$ac_link"
17050 case "(($ac_try" in
17051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17052 *) ac_try_echo=$ac_try;;
17053 esac
17054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17055 (eval "$ac_link") 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_c_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest$ac_exeext &&
17065 $as_test_x conftest$ac_exeext; then
17066 ac_cv_lib_openal_alGetSource3i=yes
17067 else
17068 echo "$as_me: failed program was:" >&5
17069 sed 's/^/| /' conftest.$ac_ext >&5
17071 ac_cv_lib_openal_alGetSource3i=no
17074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17075 conftest$ac_exeext conftest.$ac_ext
17076 LIBS=$ac_check_lib_save_LIBS
17078 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
17079 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
17080 if test $ac_cv_lib_openal_alGetSource3i = yes; then
17081 LIBOPENAL="-lopenal"
17086 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
17087 case "x$with_openal" in
17088 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
17089 xno) ;;
17090 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17091 This is an error since --with-openal was requested." >&5
17092 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17093 This is an error since --with-openal was requested." >&2;}
17094 { (exit 1); exit 1; }; } ;;
17095 esac
17098 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
17100 if test "$ac_cv_header_kstat_h" = "yes"
17101 then
17102 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17103 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17104 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17105 echo $ECHO_N "(cached) $ECHO_C" >&6
17106 else
17107 ac_check_lib_save_LIBS=$LIBS
17108 LIBS="-lkstat $LIBS"
17109 cat >conftest.$ac_ext <<_ACEOF
17110 /* confdefs.h. */
17111 _ACEOF
17112 cat confdefs.h >>conftest.$ac_ext
17113 cat >>conftest.$ac_ext <<_ACEOF
17114 /* end confdefs.h. */
17116 /* Override any GCC internal prototype to avoid an error.
17117 Use char because int might match the return type of a GCC
17118 builtin and then its argument prototype would still apply. */
17119 #ifdef __cplusplus
17120 extern "C"
17121 #endif
17122 char kstat_open ();
17124 main ()
17126 return kstat_open ();
17128 return 0;
17130 _ACEOF
17131 rm -f conftest.$ac_objext conftest$ac_exeext
17132 if { (ac_try="$ac_link"
17133 case "(($ac_try" in
17134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17135 *) ac_try_echo=$ac_try;;
17136 esac
17137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17138 (eval "$ac_link") 2>conftest.er1
17139 ac_status=$?
17140 grep -v '^ *+' conftest.er1 >conftest.err
17141 rm -f conftest.er1
17142 cat conftest.err >&5
17143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); } && {
17145 test -z "$ac_c_werror_flag" ||
17146 test ! -s conftest.err
17147 } && test -s conftest$ac_exeext &&
17148 $as_test_x conftest$ac_exeext; then
17149 ac_cv_lib_kstat_kstat_open=yes
17150 else
17151 echo "$as_me: failed program was:" >&5
17152 sed 's/^/| /' conftest.$ac_ext >&5
17154 ac_cv_lib_kstat_kstat_open=no
17157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17158 conftest$ac_exeext conftest.$ac_ext
17159 LIBS=$ac_check_lib_save_LIBS
17161 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17162 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17163 if test $ac_cv_lib_kstat_kstat_open = yes; then
17165 cat >>confdefs.h <<\_ACEOF
17166 #define HAVE_LIBKSTAT 1
17167 _ACEOF
17169 LIBKSTAT="-lkstat"
17175 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17176 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17177 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17178 echo $ECHO_N "(cached) $ECHO_C" >&6
17179 else
17180 ac_check_soname_save_LIBS=$LIBS
17181 LIBS="-lodbc $LIBS"
17182 cat >conftest.$ac_ext <<_ACEOF
17183 /* confdefs.h. */
17184 _ACEOF
17185 cat confdefs.h >>conftest.$ac_ext
17186 cat >>conftest.$ac_ext <<_ACEOF
17187 /* end confdefs.h. */
17189 /* Override any GCC internal prototype to avoid an error.
17190 Use char because int might match the return type of a GCC
17191 builtin and then its argument prototype would still apply. */
17192 #ifdef __cplusplus
17193 extern "C"
17194 #endif
17195 char SQLConnect ();
17197 main ()
17199 return SQLConnect ();
17201 return 0;
17203 _ACEOF
17204 rm -f conftest.$ac_objext conftest$ac_exeext
17205 if { (ac_try="$ac_link"
17206 case "(($ac_try" in
17207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17208 *) ac_try_echo=$ac_try;;
17209 esac
17210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17211 (eval "$ac_link") 2>conftest.er1
17212 ac_status=$?
17213 grep -v '^ *+' conftest.er1 >conftest.err
17214 rm -f conftest.er1
17215 cat conftest.err >&5
17216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17217 (exit $ac_status); } && {
17218 test -z "$ac_c_werror_flag" ||
17219 test ! -s conftest.err
17220 } && test -s conftest$ac_exeext &&
17221 $as_test_x conftest$ac_exeext; then
17222 case "$LIBEXT" in
17223 dll) ;;
17224 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'` ;;
17225 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17226 esac
17227 else
17228 echo "$as_me: failed program was:" >&5
17229 sed 's/^/| /' conftest.$ac_ext >&5
17234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17235 conftest$ac_exeext conftest.$ac_ext
17236 LIBS=$ac_check_soname_save_LIBS
17238 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17239 { echo "$as_me:$LINENO: result: not found" >&5
17240 echo "${ECHO_T}not found" >&6; }
17241 cat >>confdefs.h <<_ACEOF
17242 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17243 _ACEOF
17245 else
17246 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17247 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17249 cat >>confdefs.h <<_ACEOF
17250 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17251 _ACEOF
17257 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17258 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17259 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17260 "$ac_cv_header_soundcard_h" != "yes" -a \
17261 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17262 then
17263 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17267 EXTRACFLAGS=""
17269 if test "x${GCC}" = "xyes"
17270 then
17271 EXTRACFLAGS="-Wall -pipe"
17273 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17274 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17275 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17276 echo $ECHO_N "(cached) $ECHO_C" >&6
17277 else
17278 if test "$cross_compiling" = yes; then
17279 ac_cv_c_gcc_strength_bug="yes"
17280 else
17281 cat >conftest.$ac_ext <<_ACEOF
17282 /* confdefs.h. */
17283 _ACEOF
17284 cat confdefs.h >>conftest.$ac_ext
17285 cat >>conftest.$ac_ext <<_ACEOF
17286 /* end confdefs.h. */
17287 int L[4] = {0,1,2,3};
17289 main ()
17291 static int Array[3];
17292 unsigned int B = 3;
17293 int i;
17294 for(i=0; i<B; i++) Array[i] = i - 3;
17295 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17296 L[i] = 4;
17297 return (Array[1] != -2 || L[2] != 3)
17299 return 0;
17301 _ACEOF
17302 rm -f conftest$ac_exeext
17303 if { (ac_try="$ac_link"
17304 case "(($ac_try" in
17305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17306 *) ac_try_echo=$ac_try;;
17307 esac
17308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17309 (eval "$ac_link") 2>&5
17310 ac_status=$?
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17313 { (case "(($ac_try" in
17314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17315 *) ac_try_echo=$ac_try;;
17316 esac
17317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17318 (eval "$ac_try") 2>&5
17319 ac_status=$?
17320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17321 (exit $ac_status); }; }; then
17322 ac_cv_c_gcc_strength_bug="no"
17323 else
17324 echo "$as_me: program exited with status $ac_status" >&5
17325 echo "$as_me: failed program was:" >&5
17326 sed 's/^/| /' conftest.$ac_ext >&5
17328 ( exit $ac_status )
17329 ac_cv_c_gcc_strength_bug="yes"
17331 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17336 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17337 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17338 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17339 then
17340 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17343 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17344 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17345 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17346 echo $ECHO_N "(cached) $ECHO_C" >&6
17347 else
17348 ac_wine_try_cflags_saved=$CFLAGS
17349 CFLAGS="$CFLAGS -fno-builtin"
17350 cat >conftest.$ac_ext <<_ACEOF
17351 /* confdefs.h. */
17352 _ACEOF
17353 cat confdefs.h >>conftest.$ac_ext
17354 cat >>conftest.$ac_ext <<_ACEOF
17355 /* end confdefs.h. */
17356 int main(int argc, char *argv) { return 0; }
17357 _ACEOF
17358 rm -f conftest.$ac_objext conftest$ac_exeext
17359 if { (ac_try="$ac_link"
17360 case "(($ac_try" in
17361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17362 *) ac_try_echo=$ac_try;;
17363 esac
17364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17365 (eval "$ac_link") 2>conftest.er1
17366 ac_status=$?
17367 grep -v '^ *+' conftest.er1 >conftest.err
17368 rm -f conftest.er1
17369 cat conftest.err >&5
17370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371 (exit $ac_status); } && {
17372 test -z "$ac_c_werror_flag" ||
17373 test ! -s conftest.err
17374 } && test -s conftest$ac_exeext &&
17375 $as_test_x conftest$ac_exeext; then
17376 ac_cv_cflags__fno_builtin=yes
17377 else
17378 echo "$as_me: failed program was:" >&5
17379 sed 's/^/| /' conftest.$ac_ext >&5
17381 ac_cv_cflags__fno_builtin=no
17384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17385 conftest$ac_exeext conftest.$ac_ext
17386 CFLAGS=$ac_wine_try_cflags_saved
17388 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17389 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17390 if test $ac_cv_cflags__fno_builtin = yes; then
17391 BUILTINFLAG="-fno-builtin"
17395 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17396 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17397 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17398 echo $ECHO_N "(cached) $ECHO_C" >&6
17399 else
17400 ac_wine_try_cflags_saved=$CFLAGS
17401 CFLAGS="$CFLAGS -fno-strict-aliasing"
17402 cat >conftest.$ac_ext <<_ACEOF
17403 /* confdefs.h. */
17404 _ACEOF
17405 cat confdefs.h >>conftest.$ac_ext
17406 cat >>conftest.$ac_ext <<_ACEOF
17407 /* end confdefs.h. */
17408 int main(int argc, char *argv) { return 0; }
17409 _ACEOF
17410 rm -f conftest.$ac_objext conftest$ac_exeext
17411 if { (ac_try="$ac_link"
17412 case "(($ac_try" in
17413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17414 *) ac_try_echo=$ac_try;;
17415 esac
17416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext &&
17427 $as_test_x conftest$ac_exeext; then
17428 ac_cv_cflags__fno_strict_aliasing=yes
17429 else
17430 echo "$as_me: failed program was:" >&5
17431 sed 's/^/| /' conftest.$ac_ext >&5
17433 ac_cv_cflags__fno_strict_aliasing=no
17436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17437 conftest$ac_exeext conftest.$ac_ext
17438 CFLAGS=$ac_wine_try_cflags_saved
17440 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17441 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17442 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17443 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17446 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17447 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17448 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17449 echo $ECHO_N "(cached) $ECHO_C" >&6
17450 else
17451 ac_wine_try_cflags_saved=$CFLAGS
17452 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17453 cat >conftest.$ac_ext <<_ACEOF
17454 /* confdefs.h. */
17455 _ACEOF
17456 cat confdefs.h >>conftest.$ac_ext
17457 cat >>conftest.$ac_ext <<_ACEOF
17458 /* end confdefs.h. */
17459 int main(int argc, char *argv) { return 0; }
17460 _ACEOF
17461 rm -f conftest.$ac_objext conftest$ac_exeext
17462 if { (ac_try="$ac_link"
17463 case "(($ac_try" in
17464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465 *) ac_try_echo=$ac_try;;
17466 esac
17467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17468 (eval "$ac_link") 2>conftest.er1
17469 ac_status=$?
17470 grep -v '^ *+' conftest.er1 >conftest.err
17471 rm -f conftest.er1
17472 cat conftest.err >&5
17473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17474 (exit $ac_status); } && {
17475 test -z "$ac_c_werror_flag" ||
17476 test ! -s conftest.err
17477 } && test -s conftest$ac_exeext &&
17478 $as_test_x conftest$ac_exeext; then
17479 ac_cv_cflags__Wdeclaration_after_statement=yes
17480 else
17481 echo "$as_me: failed program was:" >&5
17482 sed 's/^/| /' conftest.$ac_ext >&5
17484 ac_cv_cflags__Wdeclaration_after_statement=no
17487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17488 conftest$ac_exeext conftest.$ac_ext
17489 CFLAGS=$ac_wine_try_cflags_saved
17491 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17492 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17493 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17494 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17497 { echo "$as_me:$LINENO: checking whether the compiler supports -Wstrict-prototypes" >&5
17498 echo $ECHO_N "checking whether the compiler supports -Wstrict-prototypes... $ECHO_C" >&6; }
17499 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then
17500 echo $ECHO_N "(cached) $ECHO_C" >&6
17501 else
17502 ac_wine_try_cflags_saved=$CFLAGS
17503 CFLAGS="$CFLAGS -Wstrict-prototypes"
17504 cat >conftest.$ac_ext <<_ACEOF
17505 /* confdefs.h. */
17506 _ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h. */
17510 int main(int argc, char *argv) { return 0; }
17511 _ACEOF
17512 rm -f conftest.$ac_objext conftest$ac_exeext
17513 if { (ac_try="$ac_link"
17514 case "(($ac_try" in
17515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17516 *) ac_try_echo=$ac_try;;
17517 esac
17518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17519 (eval "$ac_link") 2>conftest.er1
17520 ac_status=$?
17521 grep -v '^ *+' conftest.er1 >conftest.err
17522 rm -f conftest.er1
17523 cat conftest.err >&5
17524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17525 (exit $ac_status); } && {
17526 test -z "$ac_c_werror_flag" ||
17527 test ! -s conftest.err
17528 } && test -s conftest$ac_exeext &&
17529 $as_test_x conftest$ac_exeext; then
17530 ac_cv_cflags__Wstrict_prototypes=yes
17531 else
17532 echo "$as_me: failed program was:" >&5
17533 sed 's/^/| /' conftest.$ac_ext >&5
17535 ac_cv_cflags__Wstrict_prototypes=no
17538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17539 conftest$ac_exeext conftest.$ac_ext
17540 CFLAGS=$ac_wine_try_cflags_saved
17542 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17543 echo "${ECHO_T}$ac_cv_cflags__Wstrict_prototypes" >&6; }
17544 if test $ac_cv_cflags__Wstrict_prototypes = yes; then
17545 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17548 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17549 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17550 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17551 echo $ECHO_N "(cached) $ECHO_C" >&6
17552 else
17553 ac_wine_try_cflags_saved=$CFLAGS
17554 CFLAGS="$CFLAGS -Wwrite-strings"
17555 cat >conftest.$ac_ext <<_ACEOF
17556 /* confdefs.h. */
17557 _ACEOF
17558 cat confdefs.h >>conftest.$ac_ext
17559 cat >>conftest.$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17561 int main(int argc, char *argv) { return 0; }
17562 _ACEOF
17563 rm -f conftest.$ac_objext conftest$ac_exeext
17564 if { (ac_try="$ac_link"
17565 case "(($ac_try" in
17566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17567 *) ac_try_echo=$ac_try;;
17568 esac
17569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17570 (eval "$ac_link") 2>conftest.er1
17571 ac_status=$?
17572 grep -v '^ *+' conftest.er1 >conftest.err
17573 rm -f conftest.er1
17574 cat conftest.err >&5
17575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17576 (exit $ac_status); } && {
17577 test -z "$ac_c_werror_flag" ||
17578 test ! -s conftest.err
17579 } && test -s conftest$ac_exeext &&
17580 $as_test_x conftest$ac_exeext; then
17581 ac_cv_cflags__Wwrite_strings=yes
17582 else
17583 echo "$as_me: failed program was:" >&5
17584 sed 's/^/| /' conftest.$ac_ext >&5
17586 ac_cv_cflags__Wwrite_strings=no
17589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17590 conftest$ac_exeext conftest.$ac_ext
17591 CFLAGS=$ac_wine_try_cflags_saved
17593 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17594 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17595 if test $ac_cv_cflags__Wwrite_strings = yes; then
17596 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17599 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17600 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17601 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17602 echo $ECHO_N "(cached) $ECHO_C" >&6
17603 else
17604 ac_wine_try_cflags_saved=$CFLAGS
17605 CFLAGS="$CFLAGS -Wtype-limits"
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h. */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h. */
17612 int main(int argc, char *argv) { return 0; }
17613 _ACEOF
17614 rm -f conftest.$ac_objext conftest$ac_exeext
17615 if { (ac_try="$ac_link"
17616 case "(($ac_try" in
17617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17618 *) ac_try_echo=$ac_try;;
17619 esac
17620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17621 (eval "$ac_link") 2>conftest.er1
17622 ac_status=$?
17623 grep -v '^ *+' conftest.er1 >conftest.err
17624 rm -f conftest.er1
17625 cat conftest.err >&5
17626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17627 (exit $ac_status); } && {
17628 test -z "$ac_c_werror_flag" ||
17629 test ! -s conftest.err
17630 } && test -s conftest$ac_exeext &&
17631 $as_test_x conftest$ac_exeext; then
17632 ac_cv_cflags__Wtype_limits=yes
17633 else
17634 echo "$as_me: failed program was:" >&5
17635 sed 's/^/| /' conftest.$ac_ext >&5
17637 ac_cv_cflags__Wtype_limits=no
17640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17641 conftest$ac_exeext conftest.$ac_ext
17642 CFLAGS=$ac_wine_try_cflags_saved
17644 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17645 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17646 if test $ac_cv_cflags__Wtype_limits = yes; then
17647 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17651 saved_CFLAGS="$CFLAGS"
17652 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17653 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17654 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17655 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17657 else
17658 cat >conftest.$ac_ext <<_ACEOF
17659 /* confdefs.h. */
17660 _ACEOF
17661 cat confdefs.h >>conftest.$ac_ext
17662 cat >>conftest.$ac_ext <<_ACEOF
17663 /* end confdefs.h. */
17664 #include <string.h>
17666 main ()
17670 return 0;
17672 _ACEOF
17673 rm -f conftest.$ac_objext
17674 if { (ac_try="$ac_compile"
17675 case "(($ac_try" in
17676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17677 *) ac_try_echo=$ac_try;;
17678 esac
17679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17680 (eval "$ac_compile") 2>conftest.er1
17681 ac_status=$?
17682 grep -v '^ *+' conftest.er1 >conftest.err
17683 rm -f conftest.er1
17684 cat conftest.err >&5
17685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17686 (exit $ac_status); } && {
17687 test -z "$ac_c_werror_flag" ||
17688 test ! -s conftest.err
17689 } && test -s conftest.$ac_objext; then
17690 ac_cv_c_string_h_warnings=no
17691 else
17692 echo "$as_me: failed program was:" >&5
17693 sed 's/^/| /' conftest.$ac_ext >&5
17695 ac_cv_c_string_h_warnings=yes
17698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17700 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17701 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17702 CFLAGS="$saved_CFLAGS"
17703 if test "$ac_cv_c_string_h_warnings" = "no"
17704 then
17705 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17708 if test "${enable_maintainer_mode+set}" = set
17709 then
17710 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17711 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17712 if test "${ac_cv_cflags__Werror+set}" = set; then
17713 echo $ECHO_N "(cached) $ECHO_C" >&6
17714 else
17715 ac_wine_try_cflags_saved=$CFLAGS
17716 CFLAGS="$CFLAGS -Werror"
17717 cat >conftest.$ac_ext <<_ACEOF
17718 /* confdefs.h. */
17719 _ACEOF
17720 cat confdefs.h >>conftest.$ac_ext
17721 cat >>conftest.$ac_ext <<_ACEOF
17722 /* end confdefs.h. */
17723 int main(int argc, char *argv) { return 0; }
17724 _ACEOF
17725 rm -f conftest.$ac_objext conftest$ac_exeext
17726 if { (ac_try="$ac_link"
17727 case "(($ac_try" in
17728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17729 *) ac_try_echo=$ac_try;;
17730 esac
17731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17732 (eval "$ac_link") 2>conftest.er1
17733 ac_status=$?
17734 grep -v '^ *+' conftest.er1 >conftest.err
17735 rm -f conftest.er1
17736 cat conftest.err >&5
17737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17738 (exit $ac_status); } && {
17739 test -z "$ac_c_werror_flag" ||
17740 test ! -s conftest.err
17741 } && test -s conftest$ac_exeext &&
17742 $as_test_x conftest$ac_exeext; then
17743 ac_cv_cflags__Werror=yes
17744 else
17745 echo "$as_me: failed program was:" >&5
17746 sed 's/^/| /' conftest.$ac_ext >&5
17748 ac_cv_cflags__Werror=no
17751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17752 conftest$ac_exeext conftest.$ac_ext
17753 CFLAGS=$ac_wine_try_cflags_saved
17755 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17756 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17757 if test $ac_cv_cflags__Werror = yes; then
17758 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17763 saved_CFLAGS="$CFLAGS"
17764 CFLAGS="$CFLAGS -Werror"
17765 { echo "$as_me:$LINENO: checking for ms_hook_prologue attribute" >&5
17766 echo $ECHO_N "checking for ms_hook_prologue attribute... $ECHO_C" >&6; }
17767 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then
17768 echo $ECHO_N "(cached) $ECHO_C" >&6
17769 else
17770 cat >conftest.$ac_ext <<_ACEOF
17771 /* confdefs.h. */
17772 _ACEOF
17773 cat confdefs.h >>conftest.$ac_ext
17774 cat >>conftest.$ac_ext <<_ACEOF
17775 /* end confdefs.h. */
17776 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
17778 main ()
17782 return 0;
17784 _ACEOF
17785 rm -f conftest.$ac_objext
17786 if { (ac_try="$ac_compile"
17787 case "(($ac_try" in
17788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17789 *) ac_try_echo=$ac_try;;
17790 esac
17791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17792 (eval "$ac_compile") 2>conftest.er1
17793 ac_status=$?
17794 grep -v '^ *+' conftest.er1 >conftest.err
17795 rm -f conftest.er1
17796 cat conftest.err >&5
17797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17798 (exit $ac_status); } && {
17799 test -z "$ac_c_werror_flag" ||
17800 test ! -s conftest.err
17801 } && test -s conftest.$ac_objext; then
17802 ac_cv_have_ms_hook_prologue="yes"
17803 else
17804 echo "$as_me: failed program was:" >&5
17805 sed 's/^/| /' conftest.$ac_ext >&5
17807 ac_cv_have_ms_hook_prologue="no"
17810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17812 { echo "$as_me:$LINENO: result: $ac_cv_have_ms_hook_prologue" >&5
17813 echo "${ECHO_T}$ac_cv_have_ms_hook_prologue" >&6; }
17814 CFLAGS="$saved_CFLAGS"
17815 if test "$ac_cv_have_ms_hook_prologue" = "yes"
17816 then
17818 cat >>confdefs.h <<\_ACEOF
17819 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))
17820 _ACEOF
17822 else
17823 cat >>confdefs.h <<\_ACEOF
17824 #define DECLSPEC_HOTPATCH /* */
17825 _ACEOF
17831 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17832 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17833 if test "${ac_cv_c_extern_prefix+set}" = set; then
17834 echo $ECHO_N "(cached) $ECHO_C" >&6
17835 else
17836 cat >conftest.$ac_ext <<_ACEOF
17837 /* confdefs.h. */
17838 _ACEOF
17839 cat confdefs.h >>conftest.$ac_ext
17840 cat >>conftest.$ac_ext <<_ACEOF
17841 /* end confdefs.h. */
17842 extern int ac_test;
17844 main ()
17846 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17848 return 0;
17850 _ACEOF
17851 rm -f conftest.$ac_objext conftest$ac_exeext
17852 if { (ac_try="$ac_link"
17853 case "(($ac_try" in
17854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17855 *) ac_try_echo=$ac_try;;
17856 esac
17857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17858 (eval "$ac_link") 2>conftest.er1
17859 ac_status=$?
17860 grep -v '^ *+' conftest.er1 >conftest.err
17861 rm -f conftest.er1
17862 cat conftest.err >&5
17863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17864 (exit $ac_status); } && {
17865 test -z "$ac_c_werror_flag" ||
17866 test ! -s conftest.err
17867 } && test -s conftest$ac_exeext &&
17868 $as_test_x conftest$ac_exeext; then
17869 ac_cv_c_extern_prefix="yes"
17870 else
17871 echo "$as_me: failed program was:" >&5
17872 sed 's/^/| /' conftest.$ac_ext >&5
17874 ac_cv_c_extern_prefix="no"
17877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17878 conftest$ac_exeext conftest.$ac_ext
17880 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17881 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17883 case $host_cpu in
17884 *i[3456789]86*)
17885 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17886 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17887 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17888 echo $ECHO_N "(cached) $ECHO_C" >&6
17889 else
17890 cat >conftest.$ac_ext <<_ACEOF
17891 /* confdefs.h. */
17892 _ACEOF
17893 cat confdefs.h >>conftest.$ac_ext
17894 cat >>conftest.$ac_ext <<_ACEOF
17895 /* end confdefs.h. */
17896 #ifndef _MSC_VER
17897 #define __stdcall __attribute__((__stdcall__))
17898 #endif
17899 int __stdcall ac_test(int i) { return i; }
17901 main ()
17903 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17905 return 0;
17907 _ACEOF
17908 rm -f conftest.$ac_objext conftest$ac_exeext
17909 if { (ac_try="$ac_link"
17910 case "(($ac_try" in
17911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17912 *) ac_try_echo=$ac_try;;
17913 esac
17914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17915 (eval "$ac_link") 2>conftest.er1
17916 ac_status=$?
17917 grep -v '^ *+' conftest.er1 >conftest.err
17918 rm -f conftest.er1
17919 cat conftest.err >&5
17920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921 (exit $ac_status); } && {
17922 test -z "$ac_c_werror_flag" ||
17923 test ! -s conftest.err
17924 } && test -s conftest$ac_exeext &&
17925 $as_test_x conftest$ac_exeext; then
17926 ac_cv_c_stdcall_suffix="yes"
17927 else
17928 echo "$as_me: failed program was:" >&5
17929 sed 's/^/| /' conftest.$ac_ext >&5
17931 ac_cv_c_stdcall_suffix="no"
17934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17935 conftest$ac_exeext conftest.$ac_ext
17937 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17938 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17939 *) ac_cv_c_stdcall_suffix="no" ;;
17940 esac
17944 if test "$ac_cv_c_extern_prefix" = "yes"
17945 then
17946 cat >>confdefs.h <<\_ACEOF
17947 #define __ASM_NAME(name) "_" name
17948 _ACEOF
17950 asm_name_prefix="_"
17951 else
17952 cat >>confdefs.h <<\_ACEOF
17953 #define __ASM_NAME(name) name
17954 _ACEOF
17956 asm_name_prefix=""
17961 if test "$ac_cv_c_stdcall_suffix" = "yes"
17962 then
17963 cat >>confdefs.h <<\_ACEOF
17964 #define __ASM_STDCALL(args) "@" #args
17965 _ACEOF
17967 else
17968 cat >>confdefs.h <<\_ACEOF
17969 #define __ASM_STDCALL(args) ""
17970 _ACEOF
17975 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17976 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17977 if test "${ac_cv_asm_func_def+set}" = set; then
17978 echo $ECHO_N "(cached) $ECHO_C" >&6
17979 else
17980 cat >conftest.$ac_ext <<_ACEOF
17981 /* confdefs.h. */
17982 _ACEOF
17983 cat confdefs.h >>conftest.$ac_ext
17984 cat >>conftest.$ac_ext <<_ACEOF
17985 /* end confdefs.h. */
17988 main ()
17990 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17992 return 0;
17994 _ACEOF
17995 rm -f conftest.$ac_objext conftest$ac_exeext
17996 if { (ac_try="$ac_link"
17997 case "(($ac_try" in
17998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17999 *) ac_try_echo=$ac_try;;
18000 esac
18001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18002 (eval "$ac_link") 2>conftest.er1
18003 ac_status=$?
18004 grep -v '^ *+' conftest.er1 >conftest.err
18005 rm -f conftest.er1
18006 cat conftest.err >&5
18007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18008 (exit $ac_status); } && {
18009 test -z "$ac_c_werror_flag" ||
18010 test ! -s conftest.err
18011 } && test -s conftest$ac_exeext &&
18012 $as_test_x conftest$ac_exeext; then
18013 ac_cv_asm_func_def=".def"
18014 else
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18018 cat >conftest.$ac_ext <<_ACEOF
18019 /* confdefs.h. */
18020 _ACEOF
18021 cat confdefs.h >>conftest.$ac_ext
18022 cat >>conftest.$ac_ext <<_ACEOF
18023 /* end confdefs.h. */
18026 main ()
18028 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18030 return 0;
18032 _ACEOF
18033 rm -f conftest.$ac_objext conftest$ac_exeext
18034 if { (ac_try="$ac_link"
18035 case "(($ac_try" in
18036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18037 *) ac_try_echo=$ac_try;;
18038 esac
18039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18040 (eval "$ac_link") 2>conftest.er1
18041 ac_status=$?
18042 grep -v '^ *+' conftest.er1 >conftest.err
18043 rm -f conftest.er1
18044 cat conftest.err >&5
18045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18046 (exit $ac_status); } && {
18047 test -z "$ac_c_werror_flag" ||
18048 test ! -s conftest.err
18049 } && test -s conftest$ac_exeext &&
18050 $as_test_x conftest$ac_exeext; then
18051 ac_cv_asm_func_def=".type @function"
18052 else
18053 echo "$as_me: failed program was:" >&5
18054 sed 's/^/| /' conftest.$ac_ext >&5
18056 cat >conftest.$ac_ext <<_ACEOF
18057 /* confdefs.h. */
18058 _ACEOF
18059 cat confdefs.h >>conftest.$ac_ext
18060 cat >>conftest.$ac_ext <<_ACEOF
18061 /* end confdefs.h. */
18064 main ()
18066 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18068 return 0;
18070 _ACEOF
18071 rm -f conftest.$ac_objext conftest$ac_exeext
18072 if { (ac_try="$ac_link"
18073 case "(($ac_try" in
18074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18075 *) ac_try_echo=$ac_try;;
18076 esac
18077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18078 (eval "$ac_link") 2>conftest.er1
18079 ac_status=$?
18080 grep -v '^ *+' conftest.er1 >conftest.err
18081 rm -f conftest.er1
18082 cat conftest.err >&5
18083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18084 (exit $ac_status); } && {
18085 test -z "$ac_c_werror_flag" ||
18086 test ! -s conftest.err
18087 } && test -s conftest$ac_exeext &&
18088 $as_test_x conftest$ac_exeext; then
18089 ac_cv_asm_func_def=".type 2"
18090 else
18091 echo "$as_me: failed program was:" >&5
18092 sed 's/^/| /' conftest.$ac_ext >&5
18094 ac_cv_asm_func_def="unknown"
18097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18098 conftest$ac_exeext conftest.$ac_ext
18101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18102 conftest$ac_exeext conftest.$ac_ext
18105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18106 conftest$ac_exeext conftest.$ac_ext
18108 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18109 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
18113 case "$ac_cv_asm_func_def" in
18114 ".def")
18115 cat >>confdefs.h <<\_ACEOF
18116 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18117 _ACEOF
18119 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18120 ".type @function")
18121 cat >>confdefs.h <<\_ACEOF
18122 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18123 _ACEOF
18125 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18126 ".type 2")
18127 cat >>confdefs.h <<\_ACEOF
18128 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18129 _ACEOF
18131 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18133 cat >>confdefs.h <<\_ACEOF
18134 #define __ASM_FUNC(name) ""
18135 _ACEOF
18137 asm_func_header="" ;;
18138 esac
18140 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18141 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
18142 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18143 echo $ECHO_N "(cached) $ECHO_C" >&6
18144 else
18145 cat >conftest.$ac_ext <<_ACEOF
18146 /* confdefs.h. */
18147 _ACEOF
18148 cat confdefs.h >>conftest.$ac_ext
18149 cat >>conftest.$ac_ext <<_ACEOF
18150 /* end confdefs.h. */
18151 asm(".text\n\t.long 0");
18153 main ()
18157 return 0;
18159 _ACEOF
18160 rm -f conftest.$ac_objext
18161 if { (ac_try="$ac_compile"
18162 case "(($ac_try" in
18163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18164 *) ac_try_echo=$ac_try;;
18165 esac
18166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18167 (eval "$ac_compile") 2>conftest.er1
18168 ac_status=$?
18169 grep -v '^ *+' conftest.er1 >conftest.err
18170 rm -f conftest.er1
18171 cat conftest.err >&5
18172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18173 (exit $ac_status); } && {
18174 test -z "$ac_c_werror_flag" ||
18175 test ! -s conftest.err
18176 } && test -s conftest.$ac_objext; then
18177 ac_cv_c_asm_outside_funcs="yes"
18178 else
18179 echo "$as_me: failed program was:" >&5
18180 sed 's/^/| /' conftest.$ac_ext >&5
18182 ac_cv_c_asm_outside_funcs="no"
18185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18187 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18188 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18190 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18191 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18192 if test "${ac_cv_c_dot_previous+set}" = set; then
18193 echo $ECHO_N "(cached) $ECHO_C" >&6
18194 else
18195 cat >conftest.$ac_ext <<_ACEOF
18196 /* confdefs.h. */
18197 _ACEOF
18198 cat confdefs.h >>conftest.$ac_ext
18199 cat >>conftest.$ac_ext <<_ACEOF
18200 /* end confdefs.h. */
18203 main ()
18205 asm(".text\nac_test:\t.long 0\n\t.previous");
18207 return 0;
18209 _ACEOF
18210 rm -f conftest.$ac_objext conftest$ac_exeext
18211 if { (ac_try="$ac_link"
18212 case "(($ac_try" in
18213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18214 *) ac_try_echo=$ac_try;;
18215 esac
18216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18217 (eval "$ac_link") 2>conftest.er1
18218 ac_status=$?
18219 grep -v '^ *+' conftest.er1 >conftest.err
18220 rm -f conftest.er1
18221 cat conftest.err >&5
18222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223 (exit $ac_status); } && {
18224 test -z "$ac_c_werror_flag" ||
18225 test ! -s conftest.err
18226 } && test -s conftest$ac_exeext &&
18227 $as_test_x conftest$ac_exeext; then
18228 ac_cv_c_dot_previous="yes"
18229 else
18230 echo "$as_me: failed program was:" >&5
18231 sed 's/^/| /' conftest.$ac_ext >&5
18233 ac_cv_c_dot_previous="no"
18236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18237 conftest$ac_exeext conftest.$ac_ext
18239 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18240 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18242 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18243 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18244 if test "${ac_cv_c_cfi_support+set}" = set; then
18245 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 else
18247 cat >conftest.$ac_ext <<_ACEOF
18248 /* confdefs.h. */
18249 _ACEOF
18250 cat confdefs.h >>conftest.$ac_ext
18251 cat >>conftest.$ac_ext <<_ACEOF
18252 /* end confdefs.h. */
18253 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18255 main ()
18259 return 0;
18261 _ACEOF
18262 rm -f conftest.$ac_objext
18263 if { (ac_try="$ac_compile"
18264 case "(($ac_try" in
18265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18266 *) ac_try_echo=$ac_try;;
18267 esac
18268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18269 (eval "$ac_compile") 2>conftest.er1
18270 ac_status=$?
18271 grep -v '^ *+' conftest.er1 >conftest.err
18272 rm -f conftest.er1
18273 cat conftest.err >&5
18274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18275 (exit $ac_status); } && {
18276 test -z "$ac_c_werror_flag" ||
18277 test ! -s conftest.err
18278 } && test -s conftest.$ac_objext; then
18279 ac_cv_c_cfi_support="yes"
18280 else
18281 echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18284 ac_cv_c_cfi_support="no"
18287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18289 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18290 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18292 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18293 asm_func_trailer=""
18294 if test "$ac_cv_c_dot_previous" = "yes"
18295 then
18296 asm_func_trailer="\\n\\t.previous"
18298 if test "$ac_cv_c_cfi_support" = "yes"
18299 then
18300 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18301 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18303 cat >>confdefs.h <<\_ACEOF
18304 #define __ASM_CFI(str) str
18305 _ACEOF
18307 else
18308 cat >>confdefs.h <<\_ACEOF
18309 #define __ASM_CFI(str) ""
18310 _ACEOF
18314 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18318 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18319 then
18320 cat >>confdefs.h <<_ACEOF
18321 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18322 _ACEOF
18324 else
18325 cat >>confdefs.h <<_ACEOF
18326 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18327 _ACEOF
18331 cat >>confdefs.h <<\_ACEOF
18332 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18333 _ACEOF
18336 cat >>confdefs.h <<\_ACEOF
18337 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18338 _ACEOF
18342 LDPATH=""
18344 case $build_os in
18345 cygwin*|mingw32*)
18346 TOOLSEXT=".exe"
18348 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18350 darwin*|macosx*)
18353 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18355 esac
18357 case $host_os in
18358 mingw32*)
18359 CRTLIBS="-lmsvcrt"
18361 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18364 esac
18366 MAIN_BINARY="wine"
18368 test -z "$with_wine64" || MAIN_BINARY="wine32"
18370 case $host_cpu in
18371 *i[3456789]86*)
18372 case $host_os in
18373 linux*)
18374 EXTRA_BINARIES="wine-preloader"
18376 esac
18378 esac
18381 ac_save_CFLAGS="$CFLAGS"
18382 CFLAGS="$CFLAGS $BUILTINFLAG"
18454 for ac_func in \
18455 _pclose \
18456 _popen \
18457 _snprintf \
18458 _spawnvp \
18459 _strdup \
18460 _stricmp \
18461 _strnicmp \
18462 _strtoi64 \
18463 _strtoui64 \
18464 _vsnprintf \
18465 asctime_r \
18466 chsize \
18467 dlopen \
18468 epoll_create \
18469 ffs \
18470 finite \
18471 fnmatch \
18472 fork \
18473 fpclass \
18474 fstatfs \
18475 fstatvfs \
18476 ftruncate \
18477 futimes \
18478 futimesat \
18479 getdirentries \
18480 getopt_long \
18481 getpagesize \
18482 getpwuid \
18483 gettid \
18484 gettimeofday \
18485 getuid \
18486 kqueue \
18487 lstat \
18488 memmove \
18489 mmap \
18490 pclose \
18491 pipe2 \
18492 poll \
18493 popen \
18494 port_create \
18495 prctl \
18496 pread \
18497 pwrite \
18498 readdir \
18499 readlink \
18500 sched_setaffinity \
18501 sched_yield \
18502 select \
18503 setproctitle \
18504 setrlimit \
18505 settimeofday \
18506 sigaltstack \
18507 sigprocmask \
18508 snprintf \
18509 spawnvp \
18510 statfs \
18511 statvfs \
18512 strcasecmp \
18513 strdup \
18514 strerror \
18515 strncasecmp \
18516 strtold \
18517 strtoll \
18518 strtoull \
18519 symlink \
18520 tcgetattr \
18521 thr_kill2 \
18522 timegm \
18523 usleep \
18524 vsnprintf \
18525 wait4 \
18526 waitpid \
18529 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18530 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18531 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18532 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18533 echo $ECHO_N "(cached) $ECHO_C" >&6
18534 else
18535 cat >conftest.$ac_ext <<_ACEOF
18536 /* confdefs.h. */
18537 _ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h. */
18541 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18543 #define $ac_func innocuous_$ac_func
18545 /* System header to define __stub macros and hopefully few prototypes,
18546 which can conflict with char $ac_func (); below.
18547 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18548 <limits.h> exists even on freestanding compilers. */
18550 #ifdef __STDC__
18551 # include <limits.h>
18552 #else
18553 # include <assert.h>
18554 #endif
18556 #undef $ac_func
18558 /* Override any GCC internal prototype to avoid an error.
18559 Use char because int might match the return type of a GCC
18560 builtin and then its argument prototype would still apply. */
18561 #ifdef __cplusplus
18562 extern "C"
18563 #endif
18564 char $ac_func ();
18565 /* The GNU C library defines this for functions which it implements
18566 to always fail with ENOSYS. Some functions are actually named
18567 something starting with __ and the normal name is an alias. */
18568 #if defined __stub_$ac_func || defined __stub___$ac_func
18569 choke me
18570 #endif
18573 main ()
18575 return $ac_func ();
18577 return 0;
18579 _ACEOF
18580 rm -f conftest.$ac_objext conftest$ac_exeext
18581 if { (ac_try="$ac_link"
18582 case "(($ac_try" in
18583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18584 *) ac_try_echo=$ac_try;;
18585 esac
18586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18587 (eval "$ac_link") 2>conftest.er1
18588 ac_status=$?
18589 grep -v '^ *+' conftest.er1 >conftest.err
18590 rm -f conftest.er1
18591 cat conftest.err >&5
18592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18593 (exit $ac_status); } && {
18594 test -z "$ac_c_werror_flag" ||
18595 test ! -s conftest.err
18596 } && test -s conftest$ac_exeext &&
18597 $as_test_x conftest$ac_exeext; then
18598 eval "$as_ac_var=yes"
18599 else
18600 echo "$as_me: failed program was:" >&5
18601 sed 's/^/| /' conftest.$ac_ext >&5
18603 eval "$as_ac_var=no"
18606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18607 conftest$ac_exeext conftest.$ac_ext
18609 ac_res=`eval echo '${'$as_ac_var'}'`
18610 { echo "$as_me:$LINENO: result: $ac_res" >&5
18611 echo "${ECHO_T}$ac_res" >&6; }
18612 if test `eval echo '${'$as_ac_var'}'` = yes; then
18613 cat >>confdefs.h <<_ACEOF
18614 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18615 _ACEOF
18618 done
18620 CFLAGS="$ac_save_CFLAGS"
18622 if test "$ac_cv_func_dlopen" = no
18623 then
18624 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18625 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18626 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18627 echo $ECHO_N "(cached) $ECHO_C" >&6
18628 else
18629 ac_check_lib_save_LIBS=$LIBS
18630 LIBS="-ldl $LIBS"
18631 cat >conftest.$ac_ext <<_ACEOF
18632 /* confdefs.h. */
18633 _ACEOF
18634 cat confdefs.h >>conftest.$ac_ext
18635 cat >>conftest.$ac_ext <<_ACEOF
18636 /* end confdefs.h. */
18638 /* Override any GCC internal prototype to avoid an error.
18639 Use char because int might match the return type of a GCC
18640 builtin and then its argument prototype would still apply. */
18641 #ifdef __cplusplus
18642 extern "C"
18643 #endif
18644 char dlopen ();
18646 main ()
18648 return dlopen ();
18650 return 0;
18652 _ACEOF
18653 rm -f conftest.$ac_objext conftest$ac_exeext
18654 if { (ac_try="$ac_link"
18655 case "(($ac_try" in
18656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18657 *) ac_try_echo=$ac_try;;
18658 esac
18659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18660 (eval "$ac_link") 2>conftest.er1
18661 ac_status=$?
18662 grep -v '^ *+' conftest.er1 >conftest.err
18663 rm -f conftest.er1
18664 cat conftest.err >&5
18665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18666 (exit $ac_status); } && {
18667 test -z "$ac_c_werror_flag" ||
18668 test ! -s conftest.err
18669 } && test -s conftest$ac_exeext &&
18670 $as_test_x conftest$ac_exeext; then
18671 ac_cv_lib_dl_dlopen=yes
18672 else
18673 echo "$as_me: failed program was:" >&5
18674 sed 's/^/| /' conftest.$ac_ext >&5
18676 ac_cv_lib_dl_dlopen=no
18679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18680 conftest$ac_exeext conftest.$ac_ext
18681 LIBS=$ac_check_lib_save_LIBS
18683 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18684 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18685 if test $ac_cv_lib_dl_dlopen = yes; then
18686 cat >>confdefs.h <<\_ACEOF
18687 #define HAVE_DLOPEN 1
18688 _ACEOF
18689 LIBDL="-ldl"
18694 ac_wine_check_funcs_save_LIBS="$LIBS"
18695 LIBS="$LIBS $LIBDL"
18697 for ac_func in dladdr
18699 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18700 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18701 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18702 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18703 echo $ECHO_N "(cached) $ECHO_C" >&6
18704 else
18705 cat >conftest.$ac_ext <<_ACEOF
18706 /* confdefs.h. */
18707 _ACEOF
18708 cat confdefs.h >>conftest.$ac_ext
18709 cat >>conftest.$ac_ext <<_ACEOF
18710 /* end confdefs.h. */
18711 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18712 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18713 #define $ac_func innocuous_$ac_func
18715 /* System header to define __stub macros and hopefully few prototypes,
18716 which can conflict with char $ac_func (); below.
18717 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18718 <limits.h> exists even on freestanding compilers. */
18720 #ifdef __STDC__
18721 # include <limits.h>
18722 #else
18723 # include <assert.h>
18724 #endif
18726 #undef $ac_func
18728 /* Override any GCC internal prototype to avoid an error.
18729 Use char because int might match the return type of a GCC
18730 builtin and then its argument prototype would still apply. */
18731 #ifdef __cplusplus
18732 extern "C"
18733 #endif
18734 char $ac_func ();
18735 /* The GNU C library defines this for functions which it implements
18736 to always fail with ENOSYS. Some functions are actually named
18737 something starting with __ and the normal name is an alias. */
18738 #if defined __stub_$ac_func || defined __stub___$ac_func
18739 choke me
18740 #endif
18743 main ()
18745 return $ac_func ();
18747 return 0;
18749 _ACEOF
18750 rm -f conftest.$ac_objext conftest$ac_exeext
18751 if { (ac_try="$ac_link"
18752 case "(($ac_try" in
18753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18754 *) ac_try_echo=$ac_try;;
18755 esac
18756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18757 (eval "$ac_link") 2>conftest.er1
18758 ac_status=$?
18759 grep -v '^ *+' conftest.er1 >conftest.err
18760 rm -f conftest.er1
18761 cat conftest.err >&5
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); } && {
18764 test -z "$ac_c_werror_flag" ||
18765 test ! -s conftest.err
18766 } && test -s conftest$ac_exeext &&
18767 $as_test_x conftest$ac_exeext; then
18768 eval "$as_ac_var=yes"
18769 else
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.$ac_ext >&5
18773 eval "$as_ac_var=no"
18776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18777 conftest$ac_exeext conftest.$ac_ext
18779 ac_res=`eval echo '${'$as_ac_var'}'`
18780 { echo "$as_me:$LINENO: result: $ac_res" >&5
18781 echo "${ECHO_T}$ac_res" >&6; }
18782 if test `eval echo '${'$as_ac_var'}'` = yes; then
18783 cat >>confdefs.h <<_ACEOF
18784 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18785 _ACEOF
18788 done
18790 LIBS="$ac_wine_check_funcs_save_LIBS"
18792 if test "$ac_cv_func_poll" = no
18793 then
18794 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18795 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18796 if test "${ac_cv_lib_poll_poll+set}" = set; then
18797 echo $ECHO_N "(cached) $ECHO_C" >&6
18798 else
18799 ac_check_lib_save_LIBS=$LIBS
18800 LIBS="-lpoll $LIBS"
18801 cat >conftest.$ac_ext <<_ACEOF
18802 /* confdefs.h. */
18803 _ACEOF
18804 cat confdefs.h >>conftest.$ac_ext
18805 cat >>conftest.$ac_ext <<_ACEOF
18806 /* end confdefs.h. */
18808 /* Override any GCC internal prototype to avoid an error.
18809 Use char because int might match the return type of a GCC
18810 builtin and then its argument prototype would still apply. */
18811 #ifdef __cplusplus
18812 extern "C"
18813 #endif
18814 char poll ();
18816 main ()
18818 return poll ();
18820 return 0;
18822 _ACEOF
18823 rm -f conftest.$ac_objext conftest$ac_exeext
18824 if { (ac_try="$ac_link"
18825 case "(($ac_try" in
18826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18827 *) ac_try_echo=$ac_try;;
18828 esac
18829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18830 (eval "$ac_link") 2>conftest.er1
18831 ac_status=$?
18832 grep -v '^ *+' conftest.er1 >conftest.err
18833 rm -f conftest.er1
18834 cat conftest.err >&5
18835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18836 (exit $ac_status); } && {
18837 test -z "$ac_c_werror_flag" ||
18838 test ! -s conftest.err
18839 } && test -s conftest$ac_exeext &&
18840 $as_test_x conftest$ac_exeext; then
18841 ac_cv_lib_poll_poll=yes
18842 else
18843 echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18846 ac_cv_lib_poll_poll=no
18849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18850 conftest$ac_exeext conftest.$ac_ext
18851 LIBS=$ac_check_lib_save_LIBS
18853 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18854 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18855 if test $ac_cv_lib_poll_poll = yes; then
18856 cat >>confdefs.h <<\_ACEOF
18857 #define HAVE_POLL 1
18858 _ACEOF
18859 LIBPOLL="-lpoll"
18865 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18866 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18867 if test "${ac_cv_search_gethostbyname+set}" = set; then
18868 echo $ECHO_N "(cached) $ECHO_C" >&6
18869 else
18870 ac_func_search_save_LIBS=$LIBS
18871 cat >conftest.$ac_ext <<_ACEOF
18872 /* confdefs.h. */
18873 _ACEOF
18874 cat confdefs.h >>conftest.$ac_ext
18875 cat >>conftest.$ac_ext <<_ACEOF
18876 /* end confdefs.h. */
18878 /* Override any GCC internal prototype to avoid an error.
18879 Use char because int might match the return type of a GCC
18880 builtin and then its argument prototype would still apply. */
18881 #ifdef __cplusplus
18882 extern "C"
18883 #endif
18884 char gethostbyname ();
18886 main ()
18888 return gethostbyname ();
18890 return 0;
18892 _ACEOF
18893 for ac_lib in '' nsl; do
18894 if test -z "$ac_lib"; then
18895 ac_res="none required"
18896 else
18897 ac_res=-l$ac_lib
18898 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18900 rm -f conftest.$ac_objext conftest$ac_exeext
18901 if { (ac_try="$ac_link"
18902 case "(($ac_try" in
18903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18904 *) ac_try_echo=$ac_try;;
18905 esac
18906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18907 (eval "$ac_link") 2>conftest.er1
18908 ac_status=$?
18909 grep -v '^ *+' conftest.er1 >conftest.err
18910 rm -f conftest.er1
18911 cat conftest.err >&5
18912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18913 (exit $ac_status); } && {
18914 test -z "$ac_c_werror_flag" ||
18915 test ! -s conftest.err
18916 } && test -s conftest$ac_exeext &&
18917 $as_test_x conftest$ac_exeext; then
18918 ac_cv_search_gethostbyname=$ac_res
18919 else
18920 echo "$as_me: failed program was:" >&5
18921 sed 's/^/| /' conftest.$ac_ext >&5
18926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18927 conftest$ac_exeext
18928 if test "${ac_cv_search_gethostbyname+set}" = set; then
18929 break
18931 done
18932 if test "${ac_cv_search_gethostbyname+set}" = set; then
18934 else
18935 ac_cv_search_gethostbyname=no
18937 rm conftest.$ac_ext
18938 LIBS=$ac_func_search_save_LIBS
18940 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18941 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18942 ac_res=$ac_cv_search_gethostbyname
18943 if test "$ac_res" != no; then
18944 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18949 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18950 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18951 if test "${ac_cv_search_connect+set}" = set; then
18952 echo $ECHO_N "(cached) $ECHO_C" >&6
18953 else
18954 ac_func_search_save_LIBS=$LIBS
18955 cat >conftest.$ac_ext <<_ACEOF
18956 /* confdefs.h. */
18957 _ACEOF
18958 cat confdefs.h >>conftest.$ac_ext
18959 cat >>conftest.$ac_ext <<_ACEOF
18960 /* end confdefs.h. */
18962 /* Override any GCC internal prototype to avoid an error.
18963 Use char because int might match the return type of a GCC
18964 builtin and then its argument prototype would still apply. */
18965 #ifdef __cplusplus
18966 extern "C"
18967 #endif
18968 char connect ();
18970 main ()
18972 return connect ();
18974 return 0;
18976 _ACEOF
18977 for ac_lib in '' socket; do
18978 if test -z "$ac_lib"; then
18979 ac_res="none required"
18980 else
18981 ac_res=-l$ac_lib
18982 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18984 rm -f conftest.$ac_objext conftest$ac_exeext
18985 if { (ac_try="$ac_link"
18986 case "(($ac_try" in
18987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18988 *) ac_try_echo=$ac_try;;
18989 esac
18990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18991 (eval "$ac_link") 2>conftest.er1
18992 ac_status=$?
18993 grep -v '^ *+' conftest.er1 >conftest.err
18994 rm -f conftest.er1
18995 cat conftest.err >&5
18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18997 (exit $ac_status); } && {
18998 test -z "$ac_c_werror_flag" ||
18999 test ! -s conftest.err
19000 } && test -s conftest$ac_exeext &&
19001 $as_test_x conftest$ac_exeext; then
19002 ac_cv_search_connect=$ac_res
19003 else
19004 echo "$as_me: failed program was:" >&5
19005 sed 's/^/| /' conftest.$ac_ext >&5
19010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19011 conftest$ac_exeext
19012 if test "${ac_cv_search_connect+set}" = set; then
19013 break
19015 done
19016 if test "${ac_cv_search_connect+set}" = set; then
19018 else
19019 ac_cv_search_connect=no
19021 rm conftest.$ac_ext
19022 LIBS=$ac_func_search_save_LIBS
19024 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19025 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
19026 ac_res=$ac_cv_search_connect
19027 if test "$ac_res" != no; then
19028 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19033 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19034 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
19035 if test "${ac_cv_search_inet_aton+set}" = set; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19037 else
19038 ac_func_search_save_LIBS=$LIBS
19039 cat >conftest.$ac_ext <<_ACEOF
19040 /* confdefs.h. */
19041 _ACEOF
19042 cat confdefs.h >>conftest.$ac_ext
19043 cat >>conftest.$ac_ext <<_ACEOF
19044 /* end confdefs.h. */
19046 /* Override any GCC internal prototype to avoid an error.
19047 Use char because int might match the return type of a GCC
19048 builtin and then its argument prototype would still apply. */
19049 #ifdef __cplusplus
19050 extern "C"
19051 #endif
19052 char inet_aton ();
19054 main ()
19056 return inet_aton ();
19058 return 0;
19060 _ACEOF
19061 for ac_lib in '' resolv; do
19062 if test -z "$ac_lib"; then
19063 ac_res="none required"
19064 else
19065 ac_res=-l$ac_lib
19066 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19068 rm -f conftest.$ac_objext conftest$ac_exeext
19069 if { (ac_try="$ac_link"
19070 case "(($ac_try" in
19071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19072 *) ac_try_echo=$ac_try;;
19073 esac
19074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19075 (eval "$ac_link") 2>conftest.er1
19076 ac_status=$?
19077 grep -v '^ *+' conftest.er1 >conftest.err
19078 rm -f conftest.er1
19079 cat conftest.err >&5
19080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19081 (exit $ac_status); } && {
19082 test -z "$ac_c_werror_flag" ||
19083 test ! -s conftest.err
19084 } && test -s conftest$ac_exeext &&
19085 $as_test_x conftest$ac_exeext; then
19086 ac_cv_search_inet_aton=$ac_res
19087 else
19088 echo "$as_me: failed program was:" >&5
19089 sed 's/^/| /' conftest.$ac_ext >&5
19094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19095 conftest$ac_exeext
19096 if test "${ac_cv_search_inet_aton+set}" = set; then
19097 break
19099 done
19100 if test "${ac_cv_search_inet_aton+set}" = set; then
19102 else
19103 ac_cv_search_inet_aton=no
19105 rm conftest.$ac_ext
19106 LIBS=$ac_func_search_save_LIBS
19108 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19109 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
19110 ac_res=$ac_cv_search_inet_aton
19111 if test "$ac_res" != no; then
19112 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19128 for ac_func in \
19129 getaddrinfo \
19130 getnameinfo \
19131 getnetbyname \
19132 getprotobyname \
19133 getprotobynumber \
19134 getservbyport \
19135 inet_network \
19136 inet_ntop \
19137 inet_pton \
19138 sendmsg \
19139 socketpair \
19142 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19143 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19144 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19145 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19146 echo $ECHO_N "(cached) $ECHO_C" >&6
19147 else
19148 cat >conftest.$ac_ext <<_ACEOF
19149 /* confdefs.h. */
19150 _ACEOF
19151 cat confdefs.h >>conftest.$ac_ext
19152 cat >>conftest.$ac_ext <<_ACEOF
19153 /* end confdefs.h. */
19154 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19155 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19156 #define $ac_func innocuous_$ac_func
19158 /* System header to define __stub macros and hopefully few prototypes,
19159 which can conflict with char $ac_func (); below.
19160 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19161 <limits.h> exists even on freestanding compilers. */
19163 #ifdef __STDC__
19164 # include <limits.h>
19165 #else
19166 # include <assert.h>
19167 #endif
19169 #undef $ac_func
19171 /* Override any GCC internal prototype to avoid an error.
19172 Use char because int might match the return type of a GCC
19173 builtin and then its argument prototype would still apply. */
19174 #ifdef __cplusplus
19175 extern "C"
19176 #endif
19177 char $ac_func ();
19178 /* The GNU C library defines this for functions which it implements
19179 to always fail with ENOSYS. Some functions are actually named
19180 something starting with __ and the normal name is an alias. */
19181 #if defined __stub_$ac_func || defined __stub___$ac_func
19182 choke me
19183 #endif
19186 main ()
19188 return $ac_func ();
19190 return 0;
19192 _ACEOF
19193 rm -f conftest.$ac_objext conftest$ac_exeext
19194 if { (ac_try="$ac_link"
19195 case "(($ac_try" in
19196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19197 *) ac_try_echo=$ac_try;;
19198 esac
19199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19200 (eval "$ac_link") 2>conftest.er1
19201 ac_status=$?
19202 grep -v '^ *+' conftest.er1 >conftest.err
19203 rm -f conftest.er1
19204 cat conftest.err >&5
19205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19206 (exit $ac_status); } && {
19207 test -z "$ac_c_werror_flag" ||
19208 test ! -s conftest.err
19209 } && test -s conftest$ac_exeext &&
19210 $as_test_x conftest$ac_exeext; then
19211 eval "$as_ac_var=yes"
19212 else
19213 echo "$as_me: failed program was:" >&5
19214 sed 's/^/| /' conftest.$ac_ext >&5
19216 eval "$as_ac_var=no"
19219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19220 conftest$ac_exeext conftest.$ac_ext
19222 ac_res=`eval echo '${'$as_ac_var'}'`
19223 { echo "$as_me:$LINENO: result: $ac_res" >&5
19224 echo "${ECHO_T}$ac_res" >&6; }
19225 if test `eval echo '${'$as_ac_var'}'` = yes; then
19226 cat >>confdefs.h <<_ACEOF
19227 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19228 _ACEOF
19231 done
19234 LDAPLIBS=""
19236 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19237 then
19238 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19239 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19240 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19241 echo $ECHO_N "(cached) $ECHO_C" >&6
19242 else
19243 cat >conftest.$ac_ext <<_ACEOF
19244 /* confdefs.h. */
19245 _ACEOF
19246 cat confdefs.h >>conftest.$ac_ext
19247 cat >>conftest.$ac_ext <<_ACEOF
19248 /* end confdefs.h. */
19249 #include <ldap.h>
19251 typedef LDAPSortKey ac__type_new_;
19253 main ()
19255 if ((ac__type_new_ *) 0)
19256 return 0;
19257 if (sizeof (ac__type_new_))
19258 return 0;
19260 return 0;
19262 _ACEOF
19263 rm -f conftest.$ac_objext
19264 if { (ac_try="$ac_compile"
19265 case "(($ac_try" in
19266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19267 *) ac_try_echo=$ac_try;;
19268 esac
19269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19270 (eval "$ac_compile") 2>conftest.er1
19271 ac_status=$?
19272 grep -v '^ *+' conftest.er1 >conftest.err
19273 rm -f conftest.er1
19274 cat conftest.err >&5
19275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19276 (exit $ac_status); } && {
19277 test -z "$ac_c_werror_flag" ||
19278 test ! -s conftest.err
19279 } && test -s conftest.$ac_objext; then
19280 ac_cv_type_LDAPSortKey=yes
19281 else
19282 echo "$as_me: failed program was:" >&5
19283 sed 's/^/| /' conftest.$ac_ext >&5
19285 ac_cv_type_LDAPSortKey=no
19288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19291 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19292 if test $ac_cv_type_LDAPSortKey = yes; then
19293 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19294 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19295 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19296 echo $ECHO_N "(cached) $ECHO_C" >&6
19297 else
19298 ac_check_lib_save_LIBS=$LIBS
19299 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19300 cat >conftest.$ac_ext <<_ACEOF
19301 /* confdefs.h. */
19302 _ACEOF
19303 cat confdefs.h >>conftest.$ac_ext
19304 cat >>conftest.$ac_ext <<_ACEOF
19305 /* end confdefs.h. */
19307 /* Override any GCC internal prototype to avoid an error.
19308 Use char because int might match the return type of a GCC
19309 builtin and then its argument prototype would still apply. */
19310 #ifdef __cplusplus
19311 extern "C"
19312 #endif
19313 char ldap_initialize ();
19315 main ()
19317 return ldap_initialize ();
19319 return 0;
19321 _ACEOF
19322 rm -f conftest.$ac_objext conftest$ac_exeext
19323 if { (ac_try="$ac_link"
19324 case "(($ac_try" in
19325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19326 *) ac_try_echo=$ac_try;;
19327 esac
19328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19329 (eval "$ac_link") 2>conftest.er1
19330 ac_status=$?
19331 grep -v '^ *+' conftest.er1 >conftest.err
19332 rm -f conftest.er1
19333 cat conftest.err >&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); } && {
19336 test -z "$ac_c_werror_flag" ||
19337 test ! -s conftest.err
19338 } && test -s conftest$ac_exeext &&
19339 $as_test_x conftest$ac_exeext; then
19340 ac_cv_lib_ldap_r_ldap_initialize=yes
19341 else
19342 echo "$as_me: failed program was:" >&5
19343 sed 's/^/| /' conftest.$ac_ext >&5
19345 ac_cv_lib_ldap_r_ldap_initialize=no
19348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19349 conftest$ac_exeext conftest.$ac_ext
19350 LIBS=$ac_check_lib_save_LIBS
19352 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19353 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19354 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19355 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19356 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19357 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19358 echo $ECHO_N "(cached) $ECHO_C" >&6
19359 else
19360 ac_check_lib_save_LIBS=$LIBS
19361 LIBS="-llber $LIBPTHREAD $LIBS"
19362 cat >conftest.$ac_ext <<_ACEOF
19363 /* confdefs.h. */
19364 _ACEOF
19365 cat confdefs.h >>conftest.$ac_ext
19366 cat >>conftest.$ac_ext <<_ACEOF
19367 /* end confdefs.h. */
19369 /* Override any GCC internal prototype to avoid an error.
19370 Use char because int might match the return type of a GCC
19371 builtin and then its argument prototype would still apply. */
19372 #ifdef __cplusplus
19373 extern "C"
19374 #endif
19375 char ber_init ();
19377 main ()
19379 return ber_init ();
19381 return 0;
19383 _ACEOF
19384 rm -f conftest.$ac_objext conftest$ac_exeext
19385 if { (ac_try="$ac_link"
19386 case "(($ac_try" in
19387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19388 *) ac_try_echo=$ac_try;;
19389 esac
19390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19391 (eval "$ac_link") 2>conftest.er1
19392 ac_status=$?
19393 grep -v '^ *+' conftest.er1 >conftest.err
19394 rm -f conftest.er1
19395 cat conftest.err >&5
19396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19397 (exit $ac_status); } && {
19398 test -z "$ac_c_werror_flag" ||
19399 test ! -s conftest.err
19400 } && test -s conftest$ac_exeext &&
19401 $as_test_x conftest$ac_exeext; then
19402 ac_cv_lib_lber_ber_init=yes
19403 else
19404 echo "$as_me: failed program was:" >&5
19405 sed 's/^/| /' conftest.$ac_ext >&5
19407 ac_cv_lib_lber_ber_init=no
19410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19411 conftest$ac_exeext conftest.$ac_ext
19412 LIBS=$ac_check_lib_save_LIBS
19414 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19415 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19416 if test $ac_cv_lib_lber_ber_init = yes; then
19418 cat >>confdefs.h <<\_ACEOF
19419 #define HAVE_LDAP 1
19420 _ACEOF
19422 LDAPLIBS="-lldap_r -llber"
19429 ac_wine_check_funcs_save_LIBS="$LIBS"
19430 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19439 for ac_func in \
19440 ldap_count_references \
19441 ldap_first_reference \
19442 ldap_next_reference \
19443 ldap_parse_reference \
19444 ldap_parse_sort_control \
19445 ldap_parse_sortresponse_control \
19446 ldap_parse_vlv_control \
19447 ldap_parse_vlvresponse_control
19449 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19450 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19452 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19453 echo $ECHO_N "(cached) $ECHO_C" >&6
19454 else
19455 cat >conftest.$ac_ext <<_ACEOF
19456 /* confdefs.h. */
19457 _ACEOF
19458 cat confdefs.h >>conftest.$ac_ext
19459 cat >>conftest.$ac_ext <<_ACEOF
19460 /* end confdefs.h. */
19461 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19462 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19463 #define $ac_func innocuous_$ac_func
19465 /* System header to define __stub macros and hopefully few prototypes,
19466 which can conflict with char $ac_func (); below.
19467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19468 <limits.h> exists even on freestanding compilers. */
19470 #ifdef __STDC__
19471 # include <limits.h>
19472 #else
19473 # include <assert.h>
19474 #endif
19476 #undef $ac_func
19478 /* Override any GCC internal prototype to avoid an error.
19479 Use char because int might match the return type of a GCC
19480 builtin and then its argument prototype would still apply. */
19481 #ifdef __cplusplus
19482 extern "C"
19483 #endif
19484 char $ac_func ();
19485 /* The GNU C library defines this for functions which it implements
19486 to always fail with ENOSYS. Some functions are actually named
19487 something starting with __ and the normal name is an alias. */
19488 #if defined __stub_$ac_func || defined __stub___$ac_func
19489 choke me
19490 #endif
19493 main ()
19495 return $ac_func ();
19497 return 0;
19499 _ACEOF
19500 rm -f conftest.$ac_objext conftest$ac_exeext
19501 if { (ac_try="$ac_link"
19502 case "(($ac_try" in
19503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19504 *) ac_try_echo=$ac_try;;
19505 esac
19506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19507 (eval "$ac_link") 2>conftest.er1
19508 ac_status=$?
19509 grep -v '^ *+' conftest.er1 >conftest.err
19510 rm -f conftest.er1
19511 cat conftest.err >&5
19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest$ac_exeext &&
19517 $as_test_x conftest$ac_exeext; then
19518 eval "$as_ac_var=yes"
19519 else
19520 echo "$as_me: failed program was:" >&5
19521 sed 's/^/| /' conftest.$ac_ext >&5
19523 eval "$as_ac_var=no"
19526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19527 conftest$ac_exeext conftest.$ac_ext
19529 ac_res=`eval echo '${'$as_ac_var'}'`
19530 { echo "$as_me:$LINENO: result: $ac_res" >&5
19531 echo "${ECHO_T}$ac_res" >&6; }
19532 if test `eval echo '${'$as_ac_var'}'` = yes; then
19533 cat >>confdefs.h <<_ACEOF
19534 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19535 _ACEOF
19538 done
19540 LIBS="$ac_wine_check_funcs_save_LIBS"
19542 if test "x$LDAPLIBS" = "x"; then
19543 case "x$with_ldap" in
19544 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19545 xno) ;;
19546 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19547 This is an error since --with-ldap was requested." >&5
19548 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19549 This is an error since --with-ldap was requested." >&2;}
19550 { (exit 1); exit 1; }; } ;;
19551 esac
19555 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19556 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19557 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19558 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 else
19560 cat >conftest.$ac_ext <<_ACEOF
19561 /* confdefs.h. */
19562 _ACEOF
19563 cat confdefs.h >>conftest.$ac_ext
19564 cat >>conftest.$ac_ext <<_ACEOF
19565 /* end confdefs.h. */
19566 #include <sys/stat.h>
19568 main ()
19570 mkdir("foo");
19572 return 0;
19574 _ACEOF
19575 rm -f conftest.$ac_objext
19576 if { (ac_try="$ac_compile"
19577 case "(($ac_try" in
19578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19579 *) ac_try_echo=$ac_try;;
19580 esac
19581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19582 (eval "$ac_compile") 2>conftest.er1
19583 ac_status=$?
19584 grep -v '^ *+' conftest.er1 >conftest.err
19585 rm -f conftest.er1
19586 cat conftest.err >&5
19587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); } && {
19589 test -z "$ac_c_werror_flag" ||
19590 test ! -s conftest.err
19591 } && test -s conftest.$ac_objext; then
19592 wine_cv_one_arg_mkdir=yes
19593 else
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19597 wine_cv_one_arg_mkdir=no
19600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19602 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19603 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19604 if test "$wine_cv_one_arg_mkdir" = "yes"
19605 then
19607 cat >>confdefs.h <<\_ACEOF
19608 #define HAVE_ONE_ARG_MKDIR 1
19609 _ACEOF
19614 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19615 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19616 if test "${ac_cv_c_const+set}" = set; then
19617 echo $ECHO_N "(cached) $ECHO_C" >&6
19618 else
19619 cat >conftest.$ac_ext <<_ACEOF
19620 /* confdefs.h. */
19621 _ACEOF
19622 cat confdefs.h >>conftest.$ac_ext
19623 cat >>conftest.$ac_ext <<_ACEOF
19624 /* end confdefs.h. */
19627 main ()
19629 /* FIXME: Include the comments suggested by Paul. */
19630 #ifndef __cplusplus
19631 /* Ultrix mips cc rejects this. */
19632 typedef int charset[2];
19633 const charset cs;
19634 /* SunOS 4.1.1 cc rejects this. */
19635 char const *const *pcpcc;
19636 char **ppc;
19637 /* NEC SVR4.0.2 mips cc rejects this. */
19638 struct point {int x, y;};
19639 static struct point const zero = {0,0};
19640 /* AIX XL C 1.02.0.0 rejects this.
19641 It does not let you subtract one const X* pointer from another in
19642 an arm of an if-expression whose if-part is not a constant
19643 expression */
19644 const char *g = "string";
19645 pcpcc = &g + (g ? g-g : 0);
19646 /* HPUX 7.0 cc rejects these. */
19647 ++pcpcc;
19648 ppc = (char**) pcpcc;
19649 pcpcc = (char const *const *) ppc;
19650 { /* SCO 3.2v4 cc rejects this. */
19651 char *t;
19652 char const *s = 0 ? (char *) 0 : (char const *) 0;
19654 *t++ = 0;
19655 if (s) return 0;
19657 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19658 int x[] = {25, 17};
19659 const int *foo = &x[0];
19660 ++foo;
19662 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19663 typedef const int *iptr;
19664 iptr p = 0;
19665 ++p;
19667 { /* AIX XL C 1.02.0.0 rejects this saying
19668 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19669 struct s { int j; const int *ap[3]; };
19670 struct s *b; b->j = 5;
19672 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19673 const int foo = 10;
19674 if (!foo) return 0;
19676 return !cs[0] && !zero.x;
19677 #endif
19680 return 0;
19682 _ACEOF
19683 rm -f conftest.$ac_objext
19684 if { (ac_try="$ac_compile"
19685 case "(($ac_try" in
19686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19687 *) ac_try_echo=$ac_try;;
19688 esac
19689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19690 (eval "$ac_compile") 2>conftest.er1
19691 ac_status=$?
19692 grep -v '^ *+' conftest.er1 >conftest.err
19693 rm -f conftest.er1
19694 cat conftest.err >&5
19695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696 (exit $ac_status); } && {
19697 test -z "$ac_c_werror_flag" ||
19698 test ! -s conftest.err
19699 } && test -s conftest.$ac_objext; then
19700 ac_cv_c_const=yes
19701 else
19702 echo "$as_me: failed program was:" >&5
19703 sed 's/^/| /' conftest.$ac_ext >&5
19705 ac_cv_c_const=no
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19711 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19712 if test $ac_cv_c_const = no; then
19714 cat >>confdefs.h <<\_ACEOF
19715 #define const
19716 _ACEOF
19720 { echo "$as_me:$LINENO: checking for inline" >&5
19721 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19722 if test "${ac_cv_c_inline+set}" = set; then
19723 echo $ECHO_N "(cached) $ECHO_C" >&6
19724 else
19725 ac_cv_c_inline=no
19726 for ac_kw in inline __inline__ __inline; do
19727 cat >conftest.$ac_ext <<_ACEOF
19728 /* confdefs.h. */
19729 _ACEOF
19730 cat confdefs.h >>conftest.$ac_ext
19731 cat >>conftest.$ac_ext <<_ACEOF
19732 /* end confdefs.h. */
19733 #ifndef __cplusplus
19734 typedef int foo_t;
19735 static $ac_kw foo_t static_foo () {return 0; }
19736 $ac_kw foo_t foo () {return 0; }
19737 #endif
19739 _ACEOF
19740 rm -f conftest.$ac_objext
19741 if { (ac_try="$ac_compile"
19742 case "(($ac_try" in
19743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19744 *) ac_try_echo=$ac_try;;
19745 esac
19746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19747 (eval "$ac_compile") 2>conftest.er1
19748 ac_status=$?
19749 grep -v '^ *+' conftest.er1 >conftest.err
19750 rm -f conftest.er1
19751 cat conftest.err >&5
19752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19753 (exit $ac_status); } && {
19754 test -z "$ac_c_werror_flag" ||
19755 test ! -s conftest.err
19756 } && test -s conftest.$ac_objext; then
19757 ac_cv_c_inline=$ac_kw
19758 else
19759 echo "$as_me: failed program was:" >&5
19760 sed 's/^/| /' conftest.$ac_ext >&5
19765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19766 test "$ac_cv_c_inline" != no && break
19767 done
19770 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19771 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19774 case $ac_cv_c_inline in
19775 inline | yes) ;;
19777 case $ac_cv_c_inline in
19778 no) ac_val=;;
19779 *) ac_val=$ac_cv_c_inline;;
19780 esac
19781 cat >>confdefs.h <<_ACEOF
19782 #ifndef __cplusplus
19783 #define inline $ac_val
19784 #endif
19785 _ACEOF
19787 esac
19789 { echo "$as_me:$LINENO: checking for mode_t" >&5
19790 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19791 if test "${ac_cv_type_mode_t+set}" = set; then
19792 echo $ECHO_N "(cached) $ECHO_C" >&6
19793 else
19794 cat >conftest.$ac_ext <<_ACEOF
19795 /* confdefs.h. */
19796 _ACEOF
19797 cat confdefs.h >>conftest.$ac_ext
19798 cat >>conftest.$ac_ext <<_ACEOF
19799 /* end confdefs.h. */
19800 $ac_includes_default
19801 typedef mode_t ac__type_new_;
19803 main ()
19805 if ((ac__type_new_ *) 0)
19806 return 0;
19807 if (sizeof (ac__type_new_))
19808 return 0;
19810 return 0;
19812 _ACEOF
19813 rm -f conftest.$ac_objext
19814 if { (ac_try="$ac_compile"
19815 case "(($ac_try" in
19816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19817 *) ac_try_echo=$ac_try;;
19818 esac
19819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19820 (eval "$ac_compile") 2>conftest.er1
19821 ac_status=$?
19822 grep -v '^ *+' conftest.er1 >conftest.err
19823 rm -f conftest.er1
19824 cat conftest.err >&5
19825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19826 (exit $ac_status); } && {
19827 test -z "$ac_c_werror_flag" ||
19828 test ! -s conftest.err
19829 } && test -s conftest.$ac_objext; then
19830 ac_cv_type_mode_t=yes
19831 else
19832 echo "$as_me: failed program was:" >&5
19833 sed 's/^/| /' conftest.$ac_ext >&5
19835 ac_cv_type_mode_t=no
19838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19840 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19841 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19842 if test $ac_cv_type_mode_t = yes; then
19844 cat >>confdefs.h <<_ACEOF
19845 #define HAVE_MODE_T 1
19846 _ACEOF
19850 { echo "$as_me:$LINENO: checking for off_t" >&5
19851 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19852 if test "${ac_cv_type_off_t+set}" = set; then
19853 echo $ECHO_N "(cached) $ECHO_C" >&6
19854 else
19855 cat >conftest.$ac_ext <<_ACEOF
19856 /* confdefs.h. */
19857 _ACEOF
19858 cat confdefs.h >>conftest.$ac_ext
19859 cat >>conftest.$ac_ext <<_ACEOF
19860 /* end confdefs.h. */
19861 $ac_includes_default
19862 typedef off_t ac__type_new_;
19864 main ()
19866 if ((ac__type_new_ *) 0)
19867 return 0;
19868 if (sizeof (ac__type_new_))
19869 return 0;
19871 return 0;
19873 _ACEOF
19874 rm -f conftest.$ac_objext
19875 if { (ac_try="$ac_compile"
19876 case "(($ac_try" in
19877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19878 *) ac_try_echo=$ac_try;;
19879 esac
19880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19882 ac_status=$?
19883 grep -v '^ *+' conftest.er1 >conftest.err
19884 rm -f conftest.er1
19885 cat conftest.err >&5
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } && {
19888 test -z "$ac_c_werror_flag" ||
19889 test ! -s conftest.err
19890 } && test -s conftest.$ac_objext; then
19891 ac_cv_type_off_t=yes
19892 else
19893 echo "$as_me: failed program was:" >&5
19894 sed 's/^/| /' conftest.$ac_ext >&5
19896 ac_cv_type_off_t=no
19899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19901 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19902 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19903 if test $ac_cv_type_off_t = yes; then
19905 cat >>confdefs.h <<_ACEOF
19906 #define HAVE_OFF_T 1
19907 _ACEOF
19911 { echo "$as_me:$LINENO: checking for pid_t" >&5
19912 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19913 if test "${ac_cv_type_pid_t+set}" = set; then
19914 echo $ECHO_N "(cached) $ECHO_C" >&6
19915 else
19916 cat >conftest.$ac_ext <<_ACEOF
19917 /* confdefs.h. */
19918 _ACEOF
19919 cat confdefs.h >>conftest.$ac_ext
19920 cat >>conftest.$ac_ext <<_ACEOF
19921 /* end confdefs.h. */
19922 $ac_includes_default
19923 typedef pid_t ac__type_new_;
19925 main ()
19927 if ((ac__type_new_ *) 0)
19928 return 0;
19929 if (sizeof (ac__type_new_))
19930 return 0;
19932 return 0;
19934 _ACEOF
19935 rm -f conftest.$ac_objext
19936 if { (ac_try="$ac_compile"
19937 case "(($ac_try" in
19938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19939 *) ac_try_echo=$ac_try;;
19940 esac
19941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19942 (eval "$ac_compile") 2>conftest.er1
19943 ac_status=$?
19944 grep -v '^ *+' conftest.er1 >conftest.err
19945 rm -f conftest.er1
19946 cat conftest.err >&5
19947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19948 (exit $ac_status); } && {
19949 test -z "$ac_c_werror_flag" ||
19950 test ! -s conftest.err
19951 } && test -s conftest.$ac_objext; then
19952 ac_cv_type_pid_t=yes
19953 else
19954 echo "$as_me: failed program was:" >&5
19955 sed 's/^/| /' conftest.$ac_ext >&5
19957 ac_cv_type_pid_t=no
19960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19962 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19963 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19964 if test $ac_cv_type_pid_t = yes; then
19966 cat >>confdefs.h <<_ACEOF
19967 #define HAVE_PID_T 1
19968 _ACEOF
19972 { echo "$as_me:$LINENO: checking for size_t" >&5
19973 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19974 if test "${ac_cv_type_size_t+set}" = set; then
19975 echo $ECHO_N "(cached) $ECHO_C" >&6
19976 else
19977 cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h. */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h. */
19983 $ac_includes_default
19984 typedef size_t ac__type_new_;
19986 main ()
19988 if ((ac__type_new_ *) 0)
19989 return 0;
19990 if (sizeof (ac__type_new_))
19991 return 0;
19993 return 0;
19995 _ACEOF
19996 rm -f conftest.$ac_objext
19997 if { (ac_try="$ac_compile"
19998 case "(($ac_try" in
19999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20000 *) ac_try_echo=$ac_try;;
20001 esac
20002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20003 (eval "$ac_compile") 2>conftest.er1
20004 ac_status=$?
20005 grep -v '^ *+' conftest.er1 >conftest.err
20006 rm -f conftest.er1
20007 cat conftest.err >&5
20008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009 (exit $ac_status); } && {
20010 test -z "$ac_c_werror_flag" ||
20011 test ! -s conftest.err
20012 } && test -s conftest.$ac_objext; then
20013 ac_cv_type_size_t=yes
20014 else
20015 echo "$as_me: failed program was:" >&5
20016 sed 's/^/| /' conftest.$ac_ext >&5
20018 ac_cv_type_size_t=no
20021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20024 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
20025 if test $ac_cv_type_size_t = yes; then
20027 cat >>confdefs.h <<_ACEOF
20028 #define HAVE_SIZE_T 1
20029 _ACEOF
20033 { echo "$as_me:$LINENO: checking for ssize_t" >&5
20034 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
20035 if test "${ac_cv_type_ssize_t+set}" = set; then
20036 echo $ECHO_N "(cached) $ECHO_C" >&6
20037 else
20038 cat >conftest.$ac_ext <<_ACEOF
20039 /* confdefs.h. */
20040 _ACEOF
20041 cat confdefs.h >>conftest.$ac_ext
20042 cat >>conftest.$ac_ext <<_ACEOF
20043 /* end confdefs.h. */
20044 $ac_includes_default
20045 typedef ssize_t ac__type_new_;
20047 main ()
20049 if ((ac__type_new_ *) 0)
20050 return 0;
20051 if (sizeof (ac__type_new_))
20052 return 0;
20054 return 0;
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061 *) ac_try_echo=$ac_try;;
20062 esac
20063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20064 (eval "$ac_compile") 2>conftest.er1
20065 ac_status=$?
20066 grep -v '^ *+' conftest.er1 >conftest.err
20067 rm -f conftest.er1
20068 cat conftest.err >&5
20069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070 (exit $ac_status); } && {
20071 test -z "$ac_c_werror_flag" ||
20072 test ! -s conftest.err
20073 } && test -s conftest.$ac_objext; then
20074 ac_cv_type_ssize_t=yes
20075 else
20076 echo "$as_me: failed program was:" >&5
20077 sed 's/^/| /' conftest.$ac_ext >&5
20079 ac_cv_type_ssize_t=no
20082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20084 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20085 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
20086 if test $ac_cv_type_ssize_t = yes; then
20088 cat >>confdefs.h <<_ACEOF
20089 #define HAVE_SSIZE_T 1
20090 _ACEOF
20094 { echo "$as_me:$LINENO: checking for long long" >&5
20095 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
20096 if test "${ac_cv_type_long_long+set}" = set; then
20097 echo $ECHO_N "(cached) $ECHO_C" >&6
20098 else
20099 cat >conftest.$ac_ext <<_ACEOF
20100 /* confdefs.h. */
20101 _ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h. */
20105 $ac_includes_default
20106 typedef long long ac__type_new_;
20108 main ()
20110 if ((ac__type_new_ *) 0)
20111 return 0;
20112 if (sizeof (ac__type_new_))
20113 return 0;
20115 return 0;
20117 _ACEOF
20118 rm -f conftest.$ac_objext
20119 if { (ac_try="$ac_compile"
20120 case "(($ac_try" in
20121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20122 *) ac_try_echo=$ac_try;;
20123 esac
20124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20125 (eval "$ac_compile") 2>conftest.er1
20126 ac_status=$?
20127 grep -v '^ *+' conftest.er1 >conftest.err
20128 rm -f conftest.er1
20129 cat conftest.err >&5
20130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20131 (exit $ac_status); } && {
20132 test -z "$ac_c_werror_flag" ||
20133 test ! -s conftest.err
20134 } && test -s conftest.$ac_objext; then
20135 ac_cv_type_long_long=yes
20136 else
20137 echo "$as_me: failed program was:" >&5
20138 sed 's/^/| /' conftest.$ac_ext >&5
20140 ac_cv_type_long_long=no
20143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20145 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20146 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
20147 if test $ac_cv_type_long_long = yes; then
20149 cat >>confdefs.h <<_ACEOF
20150 #define HAVE_LONG_LONG 1
20151 _ACEOF
20155 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20156 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
20157 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20158 echo $ECHO_N "(cached) $ECHO_C" >&6
20159 else
20160 cat >conftest.$ac_ext <<_ACEOF
20161 /* confdefs.h. */
20162 _ACEOF
20163 cat confdefs.h >>conftest.$ac_ext
20164 cat >>conftest.$ac_ext <<_ACEOF
20165 /* end confdefs.h. */
20166 $ac_includes_default
20167 typedef fsblkcnt_t ac__type_new_;
20169 main ()
20171 if ((ac__type_new_ *) 0)
20172 return 0;
20173 if (sizeof (ac__type_new_))
20174 return 0;
20176 return 0;
20178 _ACEOF
20179 rm -f conftest.$ac_objext
20180 if { (ac_try="$ac_compile"
20181 case "(($ac_try" in
20182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20183 *) ac_try_echo=$ac_try;;
20184 esac
20185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20186 (eval "$ac_compile") 2>conftest.er1
20187 ac_status=$?
20188 grep -v '^ *+' conftest.er1 >conftest.err
20189 rm -f conftest.er1
20190 cat conftest.err >&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } && {
20193 test -z "$ac_c_werror_flag" ||
20194 test ! -s conftest.err
20195 } && test -s conftest.$ac_objext; then
20196 ac_cv_type_fsblkcnt_t=yes
20197 else
20198 echo "$as_me: failed program was:" >&5
20199 sed 's/^/| /' conftest.$ac_ext >&5
20201 ac_cv_type_fsblkcnt_t=no
20204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20207 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20208 if test $ac_cv_type_fsblkcnt_t = yes; then
20210 cat >>confdefs.h <<_ACEOF
20211 #define HAVE_FSBLKCNT_T 1
20212 _ACEOF
20216 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20217 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20218 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20219 echo $ECHO_N "(cached) $ECHO_C" >&6
20220 else
20221 cat >conftest.$ac_ext <<_ACEOF
20222 /* confdefs.h. */
20223 _ACEOF
20224 cat confdefs.h >>conftest.$ac_ext
20225 cat >>conftest.$ac_ext <<_ACEOF
20226 /* end confdefs.h. */
20227 $ac_includes_default
20228 typedef fsfilcnt_t ac__type_new_;
20230 main ()
20232 if ((ac__type_new_ *) 0)
20233 return 0;
20234 if (sizeof (ac__type_new_))
20235 return 0;
20237 return 0;
20239 _ACEOF
20240 rm -f conftest.$ac_objext
20241 if { (ac_try="$ac_compile"
20242 case "(($ac_try" in
20243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20244 *) ac_try_echo=$ac_try;;
20245 esac
20246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20247 (eval "$ac_compile") 2>conftest.er1
20248 ac_status=$?
20249 grep -v '^ *+' conftest.er1 >conftest.err
20250 rm -f conftest.er1
20251 cat conftest.err >&5
20252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20253 (exit $ac_status); } && {
20254 test -z "$ac_c_werror_flag" ||
20255 test ! -s conftest.err
20256 } && test -s conftest.$ac_objext; then
20257 ac_cv_type_fsfilcnt_t=yes
20258 else
20259 echo "$as_me: failed program was:" >&5
20260 sed 's/^/| /' conftest.$ac_ext >&5
20262 ac_cv_type_fsfilcnt_t=no
20265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20267 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20268 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20269 if test $ac_cv_type_fsfilcnt_t = yes; then
20271 cat >>confdefs.h <<_ACEOF
20272 #define HAVE_FSFILCNT_T 1
20273 _ACEOF
20278 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20279 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20280 if test "${ac_cv_type_sigset_t+set}" = set; then
20281 echo $ECHO_N "(cached) $ECHO_C" >&6
20282 else
20283 cat >conftest.$ac_ext <<_ACEOF
20284 /* confdefs.h. */
20285 _ACEOF
20286 cat confdefs.h >>conftest.$ac_ext
20287 cat >>conftest.$ac_ext <<_ACEOF
20288 /* end confdefs.h. */
20289 #include <sys/types.h>
20290 #include <signal.h>
20292 typedef sigset_t ac__type_new_;
20294 main ()
20296 if ((ac__type_new_ *) 0)
20297 return 0;
20298 if (sizeof (ac__type_new_))
20299 return 0;
20301 return 0;
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308 *) ac_try_echo=$ac_try;;
20309 esac
20310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20311 (eval "$ac_compile") 2>conftest.er1
20312 ac_status=$?
20313 grep -v '^ *+' conftest.er1 >conftest.err
20314 rm -f conftest.er1
20315 cat conftest.err >&5
20316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20317 (exit $ac_status); } && {
20318 test -z "$ac_c_werror_flag" ||
20319 test ! -s conftest.err
20320 } && test -s conftest.$ac_objext; then
20321 ac_cv_type_sigset_t=yes
20322 else
20323 echo "$as_me: failed program was:" >&5
20324 sed 's/^/| /' conftest.$ac_ext >&5
20326 ac_cv_type_sigset_t=no
20329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20332 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20333 if test $ac_cv_type_sigset_t = yes; then
20335 cat >>confdefs.h <<_ACEOF
20336 #define HAVE_SIGSET_T 1
20337 _ACEOF
20342 { echo "$as_me:$LINENO: checking for request_sense" >&5
20343 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20344 if test "${ac_cv_type_request_sense+set}" = set; then
20345 echo $ECHO_N "(cached) $ECHO_C" >&6
20346 else
20347 cat >conftest.$ac_ext <<_ACEOF
20348 /* confdefs.h. */
20349 _ACEOF
20350 cat confdefs.h >>conftest.$ac_ext
20351 cat >>conftest.$ac_ext <<_ACEOF
20352 /* end confdefs.h. */
20353 #include <linux/cdrom.h>
20355 typedef request_sense ac__type_new_;
20357 main ()
20359 if ((ac__type_new_ *) 0)
20360 return 0;
20361 if (sizeof (ac__type_new_))
20362 return 0;
20364 return 0;
20366 _ACEOF
20367 rm -f conftest.$ac_objext
20368 if { (ac_try="$ac_compile"
20369 case "(($ac_try" in
20370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20371 *) ac_try_echo=$ac_try;;
20372 esac
20373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20374 (eval "$ac_compile") 2>conftest.er1
20375 ac_status=$?
20376 grep -v '^ *+' conftest.er1 >conftest.err
20377 rm -f conftest.er1
20378 cat conftest.err >&5
20379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20380 (exit $ac_status); } && {
20381 test -z "$ac_c_werror_flag" ||
20382 test ! -s conftest.err
20383 } && test -s conftest.$ac_objext; then
20384 ac_cv_type_request_sense=yes
20385 else
20386 echo "$as_me: failed program was:" >&5
20387 sed 's/^/| /' conftest.$ac_ext >&5
20389 ac_cv_type_request_sense=no
20392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20394 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20395 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20396 if test $ac_cv_type_request_sense = yes; then
20398 cat >>confdefs.h <<_ACEOF
20399 #define HAVE_REQUEST_SENSE 1
20400 _ACEOF
20406 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20407 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20408 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20409 echo $ECHO_N "(cached) $ECHO_C" >&6
20410 else
20411 cat >conftest.$ac_ext <<_ACEOF
20412 /* confdefs.h. */
20413 _ACEOF
20414 cat confdefs.h >>conftest.$ac_ext
20415 cat >>conftest.$ac_ext <<_ACEOF
20416 /* end confdefs.h. */
20417 #include <sys/types.h>
20418 #ifdef HAVE_SYS_SOCKET_H
20419 #include <sys/socket.h>
20420 #endif
20421 #ifdef HAVE_SYS_SOCKETVAR_H
20422 #include <sys/socketvar.h>
20423 #endif
20424 #ifdef HAVE_NET_ROUTE_H
20425 #include <net/route.h>
20426 #endif
20427 #ifdef HAVE_NETINET_IN_H
20428 #include <netinet/in.h>
20429 #endif
20430 #ifdef HAVE_NETINET_IN_SYSTM_H
20431 #include <netinet/in_systm.h>
20432 #endif
20433 #ifdef HAVE_NETINET_IP_H
20434 #include <netinet/ip.h>
20435 #endif
20436 #ifdef HAVE_NETINET_IN_PCB_H
20437 #include <netinet/in_pcb.h>
20438 #endif
20440 typedef struct xinpgen ac__type_new_;
20442 main ()
20444 if ((ac__type_new_ *) 0)
20445 return 0;
20446 if (sizeof (ac__type_new_))
20447 return 0;
20449 return 0;
20451 _ACEOF
20452 rm -f conftest.$ac_objext
20453 if { (ac_try="$ac_compile"
20454 case "(($ac_try" in
20455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20456 *) ac_try_echo=$ac_try;;
20457 esac
20458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20459 (eval "$ac_compile") 2>conftest.er1
20460 ac_status=$?
20461 grep -v '^ *+' conftest.er1 >conftest.err
20462 rm -f conftest.er1
20463 cat conftest.err >&5
20464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20465 (exit $ac_status); } && {
20466 test -z "$ac_c_werror_flag" ||
20467 test ! -s conftest.err
20468 } && test -s conftest.$ac_objext; then
20469 ac_cv_type_struct_xinpgen=yes
20470 else
20471 echo "$as_me: failed program was:" >&5
20472 sed 's/^/| /' conftest.$ac_ext >&5
20474 ac_cv_type_struct_xinpgen=no
20477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20479 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20480 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20481 if test $ac_cv_type_struct_xinpgen = yes; then
20483 cat >>confdefs.h <<_ACEOF
20484 #define HAVE_STRUCT_XINPGEN 1
20485 _ACEOF
20491 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20492 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20493 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20494 echo $ECHO_N "(cached) $ECHO_C" >&6
20495 else
20496 cat >conftest.$ac_ext <<_ACEOF
20497 /* confdefs.h. */
20498 _ACEOF
20499 cat confdefs.h >>conftest.$ac_ext
20500 cat >>conftest.$ac_ext <<_ACEOF
20501 /* end confdefs.h. */
20502 #ifdef HAVE_LINUX_INPUT_H
20503 #include <linux/input.h>
20504 #endif
20507 main ()
20509 static struct ff_effect ac_aggr;
20510 if (ac_aggr.direction)
20511 return 0;
20513 return 0;
20515 _ACEOF
20516 rm -f conftest.$ac_objext
20517 if { (ac_try="$ac_compile"
20518 case "(($ac_try" in
20519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20520 *) ac_try_echo=$ac_try;;
20521 esac
20522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20523 (eval "$ac_compile") 2>conftest.er1
20524 ac_status=$?
20525 grep -v '^ *+' conftest.er1 >conftest.err
20526 rm -f conftest.er1
20527 cat conftest.err >&5
20528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20529 (exit $ac_status); } && {
20530 test -z "$ac_c_werror_flag" ||
20531 test ! -s conftest.err
20532 } && test -s conftest.$ac_objext; then
20533 ac_cv_member_struct_ff_effect_direction=yes
20534 else
20535 echo "$as_me: failed program was:" >&5
20536 sed 's/^/| /' conftest.$ac_ext >&5
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 #ifdef HAVE_LINUX_INPUT_H
20545 #include <linux/input.h>
20546 #endif
20549 main ()
20551 static struct ff_effect ac_aggr;
20552 if (sizeof ac_aggr.direction)
20553 return 0;
20555 return 0;
20557 _ACEOF
20558 rm -f conftest.$ac_objext
20559 if { (ac_try="$ac_compile"
20560 case "(($ac_try" in
20561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20562 *) ac_try_echo=$ac_try;;
20563 esac
20564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20565 (eval "$ac_compile") 2>conftest.er1
20566 ac_status=$?
20567 grep -v '^ *+' conftest.er1 >conftest.err
20568 rm -f conftest.er1
20569 cat conftest.err >&5
20570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20571 (exit $ac_status); } && {
20572 test -z "$ac_c_werror_flag" ||
20573 test ! -s conftest.err
20574 } && test -s conftest.$ac_objext; then
20575 ac_cv_member_struct_ff_effect_direction=yes
20576 else
20577 echo "$as_me: failed program was:" >&5
20578 sed 's/^/| /' conftest.$ac_ext >&5
20580 ac_cv_member_struct_ff_effect_direction=no
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20589 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20590 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20592 cat >>confdefs.h <<_ACEOF
20593 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20594 _ACEOF
20600 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20601 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20602 if test "${wine_cv_have_sigaddset+set}" = set; then
20603 echo $ECHO_N "(cached) $ECHO_C" >&6
20604 else
20605 cat >conftest.$ac_ext <<_ACEOF
20606 /* confdefs.h. */
20607 _ACEOF
20608 cat confdefs.h >>conftest.$ac_ext
20609 cat >>conftest.$ac_ext <<_ACEOF
20610 /* end confdefs.h. */
20611 #include <signal.h>
20613 main ()
20615 sigset_t set; sigaddset(&set,SIGTERM);
20617 return 0;
20619 _ACEOF
20620 rm -f conftest.$ac_objext conftest$ac_exeext
20621 if { (ac_try="$ac_link"
20622 case "(($ac_try" in
20623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20624 *) ac_try_echo=$ac_try;;
20625 esac
20626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20627 (eval "$ac_link") 2>conftest.er1
20628 ac_status=$?
20629 grep -v '^ *+' conftest.er1 >conftest.err
20630 rm -f conftest.er1
20631 cat conftest.err >&5
20632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633 (exit $ac_status); } && {
20634 test -z "$ac_c_werror_flag" ||
20635 test ! -s conftest.err
20636 } && test -s conftest$ac_exeext &&
20637 $as_test_x conftest$ac_exeext; then
20638 wine_cv_have_sigaddset=yes
20639 else
20640 echo "$as_me: failed program was:" >&5
20641 sed 's/^/| /' conftest.$ac_ext >&5
20643 wine_cv_have_sigaddset=no
20646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20647 conftest$ac_exeext conftest.$ac_ext
20649 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20650 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20651 if test "$wine_cv_have_sigaddset" = "yes"
20652 then
20654 cat >>confdefs.h <<\_ACEOF
20655 #define HAVE_SIGADDSET 1
20656 _ACEOF
20661 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20662 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20663 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20664 echo $ECHO_N "(cached) $ECHO_C" >&6
20665 else
20666 cat >conftest.$ac_ext <<_ACEOF
20667 /* confdefs.h. */
20668 _ACEOF
20669 cat confdefs.h >>conftest.$ac_ext
20670 cat >>conftest.$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 #include <netdb.h>
20674 main ()
20677 char *name=0;
20678 struct hostent he;
20679 struct hostent *result;
20680 char *buf=0;
20681 int bufsize=0;
20682 int res,errnr;
20683 char *addr=0;
20684 int addrlen=0;
20685 int addrtype=0;
20686 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20687 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20690 return 0;
20692 _ACEOF
20693 rm -f conftest.$ac_objext conftest$ac_exeext
20694 if { (ac_try="$ac_link"
20695 case "(($ac_try" in
20696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20697 *) ac_try_echo=$ac_try;;
20698 esac
20699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20700 (eval "$ac_link") 2>conftest.er1
20701 ac_status=$?
20702 grep -v '^ *+' conftest.er1 >conftest.err
20703 rm -f conftest.er1
20704 cat conftest.err >&5
20705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20706 (exit $ac_status); } && {
20707 test -z "$ac_c_werror_flag" ||
20708 test ! -s conftest.err
20709 } && test -s conftest$ac_exeext &&
20710 $as_test_x conftest$ac_exeext; then
20711 wine_cv_linux_gethostbyname_r_6=yes
20712 else
20713 echo "$as_me: failed program was:" >&5
20714 sed 's/^/| /' conftest.$ac_ext >&5
20716 wine_cv_linux_gethostbyname_r_6=no
20720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20721 conftest$ac_exeext conftest.$ac_ext
20724 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20725 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20726 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20727 then
20729 cat >>confdefs.h <<\_ACEOF
20730 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20731 _ACEOF
20735 if test "$ac_cv_header_linux_joystick_h" = "yes"
20736 then
20737 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20738 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20739 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20740 echo $ECHO_N "(cached) $ECHO_C" >&6
20741 else
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h. */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20749 #include <sys/ioctl.h>
20750 #include <sys/types.h>
20751 #include <linux/joystick.h>
20753 struct js_event blub;
20754 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20755 #error "no 2.2 header"
20756 #endif
20759 main ()
20761 /*empty*/
20763 return 0;
20765 _ACEOF
20766 rm -f conftest.$ac_objext
20767 if { (ac_try="$ac_compile"
20768 case "(($ac_try" in
20769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20770 *) ac_try_echo=$ac_try;;
20771 esac
20772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20773 (eval "$ac_compile") 2>conftest.er1
20774 ac_status=$?
20775 grep -v '^ *+' conftest.er1 >conftest.err
20776 rm -f conftest.er1
20777 cat conftest.err >&5
20778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20779 (exit $ac_status); } && {
20780 test -z "$ac_c_werror_flag" ||
20781 test ! -s conftest.err
20782 } && test -s conftest.$ac_objext; then
20783 wine_cv_linux_joystick_22_api=yes
20784 else
20785 echo "$as_me: failed program was:" >&5
20786 sed 's/^/| /' conftest.$ac_ext >&5
20788 wine_cv_linux_joystick_22_api=no
20791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20794 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20795 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20796 if test "$wine_cv_linux_joystick_22_api" = "yes"
20797 then
20799 cat >>confdefs.h <<\_ACEOF
20800 #define HAVE_LINUX_22_JOYSTICK_API 1
20801 _ACEOF
20807 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20808 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20809 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20810 echo $ECHO_N "(cached) $ECHO_C" >&6
20811 else
20812 cat >conftest.$ac_ext <<_ACEOF
20813 /* confdefs.h. */
20814 _ACEOF
20815 cat confdefs.h >>conftest.$ac_ext
20816 cat >>conftest.$ac_ext <<_ACEOF
20817 /* end confdefs.h. */
20818 #include <sys/types.h>
20819 #ifdef HAVE_SYS_PARAM_H
20820 # include <sys/param.h>
20821 #endif
20822 #ifdef HAVE_SYS_MOUNT_H
20823 # include <sys/mount.h>
20824 #endif
20825 #ifdef HAVE_SYS_VFS_H
20826 # include <sys/vfs.h>
20827 #endif
20828 #ifdef HAVE_SYS_STATFS_H
20829 # include <sys/statfs.h>
20830 #endif
20833 main ()
20835 static struct statfs ac_aggr;
20836 if (ac_aggr.f_bfree)
20837 return 0;
20839 return 0;
20841 _ACEOF
20842 rm -f conftest.$ac_objext
20843 if { (ac_try="$ac_compile"
20844 case "(($ac_try" in
20845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20846 *) ac_try_echo=$ac_try;;
20847 esac
20848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20849 (eval "$ac_compile") 2>conftest.er1
20850 ac_status=$?
20851 grep -v '^ *+' conftest.er1 >conftest.err
20852 rm -f conftest.er1
20853 cat conftest.err >&5
20854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20855 (exit $ac_status); } && {
20856 test -z "$ac_c_werror_flag" ||
20857 test ! -s conftest.err
20858 } && test -s conftest.$ac_objext; then
20859 ac_cv_member_struct_statfs_f_bfree=yes
20860 else
20861 echo "$as_me: failed program was:" >&5
20862 sed 's/^/| /' conftest.$ac_ext >&5
20864 cat >conftest.$ac_ext <<_ACEOF
20865 /* confdefs.h. */
20866 _ACEOF
20867 cat confdefs.h >>conftest.$ac_ext
20868 cat >>conftest.$ac_ext <<_ACEOF
20869 /* end confdefs.h. */
20870 #include <sys/types.h>
20871 #ifdef HAVE_SYS_PARAM_H
20872 # include <sys/param.h>
20873 #endif
20874 #ifdef HAVE_SYS_MOUNT_H
20875 # include <sys/mount.h>
20876 #endif
20877 #ifdef HAVE_SYS_VFS_H
20878 # include <sys/vfs.h>
20879 #endif
20880 #ifdef HAVE_SYS_STATFS_H
20881 # include <sys/statfs.h>
20882 #endif
20885 main ()
20887 static struct statfs ac_aggr;
20888 if (sizeof ac_aggr.f_bfree)
20889 return 0;
20891 return 0;
20893 _ACEOF
20894 rm -f conftest.$ac_objext
20895 if { (ac_try="$ac_compile"
20896 case "(($ac_try" in
20897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20898 *) ac_try_echo=$ac_try;;
20899 esac
20900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20901 (eval "$ac_compile") 2>conftest.er1
20902 ac_status=$?
20903 grep -v '^ *+' conftest.er1 >conftest.err
20904 rm -f conftest.er1
20905 cat conftest.err >&5
20906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20907 (exit $ac_status); } && {
20908 test -z "$ac_c_werror_flag" ||
20909 test ! -s conftest.err
20910 } && test -s conftest.$ac_objext; then
20911 ac_cv_member_struct_statfs_f_bfree=yes
20912 else
20913 echo "$as_me: failed program was:" >&5
20914 sed 's/^/| /' conftest.$ac_ext >&5
20916 ac_cv_member_struct_statfs_f_bfree=no
20919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20925 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20926 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20928 cat >>confdefs.h <<_ACEOF
20929 #define HAVE_STRUCT_STATFS_F_BFREE 1
20930 _ACEOF
20934 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20935 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20936 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20937 echo $ECHO_N "(cached) $ECHO_C" >&6
20938 else
20939 cat >conftest.$ac_ext <<_ACEOF
20940 /* confdefs.h. */
20941 _ACEOF
20942 cat confdefs.h >>conftest.$ac_ext
20943 cat >>conftest.$ac_ext <<_ACEOF
20944 /* end confdefs.h. */
20945 #include <sys/types.h>
20946 #ifdef HAVE_SYS_PARAM_H
20947 # include <sys/param.h>
20948 #endif
20949 #ifdef HAVE_SYS_MOUNT_H
20950 # include <sys/mount.h>
20951 #endif
20952 #ifdef HAVE_SYS_VFS_H
20953 # include <sys/vfs.h>
20954 #endif
20955 #ifdef HAVE_SYS_STATFS_H
20956 # include <sys/statfs.h>
20957 #endif
20960 main ()
20962 static struct statfs ac_aggr;
20963 if (ac_aggr.f_bavail)
20964 return 0;
20966 return 0;
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973 *) ac_try_echo=$ac_try;;
20974 esac
20975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20976 (eval "$ac_compile") 2>conftest.er1
20977 ac_status=$?
20978 grep -v '^ *+' conftest.er1 >conftest.err
20979 rm -f conftest.er1
20980 cat conftest.err >&5
20981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20982 (exit $ac_status); } && {
20983 test -z "$ac_c_werror_flag" ||
20984 test ! -s conftest.err
20985 } && test -s conftest.$ac_objext; then
20986 ac_cv_member_struct_statfs_f_bavail=yes
20987 else
20988 echo "$as_me: failed program was:" >&5
20989 sed 's/^/| /' conftest.$ac_ext >&5
20991 cat >conftest.$ac_ext <<_ACEOF
20992 /* confdefs.h. */
20993 _ACEOF
20994 cat confdefs.h >>conftest.$ac_ext
20995 cat >>conftest.$ac_ext <<_ACEOF
20996 /* end confdefs.h. */
20997 #include <sys/types.h>
20998 #ifdef HAVE_SYS_PARAM_H
20999 # include <sys/param.h>
21000 #endif
21001 #ifdef HAVE_SYS_MOUNT_H
21002 # include <sys/mount.h>
21003 #endif
21004 #ifdef HAVE_SYS_VFS_H
21005 # include <sys/vfs.h>
21006 #endif
21007 #ifdef HAVE_SYS_STATFS_H
21008 # include <sys/statfs.h>
21009 #endif
21012 main ()
21014 static struct statfs ac_aggr;
21015 if (sizeof ac_aggr.f_bavail)
21016 return 0;
21018 return 0;
21020 _ACEOF
21021 rm -f conftest.$ac_objext
21022 if { (ac_try="$ac_compile"
21023 case "(($ac_try" in
21024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21025 *) ac_try_echo=$ac_try;;
21026 esac
21027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21028 (eval "$ac_compile") 2>conftest.er1
21029 ac_status=$?
21030 grep -v '^ *+' conftest.er1 >conftest.err
21031 rm -f conftest.er1
21032 cat conftest.err >&5
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); } && {
21035 test -z "$ac_c_werror_flag" ||
21036 test ! -s conftest.err
21037 } && test -s conftest.$ac_objext; then
21038 ac_cv_member_struct_statfs_f_bavail=yes
21039 else
21040 echo "$as_me: failed program was:" >&5
21041 sed 's/^/| /' conftest.$ac_ext >&5
21043 ac_cv_member_struct_statfs_f_bavail=no
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21052 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
21053 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
21055 cat >>confdefs.h <<_ACEOF
21056 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21057 _ACEOF
21061 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21062 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
21063 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21064 echo $ECHO_N "(cached) $ECHO_C" >&6
21065 else
21066 cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h. */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h. */
21072 #include <sys/types.h>
21073 #ifdef HAVE_SYS_PARAM_H
21074 # include <sys/param.h>
21075 #endif
21076 #ifdef HAVE_SYS_MOUNT_H
21077 # include <sys/mount.h>
21078 #endif
21079 #ifdef HAVE_SYS_VFS_H
21080 # include <sys/vfs.h>
21081 #endif
21082 #ifdef HAVE_SYS_STATFS_H
21083 # include <sys/statfs.h>
21084 #endif
21087 main ()
21089 static struct statfs ac_aggr;
21090 if (ac_aggr.f_frsize)
21091 return 0;
21093 return 0;
21095 _ACEOF
21096 rm -f conftest.$ac_objext
21097 if { (ac_try="$ac_compile"
21098 case "(($ac_try" in
21099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21100 *) ac_try_echo=$ac_try;;
21101 esac
21102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21103 (eval "$ac_compile") 2>conftest.er1
21104 ac_status=$?
21105 grep -v '^ *+' conftest.er1 >conftest.err
21106 rm -f conftest.er1
21107 cat conftest.err >&5
21108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21109 (exit $ac_status); } && {
21110 test -z "$ac_c_werror_flag" ||
21111 test ! -s conftest.err
21112 } && test -s conftest.$ac_objext; then
21113 ac_cv_member_struct_statfs_f_frsize=yes
21114 else
21115 echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21118 cat >conftest.$ac_ext <<_ACEOF
21119 /* confdefs.h. */
21120 _ACEOF
21121 cat confdefs.h >>conftest.$ac_ext
21122 cat >>conftest.$ac_ext <<_ACEOF
21123 /* end confdefs.h. */
21124 #include <sys/types.h>
21125 #ifdef HAVE_SYS_PARAM_H
21126 # include <sys/param.h>
21127 #endif
21128 #ifdef HAVE_SYS_MOUNT_H
21129 # include <sys/mount.h>
21130 #endif
21131 #ifdef HAVE_SYS_VFS_H
21132 # include <sys/vfs.h>
21133 #endif
21134 #ifdef HAVE_SYS_STATFS_H
21135 # include <sys/statfs.h>
21136 #endif
21139 main ()
21141 static struct statfs ac_aggr;
21142 if (sizeof ac_aggr.f_frsize)
21143 return 0;
21145 return 0;
21147 _ACEOF
21148 rm -f conftest.$ac_objext
21149 if { (ac_try="$ac_compile"
21150 case "(($ac_try" in
21151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21152 *) ac_try_echo=$ac_try;;
21153 esac
21154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21155 (eval "$ac_compile") 2>conftest.er1
21156 ac_status=$?
21157 grep -v '^ *+' conftest.er1 >conftest.err
21158 rm -f conftest.er1
21159 cat conftest.err >&5
21160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21161 (exit $ac_status); } && {
21162 test -z "$ac_c_werror_flag" ||
21163 test ! -s conftest.err
21164 } && test -s conftest.$ac_objext; then
21165 ac_cv_member_struct_statfs_f_frsize=yes
21166 else
21167 echo "$as_me: failed program was:" >&5
21168 sed 's/^/| /' conftest.$ac_ext >&5
21170 ac_cv_member_struct_statfs_f_frsize=no
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21178 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21179 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21180 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21182 cat >>confdefs.h <<_ACEOF
21183 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21184 _ACEOF
21188 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21189 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21190 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21191 echo $ECHO_N "(cached) $ECHO_C" >&6
21192 else
21193 cat >conftest.$ac_ext <<_ACEOF
21194 /* confdefs.h. */
21195 _ACEOF
21196 cat confdefs.h >>conftest.$ac_ext
21197 cat >>conftest.$ac_ext <<_ACEOF
21198 /* end confdefs.h. */
21199 #include <sys/types.h>
21200 #ifdef HAVE_SYS_PARAM_H
21201 # include <sys/param.h>
21202 #endif
21203 #ifdef HAVE_SYS_MOUNT_H
21204 # include <sys/mount.h>
21205 #endif
21206 #ifdef HAVE_SYS_VFS_H
21207 # include <sys/vfs.h>
21208 #endif
21209 #ifdef HAVE_SYS_STATFS_H
21210 # include <sys/statfs.h>
21211 #endif
21214 main ()
21216 static struct statfs ac_aggr;
21217 if (ac_aggr.f_ffree)
21218 return 0;
21220 return 0;
21222 _ACEOF
21223 rm -f conftest.$ac_objext
21224 if { (ac_try="$ac_compile"
21225 case "(($ac_try" in
21226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21227 *) ac_try_echo=$ac_try;;
21228 esac
21229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21230 (eval "$ac_compile") 2>conftest.er1
21231 ac_status=$?
21232 grep -v '^ *+' conftest.er1 >conftest.err
21233 rm -f conftest.er1
21234 cat conftest.err >&5
21235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); } && {
21237 test -z "$ac_c_werror_flag" ||
21238 test ! -s conftest.err
21239 } && test -s conftest.$ac_objext; then
21240 ac_cv_member_struct_statfs_f_ffree=yes
21241 else
21242 echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.$ac_ext >&5
21245 cat >conftest.$ac_ext <<_ACEOF
21246 /* confdefs.h. */
21247 _ACEOF
21248 cat confdefs.h >>conftest.$ac_ext
21249 cat >>conftest.$ac_ext <<_ACEOF
21250 /* end confdefs.h. */
21251 #include <sys/types.h>
21252 #ifdef HAVE_SYS_PARAM_H
21253 # include <sys/param.h>
21254 #endif
21255 #ifdef HAVE_SYS_MOUNT_H
21256 # include <sys/mount.h>
21257 #endif
21258 #ifdef HAVE_SYS_VFS_H
21259 # include <sys/vfs.h>
21260 #endif
21261 #ifdef HAVE_SYS_STATFS_H
21262 # include <sys/statfs.h>
21263 #endif
21266 main ()
21268 static struct statfs ac_aggr;
21269 if (sizeof ac_aggr.f_ffree)
21270 return 0;
21272 return 0;
21274 _ACEOF
21275 rm -f conftest.$ac_objext
21276 if { (ac_try="$ac_compile"
21277 case "(($ac_try" in
21278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21279 *) ac_try_echo=$ac_try;;
21280 esac
21281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21282 (eval "$ac_compile") 2>conftest.er1
21283 ac_status=$?
21284 grep -v '^ *+' conftest.er1 >conftest.err
21285 rm -f conftest.er1
21286 cat conftest.err >&5
21287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21288 (exit $ac_status); } && {
21289 test -z "$ac_c_werror_flag" ||
21290 test ! -s conftest.err
21291 } && test -s conftest.$ac_objext; then
21292 ac_cv_member_struct_statfs_f_ffree=yes
21293 else
21294 echo "$as_me: failed program was:" >&5
21295 sed 's/^/| /' conftest.$ac_ext >&5
21297 ac_cv_member_struct_statfs_f_ffree=no
21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21305 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21306 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21307 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21309 cat >>confdefs.h <<_ACEOF
21310 #define HAVE_STRUCT_STATFS_F_FFREE 1
21311 _ACEOF
21315 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21316 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21317 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21318 echo $ECHO_N "(cached) $ECHO_C" >&6
21319 else
21320 cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h. */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h. */
21326 #include <sys/types.h>
21327 #ifdef HAVE_SYS_PARAM_H
21328 # include <sys/param.h>
21329 #endif
21330 #ifdef HAVE_SYS_MOUNT_H
21331 # include <sys/mount.h>
21332 #endif
21333 #ifdef HAVE_SYS_VFS_H
21334 # include <sys/vfs.h>
21335 #endif
21336 #ifdef HAVE_SYS_STATFS_H
21337 # include <sys/statfs.h>
21338 #endif
21341 main ()
21343 static struct statfs ac_aggr;
21344 if (ac_aggr.f_favail)
21345 return 0;
21347 return 0;
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354 *) ac_try_echo=$ac_try;;
21355 esac
21356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21357 (eval "$ac_compile") 2>conftest.er1
21358 ac_status=$?
21359 grep -v '^ *+' conftest.er1 >conftest.err
21360 rm -f conftest.er1
21361 cat conftest.err >&5
21362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 (exit $ac_status); } && {
21364 test -z "$ac_c_werror_flag" ||
21365 test ! -s conftest.err
21366 } && test -s conftest.$ac_objext; then
21367 ac_cv_member_struct_statfs_f_favail=yes
21368 else
21369 echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21372 cat >conftest.$ac_ext <<_ACEOF
21373 /* confdefs.h. */
21374 _ACEOF
21375 cat confdefs.h >>conftest.$ac_ext
21376 cat >>conftest.$ac_ext <<_ACEOF
21377 /* end confdefs.h. */
21378 #include <sys/types.h>
21379 #ifdef HAVE_SYS_PARAM_H
21380 # include <sys/param.h>
21381 #endif
21382 #ifdef HAVE_SYS_MOUNT_H
21383 # include <sys/mount.h>
21384 #endif
21385 #ifdef HAVE_SYS_VFS_H
21386 # include <sys/vfs.h>
21387 #endif
21388 #ifdef HAVE_SYS_STATFS_H
21389 # include <sys/statfs.h>
21390 #endif
21393 main ()
21395 static struct statfs ac_aggr;
21396 if (sizeof ac_aggr.f_favail)
21397 return 0;
21399 return 0;
21401 _ACEOF
21402 rm -f conftest.$ac_objext
21403 if { (ac_try="$ac_compile"
21404 case "(($ac_try" in
21405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21406 *) ac_try_echo=$ac_try;;
21407 esac
21408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21409 (eval "$ac_compile") 2>conftest.er1
21410 ac_status=$?
21411 grep -v '^ *+' conftest.er1 >conftest.err
21412 rm -f conftest.er1
21413 cat conftest.err >&5
21414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21415 (exit $ac_status); } && {
21416 test -z "$ac_c_werror_flag" ||
21417 test ! -s conftest.err
21418 } && test -s conftest.$ac_objext; then
21419 ac_cv_member_struct_statfs_f_favail=yes
21420 else
21421 echo "$as_me: failed program was:" >&5
21422 sed 's/^/| /' conftest.$ac_ext >&5
21424 ac_cv_member_struct_statfs_f_favail=no
21427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21433 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21434 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21436 cat >>confdefs.h <<_ACEOF
21437 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21438 _ACEOF
21442 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21443 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21444 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21445 echo $ECHO_N "(cached) $ECHO_C" >&6
21446 else
21447 cat >conftest.$ac_ext <<_ACEOF
21448 /* confdefs.h. */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h. */
21453 #include <sys/types.h>
21454 #ifdef HAVE_SYS_PARAM_H
21455 # include <sys/param.h>
21456 #endif
21457 #ifdef HAVE_SYS_MOUNT_H
21458 # include <sys/mount.h>
21459 #endif
21460 #ifdef HAVE_SYS_VFS_H
21461 # include <sys/vfs.h>
21462 #endif
21463 #ifdef HAVE_SYS_STATFS_H
21464 # include <sys/statfs.h>
21465 #endif
21468 main ()
21470 static struct statfs ac_aggr;
21471 if (ac_aggr.f_namelen)
21472 return 0;
21474 return 0;
21476 _ACEOF
21477 rm -f conftest.$ac_objext
21478 if { (ac_try="$ac_compile"
21479 case "(($ac_try" in
21480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481 *) ac_try_echo=$ac_try;;
21482 esac
21483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21484 (eval "$ac_compile") 2>conftest.er1
21485 ac_status=$?
21486 grep -v '^ *+' conftest.er1 >conftest.err
21487 rm -f conftest.er1
21488 cat conftest.err >&5
21489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); } && {
21491 test -z "$ac_c_werror_flag" ||
21492 test ! -s conftest.err
21493 } && test -s conftest.$ac_objext; then
21494 ac_cv_member_struct_statfs_f_namelen=yes
21495 else
21496 echo "$as_me: failed program was:" >&5
21497 sed 's/^/| /' conftest.$ac_ext >&5
21499 cat >conftest.$ac_ext <<_ACEOF
21500 /* confdefs.h. */
21501 _ACEOF
21502 cat confdefs.h >>conftest.$ac_ext
21503 cat >>conftest.$ac_ext <<_ACEOF
21504 /* end confdefs.h. */
21505 #include <sys/types.h>
21506 #ifdef HAVE_SYS_PARAM_H
21507 # include <sys/param.h>
21508 #endif
21509 #ifdef HAVE_SYS_MOUNT_H
21510 # include <sys/mount.h>
21511 #endif
21512 #ifdef HAVE_SYS_VFS_H
21513 # include <sys/vfs.h>
21514 #endif
21515 #ifdef HAVE_SYS_STATFS_H
21516 # include <sys/statfs.h>
21517 #endif
21520 main ()
21522 static struct statfs ac_aggr;
21523 if (sizeof ac_aggr.f_namelen)
21524 return 0;
21526 return 0;
21528 _ACEOF
21529 rm -f conftest.$ac_objext
21530 if { (ac_try="$ac_compile"
21531 case "(($ac_try" in
21532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21533 *) ac_try_echo=$ac_try;;
21534 esac
21535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21536 (eval "$ac_compile") 2>conftest.er1
21537 ac_status=$?
21538 grep -v '^ *+' conftest.er1 >conftest.err
21539 rm -f conftest.er1
21540 cat conftest.err >&5
21541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21542 (exit $ac_status); } && {
21543 test -z "$ac_c_werror_flag" ||
21544 test ! -s conftest.err
21545 } && test -s conftest.$ac_objext; then
21546 ac_cv_member_struct_statfs_f_namelen=yes
21547 else
21548 echo "$as_me: failed program was:" >&5
21549 sed 's/^/| /' conftest.$ac_ext >&5
21551 ac_cv_member_struct_statfs_f_namelen=no
21554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21559 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21560 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21561 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21563 cat >>confdefs.h <<_ACEOF
21564 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21565 _ACEOF
21571 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21572 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21573 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21574 echo $ECHO_N "(cached) $ECHO_C" >&6
21575 else
21576 cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h. */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h. */
21582 #ifdef HAVE_SYS_STATVFS_H
21583 #include <sys/statvfs.h>
21584 #endif
21587 main ()
21589 static struct statvfs ac_aggr;
21590 if (ac_aggr.f_blocks)
21591 return 0;
21593 return 0;
21595 _ACEOF
21596 rm -f conftest.$ac_objext
21597 if { (ac_try="$ac_compile"
21598 case "(($ac_try" in
21599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21600 *) ac_try_echo=$ac_try;;
21601 esac
21602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21603 (eval "$ac_compile") 2>conftest.er1
21604 ac_status=$?
21605 grep -v '^ *+' conftest.er1 >conftest.err
21606 rm -f conftest.er1
21607 cat conftest.err >&5
21608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609 (exit $ac_status); } && {
21610 test -z "$ac_c_werror_flag" ||
21611 test ! -s conftest.err
21612 } && test -s conftest.$ac_objext; then
21613 ac_cv_member_struct_statvfs_f_blocks=yes
21614 else
21615 echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 #ifdef HAVE_SYS_STATVFS_H
21625 #include <sys/statvfs.h>
21626 #endif
21629 main ()
21631 static struct statvfs ac_aggr;
21632 if (sizeof ac_aggr.f_blocks)
21633 return 0;
21635 return 0;
21637 _ACEOF
21638 rm -f conftest.$ac_objext
21639 if { (ac_try="$ac_compile"
21640 case "(($ac_try" in
21641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21642 *) ac_try_echo=$ac_try;;
21643 esac
21644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21645 (eval "$ac_compile") 2>conftest.er1
21646 ac_status=$?
21647 grep -v '^ *+' conftest.er1 >conftest.err
21648 rm -f conftest.er1
21649 cat conftest.err >&5
21650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21651 (exit $ac_status); } && {
21652 test -z "$ac_c_werror_flag" ||
21653 test ! -s conftest.err
21654 } && test -s conftest.$ac_objext; then
21655 ac_cv_member_struct_statvfs_f_blocks=yes
21656 else
21657 echo "$as_me: failed program was:" >&5
21658 sed 's/^/| /' conftest.$ac_ext >&5
21660 ac_cv_member_struct_statvfs_f_blocks=no
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21668 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21669 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21670 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21672 cat >>confdefs.h <<_ACEOF
21673 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21674 _ACEOF
21680 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21681 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21682 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21683 echo $ECHO_N "(cached) $ECHO_C" >&6
21684 else
21685 cat >conftest.$ac_ext <<_ACEOF
21686 /* confdefs.h. */
21687 _ACEOF
21688 cat confdefs.h >>conftest.$ac_ext
21689 cat >>conftest.$ac_ext <<_ACEOF
21690 /* end confdefs.h. */
21691 #include <sys/types.h>
21692 #ifdef HAVE_SYS_SOCKET_H
21693 # include <sys/socket.h>
21694 #endif
21695 #ifdef HAVE_SYS_UN_H
21696 # include <sys/un.h>
21697 #endif
21700 main ()
21702 static struct msghdr ac_aggr;
21703 if (ac_aggr.msg_accrights)
21704 return 0;
21706 return 0;
21708 _ACEOF
21709 rm -f conftest.$ac_objext
21710 if { (ac_try="$ac_compile"
21711 case "(($ac_try" in
21712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21713 *) ac_try_echo=$ac_try;;
21714 esac
21715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_msghdr_msg_accrights=yes
21727 else
21728 echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 cat >conftest.$ac_ext <<_ACEOF
21732 /* confdefs.h. */
21733 _ACEOF
21734 cat confdefs.h >>conftest.$ac_ext
21735 cat >>conftest.$ac_ext <<_ACEOF
21736 /* end confdefs.h. */
21737 #include <sys/types.h>
21738 #ifdef HAVE_SYS_SOCKET_H
21739 # include <sys/socket.h>
21740 #endif
21741 #ifdef HAVE_SYS_UN_H
21742 # include <sys/un.h>
21743 #endif
21746 main ()
21748 static struct msghdr ac_aggr;
21749 if (sizeof ac_aggr.msg_accrights)
21750 return 0;
21752 return 0;
21754 _ACEOF
21755 rm -f conftest.$ac_objext
21756 if { (ac_try="$ac_compile"
21757 case "(($ac_try" in
21758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21759 *) ac_try_echo=$ac_try;;
21760 esac
21761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21762 (eval "$ac_compile") 2>conftest.er1
21763 ac_status=$?
21764 grep -v '^ *+' conftest.er1 >conftest.err
21765 rm -f conftest.er1
21766 cat conftest.err >&5
21767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21768 (exit $ac_status); } && {
21769 test -z "$ac_c_werror_flag" ||
21770 test ! -s conftest.err
21771 } && test -s conftest.$ac_objext; then
21772 ac_cv_member_struct_msghdr_msg_accrights=yes
21773 else
21774 echo "$as_me: failed program was:" >&5
21775 sed 's/^/| /' conftest.$ac_ext >&5
21777 ac_cv_member_struct_msghdr_msg_accrights=no
21780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21786 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21787 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21789 cat >>confdefs.h <<_ACEOF
21790 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21791 _ACEOF
21795 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21796 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21797 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21798 echo $ECHO_N "(cached) $ECHO_C" >&6
21799 else
21800 cat >conftest.$ac_ext <<_ACEOF
21801 /* confdefs.h. */
21802 _ACEOF
21803 cat confdefs.h >>conftest.$ac_ext
21804 cat >>conftest.$ac_ext <<_ACEOF
21805 /* end confdefs.h. */
21806 #include <sys/types.h>
21807 #ifdef HAVE_SYS_SOCKET_H
21808 # include <sys/socket.h>
21809 #endif
21810 #ifdef HAVE_SYS_UN_H
21811 # include <sys/un.h>
21812 #endif
21815 main ()
21817 static struct sockaddr ac_aggr;
21818 if (ac_aggr.sa_len)
21819 return 0;
21821 return 0;
21823 _ACEOF
21824 rm -f conftest.$ac_objext
21825 if { (ac_try="$ac_compile"
21826 case "(($ac_try" in
21827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21828 *) ac_try_echo=$ac_try;;
21829 esac
21830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21831 (eval "$ac_compile") 2>conftest.er1
21832 ac_status=$?
21833 grep -v '^ *+' conftest.er1 >conftest.err
21834 rm -f conftest.er1
21835 cat conftest.err >&5
21836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21837 (exit $ac_status); } && {
21838 test -z "$ac_c_werror_flag" ||
21839 test ! -s conftest.err
21840 } && test -s conftest.$ac_objext; then
21841 ac_cv_member_struct_sockaddr_sa_len=yes
21842 else
21843 echo "$as_me: failed program was:" >&5
21844 sed 's/^/| /' conftest.$ac_ext >&5
21846 cat >conftest.$ac_ext <<_ACEOF
21847 /* confdefs.h. */
21848 _ACEOF
21849 cat confdefs.h >>conftest.$ac_ext
21850 cat >>conftest.$ac_ext <<_ACEOF
21851 /* end confdefs.h. */
21852 #include <sys/types.h>
21853 #ifdef HAVE_SYS_SOCKET_H
21854 # include <sys/socket.h>
21855 #endif
21856 #ifdef HAVE_SYS_UN_H
21857 # include <sys/un.h>
21858 #endif
21861 main ()
21863 static struct sockaddr ac_aggr;
21864 if (sizeof ac_aggr.sa_len)
21865 return 0;
21867 return 0;
21869 _ACEOF
21870 rm -f conftest.$ac_objext
21871 if { (ac_try="$ac_compile"
21872 case "(($ac_try" in
21873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21874 *) ac_try_echo=$ac_try;;
21875 esac
21876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21877 (eval "$ac_compile") 2>conftest.er1
21878 ac_status=$?
21879 grep -v '^ *+' conftest.er1 >conftest.err
21880 rm -f conftest.er1
21881 cat conftest.err >&5
21882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21883 (exit $ac_status); } && {
21884 test -z "$ac_c_werror_flag" ||
21885 test ! -s conftest.err
21886 } && test -s conftest.$ac_objext; then
21887 ac_cv_member_struct_sockaddr_sa_len=yes
21888 else
21889 echo "$as_me: failed program was:" >&5
21890 sed 's/^/| /' conftest.$ac_ext >&5
21892 ac_cv_member_struct_sockaddr_sa_len=no
21895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21900 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21901 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21902 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21904 cat >>confdefs.h <<_ACEOF
21905 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21906 _ACEOF
21910 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21911 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21912 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21913 echo $ECHO_N "(cached) $ECHO_C" >&6
21914 else
21915 cat >conftest.$ac_ext <<_ACEOF
21916 /* confdefs.h. */
21917 _ACEOF
21918 cat confdefs.h >>conftest.$ac_ext
21919 cat >>conftest.$ac_ext <<_ACEOF
21920 /* end confdefs.h. */
21921 #include <sys/types.h>
21922 #ifdef HAVE_SYS_SOCKET_H
21923 # include <sys/socket.h>
21924 #endif
21925 #ifdef HAVE_SYS_UN_H
21926 # include <sys/un.h>
21927 #endif
21930 main ()
21932 static struct sockaddr_un ac_aggr;
21933 if (ac_aggr.sun_len)
21934 return 0;
21936 return 0;
21938 _ACEOF
21939 rm -f conftest.$ac_objext
21940 if { (ac_try="$ac_compile"
21941 case "(($ac_try" in
21942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21943 *) ac_try_echo=$ac_try;;
21944 esac
21945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21946 (eval "$ac_compile") 2>conftest.er1
21947 ac_status=$?
21948 grep -v '^ *+' conftest.er1 >conftest.err
21949 rm -f conftest.er1
21950 cat conftest.err >&5
21951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21952 (exit $ac_status); } && {
21953 test -z "$ac_c_werror_flag" ||
21954 test ! -s conftest.err
21955 } && test -s conftest.$ac_objext; then
21956 ac_cv_member_struct_sockaddr_un_sun_len=yes
21957 else
21958 echo "$as_me: failed program was:" >&5
21959 sed 's/^/| /' conftest.$ac_ext >&5
21961 cat >conftest.$ac_ext <<_ACEOF
21962 /* confdefs.h. */
21963 _ACEOF
21964 cat confdefs.h >>conftest.$ac_ext
21965 cat >>conftest.$ac_ext <<_ACEOF
21966 /* end confdefs.h. */
21967 #include <sys/types.h>
21968 #ifdef HAVE_SYS_SOCKET_H
21969 # include <sys/socket.h>
21970 #endif
21971 #ifdef HAVE_SYS_UN_H
21972 # include <sys/un.h>
21973 #endif
21976 main ()
21978 static struct sockaddr_un ac_aggr;
21979 if (sizeof ac_aggr.sun_len)
21980 return 0;
21982 return 0;
21984 _ACEOF
21985 rm -f conftest.$ac_objext
21986 if { (ac_try="$ac_compile"
21987 case "(($ac_try" in
21988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21989 *) ac_try_echo=$ac_try;;
21990 esac
21991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21992 (eval "$ac_compile") 2>conftest.er1
21993 ac_status=$?
21994 grep -v '^ *+' conftest.er1 >conftest.err
21995 rm -f conftest.er1
21996 cat conftest.err >&5
21997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21998 (exit $ac_status); } && {
21999 test -z "$ac_c_werror_flag" ||
22000 test ! -s conftest.err
22001 } && test -s conftest.$ac_objext; then
22002 ac_cv_member_struct_sockaddr_un_sun_len=yes
22003 else
22004 echo "$as_me: failed program was:" >&5
22005 sed 's/^/| /' conftest.$ac_ext >&5
22007 ac_cv_member_struct_sockaddr_un_sun_len=no
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22016 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22017 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
22019 cat >>confdefs.h <<_ACEOF
22020 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22021 _ACEOF
22027 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22028 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
22029 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22030 echo $ECHO_N "(cached) $ECHO_C" >&6
22031 else
22032 cat >conftest.$ac_ext <<_ACEOF
22033 /* confdefs.h. */
22034 _ACEOF
22035 cat confdefs.h >>conftest.$ac_ext
22036 cat >>conftest.$ac_ext <<_ACEOF
22037 /* end confdefs.h. */
22038 #include <sys/types.h>
22039 #ifdef HAVE_SCSI_SG_H
22040 #include <scsi/sg.h>
22041 #endif
22044 main ()
22046 static scsireq_t ac_aggr;
22047 if (ac_aggr.cmd)
22048 return 0;
22050 return 0;
22052 _ACEOF
22053 rm -f conftest.$ac_objext
22054 if { (ac_try="$ac_compile"
22055 case "(($ac_try" in
22056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22057 *) ac_try_echo=$ac_try;;
22058 esac
22059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22060 (eval "$ac_compile") 2>conftest.er1
22061 ac_status=$?
22062 grep -v '^ *+' conftest.er1 >conftest.err
22063 rm -f conftest.er1
22064 cat conftest.err >&5
22065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22066 (exit $ac_status); } && {
22067 test -z "$ac_c_werror_flag" ||
22068 test ! -s conftest.err
22069 } && test -s conftest.$ac_objext; then
22070 ac_cv_member_scsireq_t_cmd=yes
22071 else
22072 echo "$as_me: failed program was:" >&5
22073 sed 's/^/| /' conftest.$ac_ext >&5
22075 cat >conftest.$ac_ext <<_ACEOF
22076 /* confdefs.h. */
22077 _ACEOF
22078 cat confdefs.h >>conftest.$ac_ext
22079 cat >>conftest.$ac_ext <<_ACEOF
22080 /* end confdefs.h. */
22081 #include <sys/types.h>
22082 #ifdef HAVE_SCSI_SG_H
22083 #include <scsi/sg.h>
22084 #endif
22087 main ()
22089 static scsireq_t ac_aggr;
22090 if (sizeof ac_aggr.cmd)
22091 return 0;
22093 return 0;
22095 _ACEOF
22096 rm -f conftest.$ac_objext
22097 if { (ac_try="$ac_compile"
22098 case "(($ac_try" in
22099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22100 *) ac_try_echo=$ac_try;;
22101 esac
22102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22103 (eval "$ac_compile") 2>conftest.er1
22104 ac_status=$?
22105 grep -v '^ *+' conftest.er1 >conftest.err
22106 rm -f conftest.er1
22107 cat conftest.err >&5
22108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22109 (exit $ac_status); } && {
22110 test -z "$ac_c_werror_flag" ||
22111 test ! -s conftest.err
22112 } && test -s conftest.$ac_objext; then
22113 ac_cv_member_scsireq_t_cmd=yes
22114 else
22115 echo "$as_me: failed program was:" >&5
22116 sed 's/^/| /' conftest.$ac_ext >&5
22118 ac_cv_member_scsireq_t_cmd=no
22121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22127 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22128 if test $ac_cv_member_scsireq_t_cmd = yes; then
22130 cat >>confdefs.h <<_ACEOF
22131 #define HAVE_SCSIREQ_T_CMD 1
22132 _ACEOF
22136 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22137 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22138 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22139 echo $ECHO_N "(cached) $ECHO_C" >&6
22140 else
22141 cat >conftest.$ac_ext <<_ACEOF
22142 /* confdefs.h. */
22143 _ACEOF
22144 cat confdefs.h >>conftest.$ac_ext
22145 cat >>conftest.$ac_ext <<_ACEOF
22146 /* end confdefs.h. */
22147 #include <sys/types.h>
22148 #ifdef HAVE_SCSI_SG_H
22149 #include <scsi/sg.h>
22150 #endif
22153 main ()
22155 static sg_io_hdr_t ac_aggr;
22156 if (ac_aggr.interface_id)
22157 return 0;
22159 return 0;
22161 _ACEOF
22162 rm -f conftest.$ac_objext
22163 if { (ac_try="$ac_compile"
22164 case "(($ac_try" in
22165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22166 *) ac_try_echo=$ac_try;;
22167 esac
22168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22169 (eval "$ac_compile") 2>conftest.er1
22170 ac_status=$?
22171 grep -v '^ *+' conftest.er1 >conftest.err
22172 rm -f conftest.er1
22173 cat conftest.err >&5
22174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22175 (exit $ac_status); } && {
22176 test -z "$ac_c_werror_flag" ||
22177 test ! -s conftest.err
22178 } && test -s conftest.$ac_objext; then
22179 ac_cv_member_sg_io_hdr_t_interface_id=yes
22180 else
22181 echo "$as_me: failed program was:" >&5
22182 sed 's/^/| /' conftest.$ac_ext >&5
22184 cat >conftest.$ac_ext <<_ACEOF
22185 /* confdefs.h. */
22186 _ACEOF
22187 cat confdefs.h >>conftest.$ac_ext
22188 cat >>conftest.$ac_ext <<_ACEOF
22189 /* end confdefs.h. */
22190 #include <sys/types.h>
22191 #ifdef HAVE_SCSI_SG_H
22192 #include <scsi/sg.h>
22193 #endif
22196 main ()
22198 static sg_io_hdr_t ac_aggr;
22199 if (sizeof ac_aggr.interface_id)
22200 return 0;
22202 return 0;
22204 _ACEOF
22205 rm -f conftest.$ac_objext
22206 if { (ac_try="$ac_compile"
22207 case "(($ac_try" in
22208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22209 *) ac_try_echo=$ac_try;;
22210 esac
22211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22212 (eval "$ac_compile") 2>conftest.er1
22213 ac_status=$?
22214 grep -v '^ *+' conftest.er1 >conftest.err
22215 rm -f conftest.er1
22216 cat conftest.err >&5
22217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22218 (exit $ac_status); } && {
22219 test -z "$ac_c_werror_flag" ||
22220 test ! -s conftest.err
22221 } && test -s conftest.$ac_objext; then
22222 ac_cv_member_sg_io_hdr_t_interface_id=yes
22223 else
22224 echo "$as_me: failed program was:" >&5
22225 sed 's/^/| /' conftest.$ac_ext >&5
22227 ac_cv_member_sg_io_hdr_t_interface_id=no
22230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22235 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22236 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22237 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22239 cat >>confdefs.h <<_ACEOF
22240 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22241 _ACEOF
22247 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22248 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22249 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22250 echo $ECHO_N "(cached) $ECHO_C" >&6
22251 else
22252 cat >conftest.$ac_ext <<_ACEOF
22253 /* confdefs.h. */
22254 _ACEOF
22255 cat confdefs.h >>conftest.$ac_ext
22256 cat >>conftest.$ac_ext <<_ACEOF
22257 /* end confdefs.h. */
22258 #include <signal.h>
22261 main ()
22263 static siginfo_t ac_aggr;
22264 if (ac_aggr.si_fd)
22265 return 0;
22267 return 0;
22269 _ACEOF
22270 rm -f conftest.$ac_objext
22271 if { (ac_try="$ac_compile"
22272 case "(($ac_try" in
22273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22274 *) ac_try_echo=$ac_try;;
22275 esac
22276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22277 (eval "$ac_compile") 2>conftest.er1
22278 ac_status=$?
22279 grep -v '^ *+' conftest.er1 >conftest.err
22280 rm -f conftest.er1
22281 cat conftest.err >&5
22282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22283 (exit $ac_status); } && {
22284 test -z "$ac_c_werror_flag" ||
22285 test ! -s conftest.err
22286 } && test -s conftest.$ac_objext; then
22287 ac_cv_member_siginfo_t_si_fd=yes
22288 else
22289 echo "$as_me: failed program was:" >&5
22290 sed 's/^/| /' conftest.$ac_ext >&5
22292 cat >conftest.$ac_ext <<_ACEOF
22293 /* confdefs.h. */
22294 _ACEOF
22295 cat confdefs.h >>conftest.$ac_ext
22296 cat >>conftest.$ac_ext <<_ACEOF
22297 /* end confdefs.h. */
22298 #include <signal.h>
22301 main ()
22303 static siginfo_t ac_aggr;
22304 if (sizeof ac_aggr.si_fd)
22305 return 0;
22307 return 0;
22309 _ACEOF
22310 rm -f conftest.$ac_objext
22311 if { (ac_try="$ac_compile"
22312 case "(($ac_try" in
22313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22314 *) ac_try_echo=$ac_try;;
22315 esac
22316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22317 (eval "$ac_compile") 2>conftest.er1
22318 ac_status=$?
22319 grep -v '^ *+' conftest.er1 >conftest.err
22320 rm -f conftest.er1
22321 cat conftest.err >&5
22322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22323 (exit $ac_status); } && {
22324 test -z "$ac_c_werror_flag" ||
22325 test ! -s conftest.err
22326 } && test -s conftest.$ac_objext; then
22327 ac_cv_member_siginfo_t_si_fd=yes
22328 else
22329 echo "$as_me: failed program was:" >&5
22330 sed 's/^/| /' conftest.$ac_ext >&5
22332 ac_cv_member_siginfo_t_si_fd=no
22335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22340 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22341 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22342 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22344 cat >>confdefs.h <<_ACEOF
22345 #define HAVE_SIGINFO_T_SI_FD 1
22346 _ACEOF
22352 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22353 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22354 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22355 echo $ECHO_N "(cached) $ECHO_C" >&6
22356 else
22357 cat >conftest.$ac_ext <<_ACEOF
22358 /* confdefs.h. */
22359 _ACEOF
22360 cat confdefs.h >>conftest.$ac_ext
22361 cat >>conftest.$ac_ext <<_ACEOF
22362 /* end confdefs.h. */
22363 #include <sys/types.h>
22364 #ifdef HAVE_SYS_MTIO_H
22365 #include <sys/mtio.h>
22366 #endif
22369 main ()
22371 static struct mtget ac_aggr;
22372 if (ac_aggr.mt_blksiz)
22373 return 0;
22375 return 0;
22377 _ACEOF
22378 rm -f conftest.$ac_objext
22379 if { (ac_try="$ac_compile"
22380 case "(($ac_try" in
22381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22382 *) ac_try_echo=$ac_try;;
22383 esac
22384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22385 (eval "$ac_compile") 2>conftest.er1
22386 ac_status=$?
22387 grep -v '^ *+' conftest.er1 >conftest.err
22388 rm -f conftest.er1
22389 cat conftest.err >&5
22390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22391 (exit $ac_status); } && {
22392 test -z "$ac_c_werror_flag" ||
22393 test ! -s conftest.err
22394 } && test -s conftest.$ac_objext; then
22395 ac_cv_member_struct_mtget_mt_blksiz=yes
22396 else
22397 echo "$as_me: failed program was:" >&5
22398 sed 's/^/| /' conftest.$ac_ext >&5
22400 cat >conftest.$ac_ext <<_ACEOF
22401 /* confdefs.h. */
22402 _ACEOF
22403 cat confdefs.h >>conftest.$ac_ext
22404 cat >>conftest.$ac_ext <<_ACEOF
22405 /* end confdefs.h. */
22406 #include <sys/types.h>
22407 #ifdef HAVE_SYS_MTIO_H
22408 #include <sys/mtio.h>
22409 #endif
22412 main ()
22414 static struct mtget ac_aggr;
22415 if (sizeof ac_aggr.mt_blksiz)
22416 return 0;
22418 return 0;
22420 _ACEOF
22421 rm -f conftest.$ac_objext
22422 if { (ac_try="$ac_compile"
22423 case "(($ac_try" in
22424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22425 *) ac_try_echo=$ac_try;;
22426 esac
22427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22428 (eval "$ac_compile") 2>conftest.er1
22429 ac_status=$?
22430 grep -v '^ *+' conftest.er1 >conftest.err
22431 rm -f conftest.er1
22432 cat conftest.err >&5
22433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22434 (exit $ac_status); } && {
22435 test -z "$ac_c_werror_flag" ||
22436 test ! -s conftest.err
22437 } && test -s conftest.$ac_objext; then
22438 ac_cv_member_struct_mtget_mt_blksiz=yes
22439 else
22440 echo "$as_me: failed program was:" >&5
22441 sed 's/^/| /' conftest.$ac_ext >&5
22443 ac_cv_member_struct_mtget_mt_blksiz=no
22446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22451 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22452 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22453 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22455 cat >>confdefs.h <<_ACEOF
22456 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22457 _ACEOF
22461 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22462 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22463 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22464 echo $ECHO_N "(cached) $ECHO_C" >&6
22465 else
22466 cat >conftest.$ac_ext <<_ACEOF
22467 /* confdefs.h. */
22468 _ACEOF
22469 cat confdefs.h >>conftest.$ac_ext
22470 cat >>conftest.$ac_ext <<_ACEOF
22471 /* end confdefs.h. */
22472 #include <sys/types.h>
22473 #ifdef HAVE_SYS_MTIO_H
22474 #include <sys/mtio.h>
22475 #endif
22478 main ()
22480 static struct mtget ac_aggr;
22481 if (ac_aggr.mt_gstat)
22482 return 0;
22484 return 0;
22486 _ACEOF
22487 rm -f conftest.$ac_objext
22488 if { (ac_try="$ac_compile"
22489 case "(($ac_try" in
22490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22491 *) ac_try_echo=$ac_try;;
22492 esac
22493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22494 (eval "$ac_compile") 2>conftest.er1
22495 ac_status=$?
22496 grep -v '^ *+' conftest.er1 >conftest.err
22497 rm -f conftest.er1
22498 cat conftest.err >&5
22499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22500 (exit $ac_status); } && {
22501 test -z "$ac_c_werror_flag" ||
22502 test ! -s conftest.err
22503 } && test -s conftest.$ac_objext; then
22504 ac_cv_member_struct_mtget_mt_gstat=yes
22505 else
22506 echo "$as_me: failed program was:" >&5
22507 sed 's/^/| /' conftest.$ac_ext >&5
22509 cat >conftest.$ac_ext <<_ACEOF
22510 /* confdefs.h. */
22511 _ACEOF
22512 cat confdefs.h >>conftest.$ac_ext
22513 cat >>conftest.$ac_ext <<_ACEOF
22514 /* end confdefs.h. */
22515 #include <sys/types.h>
22516 #ifdef HAVE_SYS_MTIO_H
22517 #include <sys/mtio.h>
22518 #endif
22521 main ()
22523 static struct mtget ac_aggr;
22524 if (sizeof ac_aggr.mt_gstat)
22525 return 0;
22527 return 0;
22529 _ACEOF
22530 rm -f conftest.$ac_objext
22531 if { (ac_try="$ac_compile"
22532 case "(($ac_try" in
22533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22534 *) ac_try_echo=$ac_try;;
22535 esac
22536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22537 (eval "$ac_compile") 2>conftest.er1
22538 ac_status=$?
22539 grep -v '^ *+' conftest.er1 >conftest.err
22540 rm -f conftest.er1
22541 cat conftest.err >&5
22542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22543 (exit $ac_status); } && {
22544 test -z "$ac_c_werror_flag" ||
22545 test ! -s conftest.err
22546 } && test -s conftest.$ac_objext; then
22547 ac_cv_member_struct_mtget_mt_gstat=yes
22548 else
22549 echo "$as_me: failed program was:" >&5
22550 sed 's/^/| /' conftest.$ac_ext >&5
22552 ac_cv_member_struct_mtget_mt_gstat=no
22555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22560 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22561 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22562 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22564 cat >>confdefs.h <<_ACEOF
22565 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22566 _ACEOF
22570 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22571 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22572 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22573 echo $ECHO_N "(cached) $ECHO_C" >&6
22574 else
22575 cat >conftest.$ac_ext <<_ACEOF
22576 /* confdefs.h. */
22577 _ACEOF
22578 cat confdefs.h >>conftest.$ac_ext
22579 cat >>conftest.$ac_ext <<_ACEOF
22580 /* end confdefs.h. */
22581 #include <sys/types.h>
22582 #ifdef HAVE_SYS_MTIO_H
22583 #include <sys/mtio.h>
22584 #endif
22587 main ()
22589 static struct mtget ac_aggr;
22590 if (ac_aggr.mt_blkno)
22591 return 0;
22593 return 0;
22595 _ACEOF
22596 rm -f conftest.$ac_objext
22597 if { (ac_try="$ac_compile"
22598 case "(($ac_try" in
22599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22600 *) ac_try_echo=$ac_try;;
22601 esac
22602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22603 (eval "$ac_compile") 2>conftest.er1
22604 ac_status=$?
22605 grep -v '^ *+' conftest.er1 >conftest.err
22606 rm -f conftest.er1
22607 cat conftest.err >&5
22608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22609 (exit $ac_status); } && {
22610 test -z "$ac_c_werror_flag" ||
22611 test ! -s conftest.err
22612 } && test -s conftest.$ac_objext; then
22613 ac_cv_member_struct_mtget_mt_blkno=yes
22614 else
22615 echo "$as_me: failed program was:" >&5
22616 sed 's/^/| /' conftest.$ac_ext >&5
22618 cat >conftest.$ac_ext <<_ACEOF
22619 /* confdefs.h. */
22620 _ACEOF
22621 cat confdefs.h >>conftest.$ac_ext
22622 cat >>conftest.$ac_ext <<_ACEOF
22623 /* end confdefs.h. */
22624 #include <sys/types.h>
22625 #ifdef HAVE_SYS_MTIO_H
22626 #include <sys/mtio.h>
22627 #endif
22630 main ()
22632 static struct mtget ac_aggr;
22633 if (sizeof ac_aggr.mt_blkno)
22634 return 0;
22636 return 0;
22638 _ACEOF
22639 rm -f conftest.$ac_objext
22640 if { (ac_try="$ac_compile"
22641 case "(($ac_try" in
22642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22643 *) ac_try_echo=$ac_try;;
22644 esac
22645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22646 (eval "$ac_compile") 2>conftest.er1
22647 ac_status=$?
22648 grep -v '^ *+' conftest.er1 >conftest.err
22649 rm -f conftest.er1
22650 cat conftest.err >&5
22651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22652 (exit $ac_status); } && {
22653 test -z "$ac_c_werror_flag" ||
22654 test ! -s conftest.err
22655 } && test -s conftest.$ac_objext; then
22656 ac_cv_member_struct_mtget_mt_blkno=yes
22657 else
22658 echo "$as_me: failed program was:" >&5
22659 sed 's/^/| /' conftest.$ac_ext >&5
22661 ac_cv_member_struct_mtget_mt_blkno=no
22664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22669 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22670 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22671 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22673 cat >>confdefs.h <<_ACEOF
22674 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22675 _ACEOF
22681 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22682 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22683 if test "${ac_cv_member_struct_option_name+set}" = set; then
22684 echo $ECHO_N "(cached) $ECHO_C" >&6
22685 else
22686 cat >conftest.$ac_ext <<_ACEOF
22687 /* confdefs.h. */
22688 _ACEOF
22689 cat confdefs.h >>conftest.$ac_ext
22690 cat >>conftest.$ac_ext <<_ACEOF
22691 /* end confdefs.h. */
22692 #ifdef HAVE_GETOPT_H
22693 #include <getopt.h>
22694 #endif
22697 main ()
22699 static struct option ac_aggr;
22700 if (ac_aggr.name)
22701 return 0;
22703 return 0;
22705 _ACEOF
22706 rm -f conftest.$ac_objext
22707 if { (ac_try="$ac_compile"
22708 case "(($ac_try" in
22709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22710 *) ac_try_echo=$ac_try;;
22711 esac
22712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22713 (eval "$ac_compile") 2>conftest.er1
22714 ac_status=$?
22715 grep -v '^ *+' conftest.er1 >conftest.err
22716 rm -f conftest.er1
22717 cat conftest.err >&5
22718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22719 (exit $ac_status); } && {
22720 test -z "$ac_c_werror_flag" ||
22721 test ! -s conftest.err
22722 } && test -s conftest.$ac_objext; then
22723 ac_cv_member_struct_option_name=yes
22724 else
22725 echo "$as_me: failed program was:" >&5
22726 sed 's/^/| /' conftest.$ac_ext >&5
22728 cat >conftest.$ac_ext <<_ACEOF
22729 /* confdefs.h. */
22730 _ACEOF
22731 cat confdefs.h >>conftest.$ac_ext
22732 cat >>conftest.$ac_ext <<_ACEOF
22733 /* end confdefs.h. */
22734 #ifdef HAVE_GETOPT_H
22735 #include <getopt.h>
22736 #endif
22739 main ()
22741 static struct option ac_aggr;
22742 if (sizeof ac_aggr.name)
22743 return 0;
22745 return 0;
22747 _ACEOF
22748 rm -f conftest.$ac_objext
22749 if { (ac_try="$ac_compile"
22750 case "(($ac_try" in
22751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22752 *) ac_try_echo=$ac_try;;
22753 esac
22754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22755 (eval "$ac_compile") 2>conftest.er1
22756 ac_status=$?
22757 grep -v '^ *+' conftest.er1 >conftest.err
22758 rm -f conftest.er1
22759 cat conftest.err >&5
22760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22761 (exit $ac_status); } && {
22762 test -z "$ac_c_werror_flag" ||
22763 test ! -s conftest.err
22764 } && test -s conftest.$ac_objext; then
22765 ac_cv_member_struct_option_name=yes
22766 else
22767 echo "$as_me: failed program was:" >&5
22768 sed 's/^/| /' conftest.$ac_ext >&5
22770 ac_cv_member_struct_option_name=no
22773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22778 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22779 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22780 if test $ac_cv_member_struct_option_name = yes; then
22782 cat >>confdefs.h <<_ACEOF
22783 #define HAVE_STRUCT_OPTION_NAME 1
22784 _ACEOF
22790 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22791 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22792 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22793 echo $ECHO_N "(cached) $ECHO_C" >&6
22794 else
22795 cat >conftest.$ac_ext <<_ACEOF
22796 /* confdefs.h. */
22797 _ACEOF
22798 cat confdefs.h >>conftest.$ac_ext
22799 cat >>conftest.$ac_ext <<_ACEOF
22800 /* end confdefs.h. */
22801 $ac_includes_default
22803 main ()
22805 static struct stat ac_aggr;
22806 if (ac_aggr.st_blocks)
22807 return 0;
22809 return 0;
22811 _ACEOF
22812 rm -f conftest.$ac_objext
22813 if { (ac_try="$ac_compile"
22814 case "(($ac_try" in
22815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22816 *) ac_try_echo=$ac_try;;
22817 esac
22818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22819 (eval "$ac_compile") 2>conftest.er1
22820 ac_status=$?
22821 grep -v '^ *+' conftest.er1 >conftest.err
22822 rm -f conftest.er1
22823 cat conftest.err >&5
22824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22825 (exit $ac_status); } && {
22826 test -z "$ac_c_werror_flag" ||
22827 test ! -s conftest.err
22828 } && test -s conftest.$ac_objext; then
22829 ac_cv_member_struct_stat_st_blocks=yes
22830 else
22831 echo "$as_me: failed program was:" >&5
22832 sed 's/^/| /' conftest.$ac_ext >&5
22834 cat >conftest.$ac_ext <<_ACEOF
22835 /* confdefs.h. */
22836 _ACEOF
22837 cat confdefs.h >>conftest.$ac_ext
22838 cat >>conftest.$ac_ext <<_ACEOF
22839 /* end confdefs.h. */
22840 $ac_includes_default
22842 main ()
22844 static struct stat ac_aggr;
22845 if (sizeof ac_aggr.st_blocks)
22846 return 0;
22848 return 0;
22850 _ACEOF
22851 rm -f conftest.$ac_objext
22852 if { (ac_try="$ac_compile"
22853 case "(($ac_try" in
22854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22855 *) ac_try_echo=$ac_try;;
22856 esac
22857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22858 (eval "$ac_compile") 2>conftest.er1
22859 ac_status=$?
22860 grep -v '^ *+' conftest.er1 >conftest.err
22861 rm -f conftest.er1
22862 cat conftest.err >&5
22863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22864 (exit $ac_status); } && {
22865 test -z "$ac_c_werror_flag" ||
22866 test ! -s conftest.err
22867 } && test -s conftest.$ac_objext; then
22868 ac_cv_member_struct_stat_st_blocks=yes
22869 else
22870 echo "$as_me: failed program was:" >&5
22871 sed 's/^/| /' conftest.$ac_ext >&5
22873 ac_cv_member_struct_stat_st_blocks=no
22876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22881 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22882 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22883 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22885 cat >>confdefs.h <<_ACEOF
22886 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22887 _ACEOF
22891 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22892 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22893 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22894 echo $ECHO_N "(cached) $ECHO_C" >&6
22895 else
22896 cat >conftest.$ac_ext <<_ACEOF
22897 /* confdefs.h. */
22898 _ACEOF
22899 cat confdefs.h >>conftest.$ac_ext
22900 cat >>conftest.$ac_ext <<_ACEOF
22901 /* end confdefs.h. */
22902 $ac_includes_default
22904 main ()
22906 static struct stat ac_aggr;
22907 if (ac_aggr.st_mtim)
22908 return 0;
22910 return 0;
22912 _ACEOF
22913 rm -f conftest.$ac_objext
22914 if { (ac_try="$ac_compile"
22915 case "(($ac_try" in
22916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22917 *) ac_try_echo=$ac_try;;
22918 esac
22919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22920 (eval "$ac_compile") 2>conftest.er1
22921 ac_status=$?
22922 grep -v '^ *+' conftest.er1 >conftest.err
22923 rm -f conftest.er1
22924 cat conftest.err >&5
22925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22926 (exit $ac_status); } && {
22927 test -z "$ac_c_werror_flag" ||
22928 test ! -s conftest.err
22929 } && test -s conftest.$ac_objext; then
22930 ac_cv_member_struct_stat_st_mtim=yes
22931 else
22932 echo "$as_me: failed program was:" >&5
22933 sed 's/^/| /' conftest.$ac_ext >&5
22935 cat >conftest.$ac_ext <<_ACEOF
22936 /* confdefs.h. */
22937 _ACEOF
22938 cat confdefs.h >>conftest.$ac_ext
22939 cat >>conftest.$ac_ext <<_ACEOF
22940 /* end confdefs.h. */
22941 $ac_includes_default
22943 main ()
22945 static struct stat ac_aggr;
22946 if (sizeof ac_aggr.st_mtim)
22947 return 0;
22949 return 0;
22951 _ACEOF
22952 rm -f conftest.$ac_objext
22953 if { (ac_try="$ac_compile"
22954 case "(($ac_try" in
22955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22956 *) ac_try_echo=$ac_try;;
22957 esac
22958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22959 (eval "$ac_compile") 2>conftest.er1
22960 ac_status=$?
22961 grep -v '^ *+' conftest.er1 >conftest.err
22962 rm -f conftest.er1
22963 cat conftest.err >&5
22964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22965 (exit $ac_status); } && {
22966 test -z "$ac_c_werror_flag" ||
22967 test ! -s conftest.err
22968 } && test -s conftest.$ac_objext; then
22969 ac_cv_member_struct_stat_st_mtim=yes
22970 else
22971 echo "$as_me: failed program was:" >&5
22972 sed 's/^/| /' conftest.$ac_ext >&5
22974 ac_cv_member_struct_stat_st_mtim=no
22977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22982 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22983 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22984 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22986 cat >>confdefs.h <<_ACEOF
22987 #define HAVE_STRUCT_STAT_ST_MTIM 1
22988 _ACEOF
22992 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22993 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22994 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22995 echo $ECHO_N "(cached) $ECHO_C" >&6
22996 else
22997 cat >conftest.$ac_ext <<_ACEOF
22998 /* confdefs.h. */
22999 _ACEOF
23000 cat confdefs.h >>conftest.$ac_ext
23001 cat >>conftest.$ac_ext <<_ACEOF
23002 /* end confdefs.h. */
23003 $ac_includes_default
23005 main ()
23007 static struct stat ac_aggr;
23008 if (ac_aggr.st_ctim)
23009 return 0;
23011 return 0;
23013 _ACEOF
23014 rm -f conftest.$ac_objext
23015 if { (ac_try="$ac_compile"
23016 case "(($ac_try" in
23017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23018 *) ac_try_echo=$ac_try;;
23019 esac
23020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23021 (eval "$ac_compile") 2>conftest.er1
23022 ac_status=$?
23023 grep -v '^ *+' conftest.er1 >conftest.err
23024 rm -f conftest.er1
23025 cat conftest.err >&5
23026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23027 (exit $ac_status); } && {
23028 test -z "$ac_c_werror_flag" ||
23029 test ! -s conftest.err
23030 } && test -s conftest.$ac_objext; then
23031 ac_cv_member_struct_stat_st_ctim=yes
23032 else
23033 echo "$as_me: failed program was:" >&5
23034 sed 's/^/| /' conftest.$ac_ext >&5
23036 cat >conftest.$ac_ext <<_ACEOF
23037 /* confdefs.h. */
23038 _ACEOF
23039 cat confdefs.h >>conftest.$ac_ext
23040 cat >>conftest.$ac_ext <<_ACEOF
23041 /* end confdefs.h. */
23042 $ac_includes_default
23044 main ()
23046 static struct stat ac_aggr;
23047 if (sizeof ac_aggr.st_ctim)
23048 return 0;
23050 return 0;
23052 _ACEOF
23053 rm -f conftest.$ac_objext
23054 if { (ac_try="$ac_compile"
23055 case "(($ac_try" in
23056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23057 *) ac_try_echo=$ac_try;;
23058 esac
23059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23060 (eval "$ac_compile") 2>conftest.er1
23061 ac_status=$?
23062 grep -v '^ *+' conftest.er1 >conftest.err
23063 rm -f conftest.er1
23064 cat conftest.err >&5
23065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23066 (exit $ac_status); } && {
23067 test -z "$ac_c_werror_flag" ||
23068 test ! -s conftest.err
23069 } && test -s conftest.$ac_objext; then
23070 ac_cv_member_struct_stat_st_ctim=yes
23071 else
23072 echo "$as_me: failed program was:" >&5
23073 sed 's/^/| /' conftest.$ac_ext >&5
23075 ac_cv_member_struct_stat_st_ctim=no
23078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23083 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23084 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
23085 if test $ac_cv_member_struct_stat_st_ctim = yes; then
23087 cat >>confdefs.h <<_ACEOF
23088 #define HAVE_STRUCT_STAT_ST_CTIM 1
23089 _ACEOF
23093 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23094 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
23095 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23096 echo $ECHO_N "(cached) $ECHO_C" >&6
23097 else
23098 cat >conftest.$ac_ext <<_ACEOF
23099 /* confdefs.h. */
23100 _ACEOF
23101 cat confdefs.h >>conftest.$ac_ext
23102 cat >>conftest.$ac_ext <<_ACEOF
23103 /* end confdefs.h. */
23104 $ac_includes_default
23106 main ()
23108 static struct stat ac_aggr;
23109 if (ac_aggr.st_atim)
23110 return 0;
23112 return 0;
23114 _ACEOF
23115 rm -f conftest.$ac_objext
23116 if { (ac_try="$ac_compile"
23117 case "(($ac_try" in
23118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23119 *) ac_try_echo=$ac_try;;
23120 esac
23121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23122 (eval "$ac_compile") 2>conftest.er1
23123 ac_status=$?
23124 grep -v '^ *+' conftest.er1 >conftest.err
23125 rm -f conftest.er1
23126 cat conftest.err >&5
23127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23128 (exit $ac_status); } && {
23129 test -z "$ac_c_werror_flag" ||
23130 test ! -s conftest.err
23131 } && test -s conftest.$ac_objext; then
23132 ac_cv_member_struct_stat_st_atim=yes
23133 else
23134 echo "$as_me: failed program was:" >&5
23135 sed 's/^/| /' conftest.$ac_ext >&5
23137 cat >conftest.$ac_ext <<_ACEOF
23138 /* confdefs.h. */
23139 _ACEOF
23140 cat confdefs.h >>conftest.$ac_ext
23141 cat >>conftest.$ac_ext <<_ACEOF
23142 /* end confdefs.h. */
23143 $ac_includes_default
23145 main ()
23147 static struct stat ac_aggr;
23148 if (sizeof ac_aggr.st_atim)
23149 return 0;
23151 return 0;
23153 _ACEOF
23154 rm -f conftest.$ac_objext
23155 if { (ac_try="$ac_compile"
23156 case "(($ac_try" in
23157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23158 *) ac_try_echo=$ac_try;;
23159 esac
23160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23161 (eval "$ac_compile") 2>conftest.er1
23162 ac_status=$?
23163 grep -v '^ *+' conftest.er1 >conftest.err
23164 rm -f conftest.er1
23165 cat conftest.err >&5
23166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23167 (exit $ac_status); } && {
23168 test -z "$ac_c_werror_flag" ||
23169 test ! -s conftest.err
23170 } && test -s conftest.$ac_objext; then
23171 ac_cv_member_struct_stat_st_atim=yes
23172 else
23173 echo "$as_me: failed program was:" >&5
23174 sed 's/^/| /' conftest.$ac_ext >&5
23176 ac_cv_member_struct_stat_st_atim=no
23179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23184 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23185 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23186 if test $ac_cv_member_struct_stat_st_atim = yes; then
23188 cat >>confdefs.h <<_ACEOF
23189 #define HAVE_STRUCT_STAT_ST_ATIM 1
23190 _ACEOF
23196 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23197 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23198 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23199 echo $ECHO_N "(cached) $ECHO_C" >&6
23200 else
23201 cat >conftest.$ac_ext <<_ACEOF
23202 /* confdefs.h. */
23203 _ACEOF
23204 cat confdefs.h >>conftest.$ac_ext
23205 cat >>conftest.$ac_ext <<_ACEOF
23206 /* end confdefs.h. */
23207 #ifdef HAVE_SYS_TYPES_H
23208 #include <sys/types.h>
23209 #endif
23210 #ifdef HAVE_NETINET_IN_H
23211 #include <netinet/in.h>
23212 #endif
23215 main ()
23217 static struct sockaddr_in6 ac_aggr;
23218 if (ac_aggr.sin6_scope_id)
23219 return 0;
23221 return 0;
23223 _ACEOF
23224 rm -f conftest.$ac_objext
23225 if { (ac_try="$ac_compile"
23226 case "(($ac_try" in
23227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23228 *) ac_try_echo=$ac_try;;
23229 esac
23230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23231 (eval "$ac_compile") 2>conftest.er1
23232 ac_status=$?
23233 grep -v '^ *+' conftest.er1 >conftest.err
23234 rm -f conftest.er1
23235 cat conftest.err >&5
23236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23237 (exit $ac_status); } && {
23238 test -z "$ac_c_werror_flag" ||
23239 test ! -s conftest.err
23240 } && test -s conftest.$ac_objext; then
23241 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23242 else
23243 echo "$as_me: failed program was:" >&5
23244 sed 's/^/| /' conftest.$ac_ext >&5
23246 cat >conftest.$ac_ext <<_ACEOF
23247 /* confdefs.h. */
23248 _ACEOF
23249 cat confdefs.h >>conftest.$ac_ext
23250 cat >>conftest.$ac_ext <<_ACEOF
23251 /* end confdefs.h. */
23252 #ifdef HAVE_SYS_TYPES_H
23253 #include <sys/types.h>
23254 #endif
23255 #ifdef HAVE_NETINET_IN_H
23256 #include <netinet/in.h>
23257 #endif
23260 main ()
23262 static struct sockaddr_in6 ac_aggr;
23263 if (sizeof ac_aggr.sin6_scope_id)
23264 return 0;
23266 return 0;
23268 _ACEOF
23269 rm -f conftest.$ac_objext
23270 if { (ac_try="$ac_compile"
23271 case "(($ac_try" in
23272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23273 *) ac_try_echo=$ac_try;;
23274 esac
23275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23276 (eval "$ac_compile") 2>conftest.er1
23277 ac_status=$?
23278 grep -v '^ *+' conftest.er1 >conftest.err
23279 rm -f conftest.er1
23280 cat conftest.err >&5
23281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); } && {
23283 test -z "$ac_c_werror_flag" ||
23284 test ! -s conftest.err
23285 } && test -s conftest.$ac_objext; then
23286 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23287 else
23288 echo "$as_me: failed program was:" >&5
23289 sed 's/^/| /' conftest.$ac_ext >&5
23291 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23299 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23300 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23301 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23303 cat >>confdefs.h <<_ACEOF
23304 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23305 _ACEOF
23311 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23312 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23313 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23314 echo $ECHO_N "(cached) $ECHO_C" >&6
23315 else
23316 cat >conftest.$ac_ext <<_ACEOF
23317 /* confdefs.h. */
23318 _ACEOF
23319 cat confdefs.h >>conftest.$ac_ext
23320 cat >>conftest.$ac_ext <<_ACEOF
23321 /* end confdefs.h. */
23322 #ifdef HAVE_SYS_TYPES_H
23323 #include <sys/types.h>
23324 #endif
23325 #ifdef HAVE_NETINET_IN_H
23326 # include <netinet/in.h>
23327 #endif
23328 #ifdef HAVE_ARPA_NAMESER_H
23329 # include <arpa/nameser.h>
23330 #endif
23333 main ()
23335 static ns_msg ac_aggr;
23336 if (ac_aggr._msg_ptr)
23337 return 0;
23339 return 0;
23341 _ACEOF
23342 rm -f conftest.$ac_objext
23343 if { (ac_try="$ac_compile"
23344 case "(($ac_try" in
23345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23346 *) ac_try_echo=$ac_try;;
23347 esac
23348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23349 (eval "$ac_compile") 2>conftest.er1
23350 ac_status=$?
23351 grep -v '^ *+' conftest.er1 >conftest.err
23352 rm -f conftest.er1
23353 cat conftest.err >&5
23354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23355 (exit $ac_status); } && {
23356 test -z "$ac_c_werror_flag" ||
23357 test ! -s conftest.err
23358 } && test -s conftest.$ac_objext; then
23359 ac_cv_member_ns_msg__msg_ptr=yes
23360 else
23361 echo "$as_me: failed program was:" >&5
23362 sed 's/^/| /' conftest.$ac_ext >&5
23364 cat >conftest.$ac_ext <<_ACEOF
23365 /* confdefs.h. */
23366 _ACEOF
23367 cat confdefs.h >>conftest.$ac_ext
23368 cat >>conftest.$ac_ext <<_ACEOF
23369 /* end confdefs.h. */
23370 #ifdef HAVE_SYS_TYPES_H
23371 #include <sys/types.h>
23372 #endif
23373 #ifdef HAVE_NETINET_IN_H
23374 # include <netinet/in.h>
23375 #endif
23376 #ifdef HAVE_ARPA_NAMESER_H
23377 # include <arpa/nameser.h>
23378 #endif
23381 main ()
23383 static ns_msg ac_aggr;
23384 if (sizeof ac_aggr._msg_ptr)
23385 return 0;
23387 return 0;
23389 _ACEOF
23390 rm -f conftest.$ac_objext
23391 if { (ac_try="$ac_compile"
23392 case "(($ac_try" in
23393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23394 *) ac_try_echo=$ac_try;;
23395 esac
23396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23397 (eval "$ac_compile") 2>conftest.er1
23398 ac_status=$?
23399 grep -v '^ *+' conftest.er1 >conftest.err
23400 rm -f conftest.er1
23401 cat conftest.err >&5
23402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23403 (exit $ac_status); } && {
23404 test -z "$ac_c_werror_flag" ||
23405 test ! -s conftest.err
23406 } && test -s conftest.$ac_objext; then
23407 ac_cv_member_ns_msg__msg_ptr=yes
23408 else
23409 echo "$as_me: failed program was:" >&5
23410 sed 's/^/| /' conftest.$ac_ext >&5
23412 ac_cv_member_ns_msg__msg_ptr=no
23415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23420 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23421 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23422 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23424 cat >>confdefs.h <<_ACEOF
23425 #define HAVE_NS_MSG__MSG_PTR 1
23426 _ACEOF
23432 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23433 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23434 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23435 echo $ECHO_N "(cached) $ECHO_C" >&6
23436 else
23437 cat >conftest.$ac_ext <<_ACEOF
23438 /* confdefs.h. */
23439 _ACEOF
23440 cat confdefs.h >>conftest.$ac_ext
23441 cat >>conftest.$ac_ext <<_ACEOF
23442 /* end confdefs.h. */
23443 #ifdef HAVE_SYS_TYPES_H
23444 #include <sys/types.h>
23445 #endif
23446 #ifdef HAVE_ALIAS_H
23447 #include <alias.h>
23448 #endif
23449 #ifdef HAVE_SYS_SOCKET_H
23450 #include <sys/socket.h>
23451 #endif
23452 #ifdef HAVE_SYS_SOCKETVAR_H
23453 #include <sys/socketvar.h>
23454 #endif
23455 #ifdef HAVE_SYS_TIMEOUT_H
23456 #include <sys/timeout.h>
23457 #endif
23458 #ifdef HAVE_NETINET_IN_H
23459 #include <netinet/in.h>
23460 #endif
23461 #ifdef HAVE_NETINET_IN_SYSTM_H
23462 #include <netinet/in_systm.h>
23463 #endif
23464 #ifdef HAVE_NETINET_IP_H
23465 #include <netinet/ip.h>
23466 #endif
23467 #ifdef HAVE_NETINET_IP_VAR_H
23468 #include <netinet/ip_var.h>
23469 #endif
23470 #ifdef HAVE_NETINET_IP_ICMP_H
23471 #include <netinet/ip_icmp.h>
23472 #endif
23473 #ifdef HAVE_NETINET_ICMP_VAR
23474 #include <netinet/icmp_var.h>
23475 #endif
23478 main ()
23480 static struct icmpstat ac_aggr;
23481 if (ac_aggr.icps_outhist)
23482 return 0;
23484 return 0;
23486 _ACEOF
23487 rm -f conftest.$ac_objext
23488 if { (ac_try="$ac_compile"
23489 case "(($ac_try" in
23490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23491 *) ac_try_echo=$ac_try;;
23492 esac
23493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23494 (eval "$ac_compile") 2>conftest.er1
23495 ac_status=$?
23496 grep -v '^ *+' conftest.er1 >conftest.err
23497 rm -f conftest.er1
23498 cat conftest.err >&5
23499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23500 (exit $ac_status); } && {
23501 test -z "$ac_c_werror_flag" ||
23502 test ! -s conftest.err
23503 } && test -s conftest.$ac_objext; then
23504 ac_cv_member_struct_icmpstat_icps_outhist=yes
23505 else
23506 echo "$as_me: failed program was:" >&5
23507 sed 's/^/| /' conftest.$ac_ext >&5
23509 cat >conftest.$ac_ext <<_ACEOF
23510 /* confdefs.h. */
23511 _ACEOF
23512 cat confdefs.h >>conftest.$ac_ext
23513 cat >>conftest.$ac_ext <<_ACEOF
23514 /* end confdefs.h. */
23515 #ifdef HAVE_SYS_TYPES_H
23516 #include <sys/types.h>
23517 #endif
23518 #ifdef HAVE_ALIAS_H
23519 #include <alias.h>
23520 #endif
23521 #ifdef HAVE_SYS_SOCKET_H
23522 #include <sys/socket.h>
23523 #endif
23524 #ifdef HAVE_SYS_SOCKETVAR_H
23525 #include <sys/socketvar.h>
23526 #endif
23527 #ifdef HAVE_SYS_TIMEOUT_H
23528 #include <sys/timeout.h>
23529 #endif
23530 #ifdef HAVE_NETINET_IN_H
23531 #include <netinet/in.h>
23532 #endif
23533 #ifdef HAVE_NETINET_IN_SYSTM_H
23534 #include <netinet/in_systm.h>
23535 #endif
23536 #ifdef HAVE_NETINET_IP_H
23537 #include <netinet/ip.h>
23538 #endif
23539 #ifdef HAVE_NETINET_IP_VAR_H
23540 #include <netinet/ip_var.h>
23541 #endif
23542 #ifdef HAVE_NETINET_IP_ICMP_H
23543 #include <netinet/ip_icmp.h>
23544 #endif
23545 #ifdef HAVE_NETINET_ICMP_VAR
23546 #include <netinet/icmp_var.h>
23547 #endif
23550 main ()
23552 static struct icmpstat ac_aggr;
23553 if (sizeof ac_aggr.icps_outhist)
23554 return 0;
23556 return 0;
23558 _ACEOF
23559 rm -f conftest.$ac_objext
23560 if { (ac_try="$ac_compile"
23561 case "(($ac_try" in
23562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23563 *) ac_try_echo=$ac_try;;
23564 esac
23565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23566 (eval "$ac_compile") 2>conftest.er1
23567 ac_status=$?
23568 grep -v '^ *+' conftest.er1 >conftest.err
23569 rm -f conftest.er1
23570 cat conftest.err >&5
23571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23572 (exit $ac_status); } && {
23573 test -z "$ac_c_werror_flag" ||
23574 test ! -s conftest.err
23575 } && test -s conftest.$ac_objext; then
23576 ac_cv_member_struct_icmpstat_icps_outhist=yes
23577 else
23578 echo "$as_me: failed program was:" >&5
23579 sed 's/^/| /' conftest.$ac_ext >&5
23581 ac_cv_member_struct_icmpstat_icps_outhist=no
23584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23589 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23590 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23591 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23593 cat >>confdefs.h <<_ACEOF
23594 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23595 _ACEOF
23601 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23602 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23603 if test "${ac_cv_have_timezone+set}" = set; then
23604 echo $ECHO_N "(cached) $ECHO_C" >&6
23605 else
23606 cat >conftest.$ac_ext <<_ACEOF
23607 /* confdefs.h. */
23608 _ACEOF
23609 cat confdefs.h >>conftest.$ac_ext
23610 cat >>conftest.$ac_ext <<_ACEOF
23611 /* end confdefs.h. */
23612 #include <time.h>
23614 main ()
23616 timezone = 1
23618 return 0;
23620 _ACEOF
23621 rm -f conftest.$ac_objext conftest$ac_exeext
23622 if { (ac_try="$ac_link"
23623 case "(($ac_try" in
23624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23625 *) ac_try_echo=$ac_try;;
23626 esac
23627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23628 (eval "$ac_link") 2>conftest.er1
23629 ac_status=$?
23630 grep -v '^ *+' conftest.er1 >conftest.err
23631 rm -f conftest.er1
23632 cat conftest.err >&5
23633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23634 (exit $ac_status); } && {
23635 test -z "$ac_c_werror_flag" ||
23636 test ! -s conftest.err
23637 } && test -s conftest$ac_exeext &&
23638 $as_test_x conftest$ac_exeext; then
23639 ac_cv_have_timezone="yes"
23640 else
23641 echo "$as_me: failed program was:" >&5
23642 sed 's/^/| /' conftest.$ac_ext >&5
23644 ac_cv_have_timezone="no"
23647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23648 conftest$ac_exeext conftest.$ac_ext
23650 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23651 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23652 if test "$ac_cv_have_timezone" = "yes"
23653 then
23655 cat >>confdefs.h <<\_ACEOF
23656 #define HAVE_TIMEZONE 1
23657 _ACEOF
23660 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23661 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23662 if test "${ac_cv_have_daylight+set}" = set; then
23663 echo $ECHO_N "(cached) $ECHO_C" >&6
23664 else
23665 cat >conftest.$ac_ext <<_ACEOF
23666 /* confdefs.h. */
23667 _ACEOF
23668 cat confdefs.h >>conftest.$ac_ext
23669 cat >>conftest.$ac_ext <<_ACEOF
23670 /* end confdefs.h. */
23671 #include <time.h>
23673 main ()
23675 daylight = 1
23677 return 0;
23679 _ACEOF
23680 rm -f conftest.$ac_objext conftest$ac_exeext
23681 if { (ac_try="$ac_link"
23682 case "(($ac_try" in
23683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23684 *) ac_try_echo=$ac_try;;
23685 esac
23686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23687 (eval "$ac_link") 2>conftest.er1
23688 ac_status=$?
23689 grep -v '^ *+' conftest.er1 >conftest.err
23690 rm -f conftest.er1
23691 cat conftest.err >&5
23692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23693 (exit $ac_status); } && {
23694 test -z "$ac_c_werror_flag" ||
23695 test ! -s conftest.err
23696 } && test -s conftest$ac_exeext &&
23697 $as_test_x conftest$ac_exeext; then
23698 ac_cv_have_daylight="yes"
23699 else
23700 echo "$as_me: failed program was:" >&5
23701 sed 's/^/| /' conftest.$ac_ext >&5
23703 ac_cv_have_daylight="no"
23706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23707 conftest$ac_exeext conftest.$ac_ext
23709 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23710 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23711 if test "$ac_cv_have_daylight" = "yes"
23712 then
23714 cat >>confdefs.h <<\_ACEOF
23715 #define HAVE_DAYLIGHT 1
23716 _ACEOF
23720 { echo "$as_me:$LINENO: checking for isinf" >&5
23721 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23722 if test "${ac_cv_have_isinf+set}" = set; then
23723 echo $ECHO_N "(cached) $ECHO_C" >&6
23724 else
23725 cat >conftest.$ac_ext <<_ACEOF
23726 /* confdefs.h. */
23727 _ACEOF
23728 cat confdefs.h >>conftest.$ac_ext
23729 cat >>conftest.$ac_ext <<_ACEOF
23730 /* end confdefs.h. */
23731 #include <math.h>
23733 main ()
23735 float f = 0.0; int i=isinf(f)
23737 return 0;
23739 _ACEOF
23740 rm -f conftest.$ac_objext conftest$ac_exeext
23741 if { (ac_try="$ac_link"
23742 case "(($ac_try" in
23743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23744 *) ac_try_echo=$ac_try;;
23745 esac
23746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23747 (eval "$ac_link") 2>conftest.er1
23748 ac_status=$?
23749 grep -v '^ *+' conftest.er1 >conftest.err
23750 rm -f conftest.er1
23751 cat conftest.err >&5
23752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23753 (exit $ac_status); } && {
23754 test -z "$ac_c_werror_flag" ||
23755 test ! -s conftest.err
23756 } && test -s conftest$ac_exeext &&
23757 $as_test_x conftest$ac_exeext; then
23758 ac_cv_have_isinf="yes"
23759 else
23760 echo "$as_me: failed program was:" >&5
23761 sed 's/^/| /' conftest.$ac_ext >&5
23763 ac_cv_have_isinf="no"
23766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23767 conftest$ac_exeext conftest.$ac_ext
23769 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23770 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23771 if test "$ac_cv_have_isinf" = "yes"
23772 then
23774 cat >>confdefs.h <<\_ACEOF
23775 #define HAVE_ISINF 1
23776 _ACEOF
23780 { echo "$as_me:$LINENO: checking for isnan" >&5
23781 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23782 if test "${ac_cv_have_isnan+set}" = set; then
23783 echo $ECHO_N "(cached) $ECHO_C" >&6
23784 else
23785 cat >conftest.$ac_ext <<_ACEOF
23786 /* confdefs.h. */
23787 _ACEOF
23788 cat confdefs.h >>conftest.$ac_ext
23789 cat >>conftest.$ac_ext <<_ACEOF
23790 /* end confdefs.h. */
23791 #include <math.h>
23793 main ()
23795 float f = 0.0; int i=isnan(f)
23797 return 0;
23799 _ACEOF
23800 rm -f conftest.$ac_objext conftest$ac_exeext
23801 if { (ac_try="$ac_link"
23802 case "(($ac_try" in
23803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23804 *) ac_try_echo=$ac_try;;
23805 esac
23806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23807 (eval "$ac_link") 2>conftest.er1
23808 ac_status=$?
23809 grep -v '^ *+' conftest.er1 >conftest.err
23810 rm -f conftest.er1
23811 cat conftest.err >&5
23812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23813 (exit $ac_status); } && {
23814 test -z "$ac_c_werror_flag" ||
23815 test ! -s conftest.err
23816 } && test -s conftest$ac_exeext &&
23817 $as_test_x conftest$ac_exeext; then
23818 ac_cv_have_isnan="yes"
23819 else
23820 echo "$as_me: failed program was:" >&5
23821 sed 's/^/| /' conftest.$ac_ext >&5
23823 ac_cv_have_isnan="no"
23826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23827 conftest$ac_exeext conftest.$ac_ext
23829 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23830 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23831 if test "$ac_cv_have_isnan" = "yes"
23832 then
23834 cat >>confdefs.h <<\_ACEOF
23835 #define HAVE_ISNAN 1
23836 _ACEOF
23841 case $host_cpu in
23842 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23843 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23844 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23845 echo $ECHO_N "(cached) $ECHO_C" >&6
23846 else
23847 cat >conftest.$ac_ext <<_ACEOF
23848 /* confdefs.h. */
23849 _ACEOF
23850 cat confdefs.h >>conftest.$ac_ext
23851 cat >>conftest.$ac_ext <<_ACEOF
23852 /* end confdefs.h. */
23853 #ifndef __i386__
23855 #endif
23856 _ACEOF
23857 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23858 $EGREP "yes" >/dev/null 2>&1; then
23859 ac_cv_cpp_def___i386__=yes
23860 else
23861 ac_cv_cpp_def___i386__=no
23863 rm -f conftest*
23866 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23867 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23868 if test $ac_cv_cpp_def___i386__ = yes; then
23869 CFLAGS="$CFLAGS -D__i386__"
23870 LINTFLAGS="$LINTFLAGS -D__i386__"
23873 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23874 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23875 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23876 echo $ECHO_N "(cached) $ECHO_C" >&6
23877 else
23878 cat >conftest.$ac_ext <<_ACEOF
23879 /* confdefs.h. */
23880 _ACEOF
23881 cat confdefs.h >>conftest.$ac_ext
23882 cat >>conftest.$ac_ext <<_ACEOF
23883 /* end confdefs.h. */
23884 #ifndef __x86_64__
23886 #endif
23887 _ACEOF
23888 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23889 $EGREP "yes" >/dev/null 2>&1; then
23890 ac_cv_cpp_def___x86_64__=yes
23891 else
23892 ac_cv_cpp_def___x86_64__=no
23894 rm -f conftest*
23897 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23898 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23899 if test $ac_cv_cpp_def___x86_64__ = yes; then
23900 CFLAGS="$CFLAGS -D__x86_64__"
23901 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23904 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23905 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23906 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23907 echo $ECHO_N "(cached) $ECHO_C" >&6
23908 else
23909 cat >conftest.$ac_ext <<_ACEOF
23910 /* confdefs.h. */
23911 _ACEOF
23912 cat confdefs.h >>conftest.$ac_ext
23913 cat >>conftest.$ac_ext <<_ACEOF
23914 /* end confdefs.h. */
23915 #ifndef __ALPHA__
23917 #endif
23918 _ACEOF
23919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23920 $EGREP "yes" >/dev/null 2>&1; then
23921 ac_cv_cpp_def___ALPHA__=yes
23922 else
23923 ac_cv_cpp_def___ALPHA__=no
23925 rm -f conftest*
23928 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23929 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23930 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23931 CFLAGS="$CFLAGS -D__ALPHA__"
23932 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23935 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23936 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23937 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23938 echo $ECHO_N "(cached) $ECHO_C" >&6
23939 else
23940 cat >conftest.$ac_ext <<_ACEOF
23941 /* confdefs.h. */
23942 _ACEOF
23943 cat confdefs.h >>conftest.$ac_ext
23944 cat >>conftest.$ac_ext <<_ACEOF
23945 /* end confdefs.h. */
23946 #ifndef __sparc__
23948 #endif
23949 _ACEOF
23950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23951 $EGREP "yes" >/dev/null 2>&1; then
23952 ac_cv_cpp_def___sparc__=yes
23953 else
23954 ac_cv_cpp_def___sparc__=no
23956 rm -f conftest*
23959 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23960 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23961 if test $ac_cv_cpp_def___sparc__ = yes; then
23962 CFLAGS="$CFLAGS -D__sparc__"
23963 LINTFLAGS="$LINTFLAGS -D__sparc__"
23966 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23967 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23968 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23969 echo $ECHO_N "(cached) $ECHO_C" >&6
23970 else
23971 cat >conftest.$ac_ext <<_ACEOF
23972 /* confdefs.h. */
23973 _ACEOF
23974 cat confdefs.h >>conftest.$ac_ext
23975 cat >>conftest.$ac_ext <<_ACEOF
23976 /* end confdefs.h. */
23977 #ifndef __powerpc__
23979 #endif
23980 _ACEOF
23981 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23982 $EGREP "yes" >/dev/null 2>&1; then
23983 ac_cv_cpp_def___powerpc__=yes
23984 else
23985 ac_cv_cpp_def___powerpc__=no
23987 rm -f conftest*
23990 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23991 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23992 if test $ac_cv_cpp_def___powerpc__ = yes; then
23993 CFLAGS="$CFLAGS -D__powerpc__"
23994 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23997 esac
23999 case $host_vendor in
24000 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24001 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
24002 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24003 echo $ECHO_N "(cached) $ECHO_C" >&6
24004 else
24005 cat >conftest.$ac_ext <<_ACEOF
24006 /* confdefs.h. */
24007 _ACEOF
24008 cat confdefs.h >>conftest.$ac_ext
24009 cat >>conftest.$ac_ext <<_ACEOF
24010 /* end confdefs.h. */
24011 #ifndef __sun__
24013 #endif
24014 _ACEOF
24015 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24016 $EGREP "yes" >/dev/null 2>&1; then
24017 ac_cv_cpp_def___sun__=yes
24018 else
24019 ac_cv_cpp_def___sun__=no
24021 rm -f conftest*
24024 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24025 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
24026 if test $ac_cv_cpp_def___sun__ = yes; then
24027 CFLAGS="$CFLAGS -D__sun__"
24028 LINTFLAGS="$LINTFLAGS -D__sun__"
24031 esac
24034 DEPENDENCIES="### Dependencies:
24036 .INIT: Makefile
24037 .BEGIN: Makefile
24038 .MAKEFILEDEPS:
24039 Makefile: dummy
24040 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24042 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24043 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24044 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24045 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24046 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24049 ALL_MAKERULES=""
24051 ALL_MAKEFILES=""
24053 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24056 ALL_TOP_DIRS=""
24058 ALL_DLL_DIRS=""
24060 ALL_IMPLIB_DIRS=""
24062 ALL_TEST_DIRS=""
24064 ALL_PROGRAM_DIRS=""
24066 ALL_PROGRAM_INSTALL_DIRS=""
24068 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24074 ac_config_commands="$ac_config_commands include/stamp-h"
24077 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24079 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24081 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24083 ac_config_commands="$ac_config_commands dlls/user32/resources"
24085 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24087 ac_config_commands="$ac_config_commands include/wine"
24090 ALL_MAKERULES="$ALL_MAKERULES \\
24091 Make.rules"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 Make.rules: Make.rules.in"
24094 MAKE_RULES=Make.rules
24095 ac_config_files="$ac_config_files Make.rules"
24097 ALL_MAKERULES="$ALL_MAKERULES \\
24098 dlls/Makedll.rules"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24101 MAKE_DLL_RULES=dlls/Makedll.rules
24102 ac_config_files="$ac_config_files dlls/Makedll.rules"
24104 ALL_MAKERULES="$ALL_MAKERULES \\
24105 dlls/Makeimplib.rules"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24108 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24109 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24111 ALL_MAKERULES="$ALL_MAKERULES \\
24112 dlls/Maketest.rules"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24115 MAKE_TEST_RULES=dlls/Maketest.rules
24116 ac_config_files="$ac_config_files dlls/Maketest.rules"
24118 ALL_MAKERULES="$ALL_MAKERULES \\
24119 programs/Makeprog.rules"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24122 MAKE_PROG_RULES=programs/Makeprog.rules
24123 ac_config_files="$ac_config_files programs/Makeprog.rules"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 Makefile: Makefile.in Make.rules"
24130 ac_config_files="$ac_config_files Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/Makefile"
24134 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24135 dlls"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/Makefile: dlls/Makefile.in Make.rules"
24138 ac_config_files="$ac_config_files dlls/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/acledit/Makefile"
24142 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 acledit"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/aclui/Makefile"
24150 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 aclui"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/activeds/Makefile"
24158 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 activeds"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/actxprxy/Makefile"
24166 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 actxprxy"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/adsiid/Makefile"
24174 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24175 adsiid"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24178 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/advapi32/Makefile"
24182 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 advapi32"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/advapi32/tests/Makefile"
24190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24191 advapi32/tests"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24194 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/advpack/Makefile"
24198 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 advpack"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/advpack/tests/Makefile"
24206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24207 advpack/tests"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24210 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/amstream/Makefile"
24214 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 amstream"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/amstream/tests/Makefile"
24222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24223 amstream/tests"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24226 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/appwiz.cpl/Makefile"
24230 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 appwiz.cpl"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/atl/Makefile"
24238 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 atl"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/atl/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/authz/Makefile"
24246 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 authz"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/authz/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/avicap32/Makefile"
24254 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 avicap32"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/avifil32/Makefile"
24262 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 avifil32"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/avifile.dll16/Makefile"
24270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24271 avifile.dll16"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24274 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/avrt/Makefile"
24278 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 avrt"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/avrt/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/bcrypt/Makefile"
24286 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 bcrypt"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/browseui/Makefile"
24294 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 browseui"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/browseui/tests/Makefile"
24302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303 browseui/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/cabinet/Makefile"
24310 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 cabinet"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/cabinet/tests/Makefile"
24318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 cabinet/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/capi2032/Makefile"
24326 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 capi2032"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/cards/Makefile"
24334 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 cards"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/cards/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/cfgmgr32/Makefile"
24342 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 cfgmgr32"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/clusapi/Makefile"
24350 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 clusapi"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/comcat/Makefile"
24358 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 comcat"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/comcat/tests/Makefile"
24366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24367 comcat/tests"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/comctl32/Makefile"
24374 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 comctl32"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/comctl32/tests/Makefile"
24382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24383 comctl32/tests"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24386 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/comdlg32/Makefile"
24390 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 comdlg32"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/comdlg32/tests/Makefile"
24398 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24399 comdlg32/tests"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24402 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/comm.drv16/Makefile"
24406 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 comm.drv16"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/commdlg.dll16/Makefile"
24414 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 commdlg.dll16"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/compobj.dll16/Makefile"
24422 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 compobj.dll16"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/compstui/Makefile"
24430 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 compstui"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/credui/Makefile"
24438 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 credui"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/credui/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/credui/tests/Makefile"
24446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24447 credui/tests"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24450 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/crtdll/Makefile"
24454 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 crtdll"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/crypt32/Makefile"
24462 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 crypt32"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/crypt32/tests/Makefile"
24470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24471 crypt32/tests"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24474 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/cryptdlg/Makefile"
24478 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24479 cryptdlg"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24482 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/cryptdll/Makefile"
24486 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 cryptdll"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/cryptnet/Makefile"
24494 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 cryptnet"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/cryptnet/tests/Makefile"
24502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503 cryptnet/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/cryptui/Makefile"
24510 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 cryptui"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/cryptui/tests/Makefile"
24518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24519 cryptui/tests"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24522 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/ctapi32/Makefile"
24526 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 ctapi32"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/ctl3d.dll16/Makefile"
24534 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 ctl3d.dll16"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/ctl3d32/Makefile"
24542 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 ctl3d32"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/ctl3dv2.dll16/Makefile"
24550 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 ctl3dv2.dll16"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/d3d10/Makefile"
24558 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 d3d10"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/d3d10/tests/Makefile"
24566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24567 d3d10/tests"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24570 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/d3d10core/Makefile"
24574 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 d3d10core"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/d3d10core/tests/Makefile"
24582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24583 d3d10core/tests"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24586 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/d3d8/Makefile"
24590 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 d3d8"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/d3d8/tests/Makefile"
24598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24599 d3d8/tests"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24602 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/d3d9/Makefile"
24606 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 d3d9"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/d3d9/tests/Makefile"
24614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24615 d3d9/tests"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24618 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/d3dim/Makefile"
24622 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 d3dim"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/d3drm/Makefile"
24630 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 d3drm"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/d3drm/tests/Makefile"
24638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24639 d3drm/tests"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24642 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/d3dx9_24/Makefile"
24646 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 d3dx9_24"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/d3dx9_25/Makefile"
24654 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 d3dx9_25"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/d3dx9_26/Makefile"
24662 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 d3dx9_26"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/d3dx9_27/Makefile"
24670 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 d3dx9_27"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/d3dx9_28/Makefile"
24678 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24679 d3dx9_28"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24682 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/d3dx9_29/Makefile"
24686 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 d3dx9_29"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/d3dx9_30/Makefile"
24694 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 d3dx9_30"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/d3dx9_31/Makefile"
24702 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 d3dx9_31"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/d3dx9_32/Makefile"
24710 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 d3dx9_32"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/d3dx9_33/Makefile"
24718 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 d3dx9_33"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/d3dx9_34/Makefile"
24726 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 d3dx9_34"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/d3dx9_35/Makefile"
24734 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 d3dx9_35"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/d3dx9_36/Makefile"
24742 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 d3dx9_36"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/d3dx9_36/tests/Makefile"
24750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24751 d3dx9_36/tests"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24754 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/d3dx9_37/Makefile"
24758 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 d3dx9_37"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/d3dx9_38/Makefile"
24766 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 d3dx9_38"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/d3dx9_39/Makefile"
24774 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 d3dx9_39"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/d3dx9_40/Makefile"
24782 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 d3dx9_40"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/d3dx9_41/Makefile"
24790 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 d3dx9_41"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/d3dx9_42/Makefile"
24798 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 d3dx9_42"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/d3dxof/Makefile"
24806 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 d3dxof"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/d3dxof/tests/Makefile"
24814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24815 d3dxof/tests"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/dbghelp/Makefile"
24822 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 dbghelp"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/dciman32/Makefile"
24830 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 dciman32"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/ddeml.dll16/Makefile"
24838 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 ddeml.dll16"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/ddraw/Makefile"
24846 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 ddraw"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/ddraw/tests/Makefile"
24854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24855 ddraw/tests"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24858 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/ddrawex/Makefile"
24862 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 ddrawex"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/ddrawex/tests/Makefile"
24870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24871 ddrawex/tests"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24874 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/devenum/Makefile"
24878 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 devenum"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/dinput/Makefile"
24886 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 dinput"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/dinput/tests/Makefile"
24894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24895 dinput/tests"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24898 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/dinput8/Makefile"
24902 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 dinput8"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/dispdib.dll16/Makefile"
24910 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 dispdib.dll16"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/display.drv16/Makefile"
24918 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 display.drv16"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/dmband/Makefile"
24926 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 dmband"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/dmcompos/Makefile"
24934 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 dmcompos"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/dmime/Makefile"
24942 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 dmime"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/dmloader/Makefile"
24950 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 dmloader"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/dmscript/Makefile"
24958 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 dmscript"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/dmstyle/Makefile"
24966 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 dmstyle"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/dmsynth/Makefile"
24974 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 dmsynth"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/dmusic/Makefile"
24982 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 dmusic"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/dmusic32/Makefile"
24990 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 dmusic32"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/dnsapi/Makefile"
24998 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 dnsapi"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/dnsapi/tests/Makefile"
25006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25007 dnsapi/tests"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25010 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/dplay/Makefile"
25014 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25015 dplay"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25018 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/dplayx/Makefile"
25022 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 dplayx"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/dplayx/tests/Makefile"
25030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25031 dplayx/tests"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25034 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/dpnaddr/Makefile"
25038 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 dpnaddr"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/dpnet/Makefile"
25046 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 dpnet"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/dpnhpast/Makefile"
25054 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 dpnhpast"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/dpnlobby/Makefile"
25062 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 dpnlobby"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/dpwsockx/Makefile"
25070 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 dpwsockx"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/drmclien/Makefile"
25078 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 drmclien"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/dsound/Makefile"
25086 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 dsound"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/dsound/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 dsound/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/dssenh/Makefile"
25102 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 dssenh"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/dswave/Makefile"
25110 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 dswave"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/dwmapi/Makefile"
25118 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 dwmapi"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/dxdiagn/Makefile"
25126 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 dxdiagn"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/dxerr8/Makefile"
25134 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25135 dxerr8"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25138 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/dxerr9/Makefile"
25142 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25143 dxerr9"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25146 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/dxgi/Makefile"
25150 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 dxgi"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/dxgi/tests/Makefile"
25158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25159 dxgi/tests"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25162 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/dxguid/Makefile"
25166 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25167 dxguid"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25170 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/faultrep/Makefile"
25174 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 faultrep"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/fltlib/Makefile"
25182 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 fltlib"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/fusion/Makefile"
25190 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 fusion"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/fusion/tests/Makefile"
25198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25199 fusion/tests"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25202 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/gdi32/Makefile"
25206 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 gdi32"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/gdi32/tests/Makefile"
25214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25215 gdi32/tests"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25218 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/gdiplus/Makefile"
25222 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 gdiplus"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/gdiplus/tests/Makefile"
25230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25231 gdiplus/tests"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25234 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/glu32/Makefile"
25238 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 glu32"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/gphoto2.ds/Makefile"
25246 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 gphoto2.ds"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/gpkcsp/Makefile"
25254 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 gpkcsp"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/hal/Makefile"
25262 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 hal"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/hal/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/hhctrl.ocx/Makefile"
25270 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25271 hhctrl.ocx"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25274 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/hid/Makefile"
25278 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 hid"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/hid/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/hlink/Makefile"
25286 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 hlink"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/hlink/tests/Makefile"
25294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25295 hlink/tests"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25298 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/hnetcfg/Makefile"
25302 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 hnetcfg"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/httpapi/Makefile"
25310 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 httpapi"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/iccvid/Makefile"
25318 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 iccvid"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/icmp/Makefile"
25326 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327 icmp"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/ifsmgr.vxd/Makefile"
25334 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 ifsmgr.vxd"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/imaadp32.acm/Makefile"
25342 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 imaadp32.acm"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/imagehlp/Makefile"
25350 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 imagehlp"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/imm.dll16/Makefile"
25358 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 imm.dll16"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/imm32/Makefile"
25366 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25367 imm32"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/imm32/tests/Makefile"
25374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25375 imm32/tests"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25378 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/inetcomm/Makefile"
25382 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 inetcomm"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/inetcomm/tests/Makefile"
25390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25391 inetcomm/tests"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25394 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/inetmib1/Makefile"
25398 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 inetmib1"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/inetmib1/tests/Makefile"
25406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25407 inetmib1/tests"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25410 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/infosoft/Makefile"
25414 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 infosoft"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/infosoft/tests/Makefile"
25422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25423 infosoft/tests"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25426 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/initpki/Makefile"
25430 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 initpki"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/inkobj/Makefile"
25438 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25439 inkobj"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25442 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/inseng/Makefile"
25446 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 inseng"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/iphlpapi/Makefile"
25454 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25455 iphlpapi"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25458 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/iphlpapi/tests/Makefile"
25462 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25463 iphlpapi/tests"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25466 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/itircl/Makefile"
25470 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 itircl"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/itss/Makefile"
25478 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479 itss"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/itss/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/itss/tests/Makefile"
25486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25487 itss/tests"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25490 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/jscript/Makefile"
25494 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 jscript"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/jscript/tests/Makefile"
25502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25503 jscript/tests"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25506 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/kernel32/Makefile"
25510 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 kernel32"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/kernel32/tests/Makefile"
25518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25519 kernel32/tests"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25522 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/keyboard.drv16/Makefile"
25526 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 keyboard.drv16"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/loadperf/Makefile"
25534 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535 loadperf"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/localspl/Makefile"
25542 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 localspl"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/localspl/tests/Makefile"
25550 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25551 localspl/tests"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25554 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/localui/Makefile"
25558 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25559 localui"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25562 ac_config_files="$ac_config_files dlls/localui/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/localui/tests/Makefile"
25566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25567 localui/tests"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25570 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/lz32/Makefile"
25574 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25575 lz32"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25578 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/lz32/tests/Makefile"
25582 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25583 lz32/tests"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25586 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/lzexpand.dll16/Makefile"
25590 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591 lzexpand.dll16"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/mapi32/Makefile"
25598 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599 mapi32"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/mapi32/tests/Makefile"
25606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25607 mapi32/tests"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25610 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/mciavi32/Makefile"
25614 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 mciavi32"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/mcicda/Makefile"
25622 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25623 mcicda"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25626 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/mciqtz32/Makefile"
25630 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631 mciqtz32"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/mciseq/Makefile"
25638 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 mciseq"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/mciwave/Makefile"
25646 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647 mciwave"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/midimap/Makefile"
25654 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 midimap"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/mlang/Makefile"
25662 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25663 mlang"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25666 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/mlang/tests/Makefile"
25670 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25671 mlang/tests"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25674 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/mmdevldr.vxd/Makefile"
25678 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679 mmdevldr.vxd"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/mmsystem.dll16/Makefile"
25686 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687 mmsystem.dll16"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/monodebg.vxd/Makefile"
25694 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 monodebg.vxd"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/mountmgr.sys/Makefile"
25702 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25703 mountmgr.sys"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25706 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/mouse.drv16/Makefile"
25710 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 mouse.drv16"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/mpr/Makefile"
25718 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 mpr"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/mprapi/Makefile"
25726 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727 mprapi"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/msacm.dll16/Makefile"
25734 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 msacm.dll16"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/msacm32.drv/Makefile"
25742 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743 msacm32.drv"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/msacm32/Makefile"
25750 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 msacm32"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/msacm32/tests/Makefile"
25758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25759 msacm32/tests"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25762 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/msadp32.acm/Makefile"
25766 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 msadp32.acm"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/mscat32/Makefile"
25774 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775 mscat32"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/mscms/Makefile"
25782 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 mscms"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/mscms/tests/Makefile"
25790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25791 mscms/tests"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25794 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/mscoree/Makefile"
25798 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799 mscoree"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/msctf/Makefile"
25806 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25807 msctf"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25810 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/msctf/tests/Makefile"
25814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25815 msctf/tests"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25818 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/msdaps/Makefile"
25822 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823 msdaps"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/msdmo/Makefile"
25830 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25831 msdmo"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25834 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/msftedit/Makefile"
25838 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839 msftedit"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/msg711.acm/Makefile"
25846 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847 msg711.acm"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/msgsm32.acm/Makefile"
25854 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25855 msgsm32.acm"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25858 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/mshtml.tlb/Makefile"
25862 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 mshtml.tlb"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/mshtml/Makefile"
25870 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 mshtml"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/mshtml/tests/Makefile"
25878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25879 mshtml/tests"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25882 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/msi/Makefile"
25886 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 msi"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/msi/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/msi/tests/Makefile"
25894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25895 msi/tests"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25898 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/msimg32/Makefile"
25902 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25903 msimg32"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25906 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/msimtf/Makefile"
25910 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 msimtf"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/msisip/Makefile"
25918 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25919 msisip"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25922 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/msisys.ocx/Makefile"
25926 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927 msisys.ocx"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/msnet32/Makefile"
25934 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25935 msnet32"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25938 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/msrle32/Makefile"
25942 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943 msrle32"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/mssign32/Makefile"
25950 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25951 mssign32"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25954 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/mssip32/Makefile"
25958 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25959 mssip32"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25962 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/mstask/Makefile"
25966 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967 mstask"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/mstask/tests/Makefile"
25974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25975 mstask/tests"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25978 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/msvcirt/Makefile"
25982 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25983 msvcirt"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25986 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/msvcr71/Makefile"
25990 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 msvcr71"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/msvcrt/Makefile"
25998 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999 msvcrt"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/msvcrt/tests/Makefile"
26006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26007 msvcrt/tests"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26010 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/msvcrt20/Makefile"
26014 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26015 msvcrt20"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26018 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/msvcrt40/Makefile"
26022 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023 msvcrt40"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/msvcrtd/Makefile"
26030 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031 msvcrtd"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/msvcrtd/tests/Makefile"
26038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26039 msvcrtd/tests"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26042 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/msvfw32/Makefile"
26046 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047 msvfw32"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/msvfw32/tests/Makefile"
26054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26055 msvfw32/tests"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26058 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/msvidc32/Makefile"
26062 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 msvidc32"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/msvideo.dll16/Makefile"
26070 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 msvideo.dll16"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/mswsock/Makefile"
26078 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079 mswsock"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/msxml3/Makefile"
26086 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087 msxml3"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/msxml3/tests/Makefile"
26094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26095 msxml3/tests"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26098 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/nddeapi/Makefile"
26102 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26103 nddeapi"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26106 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/netapi32/Makefile"
26110 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 netapi32"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/netapi32/tests/Makefile"
26118 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26119 netapi32/tests"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26122 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/newdev/Makefile"
26126 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 newdev"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/ntdll/Makefile"
26134 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 ntdll"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/ntdll/tests/Makefile"
26142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26143 ntdll/tests"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26146 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/ntdsapi/Makefile"
26150 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 ntdsapi"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/ntdsapi/tests/Makefile"
26158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26159 ntdsapi/tests"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26162 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/ntoskrnl.exe/Makefile"
26166 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167 ntoskrnl.exe"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/ntprint/Makefile"
26174 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175 ntprint"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/ntprint/tests/Makefile"
26182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26183 ntprint/tests"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26186 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/objsel/Makefile"
26190 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191 objsel"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/odbc32/Makefile"
26198 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199 odbc32"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/odbccp32/Makefile"
26206 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207 odbccp32"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/odbccp32/tests/Makefile"
26214 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26215 odbccp32/tests"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26218 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/ole2.dll16/Makefile"
26222 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26223 ole2.dll16"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26226 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/ole2conv.dll16/Makefile"
26230 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231 ole2conv.dll16"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/ole2disp.dll16/Makefile"
26238 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26239 ole2disp.dll16"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26242 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/ole2nls.dll16/Makefile"
26246 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 ole2nls.dll16"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/ole2prox.dll16/Makefile"
26254 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26255 ole2prox.dll16"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26258 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/ole2thk.dll16/Makefile"
26262 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26263 ole2thk.dll16"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26266 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/ole32/Makefile"
26270 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 ole32"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/ole32/tests/Makefile"
26278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26279 ole32/tests"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26282 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/oleacc/Makefile"
26286 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26287 oleacc"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26290 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/oleacc/tests/Makefile"
26294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26295 oleacc/tests"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26298 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/oleaut32/Makefile"
26302 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303 oleaut32"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/oleaut32/tests/Makefile"
26310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26311 oleaut32/tests"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26314 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/olecli.dll16/Makefile"
26318 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319 olecli.dll16"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/olecli32/Makefile"
26326 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26327 olecli32"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26330 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/oledb32/Makefile"
26334 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 oledb32"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/oledb32/tests/Makefile"
26342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26343 oledb32/tests"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26346 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/oledlg/Makefile"
26350 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351 oledlg"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/olepro32/Makefile"
26358 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359 olepro32"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/olesvr.dll16/Makefile"
26366 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26367 olesvr.dll16"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26370 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/olesvr32/Makefile"
26374 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 olesvr32"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/olethk32/Makefile"
26382 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26383 olethk32"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26386 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/openal32/Makefile"
26390 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 openal32"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/opengl32/Makefile"
26398 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399 opengl32"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/opengl32/tests/Makefile"
26406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26407 opengl32/tests"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26410 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/pdh/Makefile"
26414 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26415 pdh"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26418 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/pdh/tests/Makefile"
26422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26423 pdh/tests"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26426 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/pidgen/Makefile"
26430 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26431 pidgen"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26434 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 dlls/powrprof/Makefile"
26438 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26439 powrprof"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26442 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 dlls/printui/Makefile"
26446 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26447 printui"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26450 ac_config_files="$ac_config_files dlls/printui/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 dlls/propsys/Makefile"
26454 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26455 propsys"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26458 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 dlls/psapi/Makefile"
26462 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26463 psapi"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26466 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 dlls/psapi/tests/Makefile"
26470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26471 psapi/tests"
26472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26473 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26474 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26476 ALL_MAKEFILES="$ALL_MAKEFILES \\
26477 dlls/pstorec/Makefile"
26478 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26479 pstorec"
26480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26481 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26482 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26484 ALL_MAKEFILES="$ALL_MAKEFILES \\
26485 dlls/qcap/Makefile"
26486 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26487 qcap"
26488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26489 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26490 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26492 ALL_MAKEFILES="$ALL_MAKEFILES \\
26493 dlls/qedit/Makefile"
26494 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26495 qedit"
26496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26497 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26498 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26500 ALL_MAKEFILES="$ALL_MAKEFILES \\
26501 dlls/qedit/tests/Makefile"
26502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26503 qedit/tests"
26504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26505 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26506 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26508 ALL_MAKEFILES="$ALL_MAKEFILES \\
26509 dlls/qmgr/Makefile"
26510 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26511 qmgr"
26512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26513 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26514 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26516 ALL_MAKEFILES="$ALL_MAKEFILES \\
26517 dlls/qmgr/tests/Makefile"
26518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26519 qmgr/tests"
26520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26521 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26522 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26524 ALL_MAKEFILES="$ALL_MAKEFILES \\
26525 dlls/qmgrprxy/Makefile"
26526 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26527 qmgrprxy"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26530 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 dlls/quartz/Makefile"
26534 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26535 quartz"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26538 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 dlls/quartz/tests/Makefile"
26542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26543 quartz/tests"
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26546 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 dlls/query/Makefile"
26550 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26551 query"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26554 ac_config_files="$ac_config_files dlls/query/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 dlls/rasapi16.dll16/Makefile"
26558 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26559 rasapi16.dll16"
26560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26561 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26562 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26564 ALL_MAKEFILES="$ALL_MAKEFILES \\
26565 dlls/rasapi32/Makefile"
26566 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26567 rasapi32"
26568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26569 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26570 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26572 ALL_MAKEFILES="$ALL_MAKEFILES \\
26573 dlls/rasapi32/tests/Makefile"
26574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26575 rasapi32/tests"
26576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26577 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26578 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26580 ALL_MAKEFILES="$ALL_MAKEFILES \\
26581 dlls/rasdlg/Makefile"
26582 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26583 rasdlg"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26586 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 dlls/resutils/Makefile"
26590 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26591 resutils"
26592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26593 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26594 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26596 ALL_MAKEFILES="$ALL_MAKEFILES \\
26597 dlls/riched20/Makefile"
26598 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26599 riched20"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26602 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 dlls/riched20/tests/Makefile"
26606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26607 riched20/tests"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26610 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 dlls/riched32/Makefile"
26614 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26615 riched32"
26616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26617 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26618 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26620 ALL_MAKEFILES="$ALL_MAKEFILES \\
26621 dlls/riched32/tests/Makefile"
26622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26623 riched32/tests"
26624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26625 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26626 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26628 ALL_MAKEFILES="$ALL_MAKEFILES \\
26629 dlls/rpcrt4/Makefile"
26630 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26631 rpcrt4"
26632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26633 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26634 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26636 ALL_MAKEFILES="$ALL_MAKEFILES \\
26637 dlls/rpcrt4/tests/Makefile"
26638 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26639 rpcrt4/tests"
26640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26641 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26642 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26644 ALL_MAKEFILES="$ALL_MAKEFILES \\
26645 dlls/rsabase/Makefile"
26646 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26647 rsabase"
26648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26649 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26650 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26652 ALL_MAKEFILES="$ALL_MAKEFILES \\
26653 dlls/rsaenh/Makefile"
26654 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26655 rsaenh"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26658 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 dlls/rsaenh/tests/Makefile"
26662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26663 rsaenh/tests"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26666 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 dlls/rtutils/Makefile"
26670 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26671 rtutils"
26672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26673 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26674 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26676 ALL_MAKEFILES="$ALL_MAKEFILES \\
26677 dlls/sane.ds/Makefile"
26678 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26679 sane.ds"
26680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26681 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26682 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26684 ALL_MAKEFILES="$ALL_MAKEFILES \\
26685 dlls/sccbase/Makefile"
26686 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26687 sccbase"
26688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26689 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26690 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26692 ALL_MAKEFILES="$ALL_MAKEFILES \\
26693 dlls/schannel/Makefile"
26694 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26695 schannel"
26696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26697 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26698 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26700 ALL_MAKEFILES="$ALL_MAKEFILES \\
26701 dlls/schannel/tests/Makefile"
26702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26703 schannel/tests"
26704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26705 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26706 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26708 ALL_MAKEFILES="$ALL_MAKEFILES \\
26709 dlls/secur32/Makefile"
26710 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26711 secur32"
26712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26713 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26714 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26716 ALL_MAKEFILES="$ALL_MAKEFILES \\
26717 dlls/secur32/tests/Makefile"
26718 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26719 secur32/tests"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26722 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 dlls/security/Makefile"
26726 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26727 security"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26730 ac_config_files="$ac_config_files dlls/security/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 dlls/sensapi/Makefile"
26734 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26735 sensapi"
26736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26737 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26738 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26740 ALL_MAKEFILES="$ALL_MAKEFILES \\
26741 dlls/serialui/Makefile"
26742 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26743 serialui"
26744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26745 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26746 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26748 ALL_MAKEFILES="$ALL_MAKEFILES \\
26749 dlls/serialui/tests/Makefile"
26750 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26751 serialui/tests"
26752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26753 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26754 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26756 ALL_MAKEFILES="$ALL_MAKEFILES \\
26757 dlls/setupapi/Makefile"
26758 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26759 setupapi"
26760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26761 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26762 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26764 ALL_MAKEFILES="$ALL_MAKEFILES \\
26765 dlls/setupapi/tests/Makefile"
26766 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26767 setupapi/tests"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26770 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 dlls/setupx.dll16/Makefile"
26774 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26775 setupx.dll16"
26776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26777 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26778 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26780 ALL_MAKEFILES="$ALL_MAKEFILES \\
26781 dlls/sfc/Makefile"
26782 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26783 sfc"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26786 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 dlls/sfc_os/Makefile"
26790 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26791 sfc_os"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26794 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 dlls/shdoclc/Makefile"
26798 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26799 shdoclc"
26800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26801 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26802 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26804 ALL_MAKEFILES="$ALL_MAKEFILES \\
26805 dlls/shdocvw/Makefile"
26806 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26807 shdocvw"
26808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26809 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26810 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26812 ALL_MAKEFILES="$ALL_MAKEFILES \\
26813 dlls/shdocvw/tests/Makefile"
26814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26815 shdocvw/tests"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26818 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 dlls/shell.dll16/Makefile"
26822 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26823 shell.dll16"
26824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26825 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26826 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26828 ALL_MAKEFILES="$ALL_MAKEFILES \\
26829 dlls/shell32/Makefile"
26830 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26831 shell32"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26834 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 dlls/shell32/tests/Makefile"
26838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26839 shell32/tests"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26842 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 dlls/shfolder/Makefile"
26846 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26847 shfolder"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26850 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 dlls/shlwapi/Makefile"
26854 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26855 shlwapi"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26858 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 dlls/shlwapi/tests/Makefile"
26862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26863 shlwapi/tests"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26866 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 dlls/slbcsp/Makefile"
26870 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26871 slbcsp"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26874 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 dlls/slc/Makefile"
26878 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26879 slc"
26880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26881 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26882 ac_config_files="$ac_config_files dlls/slc/Makefile"
26884 ALL_MAKEFILES="$ALL_MAKEFILES \\
26885 dlls/snmpapi/Makefile"
26886 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26887 snmpapi"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26890 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 dlls/snmpapi/tests/Makefile"
26894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26895 snmpapi/tests"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26898 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 dlls/softpub/Makefile"
26902 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26903 softpub"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26906 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 dlls/sound.drv16/Makefile"
26910 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26911 sound.drv16"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26914 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 dlls/spoolss/Makefile"
26918 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26919 spoolss"
26920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26921 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26922 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26924 ALL_MAKEFILES="$ALL_MAKEFILES \\
26925 dlls/spoolss/tests/Makefile"
26926 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26927 spoolss/tests"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26930 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 dlls/stdole2.tlb/Makefile"
26934 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26935 stdole2.tlb"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26938 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941 dlls/stdole32.tlb/Makefile"
26942 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26943 stdole32.tlb"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26946 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 dlls/sti/Makefile"
26950 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26951 sti"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26954 ac_config_files="$ac_config_files dlls/sti/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 dlls/sti/tests/Makefile"
26958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26959 sti/tests"
26960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26961 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
26962 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
26964 ALL_MAKEFILES="$ALL_MAKEFILES \\
26965 dlls/storage.dll16/Makefile"
26966 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26967 storage.dll16"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26970 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 dlls/stress.dll16/Makefile"
26974 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26975 stress.dll16"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26978 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 dlls/strmiids/Makefile"
26982 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26983 strmiids"
26984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26985 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26986 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26988 ALL_MAKEFILES="$ALL_MAKEFILES \\
26989 dlls/svrapi/Makefile"
26990 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26991 svrapi"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26994 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997 dlls/sxs/Makefile"
26998 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26999 sxs"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27002 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 dlls/system.drv16/Makefile"
27006 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27007 system.drv16"
27008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27009 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
27010 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
27012 ALL_MAKEFILES="$ALL_MAKEFILES \\
27013 dlls/t2embed/Makefile"
27014 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27015 t2embed"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27018 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 dlls/tapi32/Makefile"
27022 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27023 tapi32"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27026 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 dlls/toolhelp.dll16/Makefile"
27030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27031 toolhelp.dll16"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
27034 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 dlls/traffic/Makefile"
27038 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27039 traffic"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27042 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045 dlls/twain.dll16/Makefile"
27046 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27047 twain.dll16"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27050 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 dlls/twain_32/Makefile"
27054 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27055 twain_32"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27058 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 dlls/twain_32/tests/Makefile"
27062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27063 twain_32/tests"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27066 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 dlls/typelib.dll16/Makefile"
27070 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27071 typelib.dll16"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27074 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 dlls/unicows/Makefile"
27078 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27079 unicows"
27080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27081 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27082 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27084 ALL_MAKEFILES="$ALL_MAKEFILES \\
27085 dlls/updspapi/Makefile"
27086 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27087 updspapi"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27090 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 dlls/url/Makefile"
27094 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27095 url"
27096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27097 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27098 ac_config_files="$ac_config_files dlls/url/Makefile"
27100 ALL_MAKEFILES="$ALL_MAKEFILES \\
27101 dlls/urlmon/Makefile"
27102 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27103 urlmon"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27106 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 dlls/urlmon/tests/Makefile"
27110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27111 urlmon/tests"
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27114 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 dlls/user32/Makefile"
27118 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27119 user32"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27122 ac_config_files="$ac_config_files dlls/user32/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 dlls/user32/tests/Makefile"
27126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27127 user32/tests"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27130 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 dlls/userenv/Makefile"
27134 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27135 userenv"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27138 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 dlls/userenv/tests/Makefile"
27142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27143 userenv/tests"
27144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27145 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27146 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27148 ALL_MAKEFILES="$ALL_MAKEFILES \\
27149 dlls/usp10/Makefile"
27150 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27151 usp10"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27154 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 dlls/usp10/tests/Makefile"
27158 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27159 usp10/tests"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27162 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 dlls/uuid/Makefile"
27166 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27167 uuid"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27170 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 dlls/uxtheme/Makefile"
27174 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27175 uxtheme"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27178 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 dlls/uxtheme/tests/Makefile"
27182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27183 uxtheme/tests"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27186 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 dlls/vdhcp.vxd/Makefile"
27190 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27191 vdhcp.vxd"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27194 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 dlls/vdmdbg/Makefile"
27198 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27199 vdmdbg"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27202 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 dlls/ver.dll16/Makefile"
27206 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27207 ver.dll16"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27210 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 dlls/version/Makefile"
27214 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27215 version"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27218 ac_config_files="$ac_config_files dlls/version/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 dlls/version/tests/Makefile"
27222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27223 version/tests"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27226 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 dlls/vmm.vxd/Makefile"
27230 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27231 vmm.vxd"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27234 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 dlls/vnbt.vxd/Makefile"
27238 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27239 vnbt.vxd"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27242 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 dlls/vnetbios.vxd/Makefile"
27246 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27247 vnetbios.vxd"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27250 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 dlls/vtdapi.vxd/Makefile"
27254 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27255 vtdapi.vxd"
27256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27257 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27258 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27260 ALL_MAKEFILES="$ALL_MAKEFILES \\
27261 dlls/vwin32.vxd/Makefile"
27262 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27263 vwin32.vxd"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27266 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269 dlls/w32skrnl/Makefile"
27270 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27271 w32skrnl"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27274 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277 dlls/w32sys.dll16/Makefile"
27278 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27279 w32sys.dll16"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27282 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 dlls/wbemprox/Makefile"
27286 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27287 wbemprox"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27290 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 dlls/wiaservc/Makefile"
27294 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27295 wiaservc"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
27298 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 dlls/win32s16.dll16/Makefile"
27302 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27303 win32s16.dll16"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27306 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 dlls/win87em.dll16/Makefile"
27310 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27311 win87em.dll16"
27312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27313 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27314 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27316 ALL_MAKEFILES="$ALL_MAKEFILES \\
27317 dlls/winaspi.dll16/Makefile"
27318 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27319 winaspi.dll16"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27322 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27324 ALL_MAKEFILES="$ALL_MAKEFILES \\
27325 dlls/windebug.dll16/Makefile"
27326 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27327 windebug.dll16"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27330 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 dlls/windowscodecs/Makefile"
27334 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27335 windowscodecs"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27338 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341 dlls/windowscodecs/tests/Makefile"
27342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27343 windowscodecs/tests"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27346 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349 dlls/winealsa.drv/Makefile"
27350 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27351 winealsa.drv"
27352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27353 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27354 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27356 ALL_MAKEFILES="$ALL_MAKEFILES \\
27357 dlls/wineaudioio.drv/Makefile"
27358 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27359 wineaudioio.drv"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27362 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365 dlls/winecoreaudio.drv/Makefile"
27366 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27367 winecoreaudio.drv"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27370 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373 dlls/winecrt0/Makefile"
27374 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27375 winecrt0"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27378 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381 dlls/wined3d/Makefile"
27382 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27383 wined3d"
27384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27385 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27386 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27388 ALL_MAKEFILES="$ALL_MAKEFILES \\
27389 dlls/winedos/Makefile"
27390 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27391 winedos"
27392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27393 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27394 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27396 ALL_MAKEFILES="$ALL_MAKEFILES \\
27397 dlls/wineesd.drv/Makefile"
27398 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27399 wineesd.drv"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27402 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 dlls/winejack.drv/Makefile"
27406 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27407 winejack.drv"
27408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27409 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27410 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27412 ALL_MAKEFILES="$ALL_MAKEFILES \\
27413 dlls/winejoystick.drv/Makefile"
27414 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27415 winejoystick.drv"
27416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27417 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27418 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27420 ALL_MAKEFILES="$ALL_MAKEFILES \\
27421 dlls/winemp3.acm/Makefile"
27422 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27423 winemp3.acm"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27426 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429 dlls/winenas.drv/Makefile"
27430 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27431 winenas.drv"
27432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27433 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27434 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27436 ALL_MAKEFILES="$ALL_MAKEFILES \\
27437 dlls/wineoss.drv/Makefile"
27438 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27439 wineoss.drv"
27440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27441 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27442 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27444 ALL_MAKEFILES="$ALL_MAKEFILES \\
27445 dlls/wineps.drv/Makefile"
27446 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27447 wineps.drv"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27450 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453 dlls/wineps16.drv16/Makefile"
27454 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27455 wineps16.drv16"
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27458 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461 dlls/winepulse.drv/Makefile"
27462 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27463 winepulse.drv"
27464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27465 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27466 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27468 ALL_MAKEFILES="$ALL_MAKEFILES \\
27469 dlls/winequartz.drv/Makefile"
27470 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27471 winequartz.drv"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27474 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477 dlls/winex11.drv/Makefile"
27478 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27479 winex11.drv"
27480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27481 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27482 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27484 ALL_MAKEFILES="$ALL_MAKEFILES \\
27485 dlls/wing.dll16/Makefile"
27486 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27487 wing.dll16"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27490 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493 dlls/wing32/Makefile"
27494 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27495 wing32"
27496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27497 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27498 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27500 ALL_MAKEFILES="$ALL_MAKEFILES \\
27501 dlls/winhttp/Makefile"
27502 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27503 winhttp"
27504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27505 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27506 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27508 ALL_MAKEFILES="$ALL_MAKEFILES \\
27509 dlls/winhttp/tests/Makefile"
27510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27511 winhttp/tests"
27512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27513 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27514 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27516 ALL_MAKEFILES="$ALL_MAKEFILES \\
27517 dlls/wininet/Makefile"
27518 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27519 wininet"
27520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27521 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27522 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27524 ALL_MAKEFILES="$ALL_MAKEFILES \\
27525 dlls/wininet/tests/Makefile"
27526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27527 wininet/tests"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27530 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533 dlls/winmm/Makefile"
27534 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27535 winmm"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27538 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 dlls/winmm/tests/Makefile"
27542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27543 winmm/tests"
27544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27545 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27546 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27548 ALL_MAKEFILES="$ALL_MAKEFILES \\
27549 dlls/winnls.dll16/Makefile"
27550 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27551 winnls.dll16"
27552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27553 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27554 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27556 ALL_MAKEFILES="$ALL_MAKEFILES \\
27557 dlls/winnls32/Makefile"
27558 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27559 winnls32"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27562 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 dlls/winscard/Makefile"
27566 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27567 winscard"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27570 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573 dlls/winsock.dll16/Makefile"
27574 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27575 winsock.dll16"
27576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27577 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27578 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27580 ALL_MAKEFILES="$ALL_MAKEFILES \\
27581 dlls/winspool.drv/Makefile"
27582 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27583 winspool.drv"
27584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27585 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27586 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27588 ALL_MAKEFILES="$ALL_MAKEFILES \\
27589 dlls/winspool.drv/tests/Makefile"
27590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27591 winspool.drv/tests"
27592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27593 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27594 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27596 ALL_MAKEFILES="$ALL_MAKEFILES \\
27597 dlls/wintab.dll16/Makefile"
27598 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27599 wintab.dll16"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27602 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605 dlls/wintab32/Makefile"
27606 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27607 wintab32"
27608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27609 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27610 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27612 ALL_MAKEFILES="$ALL_MAKEFILES \\
27613 dlls/wintab32/tests/Makefile"
27614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27615 wintab32/tests"
27616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27617 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27618 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27620 ALL_MAKEFILES="$ALL_MAKEFILES \\
27621 dlls/wintrust/Makefile"
27622 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27623 wintrust"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27626 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629 dlls/wintrust/tests/Makefile"
27630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27631 wintrust/tests"
27632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27633 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27634 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27636 ALL_MAKEFILES="$ALL_MAKEFILES \\
27637 dlls/wldap32/Makefile"
27638 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27639 wldap32"
27640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27641 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27642 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27644 ALL_MAKEFILES="$ALL_MAKEFILES \\
27645 dlls/wldap32/tests/Makefile"
27646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27647 wldap32/tests"
27648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27649 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27650 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27652 ALL_MAKEFILES="$ALL_MAKEFILES \\
27653 dlls/wmi/Makefile"
27654 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27655 wmi"
27656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27657 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27658 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27660 ALL_MAKEFILES="$ALL_MAKEFILES \\
27661 dlls/wmiutils/Makefile"
27662 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27663 wmiutils"
27664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27665 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27666 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27668 ALL_MAKEFILES="$ALL_MAKEFILES \\
27669 dlls/wnaspi32/Makefile"
27670 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27671 wnaspi32"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27674 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677 dlls/wow32/Makefile"
27678 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27679 wow32"
27680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27681 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27682 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27684 ALL_MAKEFILES="$ALL_MAKEFILES \\
27685 dlls/ws2_32/Makefile"
27686 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27687 ws2_32"
27688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27689 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27690 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27692 ALL_MAKEFILES="$ALL_MAKEFILES \\
27693 dlls/ws2_32/tests/Makefile"
27694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27695 ws2_32/tests"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27698 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701 dlls/wsock32/Makefile"
27702 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27703 wsock32"
27704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27705 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27706 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27708 ALL_MAKEFILES="$ALL_MAKEFILES \\
27709 dlls/wtsapi32/Makefile"
27710 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27711 wtsapi32"
27712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27713 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27714 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27716 ALL_MAKEFILES="$ALL_MAKEFILES \\
27717 dlls/wuapi/Makefile"
27718 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27719 wuapi"
27720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27721 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27722 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27724 ALL_MAKEFILES="$ALL_MAKEFILES \\
27725 dlls/wuaueng/Makefile"
27726 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27727 wuaueng"
27728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27729 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
27730 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
27732 ALL_MAKEFILES="$ALL_MAKEFILES \\
27733 dlls/xinput1_1/Makefile"
27734 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27735 xinput1_1"
27736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27737 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27738 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27740 ALL_MAKEFILES="$ALL_MAKEFILES \\
27741 dlls/xinput1_2/Makefile"
27742 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27743 xinput1_2"
27744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27745 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27746 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27748 ALL_MAKEFILES="$ALL_MAKEFILES \\
27749 dlls/xinput1_3/Makefile"
27750 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27751 xinput1_3"
27752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27753 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27754 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27756 ALL_MAKEFILES="$ALL_MAKEFILES \\
27757 dlls/xinput1_3/tests/Makefile"
27758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27759 xinput1_3/tests"
27760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27761 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27762 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27764 ALL_MAKEFILES="$ALL_MAKEFILES \\
27765 dlls/xinput9_1_0/Makefile"
27766 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27767 xinput9_1_0"
27768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27769 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27770 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27772 ALL_MAKEFILES="$ALL_MAKEFILES \\
27773 dlls/xmllite/Makefile"
27774 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27775 xmllite"
27776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27777 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27778 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27780 ALL_MAKEFILES="$ALL_MAKEFILES \\
27781 documentation/Makefile"
27782 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27783 documentation"
27784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27785 documentation/Makefile: documentation/Makefile.in Make.rules"
27786 ac_config_files="$ac_config_files documentation/Makefile"
27788 ALL_MAKEFILES="$ALL_MAKEFILES \\
27789 fonts/Makefile"
27790 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27791 fonts"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 fonts/Makefile: fonts/Makefile.in Make.rules"
27794 ac_config_files="$ac_config_files fonts/Makefile"
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797 include/Makefile"
27798 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27799 include"
27800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27801 include/Makefile: include/Makefile.in Make.rules"
27802 ac_config_files="$ac_config_files include/Makefile"
27804 ALL_MAKEFILES="$ALL_MAKEFILES \\
27805 libs/Makefile"
27806 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27807 libs"
27808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27809 libs/Makefile: libs/Makefile.in Make.rules"
27810 ac_config_files="$ac_config_files libs/Makefile"
27812 ALL_MAKEFILES="$ALL_MAKEFILES \\
27813 libs/port/Makefile"
27815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27816 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27817 ac_config_files="$ac_config_files libs/port/Makefile"
27819 ALL_MAKEFILES="$ALL_MAKEFILES \\
27820 libs/wine/Makefile"
27822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27823 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27824 ac_config_files="$ac_config_files libs/wine/Makefile"
27826 ALL_MAKEFILES="$ALL_MAKEFILES \\
27827 libs/wpp/Makefile"
27829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27830 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27831 ac_config_files="$ac_config_files libs/wpp/Makefile"
27833 ALL_MAKEFILES="$ALL_MAKEFILES \\
27834 loader/Makefile"
27835 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27836 loader"
27837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27838 loader/Makefile: loader/Makefile.in Make.rules"
27839 ac_config_files="$ac_config_files loader/Makefile"
27841 ALL_MAKEFILES="$ALL_MAKEFILES \\
27842 programs/Makefile"
27843 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27844 programs"
27845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27846 programs/Makefile: programs/Makefile.in Make.rules"
27847 ac_config_files="$ac_config_files programs/Makefile"
27849 ALL_MAKEFILES="$ALL_MAKEFILES \\
27850 programs/cacls/Makefile"
27851 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27852 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27853 cacls"
27854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27855 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27856 ac_config_files="$ac_config_files programs/cacls/Makefile"
27858 ALL_MAKEFILES="$ALL_MAKEFILES \\
27859 programs/clock/Makefile"
27860 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27861 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27862 clock"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27865 ac_config_files="$ac_config_files programs/clock/Makefile"
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868 programs/cmd/Makefile"
27869 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27870 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27871 cmd"
27872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27873 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27874 ac_config_files="$ac_config_files programs/cmd/Makefile"
27876 ALL_MAKEFILES="$ALL_MAKEFILES \\
27877 programs/cmdlgtst/Makefile"
27878 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27879 cmdlgtst"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27882 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885 programs/control/Makefile"
27886 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27887 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27888 control"
27889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27890 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27891 ac_config_files="$ac_config_files programs/control/Makefile"
27893 ALL_MAKEFILES="$ALL_MAKEFILES \\
27894 programs/dxdiag/Makefile"
27895 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27896 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27897 dxdiag"
27898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27899 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27900 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27902 ALL_MAKEFILES="$ALL_MAKEFILES \\
27903 programs/eject/Makefile"
27904 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27905 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27906 eject"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27909 ac_config_files="$ac_config_files programs/eject/Makefile"
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912 programs/expand/Makefile"
27913 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27914 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27915 expand"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27918 ac_config_files="$ac_config_files programs/expand/Makefile"
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921 programs/explorer/Makefile"
27922 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27923 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 explorer"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/explorer/Makefile"
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930 programs/extrac32/Makefile"
27931 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933 extrac32"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/extrac32/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/hh/Makefile"
27940 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/hh/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/icinfo/Makefile"
27949 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 icinfo"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/iexplore/Makefile"
27958 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 iexplore"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/lodctr/Makefile"
27967 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 lodctr"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/mshta/Makefile"
27976 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 mshta"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/mshta/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/msiexec/Makefile"
27985 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27988 msiexec"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27991 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994 programs/net/Makefile"
27995 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27996 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27997 net"
27998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27999 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28000 ac_config_files="$ac_config_files programs/net/Makefile"
28002 ALL_MAKEFILES="$ALL_MAKEFILES \\
28003 programs/notepad/Makefile"
28004 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28005 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28006 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28007 notepad"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28010 ac_config_files="$ac_config_files programs/notepad/Makefile"
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013 programs/oleview/Makefile"
28014 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28015 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28016 oleview"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/oleview/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/progman/Makefile"
28023 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 progman"
28026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28027 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28028 ac_config_files="$ac_config_files programs/progman/Makefile"
28030 ALL_MAKEFILES="$ALL_MAKEFILES \\
28031 programs/reg/Makefile"
28032 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28033 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28034 reg"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28037 ac_config_files="$ac_config_files programs/reg/Makefile"
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040 programs/regedit/Makefile"
28041 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28042 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28043 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28044 regedit"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/regedit/Makefile"
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050 programs/regsvr32/Makefile"
28051 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28054 regsvr32"
28055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28056 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28057 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28059 ALL_MAKEFILES="$ALL_MAKEFILES \\
28060 programs/rpcss/Makefile"
28061 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28062 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28063 rpcss"
28064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28065 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28066 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28068 ALL_MAKEFILES="$ALL_MAKEFILES \\
28069 programs/rundll32/Makefile"
28070 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28071 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28072 rundll32"
28073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28074 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28075 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28077 ALL_MAKEFILES="$ALL_MAKEFILES \\
28078 programs/secedit/Makefile"
28079 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28080 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28081 secedit"
28082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28083 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28084 ac_config_files="$ac_config_files programs/secedit/Makefile"
28086 ALL_MAKEFILES="$ALL_MAKEFILES \\
28087 programs/services/Makefile"
28088 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28089 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28090 services"
28091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28092 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28093 ac_config_files="$ac_config_files programs/services/Makefile"
28095 ALL_MAKEFILES="$ALL_MAKEFILES \\
28096 programs/spoolsv/Makefile"
28097 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28098 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28099 spoolsv"
28100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28101 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28102 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28104 ALL_MAKEFILES="$ALL_MAKEFILES \\
28105 programs/start/Makefile"
28106 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28107 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28108 start"
28109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28110 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28111 ac_config_files="$ac_config_files programs/start/Makefile"
28113 ALL_MAKEFILES="$ALL_MAKEFILES \\
28114 programs/svchost/Makefile"
28115 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28116 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28117 svchost"
28118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28119 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28120 ac_config_files="$ac_config_files programs/svchost/Makefile"
28122 ALL_MAKEFILES="$ALL_MAKEFILES \\
28123 programs/taskmgr/Makefile"
28124 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28125 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28126 taskmgr"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28129 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132 programs/termsv/Makefile"
28133 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28134 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28135 termsv"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/termsv/Makefile"
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141 programs/uninstaller/Makefile"
28142 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28144 uninstaller"
28145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28146 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28147 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28149 ALL_MAKEFILES="$ALL_MAKEFILES \\
28150 programs/unlodctr/Makefile"
28151 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28152 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28153 unlodctr"
28154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28155 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28156 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28158 ALL_MAKEFILES="$ALL_MAKEFILES \\
28159 programs/view/Makefile"
28160 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28161 view"
28162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28163 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28164 ac_config_files="$ac_config_files programs/view/Makefile"
28166 ALL_MAKEFILES="$ALL_MAKEFILES \\
28167 programs/wineboot/Makefile"
28168 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28169 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28170 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28171 wineboot"
28172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28173 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28174 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28176 ALL_MAKEFILES="$ALL_MAKEFILES \\
28177 programs/winebrowser/Makefile"
28178 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28179 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28180 winebrowser"
28181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28182 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28183 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28185 ALL_MAKEFILES="$ALL_MAKEFILES \\
28186 programs/winecfg/Makefile"
28187 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28188 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28189 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28190 winecfg"
28191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28192 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28193 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28195 ALL_MAKEFILES="$ALL_MAKEFILES \\
28196 programs/wineconsole/Makefile"
28197 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28198 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28199 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28200 wineconsole"
28201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28202 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28203 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28205 ALL_MAKEFILES="$ALL_MAKEFILES \\
28206 programs/winedbg/Makefile"
28207 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28208 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28209 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28210 winedbg"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28213 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 programs/winedevice/Makefile"
28217 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28218 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28219 winedevice"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/winefile/Makefile"
28226 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28229 winefile"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/winefile/Makefile"
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235 programs/winemenubuilder/Makefile"
28236 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238 winemenubuilder"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244 programs/winemine/Makefile"
28245 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28248 winemine"
28249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28250 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28251 ac_config_files="$ac_config_files programs/winemine/Makefile"
28253 ALL_MAKEFILES="$ALL_MAKEFILES \\
28254 programs/winepath/Makefile"
28255 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28256 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28257 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28258 winepath"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28261 ac_config_files="$ac_config_files programs/winepath/Makefile"
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264 programs/winetest/Makefile"
28265 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28266 winetest"
28267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28268 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28269 ac_config_files="$ac_config_files programs/winetest/Makefile"
28271 ALL_MAKEFILES="$ALL_MAKEFILES \\
28272 programs/winevdm/Makefile"
28273 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28274 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28275 winevdm"
28276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28277 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28278 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28280 ALL_MAKEFILES="$ALL_MAKEFILES \\
28281 programs/winhelp.exe16/Makefile"
28282 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28283 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28284 winhelp.exe16"
28285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28286 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28287 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28289 ALL_MAKEFILES="$ALL_MAKEFILES \\
28290 programs/winhlp32/Makefile"
28291 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28292 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28293 winhlp32"
28294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28295 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28296 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28298 ALL_MAKEFILES="$ALL_MAKEFILES \\
28299 programs/winoldap.mod16/Makefile"
28300 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28301 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28302 winoldap.mod16"
28303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28304 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28305 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28307 ALL_MAKEFILES="$ALL_MAKEFILES \\
28308 programs/winver/Makefile"
28309 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28310 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28311 winver"
28312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28313 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28314 ac_config_files="$ac_config_files programs/winver/Makefile"
28316 ALL_MAKEFILES="$ALL_MAKEFILES \\
28317 programs/wordpad/Makefile"
28318 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28319 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28320 wordpad"
28321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28322 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28323 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28325 ALL_MAKEFILES="$ALL_MAKEFILES \\
28326 programs/write/Makefile"
28327 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28328 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28329 write"
28330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28331 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28332 ac_config_files="$ac_config_files programs/write/Makefile"
28334 ALL_MAKEFILES="$ALL_MAKEFILES \\
28335 programs/xcopy/Makefile"
28336 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28337 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28338 xcopy"
28339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28340 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28341 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28343 ALL_MAKEFILES="$ALL_MAKEFILES \\
28344 server/Makefile"
28345 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28346 server"
28347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28348 server/Makefile: server/Makefile.in Make.rules"
28349 ac_config_files="$ac_config_files server/Makefile"
28351 ALL_MAKEFILES="$ALL_MAKEFILES \\
28352 tools/Makefile"
28353 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28354 tools"
28355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28356 tools/Makefile: tools/Makefile.in Make.rules"
28357 ac_config_files="$ac_config_files tools/Makefile"
28359 ALL_MAKEFILES="$ALL_MAKEFILES \\
28360 tools/widl/Makefile"
28362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28363 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28364 ac_config_files="$ac_config_files tools/widl/Makefile"
28366 ALL_MAKEFILES="$ALL_MAKEFILES \\
28367 tools/winebuild/Makefile"
28369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28370 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28371 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28373 ALL_MAKEFILES="$ALL_MAKEFILES \\
28374 tools/winedump/Makefile"
28376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28377 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28378 ac_config_files="$ac_config_files tools/winedump/Makefile"
28380 ALL_MAKEFILES="$ALL_MAKEFILES \\
28381 tools/winegcc/Makefile"
28383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28384 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28385 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28387 ALL_MAKEFILES="$ALL_MAKEFILES \\
28388 tools/wmc/Makefile"
28390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28391 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28392 ac_config_files="$ac_config_files tools/wmc/Makefile"
28394 ALL_MAKEFILES="$ALL_MAKEFILES \\
28395 tools/wrc/Makefile"
28397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28398 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28399 ac_config_files="$ac_config_files tools/wrc/Makefile"
28403 ALL_WINETEST_DEPENDS="# Test binaries"
28405 for dir in $ALL_TEST_DIRS
28407 if test "$dir" != "\\"
28408 then
28409 testname=`expr $dir : '\(.*\)/tests'`_test
28410 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28412 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28413 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28414 $testname.rc:
28415 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28416 $testname.res: $testname.rc $testname.exe"
28418 done
28420 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28422 cat >confcache <<\_ACEOF
28423 # This file is a shell script that caches the results of configure
28424 # tests run on this system so they can be shared between configure
28425 # scripts and configure runs, see configure's option --config-cache.
28426 # It is not useful on other systems. If it contains results you don't
28427 # want to keep, you may remove or edit it.
28429 # config.status only pays attention to the cache file if you give it
28430 # the --recheck option to rerun configure.
28432 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28433 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28434 # following values.
28436 _ACEOF
28438 # The following way of writing the cache mishandles newlines in values,
28439 # but we know of no workaround that is simple, portable, and efficient.
28440 # So, we kill variables containing newlines.
28441 # Ultrix sh set writes to stderr and can't be redirected directly,
28442 # and sets the high bit in the cache file unless we assign to the vars.
28444 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28445 eval ac_val=\$$ac_var
28446 case $ac_val in #(
28447 *${as_nl}*)
28448 case $ac_var in #(
28449 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28450 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28451 esac
28452 case $ac_var in #(
28453 _ | IFS | as_nl) ;; #(
28454 *) $as_unset $ac_var ;;
28455 esac ;;
28456 esac
28457 done
28459 (set) 2>&1 |
28460 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28461 *${as_nl}ac_space=\ *)
28462 # `set' does not quote correctly, so add quotes (double-quote
28463 # substitution turns \\\\ into \\, and sed turns \\ into \).
28464 sed -n \
28465 "s/'/'\\\\''/g;
28466 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28467 ;; #(
28469 # `set' quotes correctly as required by POSIX, so do not add quotes.
28470 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28472 esac |
28473 sort
28475 sed '
28476 /^ac_cv_env_/b end
28477 t clear
28478 :clear
28479 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28480 t end
28481 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28482 :end' >>confcache
28483 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28484 if test -w "$cache_file"; then
28485 test "x$cache_file" != "x/dev/null" &&
28486 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28487 echo "$as_me: updating cache $cache_file" >&6;}
28488 cat confcache >$cache_file
28489 else
28490 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28491 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28494 rm -f confcache
28496 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28497 # Let make expand exec_prefix.
28498 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28500 DEFS=-DHAVE_CONFIG_H
28502 ac_libobjs=
28503 ac_ltlibobjs=
28504 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28505 # 1. Remove the extension, and $U if already installed.
28506 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28507 ac_i=`echo "$ac_i" | sed "$ac_script"`
28508 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28509 # will be set to the directory where LIBOBJS objects are built.
28510 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28511 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28512 done
28513 LIBOBJS=$ac_libobjs
28515 LTLIBOBJS=$ac_ltlibobjs
28519 : ${CONFIG_STATUS=./config.status}
28520 ac_clean_files_save=$ac_clean_files
28521 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28522 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28523 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28524 cat >$CONFIG_STATUS <<_ACEOF
28525 #! $SHELL
28526 # Generated by $as_me.
28527 # Run this file to recreate the current configuration.
28528 # Compiler output produced by configure, useful for debugging
28529 # configure, is in config.log if it exists.
28531 debug=false
28532 ac_cs_recheck=false
28533 ac_cs_silent=false
28534 SHELL=\${CONFIG_SHELL-$SHELL}
28535 _ACEOF
28537 cat >>$CONFIG_STATUS <<\_ACEOF
28538 ## --------------------- ##
28539 ## M4sh Initialization. ##
28540 ## --------------------- ##
28542 # Be more Bourne compatible
28543 DUALCASE=1; export DUALCASE # for MKS sh
28544 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28545 emulate sh
28546 NULLCMD=:
28547 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28548 # is contrary to our usage. Disable this feature.
28549 alias -g '${1+"$@"}'='"$@"'
28550 setopt NO_GLOB_SUBST
28551 else
28552 case `(set -o) 2>/dev/null` in
28553 *posix*) set -o posix ;;
28554 esac
28561 # PATH needs CR
28562 # Avoid depending upon Character Ranges.
28563 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28564 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28565 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28566 as_cr_digits='0123456789'
28567 as_cr_alnum=$as_cr_Letters$as_cr_digits
28569 # The user is always right.
28570 if test "${PATH_SEPARATOR+set}" != set; then
28571 echo "#! /bin/sh" >conf$$.sh
28572 echo "exit 0" >>conf$$.sh
28573 chmod +x conf$$.sh
28574 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28575 PATH_SEPARATOR=';'
28576 else
28577 PATH_SEPARATOR=:
28579 rm -f conf$$.sh
28582 # Support unset when possible.
28583 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28584 as_unset=unset
28585 else
28586 as_unset=false
28590 # IFS
28591 # We need space, tab and new line, in precisely that order. Quoting is
28592 # there to prevent editors from complaining about space-tab.
28593 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28594 # splitting by setting IFS to empty value.)
28595 as_nl='
28597 IFS=" "" $as_nl"
28599 # Find who we are. Look in the path if we contain no directory separator.
28600 case $0 in
28601 *[\\/]* ) as_myself=$0 ;;
28602 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28603 for as_dir in $PATH
28605 IFS=$as_save_IFS
28606 test -z "$as_dir" && as_dir=.
28607 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28608 done
28609 IFS=$as_save_IFS
28612 esac
28613 # We did not find ourselves, most probably we were run as `sh COMMAND'
28614 # in which case we are not to be found in the path.
28615 if test "x$as_myself" = x; then
28616 as_myself=$0
28618 if test ! -f "$as_myself"; then
28619 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28620 { (exit 1); exit 1; }
28623 # Work around bugs in pre-3.0 UWIN ksh.
28624 for as_var in ENV MAIL MAILPATH
28625 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28626 done
28627 PS1='$ '
28628 PS2='> '
28629 PS4='+ '
28631 # NLS nuisances.
28632 for as_var in \
28633 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28634 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28635 LC_TELEPHONE LC_TIME
28637 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28638 eval $as_var=C; export $as_var
28639 else
28640 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28642 done
28644 # Required to use basename.
28645 if expr a : '\(a\)' >/dev/null 2>&1 &&
28646 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28647 as_expr=expr
28648 else
28649 as_expr=false
28652 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28653 as_basename=basename
28654 else
28655 as_basename=false
28659 # Name of the executable.
28660 as_me=`$as_basename -- "$0" ||
28661 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28662 X"$0" : 'X\(//\)$' \| \
28663 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28664 echo X/"$0" |
28665 sed '/^.*\/\([^/][^/]*\)\/*$/{
28666 s//\1/
28669 /^X\/\(\/\/\)$/{
28670 s//\1/
28673 /^X\/\(\/\).*/{
28674 s//\1/
28677 s/.*/./; q'`
28679 # CDPATH.
28680 $as_unset CDPATH
28684 as_lineno_1=$LINENO
28685 as_lineno_2=$LINENO
28686 test "x$as_lineno_1" != "x$as_lineno_2" &&
28687 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28689 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28690 # uniformly replaced by the line number. The first 'sed' inserts a
28691 # line-number line after each line using $LINENO; the second 'sed'
28692 # does the real work. The second script uses 'N' to pair each
28693 # line-number line with the line containing $LINENO, and appends
28694 # trailing '-' during substitution so that $LINENO is not a special
28695 # case at line end.
28696 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28697 # scripts with optimization help from Paolo Bonzini. Blame Lee
28698 # E. McMahon (1931-1989) for sed's syntax. :-)
28699 sed -n '
28701 /[$]LINENO/=
28702 ' <$as_myself |
28703 sed '
28704 s/[$]LINENO.*/&-/
28705 t lineno
28707 :lineno
28709 :loop
28710 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28711 t loop
28712 s/-\n.*//
28713 ' >$as_me.lineno &&
28714 chmod +x "$as_me.lineno" ||
28715 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28716 { (exit 1); exit 1; }; }
28718 # Don't try to exec as it changes $[0], causing all sort of problems
28719 # (the dirname of $[0] is not the place where we might find the
28720 # original and so on. Autoconf is especially sensitive to this).
28721 . "./$as_me.lineno"
28722 # Exit status is that of the last command.
28723 exit
28727 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28728 as_dirname=dirname
28729 else
28730 as_dirname=false
28733 ECHO_C= ECHO_N= ECHO_T=
28734 case `echo -n x` in
28735 -n*)
28736 case `echo 'x\c'` in
28737 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28738 *) ECHO_C='\c';;
28739 esac;;
28741 ECHO_N='-n';;
28742 esac
28744 if expr a : '\(a\)' >/dev/null 2>&1 &&
28745 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28746 as_expr=expr
28747 else
28748 as_expr=false
28751 rm -f conf$$ conf$$.exe conf$$.file
28752 if test -d conf$$.dir; then
28753 rm -f conf$$.dir/conf$$.file
28754 else
28755 rm -f conf$$.dir
28756 mkdir conf$$.dir
28758 echo >conf$$.file
28759 if ln -s conf$$.file conf$$ 2>/dev/null; then
28760 as_ln_s='ln -s'
28761 # ... but there are two gotchas:
28762 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28763 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28764 # In both cases, we have to default to `cp -p'.
28765 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28766 as_ln_s='cp -p'
28767 elif ln conf$$.file conf$$ 2>/dev/null; then
28768 as_ln_s=ln
28769 else
28770 as_ln_s='cp -p'
28772 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28773 rmdir conf$$.dir 2>/dev/null
28775 if mkdir -p . 2>/dev/null; then
28776 as_mkdir_p=:
28777 else
28778 test -d ./-p && rmdir ./-p
28779 as_mkdir_p=false
28782 if test -x / >/dev/null 2>&1; then
28783 as_test_x='test -x'
28784 else
28785 if ls -dL / >/dev/null 2>&1; then
28786 as_ls_L_option=L
28787 else
28788 as_ls_L_option=
28790 as_test_x='
28791 eval sh -c '\''
28792 if test -d "$1"; then
28793 test -d "$1/.";
28794 else
28795 case $1 in
28796 -*)set "./$1";;
28797 esac;
28798 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28799 ???[sx]*):;;*)false;;esac;fi
28800 '\'' sh
28803 as_executable_p=$as_test_x
28805 # Sed expression to map a string onto a valid CPP name.
28806 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28808 # Sed expression to map a string onto a valid variable name.
28809 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28812 exec 6>&1
28814 # Save the log message, to keep $[0] and so on meaningful, and to
28815 # report actual input values of CONFIG_FILES etc. instead of their
28816 # values after options handling.
28817 ac_log="
28818 This file was extended by Wine $as_me 1.1.33, which was
28819 generated by GNU Autoconf 2.61. Invocation command line was
28821 CONFIG_FILES = $CONFIG_FILES
28822 CONFIG_HEADERS = $CONFIG_HEADERS
28823 CONFIG_LINKS = $CONFIG_LINKS
28824 CONFIG_COMMANDS = $CONFIG_COMMANDS
28825 $ $0 $@
28827 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28830 _ACEOF
28832 cat >>$CONFIG_STATUS <<_ACEOF
28833 # Files that config.status was made for.
28834 config_files="$ac_config_files"
28835 config_headers="$ac_config_headers"
28836 config_commands="$ac_config_commands"
28838 _ACEOF
28840 cat >>$CONFIG_STATUS <<\_ACEOF
28841 ac_cs_usage="\
28842 \`$as_me' instantiates files from templates according to the
28843 current configuration.
28845 Usage: $0 [OPTIONS] [FILE]...
28847 -h, --help print this help, then exit
28848 -V, --version print version number and configuration settings, then exit
28849 -q, --quiet do not print progress messages
28850 -d, --debug don't remove temporary files
28851 --recheck update $as_me by reconfiguring in the same conditions
28852 --file=FILE[:TEMPLATE]
28853 instantiate the configuration file FILE
28854 --header=FILE[:TEMPLATE]
28855 instantiate the configuration header FILE
28857 Configuration files:
28858 $config_files
28860 Configuration headers:
28861 $config_headers
28863 Configuration commands:
28864 $config_commands
28866 Report bugs to <bug-autoconf@gnu.org>."
28868 _ACEOF
28869 cat >>$CONFIG_STATUS <<_ACEOF
28870 ac_cs_version="\\
28871 Wine config.status 1.1.33
28872 configured by $0, generated by GNU Autoconf 2.61,
28873 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28875 Copyright (C) 2006 Free Software Foundation, Inc.
28876 This config.status script is free software; the Free Software Foundation
28877 gives unlimited permission to copy, distribute and modify it."
28879 ac_pwd='$ac_pwd'
28880 srcdir='$srcdir'
28881 INSTALL='$INSTALL'
28882 _ACEOF
28884 cat >>$CONFIG_STATUS <<\_ACEOF
28885 # If no file are specified by the user, then we need to provide default
28886 # value. By we need to know if files were specified by the user.
28887 ac_need_defaults=:
28888 while test $# != 0
28890 case $1 in
28891 --*=*)
28892 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28893 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28894 ac_shift=:
28897 ac_option=$1
28898 ac_optarg=$2
28899 ac_shift=shift
28901 esac
28903 case $ac_option in
28904 # Handling of the options.
28905 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28906 ac_cs_recheck=: ;;
28907 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28908 echo "$ac_cs_version"; exit ;;
28909 --debug | --debu | --deb | --de | --d | -d )
28910 debug=: ;;
28911 --file | --fil | --fi | --f )
28912 $ac_shift
28913 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28914 ac_need_defaults=false;;
28915 --header | --heade | --head | --hea )
28916 $ac_shift
28917 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28918 ac_need_defaults=false;;
28919 --he | --h)
28920 # Conflict between --help and --header
28921 { echo "$as_me: error: ambiguous option: $1
28922 Try \`$0 --help' for more information." >&2
28923 { (exit 1); exit 1; }; };;
28924 --help | --hel | -h )
28925 echo "$ac_cs_usage"; exit ;;
28926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28927 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28928 ac_cs_silent=: ;;
28930 # This is an error.
28931 -*) { echo "$as_me: error: unrecognized option: $1
28932 Try \`$0 --help' for more information." >&2
28933 { (exit 1); exit 1; }; } ;;
28935 *) ac_config_targets="$ac_config_targets $1"
28936 ac_need_defaults=false ;;
28938 esac
28939 shift
28940 done
28942 ac_configure_extra_args=
28944 if $ac_cs_silent; then
28945 exec 6>/dev/null
28946 ac_configure_extra_args="$ac_configure_extra_args --silent"
28949 _ACEOF
28950 cat >>$CONFIG_STATUS <<_ACEOF
28951 if \$ac_cs_recheck; then
28952 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28953 CONFIG_SHELL=$SHELL
28954 export CONFIG_SHELL
28955 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28958 _ACEOF
28959 cat >>$CONFIG_STATUS <<\_ACEOF
28960 exec 5>>config.log
28962 echo
28963 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28964 ## Running $as_me. ##
28965 _ASBOX
28966 echo "$ac_log"
28967 } >&5
28969 _ACEOF
28970 cat >>$CONFIG_STATUS <<_ACEOF
28971 _ACEOF
28973 cat >>$CONFIG_STATUS <<\_ACEOF
28975 # Handling of arguments.
28976 for ac_config_target in $ac_config_targets
28978 case $ac_config_target in
28979 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28980 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28981 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28982 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28983 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28984 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28985 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28986 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28987 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28988 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28989 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28990 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28991 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28992 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28993 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28994 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28995 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28996 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28997 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28998 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28999 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29000 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29001 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29002 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29003 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29004 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29005 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29006 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29007 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29008 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29009 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29010 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29011 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
29012 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29013 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29014 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29015 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29016 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29017 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29018 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29019 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29020 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29021 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29022 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29023 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29024 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29025 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29026 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29027 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29028 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
29029 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29030 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29031 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29032 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29033 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29034 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29035 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29036 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29037 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29038 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29039 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29040 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29041 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29042 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29043 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29044 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29045 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29046 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29047 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29048 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29049 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29050 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29051 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29052 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29053 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29054 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29055 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29056 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29057 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29058 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29059 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29060 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29061 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29062 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29063 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29064 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29065 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29066 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29067 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29068 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29069 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29070 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29071 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29072 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29073 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29074 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29075 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29076 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
29077 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29078 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29079 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29080 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29081 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29082 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29083 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29084 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29085 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29086 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29087 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29088 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29089 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29090 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29091 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29092 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29093 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29094 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29095 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29096 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29097 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29098 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29099 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29100 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29101 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29102 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29103 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29104 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29105 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29106 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29107 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29108 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29109 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29110 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29111 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29112 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29113 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29114 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29115 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29116 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29117 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29118 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29119 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29120 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29121 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29122 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29123 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29124 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29125 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29126 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29127 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29128 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29129 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29130 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29131 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29132 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29133 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29134 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29135 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29136 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29137 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29138 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29139 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29140 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29141 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29142 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29143 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29144 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29145 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29146 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29147 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29148 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29149 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29150 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29151 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29152 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29153 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29154 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29155 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29156 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29157 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29158 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29159 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29160 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29161 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29162 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29163 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29164 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29165 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29166 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29167 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29168 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29169 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29170 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29171 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29172 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29173 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29174 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29175 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29176 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29177 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29178 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29179 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29180 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29181 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29182 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29183 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29184 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29185 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29186 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29187 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
29188 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29189 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29190 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29191 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29192 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29193 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29194 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29195 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29196 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29197 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29198 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29199 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29200 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29201 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29202 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29203 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29204 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29205 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29206 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29207 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29208 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29209 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29210 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29211 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29212 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29213 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29214 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29215 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29216 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29217 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29218 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29219 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29220 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29221 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29222 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29223 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29224 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29225 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29226 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29227 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29228 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29229 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29230 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29231 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29232 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29233 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29234 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29235 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29236 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29237 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29238 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29239 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29240 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29241 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29242 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29243 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29244 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29245 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29246 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29247 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29248 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29249 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29250 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29251 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29252 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29253 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29254 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29255 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29256 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29257 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29258 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29259 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29260 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29261 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29262 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29263 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29264 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29265 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29266 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29267 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29268 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29269 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29270 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29271 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29272 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29273 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29274 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29275 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29276 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29277 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29278 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29279 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29280 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29281 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29282 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29283 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29284 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29285 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29286 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29287 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29288 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29289 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29290 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29291 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29292 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29293 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29294 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29295 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29296 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29297 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29298 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29299 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29300 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29301 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29302 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29303 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29304 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29305 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29306 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29307 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29308 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29309 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29310 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29311 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29312 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29313 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29314 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29315 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29316 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29317 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29318 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29319 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29320 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29321 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29322 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29323 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29324 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29325 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29326 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29327 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29328 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29329 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29330 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29331 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29332 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29333 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29334 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29335 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29336 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29337 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29338 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29339 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29340 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29341 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29342 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29343 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29344 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29345 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29346 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29347 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29348 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29349 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29350 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29351 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29352 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29353 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29354 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29355 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29356 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29357 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29358 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29359 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29360 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29361 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29362 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29363 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29364 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29365 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29366 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29367 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29368 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29369 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29370 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29371 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29372 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29373 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29374 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29375 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29376 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29377 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29378 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29379 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29380 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29381 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29382 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29383 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29384 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29385 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29386 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29387 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29388 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
29389 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29390 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29391 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29392 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29393 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29394 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29395 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29396 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29397 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29398 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29399 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29400 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29401 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29402 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29403 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29404 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29405 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29406 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29407 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29408 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29409 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29410 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29411 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29412 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29413 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29414 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29415 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29416 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29417 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29418 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29419 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29420 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29421 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29422 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29423 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29424 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29425 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29426 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29427 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29428 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29429 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29430 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29431 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29432 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29433 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29434 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29435 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29436 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29437 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29438 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29439 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29440 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29441 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29442 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
29443 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29444 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29445 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29446 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29447 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29448 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29449 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29450 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29451 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29452 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29453 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29454 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29455 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29456 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29457 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29458 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29459 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29460 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29461 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29462 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29463 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29464 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29465 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29466 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29467 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
29468 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29469 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29470 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29471 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29472 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
29473 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29474 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29475 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29476 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29477 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29478 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29479 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29480 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29481 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29482 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29483 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29484 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29485 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29486 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29487 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29488 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29489 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29490 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29491 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29492 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29493 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29494 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29495 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29496 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29497 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29498 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29499 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29500 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29501 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29502 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29503 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29504 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29505 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29506 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29507 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29508 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29509 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29510 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29511 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29512 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29513 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29514 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29515 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29516 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29517 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29518 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29519 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29521 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29522 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29523 { (exit 1); exit 1; }; };;
29524 esac
29525 done
29528 # If the user did not use the arguments to specify the items to instantiate,
29529 # then the envvar interface is used. Set only those that are not.
29530 # We use the long form for the default assignment because of an extremely
29531 # bizarre bug on SunOS 4.1.3.
29532 if $ac_need_defaults; then
29533 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29534 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29535 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29538 # Have a temporary directory for convenience. Make it in the build tree
29539 # simply because there is no reason against having it here, and in addition,
29540 # creating and moving files from /tmp can sometimes cause problems.
29541 # Hook for its removal unless debugging.
29542 # Note that there is a small window in which the directory will not be cleaned:
29543 # after its creation but before its name has been assigned to `$tmp'.
29544 $debug ||
29546 tmp=
29547 trap 'exit_status=$?
29548 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29550 trap '{ (exit 1); exit 1; }' 1 2 13 15
29552 # Create a (secure) tmp directory for tmp files.
29555 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29556 test -n "$tmp" && test -d "$tmp"
29557 } ||
29559 tmp=./conf$$-$RANDOM
29560 (umask 077 && mkdir "$tmp")
29561 } ||
29563 echo "$me: cannot create a temporary directory in ." >&2
29564 { (exit 1); exit 1; }
29568 # Set up the sed scripts for CONFIG_FILES section.
29571 # No need to generate the scripts if there are no CONFIG_FILES.
29572 # This happens for instance when ./config.status config.h
29573 if test -n "$CONFIG_FILES"; then
29575 _ACEOF
29577 # Create sed commands to just substitute file output variables.
29579 # Remaining file output variables are in a fragment that also has non-file
29580 # output varibles.
29584 ac_delim='%!_!# '
29585 for ac_last_try in false false false false false :; do
29586 cat >conf$$subs.sed <<_ACEOF
29587 SHELL!$SHELL$ac_delim
29588 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29589 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29590 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29591 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29592 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29593 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29594 exec_prefix!$exec_prefix$ac_delim
29595 prefix!$prefix$ac_delim
29596 program_transform_name!$program_transform_name$ac_delim
29597 bindir!$bindir$ac_delim
29598 sbindir!$sbindir$ac_delim
29599 libexecdir!$libexecdir$ac_delim
29600 datarootdir!$datarootdir$ac_delim
29601 datadir!$datadir$ac_delim
29602 sysconfdir!$sysconfdir$ac_delim
29603 sharedstatedir!$sharedstatedir$ac_delim
29604 localstatedir!$localstatedir$ac_delim
29605 includedir!$includedir$ac_delim
29606 oldincludedir!$oldincludedir$ac_delim
29607 docdir!$docdir$ac_delim
29608 infodir!$infodir$ac_delim
29609 htmldir!$htmldir$ac_delim
29610 dvidir!$dvidir$ac_delim
29611 pdfdir!$pdfdir$ac_delim
29612 psdir!$psdir$ac_delim
29613 libdir!$libdir$ac_delim
29614 localedir!$localedir$ac_delim
29615 mandir!$mandir$ac_delim
29616 DEFS!$DEFS$ac_delim
29617 ECHO_C!$ECHO_C$ac_delim
29618 ECHO_N!$ECHO_N$ac_delim
29619 ECHO_T!$ECHO_T$ac_delim
29620 LIBS!$LIBS$ac_delim
29621 build_alias!$build_alias$ac_delim
29622 host_alias!$host_alias$ac_delim
29623 target_alias!$target_alias$ac_delim
29624 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29625 build!$build$ac_delim
29626 build_cpu!$build_cpu$ac_delim
29627 build_vendor!$build_vendor$ac_delim
29628 build_os!$build_os$ac_delim
29629 host!$host$ac_delim
29630 host_cpu!$host_cpu$ac_delim
29631 host_vendor!$host_vendor$ac_delim
29632 host_os!$host_os$ac_delim
29633 SET_MAKE!$SET_MAKE$ac_delim
29634 CC!$CC$ac_delim
29635 CFLAGS!$CFLAGS$ac_delim
29636 LDFLAGS!$LDFLAGS$ac_delim
29637 CPPFLAGS!$CPPFLAGS$ac_delim
29638 ac_ct_CC!$ac_ct_CC$ac_delim
29639 EXEEXT!$EXEEXT$ac_delim
29640 OBJEXT!$OBJEXT$ac_delim
29641 CXX!$CXX$ac_delim
29642 CXXFLAGS!$CXXFLAGS$ac_delim
29643 ac_ct_CXX!$ac_ct_CXX$ac_delim
29644 CPPBIN!$CPPBIN$ac_delim
29645 TARGETFLAGS!$TARGETFLAGS$ac_delim
29646 WIN16_FILES!$WIN16_FILES$ac_delim
29647 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
29648 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29649 TOOLSDIR!$TOOLSDIR$ac_delim
29650 FLEX!$FLEX$ac_delim
29651 BISON!$BISON$ac_delim
29652 AR!$AR$ac_delim
29653 ac_ct_AR!$ac_ct_AR$ac_delim
29654 ARFLAGS!$ARFLAGS$ac_delim
29655 RANLIB!$RANLIB$ac_delim
29656 STRIP!$STRIP$ac_delim
29657 LN_S!$LN_S$ac_delim
29658 LN!$LN$ac_delim
29659 GREP!$GREP$ac_delim
29660 EGREP!$EGREP$ac_delim
29661 LDCONFIG!$LDCONFIG$ac_delim
29662 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29663 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29664 INSTALL_DATA!$INSTALL_DATA$ac_delim
29665 LINT!$LINT$ac_delim
29666 LINTFLAGS!$LINTFLAGS$ac_delim
29667 FONTFORGE!$FONTFORGE$ac_delim
29668 PKG_CONFIG!$PKG_CONFIG$ac_delim
29669 _ACEOF
29671 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29672 break
29673 elif $ac_last_try; then
29674 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29675 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29676 { (exit 1); exit 1; }; }
29677 else
29678 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29680 done
29682 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29683 if test -n "$ac_eof"; then
29684 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29685 ac_eof=`expr $ac_eof + 1`
29688 cat >>$CONFIG_STATUS <<_ACEOF
29689 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29690 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29691 /^[ ]*@MAKE_RULES@[ ]*$/{
29692 r $MAKE_RULES
29695 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29696 r $MAKE_DLL_RULES
29699 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29700 r $MAKE_IMPLIB_RULES
29703 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29704 r $MAKE_TEST_RULES
29707 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29708 r $MAKE_PROG_RULES
29711 _ACEOF
29712 sed '
29713 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29714 s/^/s,@/; s/!/@,|#_!!_#|/
29717 s/'"$ac_delim"'$/,g/; t
29718 s/$/\\/; p
29719 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29720 ' >>$CONFIG_STATUS <conf$$subs.sed
29721 rm -f conf$$subs.sed
29722 cat >>$CONFIG_STATUS <<_ACEOF
29723 CEOF$ac_eof
29724 _ACEOF
29727 ac_delim='%!_!# '
29728 for ac_last_try in false false false false false :; do
29729 cat >conf$$subs.sed <<_ACEOF
29730 RSVG!$RSVG$ac_delim
29731 ICOTOOL!$ICOTOOL$ac_delim
29732 PRELINK!$PRELINK$ac_delim
29733 XLIB!$XLIB$ac_delim
29734 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29735 CPP!$CPP$ac_delim
29736 DLLEXT!$DLLEXT$ac_delim
29737 DLLFLAGS!$DLLFLAGS$ac_delim
29738 LDSHARED!$LDSHARED$ac_delim
29739 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29740 LIBEXT!$LIBEXT$ac_delim
29741 IMPLIBEXT!$IMPLIBEXT$ac_delim
29742 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29743 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29744 LDD!$LDD$ac_delim
29745 DLLTOOL!$DLLTOOL$ac_delim
29746 DLLWRAP!$DLLWRAP$ac_delim
29747 MINGWAR!$MINGWAR$ac_delim
29748 SECURITYLIB!$SECURITYLIB$ac_delim
29749 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29750 IOKITLIB!$IOKITLIB$ac_delim
29751 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29752 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29753 COREAUDIO!$COREAUDIO$ac_delim
29754 LIBOPENAL!$LIBOPENAL$ac_delim
29755 CARBONLIB!$CARBONLIB$ac_delim
29756 CROSSCC!$CROSSCC$ac_delim
29757 CROSSTEST!$CROSSTEST$ac_delim
29758 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29759 LIBPTHREAD!$LIBPTHREAD$ac_delim
29760 XMKMF!$XMKMF$ac_delim
29761 X_CFLAGS!$X_CFLAGS$ac_delim
29762 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29763 X_LIBS!$X_LIBS$ac_delim
29764 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29765 NASLIBS!$NASLIBS$ac_delim
29766 XML2LIBS!$XML2LIBS$ac_delim
29767 XML2INCL!$XML2INCL$ac_delim
29768 XSLTINCL!$XSLTINCL$ac_delim
29769 HALINCL!$HALINCL$ac_delim
29770 GNUTLSINCL!$GNUTLSINCL$ac_delim
29771 sane_devel!$sane_devel$ac_delim
29772 SANEINCL!$SANEINCL$ac_delim
29773 gphoto2_devel!$gphoto2_devel$ac_delim
29774 gphoto2port_devel!$gphoto2port_devel$ac_delim
29775 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29776 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29777 RESOLVLIBS!$RESOLVLIBS$ac_delim
29778 LCMSLIBS!$LCMSLIBS$ac_delim
29779 ft_devel!$ft_devel$ac_delim
29780 FREETYPELIBS!$FREETYPELIBS$ac_delim
29781 FREETYPEINCL!$FREETYPEINCL$ac_delim
29782 ZLIB!$ZLIB$ac_delim
29783 ESDCONFIG!$ESDCONFIG$ac_delim
29784 ESDINCL!$ESDINCL$ac_delim
29785 ESDLIBS!$ESDLIBS$ac_delim
29786 PULSELIBS!$PULSELIBS$ac_delim
29787 ALSALIBS!$ALSALIBS$ac_delim
29788 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29789 CUPSINCL!$CUPSINCL$ac_delim
29790 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29791 PNGINCL!$PNGINCL$ac_delim
29792 LIBMPG123!$LIBMPG123$ac_delim
29793 LIBKSTAT!$LIBKSTAT$ac_delim
29794 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29795 BUILTINFLAG!$BUILTINFLAG$ac_delim
29796 LDPATH!$LDPATH$ac_delim
29797 TOOLSEXT!$TOOLSEXT$ac_delim
29798 CRTLIBS!$CRTLIBS$ac_delim
29799 SOCKETLIBS!$SOCKETLIBS$ac_delim
29800 MAIN_BINARY!$MAIN_BINARY$ac_delim
29801 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29802 LIBDL!$LIBDL$ac_delim
29803 LIBPOLL!$LIBPOLL$ac_delim
29804 LDAPLIBS!$LDAPLIBS$ac_delim
29805 DEPENDENCIES!$DEPENDENCIES$ac_delim
29806 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29807 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29808 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29809 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29810 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29811 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29812 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29813 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29814 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29815 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29816 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29817 LIBOBJS!$LIBOBJS$ac_delim
29818 LTLIBOBJS!$LTLIBOBJS$ac_delim
29819 _ACEOF
29821 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
29822 break
29823 elif $ac_last_try; then
29824 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29825 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29826 { (exit 1); exit 1; }; }
29827 else
29828 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29830 done
29832 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29833 if test -n "$ac_eof"; then
29834 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29835 ac_eof=`expr $ac_eof + 1`
29838 cat >>$CONFIG_STATUS <<_ACEOF
29839 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29840 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29841 _ACEOF
29842 sed '
29843 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29844 s/^/s,@/; s/!/@,|#_!!_#|/
29847 s/'"$ac_delim"'$/,g/; t
29848 s/$/\\/; p
29849 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29850 ' >>$CONFIG_STATUS <conf$$subs.sed
29851 rm -f conf$$subs.sed
29852 cat >>$CONFIG_STATUS <<_ACEOF
29853 :end
29854 s/|#_!!_#|//g
29855 CEOF$ac_eof
29856 _ACEOF
29859 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29860 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29861 # trailing colons and then remove the whole line if VPATH becomes empty
29862 # (actually we leave an empty line to preserve line numbers).
29863 if test "x$srcdir" = x.; then
29864 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29865 s/:*\$(srcdir):*/:/
29866 s/:*\${srcdir}:*/:/
29867 s/:*@srcdir@:*/:/
29868 s/^\([^=]*=[ ]*\):*/\1/
29869 s/:*$//
29870 s/^[^=]*=[ ]*$//
29874 cat >>$CONFIG_STATUS <<\_ACEOF
29875 fi # test -n "$CONFIG_FILES"
29878 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29880 case $ac_tag in
29881 :[FHLC]) ac_mode=$ac_tag; continue;;
29882 esac
29883 case $ac_mode$ac_tag in
29884 :[FHL]*:*);;
29885 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29886 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29887 { (exit 1); exit 1; }; };;
29888 :[FH]-) ac_tag=-:-;;
29889 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29890 esac
29891 ac_save_IFS=$IFS
29892 IFS=:
29893 set x $ac_tag
29894 IFS=$ac_save_IFS
29895 shift
29896 ac_file=$1
29897 shift
29899 case $ac_mode in
29900 :L) ac_source=$1;;
29901 :[FH])
29902 ac_file_inputs=
29903 for ac_f
29905 case $ac_f in
29906 -) ac_f="$tmp/stdin";;
29907 *) # Look for the file first in the build tree, then in the source tree
29908 # (if the path is not absolute). The absolute path cannot be DOS-style,
29909 # because $ac_f cannot contain `:'.
29910 test -f "$ac_f" ||
29911 case $ac_f in
29912 [\\/$]*) false;;
29913 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29914 esac ||
29915 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29916 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29917 { (exit 1); exit 1; }; };;
29918 esac
29919 ac_file_inputs="$ac_file_inputs $ac_f"
29920 done
29922 # Let's still pretend it is `configure' which instantiates (i.e., don't
29923 # use $as_me), people would be surprised to read:
29924 # /* config.h. Generated by config.status. */
29925 configure_input="Generated from "`IFS=:
29926 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29927 if test x"$ac_file" != x-; then
29928 configure_input="$ac_file. $configure_input"
29929 { echo "$as_me:$LINENO: creating $ac_file" >&5
29930 echo "$as_me: creating $ac_file" >&6;}
29933 case $ac_tag in
29934 *:-:* | *:-) cat >"$tmp/stdin";;
29935 esac
29937 esac
29939 ac_dir=`$as_dirname -- "$ac_file" ||
29940 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29941 X"$ac_file" : 'X\(//\)[^/]' \| \
29942 X"$ac_file" : 'X\(//\)$' \| \
29943 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29944 echo X"$ac_file" |
29945 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29946 s//\1/
29949 /^X\(\/\/\)[^/].*/{
29950 s//\1/
29953 /^X\(\/\/\)$/{
29954 s//\1/
29957 /^X\(\/\).*/{
29958 s//\1/
29961 s/.*/./; q'`
29962 { as_dir="$ac_dir"
29963 case $as_dir in #(
29964 -*) as_dir=./$as_dir;;
29965 esac
29966 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29967 as_dirs=
29968 while :; do
29969 case $as_dir in #(
29970 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29971 *) as_qdir=$as_dir;;
29972 esac
29973 as_dirs="'$as_qdir' $as_dirs"
29974 as_dir=`$as_dirname -- "$as_dir" ||
29975 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29976 X"$as_dir" : 'X\(//\)[^/]' \| \
29977 X"$as_dir" : 'X\(//\)$' \| \
29978 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29979 echo X"$as_dir" |
29980 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29981 s//\1/
29984 /^X\(\/\/\)[^/].*/{
29985 s//\1/
29988 /^X\(\/\/\)$/{
29989 s//\1/
29992 /^X\(\/\).*/{
29993 s//\1/
29996 s/.*/./; q'`
29997 test -d "$as_dir" && break
29998 done
29999 test -z "$as_dirs" || eval "mkdir $as_dirs"
30000 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30001 echo "$as_me: error: cannot create directory $as_dir" >&2;}
30002 { (exit 1); exit 1; }; }; }
30003 ac_builddir=.
30005 case "$ac_dir" in
30006 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30008 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
30009 # A ".." for each directory in $ac_dir_suffix.
30010 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
30011 case $ac_top_builddir_sub in
30012 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30013 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30014 esac ;;
30015 esac
30016 ac_abs_top_builddir=$ac_pwd
30017 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30018 # for backward compatibility:
30019 ac_top_builddir=$ac_top_build_prefix
30021 case $srcdir in
30022 .) # We are building in place.
30023 ac_srcdir=.
30024 ac_top_srcdir=$ac_top_builddir_sub
30025 ac_abs_top_srcdir=$ac_pwd ;;
30026 [\\/]* | ?:[\\/]* ) # Absolute name.
30027 ac_srcdir=$srcdir$ac_dir_suffix;
30028 ac_top_srcdir=$srcdir
30029 ac_abs_top_srcdir=$srcdir ;;
30030 *) # Relative name.
30031 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30032 ac_top_srcdir=$ac_top_build_prefix$srcdir
30033 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30034 esac
30035 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30038 case $ac_mode in
30041 # CONFIG_FILE
30044 case $INSTALL in
30045 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30046 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30047 esac
30048 _ACEOF
30050 cat >>$CONFIG_STATUS <<\_ACEOF
30051 # If the template does not know about datarootdir, expand it.
30052 # FIXME: This hack should be removed a few years after 2.60.
30053 ac_datarootdir_hack=; ac_datarootdir_seen=
30055 case `sed -n '/datarootdir/ {
30059 /@datadir@/p
30060 /@docdir@/p
30061 /@infodir@/p
30062 /@localedir@/p
30063 /@mandir@/p
30064 ' $ac_file_inputs` in
30065 *datarootdir*) ac_datarootdir_seen=yes;;
30066 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30067 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30068 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30069 _ACEOF
30070 cat >>$CONFIG_STATUS <<_ACEOF
30071 ac_datarootdir_hack='
30072 s&@datadir@&$datadir&g
30073 s&@docdir@&$docdir&g
30074 s&@infodir@&$infodir&g
30075 s&@localedir@&$localedir&g
30076 s&@mandir@&$mandir&g
30077 s&\\\${datarootdir}&$datarootdir&g' ;;
30078 esac
30079 _ACEOF
30081 # Neutralize VPATH when `$srcdir' = `.'.
30082 # Shell code in configure.ac might set extrasub.
30083 # FIXME: do we really want to maintain this feature?
30084 cat >>$CONFIG_STATUS <<_ACEOF
30085 sed "$ac_vpsub
30086 $extrasub
30087 _ACEOF
30088 cat >>$CONFIG_STATUS <<\_ACEOF
30090 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30091 s&@configure_input@&$configure_input&;t t
30092 s&@top_builddir@&$ac_top_builddir_sub&;t t
30093 s&@srcdir@&$ac_srcdir&;t t
30094 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30095 s&@top_srcdir@&$ac_top_srcdir&;t t
30096 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30097 s&@builddir@&$ac_builddir&;t t
30098 s&@abs_builddir@&$ac_abs_builddir&;t t
30099 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30100 s&@INSTALL@&$ac_INSTALL&;t t
30101 $ac_datarootdir_hack
30102 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30104 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30105 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30106 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30107 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30108 which seems to be undefined. Please make sure it is defined." >&5
30109 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30110 which seems to be undefined. Please make sure it is defined." >&2;}
30112 rm -f "$tmp/stdin"
30113 case $ac_file in
30114 -) cat "$tmp/out"; rm -f "$tmp/out";;
30115 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30116 esac
30120 # CONFIG_HEADER
30122 _ACEOF
30124 # Transform confdefs.h into a sed script `conftest.defines', that
30125 # substitutes the proper values into config.h.in to produce config.h.
30126 rm -f conftest.defines conftest.tail
30127 # First, append a space to every undef/define line, to ease matching.
30128 echo 's/$/ /' >conftest.defines
30129 # Then, protect against being on the right side of a sed subst, or in
30130 # an unquoted here document, in config.status. If some macros were
30131 # called several times there might be several #defines for the same
30132 # symbol, which is useless. But do not sort them, since the last
30133 # AC_DEFINE must be honored.
30134 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30135 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30136 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30137 # PARAMS is the parameter list in the macro definition--in most cases, it's
30138 # just an empty string.
30139 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30140 ac_dB='\\)[ (].*,\\1define\\2'
30141 ac_dC=' '
30142 ac_dD=' ,'
30144 uniq confdefs.h |
30145 sed -n '
30146 t rset
30147 :rset
30148 s/^[ ]*#[ ]*define[ ][ ]*//
30149 t ok
30152 s/[\\&,]/\\&/g
30153 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30154 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30155 ' >>conftest.defines
30157 # Remove the space that was appended to ease matching.
30158 # Then replace #undef with comments. This is necessary, for
30159 # example, in the case of _POSIX_SOURCE, which is predefined and required
30160 # on some systems where configure will not decide to define it.
30161 # (The regexp can be short, since the line contains either #define or #undef.)
30162 echo 's/ $//
30163 s,^[ #]*u.*,/* & */,' >>conftest.defines
30165 # Break up conftest.defines:
30166 ac_max_sed_lines=50
30168 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30169 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30170 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30171 # et cetera.
30172 ac_in='$ac_file_inputs'
30173 ac_out='"$tmp/out1"'
30174 ac_nxt='"$tmp/out2"'
30176 while :
30178 # Write a here document:
30179 cat >>$CONFIG_STATUS <<_ACEOF
30180 # First, check the format of the line:
30181 cat >"\$tmp/defines.sed" <<\\CEOF
30182 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30183 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30185 :def
30186 _ACEOF
30187 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30188 echo 'CEOF
30189 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30190 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30191 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30192 grep . conftest.tail >/dev/null || break
30193 rm -f conftest.defines
30194 mv conftest.tail conftest.defines
30195 done
30196 rm -f conftest.defines conftest.tail
30198 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30199 cat >>$CONFIG_STATUS <<\_ACEOF
30200 if test x"$ac_file" != x-; then
30201 echo "/* $configure_input */" >"$tmp/config.h"
30202 cat "$ac_result" >>"$tmp/config.h"
30203 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30204 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30205 echo "$as_me: $ac_file is unchanged" >&6;}
30206 else
30207 rm -f $ac_file
30208 mv "$tmp/config.h" $ac_file
30210 else
30211 echo "/* $configure_input */"
30212 cat "$ac_result"
30214 rm -f "$tmp/out12"
30217 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30218 echo "$as_me: executing $ac_file commands" >&6;}
30220 esac
30223 case $ac_file$ac_mode in
30224 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30225 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30226 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30227 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30228 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30229 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30230 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30231 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30232 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30233 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30234 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30235 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30236 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30238 esac
30239 done # for ac_tag
30242 { (exit 0); exit 0; }
30243 _ACEOF
30244 chmod +x $CONFIG_STATUS
30245 ac_clean_files=$ac_clean_files_save
30248 # configure is writing to config.log, and then calls config.status.
30249 # config.status does its own redirection, appending to config.log.
30250 # Unfortunately, on DOS this fails, as config.log is still kept open
30251 # by configure, so config.status won't be able to write to it; its
30252 # output is simply discarded. So we exec the FD to /dev/null,
30253 # effectively closing config.log, so it can be properly (re)opened and
30254 # appended to by config.status. When coming back to configure, we
30255 # need to make the FD available again.
30256 if test "$no_create" != yes; then
30257 ac_cs_success=:
30258 ac_config_status_args=
30259 test "$silent" = yes &&
30260 ac_config_status_args="$ac_config_status_args --quiet"
30261 exec 5>/dev/null
30262 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30263 exec 5>>config.log
30264 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30265 # would make configure fail if this is the last instruction.
30266 $ac_cs_success || { (exit 1); exit 1; }
30270 if test "$no_create" = "yes"
30271 then
30272 exit 0
30275 ac_save_IFS="$IFS"
30276 if test "x$wine_notices != "x; then
30277 echo >&6
30278 IFS="|"
30279 for msg in $wine_notices; do
30280 IFS="$ac_save_IFS"
30281 if test -n "$msg"; then
30282 { echo "$as_me:$LINENO: $msg" >&5
30283 echo "$as_me: $msg" >&6;}
30285 done
30287 IFS="|"
30288 for msg in $wine_warnings; do
30289 IFS="$ac_save_IFS"
30290 if test -n "$msg"; then
30291 echo >&2
30292 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30293 echo "$as_me: WARNING: $msg" >&2;}
30295 done
30296 IFS="$ac_save_IFS"
30298 echo "
30299 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30300 " >&6