push e9c4c6cdd0babd7b2cb4288f191bb331b756eaf2
[wine/hacks.git] / configure
blob9ef255a6c6dfd6409ff81d2388bca7dc8ac5061b
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.22.
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.22'
578 PACKAGE_STRING='Wine 1.1.22'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AS
685 ac_ct_LD
687 ac_ct_NM
689 ac_ct_AR
690 ARFLAGS
691 RANLIB
692 STRIP
693 WINDRES
694 LN_S
696 GREP
697 EGREP
698 LDCONFIG
699 INSTALL_PROGRAM
700 INSTALL_SCRIPT
701 INSTALL_DATA
702 LINT
703 LINTFLAGS
704 FONTFORGE
705 PKG_CONFIG
706 RSVG
707 ICOTOOL
708 PRELINK
709 XLIB
710 OPENGL_LIBS
712 DLLEXT
713 DLLFLAGS
714 LDSHARED
715 LDDLLFLAGS
716 LIBEXT
717 IMPLIBEXT
718 LDRPATH_INSTALL
719 LDRPATH_LOCAL
721 DLLTOOL
722 DLLWRAP
723 MINGWAR
724 SECURITYLIB
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSCC
732 CROSSWINDRES
733 CROSSTEST
734 LIBPTHREAD
735 XMKMF
736 X_CFLAGS
737 X_PRE_LIBS
738 X_LIBS
739 X_EXTRA_LIBS
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 LIBKSTAT
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.22 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.22:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pthread do not use the pthread library
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 CPP C preprocessor
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.22
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.22, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pthread was given.
2072 if test "${with_pthread+set}" = set; then
2073 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2077 # Check whether --with-pulse was given.
2078 if test "${with_pulse+set}" = set; then
2079 withval=$with_pulse;
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2085 withval=$with_sane;
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2115 withval=$with_xml;
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2145 withval=$with_xslt;
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 ac_build_alias=$build_alias
2174 test "x$ac_build_alias" = x &&
2175 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x &&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2189 *-*-*) ;;
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194 build=$ac_cv_build
2195 ac_save_IFS=$IFS; IFS='-'
2196 set x $ac_cv_build
2197 shift
2198 build_cpu=$1
2199 build_vendor=$2
2200 shift; shift
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2203 build_os=$*
2204 IFS=$ac_save_IFS
2205 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2212 else
2213 if test "x$host_alias" = x; then
2214 ac_cv_host=$ac_cv_build
2215 else
2216 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2225 case $ac_cv_host in
2226 *-*-*) ;;
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2230 esac
2231 host=$ac_cv_host
2232 ac_save_IFS=$IFS; IFS='-'
2233 set x $ac_cv_host
2234 shift
2235 host_cpu=$1
2236 host_vendor=$2
2237 shift; shift
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2240 host_os=$*
2241 IFS=$ac_save_IFS
2242 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2246 case "$srcdir" in
2247 .) ;;
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2254 fi ;;
2255 esac
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 cat >conftest.make <<\_ACEOF
2265 SHELL = /bin/sh
2266 all:
2267 @echo '@@@%%%=$(MAKE)=@@@%%%'
2268 _ACEOF
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2271 *@@@%%%=?*=@@@%%%*)
2272 eval ac_cv_prog_make_${ac_make}_set=yes;;
2274 eval ac_cv_prog_make_${ac_make}_set=no;;
2275 esac
2276 rm -f conftest.make
2278 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2281 SET_MAKE=
2282 else
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE="MAKE=${MAKE-make}"
2288 ac_ext=c
2289 ac_cpp='$CPP $CPPFLAGS'
2290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2315 done
2316 done
2317 IFS=$as_save_IFS
2321 CC=$ac_cv_prog_CC
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2325 else
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2333 ac_ct_CC=$CC
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x; then
2371 CC=""
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374 yes:)
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned=yes ;;
2382 esac
2383 CC=$ac_ct_CC
2385 else
2386 CC="$ac_cv_prog_CC"
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy ${ac_tool_prefix}cc; ac_word=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2397 else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400 else
2401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402 for as_dir in $PATH
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2412 done
2413 done
2414 IFS=$as_save_IFS
2418 CC=$ac_cv_prog_CC
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2422 else
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 ac_prog_rejected=no
2442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2443 for as_dir in $PATH
2445 IFS=$as_save_IFS
2446 test -z "$as_dir" && as_dir=.
2447 for ac_exec_ext in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected=yes
2451 continue
2453 ac_cv_prog_CC="cc"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2457 done
2458 done
2459 IFS=$as_save_IFS
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy $ac_cv_prog_CC
2464 shift
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2469 shift
2470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475 CC=$ac_cv_prog_CC
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2496 else
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC="$CC" # Let the user override the test.
2499 else
2500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2501 for as_dir in $PATH
2503 IFS=$as_save_IFS
2504 test -z "$as_dir" && as_dir=.
2505 for ac_exec_ext in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2509 break 2
2511 done
2512 done
2513 IFS=$as_save_IFS
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2521 else
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2528 done
2530 if test -z "$CC"; then
2531 ac_ct_CC=$CC
2532 for ac_prog in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy $ac_prog; ac_word=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2543 else
2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2547 IFS=$as_save_IFS
2548 test -z "$as_dir" && as_dir=.
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 break 2
2555 done
2556 done
2557 IFS=$as_save_IFS
2561 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2565 else
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2572 done
2574 if test "x$ac_ct_CC" = x; then
2575 CC=""
2576 else
2577 case $cross_compiling:$ac_tool_warned in
2578 yes:)
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned=yes ;;
2586 esac
2587 CC=$ac_ct_CC
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler=`set X $ac_compile; echo $2`
2603 { (ac_try="$ac_compiler --version >&5"
2604 case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -V >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2635 /* confdefs.h. */
2636 _ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2642 main ()
2646 return 0;
2648 _ACEOF
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2653 # of exeext.
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2666 ac_rmfiles=
2667 for ac_file in $ac_files
2669 case $ac_file in
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2672 esac
2673 done
2674 rm -f $ac_rmfiles
2676 if { (ac_try="$ac_link_default"
2677 case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680 esac
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2690 # Autoconf.
2691 for ac_file in $ac_files ''
2693 test -f "$ac_file" || continue
2694 case $ac_file in
2695 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2697 [ab].out )
2698 # We found the default executable, but exeext='' is most
2699 # certainly right.
2700 break;;
2701 *.* )
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2703 then :; else
2704 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2710 # actually working.
2711 break;;
2713 break;;
2714 esac
2715 done
2716 test "$ac_cv_exeext" = no && ac_cv_exeext=
2718 else
2719 ac_file=''
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2751 ac_status=$?
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 cross_compiling=no
2755 else
2756 if test "$cross_compiling" = maybe; then
2757 cross_compiling=yes
2758 else
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details." >&5
2762 echo "$as_me: error: cannot run C compiled programs.
2763 If you meant to cross compile, use \`--host'.
2764 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe'), while it won't with
2796 # `rm'.
2797 for ac_file in conftest.exe conftest conftest.*; do
2798 test -f "$ac_file" || continue
2799 case $ac_file in
2800 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2801 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 break;;
2803 * ) break;;
2804 esac
2805 done
2806 else
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.$ac_ext
2819 EXEEXT=$ac_cv_exeext
2820 ac_exeext=$EXEEXT
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 else
2826 cat >conftest.$ac_ext <<_ACEOF
2827 /* confdefs.h. */
2828 _ACEOF
2829 cat confdefs.h >>conftest.$ac_ext
2830 cat >>conftest.$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2834 main ()
2838 return 0;
2840 _ACEOF
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try="$ac_compile"
2843 case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846 esac
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859 done
2860 else
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2876 ac_objext=$OBJEXT
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 else
2882 cat >conftest.$ac_ext <<_ACEOF
2883 /* confdefs.h. */
2884 _ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2890 main ()
2892 #ifndef __GNUC__
2893 choke me
2894 #endif
2897 return 0;
2899 _ACEOF
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2908 ac_status=$?
2909 grep -v '^ *+' conftest.er1 >conftest.err
2910 rm -f conftest.er1
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2917 ac_compiler_gnu=yes
2918 else
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2922 ac_compiler_gnu=no
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2935 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2938 else
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2941 ac_cv_prog_cc_g=no
2942 CFLAGS="-g"
2943 cat >conftest.$ac_ext <<_ACEOF
2944 /* confdefs.h. */
2945 _ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2951 main ()
2955 return 0;
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2960 case "(($ac_try" in
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2963 esac
2964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2966 ac_status=$?
2967 grep -v '^ *+' conftest.er1 >conftest.err
2968 rm -f conftest.er1
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2975 ac_cv_prog_cc_g=yes
2976 else
2977 echo "$as_me: failed program was:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2980 CFLAGS=""
2981 cat >conftest.$ac_ext <<_ACEOF
2982 /* confdefs.h. */
2983 _ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2989 main ()
2993 return 0;
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2998 case "(($ac_try" in
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3001 esac
3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat >conftest.$ac_ext <<_ACEOF
3021 /* confdefs.h. */
3022 _ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3028 main ()
3032 return 0;
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040 esac
3041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3052 ac_cv_prog_cc_g=yes
3053 else
3054 echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3075 CFLAGS="-g -O2"
3076 else
3077 CFLAGS="-g"
3079 else
3080 if test "$GCC" = yes; then
3081 CFLAGS="-O2"
3082 else
3083 CFLAGS=
3086 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3087 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 ac_cv_prog_cc_c89=no
3092 ac_save_CC=$CC
3093 cat >conftest.$ac_ext <<_ACEOF
3094 /* confdefs.h. */
3095 _ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3099 #include <stdarg.h>
3100 #include <stdio.h>
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3107 char **p;
3108 int i;
3110 return p[i];
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3114 char *s;
3115 va_list v;
3116 va_start (v,p);
3117 s = g (p, va_arg (v,int));
3118 va_end (v);
3119 return s;
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3133 #define FOO(x) 'x'
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 int argc;
3141 char **argv;
3143 main ()
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 return 0;
3149 _ACEOF
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3162 ac_status=$?
3163 grep -v '^ *+' conftest.er1 >conftest.err
3164 rm -f conftest.er1
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3172 else
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x$ac_cv_prog_cc_c89" != "xno" && break
3181 done
3182 rm -f conftest.$ac_ext
3183 CC=$ac_save_CC
3186 # AC_CACHE_VAL
3187 case "x$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result: none needed" >&5
3190 echo "${ECHO_T}none needed" >&6; } ;;
3191 xno)
3192 { echo "$as_me:$LINENO: result: unsupported" >&5
3193 echo "${ECHO_T}unsupported" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3198 esac
3201 ac_ext=c
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_ext=cpp
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3214 CXX=$CCC
3215 else
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 CXX=$ac_cv_prog_CXX
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3250 else
3251 { echo "$as_me:$LINENO: result: no" >&5
3252 echo "${ECHO_T}no" >&6; }
3256 test -n "$CXX" && break
3257 done
3259 if test -z "$CXX"; then
3260 ac_ct_CXX=$CXX
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3272 else
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 for as_dir in $PATH
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 break 2
3284 done
3285 done
3286 IFS=$as_save_IFS
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3294 else
3295 { echo "$as_me:$LINENO: result: no" >&5
3296 echo "${ECHO_T}no" >&6; }
3300 test -n "$ac_ct_CXX" && break
3301 done
3303 if test "x$ac_ct_CXX" = x; then
3304 CXX="g++"
3305 else
3306 case $cross_compiling:$ac_tool_warned in
3307 yes:)
3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3309 whose name does not start with the host triplet. If you think this
3310 configuration is useful to you, please write to autoconf@gnu.org." >&5
3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3312 whose name does not start with the host triplet. If you think this
3313 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CXX=$ac_ct_CXX
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3326 case "(($ac_try" in
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3329 esac
3330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3332 ac_status=$?
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3369 main ()
3371 #ifndef __GNUC__
3372 choke me
3373 #endif
3376 return 0;
3378 _ACEOF
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3387 ac_status=$?
3388 grep -v '^ *+' conftest.er1 >conftest.err
3389 rm -f conftest.er1
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3396 ac_compiler_gnu=yes
3397 else
3398 echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3401 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3414 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 else
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3420 ac_cv_prog_cxx_g=no
3421 CXXFLAGS="-g"
3422 cat >conftest.$ac_ext <<_ACEOF
3423 /* confdefs.h. */
3424 _ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3439 case "(($ac_try" in
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3442 esac
3443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3445 ac_status=$?
3446 grep -v '^ *+' conftest.er1 >conftest.err
3447 rm -f conftest.er1
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3455 else
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3459 CXXFLAGS=""
3460 cat >conftest.$ac_ext <<_ACEOF
3461 /* confdefs.h. */
3462 _ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3468 main ()
3472 return 0;
3474 _ACEOF
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3483 ac_status=$?
3484 grep -v '^ *+' conftest.er1 >conftest.err
3485 rm -f conftest.er1
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3493 else
3494 echo "$as_me: failed program was:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3498 CXXFLAGS="-g"
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3516 case "(($ac_try" in
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3519 esac
3520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3522 ac_status=$?
3523 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3532 else
3533 echo "$as_me: failed program was:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3554 CXXFLAGS="-g -O2"
3555 else
3556 CXXFLAGS="-g"
3558 else
3559 if test "$GXX" = yes; then
3560 CXXFLAGS="-O2"
3561 else
3562 CXXFLAGS=
3565 ac_ext=c
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3578 else
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3603 else
3604 { echo "$as_me:$LINENO: result: no" >&5
3605 echo "${ECHO_T}no" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3648 if test "x$ac_ct_CPPBIN" = x; then
3649 CPPBIN="cpp"
3650 else
3651 case $cross_compiling:$ac_tool_warned in
3652 yes:)
3653 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3654 whose name does not start with the host triplet. If you think this
3655 configuration is useful to you, please write to autoconf@gnu.org." >&5
3656 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3657 whose name does not start with the host triplet. If you think this
3658 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 ac_tool_warned=yes ;;
3660 esac
3661 CPPBIN=$ac_ct_CPPBIN
3663 else
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3668 case $host in
3669 *-darwin*)
3670 if test "x$enable_win64" == "xyes"
3671 then
3672 CC="$CC -m64"
3673 CXX="$CXX -m64"
3674 LD="${LD:-ld} -arch x86_64"
3675 AS="${AS:-as} -arch x86_64"
3676 host_cpu="x86_64"
3677 notice_platform="64-bit "
3678 TARGETFLAGS="-m64"
3680 else
3681 CC="$CC -m32"
3682 CXX="$CXX -m32"
3683 LD="${LD:-ld} -arch i386"
3684 AS="${AS:-as} -arch i386"
3685 host_cpu="i386"
3686 notice_platform="32-bit "
3687 TARGETFLAGS="-m32"
3689 enable_win16=${enable_win16:-yes}
3692 x86_64*)
3693 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3694 then
3695 CC="$CC -m32"
3696 CXX="$CXX -m32"
3697 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3698 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3700 cat >conftest.$ac_ext <<_ACEOF
3701 /* confdefs.h. */
3702 _ACEOF
3703 cat confdefs.h >>conftest.$ac_ext
3704 cat >>conftest.$ac_ext <<_ACEOF
3705 /* end confdefs.h. */
3708 main ()
3712 return 0;
3714 _ACEOF
3715 rm -f conftest.$ac_objext conftest$ac_exeext
3716 if { (ac_try="$ac_link"
3717 case "(($ac_try" in
3718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3719 *) ac_try_echo=$ac_try;;
3720 esac
3721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3722 (eval "$ac_link") 2>conftest.er1
3723 ac_status=$?
3724 grep -v '^ *+' conftest.er1 >conftest.err
3725 rm -f conftest.er1
3726 cat conftest.err >&5
3727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3728 (exit $ac_status); } && {
3729 test -z "$ac_c_werror_flag" ||
3730 test ! -s conftest.err
3731 } && test -s conftest$ac_exeext &&
3732 $as_test_x conftest$ac_exeext; then
3733 { echo "$as_me:$LINENO: result: yes" >&5
3734 echo "${ECHO_T}yes" >&6; }
3735 else
3736 echo "$as_me: failed program was:" >&5
3737 sed 's/^/| /' conftest.$ac_ext >&5
3739 { echo "$as_me:$LINENO: result: no" >&5
3740 echo "${ECHO_T}no" >&6; }
3741 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3742 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3743 { (exit 1); exit 1; }; }
3746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3747 conftest$ac_exeext conftest.$ac_ext
3748 LD="${LD:-ld} -m elf_i386"
3749 AS="${AS:-as} --32"
3750 host_cpu="i386"
3751 notice_platform="32-bit "
3752 TARGETFLAGS="-m32"
3754 enable_win16=${enable_win16:-yes}
3755 else
3756 TARGETFLAGS="-m64"
3760 *-mingw32*|*-cygwin*)
3761 enable_win16=${enable_win16:-no}
3763 i[3456789]86*)
3764 enable_win16=${enable_win16:-yes}
3766 esac
3768 enable_win16=${enable_win16:-no}
3770 WIN16_FILES="\$(WIN16_FILES)"
3772 WIN16_INSTALL="\$(WIN16_INSTALL)"
3774 if test "x$enable_win16" != "xyes"
3775 then
3776 WIN16_FILES=""
3777 WIN16_INSTALL=""
3778 enable_w32skrnl=${enable_w32skrnl:-no}
3779 enable_winedos=${enable_winedos:-no}
3780 enable_winevdm=${enable_winevdm:-no}
3783 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3784 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3785 if test "${wine_cv_toolsdir+set}" = set; then
3786 echo $ECHO_N "(cached) $ECHO_C" >&6
3787 else
3788 if test -z "$with_wine_tools"; then
3789 if test "$cross_compiling" = "yes"; then
3790 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3791 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3792 { (exit 1); exit 1; }; }
3793 else
3794 wine_cv_toolsdir="\$(TOPOBJDIR)"
3796 elif test -d "$with_wine_tools/tools/winebuild"; then
3797 case $with_wine_tools in
3798 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3799 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3800 esac
3801 else
3802 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3803 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3804 { (exit 1); exit 1; }; }
3807 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3808 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3809 TOOLSDIR=$wine_cv_toolsdir
3811 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3812 then
3813 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3817 for ac_prog in flex
3819 # Extract the first word of "$ac_prog", so it can be a program name with args.
3820 set dummy $ac_prog; ac_word=$2
3821 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3822 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3823 if test "${ac_cv_prog_FLEX+set}" = set; then
3824 echo $ECHO_N "(cached) $ECHO_C" >&6
3825 else
3826 if test -n "$FLEX"; then
3827 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3828 else
3829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3830 for as_dir in $PATH
3832 IFS=$as_save_IFS
3833 test -z "$as_dir" && as_dir=.
3834 for ac_exec_ext in '' $ac_executable_extensions; do
3835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3836 ac_cv_prog_FLEX="$ac_prog"
3837 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3838 break 2
3840 done
3841 done
3842 IFS=$as_save_IFS
3846 FLEX=$ac_cv_prog_FLEX
3847 if test -n "$FLEX"; then
3848 { echo "$as_me:$LINENO: result: $FLEX" >&5
3849 echo "${ECHO_T}$FLEX" >&6; }
3850 else
3851 { echo "$as_me:$LINENO: result: no" >&5
3852 echo "${ECHO_T}no" >&6; }
3856 test -n "$FLEX" && break
3857 done
3858 test -n "$FLEX" || FLEX="none"
3860 if test "$FLEX" = "none"
3861 then
3862 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3863 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3864 { (exit 1); exit 1; }; }
3867 for ac_prog in bison
3869 # Extract the first word of "$ac_prog", so it can be a program name with args.
3870 set dummy $ac_prog; ac_word=$2
3871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3873 if test "${ac_cv_prog_BISON+set}" = set; then
3874 echo $ECHO_N "(cached) $ECHO_C" >&6
3875 else
3876 if test -n "$BISON"; then
3877 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3878 else
3879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3880 for as_dir in $PATH
3882 IFS=$as_save_IFS
3883 test -z "$as_dir" && as_dir=.
3884 for ac_exec_ext in '' $ac_executable_extensions; do
3885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3886 ac_cv_prog_BISON="$ac_prog"
3887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3888 break 2
3890 done
3891 done
3892 IFS=$as_save_IFS
3896 BISON=$ac_cv_prog_BISON
3897 if test -n "$BISON"; then
3898 { echo "$as_me:$LINENO: result: $BISON" >&5
3899 echo "${ECHO_T}$BISON" >&6; }
3900 else
3901 { echo "$as_me:$LINENO: result: no" >&5
3902 echo "${ECHO_T}no" >&6; }
3906 test -n "$BISON" && break
3907 done
3908 test -n "$BISON" || BISON="none"
3910 if test "$BISON" = "none"
3911 then
3912 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3913 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3914 { (exit 1); exit 1; }; }
3917 if test -n "$ac_tool_prefix"; then
3918 for ac_prog in gas as
3920 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3921 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3922 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3923 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3924 if test "${ac_cv_prog_AS+set}" = set; then
3925 echo $ECHO_N "(cached) $ECHO_C" >&6
3926 else
3927 if test -n "$AS"; then
3928 ac_cv_prog_AS="$AS" # Let the user override the test.
3929 else
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931 for as_dir in $PATH
3933 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=.
3935 for ac_exec_ext in '' $ac_executable_extensions; do
3936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3937 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3938 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3939 break 2
3941 done
3942 done
3943 IFS=$as_save_IFS
3947 AS=$ac_cv_prog_AS
3948 if test -n "$AS"; then
3949 { echo "$as_me:$LINENO: result: $AS" >&5
3950 echo "${ECHO_T}$AS" >&6; }
3951 else
3952 { echo "$as_me:$LINENO: result: no" >&5
3953 echo "${ECHO_T}no" >&6; }
3957 test -n "$AS" && break
3958 done
3960 if test -z "$AS"; then
3961 ac_ct_AS=$AS
3962 for ac_prog in gas as
3964 # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3968 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3969 echo $ECHO_N "(cached) $ECHO_C" >&6
3970 else
3971 if test -n "$ac_ct_AS"; then
3972 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_ac_ct_AS="$ac_prog"
3982 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 break 2
3985 done
3986 done
3987 IFS=$as_save_IFS
3991 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3992 if test -n "$ac_ct_AS"; then
3993 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3994 echo "${ECHO_T}$ac_ct_AS" >&6; }
3995 else
3996 { echo "$as_me:$LINENO: result: no" >&5
3997 echo "${ECHO_T}no" >&6; }
4001 test -n "$ac_ct_AS" && break
4002 done
4004 if test "x$ac_ct_AS" = x; then
4005 AS="as"
4006 else
4007 case $cross_compiling:$ac_tool_warned in
4008 yes:)
4009 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4010 whose name does not start with the host triplet. If you think this
4011 configuration is useful to you, please write to autoconf@gnu.org." >&5
4012 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4013 whose name does not start with the host triplet. If you think this
4014 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4015 ac_tool_warned=yes ;;
4016 esac
4017 AS=$ac_ct_AS
4021 if test -n "$ac_tool_prefix"; then
4022 for ac_prog in ld gld
4024 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4025 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4026 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4027 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4028 if test "${ac_cv_prog_LD+set}" = set; then
4029 echo $ECHO_N "(cached) $ECHO_C" >&6
4030 else
4031 if test -n "$LD"; then
4032 ac_cv_prog_LD="$LD" # Let the user override the test.
4033 else
4034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4035 for as_dir in $PATH
4037 IFS=$as_save_IFS
4038 test -z "$as_dir" && as_dir=.
4039 for ac_exec_ext in '' $ac_executable_extensions; do
4040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4041 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4042 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4043 break 2
4045 done
4046 done
4047 IFS=$as_save_IFS
4051 LD=$ac_cv_prog_LD
4052 if test -n "$LD"; then
4053 { echo "$as_me:$LINENO: result: $LD" >&5
4054 echo "${ECHO_T}$LD" >&6; }
4055 else
4056 { echo "$as_me:$LINENO: result: no" >&5
4057 echo "${ECHO_T}no" >&6; }
4061 test -n "$LD" && break
4062 done
4064 if test -z "$LD"; then
4065 ac_ct_LD=$LD
4066 for ac_prog in ld gld
4068 # Extract the first word of "$ac_prog", so it can be a program name with args.
4069 set dummy $ac_prog; ac_word=$2
4070 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4072 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4073 echo $ECHO_N "(cached) $ECHO_C" >&6
4074 else
4075 if test -n "$ac_ct_LD"; then
4076 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4077 else
4078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4079 for as_dir in $PATH
4081 IFS=$as_save_IFS
4082 test -z "$as_dir" && as_dir=.
4083 for ac_exec_ext in '' $ac_executable_extensions; do
4084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4085 ac_cv_prog_ac_ct_LD="$ac_prog"
4086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4087 break 2
4089 done
4090 done
4091 IFS=$as_save_IFS
4095 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4096 if test -n "$ac_ct_LD"; then
4097 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4098 echo "${ECHO_T}$ac_ct_LD" >&6; }
4099 else
4100 { echo "$as_me:$LINENO: result: no" >&5
4101 echo "${ECHO_T}no" >&6; }
4105 test -n "$ac_ct_LD" && break
4106 done
4108 if test "x$ac_ct_LD" = x; then
4109 LD="ld"
4110 else
4111 case $cross_compiling:$ac_tool_warned in
4112 yes:)
4113 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4114 whose name does not start with the host triplet. If you think this
4115 configuration is useful to you, please write to autoconf@gnu.org." >&5
4116 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4117 whose name does not start with the host triplet. If you think this
4118 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4119 ac_tool_warned=yes ;;
4120 esac
4121 LD=$ac_ct_LD
4125 if test -n "$ac_tool_prefix"; then
4126 for ac_prog in nm gnm
4128 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4129 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4130 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4131 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4132 if test "${ac_cv_prog_NM+set}" = set; then
4133 echo $ECHO_N "(cached) $ECHO_C" >&6
4134 else
4135 if test -n "$NM"; then
4136 ac_cv_prog_NM="$NM" # Let the user override the test.
4137 else
4138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139 for as_dir in $PATH
4141 IFS=$as_save_IFS
4142 test -z "$as_dir" && as_dir=.
4143 for ac_exec_ext in '' $ac_executable_extensions; do
4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4145 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4146 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4147 break 2
4149 done
4150 done
4151 IFS=$as_save_IFS
4155 NM=$ac_cv_prog_NM
4156 if test -n "$NM"; then
4157 { echo "$as_me:$LINENO: result: $NM" >&5
4158 echo "${ECHO_T}$NM" >&6; }
4159 else
4160 { echo "$as_me:$LINENO: result: no" >&5
4161 echo "${ECHO_T}no" >&6; }
4165 test -n "$NM" && break
4166 done
4168 if test -z "$NM"; then
4169 ac_ct_NM=$NM
4170 for ac_prog in nm gnm
4172 # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4175 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4176 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4177 echo $ECHO_N "(cached) $ECHO_C" >&6
4178 else
4179 if test -n "$ac_ct_NM"; then
4180 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4185 IFS=$as_save_IFS
4186 test -z "$as_dir" && as_dir=.
4187 for ac_exec_ext in '' $ac_executable_extensions; do
4188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189 ac_cv_prog_ac_ct_NM="$ac_prog"
4190 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4191 break 2
4193 done
4194 done
4195 IFS=$as_save_IFS
4199 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4200 if test -n "$ac_ct_NM"; then
4201 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4202 echo "${ECHO_T}$ac_ct_NM" >&6; }
4203 else
4204 { echo "$as_me:$LINENO: result: no" >&5
4205 echo "${ECHO_T}no" >&6; }
4209 test -n "$ac_ct_NM" && break
4210 done
4212 if test "x$ac_ct_NM" = x; then
4213 NM="nm"
4214 else
4215 case $cross_compiling:$ac_tool_warned in
4216 yes:)
4217 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4218 whose name does not start with the host triplet. If you think this
4219 configuration is useful to you, please write to autoconf@gnu.org." >&5
4220 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4221 whose name does not start with the host triplet. If you think this
4222 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4223 ac_tool_warned=yes ;;
4224 esac
4225 NM=$ac_ct_NM
4229 if test -n "$ac_tool_prefix"; then
4230 for ac_prog in ar gar
4232 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4233 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4234 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4236 if test "${ac_cv_prog_AR+set}" = set; then
4237 echo $ECHO_N "(cached) $ECHO_C" >&6
4238 else
4239 if test -n "$AR"; then
4240 ac_cv_prog_AR="$AR" # Let the user override the test.
4241 else
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243 for as_dir in $PATH
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4253 done
4254 done
4255 IFS=$as_save_IFS
4259 AR=$ac_cv_prog_AR
4260 if test -n "$AR"; then
4261 { echo "$as_me:$LINENO: result: $AR" >&5
4262 echo "${ECHO_T}$AR" >&6; }
4263 else
4264 { echo "$as_me:$LINENO: result: no" >&5
4265 echo "${ECHO_T}no" >&6; }
4269 test -n "$AR" && break
4270 done
4272 if test -z "$AR"; then
4273 ac_ct_AR=$AR
4274 for ac_prog in ar gar
4276 # Extract the first word of "$ac_prog", so it can be a program name with args.
4277 set dummy $ac_prog; ac_word=$2
4278 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4279 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4280 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4281 echo $ECHO_N "(cached) $ECHO_C" >&6
4282 else
4283 if test -n "$ac_ct_AR"; then
4284 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4285 else
4286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4287 for as_dir in $PATH
4289 IFS=$as_save_IFS
4290 test -z "$as_dir" && as_dir=.
4291 for ac_exec_ext in '' $ac_executable_extensions; do
4292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4293 ac_cv_prog_ac_ct_AR="$ac_prog"
4294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4295 break 2
4297 done
4298 done
4299 IFS=$as_save_IFS
4303 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4304 if test -n "$ac_ct_AR"; then
4305 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4306 echo "${ECHO_T}$ac_ct_AR" >&6; }
4307 else
4308 { echo "$as_me:$LINENO: result: no" >&5
4309 echo "${ECHO_T}no" >&6; }
4313 test -n "$ac_ct_AR" && break
4314 done
4316 if test "x$ac_ct_AR" = x; then
4317 AR="ar"
4318 else
4319 case $cross_compiling:$ac_tool_warned in
4320 yes:)
4321 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4322 whose name does not start with the host triplet. If you think this
4323 configuration is useful to you, please write to autoconf@gnu.org." >&5
4324 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4325 whose name does not start with the host triplet. If you think this
4326 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4327 ac_tool_warned=yes ;;
4328 esac
4329 AR=$ac_ct_AR
4333 ARFLAGS=rc
4335 if test -n "$ac_tool_prefix"; then
4336 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4337 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4340 if test "${ac_cv_prog_RANLIB+set}" = set; then
4341 echo $ECHO_N "(cached) $ECHO_C" >&6
4342 else
4343 if test -n "$RANLIB"; then
4344 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4345 else
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347 for as_dir in $PATH
4349 IFS=$as_save_IFS
4350 test -z "$as_dir" && as_dir=.
4351 for ac_exec_ext in '' $ac_executable_extensions; do
4352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4353 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4355 break 2
4357 done
4358 done
4359 IFS=$as_save_IFS
4363 RANLIB=$ac_cv_prog_RANLIB
4364 if test -n "$RANLIB"; then
4365 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4366 echo "${ECHO_T}$RANLIB" >&6; }
4367 else
4368 { echo "$as_me:$LINENO: result: no" >&5
4369 echo "${ECHO_T}no" >&6; }
4374 if test -z "$ac_cv_prog_RANLIB"; then
4375 ac_ct_RANLIB=$RANLIB
4376 # Extract the first word of "ranlib", so it can be a program name with args.
4377 set dummy ranlib; ac_word=$2
4378 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4379 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4380 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4381 echo $ECHO_N "(cached) $ECHO_C" >&6
4382 else
4383 if test -n "$ac_ct_RANLIB"; then
4384 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4385 else
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387 for as_dir in $PATH
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4393 ac_cv_prog_ac_ct_RANLIB="ranlib"
4394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 break 2
4397 done
4398 done
4399 IFS=$as_save_IFS
4403 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4404 if test -n "$ac_ct_RANLIB"; then
4405 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4406 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4407 else
4408 { echo "$as_me:$LINENO: result: no" >&5
4409 echo "${ECHO_T}no" >&6; }
4412 if test "x$ac_ct_RANLIB" = x; then
4413 RANLIB=":"
4414 else
4415 case $cross_compiling:$ac_tool_warned in
4416 yes:)
4417 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4418 whose name does not start with the host triplet. If you think this
4419 configuration is useful to you, please write to autoconf@gnu.org." >&5
4420 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4421 whose name does not start with the host triplet. If you think this
4422 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4423 ac_tool_warned=yes ;;
4424 esac
4425 RANLIB=$ac_ct_RANLIB
4427 else
4428 RANLIB="$ac_cv_prog_RANLIB"
4431 if test -n "$ac_tool_prefix"; then
4432 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4433 set dummy ${ac_tool_prefix}strip; ac_word=$2
4434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4436 if test "${ac_cv_prog_STRIP+set}" = set; then
4437 echo $ECHO_N "(cached) $ECHO_C" >&6
4438 else
4439 if test -n "$STRIP"; then
4440 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4441 else
4442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4443 for as_dir in $PATH
4445 IFS=$as_save_IFS
4446 test -z "$as_dir" && as_dir=.
4447 for ac_exec_ext in '' $ac_executable_extensions; do
4448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4449 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4450 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4451 break 2
4453 done
4454 done
4455 IFS=$as_save_IFS
4459 STRIP=$ac_cv_prog_STRIP
4460 if test -n "$STRIP"; then
4461 { echo "$as_me:$LINENO: result: $STRIP" >&5
4462 echo "${ECHO_T}$STRIP" >&6; }
4463 else
4464 { echo "$as_me:$LINENO: result: no" >&5
4465 echo "${ECHO_T}no" >&6; }
4470 if test -z "$ac_cv_prog_STRIP"; then
4471 ac_ct_STRIP=$STRIP
4472 # Extract the first word of "strip", so it can be a program name with args.
4473 set dummy strip; ac_word=$2
4474 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4476 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4477 echo $ECHO_N "(cached) $ECHO_C" >&6
4478 else
4479 if test -n "$ac_ct_STRIP"; then
4480 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4481 else
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4483 for as_dir in $PATH
4485 IFS=$as_save_IFS
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4489 ac_cv_prog_ac_ct_STRIP="strip"
4490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4491 break 2
4493 done
4494 done
4495 IFS=$as_save_IFS
4499 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4500 if test -n "$ac_ct_STRIP"; then
4501 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4502 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4503 else
4504 { echo "$as_me:$LINENO: result: no" >&5
4505 echo "${ECHO_T}no" >&6; }
4508 if test "x$ac_ct_STRIP" = x; then
4509 STRIP="strip"
4510 else
4511 case $cross_compiling:$ac_tool_warned in
4512 yes:)
4513 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4514 whose name does not start with the host triplet. If you think this
4515 configuration is useful to you, please write to autoconf@gnu.org." >&5
4516 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4517 whose name does not start with the host triplet. If you think this
4518 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4519 ac_tool_warned=yes ;;
4520 esac
4521 STRIP=$ac_ct_STRIP
4523 else
4524 STRIP="$ac_cv_prog_STRIP"
4527 if test -n "$ac_tool_prefix"; then
4528 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4529 set dummy ${ac_tool_prefix}windres; ac_word=$2
4530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4532 if test "${ac_cv_prog_WINDRES+set}" = set; then
4533 echo $ECHO_N "(cached) $ECHO_C" >&6
4534 else
4535 if test -n "$WINDRES"; then
4536 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4537 else
4538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4539 for as_dir in $PATH
4541 IFS=$as_save_IFS
4542 test -z "$as_dir" && as_dir=.
4543 for ac_exec_ext in '' $ac_executable_extensions; do
4544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4545 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4547 break 2
4549 done
4550 done
4551 IFS=$as_save_IFS
4555 WINDRES=$ac_cv_prog_WINDRES
4556 if test -n "$WINDRES"; then
4557 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4558 echo "${ECHO_T}$WINDRES" >&6; }
4559 else
4560 { echo "$as_me:$LINENO: result: no" >&5
4561 echo "${ECHO_T}no" >&6; }
4566 if test -z "$ac_cv_prog_WINDRES"; then
4567 ac_ct_WINDRES=$WINDRES
4568 # Extract the first word of "windres", so it can be a program name with args.
4569 set dummy windres; ac_word=$2
4570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4572 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4574 else
4575 if test -n "$ac_ct_WINDRES"; then
4576 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4577 else
4578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4579 for as_dir in $PATH
4581 IFS=$as_save_IFS
4582 test -z "$as_dir" && as_dir=.
4583 for ac_exec_ext in '' $ac_executable_extensions; do
4584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4585 ac_cv_prog_ac_ct_WINDRES="windres"
4586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4587 break 2
4589 done
4590 done
4591 IFS=$as_save_IFS
4595 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4596 if test -n "$ac_ct_WINDRES"; then
4597 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4598 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4599 else
4600 { echo "$as_me:$LINENO: result: no" >&5
4601 echo "${ECHO_T}no" >&6; }
4604 if test "x$ac_ct_WINDRES" = x; then
4605 WINDRES="false"
4606 else
4607 case $cross_compiling:$ac_tool_warned in
4608 yes:)
4609 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4610 whose name does not start with the host triplet. If you think this
4611 configuration is useful to you, please write to autoconf@gnu.org." >&5
4612 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4613 whose name does not start with the host triplet. If you think this
4614 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4615 ac_tool_warned=yes ;;
4616 esac
4617 WINDRES=$ac_ct_WINDRES
4619 else
4620 WINDRES="$ac_cv_prog_WINDRES"
4623 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4624 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4625 LN_S=$as_ln_s
4626 if test "$LN_S" = "ln -s"; then
4627 { echo "$as_me:$LINENO: result: yes" >&5
4628 echo "${ECHO_T}yes" >&6; }
4629 else
4630 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4631 echo "${ECHO_T}no, using $LN_S" >&6; }
4634 { echo "$as_me:$LINENO: checking whether ln works" >&5
4635 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4636 rm -f conf$$ conf$$.file
4637 echo >conf$$.file
4638 if ln conf$$.file conf$$ 2>/dev/null; then
4639 LN=ln
4641 { echo "$as_me:$LINENO: result: yes" >&5
4642 echo "${ECHO_T}yes" >&6; }
4643 else
4644 LN="cp -p"
4646 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4647 echo "${ECHO_T}no, using $LN" >&6; }
4649 rm -f conf$$ conf$$.file
4650 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4651 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4652 if test "${ac_cv_path_GREP+set}" = set; then
4653 echo $ECHO_N "(cached) $ECHO_C" >&6
4654 else
4655 # Extract the first word of "grep ggrep" to use in msg output
4656 if test -z "$GREP"; then
4657 set dummy grep ggrep; ac_prog_name=$2
4658 if test "${ac_cv_path_GREP+set}" = set; then
4659 echo $ECHO_N "(cached) $ECHO_C" >&6
4660 else
4661 ac_path_GREP_found=false
4662 # Loop through the user's path and test for each of PROGNAME-LIST
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4666 IFS=$as_save_IFS
4667 test -z "$as_dir" && as_dir=.
4668 for ac_prog in grep ggrep; do
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4671 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4672 # Check for GNU ac_path_GREP and select it if it is found.
4673 # Check for GNU $ac_path_GREP
4674 case `"$ac_path_GREP" --version 2>&1` in
4675 *GNU*)
4676 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4678 ac_count=0
4679 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4680 while :
4682 cat "conftest.in" "conftest.in" >"conftest.tmp"
4683 mv "conftest.tmp" "conftest.in"
4684 cp "conftest.in" "conftest.nl"
4685 echo 'GREP' >> "conftest.nl"
4686 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4687 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4688 ac_count=`expr $ac_count + 1`
4689 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4690 # Best one so far, save it but keep looking for a better one
4691 ac_cv_path_GREP="$ac_path_GREP"
4692 ac_path_GREP_max=$ac_count
4694 # 10*(2^10) chars as input seems more than enough
4695 test $ac_count -gt 10 && break
4696 done
4697 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4698 esac
4701 $ac_path_GREP_found && break 3
4702 done
4703 done
4705 done
4706 IFS=$as_save_IFS
4711 GREP="$ac_cv_path_GREP"
4712 if test -z "$GREP"; then
4713 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4714 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4715 { (exit 1); exit 1; }; }
4718 else
4719 ac_cv_path_GREP=$GREP
4724 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4725 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4726 GREP="$ac_cv_path_GREP"
4729 { echo "$as_me:$LINENO: checking for egrep" >&5
4730 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4731 if test "${ac_cv_path_EGREP+set}" = set; then
4732 echo $ECHO_N "(cached) $ECHO_C" >&6
4733 else
4734 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4735 then ac_cv_path_EGREP="$GREP -E"
4736 else
4737 # Extract the first word of "egrep" to use in msg output
4738 if test -z "$EGREP"; then
4739 set dummy egrep; ac_prog_name=$2
4740 if test "${ac_cv_path_EGREP+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6
4742 else
4743 ac_path_EGREP_found=false
4744 # Loop through the user's path and test for each of PROGNAME-LIST
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4748 IFS=$as_save_IFS
4749 test -z "$as_dir" && as_dir=.
4750 for ac_prog in egrep; do
4751 for ac_exec_ext in '' $ac_executable_extensions; do
4752 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4753 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4754 # Check for GNU ac_path_EGREP and select it if it is found.
4755 # Check for GNU $ac_path_EGREP
4756 case `"$ac_path_EGREP" --version 2>&1` in
4757 *GNU*)
4758 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4760 ac_count=0
4761 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4762 while :
4764 cat "conftest.in" "conftest.in" >"conftest.tmp"
4765 mv "conftest.tmp" "conftest.in"
4766 cp "conftest.in" "conftest.nl"
4767 echo 'EGREP' >> "conftest.nl"
4768 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4769 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4770 ac_count=`expr $ac_count + 1`
4771 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4772 # Best one so far, save it but keep looking for a better one
4773 ac_cv_path_EGREP="$ac_path_EGREP"
4774 ac_path_EGREP_max=$ac_count
4776 # 10*(2^10) chars as input seems more than enough
4777 test $ac_count -gt 10 && break
4778 done
4779 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4780 esac
4783 $ac_path_EGREP_found && break 3
4784 done
4785 done
4787 done
4788 IFS=$as_save_IFS
4793 EGREP="$ac_cv_path_EGREP"
4794 if test -z "$EGREP"; then
4795 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4796 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4797 { (exit 1); exit 1; }; }
4800 else
4801 ac_cv_path_EGREP=$EGREP
4807 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4808 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4809 EGREP="$ac_cv_path_EGREP"
4812 # Extract the first word of "ldconfig", so it can be a program name with args.
4813 set dummy ldconfig; ac_word=$2
4814 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4815 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4816 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4817 echo $ECHO_N "(cached) $ECHO_C" >&6
4818 else
4819 case $LDCONFIG in
4820 [\\/]* | ?:[\\/]*)
4821 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in /sbin /usr/sbin $PATH
4827 IFS=$as_save_IFS
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4833 break 2
4835 done
4836 done
4837 IFS=$as_save_IFS
4839 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4841 esac
4843 LDCONFIG=$ac_cv_path_LDCONFIG
4844 if test -n "$LDCONFIG"; then
4845 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4846 echo "${ECHO_T}$LDCONFIG" >&6; }
4847 else
4848 { echo "$as_me:$LINENO: result: no" >&5
4849 echo "${ECHO_T}no" >&6; }
4853 # Find a good install program. We prefer a C program (faster),
4854 # so one script is as good as another. But avoid the broken or
4855 # incompatible versions:
4856 # SysV /etc/install, /usr/sbin/install
4857 # SunOS /usr/etc/install
4858 # IRIX /sbin/install
4859 # AIX /bin/install
4860 # AmigaOS /C/install, which installs bootblocks on floppy discs
4861 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4862 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4863 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4864 # OS/2's system install, which has a completely different semantic
4865 # ./install, which can be erroneously created by make from ./install.sh.
4866 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4867 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4868 if test -z "$INSTALL"; then
4869 if test "${ac_cv_path_install+set}" = set; then
4870 echo $ECHO_N "(cached) $ECHO_C" >&6
4871 else
4872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4873 for as_dir in $PATH
4875 IFS=$as_save_IFS
4876 test -z "$as_dir" && as_dir=.
4877 # Account for people who put trailing slashes in PATH elements.
4878 case $as_dir/ in
4879 ./ | .// | /cC/* | \
4880 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4881 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4882 /usr/ucb/* ) ;;
4884 # OSF1 and SCO ODT 3.0 have their own names for install.
4885 # Don't use installbsd from OSF since it installs stuff as root
4886 # by default.
4887 for ac_prog in ginstall scoinst install; do
4888 for ac_exec_ext in '' $ac_executable_extensions; do
4889 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4890 if test $ac_prog = install &&
4891 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4892 # AIX install. It has an incompatible calling convention.
4894 elif test $ac_prog = install &&
4895 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4896 # program-specific install script used by HP pwplus--don't use.
4898 else
4899 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4900 break 3
4903 done
4904 done
4906 esac
4907 done
4908 IFS=$as_save_IFS
4912 if test "${ac_cv_path_install+set}" = set; then
4913 INSTALL=$ac_cv_path_install
4914 else
4915 # As a last resort, use the slow shell script. Don't cache a
4916 # value for INSTALL within a source directory, because that will
4917 # break other packages using the cache if that directory is
4918 # removed, or if the value is a relative name.
4919 INSTALL=$ac_install_sh
4922 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4923 echo "${ECHO_T}$INSTALL" >&6; }
4925 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4926 # It thinks the first close brace ends the variable substitution.
4927 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4929 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4931 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4933 case "$INSTALL" in
4934 [\\/$]* | ?:[\\/]* ) ;;
4935 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4936 esac
4938 for ac_prog in lclint lint
4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4941 set dummy $ac_prog; ac_word=$2
4942 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4943 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4944 if test "${ac_cv_prog_LINT+set}" = set; then
4945 echo $ECHO_N "(cached) $ECHO_C" >&6
4946 else
4947 if test -n "$LINT"; then
4948 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4949 else
4950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951 for as_dir in $PATH
4953 IFS=$as_save_IFS
4954 test -z "$as_dir" && as_dir=.
4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4957 ac_cv_prog_LINT="$ac_prog"
4958 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4959 break 2
4961 done
4962 done
4963 IFS=$as_save_IFS
4967 LINT=$ac_cv_prog_LINT
4968 if test -n "$LINT"; then
4969 { echo "$as_me:$LINENO: result: $LINT" >&5
4970 echo "${ECHO_T}$LINT" >&6; }
4971 else
4972 { echo "$as_me:$LINENO: result: no" >&5
4973 echo "${ECHO_T}no" >&6; }
4977 test -n "$LINT" && break
4978 done
4980 if test "$LINT" = "lint"
4981 then
4982 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4987 for ac_prog in fontforge
4989 # Extract the first word of "$ac_prog", so it can be a program name with args.
4990 set dummy $ac_prog; ac_word=$2
4991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4993 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4994 echo $ECHO_N "(cached) $ECHO_C" >&6
4995 else
4996 if test -n "$FONTFORGE"; then
4997 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4998 else
4999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5000 for as_dir in $PATH
5002 IFS=$as_save_IFS
5003 test -z "$as_dir" && as_dir=.
5004 for ac_exec_ext in '' $ac_executable_extensions; do
5005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5006 ac_cv_prog_FONTFORGE="$ac_prog"
5007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5008 break 2
5010 done
5011 done
5012 IFS=$as_save_IFS
5016 FONTFORGE=$ac_cv_prog_FONTFORGE
5017 if test -n "$FONTFORGE"; then
5018 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5019 echo "${ECHO_T}$FONTFORGE" >&6; }
5020 else
5021 { echo "$as_me:$LINENO: result: no" >&5
5022 echo "${ECHO_T}no" >&6; }
5026 test -n "$FONTFORGE" && break
5027 done
5028 test -n "$FONTFORGE" || FONTFORGE="false"
5030 for ac_prog in pkg-config
5032 # Extract the first word of "$ac_prog", so it can be a program name with args.
5033 set dummy $ac_prog; ac_word=$2
5034 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5036 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5037 echo $ECHO_N "(cached) $ECHO_C" >&6
5038 else
5039 if test -n "$PKG_CONFIG"; then
5040 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_PKG_CONFIG="$ac_prog"
5050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5053 done
5054 done
5055 IFS=$as_save_IFS
5059 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5060 if test -n "$PKG_CONFIG"; then
5061 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5062 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5063 else
5064 { echo "$as_me:$LINENO: result: no" >&5
5065 echo "${ECHO_T}no" >&6; }
5069 test -n "$PKG_CONFIG" && break
5070 done
5071 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5073 for ac_prog in rsvg
5075 # Extract the first word of "$ac_prog", so it can be a program name with args.
5076 set dummy $ac_prog; ac_word=$2
5077 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5079 if test "${ac_cv_prog_RSVG+set}" = set; then
5080 echo $ECHO_N "(cached) $ECHO_C" >&6
5081 else
5082 if test -n "$RSVG"; then
5083 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5084 else
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5086 for as_dir in $PATH
5088 IFS=$as_save_IFS
5089 test -z "$as_dir" && as_dir=.
5090 for ac_exec_ext in '' $ac_executable_extensions; do
5091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5092 ac_cv_prog_RSVG="$ac_prog"
5093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5094 break 2
5096 done
5097 done
5098 IFS=$as_save_IFS
5102 RSVG=$ac_cv_prog_RSVG
5103 if test -n "$RSVG"; then
5104 { echo "$as_me:$LINENO: result: $RSVG" >&5
5105 echo "${ECHO_T}$RSVG" >&6; }
5106 else
5107 { echo "$as_me:$LINENO: result: no" >&5
5108 echo "${ECHO_T}no" >&6; }
5112 test -n "$RSVG" && break
5113 done
5114 test -n "$RSVG" || RSVG="false"
5116 for ac_prog in icotool
5118 # Extract the first word of "$ac_prog", so it can be a program name with args.
5119 set dummy $ac_prog; ac_word=$2
5120 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5122 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5123 echo $ECHO_N "(cached) $ECHO_C" >&6
5124 else
5125 if test -n "$ICOTOOL"; then
5126 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5127 else
5128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5129 for as_dir in $PATH
5131 IFS=$as_save_IFS
5132 test -z "$as_dir" && as_dir=.
5133 for ac_exec_ext in '' $ac_executable_extensions; do
5134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5135 ac_cv_prog_ICOTOOL="$ac_prog"
5136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5137 break 2
5139 done
5140 done
5141 IFS=$as_save_IFS
5145 ICOTOOL=$ac_cv_prog_ICOTOOL
5146 if test -n "$ICOTOOL"; then
5147 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5148 echo "${ECHO_T}$ICOTOOL" >&6; }
5149 else
5150 { echo "$as_me:$LINENO: result: no" >&5
5151 echo "${ECHO_T}no" >&6; }
5155 test -n "$ICOTOOL" && break
5156 done
5157 test -n "$ICOTOOL" || ICOTOOL="false"
5160 if test "${enable_maintainer_mode+set}" = set
5161 then
5162 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5163 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5164 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5167 case $host_cpu in
5168 *i[3456789]86*)
5169 # Extract the first word of "prelink", so it can be a program name with args.
5170 set dummy prelink; ac_word=$2
5171 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5173 if test "${ac_cv_path_PRELINK+set}" = set; then
5174 echo $ECHO_N "(cached) $ECHO_C" >&6
5175 else
5176 case $PRELINK in
5177 [\\/]* | ?:[\\/]*)
5178 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182 for as_dir in /sbin /usr/sbin $PATH
5184 IFS=$as_save_IFS
5185 test -z "$as_dir" && as_dir=.
5186 for ac_exec_ext in '' $ac_executable_extensions; do
5187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5188 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5190 break 2
5192 done
5193 done
5194 IFS=$as_save_IFS
5196 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5198 esac
5200 PRELINK=$ac_cv_path_PRELINK
5201 if test -n "$PRELINK"; then
5202 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5203 echo "${ECHO_T}$PRELINK" >&6; }
5204 else
5205 { echo "$as_me:$LINENO: result: no" >&5
5206 echo "${ECHO_T}no" >&6; }
5211 esac
5215 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5216 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5217 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5218 echo $ECHO_N "(cached) $ECHO_C" >&6
5219 else
5220 ac_check_lib_save_LIBS=$LIBS
5221 LIBS="-li386 $LIBS"
5222 cat >conftest.$ac_ext <<_ACEOF
5223 /* confdefs.h. */
5224 _ACEOF
5225 cat confdefs.h >>conftest.$ac_ext
5226 cat >>conftest.$ac_ext <<_ACEOF
5227 /* end confdefs.h. */
5229 /* Override any GCC internal prototype to avoid an error.
5230 Use char because int might match the return type of a GCC
5231 builtin and then its argument prototype would still apply. */
5232 #ifdef __cplusplus
5233 extern "C"
5234 #endif
5235 char i386_set_ldt ();
5237 main ()
5239 return i386_set_ldt ();
5241 return 0;
5243 _ACEOF
5244 rm -f conftest.$ac_objext conftest$ac_exeext
5245 if { (ac_try="$ac_link"
5246 case "(($ac_try" in
5247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5248 *) ac_try_echo=$ac_try;;
5249 esac
5250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5251 (eval "$ac_link") 2>conftest.er1
5252 ac_status=$?
5253 grep -v '^ *+' conftest.er1 >conftest.err
5254 rm -f conftest.er1
5255 cat conftest.err >&5
5256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5257 (exit $ac_status); } && {
5258 test -z "$ac_c_werror_flag" ||
5259 test ! -s conftest.err
5260 } && test -s conftest$ac_exeext &&
5261 $as_test_x conftest$ac_exeext; then
5262 ac_cv_lib_i386_i386_set_ldt=yes
5263 else
5264 echo "$as_me: failed program was:" >&5
5265 sed 's/^/| /' conftest.$ac_ext >&5
5267 ac_cv_lib_i386_i386_set_ldt=no
5270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5271 conftest$ac_exeext conftest.$ac_ext
5272 LIBS=$ac_check_lib_save_LIBS
5274 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5275 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5276 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5277 cat >>confdefs.h <<_ACEOF
5278 #define HAVE_LIBI386 1
5279 _ACEOF
5281 LIBS="-li386 $LIBS"
5286 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5287 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5288 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5289 echo $ECHO_N "(cached) $ECHO_C" >&6
5290 else
5291 ac_check_lib_save_LIBS=$LIBS
5292 LIBS="-lossaudio $LIBS"
5293 cat >conftest.$ac_ext <<_ACEOF
5294 /* confdefs.h. */
5295 _ACEOF
5296 cat confdefs.h >>conftest.$ac_ext
5297 cat >>conftest.$ac_ext <<_ACEOF
5298 /* end confdefs.h. */
5300 /* Override any GCC internal prototype to avoid an error.
5301 Use char because int might match the return type of a GCC
5302 builtin and then its argument prototype would still apply. */
5303 #ifdef __cplusplus
5304 extern "C"
5305 #endif
5306 char _oss_ioctl ();
5308 main ()
5310 return _oss_ioctl ();
5312 return 0;
5314 _ACEOF
5315 rm -f conftest.$ac_objext conftest$ac_exeext
5316 if { (ac_try="$ac_link"
5317 case "(($ac_try" in
5318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5319 *) ac_try_echo=$ac_try;;
5320 esac
5321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5322 (eval "$ac_link") 2>conftest.er1
5323 ac_status=$?
5324 grep -v '^ *+' conftest.er1 >conftest.err
5325 rm -f conftest.er1
5326 cat conftest.err >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } && {
5329 test -z "$ac_c_werror_flag" ||
5330 test ! -s conftest.err
5331 } && test -s conftest$ac_exeext &&
5332 $as_test_x conftest$ac_exeext; then
5333 ac_cv_lib_ossaudio__oss_ioctl=yes
5334 else
5335 echo "$as_me: failed program was:" >&5
5336 sed 's/^/| /' conftest.$ac_ext >&5
5338 ac_cv_lib_ossaudio__oss_ioctl=no
5341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5342 conftest$ac_exeext conftest.$ac_ext
5343 LIBS=$ac_check_lib_save_LIBS
5345 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5346 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5347 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5348 cat >>confdefs.h <<_ACEOF
5349 #define HAVE_LIBOSSAUDIO 1
5350 _ACEOF
5352 LIBS="-lossaudio $LIBS"
5357 XLIB=""
5359 OPENGL_LIBS=""
5363 ac_ext=c
5364 ac_cpp='$CPP $CPPFLAGS'
5365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5366 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5367 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5368 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5369 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5370 # On Suns, sometimes $CPP names a directory.
5371 if test -n "$CPP" && test -d "$CPP"; then
5372 CPP=
5374 if test -z "$CPP"; then
5375 if test "${ac_cv_prog_CPP+set}" = set; then
5376 echo $ECHO_N "(cached) $ECHO_C" >&6
5377 else
5378 # Double quotes because CPP needs to be expanded
5379 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5381 ac_preproc_ok=false
5382 for ac_c_preproc_warn_flag in '' yes
5384 # Use a header file that comes with gcc, so configuring glibc
5385 # with a fresh cross-compiler works.
5386 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5387 # <limits.h> exists even on freestanding compilers.
5388 # On the NeXT, cc -E runs the code through the compiler's parser,
5389 # not just through cpp. "Syntax error" is here to catch this case.
5390 cat >conftest.$ac_ext <<_ACEOF
5391 /* confdefs.h. */
5392 _ACEOF
5393 cat confdefs.h >>conftest.$ac_ext
5394 cat >>conftest.$ac_ext <<_ACEOF
5395 /* end confdefs.h. */
5396 #ifdef __STDC__
5397 # include <limits.h>
5398 #else
5399 # include <assert.h>
5400 #endif
5401 Syntax error
5402 _ACEOF
5403 if { (ac_try="$ac_cpp conftest.$ac_ext"
5404 case "(($ac_try" in
5405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5406 *) ac_try_echo=$ac_try;;
5407 esac
5408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5409 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5410 ac_status=$?
5411 grep -v '^ *+' conftest.er1 >conftest.err
5412 rm -f conftest.er1
5413 cat conftest.err >&5
5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415 (exit $ac_status); } >/dev/null && {
5416 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5417 test ! -s conftest.err
5418 }; then
5420 else
5421 echo "$as_me: failed program was:" >&5
5422 sed 's/^/| /' conftest.$ac_ext >&5
5424 # Broken: fails on valid input.
5425 continue
5428 rm -f conftest.err conftest.$ac_ext
5430 # OK, works on sane cases. Now check whether nonexistent headers
5431 # can be detected and how.
5432 cat >conftest.$ac_ext <<_ACEOF
5433 /* confdefs.h. */
5434 _ACEOF
5435 cat confdefs.h >>conftest.$ac_ext
5436 cat >>conftest.$ac_ext <<_ACEOF
5437 /* end confdefs.h. */
5438 #include <ac_nonexistent.h>
5439 _ACEOF
5440 if { (ac_try="$ac_cpp conftest.$ac_ext"
5441 case "(($ac_try" in
5442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5443 *) ac_try_echo=$ac_try;;
5444 esac
5445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5447 ac_status=$?
5448 grep -v '^ *+' conftest.er1 >conftest.err
5449 rm -f conftest.er1
5450 cat conftest.err >&5
5451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5452 (exit $ac_status); } >/dev/null && {
5453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5454 test ! -s conftest.err
5455 }; then
5456 # Broken: success on invalid input.
5457 continue
5458 else
5459 echo "$as_me: failed program was:" >&5
5460 sed 's/^/| /' conftest.$ac_ext >&5
5462 # Passes both tests.
5463 ac_preproc_ok=:
5464 break
5467 rm -f conftest.err conftest.$ac_ext
5469 done
5470 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5471 rm -f conftest.err conftest.$ac_ext
5472 if $ac_preproc_ok; then
5473 break
5476 done
5477 ac_cv_prog_CPP=$CPP
5480 CPP=$ac_cv_prog_CPP
5481 else
5482 ac_cv_prog_CPP=$CPP
5484 { echo "$as_me:$LINENO: result: $CPP" >&5
5485 echo "${ECHO_T}$CPP" >&6; }
5486 ac_preproc_ok=false
5487 for ac_c_preproc_warn_flag in '' yes
5489 # Use a header file that comes with gcc, so configuring glibc
5490 # with a fresh cross-compiler works.
5491 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5492 # <limits.h> exists even on freestanding compilers.
5493 # On the NeXT, cc -E runs the code through the compiler's parser,
5494 # not just through cpp. "Syntax error" is here to catch this case.
5495 cat >conftest.$ac_ext <<_ACEOF
5496 /* confdefs.h. */
5497 _ACEOF
5498 cat confdefs.h >>conftest.$ac_ext
5499 cat >>conftest.$ac_ext <<_ACEOF
5500 /* end confdefs.h. */
5501 #ifdef __STDC__
5502 # include <limits.h>
5503 #else
5504 # include <assert.h>
5505 #endif
5506 Syntax error
5507 _ACEOF
5508 if { (ac_try="$ac_cpp conftest.$ac_ext"
5509 case "(($ac_try" in
5510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5511 *) ac_try_echo=$ac_try;;
5512 esac
5513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5515 ac_status=$?
5516 grep -v '^ *+' conftest.er1 >conftest.err
5517 rm -f conftest.er1
5518 cat conftest.err >&5
5519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); } >/dev/null && {
5521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5522 test ! -s conftest.err
5523 }; then
5525 else
5526 echo "$as_me: failed program was:" >&5
5527 sed 's/^/| /' conftest.$ac_ext >&5
5529 # Broken: fails on valid input.
5530 continue
5533 rm -f conftest.err conftest.$ac_ext
5535 # OK, works on sane cases. Now check whether nonexistent headers
5536 # can be detected and how.
5537 cat >conftest.$ac_ext <<_ACEOF
5538 /* confdefs.h. */
5539 _ACEOF
5540 cat confdefs.h >>conftest.$ac_ext
5541 cat >>conftest.$ac_ext <<_ACEOF
5542 /* end confdefs.h. */
5543 #include <ac_nonexistent.h>
5544 _ACEOF
5545 if { (ac_try="$ac_cpp conftest.$ac_ext"
5546 case "(($ac_try" in
5547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5548 *) ac_try_echo=$ac_try;;
5549 esac
5550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5551 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5552 ac_status=$?
5553 grep -v '^ *+' conftest.er1 >conftest.err
5554 rm -f conftest.er1
5555 cat conftest.err >&5
5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557 (exit $ac_status); } >/dev/null && {
5558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5559 test ! -s conftest.err
5560 }; then
5561 # Broken: success on invalid input.
5562 continue
5563 else
5564 echo "$as_me: failed program was:" >&5
5565 sed 's/^/| /' conftest.$ac_ext >&5
5567 # Passes both tests.
5568 ac_preproc_ok=:
5569 break
5572 rm -f conftest.err conftest.$ac_ext
5574 done
5575 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5576 rm -f conftest.err conftest.$ac_ext
5577 if $ac_preproc_ok; then
5579 else
5580 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5581 See \`config.log' for more details." >&5
5582 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5583 See \`config.log' for more details." >&2;}
5584 { (exit 1); exit 1; }; }
5587 ac_ext=c
5588 ac_cpp='$CPP $CPPFLAGS'
5589 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5590 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5591 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5594 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5595 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5596 if test "${ac_cv_header_stdc+set}" = set; then
5597 echo $ECHO_N "(cached) $ECHO_C" >&6
5598 else
5599 cat >conftest.$ac_ext <<_ACEOF
5600 /* confdefs.h. */
5601 _ACEOF
5602 cat confdefs.h >>conftest.$ac_ext
5603 cat >>conftest.$ac_ext <<_ACEOF
5604 /* end confdefs.h. */
5605 #include <stdlib.h>
5606 #include <stdarg.h>
5607 #include <string.h>
5608 #include <float.h>
5611 main ()
5615 return 0;
5617 _ACEOF
5618 rm -f conftest.$ac_objext
5619 if { (ac_try="$ac_compile"
5620 case "(($ac_try" in
5621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5622 *) ac_try_echo=$ac_try;;
5623 esac
5624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5625 (eval "$ac_compile") 2>conftest.er1
5626 ac_status=$?
5627 grep -v '^ *+' conftest.er1 >conftest.err
5628 rm -f conftest.er1
5629 cat conftest.err >&5
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } && {
5632 test -z "$ac_c_werror_flag" ||
5633 test ! -s conftest.err
5634 } && test -s conftest.$ac_objext; then
5635 ac_cv_header_stdc=yes
5636 else
5637 echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5640 ac_cv_header_stdc=no
5643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5645 if test $ac_cv_header_stdc = yes; then
5646 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5647 cat >conftest.$ac_ext <<_ACEOF
5648 /* confdefs.h. */
5649 _ACEOF
5650 cat confdefs.h >>conftest.$ac_ext
5651 cat >>conftest.$ac_ext <<_ACEOF
5652 /* end confdefs.h. */
5653 #include <string.h>
5655 _ACEOF
5656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5657 $EGREP "memchr" >/dev/null 2>&1; then
5659 else
5660 ac_cv_header_stdc=no
5662 rm -f conftest*
5666 if test $ac_cv_header_stdc = yes; then
5667 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5668 cat >conftest.$ac_ext <<_ACEOF
5669 /* confdefs.h. */
5670 _ACEOF
5671 cat confdefs.h >>conftest.$ac_ext
5672 cat >>conftest.$ac_ext <<_ACEOF
5673 /* end confdefs.h. */
5674 #include <stdlib.h>
5676 _ACEOF
5677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5678 $EGREP "free" >/dev/null 2>&1; then
5680 else
5681 ac_cv_header_stdc=no
5683 rm -f conftest*
5687 if test $ac_cv_header_stdc = yes; then
5688 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5689 if test "$cross_compiling" = yes; then
5691 else
5692 cat >conftest.$ac_ext <<_ACEOF
5693 /* confdefs.h. */
5694 _ACEOF
5695 cat confdefs.h >>conftest.$ac_ext
5696 cat >>conftest.$ac_ext <<_ACEOF
5697 /* end confdefs.h. */
5698 #include <ctype.h>
5699 #include <stdlib.h>
5700 #if ((' ' & 0x0FF) == 0x020)
5701 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5702 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5703 #else
5704 # define ISLOWER(c) \
5705 (('a' <= (c) && (c) <= 'i') \
5706 || ('j' <= (c) && (c) <= 'r') \
5707 || ('s' <= (c) && (c) <= 'z'))
5708 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5709 #endif
5711 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5713 main ()
5715 int i;
5716 for (i = 0; i < 256; i++)
5717 if (XOR (islower (i), ISLOWER (i))
5718 || toupper (i) != TOUPPER (i))
5719 return 2;
5720 return 0;
5722 _ACEOF
5723 rm -f conftest$ac_exeext
5724 if { (ac_try="$ac_link"
5725 case "(($ac_try" in
5726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5727 *) ac_try_echo=$ac_try;;
5728 esac
5729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5730 (eval "$ac_link") 2>&5
5731 ac_status=$?
5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5734 { (case "(($ac_try" in
5735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5736 *) ac_try_echo=$ac_try;;
5737 esac
5738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5739 (eval "$ac_try") 2>&5
5740 ac_status=$?
5741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5742 (exit $ac_status); }; }; then
5744 else
5745 echo "$as_me: program exited with status $ac_status" >&5
5746 echo "$as_me: failed program was:" >&5
5747 sed 's/^/| /' conftest.$ac_ext >&5
5749 ( exit $ac_status )
5750 ac_cv_header_stdc=no
5752 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5758 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5759 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5760 if test $ac_cv_header_stdc = yes; then
5762 cat >>confdefs.h <<\_ACEOF
5763 #define STDC_HEADERS 1
5764 _ACEOF
5768 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5778 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5779 inttypes.h stdint.h unistd.h
5781 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5782 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5786 else
5787 cat >conftest.$ac_ext <<_ACEOF
5788 /* confdefs.h. */
5789 _ACEOF
5790 cat confdefs.h >>conftest.$ac_ext
5791 cat >>conftest.$ac_ext <<_ACEOF
5792 /* end confdefs.h. */
5793 $ac_includes_default
5795 #include <$ac_header>
5796 _ACEOF
5797 rm -f conftest.$ac_objext
5798 if { (ac_try="$ac_compile"
5799 case "(($ac_try" in
5800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5801 *) ac_try_echo=$ac_try;;
5802 esac
5803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5804 (eval "$ac_compile") 2>conftest.er1
5805 ac_status=$?
5806 grep -v '^ *+' conftest.er1 >conftest.err
5807 rm -f conftest.er1
5808 cat conftest.err >&5
5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5810 (exit $ac_status); } && {
5811 test -z "$ac_c_werror_flag" ||
5812 test ! -s conftest.err
5813 } && test -s conftest.$ac_objext; then
5814 eval "$as_ac_Header=yes"
5815 else
5816 echo "$as_me: failed program was:" >&5
5817 sed 's/^/| /' conftest.$ac_ext >&5
5819 eval "$as_ac_Header=no"
5822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5824 ac_res=`eval echo '${'$as_ac_Header'}'`
5825 { echo "$as_me:$LINENO: result: $ac_res" >&5
5826 echo "${ECHO_T}$ac_res" >&6; }
5827 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5828 cat >>confdefs.h <<_ACEOF
5829 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5830 _ACEOF
5834 done
5958 for ac_header in \
5959 AudioUnit/AudioUnit.h \
5960 Carbon/Carbon.h \
5961 CoreAudio/CoreAudio.h \
5962 DiskArbitration/DiskArbitration.h \
5963 IOKit/IOKitLib.h \
5964 IOKit/hid/IOHIDLib.h \
5965 alias.h \
5966 alsa/asoundlib.h \
5967 arpa/inet.h \
5968 arpa/nameser.h \
5969 asm/types.h \
5970 capi20.h \
5971 curses.h \
5972 direct.h \
5973 dirent.h \
5974 dlfcn.h \
5975 elf.h \
5976 float.h \
5977 fontconfig/fontconfig.h \
5978 getopt.h \
5979 grp.h \
5980 ieeefp.h \
5981 inet/mib2.h \
5982 io.h \
5983 jack/jack.h \
5984 jpeglib.h \
5985 kstat.h \
5986 lber.h \
5987 lcms.h \
5988 lcms/lcms.h \
5989 ldap.h \
5990 libaudioio.h \
5991 link.h \
5992 linux/cdrom.h \
5993 linux/compiler.h \
5994 linux/hdreg.h \
5995 linux/input.h \
5996 linux/ioctl.h \
5997 linux/joystick.h \
5998 linux/major.h \
5999 linux/param.h \
6000 linux/serial.h \
6001 linux/types.h \
6002 linux/ucdrom.h \
6003 mach-o/dyld_images.h \
6004 mach-o/nlist.h \
6005 mach/mach.h \
6006 mach/machine.h \
6007 machine/cpu.h \
6008 machine/limits.h \
6009 machine/soundcard.h \
6010 mntent.h \
6011 ncurses.h \
6012 netdb.h \
6013 netinet/in.h \
6014 netinet/in_systm.h \
6015 netinet/tcp.h \
6016 netinet/tcp_fsm.h \
6017 openssl/err.h \
6018 openssl/ssl.h \
6019 png.h \
6020 poll.h \
6021 process.h \
6022 pthread.h \
6023 pwd.h \
6024 regex.h \
6025 sched.h \
6026 scsi/scsi.h \
6027 scsi/scsi_ioctl.h \
6028 scsi/sg.h \
6029 soundcard.h \
6030 stdint.h \
6031 strings.h \
6032 stropts.h \
6033 sys/asoundlib.h \
6034 sys/cdio.h \
6035 sys/elf32.h \
6036 sys/epoll.h \
6037 sys/errno.h \
6038 sys/event.h \
6039 sys/exec_elf.h \
6040 sys/filio.h \
6041 sys/ioctl.h \
6042 sys/ipc.h \
6043 sys/limits.h \
6044 sys/link.h \
6045 sys/mman.h \
6046 sys/modem.h \
6047 sys/msg.h \
6048 sys/mtio.h \
6049 sys/param.h \
6050 sys/poll.h \
6051 sys/prctl.h \
6052 sys/protosw.h \
6053 sys/ptrace.h \
6054 sys/resource.h \
6055 sys/scsiio.h \
6056 sys/shm.h \
6057 sys/signal.h \
6058 sys/socket.h \
6059 sys/socketvar.h \
6060 sys/sockio.h \
6061 sys/soundcard.h \
6062 sys/statvfs.h \
6063 sys/strtio.h \
6064 sys/syscall.h \
6065 sys/tihdr.h \
6066 sys/time.h \
6067 sys/timeout.h \
6068 sys/times.h \
6069 sys/uio.h \
6070 sys/un.h \
6071 sys/utsname.h \
6072 sys/vm86.h \
6073 sys/wait.h \
6074 syscall.h \
6075 termios.h \
6076 unistd.h \
6077 utime.h \
6078 valgrind/memcheck.h \
6079 valgrind/valgrind.h
6082 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6083 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6084 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6085 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6086 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 ac_res=`eval echo '${'$as_ac_Header'}'`
6090 { echo "$as_me:$LINENO: result: $ac_res" >&5
6091 echo "${ECHO_T}$ac_res" >&6; }
6092 else
6093 # Is the header compilable?
6094 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6095 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6096 cat >conftest.$ac_ext <<_ACEOF
6097 /* confdefs.h. */
6098 _ACEOF
6099 cat confdefs.h >>conftest.$ac_ext
6100 cat >>conftest.$ac_ext <<_ACEOF
6101 /* end confdefs.h. */
6102 $ac_includes_default
6103 #include <$ac_header>
6104 _ACEOF
6105 rm -f conftest.$ac_objext
6106 if { (ac_try="$ac_compile"
6107 case "(($ac_try" in
6108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6109 *) ac_try_echo=$ac_try;;
6110 esac
6111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6112 (eval "$ac_compile") 2>conftest.er1
6113 ac_status=$?
6114 grep -v '^ *+' conftest.er1 >conftest.err
6115 rm -f conftest.er1
6116 cat conftest.err >&5
6117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6118 (exit $ac_status); } && {
6119 test -z "$ac_c_werror_flag" ||
6120 test ! -s conftest.err
6121 } && test -s conftest.$ac_objext; then
6122 ac_header_compiler=yes
6123 else
6124 echo "$as_me: failed program was:" >&5
6125 sed 's/^/| /' conftest.$ac_ext >&5
6127 ac_header_compiler=no
6130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6131 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6132 echo "${ECHO_T}$ac_header_compiler" >&6; }
6134 # Is the header present?
6135 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6136 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6137 cat >conftest.$ac_ext <<_ACEOF
6138 /* confdefs.h. */
6139 _ACEOF
6140 cat confdefs.h >>conftest.$ac_ext
6141 cat >>conftest.$ac_ext <<_ACEOF
6142 /* end confdefs.h. */
6143 #include <$ac_header>
6144 _ACEOF
6145 if { (ac_try="$ac_cpp conftest.$ac_ext"
6146 case "(($ac_try" in
6147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6148 *) ac_try_echo=$ac_try;;
6149 esac
6150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6151 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6152 ac_status=$?
6153 grep -v '^ *+' conftest.er1 >conftest.err
6154 rm -f conftest.er1
6155 cat conftest.err >&5
6156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); } >/dev/null && {
6158 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6159 test ! -s conftest.err
6160 }; then
6161 ac_header_preproc=yes
6162 else
6163 echo "$as_me: failed program was:" >&5
6164 sed 's/^/| /' conftest.$ac_ext >&5
6166 ac_header_preproc=no
6169 rm -f conftest.err conftest.$ac_ext
6170 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6171 echo "${ECHO_T}$ac_header_preproc" >&6; }
6173 # So? What about this header?
6174 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6175 yes:no: )
6176 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6177 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6179 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6180 ac_header_preproc=yes
6182 no:yes:* )
6183 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6184 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6185 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6186 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6187 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6188 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6189 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6190 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6191 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6192 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6193 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6194 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6195 ( cat <<\_ASBOX
6196 ## ------------------------------------ ##
6197 ## Report this to wine-devel@winehq.org ##
6198 ## ------------------------------------ ##
6199 _ASBOX
6200 ) | sed "s/^/$as_me: WARNING: /" >&2
6202 esac
6203 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6205 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6206 echo $ECHO_N "(cached) $ECHO_C" >&6
6207 else
6208 eval "$as_ac_Header=\$ac_header_preproc"
6210 ac_res=`eval echo '${'$as_ac_Header'}'`
6211 { echo "$as_me:$LINENO: result: $ac_res" >&5
6212 echo "${ECHO_T}$ac_res" >&6; }
6215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6216 cat >>confdefs.h <<_ACEOF
6217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6218 _ACEOF
6222 done
6224 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6225 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6226 if test "${ac_cv_header_stat_broken+set}" = set; then
6227 echo $ECHO_N "(cached) $ECHO_C" >&6
6228 else
6229 cat >conftest.$ac_ext <<_ACEOF
6230 /* confdefs.h. */
6231 _ACEOF
6232 cat confdefs.h >>conftest.$ac_ext
6233 cat >>conftest.$ac_ext <<_ACEOF
6234 /* end confdefs.h. */
6235 #include <sys/types.h>
6236 #include <sys/stat.h>
6238 #if defined S_ISBLK && defined S_IFDIR
6239 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6240 #endif
6242 #if defined S_ISBLK && defined S_IFCHR
6243 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6244 #endif
6246 #if defined S_ISLNK && defined S_IFREG
6247 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6248 #endif
6250 #if defined S_ISSOCK && defined S_IFREG
6251 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6252 #endif
6254 _ACEOF
6255 rm -f conftest.$ac_objext
6256 if { (ac_try="$ac_compile"
6257 case "(($ac_try" in
6258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6259 *) ac_try_echo=$ac_try;;
6260 esac
6261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6262 (eval "$ac_compile") 2>conftest.er1
6263 ac_status=$?
6264 grep -v '^ *+' conftest.er1 >conftest.err
6265 rm -f conftest.er1
6266 cat conftest.err >&5
6267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6268 (exit $ac_status); } && {
6269 test -z "$ac_c_werror_flag" ||
6270 test ! -s conftest.err
6271 } && test -s conftest.$ac_objext; then
6272 ac_cv_header_stat_broken=no
6273 else
6274 echo "$as_me: failed program was:" >&5
6275 sed 's/^/| /' conftest.$ac_ext >&5
6277 ac_cv_header_stat_broken=yes
6280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6282 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6283 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6284 if test $ac_cv_header_stat_broken = yes; then
6286 cat >>confdefs.h <<\_ACEOF
6287 #define STAT_MACROS_BROKEN 1
6288 _ACEOF
6299 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6301 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6302 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6305 echo $ECHO_N "(cached) $ECHO_C" >&6
6306 else
6307 cat >conftest.$ac_ext <<_ACEOF
6308 /* confdefs.h. */
6309 _ACEOF
6310 cat confdefs.h >>conftest.$ac_ext
6311 cat >>conftest.$ac_ext <<_ACEOF
6312 /* end confdefs.h. */
6313 #include <sys/types.h>
6314 #ifdef HAVE_SYS_PARAM_H
6315 # include <sys/param.h>
6316 #endif
6318 #include <$ac_header>
6319 _ACEOF
6320 rm -f conftest.$ac_objext
6321 if { (ac_try="$ac_compile"
6322 case "(($ac_try" in
6323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6324 *) ac_try_echo=$ac_try;;
6325 esac
6326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6327 (eval "$ac_compile") 2>conftest.er1
6328 ac_status=$?
6329 grep -v '^ *+' conftest.er1 >conftest.err
6330 rm -f conftest.er1
6331 cat conftest.err >&5
6332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6333 (exit $ac_status); } && {
6334 test -z "$ac_c_werror_flag" ||
6335 test ! -s conftest.err
6336 } && test -s conftest.$ac_objext; then
6337 eval "$as_ac_Header=yes"
6338 else
6339 echo "$as_me: failed program was:" >&5
6340 sed 's/^/| /' conftest.$ac_ext >&5
6342 eval "$as_ac_Header=no"
6345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6347 ac_res=`eval echo '${'$as_ac_Header'}'`
6348 { echo "$as_me:$LINENO: result: $ac_res" >&5
6349 echo "${ECHO_T}$ac_res" >&6; }
6350 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6351 cat >>confdefs.h <<_ACEOF
6352 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6353 _ACEOF
6357 done
6373 for ac_header in \
6374 netinet/ip.h \
6375 net/if.h \
6376 net/if_arp.h \
6377 net/if_dl.h \
6378 net/if_types.h \
6379 net/route.h \
6380 netinet/if_ether.h \
6381 netinet/if_inarp.h \
6382 netinet/in_pcb.h \
6383 netinet/ip_icmp.h \
6384 netinet/ip_var.h \
6385 netinet/udp.h \
6386 netipx/ipx.h \
6389 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6390 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6391 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6392 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6
6394 else
6395 cat >conftest.$ac_ext <<_ACEOF
6396 /* confdefs.h. */
6397 _ACEOF
6398 cat confdefs.h >>conftest.$ac_ext
6399 cat >>conftest.$ac_ext <<_ACEOF
6400 /* end confdefs.h. */
6401 #include <sys/types.h>
6402 #ifdef HAVE_SYS_SOCKET_H
6403 # include <sys/socket.h>
6404 #endif
6405 #ifdef HAVE_SYS_SOCKETVAR_H
6406 # include <sys/socketvar.h>
6407 #endif
6408 #ifdef HAVE_NET_ROUTE_H
6409 # include <net/route.h>
6410 #endif
6411 #ifdef HAVE_NETINET_IN_H
6412 # include <netinet/in.h>
6413 #endif
6414 #ifdef HAVE_NETINET_IN_SYSTM_H
6415 # include <netinet/in_systm.h>
6416 #endif
6417 #ifdef HAVE_NET_IF_H
6418 # include <net/if.h>
6419 #endif
6420 #ifdef HAVE_NETINET_IP_H
6421 # include <netinet/ip.h>
6422 #endif
6424 #include <$ac_header>
6425 _ACEOF
6426 rm -f conftest.$ac_objext
6427 if { (ac_try="$ac_compile"
6428 case "(($ac_try" in
6429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6430 *) ac_try_echo=$ac_try;;
6431 esac
6432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6433 (eval "$ac_compile") 2>conftest.er1
6434 ac_status=$?
6435 grep -v '^ *+' conftest.er1 >conftest.err
6436 rm -f conftest.er1
6437 cat conftest.err >&5
6438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6439 (exit $ac_status); } && {
6440 test -z "$ac_c_werror_flag" ||
6441 test ! -s conftest.err
6442 } && test -s conftest.$ac_objext; then
6443 eval "$as_ac_Header=yes"
6444 else
6445 echo "$as_me: failed program was:" >&5
6446 sed 's/^/| /' conftest.$ac_ext >&5
6448 eval "$as_ac_Header=no"
6451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6453 ac_res=`eval echo '${'$as_ac_Header'}'`
6454 { echo "$as_me:$LINENO: result: $ac_res" >&5
6455 echo "${ECHO_T}$ac_res" >&6; }
6456 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6457 cat >>confdefs.h <<_ACEOF
6458 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6459 _ACEOF
6463 done
6470 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6472 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6473 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6474 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6475 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6476 echo $ECHO_N "(cached) $ECHO_C" >&6
6477 else
6478 cat >conftest.$ac_ext <<_ACEOF
6479 /* confdefs.h. */
6480 _ACEOF
6481 cat confdefs.h >>conftest.$ac_ext
6482 cat >>conftest.$ac_ext <<_ACEOF
6483 /* end confdefs.h. */
6484 #include <sys/types.h>
6485 #ifdef HAVE_ALIAS_H
6486 # include <alias.h>
6487 #endif
6488 #ifdef HAVE_SYS_SOCKET_H
6489 # include <sys/socket.h>
6490 #endif
6491 #ifdef HAVE_SYS_SOCKETVAR_H
6492 # include <sys/socketvar.h>
6493 #endif
6494 #ifdef HAVE_SYS_TIMEOUT_H
6495 # include <sys/timeout.h>
6496 #endif
6497 #ifdef HAVE_NETINET_IN_H
6498 # include <netinet/in.h>
6499 #endif
6500 #ifdef HAVE_NETINET_IN_SYSTM_H
6501 # include <netinet/in_systm.h>
6502 #endif
6503 #ifdef HAVE_NETINET_IP_H
6504 # include <netinet/ip.h>
6505 #endif
6506 #ifdef HAVE_NETINET_IP_VAR_H
6507 # include <netinet/ip_var.h>
6508 #endif
6509 #ifdef HAVE_NETINET_IP_ICMP_H
6510 # include <netinet/ip_icmp.h>
6511 #endif
6512 #ifdef HAVE_NETINET_UDP_H
6513 # include <netinet/udp.h>
6514 #endif
6515 #ifdef HAVE_NETINET_TCP_H
6516 # include <netinet/tcp.h>
6517 #endif
6518 #ifdef HAVE_NETINET_TCP_TIMER_H
6519 #include <netinet/tcp_timer.h>
6520 #endif
6522 #include <$ac_header>
6523 _ACEOF
6524 rm -f conftest.$ac_objext
6525 if { (ac_try="$ac_compile"
6526 case "(($ac_try" in
6527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6528 *) ac_try_echo=$ac_try;;
6529 esac
6530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6531 (eval "$ac_compile") 2>conftest.er1
6532 ac_status=$?
6533 grep -v '^ *+' conftest.er1 >conftest.err
6534 rm -f conftest.er1
6535 cat conftest.err >&5
6536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6537 (exit $ac_status); } && {
6538 test -z "$ac_c_werror_flag" ||
6539 test ! -s conftest.err
6540 } && test -s conftest.$ac_objext; then
6541 eval "$as_ac_Header=yes"
6542 else
6543 echo "$as_me: failed program was:" >&5
6544 sed 's/^/| /' conftest.$ac_ext >&5
6546 eval "$as_ac_Header=no"
6549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6551 ac_res=`eval echo '${'$as_ac_Header'}'`
6552 { echo "$as_me:$LINENO: result: $ac_res" >&5
6553 echo "${ECHO_T}$ac_res" >&6; }
6554 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6555 cat >>confdefs.h <<_ACEOF
6556 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6557 _ACEOF
6561 done
6565 for ac_header in linux/ipx.h
6567 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6571 echo $ECHO_N "(cached) $ECHO_C" >&6
6572 else
6573 cat >conftest.$ac_ext <<_ACEOF
6574 /* confdefs.h. */
6575 _ACEOF
6576 cat confdefs.h >>conftest.$ac_ext
6577 cat >>conftest.$ac_ext <<_ACEOF
6578 /* end confdefs.h. */
6579 #include <sys/types.h>
6580 #ifdef HAVE_ASM_TYPES_H
6581 # include <asm/types.h>
6582 #endif
6583 #ifdef HAVE_SYS_SOCKET_H
6584 # include <sys/socket.h>
6585 #endif
6586 #ifdef HAVE_LINUX_TYPES_H
6587 # include <linux/types.h>
6588 #endif
6590 #include <$ac_header>
6591 _ACEOF
6592 rm -f conftest.$ac_objext
6593 if { (ac_try="$ac_compile"
6594 case "(($ac_try" in
6595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6596 *) ac_try_echo=$ac_try;;
6597 esac
6598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6599 (eval "$ac_compile") 2>conftest.er1
6600 ac_status=$?
6601 grep -v '^ *+' conftest.er1 >conftest.err
6602 rm -f conftest.er1
6603 cat conftest.err >&5
6604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6605 (exit $ac_status); } && {
6606 test -z "$ac_c_werror_flag" ||
6607 test ! -s conftest.err
6608 } && test -s conftest.$ac_objext; then
6609 eval "$as_ac_Header=yes"
6610 else
6611 echo "$as_me: failed program was:" >&5
6612 sed 's/^/| /' conftest.$ac_ext >&5
6614 eval "$as_ac_Header=no"
6617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6619 ac_res=`eval echo '${'$as_ac_Header'}'`
6620 { echo "$as_me:$LINENO: result: $ac_res" >&5
6621 echo "${ECHO_T}$ac_res" >&6; }
6622 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6623 cat >>confdefs.h <<_ACEOF
6624 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6625 _ACEOF
6629 done
6633 for ac_header in resolv.h
6635 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6636 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6637 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6639 echo $ECHO_N "(cached) $ECHO_C" >&6
6640 else
6641 cat >conftest.$ac_ext <<_ACEOF
6642 /* confdefs.h. */
6643 _ACEOF
6644 cat confdefs.h >>conftest.$ac_ext
6645 cat >>conftest.$ac_ext <<_ACEOF
6646 /* end confdefs.h. */
6647 #include <sys/types.h>
6648 #ifdef HAVE_SYS_SOCKET_H
6649 # include <sys/socket.h>
6650 #endif
6651 #ifdef HAVE_NETINET_IN_H
6652 # include <netinet/in.h>
6653 #endif
6654 #ifdef HAVE_ARPA_NAMESER_H
6655 # include <arpa/nameser.h>
6656 #endif
6658 #include <$ac_header>
6659 _ACEOF
6660 rm -f conftest.$ac_objext
6661 if { (ac_try="$ac_compile"
6662 case "(($ac_try" in
6663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6664 *) ac_try_echo=$ac_try;;
6665 esac
6666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6667 (eval "$ac_compile") 2>conftest.er1
6668 ac_status=$?
6669 grep -v '^ *+' conftest.er1 >conftest.err
6670 rm -f conftest.er1
6671 cat conftest.err >&5
6672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6673 (exit $ac_status); } && {
6674 test -z "$ac_c_werror_flag" ||
6675 test ! -s conftest.err
6676 } && test -s conftest.$ac_objext; then
6677 eval "$as_ac_Header=yes"
6678 else
6679 echo "$as_me: failed program was:" >&5
6680 sed 's/^/| /' conftest.$ac_ext >&5
6682 eval "$as_ac_Header=no"
6685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6687 ac_res=`eval echo '${'$as_ac_Header'}'`
6688 { echo "$as_me:$LINENO: result: $ac_res" >&5
6689 echo "${ECHO_T}$ac_res" >&6; }
6690 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6691 cat >>confdefs.h <<_ACEOF
6692 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6693 _ACEOF
6697 done
6701 for ac_header in ucontext.h
6703 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6706 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6707 echo $ECHO_N "(cached) $ECHO_C" >&6
6708 else
6709 cat >conftest.$ac_ext <<_ACEOF
6710 /* confdefs.h. */
6711 _ACEOF
6712 cat confdefs.h >>conftest.$ac_ext
6713 cat >>conftest.$ac_ext <<_ACEOF
6714 /* end confdefs.h. */
6715 #include <signal.h>
6717 #include <$ac_header>
6718 _ACEOF
6719 rm -f conftest.$ac_objext
6720 if { (ac_try="$ac_compile"
6721 case "(($ac_try" in
6722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6723 *) ac_try_echo=$ac_try;;
6724 esac
6725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6726 (eval "$ac_compile") 2>conftest.er1
6727 ac_status=$?
6728 grep -v '^ *+' conftest.er1 >conftest.err
6729 rm -f conftest.er1
6730 cat conftest.err >&5
6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 (exit $ac_status); } && {
6733 test -z "$ac_c_werror_flag" ||
6734 test ! -s conftest.err
6735 } && test -s conftest.$ac_objext; then
6736 eval "$as_ac_Header=yes"
6737 else
6738 echo "$as_me: failed program was:" >&5
6739 sed 's/^/| /' conftest.$ac_ext >&5
6741 eval "$as_ac_Header=no"
6744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6746 ac_res=`eval echo '${'$as_ac_Header'}'`
6747 { echo "$as_me:$LINENO: result: $ac_res" >&5
6748 echo "${ECHO_T}$ac_res" >&6; }
6749 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6750 cat >>confdefs.h <<_ACEOF
6751 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6752 _ACEOF
6756 done
6760 for ac_header in sys/thr.h
6762 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6766 echo $ECHO_N "(cached) $ECHO_C" >&6
6767 else
6768 cat >conftest.$ac_ext <<_ACEOF
6769 /* confdefs.h. */
6770 _ACEOF
6771 cat confdefs.h >>conftest.$ac_ext
6772 cat >>conftest.$ac_ext <<_ACEOF
6773 /* end confdefs.h. */
6774 #include <sys/types.h>
6775 #ifdef HAVE_UCONTEXT_H
6776 #include <ucontext.h>
6777 #endif
6779 #include <$ac_header>
6780 _ACEOF
6781 rm -f conftest.$ac_objext
6782 if { (ac_try="$ac_compile"
6783 case "(($ac_try" in
6784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6785 *) ac_try_echo=$ac_try;;
6786 esac
6787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6788 (eval "$ac_compile") 2>conftest.er1
6789 ac_status=$?
6790 grep -v '^ *+' conftest.er1 >conftest.err
6791 rm -f conftest.er1
6792 cat conftest.err >&5
6793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794 (exit $ac_status); } && {
6795 test -z "$ac_c_werror_flag" ||
6796 test ! -s conftest.err
6797 } && test -s conftest.$ac_objext; then
6798 eval "$as_ac_Header=yes"
6799 else
6800 echo "$as_me: failed program was:" >&5
6801 sed 's/^/| /' conftest.$ac_ext >&5
6803 eval "$as_ac_Header=no"
6806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6808 ac_res=`eval echo '${'$as_ac_Header'}'`
6809 { echo "$as_me:$LINENO: result: $ac_res" >&5
6810 echo "${ECHO_T}$ac_res" >&6; }
6811 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6812 cat >>confdefs.h <<_ACEOF
6813 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6814 _ACEOF
6818 done
6822 for ac_header in pthread_np.h
6824 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6825 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6827 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6828 echo $ECHO_N "(cached) $ECHO_C" >&6
6829 else
6830 cat >conftest.$ac_ext <<_ACEOF
6831 /* confdefs.h. */
6832 _ACEOF
6833 cat confdefs.h >>conftest.$ac_ext
6834 cat >>conftest.$ac_ext <<_ACEOF
6835 /* end confdefs.h. */
6836 #ifdef HAVE_PTHREAD_H
6837 #include <pthread.h>
6838 #endif
6840 #include <$ac_header>
6841 _ACEOF
6842 rm -f conftest.$ac_objext
6843 if { (ac_try="$ac_compile"
6844 case "(($ac_try" in
6845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6846 *) ac_try_echo=$ac_try;;
6847 esac
6848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6849 (eval "$ac_compile") 2>conftest.er1
6850 ac_status=$?
6851 grep -v '^ *+' conftest.er1 >conftest.err
6852 rm -f conftest.er1
6853 cat conftest.err >&5
6854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6855 (exit $ac_status); } && {
6856 test -z "$ac_c_werror_flag" ||
6857 test ! -s conftest.err
6858 } && test -s conftest.$ac_objext; then
6859 eval "$as_ac_Header=yes"
6860 else
6861 echo "$as_me: failed program was:" >&5
6862 sed 's/^/| /' conftest.$ac_ext >&5
6864 eval "$as_ac_Header=no"
6867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6869 ac_res=`eval echo '${'$as_ac_Header'}'`
6870 { echo "$as_me:$LINENO: result: $ac_res" >&5
6871 echo "${ECHO_T}$ac_res" >&6; }
6872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6873 cat >>confdefs.h <<_ACEOF
6874 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6875 _ACEOF
6879 done
6883 for ac_header in linux/videodev.h
6885 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6886 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6889 echo $ECHO_N "(cached) $ECHO_C" >&6
6890 else
6891 cat >conftest.$ac_ext <<_ACEOF
6892 /* confdefs.h. */
6893 _ACEOF
6894 cat confdefs.h >>conftest.$ac_ext
6895 cat >>conftest.$ac_ext <<_ACEOF
6896 /* end confdefs.h. */
6897 #ifdef HAVE_SYS_TIME_H
6898 #include <sys/time.h>
6899 #endif
6900 #include <sys/types.h>
6901 #ifdef HAVE_ASM_TYPES_H
6902 #include <asm/types.h>
6903 #endif
6905 #include <$ac_header>
6906 _ACEOF
6907 rm -f conftest.$ac_objext
6908 if { (ac_try="$ac_compile"
6909 case "(($ac_try" in
6910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6911 *) ac_try_echo=$ac_try;;
6912 esac
6913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6914 (eval "$ac_compile") 2>conftest.er1
6915 ac_status=$?
6916 grep -v '^ *+' conftest.er1 >conftest.err
6917 rm -f conftest.er1
6918 cat conftest.err >&5
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); } && {
6921 test -z "$ac_c_werror_flag" ||
6922 test ! -s conftest.err
6923 } && test -s conftest.$ac_objext; then
6924 eval "$as_ac_Header=yes"
6925 else
6926 echo "$as_me: failed program was:" >&5
6927 sed 's/^/| /' conftest.$ac_ext >&5
6929 eval "$as_ac_Header=no"
6932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6934 ac_res=`eval echo '${'$as_ac_Header'}'`
6935 { echo "$as_me:$LINENO: result: $ac_res" >&5
6936 echo "${ECHO_T}$ac_res" >&6; }
6937 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6938 cat >>confdefs.h <<_ACEOF
6939 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6940 _ACEOF
6944 done
6948 for ac_header in linux/capi.h
6950 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6951 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6952 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6953 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6954 echo $ECHO_N "(cached) $ECHO_C" >&6
6955 else
6956 cat >conftest.$ac_ext <<_ACEOF
6957 /* confdefs.h. */
6958 _ACEOF
6959 cat confdefs.h >>conftest.$ac_ext
6960 cat >>conftest.$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6962 #define __user
6964 #include <$ac_header>
6965 _ACEOF
6966 rm -f conftest.$ac_objext
6967 if { (ac_try="$ac_compile"
6968 case "(($ac_try" in
6969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6970 *) ac_try_echo=$ac_try;;
6971 esac
6972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6973 (eval "$ac_compile") 2>conftest.er1
6974 ac_status=$?
6975 grep -v '^ *+' conftest.er1 >conftest.err
6976 rm -f conftest.er1
6977 cat conftest.err >&5
6978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6979 (exit $ac_status); } && {
6980 test -z "$ac_c_werror_flag" ||
6981 test ! -s conftest.err
6982 } && test -s conftest.$ac_objext; then
6983 eval "$as_ac_Header=yes"
6984 else
6985 echo "$as_me: failed program was:" >&5
6986 sed 's/^/| /' conftest.$ac_ext >&5
6988 eval "$as_ac_Header=no"
6991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6993 ac_res=`eval echo '${'$as_ac_Header'}'`
6994 { echo "$as_me:$LINENO: result: $ac_res" >&5
6995 echo "${ECHO_T}$ac_res" >&6; }
6996 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6997 cat >>confdefs.h <<_ACEOF
6998 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6999 _ACEOF
7003 done
7007 DLLEXT=""
7009 DLLFLAGS="-D_REENTRANT"
7011 LDSHARED=""
7013 LDDLLFLAGS=""
7015 LIBEXT="so"
7017 IMPLIBEXT="def"
7019 LDRPATH_INSTALL=""
7021 LDRPATH_LOCAL=""
7023 # Extract the first word of "ldd", so it can be a program name with args.
7024 set dummy ldd; ac_word=$2
7025 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7027 if test "${ac_cv_path_LDD+set}" = set; then
7028 echo $ECHO_N "(cached) $ECHO_C" >&6
7029 else
7030 case $LDD in
7031 [\\/]* | ?:[\\/]*)
7032 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7036 as_dummy="/sbin:/usr/sbin:$PATH"
7037 for as_dir in $as_dummy
7039 IFS=$as_save_IFS
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7043 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7045 break 2
7047 done
7048 done
7049 IFS=$as_save_IFS
7051 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7053 esac
7055 LDD=$ac_cv_path_LDD
7056 if test -n "$LDD"; then
7057 { echo "$as_me:$LINENO: result: $LDD" >&5
7058 echo "${ECHO_T}$LDD" >&6; }
7059 else
7060 { echo "$as_me:$LINENO: result: no" >&5
7061 echo "${ECHO_T}no" >&6; }
7066 case $host_os in
7067 cygwin*|mingw32*)
7068 if test -n "$ac_tool_prefix"; then
7069 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7070 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7073 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7074 echo $ECHO_N "(cached) $ECHO_C" >&6
7075 else
7076 if test -n "$DLLTOOL"; then
7077 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7078 else
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7080 for as_dir in $PATH
7082 IFS=$as_save_IFS
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7086 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7088 break 2
7090 done
7091 done
7092 IFS=$as_save_IFS
7096 DLLTOOL=$ac_cv_prog_DLLTOOL
7097 if test -n "$DLLTOOL"; then
7098 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7099 echo "${ECHO_T}$DLLTOOL" >&6; }
7100 else
7101 { echo "$as_me:$LINENO: result: no" >&5
7102 echo "${ECHO_T}no" >&6; }
7107 if test -z "$ac_cv_prog_DLLTOOL"; then
7108 ac_ct_DLLTOOL=$DLLTOOL
7109 # Extract the first word of "dlltool", so it can be a program name with args.
7110 set dummy dlltool; ac_word=$2
7111 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7113 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7114 echo $ECHO_N "(cached) $ECHO_C" >&6
7115 else
7116 if test -n "$ac_ct_DLLTOOL"; then
7117 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7118 else
7119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7120 for as_dir in $PATH
7122 IFS=$as_save_IFS
7123 test -z "$as_dir" && as_dir=.
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7126 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7128 break 2
7130 done
7131 done
7132 IFS=$as_save_IFS
7136 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7137 if test -n "$ac_ct_DLLTOOL"; then
7138 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7139 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7140 else
7141 { echo "$as_me:$LINENO: result: no" >&5
7142 echo "${ECHO_T}no" >&6; }
7145 if test "x$ac_ct_DLLTOOL" = x; then
7146 DLLTOOL="false"
7147 else
7148 case $cross_compiling:$ac_tool_warned in
7149 yes:)
7150 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7151 whose name does not start with the host triplet. If you think this
7152 configuration is useful to you, please write to autoconf@gnu.org." >&5
7153 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7154 whose name does not start with the host triplet. If you think this
7155 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7156 ac_tool_warned=yes ;;
7157 esac
7158 DLLTOOL=$ac_ct_DLLTOOL
7160 else
7161 DLLTOOL="$ac_cv_prog_DLLTOOL"
7164 if test -n "$ac_tool_prefix"; then
7165 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7166 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7167 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7169 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7170 echo $ECHO_N "(cached) $ECHO_C" >&6
7171 else
7172 if test -n "$DLLWRAP"; then
7173 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7174 else
7175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7176 for as_dir in $PATH
7178 IFS=$as_save_IFS
7179 test -z "$as_dir" && as_dir=.
7180 for ac_exec_ext in '' $ac_executable_extensions; do
7181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7182 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7184 break 2
7186 done
7187 done
7188 IFS=$as_save_IFS
7192 DLLWRAP=$ac_cv_prog_DLLWRAP
7193 if test -n "$DLLWRAP"; then
7194 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7195 echo "${ECHO_T}$DLLWRAP" >&6; }
7196 else
7197 { echo "$as_me:$LINENO: result: no" >&5
7198 echo "${ECHO_T}no" >&6; }
7203 if test -z "$ac_cv_prog_DLLWRAP"; then
7204 ac_ct_DLLWRAP=$DLLWRAP
7205 # Extract the first word of "dllwrap", so it can be a program name with args.
7206 set dummy dllwrap; 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_ac_ct_DLLWRAP+set}" = set; then
7210 echo $ECHO_N "(cached) $ECHO_C" >&6
7211 else
7212 if test -n "$ac_ct_DLLWRAP"; then
7213 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # 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_ac_ct_DLLWRAP="dllwrap"
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 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7233 if test -n "$ac_ct_DLLWRAP"; then
7234 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7235 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7236 else
7237 { echo "$as_me:$LINENO: result: no" >&5
7238 echo "${ECHO_T}no" >&6; }
7241 if test "x$ac_ct_DLLWRAP" = x; then
7242 DLLWRAP="false"
7243 else
7244 case $cross_compiling:$ac_tool_warned in
7245 yes:)
7246 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7247 whose name does not start with the host triplet. If you think this
7248 configuration is useful to you, please write to autoconf@gnu.org." >&5
7249 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7250 whose name does not start with the host triplet. If you think this
7251 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7252 ac_tool_warned=yes ;;
7253 esac
7254 DLLWRAP=$ac_ct_DLLWRAP
7256 else
7257 DLLWRAP="$ac_cv_prog_DLLWRAP"
7260 if test -n "$ac_tool_prefix"; then
7261 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7262 set dummy ${ac_tool_prefix}ar; ac_word=$2
7263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7265 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7266 echo $ECHO_N "(cached) $ECHO_C" >&6
7267 else
7268 if test -n "$MINGWAR"; then
7269 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7270 else
7271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7272 for as_dir in $PATH
7274 IFS=$as_save_IFS
7275 test -z "$as_dir" && as_dir=.
7276 for ac_exec_ext in '' $ac_executable_extensions; do
7277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7278 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7280 break 2
7282 done
7283 done
7284 IFS=$as_save_IFS
7288 MINGWAR=$ac_cv_prog_MINGWAR
7289 if test -n "$MINGWAR"; then
7290 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7291 echo "${ECHO_T}$MINGWAR" >&6; }
7292 else
7293 { echo "$as_me:$LINENO: result: no" >&5
7294 echo "${ECHO_T}no" >&6; }
7299 if test -z "$ac_cv_prog_MINGWAR"; then
7300 ac_ct_MINGWAR=$MINGWAR
7301 # Extract the first word of "ar", so it can be a program name with args.
7302 set dummy ar; 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_ac_ct_MINGWAR+set}" = set; then
7306 echo $ECHO_N "(cached) $ECHO_C" >&6
7307 else
7308 if test -n "$ac_ct_MINGWAR"; then
7309 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # 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_ac_ct_MINGWAR="ar"
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 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7329 if test -n "$ac_ct_MINGWAR"; then
7330 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7331 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7332 else
7333 { echo "$as_me:$LINENO: result: no" >&5
7334 echo "${ECHO_T}no" >&6; }
7337 if test "x$ac_ct_MINGWAR" = x; then
7338 MINGWAR="false"
7339 else
7340 case $cross_compiling:$ac_tool_warned in
7341 yes:)
7342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7343 whose name does not start with the host triplet. If you think this
7344 configuration is useful to you, please write to autoconf@gnu.org." >&5
7345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7346 whose name does not start with the host triplet. If you think this
7347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7348 ac_tool_warned=yes ;;
7349 esac
7350 MINGWAR=$ac_ct_MINGWAR
7352 else
7353 MINGWAR="$ac_cv_prog_MINGWAR"
7356 if test "$DLLWRAP" = "false"; then
7357 LIBEXT="a"
7358 else
7359 LIBEXT="dll"
7361 IMPLIBEXT="a"
7362 enable_iphlpapi=${enable_iphlpapi:-no}
7363 enable_kernel32=${enable_kernel32:-no}
7364 enable_msvcrt=${enable_msvcrt:-no}
7365 enable_ntdll=${enable_ntdll:-no}
7366 enable_ws2_32=${enable_ws2_32:-no}
7367 enable_loader=${enable_loader:-no}
7368 enable_server=${enable_server:-no}
7369 with_x=${with_x:-no}
7370 with_pthread=${with_pthread:-no}
7372 darwin*|macosx*)
7373 DLLEXT=".so"
7374 LIBEXT="dylib"
7375 DLLFLAGS="$DLLFLAGS -fPIC"
7376 LDDLLFLAGS="-bundle -multiply_defined suppress"
7377 LIBWINE_LDFLAGS="-multiply_defined suppress"
7378 LDSHARED="\$(CC) -dynamiclib"
7379 STRIP="$STRIP -x"
7380 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7381 SECURITYLIB="-framework Security -framework CoreFoundation"
7383 COREFOUNDATIONLIB="-framework CoreFoundation"
7385 IOKITLIB="-framework IOKit -framework CoreFoundation"
7387 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7389 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7390 then
7391 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7394 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7395 then
7396 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7399 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7400 then
7401 ac_save_LIBS="$LIBS"
7402 LIBS="$LIBS $IOKITLIB"
7404 for ac_func in IOHIDManagerCreate
7406 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7407 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7408 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7409 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7410 echo $ECHO_N "(cached) $ECHO_C" >&6
7411 else
7412 cat >conftest.$ac_ext <<_ACEOF
7413 /* confdefs.h. */
7414 _ACEOF
7415 cat confdefs.h >>conftest.$ac_ext
7416 cat >>conftest.$ac_ext <<_ACEOF
7417 /* end confdefs.h. */
7418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7420 #define $ac_func innocuous_$ac_func
7422 /* System header to define __stub macros and hopefully few prototypes,
7423 which can conflict with char $ac_func (); below.
7424 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7425 <limits.h> exists even on freestanding compilers. */
7427 #ifdef __STDC__
7428 # include <limits.h>
7429 #else
7430 # include <assert.h>
7431 #endif
7433 #undef $ac_func
7435 /* Override any GCC internal prototype to avoid an error.
7436 Use char because int might match the return type of a GCC
7437 builtin and then its argument prototype would still apply. */
7438 #ifdef __cplusplus
7439 extern "C"
7440 #endif
7441 char $ac_func ();
7442 /* The GNU C library defines this for functions which it implements
7443 to always fail with ENOSYS. Some functions are actually named
7444 something starting with __ and the normal name is an alias. */
7445 #if defined __stub_$ac_func || defined __stub___$ac_func
7446 choke me
7447 #endif
7450 main ()
7452 return $ac_func ();
7454 return 0;
7456 _ACEOF
7457 rm -f conftest.$ac_objext conftest$ac_exeext
7458 if { (ac_try="$ac_link"
7459 case "(($ac_try" in
7460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7461 *) ac_try_echo=$ac_try;;
7462 esac
7463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7464 (eval "$ac_link") 2>conftest.er1
7465 ac_status=$?
7466 grep -v '^ *+' conftest.er1 >conftest.err
7467 rm -f conftest.er1
7468 cat conftest.err >&5
7469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7470 (exit $ac_status); } && {
7471 test -z "$ac_c_werror_flag" ||
7472 test ! -s conftest.err
7473 } && test -s conftest$ac_exeext &&
7474 $as_test_x conftest$ac_exeext; then
7475 eval "$as_ac_var=yes"
7476 else
7477 echo "$as_me: failed program was:" >&5
7478 sed 's/^/| /' conftest.$ac_ext >&5
7480 eval "$as_ac_var=no"
7483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7484 conftest$ac_exeext conftest.$ac_ext
7486 ac_res=`eval echo '${'$as_ac_var'}'`
7487 { echo "$as_me:$LINENO: result: $ac_res" >&5
7488 echo "${ECHO_T}$ac_res" >&6; }
7489 if test `eval echo '${'$as_ac_var'}'` = yes; then
7490 cat >>confdefs.h <<_ACEOF
7491 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7492 _ACEOF
7495 done
7497 LIBS="$ac_save_LIBS"
7499 case $host_cpu in
7500 *powerpc*)
7501 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7502 esac
7503 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7504 then
7505 CARBONLIB="-framework Carbon"
7507 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7511 DLLFLAGS="$DLLFLAGS -fPIC"
7512 DLLEXT=".so"
7513 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7514 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7515 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7516 echo $ECHO_N "(cached) $ECHO_C" >&6
7517 else
7518 ac_wine_try_cflags_saved=$CFLAGS
7519 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7520 cat >conftest.$ac_ext <<_ACEOF
7521 void myfunc() {}
7522 _ACEOF
7523 rm -f conftest.$ac_objext conftest$ac_exeext
7524 if { (ac_try="$ac_link"
7525 case "(($ac_try" in
7526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7527 *) ac_try_echo=$ac_try;;
7528 esac
7529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7530 (eval "$ac_link") 2>conftest.er1
7531 ac_status=$?
7532 grep -v '^ *+' conftest.er1 >conftest.err
7533 rm -f conftest.er1
7534 cat conftest.err >&5
7535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7536 (exit $ac_status); } && {
7537 test -z "$ac_c_werror_flag" ||
7538 test ! -s conftest.err
7539 } && test -s conftest$ac_exeext &&
7540 $as_test_x conftest$ac_exeext; then
7541 ac_cv_c_dll_gnuelf="yes"
7542 else
7543 echo "$as_me: failed program was:" >&5
7544 sed 's/^/| /' conftest.$ac_ext >&5
7546 ac_cv_c_dll_gnuelf="no"
7549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7550 conftest$ac_exeext conftest.$ac_ext
7551 CFLAGS=$ac_wine_try_cflags_saved
7553 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7554 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7555 if test "$ac_cv_c_dll_gnuelf" = "yes"
7556 then
7557 LDSHARED="\$(CC) -shared"
7558 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7559 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7560 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7561 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7562 echo $ECHO_N "(cached) $ECHO_C" >&6
7563 else
7564 ac_wine_try_cflags_saved=$CFLAGS
7565 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7566 cat >conftest.$ac_ext <<_ACEOF
7567 /* confdefs.h. */
7568 _ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7574 main ()
7578 return 0;
7580 _ACEOF
7581 rm -f conftest.$ac_objext conftest$ac_exeext
7582 if { (ac_try="$ac_link"
7583 case "(($ac_try" in
7584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7585 *) ac_try_echo=$ac_try;;
7586 esac
7587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7588 (eval "$ac_link") 2>conftest.er1
7589 ac_status=$?
7590 grep -v '^ *+' conftest.er1 >conftest.err
7591 rm -f conftest.er1
7592 cat conftest.err >&5
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); } && {
7595 test -z "$ac_c_werror_flag" ||
7596 test ! -s conftest.err
7597 } && test -s conftest$ac_exeext &&
7598 $as_test_x conftest$ac_exeext; then
7599 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7600 else
7601 echo "$as_me: failed program was:" >&5
7602 sed 's/^/| /' conftest.$ac_ext >&5
7604 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7608 conftest$ac_exeext conftest.$ac_ext
7609 CFLAGS=$ac_wine_try_cflags_saved
7611 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7612 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7613 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7614 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7615 else
7616 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7617 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7618 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7619 echo $ECHO_N "(cached) $ECHO_C" >&6
7620 else
7621 ac_wine_try_cflags_saved=$CFLAGS
7622 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7623 cat >conftest.$ac_ext <<_ACEOF
7624 /* confdefs.h. */
7625 _ACEOF
7626 cat confdefs.h >>conftest.$ac_ext
7627 cat >>conftest.$ac_ext <<_ACEOF
7628 /* end confdefs.h. */
7631 main ()
7635 return 0;
7637 _ACEOF
7638 rm -f conftest.$ac_objext conftest$ac_exeext
7639 if { (ac_try="$ac_link"
7640 case "(($ac_try" in
7641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7642 *) ac_try_echo=$ac_try;;
7643 esac
7644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7645 (eval "$ac_link") 2>conftest.er1
7646 ac_status=$?
7647 grep -v '^ *+' conftest.er1 >conftest.err
7648 rm -f conftest.er1
7649 cat conftest.err >&5
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); } && {
7652 test -z "$ac_c_werror_flag" ||
7653 test ! -s conftest.err
7654 } && test -s conftest$ac_exeext &&
7655 $as_test_x conftest$ac_exeext; then
7656 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7657 else
7658 echo "$as_me: failed program was:" >&5
7659 sed 's/^/| /' conftest.$ac_ext >&5
7661 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7665 conftest$ac_exeext conftest.$ac_ext
7666 CFLAGS=$ac_wine_try_cflags_saved
7668 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7669 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7670 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7671 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7677 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7678 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7679 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7680 echo $ECHO_N "(cached) $ECHO_C" >&6
7681 else
7682 ac_wine_try_cflags_saved=$CFLAGS
7683 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7684 cat >conftest.$ac_ext <<_ACEOF
7685 /* confdefs.h. */
7686 _ACEOF
7687 cat confdefs.h >>conftest.$ac_ext
7688 cat >>conftest.$ac_ext <<_ACEOF
7689 /* end confdefs.h. */
7692 main ()
7696 return 0;
7698 _ACEOF
7699 rm -f conftest.$ac_objext conftest$ac_exeext
7700 if { (ac_try="$ac_link"
7701 case "(($ac_try" in
7702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7703 *) ac_try_echo=$ac_try;;
7704 esac
7705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7706 (eval "$ac_link") 2>conftest.er1
7707 ac_status=$?
7708 grep -v '^ *+' conftest.er1 >conftest.err
7709 rm -f conftest.er1
7710 cat conftest.err >&5
7711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7712 (exit $ac_status); } && {
7713 test -z "$ac_c_werror_flag" ||
7714 test ! -s conftest.err
7715 } && test -s conftest$ac_exeext &&
7716 $as_test_x conftest$ac_exeext; then
7717 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7718 else
7719 echo "$as_me: failed program was:" >&5
7720 sed 's/^/| /' conftest.$ac_ext >&5
7722 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7726 conftest$ac_exeext conftest.$ac_ext
7727 CFLAGS=$ac_wine_try_cflags_saved
7729 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7730 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7731 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7732 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7737 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7738 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7739 echo $ECHO_N "(cached) $ECHO_C" >&6
7740 else
7741 ac_wine_try_cflags_saved=$CFLAGS
7742 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7743 cat >conftest.$ac_ext <<_ACEOF
7744 /* confdefs.h. */
7745 _ACEOF
7746 cat confdefs.h >>conftest.$ac_ext
7747 cat >>conftest.$ac_ext <<_ACEOF
7748 /* end confdefs.h. */
7751 main ()
7755 return 0;
7757 _ACEOF
7758 rm -f conftest.$ac_objext conftest$ac_exeext
7759 if { (ac_try="$ac_link"
7760 case "(($ac_try" in
7761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762 *) ac_try_echo=$ac_try;;
7763 esac
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765 (eval "$ac_link") 2>conftest.er1
7766 ac_status=$?
7767 grep -v '^ *+' conftest.er1 >conftest.err
7768 rm -f conftest.er1
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); } && {
7772 test -z "$ac_c_werror_flag" ||
7773 test ! -s conftest.err
7774 } && test -s conftest$ac_exeext &&
7775 $as_test_x conftest$ac_exeext; then
7776 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7777 else
7778 echo "$as_me: failed program was:" >&5
7779 sed 's/^/| /' conftest.$ac_ext >&5
7781 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7785 conftest$ac_exeext conftest.$ac_ext
7786 CFLAGS=$ac_wine_try_cflags_saved
7788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7789 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7790 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7791 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7795 echo '{ global: *; };' >conftest.map
7796 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7797 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7798 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7799 echo $ECHO_N "(cached) $ECHO_C" >&6
7800 else
7801 ac_wine_try_cflags_saved=$CFLAGS
7802 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7803 cat >conftest.$ac_ext <<_ACEOF
7804 /* confdefs.h. */
7805 _ACEOF
7806 cat confdefs.h >>conftest.$ac_ext
7807 cat >>conftest.$ac_ext <<_ACEOF
7808 /* end confdefs.h. */
7811 main ()
7815 return 0;
7817 _ACEOF
7818 rm -f conftest.$ac_objext conftest$ac_exeext
7819 if { (ac_try="$ac_link"
7820 case "(($ac_try" in
7821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7822 *) ac_try_echo=$ac_try;;
7823 esac
7824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7825 (eval "$ac_link") 2>conftest.er1
7826 ac_status=$?
7827 grep -v '^ *+' conftest.er1 >conftest.err
7828 rm -f conftest.er1
7829 cat conftest.err >&5
7830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 (exit $ac_status); } && {
7832 test -z "$ac_c_werror_flag" ||
7833 test ! -s conftest.err
7834 } && test -s conftest$ac_exeext &&
7835 $as_test_x conftest$ac_exeext; then
7836 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7837 else
7838 echo "$as_me: failed program was:" >&5
7839 sed 's/^/| /' conftest.$ac_ext >&5
7841 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7845 conftest$ac_exeext conftest.$ac_ext
7846 CFLAGS=$ac_wine_try_cflags_saved
7848 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7849 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7850 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7851 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7854 rm -f conftest.map
7856 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7857 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7858 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 else
7861 ac_wine_try_cflags_saved=$CFLAGS
7862 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7863 cat >conftest.$ac_ext <<_ACEOF
7864 /* confdefs.h. */
7865 _ACEOF
7866 cat confdefs.h >>conftest.$ac_ext
7867 cat >>conftest.$ac_ext <<_ACEOF
7868 /* end confdefs.h. */
7871 main ()
7875 return 0;
7877 _ACEOF
7878 rm -f conftest.$ac_objext conftest$ac_exeext
7879 if { (ac_try="$ac_link"
7880 case "(($ac_try" in
7881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7882 *) ac_try_echo=$ac_try;;
7883 esac
7884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7885 (eval "$ac_link") 2>conftest.er1
7886 ac_status=$?
7887 grep -v '^ *+' conftest.er1 >conftest.err
7888 rm -f conftest.er1
7889 cat conftest.err >&5
7890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891 (exit $ac_status); } && {
7892 test -z "$ac_c_werror_flag" ||
7893 test ! -s conftest.err
7894 } && test -s conftest$ac_exeext &&
7895 $as_test_x conftest$ac_exeext; then
7896 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7897 else
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7905 conftest$ac_exeext conftest.$ac_ext
7906 CFLAGS=$ac_wine_try_cflags_saved
7908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7909 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7910 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7911 LDEXECFLAGS="-Wl,--export-dynamic"
7916 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7917 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7918 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7919 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7920 echo $ECHO_N "(cached) $ECHO_C" >&6
7921 else
7922 ac_wine_try_cflags_saved=$CFLAGS
7923 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7924 cat >conftest.$ac_ext <<_ACEOF
7925 /* confdefs.h. */
7926 _ACEOF
7927 cat confdefs.h >>conftest.$ac_ext
7928 cat >>conftest.$ac_ext <<_ACEOF
7929 /* end confdefs.h. */
7932 main ()
7936 return 0;
7938 _ACEOF
7939 rm -f conftest.$ac_objext conftest$ac_exeext
7940 if { (ac_try="$ac_link"
7941 case "(($ac_try" in
7942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7943 *) ac_try_echo=$ac_try;;
7944 esac
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_link") 2>conftest.er1
7947 ac_status=$?
7948 grep -v '^ *+' conftest.er1 >conftest.err
7949 rm -f conftest.er1
7950 cat conftest.err >&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest$ac_exeext &&
7956 $as_test_x conftest$ac_exeext; then
7957 eval "$as_ac_var=yes"
7958 else
7959 echo "$as_me: failed program was:" >&5
7960 sed 's/^/| /' conftest.$ac_ext >&5
7962 eval "$as_ac_var=no"
7965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7966 conftest$ac_exeext conftest.$ac_ext
7967 CFLAGS=$ac_wine_try_cflags_saved
7969 ac_res=`eval echo '${'$as_ac_var'}'`
7970 { echo "$as_me:$LINENO: result: $ac_res" >&5
7971 echo "${ECHO_T}$ac_res" >&6; }
7972 if test `eval echo '${'$as_ac_var'}'` = yes; then
7973 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7974 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7975 else
7976 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7977 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7978 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7979 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7980 echo $ECHO_N "(cached) $ECHO_C" >&6
7981 else
7982 ac_wine_try_cflags_saved=$CFLAGS
7983 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7992 main ()
7996 return 0;
7998 _ACEOF
7999 rm -f conftest.$ac_objext conftest$ac_exeext
8000 if { (ac_try="$ac_link"
8001 case "(($ac_try" in
8002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8003 *) ac_try_echo=$ac_try;;
8004 esac
8005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8006 (eval "$ac_link") 2>conftest.er1
8007 ac_status=$?
8008 grep -v '^ *+' conftest.er1 >conftest.err
8009 rm -f conftest.er1
8010 cat conftest.err >&5
8011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); } && {
8013 test -z "$ac_c_werror_flag" ||
8014 test ! -s conftest.err
8015 } && test -s conftest$ac_exeext &&
8016 $as_test_x conftest$ac_exeext; then
8017 eval "$as_ac_var=yes"
8018 else
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_var=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8026 conftest$ac_exeext conftest.$ac_ext
8027 CFLAGS=$ac_wine_try_cflags_saved
8029 ac_res=`eval echo '${'$as_ac_var'}'`
8030 { echo "$as_me:$LINENO: result: $ac_res" >&5
8031 echo "${ECHO_T}$ac_res" >&6; }
8032 if test `eval echo '${'$as_ac_var'}'` = yes; then
8033 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8034 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8040 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8041 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8042 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8043 echo $ECHO_N "(cached) $ECHO_C" >&6
8044 else
8045 ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8047 cat >conftest.$ac_ext <<_ACEOF
8048 /* confdefs.h. */
8049 _ACEOF
8050 cat confdefs.h >>conftest.$ac_ext
8051 cat >>conftest.$ac_ext <<_ACEOF
8052 /* end confdefs.h. */
8055 main ()
8059 return 0;
8061 _ACEOF
8062 rm -f conftest.$ac_objext conftest$ac_exeext
8063 if { (ac_try="$ac_link"
8064 case "(($ac_try" in
8065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8066 *) ac_try_echo=$ac_try;;
8067 esac
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069 (eval "$ac_link") 2>conftest.er1
8070 ac_status=$?
8071 grep -v '^ *+' conftest.er1 >conftest.err
8072 rm -f conftest.er1
8073 cat conftest.err >&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest$ac_exeext &&
8079 $as_test_x conftest$ac_exeext; then
8080 ac_cv_cflags__Wl___enable_new_dtags=yes
8081 else
8082 echo "$as_me: failed program was:" >&5
8083 sed 's/^/| /' conftest.$ac_ext >&5
8085 ac_cv_cflags__Wl___enable_new_dtags=no
8088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8089 conftest$ac_exeext conftest.$ac_ext
8090 CFLAGS=$ac_wine_try_cflags_saved
8092 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8093 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8094 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8095 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8099 case $host_cpu in
8100 *i[3456789]86* | x86_64)
8101 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8102 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8103 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8104 echo $ECHO_N "(cached) $ECHO_C" >&6
8105 else
8106 ac_wine_try_cflags_saved=$CFLAGS
8107 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8108 cat >conftest.$ac_ext <<_ACEOF
8109 /* confdefs.h. */
8110 _ACEOF
8111 cat confdefs.h >>conftest.$ac_ext
8112 cat >>conftest.$ac_ext <<_ACEOF
8113 /* end confdefs.h. */
8116 main ()
8120 return 0;
8122 _ACEOF
8123 rm -f conftest.$ac_objext conftest$ac_exeext
8124 if { (ac_try="$ac_link"
8125 case "(($ac_try" in
8126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8127 *) ac_try_echo=$ac_try;;
8128 esac
8129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8130 (eval "$ac_link") 2>conftest.er1
8131 ac_status=$?
8132 grep -v '^ *+' conftest.er1 >conftest.err
8133 rm -f conftest.er1
8134 cat conftest.err >&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 (exit $ac_status); } && {
8137 test -z "$ac_c_werror_flag" ||
8138 test ! -s conftest.err
8139 } && test -s conftest$ac_exeext &&
8140 $as_test_x conftest$ac_exeext; then
8141 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8142 else
8143 echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.$ac_ext >&5
8146 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8150 conftest$ac_exeext conftest.$ac_ext
8151 CFLAGS=$ac_wine_try_cflags_saved
8153 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8154 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8155 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8156 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8160 esac
8162 else
8163 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8164 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8165 if test "${ac_cv_c_dll_unixware+set}" = set; then
8166 echo $ECHO_N "(cached) $ECHO_C" >&6
8167 else
8168 ac_wine_try_cflags_saved=$CFLAGS
8169 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8170 cat >conftest.$ac_ext <<_ACEOF
8171 void myfunc() {}
8172 _ACEOF
8173 rm -f conftest.$ac_objext conftest$ac_exeext
8174 if { (ac_try="$ac_link"
8175 case "(($ac_try" in
8176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8177 *) ac_try_echo=$ac_try;;
8178 esac
8179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8180 (eval "$ac_link") 2>conftest.er1
8181 ac_status=$?
8182 grep -v '^ *+' conftest.er1 >conftest.err
8183 rm -f conftest.er1
8184 cat conftest.err >&5
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 (exit $ac_status); } && {
8187 test -z "$ac_c_werror_flag" ||
8188 test ! -s conftest.err
8189 } && test -s conftest$ac_exeext &&
8190 $as_test_x conftest$ac_exeext; then
8191 ac_cv_c_dll_unixware="yes"
8192 else
8193 echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.$ac_ext >&5
8196 ac_cv_c_dll_unixware="no"
8199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8200 conftest$ac_exeext conftest.$ac_ext
8201 CFLAGS=$ac_wine_try_cflags_saved
8203 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8204 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8205 if test "$ac_cv_c_dll_unixware" = "yes"
8206 then
8207 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8208 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8210 else
8211 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8212 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8213 if test "${ac_cv_c_dll_hpux+set}" = set; then
8214 echo $ECHO_N "(cached) $ECHO_C" >&6
8215 else
8216 ac_wine_try_cflags_saved=$CFLAGS
8217 CFLAGS="$CFLAGS -shared"
8218 cat >conftest.$ac_ext <<_ACEOF
8219 void myfunc() {}
8220 _ACEOF
8221 rm -f conftest.$ac_objext conftest$ac_exeext
8222 if { (ac_try="$ac_link"
8223 case "(($ac_try" in
8224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8225 *) ac_try_echo=$ac_try;;
8226 esac
8227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8228 (eval "$ac_link") 2>conftest.er1
8229 ac_status=$?
8230 grep -v '^ *+' conftest.er1 >conftest.err
8231 rm -f conftest.er1
8232 cat conftest.err >&5
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 (exit $ac_status); } && {
8235 test -z "$ac_c_werror_flag" ||
8236 test ! -s conftest.err
8237 } && test -s conftest$ac_exeext &&
8238 $as_test_x conftest$ac_exeext; then
8239 ac_cv_c_dll_hpux="yes"
8240 else
8241 echo "$as_me: failed program was:" >&5
8242 sed 's/^/| /' conftest.$ac_ext >&5
8244 ac_cv_c_dll_hpux="no"
8247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8248 conftest$ac_exeext conftest.$ac_ext
8249 CFLAGS=$ac_wine_try_cflags_saved
8251 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8252 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8253 if test "$ac_cv_c_dll_hpux" = "yes"
8254 then
8255 LIBEXT="sl"
8256 DLLEXT=".sl"
8257 LDDLLFLAGS="-shared -fPIC"
8258 LDSHARED="\$(CC) -shared"
8263 esac
8265 enable_winequartz_drv=${enable_winequartz_drv:-no}
8267 if test "$LIBEXT" = "a"; then
8268 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8269 It is currently not possible to build Wine without shared library
8270 (.so) support to allow transparent switch between .so and .dll files.
8271 If you are using Linux, you will need a newer binutils.
8272 " >&5
8273 echo "$as_me: error: could not find a way to build shared libraries.
8274 It is currently not possible to build Wine without shared library
8275 (.so) support to allow transparent switch between .so and .dll files.
8276 If you are using Linux, you will need a newer binutils.
8277 " >&2;}
8278 { (exit 1); exit 1; }; }
8281 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8282 then
8283 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8285 # Extract the first word of "$ac_prog", so it can be a program name with args.
8286 set dummy $ac_prog; ac_word=$2
8287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8289 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8290 echo $ECHO_N "(cached) $ECHO_C" >&6
8291 else
8292 if test -n "$CROSSCC"; then
8293 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8294 else
8295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8296 for as_dir in $PATH
8298 IFS=$as_save_IFS
8299 test -z "$as_dir" && as_dir=.
8300 for ac_exec_ext in '' $ac_executable_extensions; do
8301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8302 ac_cv_prog_CROSSCC="$ac_prog"
8303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8304 break 2
8306 done
8307 done
8308 IFS=$as_save_IFS
8312 CROSSCC=$ac_cv_prog_CROSSCC
8313 if test -n "$CROSSCC"; then
8314 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8315 echo "${ECHO_T}$CROSSCC" >&6; }
8316 else
8317 { echo "$as_me:$LINENO: result: no" >&5
8318 echo "${ECHO_T}no" >&6; }
8322 test -n "$CROSSCC" && break
8323 done
8324 test -n "$CROSSCC" || CROSSCC="false"
8326 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8328 # Extract the first word of "$ac_prog", so it can be a program name with args.
8329 set dummy $ac_prog; ac_word=$2
8330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8332 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8334 else
8335 if test -n "$DLLTOOL"; then
8336 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8337 else
8338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8339 for as_dir in $PATH
8341 IFS=$as_save_IFS
8342 test -z "$as_dir" && as_dir=.
8343 for ac_exec_ext in '' $ac_executable_extensions; do
8344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8345 ac_cv_prog_DLLTOOL="$ac_prog"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8347 break 2
8349 done
8350 done
8351 IFS=$as_save_IFS
8355 DLLTOOL=$ac_cv_prog_DLLTOOL
8356 if test -n "$DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8358 echo "${ECHO_T}$DLLTOOL" >&6; }
8359 else
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8365 test -n "$DLLTOOL" && break
8366 done
8367 test -n "$DLLTOOL" || DLLTOOL="false"
8369 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8371 # Extract the first word of "$ac_prog", so it can be a program name with args.
8372 set dummy $ac_prog; ac_word=$2
8373 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8375 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8376 echo $ECHO_N "(cached) $ECHO_C" >&6
8377 else
8378 if test -n "$CROSSWINDRES"; then
8379 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8380 else
8381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8382 for as_dir in $PATH
8384 IFS=$as_save_IFS
8385 test -z "$as_dir" && as_dir=.
8386 for ac_exec_ext in '' $ac_executable_extensions; do
8387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8388 ac_cv_prog_CROSSWINDRES="$ac_prog"
8389 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8390 break 2
8392 done
8393 done
8394 IFS=$as_save_IFS
8398 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8399 if test -n "$CROSSWINDRES"; then
8400 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8401 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8402 else
8403 { echo "$as_me:$LINENO: result: no" >&5
8404 echo "${ECHO_T}no" >&6; }
8408 test -n "$CROSSWINDRES" && break
8409 done
8410 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8412 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8414 # Extract the first word of "$ac_prog", so it can be a program name with args.
8415 set dummy $ac_prog; ac_word=$2
8416 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8418 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8419 echo $ECHO_N "(cached) $ECHO_C" >&6
8420 else
8421 if test -n "$MINGWAR"; then
8422 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8423 else
8424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8425 for as_dir in $PATH
8427 IFS=$as_save_IFS
8428 test -z "$as_dir" && as_dir=.
8429 for ac_exec_ext in '' $ac_executable_extensions; do
8430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8431 ac_cv_prog_MINGWAR="$ac_prog"
8432 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8433 break 2
8435 done
8436 done
8437 IFS=$as_save_IFS
8441 MINGWAR=$ac_cv_prog_MINGWAR
8442 if test -n "$MINGWAR"; then
8443 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8444 echo "${ECHO_T}$MINGWAR" >&6; }
8445 else
8446 { echo "$as_me:$LINENO: result: no" >&5
8447 echo "${ECHO_T}no" >&6; }
8451 test -n "$MINGWAR" && break
8452 done
8453 test -n "$MINGWAR" || MINGWAR="false"
8455 if test "$CROSSCC" != "false"
8456 then
8457 CROSSTEST="\$(CROSSTEST)"
8463 if test "$ac_cv_header_pthread_h" = "yes"
8464 then
8465 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8466 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8467 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8468 echo $ECHO_N "(cached) $ECHO_C" >&6
8469 else
8470 ac_check_lib_save_LIBS=$LIBS
8471 LIBS="-lpthread $LIBS"
8472 cat >conftest.$ac_ext <<_ACEOF
8473 /* confdefs.h. */
8474 _ACEOF
8475 cat confdefs.h >>conftest.$ac_ext
8476 cat >>conftest.$ac_ext <<_ACEOF
8477 /* end confdefs.h. */
8479 /* Override any GCC internal prototype to avoid an error.
8480 Use char because int might match the return type of a GCC
8481 builtin and then its argument prototype would still apply. */
8482 #ifdef __cplusplus
8483 extern "C"
8484 #endif
8485 char pthread_create ();
8487 main ()
8489 return pthread_create ();
8491 return 0;
8493 _ACEOF
8494 rm -f conftest.$ac_objext conftest$ac_exeext
8495 if { (ac_try="$ac_link"
8496 case "(($ac_try" in
8497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8498 *) ac_try_echo=$ac_try;;
8499 esac
8500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8501 (eval "$ac_link") 2>conftest.er1
8502 ac_status=$?
8503 grep -v '^ *+' conftest.er1 >conftest.err
8504 rm -f conftest.er1
8505 cat conftest.err >&5
8506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507 (exit $ac_status); } && {
8508 test -z "$ac_c_werror_flag" ||
8509 test ! -s conftest.err
8510 } && test -s conftest$ac_exeext &&
8511 $as_test_x conftest$ac_exeext; then
8512 ac_cv_lib_pthread_pthread_create=yes
8513 else
8514 echo "$as_me: failed program was:" >&5
8515 sed 's/^/| /' conftest.$ac_ext >&5
8517 ac_cv_lib_pthread_pthread_create=no
8520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8521 conftest$ac_exeext conftest.$ac_ext
8522 LIBS=$ac_check_lib_save_LIBS
8524 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8525 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8526 if test $ac_cv_lib_pthread_pthread_create = yes; then
8527 LIBPTHREAD="-lpthread"
8532 if test "x$LIBPTHREAD" = "x"; then
8533 case "x$with_pthread" in
8534 xno) ;;
8535 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8536 Wine cannot support threads without libpthread.
8537 Use the --without-pthread option if you really want this." >&5
8538 echo "$as_me: error: pthread ${notice_platform}development files not found.
8539 Wine cannot support threads without libpthread.
8540 Use the --without-pthread option if you really want this." >&2;}
8541 { (exit 1); exit 1; }; } ;;
8542 esac
8547 { echo "$as_me:$LINENO: checking for X" >&5
8548 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8551 # Check whether --with-x was given.
8552 if test "${with_x+set}" = set; then
8553 withval=$with_x;
8556 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8557 if test "x$with_x" = xno; then
8558 # The user explicitly disabled X.
8559 have_x=disabled
8560 else
8561 case $x_includes,$x_libraries in #(
8562 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8563 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8564 { (exit 1); exit 1; }; };; #(
8565 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8566 echo $ECHO_N "(cached) $ECHO_C" >&6
8567 else
8568 # One or both of the vars are not set, and there is no cached value.
8569 ac_x_includes=no ac_x_libraries=no
8570 rm -f -r conftest.dir
8571 if mkdir conftest.dir; then
8572 cd conftest.dir
8573 cat >Imakefile <<'_ACEOF'
8574 incroot:
8575 @echo incroot='${INCROOT}'
8576 usrlibdir:
8577 @echo usrlibdir='${USRLIBDIR}'
8578 libdir:
8579 @echo libdir='${LIBDIR}'
8580 _ACEOF
8581 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8582 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8583 for ac_var in incroot usrlibdir libdir; do
8584 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8585 done
8586 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8587 for ac_extension in a so sl; do
8588 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8589 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8590 ac_im_usrlibdir=$ac_im_libdir; break
8592 done
8593 # Screen out bogus values from the imake configuration. They are
8594 # bogus both because they are the default anyway, and because
8595 # using them would break gcc on systems where it needs fixed includes.
8596 case $ac_im_incroot in
8597 /usr/include) ac_x_includes= ;;
8598 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8599 esac
8600 case $ac_im_usrlibdir in
8601 /usr/lib | /lib) ;;
8602 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8603 esac
8605 cd ..
8606 rm -f -r conftest.dir
8609 # Standard set of common directories for X headers.
8610 # Check X11 before X11Rn because it is often a symlink to the current release.
8611 ac_x_header_dirs='
8612 /usr/X11/include
8613 /usr/X11R6/include
8614 /usr/X11R5/include
8615 /usr/X11R4/include
8617 /usr/include/X11
8618 /usr/include/X11R6
8619 /usr/include/X11R5
8620 /usr/include/X11R4
8622 /usr/local/X11/include
8623 /usr/local/X11R6/include
8624 /usr/local/X11R5/include
8625 /usr/local/X11R4/include
8627 /usr/local/include/X11
8628 /usr/local/include/X11R6
8629 /usr/local/include/X11R5
8630 /usr/local/include/X11R4
8632 /usr/X386/include
8633 /usr/x386/include
8634 /usr/XFree86/include/X11
8636 /usr/include
8637 /usr/local/include
8638 /usr/unsupported/include
8639 /usr/athena/include
8640 /usr/local/x11r5/include
8641 /usr/lpp/Xamples/include
8643 /usr/openwin/include
8644 /usr/openwin/share/include'
8646 if test "$ac_x_includes" = no; then
8647 # Guess where to find include files, by looking for Xlib.h.
8648 # First, try using that file with no special directory specified.
8649 cat >conftest.$ac_ext <<_ACEOF
8650 /* confdefs.h. */
8651 _ACEOF
8652 cat confdefs.h >>conftest.$ac_ext
8653 cat >>conftest.$ac_ext <<_ACEOF
8654 /* end confdefs.h. */
8655 #include <X11/Xlib.h>
8656 _ACEOF
8657 if { (ac_try="$ac_cpp conftest.$ac_ext"
8658 case "(($ac_try" in
8659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8660 *) ac_try_echo=$ac_try;;
8661 esac
8662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8664 ac_status=$?
8665 grep -v '^ *+' conftest.er1 >conftest.err
8666 rm -f conftest.er1
8667 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } >/dev/null && {
8670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8671 test ! -s conftest.err
8672 }; then
8673 # We can compile using X headers with no special include directory.
8674 ac_x_includes=
8675 else
8676 echo "$as_me: failed program was:" >&5
8677 sed 's/^/| /' conftest.$ac_ext >&5
8679 for ac_dir in $ac_x_header_dirs; do
8680 if test -r "$ac_dir/X11/Xlib.h"; then
8681 ac_x_includes=$ac_dir
8682 break
8684 done
8687 rm -f conftest.err conftest.$ac_ext
8688 fi # $ac_x_includes = no
8690 if test "$ac_x_libraries" = no; then
8691 # Check for the libraries.
8692 # See if we find them without any special options.
8693 # Don't add to $LIBS permanently.
8694 ac_save_LIBS=$LIBS
8695 LIBS="-lX11 $LIBS"
8696 cat >conftest.$ac_ext <<_ACEOF
8697 /* confdefs.h. */
8698 _ACEOF
8699 cat confdefs.h >>conftest.$ac_ext
8700 cat >>conftest.$ac_ext <<_ACEOF
8701 /* end confdefs.h. */
8702 #include <X11/Xlib.h>
8704 main ()
8706 XrmInitialize ()
8708 return 0;
8710 _ACEOF
8711 rm -f conftest.$ac_objext conftest$ac_exeext
8712 if { (ac_try="$ac_link"
8713 case "(($ac_try" in
8714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8715 *) ac_try_echo=$ac_try;;
8716 esac
8717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8718 (eval "$ac_link") 2>conftest.er1
8719 ac_status=$?
8720 grep -v '^ *+' conftest.er1 >conftest.err
8721 rm -f conftest.er1
8722 cat conftest.err >&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest$ac_exeext &&
8728 $as_test_x conftest$ac_exeext; then
8729 LIBS=$ac_save_LIBS
8730 # We can link X programs with no special library path.
8731 ac_x_libraries=
8732 else
8733 echo "$as_me: failed program was:" >&5
8734 sed 's/^/| /' conftest.$ac_ext >&5
8736 LIBS=$ac_save_LIBS
8737 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8739 # Don't even attempt the hair of trying to link an X program!
8740 for ac_extension in a so sl; do
8741 if test -r "$ac_dir/libX11.$ac_extension"; then
8742 ac_x_libraries=$ac_dir
8743 break 2
8745 done
8746 done
8749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8750 conftest$ac_exeext conftest.$ac_ext
8751 fi # $ac_x_libraries = no
8753 case $ac_x_includes,$ac_x_libraries in #(
8754 no,* | *,no | *\'*)
8755 # Didn't find X, or a directory has "'" in its name.
8756 ac_cv_have_x="have_x=no";; #(
8758 # Record where we found X for the cache.
8759 ac_cv_have_x="have_x=yes\
8760 ac_x_includes='$ac_x_includes'\
8761 ac_x_libraries='$ac_x_libraries'"
8762 esac
8764 ;; #(
8765 *) have_x=yes;;
8766 esac
8767 eval "$ac_cv_have_x"
8768 fi # $with_x != no
8770 if test "$have_x" != yes; then
8771 { echo "$as_me:$LINENO: result: $have_x" >&5
8772 echo "${ECHO_T}$have_x" >&6; }
8773 no_x=yes
8774 else
8775 # If each of the values was on the command line, it overrides each guess.
8776 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8777 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8778 # Update the cache value to reflect the command line values.
8779 ac_cv_have_x="have_x=yes\
8780 ac_x_includes='$x_includes'\
8781 ac_x_libraries='$x_libraries'"
8782 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8783 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8786 if test "$no_x" = yes; then
8787 # Not all programs may use this symbol, but it does not hurt to define it.
8789 cat >>confdefs.h <<\_ACEOF
8790 #define X_DISPLAY_MISSING 1
8791 _ACEOF
8793 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8794 else
8795 if test -n "$x_includes"; then
8796 X_CFLAGS="$X_CFLAGS -I$x_includes"
8799 # It would also be nice to do this for all -L options, not just this one.
8800 if test -n "$x_libraries"; then
8801 X_LIBS="$X_LIBS -L$x_libraries"
8802 # For Solaris; some versions of Sun CC require a space after -R and
8803 # others require no space. Words are not sufficient . . . .
8804 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8805 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8806 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8807 ac_xsave_c_werror_flag=$ac_c_werror_flag
8808 ac_c_werror_flag=yes
8809 cat >conftest.$ac_ext <<_ACEOF
8810 /* confdefs.h. */
8811 _ACEOF
8812 cat confdefs.h >>conftest.$ac_ext
8813 cat >>conftest.$ac_ext <<_ACEOF
8814 /* end confdefs.h. */
8817 main ()
8821 return 0;
8823 _ACEOF
8824 rm -f conftest.$ac_objext conftest$ac_exeext
8825 if { (ac_try="$ac_link"
8826 case "(($ac_try" in
8827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8828 *) ac_try_echo=$ac_try;;
8829 esac
8830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8831 (eval "$ac_link") 2>conftest.er1
8832 ac_status=$?
8833 grep -v '^ *+' conftest.er1 >conftest.err
8834 rm -f conftest.er1
8835 cat conftest.err >&5
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); } && {
8838 test -z "$ac_c_werror_flag" ||
8839 test ! -s conftest.err
8840 } && test -s conftest$ac_exeext &&
8841 $as_test_x conftest$ac_exeext; then
8842 { echo "$as_me:$LINENO: result: no" >&5
8843 echo "${ECHO_T}no" >&6; }
8844 X_LIBS="$X_LIBS -R$x_libraries"
8845 else
8846 echo "$as_me: failed program was:" >&5
8847 sed 's/^/| /' conftest.$ac_ext >&5
8849 LIBS="$ac_xsave_LIBS -R $x_libraries"
8850 cat >conftest.$ac_ext <<_ACEOF
8851 /* confdefs.h. */
8852 _ACEOF
8853 cat confdefs.h >>conftest.$ac_ext
8854 cat >>conftest.$ac_ext <<_ACEOF
8855 /* end confdefs.h. */
8858 main ()
8862 return 0;
8864 _ACEOF
8865 rm -f conftest.$ac_objext conftest$ac_exeext
8866 if { (ac_try="$ac_link"
8867 case "(($ac_try" in
8868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8869 *) ac_try_echo=$ac_try;;
8870 esac
8871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8872 (eval "$ac_link") 2>conftest.er1
8873 ac_status=$?
8874 grep -v '^ *+' conftest.er1 >conftest.err
8875 rm -f conftest.er1
8876 cat conftest.err >&5
8877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8878 (exit $ac_status); } && {
8879 test -z "$ac_c_werror_flag" ||
8880 test ! -s conftest.err
8881 } && test -s conftest$ac_exeext &&
8882 $as_test_x conftest$ac_exeext; then
8883 { echo "$as_me:$LINENO: result: yes" >&5
8884 echo "${ECHO_T}yes" >&6; }
8885 X_LIBS="$X_LIBS -R $x_libraries"
8886 else
8887 echo "$as_me: failed program was:" >&5
8888 sed 's/^/| /' conftest.$ac_ext >&5
8890 { echo "$as_me:$LINENO: result: neither works" >&5
8891 echo "${ECHO_T}neither works" >&6; }
8894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8895 conftest$ac_exeext conftest.$ac_ext
8898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8899 conftest$ac_exeext conftest.$ac_ext
8900 ac_c_werror_flag=$ac_xsave_c_werror_flag
8901 LIBS=$ac_xsave_LIBS
8904 # Check for system-dependent libraries X programs must link with.
8905 # Do this before checking for the system-independent R6 libraries
8906 # (-lICE), since we may need -lsocket or whatever for X linking.
8908 if test "$ISC" = yes; then
8909 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8910 else
8911 # Martyn Johnson says this is needed for Ultrix, if the X
8912 # libraries were built with DECnet support. And Karl Berry says
8913 # the Alpha needs dnet_stub (dnet does not exist).
8914 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8915 cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h. */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8922 /* Override any GCC internal prototype to avoid an error.
8923 Use char because int might match the return type of a GCC
8924 builtin and then its argument prototype would still apply. */
8925 #ifdef __cplusplus
8926 extern "C"
8927 #endif
8928 char XOpenDisplay ();
8930 main ()
8932 return XOpenDisplay ();
8934 return 0;
8936 _ACEOF
8937 rm -f conftest.$ac_objext conftest$ac_exeext
8938 if { (ac_try="$ac_link"
8939 case "(($ac_try" in
8940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8941 *) ac_try_echo=$ac_try;;
8942 esac
8943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8944 (eval "$ac_link") 2>conftest.er1
8945 ac_status=$?
8946 grep -v '^ *+' conftest.er1 >conftest.err
8947 rm -f conftest.er1
8948 cat conftest.err >&5
8949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8950 (exit $ac_status); } && {
8951 test -z "$ac_c_werror_flag" ||
8952 test ! -s conftest.err
8953 } && test -s conftest$ac_exeext &&
8954 $as_test_x conftest$ac_exeext; then
8956 else
8957 echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8961 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8962 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8963 echo $ECHO_N "(cached) $ECHO_C" >&6
8964 else
8965 ac_check_lib_save_LIBS=$LIBS
8966 LIBS="-ldnet $LIBS"
8967 cat >conftest.$ac_ext <<_ACEOF
8968 /* confdefs.h. */
8969 _ACEOF
8970 cat confdefs.h >>conftest.$ac_ext
8971 cat >>conftest.$ac_ext <<_ACEOF
8972 /* end confdefs.h. */
8974 /* Override any GCC internal prototype to avoid an error.
8975 Use char because int might match the return type of a GCC
8976 builtin and then its argument prototype would still apply. */
8977 #ifdef __cplusplus
8978 extern "C"
8979 #endif
8980 char dnet_ntoa ();
8982 main ()
8984 return dnet_ntoa ();
8986 return 0;
8988 _ACEOF
8989 rm -f conftest.$ac_objext conftest$ac_exeext
8990 if { (ac_try="$ac_link"
8991 case "(($ac_try" in
8992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8993 *) ac_try_echo=$ac_try;;
8994 esac
8995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8996 (eval "$ac_link") 2>conftest.er1
8997 ac_status=$?
8998 grep -v '^ *+' conftest.er1 >conftest.err
8999 rm -f conftest.er1
9000 cat conftest.err >&5
9001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9002 (exit $ac_status); } && {
9003 test -z "$ac_c_werror_flag" ||
9004 test ! -s conftest.err
9005 } && test -s conftest$ac_exeext &&
9006 $as_test_x conftest$ac_exeext; then
9007 ac_cv_lib_dnet_dnet_ntoa=yes
9008 else
9009 echo "$as_me: failed program was:" >&5
9010 sed 's/^/| /' conftest.$ac_ext >&5
9012 ac_cv_lib_dnet_dnet_ntoa=no
9015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9016 conftest$ac_exeext conftest.$ac_ext
9017 LIBS=$ac_check_lib_save_LIBS
9019 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9020 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9021 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9022 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9025 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9026 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9027 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9028 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9029 echo $ECHO_N "(cached) $ECHO_C" >&6
9030 else
9031 ac_check_lib_save_LIBS=$LIBS
9032 LIBS="-ldnet_stub $LIBS"
9033 cat >conftest.$ac_ext <<_ACEOF
9034 /* confdefs.h. */
9035 _ACEOF
9036 cat confdefs.h >>conftest.$ac_ext
9037 cat >>conftest.$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9040 /* Override any GCC internal prototype to avoid an error.
9041 Use char because int might match the return type of a GCC
9042 builtin and then its argument prototype would still apply. */
9043 #ifdef __cplusplus
9044 extern "C"
9045 #endif
9046 char dnet_ntoa ();
9048 main ()
9050 return dnet_ntoa ();
9052 return 0;
9054 _ACEOF
9055 rm -f conftest.$ac_objext conftest$ac_exeext
9056 if { (ac_try="$ac_link"
9057 case "(($ac_try" in
9058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9059 *) ac_try_echo=$ac_try;;
9060 esac
9061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9062 (eval "$ac_link") 2>conftest.er1
9063 ac_status=$?
9064 grep -v '^ *+' conftest.er1 >conftest.err
9065 rm -f conftest.er1
9066 cat conftest.err >&5
9067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9068 (exit $ac_status); } && {
9069 test -z "$ac_c_werror_flag" ||
9070 test ! -s conftest.err
9071 } && test -s conftest$ac_exeext &&
9072 $as_test_x conftest$ac_exeext; then
9073 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9074 else
9075 echo "$as_me: failed program was:" >&5
9076 sed 's/^/| /' conftest.$ac_ext >&5
9078 ac_cv_lib_dnet_stub_dnet_ntoa=no
9081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9082 conftest$ac_exeext conftest.$ac_ext
9083 LIBS=$ac_check_lib_save_LIBS
9085 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9086 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9087 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9088 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9095 conftest$ac_exeext conftest.$ac_ext
9096 LIBS="$ac_xsave_LIBS"
9098 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9099 # to get the SysV transport functions.
9100 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9101 # needs -lnsl.
9102 # The nsl library prevents programs from opening the X display
9103 # on Irix 5.2, according to T.E. Dickey.
9104 # The functions gethostbyname, getservbyname, and inet_addr are
9105 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9106 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9107 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9108 if test "${ac_cv_func_gethostbyname+set}" = set; then
9109 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 else
9111 cat >conftest.$ac_ext <<_ACEOF
9112 /* confdefs.h. */
9113 _ACEOF
9114 cat confdefs.h >>conftest.$ac_ext
9115 cat >>conftest.$ac_ext <<_ACEOF
9116 /* end confdefs.h. */
9117 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9118 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9119 #define gethostbyname innocuous_gethostbyname
9121 /* System header to define __stub macros and hopefully few prototypes,
9122 which can conflict with char gethostbyname (); below.
9123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9124 <limits.h> exists even on freestanding compilers. */
9126 #ifdef __STDC__
9127 # include <limits.h>
9128 #else
9129 # include <assert.h>
9130 #endif
9132 #undef gethostbyname
9134 /* Override any GCC internal prototype to avoid an error.
9135 Use char because int might match the return type of a GCC
9136 builtin and then its argument prototype would still apply. */
9137 #ifdef __cplusplus
9138 extern "C"
9139 #endif
9140 char gethostbyname ();
9141 /* The GNU C library defines this for functions which it implements
9142 to always fail with ENOSYS. Some functions are actually named
9143 something starting with __ and the normal name is an alias. */
9144 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9145 choke me
9146 #endif
9149 main ()
9151 return gethostbyname ();
9153 return 0;
9155 _ACEOF
9156 rm -f conftest.$ac_objext conftest$ac_exeext
9157 if { (ac_try="$ac_link"
9158 case "(($ac_try" in
9159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9160 *) ac_try_echo=$ac_try;;
9161 esac
9162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9163 (eval "$ac_link") 2>conftest.er1
9164 ac_status=$?
9165 grep -v '^ *+' conftest.er1 >conftest.err
9166 rm -f conftest.er1
9167 cat conftest.err >&5
9168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169 (exit $ac_status); } && {
9170 test -z "$ac_c_werror_flag" ||
9171 test ! -s conftest.err
9172 } && test -s conftest$ac_exeext &&
9173 $as_test_x conftest$ac_exeext; then
9174 ac_cv_func_gethostbyname=yes
9175 else
9176 echo "$as_me: failed program was:" >&5
9177 sed 's/^/| /' conftest.$ac_ext >&5
9179 ac_cv_func_gethostbyname=no
9182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9183 conftest$ac_exeext conftest.$ac_ext
9185 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9186 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9188 if test $ac_cv_func_gethostbyname = no; then
9189 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9190 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9191 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9193 else
9194 ac_check_lib_save_LIBS=$LIBS
9195 LIBS="-lnsl $LIBS"
9196 cat >conftest.$ac_ext <<_ACEOF
9197 /* confdefs.h. */
9198 _ACEOF
9199 cat confdefs.h >>conftest.$ac_ext
9200 cat >>conftest.$ac_ext <<_ACEOF
9201 /* end confdefs.h. */
9203 /* Override any GCC internal prototype to avoid an error.
9204 Use char because int might match the return type of a GCC
9205 builtin and then its argument prototype would still apply. */
9206 #ifdef __cplusplus
9207 extern "C"
9208 #endif
9209 char gethostbyname ();
9211 main ()
9213 return gethostbyname ();
9215 return 0;
9217 _ACEOF
9218 rm -f conftest.$ac_objext conftest$ac_exeext
9219 if { (ac_try="$ac_link"
9220 case "(($ac_try" in
9221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9222 *) ac_try_echo=$ac_try;;
9223 esac
9224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9225 (eval "$ac_link") 2>conftest.er1
9226 ac_status=$?
9227 grep -v '^ *+' conftest.er1 >conftest.err
9228 rm -f conftest.er1
9229 cat conftest.err >&5
9230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9231 (exit $ac_status); } && {
9232 test -z "$ac_c_werror_flag" ||
9233 test ! -s conftest.err
9234 } && test -s conftest$ac_exeext &&
9235 $as_test_x conftest$ac_exeext; then
9236 ac_cv_lib_nsl_gethostbyname=yes
9237 else
9238 echo "$as_me: failed program was:" >&5
9239 sed 's/^/| /' conftest.$ac_ext >&5
9241 ac_cv_lib_nsl_gethostbyname=no
9244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9245 conftest$ac_exeext conftest.$ac_ext
9246 LIBS=$ac_check_lib_save_LIBS
9248 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9249 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9250 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9251 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9254 if test $ac_cv_lib_nsl_gethostbyname = no; then
9255 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9256 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9257 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9258 echo $ECHO_N "(cached) $ECHO_C" >&6
9259 else
9260 ac_check_lib_save_LIBS=$LIBS
9261 LIBS="-lbsd $LIBS"
9262 cat >conftest.$ac_ext <<_ACEOF
9263 /* confdefs.h. */
9264 _ACEOF
9265 cat confdefs.h >>conftest.$ac_ext
9266 cat >>conftest.$ac_ext <<_ACEOF
9267 /* end confdefs.h. */
9269 /* Override any GCC internal prototype to avoid an error.
9270 Use char because int might match the return type of a GCC
9271 builtin and then its argument prototype would still apply. */
9272 #ifdef __cplusplus
9273 extern "C"
9274 #endif
9275 char gethostbyname ();
9277 main ()
9279 return gethostbyname ();
9281 return 0;
9283 _ACEOF
9284 rm -f conftest.$ac_objext conftest$ac_exeext
9285 if { (ac_try="$ac_link"
9286 case "(($ac_try" in
9287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9288 *) ac_try_echo=$ac_try;;
9289 esac
9290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9291 (eval "$ac_link") 2>conftest.er1
9292 ac_status=$?
9293 grep -v '^ *+' conftest.er1 >conftest.err
9294 rm -f conftest.er1
9295 cat conftest.err >&5
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); } && {
9298 test -z "$ac_c_werror_flag" ||
9299 test ! -s conftest.err
9300 } && test -s conftest$ac_exeext &&
9301 $as_test_x conftest$ac_exeext; then
9302 ac_cv_lib_bsd_gethostbyname=yes
9303 else
9304 echo "$as_me: failed program was:" >&5
9305 sed 's/^/| /' conftest.$ac_ext >&5
9307 ac_cv_lib_bsd_gethostbyname=no
9310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9311 conftest$ac_exeext conftest.$ac_ext
9312 LIBS=$ac_check_lib_save_LIBS
9314 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9315 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9316 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9317 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9323 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9324 # socket/setsockopt and other routines are undefined under SCO ODT
9325 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9326 # on later versions), says Simon Leinen: it contains gethostby*
9327 # variants that don't use the name server (or something). -lsocket
9328 # must be given before -lnsl if both are needed. We assume that
9329 # if connect needs -lnsl, so does gethostbyname.
9330 { echo "$as_me:$LINENO: checking for connect" >&5
9331 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9332 if test "${ac_cv_func_connect+set}" = set; then
9333 echo $ECHO_N "(cached) $ECHO_C" >&6
9334 else
9335 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h. */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h. */
9341 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9343 #define connect innocuous_connect
9345 /* System header to define __stub macros and hopefully few prototypes,
9346 which can conflict with char connect (); below.
9347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9348 <limits.h> exists even on freestanding compilers. */
9350 #ifdef __STDC__
9351 # include <limits.h>
9352 #else
9353 # include <assert.h>
9354 #endif
9356 #undef connect
9358 /* Override any GCC internal prototype to avoid an error.
9359 Use char because int might match the return type of a GCC
9360 builtin and then its argument prototype would still apply. */
9361 #ifdef __cplusplus
9362 extern "C"
9363 #endif
9364 char connect ();
9365 /* The GNU C library defines this for functions which it implements
9366 to always fail with ENOSYS. Some functions are actually named
9367 something starting with __ and the normal name is an alias. */
9368 #if defined __stub_connect || defined __stub___connect
9369 choke me
9370 #endif
9373 main ()
9375 return connect ();
9377 return 0;
9379 _ACEOF
9380 rm -f conftest.$ac_objext conftest$ac_exeext
9381 if { (ac_try="$ac_link"
9382 case "(($ac_try" in
9383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9384 *) ac_try_echo=$ac_try;;
9385 esac
9386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9387 (eval "$ac_link") 2>conftest.er1
9388 ac_status=$?
9389 grep -v '^ *+' conftest.er1 >conftest.err
9390 rm -f conftest.er1
9391 cat conftest.err >&5
9392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9393 (exit $ac_status); } && {
9394 test -z "$ac_c_werror_flag" ||
9395 test ! -s conftest.err
9396 } && test -s conftest$ac_exeext &&
9397 $as_test_x conftest$ac_exeext; then
9398 ac_cv_func_connect=yes
9399 else
9400 echo "$as_me: failed program was:" >&5
9401 sed 's/^/| /' conftest.$ac_ext >&5
9403 ac_cv_func_connect=no
9406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9407 conftest$ac_exeext conftest.$ac_ext
9409 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9410 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9412 if test $ac_cv_func_connect = no; then
9413 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9414 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9415 if test "${ac_cv_lib_socket_connect+set}" = set; then
9416 echo $ECHO_N "(cached) $ECHO_C" >&6
9417 else
9418 ac_check_lib_save_LIBS=$LIBS
9419 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9420 cat >conftest.$ac_ext <<_ACEOF
9421 /* confdefs.h. */
9422 _ACEOF
9423 cat confdefs.h >>conftest.$ac_ext
9424 cat >>conftest.$ac_ext <<_ACEOF
9425 /* end confdefs.h. */
9427 /* Override any GCC internal prototype to avoid an error.
9428 Use char because int might match the return type of a GCC
9429 builtin and then its argument prototype would still apply. */
9430 #ifdef __cplusplus
9431 extern "C"
9432 #endif
9433 char connect ();
9435 main ()
9437 return connect ();
9439 return 0;
9441 _ACEOF
9442 rm -f conftest.$ac_objext conftest$ac_exeext
9443 if { (ac_try="$ac_link"
9444 case "(($ac_try" in
9445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9446 *) ac_try_echo=$ac_try;;
9447 esac
9448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9449 (eval "$ac_link") 2>conftest.er1
9450 ac_status=$?
9451 grep -v '^ *+' conftest.er1 >conftest.err
9452 rm -f conftest.er1
9453 cat conftest.err >&5
9454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9455 (exit $ac_status); } && {
9456 test -z "$ac_c_werror_flag" ||
9457 test ! -s conftest.err
9458 } && test -s conftest$ac_exeext &&
9459 $as_test_x conftest$ac_exeext; then
9460 ac_cv_lib_socket_connect=yes
9461 else
9462 echo "$as_me: failed program was:" >&5
9463 sed 's/^/| /' conftest.$ac_ext >&5
9465 ac_cv_lib_socket_connect=no
9468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9469 conftest$ac_exeext conftest.$ac_ext
9470 LIBS=$ac_check_lib_save_LIBS
9472 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9473 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9474 if test $ac_cv_lib_socket_connect = yes; then
9475 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9480 # Guillermo Gomez says -lposix is necessary on A/UX.
9481 { echo "$as_me:$LINENO: checking for remove" >&5
9482 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9483 if test "${ac_cv_func_remove+set}" = set; then
9484 echo $ECHO_N "(cached) $ECHO_C" >&6
9485 else
9486 cat >conftest.$ac_ext <<_ACEOF
9487 /* confdefs.h. */
9488 _ACEOF
9489 cat confdefs.h >>conftest.$ac_ext
9490 cat >>conftest.$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9494 #define remove innocuous_remove
9496 /* System header to define __stub macros and hopefully few prototypes,
9497 which can conflict with char remove (); below.
9498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9499 <limits.h> exists even on freestanding compilers. */
9501 #ifdef __STDC__
9502 # include <limits.h>
9503 #else
9504 # include <assert.h>
9505 #endif
9507 #undef remove
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9512 #ifdef __cplusplus
9513 extern "C"
9514 #endif
9515 char remove ();
9516 /* The GNU C library defines this for functions which it implements
9517 to always fail with ENOSYS. Some functions are actually named
9518 something starting with __ and the normal name is an alias. */
9519 #if defined __stub_remove || defined __stub___remove
9520 choke me
9521 #endif
9524 main ()
9526 return remove ();
9528 return 0;
9530 _ACEOF
9531 rm -f conftest.$ac_objext conftest$ac_exeext
9532 if { (ac_try="$ac_link"
9533 case "(($ac_try" in
9534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9535 *) ac_try_echo=$ac_try;;
9536 esac
9537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9538 (eval "$ac_link") 2>conftest.er1
9539 ac_status=$?
9540 grep -v '^ *+' conftest.er1 >conftest.err
9541 rm -f conftest.er1
9542 cat conftest.err >&5
9543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); } && {
9545 test -z "$ac_c_werror_flag" ||
9546 test ! -s conftest.err
9547 } && test -s conftest$ac_exeext &&
9548 $as_test_x conftest$ac_exeext; then
9549 ac_cv_func_remove=yes
9550 else
9551 echo "$as_me: failed program was:" >&5
9552 sed 's/^/| /' conftest.$ac_ext >&5
9554 ac_cv_func_remove=no
9557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9558 conftest$ac_exeext conftest.$ac_ext
9560 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9561 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9563 if test $ac_cv_func_remove = no; then
9564 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9565 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9566 if test "${ac_cv_lib_posix_remove+set}" = set; then
9567 echo $ECHO_N "(cached) $ECHO_C" >&6
9568 else
9569 ac_check_lib_save_LIBS=$LIBS
9570 LIBS="-lposix $LIBS"
9571 cat >conftest.$ac_ext <<_ACEOF
9572 /* confdefs.h. */
9573 _ACEOF
9574 cat confdefs.h >>conftest.$ac_ext
9575 cat >>conftest.$ac_ext <<_ACEOF
9576 /* end confdefs.h. */
9578 /* Override any GCC internal prototype to avoid an error.
9579 Use char because int might match the return type of a GCC
9580 builtin and then its argument prototype would still apply. */
9581 #ifdef __cplusplus
9582 extern "C"
9583 #endif
9584 char remove ();
9586 main ()
9588 return remove ();
9590 return 0;
9592 _ACEOF
9593 rm -f conftest.$ac_objext conftest$ac_exeext
9594 if { (ac_try="$ac_link"
9595 case "(($ac_try" in
9596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9597 *) ac_try_echo=$ac_try;;
9598 esac
9599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9600 (eval "$ac_link") 2>conftest.er1
9601 ac_status=$?
9602 grep -v '^ *+' conftest.er1 >conftest.err
9603 rm -f conftest.er1
9604 cat conftest.err >&5
9605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606 (exit $ac_status); } && {
9607 test -z "$ac_c_werror_flag" ||
9608 test ! -s conftest.err
9609 } && test -s conftest$ac_exeext &&
9610 $as_test_x conftest$ac_exeext; then
9611 ac_cv_lib_posix_remove=yes
9612 else
9613 echo "$as_me: failed program was:" >&5
9614 sed 's/^/| /' conftest.$ac_ext >&5
9616 ac_cv_lib_posix_remove=no
9619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9620 conftest$ac_exeext conftest.$ac_ext
9621 LIBS=$ac_check_lib_save_LIBS
9623 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9624 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9625 if test $ac_cv_lib_posix_remove = yes; then
9626 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9631 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9632 { echo "$as_me:$LINENO: checking for shmat" >&5
9633 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9634 if test "${ac_cv_func_shmat+set}" = set; then
9635 echo $ECHO_N "(cached) $ECHO_C" >&6
9636 else
9637 cat >conftest.$ac_ext <<_ACEOF
9638 /* confdefs.h. */
9639 _ACEOF
9640 cat confdefs.h >>conftest.$ac_ext
9641 cat >>conftest.$ac_ext <<_ACEOF
9642 /* end confdefs.h. */
9643 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9644 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9645 #define shmat innocuous_shmat
9647 /* System header to define __stub macros and hopefully few prototypes,
9648 which can conflict with char shmat (); below.
9649 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9650 <limits.h> exists even on freestanding compilers. */
9652 #ifdef __STDC__
9653 # include <limits.h>
9654 #else
9655 # include <assert.h>
9656 #endif
9658 #undef shmat
9660 /* Override any GCC internal prototype to avoid an error.
9661 Use char because int might match the return type of a GCC
9662 builtin and then its argument prototype would still apply. */
9663 #ifdef __cplusplus
9664 extern "C"
9665 #endif
9666 char shmat ();
9667 /* The GNU C library defines this for functions which it implements
9668 to always fail with ENOSYS. Some functions are actually named
9669 something starting with __ and the normal name is an alias. */
9670 #if defined __stub_shmat || defined __stub___shmat
9671 choke me
9672 #endif
9675 main ()
9677 return shmat ();
9679 return 0;
9681 _ACEOF
9682 rm -f conftest.$ac_objext conftest$ac_exeext
9683 if { (ac_try="$ac_link"
9684 case "(($ac_try" in
9685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9686 *) ac_try_echo=$ac_try;;
9687 esac
9688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9689 (eval "$ac_link") 2>conftest.er1
9690 ac_status=$?
9691 grep -v '^ *+' conftest.er1 >conftest.err
9692 rm -f conftest.er1
9693 cat conftest.err >&5
9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695 (exit $ac_status); } && {
9696 test -z "$ac_c_werror_flag" ||
9697 test ! -s conftest.err
9698 } && test -s conftest$ac_exeext &&
9699 $as_test_x conftest$ac_exeext; then
9700 ac_cv_func_shmat=yes
9701 else
9702 echo "$as_me: failed program was:" >&5
9703 sed 's/^/| /' conftest.$ac_ext >&5
9705 ac_cv_func_shmat=no
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709 conftest$ac_exeext conftest.$ac_ext
9711 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9712 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9714 if test $ac_cv_func_shmat = no; then
9715 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9716 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9717 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9718 echo $ECHO_N "(cached) $ECHO_C" >&6
9719 else
9720 ac_check_lib_save_LIBS=$LIBS
9721 LIBS="-lipc $LIBS"
9722 cat >conftest.$ac_ext <<_ACEOF
9723 /* confdefs.h. */
9724 _ACEOF
9725 cat confdefs.h >>conftest.$ac_ext
9726 cat >>conftest.$ac_ext <<_ACEOF
9727 /* end confdefs.h. */
9729 /* Override any GCC internal prototype to avoid an error.
9730 Use char because int might match the return type of a GCC
9731 builtin and then its argument prototype would still apply. */
9732 #ifdef __cplusplus
9733 extern "C"
9734 #endif
9735 char shmat ();
9737 main ()
9739 return shmat ();
9741 return 0;
9743 _ACEOF
9744 rm -f conftest.$ac_objext conftest$ac_exeext
9745 if { (ac_try="$ac_link"
9746 case "(($ac_try" in
9747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9748 *) ac_try_echo=$ac_try;;
9749 esac
9750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9751 (eval "$ac_link") 2>conftest.er1
9752 ac_status=$?
9753 grep -v '^ *+' conftest.er1 >conftest.err
9754 rm -f conftest.er1
9755 cat conftest.err >&5
9756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9757 (exit $ac_status); } && {
9758 test -z "$ac_c_werror_flag" ||
9759 test ! -s conftest.err
9760 } && test -s conftest$ac_exeext &&
9761 $as_test_x conftest$ac_exeext; then
9762 ac_cv_lib_ipc_shmat=yes
9763 else
9764 echo "$as_me: failed program was:" >&5
9765 sed 's/^/| /' conftest.$ac_ext >&5
9767 ac_cv_lib_ipc_shmat=no
9770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9771 conftest$ac_exeext conftest.$ac_ext
9772 LIBS=$ac_check_lib_save_LIBS
9774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9775 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9776 if test $ac_cv_lib_ipc_shmat = yes; then
9777 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9783 # Check for libraries that X11R6 Xt/Xaw programs need.
9784 ac_save_LDFLAGS=$LDFLAGS
9785 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9786 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9787 # check for ICE first), but we must link in the order -lSM -lICE or
9788 # we get undefined symbols. So assume we have SM if we have ICE.
9789 # These have to be linked with before -lX11, unlike the other
9790 # libraries we check for below, so use a different variable.
9791 # John Interrante, Karl Berry
9792 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9793 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9794 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9795 echo $ECHO_N "(cached) $ECHO_C" >&6
9796 else
9797 ac_check_lib_save_LIBS=$LIBS
9798 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9799 cat >conftest.$ac_ext <<_ACEOF
9800 /* confdefs.h. */
9801 _ACEOF
9802 cat confdefs.h >>conftest.$ac_ext
9803 cat >>conftest.$ac_ext <<_ACEOF
9804 /* end confdefs.h. */
9806 /* Override any GCC internal prototype to avoid an error.
9807 Use char because int might match the return type of a GCC
9808 builtin and then its argument prototype would still apply. */
9809 #ifdef __cplusplus
9810 extern "C"
9811 #endif
9812 char IceConnectionNumber ();
9814 main ()
9816 return IceConnectionNumber ();
9818 return 0;
9820 _ACEOF
9821 rm -f conftest.$ac_objext conftest$ac_exeext
9822 if { (ac_try="$ac_link"
9823 case "(($ac_try" in
9824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9825 *) ac_try_echo=$ac_try;;
9826 esac
9827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9828 (eval "$ac_link") 2>conftest.er1
9829 ac_status=$?
9830 grep -v '^ *+' conftest.er1 >conftest.err
9831 rm -f conftest.er1
9832 cat conftest.err >&5
9833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9834 (exit $ac_status); } && {
9835 test -z "$ac_c_werror_flag" ||
9836 test ! -s conftest.err
9837 } && test -s conftest$ac_exeext &&
9838 $as_test_x conftest$ac_exeext; then
9839 ac_cv_lib_ICE_IceConnectionNumber=yes
9840 else
9841 echo "$as_me: failed program was:" >&5
9842 sed 's/^/| /' conftest.$ac_ext >&5
9844 ac_cv_lib_ICE_IceConnectionNumber=no
9847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9848 conftest$ac_exeext conftest.$ac_ext
9849 LIBS=$ac_check_lib_save_LIBS
9851 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9852 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9853 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9854 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9857 LDFLAGS=$ac_save_LDFLAGS
9862 if test "$have_x" = "yes"
9863 then
9864 XLIB="-lXext -lX11"
9865 ac_save_CPPFLAGS="$CPPFLAGS"
9866 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9868 { echo "$as_me:$LINENO: checking for -lX11" >&5
9869 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9870 if test "${ac_cv_lib_soname_X11+set}" = set; then
9871 echo $ECHO_N "(cached) $ECHO_C" >&6
9872 else
9873 ac_check_soname_save_LIBS=$LIBS
9874 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9875 cat >conftest.$ac_ext <<_ACEOF
9876 /* confdefs.h. */
9877 _ACEOF
9878 cat confdefs.h >>conftest.$ac_ext
9879 cat >>conftest.$ac_ext <<_ACEOF
9880 /* end confdefs.h. */
9882 /* Override any GCC internal prototype to avoid an error.
9883 Use char because int might match the return type of a GCC
9884 builtin and then its argument prototype would still apply. */
9885 #ifdef __cplusplus
9886 extern "C"
9887 #endif
9888 char XCreateWindow ();
9890 main ()
9892 return XCreateWindow ();
9894 return 0;
9896 _ACEOF
9897 rm -f conftest.$ac_objext conftest$ac_exeext
9898 if { (ac_try="$ac_link"
9899 case "(($ac_try" in
9900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9901 *) ac_try_echo=$ac_try;;
9902 esac
9903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9904 (eval "$ac_link") 2>conftest.er1
9905 ac_status=$?
9906 grep -v '^ *+' conftest.er1 >conftest.err
9907 rm -f conftest.er1
9908 cat conftest.err >&5
9909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9910 (exit $ac_status); } && {
9911 test -z "$ac_c_werror_flag" ||
9912 test ! -s conftest.err
9913 } && test -s conftest$ac_exeext &&
9914 $as_test_x conftest$ac_exeext; then
9915 case "$LIBEXT" in
9916 dll) ;;
9917 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'` ;;
9918 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9919 esac
9920 else
9921 echo "$as_me: failed program was:" >&5
9922 sed 's/^/| /' conftest.$ac_ext >&5
9927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LIBS=$ac_check_soname_save_LIBS
9931 if test "x$ac_cv_lib_soname_X11" = "x"; then
9932 { echo "$as_me:$LINENO: result: not found" >&5
9933 echo "${ECHO_T}not found" >&6; }
9935 else
9936 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9937 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9939 cat >>confdefs.h <<_ACEOF
9940 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9941 _ACEOF
9946 { echo "$as_me:$LINENO: checking for -lXext" >&5
9947 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9948 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9949 echo $ECHO_N "(cached) $ECHO_C" >&6
9950 else
9951 ac_check_soname_save_LIBS=$LIBS
9952 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9953 cat >conftest.$ac_ext <<_ACEOF
9954 /* confdefs.h. */
9955 _ACEOF
9956 cat confdefs.h >>conftest.$ac_ext
9957 cat >>conftest.$ac_ext <<_ACEOF
9958 /* end confdefs.h. */
9960 /* Override any GCC internal prototype to avoid an error.
9961 Use char because int might match the return type of a GCC
9962 builtin and then its argument prototype would still apply. */
9963 #ifdef __cplusplus
9964 extern "C"
9965 #endif
9966 char XextCreateExtension ();
9968 main ()
9970 return XextCreateExtension ();
9972 return 0;
9974 _ACEOF
9975 rm -f conftest.$ac_objext conftest$ac_exeext
9976 if { (ac_try="$ac_link"
9977 case "(($ac_try" in
9978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9979 *) ac_try_echo=$ac_try;;
9980 esac
9981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9982 (eval "$ac_link") 2>conftest.er1
9983 ac_status=$?
9984 grep -v '^ *+' conftest.er1 >conftest.err
9985 rm -f conftest.er1
9986 cat conftest.err >&5
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); } && {
9989 test -z "$ac_c_werror_flag" ||
9990 test ! -s conftest.err
9991 } && test -s conftest$ac_exeext &&
9992 $as_test_x conftest$ac_exeext; then
9993 case "$LIBEXT" in
9994 dll) ;;
9995 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'` ;;
9996 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9997 esac
9998 else
9999 echo "$as_me: failed program was:" >&5
10000 sed 's/^/| /' conftest.$ac_ext >&5
10005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10006 conftest$ac_exeext conftest.$ac_ext
10007 LIBS=$ac_check_soname_save_LIBS
10009 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10010 { echo "$as_me:$LINENO: result: not found" >&5
10011 echo "${ECHO_T}not found" >&6; }
10013 else
10014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10015 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10017 cat >>confdefs.h <<_ACEOF
10018 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10019 _ACEOF
10037 for ac_header in X11/Xlib.h \
10038 X11/XKBlib.h \
10039 X11/Xutil.h \
10040 X11/Xcursor/Xcursor.h \
10041 X11/extensions/shape.h \
10042 X11/extensions/XInput.h \
10043 X11/extensions/XShm.h \
10044 X11/extensions/Xcomposite.h \
10045 X11/extensions/Xinerama.h \
10046 X11/extensions/Xrandr.h \
10047 X11/extensions/Xrender.h \
10048 X11/extensions/xf86vmode.h
10050 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10051 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10052 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10054 echo $ECHO_N "(cached) $ECHO_C" >&6
10055 else
10056 cat >conftest.$ac_ext <<_ACEOF
10057 /* confdefs.h. */
10058 _ACEOF
10059 cat confdefs.h >>conftest.$ac_ext
10060 cat >>conftest.$ac_ext <<_ACEOF
10061 /* end confdefs.h. */
10062 #ifdef HAVE_X11_XLIB_H
10063 # include <X11/Xlib.h>
10064 #endif
10065 #ifdef HAVE_X11_XUTIL_H
10066 # include <X11/Xutil.h>
10067 #endif
10069 #include <$ac_header>
10070 _ACEOF
10071 rm -f conftest.$ac_objext
10072 if { (ac_try="$ac_compile"
10073 case "(($ac_try" in
10074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10075 *) ac_try_echo=$ac_try;;
10076 esac
10077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10078 (eval "$ac_compile") 2>conftest.er1
10079 ac_status=$?
10080 grep -v '^ *+' conftest.er1 >conftest.err
10081 rm -f conftest.er1
10082 cat conftest.err >&5
10083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084 (exit $ac_status); } && {
10085 test -z "$ac_c_werror_flag" ||
10086 test ! -s conftest.err
10087 } && test -s conftest.$ac_objext; then
10088 eval "$as_ac_Header=yes"
10089 else
10090 echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.$ac_ext >&5
10093 eval "$as_ac_Header=no"
10096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10098 ac_res=`eval echo '${'$as_ac_Header'}'`
10099 { echo "$as_me:$LINENO: result: $ac_res" >&5
10100 echo "${ECHO_T}$ac_res" >&6; }
10101 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10102 cat >>confdefs.h <<_ACEOF
10103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10104 _ACEOF
10108 done
10111 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10112 then
10113 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10114 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10115 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10116 echo $ECHO_N "(cached) $ECHO_C" >&6
10117 else
10118 ac_check_lib_save_LIBS=$LIBS
10119 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10120 cat >conftest.$ac_ext <<_ACEOF
10121 /* confdefs.h. */
10122 _ACEOF
10123 cat confdefs.h >>conftest.$ac_ext
10124 cat >>conftest.$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10127 /* Override any GCC internal prototype to avoid an error.
10128 Use char because int might match the return type of a GCC
10129 builtin and then its argument prototype would still apply. */
10130 #ifdef __cplusplus
10131 extern "C"
10132 #endif
10133 char XkbQueryExtension ();
10135 main ()
10137 return XkbQueryExtension ();
10139 return 0;
10141 _ACEOF
10142 rm -f conftest.$ac_objext conftest$ac_exeext
10143 if { (ac_try="$ac_link"
10144 case "(($ac_try" in
10145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10146 *) ac_try_echo=$ac_try;;
10147 esac
10148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10149 (eval "$ac_link") 2>conftest.er1
10150 ac_status=$?
10151 grep -v '^ *+' conftest.er1 >conftest.err
10152 rm -f conftest.er1
10153 cat conftest.err >&5
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); } && {
10156 test -z "$ac_c_werror_flag" ||
10157 test ! -s conftest.err
10158 } && test -s conftest$ac_exeext &&
10159 $as_test_x conftest$ac_exeext; then
10160 ac_cv_lib_X11_XkbQueryExtension=yes
10161 else
10162 echo "$as_me: failed program was:" >&5
10163 sed 's/^/| /' conftest.$ac_ext >&5
10165 ac_cv_lib_X11_XkbQueryExtension=no
10168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10169 conftest$ac_exeext conftest.$ac_ext
10170 LIBS=$ac_check_lib_save_LIBS
10172 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10173 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10174 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10176 cat >>confdefs.h <<\_ACEOF
10177 #define HAVE_XKB 1
10178 _ACEOF
10184 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10185 then
10186 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10187 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10190 else
10191 ac_check_soname_save_LIBS=$LIBS
10192 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h. */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10203 #ifdef __cplusplus
10204 extern "C"
10205 #endif
10206 char XcursorImageLoadCursor ();
10208 main ()
10210 return XcursorImageLoadCursor ();
10212 return 0;
10214 _ACEOF
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10219 *) ac_try_echo=$ac_try;;
10220 esac
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10223 ac_status=$?
10224 grep -v '^ *+' conftest.er1 >conftest.err
10225 rm -f conftest.er1
10226 cat conftest.err >&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest$ac_exeext &&
10232 $as_test_x conftest$ac_exeext; then
10233 case "$LIBEXT" in
10234 dll) ;;
10235 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'` ;;
10236 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10237 esac
10238 else
10239 echo "$as_me: failed program was:" >&5
10240 sed 's/^/| /' conftest.$ac_ext >&5
10245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10246 conftest$ac_exeext conftest.$ac_ext
10247 LIBS=$ac_check_soname_save_LIBS
10249 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10250 { echo "$as_me:$LINENO: result: not found" >&5
10251 echo "${ECHO_T}not found" >&6; }
10253 else
10254 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10255 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10257 cat >>confdefs.h <<_ACEOF
10258 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10259 _ACEOF
10265 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10266 case "x$with_xcursor" in
10267 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10268 xno) ;;
10269 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10270 This is an error since --with-xcursor was requested." >&5
10271 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10272 This is an error since --with-xcursor was requested." >&2;}
10273 { (exit 1); exit 1; }; } ;;
10274 esac
10278 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10279 then
10280 { echo "$as_me:$LINENO: checking for -lXi" >&5
10281 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10282 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10283 echo $ECHO_N "(cached) $ECHO_C" >&6
10284 else
10285 ac_check_soname_save_LIBS=$LIBS
10286 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10287 cat >conftest.$ac_ext <<_ACEOF
10288 /* confdefs.h. */
10289 _ACEOF
10290 cat confdefs.h >>conftest.$ac_ext
10291 cat >>conftest.$ac_ext <<_ACEOF
10292 /* end confdefs.h. */
10294 /* Override any GCC internal prototype to avoid an error.
10295 Use char because int might match the return type of a GCC
10296 builtin and then its argument prototype would still apply. */
10297 #ifdef __cplusplus
10298 extern "C"
10299 #endif
10300 char XOpenDevice ();
10302 main ()
10304 return XOpenDevice ();
10306 return 0;
10308 _ACEOF
10309 rm -f conftest.$ac_objext conftest$ac_exeext
10310 if { (ac_try="$ac_link"
10311 case "(($ac_try" in
10312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10313 *) ac_try_echo=$ac_try;;
10314 esac
10315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10316 (eval "$ac_link") 2>conftest.er1
10317 ac_status=$?
10318 grep -v '^ *+' conftest.er1 >conftest.err
10319 rm -f conftest.er1
10320 cat conftest.err >&5
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); } && {
10323 test -z "$ac_c_werror_flag" ||
10324 test ! -s conftest.err
10325 } && test -s conftest$ac_exeext &&
10326 $as_test_x conftest$ac_exeext; then
10327 case "$LIBEXT" in
10328 dll) ;;
10329 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'` ;;
10330 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10331 esac
10332 else
10333 echo "$as_me: failed program was:" >&5
10334 sed 's/^/| /' conftest.$ac_ext >&5
10339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_soname_save_LIBS
10343 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10344 { echo "$as_me:$LINENO: result: not found" >&5
10345 echo "${ECHO_T}not found" >&6; }
10347 else
10348 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10349 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10351 cat >>confdefs.h <<_ACEOF
10352 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10353 _ACEOF
10359 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10360 case "x$with_xinput" in
10361 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10362 xno) ;;
10363 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10364 This is an error since --with-xinput was requested." >&5
10365 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10366 This is an error since --with-xinput was requested." >&2;}
10367 { (exit 1); exit 1; }; } ;;
10368 esac
10372 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10373 then
10374 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10375 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10376 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10377 echo $ECHO_N "(cached) $ECHO_C" >&6
10378 else
10379 ac_check_lib_save_LIBS=$LIBS
10380 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10381 cat >conftest.$ac_ext <<_ACEOF
10382 /* confdefs.h. */
10383 _ACEOF
10384 cat confdefs.h >>conftest.$ac_ext
10385 cat >>conftest.$ac_ext <<_ACEOF
10386 /* end confdefs.h. */
10388 /* Override any GCC internal prototype to avoid an error.
10389 Use char because int might match the return type of a GCC
10390 builtin and then its argument prototype would still apply. */
10391 #ifdef __cplusplus
10392 extern "C"
10393 #endif
10394 char XShmQueryExtension ();
10396 main ()
10398 return XShmQueryExtension ();
10400 return 0;
10402 _ACEOF
10403 rm -f conftest.$ac_objext conftest$ac_exeext
10404 if { (ac_try="$ac_link"
10405 case "(($ac_try" in
10406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10407 *) ac_try_echo=$ac_try;;
10408 esac
10409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10410 (eval "$ac_link") 2>conftest.er1
10411 ac_status=$?
10412 grep -v '^ *+' conftest.er1 >conftest.err
10413 rm -f conftest.er1
10414 cat conftest.err >&5
10415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10416 (exit $ac_status); } && {
10417 test -z "$ac_c_werror_flag" ||
10418 test ! -s conftest.err
10419 } && test -s conftest$ac_exeext &&
10420 $as_test_x conftest$ac_exeext; then
10421 ac_cv_lib_Xext_XShmQueryExtension=yes
10422 else
10423 echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10426 ac_cv_lib_Xext_XShmQueryExtension=no
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430 conftest$ac_exeext conftest.$ac_ext
10431 LIBS=$ac_check_lib_save_LIBS
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10434 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10435 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10437 cat >>confdefs.h <<\_ACEOF
10438 #define HAVE_LIBXXSHM 1
10439 _ACEOF
10444 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10445 case "x$with_xshm" in
10446 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10447 xno) ;;
10448 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10449 This is an error since --with-xshm was requested." >&5
10450 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10451 This is an error since --with-xshm was requested." >&2;}
10452 { (exit 1); exit 1; }; } ;;
10453 esac
10457 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10458 then
10459 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10460 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10461 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10462 echo $ECHO_N "(cached) $ECHO_C" >&6
10463 else
10464 ac_check_lib_save_LIBS=$LIBS
10465 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10466 cat >conftest.$ac_ext <<_ACEOF
10467 /* confdefs.h. */
10468 _ACEOF
10469 cat confdefs.h >>conftest.$ac_ext
10470 cat >>conftest.$ac_ext <<_ACEOF
10471 /* end confdefs.h. */
10473 /* Override any GCC internal prototype to avoid an error.
10474 Use char because int might match the return type of a GCC
10475 builtin and then its argument prototype would still apply. */
10476 #ifdef __cplusplus
10477 extern "C"
10478 #endif
10479 char XShapeQueryExtension ();
10481 main ()
10483 return XShapeQueryExtension ();
10485 return 0;
10487 _ACEOF
10488 rm -f conftest.$ac_objext conftest$ac_exeext
10489 if { (ac_try="$ac_link"
10490 case "(($ac_try" in
10491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10492 *) ac_try_echo=$ac_try;;
10493 esac
10494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10495 (eval "$ac_link") 2>conftest.er1
10496 ac_status=$?
10497 grep -v '^ *+' conftest.er1 >conftest.err
10498 rm -f conftest.er1
10499 cat conftest.err >&5
10500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10501 (exit $ac_status); } && {
10502 test -z "$ac_c_werror_flag" ||
10503 test ! -s conftest.err
10504 } && test -s conftest$ac_exeext &&
10505 $as_test_x conftest$ac_exeext; then
10506 ac_cv_lib_Xext_XShapeQueryExtension=yes
10507 else
10508 echo "$as_me: failed program was:" >&5
10509 sed 's/^/| /' conftest.$ac_ext >&5
10511 ac_cv_lib_Xext_XShapeQueryExtension=no
10514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10515 conftest$ac_exeext conftest.$ac_ext
10516 LIBS=$ac_check_lib_save_LIBS
10518 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10519 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10520 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10522 cat >>confdefs.h <<\_ACEOF
10523 #define HAVE_LIBXSHAPE 1
10524 _ACEOF
10529 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10530 case "x$with_xshape" in
10531 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10532 xno) ;;
10533 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10534 This is an error since --with-xshape was requested." >&5
10535 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10536 This is an error since --with-xshape was requested." >&2;}
10537 { (exit 1); exit 1; }; } ;;
10538 esac
10542 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10543 then
10544 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10545 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10546 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10547 echo $ECHO_N "(cached) $ECHO_C" >&6
10548 else
10549 ac_check_soname_save_LIBS=$LIBS
10550 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10551 cat >conftest.$ac_ext <<_ACEOF
10552 /* confdefs.h. */
10553 _ACEOF
10554 cat confdefs.h >>conftest.$ac_ext
10555 cat >>conftest.$ac_ext <<_ACEOF
10556 /* end confdefs.h. */
10558 /* Override any GCC internal prototype to avoid an error.
10559 Use char because int might match the return type of a GCC
10560 builtin and then its argument prototype would still apply. */
10561 #ifdef __cplusplus
10562 extern "C"
10563 #endif
10564 char XF86VidModeQueryExtension ();
10566 main ()
10568 return XF86VidModeQueryExtension ();
10570 return 0;
10572 _ACEOF
10573 rm -f conftest.$ac_objext conftest$ac_exeext
10574 if { (ac_try="$ac_link"
10575 case "(($ac_try" in
10576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10577 *) ac_try_echo=$ac_try;;
10578 esac
10579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10580 (eval "$ac_link") 2>conftest.er1
10581 ac_status=$?
10582 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1
10584 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && {
10587 test -z "$ac_c_werror_flag" ||
10588 test ! -s conftest.err
10589 } && test -s conftest$ac_exeext &&
10590 $as_test_x conftest$ac_exeext; then
10591 case "$LIBEXT" in
10592 dll) ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10595 esac
10596 else
10597 echo "$as_me: failed program was:" >&5
10598 sed 's/^/| /' conftest.$ac_ext >&5
10603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10604 conftest$ac_exeext conftest.$ac_ext
10605 LIBS=$ac_check_soname_save_LIBS
10607 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10608 { echo "$as_me:$LINENO: result: not found" >&5
10609 echo "${ECHO_T}not found" >&6; }
10611 else
10612 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10613 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10615 cat >>confdefs.h <<_ACEOF
10616 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10617 _ACEOF
10623 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10624 case "x$with_xxf86vm" in
10625 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10626 xno) ;;
10627 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10628 This is an error since --with-xxf86vm was requested." >&5
10629 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10630 This is an error since --with-xxf86vm was requested." >&2;}
10631 { (exit 1); exit 1; }; } ;;
10632 esac
10636 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"
10637 then
10638 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10639 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10640 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10641 echo $ECHO_N "(cached) $ECHO_C" >&6
10642 else
10643 ac_check_soname_save_LIBS=$LIBS
10644 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10645 cat >conftest.$ac_ext <<_ACEOF
10646 /* confdefs.h. */
10647 _ACEOF
10648 cat confdefs.h >>conftest.$ac_ext
10649 cat >>conftest.$ac_ext <<_ACEOF
10650 /* end confdefs.h. */
10652 /* Override any GCC internal prototype to avoid an error.
10653 Use char because int might match the return type of a GCC
10654 builtin and then its argument prototype would still apply. */
10655 #ifdef __cplusplus
10656 extern "C"
10657 #endif
10658 char XRenderQueryExtension ();
10660 main ()
10662 return XRenderQueryExtension ();
10664 return 0;
10666 _ACEOF
10667 rm -f conftest.$ac_objext conftest$ac_exeext
10668 if { (ac_try="$ac_link"
10669 case "(($ac_try" in
10670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10671 *) ac_try_echo=$ac_try;;
10672 esac
10673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10674 (eval "$ac_link") 2>conftest.er1
10675 ac_status=$?
10676 grep -v '^ *+' conftest.er1 >conftest.err
10677 rm -f conftest.er1
10678 cat conftest.err >&5
10679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10680 (exit $ac_status); } && {
10681 test -z "$ac_c_werror_flag" ||
10682 test ! -s conftest.err
10683 } && test -s conftest$ac_exeext &&
10684 $as_test_x conftest$ac_exeext; then
10685 case "$LIBEXT" in
10686 dll) ;;
10687 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'` ;;
10688 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10689 esac
10690 else
10691 echo "$as_me: failed program was:" >&5
10692 sed 's/^/| /' conftest.$ac_ext >&5
10697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10698 conftest$ac_exeext conftest.$ac_ext
10699 LIBS=$ac_check_soname_save_LIBS
10701 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10702 { echo "$as_me:$LINENO: result: not found" >&5
10703 echo "${ECHO_T}not found" >&6; }
10705 else
10706 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10707 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10709 cat >>confdefs.h <<_ACEOF
10710 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10711 _ACEOF
10713 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10714 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10715 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10716 echo $ECHO_N "(cached) $ECHO_C" >&6
10717 else
10718 ac_check_lib_save_LIBS=$LIBS
10719 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10720 cat >conftest.$ac_ext <<_ACEOF
10721 /* confdefs.h. */
10722 _ACEOF
10723 cat confdefs.h >>conftest.$ac_ext
10724 cat >>conftest.$ac_ext <<_ACEOF
10725 /* end confdefs.h. */
10727 /* Override any GCC internal prototype to avoid an error.
10728 Use char because int might match the return type of a GCC
10729 builtin and then its argument prototype would still apply. */
10730 #ifdef __cplusplus
10731 extern "C"
10732 #endif
10733 char XRenderSetPictureTransform ();
10735 main ()
10737 return XRenderSetPictureTransform ();
10739 return 0;
10741 _ACEOF
10742 rm -f conftest.$ac_objext conftest$ac_exeext
10743 if { (ac_try="$ac_link"
10744 case "(($ac_try" in
10745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10746 *) ac_try_echo=$ac_try;;
10747 esac
10748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10749 (eval "$ac_link") 2>conftest.er1
10750 ac_status=$?
10751 grep -v '^ *+' conftest.er1 >conftest.err
10752 rm -f conftest.er1
10753 cat conftest.err >&5
10754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755 (exit $ac_status); } && {
10756 test -z "$ac_c_werror_flag" ||
10757 test ! -s conftest.err
10758 } && test -s conftest$ac_exeext &&
10759 $as_test_x conftest$ac_exeext; then
10760 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10761 else
10762 echo "$as_me: failed program was:" >&5
10763 sed 's/^/| /' conftest.$ac_ext >&5
10765 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10769 conftest$ac_exeext conftest.$ac_ext
10770 LIBS=$ac_check_lib_save_LIBS
10772 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10773 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10774 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10776 cat >>confdefs.h <<\_ACEOF
10777 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10778 _ACEOF
10786 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10787 case "x$with_xrender" in
10788 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10789 xno) ;;
10790 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10791 This is an error since --with-xrender was requested." >&5
10792 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10793 This is an error since --with-xrender was requested." >&2;}
10794 { (exit 1); exit 1; }; } ;;
10795 esac
10799 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10800 then
10801 cat >conftest.$ac_ext <<_ACEOF
10802 /* confdefs.h. */
10803 _ACEOF
10804 cat confdefs.h >>conftest.$ac_ext
10805 cat >>conftest.$ac_ext <<_ACEOF
10806 /* end confdefs.h. */
10807 #include <X11/Xlib.h>
10808 #include <X11/extensions/Xrandr.h>
10810 main ()
10812 static typeof(XRRSetScreenConfigAndRate) * func;
10814 return 0;
10816 _ACEOF
10817 rm -f conftest.$ac_objext
10818 if { (ac_try="$ac_compile"
10819 case "(($ac_try" in
10820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10821 *) ac_try_echo=$ac_try;;
10822 esac
10823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10824 (eval "$ac_compile") 2>conftest.er1
10825 ac_status=$?
10826 grep -v '^ *+' conftest.er1 >conftest.err
10827 rm -f conftest.er1
10828 cat conftest.err >&5
10829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10830 (exit $ac_status); } && {
10831 test -z "$ac_c_werror_flag" ||
10832 test ! -s conftest.err
10833 } && test -s conftest.$ac_objext; then
10834 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10835 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10836 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10837 echo $ECHO_N "(cached) $ECHO_C" >&6
10838 else
10839 ac_check_soname_save_LIBS=$LIBS
10840 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10841 cat >conftest.$ac_ext <<_ACEOF
10842 /* confdefs.h. */
10843 _ACEOF
10844 cat confdefs.h >>conftest.$ac_ext
10845 cat >>conftest.$ac_ext <<_ACEOF
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10851 #ifdef __cplusplus
10852 extern "C"
10853 #endif
10854 char XRRQueryExtension ();
10856 main ()
10858 return XRRQueryExtension ();
10860 return 0;
10862 _ACEOF
10863 rm -f conftest.$ac_objext conftest$ac_exeext
10864 if { (ac_try="$ac_link"
10865 case "(($ac_try" in
10866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10867 *) ac_try_echo=$ac_try;;
10868 esac
10869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10870 (eval "$ac_link") 2>conftest.er1
10871 ac_status=$?
10872 grep -v '^ *+' conftest.er1 >conftest.err
10873 rm -f conftest.er1
10874 cat conftest.err >&5
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); } && {
10877 test -z "$ac_c_werror_flag" ||
10878 test ! -s conftest.err
10879 } && test -s conftest$ac_exeext &&
10880 $as_test_x conftest$ac_exeext; then
10881 case "$LIBEXT" in
10882 dll) ;;
10883 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'` ;;
10884 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10885 esac
10886 else
10887 echo "$as_me: failed program was:" >&5
10888 sed 's/^/| /' conftest.$ac_ext >&5
10893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10894 conftest$ac_exeext conftest.$ac_ext
10895 LIBS=$ac_check_soname_save_LIBS
10897 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10898 { echo "$as_me:$LINENO: result: not found" >&5
10899 echo "${ECHO_T}not found" >&6; }
10901 else
10902 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10903 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10905 cat >>confdefs.h <<_ACEOF
10906 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10907 _ACEOF
10912 else
10913 echo "$as_me: failed program was:" >&5
10914 sed 's/^/| /' conftest.$ac_ext >&5
10919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10921 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10922 case "x$with_xrandr" in
10923 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10924 xno) ;;
10925 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10926 This is an error since --with-xrandr was requested." >&5
10927 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10928 This is an error since --with-xrandr was requested." >&2;}
10929 { (exit 1); exit 1; }; } ;;
10930 esac
10934 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10935 then
10936 cat >conftest.$ac_ext <<_ACEOF
10937 /* confdefs.h. */
10938 _ACEOF
10939 cat confdefs.h >>conftest.$ac_ext
10940 cat >>conftest.$ac_ext <<_ACEOF
10941 /* end confdefs.h. */
10942 #include <X11/Xlib.h>
10943 #include <X11/extensions/Xinerama.h>
10945 main ()
10947 static typeof(XineramaQueryScreens) * func;
10949 return 0;
10951 _ACEOF
10952 rm -f conftest.$ac_objext
10953 if { (ac_try="$ac_compile"
10954 case "(($ac_try" in
10955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10956 *) ac_try_echo=$ac_try;;
10957 esac
10958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10959 (eval "$ac_compile") 2>conftest.er1
10960 ac_status=$?
10961 grep -v '^ *+' conftest.er1 >conftest.err
10962 rm -f conftest.er1
10963 cat conftest.err >&5
10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10965 (exit $ac_status); } && {
10966 test -z "$ac_c_werror_flag" ||
10967 test ! -s conftest.err
10968 } && test -s conftest.$ac_objext; then
10969 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10970 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10971 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10972 echo $ECHO_N "(cached) $ECHO_C" >&6
10973 else
10974 ac_check_soname_save_LIBS=$LIBS
10975 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10976 cat >conftest.$ac_ext <<_ACEOF
10977 /* confdefs.h. */
10978 _ACEOF
10979 cat confdefs.h >>conftest.$ac_ext
10980 cat >>conftest.$ac_ext <<_ACEOF
10981 /* end confdefs.h. */
10983 /* Override any GCC internal prototype to avoid an error.
10984 Use char because int might match the return type of a GCC
10985 builtin and then its argument prototype would still apply. */
10986 #ifdef __cplusplus
10987 extern "C"
10988 #endif
10989 char XineramaQueryScreens ();
10991 main ()
10993 return XineramaQueryScreens ();
10995 return 0;
10997 _ACEOF
10998 rm -f conftest.$ac_objext conftest$ac_exeext
10999 if { (ac_try="$ac_link"
11000 case "(($ac_try" in
11001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11002 *) ac_try_echo=$ac_try;;
11003 esac
11004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11005 (eval "$ac_link") 2>conftest.er1
11006 ac_status=$?
11007 grep -v '^ *+' conftest.er1 >conftest.err
11008 rm -f conftest.er1
11009 cat conftest.err >&5
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); } && {
11012 test -z "$ac_c_werror_flag" ||
11013 test ! -s conftest.err
11014 } && test -s conftest$ac_exeext &&
11015 $as_test_x conftest$ac_exeext; then
11016 case "$LIBEXT" in
11017 dll) ;;
11018 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'` ;;
11019 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11020 esac
11021 else
11022 echo "$as_me: failed program was:" >&5
11023 sed 's/^/| /' conftest.$ac_ext >&5
11028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11029 conftest$ac_exeext conftest.$ac_ext
11030 LIBS=$ac_check_soname_save_LIBS
11032 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11033 { echo "$as_me:$LINENO: result: not found" >&5
11034 echo "${ECHO_T}not found" >&6; }
11036 else
11037 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11038 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11040 cat >>confdefs.h <<_ACEOF
11041 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11042 _ACEOF
11047 else
11048 echo "$as_me: failed program was:" >&5
11049 sed 's/^/| /' conftest.$ac_ext >&5
11054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11056 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11057 case "x$with_xinerama" in
11058 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11059 xno) ;;
11060 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11061 This is an error since --with-xinerama was requested." >&5
11062 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11063 This is an error since --with-xinerama was requested." >&2;}
11064 { (exit 1); exit 1; }; } ;;
11065 esac
11069 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11070 then
11071 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11072 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11073 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11074 echo $ECHO_N "(cached) $ECHO_C" >&6
11075 else
11076 ac_check_soname_save_LIBS=$LIBS
11077 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11078 cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h. */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11085 /* Override any GCC internal prototype to avoid an error.
11086 Use char because int might match the return type of a GCC
11087 builtin and then its argument prototype would still apply. */
11088 #ifdef __cplusplus
11089 extern "C"
11090 #endif
11091 char XCompositeRedirectWindow ();
11093 main ()
11095 return XCompositeRedirectWindow ();
11097 return 0;
11099 _ACEOF
11100 rm -f conftest.$ac_objext conftest$ac_exeext
11101 if { (ac_try="$ac_link"
11102 case "(($ac_try" in
11103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11104 *) ac_try_echo=$ac_try;;
11105 esac
11106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11107 (eval "$ac_link") 2>conftest.er1
11108 ac_status=$?
11109 grep -v '^ *+' conftest.er1 >conftest.err
11110 rm -f conftest.er1
11111 cat conftest.err >&5
11112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11113 (exit $ac_status); } && {
11114 test -z "$ac_c_werror_flag" ||
11115 test ! -s conftest.err
11116 } && test -s conftest$ac_exeext &&
11117 $as_test_x conftest$ac_exeext; then
11118 case "$LIBEXT" in
11119 dll) ;;
11120 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'` ;;
11121 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11122 esac
11123 else
11124 echo "$as_me: failed program was:" >&5
11125 sed 's/^/| /' conftest.$ac_ext >&5
11130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_soname_save_LIBS
11134 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11135 { echo "$as_me:$LINENO: result: not found" >&5
11136 echo "${ECHO_T}not found" >&6; }
11138 else
11139 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11140 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11142 cat >>confdefs.h <<_ACEOF
11143 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11144 _ACEOF
11150 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11151 case "x$with_xcomposite" in
11152 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11153 xno) ;;
11154 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11155 This is an error since --with-xcomposite was requested." >&5
11156 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11157 This is an error since --with-xcomposite was requested." >&2;}
11158 { (exit 1); exit 1; }; } ;;
11159 esac
11163 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11164 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11165 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11166 echo $ECHO_N "(cached) $ECHO_C" >&6
11167 else
11168 cat >conftest.$ac_ext <<_ACEOF
11169 /* confdefs.h. */
11170 _ACEOF
11171 cat confdefs.h >>conftest.$ac_ext
11172 cat >>conftest.$ac_ext <<_ACEOF
11173 /* end confdefs.h. */
11174 #ifdef HAVE_X11_XLIB_H
11175 #include <X11/Xlib.h>
11176 #endif
11179 main ()
11181 static XICCallback ac_aggr;
11182 if (ac_aggr.callback)
11183 return 0;
11185 return 0;
11187 _ACEOF
11188 rm -f conftest.$ac_objext
11189 if { (ac_try="$ac_compile"
11190 case "(($ac_try" in
11191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11192 *) ac_try_echo=$ac_try;;
11193 esac
11194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11195 (eval "$ac_compile") 2>conftest.er1
11196 ac_status=$?
11197 grep -v '^ *+' conftest.er1 >conftest.err
11198 rm -f conftest.er1
11199 cat conftest.err >&5
11200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11201 (exit $ac_status); } && {
11202 test -z "$ac_c_werror_flag" ||
11203 test ! -s conftest.err
11204 } && test -s conftest.$ac_objext; then
11205 ac_cv_member_XICCallback_callback=yes
11206 else
11207 echo "$as_me: failed program was:" >&5
11208 sed 's/^/| /' conftest.$ac_ext >&5
11210 cat >conftest.$ac_ext <<_ACEOF
11211 /* confdefs.h. */
11212 _ACEOF
11213 cat confdefs.h >>conftest.$ac_ext
11214 cat >>conftest.$ac_ext <<_ACEOF
11215 /* end confdefs.h. */
11216 #ifdef HAVE_X11_XLIB_H
11217 #include <X11/Xlib.h>
11218 #endif
11221 main ()
11223 static XICCallback ac_aggr;
11224 if (sizeof ac_aggr.callback)
11225 return 0;
11227 return 0;
11229 _ACEOF
11230 rm -f conftest.$ac_objext
11231 if { (ac_try="$ac_compile"
11232 case "(($ac_try" in
11233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11234 *) ac_try_echo=$ac_try;;
11235 esac
11236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11237 (eval "$ac_compile") 2>conftest.er1
11238 ac_status=$?
11239 grep -v '^ *+' conftest.er1 >conftest.err
11240 rm -f conftest.er1
11241 cat conftest.err >&5
11242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243 (exit $ac_status); } && {
11244 test -z "$ac_c_werror_flag" ||
11245 test ! -s conftest.err
11246 } && test -s conftest.$ac_objext; then
11247 ac_cv_member_XICCallback_callback=yes
11248 else
11249 echo "$as_me: failed program was:" >&5
11250 sed 's/^/| /' conftest.$ac_ext >&5
11252 ac_cv_member_XICCallback_callback=no
11255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11260 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11261 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11262 if test $ac_cv_member_XICCallback_callback = yes; then
11264 cat >>confdefs.h <<_ACEOF
11265 #define HAVE_XICCALLBACK_CALLBACK 1
11266 _ACEOF
11273 opengl_msg=""
11274 if test "x$with_opengl" != "xno"
11275 then
11280 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11286 echo $ECHO_N "(cached) $ECHO_C" >&6
11287 else
11288 cat >conftest.$ac_ext <<_ACEOF
11289 /* confdefs.h. */
11290 _ACEOF
11291 cat confdefs.h >>conftest.$ac_ext
11292 cat >>conftest.$ac_ext <<_ACEOF
11293 /* end confdefs.h. */
11294 #ifdef HAVE_GL_GLX_H
11295 # include <GL/glx.h>
11296 #endif
11298 #include <$ac_header>
11299 _ACEOF
11300 rm -f conftest.$ac_objext
11301 if { (ac_try="$ac_compile"
11302 case "(($ac_try" in
11303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11304 *) ac_try_echo=$ac_try;;
11305 esac
11306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11307 (eval "$ac_compile") 2>conftest.er1
11308 ac_status=$?
11309 grep -v '^ *+' conftest.er1 >conftest.err
11310 rm -f conftest.er1
11311 cat conftest.err >&5
11312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11313 (exit $ac_status); } && {
11314 test -z "$ac_c_werror_flag" ||
11315 test ! -s conftest.err
11316 } && test -s conftest.$ac_objext; then
11317 eval "$as_ac_Header=yes"
11318 else
11319 echo "$as_me: failed program was:" >&5
11320 sed 's/^/| /' conftest.$ac_ext >&5
11322 eval "$as_ac_Header=no"
11325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11327 ac_res=`eval echo '${'$as_ac_Header'}'`
11328 { echo "$as_me:$LINENO: result: $ac_res" >&5
11329 echo "${ECHO_T}$ac_res" >&6; }
11330 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11331 cat >>confdefs.h <<_ACEOF
11332 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11333 _ACEOF
11337 done
11339 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11340 then
11341 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11342 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11343 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11344 echo $ECHO_N "(cached) $ECHO_C" >&6
11345 else
11346 cat >conftest.$ac_ext <<_ACEOF
11347 /* confdefs.h. */
11348 _ACEOF
11349 cat confdefs.h >>conftest.$ac_ext
11350 cat >>conftest.$ac_ext <<_ACEOF
11351 /* end confdefs.h. */
11352 #include <GL/gl.h>
11354 main ()
11356 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11358 return 0;
11360 _ACEOF
11361 rm -f conftest.$ac_objext
11362 if { (ac_try="$ac_compile"
11363 case "(($ac_try" in
11364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11365 *) ac_try_echo=$ac_try;;
11366 esac
11367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11368 (eval "$ac_compile") 2>conftest.er1
11369 ac_status=$?
11370 grep -v '^ *+' conftest.er1 >conftest.err
11371 rm -f conftest.er1
11372 cat conftest.err >&5
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); } && {
11375 test -z "$ac_c_werror_flag" ||
11376 test ! -s conftest.err
11377 } && test -s conftest.$ac_objext; then
11378 wine_cv_opengl_header_version_OK="yes"
11379 else
11380 echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11383 wine_cv_opengl_header_version_OK="no"
11386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11388 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11389 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11391 if test "$wine_cv_opengl_header_version_OK" = "yes"
11392 then
11393 { echo "$as_me:$LINENO: checking for -lGL" >&5
11394 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11395 if test "${ac_cv_lib_soname_GL+set}" = set; then
11396 echo $ECHO_N "(cached) $ECHO_C" >&6
11397 else
11398 ac_check_soname_save_LIBS=$LIBS
11399 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11400 cat >conftest.$ac_ext <<_ACEOF
11401 /* confdefs.h. */
11402 _ACEOF
11403 cat confdefs.h >>conftest.$ac_ext
11404 cat >>conftest.$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11407 /* Override any GCC internal prototype to avoid an error.
11408 Use char because int might match the return type of a GCC
11409 builtin and then its argument prototype would still apply. */
11410 #ifdef __cplusplus
11411 extern "C"
11412 #endif
11413 char glXCreateContext ();
11415 main ()
11417 return glXCreateContext ();
11419 return 0;
11421 _ACEOF
11422 rm -f conftest.$ac_objext conftest$ac_exeext
11423 if { (ac_try="$ac_link"
11424 case "(($ac_try" in
11425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11427 esac
11428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11429 (eval "$ac_link") 2>conftest.er1
11430 ac_status=$?
11431 grep -v '^ *+' conftest.er1 >conftest.err
11432 rm -f conftest.er1
11433 cat conftest.err >&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); } && {
11436 test -z "$ac_c_werror_flag" ||
11437 test ! -s conftest.err
11438 } && test -s conftest$ac_exeext &&
11439 $as_test_x conftest$ac_exeext; then
11440 case "$LIBEXT" in
11441 dll) ;;
11442 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'` ;;
11443 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11444 esac
11445 else
11446 echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.$ac_ext >&5
11452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11453 conftest$ac_exeext conftest.$ac_ext
11454 LIBS=$ac_check_soname_save_LIBS
11456 if test "x$ac_cv_lib_soname_GL" = "x"; then
11457 { echo "$as_me:$LINENO: result: not found" >&5
11458 echo "${ECHO_T}not found" >&6; }
11459 { echo "$as_me:$LINENO: checking for -lGL" >&5
11460 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11461 if test "${ac_cv_lib_soname_GL+set}" = set; then
11462 echo $ECHO_N "(cached) $ECHO_C" >&6
11463 else
11464 ac_check_soname_save_LIBS=$LIBS
11465 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11466 cat >conftest.$ac_ext <<_ACEOF
11467 /* confdefs.h. */
11468 _ACEOF
11469 cat confdefs.h >>conftest.$ac_ext
11470 cat >>conftest.$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11473 /* Override any GCC internal prototype to avoid an error.
11474 Use char because int might match the return type of a GCC
11475 builtin and then its argument prototype would still apply. */
11476 #ifdef __cplusplus
11477 extern "C"
11478 #endif
11479 char glXCreateContext ();
11481 main ()
11483 return glXCreateContext ();
11485 return 0;
11487 _ACEOF
11488 rm -f conftest.$ac_objext conftest$ac_exeext
11489 if { (ac_try="$ac_link"
11490 case "(($ac_try" in
11491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11492 *) ac_try_echo=$ac_try;;
11493 esac
11494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11495 (eval "$ac_link") 2>conftest.er1
11496 ac_status=$?
11497 grep -v '^ *+' conftest.er1 >conftest.err
11498 rm -f conftest.er1
11499 cat conftest.err >&5
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); } && {
11502 test -z "$ac_c_werror_flag" ||
11503 test ! -s conftest.err
11504 } && test -s conftest$ac_exeext &&
11505 $as_test_x conftest$ac_exeext; then
11506 case "$LIBEXT" in
11507 dll) ;;
11508 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'` ;;
11509 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11510 esac
11511 else
11512 echo "$as_me: failed program was:" >&5
11513 sed 's/^/| /' conftest.$ac_ext >&5
11518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11519 conftest$ac_exeext conftest.$ac_ext
11520 LIBS=$ac_check_soname_save_LIBS
11522 if test "x$ac_cv_lib_soname_GL" = "x"; then
11523 { echo "$as_me:$LINENO: result: not found" >&5
11524 echo "${ECHO_T}not found" >&6; }
11525 if test -f /usr/X11R6/lib/libGL.a
11526 then
11527 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11528 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11529 else
11530 opengl_msg="No OpenGL library found on this system."
11532 else
11533 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11534 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11536 cat >>confdefs.h <<_ACEOF
11537 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11538 _ACEOF
11540 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"
11542 cat >>confdefs.h <<\_ACEOF
11543 #define HAVE_OPENGL 1
11544 _ACEOF
11548 else
11549 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11550 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11552 cat >>confdefs.h <<_ACEOF
11553 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11554 _ACEOF
11556 OPENGL_LIBS="-lGL"
11558 cat >>confdefs.h <<\_ACEOF
11559 #define HAVE_OPENGL 1
11560 _ACEOF
11564 if test "$ac_cv_header_GL_glu_h" = "yes"
11565 then
11566 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11567 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11568 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11569 echo $ECHO_N "(cached) $ECHO_C" >&6
11570 else
11571 ac_check_soname_save_LIBS=$LIBS
11572 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11573 cat >conftest.$ac_ext <<_ACEOF
11574 /* confdefs.h. */
11575 _ACEOF
11576 cat confdefs.h >>conftest.$ac_ext
11577 cat >>conftest.$ac_ext <<_ACEOF
11578 /* end confdefs.h. */
11580 /* Override any GCC internal prototype to avoid an error.
11581 Use char because int might match the return type of a GCC
11582 builtin and then its argument prototype would still apply. */
11583 #ifdef __cplusplus
11584 extern "C"
11585 #endif
11586 char gluLookAt ();
11588 main ()
11590 return gluLookAt ();
11592 return 0;
11594 _ACEOF
11595 rm -f conftest.$ac_objext conftest$ac_exeext
11596 if { (ac_try="$ac_link"
11597 case "(($ac_try" in
11598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11599 *) ac_try_echo=$ac_try;;
11600 esac
11601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11602 (eval "$ac_link") 2>conftest.er1
11603 ac_status=$?
11604 grep -v '^ *+' conftest.er1 >conftest.err
11605 rm -f conftest.er1
11606 cat conftest.err >&5
11607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11608 (exit $ac_status); } && {
11609 test -z "$ac_c_werror_flag" ||
11610 test ! -s conftest.err
11611 } && test -s conftest$ac_exeext &&
11612 $as_test_x conftest$ac_exeext; then
11613 case "$LIBEXT" in
11614 dll) ;;
11615 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'` ;;
11616 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11617 esac
11618 else
11619 echo "$as_me: failed program was:" >&5
11620 sed 's/^/| /' conftest.$ac_ext >&5
11625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11626 conftest$ac_exeext conftest.$ac_ext
11627 LIBS=$ac_check_soname_save_LIBS
11629 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11630 { echo "$as_me:$LINENO: result: not found" >&5
11631 echo "${ECHO_T}not found" >&6; }
11633 else
11634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11635 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11637 cat >>confdefs.h <<_ACEOF
11638 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11639 _ACEOF
11645 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11646 case "x$with_glu" in
11647 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11648 xno) ;;
11649 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11650 This is an error since --with-glu was requested." >&5
11651 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11652 This is an error since --with-glu was requested." >&2;}
11653 { (exit 1); exit 1; }; } ;;
11654 esac
11657 else
11658 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11660 else
11661 opengl_msg="OpenGL development headers not found."
11663 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11664 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11665 else
11666 enable_opengl32=${enable_opengl32:-no}
11667 enable_glu32=${enable_glu32:-no}
11669 if test -n "$opengl_msg"; then
11670 case "x$with_opengl" in
11671 x) wine_warnings="$wine_warnings|$opengl_msg
11672 OpenGL and Direct3D won't be supported." ;;
11673 xno) ;;
11674 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11675 OpenGL and Direct3D won't be supported.
11676 This is an error since --with-opengl was requested." >&5
11677 echo "$as_me: error: $opengl_msg
11678 OpenGL and Direct3D won't be supported.
11679 This is an error since --with-opengl was requested." >&2;}
11680 { (exit 1); exit 1; }; } ;;
11681 esac
11685 NASLIBS=""
11688 for ac_header in audio/audiolib.h
11690 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11691 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11692 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11693 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11694 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11695 echo $ECHO_N "(cached) $ECHO_C" >&6
11697 ac_res=`eval echo '${'$as_ac_Header'}'`
11698 { echo "$as_me:$LINENO: result: $ac_res" >&5
11699 echo "${ECHO_T}$ac_res" >&6; }
11700 else
11701 # Is the header compilable?
11702 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11703 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11704 cat >conftest.$ac_ext <<_ACEOF
11705 /* confdefs.h. */
11706 _ACEOF
11707 cat confdefs.h >>conftest.$ac_ext
11708 cat >>conftest.$ac_ext <<_ACEOF
11709 /* end confdefs.h. */
11710 $ac_includes_default
11711 #include <$ac_header>
11712 _ACEOF
11713 rm -f conftest.$ac_objext
11714 if { (ac_try="$ac_compile"
11715 case "(($ac_try" in
11716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11718 esac
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720 (eval "$ac_compile") 2>conftest.er1
11721 ac_status=$?
11722 grep -v '^ *+' conftest.er1 >conftest.err
11723 rm -f conftest.er1
11724 cat conftest.err >&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest.$ac_objext; then
11730 ac_header_compiler=yes
11731 else
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.$ac_ext >&5
11735 ac_header_compiler=no
11738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11739 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11740 echo "${ECHO_T}$ac_header_compiler" >&6; }
11742 # Is the header present?
11743 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11744 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11745 cat >conftest.$ac_ext <<_ACEOF
11746 /* confdefs.h. */
11747 _ACEOF
11748 cat confdefs.h >>conftest.$ac_ext
11749 cat >>conftest.$ac_ext <<_ACEOF
11750 /* end confdefs.h. */
11751 #include <$ac_header>
11752 _ACEOF
11753 if { (ac_try="$ac_cpp conftest.$ac_ext"
11754 case "(($ac_try" in
11755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11756 *) ac_try_echo=$ac_try;;
11757 esac
11758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11759 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11760 ac_status=$?
11761 grep -v '^ *+' conftest.er1 >conftest.err
11762 rm -f conftest.er1
11763 cat conftest.err >&5
11764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11765 (exit $ac_status); } >/dev/null && {
11766 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11767 test ! -s conftest.err
11768 }; then
11769 ac_header_preproc=yes
11770 else
11771 echo "$as_me: failed program was:" >&5
11772 sed 's/^/| /' conftest.$ac_ext >&5
11774 ac_header_preproc=no
11777 rm -f conftest.err conftest.$ac_ext
11778 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11779 echo "${ECHO_T}$ac_header_preproc" >&6; }
11781 # So? What about this header?
11782 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11783 yes:no: )
11784 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11785 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11786 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11787 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11788 ac_header_preproc=yes
11790 no:yes:* )
11791 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11792 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11793 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11794 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11795 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11796 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11797 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11798 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11799 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11800 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11801 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11802 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11803 ( cat <<\_ASBOX
11804 ## ------------------------------------ ##
11805 ## Report this to wine-devel@winehq.org ##
11806 ## ------------------------------------ ##
11807 _ASBOX
11808 ) | sed "s/^/$as_me: WARNING: /" >&2
11810 esac
11811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11814 echo $ECHO_N "(cached) $ECHO_C" >&6
11815 else
11816 eval "$as_ac_Header=\$ac_header_preproc"
11818 ac_res=`eval echo '${'$as_ac_Header'}'`
11819 { echo "$as_me:$LINENO: result: $ac_res" >&5
11820 echo "${ECHO_T}$ac_res" >&6; }
11823 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11824 cat >>confdefs.h <<_ACEOF
11825 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11826 _ACEOF
11828 for ac_header in audio/soundlib.h
11830 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 echo $ECHO_N "(cached) $ECHO_C" >&6
11835 else
11836 cat >conftest.$ac_ext <<_ACEOF
11837 /* confdefs.h. */
11838 _ACEOF
11839 cat confdefs.h >>conftest.$ac_ext
11840 cat >>conftest.$ac_ext <<_ACEOF
11841 /* end confdefs.h. */
11842 #include <audio/audiolib.h>
11844 #include <$ac_header>
11845 _ACEOF
11846 rm -f conftest.$ac_objext
11847 if { (ac_try="$ac_compile"
11848 case "(($ac_try" in
11849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11850 *) ac_try_echo=$ac_try;;
11851 esac
11852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11853 (eval "$ac_compile") 2>conftest.er1
11854 ac_status=$?
11855 grep -v '^ *+' conftest.er1 >conftest.err
11856 rm -f conftest.er1
11857 cat conftest.err >&5
11858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); } && {
11860 test -z "$ac_c_werror_flag" ||
11861 test ! -s conftest.err
11862 } && test -s conftest.$ac_objext; then
11863 eval "$as_ac_Header=yes"
11864 else
11865 echo "$as_me: failed program was:" >&5
11866 sed 's/^/| /' conftest.$ac_ext >&5
11868 eval "$as_ac_Header=no"
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 ac_res=`eval echo '${'$as_ac_Header'}'`
11874 { echo "$as_me:$LINENO: result: $ac_res" >&5
11875 echo "${ECHO_T}$ac_res" >&6; }
11876 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11877 cat >>confdefs.h <<_ACEOF
11878 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11879 _ACEOF
11883 done
11885 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11886 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11887 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11888 echo $ECHO_N "(cached) $ECHO_C" >&6
11889 else
11890 ac_check_lib_save_LIBS=$LIBS
11891 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11892 cat >conftest.$ac_ext <<_ACEOF
11893 /* confdefs.h. */
11894 _ACEOF
11895 cat confdefs.h >>conftest.$ac_ext
11896 cat >>conftest.$ac_ext <<_ACEOF
11897 /* end confdefs.h. */
11899 /* Override any GCC internal prototype to avoid an error.
11900 Use char because int might match the return type of a GCC
11901 builtin and then its argument prototype would still apply. */
11902 #ifdef __cplusplus
11903 extern "C"
11904 #endif
11905 char AuCreateFlow ();
11907 main ()
11909 return AuCreateFlow ();
11911 return 0;
11913 _ACEOF
11914 rm -f conftest.$ac_objext conftest$ac_exeext
11915 if { (ac_try="$ac_link"
11916 case "(($ac_try" in
11917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11918 *) ac_try_echo=$ac_try;;
11919 esac
11920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11921 (eval "$ac_link") 2>conftest.er1
11922 ac_status=$?
11923 grep -v '^ *+' conftest.er1 >conftest.err
11924 rm -f conftest.er1
11925 cat conftest.err >&5
11926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11927 (exit $ac_status); } && {
11928 test -z "$ac_c_werror_flag" ||
11929 test ! -s conftest.err
11930 } && test -s conftest$ac_exeext &&
11931 $as_test_x conftest$ac_exeext; then
11932 ac_cv_lib_audio_AuCreateFlow=yes
11933 else
11934 echo "$as_me: failed program was:" >&5
11935 sed 's/^/| /' conftest.$ac_ext >&5
11937 ac_cv_lib_audio_AuCreateFlow=no
11940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11941 conftest$ac_exeext conftest.$ac_ext
11942 LIBS=$ac_check_lib_save_LIBS
11944 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11945 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11946 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11948 cat >>confdefs.h <<\_ACEOF
11949 #define HAVE_NAS 1
11950 _ACEOF
11952 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11953 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11954 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11955 echo $ECHO_N "(cached) $ECHO_C" >&6
11956 else
11957 ac_check_lib_save_LIBS=$LIBS
11958 LIBS="-lXau $X_LIBS $LIBS"
11959 cat >conftest.$ac_ext <<_ACEOF
11960 /* confdefs.h. */
11961 _ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11969 #ifdef __cplusplus
11970 extern "C"
11971 #endif
11972 char XauGetBestAuthByAddr ();
11974 main ()
11976 return XauGetBestAuthByAddr ();
11978 return 0;
11980 _ACEOF
11981 rm -f conftest.$ac_objext conftest$ac_exeext
11982 if { (ac_try="$ac_link"
11983 case "(($ac_try" in
11984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11985 *) ac_try_echo=$ac_try;;
11986 esac
11987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11988 (eval "$ac_link") 2>conftest.er1
11989 ac_status=$?
11990 grep -v '^ *+' conftest.er1 >conftest.err
11991 rm -f conftest.er1
11992 cat conftest.err >&5
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); } && {
11995 test -z "$ac_c_werror_flag" ||
11996 test ! -s conftest.err
11997 } && test -s conftest$ac_exeext &&
11998 $as_test_x conftest$ac_exeext; then
11999 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12000 else
12001 echo "$as_me: failed program was:" >&5
12002 sed 's/^/| /' conftest.$ac_ext >&5
12004 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12008 conftest$ac_exeext conftest.$ac_ext
12009 LIBS=$ac_check_lib_save_LIBS
12011 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12012 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12013 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12014 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12015 else
12016 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12024 done
12027 CPPFLAGS="$ac_save_CPPFLAGS"
12028 else
12029 XLIB=""
12030 X_CFLAGS=""
12031 X_LIBS=""
12032 enable_winex11_drv=${enable_winex11_drv:-no}
12033 enable_opengl32=${enable_opengl32:-no}
12034 enable_glu32=${enable_glu32:-no}
12036 if test "x$XLIB" = "x"; then
12037 case "x$with_x" in
12038 xno) ;;
12039 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12040 without X support, which probably isn't what you want. You will need to install
12041 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12042 Use the --without-x option if you really want this." >&5
12043 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12044 without X support, which probably isn't what you want. You will need to install
12045 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12046 Use the --without-x option if you really want this." >&2;}
12047 { (exit 1); exit 1; }; } ;;
12048 esac
12053 XML2LIBS=""
12055 XML2INCL=""
12057 XSLTINCL=""
12059 if test "x$with_xml" != "xno"
12060 then
12061 ac_save_CPPFLAGS="$CPPFLAGS"
12062 if test "$PKG_CONFIG" != "false"
12063 then
12064 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12065 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12066 else
12067 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12068 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12070 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12072 for ac_header in libxml/parser.h
12074 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12076 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12077 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12078 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12079 echo $ECHO_N "(cached) $ECHO_C" >&6
12081 ac_res=`eval echo '${'$as_ac_Header'}'`
12082 { echo "$as_me:$LINENO: result: $ac_res" >&5
12083 echo "${ECHO_T}$ac_res" >&6; }
12084 else
12085 # Is the header compilable?
12086 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12087 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12088 cat >conftest.$ac_ext <<_ACEOF
12089 /* confdefs.h. */
12090 _ACEOF
12091 cat confdefs.h >>conftest.$ac_ext
12092 cat >>conftest.$ac_ext <<_ACEOF
12093 /* end confdefs.h. */
12094 $ac_includes_default
12095 #include <$ac_header>
12096 _ACEOF
12097 rm -f conftest.$ac_objext
12098 if { (ac_try="$ac_compile"
12099 case "(($ac_try" in
12100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12101 *) ac_try_echo=$ac_try;;
12102 esac
12103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12104 (eval "$ac_compile") 2>conftest.er1
12105 ac_status=$?
12106 grep -v '^ *+' conftest.er1 >conftest.err
12107 rm -f conftest.er1
12108 cat conftest.err >&5
12109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12110 (exit $ac_status); } && {
12111 test -z "$ac_c_werror_flag" ||
12112 test ! -s conftest.err
12113 } && test -s conftest.$ac_objext; then
12114 ac_header_compiler=yes
12115 else
12116 echo "$as_me: failed program was:" >&5
12117 sed 's/^/| /' conftest.$ac_ext >&5
12119 ac_header_compiler=no
12122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12123 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12124 echo "${ECHO_T}$ac_header_compiler" >&6; }
12126 # Is the header present?
12127 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12128 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12129 cat >conftest.$ac_ext <<_ACEOF
12130 /* confdefs.h. */
12131 _ACEOF
12132 cat confdefs.h >>conftest.$ac_ext
12133 cat >>conftest.$ac_ext <<_ACEOF
12134 /* end confdefs.h. */
12135 #include <$ac_header>
12136 _ACEOF
12137 if { (ac_try="$ac_cpp conftest.$ac_ext"
12138 case "(($ac_try" in
12139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12140 *) ac_try_echo=$ac_try;;
12141 esac
12142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12144 ac_status=$?
12145 grep -v '^ *+' conftest.er1 >conftest.err
12146 rm -f conftest.er1
12147 cat conftest.err >&5
12148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12149 (exit $ac_status); } >/dev/null && {
12150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12151 test ! -s conftest.err
12152 }; then
12153 ac_header_preproc=yes
12154 else
12155 echo "$as_me: failed program was:" >&5
12156 sed 's/^/| /' conftest.$ac_ext >&5
12158 ac_header_preproc=no
12161 rm -f conftest.err conftest.$ac_ext
12162 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12163 echo "${ECHO_T}$ac_header_preproc" >&6; }
12165 # So? What about this header?
12166 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12167 yes:no: )
12168 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12169 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12170 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12171 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12172 ac_header_preproc=yes
12174 no:yes:* )
12175 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12176 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12177 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12178 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12179 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12180 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12181 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12182 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12183 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12184 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12185 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12186 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12187 ( cat <<\_ASBOX
12188 ## ------------------------------------ ##
12189 ## Report this to wine-devel@winehq.org ##
12190 ## ------------------------------------ ##
12191 _ASBOX
12192 ) | sed "s/^/$as_me: WARNING: /" >&2
12194 esac
12195 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12196 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12198 echo $ECHO_N "(cached) $ECHO_C" >&6
12199 else
12200 eval "$as_ac_Header=\$ac_header_preproc"
12202 ac_res=`eval echo '${'$as_ac_Header'}'`
12203 { echo "$as_me:$LINENO: result: $ac_res" >&5
12204 echo "${ECHO_T}$ac_res" >&6; }
12207 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12208 cat >>confdefs.h <<_ACEOF
12209 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12210 _ACEOF
12211 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12212 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12213 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12214 echo $ECHO_N "(cached) $ECHO_C" >&6
12215 else
12216 ac_check_lib_save_LIBS=$LIBS
12217 LIBS="-lxml2 $ac_xml_libs $LIBS"
12218 cat >conftest.$ac_ext <<_ACEOF
12219 /* confdefs.h. */
12220 _ACEOF
12221 cat confdefs.h >>conftest.$ac_ext
12222 cat >>conftest.$ac_ext <<_ACEOF
12223 /* end confdefs.h. */
12225 /* Override any GCC internal prototype to avoid an error.
12226 Use char because int might match the return type of a GCC
12227 builtin and then its argument prototype would still apply. */
12228 #ifdef __cplusplus
12229 extern "C"
12230 #endif
12231 char xmlParseMemory ();
12233 main ()
12235 return xmlParseMemory ();
12237 return 0;
12239 _ACEOF
12240 rm -f conftest.$ac_objext conftest$ac_exeext
12241 if { (ac_try="$ac_link"
12242 case "(($ac_try" in
12243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12244 *) ac_try_echo=$ac_try;;
12245 esac
12246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12247 (eval "$ac_link") 2>conftest.er1
12248 ac_status=$?
12249 grep -v '^ *+' conftest.er1 >conftest.err
12250 rm -f conftest.er1
12251 cat conftest.err >&5
12252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12253 (exit $ac_status); } && {
12254 test -z "$ac_c_werror_flag" ||
12255 test ! -s conftest.err
12256 } && test -s conftest$ac_exeext &&
12257 $as_test_x conftest$ac_exeext; then
12258 ac_cv_lib_xml2_xmlParseMemory=yes
12259 else
12260 echo "$as_me: failed program was:" >&5
12261 sed 's/^/| /' conftest.$ac_ext >&5
12263 ac_cv_lib_xml2_xmlParseMemory=no
12266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12267 conftest$ac_exeext conftest.$ac_ext
12268 LIBS=$ac_check_lib_save_LIBS
12270 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12271 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12272 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12274 cat >>confdefs.h <<\_ACEOF
12275 #define HAVE_LIBXML2 1
12276 _ACEOF
12278 XML2LIBS="$ac_xml_libs"
12279 XML2INCL="$ac_xml_cflags"
12282 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12283 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12284 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12285 echo $ECHO_N "(cached) $ECHO_C" >&6
12286 else
12287 ac_check_lib_save_LIBS=$LIBS
12288 LIBS="-lxml2 $ac_xml_libs $LIBS"
12289 cat >conftest.$ac_ext <<_ACEOF
12290 /* confdefs.h. */
12291 _ACEOF
12292 cat confdefs.h >>conftest.$ac_ext
12293 cat >>conftest.$ac_ext <<_ACEOF
12294 /* end confdefs.h. */
12296 /* Override any GCC internal prototype to avoid an error.
12297 Use char because int might match the return type of a GCC
12298 builtin and then its argument prototype would still apply. */
12299 #ifdef __cplusplus
12300 extern "C"
12301 #endif
12302 char xmlReadMemory ();
12304 main ()
12306 return xmlReadMemory ();
12308 return 0;
12310 _ACEOF
12311 rm -f conftest.$ac_objext conftest$ac_exeext
12312 if { (ac_try="$ac_link"
12313 case "(($ac_try" in
12314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12315 *) ac_try_echo=$ac_try;;
12316 esac
12317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12318 (eval "$ac_link") 2>conftest.er1
12319 ac_status=$?
12320 grep -v '^ *+' conftest.er1 >conftest.err
12321 rm -f conftest.er1
12322 cat conftest.err >&5
12323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12324 (exit $ac_status); } && {
12325 test -z "$ac_c_werror_flag" ||
12326 test ! -s conftest.err
12327 } && test -s conftest$ac_exeext &&
12328 $as_test_x conftest$ac_exeext; then
12329 ac_cv_lib_xml2_xmlReadMemory=yes
12330 else
12331 echo "$as_me: failed program was:" >&5
12332 sed 's/^/| /' conftest.$ac_ext >&5
12334 ac_cv_lib_xml2_xmlReadMemory=no
12337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12338 conftest$ac_exeext conftest.$ac_ext
12339 LIBS=$ac_check_lib_save_LIBS
12341 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12342 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12343 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12345 cat >>confdefs.h <<\_ACEOF
12346 #define HAVE_XMLREADMEMORY 1
12347 _ACEOF
12351 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12352 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12353 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12354 echo $ECHO_N "(cached) $ECHO_C" >&6
12355 else
12356 ac_check_lib_save_LIBS=$LIBS
12357 LIBS="-lxml2 $ac_xml_libs $LIBS"
12358 cat >conftest.$ac_ext <<_ACEOF
12359 /* confdefs.h. */
12360 _ACEOF
12361 cat confdefs.h >>conftest.$ac_ext
12362 cat >>conftest.$ac_ext <<_ACEOF
12363 /* end confdefs.h. */
12365 /* Override any GCC internal prototype to avoid an error.
12366 Use char because int might match the return type of a GCC
12367 builtin and then its argument prototype would still apply. */
12368 #ifdef __cplusplus
12369 extern "C"
12370 #endif
12371 char xmlNewDocPI ();
12373 main ()
12375 return xmlNewDocPI ();
12377 return 0;
12379 _ACEOF
12380 rm -f conftest.$ac_objext conftest$ac_exeext
12381 if { (ac_try="$ac_link"
12382 case "(($ac_try" in
12383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12384 *) ac_try_echo=$ac_try;;
12385 esac
12386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12387 (eval "$ac_link") 2>conftest.er1
12388 ac_status=$?
12389 grep -v '^ *+' conftest.er1 >conftest.err
12390 rm -f conftest.er1
12391 cat conftest.err >&5
12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); } && {
12394 test -z "$ac_c_werror_flag" ||
12395 test ! -s conftest.err
12396 } && test -s conftest$ac_exeext &&
12397 $as_test_x conftest$ac_exeext; then
12398 ac_cv_lib_xml2_xmlNewDocPI=yes
12399 else
12400 echo "$as_me: failed program was:" >&5
12401 sed 's/^/| /' conftest.$ac_ext >&5
12403 ac_cv_lib_xml2_xmlNewDocPI=no
12406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12407 conftest$ac_exeext conftest.$ac_ext
12408 LIBS=$ac_check_lib_save_LIBS
12410 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12411 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12412 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12414 cat >>confdefs.h <<\_ACEOF
12415 #define HAVE_XMLNEWDOCPI 1
12416 _ACEOF
12423 done
12425 CPPFLAGS="$ac_save_CPPFLAGS"
12427 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12428 case "x$with_xml" in
12429 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12430 xno) ;;
12431 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12432 This is an error since --with-xml was requested." >&5
12433 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12434 This is an error since --with-xml was requested." >&2;}
12435 { (exit 1); exit 1; }; } ;;
12436 esac
12440 if test "x$with_xslt" != "xno"
12441 then
12442 if test "$PKG_CONFIG" != "false"
12443 then
12444 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12445 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12446 else
12447 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12448 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12450 ac_save_CPPFLAGS="$CPPFLAGS"
12451 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12454 for ac_header in libxslt/pattern.h libxslt/transform.h
12456 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12460 echo $ECHO_N "(cached) $ECHO_C" >&6
12461 else
12462 cat >conftest.$ac_ext <<_ACEOF
12463 /* confdefs.h. */
12464 _ACEOF
12465 cat confdefs.h >>conftest.$ac_ext
12466 cat >>conftest.$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12468 #ifdef HAVE_LIBXSLT_PATTERN_H
12469 # include <libxslt/pattern.h>
12470 #endif
12472 #include <$ac_header>
12473 _ACEOF
12474 rm -f conftest.$ac_objext
12475 if { (ac_try="$ac_compile"
12476 case "(($ac_try" in
12477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12478 *) ac_try_echo=$ac_try;;
12479 esac
12480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12481 (eval "$ac_compile") 2>conftest.er1
12482 ac_status=$?
12483 grep -v '^ *+' conftest.er1 >conftest.err
12484 rm -f conftest.er1
12485 cat conftest.err >&5
12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); } && {
12488 test -z "$ac_c_werror_flag" ||
12489 test ! -s conftest.err
12490 } && test -s conftest.$ac_objext; then
12491 eval "$as_ac_Header=yes"
12492 else
12493 echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12496 eval "$as_ac_Header=no"
12499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12501 ac_res=`eval echo '${'$as_ac_Header'}'`
12502 { echo "$as_me:$LINENO: result: $ac_res" >&5
12503 echo "${ECHO_T}$ac_res" >&6; }
12504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12505 cat >>confdefs.h <<_ACEOF
12506 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12507 _ACEOF
12511 done
12513 CPPFLAGS="$ac_save_CPPFLAGS"
12514 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12515 then
12516 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12517 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12518 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12519 echo $ECHO_N "(cached) $ECHO_C" >&6
12520 else
12521 ac_check_soname_save_LIBS=$LIBS
12522 LIBS="-lxslt $ac_xslt_libs $LIBS"
12523 cat >conftest.$ac_ext <<_ACEOF
12524 /* confdefs.h. */
12525 _ACEOF
12526 cat confdefs.h >>conftest.$ac_ext
12527 cat >>conftest.$ac_ext <<_ACEOF
12528 /* end confdefs.h. */
12530 /* Override any GCC internal prototype to avoid an error.
12531 Use char because int might match the return type of a GCC
12532 builtin and then its argument prototype would still apply. */
12533 #ifdef __cplusplus
12534 extern "C"
12535 #endif
12536 char xsltCompilePattern ();
12538 main ()
12540 return xsltCompilePattern ();
12542 return 0;
12544 _ACEOF
12545 rm -f conftest.$ac_objext conftest$ac_exeext
12546 if { (ac_try="$ac_link"
12547 case "(($ac_try" in
12548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12549 *) ac_try_echo=$ac_try;;
12550 esac
12551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12552 (eval "$ac_link") 2>conftest.er1
12553 ac_status=$?
12554 grep -v '^ *+' conftest.er1 >conftest.err
12555 rm -f conftest.er1
12556 cat conftest.err >&5
12557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558 (exit $ac_status); } && {
12559 test -z "$ac_c_werror_flag" ||
12560 test ! -s conftest.err
12561 } && test -s conftest$ac_exeext &&
12562 $as_test_x conftest$ac_exeext; then
12563 case "$LIBEXT" in
12564 dll) ;;
12565 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'` ;;
12566 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12567 esac
12568 else
12569 echo "$as_me: failed program was:" >&5
12570 sed 's/^/| /' conftest.$ac_ext >&5
12575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12576 conftest$ac_exeext conftest.$ac_ext
12577 LIBS=$ac_check_soname_save_LIBS
12579 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12580 { echo "$as_me:$LINENO: result: not found" >&5
12581 echo "${ECHO_T}not found" >&6; }
12583 else
12584 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12585 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12587 cat >>confdefs.h <<_ACEOF
12588 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12589 _ACEOF
12591 XSLTINCL="$ac_xslt_cflags"
12596 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12597 case "x$with_xslt" in
12598 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12599 xno) ;;
12600 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12601 This is an error since --with-xslt was requested." >&5
12602 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12603 This is an error since --with-xslt was requested." >&2;}
12604 { (exit 1); exit 1; }; } ;;
12605 esac
12609 HALINCL=""
12611 if test "x$with_hal" != "xno"
12612 then
12613 ac_save_CPPFLAGS="$CPPFLAGS"
12614 if test "$PKG_CONFIG" != "false"
12615 then
12616 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12617 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12618 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12622 for ac_header in dbus/dbus.h hal/libhal.h
12624 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12625 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12626 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12629 echo $ECHO_N "(cached) $ECHO_C" >&6
12631 ac_res=`eval echo '${'$as_ac_Header'}'`
12632 { echo "$as_me:$LINENO: result: $ac_res" >&5
12633 echo "${ECHO_T}$ac_res" >&6; }
12634 else
12635 # Is the header compilable?
12636 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12637 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12638 cat >conftest.$ac_ext <<_ACEOF
12639 /* confdefs.h. */
12640 _ACEOF
12641 cat confdefs.h >>conftest.$ac_ext
12642 cat >>conftest.$ac_ext <<_ACEOF
12643 /* end confdefs.h. */
12644 $ac_includes_default
12645 #include <$ac_header>
12646 _ACEOF
12647 rm -f conftest.$ac_objext
12648 if { (ac_try="$ac_compile"
12649 case "(($ac_try" in
12650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12651 *) ac_try_echo=$ac_try;;
12652 esac
12653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12654 (eval "$ac_compile") 2>conftest.er1
12655 ac_status=$?
12656 grep -v '^ *+' conftest.er1 >conftest.err
12657 rm -f conftest.er1
12658 cat conftest.err >&5
12659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660 (exit $ac_status); } && {
12661 test -z "$ac_c_werror_flag" ||
12662 test ! -s conftest.err
12663 } && test -s conftest.$ac_objext; then
12664 ac_header_compiler=yes
12665 else
12666 echo "$as_me: failed program was:" >&5
12667 sed 's/^/| /' conftest.$ac_ext >&5
12669 ac_header_compiler=no
12672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12673 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12674 echo "${ECHO_T}$ac_header_compiler" >&6; }
12676 # Is the header present?
12677 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12678 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12679 cat >conftest.$ac_ext <<_ACEOF
12680 /* confdefs.h. */
12681 _ACEOF
12682 cat confdefs.h >>conftest.$ac_ext
12683 cat >>conftest.$ac_ext <<_ACEOF
12684 /* end confdefs.h. */
12685 #include <$ac_header>
12686 _ACEOF
12687 if { (ac_try="$ac_cpp conftest.$ac_ext"
12688 case "(($ac_try" in
12689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12690 *) ac_try_echo=$ac_try;;
12691 esac
12692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12693 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12694 ac_status=$?
12695 grep -v '^ *+' conftest.er1 >conftest.err
12696 rm -f conftest.er1
12697 cat conftest.err >&5
12698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12699 (exit $ac_status); } >/dev/null && {
12700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12701 test ! -s conftest.err
12702 }; then
12703 ac_header_preproc=yes
12704 else
12705 echo "$as_me: failed program was:" >&5
12706 sed 's/^/| /' conftest.$ac_ext >&5
12708 ac_header_preproc=no
12711 rm -f conftest.err conftest.$ac_ext
12712 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12713 echo "${ECHO_T}$ac_header_preproc" >&6; }
12715 # So? What about this header?
12716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12717 yes:no: )
12718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12722 ac_header_preproc=yes
12724 no:yes:* )
12725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12737 ( cat <<\_ASBOX
12738 ## ------------------------------------ ##
12739 ## Report this to wine-devel@winehq.org ##
12740 ## ------------------------------------ ##
12741 _ASBOX
12742 ) | sed "s/^/$as_me: WARNING: /" >&2
12744 esac
12745 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12747 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12748 echo $ECHO_N "(cached) $ECHO_C" >&6
12749 else
12750 eval "$as_ac_Header=\$ac_header_preproc"
12752 ac_res=`eval echo '${'$as_ac_Header'}'`
12753 { echo "$as_me:$LINENO: result: $ac_res" >&5
12754 echo "${ECHO_T}$ac_res" >&6; }
12757 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12758 cat >>confdefs.h <<_ACEOF
12759 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12760 _ACEOF
12764 done
12766 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12767 then
12768 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12769 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12770 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12771 echo $ECHO_N "(cached) $ECHO_C" >&6
12772 else
12773 ac_check_lib_save_LIBS=$LIBS
12774 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12775 cat >conftest.$ac_ext <<_ACEOF
12776 /* confdefs.h. */
12777 _ACEOF
12778 cat confdefs.h >>conftest.$ac_ext
12779 cat >>conftest.$ac_ext <<_ACEOF
12780 /* end confdefs.h. */
12782 /* Override any GCC internal prototype to avoid an error.
12783 Use char because int might match the return type of a GCC
12784 builtin and then its argument prototype would still apply. */
12785 #ifdef __cplusplus
12786 extern "C"
12787 #endif
12788 char dbus_connection_close ();
12790 main ()
12792 return dbus_connection_close ();
12794 return 0;
12796 _ACEOF
12797 rm -f conftest.$ac_objext conftest$ac_exeext
12798 if { (ac_try="$ac_link"
12799 case "(($ac_try" in
12800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12801 *) ac_try_echo=$ac_try;;
12802 esac
12803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12804 (eval "$ac_link") 2>conftest.er1
12805 ac_status=$?
12806 grep -v '^ *+' conftest.er1 >conftest.err
12807 rm -f conftest.er1
12808 cat conftest.err >&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); } && {
12811 test -z "$ac_c_werror_flag" ||
12812 test ! -s conftest.err
12813 } && test -s conftest$ac_exeext &&
12814 $as_test_x conftest$ac_exeext; then
12815 ac_cv_lib_dbus_1_dbus_connection_close=yes
12816 else
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12820 ac_cv_lib_dbus_1_dbus_connection_close=no
12823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12824 conftest$ac_exeext conftest.$ac_ext
12825 LIBS=$ac_check_lib_save_LIBS
12827 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12828 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12829 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12830 { echo "$as_me:$LINENO: checking for -lhal" >&5
12831 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12832 if test "${ac_cv_lib_soname_hal+set}" = set; then
12833 echo $ECHO_N "(cached) $ECHO_C" >&6
12834 else
12835 ac_check_soname_save_LIBS=$LIBS
12836 LIBS="-lhal $ac_hal_libs $LIBS"
12837 cat >conftest.$ac_ext <<_ACEOF
12838 /* confdefs.h. */
12839 _ACEOF
12840 cat confdefs.h >>conftest.$ac_ext
12841 cat >>conftest.$ac_ext <<_ACEOF
12842 /* end confdefs.h. */
12844 /* Override any GCC internal prototype to avoid an error.
12845 Use char because int might match the return type of a GCC
12846 builtin and then its argument prototype would still apply. */
12847 #ifdef __cplusplus
12848 extern "C"
12849 #endif
12850 char libhal_ctx_new ();
12852 main ()
12854 return libhal_ctx_new ();
12856 return 0;
12858 _ACEOF
12859 rm -f conftest.$ac_objext conftest$ac_exeext
12860 if { (ac_try="$ac_link"
12861 case "(($ac_try" in
12862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12863 *) ac_try_echo=$ac_try;;
12864 esac
12865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12866 (eval "$ac_link") 2>conftest.er1
12867 ac_status=$?
12868 grep -v '^ *+' conftest.er1 >conftest.err
12869 rm -f conftest.er1
12870 cat conftest.err >&5
12871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12872 (exit $ac_status); } && {
12873 test -z "$ac_c_werror_flag" ||
12874 test ! -s conftest.err
12875 } && test -s conftest$ac_exeext &&
12876 $as_test_x conftest$ac_exeext; then
12877 case "$LIBEXT" in
12878 dll) ;;
12879 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'` ;;
12880 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12881 esac
12882 else
12883 echo "$as_me: failed program was:" >&5
12884 sed 's/^/| /' conftest.$ac_ext >&5
12889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12890 conftest$ac_exeext conftest.$ac_ext
12891 LIBS=$ac_check_soname_save_LIBS
12893 if test "x$ac_cv_lib_soname_hal" = "x"; then
12894 { echo "$as_me:$LINENO: result: not found" >&5
12895 echo "${ECHO_T}not found" >&6; }
12897 else
12898 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12899 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12901 cat >>confdefs.h <<_ACEOF
12902 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12903 _ACEOF
12905 HALINCL="$ac_hal_cflags"
12911 CPPFLAGS="$ac_save_CPPFLAGS"
12913 if test "x$ac_cv_lib_soname_hal" = "x"; then
12914 case "x$with_hal" in
12915 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12916 xno) ;;
12917 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12918 This is an error since --with-hal was requested." >&5
12919 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12920 This is an error since --with-hal was requested." >&2;}
12921 { (exit 1); exit 1; }; } ;;
12922 esac
12926 if test "x$with_gnutls" != "xno"
12927 then
12928 ac_save_CPPFLAGS="$CPPFLAGS"
12929 if test "$PKG_CONFIG" != "false"
12930 then
12931 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12932 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12933 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12935 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12936 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12937 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12938 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12939 echo $ECHO_N "(cached) $ECHO_C" >&6
12941 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12942 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12943 else
12944 # Is the header compilable?
12945 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12946 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12947 cat >conftest.$ac_ext <<_ACEOF
12948 /* confdefs.h. */
12949 _ACEOF
12950 cat confdefs.h >>conftest.$ac_ext
12951 cat >>conftest.$ac_ext <<_ACEOF
12952 /* end confdefs.h. */
12953 $ac_includes_default
12954 #include <gnutls/gnutls.h>
12955 _ACEOF
12956 rm -f conftest.$ac_objext
12957 if { (ac_try="$ac_compile"
12958 case "(($ac_try" in
12959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12960 *) ac_try_echo=$ac_try;;
12961 esac
12962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12963 (eval "$ac_compile") 2>conftest.er1
12964 ac_status=$?
12965 grep -v '^ *+' conftest.er1 >conftest.err
12966 rm -f conftest.er1
12967 cat conftest.err >&5
12968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); } && {
12970 test -z "$ac_c_werror_flag" ||
12971 test ! -s conftest.err
12972 } && test -s conftest.$ac_objext; then
12973 ac_header_compiler=yes
12974 else
12975 echo "$as_me: failed program was:" >&5
12976 sed 's/^/| /' conftest.$ac_ext >&5
12978 ac_header_compiler=no
12981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12982 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12983 echo "${ECHO_T}$ac_header_compiler" >&6; }
12985 # Is the header present?
12986 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12987 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12988 cat >conftest.$ac_ext <<_ACEOF
12989 /* confdefs.h. */
12990 _ACEOF
12991 cat confdefs.h >>conftest.$ac_ext
12992 cat >>conftest.$ac_ext <<_ACEOF
12993 /* end confdefs.h. */
12994 #include <gnutls/gnutls.h>
12995 _ACEOF
12996 if { (ac_try="$ac_cpp conftest.$ac_ext"
12997 case "(($ac_try" in
12998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12999 *) ac_try_echo=$ac_try;;
13000 esac
13001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13003 ac_status=$?
13004 grep -v '^ *+' conftest.er1 >conftest.err
13005 rm -f conftest.er1
13006 cat conftest.err >&5
13007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13008 (exit $ac_status); } >/dev/null && {
13009 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13010 test ! -s conftest.err
13011 }; then
13012 ac_header_preproc=yes
13013 else
13014 echo "$as_me: failed program was:" >&5
13015 sed 's/^/| /' conftest.$ac_ext >&5
13017 ac_header_preproc=no
13020 rm -f conftest.err conftest.$ac_ext
13021 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13022 echo "${ECHO_T}$ac_header_preproc" >&6; }
13024 # So? What about this header?
13025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13026 yes:no: )
13027 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13028 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13029 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13030 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13031 ac_header_preproc=yes
13033 no:yes:* )
13034 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13035 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13036 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13037 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13038 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13039 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13040 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13041 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13042 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13043 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13044 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13045 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13046 ( cat <<\_ASBOX
13047 ## ------------------------------------ ##
13048 ## Report this to wine-devel@winehq.org ##
13049 ## ------------------------------------ ##
13050 _ASBOX
13051 ) | sed "s/^/$as_me: WARNING: /" >&2
13053 esac
13054 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13055 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13056 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13057 echo $ECHO_N "(cached) $ECHO_C" >&6
13058 else
13059 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13061 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13062 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13065 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13066 cat >conftest.$ac_ext <<_ACEOF
13067 /* confdefs.h. */
13068 _ACEOF
13069 cat confdefs.h >>conftest.$ac_ext
13070 cat >>conftest.$ac_ext <<_ACEOF
13071 /* end confdefs.h. */
13072 #include <gnutls/gnutls.h>
13074 main ()
13076 typeof(gnutls_mac_get_key_size) *pfunc;
13078 return 0;
13080 _ACEOF
13081 rm -f conftest.$ac_objext
13082 if { (ac_try="$ac_compile"
13083 case "(($ac_try" in
13084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13085 *) ac_try_echo=$ac_try;;
13086 esac
13087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13088 (eval "$ac_compile") 2>conftest.er1
13089 ac_status=$?
13090 grep -v '^ *+' conftest.er1 >conftest.err
13091 rm -f conftest.er1
13092 cat conftest.err >&5
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); } && {
13095 test -z "$ac_c_werror_flag" ||
13096 test ! -s conftest.err
13097 } && test -s conftest.$ac_objext; then
13098 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13099 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13100 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13101 echo $ECHO_N "(cached) $ECHO_C" >&6
13102 else
13103 ac_check_soname_save_LIBS=$LIBS
13104 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13105 cat >conftest.$ac_ext <<_ACEOF
13106 /* confdefs.h. */
13107 _ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h. */
13112 /* Override any GCC internal prototype to avoid an error.
13113 Use char because int might match the return type of a GCC
13114 builtin and then its argument prototype would still apply. */
13115 #ifdef __cplusplus
13116 extern "C"
13117 #endif
13118 char gnutls_global_init ();
13120 main ()
13122 return gnutls_global_init ();
13124 return 0;
13126 _ACEOF
13127 rm -f conftest.$ac_objext conftest$ac_exeext
13128 if { (ac_try="$ac_link"
13129 case "(($ac_try" in
13130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13131 *) ac_try_echo=$ac_try;;
13132 esac
13133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13134 (eval "$ac_link") 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } && {
13141 test -z "$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 } && test -s conftest$ac_exeext &&
13144 $as_test_x conftest$ac_exeext; then
13145 case "$LIBEXT" in
13146 dll) ;;
13147 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'` ;;
13148 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13149 esac
13150 else
13151 echo "$as_me: failed program was:" >&5
13152 sed 's/^/| /' conftest.$ac_ext >&5
13157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13158 conftest$ac_exeext conftest.$ac_ext
13159 LIBS=$ac_check_soname_save_LIBS
13161 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13162 { echo "$as_me:$LINENO: result: not found" >&5
13163 echo "${ECHO_T}not found" >&6; }
13165 else
13166 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13167 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13169 cat >>confdefs.h <<_ACEOF
13170 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13171 _ACEOF
13173 GNUTLSINCL="$ac_gnutls_cflags"
13177 else
13178 echo "$as_me: failed program was:" >&5
13179 sed 's/^/| /' conftest.$ac_ext >&5
13184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13188 CPPFLAGS="$ac_save_CPPFLAGS"
13190 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13191 case "x$with_gnutls" in
13192 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13193 xno) ;;
13194 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13195 This is an error since --with-gnutls was requested." >&5
13196 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13197 This is an error since --with-gnutls was requested." >&2;}
13198 { (exit 1); exit 1; }; } ;;
13199 esac
13203 CURSESLIBS=""
13204 if test "$ac_cv_header_ncurses_h" = "yes"
13205 then
13206 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13207 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13208 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13209 echo $ECHO_N "(cached) $ECHO_C" >&6
13210 else
13211 ac_check_soname_save_LIBS=$LIBS
13212 LIBS="-lncurses $LIBS"
13213 cat >conftest.$ac_ext <<_ACEOF
13214 /* confdefs.h. */
13215 _ACEOF
13216 cat confdefs.h >>conftest.$ac_ext
13217 cat >>conftest.$ac_ext <<_ACEOF
13218 /* end confdefs.h. */
13220 /* Override any GCC internal prototype to avoid an error.
13221 Use char because int might match the return type of a GCC
13222 builtin and then its argument prototype would still apply. */
13223 #ifdef __cplusplus
13224 extern "C"
13225 #endif
13226 char waddch ();
13228 main ()
13230 return waddch ();
13232 return 0;
13234 _ACEOF
13235 rm -f conftest.$ac_objext conftest$ac_exeext
13236 if { (ac_try="$ac_link"
13237 case "(($ac_try" in
13238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13239 *) ac_try_echo=$ac_try;;
13240 esac
13241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13242 (eval "$ac_link") 2>conftest.er1
13243 ac_status=$?
13244 grep -v '^ *+' conftest.er1 >conftest.err
13245 rm -f conftest.er1
13246 cat conftest.err >&5
13247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 (exit $ac_status); } && {
13249 test -z "$ac_c_werror_flag" ||
13250 test ! -s conftest.err
13251 } && test -s conftest$ac_exeext &&
13252 $as_test_x conftest$ac_exeext; then
13253 case "$LIBEXT" in
13254 dll) ;;
13255 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'` ;;
13256 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13257 esac
13258 else
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266 conftest$ac_exeext conftest.$ac_ext
13267 LIBS=$ac_check_soname_save_LIBS
13269 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13270 { echo "$as_me:$LINENO: result: not found" >&5
13271 echo "${ECHO_T}not found" >&6; }
13273 else
13274 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13275 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13277 cat >>confdefs.h <<_ACEOF
13278 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13279 _ACEOF
13281 CURSESLIBS="-lncurses"
13284 elif test "$ac_cv_header_curses_h" = "yes"
13285 then
13286 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13287 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13288 if test "${ac_cv_lib_soname_curses+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13290 else
13291 ac_check_soname_save_LIBS=$LIBS
13292 LIBS="-lcurses $LIBS"
13293 cat >conftest.$ac_ext <<_ACEOF
13294 /* confdefs.h. */
13295 _ACEOF
13296 cat confdefs.h >>conftest.$ac_ext
13297 cat >>conftest.$ac_ext <<_ACEOF
13298 /* end confdefs.h. */
13300 /* Override any GCC internal prototype to avoid an error.
13301 Use char because int might match the return type of a GCC
13302 builtin and then its argument prototype would still apply. */
13303 #ifdef __cplusplus
13304 extern "C"
13305 #endif
13306 char waddch ();
13308 main ()
13310 return waddch ();
13312 return 0;
13314 _ACEOF
13315 rm -f conftest.$ac_objext conftest$ac_exeext
13316 if { (ac_try="$ac_link"
13317 case "(($ac_try" in
13318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13319 *) ac_try_echo=$ac_try;;
13320 esac
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13322 (eval "$ac_link") 2>conftest.er1
13323 ac_status=$?
13324 grep -v '^ *+' conftest.er1 >conftest.err
13325 rm -f conftest.er1
13326 cat conftest.err >&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } && {
13329 test -z "$ac_c_werror_flag" ||
13330 test ! -s conftest.err
13331 } && test -s conftest$ac_exeext &&
13332 $as_test_x conftest$ac_exeext; then
13333 case "$LIBEXT" in
13334 dll) ;;
13335 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'` ;;
13336 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13337 esac
13338 else
13339 echo "$as_me: failed program was:" >&5
13340 sed 's/^/| /' conftest.$ac_ext >&5
13345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13346 conftest$ac_exeext conftest.$ac_ext
13347 LIBS=$ac_check_soname_save_LIBS
13349 if test "x$ac_cv_lib_soname_curses" = "x"; then
13350 { echo "$as_me:$LINENO: result: not found" >&5
13351 echo "${ECHO_T}not found" >&6; }
13353 else
13354 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13355 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13357 cat >>confdefs.h <<_ACEOF
13358 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13359 _ACEOF
13361 CURSESLIBS="-lcurses"
13365 ac_save_LIBS="$LIBS"
13366 LIBS="$LIBS $CURSESLIBS"
13368 for ac_func in mousemask
13370 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13371 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13373 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13374 echo $ECHO_N "(cached) $ECHO_C" >&6
13375 else
13376 cat >conftest.$ac_ext <<_ACEOF
13377 /* confdefs.h. */
13378 _ACEOF
13379 cat confdefs.h >>conftest.$ac_ext
13380 cat >>conftest.$ac_ext <<_ACEOF
13381 /* end confdefs.h. */
13382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13384 #define $ac_func innocuous_$ac_func
13386 /* System header to define __stub macros and hopefully few prototypes,
13387 which can conflict with char $ac_func (); below.
13388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13389 <limits.h> exists even on freestanding compilers. */
13391 #ifdef __STDC__
13392 # include <limits.h>
13393 #else
13394 # include <assert.h>
13395 #endif
13397 #undef $ac_func
13399 /* Override any GCC internal prototype to avoid an error.
13400 Use char because int might match the return type of a GCC
13401 builtin and then its argument prototype would still apply. */
13402 #ifdef __cplusplus
13403 extern "C"
13404 #endif
13405 char $ac_func ();
13406 /* The GNU C library defines this for functions which it implements
13407 to always fail with ENOSYS. Some functions are actually named
13408 something starting with __ and the normal name is an alias. */
13409 #if defined __stub_$ac_func || defined __stub___$ac_func
13410 choke me
13411 #endif
13414 main ()
13416 return $ac_func ();
13418 return 0;
13420 _ACEOF
13421 rm -f conftest.$ac_objext conftest$ac_exeext
13422 if { (ac_try="$ac_link"
13423 case "(($ac_try" in
13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13426 esac
13427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13428 (eval "$ac_link") 2>conftest.er1
13429 ac_status=$?
13430 grep -v '^ *+' conftest.er1 >conftest.err
13431 rm -f conftest.er1
13432 cat conftest.err >&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } && {
13435 test -z "$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 } && test -s conftest$ac_exeext &&
13438 $as_test_x conftest$ac_exeext; then
13439 eval "$as_ac_var=yes"
13440 else
13441 echo "$as_me: failed program was:" >&5
13442 sed 's/^/| /' conftest.$ac_ext >&5
13444 eval "$as_ac_var=no"
13447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13448 conftest$ac_exeext conftest.$ac_ext
13450 ac_res=`eval echo '${'$as_ac_var'}'`
13451 { echo "$as_me:$LINENO: result: $ac_res" >&5
13452 echo "${ECHO_T}$ac_res" >&6; }
13453 if test `eval echo '${'$as_ac_var'}'` = yes; then
13454 cat >>confdefs.h <<_ACEOF
13455 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13456 _ACEOF
13459 done
13461 LIBS="$ac_save_LIBS"
13462 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13463 case "x$with_curses" in
13464 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13465 xno) ;;
13466 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13467 This is an error since --with-curses was requested." >&5
13468 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13469 This is an error since --with-curses was requested." >&2;}
13470 { (exit 1); exit 1; }; } ;;
13471 esac
13475 if test "x$with_sane" != "xno"
13476 then
13477 ac_save_CPPFLAGS="$CPPFLAGS"
13478 # Extract the first word of "sane-config", so it can be a program name with args.
13479 set dummy sane-config; ac_word=$2
13480 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13482 if test "${ac_cv_prog_sane_devel+set}" = set; then
13483 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 else
13485 if test -n "$sane_devel"; then
13486 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13487 else
13488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13489 for as_dir in $PATH
13491 IFS=$as_save_IFS
13492 test -z "$as_dir" && as_dir=.
13493 for ac_exec_ext in '' $ac_executable_extensions; do
13494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13495 ac_cv_prog_sane_devel="sane-config"
13496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13497 break 2
13499 done
13500 done
13501 IFS=$as_save_IFS
13503 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13506 sane_devel=$ac_cv_prog_sane_devel
13507 if test -n "$sane_devel"; then
13508 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13509 echo "${ECHO_T}$sane_devel" >&6; }
13510 else
13511 { echo "$as_me:$LINENO: result: no" >&5
13512 echo "${ECHO_T}no" >&6; }
13516 if test "$sane_devel" != "no"
13517 then
13518 ac_sane_incl="`$sane_devel --cflags`"
13519 ac_sane_libs="`$sane_devel --ldflags`"
13520 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13522 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13523 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13524 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13525 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13526 echo $ECHO_N "(cached) $ECHO_C" >&6
13528 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13529 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13530 else
13531 # Is the header compilable?
13532 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13533 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13534 cat >conftest.$ac_ext <<_ACEOF
13535 /* confdefs.h. */
13536 _ACEOF
13537 cat confdefs.h >>conftest.$ac_ext
13538 cat >>conftest.$ac_ext <<_ACEOF
13539 /* end confdefs.h. */
13540 $ac_includes_default
13541 #include <sane/sane.h>
13542 _ACEOF
13543 rm -f conftest.$ac_objext
13544 if { (ac_try="$ac_compile"
13545 case "(($ac_try" in
13546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13547 *) ac_try_echo=$ac_try;;
13548 esac
13549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13550 (eval "$ac_compile") 2>conftest.er1
13551 ac_status=$?
13552 grep -v '^ *+' conftest.er1 >conftest.err
13553 rm -f conftest.er1
13554 cat conftest.err >&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } && {
13557 test -z "$ac_c_werror_flag" ||
13558 test ! -s conftest.err
13559 } && test -s conftest.$ac_objext; then
13560 ac_header_compiler=yes
13561 else
13562 echo "$as_me: failed program was:" >&5
13563 sed 's/^/| /' conftest.$ac_ext >&5
13565 ac_header_compiler=no
13568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13569 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13570 echo "${ECHO_T}$ac_header_compiler" >&6; }
13572 # Is the header present?
13573 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13574 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13575 cat >conftest.$ac_ext <<_ACEOF
13576 /* confdefs.h. */
13577 _ACEOF
13578 cat confdefs.h >>conftest.$ac_ext
13579 cat >>conftest.$ac_ext <<_ACEOF
13580 /* end confdefs.h. */
13581 #include <sane/sane.h>
13582 _ACEOF
13583 if { (ac_try="$ac_cpp conftest.$ac_ext"
13584 case "(($ac_try" in
13585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13586 *) ac_try_echo=$ac_try;;
13587 esac
13588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13589 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13590 ac_status=$?
13591 grep -v '^ *+' conftest.er1 >conftest.err
13592 rm -f conftest.er1
13593 cat conftest.err >&5
13594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13595 (exit $ac_status); } >/dev/null && {
13596 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13597 test ! -s conftest.err
13598 }; then
13599 ac_header_preproc=yes
13600 else
13601 echo "$as_me: failed program was:" >&5
13602 sed 's/^/| /' conftest.$ac_ext >&5
13604 ac_header_preproc=no
13607 rm -f conftest.err conftest.$ac_ext
13608 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13609 echo "${ECHO_T}$ac_header_preproc" >&6; }
13611 # So? What about this header?
13612 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13613 yes:no: )
13614 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13615 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13616 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13617 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13618 ac_header_preproc=yes
13620 no:yes:* )
13621 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13622 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13623 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13624 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13625 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13626 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13627 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13628 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13629 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13630 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13631 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13632 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13633 ( cat <<\_ASBOX
13634 ## ------------------------------------ ##
13635 ## Report this to wine-devel@winehq.org ##
13636 ## ------------------------------------ ##
13637 _ASBOX
13638 ) | sed "s/^/$as_me: WARNING: /" >&2
13640 esac
13641 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13642 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13643 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13644 echo $ECHO_N "(cached) $ECHO_C" >&6
13645 else
13646 ac_cv_header_sane_sane_h=$ac_header_preproc
13648 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13649 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13652 if test $ac_cv_header_sane_sane_h = yes; then
13653 { echo "$as_me:$LINENO: checking for -lsane" >&5
13654 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13655 if test "${ac_cv_lib_soname_sane+set}" = set; then
13656 echo $ECHO_N "(cached) $ECHO_C" >&6
13657 else
13658 ac_check_soname_save_LIBS=$LIBS
13659 LIBS="-lsane $ac_sane_libs $LIBS"
13660 cat >conftest.$ac_ext <<_ACEOF
13661 /* confdefs.h. */
13662 _ACEOF
13663 cat confdefs.h >>conftest.$ac_ext
13664 cat >>conftest.$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13667 /* Override any GCC internal prototype to avoid an error.
13668 Use char because int might match the return type of a GCC
13669 builtin and then its argument prototype would still apply. */
13670 #ifdef __cplusplus
13671 extern "C"
13672 #endif
13673 char sane_init ();
13675 main ()
13677 return sane_init ();
13679 return 0;
13681 _ACEOF
13682 rm -f conftest.$ac_objext conftest$ac_exeext
13683 if { (ac_try="$ac_link"
13684 case "(($ac_try" in
13685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13686 *) ac_try_echo=$ac_try;;
13687 esac
13688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13689 (eval "$ac_link") 2>conftest.er1
13690 ac_status=$?
13691 grep -v '^ *+' conftest.er1 >conftest.err
13692 rm -f conftest.er1
13693 cat conftest.err >&5
13694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13695 (exit $ac_status); } && {
13696 test -z "$ac_c_werror_flag" ||
13697 test ! -s conftest.err
13698 } && test -s conftest$ac_exeext &&
13699 $as_test_x conftest$ac_exeext; then
13700 case "$LIBEXT" in
13701 dll) ;;
13702 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'` ;;
13703 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13704 esac
13705 else
13706 echo "$as_me: failed program was:" >&5
13707 sed 's/^/| /' conftest.$ac_ext >&5
13712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13713 conftest$ac_exeext conftest.$ac_ext
13714 LIBS=$ac_check_soname_save_LIBS
13716 if test "x$ac_cv_lib_soname_sane" = "x"; then
13717 { echo "$as_me:$LINENO: result: not found" >&5
13718 echo "${ECHO_T}not found" >&6; }
13720 else
13721 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13722 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13724 cat >>confdefs.h <<_ACEOF
13725 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13726 _ACEOF
13728 SANEINCL="$ac_sane_incl"
13735 CPPFLAGS="$ac_save_CPPFLAGS"
13737 if test "x$ac_cv_lib_soname_sane" = "x"; then
13738 case "x$with_sane" in
13739 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13740 xno) ;;
13741 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13742 This is an error since --with-sane was requested." >&5
13743 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13744 This is an error since --with-sane was requested." >&2;}
13745 { (exit 1); exit 1; }; } ;;
13746 esac
13750 if test "x$with_gphoto" != "xno"
13751 then
13752 ac_save_CPPFLAGS="$CPPFLAGS"
13753 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13754 set dummy gphoto2-config; ac_word=$2
13755 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13757 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13758 echo $ECHO_N "(cached) $ECHO_C" >&6
13759 else
13760 if test -n "$gphoto2_devel"; then
13761 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13762 else
13763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13764 for as_dir in $PATH
13766 IFS=$as_save_IFS
13767 test -z "$as_dir" && as_dir=.
13768 for ac_exec_ext in '' $ac_executable_extensions; do
13769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13770 ac_cv_prog_gphoto2_devel="gphoto2-config"
13771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13772 break 2
13774 done
13775 done
13776 IFS=$as_save_IFS
13778 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13781 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13782 if test -n "$gphoto2_devel"; then
13783 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13784 echo "${ECHO_T}$gphoto2_devel" >&6; }
13785 else
13786 { echo "$as_me:$LINENO: result: no" >&5
13787 echo "${ECHO_T}no" >&6; }
13791 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13792 set dummy gphoto2-port-config; ac_word=$2
13793 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13795 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13796 echo $ECHO_N "(cached) $ECHO_C" >&6
13797 else
13798 if test -n "$gphoto2port_devel"; then
13799 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13800 else
13801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13802 for as_dir in $PATH
13804 IFS=$as_save_IFS
13805 test -z "$as_dir" && as_dir=.
13806 for ac_exec_ext in '' $ac_executable_extensions; do
13807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13808 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13810 break 2
13812 done
13813 done
13814 IFS=$as_save_IFS
13816 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13819 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13820 if test -n "$gphoto2port_devel"; then
13821 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13822 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13823 else
13824 { echo "$as_me:$LINENO: result: no" >&5
13825 echo "${ECHO_T}no" >&6; }
13829 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13830 then
13831 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13832 ac_gphoto2_libs=""
13833 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13835 case "$i" in
13836 -L/usr/lib|-L/usr/lib64) ;;
13837 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13838 esac
13839 done
13840 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13842 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13843 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13844 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13845 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13846 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13847 echo $ECHO_N "(cached) $ECHO_C" >&6
13849 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13850 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13851 else
13852 # Is the header compilable?
13853 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13854 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13855 cat >conftest.$ac_ext <<_ACEOF
13856 /* confdefs.h. */
13857 _ACEOF
13858 cat confdefs.h >>conftest.$ac_ext
13859 cat >>conftest.$ac_ext <<_ACEOF
13860 /* end confdefs.h. */
13861 $ac_includes_default
13862 #include <gphoto2-camera.h>
13863 _ACEOF
13864 rm -f conftest.$ac_objext
13865 if { (ac_try="$ac_compile"
13866 case "(($ac_try" in
13867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13868 *) ac_try_echo=$ac_try;;
13869 esac
13870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13871 (eval "$ac_compile") 2>conftest.er1
13872 ac_status=$?
13873 grep -v '^ *+' conftest.er1 >conftest.err
13874 rm -f conftest.er1
13875 cat conftest.err >&5
13876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877 (exit $ac_status); } && {
13878 test -z "$ac_c_werror_flag" ||
13879 test ! -s conftest.err
13880 } && test -s conftest.$ac_objext; then
13881 ac_header_compiler=yes
13882 else
13883 echo "$as_me: failed program was:" >&5
13884 sed 's/^/| /' conftest.$ac_ext >&5
13886 ac_header_compiler=no
13889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13890 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13891 echo "${ECHO_T}$ac_header_compiler" >&6; }
13893 # Is the header present?
13894 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13895 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13896 cat >conftest.$ac_ext <<_ACEOF
13897 /* confdefs.h. */
13898 _ACEOF
13899 cat confdefs.h >>conftest.$ac_ext
13900 cat >>conftest.$ac_ext <<_ACEOF
13901 /* end confdefs.h. */
13902 #include <gphoto2-camera.h>
13903 _ACEOF
13904 if { (ac_try="$ac_cpp conftest.$ac_ext"
13905 case "(($ac_try" in
13906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13907 *) ac_try_echo=$ac_try;;
13908 esac
13909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13910 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13911 ac_status=$?
13912 grep -v '^ *+' conftest.er1 >conftest.err
13913 rm -f conftest.er1
13914 cat conftest.err >&5
13915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13916 (exit $ac_status); } >/dev/null && {
13917 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13918 test ! -s conftest.err
13919 }; then
13920 ac_header_preproc=yes
13921 else
13922 echo "$as_me: failed program was:" >&5
13923 sed 's/^/| /' conftest.$ac_ext >&5
13925 ac_header_preproc=no
13928 rm -f conftest.err conftest.$ac_ext
13929 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13930 echo "${ECHO_T}$ac_header_preproc" >&6; }
13932 # So? What about this header?
13933 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13934 yes:no: )
13935 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13936 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13937 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13938 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13939 ac_header_preproc=yes
13941 no:yes:* )
13942 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13943 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13944 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13945 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13946 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13947 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13948 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13949 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13950 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13951 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13952 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13953 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13954 ( cat <<\_ASBOX
13955 ## ------------------------------------ ##
13956 ## Report this to wine-devel@winehq.org ##
13957 ## ------------------------------------ ##
13958 _ASBOX
13959 ) | sed "s/^/$as_me: WARNING: /" >&2
13961 esac
13962 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13963 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13964 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13965 echo $ECHO_N "(cached) $ECHO_C" >&6
13966 else
13967 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13969 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13970 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13973 if test $ac_cv_header_gphoto2_camera_h = yes; then
13974 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13975 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13976 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13977 echo $ECHO_N "(cached) $ECHO_C" >&6
13978 else
13979 ac_check_lib_save_LIBS=$LIBS
13980 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13981 cat >conftest.$ac_ext <<_ACEOF
13982 /* confdefs.h. */
13983 _ACEOF
13984 cat confdefs.h >>conftest.$ac_ext
13985 cat >>conftest.$ac_ext <<_ACEOF
13986 /* end confdefs.h. */
13988 /* Override any GCC internal prototype to avoid an error.
13989 Use char because int might match the return type of a GCC
13990 builtin and then its argument prototype would still apply. */
13991 #ifdef __cplusplus
13992 extern "C"
13993 #endif
13994 char gp_camera_new ();
13996 main ()
13998 return gp_camera_new ();
14000 return 0;
14002 _ACEOF
14003 rm -f conftest.$ac_objext conftest$ac_exeext
14004 if { (ac_try="$ac_link"
14005 case "(($ac_try" in
14006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14007 *) ac_try_echo=$ac_try;;
14008 esac
14009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14010 (eval "$ac_link") 2>conftest.er1
14011 ac_status=$?
14012 grep -v '^ *+' conftest.er1 >conftest.err
14013 rm -f conftest.er1
14014 cat conftest.err >&5
14015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016 (exit $ac_status); } && {
14017 test -z "$ac_c_werror_flag" ||
14018 test ! -s conftest.err
14019 } && test -s conftest$ac_exeext &&
14020 $as_test_x conftest$ac_exeext; then
14021 ac_cv_lib_gphoto2_gp_camera_new=yes
14022 else
14023 echo "$as_me: failed program was:" >&5
14024 sed 's/^/| /' conftest.$ac_ext >&5
14026 ac_cv_lib_gphoto2_gp_camera_new=no
14029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14030 conftest$ac_exeext conftest.$ac_ext
14031 LIBS=$ac_check_lib_save_LIBS
14033 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14034 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14035 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14037 cat >>confdefs.h <<\_ACEOF
14038 #define HAVE_GPHOTO2 1
14039 _ACEOF
14041 GPHOTO2LIBS="$ac_gphoto2_libs"
14043 GPHOTO2INCL="$ac_gphoto2_incl"
14050 CPPFLAGS="$ac_save_CPPFLAGS"
14052 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14053 case "x$with_gphoto" in
14054 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14055 xno) ;;
14056 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14057 This is an error since --with-gphoto was requested." >&5
14058 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14059 This is an error since --with-gphoto was requested." >&2;}
14060 { (exit 1); exit 1; }; } ;;
14061 esac
14066 RESOLVLIBS=""
14068 if test "$ac_cv_header_resolv_h" = "yes"
14069 then
14070 ac_save_LIBS="$LIBS"
14071 LIBS="$LIBS -lresolv"
14072 cat >conftest.$ac_ext <<_ACEOF
14073 /* confdefs.h. */
14074 _ACEOF
14075 cat confdefs.h >>conftest.$ac_ext
14076 cat >>conftest.$ac_ext <<_ACEOF
14077 /* end confdefs.h. */
14078 #ifdef HAVE_NETINET_IN_H
14079 #include <netinet/in.h>
14080 #endif
14081 #include <resolv.h>
14083 main ()
14085 res_init();
14087 return 0;
14089 _ACEOF
14090 rm -f conftest.$ac_objext conftest$ac_exeext
14091 if { (ac_try="$ac_link"
14092 case "(($ac_try" in
14093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14094 *) ac_try_echo=$ac_try;;
14095 esac
14096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14097 (eval "$ac_link") 2>conftest.er1
14098 ac_status=$?
14099 grep -v '^ *+' conftest.er1 >conftest.err
14100 rm -f conftest.er1
14101 cat conftest.err >&5
14102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14103 (exit $ac_status); } && {
14104 test -z "$ac_c_werror_flag" ||
14105 test ! -s conftest.err
14106 } && test -s conftest$ac_exeext &&
14107 $as_test_x conftest$ac_exeext; then
14109 cat >>confdefs.h <<\_ACEOF
14110 #define HAVE_RESOLV 1
14111 _ACEOF
14113 RESOLVLIBS="-lresolv"
14114 else
14115 echo "$as_me: failed program was:" >&5
14116 sed 's/^/| /' conftest.$ac_ext >&5
14121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14122 conftest$ac_exeext conftest.$ac_ext
14123 LIBS="$ac_save_LIBS"
14126 LCMSLIBS=""
14128 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14129 then
14130 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14131 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14132 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14134 else
14135 ac_check_lib_save_LIBS=$LIBS
14136 LIBS="-llcms $LIBS"
14137 cat >conftest.$ac_ext <<_ACEOF
14138 /* confdefs.h. */
14139 _ACEOF
14140 cat confdefs.h >>conftest.$ac_ext
14141 cat >>conftest.$ac_ext <<_ACEOF
14142 /* end confdefs.h. */
14144 /* Override any GCC internal prototype to avoid an error.
14145 Use char because int might match the return type of a GCC
14146 builtin and then its argument prototype would still apply. */
14147 #ifdef __cplusplus
14148 extern "C"
14149 #endif
14150 char cmsOpenProfileFromFile ();
14152 main ()
14154 return cmsOpenProfileFromFile ();
14156 return 0;
14158 _ACEOF
14159 rm -f conftest.$ac_objext conftest$ac_exeext
14160 if { (ac_try="$ac_link"
14161 case "(($ac_try" in
14162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14163 *) ac_try_echo=$ac_try;;
14164 esac
14165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14166 (eval "$ac_link") 2>conftest.er1
14167 ac_status=$?
14168 grep -v '^ *+' conftest.er1 >conftest.err
14169 rm -f conftest.er1
14170 cat conftest.err >&5
14171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); } && {
14173 test -z "$ac_c_werror_flag" ||
14174 test ! -s conftest.err
14175 } && test -s conftest$ac_exeext &&
14176 $as_test_x conftest$ac_exeext; then
14177 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14178 else
14179 echo "$as_me: failed program was:" >&5
14180 sed 's/^/| /' conftest.$ac_ext >&5
14182 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14186 conftest$ac_exeext conftest.$ac_ext
14187 LIBS=$ac_check_lib_save_LIBS
14189 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14190 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14191 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14193 cat >>confdefs.h <<\_ACEOF
14194 #define HAVE_LCMS 1
14195 _ACEOF
14197 LCMSLIBS="-llcms"
14201 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14202 case "x$with_cms" in
14203 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14204 xno) ;;
14205 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14206 This is an error since --with-cms was requested." >&5
14207 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14208 This is an error since --with-cms was requested." >&2;}
14209 { (exit 1); exit 1; }; } ;;
14210 esac
14214 if test "x$with_freetype" != "xno"
14215 then
14216 for ac_prog in freetype-config freetype2-config
14218 # Extract the first word of "$ac_prog", so it can be a program name with args.
14219 set dummy $ac_prog; ac_word=$2
14220 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14222 if test "${ac_cv_prog_ft_devel+set}" = set; then
14223 echo $ECHO_N "(cached) $ECHO_C" >&6
14224 else
14225 if test -n "$ft_devel"; then
14226 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14227 else
14228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14229 for as_dir in $PATH
14231 IFS=$as_save_IFS
14232 test -z "$as_dir" && as_dir=.
14233 for ac_exec_ext in '' $ac_executable_extensions; do
14234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14235 ac_cv_prog_ft_devel="$ac_prog"
14236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14237 break 2
14239 done
14240 done
14241 IFS=$as_save_IFS
14245 ft_devel=$ac_cv_prog_ft_devel
14246 if test -n "$ft_devel"; then
14247 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14248 echo "${ECHO_T}$ft_devel" >&6; }
14249 else
14250 { echo "$as_me:$LINENO: result: no" >&5
14251 echo "${ECHO_T}no" >&6; }
14255 test -n "$ft_devel" && break
14256 done
14257 test -n "$ft_devel" || ft_devel="no"
14259 if test "$ft_devel" != "no"
14260 then
14261 ac_freetype_incl=`$ft_devel --cflags`
14262 ac_freetype_libs=`$ft_devel --libs`
14264 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14265 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14266 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14267 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14269 else
14270 ac_check_soname_save_LIBS=$LIBS
14271 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14272 cat >conftest.$ac_ext <<_ACEOF
14273 /* confdefs.h. */
14274 _ACEOF
14275 cat confdefs.h >>conftest.$ac_ext
14276 cat >>conftest.$ac_ext <<_ACEOF
14277 /* end confdefs.h. */
14279 /* Override any GCC internal prototype to avoid an error.
14280 Use char because int might match the return type of a GCC
14281 builtin and then its argument prototype would still apply. */
14282 #ifdef __cplusplus
14283 extern "C"
14284 #endif
14285 char FT_Init_FreeType ();
14287 main ()
14289 return FT_Init_FreeType ();
14291 return 0;
14293 _ACEOF
14294 rm -f conftest.$ac_objext conftest$ac_exeext
14295 if { (ac_try="$ac_link"
14296 case "(($ac_try" in
14297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14298 *) ac_try_echo=$ac_try;;
14299 esac
14300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14301 (eval "$ac_link") 2>conftest.er1
14302 ac_status=$?
14303 grep -v '^ *+' conftest.er1 >conftest.err
14304 rm -f conftest.er1
14305 cat conftest.err >&5
14306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14307 (exit $ac_status); } && {
14308 test -z "$ac_c_werror_flag" ||
14309 test ! -s conftest.err
14310 } && test -s conftest$ac_exeext &&
14311 $as_test_x conftest$ac_exeext; then
14312 case "$LIBEXT" in
14313 dll) ;;
14314 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'` ;;
14315 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14316 esac
14317 else
14318 echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.$ac_ext >&5
14324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14325 conftest$ac_exeext conftest.$ac_ext
14326 LIBS=$ac_check_soname_save_LIBS
14328 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14329 { echo "$as_me:$LINENO: result: not found" >&5
14330 echo "${ECHO_T}not found" >&6; }
14331 ft_lib=no
14332 else
14333 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14334 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14336 cat >>confdefs.h <<_ACEOF
14337 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14338 _ACEOF
14340 ft_lib=yes
14343 if test "$ft_lib" = "yes"
14344 then
14345 ac_save_CPPFLAGS="$CPPFLAGS"
14346 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14360 for ac_header in ft2build.h \
14361 freetype/freetype.h \
14362 freetype/ftglyph.h \
14363 freetype/fttypes.h \
14364 freetype/tttables.h \
14365 freetype/ftnames.h \
14366 freetype/ftsnames.h \
14367 freetype/ttnameid.h \
14368 freetype/ftoutln.h \
14369 freetype/ftwinfnt.h \
14370 freetype/ftmodapi.h \
14371 freetype/ftlcdfil.h \
14372 freetype/internal/sfnt.h
14374 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14375 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14377 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14378 echo $ECHO_N "(cached) $ECHO_C" >&6
14379 else
14380 cat >conftest.$ac_ext <<_ACEOF
14381 /* confdefs.h. */
14382 _ACEOF
14383 cat confdefs.h >>conftest.$ac_ext
14384 cat >>conftest.$ac_ext <<_ACEOF
14385 /* end confdefs.h. */
14386 #ifdef HAVE_FT2BUILD_H
14387 # include <ft2build.h>
14388 #endif
14390 #include <$ac_header>
14391 _ACEOF
14392 rm -f conftest.$ac_objext
14393 if { (ac_try="$ac_compile"
14394 case "(($ac_try" in
14395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14396 *) ac_try_echo=$ac_try;;
14397 esac
14398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14399 (eval "$ac_compile") 2>conftest.er1
14400 ac_status=$?
14401 grep -v '^ *+' conftest.er1 >conftest.err
14402 rm -f conftest.er1
14403 cat conftest.err >&5
14404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14405 (exit $ac_status); } && {
14406 test -z "$ac_c_werror_flag" ||
14407 test ! -s conftest.err
14408 } && test -s conftest.$ac_objext; then
14409 eval "$as_ac_Header=yes"
14410 else
14411 echo "$as_me: failed program was:" >&5
14412 sed 's/^/| /' conftest.$ac_ext >&5
14414 eval "$as_ac_Header=no"
14417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14419 ac_res=`eval echo '${'$as_ac_Header'}'`
14420 { echo "$as_me:$LINENO: result: $ac_res" >&5
14421 echo "${ECHO_T}$ac_res" >&6; }
14422 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14423 cat >>confdefs.h <<_ACEOF
14424 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14425 _ACEOF
14429 done
14431 cat >conftest.$ac_ext <<_ACEOF
14432 /* confdefs.h. */
14433 _ACEOF
14434 cat confdefs.h >>conftest.$ac_ext
14435 cat >>conftest.$ac_ext <<_ACEOF
14436 /* end confdefs.h. */
14437 #include <ft2build.h>
14438 #include <freetype/fttrigon.h>
14439 _ACEOF
14440 if { (ac_try="$ac_cpp conftest.$ac_ext"
14441 case "(($ac_try" in
14442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14443 *) ac_try_echo=$ac_try;;
14444 esac
14445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14447 ac_status=$?
14448 grep -v '^ *+' conftest.er1 >conftest.err
14449 rm -f conftest.er1
14450 cat conftest.err >&5
14451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14452 (exit $ac_status); } >/dev/null && {
14453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14454 test ! -s conftest.err
14455 }; then
14457 cat >>confdefs.h <<\_ACEOF
14458 #define HAVE_FREETYPE_FTTRIGON_H 1
14459 _ACEOF
14461 wine_cv_fttrigon=yes
14462 else
14463 echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.$ac_ext >&5
14466 wine_cv_fttrigon=no
14469 rm -f conftest.err conftest.$ac_ext
14470 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14471 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14472 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14473 echo $ECHO_N "(cached) $ECHO_C" >&6
14474 else
14475 cat >conftest.$ac_ext <<_ACEOF
14476 /* confdefs.h. */
14477 _ACEOF
14478 cat confdefs.h >>conftest.$ac_ext
14479 cat >>conftest.$ac_ext <<_ACEOF
14480 /* end confdefs.h. */
14481 #include <freetype/ftmodapi.h>
14483 typedef FT_TrueTypeEngineType ac__type_new_;
14485 main ()
14487 if ((ac__type_new_ *) 0)
14488 return 0;
14489 if (sizeof (ac__type_new_))
14490 return 0;
14492 return 0;
14494 _ACEOF
14495 rm -f conftest.$ac_objext
14496 if { (ac_try="$ac_compile"
14497 case "(($ac_try" in
14498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14499 *) ac_try_echo=$ac_try;;
14500 esac
14501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14502 (eval "$ac_compile") 2>conftest.er1
14503 ac_status=$?
14504 grep -v '^ *+' conftest.er1 >conftest.err
14505 rm -f conftest.er1
14506 cat conftest.err >&5
14507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14508 (exit $ac_status); } && {
14509 test -z "$ac_c_werror_flag" ||
14510 test ! -s conftest.err
14511 } && test -s conftest.$ac_objext; then
14512 ac_cv_type_FT_TrueTypeEngineType=yes
14513 else
14514 echo "$as_me: failed program was:" >&5
14515 sed 's/^/| /' conftest.$ac_ext >&5
14517 ac_cv_type_FT_TrueTypeEngineType=no
14520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14522 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14523 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14524 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14526 cat >>confdefs.h <<_ACEOF
14527 #define HAVE_FT_TRUETYPEENGINETYPE 1
14528 _ACEOF
14533 ac_save_CFLAGS="$CFLAGS"
14534 CFLAGS="$CFLAGS $ac_freetype_libs"
14536 for ac_func in FT_Load_Sfnt_Table
14538 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14539 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14540 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14541 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14542 echo $ECHO_N "(cached) $ECHO_C" >&6
14543 else
14544 cat >conftest.$ac_ext <<_ACEOF
14545 /* confdefs.h. */
14546 _ACEOF
14547 cat confdefs.h >>conftest.$ac_ext
14548 cat >>conftest.$ac_ext <<_ACEOF
14549 /* end confdefs.h. */
14550 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14551 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14552 #define $ac_func innocuous_$ac_func
14554 /* System header to define __stub macros and hopefully few prototypes,
14555 which can conflict with char $ac_func (); below.
14556 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14557 <limits.h> exists even on freestanding compilers. */
14559 #ifdef __STDC__
14560 # include <limits.h>
14561 #else
14562 # include <assert.h>
14563 #endif
14565 #undef $ac_func
14567 /* Override any GCC internal prototype to avoid an error.
14568 Use char because int might match the return type of a GCC
14569 builtin and then its argument prototype would still apply. */
14570 #ifdef __cplusplus
14571 extern "C"
14572 #endif
14573 char $ac_func ();
14574 /* The GNU C library defines this for functions which it implements
14575 to always fail with ENOSYS. Some functions are actually named
14576 something starting with __ and the normal name is an alias. */
14577 #if defined __stub_$ac_func || defined __stub___$ac_func
14578 choke me
14579 #endif
14582 main ()
14584 return $ac_func ();
14586 return 0;
14588 _ACEOF
14589 rm -f conftest.$ac_objext conftest$ac_exeext
14590 if { (ac_try="$ac_link"
14591 case "(($ac_try" in
14592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14593 *) ac_try_echo=$ac_try;;
14594 esac
14595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14596 (eval "$ac_link") 2>conftest.er1
14597 ac_status=$?
14598 grep -v '^ *+' conftest.er1 >conftest.err
14599 rm -f conftest.er1
14600 cat conftest.err >&5
14601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14602 (exit $ac_status); } && {
14603 test -z "$ac_c_werror_flag" ||
14604 test ! -s conftest.err
14605 } && test -s conftest$ac_exeext &&
14606 $as_test_x conftest$ac_exeext; then
14607 eval "$as_ac_var=yes"
14608 else
14609 echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.$ac_ext >&5
14612 eval "$as_ac_var=no"
14615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14616 conftest$ac_exeext conftest.$ac_ext
14618 ac_res=`eval echo '${'$as_ac_var'}'`
14619 { echo "$as_me:$LINENO: result: $ac_res" >&5
14620 echo "${ECHO_T}$ac_res" >&6; }
14621 if test `eval echo '${'$as_ac_var'}'` = yes; then
14622 cat >>confdefs.h <<_ACEOF
14623 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14624 _ACEOF
14627 done
14629 CFLAGS="$ac_save_CFLAGS"
14630 CPPFLAGS="$ac_save_CPPFLAGS"
14631 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14632 then
14634 cat >>confdefs.h <<\_ACEOF
14635 #define HAVE_FREETYPE 1
14636 _ACEOF
14638 FREETYPELIBS="$ac_freetype_libs"
14640 FREETYPEINCL="$ac_freetype_incl"
14645 if test "x$FREETYPELIBS" = "x"; then
14646 case "x$with_freetype" in
14647 xno) ;;
14648 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14649 Use the --without-freetype option if you really want this." >&5
14650 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14651 Use the --without-freetype option if you really want this." >&2;}
14652 { (exit 1); exit 1; }; } ;;
14653 esac
14656 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14658 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14659 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14660 if test "${ac_cv_c_ppdev+set}" = set; then
14661 echo $ECHO_N "(cached) $ECHO_C" >&6
14662 else
14663 cat >conftest.$ac_ext <<_ACEOF
14664 /* confdefs.h. */
14665 _ACEOF
14666 cat confdefs.h >>conftest.$ac_ext
14667 cat >>conftest.$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14669 #include <linux/ppdev.h>
14671 main ()
14673 ioctl (1,PPCLAIM,0)
14675 return 0;
14677 _ACEOF
14678 rm -f conftest.$ac_objext
14679 if { (ac_try="$ac_compile"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14685 (eval "$ac_compile") 2>conftest.er1
14686 ac_status=$?
14687 grep -v '^ *+' conftest.er1 >conftest.err
14688 rm -f conftest.er1
14689 cat conftest.err >&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } && {
14692 test -z "$ac_c_werror_flag" ||
14693 test ! -s conftest.err
14694 } && test -s conftest.$ac_objext; then
14695 ac_cv_c_ppdev="yes"
14696 else
14697 echo "$as_me: failed program was:" >&5
14698 sed 's/^/| /' conftest.$ac_ext >&5
14700 ac_cv_c_ppdev="no"
14703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14705 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14706 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14707 if test "$ac_cv_c_ppdev" = "yes"
14708 then
14710 cat >>confdefs.h <<\_ACEOF
14711 #define HAVE_PPDEV 1
14712 _ACEOF
14716 ac_wine_check_funcs_save_LIBS="$LIBS"
14717 LIBS="$LIBS $LIBPTHREAD"
14722 for ac_func in \
14723 pthread_attr_get_np \
14724 pthread_getattr_np \
14725 pthread_get_stackaddr_np \
14726 pthread_get_stacksize_np
14728 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14729 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14730 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14731 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14733 else
14734 cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h. */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14742 #define $ac_func innocuous_$ac_func
14744 /* System header to define __stub macros and hopefully few prototypes,
14745 which can conflict with char $ac_func (); below.
14746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14747 <limits.h> exists even on freestanding compilers. */
14749 #ifdef __STDC__
14750 # include <limits.h>
14751 #else
14752 # include <assert.h>
14753 #endif
14755 #undef $ac_func
14757 /* Override any GCC internal prototype to avoid an error.
14758 Use char because int might match the return type of a GCC
14759 builtin and then its argument prototype would still apply. */
14760 #ifdef __cplusplus
14761 extern "C"
14762 #endif
14763 char $ac_func ();
14764 /* The GNU C library defines this for functions which it implements
14765 to always fail with ENOSYS. Some functions are actually named
14766 something starting with __ and the normal name is an alias. */
14767 #if defined __stub_$ac_func || defined __stub___$ac_func
14768 choke me
14769 #endif
14772 main ()
14774 return $ac_func ();
14776 return 0;
14778 _ACEOF
14779 rm -f conftest.$ac_objext conftest$ac_exeext
14780 if { (ac_try="$ac_link"
14781 case "(($ac_try" in
14782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14783 *) ac_try_echo=$ac_try;;
14784 esac
14785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14786 (eval "$ac_link") 2>conftest.er1
14787 ac_status=$?
14788 grep -v '^ *+' conftest.er1 >conftest.err
14789 rm -f conftest.er1
14790 cat conftest.err >&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } && {
14793 test -z "$ac_c_werror_flag" ||
14794 test ! -s conftest.err
14795 } && test -s conftest$ac_exeext &&
14796 $as_test_x conftest$ac_exeext; then
14797 eval "$as_ac_var=yes"
14798 else
14799 echo "$as_me: failed program was:" >&5
14800 sed 's/^/| /' conftest.$ac_ext >&5
14802 eval "$as_ac_var=no"
14805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14806 conftest$ac_exeext conftest.$ac_ext
14808 ac_res=`eval echo '${'$as_ac_var'}'`
14809 { echo "$as_me:$LINENO: result: $ac_res" >&5
14810 echo "${ECHO_T}$ac_res" >&6; }
14811 if test `eval echo '${'$as_ac_var'}'` = yes; then
14812 cat >>confdefs.h <<_ACEOF
14813 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14814 _ACEOF
14817 done
14819 LIBS="$ac_wine_check_funcs_save_LIBS"
14821 if test "x$with_esd" != xno
14822 then
14823 save_CFLAGS="$CFLAGS"
14824 # Extract the first word of "esd-config", so it can be a program name with args.
14825 set dummy esd-config; ac_word=$2
14826 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14828 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14829 echo $ECHO_N "(cached) $ECHO_C" >&6
14830 else
14831 case $ESDCONFIG in
14832 [\\/]* | ?:[\\/]*)
14833 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14837 for as_dir in $PATH
14839 IFS=$as_save_IFS
14840 test -z "$as_dir" && as_dir=.
14841 for ac_exec_ext in '' $ac_executable_extensions; do
14842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14843 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14845 break 2
14847 done
14848 done
14849 IFS=$as_save_IFS
14851 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14853 esac
14855 ESDCONFIG=$ac_cv_path_ESDCONFIG
14856 if test -n "$ESDCONFIG"; then
14857 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14858 echo "${ECHO_T}$ESDCONFIG" >&6; }
14859 else
14860 { echo "$as_me:$LINENO: result: no" >&5
14861 echo "${ECHO_T}no" >&6; }
14865 if test "x$ESDCONFIG" != "xno"
14866 then
14867 ac_esd_incl=""
14868 for i in `$ESDCONFIG --cflags`
14870 case "$i" in
14871 -I*) ac_esd_incl="$ac_esd_incl $i";;
14872 esac
14873 done
14874 ac_esd_libs=`$ESDCONFIG --libs`
14875 CFLAGS="$CFLAGS $ac_esd_incl"
14877 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14878 if test "${ac_cv_header_esd_h+set}" = set; then
14879 { echo "$as_me:$LINENO: checking for esd.h" >&5
14880 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14881 if test "${ac_cv_header_esd_h+set}" = set; then
14882 echo $ECHO_N "(cached) $ECHO_C" >&6
14884 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14885 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14886 else
14887 # Is the header compilable?
14888 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14889 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14890 cat >conftest.$ac_ext <<_ACEOF
14891 /* confdefs.h. */
14892 _ACEOF
14893 cat confdefs.h >>conftest.$ac_ext
14894 cat >>conftest.$ac_ext <<_ACEOF
14895 /* end confdefs.h. */
14896 $ac_includes_default
14897 #include <esd.h>
14898 _ACEOF
14899 rm -f conftest.$ac_objext
14900 if { (ac_try="$ac_compile"
14901 case "(($ac_try" in
14902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14903 *) ac_try_echo=$ac_try;;
14904 esac
14905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14906 (eval "$ac_compile") 2>conftest.er1
14907 ac_status=$?
14908 grep -v '^ *+' conftest.er1 >conftest.err
14909 rm -f conftest.er1
14910 cat conftest.err >&5
14911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14912 (exit $ac_status); } && {
14913 test -z "$ac_c_werror_flag" ||
14914 test ! -s conftest.err
14915 } && test -s conftest.$ac_objext; then
14916 ac_header_compiler=yes
14917 else
14918 echo "$as_me: failed program was:" >&5
14919 sed 's/^/| /' conftest.$ac_ext >&5
14921 ac_header_compiler=no
14924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14925 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14926 echo "${ECHO_T}$ac_header_compiler" >&6; }
14928 # Is the header present?
14929 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14930 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14931 cat >conftest.$ac_ext <<_ACEOF
14932 /* confdefs.h. */
14933 _ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14937 #include <esd.h>
14938 _ACEOF
14939 if { (ac_try="$ac_cpp conftest.$ac_ext"
14940 case "(($ac_try" in
14941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14942 *) ac_try_echo=$ac_try;;
14943 esac
14944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14945 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14946 ac_status=$?
14947 grep -v '^ *+' conftest.er1 >conftest.err
14948 rm -f conftest.er1
14949 cat conftest.err >&5
14950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); } >/dev/null && {
14952 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14953 test ! -s conftest.err
14954 }; then
14955 ac_header_preproc=yes
14956 else
14957 echo "$as_me: failed program was:" >&5
14958 sed 's/^/| /' conftest.$ac_ext >&5
14960 ac_header_preproc=no
14963 rm -f conftest.err conftest.$ac_ext
14964 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14965 echo "${ECHO_T}$ac_header_preproc" >&6; }
14967 # So? What about this header?
14968 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14969 yes:no: )
14970 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14971 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14972 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14973 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14974 ac_header_preproc=yes
14976 no:yes:* )
14977 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14978 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14979 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14980 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14981 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14982 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14983 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14984 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14985 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14986 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14987 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14988 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14989 ( cat <<\_ASBOX
14990 ## ------------------------------------ ##
14991 ## Report this to wine-devel@winehq.org ##
14992 ## ------------------------------------ ##
14993 _ASBOX
14994 ) | sed "s/^/$as_me: WARNING: /" >&2
14996 esac
14997 { echo "$as_me:$LINENO: checking for esd.h" >&5
14998 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14999 if test "${ac_cv_header_esd_h+set}" = set; then
15000 echo $ECHO_N "(cached) $ECHO_C" >&6
15001 else
15002 ac_cv_header_esd_h=$ac_header_preproc
15004 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15005 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15008 if test $ac_cv_header_esd_h = yes; then
15009 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15010 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15011 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15012 echo $ECHO_N "(cached) $ECHO_C" >&6
15013 else
15014 ac_check_lib_save_LIBS=$LIBS
15015 LIBS="-lesd $ac_esd_libs $LIBS"
15016 cat >conftest.$ac_ext <<_ACEOF
15017 /* confdefs.h. */
15018 _ACEOF
15019 cat confdefs.h >>conftest.$ac_ext
15020 cat >>conftest.$ac_ext <<_ACEOF
15021 /* end confdefs.h. */
15023 /* Override any GCC internal prototype to avoid an error.
15024 Use char because int might match the return type of a GCC
15025 builtin and then its argument prototype would still apply. */
15026 #ifdef __cplusplus
15027 extern "C"
15028 #endif
15029 char esd_open_sound ();
15031 main ()
15033 return esd_open_sound ();
15035 return 0;
15037 _ACEOF
15038 rm -f conftest.$ac_objext conftest$ac_exeext
15039 if { (ac_try="$ac_link"
15040 case "(($ac_try" in
15041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15042 *) ac_try_echo=$ac_try;;
15043 esac
15044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15045 (eval "$ac_link") 2>conftest.er1
15046 ac_status=$?
15047 grep -v '^ *+' conftest.er1 >conftest.err
15048 rm -f conftest.er1
15049 cat conftest.err >&5
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); } && {
15052 test -z "$ac_c_werror_flag" ||
15053 test ! -s conftest.err
15054 } && test -s conftest$ac_exeext &&
15055 $as_test_x conftest$ac_exeext; then
15056 ac_cv_lib_esd_esd_open_sound=yes
15057 else
15058 echo "$as_me: failed program was:" >&5
15059 sed 's/^/| /' conftest.$ac_ext >&5
15061 ac_cv_lib_esd_esd_open_sound=no
15064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15065 conftest$ac_exeext conftest.$ac_ext
15066 LIBS=$ac_check_lib_save_LIBS
15068 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15069 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15070 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15071 ESDINCL="$ac_esd_incl"
15073 ESDLIBS="$ac_esd_libs"
15076 cat >>confdefs.h <<\_ACEOF
15077 #define HAVE_ESD 1
15078 _ACEOF
15085 CFLAGS="$save_CFLAGS"
15088 if test "x$with_pulse" != "xno"; then
15089 if test "$PKG_CONFIG" != "false"; then
15090 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15091 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15092 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15093 have_pulseaudio="yes"
15094 else
15095 have_pulseaudio="no"
15097 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15098 echo "${ECHO_T}$have_pulseaudio" >&6; }
15099 if test x"$have_pulseaudio" = xyes; then
15100 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15102 cat >>confdefs.h <<\_ACEOF
15103 #define HAVE_PULSEAUDIO 1
15104 _ACEOF
15106 PULSELIBS="$ac_pulse_libs"
15112 ALSALIBS=""
15114 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15115 then
15116 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15117 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15118 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15119 echo $ECHO_N "(cached) $ECHO_C" >&6
15120 else
15121 ac_check_lib_save_LIBS=$LIBS
15122 LIBS="-lasound $LIBS"
15123 cat >conftest.$ac_ext <<_ACEOF
15124 /* confdefs.h. */
15125 _ACEOF
15126 cat confdefs.h >>conftest.$ac_ext
15127 cat >>conftest.$ac_ext <<_ACEOF
15128 /* end confdefs.h. */
15130 /* Override any GCC internal prototype to avoid an error.
15131 Use char because int might match the return type of a GCC
15132 builtin and then its argument prototype would still apply. */
15133 #ifdef __cplusplus
15134 extern "C"
15135 #endif
15136 char snd_pcm_hw_params_get_access ();
15138 main ()
15140 return snd_pcm_hw_params_get_access ();
15142 return 0;
15144 _ACEOF
15145 rm -f conftest.$ac_objext conftest$ac_exeext
15146 if { (ac_try="$ac_link"
15147 case "(($ac_try" in
15148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15149 *) ac_try_echo=$ac_try;;
15150 esac
15151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15152 (eval "$ac_link") 2>conftest.er1
15153 ac_status=$?
15154 grep -v '^ *+' conftest.er1 >conftest.err
15155 rm -f conftest.er1
15156 cat conftest.err >&5
15157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); } && {
15159 test -z "$ac_c_werror_flag" ||
15160 test ! -s conftest.err
15161 } && test -s conftest$ac_exeext &&
15162 $as_test_x conftest$ac_exeext; then
15163 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15164 else
15165 echo "$as_me: failed program was:" >&5
15166 sed 's/^/| /' conftest.$ac_ext >&5
15168 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15172 conftest$ac_exeext conftest.$ac_ext
15173 LIBS=$ac_check_lib_save_LIBS
15175 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15176 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15177 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15178 cat >conftest.$ac_ext <<_ACEOF
15179 /* confdefs.h. */
15180 _ACEOF
15181 cat confdefs.h >>conftest.$ac_ext
15182 cat >>conftest.$ac_ext <<_ACEOF
15183 /* end confdefs.h. */
15184 #ifdef HAVE_ALSA_ASOUNDLIB_H
15185 #include <alsa/asoundlib.h>
15186 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15187 #include <sys/asoundlib.h>
15188 #endif
15190 main ()
15192 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15194 return 0;
15196 _ACEOF
15197 rm -f conftest.$ac_objext
15198 if { (ac_try="$ac_compile"
15199 case "(($ac_try" in
15200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15201 *) ac_try_echo=$ac_try;;
15202 esac
15203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15204 (eval "$ac_compile") 2>conftest.er1
15205 ac_status=$?
15206 grep -v '^ *+' conftest.er1 >conftest.err
15207 rm -f conftest.er1
15208 cat conftest.err >&5
15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210 (exit $ac_status); } && {
15211 test -z "$ac_c_werror_flag" ||
15212 test ! -s conftest.err
15213 } && test -s conftest.$ac_objext; then
15215 cat >>confdefs.h <<\_ACEOF
15216 #define HAVE_ALSA 1
15217 _ACEOF
15219 ALSALIBS="-lasound"
15220 else
15221 echo "$as_me: failed program was:" >&5
15222 sed 's/^/| /' conftest.$ac_ext >&5
15227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15232 AUDIOIOLIBS=""
15234 if test "$ac_cv_header_libaudioio_h" = "yes"
15235 then
15236 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15237 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15238 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15239 echo $ECHO_N "(cached) $ECHO_C" >&6
15240 else
15241 ac_check_lib_save_LIBS=$LIBS
15242 LIBS="-laudioio $LIBS"
15243 cat >conftest.$ac_ext <<_ACEOF
15244 /* confdefs.h. */
15245 _ACEOF
15246 cat confdefs.h >>conftest.$ac_ext
15247 cat >>conftest.$ac_ext <<_ACEOF
15248 /* end confdefs.h. */
15250 /* Override any GCC internal prototype to avoid an error.
15251 Use char because int might match the return type of a GCC
15252 builtin and then its argument prototype would still apply. */
15253 #ifdef __cplusplus
15254 extern "C"
15255 #endif
15256 char AudioIOGetVersion ();
15258 main ()
15260 return AudioIOGetVersion ();
15262 return 0;
15264 _ACEOF
15265 rm -f conftest.$ac_objext conftest$ac_exeext
15266 if { (ac_try="$ac_link"
15267 case "(($ac_try" in
15268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15269 *) ac_try_echo=$ac_try;;
15270 esac
15271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15272 (eval "$ac_link") 2>conftest.er1
15273 ac_status=$?
15274 grep -v '^ *+' conftest.er1 >conftest.err
15275 rm -f conftest.er1
15276 cat conftest.err >&5
15277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15278 (exit $ac_status); } && {
15279 test -z "$ac_c_werror_flag" ||
15280 test ! -s conftest.err
15281 } && test -s conftest$ac_exeext &&
15282 $as_test_x conftest$ac_exeext; then
15283 ac_cv_lib_audioio_AudioIOGetVersion=yes
15284 else
15285 echo "$as_me: failed program was:" >&5
15286 sed 's/^/| /' conftest.$ac_ext >&5
15288 ac_cv_lib_audioio_AudioIOGetVersion=no
15291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15292 conftest$ac_exeext conftest.$ac_ext
15293 LIBS=$ac_check_lib_save_LIBS
15295 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15296 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15297 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15298 AUDIOIOLIBS="-laudioio"
15300 cat >>confdefs.h <<\_ACEOF
15301 #define HAVE_LIBAUDIOIO 1
15302 _ACEOF
15309 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15310 then
15311 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15312 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15313 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15314 echo $ECHO_N "(cached) $ECHO_C" >&6
15315 else
15316 ac_check_soname_save_LIBS=$LIBS
15317 LIBS="-lcapi20 $LIBS"
15318 cat >conftest.$ac_ext <<_ACEOF
15319 /* confdefs.h. */
15320 _ACEOF
15321 cat confdefs.h >>conftest.$ac_ext
15322 cat >>conftest.$ac_ext <<_ACEOF
15323 /* end confdefs.h. */
15325 /* Override any GCC internal prototype to avoid an error.
15326 Use char because int might match the return type of a GCC
15327 builtin and then its argument prototype would still apply. */
15328 #ifdef __cplusplus
15329 extern "C"
15330 #endif
15331 char capi20_register ();
15333 main ()
15335 return capi20_register ();
15337 return 0;
15339 _ACEOF
15340 rm -f conftest.$ac_objext conftest$ac_exeext
15341 if { (ac_try="$ac_link"
15342 case "(($ac_try" in
15343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15344 *) ac_try_echo=$ac_try;;
15345 esac
15346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15347 (eval "$ac_link") 2>conftest.er1
15348 ac_status=$?
15349 grep -v '^ *+' conftest.er1 >conftest.err
15350 rm -f conftest.er1
15351 cat conftest.err >&5
15352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353 (exit $ac_status); } && {
15354 test -z "$ac_c_werror_flag" ||
15355 test ! -s conftest.err
15356 } && test -s conftest$ac_exeext &&
15357 $as_test_x conftest$ac_exeext; then
15358 case "$LIBEXT" in
15359 dll) ;;
15360 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'` ;;
15361 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15362 esac
15363 else
15364 echo "$as_me: failed program was:" >&5
15365 sed 's/^/| /' conftest.$ac_ext >&5
15370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15371 conftest$ac_exeext conftest.$ac_ext
15372 LIBS=$ac_check_soname_save_LIBS
15374 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15375 { echo "$as_me:$LINENO: result: not found" >&5
15376 echo "${ECHO_T}not found" >&6; }
15378 else
15379 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15380 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15382 cat >>confdefs.h <<_ACEOF
15383 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15384 _ACEOF
15390 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15391 case "x$with_capi" in
15392 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15393 xno) ;;
15394 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15395 This is an error since --with-capi was requested." >&5
15396 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15397 This is an error since --with-capi was requested." >&2;}
15398 { (exit 1); exit 1; }; } ;;
15399 esac
15403 CUPSINCL=""
15405 if test "x$with_cups" != "xno"
15406 then
15407 ac_save_CPPFLAGS="$CPPFLAGS"
15408 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15409 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15410 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15412 for ac_header in cups/cups.h
15414 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15416 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 ac_res=`eval echo '${'$as_ac_Header'}'`
15422 { echo "$as_me:$LINENO: result: $ac_res" >&5
15423 echo "${ECHO_T}$ac_res" >&6; }
15424 else
15425 # Is the header compilable?
15426 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15427 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15428 cat >conftest.$ac_ext <<_ACEOF
15429 /* confdefs.h. */
15430 _ACEOF
15431 cat confdefs.h >>conftest.$ac_ext
15432 cat >>conftest.$ac_ext <<_ACEOF
15433 /* end confdefs.h. */
15434 $ac_includes_default
15435 #include <$ac_header>
15436 _ACEOF
15437 rm -f conftest.$ac_objext
15438 if { (ac_try="$ac_compile"
15439 case "(($ac_try" in
15440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15441 *) ac_try_echo=$ac_try;;
15442 esac
15443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15444 (eval "$ac_compile") 2>conftest.er1
15445 ac_status=$?
15446 grep -v '^ *+' conftest.er1 >conftest.err
15447 rm -f conftest.er1
15448 cat conftest.err >&5
15449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15450 (exit $ac_status); } && {
15451 test -z "$ac_c_werror_flag" ||
15452 test ! -s conftest.err
15453 } && test -s conftest.$ac_objext; then
15454 ac_header_compiler=yes
15455 else
15456 echo "$as_me: failed program was:" >&5
15457 sed 's/^/| /' conftest.$ac_ext >&5
15459 ac_header_compiler=no
15462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15463 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15464 echo "${ECHO_T}$ac_header_compiler" >&6; }
15466 # Is the header present?
15467 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15468 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15469 cat >conftest.$ac_ext <<_ACEOF
15470 /* confdefs.h. */
15471 _ACEOF
15472 cat confdefs.h >>conftest.$ac_ext
15473 cat >>conftest.$ac_ext <<_ACEOF
15474 /* end confdefs.h. */
15475 #include <$ac_header>
15476 _ACEOF
15477 if { (ac_try="$ac_cpp conftest.$ac_ext"
15478 case "(($ac_try" in
15479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480 *) ac_try_echo=$ac_try;;
15481 esac
15482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15483 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15484 ac_status=$?
15485 grep -v '^ *+' conftest.er1 >conftest.err
15486 rm -f conftest.er1
15487 cat conftest.err >&5
15488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15489 (exit $ac_status); } >/dev/null && {
15490 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15491 test ! -s conftest.err
15492 }; then
15493 ac_header_preproc=yes
15494 else
15495 echo "$as_me: failed program was:" >&5
15496 sed 's/^/| /' conftest.$ac_ext >&5
15498 ac_header_preproc=no
15501 rm -f conftest.err conftest.$ac_ext
15502 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15503 echo "${ECHO_T}$ac_header_preproc" >&6; }
15505 # So? What about this header?
15506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15507 yes:no: )
15508 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15509 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15510 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15511 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15512 ac_header_preproc=yes
15514 no:yes:* )
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15516 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15517 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15518 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15519 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15520 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15521 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15522 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15523 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15524 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15525 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15526 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15527 ( cat <<\_ASBOX
15528 ## ------------------------------------ ##
15529 ## Report this to wine-devel@winehq.org ##
15530 ## ------------------------------------ ##
15531 _ASBOX
15532 ) | sed "s/^/$as_me: WARNING: /" >&2
15534 esac
15535 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15536 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15538 echo $ECHO_N "(cached) $ECHO_C" >&6
15539 else
15540 eval "$as_ac_Header=\$ac_header_preproc"
15542 ac_res=`eval echo '${'$as_ac_Header'}'`
15543 { echo "$as_me:$LINENO: result: $ac_res" >&5
15544 echo "${ECHO_T}$ac_res" >&6; }
15547 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15548 cat >>confdefs.h <<_ACEOF
15549 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15550 _ACEOF
15551 { echo "$as_me:$LINENO: checking for -lcups" >&5
15552 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15553 if test "${ac_cv_lib_soname_cups+set}" = set; then
15554 echo $ECHO_N "(cached) $ECHO_C" >&6
15555 else
15556 ac_check_soname_save_LIBS=$LIBS
15557 LIBS="-lcups $ac_cups_libs $LIBS"
15558 cat >conftest.$ac_ext <<_ACEOF
15559 /* confdefs.h. */
15560 _ACEOF
15561 cat confdefs.h >>conftest.$ac_ext
15562 cat >>conftest.$ac_ext <<_ACEOF
15563 /* end confdefs.h. */
15565 /* Override any GCC internal prototype to avoid an error.
15566 Use char because int might match the return type of a GCC
15567 builtin and then its argument prototype would still apply. */
15568 #ifdef __cplusplus
15569 extern "C"
15570 #endif
15571 char cupsGetDefault ();
15573 main ()
15575 return cupsGetDefault ();
15577 return 0;
15579 _ACEOF
15580 rm -f conftest.$ac_objext conftest$ac_exeext
15581 if { (ac_try="$ac_link"
15582 case "(($ac_try" in
15583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15584 *) ac_try_echo=$ac_try;;
15585 esac
15586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15587 (eval "$ac_link") 2>conftest.er1
15588 ac_status=$?
15589 grep -v '^ *+' conftest.er1 >conftest.err
15590 rm -f conftest.er1
15591 cat conftest.err >&5
15592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15593 (exit $ac_status); } && {
15594 test -z "$ac_c_werror_flag" ||
15595 test ! -s conftest.err
15596 } && test -s conftest$ac_exeext &&
15597 $as_test_x conftest$ac_exeext; then
15598 case "$LIBEXT" in
15599 dll) ;;
15600 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'` ;;
15601 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15602 esac
15603 else
15604 echo "$as_me: failed program was:" >&5
15605 sed 's/^/| /' conftest.$ac_ext >&5
15610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15611 conftest$ac_exeext conftest.$ac_ext
15612 LIBS=$ac_check_soname_save_LIBS
15614 if test "x$ac_cv_lib_soname_cups" = "x"; then
15615 { echo "$as_me:$LINENO: result: not found" >&5
15616 echo "${ECHO_T}not found" >&6; }
15618 else
15619 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15620 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15622 cat >>confdefs.h <<_ACEOF
15623 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15624 _ACEOF
15626 CUPSINCL="$ac_cups_cflags"
15631 done
15633 CPPFLAGS="$ac_save_CPPFLAGS"
15635 if test "x$ac_cv_lib_soname_cups" = "x"; then
15636 case "x$with_cups" in
15637 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15638 xno) ;;
15639 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15640 This is an error since --with-cups was requested." >&5
15641 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15642 This is an error since --with-cups was requested." >&2;}
15643 { (exit 1); exit 1; }; } ;;
15644 esac
15648 if test "$ac_cv_header_jack_jack_h" = "yes"
15649 then
15650 { echo "$as_me:$LINENO: checking for -ljack" >&5
15651 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15652 if test "${ac_cv_lib_soname_jack+set}" = set; then
15653 echo $ECHO_N "(cached) $ECHO_C" >&6
15654 else
15655 ac_check_soname_save_LIBS=$LIBS
15656 LIBS="-ljack $LIBS"
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. */
15664 /* Override any GCC internal prototype to avoid an error.
15665 Use char because int might match the return type of a GCC
15666 builtin and then its argument prototype would still apply. */
15667 #ifdef __cplusplus
15668 extern "C"
15669 #endif
15670 char jack_client_new ();
15672 main ()
15674 return jack_client_new ();
15676 return 0;
15678 _ACEOF
15679 rm -f conftest.$ac_objext conftest$ac_exeext
15680 if { (ac_try="$ac_link"
15681 case "(($ac_try" in
15682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15683 *) ac_try_echo=$ac_try;;
15684 esac
15685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15686 (eval "$ac_link") 2>conftest.er1
15687 ac_status=$?
15688 grep -v '^ *+' conftest.er1 >conftest.err
15689 rm -f conftest.er1
15690 cat conftest.err >&5
15691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15692 (exit $ac_status); } && {
15693 test -z "$ac_c_werror_flag" ||
15694 test ! -s conftest.err
15695 } && test -s conftest$ac_exeext &&
15696 $as_test_x conftest$ac_exeext; then
15697 case "$LIBEXT" in
15698 dll) ;;
15699 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'` ;;
15700 *) 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'` ;;
15701 esac
15702 else
15703 echo "$as_me: failed program was:" >&5
15704 sed 's/^/| /' conftest.$ac_ext >&5
15709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15710 conftest$ac_exeext conftest.$ac_ext
15711 LIBS=$ac_check_soname_save_LIBS
15713 if test "x$ac_cv_lib_soname_jack" = "x"; then
15714 { echo "$as_me:$LINENO: result: not found" >&5
15715 echo "${ECHO_T}not found" >&6; }
15717 else
15718 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15719 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15721 cat >>confdefs.h <<_ACEOF
15722 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15723 _ACEOF
15730 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15731 then
15732 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15733 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15734 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15735 echo $ECHO_N "(cached) $ECHO_C" >&6
15736 else
15737 ac_check_soname_save_LIBS=$LIBS
15738 LIBS="-lfontconfig $LIBS"
15739 cat >conftest.$ac_ext <<_ACEOF
15740 /* confdefs.h. */
15741 _ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15746 /* Override any GCC internal prototype to avoid an error.
15747 Use char because int might match the return type of a GCC
15748 builtin and then its argument prototype would still apply. */
15749 #ifdef __cplusplus
15750 extern "C"
15751 #endif
15752 char FcInit ();
15754 main ()
15756 return FcInit ();
15758 return 0;
15760 _ACEOF
15761 rm -f conftest.$ac_objext conftest$ac_exeext
15762 if { (ac_try="$ac_link"
15763 case "(($ac_try" in
15764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15765 *) ac_try_echo=$ac_try;;
15766 esac
15767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15768 (eval "$ac_link") 2>conftest.er1
15769 ac_status=$?
15770 grep -v '^ *+' conftest.er1 >conftest.err
15771 rm -f conftest.er1
15772 cat conftest.err >&5
15773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } && {
15775 test -z "$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 } && test -s conftest$ac_exeext &&
15778 $as_test_x conftest$ac_exeext; then
15779 case "$LIBEXT" in
15780 dll) ;;
15781 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'` ;;
15782 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15783 esac
15784 else
15785 echo "$as_me: failed program was:" >&5
15786 sed 's/^/| /' conftest.$ac_ext >&5
15791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15792 conftest$ac_exeext conftest.$ac_ext
15793 LIBS=$ac_check_soname_save_LIBS
15795 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15796 { echo "$as_me:$LINENO: result: not found" >&5
15797 echo "${ECHO_T}not found" >&6; }
15799 else
15800 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15801 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15803 cat >>confdefs.h <<_ACEOF
15804 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15805 _ACEOF
15810 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15811 then
15812 ac_save_CPPFLAGS="$CPPFLAGS"
15813 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15814 $as_unset ac_cv_header_fontconfig_fontconfig_h
15816 for ac_header in fontconfig/fontconfig.h
15818 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15819 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15820 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15821 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15825 ac_res=`eval echo '${'$as_ac_Header'}'`
15826 { echo "$as_me:$LINENO: result: $ac_res" >&5
15827 echo "${ECHO_T}$ac_res" >&6; }
15828 else
15829 # Is the header compilable?
15830 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15831 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15832 cat >conftest.$ac_ext <<_ACEOF
15833 /* confdefs.h. */
15834 _ACEOF
15835 cat confdefs.h >>conftest.$ac_ext
15836 cat >>conftest.$ac_ext <<_ACEOF
15837 /* end confdefs.h. */
15838 $ac_includes_default
15839 #include <$ac_header>
15840 _ACEOF
15841 rm -f conftest.$ac_objext
15842 if { (ac_try="$ac_compile"
15843 case "(($ac_try" in
15844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15845 *) ac_try_echo=$ac_try;;
15846 esac
15847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15848 (eval "$ac_compile") 2>conftest.er1
15849 ac_status=$?
15850 grep -v '^ *+' conftest.er1 >conftest.err
15851 rm -f conftest.er1
15852 cat conftest.err >&5
15853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15854 (exit $ac_status); } && {
15855 test -z "$ac_c_werror_flag" ||
15856 test ! -s conftest.err
15857 } && test -s conftest.$ac_objext; then
15858 ac_header_compiler=yes
15859 else
15860 echo "$as_me: failed program was:" >&5
15861 sed 's/^/| /' conftest.$ac_ext >&5
15863 ac_header_compiler=no
15866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15867 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15868 echo "${ECHO_T}$ac_header_compiler" >&6; }
15870 # Is the header present?
15871 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15872 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15873 cat >conftest.$ac_ext <<_ACEOF
15874 /* confdefs.h. */
15875 _ACEOF
15876 cat confdefs.h >>conftest.$ac_ext
15877 cat >>conftest.$ac_ext <<_ACEOF
15878 /* end confdefs.h. */
15879 #include <$ac_header>
15880 _ACEOF
15881 if { (ac_try="$ac_cpp conftest.$ac_ext"
15882 case "(($ac_try" in
15883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15884 *) ac_try_echo=$ac_try;;
15885 esac
15886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15888 ac_status=$?
15889 grep -v '^ *+' conftest.er1 >conftest.err
15890 rm -f conftest.er1
15891 cat conftest.err >&5
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); } >/dev/null && {
15894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15895 test ! -s conftest.err
15896 }; then
15897 ac_header_preproc=yes
15898 else
15899 echo "$as_me: failed program was:" >&5
15900 sed 's/^/| /' conftest.$ac_ext >&5
15902 ac_header_preproc=no
15905 rm -f conftest.err conftest.$ac_ext
15906 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15907 echo "${ECHO_T}$ac_header_preproc" >&6; }
15909 # So? What about this header?
15910 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15911 yes:no: )
15912 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15913 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15915 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15916 ac_header_preproc=yes
15918 no:yes:* )
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15920 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15921 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15922 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15923 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15924 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15925 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15926 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15929 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15930 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15931 ( cat <<\_ASBOX
15932 ## ------------------------------------ ##
15933 ## Report this to wine-devel@winehq.org ##
15934 ## ------------------------------------ ##
15935 _ASBOX
15936 ) | sed "s/^/$as_me: WARNING: /" >&2
15938 esac
15939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6
15943 else
15944 eval "$as_ac_Header=\$ac_header_preproc"
15946 ac_res=`eval echo '${'$as_ac_Header'}'`
15947 { echo "$as_me:$LINENO: result: $ac_res" >&5
15948 echo "${ECHO_T}$ac_res" >&6; }
15951 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15952 cat >>confdefs.h <<_ACEOF
15953 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15954 _ACEOF
15958 done
15960 CPPFLAGS="$ac_save_CPPFLAGS"
15961 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15962 then
15963 FONTCONFIGINCL="$X_CFLAGS"
15965 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15966 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15967 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15968 echo $ECHO_N "(cached) $ECHO_C" >&6
15969 else
15970 ac_check_soname_save_LIBS=$LIBS
15971 LIBS="-lfontconfig $X_LIBS $LIBS"
15972 cat >conftest.$ac_ext <<_ACEOF
15973 /* confdefs.h. */
15974 _ACEOF
15975 cat confdefs.h >>conftest.$ac_ext
15976 cat >>conftest.$ac_ext <<_ACEOF
15977 /* end confdefs.h. */
15979 /* Override any GCC internal prototype to avoid an error.
15980 Use char because int might match the return type of a GCC
15981 builtin and then its argument prototype would still apply. */
15982 #ifdef __cplusplus
15983 extern "C"
15984 #endif
15985 char FcInit ();
15987 main ()
15989 return FcInit ();
15991 return 0;
15993 _ACEOF
15994 rm -f conftest.$ac_objext conftest$ac_exeext
15995 if { (ac_try="$ac_link"
15996 case "(($ac_try" in
15997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15998 *) ac_try_echo=$ac_try;;
15999 esac
16000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16001 (eval "$ac_link") 2>conftest.er1
16002 ac_status=$?
16003 grep -v '^ *+' conftest.er1 >conftest.err
16004 rm -f conftest.er1
16005 cat conftest.err >&5
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); } && {
16008 test -z "$ac_c_werror_flag" ||
16009 test ! -s conftest.err
16010 } && test -s conftest$ac_exeext &&
16011 $as_test_x conftest$ac_exeext; then
16012 case "$LIBEXT" in
16013 dll) ;;
16014 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'` ;;
16015 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16016 esac
16017 else
16018 echo "$as_me: failed program was:" >&5
16019 sed 's/^/| /' conftest.$ac_ext >&5
16024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16025 conftest$ac_exeext conftest.$ac_ext
16026 LIBS=$ac_check_soname_save_LIBS
16028 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16029 { echo "$as_me:$LINENO: result: not found" >&5
16030 echo "${ECHO_T}not found" >&6; }
16032 else
16033 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16034 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16036 cat >>confdefs.h <<_ACEOF
16037 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16038 _ACEOF
16045 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16046 case "x$with_fontconfig" in
16047 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16048 xno) ;;
16049 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16050 This is an error since --with-fontconfig was requested." >&5
16051 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16052 This is an error since --with-fontconfig was requested." >&2;}
16053 { (exit 1); exit 1; }; } ;;
16054 esac
16058 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16059 then
16060 { echo "$as_me:$LINENO: checking for -lssl" >&5
16061 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16062 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16063 echo $ECHO_N "(cached) $ECHO_C" >&6
16064 else
16065 ac_check_soname_save_LIBS=$LIBS
16066 LIBS="-lssl $LIBS"
16067 cat >conftest.$ac_ext <<_ACEOF
16068 /* confdefs.h. */
16069 _ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h. */
16074 /* Override any GCC internal prototype to avoid an error.
16075 Use char because int might match the return type of a GCC
16076 builtin and then its argument prototype would still apply. */
16077 #ifdef __cplusplus
16078 extern "C"
16079 #endif
16080 char SSL_library_init ();
16082 main ()
16084 return SSL_library_init ();
16086 return 0;
16088 _ACEOF
16089 rm -f conftest.$ac_objext conftest$ac_exeext
16090 if { (ac_try="$ac_link"
16091 case "(($ac_try" in
16092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16093 *) ac_try_echo=$ac_try;;
16094 esac
16095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16096 (eval "$ac_link") 2>conftest.er1
16097 ac_status=$?
16098 grep -v '^ *+' conftest.er1 >conftest.err
16099 rm -f conftest.er1
16100 cat conftest.err >&5
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); } && {
16103 test -z "$ac_c_werror_flag" ||
16104 test ! -s conftest.err
16105 } && test -s conftest$ac_exeext &&
16106 $as_test_x conftest$ac_exeext; then
16107 case "$LIBEXT" in
16108 dll) ;;
16109 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'` ;;
16110 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16111 esac
16112 else
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.$ac_ext >&5
16119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16120 conftest$ac_exeext conftest.$ac_ext
16121 LIBS=$ac_check_soname_save_LIBS
16123 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16124 { echo "$as_me:$LINENO: result: not found" >&5
16125 echo "${ECHO_T}not found" >&6; }
16127 else
16128 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16129 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16131 cat >>confdefs.h <<_ACEOF
16132 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16133 _ACEOF
16138 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16139 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16140 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16141 echo $ECHO_N "(cached) $ECHO_C" >&6
16142 else
16143 ac_check_soname_save_LIBS=$LIBS
16144 LIBS="-lcrypto $LIBS"
16145 cat >conftest.$ac_ext <<_ACEOF
16146 /* confdefs.h. */
16147 _ACEOF
16148 cat confdefs.h >>conftest.$ac_ext
16149 cat >>conftest.$ac_ext <<_ACEOF
16150 /* end confdefs.h. */
16152 /* Override any GCC internal prototype to avoid an error.
16153 Use char because int might match the return type of a GCC
16154 builtin and then its argument prototype would still apply. */
16155 #ifdef __cplusplus
16156 extern "C"
16157 #endif
16158 char BIO_new_socket ();
16160 main ()
16162 return BIO_new_socket ();
16164 return 0;
16166 _ACEOF
16167 rm -f conftest.$ac_objext conftest$ac_exeext
16168 if { (ac_try="$ac_link"
16169 case "(($ac_try" in
16170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16171 *) ac_try_echo=$ac_try;;
16172 esac
16173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16174 (eval "$ac_link") 2>conftest.er1
16175 ac_status=$?
16176 grep -v '^ *+' conftest.er1 >conftest.err
16177 rm -f conftest.er1
16178 cat conftest.err >&5
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } && {
16181 test -z "$ac_c_werror_flag" ||
16182 test ! -s conftest.err
16183 } && test -s conftest$ac_exeext &&
16184 $as_test_x conftest$ac_exeext; then
16185 case "$LIBEXT" in
16186 dll) ;;
16187 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'` ;;
16188 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16189 esac
16190 else
16191 echo "$as_me: failed program was:" >&5
16192 sed 's/^/| /' conftest.$ac_ext >&5
16197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16198 conftest$ac_exeext conftest.$ac_ext
16199 LIBS=$ac_check_soname_save_LIBS
16201 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16202 { echo "$as_me:$LINENO: result: not found" >&5
16203 echo "${ECHO_T}not found" >&6; }
16205 else
16206 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16207 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16209 cat >>confdefs.h <<_ACEOF
16210 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16211 _ACEOF
16217 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16218 case "x$with_openssl" in
16219 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16220 xno) ;;
16221 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16222 This is an error since --with-openssl was requested." >&5
16223 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16224 This is an error since --with-openssl was requested." >&2;}
16225 { (exit 1); exit 1; }; } ;;
16226 esac
16230 if test "$ac_cv_header_jpeglib_h" = "yes"
16231 then
16232 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16233 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16234 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16235 echo $ECHO_N "(cached) $ECHO_C" >&6
16236 else
16237 ac_check_soname_save_LIBS=$LIBS
16238 LIBS="-ljpeg $LIBS"
16239 cat >conftest.$ac_ext <<_ACEOF
16240 /* confdefs.h. */
16241 _ACEOF
16242 cat confdefs.h >>conftest.$ac_ext
16243 cat >>conftest.$ac_ext <<_ACEOF
16244 /* end confdefs.h. */
16246 /* Override any GCC internal prototype to avoid an error.
16247 Use char because int might match the return type of a GCC
16248 builtin and then its argument prototype would still apply. */
16249 #ifdef __cplusplus
16250 extern "C"
16251 #endif
16252 char jpeg_start_decompress ();
16254 main ()
16256 return jpeg_start_decompress ();
16258 return 0;
16260 _ACEOF
16261 rm -f conftest.$ac_objext conftest$ac_exeext
16262 if { (ac_try="$ac_link"
16263 case "(($ac_try" in
16264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16265 *) ac_try_echo=$ac_try;;
16266 esac
16267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16268 (eval "$ac_link") 2>conftest.er1
16269 ac_status=$?
16270 grep -v '^ *+' conftest.er1 >conftest.err
16271 rm -f conftest.er1
16272 cat conftest.err >&5
16273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16274 (exit $ac_status); } && {
16275 test -z "$ac_c_werror_flag" ||
16276 test ! -s conftest.err
16277 } && test -s conftest$ac_exeext &&
16278 $as_test_x conftest$ac_exeext; then
16279 case "$LIBEXT" in
16280 dll) ;;
16281 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'` ;;
16282 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16283 esac
16284 else
16285 echo "$as_me: failed program was:" >&5
16286 sed 's/^/| /' conftest.$ac_ext >&5
16291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16292 conftest$ac_exeext conftest.$ac_ext
16293 LIBS=$ac_check_soname_save_LIBS
16295 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16296 { echo "$as_me:$LINENO: result: not found" >&5
16297 echo "${ECHO_T}not found" >&6; }
16299 else
16300 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16301 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16303 cat >>confdefs.h <<_ACEOF
16304 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16305 _ACEOF
16311 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16312 case "x$with_jpeg" in
16313 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16314 xno) ;;
16315 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16316 This is an error since --with-jpeg was requested." >&5
16317 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16318 This is an error since --with-jpeg was requested." >&2;}
16319 { (exit 1); exit 1; }; } ;;
16320 esac
16324 if test "$ac_cv_header_png_h" = "yes"
16325 then
16326 { echo "$as_me:$LINENO: checking for -lpng" >&5
16327 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16328 if test "${ac_cv_lib_soname_png+set}" = set; then
16329 echo $ECHO_N "(cached) $ECHO_C" >&6
16330 else
16331 ac_check_soname_save_LIBS=$LIBS
16332 LIBS="-lpng -lm -lz $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 png_create_read_struct ();
16348 main ()
16350 return png_create_read_struct ();
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_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'` ;;
16376 *) 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'` ;;
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_png" = "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_png" >&5
16395 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16397 cat >>confdefs.h <<_ACEOF
16398 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16399 _ACEOF
16405 if test "x$ac_cv_lib_soname_png" = "x"; then
16406 case "x$with_png" in
16407 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16408 xno) ;;
16409 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16410 This is an error since --with-png was requested." >&5
16411 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16412 This is an error since --with-png was requested." >&2;}
16413 { (exit 1); exit 1; }; } ;;
16414 esac
16418 if test "$ac_cv_header_kstat_h" = "yes"
16419 then
16420 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16421 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16422 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16423 echo $ECHO_N "(cached) $ECHO_C" >&6
16424 else
16425 ac_check_lib_save_LIBS=$LIBS
16426 LIBS="-lkstat $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 kstat_open ();
16442 main ()
16444 return kstat_open ();
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 ac_cv_lib_kstat_kstat_open=yes
16468 else
16469 echo "$as_me: failed program was:" >&5
16470 sed 's/^/| /' conftest.$ac_ext >&5
16472 ac_cv_lib_kstat_kstat_open=no
16475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16476 conftest$ac_exeext conftest.$ac_ext
16477 LIBS=$ac_check_lib_save_LIBS
16479 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16480 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16481 if test $ac_cv_lib_kstat_kstat_open = yes; then
16483 cat >>confdefs.h <<\_ACEOF
16484 #define HAVE_LIBKSTAT 1
16485 _ACEOF
16487 LIBKSTAT="-lkstat"
16493 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16494 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16495 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16496 echo $ECHO_N "(cached) $ECHO_C" >&6
16497 else
16498 ac_check_soname_save_LIBS=$LIBS
16499 LIBS="-lodbc $LIBS"
16500 cat >conftest.$ac_ext <<_ACEOF
16501 /* confdefs.h. */
16502 _ACEOF
16503 cat confdefs.h >>conftest.$ac_ext
16504 cat >>conftest.$ac_ext <<_ACEOF
16505 /* end confdefs.h. */
16507 /* Override any GCC internal prototype to avoid an error.
16508 Use char because int might match the return type of a GCC
16509 builtin and then its argument prototype would still apply. */
16510 #ifdef __cplusplus
16511 extern "C"
16512 #endif
16513 char SQLConnect ();
16515 main ()
16517 return SQLConnect ();
16519 return 0;
16521 _ACEOF
16522 rm -f conftest.$ac_objext conftest$ac_exeext
16523 if { (ac_try="$ac_link"
16524 case "(($ac_try" in
16525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16526 *) ac_try_echo=$ac_try;;
16527 esac
16528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16529 (eval "$ac_link") 2>conftest.er1
16530 ac_status=$?
16531 grep -v '^ *+' conftest.er1 >conftest.err
16532 rm -f conftest.er1
16533 cat conftest.err >&5
16534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16535 (exit $ac_status); } && {
16536 test -z "$ac_c_werror_flag" ||
16537 test ! -s conftest.err
16538 } && test -s conftest$ac_exeext &&
16539 $as_test_x conftest$ac_exeext; then
16540 case "$LIBEXT" in
16541 dll) ;;
16542 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'` ;;
16543 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16544 esac
16545 else
16546 echo "$as_me: failed program was:" >&5
16547 sed 's/^/| /' conftest.$ac_ext >&5
16552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16553 conftest$ac_exeext conftest.$ac_ext
16554 LIBS=$ac_check_soname_save_LIBS
16556 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16557 { echo "$as_me:$LINENO: result: not found" >&5
16558 echo "${ECHO_T}not found" >&6; }
16559 cat >>confdefs.h <<_ACEOF
16560 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16561 _ACEOF
16563 else
16564 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16565 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16567 cat >>confdefs.h <<_ACEOF
16568 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16569 _ACEOF
16575 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16576 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16577 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16578 "$ac_cv_header_soundcard_h" != "yes" -a \
16579 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16580 then
16581 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16585 EXTRACFLAGS=""
16587 if test "x${GCC}" = "xyes"
16588 then
16589 EXTRACFLAGS="-Wall -pipe"
16591 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16592 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16593 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16594 echo $ECHO_N "(cached) $ECHO_C" >&6
16595 else
16596 if test "$cross_compiling" = yes; then
16597 ac_cv_c_gcc_strength_bug="yes"
16598 else
16599 cat >conftest.$ac_ext <<_ACEOF
16600 /* confdefs.h. */
16601 _ACEOF
16602 cat confdefs.h >>conftest.$ac_ext
16603 cat >>conftest.$ac_ext <<_ACEOF
16604 /* end confdefs.h. */
16605 int L[4] = {0,1,2,3};
16607 main ()
16609 static int Array[3];
16610 unsigned int B = 3;
16611 int i;
16612 for(i=0; i<B; i++) Array[i] = i - 3;
16613 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16614 L[i] = 4;
16615 return (Array[1] != -2 || L[2] != 3)
16617 return 0;
16619 _ACEOF
16620 rm -f conftest$ac_exeext
16621 if { (ac_try="$ac_link"
16622 case "(($ac_try" in
16623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16624 *) ac_try_echo=$ac_try;;
16625 esac
16626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16627 (eval "$ac_link") 2>&5
16628 ac_status=$?
16629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16630 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16631 { (case "(($ac_try" in
16632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16633 *) ac_try_echo=$ac_try;;
16634 esac
16635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16636 (eval "$ac_try") 2>&5
16637 ac_status=$?
16638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639 (exit $ac_status); }; }; then
16640 ac_cv_c_gcc_strength_bug="no"
16641 else
16642 echo "$as_me: program exited with status $ac_status" >&5
16643 echo "$as_me: failed program was:" >&5
16644 sed 's/^/| /' conftest.$ac_ext >&5
16646 ( exit $ac_status )
16647 ac_cv_c_gcc_strength_bug="yes"
16649 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16654 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16655 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16656 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16657 then
16658 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16661 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16662 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16663 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16664 echo $ECHO_N "(cached) $ECHO_C" >&6
16665 else
16666 ac_wine_try_cflags_saved=$CFLAGS
16667 CFLAGS="$CFLAGS -fno-builtin"
16668 cat >conftest.$ac_ext <<_ACEOF
16669 /* confdefs.h. */
16670 _ACEOF
16671 cat confdefs.h >>conftest.$ac_ext
16672 cat >>conftest.$ac_ext <<_ACEOF
16673 /* end confdefs.h. */
16676 main ()
16680 return 0;
16682 _ACEOF
16683 rm -f conftest.$ac_objext conftest$ac_exeext
16684 if { (ac_try="$ac_link"
16685 case "(($ac_try" in
16686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16687 *) ac_try_echo=$ac_try;;
16688 esac
16689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16690 (eval "$ac_link") 2>conftest.er1
16691 ac_status=$?
16692 grep -v '^ *+' conftest.er1 >conftest.err
16693 rm -f conftest.er1
16694 cat conftest.err >&5
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); } && {
16697 test -z "$ac_c_werror_flag" ||
16698 test ! -s conftest.err
16699 } && test -s conftest$ac_exeext &&
16700 $as_test_x conftest$ac_exeext; then
16701 ac_cv_cflags__fno_builtin=yes
16702 else
16703 echo "$as_me: failed program was:" >&5
16704 sed 's/^/| /' conftest.$ac_ext >&5
16706 ac_cv_cflags__fno_builtin=no
16709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16710 conftest$ac_exeext conftest.$ac_ext
16711 CFLAGS=$ac_wine_try_cflags_saved
16713 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16714 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16715 if test $ac_cv_cflags__fno_builtin = yes; then
16716 BUILTINFLAG="-fno-builtin"
16720 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16721 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16722 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16723 echo $ECHO_N "(cached) $ECHO_C" >&6
16724 else
16725 ac_wine_try_cflags_saved=$CFLAGS
16726 CFLAGS="$CFLAGS -fno-strict-aliasing"
16727 cat >conftest.$ac_ext <<_ACEOF
16728 /* confdefs.h. */
16729 _ACEOF
16730 cat confdefs.h >>conftest.$ac_ext
16731 cat >>conftest.$ac_ext <<_ACEOF
16732 /* end confdefs.h. */
16735 main ()
16739 return 0;
16741 _ACEOF
16742 rm -f conftest.$ac_objext conftest$ac_exeext
16743 if { (ac_try="$ac_link"
16744 case "(($ac_try" in
16745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16746 *) ac_try_echo=$ac_try;;
16747 esac
16748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16749 (eval "$ac_link") 2>conftest.er1
16750 ac_status=$?
16751 grep -v '^ *+' conftest.er1 >conftest.err
16752 rm -f conftest.er1
16753 cat conftest.err >&5
16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755 (exit $ac_status); } && {
16756 test -z "$ac_c_werror_flag" ||
16757 test ! -s conftest.err
16758 } && test -s conftest$ac_exeext &&
16759 $as_test_x conftest$ac_exeext; then
16760 ac_cv_cflags__fno_strict_aliasing=yes
16761 else
16762 echo "$as_me: failed program was:" >&5
16763 sed 's/^/| /' conftest.$ac_ext >&5
16765 ac_cv_cflags__fno_strict_aliasing=no
16768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16769 conftest$ac_exeext conftest.$ac_ext
16770 CFLAGS=$ac_wine_try_cflags_saved
16772 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16773 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16774 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16775 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16778 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16779 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16780 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16781 echo $ECHO_N "(cached) $ECHO_C" >&6
16782 else
16783 ac_wine_try_cflags_saved=$CFLAGS
16784 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16785 cat >conftest.$ac_ext <<_ACEOF
16786 /* confdefs.h. */
16787 _ACEOF
16788 cat confdefs.h >>conftest.$ac_ext
16789 cat >>conftest.$ac_ext <<_ACEOF
16790 /* end confdefs.h. */
16793 main ()
16797 return 0;
16799 _ACEOF
16800 rm -f conftest.$ac_objext conftest$ac_exeext
16801 if { (ac_try="$ac_link"
16802 case "(($ac_try" in
16803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16804 *) ac_try_echo=$ac_try;;
16805 esac
16806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16807 (eval "$ac_link") 2>conftest.er1
16808 ac_status=$?
16809 grep -v '^ *+' conftest.er1 >conftest.err
16810 rm -f conftest.er1
16811 cat conftest.err >&5
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); } && {
16814 test -z "$ac_c_werror_flag" ||
16815 test ! -s conftest.err
16816 } && test -s conftest$ac_exeext &&
16817 $as_test_x conftest$ac_exeext; then
16818 ac_cv_cflags__Wdeclaration_after_statement=yes
16819 else
16820 echo "$as_me: failed program was:" >&5
16821 sed 's/^/| /' conftest.$ac_ext >&5
16823 ac_cv_cflags__Wdeclaration_after_statement=no
16826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16827 conftest$ac_exeext conftest.$ac_ext
16828 CFLAGS=$ac_wine_try_cflags_saved
16830 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16831 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16832 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16833 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16836 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16837 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16838 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16839 echo $ECHO_N "(cached) $ECHO_C" >&6
16840 else
16841 ac_wine_try_cflags_saved=$CFLAGS
16842 CFLAGS="$CFLAGS -Wwrite-strings"
16843 cat >conftest.$ac_ext <<_ACEOF
16844 /* confdefs.h. */
16845 _ACEOF
16846 cat confdefs.h >>conftest.$ac_ext
16847 cat >>conftest.$ac_ext <<_ACEOF
16848 /* end confdefs.h. */
16851 main ()
16855 return 0;
16857 _ACEOF
16858 rm -f conftest.$ac_objext conftest$ac_exeext
16859 if { (ac_try="$ac_link"
16860 case "(($ac_try" in
16861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16862 *) ac_try_echo=$ac_try;;
16863 esac
16864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16865 (eval "$ac_link") 2>conftest.er1
16866 ac_status=$?
16867 grep -v '^ *+' conftest.er1 >conftest.err
16868 rm -f conftest.er1
16869 cat conftest.err >&5
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); } && {
16872 test -z "$ac_c_werror_flag" ||
16873 test ! -s conftest.err
16874 } && test -s conftest$ac_exeext &&
16875 $as_test_x conftest$ac_exeext; then
16876 ac_cv_cflags__Wwrite_strings=yes
16877 else
16878 echo "$as_me: failed program was:" >&5
16879 sed 's/^/| /' conftest.$ac_ext >&5
16881 ac_cv_cflags__Wwrite_strings=no
16884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16885 conftest$ac_exeext conftest.$ac_ext
16886 CFLAGS=$ac_wine_try_cflags_saved
16888 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16889 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16890 if test $ac_cv_cflags__Wwrite_strings = yes; then
16891 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16894 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16895 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16896 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16897 echo $ECHO_N "(cached) $ECHO_C" >&6
16898 else
16899 ac_wine_try_cflags_saved=$CFLAGS
16900 CFLAGS="$CFLAGS -Wtype-limits"
16901 cat >conftest.$ac_ext <<_ACEOF
16902 /* confdefs.h. */
16903 _ACEOF
16904 cat confdefs.h >>conftest.$ac_ext
16905 cat >>conftest.$ac_ext <<_ACEOF
16906 /* end confdefs.h. */
16909 main ()
16913 return 0;
16915 _ACEOF
16916 rm -f conftest.$ac_objext conftest$ac_exeext
16917 if { (ac_try="$ac_link"
16918 case "(($ac_try" in
16919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16920 *) ac_try_echo=$ac_try;;
16921 esac
16922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16923 (eval "$ac_link") 2>conftest.er1
16924 ac_status=$?
16925 grep -v '^ *+' conftest.er1 >conftest.err
16926 rm -f conftest.er1
16927 cat conftest.err >&5
16928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest$ac_exeext &&
16933 $as_test_x conftest$ac_exeext; then
16934 ac_cv_cflags__Wtype_limits=yes
16935 else
16936 echo "$as_me: failed program was:" >&5
16937 sed 's/^/| /' conftest.$ac_ext >&5
16939 ac_cv_cflags__Wtype_limits=no
16942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16943 conftest$ac_exeext conftest.$ac_ext
16944 CFLAGS=$ac_wine_try_cflags_saved
16946 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16947 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16948 if test $ac_cv_cflags__Wtype_limits = yes; then
16949 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16953 saved_CFLAGS="$CFLAGS"
16954 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16955 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16956 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16957 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16958 echo $ECHO_N "(cached) $ECHO_C" >&6
16959 else
16960 cat >conftest.$ac_ext <<_ACEOF
16961 /* confdefs.h. */
16962 _ACEOF
16963 cat confdefs.h >>conftest.$ac_ext
16964 cat >>conftest.$ac_ext <<_ACEOF
16965 /* end confdefs.h. */
16966 #include <string.h>
16968 main ()
16972 return 0;
16974 _ACEOF
16975 rm -f conftest.$ac_objext
16976 if { (ac_try="$ac_compile"
16977 case "(($ac_try" in
16978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16979 *) ac_try_echo=$ac_try;;
16980 esac
16981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16982 (eval "$ac_compile") 2>conftest.er1
16983 ac_status=$?
16984 grep -v '^ *+' conftest.er1 >conftest.err
16985 rm -f conftest.er1
16986 cat conftest.err >&5
16987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16988 (exit $ac_status); } && {
16989 test -z "$ac_c_werror_flag" ||
16990 test ! -s conftest.err
16991 } && test -s conftest.$ac_objext; then
16992 ac_cv_c_string_h_warnings=no
16993 else
16994 echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
16997 ac_cv_c_string_h_warnings=yes
17000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17002 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17003 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17004 CFLAGS="$saved_CFLAGS"
17005 if test "$ac_cv_c_string_h_warnings" = "no"
17006 then
17007 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17012 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17013 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17014 if test "${ac_cv_asm_func_def+set}" = set; then
17015 echo $ECHO_N "(cached) $ECHO_C" >&6
17016 else
17017 cat >conftest.$ac_ext <<_ACEOF
17018 /* confdefs.h. */
17019 _ACEOF
17020 cat confdefs.h >>conftest.$ac_ext
17021 cat >>conftest.$ac_ext <<_ACEOF
17022 /* end confdefs.h. */
17025 main ()
17027 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17029 return 0;
17031 _ACEOF
17032 rm -f conftest.$ac_objext conftest$ac_exeext
17033 if { (ac_try="$ac_link"
17034 case "(($ac_try" in
17035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17036 *) ac_try_echo=$ac_try;;
17037 esac
17038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17039 (eval "$ac_link") 2>conftest.er1
17040 ac_status=$?
17041 grep -v '^ *+' conftest.er1 >conftest.err
17042 rm -f conftest.er1
17043 cat conftest.err >&5
17044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17045 (exit $ac_status); } && {
17046 test -z "$ac_c_werror_flag" ||
17047 test ! -s conftest.err
17048 } && test -s conftest$ac_exeext &&
17049 $as_test_x conftest$ac_exeext; then
17050 ac_cv_asm_func_def=".def"
17051 else
17052 echo "$as_me: failed program was:" >&5
17053 sed 's/^/| /' conftest.$ac_ext >&5
17055 cat >conftest.$ac_ext <<_ACEOF
17056 /* confdefs.h. */
17057 _ACEOF
17058 cat confdefs.h >>conftest.$ac_ext
17059 cat >>conftest.$ac_ext <<_ACEOF
17060 /* end confdefs.h. */
17063 main ()
17065 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17067 return 0;
17069 _ACEOF
17070 rm -f conftest.$ac_objext conftest$ac_exeext
17071 if { (ac_try="$ac_link"
17072 case "(($ac_try" in
17073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17075 esac
17076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17077 (eval "$ac_link") 2>conftest.er1
17078 ac_status=$?
17079 grep -v '^ *+' conftest.er1 >conftest.err
17080 rm -f conftest.er1
17081 cat conftest.err >&5
17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && {
17084 test -z "$ac_c_werror_flag" ||
17085 test ! -s conftest.err
17086 } && test -s conftest$ac_exeext &&
17087 $as_test_x conftest$ac_exeext; then
17088 ac_cv_asm_func_def=".type @function"
17089 else
17090 echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.$ac_ext >&5
17093 cat >conftest.$ac_ext <<_ACEOF
17094 /* confdefs.h. */
17095 _ACEOF
17096 cat confdefs.h >>conftest.$ac_ext
17097 cat >>conftest.$ac_ext <<_ACEOF
17098 /* end confdefs.h. */
17101 main ()
17103 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17105 return 0;
17107 _ACEOF
17108 rm -f conftest.$ac_objext conftest$ac_exeext
17109 if { (ac_try="$ac_link"
17110 case "(($ac_try" in
17111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17112 *) ac_try_echo=$ac_try;;
17113 esac
17114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17115 (eval "$ac_link") 2>conftest.er1
17116 ac_status=$?
17117 grep -v '^ *+' conftest.er1 >conftest.err
17118 rm -f conftest.er1
17119 cat conftest.err >&5
17120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17121 (exit $ac_status); } && {
17122 test -z "$ac_c_werror_flag" ||
17123 test ! -s conftest.err
17124 } && test -s conftest$ac_exeext &&
17125 $as_test_x conftest$ac_exeext; then
17126 ac_cv_asm_func_def=".type 2"
17127 else
17128 echo "$as_me: failed program was:" >&5
17129 sed 's/^/| /' conftest.$ac_ext >&5
17131 ac_cv_asm_func_def="unknown"
17134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17135 conftest$ac_exeext conftest.$ac_ext
17138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17139 conftest$ac_exeext conftest.$ac_ext
17142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17143 conftest$ac_exeext conftest.$ac_ext
17145 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17146 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17150 case "$ac_cv_asm_func_def" in
17151 ".def")
17152 cat >>confdefs.h <<\_ACEOF
17153 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17154 _ACEOF
17156 ".type @function")
17157 cat >>confdefs.h <<\_ACEOF
17158 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17159 _ACEOF
17161 ".type 2")
17162 cat >>confdefs.h <<\_ACEOF
17163 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17164 _ACEOF
17167 cat >>confdefs.h <<\_ACEOF
17168 #define __ASM_FUNC(name) ""
17169 _ACEOF
17171 esac
17174 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17175 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17176 if test "${ac_cv_c_extern_prefix+set}" = set; then
17177 echo $ECHO_N "(cached) $ECHO_C" >&6
17178 else
17179 cat >conftest.$ac_ext <<_ACEOF
17180 /* confdefs.h. */
17181 _ACEOF
17182 cat confdefs.h >>conftest.$ac_ext
17183 cat >>conftest.$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17185 extern int ac_test;
17187 main ()
17189 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17191 return 0;
17193 _ACEOF
17194 rm -f conftest.$ac_objext conftest$ac_exeext
17195 if { (ac_try="$ac_link"
17196 case "(($ac_try" in
17197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17198 *) ac_try_echo=$ac_try;;
17199 esac
17200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17201 (eval "$ac_link") 2>conftest.er1
17202 ac_status=$?
17203 grep -v '^ *+' conftest.er1 >conftest.err
17204 rm -f conftest.er1
17205 cat conftest.err >&5
17206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext &&
17211 $as_test_x conftest$ac_exeext; then
17212 ac_cv_c_extern_prefix="yes"
17213 else
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 ac_cv_c_extern_prefix="no"
17220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17221 conftest$ac_exeext conftest.$ac_ext
17223 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17224 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17228 if test "$ac_cv_c_extern_prefix" = "yes"
17229 then
17230 cat >>confdefs.h <<\_ACEOF
17231 #define __ASM_NAME(name) "_" name
17232 _ACEOF
17234 else
17235 cat >>confdefs.h <<\_ACEOF
17236 #define __ASM_NAME(name) name
17237 _ACEOF
17242 LDPATH=""
17244 case $build_os in
17245 cygwin*|mingw32*)
17246 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17248 darwin*|macosx*)
17251 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17253 esac
17255 case $host_os in
17256 mingw32*)
17257 CRTLIBS="-lmsvcrt"
17259 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17262 esac
17264 case $host_cpu in
17265 *i[3456789]86*)
17266 case $host_os in
17267 linux* | k*bsd*-gnu)
17268 EXTRA_BINARIES="wine-preloader"
17270 esac
17272 esac
17275 ac_save_CFLAGS="$CFLAGS"
17276 CFLAGS="$CFLAGS $BUILTINFLAG"
17345 for ac_func in \
17346 _pclose \
17347 _popen \
17348 _snprintf \
17349 _spawnvp \
17350 _strdup \
17351 _stricmp \
17352 _strnicmp \
17353 _strtoi64 \
17354 _strtoui64 \
17355 _vsnprintf \
17356 asctime_r \
17357 chsize \
17358 dlopen \
17359 epoll_create \
17360 ffs \
17361 finite \
17362 fork \
17363 fpclass \
17364 fstatfs \
17365 fstatvfs \
17366 ftruncate \
17367 futimes \
17368 futimesat \
17369 getdirentries \
17370 getopt_long \
17371 getpagesize \
17372 getpwuid \
17373 gettid \
17374 gettimeofday \
17375 getuid \
17376 kqueue \
17377 lstat \
17378 memmove \
17379 mmap \
17380 pclose \
17381 poll \
17382 popen \
17383 prctl \
17384 pread \
17385 pwrite \
17386 readdir \
17387 readlink \
17388 sched_yield \
17389 select \
17390 setproctitle \
17391 setrlimit \
17392 settimeofday \
17393 sigaltstack \
17394 sigprocmask \
17395 snprintf \
17396 spawnvp \
17397 statfs \
17398 statvfs \
17399 strcasecmp \
17400 strdup \
17401 strerror \
17402 strncasecmp \
17403 strtold \
17404 strtoll \
17405 strtoull \
17406 symlink \
17407 tcgetattr \
17408 thr_kill2 \
17409 timegm \
17410 usleep \
17411 vsnprintf \
17412 wait4 \
17413 waitpid \
17416 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17417 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17418 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17419 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17420 echo $ECHO_N "(cached) $ECHO_C" >&6
17421 else
17422 cat >conftest.$ac_ext <<_ACEOF
17423 /* confdefs.h. */
17424 _ACEOF
17425 cat confdefs.h >>conftest.$ac_ext
17426 cat >>conftest.$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17428 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17430 #define $ac_func innocuous_$ac_func
17432 /* System header to define __stub macros and hopefully few prototypes,
17433 which can conflict with char $ac_func (); below.
17434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17435 <limits.h> exists even on freestanding compilers. */
17437 #ifdef __STDC__
17438 # include <limits.h>
17439 #else
17440 # include <assert.h>
17441 #endif
17443 #undef $ac_func
17445 /* Override any GCC internal prototype to avoid an error.
17446 Use char because int might match the return type of a GCC
17447 builtin and then its argument prototype would still apply. */
17448 #ifdef __cplusplus
17449 extern "C"
17450 #endif
17451 char $ac_func ();
17452 /* The GNU C library defines this for functions which it implements
17453 to always fail with ENOSYS. Some functions are actually named
17454 something starting with __ and the normal name is an alias. */
17455 #if defined __stub_$ac_func || defined __stub___$ac_func
17456 choke me
17457 #endif
17460 main ()
17462 return $ac_func ();
17464 return 0;
17466 _ACEOF
17467 rm -f conftest.$ac_objext conftest$ac_exeext
17468 if { (ac_try="$ac_link"
17469 case "(($ac_try" in
17470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17471 *) ac_try_echo=$ac_try;;
17472 esac
17473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17474 (eval "$ac_link") 2>conftest.er1
17475 ac_status=$?
17476 grep -v '^ *+' conftest.er1 >conftest.err
17477 rm -f conftest.er1
17478 cat conftest.err >&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } && {
17481 test -z "$ac_c_werror_flag" ||
17482 test ! -s conftest.err
17483 } && test -s conftest$ac_exeext &&
17484 $as_test_x conftest$ac_exeext; then
17485 eval "$as_ac_var=yes"
17486 else
17487 echo "$as_me: failed program was:" >&5
17488 sed 's/^/| /' conftest.$ac_ext >&5
17490 eval "$as_ac_var=no"
17493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17494 conftest$ac_exeext conftest.$ac_ext
17496 ac_res=`eval echo '${'$as_ac_var'}'`
17497 { echo "$as_me:$LINENO: result: $ac_res" >&5
17498 echo "${ECHO_T}$ac_res" >&6; }
17499 if test `eval echo '${'$as_ac_var'}'` = yes; then
17500 cat >>confdefs.h <<_ACEOF
17501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17502 _ACEOF
17505 done
17507 CFLAGS="$ac_save_CFLAGS"
17509 if test "$ac_cv_func_dlopen" = no
17510 then
17511 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17512 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17513 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17514 echo $ECHO_N "(cached) $ECHO_C" >&6
17515 else
17516 ac_check_lib_save_LIBS=$LIBS
17517 LIBS="-ldl $LIBS"
17518 cat >conftest.$ac_ext <<_ACEOF
17519 /* confdefs.h. */
17520 _ACEOF
17521 cat confdefs.h >>conftest.$ac_ext
17522 cat >>conftest.$ac_ext <<_ACEOF
17523 /* end confdefs.h. */
17525 /* Override any GCC internal prototype to avoid an error.
17526 Use char because int might match the return type of a GCC
17527 builtin and then its argument prototype would still apply. */
17528 #ifdef __cplusplus
17529 extern "C"
17530 #endif
17531 char dlopen ();
17533 main ()
17535 return dlopen ();
17537 return 0;
17539 _ACEOF
17540 rm -f conftest.$ac_objext conftest$ac_exeext
17541 if { (ac_try="$ac_link"
17542 case "(($ac_try" in
17543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17544 *) ac_try_echo=$ac_try;;
17545 esac
17546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17547 (eval "$ac_link") 2>conftest.er1
17548 ac_status=$?
17549 grep -v '^ *+' conftest.er1 >conftest.err
17550 rm -f conftest.er1
17551 cat conftest.err >&5
17552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17553 (exit $ac_status); } && {
17554 test -z "$ac_c_werror_flag" ||
17555 test ! -s conftest.err
17556 } && test -s conftest$ac_exeext &&
17557 $as_test_x conftest$ac_exeext; then
17558 ac_cv_lib_dl_dlopen=yes
17559 else
17560 echo "$as_me: failed program was:" >&5
17561 sed 's/^/| /' conftest.$ac_ext >&5
17563 ac_cv_lib_dl_dlopen=no
17566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17567 conftest$ac_exeext conftest.$ac_ext
17568 LIBS=$ac_check_lib_save_LIBS
17570 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17571 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17572 if test $ac_cv_lib_dl_dlopen = yes; then
17573 cat >>confdefs.h <<\_ACEOF
17574 #define HAVE_DLOPEN 1
17575 _ACEOF
17576 LIBDL="-ldl"
17581 ac_wine_check_funcs_save_LIBS="$LIBS"
17582 LIBS="$LIBS $LIBDL"
17584 for ac_func in dladdr
17586 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17587 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17588 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17589 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17590 echo $ECHO_N "(cached) $ECHO_C" >&6
17591 else
17592 cat >conftest.$ac_ext <<_ACEOF
17593 /* confdefs.h. */
17594 _ACEOF
17595 cat confdefs.h >>conftest.$ac_ext
17596 cat >>conftest.$ac_ext <<_ACEOF
17597 /* end confdefs.h. */
17598 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17600 #define $ac_func innocuous_$ac_func
17602 /* System header to define __stub macros and hopefully few prototypes,
17603 which can conflict with char $ac_func (); below.
17604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17605 <limits.h> exists even on freestanding compilers. */
17607 #ifdef __STDC__
17608 # include <limits.h>
17609 #else
17610 # include <assert.h>
17611 #endif
17613 #undef $ac_func
17615 /* Override any GCC internal prototype to avoid an error.
17616 Use char because int might match the return type of a GCC
17617 builtin and then its argument prototype would still apply. */
17618 #ifdef __cplusplus
17619 extern "C"
17620 #endif
17621 char $ac_func ();
17622 /* The GNU C library defines this for functions which it implements
17623 to always fail with ENOSYS. Some functions are actually named
17624 something starting with __ and the normal name is an alias. */
17625 #if defined __stub_$ac_func || defined __stub___$ac_func
17626 choke me
17627 #endif
17630 main ()
17632 return $ac_func ();
17634 return 0;
17636 _ACEOF
17637 rm -f conftest.$ac_objext conftest$ac_exeext
17638 if { (ac_try="$ac_link"
17639 case "(($ac_try" in
17640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17641 *) ac_try_echo=$ac_try;;
17642 esac
17643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17644 (eval "$ac_link") 2>conftest.er1
17645 ac_status=$?
17646 grep -v '^ *+' conftest.er1 >conftest.err
17647 rm -f conftest.er1
17648 cat conftest.err >&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); } && {
17651 test -z "$ac_c_werror_flag" ||
17652 test ! -s conftest.err
17653 } && test -s conftest$ac_exeext &&
17654 $as_test_x conftest$ac_exeext; then
17655 eval "$as_ac_var=yes"
17656 else
17657 echo "$as_me: failed program was:" >&5
17658 sed 's/^/| /' conftest.$ac_ext >&5
17660 eval "$as_ac_var=no"
17663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17664 conftest$ac_exeext conftest.$ac_ext
17666 ac_res=`eval echo '${'$as_ac_var'}'`
17667 { echo "$as_me:$LINENO: result: $ac_res" >&5
17668 echo "${ECHO_T}$ac_res" >&6; }
17669 if test `eval echo '${'$as_ac_var'}'` = yes; then
17670 cat >>confdefs.h <<_ACEOF
17671 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17672 _ACEOF
17675 done
17677 LIBS="$ac_wine_check_funcs_save_LIBS"
17679 if test "$ac_cv_func_poll" = no
17680 then
17681 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17682 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17683 if test "${ac_cv_lib_poll_poll+set}" = set; then
17684 echo $ECHO_N "(cached) $ECHO_C" >&6
17685 else
17686 ac_check_lib_save_LIBS=$LIBS
17687 LIBS="-lpoll $LIBS"
17688 cat >conftest.$ac_ext <<_ACEOF
17689 /* confdefs.h. */
17690 _ACEOF
17691 cat confdefs.h >>conftest.$ac_ext
17692 cat >>conftest.$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17695 /* Override any GCC internal prototype to avoid an error.
17696 Use char because int might match the return type of a GCC
17697 builtin and then its argument prototype would still apply. */
17698 #ifdef __cplusplus
17699 extern "C"
17700 #endif
17701 char poll ();
17703 main ()
17705 return poll ();
17707 return 0;
17709 _ACEOF
17710 rm -f conftest.$ac_objext conftest$ac_exeext
17711 if { (ac_try="$ac_link"
17712 case "(($ac_try" in
17713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17715 esac
17716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17717 (eval "$ac_link") 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext &&
17727 $as_test_x conftest$ac_exeext; then
17728 ac_cv_lib_poll_poll=yes
17729 else
17730 echo "$as_me: failed program was:" >&5
17731 sed 's/^/| /' conftest.$ac_ext >&5
17733 ac_cv_lib_poll_poll=no
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17738 LIBS=$ac_check_lib_save_LIBS
17740 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17741 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17742 if test $ac_cv_lib_poll_poll = yes; then
17743 cat >>confdefs.h <<\_ACEOF
17744 #define HAVE_POLL 1
17745 _ACEOF
17746 LIBPOLL="-lpoll"
17752 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17753 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17754 if test "${ac_cv_search_gethostbyname+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17756 else
17757 ac_func_search_save_LIBS=$LIBS
17758 cat >conftest.$ac_ext <<_ACEOF
17759 /* confdefs.h. */
17760 _ACEOF
17761 cat confdefs.h >>conftest.$ac_ext
17762 cat >>conftest.$ac_ext <<_ACEOF
17763 /* end confdefs.h. */
17765 /* Override any GCC internal prototype to avoid an error.
17766 Use char because int might match the return type of a GCC
17767 builtin and then its argument prototype would still apply. */
17768 #ifdef __cplusplus
17769 extern "C"
17770 #endif
17771 char gethostbyname ();
17773 main ()
17775 return gethostbyname ();
17777 return 0;
17779 _ACEOF
17780 for ac_lib in '' nsl; do
17781 if test -z "$ac_lib"; then
17782 ac_res="none required"
17783 else
17784 ac_res=-l$ac_lib
17785 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17787 rm -f conftest.$ac_objext conftest$ac_exeext
17788 if { (ac_try="$ac_link"
17789 case "(($ac_try" in
17790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791 *) ac_try_echo=$ac_try;;
17792 esac
17793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17794 (eval "$ac_link") 2>conftest.er1
17795 ac_status=$?
17796 grep -v '^ *+' conftest.er1 >conftest.err
17797 rm -f conftest.er1
17798 cat conftest.err >&5
17799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17800 (exit $ac_status); } && {
17801 test -z "$ac_c_werror_flag" ||
17802 test ! -s conftest.err
17803 } && test -s conftest$ac_exeext &&
17804 $as_test_x conftest$ac_exeext; then
17805 ac_cv_search_gethostbyname=$ac_res
17806 else
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.$ac_ext >&5
17813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17814 conftest$ac_exeext
17815 if test "${ac_cv_search_gethostbyname+set}" = set; then
17816 break
17818 done
17819 if test "${ac_cv_search_gethostbyname+set}" = set; then
17821 else
17822 ac_cv_search_gethostbyname=no
17824 rm conftest.$ac_ext
17825 LIBS=$ac_func_search_save_LIBS
17827 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17828 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17829 ac_res=$ac_cv_search_gethostbyname
17830 if test "$ac_res" != no; then
17831 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17836 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17837 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17838 if test "${ac_cv_search_connect+set}" = set; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17840 else
17841 ac_func_search_save_LIBS=$LIBS
17842 cat >conftest.$ac_ext <<_ACEOF
17843 /* confdefs.h. */
17844 _ACEOF
17845 cat confdefs.h >>conftest.$ac_ext
17846 cat >>conftest.$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17849 /* Override any GCC internal prototype to avoid an error.
17850 Use char because int might match the return type of a GCC
17851 builtin and then its argument prototype would still apply. */
17852 #ifdef __cplusplus
17853 extern "C"
17854 #endif
17855 char connect ();
17857 main ()
17859 return connect ();
17861 return 0;
17863 _ACEOF
17864 for ac_lib in '' socket; do
17865 if test -z "$ac_lib"; then
17866 ac_res="none required"
17867 else
17868 ac_res=-l$ac_lib
17869 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17871 rm -f conftest.$ac_objext conftest$ac_exeext
17872 if { (ac_try="$ac_link"
17873 case "(($ac_try" in
17874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17875 *) ac_try_echo=$ac_try;;
17876 esac
17877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17878 (eval "$ac_link") 2>conftest.er1
17879 ac_status=$?
17880 grep -v '^ *+' conftest.er1 >conftest.err
17881 rm -f conftest.er1
17882 cat conftest.err >&5
17883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884 (exit $ac_status); } && {
17885 test -z "$ac_c_werror_flag" ||
17886 test ! -s conftest.err
17887 } && test -s conftest$ac_exeext &&
17888 $as_test_x conftest$ac_exeext; then
17889 ac_cv_search_connect=$ac_res
17890 else
17891 echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17898 conftest$ac_exeext
17899 if test "${ac_cv_search_connect+set}" = set; then
17900 break
17902 done
17903 if test "${ac_cv_search_connect+set}" = set; then
17905 else
17906 ac_cv_search_connect=no
17908 rm conftest.$ac_ext
17909 LIBS=$ac_func_search_save_LIBS
17911 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17912 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17913 ac_res=$ac_cv_search_connect
17914 if test "$ac_res" != no; then
17915 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17920 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17921 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17922 if test "${ac_cv_search_inet_aton+set}" = set; then
17923 echo $ECHO_N "(cached) $ECHO_C" >&6
17924 else
17925 ac_func_search_save_LIBS=$LIBS
17926 cat >conftest.$ac_ext <<_ACEOF
17927 /* confdefs.h. */
17928 _ACEOF
17929 cat confdefs.h >>conftest.$ac_ext
17930 cat >>conftest.$ac_ext <<_ACEOF
17931 /* end confdefs.h. */
17933 /* Override any GCC internal prototype to avoid an error.
17934 Use char because int might match the return type of a GCC
17935 builtin and then its argument prototype would still apply. */
17936 #ifdef __cplusplus
17937 extern "C"
17938 #endif
17939 char inet_aton ();
17941 main ()
17943 return inet_aton ();
17945 return 0;
17947 _ACEOF
17948 for ac_lib in '' resolv; do
17949 if test -z "$ac_lib"; then
17950 ac_res="none required"
17951 else
17952 ac_res=-l$ac_lib
17953 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17955 rm -f conftest.$ac_objext conftest$ac_exeext
17956 if { (ac_try="$ac_link"
17957 case "(($ac_try" in
17958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17959 *) ac_try_echo=$ac_try;;
17960 esac
17961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17962 (eval "$ac_link") 2>conftest.er1
17963 ac_status=$?
17964 grep -v '^ *+' conftest.er1 >conftest.err
17965 rm -f conftest.er1
17966 cat conftest.err >&5
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } && {
17969 test -z "$ac_c_werror_flag" ||
17970 test ! -s conftest.err
17971 } && test -s conftest$ac_exeext &&
17972 $as_test_x conftest$ac_exeext; then
17973 ac_cv_search_inet_aton=$ac_res
17974 else
17975 echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.$ac_ext >&5
17981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17982 conftest$ac_exeext
17983 if test "${ac_cv_search_inet_aton+set}" = set; then
17984 break
17986 done
17987 if test "${ac_cv_search_inet_aton+set}" = set; then
17989 else
17990 ac_cv_search_inet_aton=no
17992 rm conftest.$ac_ext
17993 LIBS=$ac_func_search_save_LIBS
17995 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17996 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17997 ac_res=$ac_cv_search_inet_aton
17998 if test "$ac_res" != no; then
17999 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18015 for ac_func in \
18016 getaddrinfo \
18017 getnameinfo \
18018 getnetbyname \
18019 getprotobyname \
18020 getprotobynumber \
18021 getservbyport \
18022 inet_network \
18023 inet_ntop \
18024 inet_pton \
18025 sendmsg \
18026 socketpair \
18029 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18030 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18031 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18032 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18033 echo $ECHO_N "(cached) $ECHO_C" >&6
18034 else
18035 cat >conftest.$ac_ext <<_ACEOF
18036 /* confdefs.h. */
18037 _ACEOF
18038 cat confdefs.h >>conftest.$ac_ext
18039 cat >>conftest.$ac_ext <<_ACEOF
18040 /* end confdefs.h. */
18041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18043 #define $ac_func innocuous_$ac_func
18045 /* System header to define __stub macros and hopefully few prototypes,
18046 which can conflict with char $ac_func (); below.
18047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18048 <limits.h> exists even on freestanding compilers. */
18050 #ifdef __STDC__
18051 # include <limits.h>
18052 #else
18053 # include <assert.h>
18054 #endif
18056 #undef $ac_func
18058 /* Override any GCC internal prototype to avoid an error.
18059 Use char because int might match the return type of a GCC
18060 builtin and then its argument prototype would still apply. */
18061 #ifdef __cplusplus
18062 extern "C"
18063 #endif
18064 char $ac_func ();
18065 /* The GNU C library defines this for functions which it implements
18066 to always fail with ENOSYS. Some functions are actually named
18067 something starting with __ and the normal name is an alias. */
18068 #if defined __stub_$ac_func || defined __stub___$ac_func
18069 choke me
18070 #endif
18073 main ()
18075 return $ac_func ();
18077 return 0;
18079 _ACEOF
18080 rm -f conftest.$ac_objext conftest$ac_exeext
18081 if { (ac_try="$ac_link"
18082 case "(($ac_try" in
18083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18084 *) ac_try_echo=$ac_try;;
18085 esac
18086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18087 (eval "$ac_link") 2>conftest.er1
18088 ac_status=$?
18089 grep -v '^ *+' conftest.er1 >conftest.err
18090 rm -f conftest.er1
18091 cat conftest.err >&5
18092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18093 (exit $ac_status); } && {
18094 test -z "$ac_c_werror_flag" ||
18095 test ! -s conftest.err
18096 } && test -s conftest$ac_exeext &&
18097 $as_test_x conftest$ac_exeext; then
18098 eval "$as_ac_var=yes"
18099 else
18100 echo "$as_me: failed program was:" >&5
18101 sed 's/^/| /' conftest.$ac_ext >&5
18103 eval "$as_ac_var=no"
18106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18107 conftest$ac_exeext conftest.$ac_ext
18109 ac_res=`eval echo '${'$as_ac_var'}'`
18110 { echo "$as_me:$LINENO: result: $ac_res" >&5
18111 echo "${ECHO_T}$ac_res" >&6; }
18112 if test `eval echo '${'$as_ac_var'}'` = yes; then
18113 cat >>confdefs.h <<_ACEOF
18114 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18115 _ACEOF
18118 done
18121 LDAPLIBS=""
18123 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18124 then
18125 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18126 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18127 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18128 echo $ECHO_N "(cached) $ECHO_C" >&6
18129 else
18130 cat >conftest.$ac_ext <<_ACEOF
18131 /* confdefs.h. */
18132 _ACEOF
18133 cat confdefs.h >>conftest.$ac_ext
18134 cat >>conftest.$ac_ext <<_ACEOF
18135 /* end confdefs.h. */
18136 #include <ldap.h>
18138 typedef LDAPSortKey ac__type_new_;
18140 main ()
18142 if ((ac__type_new_ *) 0)
18143 return 0;
18144 if (sizeof (ac__type_new_))
18145 return 0;
18147 return 0;
18149 _ACEOF
18150 rm -f conftest.$ac_objext
18151 if { (ac_try="$ac_compile"
18152 case "(($ac_try" in
18153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18154 *) ac_try_echo=$ac_try;;
18155 esac
18156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18157 (eval "$ac_compile") 2>conftest.er1
18158 ac_status=$?
18159 grep -v '^ *+' conftest.er1 >conftest.err
18160 rm -f conftest.er1
18161 cat conftest.err >&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest.$ac_objext; then
18167 ac_cv_type_LDAPSortKey=yes
18168 else
18169 echo "$as_me: failed program was:" >&5
18170 sed 's/^/| /' conftest.$ac_ext >&5
18172 ac_cv_type_LDAPSortKey=no
18175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18177 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18178 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18179 if test $ac_cv_type_LDAPSortKey = yes; then
18180 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18181 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18182 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18183 echo $ECHO_N "(cached) $ECHO_C" >&6
18184 else
18185 ac_check_lib_save_LIBS=$LIBS
18186 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18187 cat >conftest.$ac_ext <<_ACEOF
18188 /* confdefs.h. */
18189 _ACEOF
18190 cat confdefs.h >>conftest.$ac_ext
18191 cat >>conftest.$ac_ext <<_ACEOF
18192 /* end confdefs.h. */
18194 /* Override any GCC internal prototype to avoid an error.
18195 Use char because int might match the return type of a GCC
18196 builtin and then its argument prototype would still apply. */
18197 #ifdef __cplusplus
18198 extern "C"
18199 #endif
18200 char ldap_initialize ();
18202 main ()
18204 return ldap_initialize ();
18206 return 0;
18208 _ACEOF
18209 rm -f conftest.$ac_objext conftest$ac_exeext
18210 if { (ac_try="$ac_link"
18211 case "(($ac_try" in
18212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18213 *) ac_try_echo=$ac_try;;
18214 esac
18215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18216 (eval "$ac_link") 2>conftest.er1
18217 ac_status=$?
18218 grep -v '^ *+' conftest.er1 >conftest.err
18219 rm -f conftest.er1
18220 cat conftest.err >&5
18221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); } && {
18223 test -z "$ac_c_werror_flag" ||
18224 test ! -s conftest.err
18225 } && test -s conftest$ac_exeext &&
18226 $as_test_x conftest$ac_exeext; then
18227 ac_cv_lib_ldap_r_ldap_initialize=yes
18228 else
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18232 ac_cv_lib_ldap_r_ldap_initialize=no
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18237 LIBS=$ac_check_lib_save_LIBS
18239 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18240 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18241 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18242 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18243 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18244 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18245 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 else
18247 ac_check_lib_save_LIBS=$LIBS
18248 LIBS="-llber $LIBPTHREAD $LIBS"
18249 cat >conftest.$ac_ext <<_ACEOF
18250 /* confdefs.h. */
18251 _ACEOF
18252 cat confdefs.h >>conftest.$ac_ext
18253 cat >>conftest.$ac_ext <<_ACEOF
18254 /* end confdefs.h. */
18256 /* Override any GCC internal prototype to avoid an error.
18257 Use char because int might match the return type of a GCC
18258 builtin and then its argument prototype would still apply. */
18259 #ifdef __cplusplus
18260 extern "C"
18261 #endif
18262 char ber_init ();
18264 main ()
18266 return ber_init ();
18268 return 0;
18270 _ACEOF
18271 rm -f conftest.$ac_objext conftest$ac_exeext
18272 if { (ac_try="$ac_link"
18273 case "(($ac_try" in
18274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275 *) ac_try_echo=$ac_try;;
18276 esac
18277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18278 (eval "$ac_link") 2>conftest.er1
18279 ac_status=$?
18280 grep -v '^ *+' conftest.er1 >conftest.err
18281 rm -f conftest.er1
18282 cat conftest.err >&5
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); } && {
18285 test -z "$ac_c_werror_flag" ||
18286 test ! -s conftest.err
18287 } && test -s conftest$ac_exeext &&
18288 $as_test_x conftest$ac_exeext; then
18289 ac_cv_lib_lber_ber_init=yes
18290 else
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.$ac_ext >&5
18294 ac_cv_lib_lber_ber_init=no
18297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18298 conftest$ac_exeext conftest.$ac_ext
18299 LIBS=$ac_check_lib_save_LIBS
18301 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18302 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18303 if test $ac_cv_lib_lber_ber_init = yes; then
18305 cat >>confdefs.h <<\_ACEOF
18306 #define HAVE_LDAP 1
18307 _ACEOF
18309 LDAPLIBS="-lldap_r -llber"
18316 ac_wine_check_funcs_save_LIBS="$LIBS"
18317 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18326 for ac_func in \
18327 ldap_count_references \
18328 ldap_first_reference \
18329 ldap_next_reference \
18330 ldap_parse_reference \
18331 ldap_parse_sort_control \
18332 ldap_parse_sortresponse_control \
18333 ldap_parse_vlv_control \
18334 ldap_parse_vlvresponse_control
18336 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18337 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18338 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18339 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18340 echo $ECHO_N "(cached) $ECHO_C" >&6
18341 else
18342 cat >conftest.$ac_ext <<_ACEOF
18343 /* confdefs.h. */
18344 _ACEOF
18345 cat confdefs.h >>conftest.$ac_ext
18346 cat >>conftest.$ac_ext <<_ACEOF
18347 /* end confdefs.h. */
18348 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18349 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18350 #define $ac_func innocuous_$ac_func
18352 /* System header to define __stub macros and hopefully few prototypes,
18353 which can conflict with char $ac_func (); below.
18354 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18355 <limits.h> exists even on freestanding compilers. */
18357 #ifdef __STDC__
18358 # include <limits.h>
18359 #else
18360 # include <assert.h>
18361 #endif
18363 #undef $ac_func
18365 /* Override any GCC internal prototype to avoid an error.
18366 Use char because int might match the return type of a GCC
18367 builtin and then its argument prototype would still apply. */
18368 #ifdef __cplusplus
18369 extern "C"
18370 #endif
18371 char $ac_func ();
18372 /* The GNU C library defines this for functions which it implements
18373 to always fail with ENOSYS. Some functions are actually named
18374 something starting with __ and the normal name is an alias. */
18375 #if defined __stub_$ac_func || defined __stub___$ac_func
18376 choke me
18377 #endif
18380 main ()
18382 return $ac_func ();
18384 return 0;
18386 _ACEOF
18387 rm -f conftest.$ac_objext conftest$ac_exeext
18388 if { (ac_try="$ac_link"
18389 case "(($ac_try" in
18390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18392 esac
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_link") 2>conftest.er1
18395 ac_status=$?
18396 grep -v '^ *+' conftest.er1 >conftest.err
18397 rm -f conftest.er1
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest$ac_exeext &&
18404 $as_test_x conftest$ac_exeext; then
18405 eval "$as_ac_var=yes"
18406 else
18407 echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18410 eval "$as_ac_var=no"
18413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18414 conftest$ac_exeext conftest.$ac_ext
18416 ac_res=`eval echo '${'$as_ac_var'}'`
18417 { echo "$as_me:$LINENO: result: $ac_res" >&5
18418 echo "${ECHO_T}$ac_res" >&6; }
18419 if test `eval echo '${'$as_ac_var'}'` = yes; then
18420 cat >>confdefs.h <<_ACEOF
18421 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18422 _ACEOF
18425 done
18427 LIBS="$ac_wine_check_funcs_save_LIBS"
18429 if test "x$LDAPLIBS" = "x"; then
18430 case "x$with_ldap" in
18431 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18432 xno) ;;
18433 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18434 This is an error since --with-ldap was requested." >&5
18435 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18436 This is an error since --with-ldap was requested." >&2;}
18437 { (exit 1); exit 1; }; } ;;
18438 esac
18442 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18443 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18444 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18445 echo $ECHO_N "(cached) $ECHO_C" >&6
18446 else
18447 cat >conftest.$ac_ext <<_ACEOF
18448 /* confdefs.h. */
18449 _ACEOF
18450 cat confdefs.h >>conftest.$ac_ext
18451 cat >>conftest.$ac_ext <<_ACEOF
18452 /* end confdefs.h. */
18453 #include <sys/stat.h>
18455 main ()
18457 mkdir("foo");
18459 return 0;
18461 _ACEOF
18462 rm -f conftest.$ac_objext
18463 if { (ac_try="$ac_compile"
18464 case "(($ac_try" in
18465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18466 *) ac_try_echo=$ac_try;;
18467 esac
18468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18469 (eval "$ac_compile") 2>conftest.er1
18470 ac_status=$?
18471 grep -v '^ *+' conftest.er1 >conftest.err
18472 rm -f conftest.er1
18473 cat conftest.err >&5
18474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); } && {
18476 test -z "$ac_c_werror_flag" ||
18477 test ! -s conftest.err
18478 } && test -s conftest.$ac_objext; then
18479 wine_cv_one_arg_mkdir=yes
18480 else
18481 echo "$as_me: failed program was:" >&5
18482 sed 's/^/| /' conftest.$ac_ext >&5
18484 wine_cv_one_arg_mkdir=no
18487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18489 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18490 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18491 if test "$wine_cv_one_arg_mkdir" = "yes"
18492 then
18494 cat >>confdefs.h <<\_ACEOF
18495 #define HAVE_ONE_ARG_MKDIR 1
18496 _ACEOF
18501 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18502 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18503 if test "${ac_cv_c_const+set}" = set; then
18504 echo $ECHO_N "(cached) $ECHO_C" >&6
18505 else
18506 cat >conftest.$ac_ext <<_ACEOF
18507 /* confdefs.h. */
18508 _ACEOF
18509 cat confdefs.h >>conftest.$ac_ext
18510 cat >>conftest.$ac_ext <<_ACEOF
18511 /* end confdefs.h. */
18514 main ()
18516 /* FIXME: Include the comments suggested by Paul. */
18517 #ifndef __cplusplus
18518 /* Ultrix mips cc rejects this. */
18519 typedef int charset[2];
18520 const charset cs;
18521 /* SunOS 4.1.1 cc rejects this. */
18522 char const *const *pcpcc;
18523 char **ppc;
18524 /* NEC SVR4.0.2 mips cc rejects this. */
18525 struct point {int x, y;};
18526 static struct point const zero = {0,0};
18527 /* AIX XL C 1.02.0.0 rejects this.
18528 It does not let you subtract one const X* pointer from another in
18529 an arm of an if-expression whose if-part is not a constant
18530 expression */
18531 const char *g = "string";
18532 pcpcc = &g + (g ? g-g : 0);
18533 /* HPUX 7.0 cc rejects these. */
18534 ++pcpcc;
18535 ppc = (char**) pcpcc;
18536 pcpcc = (char const *const *) ppc;
18537 { /* SCO 3.2v4 cc rejects this. */
18538 char *t;
18539 char const *s = 0 ? (char *) 0 : (char const *) 0;
18541 *t++ = 0;
18542 if (s) return 0;
18544 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18545 int x[] = {25, 17};
18546 const int *foo = &x[0];
18547 ++foo;
18549 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18550 typedef const int *iptr;
18551 iptr p = 0;
18552 ++p;
18554 { /* AIX XL C 1.02.0.0 rejects this saying
18555 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18556 struct s { int j; const int *ap[3]; };
18557 struct s *b; b->j = 5;
18559 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18560 const int foo = 10;
18561 if (!foo) return 0;
18563 return !cs[0] && !zero.x;
18564 #endif
18567 return 0;
18569 _ACEOF
18570 rm -f conftest.$ac_objext
18571 if { (ac_try="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18574 *) ac_try_echo=$ac_try;;
18575 esac
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18578 ac_status=$?
18579 grep -v '^ *+' conftest.er1 >conftest.err
18580 rm -f conftest.er1
18581 cat conftest.err >&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.$ac_objext; then
18587 ac_cv_c_const=yes
18588 else
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.$ac_ext >&5
18592 ac_cv_c_const=no
18595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18598 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18599 if test $ac_cv_c_const = no; then
18601 cat >>confdefs.h <<\_ACEOF
18602 #define const
18603 _ACEOF
18607 { echo "$as_me:$LINENO: checking for inline" >&5
18608 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18609 if test "${ac_cv_c_inline+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18611 else
18612 ac_cv_c_inline=no
18613 for ac_kw in inline __inline__ __inline; do
18614 cat >conftest.$ac_ext <<_ACEOF
18615 /* confdefs.h. */
18616 _ACEOF
18617 cat confdefs.h >>conftest.$ac_ext
18618 cat >>conftest.$ac_ext <<_ACEOF
18619 /* end confdefs.h. */
18620 #ifndef __cplusplus
18621 typedef int foo_t;
18622 static $ac_kw foo_t static_foo () {return 0; }
18623 $ac_kw foo_t foo () {return 0; }
18624 #endif
18626 _ACEOF
18627 rm -f conftest.$ac_objext
18628 if { (ac_try="$ac_compile"
18629 case "(($ac_try" in
18630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18631 *) ac_try_echo=$ac_try;;
18632 esac
18633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18634 (eval "$ac_compile") 2>conftest.er1
18635 ac_status=$?
18636 grep -v '^ *+' conftest.er1 >conftest.err
18637 rm -f conftest.er1
18638 cat conftest.err >&5
18639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18640 (exit $ac_status); } && {
18641 test -z "$ac_c_werror_flag" ||
18642 test ! -s conftest.err
18643 } && test -s conftest.$ac_objext; then
18644 ac_cv_c_inline=$ac_kw
18645 else
18646 echo "$as_me: failed program was:" >&5
18647 sed 's/^/| /' conftest.$ac_ext >&5
18652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18653 test "$ac_cv_c_inline" != no && break
18654 done
18657 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18658 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18661 case $ac_cv_c_inline in
18662 inline | yes) ;;
18664 case $ac_cv_c_inline in
18665 no) ac_val=;;
18666 *) ac_val=$ac_cv_c_inline;;
18667 esac
18668 cat >>confdefs.h <<_ACEOF
18669 #ifndef __cplusplus
18670 #define inline $ac_val
18671 #endif
18672 _ACEOF
18674 esac
18676 { echo "$as_me:$LINENO: checking for mode_t" >&5
18677 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18678 if test "${ac_cv_type_mode_t+set}" = set; then
18679 echo $ECHO_N "(cached) $ECHO_C" >&6
18680 else
18681 cat >conftest.$ac_ext <<_ACEOF
18682 /* confdefs.h. */
18683 _ACEOF
18684 cat confdefs.h >>conftest.$ac_ext
18685 cat >>conftest.$ac_ext <<_ACEOF
18686 /* end confdefs.h. */
18687 $ac_includes_default
18688 typedef mode_t ac__type_new_;
18690 main ()
18692 if ((ac__type_new_ *) 0)
18693 return 0;
18694 if (sizeof (ac__type_new_))
18695 return 0;
18697 return 0;
18699 _ACEOF
18700 rm -f conftest.$ac_objext
18701 if { (ac_try="$ac_compile"
18702 case "(($ac_try" in
18703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18704 *) ac_try_echo=$ac_try;;
18705 esac
18706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18707 (eval "$ac_compile") 2>conftest.er1
18708 ac_status=$?
18709 grep -v '^ *+' conftest.er1 >conftest.err
18710 rm -f conftest.er1
18711 cat conftest.err >&5
18712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18713 (exit $ac_status); } && {
18714 test -z "$ac_c_werror_flag" ||
18715 test ! -s conftest.err
18716 } && test -s conftest.$ac_objext; then
18717 ac_cv_type_mode_t=yes
18718 else
18719 echo "$as_me: failed program was:" >&5
18720 sed 's/^/| /' conftest.$ac_ext >&5
18722 ac_cv_type_mode_t=no
18725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18727 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18728 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18729 if test $ac_cv_type_mode_t = yes; then
18731 cat >>confdefs.h <<_ACEOF
18732 #define HAVE_MODE_T 1
18733 _ACEOF
18737 { echo "$as_me:$LINENO: checking for off_t" >&5
18738 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18739 if test "${ac_cv_type_off_t+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18741 else
18742 cat >conftest.$ac_ext <<_ACEOF
18743 /* confdefs.h. */
18744 _ACEOF
18745 cat confdefs.h >>conftest.$ac_ext
18746 cat >>conftest.$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18748 $ac_includes_default
18749 typedef off_t ac__type_new_;
18751 main ()
18753 if ((ac__type_new_ *) 0)
18754 return 0;
18755 if (sizeof (ac__type_new_))
18756 return 0;
18758 return 0;
18760 _ACEOF
18761 rm -f conftest.$ac_objext
18762 if { (ac_try="$ac_compile"
18763 case "(($ac_try" in
18764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18765 *) ac_try_echo=$ac_try;;
18766 esac
18767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18768 (eval "$ac_compile") 2>conftest.er1
18769 ac_status=$?
18770 grep -v '^ *+' conftest.er1 >conftest.err
18771 rm -f conftest.er1
18772 cat conftest.err >&5
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_c_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest.$ac_objext; then
18778 ac_cv_type_off_t=yes
18779 else
18780 echo "$as_me: failed program was:" >&5
18781 sed 's/^/| /' conftest.$ac_ext >&5
18783 ac_cv_type_off_t=no
18786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18788 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18789 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18790 if test $ac_cv_type_off_t = yes; then
18792 cat >>confdefs.h <<_ACEOF
18793 #define HAVE_OFF_T 1
18794 _ACEOF
18798 { echo "$as_me:$LINENO: checking for pid_t" >&5
18799 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18800 if test "${ac_cv_type_pid_t+set}" = set; then
18801 echo $ECHO_N "(cached) $ECHO_C" >&6
18802 else
18803 cat >conftest.$ac_ext <<_ACEOF
18804 /* confdefs.h. */
18805 _ACEOF
18806 cat confdefs.h >>conftest.$ac_ext
18807 cat >>conftest.$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18809 $ac_includes_default
18810 typedef pid_t ac__type_new_;
18812 main ()
18814 if ((ac__type_new_ *) 0)
18815 return 0;
18816 if (sizeof (ac__type_new_))
18817 return 0;
18819 return 0;
18821 _ACEOF
18822 rm -f conftest.$ac_objext
18823 if { (ac_try="$ac_compile"
18824 case "(($ac_try" in
18825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18826 *) ac_try_echo=$ac_try;;
18827 esac
18828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18829 (eval "$ac_compile") 2>conftest.er1
18830 ac_status=$?
18831 grep -v '^ *+' conftest.er1 >conftest.err
18832 rm -f conftest.er1
18833 cat conftest.err >&5
18834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18835 (exit $ac_status); } && {
18836 test -z "$ac_c_werror_flag" ||
18837 test ! -s conftest.err
18838 } && test -s conftest.$ac_objext; then
18839 ac_cv_type_pid_t=yes
18840 else
18841 echo "$as_me: failed program was:" >&5
18842 sed 's/^/| /' conftest.$ac_ext >&5
18844 ac_cv_type_pid_t=no
18847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18849 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18850 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18851 if test $ac_cv_type_pid_t = yes; then
18853 cat >>confdefs.h <<_ACEOF
18854 #define HAVE_PID_T 1
18855 _ACEOF
18859 { echo "$as_me:$LINENO: checking for size_t" >&5
18860 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18861 if test "${ac_cv_type_size_t+set}" = set; then
18862 echo $ECHO_N "(cached) $ECHO_C" >&6
18863 else
18864 cat >conftest.$ac_ext <<_ACEOF
18865 /* confdefs.h. */
18866 _ACEOF
18867 cat confdefs.h >>conftest.$ac_ext
18868 cat >>conftest.$ac_ext <<_ACEOF
18869 /* end confdefs.h. */
18870 $ac_includes_default
18871 typedef size_t ac__type_new_;
18873 main ()
18875 if ((ac__type_new_ *) 0)
18876 return 0;
18877 if (sizeof (ac__type_new_))
18878 return 0;
18880 return 0;
18882 _ACEOF
18883 rm -f conftest.$ac_objext
18884 if { (ac_try="$ac_compile"
18885 case "(($ac_try" in
18886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18887 *) ac_try_echo=$ac_try;;
18888 esac
18889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18890 (eval "$ac_compile") 2>conftest.er1
18891 ac_status=$?
18892 grep -v '^ *+' conftest.er1 >conftest.err
18893 rm -f conftest.er1
18894 cat conftest.err >&5
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); } && {
18897 test -z "$ac_c_werror_flag" ||
18898 test ! -s conftest.err
18899 } && test -s conftest.$ac_objext; then
18900 ac_cv_type_size_t=yes
18901 else
18902 echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.$ac_ext >&5
18905 ac_cv_type_size_t=no
18908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18910 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18911 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18912 if test $ac_cv_type_size_t = yes; then
18914 cat >>confdefs.h <<_ACEOF
18915 #define HAVE_SIZE_T 1
18916 _ACEOF
18920 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18921 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18922 if test "${ac_cv_type_ssize_t+set}" = set; then
18923 echo $ECHO_N "(cached) $ECHO_C" >&6
18924 else
18925 cat >conftest.$ac_ext <<_ACEOF
18926 /* confdefs.h. */
18927 _ACEOF
18928 cat confdefs.h >>conftest.$ac_ext
18929 cat >>conftest.$ac_ext <<_ACEOF
18930 /* end confdefs.h. */
18931 $ac_includes_default
18932 typedef ssize_t ac__type_new_;
18934 main ()
18936 if ((ac__type_new_ *) 0)
18937 return 0;
18938 if (sizeof (ac__type_new_))
18939 return 0;
18941 return 0;
18943 _ACEOF
18944 rm -f conftest.$ac_objext
18945 if { (ac_try="$ac_compile"
18946 case "(($ac_try" in
18947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18948 *) ac_try_echo=$ac_try;;
18949 esac
18950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18951 (eval "$ac_compile") 2>conftest.er1
18952 ac_status=$?
18953 grep -v '^ *+' conftest.er1 >conftest.err
18954 rm -f conftest.er1
18955 cat conftest.err >&5
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); } && {
18958 test -z "$ac_c_werror_flag" ||
18959 test ! -s conftest.err
18960 } && test -s conftest.$ac_objext; then
18961 ac_cv_type_ssize_t=yes
18962 else
18963 echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.$ac_ext >&5
18966 ac_cv_type_ssize_t=no
18969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18971 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18972 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18973 if test $ac_cv_type_ssize_t = yes; then
18975 cat >>confdefs.h <<_ACEOF
18976 #define HAVE_SSIZE_T 1
18977 _ACEOF
18981 { echo "$as_me:$LINENO: checking for long long" >&5
18982 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18983 if test "${ac_cv_type_long_long+set}" = set; then
18984 echo $ECHO_N "(cached) $ECHO_C" >&6
18985 else
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18992 $ac_includes_default
18993 typedef long long ac__type_new_;
18995 main ()
18997 if ((ac__type_new_ *) 0)
18998 return 0;
18999 if (sizeof (ac__type_new_))
19000 return 0;
19002 return 0;
19004 _ACEOF
19005 rm -f conftest.$ac_objext
19006 if { (ac_try="$ac_compile"
19007 case "(($ac_try" in
19008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19009 *) ac_try_echo=$ac_try;;
19010 esac
19011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19012 (eval "$ac_compile") 2>conftest.er1
19013 ac_status=$?
19014 grep -v '^ *+' conftest.er1 >conftest.err
19015 rm -f conftest.er1
19016 cat conftest.err >&5
19017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); } && {
19019 test -z "$ac_c_werror_flag" ||
19020 test ! -s conftest.err
19021 } && test -s conftest.$ac_objext; then
19022 ac_cv_type_long_long=yes
19023 else
19024 echo "$as_me: failed program was:" >&5
19025 sed 's/^/| /' conftest.$ac_ext >&5
19027 ac_cv_type_long_long=no
19030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19032 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19033 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19034 if test $ac_cv_type_long_long = yes; then
19036 cat >>confdefs.h <<_ACEOF
19037 #define HAVE_LONG_LONG 1
19038 _ACEOF
19042 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19043 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19044 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19045 echo $ECHO_N "(cached) $ECHO_C" >&6
19046 else
19047 cat >conftest.$ac_ext <<_ACEOF
19048 /* confdefs.h. */
19049 _ACEOF
19050 cat confdefs.h >>conftest.$ac_ext
19051 cat >>conftest.$ac_ext <<_ACEOF
19052 /* end confdefs.h. */
19053 $ac_includes_default
19054 typedef fsblkcnt_t ac__type_new_;
19056 main ()
19058 if ((ac__type_new_ *) 0)
19059 return 0;
19060 if (sizeof (ac__type_new_))
19061 return 0;
19063 return 0;
19065 _ACEOF
19066 rm -f conftest.$ac_objext
19067 if { (ac_try="$ac_compile"
19068 case "(($ac_try" in
19069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19070 *) ac_try_echo=$ac_try;;
19071 esac
19072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19073 (eval "$ac_compile") 2>conftest.er1
19074 ac_status=$?
19075 grep -v '^ *+' conftest.er1 >conftest.err
19076 rm -f conftest.er1
19077 cat conftest.err >&5
19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19079 (exit $ac_status); } && {
19080 test -z "$ac_c_werror_flag" ||
19081 test ! -s conftest.err
19082 } && test -s conftest.$ac_objext; then
19083 ac_cv_type_fsblkcnt_t=yes
19084 else
19085 echo "$as_me: failed program was:" >&5
19086 sed 's/^/| /' conftest.$ac_ext >&5
19088 ac_cv_type_fsblkcnt_t=no
19091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19093 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19094 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19095 if test $ac_cv_type_fsblkcnt_t = yes; then
19097 cat >>confdefs.h <<_ACEOF
19098 #define HAVE_FSBLKCNT_T 1
19099 _ACEOF
19103 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19104 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19105 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19107 else
19108 cat >conftest.$ac_ext <<_ACEOF
19109 /* confdefs.h. */
19110 _ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19114 $ac_includes_default
19115 typedef fsfilcnt_t ac__type_new_;
19117 main ()
19119 if ((ac__type_new_ *) 0)
19120 return 0;
19121 if (sizeof (ac__type_new_))
19122 return 0;
19124 return 0;
19126 _ACEOF
19127 rm -f conftest.$ac_objext
19128 if { (ac_try="$ac_compile"
19129 case "(($ac_try" in
19130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19131 *) ac_try_echo=$ac_try;;
19132 esac
19133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19134 (eval "$ac_compile") 2>conftest.er1
19135 ac_status=$?
19136 grep -v '^ *+' conftest.er1 >conftest.err
19137 rm -f conftest.er1
19138 cat conftest.err >&5
19139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140 (exit $ac_status); } && {
19141 test -z "$ac_c_werror_flag" ||
19142 test ! -s conftest.err
19143 } && test -s conftest.$ac_objext; then
19144 ac_cv_type_fsfilcnt_t=yes
19145 else
19146 echo "$as_me: failed program was:" >&5
19147 sed 's/^/| /' conftest.$ac_ext >&5
19149 ac_cv_type_fsfilcnt_t=no
19152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19154 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19155 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19156 if test $ac_cv_type_fsfilcnt_t = yes; then
19158 cat >>confdefs.h <<_ACEOF
19159 #define HAVE_FSFILCNT_T 1
19160 _ACEOF
19165 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19166 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19167 if test "${ac_cv_type_sigset_t+set}" = set; then
19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19169 else
19170 cat >conftest.$ac_ext <<_ACEOF
19171 /* confdefs.h. */
19172 _ACEOF
19173 cat confdefs.h >>conftest.$ac_ext
19174 cat >>conftest.$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19176 #include <sys/types.h>
19177 #include <signal.h>
19179 typedef sigset_t ac__type_new_;
19181 main ()
19183 if ((ac__type_new_ *) 0)
19184 return 0;
19185 if (sizeof (ac__type_new_))
19186 return 0;
19188 return 0;
19190 _ACEOF
19191 rm -f conftest.$ac_objext
19192 if { (ac_try="$ac_compile"
19193 case "(($ac_try" in
19194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19196 esac
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_compile") 2>conftest.er1
19199 ac_status=$?
19200 grep -v '^ *+' conftest.er1 >conftest.err
19201 rm -f conftest.er1
19202 cat conftest.err >&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest.$ac_objext; then
19208 ac_cv_type_sigset_t=yes
19209 else
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 ac_cv_type_sigset_t=no
19216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19218 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19219 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19220 if test $ac_cv_type_sigset_t = yes; then
19222 cat >>confdefs.h <<_ACEOF
19223 #define HAVE_SIGSET_T 1
19224 _ACEOF
19229 { echo "$as_me:$LINENO: checking for request_sense" >&5
19230 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19231 if test "${ac_cv_type_request_sense+set}" = set; then
19232 echo $ECHO_N "(cached) $ECHO_C" >&6
19233 else
19234 cat >conftest.$ac_ext <<_ACEOF
19235 /* confdefs.h. */
19236 _ACEOF
19237 cat confdefs.h >>conftest.$ac_ext
19238 cat >>conftest.$ac_ext <<_ACEOF
19239 /* end confdefs.h. */
19240 #include <linux/cdrom.h>
19242 typedef request_sense ac__type_new_;
19244 main ()
19246 if ((ac__type_new_ *) 0)
19247 return 0;
19248 if (sizeof (ac__type_new_))
19249 return 0;
19251 return 0;
19253 _ACEOF
19254 rm -f conftest.$ac_objext
19255 if { (ac_try="$ac_compile"
19256 case "(($ac_try" in
19257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19258 *) ac_try_echo=$ac_try;;
19259 esac
19260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19261 (eval "$ac_compile") 2>conftest.er1
19262 ac_status=$?
19263 grep -v '^ *+' conftest.er1 >conftest.err
19264 rm -f conftest.er1
19265 cat conftest.err >&5
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); } && {
19268 test -z "$ac_c_werror_flag" ||
19269 test ! -s conftest.err
19270 } && test -s conftest.$ac_objext; then
19271 ac_cv_type_request_sense=yes
19272 else
19273 echo "$as_me: failed program was:" >&5
19274 sed 's/^/| /' conftest.$ac_ext >&5
19276 ac_cv_type_request_sense=no
19279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19281 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19282 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19283 if test $ac_cv_type_request_sense = yes; then
19285 cat >>confdefs.h <<_ACEOF
19286 #define HAVE_REQUEST_SENSE 1
19287 _ACEOF
19293 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19294 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19295 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19296 echo $ECHO_N "(cached) $ECHO_C" >&6
19297 else
19298 cat >conftest.$ac_ext <<_ACEOF
19299 /* confdefs.h. */
19300 _ACEOF
19301 cat confdefs.h >>conftest.$ac_ext
19302 cat >>conftest.$ac_ext <<_ACEOF
19303 /* end confdefs.h. */
19304 #include <sys/types.h>
19305 #ifdef HAVE_SYS_SOCKET_H
19306 #include <sys/socket.h>
19307 #endif
19308 #ifdef HAVE_SYS_SOCKETVAR_H
19309 #include <sys/socketvar.h>
19310 #endif
19311 #ifdef HAVE_NET_ROUTE_H
19312 #include <net/route.h>
19313 #endif
19314 #ifdef HAVE_NETINET_IN_H
19315 #include <netinet/in.h>
19316 #endif
19317 #ifdef HAVE_NETINET_IN_SYSTM_H
19318 #include <netinet/in_systm.h>
19319 #endif
19320 #ifdef HAVE_NETINET_IP_H
19321 #include <netinet/ip.h>
19322 #endif
19323 #ifdef HAVE_NETINET_IN_PCB_H
19324 #include <netinet/in_pcb.h>
19325 #endif
19327 typedef struct xinpgen ac__type_new_;
19329 main ()
19331 if ((ac__type_new_ *) 0)
19332 return 0;
19333 if (sizeof (ac__type_new_))
19334 return 0;
19336 return 0;
19338 _ACEOF
19339 rm -f conftest.$ac_objext
19340 if { (ac_try="$ac_compile"
19341 case "(($ac_try" in
19342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19343 *) ac_try_echo=$ac_try;;
19344 esac
19345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19346 (eval "$ac_compile") 2>conftest.er1
19347 ac_status=$?
19348 grep -v '^ *+' conftest.er1 >conftest.err
19349 rm -f conftest.er1
19350 cat conftest.err >&5
19351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19352 (exit $ac_status); } && {
19353 test -z "$ac_c_werror_flag" ||
19354 test ! -s conftest.err
19355 } && test -s conftest.$ac_objext; then
19356 ac_cv_type_struct_xinpgen=yes
19357 else
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19361 ac_cv_type_struct_xinpgen=no
19364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19366 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19367 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19368 if test $ac_cv_type_struct_xinpgen = yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_STRUCT_XINPGEN 1
19372 _ACEOF
19378 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19379 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19380 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19381 echo $ECHO_N "(cached) $ECHO_C" >&6
19382 else
19383 cat >conftest.$ac_ext <<_ACEOF
19384 /* confdefs.h. */
19385 _ACEOF
19386 cat confdefs.h >>conftest.$ac_ext
19387 cat >>conftest.$ac_ext <<_ACEOF
19388 /* end confdefs.h. */
19389 #ifdef HAVE_LINUX_INPUT_H
19390 #include <linux/input.h>
19391 #endif
19394 main ()
19396 static struct ff_effect ac_aggr;
19397 if (ac_aggr.direction)
19398 return 0;
19400 return 0;
19402 _ACEOF
19403 rm -f conftest.$ac_objext
19404 if { (ac_try="$ac_compile"
19405 case "(($ac_try" in
19406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19407 *) ac_try_echo=$ac_try;;
19408 esac
19409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19410 (eval "$ac_compile") 2>conftest.er1
19411 ac_status=$?
19412 grep -v '^ *+' conftest.er1 >conftest.err
19413 rm -f conftest.er1
19414 cat conftest.err >&5
19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19416 (exit $ac_status); } && {
19417 test -z "$ac_c_werror_flag" ||
19418 test ! -s conftest.err
19419 } && test -s conftest.$ac_objext; then
19420 ac_cv_member_struct_ff_effect_direction=yes
19421 else
19422 echo "$as_me: failed program was:" >&5
19423 sed 's/^/| /' conftest.$ac_ext >&5
19425 cat >conftest.$ac_ext <<_ACEOF
19426 /* confdefs.h. */
19427 _ACEOF
19428 cat confdefs.h >>conftest.$ac_ext
19429 cat >>conftest.$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 #ifdef HAVE_LINUX_INPUT_H
19432 #include <linux/input.h>
19433 #endif
19436 main ()
19438 static struct ff_effect ac_aggr;
19439 if (sizeof ac_aggr.direction)
19440 return 0;
19442 return 0;
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19452 (eval "$ac_compile") 2>conftest.er1
19453 ac_status=$?
19454 grep -v '^ *+' conftest.er1 >conftest.err
19455 rm -f conftest.er1
19456 cat conftest.err >&5
19457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458 (exit $ac_status); } && {
19459 test -z "$ac_c_werror_flag" ||
19460 test ! -s conftest.err
19461 } && test -s conftest.$ac_objext; then
19462 ac_cv_member_struct_ff_effect_direction=yes
19463 else
19464 echo "$as_me: failed program was:" >&5
19465 sed 's/^/| /' conftest.$ac_ext >&5
19467 ac_cv_member_struct_ff_effect_direction=no
19470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19475 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19476 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19477 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19479 cat >>confdefs.h <<_ACEOF
19480 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19481 _ACEOF
19487 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19488 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19489 if test "${wine_cv_have_sigaddset+set}" = set; then
19490 echo $ECHO_N "(cached) $ECHO_C" >&6
19491 else
19492 cat >conftest.$ac_ext <<_ACEOF
19493 /* confdefs.h. */
19494 _ACEOF
19495 cat confdefs.h >>conftest.$ac_ext
19496 cat >>conftest.$ac_ext <<_ACEOF
19497 /* end confdefs.h. */
19498 #include <signal.h>
19500 main ()
19502 sigset_t set; sigaddset(&set,SIGTERM);
19504 return 0;
19506 _ACEOF
19507 rm -f conftest.$ac_objext conftest$ac_exeext
19508 if { (ac_try="$ac_link"
19509 case "(($ac_try" in
19510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19511 *) ac_try_echo=$ac_try;;
19512 esac
19513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19514 (eval "$ac_link") 2>conftest.er1
19515 ac_status=$?
19516 grep -v '^ *+' conftest.er1 >conftest.err
19517 rm -f conftest.er1
19518 cat conftest.err >&5
19519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); } && {
19521 test -z "$ac_c_werror_flag" ||
19522 test ! -s conftest.err
19523 } && test -s conftest$ac_exeext &&
19524 $as_test_x conftest$ac_exeext; then
19525 wine_cv_have_sigaddset=yes
19526 else
19527 echo "$as_me: failed program was:" >&5
19528 sed 's/^/| /' conftest.$ac_ext >&5
19530 wine_cv_have_sigaddset=no
19533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19534 conftest$ac_exeext conftest.$ac_ext
19536 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19537 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19538 if test "$wine_cv_have_sigaddset" = "yes"
19539 then
19541 cat >>confdefs.h <<\_ACEOF
19542 #define HAVE_SIGADDSET 1
19543 _ACEOF
19548 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19549 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19550 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19551 echo $ECHO_N "(cached) $ECHO_C" >&6
19552 else
19553 cat >conftest.$ac_ext <<_ACEOF
19554 /* confdefs.h. */
19555 _ACEOF
19556 cat confdefs.h >>conftest.$ac_ext
19557 cat >>conftest.$ac_ext <<_ACEOF
19558 /* end confdefs.h. */
19559 #include <netdb.h>
19561 main ()
19564 char *name=0;
19565 struct hostent he;
19566 struct hostent *result;
19567 char *buf=0;
19568 int bufsize=0;
19569 int res,errnr;
19570 char *addr=0;
19571 int addrlen=0;
19572 int addrtype=0;
19573 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19574 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19577 return 0;
19579 _ACEOF
19580 rm -f conftest.$ac_objext conftest$ac_exeext
19581 if { (ac_try="$ac_link"
19582 case "(($ac_try" in
19583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19584 *) ac_try_echo=$ac_try;;
19585 esac
19586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19587 (eval "$ac_link") 2>conftest.er1
19588 ac_status=$?
19589 grep -v '^ *+' conftest.er1 >conftest.err
19590 rm -f conftest.er1
19591 cat conftest.err >&5
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); } && {
19594 test -z "$ac_c_werror_flag" ||
19595 test ! -s conftest.err
19596 } && test -s conftest$ac_exeext &&
19597 $as_test_x conftest$ac_exeext; then
19598 wine_cv_linux_gethostbyname_r_6=yes
19599 else
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 wine_cv_linux_gethostbyname_r_6=no
19607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19608 conftest$ac_exeext conftest.$ac_ext
19611 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19612 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19613 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19614 then
19616 cat >>confdefs.h <<\_ACEOF
19617 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19618 _ACEOF
19622 if test "$ac_cv_header_linux_joystick_h" = "yes"
19623 then
19624 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19625 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19626 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19627 echo $ECHO_N "(cached) $ECHO_C" >&6
19628 else
19629 cat >conftest.$ac_ext <<_ACEOF
19630 /* confdefs.h. */
19631 _ACEOF
19632 cat confdefs.h >>conftest.$ac_ext
19633 cat >>conftest.$ac_ext <<_ACEOF
19634 /* end confdefs.h. */
19636 #include <sys/ioctl.h>
19637 #include <sys/types.h>
19638 #include <linux/joystick.h>
19640 struct js_event blub;
19641 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19642 #error "no 2.2 header"
19643 #endif
19646 main ()
19648 /*empty*/
19650 return 0;
19652 _ACEOF
19653 rm -f conftest.$ac_objext
19654 if { (ac_try="$ac_compile"
19655 case "(($ac_try" in
19656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19657 *) ac_try_echo=$ac_try;;
19658 esac
19659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19660 (eval "$ac_compile") 2>conftest.er1
19661 ac_status=$?
19662 grep -v '^ *+' conftest.er1 >conftest.err
19663 rm -f conftest.er1
19664 cat conftest.err >&5
19665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19666 (exit $ac_status); } && {
19667 test -z "$ac_c_werror_flag" ||
19668 test ! -s conftest.err
19669 } && test -s conftest.$ac_objext; then
19670 wine_cv_linux_joystick_22_api=yes
19671 else
19672 echo "$as_me: failed program was:" >&5
19673 sed 's/^/| /' conftest.$ac_ext >&5
19675 wine_cv_linux_joystick_22_api=no
19678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19682 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19683 if test "$wine_cv_linux_joystick_22_api" = "yes"
19684 then
19686 cat >>confdefs.h <<\_ACEOF
19687 #define HAVE_LINUX_22_JOYSTICK_API 1
19688 _ACEOF
19694 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19695 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19696 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19697 echo $ECHO_N "(cached) $ECHO_C" >&6
19698 else
19699 cat >conftest.$ac_ext <<_ACEOF
19700 /* confdefs.h. */
19701 _ACEOF
19702 cat confdefs.h >>conftest.$ac_ext
19703 cat >>conftest.$ac_ext <<_ACEOF
19704 /* end confdefs.h. */
19705 #include <sys/types.h>
19706 #ifdef HAVE_SYS_PARAM_H
19707 # include <sys/param.h>
19708 #endif
19709 #ifdef HAVE_SYS_MOUNT_H
19710 # include <sys/mount.h>
19711 #endif
19712 #ifdef HAVE_SYS_VFS_H
19713 # include <sys/vfs.h>
19714 #endif
19715 #ifdef HAVE_SYS_STATFS_H
19716 # include <sys/statfs.h>
19717 #endif
19720 main ()
19722 static struct statfs ac_aggr;
19723 if (ac_aggr.f_bfree)
19724 return 0;
19726 return 0;
19728 _ACEOF
19729 rm -f conftest.$ac_objext
19730 if { (ac_try="$ac_compile"
19731 case "(($ac_try" in
19732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19733 *) ac_try_echo=$ac_try;;
19734 esac
19735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19736 (eval "$ac_compile") 2>conftest.er1
19737 ac_status=$?
19738 grep -v '^ *+' conftest.er1 >conftest.err
19739 rm -f conftest.er1
19740 cat conftest.err >&5
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } && {
19743 test -z "$ac_c_werror_flag" ||
19744 test ! -s conftest.err
19745 } && test -s conftest.$ac_objext; then
19746 ac_cv_member_struct_statfs_f_bfree=yes
19747 else
19748 echo "$as_me: failed program was:" >&5
19749 sed 's/^/| /' conftest.$ac_ext >&5
19751 cat >conftest.$ac_ext <<_ACEOF
19752 /* confdefs.h. */
19753 _ACEOF
19754 cat confdefs.h >>conftest.$ac_ext
19755 cat >>conftest.$ac_ext <<_ACEOF
19756 /* end confdefs.h. */
19757 #include <sys/types.h>
19758 #ifdef HAVE_SYS_PARAM_H
19759 # include <sys/param.h>
19760 #endif
19761 #ifdef HAVE_SYS_MOUNT_H
19762 # include <sys/mount.h>
19763 #endif
19764 #ifdef HAVE_SYS_VFS_H
19765 # include <sys/vfs.h>
19766 #endif
19767 #ifdef HAVE_SYS_STATFS_H
19768 # include <sys/statfs.h>
19769 #endif
19772 main ()
19774 static struct statfs ac_aggr;
19775 if (sizeof ac_aggr.f_bfree)
19776 return 0;
19778 return 0;
19780 _ACEOF
19781 rm -f conftest.$ac_objext
19782 if { (ac_try="$ac_compile"
19783 case "(($ac_try" in
19784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19785 *) ac_try_echo=$ac_try;;
19786 esac
19787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19788 (eval "$ac_compile") 2>conftest.er1
19789 ac_status=$?
19790 grep -v '^ *+' conftest.er1 >conftest.err
19791 rm -f conftest.er1
19792 cat conftest.err >&5
19793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19794 (exit $ac_status); } && {
19795 test -z "$ac_c_werror_flag" ||
19796 test ! -s conftest.err
19797 } && test -s conftest.$ac_objext; then
19798 ac_cv_member_struct_statfs_f_bfree=yes
19799 else
19800 echo "$as_me: failed program was:" >&5
19801 sed 's/^/| /' conftest.$ac_ext >&5
19803 ac_cv_member_struct_statfs_f_bfree=no
19806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19811 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19812 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19813 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19815 cat >>confdefs.h <<_ACEOF
19816 #define HAVE_STRUCT_STATFS_F_BFREE 1
19817 _ACEOF
19821 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19822 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19823 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19824 echo $ECHO_N "(cached) $ECHO_C" >&6
19825 else
19826 cat >conftest.$ac_ext <<_ACEOF
19827 /* confdefs.h. */
19828 _ACEOF
19829 cat confdefs.h >>conftest.$ac_ext
19830 cat >>conftest.$ac_ext <<_ACEOF
19831 /* end confdefs.h. */
19832 #include <sys/types.h>
19833 #ifdef HAVE_SYS_PARAM_H
19834 # include <sys/param.h>
19835 #endif
19836 #ifdef HAVE_SYS_MOUNT_H
19837 # include <sys/mount.h>
19838 #endif
19839 #ifdef HAVE_SYS_VFS_H
19840 # include <sys/vfs.h>
19841 #endif
19842 #ifdef HAVE_SYS_STATFS_H
19843 # include <sys/statfs.h>
19844 #endif
19847 main ()
19849 static struct statfs ac_aggr;
19850 if (ac_aggr.f_bavail)
19851 return 0;
19853 return 0;
19855 _ACEOF
19856 rm -f conftest.$ac_objext
19857 if { (ac_try="$ac_compile"
19858 case "(($ac_try" in
19859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19860 *) ac_try_echo=$ac_try;;
19861 esac
19862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19863 (eval "$ac_compile") 2>conftest.er1
19864 ac_status=$?
19865 grep -v '^ *+' conftest.er1 >conftest.err
19866 rm -f conftest.er1
19867 cat conftest.err >&5
19868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19869 (exit $ac_status); } && {
19870 test -z "$ac_c_werror_flag" ||
19871 test ! -s conftest.err
19872 } && test -s conftest.$ac_objext; then
19873 ac_cv_member_struct_statfs_f_bavail=yes
19874 else
19875 echo "$as_me: failed program was:" >&5
19876 sed 's/^/| /' conftest.$ac_ext >&5
19878 cat >conftest.$ac_ext <<_ACEOF
19879 /* confdefs.h. */
19880 _ACEOF
19881 cat confdefs.h >>conftest.$ac_ext
19882 cat >>conftest.$ac_ext <<_ACEOF
19883 /* end confdefs.h. */
19884 #include <sys/types.h>
19885 #ifdef HAVE_SYS_PARAM_H
19886 # include <sys/param.h>
19887 #endif
19888 #ifdef HAVE_SYS_MOUNT_H
19889 # include <sys/mount.h>
19890 #endif
19891 #ifdef HAVE_SYS_VFS_H
19892 # include <sys/vfs.h>
19893 #endif
19894 #ifdef HAVE_SYS_STATFS_H
19895 # include <sys/statfs.h>
19896 #endif
19899 main ()
19901 static struct statfs ac_aggr;
19902 if (sizeof ac_aggr.f_bavail)
19903 return 0;
19905 return 0;
19907 _ACEOF
19908 rm -f conftest.$ac_objext
19909 if { (ac_try="$ac_compile"
19910 case "(($ac_try" in
19911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19912 *) ac_try_echo=$ac_try;;
19913 esac
19914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19916 ac_status=$?
19917 grep -v '^ *+' conftest.er1 >conftest.err
19918 rm -f conftest.er1
19919 cat conftest.err >&5
19920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.$ac_objext; then
19925 ac_cv_member_struct_statfs_f_bavail=yes
19926 else
19927 echo "$as_me: failed program was:" >&5
19928 sed 's/^/| /' conftest.$ac_ext >&5
19930 ac_cv_member_struct_statfs_f_bavail=no
19933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19938 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19939 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19940 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19942 cat >>confdefs.h <<_ACEOF
19943 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19944 _ACEOF
19948 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19949 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19950 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19951 echo $ECHO_N "(cached) $ECHO_C" >&6
19952 else
19953 cat >conftest.$ac_ext <<_ACEOF
19954 /* confdefs.h. */
19955 _ACEOF
19956 cat confdefs.h >>conftest.$ac_ext
19957 cat >>conftest.$ac_ext <<_ACEOF
19958 /* end confdefs.h. */
19959 #include <sys/types.h>
19960 #ifdef HAVE_SYS_PARAM_H
19961 # include <sys/param.h>
19962 #endif
19963 #ifdef HAVE_SYS_MOUNT_H
19964 # include <sys/mount.h>
19965 #endif
19966 #ifdef HAVE_SYS_VFS_H
19967 # include <sys/vfs.h>
19968 #endif
19969 #ifdef HAVE_SYS_STATFS_H
19970 # include <sys/statfs.h>
19971 #endif
19974 main ()
19976 static struct statfs ac_aggr;
19977 if (ac_aggr.f_frsize)
19978 return 0;
19980 return 0;
19982 _ACEOF
19983 rm -f conftest.$ac_objext
19984 if { (ac_try="$ac_compile"
19985 case "(($ac_try" in
19986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19987 *) ac_try_echo=$ac_try;;
19988 esac
19989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19990 (eval "$ac_compile") 2>conftest.er1
19991 ac_status=$?
19992 grep -v '^ *+' conftest.er1 >conftest.err
19993 rm -f conftest.er1
19994 cat conftest.err >&5
19995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19996 (exit $ac_status); } && {
19997 test -z "$ac_c_werror_flag" ||
19998 test ! -s conftest.err
19999 } && test -s conftest.$ac_objext; then
20000 ac_cv_member_struct_statfs_f_frsize=yes
20001 else
20002 echo "$as_me: failed program was:" >&5
20003 sed 's/^/| /' conftest.$ac_ext >&5
20005 cat >conftest.$ac_ext <<_ACEOF
20006 /* confdefs.h. */
20007 _ACEOF
20008 cat confdefs.h >>conftest.$ac_ext
20009 cat >>conftest.$ac_ext <<_ACEOF
20010 /* end confdefs.h. */
20011 #include <sys/types.h>
20012 #ifdef HAVE_SYS_PARAM_H
20013 # include <sys/param.h>
20014 #endif
20015 #ifdef HAVE_SYS_MOUNT_H
20016 # include <sys/mount.h>
20017 #endif
20018 #ifdef HAVE_SYS_VFS_H
20019 # include <sys/vfs.h>
20020 #endif
20021 #ifdef HAVE_SYS_STATFS_H
20022 # include <sys/statfs.h>
20023 #endif
20026 main ()
20028 static struct statfs ac_aggr;
20029 if (sizeof ac_aggr.f_frsize)
20030 return 0;
20032 return 0;
20034 _ACEOF
20035 rm -f conftest.$ac_objext
20036 if { (ac_try="$ac_compile"
20037 case "(($ac_try" in
20038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20039 *) ac_try_echo=$ac_try;;
20040 esac
20041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20042 (eval "$ac_compile") 2>conftest.er1
20043 ac_status=$?
20044 grep -v '^ *+' conftest.er1 >conftest.err
20045 rm -f conftest.er1
20046 cat conftest.err >&5
20047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20048 (exit $ac_status); } && {
20049 test -z "$ac_c_werror_flag" ||
20050 test ! -s conftest.err
20051 } && test -s conftest.$ac_objext; then
20052 ac_cv_member_struct_statfs_f_frsize=yes
20053 else
20054 echo "$as_me: failed program was:" >&5
20055 sed 's/^/| /' conftest.$ac_ext >&5
20057 ac_cv_member_struct_statfs_f_frsize=no
20060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20065 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20066 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20067 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20069 cat >>confdefs.h <<_ACEOF
20070 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20071 _ACEOF
20075 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20076 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20077 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20078 echo $ECHO_N "(cached) $ECHO_C" >&6
20079 else
20080 cat >conftest.$ac_ext <<_ACEOF
20081 /* confdefs.h. */
20082 _ACEOF
20083 cat confdefs.h >>conftest.$ac_ext
20084 cat >>conftest.$ac_ext <<_ACEOF
20085 /* end confdefs.h. */
20086 #include <sys/types.h>
20087 #ifdef HAVE_SYS_PARAM_H
20088 # include <sys/param.h>
20089 #endif
20090 #ifdef HAVE_SYS_MOUNT_H
20091 # include <sys/mount.h>
20092 #endif
20093 #ifdef HAVE_SYS_VFS_H
20094 # include <sys/vfs.h>
20095 #endif
20096 #ifdef HAVE_SYS_STATFS_H
20097 # include <sys/statfs.h>
20098 #endif
20101 main ()
20103 static struct statfs ac_aggr;
20104 if (ac_aggr.f_ffree)
20105 return 0;
20107 return 0;
20109 _ACEOF
20110 rm -f conftest.$ac_objext
20111 if { (ac_try="$ac_compile"
20112 case "(($ac_try" in
20113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20114 *) ac_try_echo=$ac_try;;
20115 esac
20116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20117 (eval "$ac_compile") 2>conftest.er1
20118 ac_status=$?
20119 grep -v '^ *+' conftest.er1 >conftest.err
20120 rm -f conftest.er1
20121 cat conftest.err >&5
20122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20123 (exit $ac_status); } && {
20124 test -z "$ac_c_werror_flag" ||
20125 test ! -s conftest.err
20126 } && test -s conftest.$ac_objext; then
20127 ac_cv_member_struct_statfs_f_ffree=yes
20128 else
20129 echo "$as_me: failed program was:" >&5
20130 sed 's/^/| /' conftest.$ac_ext >&5
20132 cat >conftest.$ac_ext <<_ACEOF
20133 /* confdefs.h. */
20134 _ACEOF
20135 cat confdefs.h >>conftest.$ac_ext
20136 cat >>conftest.$ac_ext <<_ACEOF
20137 /* end confdefs.h. */
20138 #include <sys/types.h>
20139 #ifdef HAVE_SYS_PARAM_H
20140 # include <sys/param.h>
20141 #endif
20142 #ifdef HAVE_SYS_MOUNT_H
20143 # include <sys/mount.h>
20144 #endif
20145 #ifdef HAVE_SYS_VFS_H
20146 # include <sys/vfs.h>
20147 #endif
20148 #ifdef HAVE_SYS_STATFS_H
20149 # include <sys/statfs.h>
20150 #endif
20153 main ()
20155 static struct statfs ac_aggr;
20156 if (sizeof ac_aggr.f_ffree)
20157 return 0;
20159 return 0;
20161 _ACEOF
20162 rm -f conftest.$ac_objext
20163 if { (ac_try="$ac_compile"
20164 case "(($ac_try" in
20165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20166 *) ac_try_echo=$ac_try;;
20167 esac
20168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20169 (eval "$ac_compile") 2>conftest.er1
20170 ac_status=$?
20171 grep -v '^ *+' conftest.er1 >conftest.err
20172 rm -f conftest.er1
20173 cat conftest.err >&5
20174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175 (exit $ac_status); } && {
20176 test -z "$ac_c_werror_flag" ||
20177 test ! -s conftest.err
20178 } && test -s conftest.$ac_objext; then
20179 ac_cv_member_struct_statfs_f_ffree=yes
20180 else
20181 echo "$as_me: failed program was:" >&5
20182 sed 's/^/| /' conftest.$ac_ext >&5
20184 ac_cv_member_struct_statfs_f_ffree=no
20187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20192 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20193 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20194 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20196 cat >>confdefs.h <<_ACEOF
20197 #define HAVE_STRUCT_STATFS_F_FFREE 1
20198 _ACEOF
20202 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20203 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20204 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20205 echo $ECHO_N "(cached) $ECHO_C" >&6
20206 else
20207 cat >conftest.$ac_ext <<_ACEOF
20208 /* confdefs.h. */
20209 _ACEOF
20210 cat confdefs.h >>conftest.$ac_ext
20211 cat >>conftest.$ac_ext <<_ACEOF
20212 /* end confdefs.h. */
20213 #include <sys/types.h>
20214 #ifdef HAVE_SYS_PARAM_H
20215 # include <sys/param.h>
20216 #endif
20217 #ifdef HAVE_SYS_MOUNT_H
20218 # include <sys/mount.h>
20219 #endif
20220 #ifdef HAVE_SYS_VFS_H
20221 # include <sys/vfs.h>
20222 #endif
20223 #ifdef HAVE_SYS_STATFS_H
20224 # include <sys/statfs.h>
20225 #endif
20228 main ()
20230 static struct statfs ac_aggr;
20231 if (ac_aggr.f_favail)
20232 return 0;
20234 return 0;
20236 _ACEOF
20237 rm -f conftest.$ac_objext
20238 if { (ac_try="$ac_compile"
20239 case "(($ac_try" in
20240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20241 *) ac_try_echo=$ac_try;;
20242 esac
20243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20244 (eval "$ac_compile") 2>conftest.er1
20245 ac_status=$?
20246 grep -v '^ *+' conftest.er1 >conftest.err
20247 rm -f conftest.er1
20248 cat conftest.err >&5
20249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20250 (exit $ac_status); } && {
20251 test -z "$ac_c_werror_flag" ||
20252 test ! -s conftest.err
20253 } && test -s conftest.$ac_objext; then
20254 ac_cv_member_struct_statfs_f_favail=yes
20255 else
20256 echo "$as_me: failed program was:" >&5
20257 sed 's/^/| /' conftest.$ac_ext >&5
20259 cat >conftest.$ac_ext <<_ACEOF
20260 /* confdefs.h. */
20261 _ACEOF
20262 cat confdefs.h >>conftest.$ac_ext
20263 cat >>conftest.$ac_ext <<_ACEOF
20264 /* end confdefs.h. */
20265 #include <sys/types.h>
20266 #ifdef HAVE_SYS_PARAM_H
20267 # include <sys/param.h>
20268 #endif
20269 #ifdef HAVE_SYS_MOUNT_H
20270 # include <sys/mount.h>
20271 #endif
20272 #ifdef HAVE_SYS_VFS_H
20273 # include <sys/vfs.h>
20274 #endif
20275 #ifdef HAVE_SYS_STATFS_H
20276 # include <sys/statfs.h>
20277 #endif
20280 main ()
20282 static struct statfs ac_aggr;
20283 if (sizeof ac_aggr.f_favail)
20284 return 0;
20286 return 0;
20288 _ACEOF
20289 rm -f conftest.$ac_objext
20290 if { (ac_try="$ac_compile"
20291 case "(($ac_try" in
20292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20293 *) ac_try_echo=$ac_try;;
20294 esac
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296 (eval "$ac_compile") 2>conftest.er1
20297 ac_status=$?
20298 grep -v '^ *+' conftest.er1 >conftest.err
20299 rm -f conftest.er1
20300 cat conftest.err >&5
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } && {
20303 test -z "$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20305 } && test -s conftest.$ac_objext; then
20306 ac_cv_member_struct_statfs_f_favail=yes
20307 else
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20311 ac_cv_member_struct_statfs_f_favail=no
20314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20319 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20320 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20321 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20323 cat >>confdefs.h <<_ACEOF
20324 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20325 _ACEOF
20329 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20330 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20331 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20332 echo $ECHO_N "(cached) $ECHO_C" >&6
20333 else
20334 cat >conftest.$ac_ext <<_ACEOF
20335 /* confdefs.h. */
20336 _ACEOF
20337 cat confdefs.h >>conftest.$ac_ext
20338 cat >>conftest.$ac_ext <<_ACEOF
20339 /* end confdefs.h. */
20340 #include <sys/types.h>
20341 #ifdef HAVE_SYS_PARAM_H
20342 # include <sys/param.h>
20343 #endif
20344 #ifdef HAVE_SYS_MOUNT_H
20345 # include <sys/mount.h>
20346 #endif
20347 #ifdef HAVE_SYS_VFS_H
20348 # include <sys/vfs.h>
20349 #endif
20350 #ifdef HAVE_SYS_STATFS_H
20351 # include <sys/statfs.h>
20352 #endif
20355 main ()
20357 static struct statfs ac_aggr;
20358 if (ac_aggr.f_namelen)
20359 return 0;
20361 return 0;
20363 _ACEOF
20364 rm -f conftest.$ac_objext
20365 if { (ac_try="$ac_compile"
20366 case "(($ac_try" in
20367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20368 *) ac_try_echo=$ac_try;;
20369 esac
20370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20371 (eval "$ac_compile") 2>conftest.er1
20372 ac_status=$?
20373 grep -v '^ *+' conftest.er1 >conftest.err
20374 rm -f conftest.er1
20375 cat conftest.err >&5
20376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377 (exit $ac_status); } && {
20378 test -z "$ac_c_werror_flag" ||
20379 test ! -s conftest.err
20380 } && test -s conftest.$ac_objext; then
20381 ac_cv_member_struct_statfs_f_namelen=yes
20382 else
20383 echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.$ac_ext >&5
20386 cat >conftest.$ac_ext <<_ACEOF
20387 /* confdefs.h. */
20388 _ACEOF
20389 cat confdefs.h >>conftest.$ac_ext
20390 cat >>conftest.$ac_ext <<_ACEOF
20391 /* end confdefs.h. */
20392 #include <sys/types.h>
20393 #ifdef HAVE_SYS_PARAM_H
20394 # include <sys/param.h>
20395 #endif
20396 #ifdef HAVE_SYS_MOUNT_H
20397 # include <sys/mount.h>
20398 #endif
20399 #ifdef HAVE_SYS_VFS_H
20400 # include <sys/vfs.h>
20401 #endif
20402 #ifdef HAVE_SYS_STATFS_H
20403 # include <sys/statfs.h>
20404 #endif
20407 main ()
20409 static struct statfs ac_aggr;
20410 if (sizeof ac_aggr.f_namelen)
20411 return 0;
20413 return 0;
20415 _ACEOF
20416 rm -f conftest.$ac_objext
20417 if { (ac_try="$ac_compile"
20418 case "(($ac_try" in
20419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20420 *) ac_try_echo=$ac_try;;
20421 esac
20422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20423 (eval "$ac_compile") 2>conftest.er1
20424 ac_status=$?
20425 grep -v '^ *+' conftest.er1 >conftest.err
20426 rm -f conftest.er1
20427 cat conftest.err >&5
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); } && {
20430 test -z "$ac_c_werror_flag" ||
20431 test ! -s conftest.err
20432 } && test -s conftest.$ac_objext; then
20433 ac_cv_member_struct_statfs_f_namelen=yes
20434 else
20435 echo "$as_me: failed program was:" >&5
20436 sed 's/^/| /' conftest.$ac_ext >&5
20438 ac_cv_member_struct_statfs_f_namelen=no
20441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20446 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20447 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20448 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20450 cat >>confdefs.h <<_ACEOF
20451 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20452 _ACEOF
20458 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20459 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20460 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20461 echo $ECHO_N "(cached) $ECHO_C" >&6
20462 else
20463 cat >conftest.$ac_ext <<_ACEOF
20464 /* confdefs.h. */
20465 _ACEOF
20466 cat confdefs.h >>conftest.$ac_ext
20467 cat >>conftest.$ac_ext <<_ACEOF
20468 /* end confdefs.h. */
20469 #ifdef HAVE_SYS_STATVFS_H
20470 #include <sys/statvfs.h>
20471 #endif
20474 main ()
20476 static struct statvfs ac_aggr;
20477 if (ac_aggr.f_blocks)
20478 return 0;
20480 return 0;
20482 _ACEOF
20483 rm -f conftest.$ac_objext
20484 if { (ac_try="$ac_compile"
20485 case "(($ac_try" in
20486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20487 *) ac_try_echo=$ac_try;;
20488 esac
20489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20490 (eval "$ac_compile") 2>conftest.er1
20491 ac_status=$?
20492 grep -v '^ *+' conftest.er1 >conftest.err
20493 rm -f conftest.er1
20494 cat conftest.err >&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); } && {
20497 test -z "$ac_c_werror_flag" ||
20498 test ! -s conftest.err
20499 } && test -s conftest.$ac_objext; then
20500 ac_cv_member_struct_statvfs_f_blocks=yes
20501 else
20502 echo "$as_me: failed program was:" >&5
20503 sed 's/^/| /' conftest.$ac_ext >&5
20505 cat >conftest.$ac_ext <<_ACEOF
20506 /* confdefs.h. */
20507 _ACEOF
20508 cat confdefs.h >>conftest.$ac_ext
20509 cat >>conftest.$ac_ext <<_ACEOF
20510 /* end confdefs.h. */
20511 #ifdef HAVE_SYS_STATVFS_H
20512 #include <sys/statvfs.h>
20513 #endif
20516 main ()
20518 static struct statvfs ac_aggr;
20519 if (sizeof ac_aggr.f_blocks)
20520 return 0;
20522 return 0;
20524 _ACEOF
20525 rm -f conftest.$ac_objext
20526 if { (ac_try="$ac_compile"
20527 case "(($ac_try" in
20528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20529 *) ac_try_echo=$ac_try;;
20530 esac
20531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20532 (eval "$ac_compile") 2>conftest.er1
20533 ac_status=$?
20534 grep -v '^ *+' conftest.er1 >conftest.err
20535 rm -f conftest.er1
20536 cat conftest.err >&5
20537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20538 (exit $ac_status); } && {
20539 test -z "$ac_c_werror_flag" ||
20540 test ! -s conftest.err
20541 } && test -s conftest.$ac_objext; then
20542 ac_cv_member_struct_statvfs_f_blocks=yes
20543 else
20544 echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.$ac_ext >&5
20547 ac_cv_member_struct_statvfs_f_blocks=no
20550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20555 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20556 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20557 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20559 cat >>confdefs.h <<_ACEOF
20560 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20561 _ACEOF
20567 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20568 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20569 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20570 echo $ECHO_N "(cached) $ECHO_C" >&6
20571 else
20572 cat >conftest.$ac_ext <<_ACEOF
20573 /* confdefs.h. */
20574 _ACEOF
20575 cat confdefs.h >>conftest.$ac_ext
20576 cat >>conftest.$ac_ext <<_ACEOF
20577 /* end confdefs.h. */
20578 #include <sys/types.h>
20579 #ifdef HAVE_SYS_SOCKET_H
20580 # include <sys/socket.h>
20581 #endif
20582 #ifdef HAVE_SYS_UN_H
20583 # include <sys/un.h>
20584 #endif
20587 main ()
20589 static struct msghdr ac_aggr;
20590 if (ac_aggr.msg_accrights)
20591 return 0;
20593 return 0;
20595 _ACEOF
20596 rm -f conftest.$ac_objext
20597 if { (ac_try="$ac_compile"
20598 case "(($ac_try" in
20599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20600 *) ac_try_echo=$ac_try;;
20601 esac
20602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20603 (eval "$ac_compile") 2>conftest.er1
20604 ac_status=$?
20605 grep -v '^ *+' conftest.er1 >conftest.err
20606 rm -f conftest.er1
20607 cat conftest.err >&5
20608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20609 (exit $ac_status); } && {
20610 test -z "$ac_c_werror_flag" ||
20611 test ! -s conftest.err
20612 } && test -s conftest.$ac_objext; then
20613 ac_cv_member_struct_msghdr_msg_accrights=yes
20614 else
20615 echo "$as_me: failed program was:" >&5
20616 sed 's/^/| /' conftest.$ac_ext >&5
20618 cat >conftest.$ac_ext <<_ACEOF
20619 /* confdefs.h. */
20620 _ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <sys/types.h>
20625 #ifdef HAVE_SYS_SOCKET_H
20626 # include <sys/socket.h>
20627 #endif
20628 #ifdef HAVE_SYS_UN_H
20629 # include <sys/un.h>
20630 #endif
20633 main ()
20635 static struct msghdr ac_aggr;
20636 if (sizeof ac_aggr.msg_accrights)
20637 return 0;
20639 return 0;
20641 _ACEOF
20642 rm -f conftest.$ac_objext
20643 if { (ac_try="$ac_compile"
20644 case "(($ac_try" in
20645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20646 *) ac_try_echo=$ac_try;;
20647 esac
20648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20649 (eval "$ac_compile") 2>conftest.er1
20650 ac_status=$?
20651 grep -v '^ *+' conftest.er1 >conftest.err
20652 rm -f conftest.er1
20653 cat conftest.err >&5
20654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655 (exit $ac_status); } && {
20656 test -z "$ac_c_werror_flag" ||
20657 test ! -s conftest.err
20658 } && test -s conftest.$ac_objext; then
20659 ac_cv_member_struct_msghdr_msg_accrights=yes
20660 else
20661 echo "$as_me: failed program was:" >&5
20662 sed 's/^/| /' conftest.$ac_ext >&5
20664 ac_cv_member_struct_msghdr_msg_accrights=no
20667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20672 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20673 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20674 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20676 cat >>confdefs.h <<_ACEOF
20677 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20678 _ACEOF
20682 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20683 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20684 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20685 echo $ECHO_N "(cached) $ECHO_C" >&6
20686 else
20687 cat >conftest.$ac_ext <<_ACEOF
20688 /* confdefs.h. */
20689 _ACEOF
20690 cat confdefs.h >>conftest.$ac_ext
20691 cat >>conftest.$ac_ext <<_ACEOF
20692 /* end confdefs.h. */
20693 #include <sys/types.h>
20694 #ifdef HAVE_SYS_SOCKET_H
20695 # include <sys/socket.h>
20696 #endif
20697 #ifdef HAVE_SYS_UN_H
20698 # include <sys/un.h>
20699 #endif
20702 main ()
20704 static struct sockaddr ac_aggr;
20705 if (ac_aggr.sa_len)
20706 return 0;
20708 return 0;
20710 _ACEOF
20711 rm -f conftest.$ac_objext
20712 if { (ac_try="$ac_compile"
20713 case "(($ac_try" in
20714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20715 *) ac_try_echo=$ac_try;;
20716 esac
20717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20718 (eval "$ac_compile") 2>conftest.er1
20719 ac_status=$?
20720 grep -v '^ *+' conftest.er1 >conftest.err
20721 rm -f conftest.er1
20722 cat conftest.err >&5
20723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20724 (exit $ac_status); } && {
20725 test -z "$ac_c_werror_flag" ||
20726 test ! -s conftest.err
20727 } && test -s conftest.$ac_objext; then
20728 ac_cv_member_struct_sockaddr_sa_len=yes
20729 else
20730 echo "$as_me: failed program was:" >&5
20731 sed 's/^/| /' conftest.$ac_ext >&5
20733 cat >conftest.$ac_ext <<_ACEOF
20734 /* confdefs.h. */
20735 _ACEOF
20736 cat confdefs.h >>conftest.$ac_ext
20737 cat >>conftest.$ac_ext <<_ACEOF
20738 /* end confdefs.h. */
20739 #include <sys/types.h>
20740 #ifdef HAVE_SYS_SOCKET_H
20741 # include <sys/socket.h>
20742 #endif
20743 #ifdef HAVE_SYS_UN_H
20744 # include <sys/un.h>
20745 #endif
20748 main ()
20750 static struct sockaddr ac_aggr;
20751 if (sizeof ac_aggr.sa_len)
20752 return 0;
20754 return 0;
20756 _ACEOF
20757 rm -f conftest.$ac_objext
20758 if { (ac_try="$ac_compile"
20759 case "(($ac_try" in
20760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20761 *) ac_try_echo=$ac_try;;
20762 esac
20763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20764 (eval "$ac_compile") 2>conftest.er1
20765 ac_status=$?
20766 grep -v '^ *+' conftest.er1 >conftest.err
20767 rm -f conftest.er1
20768 cat conftest.err >&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } && {
20771 test -z "$ac_c_werror_flag" ||
20772 test ! -s conftest.err
20773 } && test -s conftest.$ac_objext; then
20774 ac_cv_member_struct_sockaddr_sa_len=yes
20775 else
20776 echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20779 ac_cv_member_struct_sockaddr_sa_len=no
20782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20788 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20789 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20791 cat >>confdefs.h <<_ACEOF
20792 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20793 _ACEOF
20797 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20798 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20799 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20800 echo $ECHO_N "(cached) $ECHO_C" >&6
20801 else
20802 cat >conftest.$ac_ext <<_ACEOF
20803 /* confdefs.h. */
20804 _ACEOF
20805 cat confdefs.h >>conftest.$ac_ext
20806 cat >>conftest.$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20808 #include <sys/types.h>
20809 #ifdef HAVE_SYS_SOCKET_H
20810 # include <sys/socket.h>
20811 #endif
20812 #ifdef HAVE_SYS_UN_H
20813 # include <sys/un.h>
20814 #endif
20817 main ()
20819 static struct sockaddr_un ac_aggr;
20820 if (ac_aggr.sun_len)
20821 return 0;
20823 return 0;
20825 _ACEOF
20826 rm -f conftest.$ac_objext
20827 if { (ac_try="$ac_compile"
20828 case "(($ac_try" in
20829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20830 *) ac_try_echo=$ac_try;;
20831 esac
20832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20833 (eval "$ac_compile") 2>conftest.er1
20834 ac_status=$?
20835 grep -v '^ *+' conftest.er1 >conftest.err
20836 rm -f conftest.er1
20837 cat conftest.err >&5
20838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20839 (exit $ac_status); } && {
20840 test -z "$ac_c_werror_flag" ||
20841 test ! -s conftest.err
20842 } && test -s conftest.$ac_objext; then
20843 ac_cv_member_struct_sockaddr_un_sun_len=yes
20844 else
20845 echo "$as_me: failed program was:" >&5
20846 sed 's/^/| /' conftest.$ac_ext >&5
20848 cat >conftest.$ac_ext <<_ACEOF
20849 /* confdefs.h. */
20850 _ACEOF
20851 cat confdefs.h >>conftest.$ac_ext
20852 cat >>conftest.$ac_ext <<_ACEOF
20853 /* end confdefs.h. */
20854 #include <sys/types.h>
20855 #ifdef HAVE_SYS_SOCKET_H
20856 # include <sys/socket.h>
20857 #endif
20858 #ifdef HAVE_SYS_UN_H
20859 # include <sys/un.h>
20860 #endif
20863 main ()
20865 static struct sockaddr_un ac_aggr;
20866 if (sizeof ac_aggr.sun_len)
20867 return 0;
20869 return 0;
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876 *) ac_try_echo=$ac_try;;
20877 esac
20878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_compile") 2>conftest.er1
20880 ac_status=$?
20881 grep -v '^ *+' conftest.er1 >conftest.err
20882 rm -f conftest.er1
20883 cat conftest.err >&5
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); } && {
20886 test -z "$ac_c_werror_flag" ||
20887 test ! -s conftest.err
20888 } && test -s conftest.$ac_objext; then
20889 ac_cv_member_struct_sockaddr_un_sun_len=yes
20890 else
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20894 ac_cv_member_struct_sockaddr_un_sun_len=no
20897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20902 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20903 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20904 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20906 cat >>confdefs.h <<_ACEOF
20907 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20908 _ACEOF
20914 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20915 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20916 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20917 echo $ECHO_N "(cached) $ECHO_C" >&6
20918 else
20919 cat >conftest.$ac_ext <<_ACEOF
20920 /* confdefs.h. */
20921 _ACEOF
20922 cat confdefs.h >>conftest.$ac_ext
20923 cat >>conftest.$ac_ext <<_ACEOF
20924 /* end confdefs.h. */
20925 #include <sys/types.h>
20926 #ifdef HAVE_SCSI_SG_H
20927 #include <scsi/sg.h>
20928 #endif
20931 main ()
20933 static scsireq_t ac_aggr;
20934 if (ac_aggr.cmd)
20935 return 0;
20937 return 0;
20939 _ACEOF
20940 rm -f conftest.$ac_objext
20941 if { (ac_try="$ac_compile"
20942 case "(($ac_try" in
20943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20944 *) ac_try_echo=$ac_try;;
20945 esac
20946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20947 (eval "$ac_compile") 2>conftest.er1
20948 ac_status=$?
20949 grep -v '^ *+' conftest.er1 >conftest.err
20950 rm -f conftest.er1
20951 cat conftest.err >&5
20952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953 (exit $ac_status); } && {
20954 test -z "$ac_c_werror_flag" ||
20955 test ! -s conftest.err
20956 } && test -s conftest.$ac_objext; then
20957 ac_cv_member_scsireq_t_cmd=yes
20958 else
20959 echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20962 cat >conftest.$ac_ext <<_ACEOF
20963 /* confdefs.h. */
20964 _ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h. */
20968 #include <sys/types.h>
20969 #ifdef HAVE_SCSI_SG_H
20970 #include <scsi/sg.h>
20971 #endif
20974 main ()
20976 static scsireq_t ac_aggr;
20977 if (sizeof ac_aggr.cmd)
20978 return 0;
20980 return 0;
20982 _ACEOF
20983 rm -f conftest.$ac_objext
20984 if { (ac_try="$ac_compile"
20985 case "(($ac_try" in
20986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20987 *) ac_try_echo=$ac_try;;
20988 esac
20989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20990 (eval "$ac_compile") 2>conftest.er1
20991 ac_status=$?
20992 grep -v '^ *+' conftest.er1 >conftest.err
20993 rm -f conftest.er1
20994 cat conftest.err >&5
20995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20996 (exit $ac_status); } && {
20997 test -z "$ac_c_werror_flag" ||
20998 test ! -s conftest.err
20999 } && test -s conftest.$ac_objext; then
21000 ac_cv_member_scsireq_t_cmd=yes
21001 else
21002 echo "$as_me: failed program was:" >&5
21003 sed 's/^/| /' conftest.$ac_ext >&5
21005 ac_cv_member_scsireq_t_cmd=no
21008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21013 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21014 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21015 if test $ac_cv_member_scsireq_t_cmd = yes; then
21017 cat >>confdefs.h <<_ACEOF
21018 #define HAVE_SCSIREQ_T_CMD 1
21019 _ACEOF
21023 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21024 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21025 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21026 echo $ECHO_N "(cached) $ECHO_C" >&6
21027 else
21028 cat >conftest.$ac_ext <<_ACEOF
21029 /* confdefs.h. */
21030 _ACEOF
21031 cat confdefs.h >>conftest.$ac_ext
21032 cat >>conftest.$ac_ext <<_ACEOF
21033 /* end confdefs.h. */
21034 #include <sys/types.h>
21035 #ifdef HAVE_SCSI_SG_H
21036 #include <scsi/sg.h>
21037 #endif
21040 main ()
21042 static sg_io_hdr_t ac_aggr;
21043 if (ac_aggr.interface_id)
21044 return 0;
21046 return 0;
21048 _ACEOF
21049 rm -f conftest.$ac_objext
21050 if { (ac_try="$ac_compile"
21051 case "(($ac_try" in
21052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21053 *) ac_try_echo=$ac_try;;
21054 esac
21055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21056 (eval "$ac_compile") 2>conftest.er1
21057 ac_status=$?
21058 grep -v '^ *+' conftest.er1 >conftest.err
21059 rm -f conftest.er1
21060 cat conftest.err >&5
21061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } && {
21063 test -z "$ac_c_werror_flag" ||
21064 test ! -s conftest.err
21065 } && test -s conftest.$ac_objext; then
21066 ac_cv_member_sg_io_hdr_t_interface_id=yes
21067 else
21068 echo "$as_me: failed program was:" >&5
21069 sed 's/^/| /' conftest.$ac_ext >&5
21071 cat >conftest.$ac_ext <<_ACEOF
21072 /* confdefs.h. */
21073 _ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 #include <sys/types.h>
21078 #ifdef HAVE_SCSI_SG_H
21079 #include <scsi/sg.h>
21080 #endif
21083 main ()
21085 static sg_io_hdr_t ac_aggr;
21086 if (sizeof ac_aggr.interface_id)
21087 return 0;
21089 return 0;
21091 _ACEOF
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096 *) ac_try_echo=$ac_try;;
21097 esac
21098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21099 (eval "$ac_compile") 2>conftest.er1
21100 ac_status=$?
21101 grep -v '^ *+' conftest.er1 >conftest.err
21102 rm -f conftest.er1
21103 cat conftest.err >&5
21104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105 (exit $ac_status); } && {
21106 test -z "$ac_c_werror_flag" ||
21107 test ! -s conftest.err
21108 } && test -s conftest.$ac_objext; then
21109 ac_cv_member_sg_io_hdr_t_interface_id=yes
21110 else
21111 echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5
21114 ac_cv_member_sg_io_hdr_t_interface_id=no
21117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21122 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21123 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21124 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21126 cat >>confdefs.h <<_ACEOF
21127 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21128 _ACEOF
21134 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21135 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21136 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21137 echo $ECHO_N "(cached) $ECHO_C" >&6
21138 else
21139 cat >conftest.$ac_ext <<_ACEOF
21140 /* confdefs.h. */
21141 _ACEOF
21142 cat confdefs.h >>conftest.$ac_ext
21143 cat >>conftest.$ac_ext <<_ACEOF
21144 /* end confdefs.h. */
21145 #include <signal.h>
21148 main ()
21150 static siginfo_t ac_aggr;
21151 if (ac_aggr.si_fd)
21152 return 0;
21154 return 0;
21156 _ACEOF
21157 rm -f conftest.$ac_objext
21158 if { (ac_try="$ac_compile"
21159 case "(($ac_try" in
21160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21161 *) ac_try_echo=$ac_try;;
21162 esac
21163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21164 (eval "$ac_compile") 2>conftest.er1
21165 ac_status=$?
21166 grep -v '^ *+' conftest.er1 >conftest.err
21167 rm -f conftest.er1
21168 cat conftest.err >&5
21169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21170 (exit $ac_status); } && {
21171 test -z "$ac_c_werror_flag" ||
21172 test ! -s conftest.err
21173 } && test -s conftest.$ac_objext; then
21174 ac_cv_member_siginfo_t_si_fd=yes
21175 else
21176 echo "$as_me: failed program was:" >&5
21177 sed 's/^/| /' conftest.$ac_ext >&5
21179 cat >conftest.$ac_ext <<_ACEOF
21180 /* confdefs.h. */
21181 _ACEOF
21182 cat confdefs.h >>conftest.$ac_ext
21183 cat >>conftest.$ac_ext <<_ACEOF
21184 /* end confdefs.h. */
21185 #include <signal.h>
21188 main ()
21190 static siginfo_t ac_aggr;
21191 if (sizeof ac_aggr.si_fd)
21192 return 0;
21194 return 0;
21196 _ACEOF
21197 rm -f conftest.$ac_objext
21198 if { (ac_try="$ac_compile"
21199 case "(($ac_try" in
21200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21201 *) ac_try_echo=$ac_try;;
21202 esac
21203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21204 (eval "$ac_compile") 2>conftest.er1
21205 ac_status=$?
21206 grep -v '^ *+' conftest.er1 >conftest.err
21207 rm -f conftest.er1
21208 cat conftest.err >&5
21209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21210 (exit $ac_status); } && {
21211 test -z "$ac_c_werror_flag" ||
21212 test ! -s conftest.err
21213 } && test -s conftest.$ac_objext; then
21214 ac_cv_member_siginfo_t_si_fd=yes
21215 else
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.$ac_ext >&5
21219 ac_cv_member_siginfo_t_si_fd=no
21222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21225 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21227 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21228 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21229 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21231 cat >>confdefs.h <<_ACEOF
21232 #define HAVE_SIGINFO_T_SI_FD 1
21233 _ACEOF
21239 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21240 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21241 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21242 echo $ECHO_N "(cached) $ECHO_C" >&6
21243 else
21244 cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h. */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h. */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_MTIO_H
21252 #include <sys/mtio.h>
21253 #endif
21256 main ()
21258 static struct mtget ac_aggr;
21259 if (ac_aggr.mt_blksiz)
21260 return 0;
21262 return 0;
21264 _ACEOF
21265 rm -f conftest.$ac_objext
21266 if { (ac_try="$ac_compile"
21267 case "(($ac_try" in
21268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21269 *) ac_try_echo=$ac_try;;
21270 esac
21271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21272 (eval "$ac_compile") 2>conftest.er1
21273 ac_status=$?
21274 grep -v '^ *+' conftest.er1 >conftest.err
21275 rm -f conftest.er1
21276 cat conftest.err >&5
21277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21278 (exit $ac_status); } && {
21279 test -z "$ac_c_werror_flag" ||
21280 test ! -s conftest.err
21281 } && test -s conftest.$ac_objext; then
21282 ac_cv_member_struct_mtget_mt_blksiz=yes
21283 else
21284 echo "$as_me: failed program was:" >&5
21285 sed 's/^/| /' conftest.$ac_ext >&5
21287 cat >conftest.$ac_ext <<_ACEOF
21288 /* confdefs.h. */
21289 _ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <sys/types.h>
21294 #ifdef HAVE_SYS_MTIO_H
21295 #include <sys/mtio.h>
21296 #endif
21299 main ()
21301 static struct mtget ac_aggr;
21302 if (sizeof ac_aggr.mt_blksiz)
21303 return 0;
21305 return 0;
21307 _ACEOF
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21312 *) ac_try_echo=$ac_try;;
21313 esac
21314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21315 (eval "$ac_compile") 2>conftest.er1
21316 ac_status=$?
21317 grep -v '^ *+' conftest.er1 >conftest.err
21318 rm -f conftest.er1
21319 cat conftest.err >&5
21320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21321 (exit $ac_status); } && {
21322 test -z "$ac_c_werror_flag" ||
21323 test ! -s conftest.err
21324 } && test -s conftest.$ac_objext; then
21325 ac_cv_member_struct_mtget_mt_blksiz=yes
21326 else
21327 echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.$ac_ext >&5
21330 ac_cv_member_struct_mtget_mt_blksiz=no
21333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21339 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21340 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21342 cat >>confdefs.h <<_ACEOF
21343 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21344 _ACEOF
21348 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21349 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21350 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21351 echo $ECHO_N "(cached) $ECHO_C" >&6
21352 else
21353 cat >conftest.$ac_ext <<_ACEOF
21354 /* confdefs.h. */
21355 _ACEOF
21356 cat confdefs.h >>conftest.$ac_ext
21357 cat >>conftest.$ac_ext <<_ACEOF
21358 /* end confdefs.h. */
21359 #include <sys/types.h>
21360 #ifdef HAVE_SYS_MTIO_H
21361 #include <sys/mtio.h>
21362 #endif
21365 main ()
21367 static struct mtget ac_aggr;
21368 if (ac_aggr.mt_gstat)
21369 return 0;
21371 return 0;
21373 _ACEOF
21374 rm -f conftest.$ac_objext
21375 if { (ac_try="$ac_compile"
21376 case "(($ac_try" in
21377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21378 *) ac_try_echo=$ac_try;;
21379 esac
21380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21381 (eval "$ac_compile") 2>conftest.er1
21382 ac_status=$?
21383 grep -v '^ *+' conftest.er1 >conftest.err
21384 rm -f conftest.er1
21385 cat conftest.err >&5
21386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21387 (exit $ac_status); } && {
21388 test -z "$ac_c_werror_flag" ||
21389 test ! -s conftest.err
21390 } && test -s conftest.$ac_objext; then
21391 ac_cv_member_struct_mtget_mt_gstat=yes
21392 else
21393 echo "$as_me: failed program was:" >&5
21394 sed 's/^/| /' conftest.$ac_ext >&5
21396 cat >conftest.$ac_ext <<_ACEOF
21397 /* confdefs.h. */
21398 _ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21402 #include <sys/types.h>
21403 #ifdef HAVE_SYS_MTIO_H
21404 #include <sys/mtio.h>
21405 #endif
21408 main ()
21410 static struct mtget ac_aggr;
21411 if (sizeof ac_aggr.mt_gstat)
21412 return 0;
21414 return 0;
21416 _ACEOF
21417 rm -f conftest.$ac_objext
21418 if { (ac_try="$ac_compile"
21419 case "(($ac_try" in
21420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21421 *) ac_try_echo=$ac_try;;
21422 esac
21423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21424 (eval "$ac_compile") 2>conftest.er1
21425 ac_status=$?
21426 grep -v '^ *+' conftest.er1 >conftest.err
21427 rm -f conftest.er1
21428 cat conftest.err >&5
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && {
21431 test -z "$ac_c_werror_flag" ||
21432 test ! -s conftest.err
21433 } && test -s conftest.$ac_objext; then
21434 ac_cv_member_struct_mtget_mt_gstat=yes
21435 else
21436 echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.$ac_ext >&5
21439 ac_cv_member_struct_mtget_mt_gstat=no
21442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21448 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21449 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21451 cat >>confdefs.h <<_ACEOF
21452 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21453 _ACEOF
21457 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21458 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21459 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21460 echo $ECHO_N "(cached) $ECHO_C" >&6
21461 else
21462 cat >conftest.$ac_ext <<_ACEOF
21463 /* confdefs.h. */
21464 _ACEOF
21465 cat confdefs.h >>conftest.$ac_ext
21466 cat >>conftest.$ac_ext <<_ACEOF
21467 /* end confdefs.h. */
21468 #include <sys/types.h>
21469 #ifdef HAVE_SYS_MTIO_H
21470 #include <sys/mtio.h>
21471 #endif
21474 main ()
21476 static struct mtget ac_aggr;
21477 if (ac_aggr.mt_blkno)
21478 return 0;
21480 return 0;
21482 _ACEOF
21483 rm -f conftest.$ac_objext
21484 if { (ac_try="$ac_compile"
21485 case "(($ac_try" in
21486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21487 *) ac_try_echo=$ac_try;;
21488 esac
21489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21490 (eval "$ac_compile") 2>conftest.er1
21491 ac_status=$?
21492 grep -v '^ *+' conftest.er1 >conftest.err
21493 rm -f conftest.er1
21494 cat conftest.err >&5
21495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21496 (exit $ac_status); } && {
21497 test -z "$ac_c_werror_flag" ||
21498 test ! -s conftest.err
21499 } && test -s conftest.$ac_objext; then
21500 ac_cv_member_struct_mtget_mt_blkno=yes
21501 else
21502 echo "$as_me: failed program was:" >&5
21503 sed 's/^/| /' conftest.$ac_ext >&5
21505 cat >conftest.$ac_ext <<_ACEOF
21506 /* confdefs.h. */
21507 _ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 #include <sys/types.h>
21512 #ifdef HAVE_SYS_MTIO_H
21513 #include <sys/mtio.h>
21514 #endif
21517 main ()
21519 static struct mtget ac_aggr;
21520 if (sizeof ac_aggr.mt_blkno)
21521 return 0;
21523 return 0;
21525 _ACEOF
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21530 *) ac_try_echo=$ac_try;;
21531 esac
21532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21533 (eval "$ac_compile") 2>conftest.er1
21534 ac_status=$?
21535 grep -v '^ *+' conftest.er1 >conftest.err
21536 rm -f conftest.er1
21537 cat conftest.err >&5
21538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539 (exit $ac_status); } && {
21540 test -z "$ac_c_werror_flag" ||
21541 test ! -s conftest.err
21542 } && test -s conftest.$ac_objext; then
21543 ac_cv_member_struct_mtget_mt_blkno=yes
21544 else
21545 echo "$as_me: failed program was:" >&5
21546 sed 's/^/| /' conftest.$ac_ext >&5
21548 ac_cv_member_struct_mtget_mt_blkno=no
21551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21556 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21557 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21558 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21560 cat >>confdefs.h <<_ACEOF
21561 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21562 _ACEOF
21568 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21569 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21570 if test "${ac_cv_member_struct_option_name+set}" = set; then
21571 echo $ECHO_N "(cached) $ECHO_C" >&6
21572 else
21573 cat >conftest.$ac_ext <<_ACEOF
21574 /* confdefs.h. */
21575 _ACEOF
21576 cat confdefs.h >>conftest.$ac_ext
21577 cat >>conftest.$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 #ifdef HAVE_GETOPT_H
21580 #include <getopt.h>
21581 #endif
21584 main ()
21586 static struct option ac_aggr;
21587 if (ac_aggr.name)
21588 return 0;
21590 return 0;
21592 _ACEOF
21593 rm -f conftest.$ac_objext
21594 if { (ac_try="$ac_compile"
21595 case "(($ac_try" in
21596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21597 *) ac_try_echo=$ac_try;;
21598 esac
21599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21600 (eval "$ac_compile") 2>conftest.er1
21601 ac_status=$?
21602 grep -v '^ *+' conftest.er1 >conftest.err
21603 rm -f conftest.er1
21604 cat conftest.err >&5
21605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21606 (exit $ac_status); } && {
21607 test -z "$ac_c_werror_flag" ||
21608 test ! -s conftest.err
21609 } && test -s conftest.$ac_objext; then
21610 ac_cv_member_struct_option_name=yes
21611 else
21612 echo "$as_me: failed program was:" >&5
21613 sed 's/^/| /' conftest.$ac_ext >&5
21615 cat >conftest.$ac_ext <<_ACEOF
21616 /* confdefs.h. */
21617 _ACEOF
21618 cat confdefs.h >>conftest.$ac_ext
21619 cat >>conftest.$ac_ext <<_ACEOF
21620 /* end confdefs.h. */
21621 #ifdef HAVE_GETOPT_H
21622 #include <getopt.h>
21623 #endif
21626 main ()
21628 static struct option ac_aggr;
21629 if (sizeof ac_aggr.name)
21630 return 0;
21632 return 0;
21634 _ACEOF
21635 rm -f conftest.$ac_objext
21636 if { (ac_try="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21639 *) ac_try_echo=$ac_try;;
21640 esac
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21643 ac_status=$?
21644 grep -v '^ *+' conftest.er1 >conftest.err
21645 rm -f conftest.er1
21646 cat conftest.err >&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.$ac_objext; then
21652 ac_cv_member_struct_option_name=yes
21653 else
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.$ac_ext >&5
21657 ac_cv_member_struct_option_name=no
21660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21667 if test $ac_cv_member_struct_option_name = yes; then
21669 cat >>confdefs.h <<_ACEOF
21670 #define HAVE_STRUCT_OPTION_NAME 1
21671 _ACEOF
21677 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21678 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21681 else
21682 cat >conftest.$ac_ext <<_ACEOF
21683 /* confdefs.h. */
21684 _ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 $ac_includes_default
21690 main ()
21692 static struct stat ac_aggr;
21693 if (ac_aggr.st_blocks)
21694 return 0;
21696 return 0;
21698 _ACEOF
21699 rm -f conftest.$ac_objext
21700 if { (ac_try="$ac_compile"
21701 case "(($ac_try" in
21702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21703 *) ac_try_echo=$ac_try;;
21704 esac
21705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21706 (eval "$ac_compile") 2>conftest.er1
21707 ac_status=$?
21708 grep -v '^ *+' conftest.er1 >conftest.err
21709 rm -f conftest.er1
21710 cat conftest.err >&5
21711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21712 (exit $ac_status); } && {
21713 test -z "$ac_c_werror_flag" ||
21714 test ! -s conftest.err
21715 } && test -s conftest.$ac_objext; then
21716 ac_cv_member_struct_stat_st_blocks=yes
21717 else
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21721 cat >conftest.$ac_ext <<_ACEOF
21722 /* confdefs.h. */
21723 _ACEOF
21724 cat confdefs.h >>conftest.$ac_ext
21725 cat >>conftest.$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 $ac_includes_default
21729 main ()
21731 static struct stat ac_aggr;
21732 if (sizeof ac_aggr.st_blocks)
21733 return 0;
21735 return 0;
21737 _ACEOF
21738 rm -f conftest.$ac_objext
21739 if { (ac_try="$ac_compile"
21740 case "(($ac_try" in
21741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21742 *) ac_try_echo=$ac_try;;
21743 esac
21744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21745 (eval "$ac_compile") 2>conftest.er1
21746 ac_status=$?
21747 grep -v '^ *+' conftest.er1 >conftest.err
21748 rm -f conftest.er1
21749 cat conftest.err >&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); } && {
21752 test -z "$ac_c_werror_flag" ||
21753 test ! -s conftest.err
21754 } && test -s conftest.$ac_objext; then
21755 ac_cv_member_struct_stat_st_blocks=yes
21756 else
21757 echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.$ac_ext >&5
21760 ac_cv_member_struct_stat_st_blocks=no
21763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21768 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21769 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21770 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21772 cat >>confdefs.h <<_ACEOF
21773 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21774 _ACEOF
21778 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21779 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21780 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21781 echo $ECHO_N "(cached) $ECHO_C" >&6
21782 else
21783 cat >conftest.$ac_ext <<_ACEOF
21784 /* confdefs.h. */
21785 _ACEOF
21786 cat confdefs.h >>conftest.$ac_ext
21787 cat >>conftest.$ac_ext <<_ACEOF
21788 /* end confdefs.h. */
21789 $ac_includes_default
21791 main ()
21793 static struct stat ac_aggr;
21794 if (ac_aggr.st_mtim)
21795 return 0;
21797 return 0;
21799 _ACEOF
21800 rm -f conftest.$ac_objext
21801 if { (ac_try="$ac_compile"
21802 case "(($ac_try" in
21803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21804 *) ac_try_echo=$ac_try;;
21805 esac
21806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21807 (eval "$ac_compile") 2>conftest.er1
21808 ac_status=$?
21809 grep -v '^ *+' conftest.er1 >conftest.err
21810 rm -f conftest.er1
21811 cat conftest.err >&5
21812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21813 (exit $ac_status); } && {
21814 test -z "$ac_c_werror_flag" ||
21815 test ! -s conftest.err
21816 } && test -s conftest.$ac_objext; then
21817 ac_cv_member_struct_stat_st_mtim=yes
21818 else
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21822 cat >conftest.$ac_ext <<_ACEOF
21823 /* confdefs.h. */
21824 _ACEOF
21825 cat confdefs.h >>conftest.$ac_ext
21826 cat >>conftest.$ac_ext <<_ACEOF
21827 /* end confdefs.h. */
21828 $ac_includes_default
21830 main ()
21832 static struct stat ac_aggr;
21833 if (sizeof ac_aggr.st_mtim)
21834 return 0;
21836 return 0;
21838 _ACEOF
21839 rm -f conftest.$ac_objext
21840 if { (ac_try="$ac_compile"
21841 case "(($ac_try" in
21842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21843 *) ac_try_echo=$ac_try;;
21844 esac
21845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21846 (eval "$ac_compile") 2>conftest.er1
21847 ac_status=$?
21848 grep -v '^ *+' conftest.er1 >conftest.err
21849 rm -f conftest.er1
21850 cat conftest.err >&5
21851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21852 (exit $ac_status); } && {
21853 test -z "$ac_c_werror_flag" ||
21854 test ! -s conftest.err
21855 } && test -s conftest.$ac_objext; then
21856 ac_cv_member_struct_stat_st_mtim=yes
21857 else
21858 echo "$as_me: failed program was:" >&5
21859 sed 's/^/| /' conftest.$ac_ext >&5
21861 ac_cv_member_struct_stat_st_mtim=no
21864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21869 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21870 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21871 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21873 cat >>confdefs.h <<_ACEOF
21874 #define HAVE_STRUCT_STAT_ST_MTIM 1
21875 _ACEOF
21879 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21880 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21881 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21882 echo $ECHO_N "(cached) $ECHO_C" >&6
21883 else
21884 cat >conftest.$ac_ext <<_ACEOF
21885 /* confdefs.h. */
21886 _ACEOF
21887 cat confdefs.h >>conftest.$ac_ext
21888 cat >>conftest.$ac_ext <<_ACEOF
21889 /* end confdefs.h. */
21890 $ac_includes_default
21892 main ()
21894 static struct stat ac_aggr;
21895 if (ac_aggr.st_ctim)
21896 return 0;
21898 return 0;
21900 _ACEOF
21901 rm -f conftest.$ac_objext
21902 if { (ac_try="$ac_compile"
21903 case "(($ac_try" in
21904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21905 *) ac_try_echo=$ac_try;;
21906 esac
21907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21908 (eval "$ac_compile") 2>conftest.er1
21909 ac_status=$?
21910 grep -v '^ *+' conftest.er1 >conftest.err
21911 rm -f conftest.er1
21912 cat conftest.err >&5
21913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21914 (exit $ac_status); } && {
21915 test -z "$ac_c_werror_flag" ||
21916 test ! -s conftest.err
21917 } && test -s conftest.$ac_objext; then
21918 ac_cv_member_struct_stat_st_ctim=yes
21919 else
21920 echo "$as_me: failed program was:" >&5
21921 sed 's/^/| /' conftest.$ac_ext >&5
21923 cat >conftest.$ac_ext <<_ACEOF
21924 /* confdefs.h. */
21925 _ACEOF
21926 cat confdefs.h >>conftest.$ac_ext
21927 cat >>conftest.$ac_ext <<_ACEOF
21928 /* end confdefs.h. */
21929 $ac_includes_default
21931 main ()
21933 static struct stat ac_aggr;
21934 if (sizeof ac_aggr.st_ctim)
21935 return 0;
21937 return 0;
21939 _ACEOF
21940 rm -f conftest.$ac_objext
21941 if { (ac_try="$ac_compile"
21942 case "(($ac_try" in
21943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21944 *) ac_try_echo=$ac_try;;
21945 esac
21946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21947 (eval "$ac_compile") 2>conftest.er1
21948 ac_status=$?
21949 grep -v '^ *+' conftest.er1 >conftest.err
21950 rm -f conftest.er1
21951 cat conftest.err >&5
21952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21953 (exit $ac_status); } && {
21954 test -z "$ac_c_werror_flag" ||
21955 test ! -s conftest.err
21956 } && test -s conftest.$ac_objext; then
21957 ac_cv_member_struct_stat_st_ctim=yes
21958 else
21959 echo "$as_me: failed program was:" >&5
21960 sed 's/^/| /' conftest.$ac_ext >&5
21962 ac_cv_member_struct_stat_st_ctim=no
21965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21970 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21971 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21972 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21974 cat >>confdefs.h <<_ACEOF
21975 #define HAVE_STRUCT_STAT_ST_CTIM 1
21976 _ACEOF
21980 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21981 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21982 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21983 echo $ECHO_N "(cached) $ECHO_C" >&6
21984 else
21985 cat >conftest.$ac_ext <<_ACEOF
21986 /* confdefs.h. */
21987 _ACEOF
21988 cat confdefs.h >>conftest.$ac_ext
21989 cat >>conftest.$ac_ext <<_ACEOF
21990 /* end confdefs.h. */
21991 $ac_includes_default
21993 main ()
21995 static struct stat ac_aggr;
21996 if (ac_aggr.st_atim)
21997 return 0;
21999 return 0;
22001 _ACEOF
22002 rm -f conftest.$ac_objext
22003 if { (ac_try="$ac_compile"
22004 case "(($ac_try" in
22005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22006 *) ac_try_echo=$ac_try;;
22007 esac
22008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22009 (eval "$ac_compile") 2>conftest.er1
22010 ac_status=$?
22011 grep -v '^ *+' conftest.er1 >conftest.err
22012 rm -f conftest.er1
22013 cat conftest.err >&5
22014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22015 (exit $ac_status); } && {
22016 test -z "$ac_c_werror_flag" ||
22017 test ! -s conftest.err
22018 } && test -s conftest.$ac_objext; then
22019 ac_cv_member_struct_stat_st_atim=yes
22020 else
22021 echo "$as_me: failed program was:" >&5
22022 sed 's/^/| /' conftest.$ac_ext >&5
22024 cat >conftest.$ac_ext <<_ACEOF
22025 /* confdefs.h. */
22026 _ACEOF
22027 cat confdefs.h >>conftest.$ac_ext
22028 cat >>conftest.$ac_ext <<_ACEOF
22029 /* end confdefs.h. */
22030 $ac_includes_default
22032 main ()
22034 static struct stat ac_aggr;
22035 if (sizeof ac_aggr.st_atim)
22036 return 0;
22038 return 0;
22040 _ACEOF
22041 rm -f conftest.$ac_objext
22042 if { (ac_try="$ac_compile"
22043 case "(($ac_try" in
22044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22045 *) ac_try_echo=$ac_try;;
22046 esac
22047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22048 (eval "$ac_compile") 2>conftest.er1
22049 ac_status=$?
22050 grep -v '^ *+' conftest.er1 >conftest.err
22051 rm -f conftest.er1
22052 cat conftest.err >&5
22053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22054 (exit $ac_status); } && {
22055 test -z "$ac_c_werror_flag" ||
22056 test ! -s conftest.err
22057 } && test -s conftest.$ac_objext; then
22058 ac_cv_member_struct_stat_st_atim=yes
22059 else
22060 echo "$as_me: failed program was:" >&5
22061 sed 's/^/| /' conftest.$ac_ext >&5
22063 ac_cv_member_struct_stat_st_atim=no
22066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22071 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22072 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22073 if test $ac_cv_member_struct_stat_st_atim = yes; then
22075 cat >>confdefs.h <<_ACEOF
22076 #define HAVE_STRUCT_STAT_ST_ATIM 1
22077 _ACEOF
22083 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22084 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22085 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22086 echo $ECHO_N "(cached) $ECHO_C" >&6
22087 else
22088 cat >conftest.$ac_ext <<_ACEOF
22089 /* confdefs.h. */
22090 _ACEOF
22091 cat confdefs.h >>conftest.$ac_ext
22092 cat >>conftest.$ac_ext <<_ACEOF
22093 /* end confdefs.h. */
22094 #ifdef HAVE_SYS_TYPES_H
22095 #include <sys/types.h>
22096 #endif
22097 #ifdef HAVE_NETINET_IN_H
22098 #include <netinet/in.h>
22099 #endif
22102 main ()
22104 static struct sockaddr_in6 ac_aggr;
22105 if (ac_aggr.sin6_scope_id)
22106 return 0;
22108 return 0;
22110 _ACEOF
22111 rm -f conftest.$ac_objext
22112 if { (ac_try="$ac_compile"
22113 case "(($ac_try" in
22114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22115 *) ac_try_echo=$ac_try;;
22116 esac
22117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22118 (eval "$ac_compile") 2>conftest.er1
22119 ac_status=$?
22120 grep -v '^ *+' conftest.er1 >conftest.err
22121 rm -f conftest.er1
22122 cat conftest.err >&5
22123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); } && {
22125 test -z "$ac_c_werror_flag" ||
22126 test ! -s conftest.err
22127 } && test -s conftest.$ac_objext; then
22128 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22129 else
22130 echo "$as_me: failed program was:" >&5
22131 sed 's/^/| /' conftest.$ac_ext >&5
22133 cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h. */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 #ifdef HAVE_SYS_TYPES_H
22140 #include <sys/types.h>
22141 #endif
22142 #ifdef HAVE_NETINET_IN_H
22143 #include <netinet/in.h>
22144 #endif
22147 main ()
22149 static struct sockaddr_in6 ac_aggr;
22150 if (sizeof ac_aggr.sin6_scope_id)
22151 return 0;
22153 return 0;
22155 _ACEOF
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22160 *) ac_try_echo=$ac_try;;
22161 esac
22162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22163 (eval "$ac_compile") 2>conftest.er1
22164 ac_status=$?
22165 grep -v '^ *+' conftest.er1 >conftest.err
22166 rm -f conftest.er1
22167 cat conftest.err >&5
22168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22169 (exit $ac_status); } && {
22170 test -z "$ac_c_werror_flag" ||
22171 test ! -s conftest.err
22172 } && test -s conftest.$ac_objext; then
22173 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22174 else
22175 echo "$as_me: failed program was:" >&5
22176 sed 's/^/| /' conftest.$ac_ext >&5
22178 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22186 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22187 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22188 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22190 cat >>confdefs.h <<_ACEOF
22191 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22192 _ACEOF
22198 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22199 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22200 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22201 echo $ECHO_N "(cached) $ECHO_C" >&6
22202 else
22203 cat >conftest.$ac_ext <<_ACEOF
22204 /* confdefs.h. */
22205 _ACEOF
22206 cat confdefs.h >>conftest.$ac_ext
22207 cat >>conftest.$ac_ext <<_ACEOF
22208 /* end confdefs.h. */
22209 #ifdef HAVE_SYS_TYPES_H
22210 #include <sys/types.h>
22211 #endif
22212 #ifdef HAVE_NETINET_IN_H
22213 # include <netinet/in.h>
22214 #endif
22215 #ifdef HAVE_ARPA_NAMESER_H
22216 # include <arpa/nameser.h>
22217 #endif
22220 main ()
22222 static ns_msg ac_aggr;
22223 if (ac_aggr._msg_ptr)
22224 return 0;
22226 return 0;
22228 _ACEOF
22229 rm -f conftest.$ac_objext
22230 if { (ac_try="$ac_compile"
22231 case "(($ac_try" in
22232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22233 *) ac_try_echo=$ac_try;;
22234 esac
22235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22236 (eval "$ac_compile") 2>conftest.er1
22237 ac_status=$?
22238 grep -v '^ *+' conftest.er1 >conftest.err
22239 rm -f conftest.er1
22240 cat conftest.err >&5
22241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22242 (exit $ac_status); } && {
22243 test -z "$ac_c_werror_flag" ||
22244 test ! -s conftest.err
22245 } && test -s conftest.$ac_objext; then
22246 ac_cv_member_ns_msg__msg_ptr=yes
22247 else
22248 echo "$as_me: failed program was:" >&5
22249 sed 's/^/| /' conftest.$ac_ext >&5
22251 cat >conftest.$ac_ext <<_ACEOF
22252 /* confdefs.h. */
22253 _ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h. */
22257 #ifdef HAVE_SYS_TYPES_H
22258 #include <sys/types.h>
22259 #endif
22260 #ifdef HAVE_NETINET_IN_H
22261 # include <netinet/in.h>
22262 #endif
22263 #ifdef HAVE_ARPA_NAMESER_H
22264 # include <arpa/nameser.h>
22265 #endif
22268 main ()
22270 static ns_msg ac_aggr;
22271 if (sizeof ac_aggr._msg_ptr)
22272 return 0;
22274 return 0;
22276 _ACEOF
22277 rm -f conftest.$ac_objext
22278 if { (ac_try="$ac_compile"
22279 case "(($ac_try" in
22280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22281 *) ac_try_echo=$ac_try;;
22282 esac
22283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22284 (eval "$ac_compile") 2>conftest.er1
22285 ac_status=$?
22286 grep -v '^ *+' conftest.er1 >conftest.err
22287 rm -f conftest.er1
22288 cat conftest.err >&5
22289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); } && {
22291 test -z "$ac_c_werror_flag" ||
22292 test ! -s conftest.err
22293 } && test -s conftest.$ac_objext; then
22294 ac_cv_member_ns_msg__msg_ptr=yes
22295 else
22296 echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22299 ac_cv_member_ns_msg__msg_ptr=no
22302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22307 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22308 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22309 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22311 cat >>confdefs.h <<_ACEOF
22312 #define HAVE_NS_MSG__MSG_PTR 1
22313 _ACEOF
22319 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22320 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22321 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22322 echo $ECHO_N "(cached) $ECHO_C" >&6
22323 else
22324 cat >conftest.$ac_ext <<_ACEOF
22325 /* confdefs.h. */
22326 _ACEOF
22327 cat confdefs.h >>conftest.$ac_ext
22328 cat >>conftest.$ac_ext <<_ACEOF
22329 /* end confdefs.h. */
22330 #ifdef HAVE_SYS_TYPES_H
22331 #include <sys/types.h>
22332 #endif
22333 #ifdef HAVE_ALIAS_H
22334 #include <alias.h>
22335 #endif
22336 #ifdef HAVE_SYS_SOCKET_H
22337 #include <sys/socket.h>
22338 #endif
22339 #ifdef HAVE_SYS_SOCKETVAR_H
22340 #include <sys/socketvar.h>
22341 #endif
22342 #ifdef HAVE_SYS_TIMEOUT_H
22343 #include <sys/timeout.h>
22344 #endif
22345 #ifdef HAVE_NETINET_IN_H
22346 #include <netinet/in.h>
22347 #endif
22348 #ifdef HAVE_NETINET_IN_SYSTM_H
22349 #include <netinet/in_systm.h>
22350 #endif
22351 #ifdef HAVE_NETINET_IP_H
22352 #include <netinet/ip.h>
22353 #endif
22354 #ifdef HAVE_NETINET_IP_VAR_H
22355 #include <netinet/ip_var.h>
22356 #endif
22357 #ifdef HAVE_NETINET_IP_ICMP_H
22358 #include <netinet/ip_icmp.h>
22359 #endif
22360 #ifdef HAVE_NETINET_ICMP_VAR
22361 #include <netinet/icmp_var.h>
22362 #endif
22365 main ()
22367 static struct icmpstat ac_aggr;
22368 if (ac_aggr.icps_outhist)
22369 return 0;
22371 return 0;
22373 _ACEOF
22374 rm -f conftest.$ac_objext
22375 if { (ac_try="$ac_compile"
22376 case "(($ac_try" in
22377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22378 *) ac_try_echo=$ac_try;;
22379 esac
22380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22381 (eval "$ac_compile") 2>conftest.er1
22382 ac_status=$?
22383 grep -v '^ *+' conftest.er1 >conftest.err
22384 rm -f conftest.er1
22385 cat conftest.err >&5
22386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22387 (exit $ac_status); } && {
22388 test -z "$ac_c_werror_flag" ||
22389 test ! -s conftest.err
22390 } && test -s conftest.$ac_objext; then
22391 ac_cv_member_struct_icmpstat_icps_outhist=yes
22392 else
22393 echo "$as_me: failed program was:" >&5
22394 sed 's/^/| /' conftest.$ac_ext >&5
22396 cat >conftest.$ac_ext <<_ACEOF
22397 /* confdefs.h. */
22398 _ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22402 #ifdef HAVE_SYS_TYPES_H
22403 #include <sys/types.h>
22404 #endif
22405 #ifdef HAVE_ALIAS_H
22406 #include <alias.h>
22407 #endif
22408 #ifdef HAVE_SYS_SOCKET_H
22409 #include <sys/socket.h>
22410 #endif
22411 #ifdef HAVE_SYS_SOCKETVAR_H
22412 #include <sys/socketvar.h>
22413 #endif
22414 #ifdef HAVE_SYS_TIMEOUT_H
22415 #include <sys/timeout.h>
22416 #endif
22417 #ifdef HAVE_NETINET_IN_H
22418 #include <netinet/in.h>
22419 #endif
22420 #ifdef HAVE_NETINET_IN_SYSTM_H
22421 #include <netinet/in_systm.h>
22422 #endif
22423 #ifdef HAVE_NETINET_IP_H
22424 #include <netinet/ip.h>
22425 #endif
22426 #ifdef HAVE_NETINET_IP_VAR_H
22427 #include <netinet/ip_var.h>
22428 #endif
22429 #ifdef HAVE_NETINET_IP_ICMP_H
22430 #include <netinet/ip_icmp.h>
22431 #endif
22432 #ifdef HAVE_NETINET_ICMP_VAR
22433 #include <netinet/icmp_var.h>
22434 #endif
22437 main ()
22439 static struct icmpstat ac_aggr;
22440 if (sizeof ac_aggr.icps_outhist)
22441 return 0;
22443 return 0;
22445 _ACEOF
22446 rm -f conftest.$ac_objext
22447 if { (ac_try="$ac_compile"
22448 case "(($ac_try" in
22449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22450 *) ac_try_echo=$ac_try;;
22451 esac
22452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22453 (eval "$ac_compile") 2>conftest.er1
22454 ac_status=$?
22455 grep -v '^ *+' conftest.er1 >conftest.err
22456 rm -f conftest.er1
22457 cat conftest.err >&5
22458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22459 (exit $ac_status); } && {
22460 test -z "$ac_c_werror_flag" ||
22461 test ! -s conftest.err
22462 } && test -s conftest.$ac_objext; then
22463 ac_cv_member_struct_icmpstat_icps_outhist=yes
22464 else
22465 echo "$as_me: failed program was:" >&5
22466 sed 's/^/| /' conftest.$ac_ext >&5
22468 ac_cv_member_struct_icmpstat_icps_outhist=no
22471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22476 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22477 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22478 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22480 cat >>confdefs.h <<_ACEOF
22481 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22482 _ACEOF
22488 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22489 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22490 if test "${ac_cv_have_timezone+set}" = set; then
22491 echo $ECHO_N "(cached) $ECHO_C" >&6
22492 else
22493 cat >conftest.$ac_ext <<_ACEOF
22494 /* confdefs.h. */
22495 _ACEOF
22496 cat confdefs.h >>conftest.$ac_ext
22497 cat >>conftest.$ac_ext <<_ACEOF
22498 /* end confdefs.h. */
22499 #include <time.h>
22501 main ()
22503 timezone = 1
22505 return 0;
22507 _ACEOF
22508 rm -f conftest.$ac_objext conftest$ac_exeext
22509 if { (ac_try="$ac_link"
22510 case "(($ac_try" in
22511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512 *) ac_try_echo=$ac_try;;
22513 esac
22514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22515 (eval "$ac_link") 2>conftest.er1
22516 ac_status=$?
22517 grep -v '^ *+' conftest.er1 >conftest.err
22518 rm -f conftest.er1
22519 cat conftest.err >&5
22520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22521 (exit $ac_status); } && {
22522 test -z "$ac_c_werror_flag" ||
22523 test ! -s conftest.err
22524 } && test -s conftest$ac_exeext &&
22525 $as_test_x conftest$ac_exeext; then
22526 ac_cv_have_timezone="yes"
22527 else
22528 echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22531 ac_cv_have_timezone="no"
22534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22535 conftest$ac_exeext conftest.$ac_ext
22537 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22538 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22539 if test "$ac_cv_have_timezone" = "yes"
22540 then
22542 cat >>confdefs.h <<\_ACEOF
22543 #define HAVE_TIMEZONE 1
22544 _ACEOF
22547 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22548 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22549 if test "${ac_cv_have_daylight+set}" = set; then
22550 echo $ECHO_N "(cached) $ECHO_C" >&6
22551 else
22552 cat >conftest.$ac_ext <<_ACEOF
22553 /* confdefs.h. */
22554 _ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h. */
22558 #include <time.h>
22560 main ()
22562 daylight = 1
22564 return 0;
22566 _ACEOF
22567 rm -f conftest.$ac_objext conftest$ac_exeext
22568 if { (ac_try="$ac_link"
22569 case "(($ac_try" in
22570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22571 *) ac_try_echo=$ac_try;;
22572 esac
22573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22574 (eval "$ac_link") 2>conftest.er1
22575 ac_status=$?
22576 grep -v '^ *+' conftest.er1 >conftest.err
22577 rm -f conftest.er1
22578 cat conftest.err >&5
22579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22580 (exit $ac_status); } && {
22581 test -z "$ac_c_werror_flag" ||
22582 test ! -s conftest.err
22583 } && test -s conftest$ac_exeext &&
22584 $as_test_x conftest$ac_exeext; then
22585 ac_cv_have_daylight="yes"
22586 else
22587 echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.$ac_ext >&5
22590 ac_cv_have_daylight="no"
22593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22594 conftest$ac_exeext conftest.$ac_ext
22596 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22597 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22598 if test "$ac_cv_have_daylight" = "yes"
22599 then
22601 cat >>confdefs.h <<\_ACEOF
22602 #define HAVE_DAYLIGHT 1
22603 _ACEOF
22607 { echo "$as_me:$LINENO: checking for isinf" >&5
22608 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22609 if test "${ac_cv_have_isinf+set}" = set; then
22610 echo $ECHO_N "(cached) $ECHO_C" >&6
22611 else
22612 cat >conftest.$ac_ext <<_ACEOF
22613 /* confdefs.h. */
22614 _ACEOF
22615 cat confdefs.h >>conftest.$ac_ext
22616 cat >>conftest.$ac_ext <<_ACEOF
22617 /* end confdefs.h. */
22618 #include <math.h>
22620 main ()
22622 float f = 0.0; int i=isinf(f)
22624 return 0;
22626 _ACEOF
22627 rm -f conftest.$ac_objext conftest$ac_exeext
22628 if { (ac_try="$ac_link"
22629 case "(($ac_try" in
22630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22631 *) ac_try_echo=$ac_try;;
22632 esac
22633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22634 (eval "$ac_link") 2>conftest.er1
22635 ac_status=$?
22636 grep -v '^ *+' conftest.er1 >conftest.err
22637 rm -f conftest.er1
22638 cat conftest.err >&5
22639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640 (exit $ac_status); } && {
22641 test -z "$ac_c_werror_flag" ||
22642 test ! -s conftest.err
22643 } && test -s conftest$ac_exeext &&
22644 $as_test_x conftest$ac_exeext; then
22645 ac_cv_have_isinf="yes"
22646 else
22647 echo "$as_me: failed program was:" >&5
22648 sed 's/^/| /' conftest.$ac_ext >&5
22650 ac_cv_have_isinf="no"
22653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22654 conftest$ac_exeext conftest.$ac_ext
22656 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22657 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22658 if test "$ac_cv_have_isinf" = "yes"
22659 then
22661 cat >>confdefs.h <<\_ACEOF
22662 #define HAVE_ISINF 1
22663 _ACEOF
22667 { echo "$as_me:$LINENO: checking for isnan" >&5
22668 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22669 if test "${ac_cv_have_isnan+set}" = set; then
22670 echo $ECHO_N "(cached) $ECHO_C" >&6
22671 else
22672 cat >conftest.$ac_ext <<_ACEOF
22673 /* confdefs.h. */
22674 _ACEOF
22675 cat confdefs.h >>conftest.$ac_ext
22676 cat >>conftest.$ac_ext <<_ACEOF
22677 /* end confdefs.h. */
22678 #include <math.h>
22680 main ()
22682 float f = 0.0; int i=isnan(f)
22684 return 0;
22686 _ACEOF
22687 rm -f conftest.$ac_objext conftest$ac_exeext
22688 if { (ac_try="$ac_link"
22689 case "(($ac_try" in
22690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22691 *) ac_try_echo=$ac_try;;
22692 esac
22693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22694 (eval "$ac_link") 2>conftest.er1
22695 ac_status=$?
22696 grep -v '^ *+' conftest.er1 >conftest.err
22697 rm -f conftest.er1
22698 cat conftest.err >&5
22699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } && {
22701 test -z "$ac_c_werror_flag" ||
22702 test ! -s conftest.err
22703 } && test -s conftest$ac_exeext &&
22704 $as_test_x conftest$ac_exeext; then
22705 ac_cv_have_isnan="yes"
22706 else
22707 echo "$as_me: failed program was:" >&5
22708 sed 's/^/| /' conftest.$ac_ext >&5
22710 ac_cv_have_isnan="no"
22713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22714 conftest$ac_exeext conftest.$ac_ext
22716 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22717 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22718 if test "$ac_cv_have_isnan" = "yes"
22719 then
22721 cat >>confdefs.h <<\_ACEOF
22722 #define HAVE_ISNAN 1
22723 _ACEOF
22728 case $host_cpu in
22729 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22730 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22731 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22732 echo $ECHO_N "(cached) $ECHO_C" >&6
22733 else
22734 cat >conftest.$ac_ext <<_ACEOF
22735 /* confdefs.h. */
22736 _ACEOF
22737 cat confdefs.h >>conftest.$ac_ext
22738 cat >>conftest.$ac_ext <<_ACEOF
22739 /* end confdefs.h. */
22740 #ifndef __i386__
22742 #endif
22743 _ACEOF
22744 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22745 $EGREP "yes" >/dev/null 2>&1; then
22746 ac_cv_cpp_def___i386__=yes
22747 else
22748 ac_cv_cpp_def___i386__=no
22750 rm -f conftest*
22753 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22754 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22755 if test $ac_cv_cpp_def___i386__ = yes; then
22756 CFLAGS="$CFLAGS -D__i386__"
22757 LINTFLAGS="$LINTFLAGS -D__i386__"
22760 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22761 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22762 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22763 echo $ECHO_N "(cached) $ECHO_C" >&6
22764 else
22765 cat >conftest.$ac_ext <<_ACEOF
22766 /* confdefs.h. */
22767 _ACEOF
22768 cat confdefs.h >>conftest.$ac_ext
22769 cat >>conftest.$ac_ext <<_ACEOF
22770 /* end confdefs.h. */
22771 #ifndef __x86_64__
22773 #endif
22774 _ACEOF
22775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22776 $EGREP "yes" >/dev/null 2>&1; then
22777 ac_cv_cpp_def___x86_64__=yes
22778 else
22779 ac_cv_cpp_def___x86_64__=no
22781 rm -f conftest*
22784 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22785 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22786 if test $ac_cv_cpp_def___x86_64__ = yes; then
22787 CFLAGS="$CFLAGS -D__x86_64__"
22788 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22791 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22792 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22793 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22794 echo $ECHO_N "(cached) $ECHO_C" >&6
22795 else
22796 cat >conftest.$ac_ext <<_ACEOF
22797 /* confdefs.h. */
22798 _ACEOF
22799 cat confdefs.h >>conftest.$ac_ext
22800 cat >>conftest.$ac_ext <<_ACEOF
22801 /* end confdefs.h. */
22802 #ifndef __ALPHA__
22804 #endif
22805 _ACEOF
22806 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22807 $EGREP "yes" >/dev/null 2>&1; then
22808 ac_cv_cpp_def___ALPHA__=yes
22809 else
22810 ac_cv_cpp_def___ALPHA__=no
22812 rm -f conftest*
22815 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22816 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22817 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22818 CFLAGS="$CFLAGS -D__ALPHA__"
22819 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22822 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22823 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22824 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22825 echo $ECHO_N "(cached) $ECHO_C" >&6
22826 else
22827 cat >conftest.$ac_ext <<_ACEOF
22828 /* confdefs.h. */
22829 _ACEOF
22830 cat confdefs.h >>conftest.$ac_ext
22831 cat >>conftest.$ac_ext <<_ACEOF
22832 /* end confdefs.h. */
22833 #ifndef __sparc__
22835 #endif
22836 _ACEOF
22837 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22838 $EGREP "yes" >/dev/null 2>&1; then
22839 ac_cv_cpp_def___sparc__=yes
22840 else
22841 ac_cv_cpp_def___sparc__=no
22843 rm -f conftest*
22846 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22847 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22848 if test $ac_cv_cpp_def___sparc__ = yes; then
22849 CFLAGS="$CFLAGS -D__sparc__"
22850 LINTFLAGS="$LINTFLAGS -D__sparc__"
22853 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22854 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22855 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22856 echo $ECHO_N "(cached) $ECHO_C" >&6
22857 else
22858 cat >conftest.$ac_ext <<_ACEOF
22859 /* confdefs.h. */
22860 _ACEOF
22861 cat confdefs.h >>conftest.$ac_ext
22862 cat >>conftest.$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22864 #ifndef __powerpc__
22866 #endif
22867 _ACEOF
22868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22869 $EGREP "yes" >/dev/null 2>&1; then
22870 ac_cv_cpp_def___powerpc__=yes
22871 else
22872 ac_cv_cpp_def___powerpc__=no
22874 rm -f conftest*
22877 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22878 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22879 if test $ac_cv_cpp_def___powerpc__ = yes; then
22880 CFLAGS="$CFLAGS -D__powerpc__"
22881 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22884 esac
22886 case $host_vendor in
22887 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22888 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22889 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22890 echo $ECHO_N "(cached) $ECHO_C" >&6
22891 else
22892 cat >conftest.$ac_ext <<_ACEOF
22893 /* confdefs.h. */
22894 _ACEOF
22895 cat confdefs.h >>conftest.$ac_ext
22896 cat >>conftest.$ac_ext <<_ACEOF
22897 /* end confdefs.h. */
22898 #ifndef __sun__
22900 #endif
22901 _ACEOF
22902 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22903 $EGREP "yes" >/dev/null 2>&1; then
22904 ac_cv_cpp_def___sun__=yes
22905 else
22906 ac_cv_cpp_def___sun__=no
22908 rm -f conftest*
22911 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22912 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22913 if test $ac_cv_cpp_def___sun__ = yes; then
22914 CFLAGS="$CFLAGS -D__sun__"
22915 LINTFLAGS="$LINTFLAGS -D__sun__"
22918 esac
22921 DEPENDENCIES="### Dependencies:
22923 .INIT: Makefile
22924 .BEGIN: Makefile
22925 .MAKEFILEDEPS:
22926 Makefile: dummy
22927 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22929 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22930 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22931 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22932 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22933 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22936 ALL_MAKERULES=""
22938 ALL_MAKEFILES=""
22940 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22943 ALL_TOP_DIRS=""
22945 ALL_DLL_DIRS=""
22947 ALL_IMPLIB_DIRS=""
22949 ALL_TEST_DIRS=""
22951 ALL_PROGRAM_DIRS=""
22953 ALL_PROGRAM_INSTALL_DIRS=""
22955 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22961 ac_config_commands="$ac_config_commands include/stamp-h"
22964 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22966 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22968 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22970 ac_config_commands="$ac_config_commands dlls/user32/resources"
22972 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22974 ac_config_commands="$ac_config_commands include/wine"
22977 ALL_MAKERULES="$ALL_MAKERULES \\
22978 Make.rules"
22979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22980 Make.rules: Make.rules.in"
22981 MAKE_RULES=Make.rules
22982 ac_config_files="$ac_config_files Make.rules"
22984 ALL_MAKERULES="$ALL_MAKERULES \\
22985 dlls/Makedll.rules"
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22988 MAKE_DLL_RULES=dlls/Makedll.rules
22989 ac_config_files="$ac_config_files dlls/Makedll.rules"
22991 ALL_MAKERULES="$ALL_MAKERULES \\
22992 dlls/Makeimplib.rules"
22993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22994 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22995 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22996 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22998 ALL_MAKERULES="$ALL_MAKERULES \\
22999 dlls/Maketest.rules"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23002 MAKE_TEST_RULES=dlls/Maketest.rules
23003 ac_config_files="$ac_config_files dlls/Maketest.rules"
23005 ALL_MAKERULES="$ALL_MAKERULES \\
23006 programs/Makeprog.rules"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23009 MAKE_PROG_RULES=programs/Makeprog.rules
23010 ac_config_files="$ac_config_files programs/Makeprog.rules"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 Makefile: Makefile.in Make.rules"
23017 ac_config_files="$ac_config_files Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/Makefile"
23021 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23022 dlls"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/Makefile: dlls/Makefile.in Make.rules"
23025 ac_config_files="$ac_config_files dlls/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/acledit/Makefile"
23029 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 acledit"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/aclui/Makefile"
23037 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 aclui"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/activeds/Makefile"
23045 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 activeds"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/actxprxy/Makefile"
23053 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 actxprxy"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/adsiid/Makefile"
23061 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23062 adsiid"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23065 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/advapi32/Makefile"
23069 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 advapi32"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/advapi32/tests/Makefile"
23077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23078 advapi32/tests"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23081 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/advpack/Makefile"
23085 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 advpack"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/advpack/tests/Makefile"
23093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23094 advpack/tests"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23097 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/amstream/Makefile"
23101 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 amstream"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/amstream/tests/Makefile"
23109 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23110 amstream/tests"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/appwiz.cpl/Makefile"
23117 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 appwiz.cpl"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/atl/Makefile"
23125 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 atl"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/atl/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/authz/Makefile"
23133 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 authz"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/authz/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/avicap32/Makefile"
23141 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142 avicap32"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/avifil32/Makefile"
23149 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 avifil32"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/avifile.dll16/Makefile"
23157 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 avifile.dll16"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/bcrypt/Makefile"
23165 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23166 bcrypt"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23169 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/browseui/Makefile"
23173 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 browseui"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/browseui/tests/Makefile"
23181 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23182 browseui/tests"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23185 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/cabinet/Makefile"
23189 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 cabinet"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/cabinet/tests/Makefile"
23197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23198 cabinet/tests"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/capi2032/Makefile"
23205 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 capi2032"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/cards/Makefile"
23213 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 cards"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/cards/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/cfgmgr32/Makefile"
23221 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 cfgmgr32"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/clusapi/Makefile"
23229 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23230 clusapi"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23233 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/comcat/Makefile"
23237 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 comcat"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/comcat/tests/Makefile"
23245 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23246 comcat/tests"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23249 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/comctl32/Makefile"
23253 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 comctl32"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/comctl32/tests/Makefile"
23261 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23262 comctl32/tests"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23265 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/comdlg32/Makefile"
23269 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 comdlg32"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/comdlg32/tests/Makefile"
23277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23278 comdlg32/tests"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23281 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/comm.drv16/Makefile"
23285 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 comm.drv16"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/compobj.dll16/Makefile"
23293 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294 compobj.dll16"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/compstui/Makefile"
23301 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 compstui"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/credui/Makefile"
23309 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310 credui"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/credui/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/credui/tests/Makefile"
23317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23318 credui/tests"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/crtdll/Makefile"
23325 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23326 crtdll"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23329 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/crypt32/Makefile"
23333 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 crypt32"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/crypt32/tests/Makefile"
23341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23342 crypt32/tests"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23345 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/cryptdlg/Makefile"
23349 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 cryptdlg"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/cryptdll/Makefile"
23357 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 cryptdll"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/cryptnet/Makefile"
23365 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 cryptnet"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/cryptnet/tests/Makefile"
23373 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23374 cryptnet/tests"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23377 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/cryptui/Makefile"
23381 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 cryptui"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/cryptui/tests/Makefile"
23389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23390 cryptui/tests"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/ctapi32/Makefile"
23397 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 ctapi32"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/ctl3d.dll16/Makefile"
23405 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23406 ctl3d.dll16"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23409 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/ctl3d32/Makefile"
23413 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 ctl3d32"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/ctl3dv2.dll16/Makefile"
23421 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 ctl3dv2.dll16"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/d3d10/Makefile"
23429 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 d3d10"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/d3d10/tests/Makefile"
23437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438 d3d10/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/d3d10core/Makefile"
23445 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 d3d10core"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/d3d10core/tests/Makefile"
23453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23454 d3d10core/tests"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/d3d8/Makefile"
23461 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 d3d8"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/d3d8/tests/Makefile"
23469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23470 d3d8/tests"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/d3d9/Makefile"
23477 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 d3d9"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/d3d9/tests/Makefile"
23485 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23486 d3d9/tests"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/d3dim/Makefile"
23493 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 d3dim"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/d3drm/Makefile"
23501 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 d3drm"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/d3drm/tests/Makefile"
23509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23510 d3drm/tests"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23513 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/d3dx8/Makefile"
23517 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 d3dx8"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/d3dx8/tests/Makefile"
23525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23526 d3dx8/tests"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23529 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/d3dx9_24/Makefile"
23533 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 d3dx9_24"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/d3dx9_25/Makefile"
23541 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 d3dx9_25"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/d3dx9_26/Makefile"
23549 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 d3dx9_26"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/d3dx9_27/Makefile"
23557 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 d3dx9_27"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/d3dx9_28/Makefile"
23565 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 d3dx9_28"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/d3dx9_29/Makefile"
23573 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 d3dx9_29"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/d3dx9_30/Makefile"
23581 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 d3dx9_30"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/d3dx9_31/Makefile"
23589 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 d3dx9_31"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/d3dx9_32/Makefile"
23597 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 d3dx9_32"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/d3dx9_33/Makefile"
23605 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 d3dx9_33"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/d3dx9_34/Makefile"
23613 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 d3dx9_34"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/d3dx9_35/Makefile"
23621 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 d3dx9_35"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/d3dx9_36/Makefile"
23629 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 d3dx9_36"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/d3dx9_36/tests/Makefile"
23637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23638 d3dx9_36/tests"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23641 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/d3dx9_37/Makefile"
23645 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 d3dx9_37"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/d3dx9_38/Makefile"
23653 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23654 d3dx9_38"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/d3dx9_39/Makefile"
23661 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 d3dx9_39"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/d3dx9_40/Makefile"
23669 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 d3dx9_40"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/d3dx9_41/Makefile"
23677 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 d3dx9_41"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/d3dxof/Makefile"
23685 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686 d3dxof"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/d3dxof/tests/Makefile"
23693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23694 d3dxof/tests"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23697 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/dbghelp/Makefile"
23701 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702 dbghelp"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/dciman32/Makefile"
23709 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 dciman32"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/ddeml.dll16/Makefile"
23717 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 ddeml.dll16"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/ddraw/Makefile"
23725 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 ddraw"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/ddraw/tests/Makefile"
23733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23734 ddraw/tests"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23737 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/ddrawex/Makefile"
23741 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 ddrawex"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/ddrawex/tests/Makefile"
23749 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23750 ddrawex/tests"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23753 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/devenum/Makefile"
23757 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 devenum"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/dinput/Makefile"
23765 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 dinput"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/dinput/tests/Makefile"
23773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23774 dinput/tests"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/dinput8/Makefile"
23781 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782 dinput8"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/dispdib.dll16/Makefile"
23789 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 dispdib.dll16"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/display.drv16/Makefile"
23797 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23798 display.drv16"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/dmband/Makefile"
23805 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 dmband"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/dmcompos/Makefile"
23813 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 dmcompos"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/dmime/Makefile"
23821 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 dmime"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/dmloader/Makefile"
23829 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23830 dmloader"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23833 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/dmscript/Makefile"
23837 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 dmscript"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/dmstyle/Makefile"
23845 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 dmstyle"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/dmsynth/Makefile"
23853 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 dmsynth"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/dmusic/Makefile"
23861 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23862 dmusic"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23865 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/dmusic32/Makefile"
23869 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 dmusic32"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/dnsapi/Makefile"
23877 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 dnsapi"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/dnsapi/tests/Makefile"
23885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23886 dnsapi/tests"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23889 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/dplay/Makefile"
23893 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 dplay"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/dplayx/Makefile"
23901 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 dplayx"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/dplayx/tests/Makefile"
23909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23910 dplayx/tests"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/dpnaddr/Makefile"
23917 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 dpnaddr"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/dpnet/Makefile"
23925 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 dpnet"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/dpnhpast/Makefile"
23933 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 dpnhpast"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/dpnlobby/Makefile"
23941 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 dpnlobby"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/dpwsockx/Makefile"
23949 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950 dpwsockx"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/dsound/Makefile"
23957 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 dsound"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/dsound/tests/Makefile"
23965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23966 dsound/tests"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/dssenh/Makefile"
23973 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 dssenh"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/dswave/Makefile"
23981 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 dswave"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/dwmapi/Makefile"
23989 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 dwmapi"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/dxdiagn/Makefile"
23997 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 dxdiagn"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/dxerr8/Makefile"
24005 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24006 dxerr8"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24009 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/dxerr9/Makefile"
24013 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24014 dxerr9"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24017 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/dxgi/Makefile"
24021 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 dxgi"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/dxgi/tests/Makefile"
24029 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24030 dxgi/tests"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/dxguid/Makefile"
24037 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24038 dxguid"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24041 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/faultrep/Makefile"
24045 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 faultrep"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/fusion/Makefile"
24053 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 fusion"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/fusion/tests/Makefile"
24061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24062 fusion/tests"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/gdi32/Makefile"
24069 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 gdi32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/gdi32/tests/Makefile"
24077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24078 gdi32/tests"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/gdiplus/Makefile"
24085 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 gdiplus"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/gdiplus/tests/Makefile"
24093 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24094 gdiplus/tests"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24097 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/glu32/Makefile"
24101 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 glu32"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/gphoto2.ds/Makefile"
24109 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 gphoto2.ds"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/gpkcsp/Makefile"
24117 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 gpkcsp"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/hal/Makefile"
24125 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 hal"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/hal/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/hhctrl.ocx/Makefile"
24133 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 hhctrl.ocx"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/hid/Makefile"
24141 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 hid"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/hid/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/hlink/Makefile"
24149 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 hlink"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/hlink/tests/Makefile"
24157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24158 hlink/tests"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/hnetcfg/Makefile"
24165 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 hnetcfg"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/httpapi/Makefile"
24173 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 httpapi"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/iccvid/Makefile"
24181 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 iccvid"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/icmp/Makefile"
24189 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190 icmp"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/ifsmgr.vxd/Makefile"
24197 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 ifsmgr.vxd"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/imaadp32.acm/Makefile"
24205 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 imaadp32.acm"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/imagehlp/Makefile"
24213 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 imagehlp"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/imm.dll16/Makefile"
24221 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24222 imm.dll16"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24225 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/imm32/Makefile"
24229 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 imm32"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/imm32/tests/Makefile"
24237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24238 imm32/tests"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24241 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/inetcomm/Makefile"
24245 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 inetcomm"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/inetcomm/tests/Makefile"
24253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254 inetcomm/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/inetmib1/Makefile"
24261 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 inetmib1"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/inetmib1/tests/Makefile"
24269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270 inetmib1/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/infosoft/Makefile"
24277 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 infosoft"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/infosoft/tests/Makefile"
24285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 infosoft/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/initpki/Makefile"
24293 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 initpki"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/inkobj/Makefile"
24301 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 inkobj"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/inseng/Makefile"
24309 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310 inseng"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/iphlpapi/Makefile"
24317 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 iphlpapi"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/iphlpapi/tests/Makefile"
24325 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326 iphlpapi/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/itircl/Makefile"
24333 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 itircl"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/itss/Makefile"
24341 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 itss"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/itss/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/itss/tests/Makefile"
24349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24350 itss/tests"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/jscript/Makefile"
24357 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 jscript"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/jscript/tests/Makefile"
24365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24366 jscript/tests"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/kernel32/Makefile"
24373 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 kernel32"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/kernel32/tests/Makefile"
24381 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 kernel32/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/keyboard.drv16/Makefile"
24389 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 keyboard.drv16"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/loadperf/Makefile"
24397 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398 loadperf"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/localspl/Makefile"
24405 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 localspl"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/localspl/tests/Makefile"
24413 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 localspl/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/localui/Makefile"
24421 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 localui"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/localui/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/localui/tests/Makefile"
24429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 localui/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/lz32/Makefile"
24437 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 lz32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/lz32/tests/Makefile"
24445 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446 lz32/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/lzexpand.dll16/Makefile"
24453 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 lzexpand.dll16"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/mapi32/Makefile"
24461 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 mapi32"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/mapi32/tests/Makefile"
24469 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24470 mapi32/tests"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/mciavi32/Makefile"
24477 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 mciavi32"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/mcicda/Makefile"
24485 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486 mcicda"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/mciqtz32/Makefile"
24493 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 mciqtz32"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/mciseq/Makefile"
24501 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502 mciseq"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/mciwave/Makefile"
24509 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 mciwave"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/midimap/Makefile"
24517 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 midimap"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/mlang/Makefile"
24525 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 mlang"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/mlang/tests/Makefile"
24533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24534 mlang/tests"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/mmdevldr.vxd/Makefile"
24541 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 mmdevldr.vxd"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/monodebg.vxd/Makefile"
24549 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 monodebg.vxd"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/mountmgr.sys/Makefile"
24557 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 mountmgr.sys"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/mouse.drv16/Makefile"
24565 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 mouse.drv16"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/mpr/Makefile"
24573 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 mpr"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/mprapi/Makefile"
24581 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 mprapi"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/msacm.dll16/Makefile"
24589 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 msacm.dll16"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/msacm32.drv/Makefile"
24597 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 msacm32.drv"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/msacm32/Makefile"
24605 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 msacm32"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/msacm32/tests/Makefile"
24613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24614 msacm32/tests"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/msadp32.acm/Makefile"
24621 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 msadp32.acm"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/mscat32/Makefile"
24629 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 mscat32"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/mscms/Makefile"
24637 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 mscms"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/mscms/tests/Makefile"
24645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24646 mscms/tests"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/mscoree/Makefile"
24653 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 mscoree"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/msctf/Makefile"
24661 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 msctf"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/msctf/tests/Makefile"
24669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670 msctf/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/msdmo/Makefile"
24677 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678 msdmo"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/msftedit/Makefile"
24685 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 msftedit"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/msg711.acm/Makefile"
24693 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694 msg711.acm"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/mshtml.tlb/Makefile"
24701 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 mshtml.tlb"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/mshtml/Makefile"
24709 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 mshtml"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/mshtml/tests/Makefile"
24717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24718 mshtml/tests"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/msi/Makefile"
24725 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 msi"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/msi/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/msi/tests/Makefile"
24733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24734 msi/tests"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24737 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/msimg32/Makefile"
24741 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 msimg32"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/msimtf/Makefile"
24749 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750 msimtf"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/msisip/Makefile"
24757 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 msisip"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/msisys.ocx/Makefile"
24765 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 msisys.ocx"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/msnet32/Makefile"
24773 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 msnet32"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/msrle32/Makefile"
24781 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 msrle32"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/mssign32/Makefile"
24789 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 mssign32"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/mssip32/Makefile"
24797 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 mssip32"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/mstask/Makefile"
24805 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 mstask"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/mstask/tests/Makefile"
24813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 mstask/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/msvcirt/Makefile"
24821 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 msvcirt"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/msvcr71/Makefile"
24829 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 msvcr71"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/msvcrt/Makefile"
24837 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 msvcrt"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/msvcrt/tests/Makefile"
24845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24846 msvcrt/tests"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/msvcrt20/Makefile"
24853 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 msvcrt20"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/msvcrt40/Makefile"
24861 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 msvcrt40"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/msvcrtd/Makefile"
24869 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 msvcrtd"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/msvcrtd/tests/Makefile"
24877 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24878 msvcrtd/tests"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24881 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/msvfw32/Makefile"
24885 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 msvfw32"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/msvfw32/tests/Makefile"
24893 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894 msvfw32/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/msvidc32/Makefile"
24901 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 msvidc32"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/msvideo.dll16/Makefile"
24909 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 msvideo.dll16"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/mswsock/Makefile"
24917 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 mswsock"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/msxml3/Makefile"
24925 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 msxml3"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/msxml3/tests/Makefile"
24933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24934 msxml3/tests"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24937 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/nddeapi/Makefile"
24941 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 nddeapi"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/netapi32/Makefile"
24949 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 netapi32"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/netapi32/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958 netapi32/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/newdev/Makefile"
24965 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 newdev"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/ntdll/Makefile"
24973 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 ntdll"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/ntdll/tests/Makefile"
24981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24982 ntdll/tests"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/ntdsapi/Makefile"
24989 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 ntdsapi"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/ntdsapi/tests/Makefile"
24997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24998 ntdsapi/tests"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/ntoskrnl.exe/Makefile"
25005 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 ntoskrnl.exe"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/ntprint/Makefile"
25013 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 ntprint"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/ntprint/tests/Makefile"
25021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25022 ntprint/tests"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/objsel/Makefile"
25029 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 objsel"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/odbc32/Makefile"
25037 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 odbc32"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/odbccp32/Makefile"
25045 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 odbccp32"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/odbccp32/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054 odbccp32/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/ole2.dll16/Makefile"
25061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062 ole2.dll16"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/ole2conv.dll16/Makefile"
25069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 ole2conv.dll16"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/ole2disp.dll16/Makefile"
25077 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 ole2disp.dll16"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/ole2nls.dll16/Makefile"
25085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 ole2nls.dll16"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/ole2prox.dll16/Makefile"
25093 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 ole2prox.dll16"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/ole2thk.dll16/Makefile"
25101 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 ole2thk.dll16"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/ole32/Makefile"
25109 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 ole32"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/ole32/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118 ole32/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/oleacc/Makefile"
25125 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 oleacc"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/oleacc/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134 oleacc/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/oleaut32/Makefile"
25141 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 oleaut32"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/oleaut32/tests/Makefile"
25149 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25150 oleaut32/tests"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/olecli.dll16/Makefile"
25157 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 olecli.dll16"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/olecli32/Makefile"
25165 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 olecli32"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/oledlg/Makefile"
25173 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 oledlg"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/olepro32/Makefile"
25181 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 olepro32"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/olesvr.dll16/Makefile"
25189 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 olesvr.dll16"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/olesvr32/Makefile"
25197 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 olesvr32"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/olethk32/Makefile"
25205 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 olethk32"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/opengl32/Makefile"
25213 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 opengl32"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/opengl32/tests/Makefile"
25221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25222 opengl32/tests"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25225 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/pdh/Makefile"
25229 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230 pdh"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/pdh/tests/Makefile"
25237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25238 pdh/tests"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25241 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/pidgen/Makefile"
25245 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 pidgen"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/powrprof/Makefile"
25253 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 powrprof"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/printui/Makefile"
25261 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 printui"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/printui/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/propsys/Makefile"
25269 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 propsys"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/psapi/Makefile"
25277 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 psapi"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/psapi/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286 psapi/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/pstorec/Makefile"
25293 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 pstorec"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/qcap/Makefile"
25301 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 qcap"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/qedit/Makefile"
25309 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 qedit"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/qedit/tests/Makefile"
25317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25318 qedit/tests"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/qmgr/Makefile"
25325 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 qmgr"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/qmgr/tests/Makefile"
25333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25334 qmgr/tests"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/qmgrprxy/Makefile"
25341 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25342 qmgrprxy"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25345 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/quartz/Makefile"
25349 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 quartz"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/quartz/tests/Makefile"
25357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25358 quartz/tests"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/query/Makefile"
25365 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 query"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/query/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/rasapi16.dll16/Makefile"
25373 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374 rasapi16.dll16"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/rasapi32/Makefile"
25381 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 rasapi32"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/rasapi32/tests/Makefile"
25389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25390 rasapi32/tests"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25393 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/rasdlg/Makefile"
25397 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 rasdlg"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/resutils/Makefile"
25405 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406 resutils"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/riched20/Makefile"
25413 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 riched20"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/riched20/tests/Makefile"
25421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25422 riched20/tests"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/riched32/Makefile"
25429 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25430 riched32"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/riched32/tests/Makefile"
25437 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25438 riched32/tests"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/rpcrt4/Makefile"
25445 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446 rpcrt4"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/rpcrt4/tests/Makefile"
25453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25454 rpcrt4/tests"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/rsabase/Makefile"
25461 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 rsabase"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/rsaenh/Makefile"
25469 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 rsaenh"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/rsaenh/tests/Makefile"
25477 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25478 rsaenh/tests"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25481 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/sane.ds/Makefile"
25485 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486 sane.ds"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/sccbase/Makefile"
25493 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 sccbase"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/schannel/Makefile"
25501 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 schannel"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 dlls/schannel/tests/Makefile"
25509 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25510 schannel/tests"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25513 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 dlls/secur32/Makefile"
25517 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518 secur32"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 dlls/secur32/tests/Makefile"
25525 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25526 secur32/tests"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 dlls/security/Makefile"
25533 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25534 security"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25537 ac_config_files="$ac_config_files dlls/security/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 dlls/sensapi/Makefile"
25541 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542 sensapi"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 dlls/serialui/Makefile"
25549 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550 serialui"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 dlls/serialui/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558 serialui/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 dlls/setupapi/Makefile"
25565 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566 setupapi"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 dlls/setupapi/tests/Makefile"
25573 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25574 setupapi/tests"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25577 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 dlls/sfc/Makefile"
25581 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25582 sfc"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25585 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 dlls/sfc_os/Makefile"
25589 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590 sfc_os"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 dlls/shdoclc/Makefile"
25597 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25598 shdoclc"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25601 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 dlls/shdocvw/Makefile"
25605 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606 shdocvw"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 dlls/shdocvw/tests/Makefile"
25613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25614 shdocvw/tests"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25617 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 dlls/shell.dll16/Makefile"
25621 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25622 shell.dll16"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25625 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628 dlls/shell32/Makefile"
25629 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630 shell32"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 dlls/shell32/tests/Makefile"
25637 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25638 shell32/tests"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 dlls/shfolder/Makefile"
25645 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646 shfolder"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 dlls/shlwapi/Makefile"
25653 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25654 shlwapi"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25657 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660 dlls/shlwapi/tests/Makefile"
25661 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25662 shlwapi/tests"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 dlls/slbcsp/Makefile"
25669 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25670 slbcsp"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25673 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 dlls/slc/Makefile"
25677 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678 slc"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/slc/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 dlls/snmpapi/Makefile"
25685 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25686 snmpapi"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25689 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692 dlls/snmpapi/tests/Makefile"
25693 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25694 snmpapi/tests"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25697 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 dlls/softpub/Makefile"
25701 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25702 softpub"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25705 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 dlls/sound.drv16/Makefile"
25709 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710 sound.drv16"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 dlls/spoolss/Makefile"
25717 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718 spoolss"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 dlls/spoolss/tests/Makefile"
25725 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25726 spoolss/tests"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25729 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 dlls/stdole2.tlb/Makefile"
25733 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734 stdole2.tlb"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 dlls/stdole32.tlb/Makefile"
25741 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742 stdole32.tlb"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 dlls/sti/Makefile"
25749 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750 sti"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/sti/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 dlls/storage.dll16/Makefile"
25757 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25758 storage.dll16"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25761 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 dlls/stress.dll16/Makefile"
25765 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766 stress.dll16"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 dlls/strmiids/Makefile"
25773 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25774 strmiids"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25777 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 dlls/svrapi/Makefile"
25781 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782 svrapi"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 dlls/sxs/Makefile"
25789 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790 sxs"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 dlls/t2embed/Makefile"
25797 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798 t2embed"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 dlls/tapi32/Makefile"
25805 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806 tapi32"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 dlls/traffic/Makefile"
25813 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25814 traffic"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25817 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 dlls/twain.dll16/Makefile"
25821 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822 twain.dll16"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 dlls/twain_32/Makefile"
25829 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830 twain_32"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836 dlls/twain_32/tests/Makefile"
25837 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25838 twain_32/tests"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 dlls/typelib.dll16/Makefile"
25845 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25846 typelib.dll16"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25849 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 dlls/unicows/Makefile"
25853 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854 unicows"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 dlls/updspapi/Makefile"
25861 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25862 updspapi"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25865 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868 dlls/url/Makefile"
25869 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870 url"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/url/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 dlls/urlmon/Makefile"
25877 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878 urlmon"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 dlls/urlmon/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886 urlmon/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 dlls/user32/Makefile"
25893 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894 user32"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/user32/Makefile"
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900 dlls/user32/tests/Makefile"
25901 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25902 user32/tests"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25905 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908 dlls/userenv/Makefile"
25909 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25910 userenv"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25913 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916 dlls/userenv/tests/Makefile"
25917 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25918 userenv/tests"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25921 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924 dlls/usp10/Makefile"
25925 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926 usp10"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 dlls/usp10/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934 usp10/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 dlls/uuid/Makefile"
25941 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25942 uuid"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25945 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 dlls/uxtheme/Makefile"
25949 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25950 uxtheme"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25953 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956 dlls/uxtheme/tests/Makefile"
25957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25958 uxtheme/tests"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25961 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964 dlls/vdhcp.vxd/Makefile"
25965 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25966 vdhcp.vxd"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25969 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 dlls/vdmdbg/Makefile"
25973 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974 vdmdbg"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 dlls/version/Makefile"
25981 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982 version"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/version/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 dlls/version/tests/Makefile"
25989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25990 version/tests"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25993 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996 dlls/vmm.vxd/Makefile"
25997 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998 vmm.vxd"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004 dlls/vnbt.vxd/Makefile"
26005 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006 vnbt.vxd"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 dlls/vnetbios.vxd/Makefile"
26013 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014 vnetbios.vxd"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020 dlls/vtdapi.vxd/Makefile"
26021 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26022 vtdapi.vxd"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26025 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 dlls/vwin32.vxd/Makefile"
26029 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030 vwin32.vxd"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036 dlls/w32skrnl/Makefile"
26037 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26038 w32skrnl"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26041 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 dlls/w32sys.dll16/Makefile"
26045 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046 w32sys.dll16"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052 dlls/wbemprox/Makefile"
26053 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054 wbemprox"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060 dlls/win32s16.dll16/Makefile"
26061 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062 win32s16.dll16"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 dlls/win87em.dll16/Makefile"
26069 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26070 win87em.dll16"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26073 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 dlls/winaspi.dll16/Makefile"
26077 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078 winaspi.dll16"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084 dlls/windebug.dll16/Makefile"
26085 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26086 windebug.dll16"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26089 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 dlls/winealsa.drv/Makefile"
26093 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094 winealsa.drv"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 dlls/wineaudioio.drv/Makefile"
26101 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102 wineaudioio.drv"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108 dlls/winecoreaudio.drv/Makefile"
26109 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110 winecoreaudio.drv"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116 dlls/winecrt0/Makefile"
26117 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26118 winecrt0"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26121 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124 dlls/wined3d/Makefile"
26125 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26126 wined3d"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26129 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 dlls/winedos/Makefile"
26133 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134 winedos"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 dlls/wineesd.drv/Makefile"
26141 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26142 wineesd.drv"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26145 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148 dlls/winejack.drv/Makefile"
26149 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150 winejack.drv"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156 dlls/winejoystick.drv/Makefile"
26157 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158 winejoystick.drv"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164 dlls/winemp3.acm/Makefile"
26165 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26166 winemp3.acm"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26169 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172 dlls/winenas.drv/Makefile"
26173 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174 winenas.drv"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180 dlls/wineoss.drv/Makefile"
26181 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182 wineoss.drv"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188 dlls/wineps.drv/Makefile"
26189 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190 wineps.drv"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196 dlls/winepulse.drv/Makefile"
26197 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26198 winepulse.drv"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26201 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204 dlls/winequartz.drv/Makefile"
26205 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206 winequartz.drv"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 dlls/winex11.drv/Makefile"
26213 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214 winex11.drv"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220 dlls/wing32/Makefile"
26221 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26222 wing32"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26225 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228 dlls/winhttp/Makefile"
26229 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230 winhttp"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236 dlls/winhttp/tests/Makefile"
26237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26238 winhttp/tests"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244 dlls/wininet/Makefile"
26245 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246 wininet"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252 dlls/wininet/tests/Makefile"
26253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26254 wininet/tests"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26257 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260 dlls/winmm/Makefile"
26261 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262 winmm"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 dlls/winmm/tests/Makefile"
26269 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26270 winmm/tests"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26273 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276 dlls/winnls.dll16/Makefile"
26277 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278 winnls.dll16"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284 dlls/winnls32/Makefile"
26285 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286 winnls32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292 dlls/winscard/Makefile"
26293 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294 winscard"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300 dlls/winspool.drv/Makefile"
26301 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302 winspool.drv"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308 dlls/winspool.drv/tests/Makefile"
26309 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26310 winspool.drv/tests"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 dlls/wintab.dll16/Makefile"
26317 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26318 wintab.dll16"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26321 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324 dlls/wintab32/Makefile"
26325 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326 wintab32"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332 dlls/wintrust/Makefile"
26333 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26334 wintrust"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26337 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340 dlls/wintrust/tests/Makefile"
26341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26342 wintrust/tests"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26345 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348 dlls/wldap32/Makefile"
26349 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26350 wldap32"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26353 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356 dlls/wldap32/tests/Makefile"
26357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26358 wldap32/tests"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26361 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364 dlls/wmi/Makefile"
26365 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26366 wmi"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26369 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372 dlls/wnaspi32/Makefile"
26373 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26374 wnaspi32"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26377 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380 dlls/wow32/Makefile"
26381 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382 wow32"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388 dlls/ws2_32/Makefile"
26389 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26390 ws2_32"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26393 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396 dlls/ws2_32/tests/Makefile"
26397 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26398 ws2_32/tests"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26401 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404 dlls/wsock32/Makefile"
26405 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406 wsock32"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412 dlls/wtsapi32/Makefile"
26413 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414 wtsapi32"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420 dlls/wuapi/Makefile"
26421 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26422 wuapi"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26425 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428 dlls/xinput1_1/Makefile"
26429 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430 xinput1_1"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 dlls/xinput1_2/Makefile"
26437 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438 xinput1_2"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444 dlls/xinput1_3/Makefile"
26445 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446 xinput1_3"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452 dlls/xinput1_3/tests/Makefile"
26453 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26454 xinput1_3/tests"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460 dlls/xinput9_1_0/Makefile"
26461 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462 xinput9_1_0"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468 dlls/xmllite/Makefile"
26469 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470 xmllite"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 documentation/Makefile"
26477 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26478 documentation"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 documentation/Makefile: documentation/Makefile.in Make.rules"
26481 ac_config_files="$ac_config_files documentation/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 fonts/Makefile"
26485 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26486 fonts"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 fonts/Makefile: fonts/Makefile.in Make.rules"
26489 ac_config_files="$ac_config_files fonts/Makefile"
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492 include/Makefile"
26493 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26494 include"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 include/Makefile: include/Makefile.in Make.rules"
26497 ac_config_files="$ac_config_files include/Makefile"
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500 libs/Makefile"
26501 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26502 libs"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 libs/Makefile: libs/Makefile.in Make.rules"
26505 ac_config_files="$ac_config_files libs/Makefile"
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508 libs/port/Makefile"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26512 ac_config_files="$ac_config_files libs/port/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 libs/wine/Makefile"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26519 ac_config_files="$ac_config_files libs/wine/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 libs/wpp/Makefile"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26526 ac_config_files="$ac_config_files libs/wpp/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 loader/Makefile"
26530 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26531 loader"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 loader/Makefile: loader/Makefile.in Make.rules"
26534 ac_config_files="$ac_config_files loader/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 programs/Makefile"
26538 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26539 programs"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 programs/Makefile: programs/Makefile.in Make.rules"
26542 ac_config_files="$ac_config_files programs/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 programs/cacls/Makefile"
26546 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26547 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26548 cacls"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26551 ac_config_files="$ac_config_files programs/cacls/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 programs/clock/Makefile"
26555 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26556 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26557 clock"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26560 ac_config_files="$ac_config_files programs/clock/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 programs/cmd/Makefile"
26564 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26565 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26566 cmd"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26569 ac_config_files="$ac_config_files programs/cmd/Makefile"
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572 programs/cmdlgtst/Makefile"
26573 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26574 cmdlgtst"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26577 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580 programs/control/Makefile"
26581 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26582 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26583 control"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26586 ac_config_files="$ac_config_files programs/control/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 programs/eject/Makefile"
26590 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26591 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26592 eject"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26595 ac_config_files="$ac_config_files programs/eject/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 programs/expand/Makefile"
26599 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26600 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26601 expand"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26604 ac_config_files="$ac_config_files programs/expand/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 programs/explorer/Makefile"
26608 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26609 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26610 explorer"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26613 ac_config_files="$ac_config_files programs/explorer/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 programs/hh/Makefile"
26617 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26618 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26622 ac_config_files="$ac_config_files programs/hh/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 programs/icinfo/Makefile"
26626 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26627 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26628 icinfo"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26631 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 programs/iexplore/Makefile"
26635 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26636 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26637 iexplore"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26640 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 programs/lodctr/Makefile"
26644 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26645 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26646 lodctr"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26649 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 programs/msiexec/Makefile"
26653 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26654 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26655 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26656 msiexec"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26659 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 programs/net/Makefile"
26663 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26664 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26665 net"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26668 ac_config_files="$ac_config_files programs/net/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 programs/notepad/Makefile"
26672 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26673 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26674 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26675 notepad"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26678 ac_config_files="$ac_config_files programs/notepad/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 programs/oleview/Makefile"
26682 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26683 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26684 oleview"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26687 ac_config_files="$ac_config_files programs/oleview/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 programs/progman/Makefile"
26691 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26692 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26693 progman"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26696 ac_config_files="$ac_config_files programs/progman/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 programs/reg/Makefile"
26700 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26701 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26702 reg"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26705 ac_config_files="$ac_config_files programs/reg/Makefile"
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708 programs/regedit/Makefile"
26709 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26710 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26711 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26712 regedit"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26715 ac_config_files="$ac_config_files programs/regedit/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 programs/regsvr32/Makefile"
26719 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26720 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26721 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26722 regsvr32"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26725 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 programs/rpcss/Makefile"
26729 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26730 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26731 rpcss"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26734 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 programs/rundll32/Makefile"
26738 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26739 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26740 rundll32"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26743 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 programs/secedit/Makefile"
26747 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26748 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26749 secedit"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26752 ac_config_files="$ac_config_files programs/secedit/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 programs/services/Makefile"
26756 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26757 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26758 services"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26761 ac_config_files="$ac_config_files programs/services/Makefile"
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764 programs/spoolsv/Makefile"
26765 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26766 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26767 spoolsv"
26768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26769 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26770 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26772 ALL_MAKEFILES="$ALL_MAKEFILES \\
26773 programs/start/Makefile"
26774 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26775 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26776 start"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26779 ac_config_files="$ac_config_files programs/start/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 programs/svchost/Makefile"
26783 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26784 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26785 svchost"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26788 ac_config_files="$ac_config_files programs/svchost/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 programs/taskmgr/Makefile"
26792 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26793 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26794 taskmgr"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26797 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 programs/termsv/Makefile"
26801 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26802 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26803 termsv"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
26806 ac_config_files="$ac_config_files programs/termsv/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 programs/uninstaller/Makefile"
26810 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26811 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26812 uninstaller"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26815 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 programs/unlodctr/Makefile"
26819 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26820 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26821 unlodctr"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26824 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 programs/view/Makefile"
26828 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26829 view"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26832 ac_config_files="$ac_config_files programs/view/Makefile"
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835 programs/wineboot/Makefile"
26836 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26837 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26838 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26839 wineboot"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26842 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 programs/winebrowser/Makefile"
26846 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26847 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26848 winebrowser"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26851 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 programs/winecfg/Makefile"
26855 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26856 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26857 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26858 winecfg"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26861 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 programs/wineconsole/Makefile"
26865 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26866 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26867 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26868 wineconsole"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26871 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 programs/winedbg/Makefile"
26875 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26876 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26877 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26878 winedbg"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26881 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 programs/winedevice/Makefile"
26885 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26886 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26887 winedevice"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26890 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 programs/winefile/Makefile"
26894 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26895 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26896 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26897 winefile"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26900 ac_config_files="$ac_config_files programs/winefile/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 programs/winemenubuilder/Makefile"
26904 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26905 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26906 winemenubuilder"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26909 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912 programs/winemine/Makefile"
26913 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26914 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26915 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26916 winemine"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26919 ac_config_files="$ac_config_files programs/winemine/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 programs/winepath/Makefile"
26923 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26924 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26925 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26926 winepath"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26929 ac_config_files="$ac_config_files programs/winepath/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 programs/winetest/Makefile"
26933 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26934 winetest"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26937 ac_config_files="$ac_config_files programs/winetest/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 programs/winevdm/Makefile"
26941 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26942 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 winevdm"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26946 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 programs/winhelp.exe16/Makefile"
26950 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26951 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26952 winhelp.exe16"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26955 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 programs/winhlp32/Makefile"
26959 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26960 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26961 winhlp32"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26964 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 programs/winoldap.mod16/Makefile"
26968 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26969 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26970 winoldap.mod16"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26973 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976 programs/winver/Makefile"
26977 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26978 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26979 winver"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26982 ac_config_files="$ac_config_files programs/winver/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 programs/wordpad/Makefile"
26986 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26987 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26988 wordpad"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26991 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 programs/write/Makefile"
26995 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26996 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26997 write"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27000 ac_config_files="$ac_config_files programs/write/Makefile"
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003 programs/xcopy/Makefile"
27004 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27005 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27006 xcopy"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27009 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 server/Makefile"
27013 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27014 server"
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 server/Makefile: server/Makefile.in Make.rules"
27017 ac_config_files="$ac_config_files server/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 tools/Makefile"
27021 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27022 tools"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 tools/Makefile: tools/Makefile.in Make.rules"
27025 ac_config_files="$ac_config_files tools/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 tools/widl/Makefile"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27032 ac_config_files="$ac_config_files tools/widl/Makefile"
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035 tools/winebuild/Makefile"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27039 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 tools/winedump/Makefile"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27046 ac_config_files="$ac_config_files tools/winedump/Makefile"
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049 tools/winegcc/Makefile"
27051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27052 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27053 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27055 ALL_MAKEFILES="$ALL_MAKEFILES \\
27056 tools/wmc/Makefile"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27060 ac_config_files="$ac_config_files tools/wmc/Makefile"
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063 tools/wrc/Makefile"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27067 ac_config_files="$ac_config_files tools/wrc/Makefile"
27071 ALL_WINETEST_DEPENDS="# Test binaries"
27073 for dir in $ALL_TEST_DIRS
27075 if test "$dir" != "\\"
27076 then
27077 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27078 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27079 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27080 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27082 done
27084 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27086 cat >confcache <<\_ACEOF
27087 # This file is a shell script that caches the results of configure
27088 # tests run on this system so they can be shared between configure
27089 # scripts and configure runs, see configure's option --config-cache.
27090 # It is not useful on other systems. If it contains results you don't
27091 # want to keep, you may remove or edit it.
27093 # config.status only pays attention to the cache file if you give it
27094 # the --recheck option to rerun configure.
27096 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27097 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27098 # following values.
27100 _ACEOF
27102 # The following way of writing the cache mishandles newlines in values,
27103 # but we know of no workaround that is simple, portable, and efficient.
27104 # So, we kill variables containing newlines.
27105 # Ultrix sh set writes to stderr and can't be redirected directly,
27106 # and sets the high bit in the cache file unless we assign to the vars.
27108 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27109 eval ac_val=\$$ac_var
27110 case $ac_val in #(
27111 *${as_nl}*)
27112 case $ac_var in #(
27113 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27114 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27115 esac
27116 case $ac_var in #(
27117 _ | IFS | as_nl) ;; #(
27118 *) $as_unset $ac_var ;;
27119 esac ;;
27120 esac
27121 done
27123 (set) 2>&1 |
27124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27125 *${as_nl}ac_space=\ *)
27126 # `set' does not quote correctly, so add quotes (double-quote
27127 # substitution turns \\\\ into \\, and sed turns \\ into \).
27128 sed -n \
27129 "s/'/'\\\\''/g;
27130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27131 ;; #(
27133 # `set' quotes correctly as required by POSIX, so do not add quotes.
27134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27136 esac |
27137 sort
27139 sed '
27140 /^ac_cv_env_/b end
27141 t clear
27142 :clear
27143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27144 t end
27145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27146 :end' >>confcache
27147 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27148 if test -w "$cache_file"; then
27149 test "x$cache_file" != "x/dev/null" &&
27150 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27151 echo "$as_me: updating cache $cache_file" >&6;}
27152 cat confcache >$cache_file
27153 else
27154 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27155 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27158 rm -f confcache
27160 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27161 # Let make expand exec_prefix.
27162 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27164 DEFS=-DHAVE_CONFIG_H
27166 ac_libobjs=
27167 ac_ltlibobjs=
27168 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27169 # 1. Remove the extension, and $U if already installed.
27170 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27171 ac_i=`echo "$ac_i" | sed "$ac_script"`
27172 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27173 # will be set to the directory where LIBOBJS objects are built.
27174 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27175 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27176 done
27177 LIBOBJS=$ac_libobjs
27179 LTLIBOBJS=$ac_ltlibobjs
27183 : ${CONFIG_STATUS=./config.status}
27184 ac_clean_files_save=$ac_clean_files
27185 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27186 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27187 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27188 cat >$CONFIG_STATUS <<_ACEOF
27189 #! $SHELL
27190 # Generated by $as_me.
27191 # Run this file to recreate the current configuration.
27192 # Compiler output produced by configure, useful for debugging
27193 # configure, is in config.log if it exists.
27195 debug=false
27196 ac_cs_recheck=false
27197 ac_cs_silent=false
27198 SHELL=\${CONFIG_SHELL-$SHELL}
27199 _ACEOF
27201 cat >>$CONFIG_STATUS <<\_ACEOF
27202 ## --------------------- ##
27203 ## M4sh Initialization. ##
27204 ## --------------------- ##
27206 # Be more Bourne compatible
27207 DUALCASE=1; export DUALCASE # for MKS sh
27208 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27209 emulate sh
27210 NULLCMD=:
27211 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27212 # is contrary to our usage. Disable this feature.
27213 alias -g '${1+"$@"}'='"$@"'
27214 setopt NO_GLOB_SUBST
27215 else
27216 case `(set -o) 2>/dev/null` in
27217 *posix*) set -o posix ;;
27218 esac
27225 # PATH needs CR
27226 # Avoid depending upon Character Ranges.
27227 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27228 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27229 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27230 as_cr_digits='0123456789'
27231 as_cr_alnum=$as_cr_Letters$as_cr_digits
27233 # The user is always right.
27234 if test "${PATH_SEPARATOR+set}" != set; then
27235 echo "#! /bin/sh" >conf$$.sh
27236 echo "exit 0" >>conf$$.sh
27237 chmod +x conf$$.sh
27238 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27239 PATH_SEPARATOR=';'
27240 else
27241 PATH_SEPARATOR=:
27243 rm -f conf$$.sh
27246 # Support unset when possible.
27247 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27248 as_unset=unset
27249 else
27250 as_unset=false
27254 # IFS
27255 # We need space, tab and new line, in precisely that order. Quoting is
27256 # there to prevent editors from complaining about space-tab.
27257 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27258 # splitting by setting IFS to empty value.)
27259 as_nl='
27261 IFS=" "" $as_nl"
27263 # Find who we are. Look in the path if we contain no directory separator.
27264 case $0 in
27265 *[\\/]* ) as_myself=$0 ;;
27266 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27267 for as_dir in $PATH
27269 IFS=$as_save_IFS
27270 test -z "$as_dir" && as_dir=.
27271 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27272 done
27273 IFS=$as_save_IFS
27276 esac
27277 # We did not find ourselves, most probably we were run as `sh COMMAND'
27278 # in which case we are not to be found in the path.
27279 if test "x$as_myself" = x; then
27280 as_myself=$0
27282 if test ! -f "$as_myself"; then
27283 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27284 { (exit 1); exit 1; }
27287 # Work around bugs in pre-3.0 UWIN ksh.
27288 for as_var in ENV MAIL MAILPATH
27289 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27290 done
27291 PS1='$ '
27292 PS2='> '
27293 PS4='+ '
27295 # NLS nuisances.
27296 for as_var in \
27297 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27298 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27299 LC_TELEPHONE LC_TIME
27301 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27302 eval $as_var=C; export $as_var
27303 else
27304 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27306 done
27308 # Required to use basename.
27309 if expr a : '\(a\)' >/dev/null 2>&1 &&
27310 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27311 as_expr=expr
27312 else
27313 as_expr=false
27316 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27317 as_basename=basename
27318 else
27319 as_basename=false
27323 # Name of the executable.
27324 as_me=`$as_basename -- "$0" ||
27325 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27326 X"$0" : 'X\(//\)$' \| \
27327 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27328 echo X/"$0" |
27329 sed '/^.*\/\([^/][^/]*\)\/*$/{
27330 s//\1/
27333 /^X\/\(\/\/\)$/{
27334 s//\1/
27337 /^X\/\(\/\).*/{
27338 s//\1/
27341 s/.*/./; q'`
27343 # CDPATH.
27344 $as_unset CDPATH
27348 as_lineno_1=$LINENO
27349 as_lineno_2=$LINENO
27350 test "x$as_lineno_1" != "x$as_lineno_2" &&
27351 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27353 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27354 # uniformly replaced by the line number. The first 'sed' inserts a
27355 # line-number line after each line using $LINENO; the second 'sed'
27356 # does the real work. The second script uses 'N' to pair each
27357 # line-number line with the line containing $LINENO, and appends
27358 # trailing '-' during substitution so that $LINENO is not a special
27359 # case at line end.
27360 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27361 # scripts with optimization help from Paolo Bonzini. Blame Lee
27362 # E. McMahon (1931-1989) for sed's syntax. :-)
27363 sed -n '
27365 /[$]LINENO/=
27366 ' <$as_myself |
27367 sed '
27368 s/[$]LINENO.*/&-/
27369 t lineno
27371 :lineno
27373 :loop
27374 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27375 t loop
27376 s/-\n.*//
27377 ' >$as_me.lineno &&
27378 chmod +x "$as_me.lineno" ||
27379 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27380 { (exit 1); exit 1; }; }
27382 # Don't try to exec as it changes $[0], causing all sort of problems
27383 # (the dirname of $[0] is not the place where we might find the
27384 # original and so on. Autoconf is especially sensitive to this).
27385 . "./$as_me.lineno"
27386 # Exit status is that of the last command.
27387 exit
27391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27392 as_dirname=dirname
27393 else
27394 as_dirname=false
27397 ECHO_C= ECHO_N= ECHO_T=
27398 case `echo -n x` in
27399 -n*)
27400 case `echo 'x\c'` in
27401 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27402 *) ECHO_C='\c';;
27403 esac;;
27405 ECHO_N='-n';;
27406 esac
27408 if expr a : '\(a\)' >/dev/null 2>&1 &&
27409 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27410 as_expr=expr
27411 else
27412 as_expr=false
27415 rm -f conf$$ conf$$.exe conf$$.file
27416 if test -d conf$$.dir; then
27417 rm -f conf$$.dir/conf$$.file
27418 else
27419 rm -f conf$$.dir
27420 mkdir conf$$.dir
27422 echo >conf$$.file
27423 if ln -s conf$$.file conf$$ 2>/dev/null; then
27424 as_ln_s='ln -s'
27425 # ... but there are two gotchas:
27426 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27427 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27428 # In both cases, we have to default to `cp -p'.
27429 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27430 as_ln_s='cp -p'
27431 elif ln conf$$.file conf$$ 2>/dev/null; then
27432 as_ln_s=ln
27433 else
27434 as_ln_s='cp -p'
27436 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27437 rmdir conf$$.dir 2>/dev/null
27439 if mkdir -p . 2>/dev/null; then
27440 as_mkdir_p=:
27441 else
27442 test -d ./-p && rmdir ./-p
27443 as_mkdir_p=false
27446 if test -x / >/dev/null 2>&1; then
27447 as_test_x='test -x'
27448 else
27449 if ls -dL / >/dev/null 2>&1; then
27450 as_ls_L_option=L
27451 else
27452 as_ls_L_option=
27454 as_test_x='
27455 eval sh -c '\''
27456 if test -d "$1"; then
27457 test -d "$1/.";
27458 else
27459 case $1 in
27460 -*)set "./$1";;
27461 esac;
27462 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27463 ???[sx]*):;;*)false;;esac;fi
27464 '\'' sh
27467 as_executable_p=$as_test_x
27469 # Sed expression to map a string onto a valid CPP name.
27470 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27472 # Sed expression to map a string onto a valid variable name.
27473 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27476 exec 6>&1
27478 # Save the log message, to keep $[0] and so on meaningful, and to
27479 # report actual input values of CONFIG_FILES etc. instead of their
27480 # values after options handling.
27481 ac_log="
27482 This file was extended by Wine $as_me 1.1.22, which was
27483 generated by GNU Autoconf 2.61. Invocation command line was
27485 CONFIG_FILES = $CONFIG_FILES
27486 CONFIG_HEADERS = $CONFIG_HEADERS
27487 CONFIG_LINKS = $CONFIG_LINKS
27488 CONFIG_COMMANDS = $CONFIG_COMMANDS
27489 $ $0 $@
27491 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27494 _ACEOF
27496 cat >>$CONFIG_STATUS <<_ACEOF
27497 # Files that config.status was made for.
27498 config_files="$ac_config_files"
27499 config_headers="$ac_config_headers"
27500 config_commands="$ac_config_commands"
27502 _ACEOF
27504 cat >>$CONFIG_STATUS <<\_ACEOF
27505 ac_cs_usage="\
27506 \`$as_me' instantiates files from templates according to the
27507 current configuration.
27509 Usage: $0 [OPTIONS] [FILE]...
27511 -h, --help print this help, then exit
27512 -V, --version print version number and configuration settings, then exit
27513 -q, --quiet do not print progress messages
27514 -d, --debug don't remove temporary files
27515 --recheck update $as_me by reconfiguring in the same conditions
27516 --file=FILE[:TEMPLATE]
27517 instantiate the configuration file FILE
27518 --header=FILE[:TEMPLATE]
27519 instantiate the configuration header FILE
27521 Configuration files:
27522 $config_files
27524 Configuration headers:
27525 $config_headers
27527 Configuration commands:
27528 $config_commands
27530 Report bugs to <bug-autoconf@gnu.org>."
27532 _ACEOF
27533 cat >>$CONFIG_STATUS <<_ACEOF
27534 ac_cs_version="\\
27535 Wine config.status 1.1.22
27536 configured by $0, generated by GNU Autoconf 2.61,
27537 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27539 Copyright (C) 2006 Free Software Foundation, Inc.
27540 This config.status script is free software; the Free Software Foundation
27541 gives unlimited permission to copy, distribute and modify it."
27543 ac_pwd='$ac_pwd'
27544 srcdir='$srcdir'
27545 INSTALL='$INSTALL'
27546 _ACEOF
27548 cat >>$CONFIG_STATUS <<\_ACEOF
27549 # If no file are specified by the user, then we need to provide default
27550 # value. By we need to know if files were specified by the user.
27551 ac_need_defaults=:
27552 while test $# != 0
27554 case $1 in
27555 --*=*)
27556 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27557 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27558 ac_shift=:
27561 ac_option=$1
27562 ac_optarg=$2
27563 ac_shift=shift
27565 esac
27567 case $ac_option in
27568 # Handling of the options.
27569 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27570 ac_cs_recheck=: ;;
27571 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27572 echo "$ac_cs_version"; exit ;;
27573 --debug | --debu | --deb | --de | --d | -d )
27574 debug=: ;;
27575 --file | --fil | --fi | --f )
27576 $ac_shift
27577 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27578 ac_need_defaults=false;;
27579 --header | --heade | --head | --hea )
27580 $ac_shift
27581 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27582 ac_need_defaults=false;;
27583 --he | --h)
27584 # Conflict between --help and --header
27585 { echo "$as_me: error: ambiguous option: $1
27586 Try \`$0 --help' for more information." >&2
27587 { (exit 1); exit 1; }; };;
27588 --help | --hel | -h )
27589 echo "$ac_cs_usage"; exit ;;
27590 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27591 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27592 ac_cs_silent=: ;;
27594 # This is an error.
27595 -*) { echo "$as_me: error: unrecognized option: $1
27596 Try \`$0 --help' for more information." >&2
27597 { (exit 1); exit 1; }; } ;;
27599 *) ac_config_targets="$ac_config_targets $1"
27600 ac_need_defaults=false ;;
27602 esac
27603 shift
27604 done
27606 ac_configure_extra_args=
27608 if $ac_cs_silent; then
27609 exec 6>/dev/null
27610 ac_configure_extra_args="$ac_configure_extra_args --silent"
27613 _ACEOF
27614 cat >>$CONFIG_STATUS <<_ACEOF
27615 if \$ac_cs_recheck; then
27616 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27617 CONFIG_SHELL=$SHELL
27618 export CONFIG_SHELL
27619 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27622 _ACEOF
27623 cat >>$CONFIG_STATUS <<\_ACEOF
27624 exec 5>>config.log
27626 echo
27627 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27628 ## Running $as_me. ##
27629 _ASBOX
27630 echo "$ac_log"
27631 } >&5
27633 _ACEOF
27634 cat >>$CONFIG_STATUS <<_ACEOF
27635 _ACEOF
27637 cat >>$CONFIG_STATUS <<\_ACEOF
27639 # Handling of arguments.
27640 for ac_config_target in $ac_config_targets
27642 case $ac_config_target in
27643 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27644 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27645 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27646 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27647 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27648 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27649 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27650 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27651 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27652 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27653 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27654 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27655 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27656 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27657 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27658 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27659 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27660 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27661 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27662 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27663 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27664 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27665 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27666 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27667 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27668 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27669 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27670 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27671 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27672 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27673 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27674 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27675 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27676 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27677 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27678 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27679 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27680 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27681 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27682 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27683 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27684 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27685 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27686 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27687 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27688 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27689 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27690 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27691 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27692 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27693 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27694 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27695 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27696 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27697 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27698 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27699 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27700 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27701 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27702 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27703 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27704 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27705 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27706 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27707 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27708 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27709 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27710 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27711 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27712 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27713 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27714 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27715 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27716 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27717 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27718 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27719 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27720 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27721 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27722 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27723 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27724 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27725 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27726 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27727 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27728 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27729 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27730 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27731 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27732 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27733 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27734 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27735 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27736 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27737 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27738 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27739 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27740 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27741 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27742 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27743 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27744 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
27745 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27746 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27747 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27748 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27749 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27750 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27751 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27752 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27753 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27754 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27755 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27756 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27757 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27758 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27759 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27760 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27761 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27762 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27763 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27764 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27765 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27766 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27767 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27768 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27769 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27770 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27771 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27772 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27773 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27774 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27775 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27776 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27777 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27778 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27779 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27780 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27781 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27782 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27783 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27784 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27785 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27786 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27787 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27788 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27789 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27790 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27791 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27792 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27793 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27794 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27795 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27796 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27797 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27798 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27799 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27800 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27801 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27802 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27803 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27804 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27805 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27806 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27807 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27808 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27809 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27810 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27811 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27812 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27813 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27814 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27815 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27816 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27817 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27818 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27819 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27820 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27821 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27822 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27823 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27824 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27825 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27826 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27827 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27828 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27829 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27830 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27831 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27832 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27833 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27834 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27835 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27836 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27837 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27838 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27839 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27840 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27841 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27842 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27843 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27844 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27845 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27846 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27847 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27848 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27849 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27850 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27851 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27852 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27853 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27854 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27855 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27856 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27857 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27858 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27859 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27860 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27861 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27862 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27863 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27864 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27865 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27866 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27867 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27868 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27869 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27870 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27871 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27872 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27873 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27874 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27875 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27876 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27877 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27878 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27879 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27880 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27881 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27882 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27883 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27884 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27885 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27886 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27887 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27888 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27889 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27890 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27891 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27892 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27893 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
27894 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27895 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27896 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27897 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27898 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27899 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27900 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27901 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27902 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27903 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27904 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27905 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27906 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27907 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27908 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27909 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27910 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27911 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27912 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27913 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27914 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27915 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27916 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27917 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27918 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27919 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27920 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27921 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27922 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27923 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27924 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27925 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27926 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27927 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27928 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27929 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27930 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27931 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27932 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27933 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27934 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27935 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27936 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27937 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27938 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27939 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27940 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27941 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27942 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27943 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27944 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27945 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27946 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27947 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27948 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27949 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27950 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27951 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27952 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27953 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27954 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27955 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27956 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27957 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27958 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27959 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27960 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27961 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27962 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27963 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27964 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27965 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27966 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27967 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27968 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27969 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27970 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27971 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27972 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27973 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27974 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27975 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27976 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27977 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27978 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27979 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27980 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27981 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27982 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
27983 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27984 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27985 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27986 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27987 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27988 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27989 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27990 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27991 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27992 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27993 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
27994 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27995 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27996 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27997 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27998 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27999 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28000 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28001 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28002 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28003 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28004 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28005 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28006 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28007 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28008 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28009 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28010 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28011 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28012 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28013 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28014 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28015 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28016 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28017 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28018 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28019 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28020 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28021 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28022 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28023 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28024 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28025 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28026 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28027 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28028 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28029 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28030 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28031 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28032 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28033 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28034 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28035 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28036 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28037 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28038 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28039 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28040 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28041 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28042 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28043 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28044 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28045 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28046 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28047 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28048 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28049 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28050 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28051 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28052 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28053 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28054 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28055 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28056 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28057 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28058 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28059 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28060 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28061 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28062 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28063 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28064 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28065 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28066 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28067 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28068 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28069 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28070 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28071 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28072 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28073 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28074 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28075 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28076 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28077 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28078 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28079 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28080 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28081 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28082 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28083 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28084 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28085 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28086 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28087 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28088 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28089 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28090 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28091 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28092 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28093 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28094 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28095 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28096 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28097 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28098 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28099 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28100 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28101 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28102 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28103 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28104 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28105 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28106 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28107 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28108 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28109 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28110 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28111 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28112 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28113 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28114 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28115 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28116 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28117 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28118 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28119 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28120 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28121 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28122 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28123 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28124 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28125 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28126 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28127 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28128 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28129 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28130 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28131 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28132 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28133 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28134 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28135 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28136 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28137 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28138 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28139 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28140 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28141 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28142 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28143 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28144 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28145 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28146 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28147 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28148 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28149 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28150 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28151 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28152 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28153 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28154 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28155 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28156 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28158 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28159 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28160 { (exit 1); exit 1; }; };;
28161 esac
28162 done
28165 # If the user did not use the arguments to specify the items to instantiate,
28166 # then the envvar interface is used. Set only those that are not.
28167 # We use the long form for the default assignment because of an extremely
28168 # bizarre bug on SunOS 4.1.3.
28169 if $ac_need_defaults; then
28170 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28171 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28172 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28175 # Have a temporary directory for convenience. Make it in the build tree
28176 # simply because there is no reason against having it here, and in addition,
28177 # creating and moving files from /tmp can sometimes cause problems.
28178 # Hook for its removal unless debugging.
28179 # Note that there is a small window in which the directory will not be cleaned:
28180 # after its creation but before its name has been assigned to `$tmp'.
28181 $debug ||
28183 tmp=
28184 trap 'exit_status=$?
28185 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28187 trap '{ (exit 1); exit 1; }' 1 2 13 15
28189 # Create a (secure) tmp directory for tmp files.
28192 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28193 test -n "$tmp" && test -d "$tmp"
28194 } ||
28196 tmp=./conf$$-$RANDOM
28197 (umask 077 && mkdir "$tmp")
28198 } ||
28200 echo "$me: cannot create a temporary directory in ." >&2
28201 { (exit 1); exit 1; }
28205 # Set up the sed scripts for CONFIG_FILES section.
28208 # No need to generate the scripts if there are no CONFIG_FILES.
28209 # This happens for instance when ./config.status config.h
28210 if test -n "$CONFIG_FILES"; then
28212 _ACEOF
28214 # Create sed commands to just substitute file output variables.
28216 # Remaining file output variables are in a fragment that also has non-file
28217 # output varibles.
28221 ac_delim='%!_!# '
28222 for ac_last_try in false false false false false :; do
28223 cat >conf$$subs.sed <<_ACEOF
28224 SHELL!$SHELL$ac_delim
28225 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28226 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28227 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28228 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28229 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28230 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28231 exec_prefix!$exec_prefix$ac_delim
28232 prefix!$prefix$ac_delim
28233 program_transform_name!$program_transform_name$ac_delim
28234 bindir!$bindir$ac_delim
28235 sbindir!$sbindir$ac_delim
28236 libexecdir!$libexecdir$ac_delim
28237 datarootdir!$datarootdir$ac_delim
28238 datadir!$datadir$ac_delim
28239 sysconfdir!$sysconfdir$ac_delim
28240 sharedstatedir!$sharedstatedir$ac_delim
28241 localstatedir!$localstatedir$ac_delim
28242 includedir!$includedir$ac_delim
28243 oldincludedir!$oldincludedir$ac_delim
28244 docdir!$docdir$ac_delim
28245 infodir!$infodir$ac_delim
28246 htmldir!$htmldir$ac_delim
28247 dvidir!$dvidir$ac_delim
28248 pdfdir!$pdfdir$ac_delim
28249 psdir!$psdir$ac_delim
28250 libdir!$libdir$ac_delim
28251 localedir!$localedir$ac_delim
28252 mandir!$mandir$ac_delim
28253 DEFS!$DEFS$ac_delim
28254 ECHO_C!$ECHO_C$ac_delim
28255 ECHO_N!$ECHO_N$ac_delim
28256 ECHO_T!$ECHO_T$ac_delim
28257 LIBS!$LIBS$ac_delim
28258 build_alias!$build_alias$ac_delim
28259 host_alias!$host_alias$ac_delim
28260 target_alias!$target_alias$ac_delim
28261 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28262 build!$build$ac_delim
28263 build_cpu!$build_cpu$ac_delim
28264 build_vendor!$build_vendor$ac_delim
28265 build_os!$build_os$ac_delim
28266 host!$host$ac_delim
28267 host_cpu!$host_cpu$ac_delim
28268 host_vendor!$host_vendor$ac_delim
28269 host_os!$host_os$ac_delim
28270 SET_MAKE!$SET_MAKE$ac_delim
28271 CC!$CC$ac_delim
28272 CFLAGS!$CFLAGS$ac_delim
28273 LDFLAGS!$LDFLAGS$ac_delim
28274 CPPFLAGS!$CPPFLAGS$ac_delim
28275 ac_ct_CC!$ac_ct_CC$ac_delim
28276 EXEEXT!$EXEEXT$ac_delim
28277 OBJEXT!$OBJEXT$ac_delim
28278 CXX!$CXX$ac_delim
28279 CXXFLAGS!$CXXFLAGS$ac_delim
28280 ac_ct_CXX!$ac_ct_CXX$ac_delim
28281 CPPBIN!$CPPBIN$ac_delim
28282 TARGETFLAGS!$TARGETFLAGS$ac_delim
28283 WIN16_FILES!$WIN16_FILES$ac_delim
28284 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28285 TOOLSDIR!$TOOLSDIR$ac_delim
28286 FLEX!$FLEX$ac_delim
28287 BISON!$BISON$ac_delim
28288 AS!$AS$ac_delim
28289 ac_ct_AS!$ac_ct_AS$ac_delim
28290 LD!$LD$ac_delim
28291 ac_ct_LD!$ac_ct_LD$ac_delim
28292 NM!$NM$ac_delim
28293 ac_ct_NM!$ac_ct_NM$ac_delim
28294 AR!$AR$ac_delim
28295 ac_ct_AR!$ac_ct_AR$ac_delim
28296 ARFLAGS!$ARFLAGS$ac_delim
28297 RANLIB!$RANLIB$ac_delim
28298 STRIP!$STRIP$ac_delim
28299 WINDRES!$WINDRES$ac_delim
28300 LN_S!$LN_S$ac_delim
28301 LN!$LN$ac_delim
28302 GREP!$GREP$ac_delim
28303 EGREP!$EGREP$ac_delim
28304 LDCONFIG!$LDCONFIG$ac_delim
28305 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28306 _ACEOF
28308 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28309 break
28310 elif $ac_last_try; then
28311 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28312 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28313 { (exit 1); exit 1; }; }
28314 else
28315 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28317 done
28319 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28320 if test -n "$ac_eof"; then
28321 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28322 ac_eof=`expr $ac_eof + 1`
28325 cat >>$CONFIG_STATUS <<_ACEOF
28326 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28327 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28328 /^[ ]*@MAKE_RULES@[ ]*$/{
28329 r $MAKE_RULES
28332 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28333 r $MAKE_DLL_RULES
28336 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28337 r $MAKE_IMPLIB_RULES
28340 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28341 r $MAKE_TEST_RULES
28344 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28345 r $MAKE_PROG_RULES
28348 _ACEOF
28349 sed '
28350 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28351 s/^/s,@/; s/!/@,|#_!!_#|/
28354 s/'"$ac_delim"'$/,g/; t
28355 s/$/\\/; p
28356 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28357 ' >>$CONFIG_STATUS <conf$$subs.sed
28358 rm -f conf$$subs.sed
28359 cat >>$CONFIG_STATUS <<_ACEOF
28360 CEOF$ac_eof
28361 _ACEOF
28364 ac_delim='%!_!# '
28365 for ac_last_try in false false false false false :; do
28366 cat >conf$$subs.sed <<_ACEOF
28367 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28368 INSTALL_DATA!$INSTALL_DATA$ac_delim
28369 LINT!$LINT$ac_delim
28370 LINTFLAGS!$LINTFLAGS$ac_delim
28371 FONTFORGE!$FONTFORGE$ac_delim
28372 PKG_CONFIG!$PKG_CONFIG$ac_delim
28373 RSVG!$RSVG$ac_delim
28374 ICOTOOL!$ICOTOOL$ac_delim
28375 PRELINK!$PRELINK$ac_delim
28376 XLIB!$XLIB$ac_delim
28377 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28378 CPP!$CPP$ac_delim
28379 DLLEXT!$DLLEXT$ac_delim
28380 DLLFLAGS!$DLLFLAGS$ac_delim
28381 LDSHARED!$LDSHARED$ac_delim
28382 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28383 LIBEXT!$LIBEXT$ac_delim
28384 IMPLIBEXT!$IMPLIBEXT$ac_delim
28385 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28386 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28387 LDD!$LDD$ac_delim
28388 DLLTOOL!$DLLTOOL$ac_delim
28389 DLLWRAP!$DLLWRAP$ac_delim
28390 MINGWAR!$MINGWAR$ac_delim
28391 SECURITYLIB!$SECURITYLIB$ac_delim
28392 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28393 IOKITLIB!$IOKITLIB$ac_delim
28394 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28395 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28396 COREAUDIO!$COREAUDIO$ac_delim
28397 CARBONLIB!$CARBONLIB$ac_delim
28398 CROSSCC!$CROSSCC$ac_delim
28399 CROSSWINDRES!$CROSSWINDRES$ac_delim
28400 CROSSTEST!$CROSSTEST$ac_delim
28401 LIBPTHREAD!$LIBPTHREAD$ac_delim
28402 XMKMF!$XMKMF$ac_delim
28403 X_CFLAGS!$X_CFLAGS$ac_delim
28404 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28405 X_LIBS!$X_LIBS$ac_delim
28406 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28407 NASLIBS!$NASLIBS$ac_delim
28408 XML2LIBS!$XML2LIBS$ac_delim
28409 XML2INCL!$XML2INCL$ac_delim
28410 XSLTINCL!$XSLTINCL$ac_delim
28411 HALINCL!$HALINCL$ac_delim
28412 GNUTLSINCL!$GNUTLSINCL$ac_delim
28413 sane_devel!$sane_devel$ac_delim
28414 SANEINCL!$SANEINCL$ac_delim
28415 gphoto2_devel!$gphoto2_devel$ac_delim
28416 gphoto2port_devel!$gphoto2port_devel$ac_delim
28417 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28418 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28419 RESOLVLIBS!$RESOLVLIBS$ac_delim
28420 LCMSLIBS!$LCMSLIBS$ac_delim
28421 ft_devel!$ft_devel$ac_delim
28422 FREETYPELIBS!$FREETYPELIBS$ac_delim
28423 FREETYPEINCL!$FREETYPEINCL$ac_delim
28424 ESDCONFIG!$ESDCONFIG$ac_delim
28425 ESDINCL!$ESDINCL$ac_delim
28426 ESDLIBS!$ESDLIBS$ac_delim
28427 PULSELIBS!$PULSELIBS$ac_delim
28428 ALSALIBS!$ALSALIBS$ac_delim
28429 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28430 CUPSINCL!$CUPSINCL$ac_delim
28431 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28432 LIBKSTAT!$LIBKSTAT$ac_delim
28433 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28434 BUILTINFLAG!$BUILTINFLAG$ac_delim
28435 LDPATH!$LDPATH$ac_delim
28436 CRTLIBS!$CRTLIBS$ac_delim
28437 SOCKETLIBS!$SOCKETLIBS$ac_delim
28438 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28439 LIBDL!$LIBDL$ac_delim
28440 LIBPOLL!$LIBPOLL$ac_delim
28441 LDAPLIBS!$LDAPLIBS$ac_delim
28442 DEPENDENCIES!$DEPENDENCIES$ac_delim
28443 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28444 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28445 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28446 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28447 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28448 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28449 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28450 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28451 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28452 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28453 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28454 LIBOBJS!$LIBOBJS$ac_delim
28455 LTLIBOBJS!$LTLIBOBJS$ac_delim
28456 _ACEOF
28458 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28459 break
28460 elif $ac_last_try; then
28461 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28462 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28463 { (exit 1); exit 1; }; }
28464 else
28465 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28467 done
28469 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28470 if test -n "$ac_eof"; then
28471 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28472 ac_eof=`expr $ac_eof + 1`
28475 cat >>$CONFIG_STATUS <<_ACEOF
28476 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28477 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28478 _ACEOF
28479 sed '
28480 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28481 s/^/s,@/; s/!/@,|#_!!_#|/
28484 s/'"$ac_delim"'$/,g/; t
28485 s/$/\\/; p
28486 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28487 ' >>$CONFIG_STATUS <conf$$subs.sed
28488 rm -f conf$$subs.sed
28489 cat >>$CONFIG_STATUS <<_ACEOF
28490 :end
28491 s/|#_!!_#|//g
28492 CEOF$ac_eof
28493 _ACEOF
28496 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28497 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28498 # trailing colons and then remove the whole line if VPATH becomes empty
28499 # (actually we leave an empty line to preserve line numbers).
28500 if test "x$srcdir" = x.; then
28501 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28502 s/:*\$(srcdir):*/:/
28503 s/:*\${srcdir}:*/:/
28504 s/:*@srcdir@:*/:/
28505 s/^\([^=]*=[ ]*\):*/\1/
28506 s/:*$//
28507 s/^[^=]*=[ ]*$//
28511 cat >>$CONFIG_STATUS <<\_ACEOF
28512 fi # test -n "$CONFIG_FILES"
28515 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28517 case $ac_tag in
28518 :[FHLC]) ac_mode=$ac_tag; continue;;
28519 esac
28520 case $ac_mode$ac_tag in
28521 :[FHL]*:*);;
28522 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28523 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28524 { (exit 1); exit 1; }; };;
28525 :[FH]-) ac_tag=-:-;;
28526 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28527 esac
28528 ac_save_IFS=$IFS
28529 IFS=:
28530 set x $ac_tag
28531 IFS=$ac_save_IFS
28532 shift
28533 ac_file=$1
28534 shift
28536 case $ac_mode in
28537 :L) ac_source=$1;;
28538 :[FH])
28539 ac_file_inputs=
28540 for ac_f
28542 case $ac_f in
28543 -) ac_f="$tmp/stdin";;
28544 *) # Look for the file first in the build tree, then in the source tree
28545 # (if the path is not absolute). The absolute path cannot be DOS-style,
28546 # because $ac_f cannot contain `:'.
28547 test -f "$ac_f" ||
28548 case $ac_f in
28549 [\\/$]*) false;;
28550 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28551 esac ||
28552 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28553 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28554 { (exit 1); exit 1; }; };;
28555 esac
28556 ac_file_inputs="$ac_file_inputs $ac_f"
28557 done
28559 # Let's still pretend it is `configure' which instantiates (i.e., don't
28560 # use $as_me), people would be surprised to read:
28561 # /* config.h. Generated by config.status. */
28562 configure_input="Generated from "`IFS=:
28563 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28564 if test x"$ac_file" != x-; then
28565 configure_input="$ac_file. $configure_input"
28566 { echo "$as_me:$LINENO: creating $ac_file" >&5
28567 echo "$as_me: creating $ac_file" >&6;}
28570 case $ac_tag in
28571 *:-:* | *:-) cat >"$tmp/stdin";;
28572 esac
28574 esac
28576 ac_dir=`$as_dirname -- "$ac_file" ||
28577 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28578 X"$ac_file" : 'X\(//\)[^/]' \| \
28579 X"$ac_file" : 'X\(//\)$' \| \
28580 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28581 echo X"$ac_file" |
28582 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28583 s//\1/
28586 /^X\(\/\/\)[^/].*/{
28587 s//\1/
28590 /^X\(\/\/\)$/{
28591 s//\1/
28594 /^X\(\/\).*/{
28595 s//\1/
28598 s/.*/./; q'`
28599 { as_dir="$ac_dir"
28600 case $as_dir in #(
28601 -*) as_dir=./$as_dir;;
28602 esac
28603 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28604 as_dirs=
28605 while :; do
28606 case $as_dir in #(
28607 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28608 *) as_qdir=$as_dir;;
28609 esac
28610 as_dirs="'$as_qdir' $as_dirs"
28611 as_dir=`$as_dirname -- "$as_dir" ||
28612 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28613 X"$as_dir" : 'X\(//\)[^/]' \| \
28614 X"$as_dir" : 'X\(//\)$' \| \
28615 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28616 echo X"$as_dir" |
28617 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28618 s//\1/
28621 /^X\(\/\/\)[^/].*/{
28622 s//\1/
28625 /^X\(\/\/\)$/{
28626 s//\1/
28629 /^X\(\/\).*/{
28630 s//\1/
28633 s/.*/./; q'`
28634 test -d "$as_dir" && break
28635 done
28636 test -z "$as_dirs" || eval "mkdir $as_dirs"
28637 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28638 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28639 { (exit 1); exit 1; }; }; }
28640 ac_builddir=.
28642 case "$ac_dir" in
28643 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28645 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28646 # A ".." for each directory in $ac_dir_suffix.
28647 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28648 case $ac_top_builddir_sub in
28649 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28650 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28651 esac ;;
28652 esac
28653 ac_abs_top_builddir=$ac_pwd
28654 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28655 # for backward compatibility:
28656 ac_top_builddir=$ac_top_build_prefix
28658 case $srcdir in
28659 .) # We are building in place.
28660 ac_srcdir=.
28661 ac_top_srcdir=$ac_top_builddir_sub
28662 ac_abs_top_srcdir=$ac_pwd ;;
28663 [\\/]* | ?:[\\/]* ) # Absolute name.
28664 ac_srcdir=$srcdir$ac_dir_suffix;
28665 ac_top_srcdir=$srcdir
28666 ac_abs_top_srcdir=$srcdir ;;
28667 *) # Relative name.
28668 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28669 ac_top_srcdir=$ac_top_build_prefix$srcdir
28670 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28671 esac
28672 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28675 case $ac_mode in
28678 # CONFIG_FILE
28681 case $INSTALL in
28682 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28683 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28684 esac
28685 _ACEOF
28687 cat >>$CONFIG_STATUS <<\_ACEOF
28688 # If the template does not know about datarootdir, expand it.
28689 # FIXME: This hack should be removed a few years after 2.60.
28690 ac_datarootdir_hack=; ac_datarootdir_seen=
28692 case `sed -n '/datarootdir/ {
28696 /@datadir@/p
28697 /@docdir@/p
28698 /@infodir@/p
28699 /@localedir@/p
28700 /@mandir@/p
28701 ' $ac_file_inputs` in
28702 *datarootdir*) ac_datarootdir_seen=yes;;
28703 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28704 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28705 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28706 _ACEOF
28707 cat >>$CONFIG_STATUS <<_ACEOF
28708 ac_datarootdir_hack='
28709 s&@datadir@&$datadir&g
28710 s&@docdir@&$docdir&g
28711 s&@infodir@&$infodir&g
28712 s&@localedir@&$localedir&g
28713 s&@mandir@&$mandir&g
28714 s&\\\${datarootdir}&$datarootdir&g' ;;
28715 esac
28716 _ACEOF
28718 # Neutralize VPATH when `$srcdir' = `.'.
28719 # Shell code in configure.ac might set extrasub.
28720 # FIXME: do we really want to maintain this feature?
28721 cat >>$CONFIG_STATUS <<_ACEOF
28722 sed "$ac_vpsub
28723 $extrasub
28724 _ACEOF
28725 cat >>$CONFIG_STATUS <<\_ACEOF
28727 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28728 s&@configure_input@&$configure_input&;t t
28729 s&@top_builddir@&$ac_top_builddir_sub&;t t
28730 s&@srcdir@&$ac_srcdir&;t t
28731 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28732 s&@top_srcdir@&$ac_top_srcdir&;t t
28733 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28734 s&@builddir@&$ac_builddir&;t t
28735 s&@abs_builddir@&$ac_abs_builddir&;t t
28736 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28737 s&@INSTALL@&$ac_INSTALL&;t t
28738 $ac_datarootdir_hack
28739 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28741 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28742 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28743 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28744 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28745 which seems to be undefined. Please make sure it is defined." >&5
28746 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28747 which seems to be undefined. Please make sure it is defined." >&2;}
28749 rm -f "$tmp/stdin"
28750 case $ac_file in
28751 -) cat "$tmp/out"; rm -f "$tmp/out";;
28752 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28753 esac
28757 # CONFIG_HEADER
28759 _ACEOF
28761 # Transform confdefs.h into a sed script `conftest.defines', that
28762 # substitutes the proper values into config.h.in to produce config.h.
28763 rm -f conftest.defines conftest.tail
28764 # First, append a space to every undef/define line, to ease matching.
28765 echo 's/$/ /' >conftest.defines
28766 # Then, protect against being on the right side of a sed subst, or in
28767 # an unquoted here document, in config.status. If some macros were
28768 # called several times there might be several #defines for the same
28769 # symbol, which is useless. But do not sort them, since the last
28770 # AC_DEFINE must be honored.
28771 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28772 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28773 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28774 # PARAMS is the parameter list in the macro definition--in most cases, it's
28775 # just an empty string.
28776 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28777 ac_dB='\\)[ (].*,\\1define\\2'
28778 ac_dC=' '
28779 ac_dD=' ,'
28781 uniq confdefs.h |
28782 sed -n '
28783 t rset
28784 :rset
28785 s/^[ ]*#[ ]*define[ ][ ]*//
28786 t ok
28789 s/[\\&,]/\\&/g
28790 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28791 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28792 ' >>conftest.defines
28794 # Remove the space that was appended to ease matching.
28795 # Then replace #undef with comments. This is necessary, for
28796 # example, in the case of _POSIX_SOURCE, which is predefined and required
28797 # on some systems where configure will not decide to define it.
28798 # (The regexp can be short, since the line contains either #define or #undef.)
28799 echo 's/ $//
28800 s,^[ #]*u.*,/* & */,' >>conftest.defines
28802 # Break up conftest.defines:
28803 ac_max_sed_lines=50
28805 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28806 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28807 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28808 # et cetera.
28809 ac_in='$ac_file_inputs'
28810 ac_out='"$tmp/out1"'
28811 ac_nxt='"$tmp/out2"'
28813 while :
28815 # Write a here document:
28816 cat >>$CONFIG_STATUS <<_ACEOF
28817 # First, check the format of the line:
28818 cat >"\$tmp/defines.sed" <<\\CEOF
28819 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28820 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28822 :def
28823 _ACEOF
28824 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28825 echo 'CEOF
28826 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28827 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28828 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28829 grep . conftest.tail >/dev/null || break
28830 rm -f conftest.defines
28831 mv conftest.tail conftest.defines
28832 done
28833 rm -f conftest.defines conftest.tail
28835 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28836 cat >>$CONFIG_STATUS <<\_ACEOF
28837 if test x"$ac_file" != x-; then
28838 echo "/* $configure_input */" >"$tmp/config.h"
28839 cat "$ac_result" >>"$tmp/config.h"
28840 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28841 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28842 echo "$as_me: $ac_file is unchanged" >&6;}
28843 else
28844 rm -f $ac_file
28845 mv "$tmp/config.h" $ac_file
28847 else
28848 echo "/* $configure_input */"
28849 cat "$ac_result"
28851 rm -f "$tmp/out12"
28854 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28855 echo "$as_me: executing $ac_file commands" >&6;}
28857 esac
28860 case $ac_file$ac_mode in
28861 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28862 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28863 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28864 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28865 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28866 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28867 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28868 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28869 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28870 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28871 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28872 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28873 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28875 esac
28876 done # for ac_tag
28879 { (exit 0); exit 0; }
28880 _ACEOF
28881 chmod +x $CONFIG_STATUS
28882 ac_clean_files=$ac_clean_files_save
28885 # configure is writing to config.log, and then calls config.status.
28886 # config.status does its own redirection, appending to config.log.
28887 # Unfortunately, on DOS this fails, as config.log is still kept open
28888 # by configure, so config.status won't be able to write to it; its
28889 # output is simply discarded. So we exec the FD to /dev/null,
28890 # effectively closing config.log, so it can be properly (re)opened and
28891 # appended to by config.status. When coming back to configure, we
28892 # need to make the FD available again.
28893 if test "$no_create" != yes; then
28894 ac_cs_success=:
28895 ac_config_status_args=
28896 test "$silent" = yes &&
28897 ac_config_status_args="$ac_config_status_args --quiet"
28898 exec 5>/dev/null
28899 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28900 exec 5>>config.log
28901 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28902 # would make configure fail if this is the last instruction.
28903 $ac_cs_success || { (exit 1); exit 1; }
28907 if test "$no_create" = "yes"
28908 then
28909 exit 0
28912 ac_save_IFS="$IFS"
28913 if test "x$wine_notices != "x; then
28914 echo >&6
28915 IFS="|"
28916 for msg in $wine_notices; do
28917 IFS="$ac_save_IFS"
28918 if test -n "$msg"; then
28919 { echo "$as_me:$LINENO: $msg" >&5
28920 echo "$as_me: $msg" >&6;}
28922 done
28924 IFS="|"
28925 for msg in $wine_warnings; do
28926 IFS="$ac_save_IFS"
28927 if test -n "$msg"; then
28928 echo >&2
28929 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28930 echo "$as_me: WARNING: $msg" >&2;}
28932 done
28933 IFS="$ac_save_IFS"
28935 echo "
28936 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28937 " >&6